.add_header {
    margin-bottom: -60px;
}

.custome_image {
    height: 120px;
    width: 120px;
}

.dataTables_wrapper .dt-buttons {
    float: left;
    position: relative;
    z-index: 1;
}

table.dataTable {
    position: relative;
    z-index: 0;
}

.daterangepicker .calendar-time {
    margin: 5px auto 0 auto !important;
    line-height: 39px !important;

}


.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
    width: 69px !important;
    margin: 0px 6px auto !important;
    background: #fff !important;
    border: 1px solid #d9d9d9 !important;
    font-size: 20px !important;
}

.daterangepicker .drp-buttons .btn {
    border-radius: 12px !important;

}

.applyBtn,
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #0370b8 !important;
}

.cancelBtn,
.btn-default,
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
    background-color: red !important;
    color: white;
}

/* 
.submitloader {
    z-index: 99999999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  
    overflow: hidden;
    text-align: center;
} */

.submitloader p {
    font-size: 13px;
    margin-top: 10px;
    font-weight: bold;
    color: #444;
}

.submitloader .custom-loader {
    position: relative;
    top: calc(40% - 30px);
}


.custom-line {
    animation: expand 1s ease-in-out infinite;
    border-radius: 10px;
    display: inline-block;
    transform-origin: center center;
    margin: 0 4px;
    width: 2px;
    height: 25px;
}

.custom-line:nth-child(1) {
    background: #f31e58;
}

.custom-line:nth-child(2) {
    animation-delay: 180ms;
    background: #258cce;
}

.custom-line:nth-child(3) {
    animation-delay: 360ms;
    background: #f6a724;
}

.custom-line:nth-child(4) {
    animation-delay: 540ms;
    background: #83c541;
}

@keyframes expand {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(2);
    }
}


.select_all {
    background-color: #154d7e;
    border-radius: 5px;
    border: 1px solid black;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 10px;
    border: 1px solid #154d7e;
    transition: all .2s;
}

.select_all:hover {
    background-color: #ffffff;
    border: 1px solid #154d7e;
    color: #154d7e;
    cursor: pointer;
}

.custom_model{
    border-radius:1.3rem !important;
    
}

.custom_fade{
    top:15% !important;
}

.hidden {
    display: none;
  }

