.color-white {
    color: white;
}
.color-green {
    color: green;
}
.color-gray {
    color: #656d78;
}
.color-red {
    color: red;
}
.color-error {
    color: #b64645;
}
.font-weight-bold {
    font-weight: bold;
}
.font-normal {
    font-weight: 400;
}
.fs-11 {
    font-size: 11px;
}
.fs-13 {
    font-size: 13px;
}
.fs-14 {
    font-size: 14px;
}
.fs-16 {
    font-size: 16px;
}
.fs-20 {
    font-size: 20px;
}
.pl-2 {
    padding-left: 2px;
}
.mt-5 {
    margin-top: 5px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-40 {
    margin-top: 40px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.ml-5 {
    margin-left: 5px;
}
.ml-10 {
    margin-left: 10px;
}
.ml-25 {
    margin-left: 25px;
}
.mr-10 {
    margin-right: 10px;
}
.float-left {
    float: left;
}
.text-center {
    text-align: center;
}
.flex {
    display: flex;
}
.flex-row {
    flex-direction: row;
}
.flex-col {
    flex-direction: column;
}
.justify-center {
    justify-content: center;
}
.justify-sevenly {
    justify-content: space-evenly;
}
.justify-between {
    justify-content: space-between;
}
.item-center {
    align-items: center;
}
.gap-10 {
    gap: 10px;
}
.gap-20 {
    gap: 20px;
}
.display-none {
    display: none;
}
.stroke-gray {
    stroke: #dbdfe9;
}
.fill-gray {
    fill: #f9f9f9;
}
.dataTable.table > tbody > tr > td {
    vertical-align: middle;
}
.dd3-content .item-name {
    width: 66%;
    overflow: hidden;
    vertical-align: top;
    height: 100%;
}
.dd3-content .item-control {
    vertical-align: top;
    width: 25%;
    text-align: right;
}
.item-control .switch.switch-small {
    margin: 0;
}
.dd3-content .item-control .badge {
    vertical-align: top;
    cursor: pointer;
}
.features div.list-group-item {
    cursor: -webkit-grab;
}
.sortable-table tr:not(.active) {
    cursor: -webkit-grab;
}
.ui-sortable-helper {
    cursor: -webkit-grabbing;
}
.panel-colorful.features {
    overflow: hidden;
}
.logon-form .form-group .col-md-5 {
    padding: 0;
}
.login-container .login-box .login-body .form-control.select {
    -webkit-appearance: menulist-button;
}
.login-container .login-box .login-body .form-control.select option {
    background: #fff;
    color: #000;
}
.x-navigation > li.xn-logo > a:first-child:hover {
    background-color: transparent;
}
.login-container .login-box .login-logo {
    background-position: 45% 50%;
}
.xn-logo img {
    margin-left: -12px;
    padding-bottom: 3px;
}
select.form-control {
    -webkit-appearance: menulist-button;
}
.table-hover > tbody > tr.selected {
    background-color: #dedede;
}
.table-hover.table-checkable > tbody > tr {
    cursor: pointer;
}
.x-navigation > li > a.x-navigation-control {
    background-color: #cb2a2a;
}
.table-custom td {
    font-size: 15px;
}
.table-custom.table > thead > tr > th {
    font-size: 16px;
}
.table-custom .label {
    font-size: 100%;
}
.table-striped > tbody > tr.warning > td {
    background-color: #fcf8e3;
}
.x-navigation li.rep-choose {
    width: 25%;
    min-width: 190px;
    max-width: 300px;
    padding: 10px 15px;
    margin-left: 20px;
    margin-right: -6px;
}
.x-navigation.x-navigation-minimized > li.xn-logo > a:first-child {
    overflow: hidden;
}
.x-navigation.x-navigation-minimized .xn-logo img {
    display: none;
}
.dataTables_filter label input {
    border: 1px solid #a9a9a9;
    padding: 0 4px;
    height: 26px;
}
.add-favorite .fa {
    text-align: center !important;
    margin: 0 !important;
    font-size: 18px !important;
}
.favorite-list {
    background-color: #ffd559;
    border: 1px solid #000;
    color: #000;
}
.file-preview-text {
    display: inline-block;
    margin: 10px;
}
ul.panel-controls > li > .report-switcher {
    margin-left: 3px;
}
.panel-heading .report-switcher {
    float: right;
}
.panel-heading-row {
    padding-bottom: 6px;
}
.panel-heading-row:last-child {
    padding-bottom: 0;
}
.panel-heading .report-total {
    margin-left: 0;
}
.report-switcher .btn {
    font-size: 14px;
}
.table-calendar {
    display: none;
}
.panel-heading-row:last-child > span {
    font-size: 16px;
}
.scroll-to-top {
    padding: 2px;
    text-align: center;
    position: fixed;
    z-index: 10001;
    bottom: 10px;
    display: none;
    right: 10px;
}
.scroll-to-top:hover > i {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.scroll-to-top > i {
    display: inline-block;
    color: #687991;
    font-size: 32px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    cursor: pointer;
}
.icon-arrow-up {
    width: 30px;
    height: 30px;
}
.membership-select {
    width: 90%;
    min-width: 150px;
    max-width: 200px;
    display: inline-block;
    transition: all 0.5s ease-out;
}
.rep-select {
    width: 90%;
    min-width: 150px;
    max-width: 250px;
    display: inline-block;
    transition: all 0.5s ease-out;
}
.flash-message-block {
    position: fixed;
    top: 0px;
    left: 50%;
    translate: -50%;
    background: #b64645;
    color: white;
    padding: 5px 100px;
    font-size: 14px;
}
#loading {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
}
.lds-dual-ring {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 44px;
    height: 44px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #95b75d;
    border-color: #95b75d transparent #95b75d transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
.assess_checkbox {
    vertical-align: top;
}
.badge {
    font-size: 10px;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 5px;
    text-transform: uppercase;
}
.badge-approved {
    background-color: #d9fbd0;
    color: #1c6c09;
    border: 1px solid #90d67f;
}
.badge-rejected {
    background-color: #eff2f6;
    color: #525b75;
    border: 1px solid #cbd0dd;
}
.badge-pending {
    background-color: #ffefca;
    color: #bc3803;
    border: 1px solid #ffcc85;
}
.badge-label {
    display: inline-block;
}
.badge-attachment {
    border: 1px solid #656d78;
    padding: 4px 7px;
    border-radius: 25px;
    color: red;
}
.attachment-label {
    color: #656d78;
}
svg {
    vertical-align: middle;
}
.table-modal > tbody > tr > td {
    width: 50%;
}
#overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.4;
    filter: alpha(opacity=80);
}
.loader {
    position: absolute;
    left: 50%;
    top: 50%;
}
.loader::after {
    content: " ";
    display: block;
    width: 44px;
    height: 44px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
.specifier-city,
.job-awarded-to-city {
    display: none;
}
.card {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, .03);
    background-color: #fff;
    border-radius: .75rem;
    border: 1px solid #d5d5d5;
}
.card .card-group:last-of-type {
    border-bottom: none;
}
.card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 56px;
    border-bottom: 1px solid #d5d5d5;
    padding: .75rem 1.875rem;
}
.card-title {
    margin-bottom: 0;
}
.card-group {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: .75rem 1.875rem;
    border-bottom: 1px solid #d5d5d5;
    cursor: pointer;
}
.card-group input:last-child {
    margin-left: auto;
}
.switch-sm {
    align-items: center;
    gap: .625rem
}

.switch-sm,.switch-sm input[type=checkbox] {
    display: flex;
    cursor: pointer
}

.switch-sm input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #dbdfe9;
    position: relative;
    flex-shrink: 0;
    height: 1.5rem;
    width: 2.7rem;
    border-radius: 1.375rem;
    transition: all .15s ease-in-out
}

.switch-sm input[type=checkbox]:before {
    display: flex;
    position: absolute;
    content: "";
    height: 1rem;
    width: 1rem;
    border-radius: 100%;
    background-color: #fff;
    left: .25rem;
    top: 50%;
    transform: translateY(-50%);
    filter: drop-shadow(0 3px 4px rgba(0,0,0,.03));
    transition: all .15s ease-in-out
}

.switch-sm input[type=checkbox]:checked,.switch-sm input[type=checkbox][aria-checked=true] {
    background-color: #1b84ff;
    transition: all .15s ease-in-out
}

.switch-sm input[type=checkbox]:checked:before,.switch-sm input[type=checkbox][aria-checked=true]:before {
    background-color: #fff;
    transition: all .15s ease-in-out;
    left: calc(100% - .25rem);
    transform: translate(-100%,-50%);
    filter: none
}

.switch-sm input[type=checkbox]:disabled {
    background-color: #f9f9f9;
    border: 1px solid #dbdfe9;
    cursor: not-allowed;
    opacity: .5
}

.switch-sm input[type=checkbox]:disabled:before {
    background-color: #dbdfe9;
}

.switch-sm input[type=checkbox]:disabled:checked,.switch-sm input[type=checkbox]:disabled[aria-checked=true] {
    background-color: rgba(27,132,255,.2);
    border: 0
}

.switch-sm input[type=checkbox]:disabled:checked:before,.switch-sm input[type=checkbox]:disabled[aria-checked=true]:before {
    background-color: #fff;
}

.switch-sm .switch-label {
    color: #4b5675;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1rem
}

.switch-sm input[type=checkbox]+.switch-label {
    color: #252f4a;
}

.switch-sm:has(input[type=checkbox]:disabled) .switch-label {
    color: #99a1b7;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@media all and (max-width: 1023px) {
    .x-navigation li.rep-choose {
        float: left !important;
        width: 50%;
        margin-left: 0;
    }
}
@media only screen and (max-width: 780px) {
    .x-navigation.x-navigation-panel {
        height: 50px;
        max-height: 100px;
    }
}
@media only screen and (max-width: 400px) {
    .x-navigation.x-navigation-horizontal .pull-right.last a {
        font-size: 0;
        width: 50px;
        height: 50px;
        background-color: rgba(0, 0, 0, 0.2);
    }
    .x-navigation.x-navigation-horizontal .pull-right.last a .fa {
        margin-right: 0;
    }
}
.favorite-list-settings .fa {
    font-size: 20px !important;
}
.favorite-list-settings {
    height: 50px;
}
.rep-item > span {
    width: 80%;
    overflow: hidden;
    height: 19px;
}
.dropdown-menu > li > a.rep-item:focus {
    background-color: #23303b;
    text-decoration: none;
    color: #f5f5f5;
}
.favorite-list-settings:hover .fa {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.rep-item .fa {
    margin: 0 !important;
}
a.show-details {
    border-bottom: 1px dashed;
    text-decoration: none;
    position: relative;
}
a.show-details:hover {
    border-bottom-color: transparent;
}
.favorite-list-settings {
    width: 135px !important;
}
.favorite-list-settings .fa {
    vertical-align: middle !important;
    margin-right: 2px !important;
}
.btn-label {
    vertical-align: middle;
}
html.modal-open-custom {
    height: 100%;
}
html.modal-open-custom body {
    height: 100%;
}
.popover {
    background-color: #5cb85c;
    color: #fff;
}
.popover.right > .arrow:after {
    border-right-color: #5cb85c;
}
@media not all,
    (-webkit-min-device-pixel-ratio: 1.25),
    (min-resolution: 120dpi) {
    .x-navigation > li.xn-logo > a:first-child {
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .x-navigation > li.xn-logo > a:first-child > img {
        display: none;
    }
}
@media only screen and (max-width: 500px) {
    .favorite-list-settings {
        width: 50px !important;
    }
    .btn-label {
        display: none;
    }
    .panel-heading .report-switcher {
        float: none;
        /* width: 100%; */
        text-align: center;
    }
    .panel-heading-row:last-child {
        text-align: center;
    }
}
@media not all,
    (-webkit-min-device-pixel-ratio: 1.25),
    (min-resolution: 120dpi) {
    .x-navigation > li.xn-logo > a:first-child {
        background-position: 15% center;
    }
}
