﻿body {
    font-family: Roboto !important;
    font-weight: normal !important;
}

@media (min-width: 575.98px) {
    .modal-dialog-preview {
        width: 75vw;
        max-width: none;
        height: 100%;
        margin: 1.75rem auto;
    }
}

@media (min-width: 767.98px) {
    .modal-dialog-preview {
        width: 75vw;
        max-width: none;
        height: 100%;
        margin: 1.75rem auto;
    }
}

@media (min-width: 991.98px) {
    .modal-dialog-preview {
        width: 65vw;
        max-width: none;
        height: 100%;
        margin: 1.75rem auto;
    }
}

@media(min-width: 1199.98px) {
    .modal-dialog-preview {
        width: 50vw;
        max-width: none;
        height: 100%;
        margin: 1.75rem auto;
    }
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    font-size: .9rem;
    font-family: Poppins,Helvetica,"sans-serif" !important;
}

.notif-schedule .select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice .select2-selection__choice__display {
    font-size: 1.1rem !important;
    font-weight: 400;
}

#search-results_length {
    padding-top: 0px;
    margin-top: 0px;
}

#search-results_length select option {
    font-size: .9rem;
    font-family: Poppins,Helvetica,"sans-serif" !important;
}

:root,
[data-theme=light] {
    --kt-dark: #101930;
    --kt-dark-active: #101930;
    --kt-dark-inverse: #ffffff;
    --kt-dark-rgb: 16, 25, 48;
}

#location_form div ul li > .select2-selection__choice__display {
    font-size: 1.1rem !important;
    font-weight: normal;
    padding-right: 5px;
}

#location_form div ul li > .select2-selection__choice__remove {
    margin-left: 3px !important;
}

.org-select .form-select-solid {
    background-color: #e4e6ef !important
}

.org-select .form-select {
    padding: .70rem 3rem .70rem 1.1rem !important;
}

.tooltip.tooltip-inverse.bs-tooltip-top .tooltip-arrow::before, .tooltip.tooltip-inverse.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    border-top-color: var(--kt-dark) !important;
}

.tooltip.tooltip-inverse.bs-tooltip-end .tooltip-arrow::before, .tooltip.tooltip-inverse.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    border-right-color: var(--kt-dark) !important;
}

.tooltip.tooltip-inverse.bs-tooltip-bottom .tooltip-arrow::before, .tooltip.tooltip-inverse.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    border-bottom-color: var(--kt-dark) !important;
}

.tooltip.tooltip-inverse.bs-tooltip-start .tooltip-arrow::before, .tooltip.tooltip-inverse.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    border-left-color: var(--kt-dark) !important;
}

.thumb-holder {
    text-align: center;
    margin: auto;
    width: 90%;
    padding-left:0px;
}

.thumb-holder-modal {
    text-align: center;
    margin: auto;
    width: 100%;
    padding-left: 0px;
}

.thumb-container-sml {
    width: 175px;
    height: 97px;
    margin: 5px;
    float: left;
    min-height: 1px;
    background-color: #fff;
}

.thumb-container {
    width: 200px;
    height: 118px;
    margin: 5px;
    float: left;
    min-height: 1px;
}

.thumb {
    padding: 2px;
    height: 118px;
    border: 1px solid #dedede;
}

.image-thumb-info-text {
    width: 110px;
    display: inline-table;
}

.image-thumb-info-label {
    width: 40px;
    display: inline-table;
}

.image-thumb-title {
    position: relative;
    display: block;
    font-weight: bold;
    height: 20px;
    margin-top: 5px;
    font-size: 11px;
}

.image-thumb-info {
    margin-top: 15px;
    font-size: 11px;
    text-align: justify;
    height: 120px;
    padding-left: 20px;
    line-height: 16px;
    z-index: 100;
}

.image-thumb-btn {
    padding: 5px;
    background-color: #efefef;
    border: 1px solid #dedede;
}

.image-thumb-btn-current {
    padding: 5px;
    background-color: #4caf50;
    color: #fff;
    border: 1px solid #4caf50;
}

    .image-thumb-btn-current .fa {
        color: #fff;
        padding-left: 4px;
    }

        .image-thumb-btn-current .fa:hover {
            color: #000;
        }

.image-thumb-btn .fa {
    color: #999;
    padding-left: 4px;
}

    .image-thumb-btn .fa:hover {
        color: #000;
    }

.image-thumb {
    text-align: center;
    padding: 10px 5px 5px 5px;
    z-index: 1000;
    height: 140px;
}

.thumb-holder-image img {
    vertical-align: middle;
}



.field-validation-error {
    display: block;
}

.nohover {
    pointer-events: none;
}

.noUi-touch-area {
    background-color: #B0BEC5;
    border-radius: 50%;
}

.noUi-handle {
    border: 1px solid #B0BEC5;
    box-shadow: none !important;
}

.noUi-handle::after {
    left: 10px;
}

.noUi-horizontal .noUi-handle {
    right: -10px;
}

.noUi-marker-large {
    background: #CFD8DC;
}

.noUi-pips {
    color: #90A4AE;
}

.noUi-marker {
    position: absolute;
    background: #ECEFF1;
}

.image-overlay-container {
    justify-content: left;
}

.document-preview {
    color: rgb(72, 70, 68);
    font-family: Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;
    padding: 0 15px;
}

.panel-preview {
    position: relative;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    transition: all .4s ease-in-out;
    opacity: 1;
    border-radius: 8px;
    background-color: #fff;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
    margin-bottom: 40px;
    margin-top: 40px;
}

.panel-preview-details {
    color: #484644;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 14px 16px 14px;
    cursor: default;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    display:block;
}

.panel-preview-details a.btn-outline {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid rgba(0,0,0,0);
    border-top-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
    background-image: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    font-size: 15px;
    line-height: 15px;
    padding: 9px 14px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    border-color: rgba(255,255,255,.3);
    background-color: rgba(0,0,0,0);
}

.panel-preview-details a.btn-outline {
    color: #484644;
    border-color: rgba(26,26,26,.14);
    background-color: rgba(0,0,0,0);
}

.panel-preview-details a.btn-outline:hover {
    color: #fff !important;
    border-color: #4f7ef2;
    background-color: #4f7ef2;
}

.dz-remove {
    display: none !important;
}

.preview img {
    
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__options {
    max-height: 500px !important;
}

.tagify:not(.form-control-sm):not(.form-control-lg) .tagify__tag div {
    font-size: 1.1rem !important;
    font-weight: inherit;
}

.form-control-tag {
    background-color: #fbfcfd !important;
}

.nav-vert-tabs .nav-item .nav-link.active {
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 1px solid transparent;
}

.nav-vert-tabs .nav-item .nav-link:hover {
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 1px solid transparent;
    color: #101930 !important;
}

.nav-vert-tabs .nav-item .nav-link {
    color: #a1a5b7;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 1px solid transparent;
    transition: color .2s ease,background-color .2s ease;
    padding: .5rem 0;
    margin: 0 1rem;
    margin-left: 1rem;
}

pre {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.page-item:hover .page-link i {
    color: #fff;
}

.select2-container--bootstrap5 .select2-dropdown.column-select .select2-results__options {
    max-height: none !important;
}

.tox-statusbar__branding {
    display: none !important;
}

.tox .tox-dialog__header {
    font-family: helvetica,arial,sans-serif !important;
    font-size: 14px !important;
}

.tox .tox-textarea {
    font-family: helvetica,arial,sans-serif !important;
    font-size: 13px !important;
}

.tox .tox-dialog__body-content {
    font-family: helvetica,arial,sans-serif !important;
    font-size: 13px !important;
}

.tox .tox-dialog__footer {
    border-top: 0 !important;
}

.tox-tinymce {
    border-radius: .475rem !important;
    border: 1px solid #f5f8fa !important;
    font-size: 13px !important;
}

.tox-toolbar-overlord, .tox-toolbar__primary {
    background-color: #e4e7e9 !important;
}

.tox-statusbar {
    background-color: #e4e7e9 !important;
}

.text-light-x {
    color: #e0e1e2 !important;
}

.bg-light-x {
    background-color: #FCFDFE;
}

.bg-light-x th {
    border-radius: 5px;
}

.nav-line-tabs .nav-item {
    margin-bottom: 0 !important;
}

.nav-line-tabs .nav-item .nav-link.active {
    border-bottom: 1px #fff solid;
}

.nav-line-tabs .nav-item .nav-link:hover {
    border-bottom: 1px #fff solid;
    color: #101930 !important
}

.validation-summary-errors {
    text-align: left;
}

.validation-summary-errors ul {
    margin-left:0;
}

.validation-summary-errors ul li {
    list-style: none;
    position:relative;
    left:-20px;
}

.validation-summary-warning {
    text-align: left;
}

.validation-summary-warning ul {
    margin-left: 0;
}

.validation-summary-warning ul li {
    list-style: none;
    position: relative;
    left: -20px;
}

.validation-summary-success {
    text-align: left;
}

.validation-summary-success ul {
    margin-left: 0;
}

.validation-summary-success ul li {
    list-style: none;
    position: relative;
    left: -20px;
}

.validation-summary-info {
    text-align: left;
}

.validation-summary-info ul {
    margin-left: 0;
}

.validation-summary-info ul li {
    list-style: none;
    position: relative;
    left: -20px;
}

.fv-row legend {
    font-size: 1.2rem;
    font-weight: 500;
    margin: 15px 0 15px 0;
    border-bottom: 1px #dedede dashed;
    padding-bottom: 5px;
    color: #101930;
}

.select2-selection__rendered {
    color: #5e6278 !important;
    font-weight: 400 !important;
}


.alert-success-ext {
    color: #388e3c;
    background-color: #E8F5E9;
    border-color: #E8F5E9;
}

.btn.btn-active-success.active {
    background-color: #388e3c !important;
}

.btn-check:active + .btn.btn-active-success, .btn-check:checked + .btn.btn-active-success, .btn.btn-active-success.active, .btn.btn-active-success.show, .btn.btn-active-success:active:not(.btn-active), .btn.btn-active-success:focus:not(.btn-active), .btn.btn-active-success:hover:not(.btn-active), .show > .btn.btn-active-success {
    color: #fff;
    border-color: #388e3c;
    background-color: #388e3c !important;
}

.stepper.stepper-pills .stepper-item .stepper-label .stepper-title {
    color: #7e8299 !important;
}

.stepper.stepper-pills .stepper-item.completed .stepper-label .stepper-title, .stepper.stepper-pills .stepper-item.current:last-child .stepper-label .stepper-title {
    color: #7e8299 !important;
}

.stepper.stepper-pills .stepper-item.current .stepper-label .stepper-title {
    color: #3f4254 !important;
}

.stepper.stepper-pills .stepper-item.completed .stepper-label .stepper-title, .stepper.stepper-pills .stepper-item.current:last-child .stepper-label .stepper-title {
    color: #3f4254 !important;
}

.btn.btn-light-portal {
    color: #fff;
    border-color: #47717D;
    background-color: #47717D;
}

.btn.btn-light-portal:hover {
    color: #fff;
    border-color: #225562;
    background-color: #225562 !important;
}

.badge-light-warning {
    color: #CC7900;
    background-color: #FFF5E6;
}

.form-check.form-check-success .form-check-input:checked {
    background-color: #388e3c !important;
}

.text-success {
    color: #388e3c !important;
}

.badge-light-success {
    color: #388e3c !important;
}

.btn.btn-light-portal:hover > i {
    color: #fff;
}

@media (min-width: 992px) {
    .header {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        flex-direction: column;
        z-index: 2;
        height: 130px;
        transition: left ease;
        background-color: #1f1e2e;
    }
}


.modal-lgr {
    min-width: 1140px !important;
}

.table td:first-child, .table th:first-child, .table tr:first-child {
    padding-left: .75rem !important;
}

.table td:last-child, .table th:last-child, .table tr:last-child {
    padding-right: .75rem !important;
}

.table-striped > tbody > tr:nth-of-type(2n+1) > * {
    color: inherit !important;
}

.fa-times-circle:hover {
    color: #b71c1c;
}

.modal-header {
    padding: 1.5rem 2rem 0 2rem !important;
    border-bottom: none !important;
}

.modal-footer {
    padding: 1rem !important;
    border-top: none !important;
}

select option {
    font-family: Roboto !important;
}

.page-link {
    background-color: #fafaff;
}

.form-check-custom-th {
    align-items: flex-end !important
}

.nav-item-end {
    align-self: flex-end !important;
    order: 1 !important;
}

.text-portal {
    color: #101930 !important;
}

.bg-portal {
    color: #fff;
    background-color: #101930 !important;
}

.btn.btn-portal-light {
    color: #3f4254;
    background-color: #D4DDDF !important;
}

.btn.btn-portal-light:hover {
    color: #fff;
    background-color: #2A535E !important;
}

.btn.btn-portal-mid {
    color: #fff;
    background-color: #101930 !important;
}

.btn.btn-portal-mid:hover {
    color: #fff;
    background-color: #101930 !important;
}

.btn.btn-portal-dark {
    color: #fff;
    background-color: #101930 !important;
}

.btn.btn-portal-dark:hover {
    color: #fff;
    background-color: #7F989E !important;
}

.text-active-portal-mid.active {
    transition: color .2s ease,background-color .2s ease;
    color: #101930 !important;
}

.btn.btn-color-portal {
    color: #fff;
}

.btn.btn-bg-portal {
    border-color: #55757E;
    background-color: #55757E;
}

.bootbox-close-button {
    font-size:20px;
    background-color: transparent;
    border:none;
    float:right;
}

.svg-icon.svg-icon-portal svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #101930
}

.svg-icon.svg-icon-portal svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.page-link {
    z-index: 3;
    color: #009ef7;
    background-color: #f1faff;
    border-color: transparent;
}

.page-link:hover {
    z-index: 2;
    color: #fff;
    border-color: #009ef7;
    background-color: #009ef7 !important;
    text-decoration: none;
}

.menu-state-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active), .menu-state-bg-light-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) {
    transition: color .2s ease,background-color .2s ease;
    background-color: #f1f6f7;
    color: #101930;
}

.btn.btn-active-portal.active {
    color: #fff;
    background-color: #101930 !important;
}

.btn.btn-active-portal.active:hover {
    color: #fff;
    background-color: #101930 !important;
}

.invalid-feedback {
    font-size: .925rem;
    color: #b71c1c !important;
}

#toastr-container > .toastr-error {
    background-image: none !important;
    width: 500px !important;
}

.toastr.toastr-error {
    opacity: 1 !important;
    background-color: #b71c1c !important;
    color: #fff;
}

#toastr-container > .toastr-success {
    width: 500px !important;
    background-image: none !important;
}

.toastr.toastr-success {
    opacity: 1 !important;
    background-color: #388e3c !important;
    color: #fff;
}

#toastr-container > .toastr-warning {
    width: 500px !important;
    background-image: none !important;
}

.toastr.toastr-warning {
    opacity: 1 !important;
    background-color: #ef923c !important;
    color: #fff;
}

#toastr-container > div {
    padding: 15px !important;
}

.blue-link {
    color: #1976d2;
}

.blue-link:hover {
    color: #0d47a1;
}

.bg-light-success {
    background-color: #E8F5E9 !important;
}

.border-success {
    border-color: #388e3c !important;
}

.btn.btn-success {
    color: #fff;
    border-color: #388e3c !important;
    background-color: #388e3c !important;
}

.btn-check:active + .btn.btn-success, .btn-check:checked + .btn.btn-success, .btn.btn-success.active, .btn.btn-success.show, .btn.btn-success:active:not(.btn-active), .btn.btn-success:focus:not(.btn-active), .btn.btn-success:hover:not(.btn-active), .show > .btn.btn-success {
    color: #fff;
    border-color: #388e3c !important;
    background-color: #388e3c !important;
}

.btn.btn-active-success:hover:not(.btn-active), .show > .btn.btn-active-success {
    color: #fff;
    border-color: #388e3c !important;
    background-color: #388e3c !important;
}

.btn-check:active + .btn.btn-active-color-danger, .btn-check:checked + .btn.btn-active-color-danger, .btn.btn-active-color-danger.active, .btn.btn-active-color-danger.show, .btn.btn-active-color-danger:active:not(.btn-active), .btn.btn-active-color-danger:focus:not(.btn-active), .btn.btn-active-color-danger:hover:not(.btn-active), .show > .btn.btn-active-color-danger {
    color: #b71c1c !important;
}

.nav-pills .nav-link, .nav-pills .show > .nav-link {
    color: #3f4254;
    background-color: #eef3f7;
    font-size: 1rem !important;
    font-weight: 500;
}

.nav-line-tabs .nav-item .nav-link.active, .nav-line-tabs .nav-item .nav-link:hover:not(.disabled), .nav-line-tabs .nav-item.show .nav-link {
    border-bottom: 1px solid #fff;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #497c89;
    font-size: 1rem !important;
    font-weight: 500;
}

.bg-dark {
    background-color: #222430 !important;
}

.bg-dark-midtone {
    background-color: #2a2d36 !important;
}

.btn-default {
    color: #3f4254;
    border-color: #e4e6ef;
    background-color: #e4e6ef;
}

.btn-default:hover {
    color: #3f4254;
    background-color: #e4e6ef;
}

.btn-default-dark {
    color: #fff;
    border-color: #222430;
    background-color: #222430;
}

.btn-default-dark:hover {
    color: #fff;
    background-color: #111320;
}

.header {
    background-color: #2a2d36 !important;
}

.header .header-menu-container {
    background-color: #222430 !important;
}

.header .header-menu .menu > .menu-item.here > .menu-link, .header .header-menu .menu > .menu-item.show > .menu-link {
    background-color: #2a2d36 !important;
}

.header .header-menu .menu > .menu-item > .menu-link .menu-title {
    color: #e4e2e5 !important;
}

.header .header-menu .menu > .menu-item.hover > .menu-link:not(.disabled):not(.active), .header .header-menu .menu > .menu-item > .menu-link:hover:not(.disabled):not(.active) {
    transition: color .2s ease,background-color .2s ease;
    background-color: #2a2d36 !important;
}

.topbar .btn.btn-icon:hover:not(.btn-active) {
    border-color: #222430 !important;
    background-color: #222430 !important;
}

div.dataTables_wrapper div.dataTables_filter label {
    color: #a1a5b7 !important;
}

div.dataTables_processing {
    display:none !important;
}

div.dataTables_wrapper div.dataTables_filter {
    padding: 0rem 0 !important;
    margin-bottom: 10px !important;
    margin-top: -10px !important;
}
