/* Print Settings*/
@media print {
    tr > td:last-of-type {
        display: none;
    }

    tr > th:last-of-type {
        display: none;
    }
}
/* Site Header*/
.headerColor {
    background-color: #600020 !important;
}

.subHeaderColor {
    background-color: #22225a !important;
}


/* Error */
label.error {
    font-size: small !important;
    color: red !important;
    font-weight: 400 !important;
}

div.error {
    font-size: small !important;
    color: red !important;
    font-weight: 400 !important;
}

span.error {
    background-color: #fbe3e4 !important;
}

.field-validation-error {
    color: #f27474;
}

.input-validation-error {
    border-color: #fd5c70;
    padding-right: unset;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23fd5c70' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23fd5c70' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1rem 1rem;
}

textarea.error {
    background-color: #fbe3e4 !important;
}

select.error {
    background-color: #fbe3e4 !important;
}

input.error {
    background-color: #fbe3e4 !important;
}

/* PAGER */
.pagination ul {
    margin: 0;
    padding-left: 0;
}

.pagination li {
    list-style: none;
    float: left;
}

.pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8392AB;
    padding: 0;
    margin: 0 3px;
    border: 1px solid #dee2e6;
    border-radius: 50% !important;
    width: 36px;
    height: 36px;
    font-size: 0.875rem;
    margin-left: 0;
    /*border: 1px solid transparent;
    float: left;
    margin-left: 2px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    color: #333;*/
}


    .pagination a:hover {
        background-color: #d9d9d9;
    }

.pagination .active a,
.pagination .active a:focus,
.pagination .active a:hover {
    background: transparent;
    background-image: linear-gradient(310deg, #7928CA 0%, #FF0080 100%);
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.09), 0 2px 3px -1px rgba(0, 0, 0, 0.07);
    color: #fff;
    border: none;
    border-radius: 50% !important;
}

.pagination a:hover {
    background-image: linear-gradient(310deg, #7928CA 0%, #FF0080 100%);
}

.pagination .ellipsis a,
.pagination .disabled a,
.pagination .disabled a:focus,
.pagination .disabled a:hover {
    cursor: not-allowed;
}

    .pagination .disabled a,
    .pagination .disabled a:focus,
    .pagination .disabled a:hover {
        cursor: not-allowed;
        opacity: 0.4;
    }

.pagination .pager a {
    font-weight: bold;
}

.table.dataTable > tbody > tr.selected {
    background-color: #9367B4 !important;
    color: black !important;
}

.table.dataTable > tbody > tr.odd > td {
    background-color: #f8f9fa !important;
    color: black !important;
}

.table.dataTable > tbody > tr.selected > td {
    background-color: whitesmoke !important;
    color: black !important;
}

.table.dataTable th.dt-left, table.dataTable td.dt-left {
    text-align: left !important;
    padding-left: 0px !important;
}

.dt-checkbox {
    margin-left: 40px !important;
}
/* custome background color */
.bg-purple-gradient {
    background-image: linear-gradient( 181deg, rgb(50 3 9) 10.9%, rgb(28 1 31) 62.6% ) !important;
}

.bg-blue-gradient {
    background-image: linear-gradient(to bottom, #000066 0%, #ffffff 100%);
}

.choices[data-type*=select-one] select.choices__input {
    display: block !important;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 0;
}


.choices.is-focused,
.choices:focus-within,
.choices:focus {
    box-shadow: $focus-box-shadow;
}

.choices__list--dropdown {
    z-index: 5;
}

.choices__input {
    color: white !important;
    background-color: #cb0c9f !important;
}


::-webkit-input-placeholder { /* Edge */
    color: white;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

::placeholder {
    color: white;
}

.btn-close {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2' d='m7 7 10 10M7 17 17 7'/%3E%3C/svg%3E") !important;
}

/*Custom search Builder*/
.dtsb-dropDown {
    font-weight: 600 !important;
    font-size: .7rem !important;
    height: 30px !important;
}

.dtsb-criteria {
    line-height: 1.5;
    font-size: .5rem !important;
    height: 35px !important;
}

.dtsb-button {
    display: inline-block;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    background-color: #cb0c9f;
    border-color: #cb0c9f;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: .75rem 1.5rem;
    font-size: .7rem !important;
    border-radius: .5rem;
    transition: all .15s ease-in
}

    .dtsb-button:hover {
        color: #fff;
        background-color: #ad0a87;
        border-color: #a20a7f
    }

.dt-datetime {
    font-size: 14px !important;
}

.dtsb-input {
    font-size: 12px !important;
}

.dtsb-dropDown {
    font-size: 12px !important;
}
.datepicker {
    background-color: #fff !important;
}

.editDatepicker {
    background-color: #fff !important;
}

.btn-primary {
    text-transform: none;
}

.btn-secondary {
    text-transform: none;
}