#table_temp thead tr th span {
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: 100% 100% ;
}

#table_temp thead tr th.headerSortUp span {
    background-image: url('up-arrow.png');
}

#table_temp thead tr th.headerSortDown span {
    background-image: url('down-arrow.png');
}

.modal-button-right {
    float: right;
    margin: 3px;	
}

.panel-login {
    margin-bottom: 0px;
}

.modal-button-left {
    float: left;
    margin: 3px;
}

.button-right {
    float: right;
    margin: 3px;
}

input[type=checkbox].checkbox-tr{
    margin: 0px 0px 0px 0px;
    vertical-align: middle;
}

.input-group-addon i {
    margin-left: -20px;
    cursor: pointer;
    z-index: 200;
    position: absolute;
    font-size: medium;
    color: #374943;
    padding: 4px 10px 1px;
  }

#actions {
    margin: 0.4e m 0;
}

.hr-splitter {
    margin-top: 15px;
    margin-bottom: 5px;
    border: 0;
}

.loginForm {
	  margin-top: 10%;
}

.headerleft {
    font-family: inherit;
    font-weight: 300;
    line-height: 1.1;
    color: inherit;
    margin-top: 13rpx;
    font-size: 19px;
}

.grandtotal {
    float: right;
}

li a.dashboardtab {
    padding: 3px 8px;
    margin-bottom: 5px;
}

.rowdashboard {
    margin-bottom: 5px;
}

#spendresults {
    font-family: "LatoWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:10px;
}

.btn-kv-white {
    background-color: white;
}

.btn-kv-white-preview {
    background-color: white;
    margin: 2px;
}

.invalid-login {
    font-weight: bold;
    color: red;
}

.terms_conditions {
  height: 450px;
  overflow-y: scroll;
  border: 2px solid #2C3E50;
  padding:5px 10px 5px 10px;
  border-radius: 2px;
  margin-bottom: 5px;

}

.terms_conditions_upload {
    height: 180px;
    overflow-y: scroll;
    border: 1px solid #2C3E50;
    padding:5px 10px 5px 10px;
    border-radius: 2px;
    margin-bottom: 3px;
    margin-top: 6px;
  }

.terms_conditions_upload p {
    font-family: "LatoWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 6px;
    line-height: 1.42857143;
    color: #374943;
    background-color: white;
}

.terms_conditions_upload h4 {
    font-size: 13px;
    font-family: inherit;
    font-weight: 300;
    line-height: 1.1;
    color: inherit;
    margin-top: 6px;
    margin-bottom: 6px;
}

.terms_conditions_upload_button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 4px 18px;
    font-size: 9px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.terms_conditions_upload_header h4 {
    font-size: 13px;
    font-family: inherit;
    font-weight: 300;
    line-height: 1.1;
    color: inherit;
    margin-top: 12px;
    margin-bottom: 3px;
}

.terms_conditions_upload_footer h4 {
    font-size: 13px;
    font-family: inherit;
    font-weight: 300;
    line-height: 1.1;
    color: inherit;
    margin-top: 6px;
    margin-bottom: 6px;
}

.terms_conditions_text {
  height: 450px;
  overflow-y: scroll;
  border: 2px solid #2C3E50;
  border-radius: 2px;
}

.container-system {
    display: flex;
    border: 1px solid rgb(203 213 225);
    overflow-y: auto;
    height:450px;
}
.container__textarea {
    border: none;
    color: #2C3E50;
    font-weight:bold;
}
.container__lines {
    border-right: 1px solid rgb(203 213 225);
    overflow: hidden;
}

.tab-content-reports {
    border: 1px solid #2C3E50;
    border-radius: 10px;
    padding: 10px 10px 10px 10px;
}

.highlight-issue-dates {
    background-color: #2980b9;
}

.highlight-issue-dates-center {
  margin: auto;
  width: 75%%;
  padding: 10px;
}

.highlight-issue-dates-legend-text {
    float:left;
    padding-top: 3px; 
    color:#2C3E50;
}

.highlight-issue-dates-legend-image {
    float:left; 
    margin-right:10px; 
    height:25px; 
    width:25px;  
}

.terms_conditions_upload_footer p {
    font-family: "LatoWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.42857143;
    color: #374943;
    background-color: white;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: lightsteelblue;
}

.nav-tabs {
    font-size: 13px;
    margin-right: 10px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #2C3E50;
    border-radius: 5px 5px 5px 5px;
}

.dashboard-inputs {
    margin-right:0px;
}

.contributor_upload_panels {
    height: 525px;
    border-style: solid;
    border-radius: 10px;
    border-color: #374943;
}

.form-overflow-content {
    overflow: auto;
    max-height: 47vh;
}

.form-overflow-attachments {
    overflow: auto;
    max-height: 55vh;
}

.single-use-paragraph {
    font-size: 13px;
    float: left;
    width: 57%;
    padding: 3px;
    margin-left: 10px;
}

.error-standard-paragraph {
    color:#800000; 
    font-weight: bold;
    font-size:11px; 
    font-family: "LatoWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top:6px;
}

label.error {
    background:#800000;
    border:1px solid #800000;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius:15px;
    box-shadow:rgba(0, 0, 0, 0.2) 0 5px 10px;
    color:#FFFFFF;
    padding:8px;
    position:relative;
    top:6px;
    margin-bottom:6px;
}

label.error:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

label.error:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #800000;
    border-width: 10px;
    margin-left: -10px;
}

span.twitter-typeahead .tt-menu {
cursor: pointer;
}
  
span.twitter-typeahead .tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 1rem;
    color: #373a3c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem; 
    max-height: 150px;
    overflow-y: auto;
}
  
span.twitter-typeahead .tt-suggestion {
    display: block;
    width: 100%;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.5;
    color: #373a3c;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0; 
}

span.twitter-typeahead .tt-suggestion:focus, span.twitter-typeahead .tt-suggestion:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5; 
}

span.twitter-typeahead .active.tt-suggestion, span.twitter-typeahead .tt-suggestion.tt-cursor, span.twitter-typeahead .active.tt-suggestion:focus, span.twitter-typeahead .tt-suggestion.tt-cursor:focus, span.twitter-typeahead .active.tt-suggestion:hover, span.twitter-typeahead .tt-suggestion.tt-cursor:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
    outline: 0; 
}

span.twitter-typeahead .disabled.tt-suggestion, span.twitter-typeahead .disabled.tt-suggestion:focus, span.twitter-typeahead .disabled.tt-suggestion:hover {
    color: #818a91; 
}

span.twitter-typeahead .disabled.tt-suggestion:focus, span.twitter-typeahead .disabled.tt-suggestion:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)"; 
}

span.twitter-typeahead {
    width: 100%; 
}

.input-group span.twitter-typeahead {
    display: block !important; 
}

.input-group span.twitter-typeahead .tt-menu {
    top: 2.375rem !important; 
}

tfoot input {
    width: 100%;
}

.input-search-table {
    height: 30px;
    padding: 5px 5px;
    line-height: 1.5;
    border-color: #7F8C8D;
    border-radius: 2px;
    margin: 15px 0px 15px 0px;
    font: inherit;
    font-weight: 200;
    width: 90%;
}

.company-dropdown-switch {
    border-color: #7F8C8D;
    border-radius: 2px;
    margin: 9.5px 9.5px 9.5px 0px;
    font: inherit;
    font-weight: 200;


}

.input-select-table {
    height: 30px;
    padding: 5px 5px;
    line-height: 1.5;
    border-color: #7F8C8D;
    border-radius: 2px;
    margin: 15px 0px 15px 0px;
    font: inherit;
    font-weight: 200;
    width: 95%;
}
.input-empty-table {
    height: 30px;
    padding: 5px 5px;
    line-height: 1.5;
    border-radius: 0;
    margin: 15px 0px 15px 0px;
    font: inherit;
    font-weight: 200;
    width: 95%;
}
.grand-total-table {
    height: 30px;
    padding: 0px 5px;
    line-height: 1.42857143;
    border-radius: 0;
    margin-right: 15px;
    font: inherit;
    font-weight: bold;
    font-size: 15px;
    vertical-align: sub;
}

.report-control {
    display: inline-block;
    width: 10%;
    vertical-align: middle;
}

/* Dashboard Chart Loading Styles */
.chart-container {
    position: relative;
}

.chart-loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    border-radius: 4px;
}

.chart-loading-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
}

.chart-loading-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #2C3E50;
    border-radius: 50%;
    animation: chart-spin 1s linear infinite;
    margin: 0 auto 15px auto;
}

.chart-loading-text {
    font-family: "LatoWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #2C3E50;
    font-weight: 300;
    margin: 0;
    text-align: center;
}

@keyframes chart-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Alternative loading dots animation */
.chart-loading-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px auto;
}

.chart-loading-dots .dot {
    width: 8px;
    height: 8px;
    background-color: #2C3E50;
    border-radius: 50%;
    margin: 0 3px;
    animation: chart-bounce 1.4s ease-in-out infinite both;
}

.chart-loading-dots .dot:nth-child(1) { animation-delay: -0.32s; }
.chart-loading-dots .dot:nth-child(2) { animation-delay: -0.16s; }
.chart-loading-dots .dot:nth-child(3) { animation-delay: 0s; }

@keyframes chart-bounce {
    0%, 80%, 100% { 
        transform: scale(0);
        opacity: 0.5;
    } 
    40% { 
        transform: scale(1);
        opacity: 1;
    }
}