body {
	/* padding-top: 20px; */
	padding-bottom: 70px;
	font-size: 14px;
	background: #EAF1F6;
}

main {
	padding-top: 2rem;
}
/*Header*/
header {
	background: #fff;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
	/* float: left; */
	width: 100%;
}

.header_cont {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo_cnt {
	display: flex;
	align-items: center;
}

.logo_cnt .logo {
	margin-right: 10px;
	border-right: 1px solid #ccc;
	padding-right: 20px;
}

.logo_liner p, .logo_liner span {
	color: #005696;
	font-weight: bold;
	/* font-family: 'open-sans regular'; */
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}

.logo_liner span {
	font-size: 11px;
	padding-top: 9px;
	font-weight: bold;
}
/*Header End*/

/*Footer*/
footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	padding: 10px 0;
	background: #0a2446;
	color: #c5fafd;
	text-align: center;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	z-index: 999;
}

header p, footer p {
	margin: 0px;
}
/*Footer End*/
.card-header {
	background-color: #c4d9ec;
	border-bottom: 1px solid #86b7fe;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.5);
	cursor: wait;
	z-index: 9999;
}

.align-center {
	position: absolute;
	top: 50%;
	left: 50%;
}

.required:after {
	content: "*";
	color: red;
	font-weight: 100;
}

.toastBox {
	width: 768px;
	max-width: 90%;
	/* top: 100px; */
	z-index: 9999;
}

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

@media only screen and (max-width: 1080px) {
	.content_cont iframe {
		height: 80vh !important;
	}
}

@media only screen and (max-width: 768px) {
	.container {
		max-width: 100%;
	}
	.punch {
		display: none;
	}
}

@media only screen and (max-width: 425px) {
	.fromDate {
		margin-bottom: 10px;
	}
}