* {
    font-family: Century;
}

.toptext {
    color: purple;
    vertical-align: middle;
}

.topimg {
    width: 80px;
}

/* less than 500px */
@media (max-width: 500px) {
    .topimg {
        display: block;
    }

    .toptext {
        display: none;
    }

    .page-footer {
        padding: 2px;
        font-size: 9px;
    }

    .page_name {
        margin-left: 0 !important;
    }

    .page-content {
        padding: .25rem !important;
    }
}

/* greater than 500px */
@media (min-width: 500px) {
    .topimg {
        display: none;
    }

    .toptext {
        display: block;
    }
}


.elevation-0 {
    box-shadow: none !important;
}

.elevation-1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}

.elevation-2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
}

.elevation-3 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
}

.elevation-4 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22) !important;
}

.elevation-5 {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22) !important;
}

td,
th {
    text-align: center !important;
    vertical-align: middle !important;
    padding: 3px !important;
    font-size: 15px;

}

.page_name {
    margin-top: 61px;
    margin-left: 250px;
    background: #e3f2fddc;
    padding: 5px 10px;
    font-size: 20px;
    color: darkgreen;

}

label {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 2px !important;
    color: black;
    margin-left: 2px;

}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    background: #cff4fc;
}


table {
    border: 1px solid #0000000d;
}

thead {
    background-color: #1b256d;
    color: white;
}

.export-btn,
.btn-sm {
    scale: 0.85;
}

.pagination {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size: 1rem;
}

.table.dataTable>thead .sorting_asc:before,
.table.dataTable>thead .sorting_desc:before,
.table.dataTable>thead .sorting:before,
.table.dataTable>thead .sorting_asc_disabled:before,
.table.dataTable>thead .sorting_desc_disabled:before,
.table.dataTable>thead .sorting_asc:after,
.table.dataTable>thead .sorting_desc:after,
.table.dataTable>thead .sorting:after,
.table.dataTable>thead .sorting_asc_disabled:after,
.table.dataTable>thead .sorting_desc_disabled:after {
    top: 2px;
}

.formerror {
    border: 1px ridge red !important;
    border-radius: 0.25rem !important;
    -webkit-border-radius: 0.25rem !important;
    -moz-border-radius: 0.25rem !important;
    -ms-border-radius: 0.25rem !important;
    -o-border-radius: 0.25rem !important;
}

.radioerror {
    color: red !important;
}

.text-red {
    color: red !important;
}

.text-blue {
    color: blue !important;
}

.text-sblue {
    color: #1b256d !important;
}

.text-green {
    color: green !important;
}

.text-yellow {
    color: yellow !important;
}

.text-orange {
    color: orange !important;
}

.text-purple {
    color: purple !important;
}

.text-pink {
    color: pink !important;
}

.text-teal {
    color: rgb(1, 100, 100) !important;
}

.text-brown {
    color: brown !important;
}

.text-gray {
    color: gray !important;
}

.text-black {
    color: black !important;
}

.text-white {
    color: white !important;
}

.text-cyan {
    color: cyan !important;
}

.text-magenta {
    color: magenta !important;
}

.text-lime {
    color: lime !important;
}

.text-indigo {
    color: indigo !important;
}

.text-silver {
    color: silver !important;
}

.text-gold {
    color: #fcda60 !important;
}

.text-orchid {
    color: orchid !important;
}

.text-turquoise {
    color: turquoise !important;
}

.text-pm {
    color: #107da6 !important;
}

.text-ts {
    color: #21bdba !important;
}

.font-1 {
    font-size: 1px !important;
}

.font-2 {
    font-size: 2px !important;
}

.font-3 {
    font-size: 3px !important;
}

.font-4 {
    font-size: 4px !important;
}

.font-5 {
    font-size: 5px !important;
}

.font-6 {
    font-size: 6px !important;
}

.font-7 {
    font-size: 7px !important;
}

.font-8 {
    font-size: 8px !important;
}

.font-9 {
    font-size: 9px !important;
}

.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-19 {
    font-size: 19px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-21 {
    font-size: 21px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-23 {
    font-size: 23px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-25 {
    font-size: 25px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-27 {
    font-size: 27px !important;
}

.font-28 {
    font-size: 28px !important;
}

.font-29 {
    font-size: 29px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-31 {
    font-size: 31px !important;
}

.font-32 {
    font-size: 32px !important;
}

.font-33 {
    font-size: 33px !important;
}

.font-34 {
    font-size: 34px !important;
}

.font-35 {
    font-size: 35px !important;
}

.font-36 {
    font-size: 36px !important;
}

.font-37 {
    font-size: 37px !important;
}

.font-38 {
    font-size: 38px !important;
}

.font-39 {
    font-size: 39px !important;
}

.font-40 {
    font-size: 40px !important;
}

.font-41 {
    font-size: 41px !important;
}

.font-42 {
    font-size: 42px !important;
}

.font-43 {
    font-size: 43px !important;
}

.font-44 {
    font-size: 44px !important;
}

.font-45 {
    font-size: 45px !important;
}

.font-46 {
    font-size: 46px !important;
}

.font-47 {
    font-size: 47px !important;
}

.font-48 {
    font-size: 48px !important;
}

.font-49 {
    font-size: 49px !important;
}

.font-50 {
    font-size: 50px !important;
}

.font-51 {
    font-size: 51px !important;
}

.font-52 {
    font-size: 52px !important;
}

.font-53 {
    font-size: 53px !important;
}

.font-54 {
    font-size: 54px !important;
}

.font-55 {
    font-size: 55px !important;
}

.font-56 {
    font-size: 56px !important;
}

.font-57 {
    font-size: 57px !important;
}

.font-58 {
    font-size: 58px !important;
}

.font-59 {
    font-size: 59px !important;
}

.font-60 {
    font-size: 60px !important;
}

.form-check-input[type=radio] {
    margin-top: 9px;
}

input[readonly] {
    background-color: #f0f0f0;
    cursor: not-allowed;
}


/* --------------------------------------Tiles */
.counter {
    scale:0.75;
    text-align: center;
    width: 180px;
    margin: 0 auto;
}

.counter .counter-content {
    height: 180px;
    padding: 40px 0 0;
    margin: 0 0 10px;
    position: relative;
    z-index: 1;
}

.counter .counter-content:before,
.counter .counter-content:after {
    content: "";
    background: linear-gradient(to right bottom, #dddcdcfc, #fff);
    border-radius: 50% 50% 0 50%;
    border: 15px solid #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 7px;
    top: 7px;
    right: 7px;
    bottom: 7px;
    z-index: -1;
}

.counter .counter-content:after {
    background: linear-gradient(to right bottom, transparent 50%, #ea237e 51%);
    height: 60%;
    width: 60%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    right: 0;
    bottom: 0;
    left: auto;
    top: auto;
    z-index: -2;
}


.counter .counter-icon {
    color: #999;
    font-size: 27px;
    line-height: 27px;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.counter .counter-value {
    color: #fff;
    background: #ea237e;
    font-size: 16px;
    font-weight: 600;
    line-height: 100px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    display: inline-block;
}

.counter-title {
    font-size: 16px;
    font-weight: 600;
    text-align: end;
    /* text-transform: uppercase; */
    margin: 0;
}

/* Blue */
.counter.blue .counter-value {
    background: #0c6db1;
}

.counter.blue .counter-content:after {
    background: linear-gradient(to right bottom, transparent 50%, #0c6db1 51%);
}

.counter.blue .counter-icon,
.counter.blue .counter-title {
    color: #0c6db1;
}

/* Red */
.counter.red .counter-value {
    background: #ff0000;
}

.counter.red .counter-content:after {
    background: linear-gradient(to right bottom, transparent 50%, #ff0000 51%);
}

.counter.red .counter-icon,
.counter.red .counter-title {
    color: #ff0000;
}

/* Orange */
.counter.orange .counter-value {
    background: #fea707;
}

.counter.orange .counter-content:after {
    background: linear-gradient(to right bottom, transparent 50%, #fea707 51%);
}

.counter.orange .counter-icon,
.counter.orange .counter-title {
    color: #fea707;
}

/* Yellow */
.counter.yellow .counter-value {
    background: #ffff00;
}

.counter.yellow .counter-content:after {
    background: linear-gradient(to right bottom, transparent 50%, #ffff00 51%);
}

.counter.yellow .counter-icon,
.counter.yellow .counter-title {
    color: #ffff00;
}

/* Green */
.counter.green .counter-value {
    background: #008000;
}

.counter.green .counter-content:after {
    background: linear-gradient(to right bottom, transparent 50%, #008000 51%);
}

.counter.green .counter-icon,
.counter.green .counter-title {
    color: #008000;
}

/* Purple */
.counter.purple .counter-value {
    background: #800080;
}

.counter.purple .counter-content:after {
    background: linear-gradient(to right bottom, transparent 50%, #800080 51%);
}

.counter.purple .counter-icon,
.counter.purple .counter-title {
    color: #800080;
}

/* Pink */
.counter.pink .counter-value {
    background: #ffc0cb;
}

.counter.pink .counter-content:after {
    background: linear-gradient(to right bottom, transparent 50%, #ffc0cb 51%);
}

.counter.pink .counter-icon,
.counter.pink .counter-title {
    color: #ffc0cb;
}

/* Teal */
.counter.teal .counter-value {
    background: #008080;
}

.counter.teal .counter-content:after {
    background: linear-gradient(to right bottom, transparent 50%, #008080 51%);
}

.counter.teal .counter-icon,
.counter.teal .counter-title {
    color: #008080;
}

/* Brown */
.counter.brown .counter-value {
    background: #a52a2a;
}

.counter.brown .counter-content:after {
    background: linear-gradient(to right bottom, transparent 50%, #a52a2a 51%);
}

.counter.brown .counter-icon,
.counter.brown .counter-title {
    color: #a52a2a;
}

/* Gray */
.counter.gray .counter-value {
    background: #808080;
}

.counter.gray .counter-content:after {
    background: linear-gradient(to right bottom, transparent 50%, #808080 51%);
}

.counter.gray .counter-icon,
.counter.gray .counter-title {
    color: #808080;
}



@media screen and (max-width: 990px) {
    .counter {
        scale: 0.8;
    }
}

#datatable_dropdown_filter label{
margin-top: 0;
}
#statusFilter{
    margin-top: -3px;
    scale:0.85;
}
