/*GENERAL*/
#loading {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.3); z-index: 9998; display: none;}
#loading div.loader {position: relative; width: 200px; top: 200px; left: 50%; margin-left: -100px;}
#session_msg {display: none;}

/*FORMS*/
.alert-form, .ok-form {display: none; line-height: 1rem !important; white-space: normal !important;}
.ui-autocomplete {z-index: 9999 !important;}
.modal-body > .card {border: 0 !important; box-shadow: none;}
.progress {display: none;}

/*TABLES*/
.table-responsive {white-space: normal;}
.table thead tr {border-top: none;}
.table thead tr th:first-child, .table tbody td:first-child {border-left: none;}
.table thead tr th:last-child, .table tbody td:last-child {border-right: none;}
.table.table-hover tbody tr td:not(:first-child) {cursor: pointer}
.table tbody tr td div.lock_free {width: 15px; height: 15px;}