body {
	background: rgba(82, 114, 183, 0.2);
}

main {
	padding-top: 58px
}

.container-fluid.content-wrapper {
	height: calc(100vh - 58px);
	max-height: calc(100vh - 58px);
	min-height: calc(100vh - 58px);
}

.card-body{
	overflow: auto;
}

.fix-page-card-header{
	position: fixed;
	top: 50px;
	z-index: 10;
	background: white;
	width: calc(100% - 240px);
	display: block;
}

.fixed-headers-form {
	margin-top:68px;
}

.tab-content.fixed-headers-form{
	margin-top:138px;
}

label {
	line-height: 24px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	#main-navbar, main, footer {
		padding-left: 240px;
	}

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

}

.invalid-feedback {
	margin-top: -15px;
	font-size: 10px;
}

.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
	margin-bottom: 0;
}