﻿    html, body {
        /*height: 100%;*/
        margin: 0;
        padding: 0;
        position: relative;
        color: #333645;
        /*min-width: 100vw;*/
    }
h1 {
    color: #1160aa
}
    .main-nav-bg {
        background-color: #333645;
        /*background-image: linear-gradient(to bottom,#fff 0,#e5e5e5 100%);
        -webkit-box-shadow: inset 0 0 20px 5px #bdd7ee;
        -moz-box-shadow: inset 0 0 20px 5px #bdd7ee;
        box-shadow: inset 0 0 20px 5px #bdd7ee;
        min-width: 1070px;*/
    }

    /* navbar custom */

    /* navbar-override */
    .navbar {
        padding: 0 1rem;
    }

    .navbar-custom .navbar-brand {
        color: #333333;
        padding-top: 0;
    }

    .navbar-custom .navbar-brand:hover, .navbar-custom .navbar-brand:focus {
        color: #1160aa;
    }

    .navbar-custom .navbar-nav .nav-link {
        color: #ffffff;
    }

        .navbar-custom .navbar-nav .nav-link:hover {
            color: #fdcd10;
        }
        .navbar-custom .navbar-nav .nohover:hover {
            color: #ffffff;
        }

    .navbar-custom .navbar-nav .nav-link.disabled {
        color: #b2b2b2;
        /*color: rgba(0, 0, 0, 0.3);*/
    }

.navbar-custom .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>")' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E);
}
        .navbar-custom .navbar-nav .active > .nav-link,
        .navbar-custom .navbar-nav .nav-link.active {
            color: #27ace1;
            /*font-weight: bold;*/
        }
        .navbar-custom .navbar-nav .show > .nav-link,
        .navbar-custom .navbar-nav .nav-link.show {
            color: #fdcd10;
            /*font-weight: bold;*/
        }

    .navbar-custom .navbar-toggler {
        color: #7f7f7f;
        color: rgba(0, 0, 0, 0.5);
        border-color: #e5e5e5;
        border-color: rgba(0, 0, 0, 0.1);
    }

    .navbar-custom .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    .navbar-custom .navbar-text {
        color: #7f7f7f;
        color: rgba(0, 0, 0, 0.5);
    }

    .navbar-custom .navbar-text a {
        color: #191919;
        color: rgba(0, 0, 0, 0.9);
    }

    .navbar-custom .navbar-text a:hover, .navbar-custom .navbar-text a:focus {
        color: #191919;
        color: rgba(0, 0, 0, 0.9);
    }

    .navbar-dark .navbar-brand {
        color: #fff;
    }

    .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
        color: #fff;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: #ffffff;
        color: rgba(255, 255, 255, 0.5);
    }

li.navbar-nav-item {
    /*margin-left: 12px;
    padding: 8px 0 0;*/
}
    li.navbar-nav-item.show, li.navbar-nav-item:hover {
        background-color: #292b37;
    }

.nav-item .dropdown-menu {
    /*box-shadow: 0 3px 8px 1px #858585;*/
    padding: 0;
    background-color: #292b37;
    top: 94%;
}

    .nav-item .dropdown-menu > .nav-link {
        color: #343a40 !important;
    }

    .dropdown-menu > .nav-link:hover, option {
        color: #1160aa !important;
    }

.nav-item .dropdown-item {
    /*padding: .5rem 1.5rem;*/
    padding-left: 12px;
    border-radius: .25rem;
    color: #ffffff;
}
    .nav-item .dropdown-item:hover {
        background-color: #333645;
        /*color: #1160aa;*/
    }

.nav-link.dropdown-toggle {
    padding: 12px;
}

.rds.nav-item .dropdown-item {
    color: #333645;
}
    .nav-icon {
        position: relative;
        top: -2px;
    }
    .icon {
        margin-right: 1px;
    }
.dropdown-divider {
    height: 3px;
    margin: 0;
    border: none;
    border-bottom: 1px solid #373A3E;
    background-color: #212529;
}
    /* end navbar custom */
    .dashboard-nav-bg {
        background-image: linear-gradient(to bottom, #d0d0d0 0, #e5e5e5 100%);
        /*border-bottom: 1px solid #858585;*/
        border-top: 1px solid #858585;
    }

.nav-link > span.d-inline {
    font-size: 15px;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
    color: #292b37;
    text-decoration: none;
    background-color: #feeba1;
}

.dropdown-menu {
    /*border-color: #1160aa;*/
    border: none;
}
.bootstrap-select .dropdown-menu {
    /*border-color: #1160aa;*/
    border: 1px solid #1160aa;
    top: -2px !important;
    box-shadow: 1px 2px 8px #7e7e7e !important;
}

span.fa.fa-icon {
    min-width: 15px;
}
    .form-inline, .navbar-expand {
        min-width: 850px;
    }

    .report-area {
        margin: 20px 15px 0 15px;
    }

    .output_header {
        margin: 0;
        padding: 10px 15px;
        text-align: center
    }

    .output_header.country_header {
        background: #2F75B5;
        color: #FFF
    }

    .output_header.specialty_header {
        background: #9BC2E6;
        color: #FFF
    }

    .output_header.hourly_rate_header {
        background: #BDD7EE
    }

    .output_row.group_header td {
        background: #2F75B5;
        color: #FFF
    }

    .sheetNameField {
        width: 100%;
        background: 0 0;
        border: none;
        border-bottom: solid 1px #999;
        padding-bottom: 0;
        margin-bottom: 0;
        font-style: italic;
        outline: 0
    }

    .licenseAgreementUserFrame.sm {
        max-height: none;
        overflow-y: visible
    }

    .sub_page {
        margin-top: -30px
    }

    input:disabled + label {
        color: #858585;
    }

    .avoidwrap {
        display: inline-block;
    }

    .btn {
        /*border-radius: 0;*/
        font-size: .8125rem;
        height: 100%;
    }

.btn-custom {
    background-color: #FFFFFF;
    border: 1px solid #1160aa;
    font-size: .8125rem;
    /*-webkit-box-shadow: inset 0 0 10px 1px #bdd7ee;
        -moz-box-shadow: inset 0 0 10px 1px #bdd7ee;
        box-shadow: inset 0 0 10px 1px #bdd7ee;*/
    padding: .3125rem .5rem;
    color: #1160aa;
    -webkit-border-bottom-left-radius: .25rem !important;
    -webkit-border-bottom-right-radius: .25rem !important;
    -moz-border-radius-bottomleft: .25rem !important;
    -moz-border-radius-bottomright: .25rem !important;
    border-bottom-left-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}
.btn-custom-top-radius {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
}
.btn-custom-horizontal {
    background-color: #FFFFFF;
    border: 1px solid #1160aa;
    font-size: .8125rem;
    -webkit-box-shadow: inset 0 0 10px 1px #bdd7ee;
    -moz-box-shadow: inset 0 0 10px 1px #bdd7ee;
    box-shadow: inset 0 0 10px 1px #bdd7ee;
    /*text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/
    padding: .3125rem .5rem;
    color: #1160aa;
}
.btn-custom-horizontal-rounded-right {
    -webkit-border-top-right-radius: .25rem !important;
    -webkit-border-bottom-right-radius: .25rem !important;
    -moz-border-radius-topright: .25rem !important;
    -moz-border-radius-bottomright: .25rem !important;
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

    .multiselect-btn {
        padding-left: 0 !important;
        padding-right: 0 !important;
        min-width: 24px;
    }

    .select-wrapper {
        border-radius: .25rem;
    }

.select-label {
    color: #1160aa;
    background-color: #f8f9fa;
    /*background-color: #DEEBF6;*/
    font-size: .625rem;
    font-weight: bold;
    letter-spacing: .05rem;
    padding: 1px 6px 0;
    border-radius: 0;
    -webkit-border-top-left-radius: .25rem;
    -webkit-border-top-right-radius: .25rem;
    -moz-border-radius-topleft: .25rem;
    -moz-border-radius-topright: .25rem;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-top: 1px solid #1160aa;
    border-left: 1px solid #1160aa;
    border-right: 1px solid #1160aa;
}

.datayear-label {
    color: #1160aa;
    background-color: transparent;
    font-size: .625rem;
    line-height: 2rem;
    font-weight: bold;
    letter-spacing: .05rem;
    padding: 1px 6px 0;
    -webkit-border-top-left-radius: .25rem;
    -webkit-border-bottom-left-radius: .25rem;
    -moz-border-radius-topleft: .25rem;
    -moz-border-radius-bottomleft: .25rem;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top: 1px solid #1160aa;
    border-left: 1px solid #1160aa;
    border-bottom: 1px solid #1160aa;
}

.btn.btn-datayear {
    color: #1160aa !important;
    border-color: #1160aa !important;
    padding: 4px 7px !important;
}

.btn-datayear.selected {
    background-image: -webkit-linear-gradient(#fcfcfc, #CFDFEE);
    background-image: -o-linear-gradient(#fcfcfc, #CFDFEE);
    background-image: linear-gradient(#fcfcfc, #CFDFEE);
    box-shadow: inset 0 0 13px rgba(44,172,227,.4);
}

.btn-datayear:hover {
    box-shadow: inset 0 0 13px rgba(44,172,227,.6) !important;
}

.btn-datayear.active:hover {
    box-shadow: inset 0 0 13px rgba(44,172,227,.6) !important;
}

.btn.btn-datayear i {
    /*text-shadow: 1px 1px #aaa;*/
}

.btn.btn-datayear.selected i {
    background: #1160aa;
    border-radius: 50%;
    color: #2cace3;
    line-height: 10px;
    text-shadow: none;
}

    .btn.dropdown-toggle {
        border-radius: 0;
        /*border-top: none;*/
    }

.btn:not(:disabled):not(.disabled):hover {
    /*box-shadow: inset 0 0 10px #66A1C1;*/
    box-shadow: inset 0 0 10px #B2D0E0;
}

.btn-custom:disabled, .btn-custom.disabled, .select-label.disabled {
    background-color: #bbb;
    border: 1px solid #353535;
    cursor: not-allowed;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    opacity: 1 !important;
    color: #0B4377;
}

.form-control:disabled {
    background-color: #bbbbbb;
}
    .btn-info, .btn-success, .btn-info:disabled, .btn-info.disabled, .btn-success:disabled, .btn-success.disabled {
        border-color: transparent;
    }

    .btn-primary.focus, .btn-primary:focus {
        box-shadow: none;
    }

    /* bootstrap button background gradient overrides */
.btn-success {
    background-color: #28a745 !important;
    background-color: hsl(122, 44%, 26%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3ea142", endColorstr="#255f27");
    background-image: -moz-linear-gradient(top, #3ea142, #255f27);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3ea142), color-stop(100%, #255f27));
    background-image: -webkit-linear-gradient(top, #3ea142, #255f27);
    background-image: -o-linear-gradient(top, #3ea142, #255f27);
    background-image: linear-gradient(#3ea142, #255f27);
    /*border-color: #255f27 #255f27 hsl(122, 44%, 21.5%);*/
    border-color: transparent;
    color: #fff !important;
    font-size: .75rem;
    /*font-weight: 600;
    text-shadow: 0 1px rgba(255, 255, 255, 0.25);*/
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
    -webkit-font-smoothing: antialiased;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
}

.btn-warning {
    background-color: #ffc107 !important;
    background-color: hsl(41, 85%, 35%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efb73d", endColorstr="#a5750d");
    background-image: -moz-linear-gradient(top, #efb73d, #a5750d);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efb73d), color-stop(100%, #a5750d));
    background-image: -webkit-linear-gradient(top, #efb73d, #a5750d);
    background-image: -o-linear-gradient(top, #efb73d, #a5750d);
    background-image: linear-gradient(#efb73d, #a5750d);
    /*border-color: #a5750d #a5750d hsl(41, 85%, 29%);*/
    border-color: transparent;
    color: #fff !important;
    font-size: .75rem;
    /*font-weight: 600;
    text-shadow: 0 1px rgba(255, 255, 255, 0.25);*/
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
    -webkit-font-smoothing: antialiased;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
}

/*.btn-primary {
    background-color: #007bff !important;
    background-color: hsl(209, 81%, 37%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4199eb", endColorstr="#1160aa");
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4199eb), color-stop(100%, #1160aa));
    background-image: -webkit-linear-gradient(top, -webkit-linear-gradient(top, #4199eb, #1160aa), #1160aa);
    background-image: -moz-linear-gradient(top, #4199eb, #1160aa);
    background-image: -o-linear-gradient(top, #4199eb, #1160aa);
    background-image: linear-gradient(#4199eb, #1160aa);
    border-color: #1160aa #1160aa hsl(209, 81%, 31.5%);
    color: #fff !important;
    font-size: .75rem;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
    -webkit-font-smoothing: antialiased;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
}*/
.btn-primary {
    background-color: #27ace1 !important;
    color: #333645 !important;
    font-size: .75rem;
    font-weight: 700;
}

.btn-primary-outlines {
    /*background-color: #f8f9fa !important;
    background-color: hsl(0, 0%, 77%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcfcfc", endColorstr="#c4c4c4");
    background-image: -moz-linear-gradient(top, #fcfcfc, #CFDFEE);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #CFDFEE));
    background-image: -webkit-linear-gradient(top, #fcfcfc, #CFDFEE);
    background-image: -o-linear-gradient(top, #fcfcfc, #CFDFEE);
    background-image: linear-gradient(#fcfcfc, #CFDFEE);*/
    border-color: #27ace1 !important;
    color: #27ace1 !important;
    /*font-size: .75rem;
    font-weight: 600;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.36);
    -webkit-font-smoothing: antialiased;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);*/
}
.btn-cei {
    background-color: #27ace1 !important;
    color: #333645 !important;
    font-size: .75rem;
    font-weight: 700;
}

.btn-info {
    background-color: #17a2b8 !important;
    background-color: hsl(189, 75%, 33%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#62d4e8", endColorstr="#158093");
    background-image: -moz-linear-gradient(top, #62d4e8, #158093);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62d4e8), color-stop(100%, #158093));
    background-image: -webkit-linear-gradient(top, #62d4e8, #158093);
    background-image: -o-linear-gradient(top, #62d4e8, #158093);
    background-image: linear-gradient(#62d4e8, #158093);
    /*border-color: #158093 #158093 hsl(189, 75%, 25%);*/
    border-color: transparent;
    color: #595959;
    color: rgba(0, 0, 0, 0.65);
    font-size: .75rem;
    /*font-weight: 600;
        text-shadow: 0 1px rgba(255, 255, 255, 0.25);*/
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.36);
    -webkit-font-smoothing: antialiased;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
}

.btn-danger {
    /*background-color: #dc3545 !important;
    background-color: hsl(0, 69%, 33%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#de4e4e", endColorstr="#8e1a1a");
    background-image: -moz-linear-gradient(top, #de4e4e, #8e1a1a);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #de4e4e), color-stop(100%, #8e1a1a));
    background-image: -webkit-linear-gradient(top, #de4e4e, #8e1a1a);
    background-image: -o-linear-gradient(top, #de4e4e, #8e1a1a);
    background-image: linear-gradient(#de4e4e, #8e1a1a);*/
    border-color: #1160aa #1160aa hsl(209, 81%, 31.5%);
    /*border-color: transparent;
    color: #fff !important;
    font-size: .75rem;
    font-weight: 600;
    text-shadow: 0 1px rgba(255, 255, 255, 0.25);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
    -webkit-font-smoothing: antialiased;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);*/
}

.btn-danger-outlines {
    background-color: #f8f9fa !important;
    background-color: hsl(0, 0%, 77%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcfcfc", endColorstr="#F1E3E3");
    background-image: -moz-linear-gradient(top, #fcfcfc, #F1E3E3);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #F1E3E3));
    background-image: -webkit-linear-gradient(top, #fcfcfc, #F1E3E3);
    background-image: -o-linear-gradient(top, #fcfcfc, #F1E3E3);
    background-image: linear-gradient(#fcfcfc, #F1E3E3);
    /*border-color: #c4c4c4 #c4c4c4 hsl(0, 0%, 71.5%);*/
    border-color: #AF5E5E;
    color: #AF5E5E !important;
    font-size: .75rem;
    /*font-weight: 600;
    text-shadow: 0 1px rgba(255, 255, 255, 0.25);*/
    -webkit-font-smoothing: antialiased;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.5);
}

.btn-secondary {
    background-color: #6c757d !important;
    background-color: hsl(215, 4%, 34%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9a9da1", endColorstr="#53565a");
    background-image: -moz-linear-gradient(top, #9a9da1, #53565a);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9a9da1), color-stop(100%, #53565a));
    background-image: -webkit-linear-gradient(top, #9a9da1, #53565a);
    background-image: -o-linear-gradient(top, #9a9da1, #53565a);
    background-image: linear-gradient(#9a9da1, #53565a);
    /*border-color: #1160aa #1160aa hsl(209, 81%, 31.5%);*/
    border-color: transparent;
    color: #fff !important;
    font-size: .75rem;
    /*font-weight: 600;
    text-shadow: 0 1px rgba(255, 255, 255, 0.25);*/
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
    -webkit-font-smoothing: antialiased;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
}

.btn-light {
    background-color: #f8f9fa !important;
    background-color: hsl(0, 0%, 77%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcfcfc", endColorstr="#c4c4c4");
    background-image: -moz-linear-gradient(top, #fcfcfc, #c4c4c4);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #c4c4c4));
    background-image: -webkit-linear-gradient(top, #fcfcfc, #c4c4c4);
    background-image: -o-linear-gradient(top, #fcfcfc, #c4c4c4);
    background-image: linear-gradient(#fcfcfc, #c4c4c4);
    /*border-color: #c4c4c4 #c4c4c4 hsl(0, 0%, 71.5%);*/
    border-color: transparent;
    color: #333 !important;
    font-size: .75rem;
    /*font-weight: 600;
        text-shadow: 0 1px rgba(255, 255, 255, 0.25);*/
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.36);
    -webkit-font-smoothing: antialiased;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
}


.btn-primary-text-warning {
    color: #ffc107 !important;
}
.btn-primary-text-danger {
    color: #dc3545 !important;
}
.btn-primary-text-info {
    color: #17a2b8 !important;
}
.btn-primary-text-success {
    color: #28a745 !important;
}
.btn-primary-text-secondary {
    color: #6c757d !important;
}
.btn-primary-text-dark {
    color: #343a40 !important;
}

#rds-btn {
    background: transparent;
    background: linear-gradient(0deg, rgba(161,161,161,1) 0%, rgba(187,187,187,1) 3%, rgba(229,229,229,1) 97%, rgba(245,245,245,1) 100%);
    color: #1160aa;
}

.border-right-custom {
    border-right: 2px solid darkgray;
}

    a.btn.disabled, fieldset:disabled a.btn {
        background-color: darkgray;
        opacity: .5;
        /*border-color: silver;*/
        cursor: not-allowed;
    }
    /*
    .btn-select.selected {
        color: #1160aa !important;
    }

    .btn-data-year {
        color: #9bc2e6 !important;
        font-size: .75rem !important;
        width: 100%;
    }
    */
/*.btn-select.selected, .btn-select:hover, .btn-primary-outlines.active {
    color: #1160aa !important;
    background-color: #c4c4c4 !important;
    background-color: hsl(0, 0%, 77%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcfcfc", endColorstr="#c4c4c4");
    background-image: -moz-linear-gradient(top, #fcfcfc, #ffd089);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #ffd089));
    background-image: -webkit-linear-gradient(top, #fcfcfc, #ffd089);
    background-image: -o-linear-gradient(top, #fcfcfc, #ffd089);
    background-image: linear-gradient(#fcfcfc, #ffd089);
}

.btn-select {
    color: #1160aa !important;
    font-size: .75rem !important;
    width: 100%;
}*/
.btn.focus, .btn:focus {
    outline: 1px dotted #5E9ED6 !important;
    box-shadow: inset 0 0 0 0.2rem rgba(0,123,255,.25);
}
.bootstrap-select .dropdown-toggle:focus {
    outline: 1px dotted #5E9ED6 !important;
}
#search_button {
    border-radius: .25rem !important;
    /*box-shadow: none !important;*/
}

    #bsh-export-filetype-btn, #bsh-export-single-multi-btn {
        height: 100%;
    }

    .section-callout {
        font-size: .8125rem;
        font-weight: 600;
        cursor: default;
        min-height: 30px;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .box-shadow-custom {
        box-shadow: inset 0 3px 5px rgba(0,0,0,.3);
    }

    @media screen and (max-width: 768px) {
        .button-group {
            width: 50%;
            /*border-right: 1px solid #6c757d;*/
        }

        .button-group-lg {
            width: 100%;
        }

        #export-single-multi-btn {
            border-left: 1px solid #6c757d;
            border-right: 1px solid #6c757d;
        }

        .border-right-custom {
            border-right: 1px solid #6c757d;
        }
    }

    /* begin saved searches table styling */
    #saved {
        position: relative;
        display: inline-block;
    }

    #saved_searches {
        max-height: 200px;
        overflow-y: scroll;
        display: none;
        position: fixed;
        /*width: 70vw;*/
        right: 0;
        box-shadow: 0 10px 30px 0 rgba(0,0,0,0.8);
        z-index: 20;
    }

    /* this will suppress events from elements nested inside anchor (buttons), like font awesome icons */
    #saved_searches_btn > * {
        pointer-events: none;
    }

    table.saved-search-list th {
        text-align: center;
        font-size: .8125rem;
    }

    table.saved-search-list th, table.saved-search-list td {
        padding: 4px 12px;
    }

    table.saved-search-list tr {
        border-bottom: 1px solid silver;
    }
    /* this section is to make the footer bottom "sticky" 
        (also had to make html, body 100% h (see first entry of this file above) */
.wdg {
    min-width: 100%;
    max-height: 450px;
   /* overflow-y: auto !important;*/
}

#WebDataGrid1 div[mkr="hScrBar"], #WebDataGrid2 div[mkr="hScrBar"], #WebDataGrid3 div[mkr="hScrBar"], #WebDataGrid4 div[mkr="hScrBar"] {
    display: none !important;
    height: 0 !important;
}

/* Hide horizontal scrollbar */
#WebDataGrid1 tr[mkr="hScrHeight"], #WebDataGrid2 tr[mkr="hScrHeight"], #WebDataGrid3 tr[mkr="hScrHeight"], #WebDataGrid4 tr[mkr="hScrHeight"] {
    display: none !important;
    height: 0 !important;
}


.igg_Header th.wdgWrap {
    /*color: #bdd7ee !important;
    font-weight: normal !important;*/
}
.wdgWrap, .tblWrap {
    /*outline: 1px solid red;*/
}
.igg_Header th, .igg_Header {
    background-color: #bdd7ee !important;
    background-image: none !important;
    color: #000000 !important;
    font-weight: bold !important;
    /*padding: 5px 8px 5px 8px !important;*/
}
    .igg_Header th.wdgWrap, td.wdgWrap {
        color: transparent !important;
    }

   #search_results td, #search_results th{
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    
    td.numCell {
        /*padding-right: 0 !important;*/
    }
.igg_Control {
    border-top: 1px solid #9bc2e6 !important;
}
th.numCell, td.numCell, tbody.igg_Item > tr > td.numCell {
    text-align: right;
}
.igg_Header th.lastCell, tbody.igg_Item > tr > td.lastCell {
    /*padding: 5px 8px 5px 20px !important;*/
    text-align: center;
}
tbody.igg_Item > tr > td.specCell {
    overflow: visible !important;
}
#search_results {
    padding-bottom: 5px;
}
tr.sr-rows:nth-child(4) > td {
    background-color: #bdd7ee;
    border-top: 2px solid #9bc2e6;
}
tr.sr-rows > td {
    height: 30px;
}
tr.sr-rows-plain > td {
    color: #444444;
}
tr.sr-footer > td {
    width: 100%;
    font-family: Verdana;
    font-size: .625rem;
    padding: 5px;
}
.footer-spacer {
        height: 90px; 
    }

    form {
        padding: 0;
        position: relative;
        min-height: 100%;
    }

    #footer {
        bottom: 0;
        /*height: 50px;*/
        left: 0;
        position: absolute;
        width: 100%;
    }

/* message area */
#msg_area_wrapper, .tier-warning {
    background-color: #fcf8e3;
    color: #8a6d3b;
    /*margin-top: 50px;*/
    padding: 20px 35px;
    border-radius: 5px;
    /*font-size: 1.25rem;*/
}

    #msg_area_wrapper.warning, .tier-warning {
        background-color: #fcf8e3;
        color: #8a6d3b;
        border: 1px solid #8a6d3b;
    }

.tier-warning {
    font-size: 1rem;
    display: inline-block;
    text-align: left;
}

#msg_area_wrapper.danger, .msg_area_wrapper.danger {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #721c24;
}

#msg_area_wrapper.success {
    background-color: #D4EDDA;
    color: #24963F;
    border: 1px solid #24963F;
}

#msg.warning:before {
    font-family: FontAwesome;
    content: "\f071";
    display: inline-block;
    padding-right: 10px;
    /*vertical-align: middle;*/
}

#msg.danger:before {
    font-family: FontAwesome;
    content: "\f06a";
    display: inline-block;
    padding-right: 10px;
    /*vertical-align: middle;*/
}

#msg.success:before {
    font-family: FontAwesome;
    content: "\f00c";
    display: inline-block;
    padding-right: 10px;
    /*vertical-align: middle;*/
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #1160aa!important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #1160aa!important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #1160aa!important;
}


    /* tabs for search tables */
    .sr-wrapper {
        position: relative;
        /*min-width: 700px;*/
        padding-top: 30px;
    }

    #tabs {
        text-align: center;
        list-style: none;
        margin: 0;
        padding: 0;
        line-height: 24px;
        height: 36px;
        overflow: hidden;
        font-size: .8125rem;
        font-family: verdana;
        position: relative;
        width: 100%;
    }

    #tabs li {
        border: 1px solid #2f75b5;
        background-color: #CFDFEE;
        display: inline-block;
        position: relative;
        z-index: 0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
        margin: 0 -5px;
        padding: 0;
        /*width: 15%;*/
        min-width: 130px;
    }

    #tabs a {
        color: #2f75b5;
        font-weight: 600;
        font-size: .81255rem;
        text-decoration: none;
    }

    a.cei-link {
        color: #27ace1 !important;
    }

    #tabs li.selected, #tabs li.selected a {
        background: #2f75b5;
        z-index: 10;
        border-bottom-color: #2f75b5;
    }

    #tabs li.selected a {
        color: #fff !important;
    }

    #tabs li.search-tab-missing {
        border: 1px solid #8a6d3b;
        background-color: #FCF8E2;
    }

    #tabs li.search-tab-missing a {
        color: #8a6d3b!important;
    }

        #tabs li.search-tab-missing.selected a {
            background-color: transparent;
        }
        .nav-tabs .nav-link, .nav-link:focus, .nav-tabs .nav-link:hover, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            border: none;
            background-color: transparent;
        }

    .nav-tabs {
        border-bottom: 1px solid #2f75b5;
    }

    /* begin search-results table styling */
    #search_results {
        width: auto;
        /*margin: 20px 30px 0 30px;
        overflow-x: scroll*/
    }

.sr-table {
    width: 100%;
    /*min-width: 930px;*/
    font-family: Verdana;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-collapse: separate;
    border-spacing: 0px;
}

.sr-rows > td {
    font-size: .75rem;
    padding: 5px;
    border-bottom: 1px solid #ccc;
}

    .sr-header {
        text-align: center;
        font-weight: 500;
    }

    .sr-h1 td {
        background-color: #2f75b5;
        font-size: 2rem;
        color: #FFFFFF;
        border: none;
    }

    .sr-h2 td {
        background-color: #9bc2e6;
        font-size: 1.75rem;
        color: #FFFFFF;
        border: none;
    }

    .sr-h3 td {
        background-color: #bdd7ee;
        font-size: 1.5rem;
        color: #000000;
        border: none;
    }


#sr-vert-scroll {
    max-height: 450px;
    overflow-y: auto;
}
.sr-cols {
    /*background-color: #f8f9fa;
    font-size: 80%;*/
    font-weight: bold;
    color: #000000;
    /*border-bottom: 1px solid #ccc;*/
    box-shadow: inset 0px -1px 0px #ccc;
    min-width: 100px;
    max-width: 125px;
}
td.numCell {
    /*padding: 5px 10px !important;*/
}
td.sr-cols.percentCol {
    min-width: 80px !important;
    max-width: 90px !important;
}

.fixed-header-wrapper {
    /*background-color: #f8f9fa;*/
    background-color: #eeeeee;
    padding-right: 16px;
}


.sr-rows-blue {
    background-color: #2F75B5;
    color: white;
}

.sr-rows > td.tblWrap {
    padding: 0;
}

tr.sr-rows.sr-rows-plain:nth-child(even) {
    background-color: #F6F6F6;
}
    .sr-rows-plain:hover > td, tr.sr-rows.sr-rows-plain:nth-child(even):hover > td, tbody.igg_Item > tr:hover > td {
        background-color: #FEEBA1 !important;
    }

.wdgHeader50 {
    width: 50% !important;
}

/* Hide horizontal scrollbar */
#WebDataGrid1 tr[mkr="hScrHeight"] {
    display: none;
}

tbody.igg_Item > tr > td {
    padding: 5px 0 5px 8px !important;
}

tr:nth-child(2) > #wdg_columnheader_0 {
    color: white;
    background-color: #2f75b5;
    font-size: 2rem;
    font-weight: normal;
}

    tr:nth-child(3) > #wdg_columnheader_0 {
        font-size: 1.75rem;
        font-weight: normal;
        background-color: #9bc2e6;
        color: white;
    }

    tr:nth-child(4) > #wdg_columnheader_0 {
        font-weight: normal;
        font-size: 1.5rem;
        background-color: #bdd7ee;
    }

    .igg_HeaderCaption {
        border: none!important;
    }

/* admin styles */
.admin-caption {
    color: #1160aa;
    font-size: .875rem;
    font-weight: 600;
}

/* calendar, subscriptions page */
.ui-widget.ui-widget-content {
    border: 1px solid #1160aa;
}

.ui-widget-header {
    border: 1px solid #1160aa;
    background: #CFDFEE;
    color: #333;
    font-weight: bold;
}

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
        border: 1px solid #1160aa;
        background: #CFDFEE;
        font-weight: normal;
        color: #454545;
    }

    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        background: #FFE69B;
    }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    border-radius: .25rem;
    padding: 1px;
}

.text-primary-fmv {
    color: #1160aa;
}
.border-color-fmv {
    border-color: #1160aa !important;
}
.border-primary-fmv {
    border: 1px solid #1160aa;
}
.border-top-primary-fmv {
    border-top: 1px solid #1160aa;
}
.border-top-lightgray-fmv {
    border-top: 2px solid #C7CBCF;
}
.border-right-primary-fmv {
    border-right: 1px solid #1160aa;
}
.border-bottom-primary-fmv {
    border-bottom: 1px solid #1160aa;
}
.border-left-primary-fmv {
    border-left: 1px solid #1160aa;
}
.text-primary-fmv.disabled {
    opacity: .6;
}

.text-small {
    font-size: .8125rem;
    font-weight: 600;
}

.card-body {
    padding: .625rem 1.25rem;
}
a > span {
    pointer-events: none;
}

/****rates prefs ****/
#rds-btn.dropdown-toggle::after {
    font-size: 16px !important;
}
select.prefsform option {
    color: #212529 !important;
}
.fa-caret-right, .fa-caret-left {
    /*width: 6px;
    margin-left: 5px;*/
    font-size: 1rem;
    position: relative;
    /*top: 2px;*/
}
.fa-caret-down {
    width: 8px;
    margin-left: 3px;
}
.no-hover:hover {
    background-color: transparent;
}

.no-rounding {
    border-radius: 0 !important;
}

/****** overlay ******/
.loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #6c757d;
    opacity: .6;
    z-index: 90;
}
.clear-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #6c757d;
    opacity: 0;
    z-index: 90;
}

.spinner {
    position: absolute;
    left: 48%;
    top: 50%;
    height: 80px;
    width: 80px;
    margin: 0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 10px solid rgba(255,255,255,.5);
    border-right: 10px solid rgba(255,255,255,.5);
    border-bottom: 10px solid rgba(255,255,255,.5);
    border-top: 10px solid rgba(255,255,255,1);
    border-radius: 100%;
    z-index: 300;
}

/*span.show {
    float: right;
    margin-right: 5px;
    margin-top: -32px;
    padding: 5px;
    border-radius: .25rem;
    position: relative;
    cursor: pointer;
    z-index: 2;
    color: #007bff;
}*/

.form-control:focus {
    box-shadow: none !important;
}
.input-group-text {
    padding: 0;
}
    .input-group-text:hover {
        background-color: #ced4da;
    }
i.show {
    color: #007bff;
    cursor: pointer;
    padding: 9px;
}
input::-ms-clear, input::-ms-reveal {
    display: none; /* this line hides the built-in password reveal in IE and Edge - replaced with scripted version (span.show)*/
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

/* for dropdown toggle caret rotation*/
.dropdown-toggle::after {
    transform: rotate(-90deg);
    margin-left: -1px;
    vertical-align: 0.1em;
}

.dropdown-toggle[aria-expanded="true"]:after {
    transform: rotate(0deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
}

/*for the animation*/
.dropdown-toggle:after {
    transition: 0.5s;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #caca4c;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #caca4c;
}

.titlebar {font-size: 18px; padding-left: 25px !important;}
/*.titlebar img {width: 20px;}*/