.DTFC_LeftHeadWrapper table thead tr{
    background-color: white !important;
}
.DTFC_LeftFootWrapper table tfoot tr{
    background-color: white !important;
}
.DTFC_LeftBodyWrapper table tbody tr.odd{
    background-color: #f0f3f6 !important;
}
.DTFC_LeftBodyWrapper table tbody tr.even{
    background-color: white !important;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100%;
     height: 100%;
    background-color: #000015;
}
.dataTables_wrapper .dataTables_length {
    float: none;
}

.skeleton{
    display: block;
    content: '';
    position: absolute;
}
.-loading {
    position: relative;
    background-color: #E2E2E2;
    border-radius: 15px;
}
.-loading.card-image {
         border-radius: 0;
     }
.-loading:after {
         display: block;
         content: '';
         position: relative;
         width: 100%;
         height: 100%;
         transform: translateX(-100%);
         background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
         animation: loading 1.5s infinite;
     }
@keyframes loading {
    100% {
        transform: translateX(100%);
    }
}
.title.-loading {
    margin-top: 10px;
    height: 20px;
}
.description.-loading {
    height:40px;
}
.pre-loader {
    background: #fff;
    background-position: center center;
    background-size: 13%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 12345;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pre-loader .loader-logo {
    padding-bottom: 15px;
}

.pre-loader .loader-progress {
    height: 8px;
    border-radius: 15px;
    max-width: 200px;
    margin: 0 auto;
    display: block;
    background: #ecf0f4;
    overflow: hidden
}

.pre-loader .bar {
    width: 0%;
    height: 8px;
    display: block;
    background: #1b00ff
}

.pre-loader .percent {
    text-align: center;
    font-size: 24px;
}

.pre-loader .loading-text {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding-top: 15px
}
.isLogin{
	zoom: 0.8;font-size: 16px;
}