/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */

@media (min-width: 1281px) {
    .container {
        width: 1300px;
    }
}

#wrapper {
    margin-top: 60px;
    padding-left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.all {
    margin-right: 20px;
}

.select-resize-vertical {
    resize: vertical;
}

.pointer, .all, .none {
    cursor: pointer;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    background: #ffffff;
    z-index: 1000;
    position: fixed;
    /* left: 250px; */
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    border-right: 3px solid #f3f3f3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bold {
    font-weight: bold;
}

.not-bold {
    font-weight: normal;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    padding: 15px 15px 15px 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}
.navbar-header .logo-small{ float:left;margin-top:5px; }

/* Sidebar Styles */

.sidebar-nav {
    /*position: absolute;
    top: 0;*/
    width: 250px;
    margin: 20px 0px 0px 0px;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    line-height: 40px;
}

.sidebar-nav > li.add-top-spacer {
    margin-top: 40px;
}

.sidebar-nav li,
.sidebar-nav li a{ color: #999999; cursor:pointer; }
.sidebar-nav li a {
    display: block;
    text-decoration: none;
}

.sidebar-nav li a:hover {
    text-decoration: underline;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.sidebar-nav > li > ul > li {
    line-height: 2em;
}

@media(min-width:768px) {
    #wrapper.sidebar {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 0px 20px 20px 20px;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

.details{ list-style-type:none; }
.details > div{ clear:both; }
.details label{ text-align: right; }

.row.row-buttons div.col-lg-3{ margin-top:10px; }

.highcharts-tooltip>span {
    background: white;
    border: 1px solid silver;
    border-radius: 3px;
    box-shadow: 1px 1px 2px #888;
    padding: 8px;
}

.zip-report div.form-group label.control-label{ text-align:right; }

label .instruction{
  font-weight: normal;
  font-style: italic;
  font-size: 9pt;
}

table.dataTable thead > tr > th, table.dataTable tbody tr > td {
    padding-left: 5px !important;
    line-height: 1.2em;
}

.donor-title {
    margin-bottom: 30px;
}

.donor-view {
    margin-top: 20px;
    display: none;
}

.donor-view-details {
    display: block;
}

.nav-donor > li > a {
    padding-left: 10px;
    padding-right: 10px;
}

.search-name-cnt {
    margin-top: 25px;
    padding-right: 25px;
}

.badge-important {
    background-color: #b14e4e;
}

.results-data {
    display: none;
}

.results-data-local {
    display: block;
}

.help-block.form-error {
    display: none;
    color: red;
}

.has-error .form-control {
    background-color: #fcecec;
}

.has-error .help-block.form-error {
    display: block;
}

.btn-submitted-spinner {
    position: relative !important;
    background-color: white !important;
    border-color: white !important;
    color: transparent !important;
}

.form-group-delete-confirm {
    display: none;
}

.nav-results {
    margin-bottom: 30px;
}

.no-margin {
    margin: 0px !important;
}

.no-top-margin {
    margin-top: 0px;
}

.no-bottom-margin {
    margin-bottom: 0px;
}

.underline {
    text-decoration: underline;
}

.no-left-padding {
    padding-left: 0px !important;
}

.personal-information-to-blur-for-training {
    /* filter: blur(3px); */
}

.dob-range-message {
    margin-top: 5px;
    display: none;
}

.btn-submit-cnt .submit-error {
    visibility: hidden;
}

.btn-submit-cnt.has-error .submit-error {
    visibility: visible;
}

.form-control.has-error {
    background-color: #fcecec;
    border-color: #a94442;
}

.created-by {
    margin-bottom: 20px;
}

.row-user-operations {
    margin-bottom: 20px;
}

.row-user-operations .btn {
    margin-left: 20px;
}

#table_donors .donor-dl-num {
    text-align: center;
    white-space: nowrap;
}

#table_donors .donor-dl-num img.spinner {
    width: 16px;
    height: auto;
}

#table_donors tr.deceased > td {
    color: #a94442;
}

/* MONTHLY REPORTS */
.nav-monthly-report {
    margin-top: 20px;
}

.monthly-report-container {
    display: none;
}

.monthly-report-container.active {
    display: block;
}

.smaller {
    font-size: smaller;
}

@media only screen and (max-width : 767px) {
    form[name=donor-search] .search-name-cnt { margin: -10px 0px 20px 0px; }
    form[name=donor-search] .dob-range-toggle { margin-top: 15px; }
}

input.has-content, select.has-content {
    border: 1px solid #94c882;
    background: #eefde8;
}

.auth-branding {
    margin-bottom: 20px;
}

.auth-branding img {
    margin: 0px auto 10px auto;
    display: block;
    width: 200px;
    height: auto;
}

.inline-block {
    display: inline-block;
}

.admin-notification p {
    margin: 10px 0px 20px 0px;
}

.admin-notification li {
    margin-bottom: 2px;
}

.tm-10 {
    margin-top: 10px !important;
}

.alert-notification {
    margin-top: 20px;
}

.raw-remote-file-listing {
    max-height: 265px;
    overflow: scroll;
    overflow-x: hidden;
}

textarea {
    resize: vertical;
}

.login-instructions-link div {
    color: #428bca;
}

#login-instructions-iframe {
    width: 100%;
    height: 600px;
}

.modal-lg-80-percent {
    width: 80%;
}

.href {
    color: #428bca;
    cursor: pointer;
}

.ellipsis {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.search-result-has-moved, .panel-donor-has-moved > .panel-heading, .panel-donor-has-moved .alert-warning {
    background-color: #fcec9d;
}

.search-result-has-moved, .panel-donor-has-moved, .panel-donor-has-moved .alert-warning {
    border-color: #eacd3a;
}

.search-result-has-moved:hover td {
    background: #eada84 !important;
}

.donor-search-color-key {
    float: right;
}

.alert.alert-donor-search-color-key {
    display: inline-block;
    margin: 0px;
    padding: 2px 10px;
}

.alert.alert-donor-search-color-key.display-block {
    display: block;
}

.alert.alert-donor-search-color-key.display-block.search-result-has-moved {
    margin-top: 10px;
}

.impt-file-key-nav {
    margin-bottom: 15px;
}

.import-file-header-row {
    overflow: hidden;
    overflow-x: scroll;
}

.nav-remove-file-listing {
    margin-bottom: 15px;
}

.remote-files-block {
}

.county-age-report-details td {
    background: #f2f2f2;
}

.county-age-report-details td.border {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.county-age-report-details .date-header td {
    background: #e9e3e3;
}

thead.sticky th {
    position: sticky;
    top: 0;
    background: white;
    z-index: 2000;
    padding: 10px;
    margin-top: 200px;
}

.datepicker {
    z-index: 1040 !important;
}
