.box-long {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.textColor2 {color:darkred}
/* Accordeon custom +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.acc-box {
	width: 97%;
	margin: 5px 1.5%;
	border: 0 solid #dedede;
}
.form-group {
	position:relative;
	margin-bottom: 10px;
	width: 46%;
	padding-right: 2%;
	display:flex;
	flex-direction:column
}
.form-group div, .form-group span {position:relative;}
.form-group a {color:var(--blue-theme)}
.form-group input:not([type='checkbox']) {
	height: 38px !important;
}
.form-group textarea {
	width: 100%;
	font-family: inherit;
	height: 100px !important;
}
.form-group .control-label {font-size:.8em;font-weight:600;padding-top:5px}
#pContent_btnLoggin {    
	margin-top: 8px;
    font-size: .7em;
    font-weight: 600;
    letter-spacing: 1px;}
.acc-box .acc-title {
	width: 100%;
	background: #272727;
	color: #fff;
	padding: 6px 12px;
	text-transform: uppercase;
	display: none;
}

.acc-box .acc-title a,
.acc-box .acc-title a:hover {
	color: white;
	text-decoration: none;
}

.acc-box .acc-content {
	width: 96%;
	max-width:1000px;
	margin: 16px 2% 26px 2%;
	color:var(--blue-theme)
}

.acc-box .acc-content h2 {
	font-size: 24px !important;
}

.acc-box .acc-content h2 i {
	font-size: 0.8em;
	margin-right: 4px;
}



#chkRemnb, 
#forgot-btn {
	font-size: .8em;
    color: #7b7b7b;
    font-weight: 500;
}
#chkRemnb {display:none !important;visibility:hidden !important;}

.cel-50 {
	width: 48%;
	border: 0;
	padding: 0 2% 0 0;
	margin: 0;
}

.btn-f {
	font: inherit;
	margin: 0;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	user-select: none;
	color: #fff;
	cursor: pointer;
	margin-right: 3px;
	margin-bottom: 3px;
	background: var(--blue-theme) none repeat scroll 0 0;
	border: 1px solid var(--blue-theme);
	border-radius: 0;
	font-size: 14px;
	line-height: 15px;
	padding: 10px 14px !important;
	text-transform: uppercase;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.btn-f:hover {
	background: #fff none repeat scroll 0 0;
	border: 1px solid var(--blue-theme);
	color: var(--blue-theme);
}

.btn-f.light {
	background: #ccc none repeat scroll 0 0;
	border: 1px solid #ccc;
}

.btn-f.invert {
	background: #fff none repeat scroll 0 0;
}

.btn-f.invert a,
.btn-f.invert a:hover {
	color: #000 !important;
}

.btn-f.off {
	color: white;
	background-color: rgba(0, 0, 0, 0.2);
	border-color: rgba(0, 0, 0, 0.1);
}

.btn-f.off a,
.btn-f.invert a:hover {
	color: #fff !important;
}

.btn-f.invertThema {
	background: #fff none repeat scroll 0 0;
	border-color: var(--blue-theme) !important;
	color: var(--blue-theme) !important;
}

.btn-f.invertThema:hover {
	background: var(--blue-theme) none repeat scroll 0 0;
	border-color: var(--blue-theme) !important;
	color: #fff !important;
}

.btn-f.invertThema a,
.btn-f.invertThema a:hover {
	color: var(--blue-theme) !important;
}

.btn-f.invertThema:hover a,
.btn-f.invertThema:hover a:hover {
	color: #fff !important;
}

.btn-f.invertblack {
	background: #fff none repeat scroll 0 0;
	border-color: #404040 !important;
	color: #404040 !important;
}

.btn-f.invertblack:hover {
	background: var(--blue-theme) none repeat scroll 0 0;
	border-color: var(--blue-theme) !important;
	color: #fff !important;
}

.btn-f.invertblack a,
.btn-f.invertblack a:hover {
	color: #404040 !important;
}

.btn-f.invertblack:hover a,
.btn-f.invertblack:hover a:hover {
	color: #fff !important;
}

.btn-f.invertRed {
	background: #fff none repeat scroll 0 0;
	border-color: #ff514b !important;
	color: #ff514b !important;
}

.btn-f.invertRed:hover {
	background: #ff514b none repeat scroll 0 0;
	border-color: #ff514b !important;
	color: #fff !important;
}

.btn-f.invertRed a,
.btn-f.invertRed a:hover {
	color: #ff514b !important;
}

.btn-f.invertRed:hover a,
.btn-f.invertRed:hover a:hover {
	color: #fff !important;
}

.smaller-btns .btn-f {
	font-size: 12px !important;
	padding: 7px 12px !important;
}



.form-control {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 2px !important;
	background-color: #f9f9f9 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
	border: 1px solid #9a9a9a;
	height: 38px;
	padding: 0 10px;
	margin: 5px 0;
	width: 50%;
	min-width: 240px;
	font-size: 0.9rem;
}

.bl-title {
	padding: 10px 0 20px 0;
	font-size: 1.4em;
	font-weight: 200;
	line-height: 20px;
}

.bl-title i {
	font-size: 0.8em;
}

.bl-title span {
	font-size: 0.72em;
	font-weight: 400;
}

@media all and (max-width: 768px) {
	.box-long {
		flex-direction: column;
	}
	.form-group {
		width: 80%;
	}
	.form-group input:not([type='checkbox']) {
		width: 100%;
	}
	.acc-content.flex {
		flex-direction: column;
	}
	.acc-content .cel-50 {
		width: 100%;
	}
}

.RadComboBox_Metro {margin-top:8px;max-width: 53.7%;}


.TexteError {
    color: #FF514B;
    font-size: 1.1em;
    font-weight: 600;
    margin-left: 6px
}

.ZoneErrForm {
    position: absolute !important;
    left: -33px;
    top: 15px;
    z-index: 900;
    font-size: 1rem;
    color: #FF5722 !important;
}

.welcome-message {
	    padding: 14px 3.2%;
    margin: 20px 0 0;
    color: green;
    background-color: #e5ece5;
}
