/* Minification failed. Returning unminified contents.
(98,18): run-time error CSS1039: Token not allowed after unary operator: '-bs-border-width'
(98,47): run-time error CSS1039: Token not allowed after unary operator: '-bs-border-color'
(334,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(335,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(337,29): run-time error CSS1046: Expect comma, found '102'
(337,36): run-time error CSS1046: Expect comma, found ')'
 */
@import 'https://fonts.googleapis.com/css?family=Open+Sans:600,700';

/** {
    font-family: 'Open Sans', sans-serif;
}*/

.card {
    border-radius: 0px !important;
}

.cust-section-header {
    border-top: none;
    /*background: #0066af;*/
    background: linear-gradient(#0066af, transparent), linear-gradient(to top left, #00efff, transparent), linear-gradient(to top right, blue, transparent);
    background-blend-mode: screen;
    color: #fff;
    padding: 15px;
    margin: 0px !important;
}
    .content-table {
        border-collapse: collapse;
        /*margin: 25px 0;*/
        font-size: 0.9em;
        /*min-width: 400px;*/
        width:100%;
        border-radius: 5px 5px 0 0;
        overflow: hidden;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }
    .content-table thead tr {
        background-color: #009879;
        color: #ffffff;
        text-align: left;
        font-weight: bold;
    }
    .content-table th,
    .content-table td {
        padding: 12px 15px;
    }
    .content-table tbody tr {
        border: 1px solid #dddddd;
    }
    .content-table tbody tr:nth-of-type(odd) {
        background-color: #f3f3f3;
    }
        .content-table tbody tr:last-of-type {
            border-bottom: 2px solid #0066af;
        }
    .content-table tbody tr.active-row {
        font-weight: bold;
        color: #009879;
    }


.field-validation-error {
    color: red;
}

.input-validation-error {
    border-color: red;
}

.input-validation-valid {
    border-color: green;
}

.field-validation-valid {
    color: green;
}

input:required {
    border-color: red;
}

    input:required:invalid {
        border-color: red;
    }

    input:required:valid {
        border-color: green;
    }

textarea:required {
    border-color: darkred;
}

    textarea:required:invalid {
        border-color: red;
    }

    textarea:required:valid {
        border-color: green;
    }



.table-bordered {
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-color: rgba(0, 0, 0, 0.175);
}

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    border-bottom-width: thin !important;
}

table.table-bordered.dataTable tbody tr:first-child th, table.table-bordered.dataTable tbody tr:first-child td {
    border-top-width: thin !important;
}

table.table-bordered.dataTable tbody tr:last-child th, table.table-bordered.dataTable tbody tr:last-child td {
    border-bottom-width: 0 !important;
}

.table > :not(caption) > * > * {
    padding: 0.25rem .75rem;
}

th {
    text-align: center !important;
}

.table .table-light {
    border-color: inherit;
}


/*Loader CSS*/
#overlay {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}

.cls-control-disabled, [cls-control-disabled] {
    pointer-events: none;
    background-color: #e9ecef;
    color: #6c757d;
    cursor: not-allowed;
    opacity: 0.7;
}

.required-fields {
    font-size: large;
    vertical-align: -webkit-baseline-middle;
    padding-right: 3px;
}



.btn.active, .btn.show, .btn:active, .btn:focus, .btn:hover {
    border-color: inherit !important;
}

.menu-title {
    text-align: center;
    opacity: 1;
    color: #fff !important;
}

body[data-sidebar=dark] #sidebar-menu ul li a i {
    color: #fff;
}

#sidebar-menu ul li a {
    color: #fff !important;
}

body[data-sidebar=dark] li.mm-active {
    background-color: #fff;
    color: #000 !important;
}

#side-menu > li.mm-active > a, #side-menu > li.mm-active > a > i, #side-menu > li.mm-active > ul > li > a {
    color: #000 !important;
}



.pl-0 {
    padding-left: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}


.blink_me {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.card {
    /*box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1) !important;*/
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px !important;
}
    .card:hover {
        transform: translateY(-5px) !important;
    }



/*Notification Bell*/
.bell, .bell-border, .btn-bell {
    border-radius: 50%;
    position: relative;
}

.bell {
    height: 33px;
    width: 33px;
    box-shadow: -1px 2px 10px #999;
    background: #0066af;
    animation-name: col;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.bell-border {
    height: 28px;
    width: 28px;
    border: 1px solid #0066af !important;
    animation-name: bord-pop;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    box-shadow: 2px 2px 5px #ccc, -2px -2px 5px #ccc;
    margin-top: 0px;
    position: relative;
    top: 17px;
    left: 17px;
}

.btn-bell {
    color: white !important;
    font-size: 18px !important;
    animation-name: bell-ring;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    top: -12px;
    left: 7px;
}

@keyframes bord-pop {
    0% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.9);
        opacity: 0.1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.9);
        opacity: 0;
    }
}

@keyframes col {
    0% {
        transform: scale(1) translate(0,0);
    }
    10% {
        transform: scale(1.1) translate(0,0);
    }
    75% {
        transform: scale(1) translate(0,0);
    }
    100% {
        transform: scale(1) translate(0,0);
    }
}

@keyframes bell-ring {

    0% {
        transform: translate(-50%, -50%);
    }
    5%, 15% {
        transform: translate(-50%, -50%) rotate(25deg);
    }
    10%, 20% {
        transform: translate(-50%, -50%) rotate(-25deg);
    }
    25% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
}

/*Notification Bell*/

.avatar-title {
    background-color: #0066af;
    color: #fff;
}


.table-hover > tbody > tr:hover * {
    --bs-table-color-state: var(--bs-table-hover-color);
    --bs-table-bg-state: rgb(0 102 175);
    color: #fff !important;
    background-color: rgb(0 102 175) !important;
}

tbody, td, tfoot, th, thead, tr {
    vertical-align: middle;
}


.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
}
