html, body
{
	min-height: 100vh;
	margin: 0;
	padding: 0;
}
body
{
	padding-top: 64px;
	padding-bottom: 40px;
}

@media print {
	html {
		min-height: none; 
		height: auto;
	}
	
	body {
		min-height: none;
		height: auto;
	}
}

#content {
	position: relative;
}

#page-footer {
	/* Set the fixed height of the footer here */
	font-size: 0.8em;
}

/*
#navMainToggle {
	max-width: 100%;
}

#navMainToggle ul.nav-main-modules {
	max-width: 90%;
	overflow-x: auto;
	scrollbar-width: thin;
}

#navMainToggle ul.nav-main-modules::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #afafaf;
}
*/

/* SCREEN SIZE CUSTOMIZATION */
@media (min-width: 640px) {
}
@media only screen and (min-width: 768px){
}
@media only screen and (min-width: 1024px){
}
@media only screen and (min-width: 1200px){
}

.mainlogo
{
	width: 30px;
	height: 30px;
}

.print{
	display: none;
}
/*
.toast {
	bottom: 0px;
	background: #333;
	color: #fff;
	position: fixed;
	opacity: 0;
	padding: 4px 12px 4px 12px;
	border-radius: 4px;
	max-width: 80%;
	z-index: 2000;
}
*/
.alert {
	padding: 25px;
}
.alert-danger {
	border: 1px solid #ebccd1;
	background-color: #f2dede;
	color: #a94442;
}
.alert .close {
	float: right;
	margin-top: -3px;
	margin-right: -3px;
}

.required-invalid {
	background-color: #fc8b8b;
}
