/* CSS Document */
body {
	background-color:#15221D;
	color:#fff;
}
h1, h2, h3, h4, h5, h6 {
	color:#fff;
}
form label {
  font-weight: normal;
  color: #fff;
  font-size: 13px;
  font-style: italic;
}
form .alert-info {
	background-color: #9ACFAA;
	text-transform:uppercase;
	font-size:18px;
	border-radius:0;
	padding:3px;
}

form.aegis-form .form-group {
  margin-bottom: 1rem;
}

/* Block UI */
div.blockPage {
	left: 18% !important;
	top: 30% !important;
	width: 64% !important;
}
/* Custom UI - Hacks */

/* Hide Close "X" for modalbox alerts */
.no-close .ui-dialog-titlebar-close {
	display: none;
}
.ui-front {
	z-index: 9000 !important;
}
.ui-autocomplete {
	height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ui-datepicker {
	z-index: 9001 !important;
}