.fb3area {
	/*text-align: center;*/
}
.fb3area *{
	/*text-align: left;*/
}
.fb3col {
	vertical-align: top;
	display: inline-block;
}
.fb3sep {
	clear: both;
	padding: 10px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #e5e5e5;
}
.fb3label {
	font: 400 15px/100% 'Lato', sans-serif;
    color: #333333;
    text-transform: none;
	margin-bottom: 8px;
}
.fb3label.fb3top {
	clear: both;
	width: auto;
}
.fb3label.fb3left {
	vertical-align: top;
	display: inline-block;
	*float: left;
	width: 100%;
}
.fb3ast {
	font: 700 14px/130% 'Lato', sans-serif;
    color: #E10090;
}
.fb3astekoos {
	font: 700 14px/130% 'Lato', sans-serif;
    color: #1A9EB1;
}
.fb3field input, .fb3field select, .fb3field textarea {
	width: 100%;
}

.fb3field input{
	border-radius: 0 !important;
    border: 1px solid #DDDDDD !important;
    font: 400 14px/100% 'Lato', sans-serif;
    color: #535353 !important;
	height: 42px;
}

.fb3field input[type=file]{
	border:none !important;
	height:auto;
}

.fb3field select{
    width: 100%;
    min-width: 144px;
    font: 400 14px/100% 'PT Sans', sans-serif  !important;
    padding: 0 30px 0 10px !important;
    cursor: pointer;
    background-color: #FFFFFF;
    border-radius: 0 !important;
    border: 1px solid #DDDDDD !important;
    color: #535353 !important;
	height:42px;
}

.fb3field.fb3select{
	width: 100%;
    max-width: none;
    position: relative;
    margin-right: 8px;
    height: 42px;
}

.fb3field.fb3select:after {
    content: '';
    width: 7px;
    height: 5px;
    background: url(../temas/esistemas2017/img/dropBox-seta.svg);
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.fb3field.fb3selectEkoos{
	width: 100%;
    max-width: none;
    position: relative;
    margin-right: 8px;
    height: 42px;
}

.fb3field.fb3selectEkoos:after {
    content: '';
    width: 7px;
    height: 5px;
    background: url(../temas/ekoos/images/dropBox-seta.svg);
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.fb3field input.datepicker {
	width: 5em;
}

.fb3textarea textarea{
	min-height: 150px !important;
	resize: none;
	border-radius: 0;
	font: 400 14px/100% 'PT Sans', sans-serif  !important;
	border: 1px solid #DDDDDD !important;
    color: #535353 !important;
}

.fb3field .ui-datepicker-trigger {
	position: relative;
	top: 2px;
	left: 2px;
}
.fb3field.fb3top {
	clear: both;
	width: auto;
}
.fb3field.fb3left {
	vertical-align: top;
	display: inline-block;
	max-width: 100%;
	width: 100%;
}
.fb3field.fb3checkbox input,.fb3field.fb3radio input {
	width: auto !important;
}
.fb3row {
	margin-bottom: 10px;
}
.fb3error {
	border: 1px solid red;
	background: lightpink;
}
.fb3codpostal1 {
	width: 50px !important;
	margin: 0 !important;
}
.fb3codpostalsep {
	display: inline;
	margin: 0 5px;
}
.fb3codpostal2 {
	width: 30px !important;
	margin: 0 !important;
}

.fb3field.fb3captcha{
	display:flex;
}

.gesConteudo .newbtnsubmit2{
	font: 700 13px/100% 'Lato', sans-serif;
    cursor: pointer;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #8FC200;
    max-width: 190px;
    width: 190px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    display: flex;
    padding: 9px 16px;
	margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
	border:none;
}

@media screen and (max-width:767px){
	.fb3col {
		width:100% !important;
	}
}

#content .block-row.fb3termos{
    margin: 10px 0 20px 0;
}

#content .block-row.fb3termos label{
	margin-left: 5px;
}

#content .block-row.fb3termos label a{
	color: #DF008E;
}