/* --------------------------------------------------------------- */
/* !#forms */
/* --------------------------------------------------------------- */

.label_box { margin-bottom: 5px; }

.simplesearch-search-form fieldset {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.simplesearch-search-form fieldset input#search { text-align: center; }
.simplesearch-search-form fieldset button {
	width: 50px;
	background: transparent;
	border: 0;	
}
.simplesearch-search-form fieldset button .fas.fa-search { color: rgb(94, 117, 132) }
.simplesearch-search-form fieldset button .fas.fa-search:hover { color: rgb(33, 44, 48) }
#mySearch .modal-content .modal-footer a.btn {
	margin: 0;
	padding: 5px 13px;
    font-size: 20px;
    white-space: nowrap;
    background: rgb(237, 240, 242);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
#mySearch .modal-content .modal-footer a.btn:hover { background: rgb(94, 117, 132); }
#mySearch .modal-content .modal-footer a.btn .fas { padding-left: 0; }

input {
	width: 100%;
	margin: 0;
	padding: 7px;
	font-size: 16px;
	line-height: normal;
	background: rgb(246, 247, 250);
	border: 0;
}
textarea {
	width: 99%;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 16px;
	background: rgb(246, 247, 250);
	border: 0;
}
.modal-body #ajaxSearch_form label { display: block; margin: 0; }
select { width: 40%; padding: 5px; background: rgb(246, 247, 250); border: 0; }
.errors {
	margin-bottom: 10px;
	padding: 10px;
	color: rgb(128, 24, 21);
	background: rgb(255, 207, 207);
	border: 1px solid rgb(230, 162, 161);
}
.requiredValue {
	color: rgb(128, 24, 21);
	background: rgb(255, 207, 207);
	border: 1px solid rgb(230, 162, 161);
}
.invalidValue {
	color: rgb(126, 96, 98);
	background: rgb(255, 241, 205);
	border: 1px solid rgb(230, 214, 159);
}
.label.required {
	display: block;
	margin: 10px 0;
	padding: 5px;
	font-size: 14px;
	font-family: 'Athiti', sans-serif;
	color: rgb(33, 44, 48);
	text-align: left;
	font-weight: 400;
}
.vericode_image {
	display: inline-block;
	float: left;
	margin-right: 20px;
}

#vericode {
	width: 52%;
	padding: 20px;
	font-size: 20px;
	color: rgb(70, 110, 172);
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
}
#vericode[placeholder] {
	font-size: 16px;
}


.content #ajaxSearch_form { position: relative; width: 50%; margin-bottom: 20px; }
.content #ajaxSearch_form label { display: block; width: 100%; margin: 0; }
.content #ajaxSearch_form input {
	display: block;
	width: 100%;
	padding: 10px;
	font-family: "Abel", Sans-Serif;
	font-size: 18px;
	color: rgb(33, 44, 48);
	font-weight: 400;
}
.content #ajaxSearch_submit {
	position: absolute;
	right: 0;
	top: 0;
	padding: 8px;
	font-size: 22px;
	background: transparent;
	z-index: 99;
}

.content .ajaxSearch_resultsInfos { text-transform: none; }
.content .ajaxSearch_highlight { font-weight: 700; }
.content .ajaxSearch_resultsDisplayed { padding-left: 10px; }
.content .ajaxSearch_grpResultName { margin-bottom: 20px; }
.content .ajaxSearch_grpResultName .ajaxSearch_grpResultsDisplayed {
	padding: 5px;
	text-transform: none;
	background: rgb(216,241,178);
}
.content .paging1 { padding: 10px 0; }
.content .ajaxSearch_result {
	margin-bottom: 10px;
	padding: 15px;
	border-bottom: 1px dashed rgb(226, 232, 238);
}

#EmailForm fieldset .confirm #confirm {
	display: block;
	float: left;
	width: auto;
	margin-left: 0;
}
#EmailForm fieldset .confirm #inputGroupNumber { text-indent: 20px; }
