/* Medium devices (landscape tablets, 1024px and up) */
@media only screen and (min-width: 768px) and (max-width: 1399.98px) {
  .col-sm-12 {
  		width: 100% !important;
  }
  .checkbox,
  .radio {
    display: unset !important;
    margin-left: 15px !important;
	}
	td .btn-round, .btn-round {
	    border-radius: 0;
	    padding: 3px 4px !important;
	}
	td .btn-round, .btn-round {
	    border-radius: 0;
	}
	.custTab{
		padding: 10px !important;
	}

	.md-hide {
		display: none !important;
	}
	.modal-header button {
		padding: 10px 20px !important;
		border: 1px solid gray !important;
	}
	.modal-header .close {
		background-color: red !important;
	}



.ng-smart-table-1-on-page-full tbody,
.ng-smart-table-full-page tbody,
.ng-smart-table-1-on-page tbody,
.ng-smart-table-2-on-page tbody,
.div-vh-3 .ng-smart-table-full-page tbody,
.ng-smart-table-3-on-page tbody,
.ng-smart-table-4-on-page tbody {
    /* max-height: 100vh !important; */
    min-height: 25px !important;
}





/* END of media query*/
} 
