@media print {html, body {display: none !important;}}
/* theme overrides */
.shortcut-menu {bottom: 3.5rem !important;}
.form-group {margin-bottom: 1rem !important;}
.form-label {font-weight: 600 !important;}
.form-control-plaintext {color: #666666 !important;}
hr {border-bottom: 1px dashed #bbbbbb;}
/* datatable overrides */
.table thead {background-color: #404c5c; color: #ffffff;}
.dataTables_empty {font-size: medium !important;}
td.dataTables_center {text-align: center;}
td.dataTables_right {text-align: right;}
td.dataTables_nowrap {white-space: nowrap;}
