/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}
body {
	/* Margin bottom by footer height */
	margin-bottom: 60px;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 60px;
	line-height: 60px; /* Vertically center the text there */
	background-color: #f5f5f5;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
	padding: 20px 15px;
}

.footer > .container {
	padding-right: 15px;
	padding-left: 15px;
}

code {
	font-size: 80%;
}
.active-parent {
	background-color: rgba(0,0,0,.03);
	border: 1px solid rgba(0,0,0,.125);
	padding: 15px 0px;
	margin-bottom: 15px;
}
#GlobalModal .modal-header {
	color: #fff;
}
#GlobalModal .modal-content {
	background-color: transparent;
}
#GlobalModal .modal-body {
	background-color: #fff;
}
/* Bootstrap Override CSS
-------------------------------------------------- */
.card {
	margin-bottom: 15px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #fff;
	opacity: 1;
}