.ajax-load {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .9);
    /*background: radial-gradient(at center center, rgba(0, 0, 0, 0.1) 0%, rgba(20, 20, 20, 0.5) 100%);*/
    z-index: 1080 !important;
}

.ajax-load-box {
    margin: auto;
    text-align: center;
    color: #ffffff;
    font-weight: 500;

}

.ajax-load-box-circle {
    border: 7px solid #c5c5c5;
    border-top: 6px solid #9A0000;
    border-radius: 50%;
    margin: auto;
    width: 60px;
    height: 60px;

    -webkit-animation: spin 1.2s linear infinite;
    -o-animation: spin 1.2s linear infinite;
    animation: spin 1.2s linear infinite;
}

.ajax-load-box-title {
    color: #ffffff;
    margin-top: 15px;
    font-weight: 500;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

body {
    line-height: 1.6;
    background-color: #f2f2f2;
}

/*.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 45px;
    padding-left: 45px;
    margin-right: auto;
    margin-left: auto;
}*/

.divider {
    width: 1px;
    height: 26px;
    background: #efeef0;
    margin: 20px 20px;
}

/*
 * SKELETON EFFECT LOAD
 */
.skeleton-box {
    /*display: inline-block;*/
    height: 1em;
    position: relative;
    overflow: hidden;
    background-color: #F2F2F2;
}
.skeleton-box::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
    -webkit-animation: shimmer 2s infinite;
    animation: shimmer 2s infinite;
    content: "";
}
@-webkit-keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}
@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}

/*
 * LOGIN
 */
.bg-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.nav-borders .nav-link.active {
    color: #9A0000;
    border-bottom-color: #9A0000;
}

.nav-borders .nav-link {
    color: #69707a;
    border-bottom-width: 0.225rem;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    padding: 0.5rem 0;
    margin-left: 1rem;
    margin-right: 1rem;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%232e3234' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: #ffffff !important;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #a7a7a7;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(154, 0, 0);
}

.vb__g17__flag {
    position: absolute;
    /*top: 0.66rem;*/
    right: -0.67rem;
    /*background: #0d589b;*/
    color: #fff;
    border-radius: 3px;
    /*box-shadow: 0 0 10px rgb(0 0 100 / 20%);*/
    padding: 0 0.86rem;
    /*font-weight: bold;*/
    /*font-size: 1.2rem;*/
}

.badge-link {
    cursor: pointer;
}

.badge-soft-primary {
    color: #1c4f93;
    background-color: #d5e5fa;
}

.badge-soft-secondary {
    color: #7d899b;
    background-color: #e3e6ea;
}

.badge-soft-success {
    color: #00864e;
    background-color: #ccf6e4;
}

.badge-soft-info {
    color: #1978a2;
    background-color: #d4f2ff;
}

.badge-soft-warning {
    color: #c46632;
    background-color: #fde6d8;
}

.badge-soft-danger {
    color: #932338;
    background-color: #fad7dd;
}

.badge-soft-light {
    color: #9fa0a2;
    background-color: #fefeff;
}

.badge-soft-dark {
    color: #070f19;
    background-color: #ced1d4;
}

.bg-blue {
    background-color: #0d589b !important;
}

.text-blue {
    color: #0d589b !important;
}

.btn-red {
    color: #fff;
    background-color: #9A0000;
    border-color: #9A0000;
}

.btn-red:hover {
    color: #fff;
    background-color: #9A0000;
    border-color: #9A0000;
}

.btn-red:focus, .btn-red.focus {
    color: #fff;
    background-color: #9A0000;
    border-color: #9A0000;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-red.disabled, .btn-red:disabled {
    color: #fff;
    background-color: #9A0000;
    border-color: #9A0000;
}

.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active,
.show > .btn-red.dropdown-toggle {
    color: #fff;
    background-color: #9A0000;
    border-color: #9A0000;
}

.btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-red.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(154, 0, 0);
}

.mt-minus-3 {
    margin-top: -2rem;
}

.pb-10, .py-10 {
    padding-bottom: 3rem !important;
}

/**
 * PAGE HEADER
 */
.page-header-title {
    color: #a9a9a9;
}

.page-header-title {
    font-size: 0.7rem;
}

.page-header-title {
    line-height: normal;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    text-transform: uppercase;
}

.img-account-profile {
    height: 10rem;
}

.header-pretitle {
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #95aac9 !important;
}

.header-title {
    margin-bottom: 0;
}

.fieldset-title {
    color: #b5b5b5;
    border-bottom: 3px solid #f0f2f5;
}

/*.dropdown-toggle::after {
    content: '\f107';
}

.dropdown-toggle::after {
    font-family: 'Font Awesome 5 Free';
    width: auto;
    height: auto;
    border: none !important;
    vertical-align: middle;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.4);
}*/

/*.navbar .dropdown-menu.dropdown-menu-right:after {
    right: .95rem;
    left: auto;
}*/
.navbar .dropdown-menu.dropdown-menu-end:after {
    right: 0.95rem;
    left: auto;
}

.navbar .dropdown-menu:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 1rem;
    height: 1rem;
    background: #000;
    top: -.585rem;
    left: 1.8rem;
    -webkit-transform: rotate(
            45deg
    );
    -ms-transform: rotate(45deg);
    transform: rotate(
            45deg
    );
    background: inherit;
    border-radius: .125rem;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #c7c8c9;
    -webkit-box-shadow: 0 0.125rem 0.25rem #f9fafb;
    box-shadow: 0 0.125rem 0.25rem #f9fafb;
}

.dropdown-menu[data-bs-popper] {
    left: 0;
    margin-top: .725rem;
}

.navbar .dropdown-menu.dropdown-menu-end {
    left: auto;
    right: -0.5625rem;
}

/*.modal-open .container-fluid,
.modal-open .container {
    -webkit-filter: blur(3px) grayscale(50%);
}*/

.modal-backdrop {
    background: radial-gradient(at center center, rgba(0, 0, 0, 0.1) 0%, rgba(20, 20, 20, 0.5) 100%);
}

/*.modal-backdrop {
    background-color: #FFFFFF;
    opacity: 9!important;
}

.modal-content {
    border: none!important;
}*/

.fa-thumbs-down {
    color: red;
}

.thumbs-down {
    background-color: #fff9e9;
}

.fa-thumbs-up {
    color: green;
}

.thumbs-up {
    background-color: #ffffff;
}

/*.alert-success {
    color: #ffffff !important;
    background-color: #00ea36 !important;
    border-color: #006719 !important;
}*/

.alert-dismissible .close {
    padding: .45rem 1.25rem !important;
}

.card-table {
    margin-bottom: 0;
}

.card-table tbody td:first-child, .card-table thead th:first-child {
    padding-left: 1.5rem !important;
}

.card-table tbody td:last-child, .card-table thead th:last-child {
    padding-right: 1.5rem !important;
}

/*.table thead th {
    background-color: #ffffff;
    text-transform: uppercase;
    font-size: .8125rem;
    font-weight: 600;
    letter-spacing: .08em;
    color: #000000;
    border-bottom-width: 1px;
    border-bottom-color: #dfdfdf !important;
}*/

.limit-chars {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 190px;
    font-weight: bold;
}

.card-table thead th {
    border-top-width: 0;
}

.fixed-table-toolbar {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.fixed-table-pagination {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.form-separator {
    position: relative;
    color: #e7e7e7;
    display: flex;
    align-items: center;
    justify-content: start;
    z-index: 0;
    margin-bottom: .75rem;
}

.form-separator:before {
    content: "";
    height: 1px;
    background-color: rgba(144, 144, 144, 0.1);
    width: 100%;
    top: 50%;
    left: 0;
    position: absolute;
    z-index: -1;
}

.form-separator-text {
    display: inline-flex;
    padding-right: .5rem;
    border-radius: .25rem;
    background-color: #ffffff;
    max-width: 90%;
    text-transform: uppercase;
    font-size: .75rem;
    color: #c6c6c6;
    font-weight: 500;
    letter-spacing: 2px;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #0d589b;
    outline: 0;
    box-shadow: none !important;
}

.input-group-text {
    background-color: #ffffff;
}

.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    border-radius: .25rem;
}

.info-box small {
    font-size: 14px
}

.info-box .progress {
    background: rgba(0, 0, 0, 0.2);
    margin: 5px -10px 5px -10px;
    height: 2px
}

.info-box .progress,
.info-box .progress .progress-bar {
    border-radius: 0
}

.info-box .progress .progress-bar {
    background: #fff
}

.info-box-icon {
    color: #7f7f7f !important;
    border-radius: 2px 0 0 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(255, 255, 255, 0.2) !important;
    border-right: 1px solid #f7f7f7;
}

.info-box-icon > img {
    max-width: 100%
}

.info-box-content {
    padding: 5px 10px;
    margin-left: 90px
}

/*.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 27px
}*/

.progress-description,
.info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.info-box-text {
    color: #858585;
}

.info-box-more {
    display: block
}

.paginator {
    list-style: none;
    padding: 0;
    float: right;
}

.paginator_item {
    display: inline-block;
    margin: 0 3px;
    padding: 4px 12px;
    background: #003771;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: 500;
}

.paginator_item:hover {
    background: #ffc107;
}

.paginator_active,
.paginator_active:hover {
    background: #cccccc;
}

/*
.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    !* border: 0; *!
}

.table td, .table th {
    padding: .2rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}*/

/*.offcanvas {
    z-index: 1070!important;
}

.offcanvas-backdrop::before {
    background-color: transparent!important;
}*/


.custom-file-boxed:hover {
    background-color: #f8fafd;
}
.dropzone-custom {
    cursor: pointer;
}
.custom-file-boxed {
    position: relative;
    width: 100%;
    text-align: center;
    border: .13rem dashed #e7eaf3;
    cursor: pointer;
    padding: 3rem 3rem;
    border-radius: .3125rem;
    transition: .3s;
    /*height: 100px;*/
}

.btn-white {
    background-color: #fff;
    border-color: #e7eaf3;
}

.btn-white.active, .btn-white.focus, .btn-white:active, .btn-white:focus, .btn-white:hover {
    color: #0052ea;
    box-shadow: 0 3px 6px -2px rgb(140 152 164 / 25%);
}

