.app-modal-window .modal-dialog {
  width: 90%;
  height: 90%;
}

.error {
  padding: 2px 0 2px 16px;
  color: red;
}

.short-input {
	width: 50px !important;
}

select, textarea, input {
	font-weight:bold;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #FFFF8E;
}

.cancel {
	color: red;
}

.overbooked {
	color: red;
	font-weight: bold;
}

.loading {
  background: rgba(0, 0, 0, .3) url(../img/loader.gif) no-repeat center center;  
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99999; !important
}
