body,h1,h2,h3,h4,h5,h6,p,div{
    font-family: Tahoma;
}
.ltr{direction: ltr;text-align: left}
.widget-toolbar > span .btn-xs {margin-top: -3px;}
.widget-toolbar > .btn-xs {
    line-height: 14px !important;
    font-size: 14px !important;
    padding-top: 4px;
    padding-bottom: 5px;
}
.modal {z-index: 10000;}
.modal-content{border: none}
.modal-header {
    padding: 10px 15px;
    background: #003059;
    color: #fff;
}
.modal-header .close {
    font-size: 26px;
    color: #fff;
    opacity:1;
    text-shadow:none;
    line-height: 20px;
    outline:none;
}
.modal-footer {
    padding-top: 10px;
    padding-bottom: 10px;
}
.widget-main {
    min-height: 50px;
}
.swal2-container{
    z-index:  10000;}
.mb-3{
    margin-bottom: 3rem;
}
@media (min-width: 992px){
    .rtl .offset-md-6 {
        margin-left: auto;
        margin-right: 50%;
    }
}
.rtl .table-header {
    padding-right: 12px;
}
table .form-group {
    margin-bottom: 0px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    /*vertical-align: middle;*/
}
.v-align-m{vertical-align: middle;}
.v-align-t{vertical-align: top !important;}
.table-header-sorting{
    cursor: pointer;
}
.table-header-sorting i{line-height: 18px;color: #bfb0ff
}
.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

