
/* mobile device */
/*
.mobile-device .page{
    padding-top: calc(0.5rem);
}

.mobile-device .card-header{
    min-height:2rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.mobile-device .card-body{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
*/
/* end of mobile device*/

.mobile-device hr{
    margin: 0.5rem 0;
}

.mobile-device .table-sm>:not(caption)>*>* {
    padding: 0rem;
}

.card-body{
    min-height: 100px;
}

.th-no-padding table.dataTable.table-sm > thead > tr > th {
    padding-right:0px;
}
