body{
line-height: 1;
}
.content-header {
	padding: 15px 0.5rem 0px 0.5rem !important;
}
.form-group {
    margin-bottom: 5px !important;
}
.overlay_main {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1037;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
}
