/* Add here all your CSS customizations */
header {
	background-color: #ccc; //
	Animation -webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

header.shrink {
	min-height: 35px;
}

.container {
	width: 78%
}
@media (min-width: 768px) {
	.modal-dialog {
		width: 1024px;
	}
}

.modal-body {
	display: flex;
	flex-direction: column;
	align-items: center;"	
}

.highlight2 {
	color: #006F00;
}

.popover {
	max-width: none;
/* 	top: -73px !important; */
}

.mb0 {
	margin-bottom: 0px !important;
}

.field-icon {
	float: right;
	margin-right: 5px;
	margin-top: -25px;
	position: relative;
	color: #1c88ec;
	z-index: 2;
}

.no-bottom {
	min-height: 284px !important;
	height: auto !important;
}

.ta-c {
	text-align: center;
	font-size: 14px;
}

.mb5 {
	margin-bottom: 5px;
}

.summary-table tr:nth-child(1)>td {
	border-top: 3px solid black !important;
	border-bottom: 3px solid black !important;
}

.summary-table tr:nth-child(10)>td {
	border-top: 3px solid black !important;
	border-bottom: 3px solid black !important;
}
@media print {
	.no-print {
		display: none;
	}
}