.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 #003771;
    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;
}

/* || Bootstrap styles */
.nav-borders .nav-link.active {
    color: #0d589b;
    border-bottom-color: #0d589b;
}

.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(0, 122, 234);
}

.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-backdrop {
    background: radial-gradient(at center center, rgba(0, 0, 0, 0.1) 0%, rgba(20, 20, 20, 0.5) 100%);
}

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

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

.btn-primary {
    color: #fff;
    background-color: #0d589b;
    border-color: #0d589b;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.dropdown-menu {
    padding: 0;
}

/* || Bootstrap-table styles */
.fixed-table-toolbar {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

/*.fixed-table-pagination {
    margin-left: 0!important;
    margin-right: 0!important;
}*/

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

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

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

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

.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: rgba(197, 197, 197, .08)!important;
}

/*tr.selected {
    --bs-table-hover-bg: #ffffff!important;
    --bs-table-hover-color: #00579f;
    border-top: 2px solid #00579f;
    border-bottom: 2px solid #00579f;
}*/

/* || Custom styles */
.flag {
    position: absolute;
    right: -.67rem;
    color: #fff;
    border-radius: 3px;
    padding: 0 .86rem;
}

.alert-fill.alert-primary {
    color: #fff;
    background: #0971fe;
}

.alert.alert-icon {
    padding-left: 3.25rem;
}

.alert:last-child {
    margin-bottom: 0;
}

.alert-fill {
    border-width: 0;
}

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

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

.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;
}

.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;
}

.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;
}

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

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

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

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

.legend-indicator {
    display: inline-block;
    width: .5rem;
    height: .5rem;
    background-color: #bdc5d1;
    border-radius: 50%;
    margin-right: .4375rem;
}
