
/* 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;
}

a{
	text-decoration: none !important ;
}

.form-control:disabled {
    background-color: #f8f9fa !important;
    opacity: 1;
}

.css-*-control{
	background-color: #f8f9fa !important;
}

.col-form-label, .form-label {
	color: black;
	font-weight: 500;
}

.form-control{
	color: black;
}

[class*="singleValue"]{
	/*color: black !important;*/
}