html, body
{
	margin-top: 33px;
	margin-bottom: 35px;
}

@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;
	max-height: 30px;
}

nav.navbar div.navbar-collapse.collapse.show {
	max-height: 75vh;
	overflow-y: auto;
}

@media (min-width: 640px) {
}
@media only screen and (min-width: 768px){
	/*#navbar {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}*/
}
@media only screen and (min-width: 1024px){
}
@media only screen and (min-width: 1200px){
}

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

.print{
	display: none;
}

.alert, .btn {
	border-radius: 0;
}
.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: -20px;
	margin-right: -15px;
}
.btn {
	min-width: 80px;
}
.modal-content, .form-control {
	border-radius: 0;
}
