/* GENERAL */
.margT {
	margin-top: 15px;
}

.margB {
	margin-bottom: 15px;
}

.darkgreyBtn {
	background-color: #333;
}

.darkgreyBtn:hover {
	background-color: #444;
}

#searchBox .greyInput {
	background-color: #eff0f1;
}

.searchIcon {
	position: absolute;
	right: 10px;
	margin-top: 4px;
}

.rtl .searchIcon {
	left: 10px;
	right: auto;
}

/* FAQ's */
.collapseBoxTitle {
	color: #104a7a;
	border: solid 1px #a5ccfd;
	padding: 10px 15px;
	font-size: 15px;
}

.mainTitcollapse {
	background-color: #0084bc;
	color: #fff;
	padding: 18px 15px;
	margin-bottom: 15px;
	font-size: 18px;
	border: none;
}

.active .openIcon {
	transform: rotate(180deg);
}

.sliderBox .collapseBox:nth-child(odd) .qTitle {
	background-color: #eaf5ff;
}

.sliderBox .collapseBox:nth-child(even) .qTitle {
	background-color: #f8fcff;
}

.helpBox {
	background-color: #eff0f1;
	border-left: solid 1px #d4d4d4;
	border-right: solid 1px #d4d4d4;
	border-bottom: solid 1px #d4d4d4;
	padding: 15px;
}

.FAQwrap .sliderBox .helpContent {
	margin: 0;
}

.helpImg {
	max-width: 100%;
	margin-top: 12px;
	margin-bottom: 8px;
	border: solid 1px #ff6600;
}

.helpBox a {
	color: #0093ff;
}

.btn {
	padding: 7px 16px;
}

.Edge input::-ms-clear {
	display: none;
}

/* Preview popup */
.previewPdf {
	width: auto;
	height: 90%;
}

.previewOffice {
	width: 1100px;
	height: 90%;
}

.previewOffice .content {
	height: 100%;
}