﻿/* Loader */
.custom_loader {
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    align-items: center;
    /*background: rgba(104,104,104,0.8);*/
    background: rgba(0,0,0,0.8);
    /*background: rgb(104 104 104 / 85%);*/
    /*background: rgba(0,0,0,0.8);*/
    /*background: rgba(255,255,255,0.85);*/
    z-index: 9999;
   
}

.custom_loader.show {
        display: flex !important;
        z-index: 99999999;
}

.custom_loader img {
        margin: 0 auto;
        height: auto;
        width: auto;
    }
/* Loader */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

/* START - Back to login move down */
.login-page a.backtologin {
    margin-top: 135px;
}
/* END - Back to login move down */

/* START - Spacing Between Nav tabs*/
.sidebar .nav-link {
    margin-top: 5px;
}
.sidebar .nav-item {
    margin-top: 5px;
}
/* END- Spacing Between Nav tabs*/

/* START - Move tfoot On The Top */
.table.table-striped > tfoot{
    display: table-row-group;
}
/* END -  Move tfoot On The Top */

/* START - Ready Only field change color */
.background-lightgrey {
    background-color: lightgrey !important;
}
/* END - Ready Only field change color */

/* START - Hide Search from Jquery Datatable */
.dataTables_filter {
    display: none;
}
/* END - Hide Search from Jquery Datatable */

/* START -  Search button on date filter  from Jquery Datatable */
.searchDatePicker {
    background: #0d3fb5;
    font-size: 14px;
    padding: 3px 12px;
    border: none;
    min-height: 31px;
    margin-left: 50px;
}
/* END -  Search button on date filter  from Jquery Datatable */

/* START - Report Modules TexBox Inner Text */
.add-new-form .reportbox-lbls {
    color: #222222;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 5px 5px 3px 5px;
    display: block;
}
/* END - Report Modules TexBox Inner Text */

/* START - CSS FOR ALL MODULES BUTTON HEADER SECTIONS */
.header-button {
    position: absolute;
    right: 25px;
    top: 28px;
    gap: 2px;

}
/* END */

/* Data-Table Sub Row icon */
.data-table-subrow-button thead tr th {
    width: auto !important;
}
/* END */

.confirmPasswordViewBtn img {
    margin: 1px 13px 0px -35px;
}

.sidebar .inner-Submenu-box .nav-link .siderbar-icon {
    width: 20px;
    margin-left: -19px;
}

.custom-error-message {
    color: red;
    font-size: 13px;
}

.custom-error-message2 {
    color: #000000;
    font-size: 10px;
    padding-left: 5px;
    font-weight: 600;
}