div.dataTables_wrapper div.dataTables_length {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

div.dataTables_wrapper .dataTables_filter {
    margin-top: 0 !important;
    margin-bottom: 10px !important;

}

.dataTables_wrapper .dataTables_length select {
    font-size: 12px !important;
}

.div.dataTables_wrapper div.dataTables_length label {
    font-size: 14px;

}

.dataTables_wrapper .dataTables_filter input {
    font-size: 14px;
}





#LoginImageSection {
    display: block;
}


.card-box-custom {
    padding: 15px;
}

.box-header-title {
    border: 1px solid #d4d4d4;
    padding: 10px;
    border-radius: 7px;
    background: #eee;
}






/* /////////////// media query ///////////////// */
@media only screen and (max-width: 576px) {
    #LoginImageSection {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 850px) {}

@media only screen and (min-width: 768px) {}