/*
 * This is a manifest file that'll automatically include all the stylesheets available in this directory
 * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
 * the top of the compiled file, but it's generally better to create a new file per style scope.
 *= require reset
 *= require jquery-ui-1.8.16.custom
 *= require_self
 *= require cash_report
 *= require fileuploader
 *= require monthPicker
 *= require tabs
*/

body {
    font-size: 75%;
    color: #222;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

a:hover {
	color: #7AB51B;
}

a {
	color: #669ce3;
	text-decoration: underline;
	font: 12px/100% Arial, Helvetica, sans-serif;
}

input[type="submit"],input[type="button"], button.gearButton, .ui-widget button, .addProcessorForm button {

	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	/*-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;*/

	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
	box-shadow: 1px 1px 1px rgba(0,0,0,.3);
	color: #FFFFFF;
	border: 1px solid #808080;
	background: #999999;
	background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#555555));
	background: -moz-linear-gradient(top,  #999999,  #555555);
    background: -o-linear-gradient(top, #999999,  #555555);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#555555');

        padding: 5px 8px;
        margin-top: 20px;
        height: 26px;
}
input[type="submit"]:hover, input[type="button"]:hover, button.gearButton:hover, .ui-widget button:hover, div.qq-upload-button:hover button {
	background: #c0ec8f;
	background: -webkit-gradient(linear, left top, left bottom, from(#c0ec8f), to(#88b14b));
	background: -moz-linear-gradient(top,  #c0ec8f,  #88b14b);
    background: -o-linear-gradient(top, #c0ec8f,  #88b14b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0ec8f', endColorstr='#88b14b');
}
input[type="submit"]:active, .ui-widget button:active, div.qq-upload-button:active button {
	background: -webkit-gradient(linear, left top, left bottom, from(#88b14b), to(#c0ec8f));
	background: -moz-linear-gradient(top,  #88b14b,  #c0ec8f);
    background: -o-linear-gradient(top, #88b14b,  #c0ec8f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#88b14b', endColorstr='#c0ec8f');
}

.ui-widget button, .ui-widget input[type="submit"] {
    padding: 0 6px;
}

input[type="image"]{
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    /*text-shadow: 1px 1px 1px rgba(0,0,0,.3);*/

    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
    box-shadow: 1px 1px 1px rgba(0,0,0,.3);

    padding: 0;
    margin-top: 20px;
}

input[readonly="readonly"], input[readonly] {
    background-color: #ECEAE9;
}

input.shortInput
{
    width: 60px !important;
}

.button-selected {
    background: #c0ec8f !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#c0ec8f), to(#88b14b)) !important;
	background: -moz-linear-gradient(top,  #c0ec8f,  #88b14b) !important;
    background: -o-linear-gradient(top, #c0ec8f,  #88b14b) !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0ec8f', endColorstr='#88b14b') !important;
}

table {
    width: 100%;
    text-align: left;
    /*border: 1px solid #DEDEDE;*/
    font-weight:normal;
    vertical-align: middle;
}

table th, table td {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

table thead th, table tfoot td {
    font-weight: bold;
}

table tfoot td {
    font-size: 12px;
}

input[type="text"] {
    font-size: 12px;
}

label {
    font: 12px Arial, Helvetica, sans-serif;
    display: inline;
}

input[type="checkbox"], input[type="radio"] {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0 3px 3px 10px;
    vertical-align: bottom;
    position: relative;
    overflow: hidden;
}

span.note {
    font-size: 10px;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.spacer {
    height: 10px;
}
.centertext{
    text-align: center;
}
.none {
    display: none;
}
.smallLoader{
    margin-top: 3px;
    margin-right: 10px;
}
#downloadframe {
    display: none;
}
.pointer {
    cursor: pointer;
}
.left-align {
    text-align: left !important;
}
.right-align {
    text-align: right !important;
}
.clear {
    clear: both;
}
.smallButton {
    padding: 1px 8px !important;
    margin-top: 0 !important;
    height: 20px !important;
}
.hidden {
    display: none;
}
div.centered {
    margin-top: 150px;
    text-align: center;
    width: 100%;
}
div.vertical-space {
    clear: both;
    height: 15px;
}
div.vertical-space-200 {
    clear: both;
    height: 200px;
}
div.note {
    text-align: left;
}

.container{
    width:980px;
    margin:auto;
}
ul li{
    list-style: none;
}
form.classic ul li{
    width:350px;
}

form.large ul li{
    width:100%;
}

form.classic ul li label{
    width: 130px;
    display: block;
    float: left;
}

form input[type=text], form input[type=password]{
    width: 200px;
}

.subHeader{
    display: block;
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 20px;
}
.subHeader-left {
    float: left;
    position: relative;
    margin-right: 20px;
    font-weight: bold;
    font-size: 16px;
    color: #4F6FAC;
    vertical-align: baseline;
    /*text-transform: capitalize;*/
}
.no-capitalize {
    text-transform: none;
}
.subHeader-left1 {
    margin-left: 15px;
}
.subHeader-left a {
    font-weight: bold;
    font-size: 16px;
    color: #4F6FAC;
    text-decoration: none;
}
.subHeader-inner-left {
    display: block;
    position: relative;
    float: left;
    min-width: 400px;
    width: auto;
    white-space: nowrap;
}

.subHeader-left span.clientName {
    float: left;
    font-weight:normal;
    font-size: 13px;
}
.subHeader-left1 span.pageTitle {
    display: block;
    float: left;
    min-width: 400px;
    text-align: left;
    white-space: nowrap;
}
.subHeader-left span.secondaryTitle {
    float: left;
    font-weight:normal;
    font-size: 13px;
    margin-top: 20px;
}
.amounts-currency {
    /*color: #666;*/
}
.currency-usd-info {
    font-size: 10px;
    margin-top: 3px;
}
.subHeader-leftSmall {
    float: left;
    margin-right: 20px;
    padding-top: 3px;
    vertical-align: baseline;
}
.subHeader-leftSmall-margin {
    padding-top: 6px;
}
.subHeader-leftSmall a {
    font-size: 12px;
    font-weight: normal;
}

.subHeader-right {
    position: relative;
    float: right;
}

.subInfo, .subInfo2, .subInfo3, .subInfo4, .subInfo5, .subInfo6 {
    display: block;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.subInfo2{
    margin-top: 25px;
    margin-bottom: 10px;
}
.subInfo3 {
    margin-top: 25px;
    margin-bottom: 10px;
    width: 270px;
}
.subInfo4 {
    margin-top: 25px;
    margin-bottom: 10px;
    width: 350px;
}
.subInfo5 {
    margin-top: 25px;
    margin-bottom: 10px;
    width: 370px;
}
.subInfo6 {
    font-size: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

select{
    margin-left: 0;
}

.ccform {
    float:left;
    width:300px;
    margin-right:10px;
}
.ccform li {
    width: 300px;
}
.ccform li input {
    width:  150px;
}
.ccform.nolabel {
    margin-right:30px;
    width: 150px;
}
.ccform.nolabel li {
   width: 150px;
}
ul.ccformd {
    float:left;
    width:380px;
    margin-right:10px;
}
ul.ccformd li label {
    width: 150px;
}
ul.ccformd li {
    width: 380px !important;
}
.ccformd.nolabel {
    margin-right:20px;
    width: 230px;
}
.ccformd.nolabel li {
   width: 230px !important;
}

.form-repeatd {
    width:900px;
    margin-top: 10px;
}

.addCostCenter{
    margin-top: 10px;
    maring-bottom:20px;
}
#sameAsClient {
    margin-left: 0px;
}

.productSelect input[type=checkbox]{
    maargin-left:20px;
}

.form-repeat {
    width:700px;
    margin-top: 10px;
}
div.country{
    display:inline-block;
}


div.selectAll {
    margin: 10px 5px 10px -10px;
}


.delRowIcon {
  /** display: none;*/
}
.dropdowns select {
    margin-right: 25px;
}

.delRowIcon {
    cursor: pointer;
    background-image: url(/images/delete_icon_gray.png);
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    /*display:inline-block;*/
    position: absolute;
    margin-right: 0;
    margin-top: 0;
}

.delRowIcon:hover{
    background-image: url(/images/delete_icon.png)
}

form.classic ul{
    float:left;
}

.errors li{
    margin-left: 20px;
    clear: both;
    float: none;
}

/*=== Edit Setup ===*/
#menu-container {
    position: relative;
    height: 100%;
    width: 200px;
    display: none;
}
#menu-helpers {
    display: none;
}

/* table definition for all list tables */
table.admin-table {
    font-size: 12px;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 15px;
    width: auto;
}
table.admin-table td {
    padding: 0 10px 0 0;
    vertical-align: middle;
    border: 1px solid transparent;
    height: 24px;
    line-height: 24px;
}
table.admin-table .disabled {
    color: #BBBBBB;
}
table.admin-table .more-actions {
    border-right: none !important;
    padding-right: 5px;
    text-align: right;
}
table.admin-table tr > th {
    background-color: transparent;
    border-width: 0px;
    border-bottom: 2px solid #cccccc;
    color: #000;
    font-size: 13px;
    font-weight: bold;
}
table.admin-table tr > th:first-child,
table.admin-table tr > td:first-child {
    border-right: none !important;
    padding: 0 30px 0 10px;
}

table.admin-table tr.hover:hover > td {
    border-bottom: 1px solid #92D050;
    background-color: #EBF1DE;
}
table.admin-table tr > td.menu {
    text-align: right;
    width: 200px;
    padding: 0;
}
table.admin-table tr.hover:hover > td.menu {
    border-right: 1px solid #92D050;
    text-align: right;
    padding: 0;
}
table.admin-table .menu-list,
table.admin-table .item > input {
    border: 1px solid #92D050;
    background-color: #EBF1DE;
    z-index: 10;
}

table.admin-table tr.hover:hover > td:first-child {
    border-left: 1px solid #92D050;
    border-right: 0;
}
table.admin-table tr.hover:hover > td {
    cursor: pointer;
}

table.admin-table .arrow {
    height: 100%;
    position: relative;
    text-align: right;
}
table.admin-table .arrow > img {
    margin-top: 5px;
    margin-right: 5px;
    height: 11px;
    width: 19px;
}
table.admin-table .menu-list {
    float: right;
    position: absolute;
    border-top: none !important;
    margin-right: 0px;
    padding: 0px;
    width: 199px;
}
table.admin-table .menu-list li {
    padding: 2px 10px;
}
table.admin-table .menu-list li:hover {
    background-color: #92D050;
    cursor: pointer;
}
table.admin-table .menu-list img {
    float: left;
    padding: 4px 3px 0 0;
}

table.admin-table .item > input {
    display: none;
    background-color: #FCF4A9;
    font-size: inherit;
    height: 18px;
    line-height: 18px;
}
table.admin-table .item > select {
    display: none;
}


/* table definition for all list tables */
table.pivot-table-edit {
    font-size: 12px;
    border-collapse: collapse;
    border: 1px solid #DEDEDE;
    width: 100%;
}
table.pivot-table-edit th,
table.pivot-table-edit td {
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

table.pivot-table-edit th,
table.pivot-table-edit td {
    padding: 0 10px 0 0;
    vertical-align: middle;
    height: 24px;
    line-height: 24px;
}
table.pivot-table-edit .disabled {
    color: #BBBBBB;
}
table.pivot-table-edit td,
table.pivot-table-edit th {
    padding: 2px 5px;
}
table.pivot-table-edit tr > th {
    padding: 2px 20px 2px 5px;
}

table.pivot-table-edit tr:nth-child(even) {
    background-color: #F7F7F7;
}
table.pivot-table-edit tr:nth-child(odd) {
    background-color: #FFFFFF;
}
table.pivot-table-edit tr:hover td,
table.pivot-table-edit th {
    background-color: #F2F2F2;
}
table.pivot-table-edit .more-actions {
    border-right: none !important;
    padding-right: 5px;
    text-align: right;
}
table.pivot-table-edit tr > th {
    font-size: 13px;
    font-weight: bold;
}

table.pivot-table-edit tr.hover:hover > td {
    border-bottom: 1px solid #92D050 !important;
    background-color: #EBF1DE;
}
table.pivot-table-edit tr > td.menu {
    text-align: right;
    width: 200px;
    padding: 0;
}
table.pivot-table-edit tr.hover:hover > td.menu {
    border-right: 1px solid #92D050;
    text-align: right;
    padding: 0;
}
table.pivot-table-edit .menu-list,
table.pivot-table-edit .item > input {
    border: 1px solid #92D050;
    background-color: #EBF1DE;
    z-index: 10;
}

table.pivot-table-edit tr.hover:hover > td:first-child {
    border-left: 1px solid #92D050;
}

table.pivot-table-edit tr.hover:hover > td {
    cursor: pointer;
}

table.pivot-table-edit .arrow {
    height: 100%;
    position: relative;
    text-align: right;
}
table.pivot-table-edit .arrow > img {
    margin-top: 5px;
    margin-right: 5px;
    height: 11px;
    width: 19px;
}
table.pivot-table-edit .menu-list {
    float: right;
    position: absolute;
    border-top: none !important;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0px;
    width: 199px;
}
table.pivot-table-edit .menu-list li {
    padding: 2px 10px;
    line-height: 24px;
}
table.pivot-table-edit .menu-list li:hover {
    background-color: #92D050;
    cursor: pointer;
}
table.pivot-table-edit .menu-list img {
    float: left;
    padding: 4px 3px 0 0;
}

table.pivot-table-edit .item > input {
    display: none;
    background-color: #FCF4A9;
    font-size: inherit;
    height: 18px;
    line-height: 18px;
}
table.pivot-table-edit .item > select {
    display: none;
}

table.pivot-table-edit th.money,
table.pivot-table-edit td.money,
table.pivot-table-edit td.int,
table.pivot-table-edit tr.total td {
    text-align: right;
}

table.template {
    display: none;
}

#save-names input {
    margin-left: 12px;
    margin-top: 0;
}
#confirm-success {
    display: none;
}
#confirm-success .content {
    padding-top: 10px;
    text-align: center;
    font-size: 12px;
}
#confirm-delete {
    display: none;
}
#confirm-status {
    display: none;
}
#confirm-status .content {
    font-size: 12px;
}
#confirm-delete .content,
#confirm-delete-cc .content,
#confirm-delete-country .content,
#confirm-duplicate .content,
#confirm-duplicate-cc .content {
    font-size: 12px;
    text-align: center;
}
#warning-delete .content {
    font-size: 12px;
}
#confirm-delete .buttons,
#confirm-delete-country .buttons,
.ui-dialog .buttons {
    text-align: center;
}
.ui-dialog .moveButtons {
    text-align: center;
    margin-top: 10px;
}

#confirm-delete .sub-account,
#confirm-delete .sub-region {
    display: none;
}
.ui-dialog input[type=text]{
    width: 230px !important;
    line-height: 13px;
    height: 13px;
}
.ui-dialog textarea {
    width: 230px !important;
}

.ui-dialog select{
    width: 232px !important;
}
.ui-dialog button, .ui-dialog input[type=button]{
    margin-right: 5px;
}

/**** PIVOT TABLE ****/

.pivot-table {
    border-collapse: collapse;
    /*margin-bottom: 5em;*/
}
.pivot-table td,
.pivot-table th {
    text-align: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.pivot-table td.label {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.pivot-table td.label.emp {
    font-weight: bold;
    padding-left: 0px;
}
.pivot-table.edit-table td.label {
    white-space: normal;
}

.pivot-table td,
.pivot-table th,
.header-bar {
    border: 1px solid #DEDEDE;
    padding: 2px 2px;
}

.pivot-table th.centered,
.pivot-table td.centered {
    text-align: center;
}

.pivot-table th.mappingLeft {
    text-align: left;
    padding-left: 10px;
}
.pivot-table td.mappingRight {
    padding: 5px;
}
.pivot-table td.mappingRight select {
    padding: 3px;
}
.pivot-table td.headerText {
    padding: 10px 5px;
    text-align: left;
}

.pivot-table td.mappingLeft {
    text-align: left;
    padding-left: 10px;
}
.pivot-table tr:hover td,
.header-bar,
.pivot-table th,
.pivot-table tr.total td {
    background-color: #F2F2F2;
}
.pivot-table tr[data-level="0"] td,
.pivot-table td[data-column-type="year"]{
    background-color: #F7F7F7;
}
.pivot-table tr[data-type="costcenter"] td,
.pivot-table tr[data-type="location"] td
{
    background-color: #FFFFFF;
}
.pivot-table th, .pivot-table tr.total {
    padding: 5px;
}

.pivot-table tr.total td{
    font-weight: bolder;
}

.pivot-table td.label {
    text-align: left;
}
.pivot-table .scheduleLink,
.pivot-table .payrollLink {
    cursor: pointer;
    float: right;
    width: 14px;
    height: 16px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    zoom:1;
    *display: inline;
}

.pivot-table .icon,
.pivot-table .no-icon-tb {
    width: 14px;
    height: 16px;
    visibility: hidden;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    zoom:1;
    *display: inline;
}
.pivot-table .no-icon {
    width: 2px;
    height: 16px;
    visibility: hidden;
    margin-right: 2px;
    display: inline-block;
    vertical-align: middle;
    background: none;
    zoom:1;
    *display: inline;
}
.pivot-table .no-icon-tb-print {
    width: 2px;
    height: 16px;
    visibility: hidden;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    zoom:1;
    *display: inline;
}
.pivot-table .no-icon-tb,
.pivot-table .no-icon-tb-print {
    background: none;
}
.pivot-table tr.collapsed .icon {
    background-image: url('/images/add_icon_gray.png');
}
.pivot-table tr.expanded .icon {
    background-image: url('/images/minus_icon_gray.png');
}
.pivot-table tr.expanded .icon,
.pivot-table tr.collapsed .icon {
    visibility: visible;
    cursor: pointer;
}

.pivot-table th.collapsed .icon {
    background-image: url('/images/add_icon_gray.png');
}
.pivot-table th.expanded .icon {
    background-image: url('/images/minus_icon_gray.png');
}
.pivot-table th.expanded .icon,
.pivot-table th.collapsed .icon {
    visibility: visible;
    cursor: pointer;
}
.pivot-table td {
    border-right: 1px solid #DEDEDE;
    border-top: 1px solid #DEDEDE;
}

.pivot-table td.rowSpacer {
    border: 0 none !important;
    height: 20px;
}
.pivot-table td.rowSpacer:hover {
    background-color: #ffffff;
}

.pivot-filters {
    font-family: Arial, Helvetica, sans-serif;
    display:block;
    overflow: hidden;
    border-bottom: none;
}

.pivot-filters div {
    float:left;
    margin-right: 10px;
    margin-bottom: 4px;
}
.pivot-filters div label{
    margin-right: 3px;
}

tr.blank-row td {
    border: none;
    height: 15px;
}
tr.blank-row td:hover {
    background: none;
}

.dragRow {
    background-color: #DEDEDE;
    opacity: 0.70;
    filter: alpha(opacity = 70);
}
.dropOver {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #B9E486;
}

tr.dropOverTop > td {
    border-top: 2px solid #B9E486;
}

#report-message {
    float: right;
    display: none;
    color: #7AB51B;
    font-weight: bold;
}
.report-message {
    float: right;
    display: none;
    color: #7AB51B;
    font-weight: bold;
}
.import-message {
    min-height: 14px;
}

#budgetViewContainer,
#actualViewContainer,
#varianceViewContainer,
#ccreconViewContainer,
#setupViewContainer,
#payrollContainer {
    position: relative;
    margin: 0 15px;
}

#streamtab1 .left-bar,
#streamtab2 .left-bar,
#defrevtab1 .left-bar {
    margin: 5px 0 0 0;
    min-height: 160px;
    float: left;
    position: relative;
    overflow: hidden;
    width: 0px;
}
#streamtab1 div.displayFilters,
#streamtab2 div.displayFilters,
#defrevtab1 div.displayFilters {
    margin-top: 0px;
}

#auditViewContainer,
#auditAmortizedViewContainer {
    position: relative;
    margin: 0;
    padding: 0;
}

#auditViewContainer .notice-box {
    margin-left: 0px;
}

#revrecViewContainer {
    margin: 0;
}

#auditViewContainer span.audit-edit-info {
    color: #ff0000;
    display: none;
    font-size: 12px;
    margin-left: 10px;
}
#auditViewContainer input.edit-invoice-id {
    outline: 1px solid #1c94c4;
    margin-right: 6px;
    margin-left: 5px;
}
#auditViewContainer input.edit-manual-id {
    outline: 1px solid #ff6600;
    margin-right: 6px;
    margin-left: 5px;
}
#auditAmortizedViewContainer input.edit-invoice-id,
#auditAmortizedViewContainer input.edit-manual-id {
    display: none;
}


#streamTabs,
#defrevTabs,
#notifTabs,
#settingsTabs,
#metricsTabs,
#jeTabs{
    border: none;
    margin-left: 15px;
    margin-right: 15px;
}

#validateTabs {
    border: none;
}

#streamTabs ul.ui-tabs-nav,
#defrevTabs ul.ui-tabs-nav,
#notifTabs ul.ui-tabs-nav,
#metricsTabs ul.ui-tabs-nav,
#validateTabs ul.ui-tabs-nav,
#jeTabs{
    padding: 0;
}

#streamtab1, #streamtab2,
#defrevtab1, #defrevtab2, #defrevtab3, #defrevtab4, #defrevtab5,
#notiftab1, #notiftab2, #notiftab3, #notiftab4,
.metricstab,
.validate-internal-tab-cont {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 40px !important;
}

.metricstab .chart {
    display: none;
}
.metricstab .note {
    float: left;
    margin-left: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
}
.metricstab .metricsView {
    margin-top: 30px;
}
.metricstab #dataDetailView .metricsView {
    margin-top: 0;
}
.validate-internal-tab-cont table {
    /*width: auto !important;
    min-width: 600px !important;*/
    margin-bottom: 40px;
}
.validate-internal-tab-cont table th.text,
.validate-internal-tab-cont table td.text,
.validate-internal-tab-cont table th.date,
.validate-internal-tab-cont table td.date,
.metricstab table th.text,
.metricstab table td.text,
.metricstab table th.date,
.metricstab table td.date {
    text-align: left;
}

.validate-internal-tab-cont .headerClone th,
.metricstab .headerClone th {
    padding-right: 5px;
}

#validate-internal-floating-1 table th,
.metricstab table th {
    padding-right: 20px;
}

.metricstab tr.split-amount-row td {
    text-align: left;
}
.metricstab tr.split-amount-row td input[type="button"] {
    margin-left: 10px;
}
.metricstab tr.split-amount-row td.growth {
    padding-left: 8px;
}
.metricstab input.amount {
    background-color: #EFEFaF;
    border: 1px solid #ccc;
}
.metricstab input.growth {
    background-color: #ffffff;
    border: 1px solid #ccc;
}
.validate-internal-tab-cont .actions {
    float: left;
    margin: 0 5px;
    text-align: left;
}
.validate-internal-floating {
    display: block;
    float: left;
    margin-left: 0;
    width: 100%;
}
#defrevtab2 #matchTrans {
    border: 1px solid #dedede;
    margin-bottom: 20px;
}
#matchTrans input[type="text"] {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #999;
    border-radius: 0;
    font-size: 11px;
    height: 14px;
    line-height: 1;
    padding: 0;
    margin: 0;
}
#budgetView,
#actualView,
#varianceView,
#payrollViewByDept {
    margin-top: 18px;
    position: absolute;
    width: 100%;
    display: block;
    float: left;
    margin-left: 0;
    padding-bottom: 30px;
}
#ccreconView,
#setupView,
#ccreconView2 {
    display: block;
    float: left;
    margin-left: 0;
    position: absolute;
    padding-bottom: 50px;
    margin-top: 30px;
}
#budgetImportView {
    margin-top: 15px;
    margin-bottom: 20px;
}
.ccreconViewPrint {
    margin-left: 15px !important;
}
.timelyViewPrint {
    margin: 0 15px !important;
}
.ccreconViewInnerPrint {
    margin-top: 0px !important;
}
.timelyViewInnerPrint {
    margin-top: 0px !important;
}
#budgetView .pivot-table,
#actualView .pivot-table,
#varianceView .pivot-table {
    margin-bottom: 50px;
}
#budgetView .actions,
#actualView .actions,
#varianceView .actions,
#payrollViewByDept .actions {
    margin-top: 1em;
    text-align: left;
}
#ccreconView .actions,
#revrecView .actions,
#ccreconView2 .actions {
    float: left;
    margin: 0 5px;
    text-align: left;
}

#ccreconView .pivot-table,
#setupView .pivot-table,
#ccreconView2 .pivot-table,
#revrecView .pivot-table {
    width: 100%;
    /*width: auto;*/
}
#budgetView,
#actualView,
#varianceView,
#payrollView,
#ccreconView,
#setupView,
#revrecView,
#ccreconView2 {
    width: 100%;
}

.header-bar {
    overflow: hidden;
    padding-top: 12px;
}
.header-bar .buttons {
    float: right;
    margin-bottom: 12px;
}
.header-bar .buttons input {
    /*margin: -20px 4px 0;*/
    margin: 1px 4px 0;
}
.header-bar .buttons input[type="image"] {
    height: 16px;
    width: 16px;
    vertical-align: middle;
}
.header-bar .buttons div {
    display: inline;
    margin-left: 4px;
    margin-right: 4px;
    position: relative;
    vertical-align: top;
}
.header-bar .buttons select {
    position: relative;
    margin-top: 0;
}
.header-bar .header-bar-left {
    padding-left: 5px;
    float: left;
}

.budgetPanel{
    width: 510px !important;
    border: 1px solid;
    clear:both;
  /*  display: none; */
    font-size: 10px;
}
.budgetPanel label{
    text-align: center;
    font-size: 11px;
    display: block;
}
.budgetPanel .tableRows,
.budgetPanel .tableColumns,
.budgetPanel .tableFilters{
    float: left;
    width: 32%;
    display:block;
    /*border: 1px solid #00FF00;*/
    margin: 0px;
    padding: 0px;
}
.budgetPanel .allRows ul,
.budgetPanel .allColumns ul,
.budgetPanel .allFilters ul{
    height:200px;
    margin-bottom: 10px;
    width: 100%;
}
.budgetPanel .rowLabels,
.budgetPanel .filters{
    width:100%;
    /*border: 1px solid #FF0000;*/
    float:left;
    margin: 0px;
    padding: 0px;

}
.budgetPanel .rowLabels ul,
.budgetPanel .filters ul,
.budgetPanel .columns ul{
    height: 150px;
}
.budgetPanel ul{
    overflow: auto;
    background: #fff;
    border: 1px solid #ccc;
}
.budgetPanel ul li{
    margin: 2px 2px 0px 2px;
    border: #DEDEDE;
    padding: 2px;
    background: rgba(192, 236, 143, 0.60);
}
.budgetPanel .columns {
    width: 100%;
    /*border: 1px solid #FF0000;*/
     margin: 0px;
    padding: 0px;
    float: left;
    height: 100px;
}

.budgetConfigLine {
    text-align: right;
    padding: 4px;
}
.budgetConfigLine .buttons {
    float: right;
    position: relative;
}
.budgetConfigLine .buttons input {
    margin-top: -5px;
    margin-left: 8px;
}
.budgetImportSelectLine {
    float: left;
    padding: 5px;
    margin-bottom: 10px;
}
#budgetImportView .buttons {
    padding-right: 5px;
}

.panelDialog .ui-dialog-title{
    text-align: center;
    font-size: 14px;
    width: 100%;
}
.budgetPanel .tableFilters{
    margin: 0 8px;
}

#saveReportAs,
#deleteReport {
    text-align: center;
    margin-top: 1em;
}
#saveReportAs label,
#saveReportAs input[type=text] {
    font-size: 11px;
}

.pivot-table tr.selected > td {
    background-color: #E1FFCB;
}

option.select-hr {
    border-bottom: 1px dotted #000;
    font-style: italic;
    color: #666666;
}

#tabs .buttons {
    display: none;
}

.back-action {
    position: relative;
    float: left;
    padding-bottom: 10px;
}
.print-action {
    position: relative;
    float: right;
    padding-bottom: 10px;
}
.print-actions {
    margin-bottom: 10px;
    padding: 0;
    clear: both;
}



/* Zend_form styles */
dl.zend_form {
    margin: 0;
    padding: 0;
    clear: both;
}
dl.zend_form dt#year-label,
dl.zend_form dt#file-label,
dl.zend_form dt#UploadNow-label {
    margin: 0;
    padding: 0;
    float:left;
    width: 180px;
    clear: both;
}
dl.zend_form dd#UploadNow-element {
    padding-top: 10px;
}
dl.zend_form input#UploadNow {
    margin-top: 0px;
}
dl.zend_form dd {
    float: left;
    position: relative;
}
dl.zend_form ul.errors {
    position: absolute;
    margin-top: 24px;
    width: 900px;
}
dl.zend_form ul.errors li {
    margin-left: 0px;
    color: #ff0000;
}
input.fakefile {
    width: 400px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}

dl.zend_form dd input#file {
    position: absolute;
    left: 260px;
    opacity: 0.0; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=0); /* IE lt 8 */
    -ms-filter: "alpha(opacity=0)"; /* IE 8 */
    -khtml-opacity: 0.0; /* Safari 1.x */
    -moz-opacity: 0.0; /* FF lt 1.5, Netscape */
    z-index: 2;
}

.browse-action {
    top: -18px;
    height: 20px !important;
    padding: 0px 8px !important;
    margin-left: 410px;
    float: right;
    position: absolute;
    z-index: 1;
}
.browse-action-hover {
    background: #c0ec8f !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#c0ec8f), to(#88b14b)) !important;
    background: -moz-linear-gradient(top,  #c0ec8f,  #88b14b) !important;
    background: -o-linear-gradient(top, #c0ec8f,  #88b14b);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0ec8f', endColorstr='#88b14b') !important;
    cursor: pointer;
}



/* upload history */
.header-bar-history {
    border: 0 none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.page-divs-holder img {
    width: 30px;
    height: 30px;
}
.page-divs-holder a {
    cursor: pointer;
}


div.page-divs-holder {
    display: none;
    float: left;
    width: 100%;
}
.page-divs-table {
    width: 100%;
}
.page-divs-table td.inner {
    width: 100%;
}
td.top-arrow,
td.bottom-arrow {
    width: 100%;
}
td.top-arrow,
td.left-arrow,
td.right-arrow,
td.bottom-arrow {
    background-color: #F2F2F2;
    margin: 0;
    padding: 0;
    text-align: center;
}

td.left-arrow,
td.right-arrow {
    width: 30px !important;
}

.import-page-links {
    clear: both;
    margin-top: 15px;
    position: relative;
    text-align: center;
}
.import-page-links.map {
    position: absolute;
    text-align: center;
    width: 100%;
}
.import-page-link {
    cursor: pointer;
    position: relative;
    margin: 0 5px;
}
.import-page-link-selected {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
#selectCurrencyDialog li > label {
    width: 200px;
    padding-right: 3px;
    text-align: right;
}
#selectCurrencyDialog select {
    width: 130px !important;
}
#warningCurrencyDialog p {
    font-size: 12px;
}

.import-container a.prev-page-link {
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
    z-index: 10;
}

.import-container a.next-page-link {
    cursor: pointer;
    position: relative;
    margin: 0;
    float: right;
    z-index: 10;
}

.import-container a.prev-page-link.up {
    margin: 0;
    position: relative;
    float: left;
    z-index: 10;
}
.import-container a.next-page-link.down {
    margin: 0;
    position: relative;
    float: right;
    z-index: 10;
}


.notice-box {
    clear: both;
    margin-left: -20px;
    margin-right: 0px;
    padding-top: 50px;
    position: absolute;
    width: 980px;
}
.inner-notice {
    color: #616161;
    text-align: center;
    font-weight: bold;
    border: 1px solid #DEDEDE;
    background-color: #F7F7D5;
    height: 25px;
    padding-top: 7px;
}
.notice-box a {
    cursor: pointer;
}
.timelyViewPrint .notice-box,
.ccreconViewPrint .notice-box {
    display: none;
}

.w155 {
    width : 155px;
}

/* Export status */
.exportsList .header {
    white-space: nowrap;
}

.exportsList .filename {
    max-width: 400px;
}

.exportsList .filename a {
    line-height: 1.5;
    word-wrap: break-word;
}

.exportsList .params {
    max-width: 250px;
}

.exportsList .status {
    width: 110px;
    padding: 10px;
}

.exportsList .status .failed {
    color: #f00;
}

.buttons .export-progress-bar,
.exportsList .export-progress-bar {
    display: block;
    width: 90px;
    height: 13px;
    background: #ebebeb;
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
}

.buttons .export-progress-bar span,
.exportsList .export-progress-bar span {
    display: block;
    width: 0;
    height: 13px;
    background: #7ab51b;
    transition: width 0.5s;
}

.buttons .export-progress-bar {
    display: inline-block;
    width: 65px;
    vertical-align: middle;
}

.header-bar .buttons > .exporting {
    display: inline-block;
    height: 16px;
    font-size: 10px;
    color: #666;
    padding-right: 5px;
}

.header-bar .buttons > .failed {
    color: #f00;
}

/* validator styles */
.validatorError {
    color: #ff0000;
    /*border: 1px solid #ff0000;*/
}
img.validatorLoading {
   position: absolute;
}
/*div.validatorError {
    margin-left: 5px;
    padding: 0 5px;
    border: 1px solid #E00200;
    background-color: #ff0000;
    color: #ffffff;
    font-weight: bold;
    z-index: 10;
}*/

.formError { z-index: 990; }
.formError .formErrorContent { z-index: 991; }
.formError .formErrorArrow { z-index: 996; }

.formError {
    position: absolute;
    top: 300px;
    left: 300px;
    display: block;
    cursor: pointer;
}
.formError .formErrorContent {
    width: 100%;
    background: #ee0101;
    position:relative;
    color: #fff;
    font-size: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 0 4px #000;
    -moz-box-shadow: 0 0 4px #000;
    -webkit-box-shadow: 0 0 4px #000;
    padding: 2px 8px 2px 8px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.formError .formErrorArrow {
    width: 15px;
    margin: -2px 0 0 13px;
    position:relative;
}
.formError .formErrorArrow div {
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    box-shadow: 0 2px 3px #444;
    -moz-box-shadow: 0 2px 3px #444;
    -webkit-box-shadow: 0 2px 3px #444;
    font-size: 0px;
    height: 1px;
    background: #ee0101;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    display: block;
}
.formError .formErrorArrow .line10 {
    width: 15px;
    border: none;
}
.formError .formErrorArrow .line9 {
    width: 13px;
    border: none;
}
.formError .formErrorArrow .line8 {
    width: 11px;
}
.formError .formErrorArrow .line7 {
    width: 9px;
}
.formError .formErrorArrow .line6 {
    width: 7px;
}
.formError .formErrorArrow .line5 {
    width: 5px;
}
.formError .formErrorArrow .line4 {
    width: 3px;
}
.formError .formErrorArrow .line3 {
    width: 1px;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-bottom: 0 solid #ddd;
}
.formError .formErrorArrow .line2 {
    width: 3px;
    border: none;
    background: #ddd;
}
.formError .formErrorArrow .line1 {
    width: 1px;
    border: none;
    background: #ddd;
}

/* form spacing styles */
form.large.classic ul li {
    padding-top: 5px;
}

.formErrorUl li {
    color: red;
}
.formSuccessUl li {
    color: green;
}
.red {
    color: red;
}
div.opend {
    float: right;
    width: 300px;
}
div.opendcont {
    float: right;
    position: relative;
    display: inline-block;
}
div.errorMulti {
    float: right;
    width: 150px;
}

div.left-bar {
    margin-top: 30px;
    min-height: 160px;

    float: left;
    position: relative;
    overflow: hidden;
    width: 0px;
    z-index: 1000;
}
div.displayFilters {
    margin-top: 48px;
    position: relative;
    float: left;
    width: 15px;
    min-height: 160px;
    cursor: pointer;
    z-index: 1;

    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
    box-shadow: 1px 1px 1px rgba(0,0,0,.3);
    border: solid 1px #808080;
    background: #999999;
    background: -webkit-gradient(linear, left center, right center, from(#999999), to(#555555));
    background: -moz-linear-gradient(left,  #999999,  #555555);
    background: -o-linear-gradient(left, #999999,  #555555);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#999999', endColorstr='#555555');

}
div.displayFilters img {
    margin-top: 2px;
    margin-left: -2px;
    margin-bottom: 35px;
}

div.displayFilters a {
    text-decoration: none;
    color:#ffffff;
}

div.displayFilters #hideFiltersText,
div.displayFilters #showFiltersText {

    writing-mode:tb-rl;

    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -o-transform: rotate(90deg);

    white-space:nowrap;
    display:block;
    width: 20px;
    height: 20px;
    margin-left: -6px;

    /*
    -moz-transform:rotate(270deg);
    -moz-transform-origin: 50% 50%;
    -webkit-transform: rotate(270deg);
    -webkit-transform-origin: 50% 50%;
    -o-transform: rotate(270deg);
    -o-transform-origin: 50% 50%;
    -ms-transform: rotate(270deg);
    -ms-transform-origin: 50% 50%;

    white-space: nowrap;
    width: 80px;
    height: 20px;
    margin-left: -34px;
    margin-top: 40px;
    color: #ff0000;
    */

}

div.displayFilters img#hideFilters,
div.displayFilters #hideFiltersText {
    display: none;
}

div.left-bar .multi-pivot-header {
    font-weight: bold;
    width: 150px;
    clear: both;
}

div.left-bar .multi-pivot-header .headerFilters {
    position: relative;
    float: left;
}

div.multi-pivot-filters {
    border: 1px solid #dedede;
    margin-top: 0;
    margin-bottom: 30px;
    /*padding-bottom: 15px;*/
    width: 150px;
    float: left;
    text-align: left;
}
div.multi-pivot-filters .filter {
    margin-left: 5px;
    margin-top: 8px;
}
div.multi-pivot-filters label {
    font-weight: bold;
    margin-left: 4px;
}
div.multi-pivot-filters label > span {
    font-weight: normal;
}
div.multi-pivot-filters ul > li {
    margin-top: 3px;
}

div.multi-pivot-filters .filtersGear {
    cursor: pointer;
    position: relative;
    float: right;
    margin-right: 5px;
}

div.multi-pivot-filters .filtersGear .filtersGearList {
    display: none;
    position: absolute;
    background-color: #ffffff;
    border: solid 1px #808080;
    margin-top: 0px;
    margin-left: -60px;
    color: #999999;
    text-align:left;
    z-index: 100;
}
div.multi-pivot-filters .filtersGear .filtersGearList > li {
    text-align: left;
    list-style-type: none;
    margin: 0;
    padding: 2px 5px;

    cursor: pointer;
    height: 14px;
    font-size: 12px;
    font-weight: normal;
    width: 65px;
}
div.multi-pivot-filters .filtersGear .filtersGearList li:hover {
    color: #7AB51B;
    background-color: #dedede;
}
div.left-bar div.multi-pivot-filters .icon {
    width: 14px;
    height: 16px;
    visibility: hidden;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    vertical-align: middle;
    zoom:1;
    *display: inline;
}
div.left-bar div.multi-pivot-filters .no-icon {
    width: 14px;
    height: 16px;
    visibility: hidden;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    background: none;
    zoom:1;
    *display: inline;
}
div.left-bar div.multi-pivot-filters .applyFilters {
    z-index: 200;
}

div.left-bar div.multi-pivot-filters li.collapsed > .icon {
    background-image: url('/images/add_icon_gray.png');
}
div.left-bar div.multi-pivot-filters li.expanded > .icon {
    background-image: url('/images/minus_icon_gray.png');
}

div.left-bar div.multi-pivot-filters li.expanded .icon,
div.left-bar div.multi-pivot-filters li.collapsed .icon {
    visibility: visible;
    cursor: pointer;
}
div.left-bar div.multi-pivot-filters li.expandCollapseAll {
    padding-left: 4px;
}
div.left-bar div.multi-pivot-filters li.expandCollapseAll a {
    font-size: 12px;
    cursor: pointer;
}

div.left-bar div.multi-pivot-filters li.groupFilters {
    margin-left: 10px;
}
div.left-bar div.multi-pivot-filters li.groupFilters > .icon {
    margin-left: 5px;
}
div.multi-pivot-apply {
    width: 100%;
    display: none;
}


.toolTip {
    position: absolute;
    display: none;
    margin-top: -3px;

    border: 1px solid #92D050;
    background-color: #EBF1DE;
}
.toolTip li {
    padding: 2px 10px 2px 6px;
}
.toolTip li > img {
    padding: 0 3px 0 2px;
    float: left;
}
.toolTip li:hover {
    background-color: #92D050;
    cursor: pointer;
}
.toolTipCell {
    cursor: pointer;
    position: relative;
    float: left;
    width: 20px;
    padding: 2px 2px;
}

.nav-state-hover {
    border: 1px solid #999999 !important;
    background: #5b841f url(images/ui-bg_glass_75_5b841f_1x400.png) 50% 50% repeat-x !important;
    font-weight: normal !important;
    color: #212121 !important;
    border-bottom: none !important;
}
.nav-state-hover a,
.nav-state-hover a:hover {
    color: #212121;
    text-decoration: none;
}

#settingsContainer,
#reportsContainer {
    width: 100%;
    /*border: solid 1px #7AB51B;*/
}

#settingsContainer .settings-left-bar {
    margin: 0;
    min-height: 160px;
    float: left;
    position: relative;
    overflow: hidden;
    width: 0px;
}
#settingsContainer .displaySteps {
    margin: 0;
    position: relative;
    float: left;
    width: 15px;
    min-height: 165px;
    cursor: pointer;

    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
    box-shadow: 1px 1px 1px rgba(0,0,0,.3);
    border: solid 1px #808080;
    background: #999999;
    background: -webkit-gradient(linear, left center, right center, from(#999999), to(#555555));
    background: -moz-linear-gradient(left,  #999999,  #555555);
    background: -o-linear-gradient(left, #999999,  #555555);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#999999', endColorstr='#555555');

}
#settingsContainer .displaySteps {
    min-height: 208px;
}
#settingsContainer .displaySteps img {
    margin-top: 2px;
    margin-left: -3px;
    margin-bottom: 30px;
}
#settingsContainer .displaySteps img {
    margin-bottom: 45px;
}
#settingsContainer .displaySteps a {
    text-decoration: none;
    color:#ffffff;
}
#settingsContainer .displaySteps #hideStepsText,
#settingsContainer .displaySteps #showStepsText {
    writing-mode:tb-rl;

    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -o-transform: rotate(90deg);

    white-space:nowrap;
    display:block;
    width: 20px;
    height: 20px;
    margin-left: -6px;
}
#settingsContainer .displaySteps img#hideSteps,
#settingsContainer .displaySteps #hideStepsText {
    display: none;
}
#settingsContainer .settings-steps,
#reportsContainer .reports-steps {
    margin-top: 0;
    padding-bottom: 15px;
    width: 218px;
    float: left;
}
#settingsContainer .settings-steps,
#reportsContainer .reports-steps {
    width: 198px;
}
#reportsContainer .reports-steps {
    display: inline-block;
}
#settingsContainer #settingsViewContainer,
#reportsContainer #reportsViewContainer {
    margin-left: 20px;
    position: relative;
}
#reportsContainer #reportsViewContainer {
    display: inline-block;
}
#settingsContainer #settings {
    position: absolute;
    float: right;
    min-height: 165px;
    min-width: 760px;
    /*margin-left: 215px;*/
    /* margin-left: 20px; */
    border: solid 1px #7AB51B;
    padding: 0;
    display: inline-table;
}
#settingsContainer #settings,
#reportsContainer #reports {
    width: 760px;
}
#settingsContainer .settings-steps ul > li,
#reportsContainer .reports-steps ul > li {
    display: block;
    height: 30px;
    margin: 0;
    padding: 10px 5px 0px;
    border: 1px solid #dedede;
    cursor: pointer;
}
#settingsContainer .settings-steps ul > li.selected,
#reportsContainer .reports-steps ul > li.selected {
    background-color: #E8FCD7;
}
#settingsContainer div.left-bar,
#reportsContainer div.left-bar {
    margin-top: -16px;
    min-height: 160px;
    float: left;
    position: relative;
    overflow: hidden;
    width: 0px;
    z-index: 1;
}
#settingsContainer #settings .step,
#reportsContainer #reports .step {
    display: none;
    float: left;
    padding: 20px;
    position: relative;
    width: 95%;
    min-height: 190px;
}
#reportsContainer #reports .step {
    min-height: 150px;
}
#settingsContainer #settings .step p,
#reportsContainer #reports .step p {
    padding: 4px 0;

}
#settingsContainer #settings .current,
#reportsContainer #reports .current {
    display: block;
}

#reportsContainer #reports table.reportsTable th.report-name,
#reportsContainer #reports table.reportsTable td.report-name {
    text-align: left;
}

/* settings */
#settingsViewContainer {
    color: #616161;
}

#settingsViewContainer #settings #step2 #currencytabs-1,
#settingsViewContainer #settings #step2 #currencytabs-2 {
    padding: 15px 10px 0;
    min-height: 140px;

}
#settingsViewContainer #settings #step2 #currencytabs-2 .stepTitleTop {
    width: 250px;
}
#settingsViewContainer #settings #step1 table.yearsTable {
    clear: both;
    float: left;
    margin-top: 10px;
    width: 250px;
}
#settingsViewContainer #settings #step2 table.currenciesTable {
    clear: both;
    float: left;
    margin-top: 10px;
    width: 430px;
}
#settingsViewContainer #settings #step3 table.payrollTaxRates,
#settingsViewContainer #settings #step4 table.incomeTaxRates {
    margin-top: 10px;
    width: 430px;
}
#settingsViewContainer #settings #step3 table.payrollTaxRates td,
#settingsViewContainer #settings #step4 table.incomeTaxRates td {
    height: 26px;
}

#settingsViewContainer #settings #step3 table.payrollTaxRates th.title,
#settingsViewContainer #settings #step3 table.payrollTaxRates td.title,
#settingsViewContainer #settings #step4 table.incomeTaxRates th.title,
#settingsViewContainer #settings #step4 table.incomeTaxRates td.title {
    text-align: left;
}
#settingsViewContainer #settings #step2 table.currenciesExchangeRates {
    clear: both;
    float: left;
    margin-top: 10px;
    width: 430px;
}
#settingsViewContainer #settings #step1 table tr:hover,
#settingsViewContainer #settings #step2 table tr:hover {
    cursor: pointer;
}
#settingsViewContainer #settings #step1 table tr.selectedRow td,
#settingsViewContainer #settings #step2 table tr.selectedRow td {
    font-weight: bold;
    color: #4F6FAC;
}
#settingsViewContainer #settings #step2 label.defaultCurrency {
    /*font-weight: bold;
    color: #26650B;
    background-color: #F7F7F7;*/
}
#settingsViewContainer #settings #step2 table tr.selectedRowDefault td > input {
    display: none;
}

#settingsViewContainer #settings #step2 table.currenciesTable td {
    padding: 0 3px;
}
#settingsViewContainer #settings #step1 table.yearsTable td.yearCheck,
#settingsViewContainer #settings #step2 table.currenciesTable td.currency {
    padding-top: 3px;
    width: 10px;
}
#settingsViewContainer #settings #step2 table.currenciesTable td.symbol {
    width: 50px;
}
#settingsViewContainer #settings #step2 table.currenciesTable td.iso {
    width: 60px;
}
#settingsViewContainer #settings #step2 table.currenciesTable th.title,
#settingsViewContainer #settings #step2 table.currenciesTable td.title,
#settingsViewContainer #settings #step2 table.currenciesExchangeRates th.title,
#settingsViewContainer #settings #step2 table.currenciesExchangeRates td.title {
    width: 300px;
    text-align: left;
}

#settingsViewContainer #settings #step2 table.currenciesExchangeRates td.exchange-rate {
    width: 200px;
}

#settingsViewContainer #settings #step3 table.payrollTaxRates input,
#settingsViewContainer #settings #step4 table.incomeTaxRates input {
    text-align: right;
}
#settingsViewContainer #settings #step3 table.payrollTaxRates span.editTaxRate,
#settingsViewContainer #settings #step3 input.savePayrollTaxRates,
#settingsViewContainer #settings #step3 input.cancel,
#settingsViewContainer #settings #step4 table.incomeTaxRates span.editTaxRate,
#settingsViewContainer #settings #step4 input.saveIncomeTaxRates,
#settingsViewContainer #settings #step4 input.cancel {
    display: none;
}

#settingsViewContainer #settings #step1 .buttons,
#settingsViewContainer #settings #step2 .buttons,
#settingsViewContainer #settings #step5 .buttons {
    clear: both;
}

.multi-pivot-filters label.filterLabel {
    font-weight: normal;
    cursor: pointer;
}

.floatable {
    width: auto;
}
.floatable th .headerLocation {
    position: relative;
}
.floatable th .headerLocation,
.floatable td.label {
    white-space: nowrap;
}

/* schedule list and actual upload history */
table.scheduleList,
table.itemsList,
table.tableList {
    width: 100%;
    border-spacing: 0;
    margin-top: 0;
}

table.itemsList {
    border-collapse: inherit;
}

table.scheduleList th,
table.itemsList th,
table.tableList th {
    border-right: 1px solid #CCCCCC !important;
    padding-right: 35px;
    padding-left: 3px;
}
table.scheduleList td,
table.itemsList td,
table.tableList td {
    padding-left: 3px;
}

table.scheduleList tr > th:first-child,
table.itemsList tr > th:first-child {
    border-left: 1px solid #CCCCCC !important;
    border-right: 1px solid #CCCCCC !important;
}
table.tableList tr > th:first-child {
    border-right: 1px solid #CCCCCC !important;
}

table.scheduleList tr:nth-child(even),
table.itemsList tr:nth-child(even),
table.tableList tr:nth-child(even) {
    background-color: #F7F7F7;
}
table.scheduleList tr:nth-child(odd),
table.itemsList tr:nth-child(odd),
table.tableList tr:nth-child(odd) {
    background-color: #FFFFFF;
}
/*table.tableList tr:first-child td {
    vertical-align: top;
}*/

table.scheduleList td.scheduleName,
table.tableList td.fileName {
    min-width: 250px;
}

table.tableList td.scheduleCreatedOn,
table.tableList td.scheduleStatus,
table.tableList td.uploadedOn {
    min-width: 120px;
}

#shareReport {
    display: none;
}
#reportShareName {
    font-weight: bold;
}

/* cash recon styles */
#controls {
    margin-top: 20px;
    margin-left: 15px;
    margin-bottom: 20px;
    float: left;
    display: block;
    position: relative;
}
#controls ul li {
    clear: both;
    display: inline-block;
    float: left;
    position: relative;
    text-align: left;
    width: 100%;
}
#controls ul li > label {
    display: inline;
    float: left;
    position: relative;
    text-align: left;
    margin-right: 10px;
    line-height: 2;
}

#controls .go {
    margin-left: 10px;
    height: 22px !important;
}
.selection-parent {
    display: inline;
    float: right;
    text-align: left;
    position: relative;
    width: 800px;
}
.selection-block {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}
.selection-block input[type=text],
.selection-block select {
    margin-left: 0;
}
.selection-block input[type=radio],
.selection-block input[type=checkbox] {
    margin-top: 5px;
    margin-left: 0;
    margin-right: 1px;
}
.selections-select {
    /*position: absolute !important;*/
    margin-top: 4px;
}

.selection-block.no-selections {
    margin-top: 5px;
}
.selection-block.no-selections > input {
    display: none;
}

/* multi search field container */
.multiSearchBuilder {
    float: right;
}
.multiSearchBuilder-ccrecon {
    margin-top: 15px;
    text-align: center;
    width: 100%;
}

.multiSearchBuilder-ccrecon li > label {
    float: none !important;
}

#ccreconView table.pivot-table th,
#setupView table.pivot-table th,
#revrecView table.pivot-table th,
#ccreconView2 table.pivot-table th,
#ccreconView table.pivot-table td,
#revrecView table.pivot-table td,
#ccreconView2 table.pivot-table td {
    padding: 5px;
    text-align: left;
    white-space: normal;
}
#ccreconView table.pivot-table th,
#setupView table.pivot-table th,
#revrecView table.pivot-table th,
#ccreconView2 table.pivot-table th {
    padding-top: 5px;
    padding-right: 20px;
}

#ccreconView table.pivot-table td.money,
#ccreconView table.pivot-table td.int,
#ccreconView table.pivot-table tr.total td,
#setupView table.pivot-table td.money,
#setupView table.pivot-table td.int,
#setupView table.pivot-table tr.total td,
#revrecView table.pivot-table td.money,
#revrecView table.pivot-table td.int,
#revrecView table.pivot-table tr.total td,
#ccreconView2 table.pivot-table td.money,
#ccreconView2 table.pivot-table td.int,
#ccreconView2 table.pivot-table tr.total td {
    text-align: right;
}

#ccreconView table.pivot-table th.money,
#ccreconView table.pivot-table th.int,
#setupView table.pivot-table th.money,
#setupView table.pivot-table th.int,
#revrecView table.pivot-table th.money,
#revrecView table.pivot-table th.int,
#ccreconView2 table.pivot-table th.money,
#ccreconView2 table.pivot-table th.int {
    text-align: right;
    padding-right: 20px;
}

.roll-forward tr.header td {
    background-color: #F2F2F2;
}

.ccrecon table.pivot-table th,
.roll-forward table.pivot-table th,
.waterfall table.pivot-table th,
.deferred-revenue table.pivot-table th,
.validation-summary table.pivot-table th {
    padding-right: 5px !important;
}

.gaap-yearly table.pivot-table th,
.gaap-yearly table.pivot-table td,
.billings-yearly table.pivot-table th,
.billings-yearly table.pivot-table td,
.waterfall table.pivot-table th,
.waterfall table.pivot-table td {
    white-space: nowrap !important;
}

.gaap-yearly table.pivot-table th,
.billings-yearly table.pivot-table th {
    padding-right: 5px !important;
}

.deferred-revenue-alltime table.pivot-table th {
    padding-right: 20px !important;
    white-space: nowrap !important;
}
.deferred-revenue-alltime table.pivot-table td {
    white-space: nowrap !important;
}

.deferred-revenue table.pivot-table th,
.deferred-revenue table.pivot-table td {
    white-space: nowrap !important;
}

.defrevbycust .dynamic-loading,
.gaap-yearly .dynamic-loading,
.billings-yearly .dynamic-loading,
.deferred-revenue .dynamic-loading {
    color: #00ff00;
    display: inline;
    float: left;
    position: absolute;
    background: transparent;
    margin-left: 0px;
}

.revrec-invoice table.pivot-table th,
.revrec-invoice table.pivot-table td {
    white-space: nowrap !important;
}
#revrecView table.pivot-table th,
#revrecView table.pivot-table td {
    white-space: nowrap !important;
}

.header-bar-revrec-invoice-stream {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.revrec-invoice-stream {
    margin-top: 0 !important;
}
.revrec-invoice-stream input.edit-transactions {
    margin-top: 0px;
}
.revrec-invoice-stream input.edit-trans-id {
    margin-left: 0px;
}

.revrec-invoice-stream table.pivot-table th,
.revrec-invoice-stream table.pivot-table td {
    white-space: nowrap !important;
}
.revrec-invoice-stream table.pivot-table th {
    padding-right: 5px !important;
}

.selections-verify .selection-block {
    line-height: 2;
}

#ccreconView table.pivot-table tr.not-used,
#ccreconView table.pivot-table tr.not-matched,
#revrecView table.pivot-table tr.not-matched,
#ccreconView table.pivot-table tr.error {
    cursor: pointer;
    background-color: #FFCFCF;
}

#ccreconView table.pivot-table tr.just-matched,
#revrecView table.pivot-table tr.just-matched,
#ccreconView table.pivot-table tr.disb-matched,
#revrecView table.pivot-table tr.disb-matched {
    background-color: #FFF67D;
}

.def-man-info {
    margin: 15px;
    text-align: left;
}
.defManUpload {
    margin-left: 15px !important;
}
.defManUploadInner {
    margin-top: 15px !important;
}
.defManUploadInner .buttons {
    margin-bottom: 10px;
}

.def-man-upload {
    width: auto !important;
}
.def-man-upload .def-man-date {
    width: 80px;
}
.def-man-upload .def-reference_number input {
    width: 250px;
}

.def-man-upload input[type="text"] {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #999;
    border-radius: 0;
    font-size: 11px;
    height: 14px;
    line-height: 1;
    padding: 0;
    margin: 0;
}

.defManUploadInner div.select-currency,
.defManUploadInner div.add-more-rows {
    text-align: left;
    margin: 2px 20px 12px 0;
}
.defManUploadInner div.select-currency {
    display: inline-block;
    float: left;
}
.defManUploadInner div.buttons {
    width: auto;
    float: left;
}

.headerClone {
    background-color: #F2F2F2;
    position: fixed;
    top: 0px;
    z-index: 20;
}
.headerClone th {
    padding: 5px 20px 5px 5px;
}
.headerCloneAdmin {
    background-color: #FFFFFF;
    position: fixed;
    top: 0px;
    z-index: 20;
}
.headerCloneAdmin th {
    padding: 0;
}

.ccrecon-full-page,
.timely-full-page {
    left: 0px;
    width: 100%;
    text-align: center;
    position: absolute !important;
}

.ccrecon-full-page .left-bar {
    margin-left: 15px;
}

/* old import process styles - in dialog action */
.ccrecon-import-process ul.steps {
    display: block;
    margin-left: 0 !important;
}
.ccrecon-import-process ul.steps li {
    min-width: 350px;
}

.ccrecon-import-process .result-buttons {
    display: block;
    position: relative;
}
.ccrecon-import-process .result-buttons hr {
    width: 100% !important;
}
.ccrecon-import-process .result-buttons .buttons {
    text-align: right !important;
}
.ccrecon-import-process .result-buttons .buttons .process-cancel,
.ccrecon-import-process .result-buttons .buttons .process-continue {
    display: block;
    float: right;
    position: relative;
    margin: 0 0 0 5px !important;
}
.ccrecon-import-process .result-buttons .buttons .process-exceptions {
    display: none;
    display: block;
    float: right;
    position: relative;
    margin: 0 0 0 5px !important;
}

.ccrecon-import-process .fileinput-button {
    display: inline-block;
    height: 22px;
    width: auto;
    position: relative;
    overflow: hidden;
}
.ccrecon-import-process .fileinput-button input {
    cursor: pointer;
    margin: 0 !important;
    padding: 0;
    opacity: 0;
    position: absolute;
    right: 0;
}
.ccrecon-import-process .fileinput-button span {
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 12px/100% Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);

    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
    box-shadow: 1px 1px 1px rgba(0,0,0,.3);
    color: #FFFFFF;
    border: solid 1px #808080;
    background: #999999;
    background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#555555));
    background: -moz-linear-gradient(top,  #999999,  #555555);
    background: -o-linear-gradient(top, #999999,  #555555);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#555555');

    height: 14px;
    padding: 2px 8px !important;
    position: relative;
    float:right;
}

.ccrecon-import-process .fileinput-button:hover span {
    background: #c0ec8f;
    background: -webkit-gradient(linear, left top, left bottom, from(#c0ec8f), to(#88b14b));
    background: -moz-linear-gradient(top,  #c0ec8f,  #88b14b);
    background: -o-linear-gradient(top, #c0ec8f,  #88b14b);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0ec8f', endColorstr='#88b14b');
}

#controls .date_interval_from,
#controls .date_interval_to {
    width: 80px !important;
}

.transactions-pagination {
    clear: none;
    margin: 0;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 0;
}
.transactions-pagination table {
    margin-left: 0px;
}

/* panels */
/* filters and columns */
.filtersColumnsPanel {
    width: 360px !important;
}
.filtersColumnsPanel .tableColumns,
.filtersColumnsPanel .tableFilters {
    width: 47%;
}
/* only columns */
.columnsPanel {
    width: 300px !important;
    border: 1px solid;
    clear:both;
    display: none;
    font-size: 10px;
}
.columnsPanel label{
    text-align: center;
    font-size: 11px;
    display: block;
}
.columnsPanel .tableColumns {
    float: left;
    width: 100%;
    display:block;
    margin: 0px;
    padding: 0px;
}
.columnsPanel .allColumns,
.columnsPanel .columns {
    float: left;
    margin: 0;
    padding: 0;
    height: 170px;
    width: 100%;
}
.columnsPanel .allColumns {
    margin: 0 0 10px;
}
.columnsPanel .allColumns ul,
.columnsPanel .columns ul {
    height:150px;
    width: 100%;
}
.columnsPanel ul {
    overflow: auto;
    background: #fff;
    border: 1px solid #ccc;
}
.columnsPanel ul li{
    margin: 2px 2px 0px 2px;
    border: #DEDEDE;
    padding: 2px;
    background: rgba(192, 236, 143, 0.60);
}

/* reconcile */
#reconcile {
    display: none;
    width: 100%;
}
#reconcile .title {
    margin-bottom: 10px;
}
#reconcile p {
    position: relative;
    float: left;
    background-color: #dedede;
    margin: 10px 0 0;
    min-width: 100px;
    text-align: center;
}

#reconcile div.batches {
    clear: both;
    position: relative;
}
#reconcile #batches th {
    font-weight: normal !important;
}
#reconcile #batches td,
#reconcile #batches th {
    white-space: nowrap;
}
#reconcile #batches thead tr {
    background-color: #F2F2F2;
}
#reconcile #batches tbody tr:nth-child(even) {
    background-color: #F7F7F7;
}
#reconcile #batches tbody tr:nth-child(odd) {
    background-color: #FFFFFF;
}
#reconcile #batches th.action {
    width: 16px;
}
#reconcile #batches td.action img {
    cursor: pointer;
}
#reconcile .batches-selection {
    margin-top: 15px;
}
#reconcile select {
    width: 100% !important;
}
#reconcile .deposits {
    background-color: #ffffff;
    border: 1px solid #dedede;
    height: 300px;
    margin: 0 0 10px;
    overflow: auto;
    position: relative;
    width: 100%;
}
#reconcile input.note {
    width: 100% !important;
}
#reconcile .batches-dropdown li.open-list {
    position: relative;
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    font: 12px/100% Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);

    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
    box-shadow: 1px 1px 1px rgba(0,0,0,.3);
    color: #FFFFFF;
    background: #999999;
    background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#555555));
    background: -moz-linear-gradient(top,  #999999,  #555555);
    background: -o-linear-gradient(top, #999999,  #555555);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#555555');

    padding: 0;
    margin: 2px;
    height: 18px;
}
#reconcile .batches-dropdown,
#reconcile .batches-dropdown ul li,
#reconcile .batches-dropdown table {
    width: 100%;
}
#reconcile .batches-dropdown li.open-list {
    cursor: pointer;
    margin: 4px 0 0;
    padding-top: 5px;
    /*background-color: #dedede;*/
}
#reconcile .batches-dropdown li.open-list label {
    padding: 5px;
}
#reconcile .batches-dropdown li.open-list > img {
    margin-right: 10px;
    float: right;
}
#reconcile .batches-dropdown li.open-list > img.down-hover {
    display: none;
}
#reconcile .batches-dropdown li.open-list:hover > img.down-active {
    display: none;
}
#reconcile .batches-dropdown li.open-list:hover > img.down-hover {
    display: inline;
}
#reconcile .batches-dropdown li.open-list:hover > ul {
    display: block;
}
#reconcile .batches-dropdown li.open-list > ul {
    display: none;
}
#reconcile .batches-dropdown li.batch-list {
    background: none;
    text-shadow: none;
    color: #616161;
    max-height: 200px;
    position: absolute;
    margin-top: 3px;
    overflow: auto;
    z-index: 1000;
}
#reconcile .batches-dropdown table tr td {
    background-color: #ffffff;
    cursor: pointer;
}
#reconcile #loading {
    display: none;
    position: absolute;
    margin-top: 130px;
    text-align: center;
    width: 100%;
}

/* close periods */
.close-periods {
    text-align: left;
}
.close-periods li {
    border-bottom: 1px solid #efefef;
    display: block;
    clear: both;
    float: none;
    height: 18px;
    padding: 5px;
}
.close-periods li.no-border {
    border: none;
}
.close-periods li.info {
    padding-bottom: 20px;
}
.close-periods div.close-period,
.close-periods div.close-period-header,
.close-periods div.close-period-year {
    display: inline-block;
    float: left;
    position: relative;
    width: 126px;
}
.close-periods div.close-period-header {
    font-weight: bold;
    text-indent: 2px;
}
.close-periods div.close-period-year {
    width: 30px;
}

.close-periods div.close-period label {
    cursor: pointer;
    line-height: 1.5;
}
.close-periods div.close-period-year input,
.close-periods div.close-period input {
    margin-left: 0;
}

.close-periods div.close-period-year input {
    outline: 1px solid #7AB51B;
}

.closePeriodsMessages {
    position: relative;
    text-align: left;
}
.closePeriodsMessages ul {
    position: relative;
}
.closePeriodsMessages ul li {
    text-align: left;
    clear: both;
}
.errorClosePeriods {
    color: red;
    float: left;
}
.successClosePeriods {
    color: green;
    float: left;
}

/* reports tools inactive styles */
.inactive {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    filter:alpha(opacity=50);
    opacity: 0.5;
}
.inactive-deep {
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    filter:alpha(opacity=20);
    opacity: 0.2;
}

.pivot-table-small th,
.pivot-table-small td {
    font-size: 10px;
    width: auto;
}

.pivot-table th.fixed,
.pivot-table td.fixed {
  height: 27px;
  position:absolute;
  *position: relative; /*ie7*/
  left:0;
}
.outer-pivot {
    position:relative;
    width: 100%;
}
.inner-pivot {
  overflow-x:scroll;
  overflow-y:visible;
  /*width:400px; */
  margin-left:100px;
}

/* rev rec admin product list */
#addProductDialog {
    display: none;
}

#productDashboardContent {
    position: relative;
    text-align: left;
    margin: 15px;
}

#productDashboardContent .createNewProduct {
    padding: 10px 0;
    position: relative;
    margin-left: 0px;
}

#productDashboardContent .createNewProduct a {
    font-size: 12px;
}
#productDashboardContent .createNewProduct a img {
    position: absolute;
    padding: 0;
    margin-top: -3px;
}
#productDashboardContent .createNewProduct a span {
    position: relative;
    padding-left: 18px;
}

#productDashboardContent .buttons {
    display: inline;
    float: right;
    margin-top: 0;
    margin-right: 10px;
    padding-top: 0;
    width: auto;
}
#productDashboardContent .buttons input {
    margin-top: 2px;
}

.existingProductsList,
.existingList {
    float: left;
    position: relative;
    margin-top: 15px;
    padding: 0;
    width: 100%;
}

.existingProductsList th {
    font-size: 11px !important;
}
.existingProductsList tr > td.menu {
    vertical-align: bottom;
    overflow: visible !important;
}
.existingProductsList tr > td.menu img.gear {
    margin-bottom: 5px;
    margin-right: 3px;
}
.existingProductsList .kiketable-th-text {
    padding-top: 0;
}
.existingList td.img.checked {
    background: url(/images/success.gif) center 5px no-repeat;
}

#addProductDialog .productListPrice,
#addProductDialog .priceStartDate,
#addProductDialog .priceEndDate,
#addProductDialog #durationVal,
#addProductDialog #durationUnit {
    width: 80px !important;
}
#addProductDialog .productListCurrency {
    width: 60px !important;
}
#addProductDialog .removePriceList,
#addProductDialog .removeMatch img {
    margin-top: 2px;
    position: absolute;
}
#addProductDialog li > label {
    width: 200px;
    padding-top: 5px;
}
#productPrices,
#productPricesTemplate {
    display: none;
}

#productPrices li.header div.currency {
    width: 64px;
}
#productPrices li.header div {
    display: inline-block;
    width: 88px;
}
#productPrices li.listPrices select {
    width: 60px !important;
}
#productPrices li.listPrices input {
    width: 80px !important;
    margin-right: 2px;
    padding: 0;
}
#productPrices li.listPrices a img {
    position: absolute;
    padding: 0;
    margin-top: 2px;
}
#productPrices div.buttons {
    clear: both;
}

.remaining-tooltip {
    background-color: #F0FCE6;
    border: 1px solid #ccc;
    cursor: pointer;
    position: absolute;
    margin-top: -20px;
}
.remaining-tooltip div.amount {
    display: inline-block;
    float: left;
    padding: 0 3px;
    text-align: left;
    width: 54px;
}
.remaining-tooltip img {
    cursor: pointer;
    display: inline-block;
    float: right;
    margin: 0 3px;
}

#editMilestonesDialog {
    display: none;
    background: #FFFFFF;
}
#editMilestonesDialog .milestonesInfo {
    border: 1px solid #C0EC8F;
    padding: 10px;
}
#editMilestonesDialog table.infoList td {
    padding-left: 10px;
}
#editMilestonesDialog table.infoList td.label {
    text-align: right;
    width: 120px;
}
#editMilestonesDialog table.infoList td.label2 {
    text-align: right;
    width: 90px;
}
#editMilestonesDialog div.info {
    padding: 25px 0 10px 5px;
}
#editMilestonesDialog div.data {
    position: relative;
}
/*
#editMilestonesDialog table.milestones {
    width: 240px;
}
*/
#editMilestonesDialog table.milestones th,
#editMilestonesDialog table.milestones td {
    text-align: center;
    width: 80px;
}
#editMilestonesDialog table.milestones input {
    width: 80px !important;
}
#editMilestonesDialog table.milestones input.milestoneComment {
    width: 345px !important;
}
#editMilestonesDialog a.addMilestone {
    float: right;
    margin-right: 5px;
}

#editUsagesDialog {
    display: none;
    background: #FFFFFF;
}
#editUsagesDialog .usageInfo {
    border: 1px solid #C0EC8F;
    padding: 10px;
}
#editUsagesDialog table.infoList td {
    padding-left: 10px;
}
#editUsagesDialog table.infoList td.label {
    text-align: right;
    width: 120px;
}

#editUsagesDialog table.infoList td.label2 {
    text-align: right;
    width: 60px;
}

#editUsagesDialog div.info {
    padding: 25px 0 10px 5px;
}
#editUsagesDialog div.data {
    position: relative;
}
/*
#editUsagesDialog table.usages {
    width: 240px;
}
*/
#editUsagesDialog table.usages th,
#editUsagesDialog table.usages td {
    text-align: center;
    width: 80px;
}
#editUsagesDialog table.usages input {
    width: 80px !important;
}
#editMilestonesDialog table.milestones input.usageComment {
    width: 200px !important;
}
#editUsagesDialog div.credits {
    padding-bottom: 10px;
}
#editUsagesDialog input.credits {
    width: 60px !important;
}
#editUsagesDialog label.totalCreditsLabel {
    padding: 10px 0 10px 5px;
}

#editUsagesDialog table.usages input.usageComment {
    width: 234px !important;
}

#invoicePayDate .paymentDate{
    position: relative;
}

#editMilestonesDialog .money{
    text-align: right !important;
}

#editUsagesDialog .money{
    text-align: right !important;
}

#defrevTabs .multiSearchBuilder {
    position: absolute;
    padding-top: 10px;
    padding-bottom: 5px;
    top: -10px;
    right: 2px;
}

#importHistoryContent {
    position: relative;
    text-align: left;
    margin: 15px;
}

#importHistoryContent .multiSearchBuilder {
    padding-bottom: 10px;
}

table.pivot-table tr.loading-progressive td {
    color: #000;
    background-color: #EAFDDD;
}

/* rev rec reports - start*/
#reports h2.reportName {
    font-weight: bold;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 5px;
}

#reports ul.repList li:first-child h2.reportName {
    padding-top: 0px !important;
}

ul.reportsList {
    position: relative
}

ul.reportsList li {
    list-style: disc;
    margin-left: 30px;
}

.revrecReports {
    border: none !important;
}

.reportsSearch {
    float: left;
    margin-left: 20px;
}

/* rev rec reports - end*/

#header .head-right img {
    height: 25px;
}

#deleteTrans {
    margin-left: 15px;
    position: relative;
}

.deleteTransForm li input[type=text] {
    width: 150px;
}

.deleteTransForm li select {
    width: 150px;
}

.deleteTransForm li label {
    text-align: left;
    width: 70px !important;
}

.deleteTransLink {
    float: left;
}

.succMsg {
    display: none;
    float: left;
    margin-left: 15px;
    color: green;
}

.deleteTransForm p {
    padding-top: 5px;
    float: left;
}
.warningMsg {
    color: red;
}
.subMsg {
    list-style: initial;
    margin-left: 35px;
}
.invMsgList {
    padding-bottom: 10px;
}
.customMsg {
    list-style: initial;
    margin-left: 35px;
    padding-bottom: 10px;
}
.alternative-selections-top {
    display: inline;
    float: left;
    text-align: left;
    position: relative;
    width: 700px;
}
.alternative-selections-top .selection-parent {
    width: 600px;
}
.alternative-selections-separator {
    clear: both;
    height: 40px;
    width: 950px;
}
.alternative-selections-separator-inner {
    height: 50%;
    width: 100%;
    border-bottom: 1px dotted #CCCCCC;
}

.alternative-selections-left {
    display: inline;
    float: left;
    text-align: left;
    position: relative;
    width: 450px;
}
.alternative-selections-left .selection-parent {
    width: 350px;
}
.delTrans-sel-block {
    position: relative;
    display: inline;
    margin-left: 20px;
}
.delTrans-sel-block input[type=radio] {
    margin-top: 5px;
    margin-left: 15px;
    margin-right: 2px;
}
.alternative-selections-middle {
    position: relative;
    float: left;
    margin-left: 54px;
    font-size: 20px;
}
.alternative-selections-right {
    position: relative;
    float: left;
    width: 320px;
    margin-left: 70px;
    text-align: left;
}
.alternative-selections-right .selection-parent {
    width: 320px;
}
.alternative-selections-right .invoice_number,
.alternative-selections-right .transactionid {
    float: left;
    width: 300px !important;
    margin-left: 22px;
}
.alternative-selections-buttonSection {
    display: block;
    clear: both;
}
.alternative-selections-buttonSection input[type=button] {
    margin-top: 25px !important;
}
.bundled-text {
    display: block;
    margin-top: 15px;
}
.bundledInvoices {
    display: block;
    margin-left: 35px;
    font-weight: bold;
}
.invNumbers ul {
    margin-left: 50px;
}
.invNumbers ul li {
    list-style: initial;
}
.conf-text {
    display: block;
    margin-top: 15px;
}
.form-type {
    height: 24px;
}

/* styled select */
div.styled-select-widest,
div.styled-select-wider,
div.styled-select-shorter,
div.styled-select {
   width: 150px;
   height: 16px;
   overflow: hidden;
   border: 1px solid #ccc;
   position: relative;
   text-align: left;
}
div.styled-select-widest select,
div.styled-select-wider select,
div.styled-select-shorter select,
div.styled-select select {
   background: transparent;
   width: 170px;
   padding: 0px;
   font-size: 12px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 18px;
   -webkit-appearance: none;
   z-index: 10;
   position: absolute;
}

div.styled-select-wider {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    width: 220px;
}
div.styled-select-wider select {
    width: 240px;
}

.ui-widget div.styled-select-wider,
.ui-widget div.styled-select-shorter,
.ui-widget div.styled-select {
    background-color: #FFF;
    margin-left: 2px;
}

div.styled-select-widest {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    width: 280px;
}
div.styled-select-widest select {
    width: 300px;
}

/* dynamic will be update from js */
div.styled-select-dynamic {
    height: 16px;
    border: 1px solid #ccc;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    text-align: left;
}

div.styled-select-dynamic select {
    background: transparent;
    padding: 0px;
    font-size: 12px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 18px;
    -webkit-appearance: none;
    z-index: 10;
    position: absolute;
}

/* used for static filters */
div.styled-select-shorter {
    position: relative;
    display: inline-block;
    margin-left: 0px;
    margin-top: 3px;
    width: 80px;
}
div.styled-select-shorter select {
    width: 100px;
    z-index: 0;
}
div.styled-select-title {
   width: 185px;
   height: 24px;
   overflow: hidden;
   border: 0 none;
   padding: 0;
   position: absolute;
   left: -4px;
   text-align: left;
}
div.styled-select-title select {
   background: transparent;
   width: 215px;
   padding: 0px;
   margin: 0;
   font-size: 16px;
   font-weight: bold;
   color: #4F6FAC;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 19px;
   -webkit-appearance: none;
   z-index: 10;
   position: absolute;
}

div.styled-select-title select:focus {
    border: 0 none !important;
    outline: 0 none;
}
div.styled-select-title select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #4F6FAC;
}


.down-triangle,
.down-triangle-title {
    position: absolute;
    z-index: 0;

    width: 0;
    height: 0;
    border-left: 5px solid transparent;  /* left arrow slant */
    border-right: 5px solid transparent; /* right arrow slant */
    border-top: 5px solid #7AB51B; /* bottom, add background color here */
    font-size: 0;
    line-height: 0;

    margin-top: 6px;
    margin-right: 4px;
    right: 2px;
}

.down-triangle-title {
    border-left: 8px solid transparent;  /* left arrow slant */
    border-right: 8px solid transparent; /* right arrow slant */
    border-top: 8px solid #7AB51B; /* bottom, add background color here */

    margin-top: 6px;
    margin-right: 4px;
    right: 2px;
}

.edit-invoice {
    margin: 0 15px !important;
}
.edit-invoice table {
    margin-left: 0 !important;
}
.edit-invoice th,
.edit-invoice td {
    padding: 2px;
    white-space: nowrap !important;
}
.edit-invoice td {
    /*height: 20px !important;*/
}
.edit-invoice input[type="text"] {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #999;
    border-radius: 0;
    font-size: 11px;
    height: 14px;
    line-height: 1;
    padding: 0;
    margin: 0;
}
.edit-invoice td.date input {
    width: 100px;
}
.edit-invoice .save,
.edit-invoice .cancel {
    display: none;
}
.edit-invoice-info {
    font-size: 13px;
    float: left;
    margin-left: 15px;
    margin-top: 20px;
    position: relative;
    text-align: left;
    width: auto;
}
.edit-invoice #ccreconView {
    margin-top: 25px;
}
.outer-pivot.add-invoice table {
    margin-left: 0 !important;
}

/* journal entry */
.journal-entry {
     margin-top: 10px !important;
}
.report-title {
    color: #4F6FAC;
    font-size: 16px;
    font-weight: bold;
    min-width: 400px;
    text-align: left;
    white-space: nowrap;
}

.journal-entry th.money {
    width: 80px !important;
}
.journal-entry th.text {
    width: 120px !important;
}

/* upload templates list */
#uploadList {
    font-size: 14px;
    margin-top: 40px;
    margin-left: 15px;
    text-align: left;
}
#uploadList label {
    font-size: 16px;
}
ul.upload-list {
    margin-top: 15px;
    margin-left: 30px;
}
ul.upload-list li {
    color: #669CE3;
    cursor: pointer;
    list-style-position: inside;
    list-style-type: disc;
    padding-left: 5px;
    text-align: left;
    text-decoration: underline;
}
ul.upload-list li:hover {
    color: #7ab51b;
}
ul.upload-list a {
    font-size: 14px;
}
ul.upload-list span.sample-download {
    color: #000;
    font-size: 12px;
    margin-left: 15px;
}
ul.upload-list span.sample-download a {
    color: #000;
    font-size: 12px;
}

#filter-list-container {
    border: 1px solid #ccc;
    cursor: pointer;
    margin-top: 3px;
}
#filter-list-container > label,
#filter-list-container > .down-triangle {
    display: inline-block;
    margin-left: 5px;
    position: relative !important;
}
#filter-list-container > .down-triangle {
    clear: both;
}
#filter-list-container .filter-list {
    display: none;
}
#filter-list-container:hover .filter-list {
    display: block;
}
.filter-list {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 2px 5px;
    position: absolute;
    left: 0;
    overflow: auto;
    height: 150px;
    width: 300px;
    z-index: 20000;
}
.filter-list input {
    float: left;
}
.filter-list label {
    margin-left: 5px;
}
/* charts styles */
#charts {
    display: none;
}
#charts .buttons {
    margin: 0 15px;
    text-align: left;

}
#charts .buttons input {
    margin: 0px 5px;
    float: right;
}
#charts .chart-filter {
    display: inline-block;
    position: relative;
}
#charts .chart-filter-inner {
    position: absolute;
    margin-top: -16px;
}

/* upload verify */
#ccreconViewContainer.upload-verify {
    margin-left: 15px;
    margin-right: 15px;
}
#ccreconView.upload-verify {
    margin-top: 0px;
}
#ccreconView.upload-verify table th,
#ccreconView.upload-verify table td {
    white-space: nowrap;
}
#ccreconView.upload-verify table tr.not-ok {
    cursor: pointer;
    background-color: #FFCFCF;
}
/* exceptions report */
.exceptions-view table.pivot-table tr.total td {
    text-align: left !important;
}
.exceptions-view .mapExceptions {
    margin-top: 0;
}

/* filters breadcrumbs */
.breadcrumb-filter-container {
    border: 1px solid #ccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    float: left;
    text-align: left;
    margin-bottom: 3px;
    width: 100%;
}
.breadcrumb-filter-container.spaced {
    margin-bottom: 10px;
}
.breadcrumb-filter-info {
    padding: 3px;
    width: 100%;
}
.breadcrumb-filter-info em {
    font-weight: bold;
}
.breadcrumb-filter {
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: inline-block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-right: 2px;
    margin-top: 2px;
    padding: 1px 5px;
    width: auto;
}
img.cancel-rounded {
    height: 10px;
    width: 10px;
    margin-left: 3px;
}

/* new filters */
.roll-forward tr.bordered td {
    border-bottom: 2px solid #000000;
}
div.left-bar {
    background-color: #fff;
}
div.multi-pivot-filters {
    margin-bottom: 30px;
    min-height: 160px;
}
div.multi-pivot-filters ul {
    margin-bottom: 10px;
}
div.multi-pivot-apply {
    position: absolute;
    margin-bottom: 3px;
    bottom: 3px;
    left: 3px;
    padding: 0;
    text-align: left;
}

.pressed {
    background-color: #C0EC8F !important;
    background: #c0ec8f !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#c0ec8f), to(#88b14b)) !important;
	background: -moz-linear-gradient(top,  #c0ec8f,  #88b14b) !important;
    background: -o-linear-gradient(top, #c0ec8f,  #88b14b) !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0ec8f', endColorstr='#88b14b') !important;
}
div.left-bar {
    margin-top: 80px;
}
div.left-bar .applyFilters {
    margin-top: 0;
    margin-bottom: 3px !important;
}
div.toggle-filters-container {
    display: inline-block;
    width: 100px;
}
div.apply-clip {
    clear: both;
    float: left;
    position: relative;
}


/* timely styles */
.selectedCountries {
    position: relative;
    float: right;
    margin-top: -35px;
    width: 700px;
    margin-bottom: 10px;
    display: none;
}
.selectedCountriesDialog {
    float: right;
    margin-top: -35px;
    width: 500px;
    margin-bottom: 10px;
    display: none;
}

.selectedCountries .title {
    padding: 1px 3px;
    width: 474px;
    float: left;
}
.selectedCountriesDialog .title {
    padding: 1px 3px;
    width: 274px;
    float: left;
}
.selectedCountries .content {
    padding: 1px 3px;
    width: 700px;
    float: left;
}
.selectedCountriesDialog .content {
    padding: 1px 3px;
    width: 500px;
    float: left;
}
.selectedCountries .selCountry,
.selectedCountriesDialog .selCountry {
    border: 1px solid #C0EC8F;
    position: relative;
    float: left;
    margin: 2px 2px;
}
.selectedCountries .countryName,
.selectedCountriesDialog .countryName {
    position: relative;
    float: left;
    padding-left: 3px;
}
.selectedCountries .selCountry .close,
.selectedCountriesDialog .selCountry .close {
    width: 20px;
    float: left;
    margin-left: 3px;
}
.selectedCountries .close > img,
.selectedCountriesDialog .close > img {
    cursor: pointer;
    padding-top: 2px;
}

.setupbar {
    background-color: #c0ec8f ;
    height: 20px;
    margin: 10px 0 10px 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    color: #999;
}

.setupbar li{
    font-size: 10px;
    float:left;
    list-style: none;
    margin: 3px 20px 4px 4px;
}

.setupbar li.selected{
    font-weight: bold;
    color: #000;
}

.country label {
    width: 220px;
    display:inline-block;
}
.alphaListCurrency {
    margin: 10px 0;
}
.alphaItem, .continentItem {
    cursor:pointer;
    margin: 0px 5px;
    padding: 0 5px;
}
.continentItem {
    margin-right: 28px;
}
.alphaItem.selected,
.continentItem.selected {
    font-weight: bold;
    background-color: #c0ec8f;
}
.alphaItem:hover, .continentItem:hover {
    cursor:pointer;
    background-color: #c0ec8f;
}
.alphaItemCurrency {
    margin: 0;
    padding: 0 5px;
}
.account-column{
    margin-top: 5px;
    margin-right: 10px;
    float:left;
}
.account-column label{
    float:none;
    clear: both;
    font-size: 11px;
}

form .account-column ul li{
    width: 220px;
}

form.accform .sub-account-column,
form.accasform .sub-account-column {
    margin-left: 10px;
}
form.accform .sub-account-column ul,
form.accasform .sub-account-column ul {
    margin-top: 0;
    margin-left: 30px;
    padding-top: 0;
}

div#addAccountDialog,
div#addSubAccountDialog,
div#editAccountDialog {
    padding-top: 30px;
}

div#addAccountDialog label,
div#addSubAccountDialog label,
div#editAccountDialog label {
    padding-right: 3px;
}

div#createSubAccountDialog .subAccountName {
    width: 300px !important;
}

div#editAccountDialog input.accountName {
    margin-top: 5px;
    margin-left: 130px;
}

form.accasform li > label,
form.saccasform li > label,
form.editaccform li > label {
    display: block;
    margin-top: 3px;
    float: left;
    text-align: right;
    width: 90px;
}
form.saccasform span.accountType,
form.saccasform span.accountName {
    font-weight: normal;
    text-align: left;
    margin-top: 10px;
}

.country-column {
    padding-top: 20px;
}
.country-column label {
    display: block;
    float: left;
    text-align:right;
    margin: 0;
}
.country-column select{
    margin: 0;
}
.country-column .copy-budget {
    text-align: center;
    padding-top: 10px;
}
.country-column .copy-budget-text {
    text-align: center;
    padding-top: 10px;
    font-size: 12px;
}
.copy-budget-text label {
    text-align: left;
    padding-left:15px;
    padding-top: 2px;
}
.accountForm {
    margin-bottom: 15px;
    /**background-color: #efefef;**/
}
form#accounts .accountForm div {
    margin-left: 5px;
}
.accountType {
    width:204px;
}
form .account-column ul.accountList li{
  width: 270px !important;
  position: relative;
}
.subAccount{
    width:226px !important;
}

#timelyForecastTab{
    border: solid 1px #7AB51B ;
    padding: 10px 20px;
    overflow:auto;
}

#timelyForecastTab ul.costCenter, form#accounts ul.costCenter{
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}
#user-access .timely.selected{
     border: solid 1px #7AB51B ;
     border-bottom: 0;
}
#timelyForecastTab ul.countryList, #timelyForecastTab ul.hqList{
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 20px;
}

#timelyForecastTab .regionList{
    float:left;
}


.regionList{
    margin-left: 20px;
}
ul.productAccess li{
    float: left;
    display: inline-block;
    padding: 5px;
}

#previewCnt{
    padding: 10px;
    padding-right: 3px;
    border: solid 1px  #7AB51B;
    float:right;
    width: 305px;
    margin-top: 30px;
}
#previewCnt ul li.department{
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}
#previewCnt ul.costCenters {
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: normal;
}
#previewCnt ul.accounts {
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}
#previewCnt .assocName{
    float:left;
    margin-right: 3px;
    width:30%;
    display:block;
    overflow: hidden;
}

#previewCnt .accoutName{
    width:30%;
    display:block;
    float:left;
    margin-right: 5px;
    overflow: hidden;
}
#previewCnt .subAccounts{
    display:block;
    width:33;
    float:left;
}
#previewCnt .subInfo{
    text-align: center;
}
#parentQ{
 height: 40px;
 clear: right;
}
#parentQ input{
    margin-top: 10px;
}

#userDescBox {
    padding: 0px;
    border: solid 1px  #BCBCBC;
    float:right;
    width: 305px;
}

#departmentView, #regionalView, #scheduleView, #accountsView{
    /*display:none;*/
}
#accountsView .accounts{
    margin-left: 20px;
}

#accountsView .accountTypes > li{
    float:left;
    width: 25%;
    overflow: hidden;
}

#userDescBox .subInfo{
    border-bottom: 1px solid #BCBCBC;
    font-size: 12px;
    margin-bottom: 0px;
}
#userDescBox #userDescription{
    margin: 0px 10px;
}

#userDescription li{
    list-style: disc;
    list-style-position: inside;
}
#userDescription table td{
    padding-left: 10px;
    border: 1px solid #BCBCBC;
}

#userDescription th{
    background-color: #BCBCBC;
    font-size: 11px;
    padding-left: 10px;
}
form#accounts ul{
    float:none;
}
form #departments label, form#accounts ul label{
    float:none ;
    width: 300px;
    display: inline ;
}

form .departments ul, form .regional ul{
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 20px;
}

.grayInfo{
    height: 25px;
    background: #EEE;
    padding: 5px 0px  0px 5px;
}

#previewInfo{
    dislay:none;
}
form#accounts .regional, form#accounts .account{
    display:none;
}

form#accounts .regionList{
    float:left;
    display:inline;
    width: 30%;
}
#regional div.allRegions{
    width:100%;
}
#previewInfo{
    background: #EFEFaF;
    margin: 5px 0 5px 0px;
    padding-left: 5px;
    padding: 5px 0px  0px 5px;
}

.grayInfo.step2{
    margin-left: 10px;
}
#previewInfo{
    display:none;
}
#assignAccounts .accountTypes, #assignAccounts .accounts{
    margin-left: 14px;

}

#assignAccounts{
    margin-left: 5px;
}
#assignAccounts .subAccounts{
    margin-left: 49px;
    display: none;
}
span.treeBtn{
    background: url(/images/add_icon_gray.png) no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

span.treeBtn.selected{
    background: url(/images/minus_icon_gray.png) no-repeat;
}

/* locationList */
table.locationList td.region {
    min-width: 150px;
}
/* department list */
table.departmentList td.department {
    min-width: 150px;
}

.department-contact label,
.costcenter-contact label {
    float: left;
    padding-top: 5px;
    width: 100px;
    text-align: right;
    padding-right: 10px;
}
li.contact-buttons {
    padding: 0 0 5px 40px;
}

#accountMenu {
    display: none;
}

#varianceView table.pivot-table th {
    white-space: nowrap;
    cursor: pointer;
}

#varianceView .highlight {
    background-color: #F1FDE7;
}
#varianceView .highlight-light {
    background-color: #FCFCFC;
    color: #666666;
}
#varianceView .highlight-light-selected {
    background-color: #F5FBEF;
}

/* set cursor for last level in actual */
#actualView td.actionColumn:hover,
#varianceView td.actionColumn:hover {
    background-color: #B9E486;
    cursor: pointer;
}
#actualView td.actionColumnActive,
#varianceView td.actionColumnActive {
    background-color: #B9E486;
}
div.actual-transactions-breadcrumb {
    font-weight: bold;
    padding-bottom: 10px;
}
div.actual-transactions-breadcrumb > span.normal {
    padding: 0 5px;
    font-weight: normal;
}
div.actual-transactions-scrollable {
    overflow-y: scroll;
    margin: 0;
    max-height: 300px;
    padding: 0;
    width: 915px; /* overflow-x visible becomes scroll/auto when overflow-y auto */
}
table.actual-transactions {
    border: 1px solid #cccccc;
    boder-collapse: collapse;
    table-layout: fixed;
    width: 905px;
}
table.actual-transactions.scrolled {
    width: 885px;
}

table.actual-transactions th {
    font-weight: bold;
}
table.actual-transactions th,
table.actual-transactions td {
    padding: 5px;
}
table.actual-transactions th.transactiondate,
table.actual-transactions td.transactiondate {
    width: 150px;
}
table.actual-transactions th.actualSubAccountNumber,
table.actual-transactions td.actualSubAccountNumber {
    width: 100px;
}
table.actual-transactions th.actualSubAccountDescription,
table.actual-transactions td.actualSubAccountDescription {
    width: 300px;
}
table.actual-transactions th.vendorName,
table.actual-transactions td.vendorName {
    width: 200px;
}
table.actual-transactions th.amount {
    padding-right: 20px;
    width: 95px;
}
table.actual-transactions td.amount {
    width: 90px;
}

table.actual-transactions td {
    background-color: #ffffff;
}

table.actual-transactions td.error {
    text-align: left;
}

#budgetView .editBudget {
    float: left;
    margin-top: 0;
    margin-left: 0;
}
#budgetView .editBudget img {
    width: 14px;
    height: 10px;
    padding-left: 2px;
}
#budgetView .editBudget input {
    margin-top: 0;
}
#budgetView .importBudget {
    float: left;
    margin-left: 10px;
}
#budgetView .downloadSample {
    float: left;
    margin-left: 10px;
    margin-top: 8px;
}

.payrollBPanel{
    width:100% !important;
    border: 1px solid;
    clear:both;
    display: none;
    font-size: 10px;
}
.payrollBPanel label{
    text-align: center;
    font-size: 11px;
    display: block;
}
.payrollBPanel .tableRows,
.payrollBPanel .tableColumns{
    float: left;
    width: 46%;
    display:block;
    /*border: 1px solid #00FF00;*/
    margin: 0px;
    padding: 0px;
}
.payrollBPanel .allRows ul,
.payrollBPanel .allColumns ul {
    height:200px;
    margin-bottom: 10px;
    width: 100%;
}

.payrollBPanel .rowLabels {
    width:100%;
    /*border: 1px solid #FF0000;*/
    float:left;
    margin: 0px;
    padding: 0px;

}

.payrollBPanel .rowLabels ul,
.payrollBPanel .columns ul{
    height: 150px;
}

.payrollBPanel ul{
    overflow: auto;
    background: #fff;
    border: 1px solid #ccc;
}

.payrollBPanel ul li{
    margin: 2px 2px 0px 2px;
    border: #DEDEDE;
    padding: 2px;
    background: rgba(192, 236, 143, 0.60);
}
.payrollBPanel .columns {
    width: 100%;
    /*border: 1px solid #FF0000;*/
     margin: 0px;
    padding: 0px;
    float: left;
    height: 100px;
}
.payrollBPanel .tableColumns {
    margin: 0 8px;
}

/* EDIT BUDGET */

#editBudgetView {
    position: relative;
    display: none;
}
#buildBudgetView label,
#buildPayrollView label {
    white-space: nowrap;
}
#buildBudgetView .pivot-table,
#buildPayrollView .pivot-table {
    width: auto;
}
#editBudgetView .pivot-table,
#buildBudgetView .pivot-table,
#buildPayrollView .pivot-table {
    table-layout: fixed;
}
#editBudgetView .pivot-table input,
#buildBudgetView .pivot-table input,
#buildPayrollView .pivot-table input {
    border: 1px solid #cccccc;
    padding: 1px;
    width: 50px;
    text-align: right;
}
#editBudgetView .pivot-table input.modified,
#buildBudgetView .pivot-table input.modified,
#buildPayrollView .pivot-table input.modified {
    background-color: #D1F29B;
}
#editBudgetView .pivot-table input.focused,
#buildBudgetView .pivot-table input.focused,
#buildPayrollView .pivot-table input.focused {
    background-color: #FCF4A9;
}

#editBudgetView .pivot-table input.nan,
#buildBudgetView .pivot-table input.nan,
#buildPayrollView .pivot-table input.nan {
    color: red;
}

#buildBudgetView input.editChanged,
#buildPayrollView input.editChanged {
    background-color: #9FC3FA;
}


#editBudgetView .actions,
.bottom.actions {
    /* background-color: #ffffff;
    padding: 6px;
    text-align: left;
    margin-top: 8px;
    margin-bottom: 8px; */

    clear: both;
    margin: 0 0 15px 0;
    padding-top: 20px;
    position: relative;
}


a.buildBudget,
a.buildPayroll {
    position: relative;
    text-decoration: none;
    padding: 0;
}
a.buildPayroll {
    color: #000000;
    margin-left: 20px;
    text-decoration: none;
}
a.buildBudget span,
a.buildPayroll span {
    position: relative;
    padding-left: 18px;
}
a.buildBudget img,
a.buildPayroll img {
    position: absolute;
    padding: 0;
    margin-top: -3px;
}
.build-budget-index {
    margin-top: 15px;
}

.actions .build-budget,
.actions .build-payroll {
    padding-bottom: 15px;
}
#editBudgetView .actions .build-budget,
.bottom.actions .build-budget {
    float: left;
    position: relative;
    padding-bottom: 10px;
}
#editBudgetView .actions .save-cancel,
.bottom.actions .save-cancel {
    float: right;
    text-align: right;
    position: relative;
}
#editBudgetView .actions .save-cancel input,
.bottom.actions .save-cancel input {
    margin: 0 4px;
}

.bottom.actions {
     padding-top: 0px;
     margin-top: 20px;
}
.bottom.actions .save-cancel {
    margin-top: -10px;
}
#editBudgetView .actions input {
    margin-top: 0;
}

#confirmSave {
    text-align: center;
}
#startupScreen {
    text-align: center;
}
#startupScreen .label {
    font-size: 14px;
}
#startupScreen hr {
    margin-top: 10px;
    width: 85%;
    color: #dedede;
}
#startupScreen label {
    width: 120px;
    display: block;
    float: left;
    text-align:right;
    margin-top: 3px;
}
#startupScreen select {
    margin: 3px 30px 0 0;
}
#startupScreen span.one-costcenter,
#startupScreen span.one-country {
    display: inline;
    float: left;
    text-align: left;
    position: relative;
    margin: 3px 30px 0 10px;
}
.toggleDefaultView {
    white-space: nowrap;
}

#editBudgetView.fa .pivot-table input.edit-field {
    width: 160px !important;
}
#editBudgetView.fa .pivot-table input.edit-field.modified {
    background-color: #ffffff !important;
}

#mappingAccountsUl li.accountLi,
#accountsUl li.accountLi {
    margin: 0 0 5px 0;
}
#mappingAccountsUl li.accountLi label,
#accountsUl li.accountLi label {
    font-size: 10px;
}
ul.mappingsubAccountsUl li,
ul.subAccountsUl li {
    margin-left: 20px;
}
ul#accountsUl li.accountLi > label {
    display: block;
    float: left;
}
ul.subAccountsUl {
    padding-left: 200px;
}
ul.mappingsubAccountsUl li label,
ul.subAccountsUl li label {
    font-size: 10px;
}
ul.edit-setup-location-bar li {
    display: inline;
}
li.edit-setup-account-location {
    padding-left: 10px;
    font-weight: bold;
}
li.edit-setup-subaccount-location {
    padding-left: 180px;
    font-weight: bold;
}
li.edit-setup-viewall-location {
    padding-left: 100px;
    font-weight: bold;
}

table.mappingAccountsTable td {
    padding: 5px;
    vertical-align: top;
}
#accountView .buttons {
    padding-left: 212px;
}
#locationView .buttons {
    padding-left: 400px;
}
#locationMappedView .buttons {
    padding-left: 400px;
}
#ccView .buttons {
    padding-left: 400px;
}
#ccMappedView .buttons {
    padding-left: 400px;
}

.glaccountLabel {
    width: 205px;
    float:left;
}
.glaccounts {
    text-align: left;
}
.costCenterContainer {
    margin-top: 5px;
    float:left;
}
.costCenterLabel {
    width: 205px;
    float:left;
}
.costCenterSelect {
    float: left;
}
.costCenterDropdown {
    margin-bottom: 10px;
    float:left;
}
#addCostCenterMapped img, #addCostCenter img {
    vertical-align: middle;
}
.setupbar a{
    font-size: 10px;
    float: left;
    margin: 3px 20px 4px 4px;
    color: #999;
    text-decoration: none;
}
.setupbar li.selected a{
    font-weight: bold;
    color: black;
}

.setupbar a:hover{
    color: #000;
    text-decoration: underline;
}

/* Edit Setup - Account */
.edit-setup-title {
    margin-top: 20px;
    height: 20px;
    color: #000;
    text-indent: 10px;
}
.edit-setup-bar {
    background-color: transparent;
    color: #000;
    border-width: 0px;
    border-bottom: 2px solid #cccccc;
}
.edit-setup-bar th {
    font-weight: bold;
    padding-left: 4px;
}
.edit-setup-account-type {
    min-width: 100px;
}

.edit-setup-menu {
    width: 200px;
}
.oddrow {
    background-color: #f2f2f2;
}
.evenrow {
    background-color: #ffffff;
}
#addRegionDialog ul li label {
    float:left;
    width:200px;
}
#addDepartmentDialog ul li.content {
    font-size: 12px;
}

.import-container {
    position: relative;
}
.import-page {
    text-align: left;
}

.import-table {
    table-layout: auto;
}
.import-table th.lighter {
    color: #555555;
}

.import-table th,
.import-table td {
    text-align: left;
    /*position: relative;*/
}
.import-table td > input,
.import-table td > select {
    font-size: 12px;
    width: 120px !important;
}
.import-table td > select > option {
    position: relative;
}
.import-table td.label {
    width: 350px;
    white-space: normal;
}
.default-currency {
    float: left;
    padding-left: 5px;
    width: 500px;
}
.header-bar-import .buttons {
    margin-bottom: 10px;
}
.header-bar-import.map .buttons {
    margin: 10px;
}
.header-bar-import.map .mapLocations,
.header-bar-import.map .mapCostCenters,
.header-bar-import.map .mapAccounts {
    position: relative;
    float: left;
    padding: 10px 5px;
}

.header-bar-import.map .mapAccounts #addAccount {
    margin-left: 15px;
    padding-left: 18px;
    position: relative;
}
.header-bar-import.map .mapAccounts #addAccount img {
    margin-top: -12px;
    position: absolute;
    width: 14px;
    height: 16px;
}

.header-bar-import.map {
    padding: 0;
    margin: 0;
    width: 60%;
}
.header-bar-import.map.mapLocation,
.header-bar-import.map.mapCostCenter {
    border: 0 none;
}
.header-bar-import.map.mapAccount {
    border: 0 none;
    width: 100%;
}

#filesDashboardContent {
    border: 1px solid #dedede;
}

/* map cost center */
#importMapCostCenterView .scrollable-container {
    border-bottom: 1px solid #dedede;
    overflow-y: scroll;
    margin: 0;
    max-height: 400px;
    padding: 0;
    width: 900px; /* overflow-x visible becomes scroll/auto when overflow-y auto */
}

.header-bar-import.map.mapCostCenter {
    width: 900px;
}

.map-cost-center .import-table.fixed {
    width: 900px;
}
.map-cost-center .import-table.scrolled {
    width: 880px;
}
.map-cost-center .import-table th,
.map-cost-center .import-table td {
    width: 439px;
}
.map-cost-center .import-table td {
    padding: 2px 5px;
}
.map-cost-center .import-table td.dropdown {
    width: 418px;
}
.map-cost-center .import-table select {
    width: 350px !important;
}
.map-cost-center .mapping-status {
    cursor: pointer;
    float: right;
    font-weight: normal;
    display: inline;
}

/* map account */
#importMapAccountView .scrollable-container {
    border-bottom: 1px solid #dedede;
    overflow-y: scroll;
    margin: 0;
    max-height: 400px;
    padding: 0;
    width: 100%;
    /* overflow-x visible becomes scroll/auto when overflow-y auto */
}

.map-account td {
    padding: 2px 5px;
}

.map-account th.label,
.map-account td.label {
    width: 350px;
}

.map-account th.map-fields-all,
.map-account td.map-fields-all {
    width: 100px;
}
.map-account th.map-column {
    height: 40px;
 }

.map-account .import-table div.lighter-overflow {
    margin-top: -18px;
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
}

.map-account .mapping-status {
    cursor: pointer;
    display: inline;
    font-weight: normal;
}

.header-bar-import .header-info {
    padding: 10px 5px;
    background-color: #dedede;
}

div.second-header-bar {
    border-left: 1px solid #DEDEDE;;
    border-right: 1px solid #DEDEDE;;
    position: relative;
}
div.second-header-bar-budget-gl .buttons > input {
    margin-top: 0;
}

.import-container #addCostCenter {
    margin-left: 10px;
}
.import-container #addCostCenter > img {
    margin-right: 5px;
}

#importMapLocationView .topSelections,
#importMapCostCenterView .topSelections,
#importMapAccountView .topSelections,
#importActualSave .topSelections {
    margin: 10px 0 20px;
}

#importActualSave .topSelections label {
    font-weight: bold;
}

#importMapLocationView .topSelections li,
#importMapCostCenterView .topSelections li,
#importMapAccountView .topSelections li {
    margin-top: 10px;
}
#importMapLocationView .topSelections label,
#importMapCostCenterView .topSelections label,
#importMapAccountView .topSelections label {
    display: inline-block;
    width: 350px;
}
#importMapLocationView .topSelections input,
#importMapCostCenterView .topSelections input,
#importMapAccountView .topSelections input {
    display: none;
}
#importMapLocationView .topSelections input.get,
#importMapCostCenterView .topSelections input.get,
#importMapAccountView .topSelections input.get {
    padding: 2px 8px;
    margin-top: 0;
    height: 20px;
}
#importMapAccountView .topSelections {
    float: left;
    position: relative;
    width: 50%;
}

/*#importMapAccountView .page-divs-holder .prev-page-link.left {
    position: absolute;
    margin-top: 20px;
    margin-left: -60px;
}
#importMapAccountView .page-divs-holder .prev-page-link.up {
    position: absolute;
    margin-top: -5px;
    margin-left: -30px;
}
#importMapAccountView .page-divs-holder .next-page-link.right {
    position: absolute;
    margin-top: 20px;
    margin-right: 0;
}
#importMapAccountView .page-divs-holder .next-page-link.down {
    position: absolute;
    margin-top: 45px;
    margin-left: -30px;
}*/
.page-divs-holder a.addSubAccount {
    float: right;
    margin-top: 2px;
    padding-left: 18px;
    padding-right: 2px;
    position: relative;
}
.page-divs-holder a.addSubAccount img {
    position: absolute;
    margin-left: -18px;
    margin-top: -2px;
    width: 14px;
    height: 16px;
}
.actual-map-fields-message {
    height: 24px;
}

.import-table th.customize-field-names {
    width: 380px;
}
.import-container.map-location {
    width: 60%;
}
.import-container.map-account {
    width: 100%;
}

.import-container.map-location select {
    width: 300px !important;
}
.import-container.map-account select {
    width: 80px !important;
}
.import-container.map-location table td {
    width: 50%;
}
/* Import budget progress */
#importProcess .note {
    font-size: 10px;
    margin-top: 5px;
}
#importProcess hr {
    margin-top: 10px;
    width: 90%;
    color: #dedede;
}
#importProcess .buttons {
    margin: 0;
    padding: 0;
    text-align: center;
}
#importProcess .buttons input {
    padding-top: 0;
    margin-top: 5px;
}
#importProcess .result-buttons {
    display: none;
}

#importProcess ul.steps {
    list-style-type: none;
    padding: 0;
    margin-left: 10px;
}
#importProcess ul.steps li {
    padding: 4px;
    color: #aaaaaa;
    white-space: nowrap;
}
#importProcess ul.steps li.active {
    color: #7CCA16;
}
#importProcess ul.steps li.loading {
    color: #7CCA16;
}
#importProcess ul.steps li.failed {
    color: #ff0000;
}
#importProcess ul.steps li.success {
    font-weight: bold;
    color: #000000;
}
#importProcess span.documentName {
    color: #326CA6;
    display: inline-block;
    white-space: nowrap;
}
#importProcess div.inner-step {
    display: inline-block;
    min-width: 50px;
    width: 50px;
}
#importProcess div.inner-step-doc {
    padding-left: 50px;
    white-space: nowrap;
}

#importProcess ul.steps li.loading div.image_div {
    background-image: url('/images/loading.gif');
    width: 16px;
    height: 16px;
}
#importProcess ul.steps li.success div.image_div {
    background-image: url('/images/success.gif');
    width: 16px;
    height: 16px;
}
#importProcess ul.steps li.failed div.image_div {
    background-image: url('/images/cancel.png');
    width: 16px;
    height: 16px;
}
#importProcess .process-error {
    border: 1px solid #ff0000;
    clear:both;
    color: #ff0000;
    display:none;
    margin: 10px 0 0;
    padding: 10px;
}
#importProcess .process-error .error-message div {
    white-space: normal;
}
#importProcess .process-error .error-message ul {
    margin-left: 15px;
}
#importProcess span.indent {
    padding-left: 20px;
}

#importProcess .process-error-scrollable {
    overflow: auto;
    max-height: 200px;
}

#importProcess div.row_status {
    padding-right: 10px;
    text-align: right;
}

#importProcess select {
    width: 130px !important;
    margin-right: 5px;
}
.importDocumentName,
.importPeriod {
    font-weight: normal;
    position: absolute;
    margin-top: 10px;
    width: 600px;
}

.importDocumentNameBudget {
    margin: 5px 0;
    padding-left: 5px;
    position: relative;
}

.notMappedRowsTable th {
    text-align: left;
    padding-left: 5px;
}
.notMappedRowsTable tr td select {
    width: 150px !important;
}
.notMappedRowsTable tr.rows {
    display: none;
}
.notMappedRowsTable tr th {
    text-align: right;
}

select option.account {
    font-weight: bold;
}

select option.subAccount {
    padding-left: 15px;
}
.paginationLink.selected {
    font-weight: bold;
    font-size: 12px;
}

.edit_location form, .edit_costcenter form, .edit_account form  {
    text-align: center;
}
.edit_location form button, .edit_costcenter form button, .edit_account form button {
    margin-top: 5px;
}

#addRegionDialog ul li {
    width: 500px;
}

#copyAccountsDialog p {
    font-size: 12px;
    padding: 5px 5px 0;
}

div.dropdownSelections p {
    padding: 3px 0 0;
}
div.dropdownSelections p label {
    float: left;
    width: 120px;
}
div.dropdownSelections p select {
    width: 250px;
}
#accountsAssoc .accName {
    clear: both;
}
.assignAccountsAssoc {
    padding: 20px 0 0 0 !important;
}
.accountAssocPr {
    padding-bottom: 20px;
}
#addAccountSpan {
    float: right;
    padding: 3px 5px 0 0;
}
.newAccName {
    color: #7AB51B;
}

.optionCountry {
    padding-left: 15px;
}
.optionHq {
    padding-left: 15px;
}
.optionCountryS {
    padding-left: 30px;
}
.optionHqS {
    padding-left: 30px;
}
.optionSubregion {
    padding-left: 15px;
}

#payrollContainerTbl {
    position: relative;
}
#payrollView {
    width: 100%;
}

#payrollView .ui-widget-content {
    border: none !important;
}

#payrollView .topActions,
#payrollViewByDept .topActions {
    margin: 0;
    position: relative;
    padding-bottom: 10px;
    clear: both;
}

#payrollViewByDept .noHeadcountChoices {
    position: relative;
    float: left;
}

ul.payroll-allocation {
    margin-left: 5px;
}
ul.payroll-allocation li {
    width: 500px;
    margin-top: 5px;
}
ul.payroll-allocation li label {
    float: left;
    margin-top: 10px;
    width: 300px;
}
ul.payroll-allocation li label.smaller {
    width: 190px;
}
ul.payroll-allocation li select {
    float: right;
    margin-top: 5px;
    width: 180px !important;
}
ul.payroll-allocation li.for-benefits {
    width: 600px;
}
ul.payroll-allocation li > input {
    position: relative;
    display: inline;
}
ul.payroll-allocation li label.for-benefits {
    position: relative;
    display: inline-block;
    float: right;
    margin: 0;
    margin-top: 2px;
    padding: 0;
    width: 570px;
}

ul.payroll-allocation li > div#taxesContainer {
    display: block;
    float: right;
    margin-top: 10px;
    width: 300px;
}
div#taxesContainer th.country {
    width: 180px;
}
div#taxesContainer th.tax-rate {
    width: 120px;
}

#payrollAdd {
    float: left;
    margin: 0;
    padding-bottom: 10px;
    position: relative;
}
#payrollAdd a.addPosition {
    position: relative;
    color: #000000;
    text-decoration: none;
    padding: 0;
}
#payrollAdd a.addPosition span {
    position: relative;
    padding-left: 18px;
}
#payrollAdd a.addPosition img {
    position: absolute;
    padding: 0;
    margin-top: -3px;
}
#chooseColumns {
    float: right;
    position: relative;
}
#chooseColumns a.chooseColumns {

}

#payroll-helpers {
    display: none;
}
.usermanagement-helpers {
    display: none;
}

#payrollView img.toolsImage:hover {
    cursor: pointer;
}
#payrollView table.ui-jqgrid-htable input[type=text] {
    background-image: url(/images/find.png);
    background-position: top right;
    background-repeat: no-repeat;
}
#usermanagementView img.toolsImage:hover,
#usermanagementView div.rowAccess > img:hover {
    cursor: pointer;
}
#usermanagementView table.ui-jqgrid-htable input[type=text] {
    background-image: url(/images/find.png);
    background-position: top right;
    background-repeat: no-repeat;
}

#usermanagementView div.accessPermissions {
    position: relative;
}
#usermanagementView div.rowAccess {
    position: relative;
    float: left;
    width: 20px;
    padding: 0 2px;
    margin-top: 2px;
}
#usermanagementView div.rowPermissions {
    position: relative;
    float: right;
    padding: 0 2px;
}
#usermanagementView div.rowPermissions > a {
    text-decoration: underline;
    color: #000000;
}
#usermanagementView a.detailedPermissions {
    font-size: 10px;
}


#userDescBox {
    position: absolute;
    padding: 0px;
    border: solid 1px  #BCBCBC;
    float:right;
    width: 305px;
    display: none;
    background-color: #ffffff;
}

#userDescBoxDialog {
    position: absolute;
    float:right;
    margin-left: 480px;
    margin-top: 14px;
    border: solid 1px  #BCBCBC;
    width: 305px;
    background-color: #ffffff;
}
#userDescBox .subInfo,
#userDescBoxDialog .subInfo {
    text-align: center;
    border-bottom: 1px solid #BCBCBC;
    font-size: 12px;
    margin-bottom: 0px;
}
#userDescBox #userDescription,
#userDescBoxDialog #userDescription {
    margin: 0px 10px;
}

#userDescBox #userDescription li {
    list-style: disc;
    list-style-position: inside;
}

#userDescBox #userDescription table td,
#userDescBoxDialog #userDescription table td {
    padding-left: 10px;
    border: 1px solid #BCBCBC;
    width: 150px;
}
#userDescBox #userDescription th,
#userDescBoxDialog #userDescription th{
    background-color: #BCBCBC;
    font-size: 11px;
    padding-left: 10px;
}

#payrollView span.moveText:hover {
    cursor: pointer;
}
#payrollView tr.selectedRow {
    border: 1px solid #ff6600 !important;
}

#addPositionDialog.extended {
    height: 600px !important;
}

#addPositionDialog .currentDetails {
    width:30%;
    float: left;
    display: none;
}
#addPositionDialog .currentPositionItem {
    width: 100px;
    float: left;
    margin-left: 10px;
    display: none;
}
#addPositionDialog .currentPositionItem span {
    font-size: 12px;
}
#addPositionDialog .currentPositionItem.from {
    margin-left: 20px;
}
#addPositionDialog .currentPositionInfo span {
    font-weight: bold;
}
#addPositionDialog .movePerson {
    width:100%;
    float: left;
}

#addPositionDialog p.label {
    font-size: 12px;
}
#addPositionDialog p.label > span {
    font-weight: bold;
}

#addPositionDialog label {
    width: 140px;
    display: block;
    float: left;
    text-align:right;
    margin-top: 3px;
}

#addPositionDialog .addPositionDialogUl {
    width: 100%;
}

.addPositionDialogUl .header {
    font-size: 14px;
    display: none;
}
.addPositionDialogUl .salestarget {
    display: none;
    clear: both;
}
#addPositionDialog input,
#addPositionDialog select {
    margin-left: 10px;
    margin-top: 3px;
}
#addPositionDialog input.howmany,
#addPositionDialog select.howmany {
    width: 50px !important;
}

#addPositionDialog input.shortInput
{
    width: 60px !important;
}
#addPositionDialog select.chooseTitle {
    position: relative;
    float: none;
}

#addPositionDialog li.startdate input,
#addPositionDialog input.sportBonusMonth,
#addPositionDialog input.raiseEffectiveDate,
#addPositionDialog input.spotBonusMonth {
    width: 80px !important;
}

#addPositionDialog li.firstlastname,
#addPositionDialog li.payperhour,
#addPositionDialog li.hoursperweek {
    display: none;
}

#addPositionDialog tr td:nth-child(2) {
    position: relative;
}
#addPositionDialog li > span.dollarsign {
    position: absolute;
    margin-left: 2px;
    margin-top: 3px;
}

/* payroll panel */
.payrollPanel {
    width: 95% !important;
    border: 1px solid;
    clear:both;
    display: none;
    font-size: 10px;
}
.payrollPanel label {
    text-align: center;
    font-size: 11px;
    display: block;
}
.payrollPanel .tableColumns {
    float: left;
    width: 90%;
    display:block;
    /*border: 1px solid #00FF00;*/
    margin: 0;
    padding: 0;
    height: auto;
}
.payrollPanel .columns,
.payrollPanel .allColumns {
    width: 100%;
    /*border: 1px solid #FF0000;*/
    margin: 3px;
    padding: 0px;
    float: left;
    height: auto;
}
.payrollPanel .allColumns ul {
    overflow: auto;
    height: 105px;
    margin-bottom: 10px;
    width: 100%;
}
.payrollPanel .columns ul {
    overflow: auto;
    height: 105px;
    margin-bottom: 10px;
    width: 100%;
}
.payrollPanel ul {
/*    overflow: hidden;*/
    background: #fff;
    border: 1px solid #ccc;
}

.payrollPanel ul li {
    margin: 2px 2px 0px 2px;
    border: #DEDEDE;
    padding: 2px;
    background: rgba(192, 236, 143, 0.60);
}

.payrollChoices .account {
    font-weight: bold;
}
.payrollChoices .subaccount {
    margin-left: 15px;
}

/* user management panel */
.usermanagementPanel {
    width: 92% !important;
    border: 1px solid;
    clear:both;
    display: none;
    font-size: 10px;
}
.usermanagementPanel label,
.usermanagementPanel p {
    text-align: center;
    font-size: 12px;
    display: block;
}
.usermanagementPanel .tableColumns {
    float: left;
    width: 100%;
    display:block;
    /*border: 1px solid #00FF00;*/
    margin: 0;
    padding: 0;
    height: auto;
}
.usermanagementPanel .columns,
.usermanagementPanel .allColumns {
    width: 95%;
    /*border: 1px solid #FF0000;*/
    margin: 3px;
    padding: 0px;
    float: left;
    height: auto;
}
.usermanagementPanel .allColumns ul {
    overflow: auto;
    height: 105px;
    margin-bottom: 10px;
    width: 100%;
}
.usermanagementPanel .columns ul {
    overflow: auto;
    height: 105px;
    margin-bottom: 10px;
    width: 100%;
}
.usermanagementPanel ul {
/*    overflow: hidden;*/
    background: #fff;
    border: 1px solid #ccc;
}

.usermanagementPanel ul li {
    margin: 2px 2px 0px 2px;
    border: #DEDEDE;
    padding: 2px;
    background: rgba(192, 236, 143, 0.60);
}

#usersContainer {
    position: relative;
}
#usermanagementView {
    width: 100%;
}

#usermanagementView .ui-widget-content {
    border: none !important;
}

#usermanagementView .topActions {
    margin: 0;
    position: relative;
    padding-bottom: 10px;
    clear: both;
}

#setAccessUserDialog #accounts,
#setAccessUserDialog #departments,
#setAccessUserDialog #regions,
#setAccessUserDialog #schedules {
    margin-top: 10px;
}

#setAccessUserDialog .accountTypes > li{
    float:left;
    width: 80%;
    overflow: visible;
}

#setAccessUserDialog .accountTypes,
#setAccessUserDialog .scheduleTypes,
#setAccessUserDialog .departments,
#setAccessUserDialog .regions {
    margin-left: 20px;
    margin-top: 5px;
    display: none;
}

#setAccessUserDialog .accounts,
#setAccessUserDialog .costcenters,
#setAccessUserDialog .countries,
#setAccessUserDialog .headquarters {
    margin-left: 20px;
    display: none;
}


#setAccessUserDialog #tabs {
    margin-top: 15px;
    width: 450px;
}

#setAccessUserDialog #actions {
    margin-top: 20px;
}

#setAccessUserDialog .formcontainer {
    width: 770px;
}
#newRoleDialog input.shortInput {
    width: 150px !important;
}

#setAccessUserDialog .topselections {
    position: relative;
    float: left;
}

span.treeBtnDialog{
    background: url(/images/add_icon_gray.png) no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

span.treeBtnDialog.selected{
    background: url(/images/minus_icon_gray.png) no-repeat;
}

#userAdd {
    float: left;
    margin: 0;
    padding-bottom: 10px;
    position: relative;
}
#userAdd a.addUser {
    position: relative;
    color: #000000;
    text-decoration: none;
    padding: 0;
}
#userAdd a.addUser span {
    position: relative;
    padding-left: 18px;
}
#userAdd a.addUser img {
    position: absolute;
    padding: 0;
    margin-top: -3px;
}
#addUserDialog input[type=text],
#addUserDialog input[type=password] {
    width: 150px !important;
}

#schedulesContainer {
    width: 100%;
}

#schedulesContainer .schedules-left-bar {
    margin: 0;
    min-height: 160px;
    float: left;
    position: relative;
    overflow: hidden;
    width: 0px;
}
#schedulesContainer .displaySteps {
    margin: 0;
    position: relative;
    float: left;
    width: 15px;
    min-height: 165px;
    cursor: pointer;

    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
    box-shadow: 1px 1px 1px rgba(0,0,0,.3);
    border: solid 1px #808080;
    background: #999999;
    background: -webkit-gradient(linear, left center, right center, from(#999999), to(#555555));
    background: -moz-linear-gradient(left,  #999999,  #555555);
    background: -o-linear-gradient(left, #999999,  #555555);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#999999', endColorstr='#555555');

}
#schedulesContainer .displaySteps img {
    margin-top: 2px;
    margin-left: -3px;
    margin-bottom: 30px;
}
#schedulesContainer .displaySteps a {
    text-decoration: none;
    color:#ffffff;
}

#schedulesContainer .displaySteps #hideStepsText,
#schedulesContainer .displaySteps #showStepsText {
    writing-mode:tb-rl;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -o-transform: rotate(90deg);

    white-space:nowrap;
    display:block;
    width: 20px;
    height: 20px;
    margin-left: -6px;
}

#schedulesContainer .displaySteps img#hideSteps,
#schedulesContainer .displaySteps #hideStepsText {
    display: none;
}

#schedulesContainer .schedule-steps {
    margin-top: 0;
    padding-bottom: 15px;
    width: 218px;
    float: left;
}

#schedulesContainer #schedulesViewContainer {
    margin-left: 20px;
    position: relative;
}
#schedulesContainer .fullWidth {
    width: 80%;
}
#schedulesContainer #schedules {
    position: absolute;
    float: right;
    min-height: 165px;
    min-width: 760px;
    /*margin-left: 215px;*/
    /* margin-left: 20px; */
    border: solid 1px #7AB51B;
    padding: 0;
    display: inline-table;
}

#schedulesContainer .schedule-steps ul > li {
    display: block;
    height: 30px;
    margin: 0;
    padding: 10px 5px 0px;
    border: 1px solid #dedede;
    cursor: pointer;
}
#schedulesContainer .schedule-steps ul > li.selected {
    background-color: #E8FCD7;
}
#schedulesContainer div.left-bar {
    margin-top: -16px;
    min-height: 160px;
    float: left;
    position: relative;
    overflow: hidden;
    width: 0px;
    z-index: 1;
}
#schedulesContainer #schedules .step {
    display: none;
    float: left;
    padding: 20px;
    position: relative;
    width: 95%;
    min-height: 190px;
}
#schedulesContainer #schedules .step {
    min-height: 160px;
}
#schedulesContainer #schedules .step p {
    padding: 4px 0;

}
#schedulesContainer #schedules .current {
    display: block;
}

/* schedules specific */
#schedulesContainer #schedules select.scheduleType {
    font-size: 12px;
}

#schedulesContainer #schedules input.scheduleName,
#schedulesContainer #schedules select.scheduleType {
    margin-left: 3px;
}

#schedulesContainer #schedules label.padLabel {
    margin-top: 2px;
}


#schedulesContainer div.displayFilters {
    margin-top: 0px;
    position: relative;
    float: left;
    width: 15px;
    min-height: 160px;
    cursor: pointer;
    z-index: 1;
}
#schedulesContainer div.multi-pivot-filters {
    padding-top: 5px;
}
#schedulesContainer div.multi-pivot-filters ul {
    margin-left: 5px;
}
#schedulesContainer div.multi-pivot-filters ul.filters {
    margin-top: 8px;
}
#schedulesContainer div.multi-pivot-filters ul.filter {
    margin-top: 5px;
    margin-left: 22px;
}
#schedulesContainer div.multi-pivot-filters ul.filter li {
    margin-left: 5px;
}
#schedulesContainer div.multi-pivot-filters .icon {
    width: 14px;
    height: 16px;
    visibility: hidden;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    vertical-align: middle;
    zoom:1;
    *display: inline;
}
#schedulesContainer div.multi-pivot-filters li.collapsed > .icon {
    background-image: url('/images/add_icon_gray.png');
}
#schedulesContainer div.multi-pivot-filters li.expanded > .icon {
    background-image: url('/images/minus_icon_gray.png');
}

#schedulesContainer div.multi-pivot-filters li.expanded .icon,
#schedulesContainer div.multi-pivot-filters li.collapsed .icon {
    visibility: visible;
    cursor: pointer;
}

#schedulesContainer #schedules #step1 input[type=text] {
    width: 200px !important;
}
#schedulesContainer #schedules #step1 ul {
    padding: 5px 0;
}
#schedulesContainer #schedules #step1 ul li {
    margin: 3px;
}
#schedulesContainer #schedules #step1 ul li > label {
    width: 130px;
    display: block;
    float: left;
    text-align:right;
}
#schedulesContainer #schedules #step1 div.buttons {
    width: 370px;
    text-align: center;
}

/* schedules - step 2 style actions */
#schedules .styleActions {
    position: absolute;
    border: 1px solid #92D050;
    background-color: #EBF1DE;
    height: 20px;

    margin-top: -40px;
    margin-left: 0px;
    z-index: 100;
}
#schedules .styleActions .styleBox {
    border: 1px solid #999999;
    cursor: pointer;
    float: left;
    height: 16px;
    margin: 1px;
    position: relative;
    text-align: center;
    width: 18px;
}
#schedules .styleActions .styleBox.activated {
    background-color: #a7a7a7;
}
#schedules .styleActions .styleItalic {
    font-style: italic;
}
#schedules .styleActions .styleBold {
    font-weight: bold;
}
#schedules .styleActions .styleUnderlined {
    text-decoration: underline;
}
#schedules .styleActions .styleColor {

}
#schedules input.rowColor {
    display: none;
}


#schedulesContainer #schedules #step2 .cancelEdit {
    display: none;
}
#schedulesContainer #schedules #step2 textarea.formula {
    background-color: #739AC5;
    color: #ffffff;
    width: 300px;
    height: 40px;
    margin-top: 0;
    resize: none;
}
#schedulesContainer #schedules #step2 .actionInputs {
    position: relative;
    float: left;
}

#schedulesContainer #schedules #step2 div.inputFormula {
    display: none;
    position: relative;
    float: left;
}
#schedulesContainer #schedules #step2 div.inputFormula .formulaCont {
    margin-left: 5px;
    position: relative;
    float: left;
}
#schedulesContainer #schedules #step2 div.inputFormula .formulaActions {
    position: relative;
    float: left;
    margin-top: 0;
}

#schedulesContainer #schedules #step2 div.inputFormula .formulaActions .actionBtn {

    position: relative;
    float: left;
    margin-top: 0;
    margin-right: 5px;
    border: 1px solid #dedede;
    cursor: pointer;
}
.actionBtn.plus {
    height: 17px;
    width: 14px;
    padding: 3px 0 0 7px;
}
.actionBtn.minus {
    height: 18px;
    width: 14px;
    padding: 2px 0 0 8px;
}
.actionBtn.multiply {
    height: 15px;
    width: 14px;
    padding: 5px 0 0 9px;
}
.actionBtn.devide {
    height: 18px;
    width: 14px;
    padding: 2px 0 0 9px;
}
#schedulesContainer #schedules #step2 input.newRowName {
    width: 180px;
}

#schedulesContainer #schedules #step2 div.inputFormula .formulaActions .actionBtn input {
    margin: 0;
    padding: 0;
}
#schedulesContainer #schedules #step2 div.inputFormula .formulaActions .actionBtn a,
#schedulesContainer #schedules #step2 div.inputFormula .formulaActions .actionBtn a:hover {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
#schedulesContainer #schedules #step2 input.equal,
#schedulesContainer table.template,
#schedulesContainer #save-names {
    display: none;
}

#schedulesContainer #step2 table,
#schedulesContainer #step3 table {
    margin-top: 20px;
    width: 100%;
    clear: both;
}

#schedulesContainer #step3 table td {
    padding-right: 20px;
}

#schedulesContainer #step2 table td.indent {
    padding-left: 4px;
    width: 30px;
}
#schedulesContainer #schedules #step2 div.indentMinus,
#schedulesContainer #schedules #step2 div.indentNumber,
#schedulesContainer #schedules #step2 div.indentPlus {
    cursor: pointer;
    position: relative;
    float: left;
    margin: 0 2px;
    border: 1px solid #dedede;
    width: 6px;
}
#schedulesContainer #schedules #step2 div.indentMinus {
    padding-left: 3px;
}
#schedulesContainer #schedules #step2 div.indentNumber {
    padding-left: 1px;
}
#schedulesContainer #schedules #step2 div.indentPlus {
    padding-left: 1px;
}

#schedulesContainer #step2 table td.item {
    padding-left: 6px;
    width: 200px;
    height: 20px;
}
#schedulesContainer #step2 table td.rowGear {
    position: relative;
    padding: 0;
    width: 16px;
    height: 16px;
    text-align: center;
}
#schedulesContainer #step3 table td.item {
    font-size: 12px;
    padding-left: 6px;
    width: 200px;
    height: 20px;
    text-align: left;
}
#schedulesContainer #step3 table td.item input {
    float: left;
    margin: 0;
    padding: 0;
}
#schedulesContainer #step3 table td.item span {
    float: left;
    margin: 0;
    padding-left: 4px;
}
#schedulesContainer #step3 table td.type {
    width: 14px;
}
#schedulesContainer #step3 table td.type img {
    width: 12px;
    height: 12px;
}

#schedulesContainer #step2 table td.formula,
#schedulesContainer #step3 table td.formula {
    font-size: 12px;
    padding: 0;
    width: 200px;
    height: 20px;
}
#schedulesContainer #step2 table td.formula {
    width: 330px;
}

#schedulesContainer #step3 table td.formula {
    padding-right: 20px;
}
#schedulesContainer #step3 table td.dataformat {
    padding: 0;
    width: 100px;
}

#schedulesContainer #step3 table td.account {
    font-size: 12px;
    width: 200px;
}
#schedulesContainer #step3 table td.account img.info {
    cursor: pointer;
    margin: 0 5px;
}
#schedulesContainer #step3 table td.subaccount {
    font-size: 12px;
}
#schedulesContainer #step2 table td.actions {
    padding-left: 8px;
    text-align: right;
    width: 40px;
}
#schedulesContainer #step2 table td.actions > .actionBox {
    padding-left: 3px;
}
#schedulesContainer #step2 table td.actionsType {
    text-align: left;
    width: 54px;
    background-color: #efefef;
}
#schedulesContainer #step2 table td.actionsTypeHeader {
    font-style: italic;
}
#schedulesContainer #step2 .actionBox {
    position: relative;
    float: left;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
}
#schedulesContainer #step2 .actionBoxDelimiter {
    background-color: #ffffff;
    float: left;
    position: relative;
    text-align: center;
    width: 3px;
    height: 18px;
    margin: 0;
    padding: 0;
}
#schedulesContainer #step2 .note {
    position: relative;
    float: left;
    clear: both;
    font-style: italic;
    font-size: 10px;
    color: #999999;
}
#schedulesContainer #step2 table td.actionsType input.rowType {
    opacity:0.3;
    filter:alpha(opacity=30); /* For IE8 and earlier */
}
#schedulesContainer #step2 table td.actionsType input.rowType:hover {
    opacity:1;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}

#schedulesContainer #step2 table tr:nth-child(even),
#schedulesContainer #step3 table tr:nth-child(even) {
    background: #F7F7F7;
}
#schedulesContainer #step2 table tr:nth-child(odd),
#schedulesContainer #step3 table tr:nth-child(odd) {
    background: #FFFFFF;
}
#schedulesContainer #step2 table #save-names {
    display: inline;
}

#schedulesContainer #step2 table input[type=image] {
    margin: 0;
    padding: 0;
}
#schedulesContainer #step2 div.actions {
    padding-top: 10px;
}

#schedulesContainer #step2 input.equal {

	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);

	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
	box-shadow: 1px 1px 1px rgba(0,0,0,.3);
	color: #FFFFFF;
	border: solid 1px #808080;
	background: #739AC5;
	background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#555555));
	background: -moz-linear-gradient(top,  #739AC5,  #555555);
        background: -o-linear-gradient(top, #739AC5,  #555555);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4F87D5', endColorstr='#555555');
}
#schedulesContainer #step2 input.equal:hover {
	background: #c0ec8f;
	background: -webkit-gradient(linear, left top, left bottom, from(#c0ec8f), to(#88b14b));
	background: -moz-linear-gradient(top,  #c0ec8f,  #88b14b);
        background: -o-linear-gradient(top, #c0ec8f,  #88b14b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0ec8f', endColorstr='#88b14b');
}
#schedulesContainer #step2 input.equal:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#88b14b), to(#c0ec8f));
	background: -moz-linear-gradient(top,  #88b14b,  #c0ec8f);
        background: -o-linear-gradient(top, #88b14b,  #c0ec8f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#88b14b', endColorstr='#c0ec8f');
}

#schedulesContainer #schedules #step2 div.buttons,
#schedulesContainer #schedules #step3 div.buttons {
    width: 100%;
    margin-top: 20px;
    text-align: left;
    clear: both;
}

#schedulesContainer #schedules #step3 input.finish {
    display: none;
}

#schedulesContainer #step3 table td {
    white-space: nowrap;
    height: 22px;
}

div.dropdown {
    margin-top: -10px;
    padding: 0;
    position: absolute;
    z-index: 100;
    vertical-align: top;
}
#schedulesContainer #step3 select.scheduleAccount {
    /*width: 150px;*/
}
#schedulesContainer #step3 select.scheduleAccount > optgroup {

}
#schedulesContainer #step3 select.scheduleAccount > option {
    padding-left: 10px;
}

#schedulesContainer .addSubAccount,
#schedulesContainer .editAccount {
    margin-left: 5px;
    cursor: pointer;
}

#schedulesContainer a {
    cursor: pointer;
}

#schedulesContainer .errorMessage {
    display: none;
    background: #ee0101;
    position:relative;
    color: #fff;
    font-size: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 0 4px #000;
    -moz-box-shadow: 0 0 4px #000;
    -webkit-box-shadow: 0 0 4px #000;
    padding: 2px 8px 2px 8px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#schedules a {
    font-size: 12px;
    color: #225909;
    font-style: normal;
    text-decoration: none;
}
#schedules a.noColor {
    font-size: 12px;
    color: #000000;
    font-style: normal;
    text-decoration: none;
}

#request-selection {
    text-indent: 10px;
    font-weight: normal;
    display: none;
}
.topStep {
    position: relative;
    width: 100%;
    margin-top: 0;
    padding-bottom: 5px;
    clear: both;
}
.stepTitle {
    position: relative;
    float: left;
}
.stepRowTypeHeader {
    position: relative;
    float: right;
    margin-right: 110px;
}
#formulaError {
    width: 400px;
    position: absolute;
    float: left;
    margin-top: 0px;
    margin-left: 220px;
}


table#rowsPreview {
    font-size: 12px;
    width: 100%;
    border: 1px solid #dedede;
    border-collapse: collapse;
}
table#rowsPreview th {
    background-color: #F7F7F7;
}
table#rowsPreview th,
table#rowsPreview td {
    font-size: 12px;
    border: 1px solid #DEDEDE;
    padding: 2px 4px;
    white-space: nowrap;
    text-align: right;
}

table#rowsPreview th.label,
table#rowsPreview td.label  {
    text-align: left;
    padding-right: 10px;
    margin-right: 5px;
}

table#rowsPreview td.label img {
    width: 12px;
    height: 12px;
    float: left;
}
table#rowsAccountTypes {
    font-size: 12px;
}
table#rowsAccountTypes td.dataformat img {
    width: 12px;
    height: 12px;
    float: left;
}
table#rowsPreview td.label img.info {
    cursor: pointer;
    float: right;
    height: 12px;
    margin-right: 2px;
    position: absolute;
/*    margin: -12px 0 0 5px;*/
    width: 12px;
}
table.selections {
    width: 100%;
    margin: 3px 5px;
    padding: 0;
    font-size: 12px;
}
table.selections td {
    height: 20px;
}

table.selections td.name {
    padding-left: 10px;
    font-weight: bold;
}
table.selections td.action {
    text-align: right;
    padding-right: 10px;
}
table#rowsPreview td.label {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-color: #F7F7F7;
}
table#rowsPreview input {
    border: 1px solid #cccccc;
    padding: 1px;
    width: 50px;
    text-align: right;
}
table#rowsPreview input.modified {
    background-color: #D1F29B;
}
table#rowsPreview input.focused {
    background-color: #FCF4A9;
}

table#rowsPreview input.nan {
    color: red;
}
#scheduleData {
    display: none;
}
#scheduleData li.action {
    text-align: center;
    margin-bottom: 10px;
}
#scheduleData {
    margin-top: 2em;
    text-align: center;
}
#scheduleData .label {
    font-size: 12px;
}
#scheduleData hr {
    margin-top: 10px;
    width: 100%;
    color: #dedede;
}
#scheduleData label {
    width: 120px;
    display: block;
    float: left;
    text-align:right;
    margin-top: 3px;
}
#scheduleData select {
    margin: 3px 30px 0 0;
}
#confirmBack {
    display: none;
}

#schedulesView {
    width: 100%;
}
#schedule {
    width: 100%;
    padding: 0;
}
div.changeSelection {
    position: relative;
    float: right;
}

/* change password */
input#pass1,
input#pass2 {
    margin-top: 5px;
}

span.budgetnumbers {
    color: #ff0000;
}

span.budgetYears {
    padding-left: 20px;
}
a.deleteYear {
    cursor: pointer;
}
#preview-account-setup {
    padding-left: 25px;
}
#preview-account-setup .subHeader {
    margin-top: 0px;
}
#preview-account-setup {
    background-color: #ffffff !important;
}

#preview-account-setup div.left-bar {
    min-height: 160px;
    margin-top: 10px;
    float: left;
    position: relative;
    overflow: hidden;
    width: 0px;
    z-index: 10000;
}
#preview-account-setup div.displayFilters {
    margin-top: 26px;
    position: relative;
    float: left;
    width: 15px;
    min-height: 160px;
    cursor: pointer;
}
#preview-account-setup div.displayFilters a,
#preview-account-setup div.displayFilters a:hover {
    color: #ffffff;
}
#preview-account-setup div.multi-pivot-filters .filter ul {
    margin-left: 18px;
}
#preview-account-setup #accountAssociationContainer {
    position: relative;
    margin: 0 0 0 20px;
    z-index: 0;
}
#preview-account-setup #accountsByCostCenter {

}

/* account association */
.accountAssociationContainerInline {
    position: relative;
    margin: 0 0 0 20px;
    z-index: 0;
}
.accountAssociationContainerDialog {
    position: relative;
    margin: 0 0 0 20px;
}

#accountsByCostCenter {
    text-align: left;
    /*width: 970px;*/
}

.accountsByCostCenterInline {
    float: left;
    position: absolute;
    margin: 16px 0;
    width: 90%;
}
.accountsByCostCenterDialog {
    float: left;
    position: absolute;
    margin: 16px 0;
}

#accountsByCostCenter .topActions {
    margin: 0;
    position: relative;
    padding-bottom: 10px;
    clear: both;
    width: 100%;
}
#accountsByCostCenter .bottomActions {
    margin: 0;
    position: relative;
    padding-top: 10px;
    clear: both;
    width: 100%;
}
#accountsByCostCenter .topActions #showAllAccounts {
    position: relative;
    float: left;
}
#accountsByCostCenter .topActions .saveAssociations,
#accountsByCostCenter .bottomActions .saveAssociations {
    position: relative;
    float: right;
    padding: 0;
    margin: 0 0 5px;

}
#accountsByCostCenter .topActions .saveAssociations .save,
#accountsByCostCenter .topActions .saveAssociations .reset,
#accountsByCostCenter .bottomActions .saveAssociations .save,
#accountsByCostCenter .bottomActions .saveAssociations .reset {
    margin: 0;
}
#accountsByCostCenter .topActions a.addAccount {
    color: #000000;
    padding: 0;
    position: relative;
    text-decoration: none;
}
#accountsByCostCenter .topActions a.addAccount span {
    margin-left: 16px;
    position: relative;
}
#accountsByCostCenter .topActions a.addAccount img {
    margin-top: 0px;
    padding: 0;
    position: absolute;
}

#accountsByCostCenter table th {
    padding: 0;
}
#accountsByCostCenter table th.cell,
#accountsByCostCenter table td.cell {
    padding: 0;
    width: 10px !important;
}
#accountsByCostCenter table th.cell {
    border-bottom: 0px;
}
#accountsByCostCenter .headerLocation {
    writing-mode:tb-rl;

    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -o-transform: rotate(90deg);

    white-space:nowrap;
    display:block;
    width: 20px;
    height: 20px;

    /*
    width: 20px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    padding: 0;*/

}
#accountsByCostCenter table td.label {
    border-right: 0px;
}
#accountsByCostCenter table th.allCol {
    border-top: 0px;
    height: 20px;
}
#accountsByCostCenter table td.allRow {
    border-left: 0px;
    width: 20px;
}
#accountsByCostCenter ul.subaccounts {
    padding-left: 20px;
    display: none;
}

.assocHover {
    background-color: #B9E486 !important;
}

.createNewSchedule {
    float: left;
    padding: 10px 0;
}

.createNewSchedule a {
    font-size: 12px;
}
.createNewSchedule a img {
    position: absolute;
    padding: 0;
    margin-top: -3px;
}
.createNewSchedule a span {
    position: relative;
    padding-left: 18px;
}

.existingSchedulesList {
    float: left;
    position: relative;
    padding: 0;
/*    margin-right: 15px;*/
    width: 100%;
}
.scheduleStatusIncomplete {
    color: #ff0000;
}
.schedule-view.bold {
    font-weight: bold;
}

/* build payroll */
#buildPayrollView .pivot-table input {
    width: 60px;
}
#buildPayrollView .pivot-table th,
#buildPayrollView .pivot-table td {
    padding: 2px 5px;
    text-align: center;
    white-space: nowrap;
}
#buildPayrollView .pivot-table th.hLabel {
    text-align: left;
    width: 150px;
}
#buildPayrollView .pivot-table th.hItem,
#buildPayrollView .pivot-table td.dItem {
    width: 120px;
    text-align: center;
}

p.vertical-spacer-note {
    margin-top: 120px;
}
p.vertical-spacer-note2 {
    margin-top: 140px;
}

p.centered {
    text-align: center;
}

.dim {
    color: #aaaaaa;
}

th.yoy input {
    background-color: #F5F5D3;
}

/* actual upload */
#actualHeader {
    clear: both;
    float: left;
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
}
#actualHeader li {
    float: left;
    position: relative;
    margin-left: 30px;
}
#actualHeader li label {
    float: left;
    position: relative;
    margin-top: 6px;
    margin-left: 10px;
}

#actualHeader li.selected,
#actualHeader li.selected label {
    font-weight: bold;
}
#actualHeader li div.stepNo {

    background: url(/images/grey_disc.25.png) no-repeat top left;
    text-align: center;

    float: left;
    position: relative;

    padding-top: 4px;
    height: 25px;
    width: 25px;
}
#actualHeader li.selected div.stepNo {
    background: url(/images/green_disc.25.png) no-repeat top left;
}
#actualHeader li.label {
    margin-left: 0;
    padding-left: 0;
}
#actualHeader li.label label {
    font-weight: bold;
    font-size: 16px;
    color: #4F6FAC;
    /*text-transform: capitalize;*/

    margin-left: 0;
    margin-top: 4px;
    padding-left: 0;

}

#actualUploadFormContainer {
    clear: both;
    position: relative;
}

.actual-import-container.map-account th > span.label-left {
    float: left;
    position: relative;
}
.actual-import-container.map-account th > span.label-right {
    float: right;
    position: relative;
}
.actual-import-container.map-account th.actual-cost-centers {
    text-align: center;
    padding-right: 0;
}
.actual-import-container.map-account th.actual-cost-centers div {
    border-bottom: 1px solid #DEDEDE;
    width: 100%;
}

/* Amex & Bank Usage */
.bank-usage #ccreconView,
.amex-usage #ccreconView {
    max-width: 1350px;
}

.amex-usage table {
    layout: fixed;
}

.amex-usage th[data-id="settlementdate"] {
    width: 115px;
    max-width: 115px;
}

.amex-usage th[data-id="settlementamount"] {
    width: 130px;
    max-width: 130px;
}

.amex-usage th[data-id="isUsed"] {
    width: 80px;
    max-width: 80px;
}


/* JE STLT Tabs*/

#jeTabs #summarytab {
    width: 100% !important;
    margin-left: -16px;
    margin-top: -41px;
}

#jeTabs #gross_revtab,
#jeTabs #gross_def_revtab,
#jeTabs #ref_revtab,
#jeTabs #ref_def_revtab,
#jeTabs #charge_revtab {
    width: 100% !important;
    margin-left: -16px;
    margin-top: -11px;
}

#editTooltipsDialog {
    display: none;
    max-height: 550px;
    overflow: auto;
}

#editTooltipsDialog .tooltipsList {
    display: block;
    max-height: 400px;
    overflow-y: auto;
}

#editTooltipsDialog table.editTooltips th,
#editTooltipsDialog table.editTooltips td {
    text-align: left;
    width: 40% !important;
    border: none;
}
#editTooltipsDialog table.editTooltips input {
    width: 98% !important;
}

.editTooltips thead tr td {
    text-align: center;
    width: 90%;
    font-weight: bold;
}

.pivot-table th.fixed.kiketable-th {
    height: 36px !important;
    margin-top: -1px !important;
}

.editTooltips.pivot-table {
    width: 95% !important;
}



/*
Add bank processors
*/

#addProcessorDialog {
    width: 566px;
    text-align: left;
}

#addProcessorForm ul li label {
    width: 200px;
}

#addProcessorForm ul {
    float: none;
}


.addProcessorForm .buttons {
    text-align: center;
}

.addProcessorForm .moveButtons {
    text-align: center;
    margin-top: 10px;
}

.addProcessorForm input[type=text]{
    width: 230px !important;
    line-height: 13px;
    height: 13px;
}
.addProcessorForm textarea {
    width: 230px !important;
}

.addProcessorForm select{
    width: 232px !important;
}

.addProcessorForm button, .addProcessorFrom input[type=button]{
    margin-right: 5px;
}

.processorDesc select,
.processorDescAmex select{
    width: 130px !important;
    float: right;
}

.procDescli input,
.procDescliAmex input{
    margin-left: 200px;
}


#newDesc,
#newDescAmex {
    margin-left: 200px;
}

.ccTypeInfo {
    margin-bottom: 8px;
    margin-top: 8px;
}


#editTransDialog {
    display: none;
}

#conf-edit-proc label {
    width: 130px !important;
}

#editTransDialog table.editTrans tr,
#editTransDialog table.editTrans td {
    border: none;
}

.addProcessorForm input[type=text].resdate {
    width: 80px !important;
}

.res-new-period,
.res-new-period-amex {
    margin-left: 200px;
    display: block;
    margin-top: 5px;
}


#conf-edit-proc {
    display: none;
}

#conf-edit-proc label {
    width: 130px !important;
}

#conf-edit-proc .repdate {
    width: 100px !important;
}


#conf-edit-proc ul  {
    float: none;
}

#conf-edit-proc .buttons {
    text-align: left;
}
