body{
	background-color: rgb(241, 242, 246);
}
.scrollToTop {
	padding: 10px;
	text-align: center;
	background: rgba(0, 0, 0, 0.4);
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position: fixed;
	bottom: 50px;
	right: 40px;
	display: none;
	color: #fff;
	border-radius: 5px;
}

.scrollToTop:hover {
	text-decoration: none;
}

.fullscrn{
	padding: 10px;
	text-align: center;
	background: rgba(0, 0, 0, 0.4);
	color: #444;
	font-size: 18px;
	text-decoration: none;
	position: fixed;
	top: 40px;
	right: 40px;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}

.fullscrn:hover {
	text-decoration: none;
}

.custom-btn {
	margin-top: 4px;
	background-color: #0767ad !important;
	border: none;
	font-size: 16px;
}

.custom-btn:hover {
	background-color: #023A5C !important;
}

.custom-btn:disabled {
	background-color: #999 !important;
}

.custom-btn-group-style {
	background-color: #0C6D89 ;
}

.custom-btn-group-style:hover {
	background-color: #f6bb42;
	btn-primary
}

.custom-feedback-style {
	background-color: #0d9cd0;
	color: #fff;
}

.custom-btn-group button {
	border: 0px solid;
	border-right: 2px solid #fff;
}

.custom-btn-group button:last-child {
	border-right: 0px;
}

.custom-modal-header {
	background-color: rgb(255, 221, 115);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 6px 20px;
}

.custom-modal-header .close {
	font-size: 40px;
	line-height: 35px;
	opacity: 0.5;
}

.custom-modal-header .close:hover {
	opacity: 0.8;
}

.custom-modal-header h4 {
	font-weight: bold;
	font-size: 22px;
}

.custom-panel{
	margin-bottom: 5px;
}

.custom-panel:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
}
.custom-panel h5{
	margin: 5px 0px;
	float: left;
}
