html, body {
	height: 100%;
}

/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin: 0 auto -40px;
}

#wrap > .container-fluid{
	padding-top: 50px;
}

/* Set the fixed height of the footer here */
#footer, #push {
	height: 40px;
}
#footer {
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	color: #a0cef0;
	background-color: #005596;
	border-color: #003863;
	background-image: -webkit-linear-gradient(top, #0072c9 0%, #005596 100%);
	background-image: linear-gradient(to bottom, #0072c9 0%, #005596 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0072c9', endColorstr='#ff005596', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
}

/* Lastly, apply responsive CSS fixes as necessary
@media (max-width: 767px) {
	#footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}
 */
 
#footer>.container, #footer>.container-fluid {
	padding-top: 10px;
}
.appid {
	font-size: 90%;
}
fieldset>legend {
	color: #0065a0;
	border-color: #a0cef0
}
.menu-divider {
	border-right:solid 1px #a0cef0;
}

.radio-inline INPUT[type='radio'], .checkbox-inline INPUT[type='checkbox'] {
  margin-top: 2px;
}

.navbar-header span.label {
  font-size:12pt;
}

/* Add styling to the Modal header and close button*/
div.modal-header {
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	color: #a0cef0;
	background-color: #005596;
	border-color: #003863;
	background-image: -webkit-linear-gradient(top, #0072c9 0%, #005596 100%);
	background-image: linear-gradient(to bottom, #0072c9 0%, #005596 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0072c9', endColorstr='#ff005596', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
}

div.modal-header button.close {
	color: #a0cef0;
	font-size: 24px;
}

h2.pageTitle {
        margin-bottom: 8.5px;
        margin-top: 8.5px;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}


