/*
 * Sistema de lead - Unifor
 *
 * By: Manoel Silva - manoelsilva@unifor.br
 *
 */

/*---- PUBLIC FORM ----*/

html, body {
    width: 100%;
}

p {
    margin: 0 0 10px;
}

li.select2-search.select2-search--inline {
	display: block !important;
}

li.select2-selection__choice {
    position: relative;
    padding: 6px !important;
    margin-left: 0;
    margin-bottom: 3px;
    background-color: #fff !important;
    transition: background-color .25s ease-in-out,margin-top .4s;
}

li.select2-search.select2-search--inline {
	padding: 6px !important;
} 

/*---- RODAPÉ ----*/

.texto-centralizado {
    text-align: center;
}
.text-muted {
    color: #999 !important;
}

.texto-mt-md {
    margin-top: 15px !important;
    font-size: 12px;
}
.text-muted {
    color: #777;
}

/*---- CORPO ----*/

input[type=radio] {
    margin: 0px 0 0;
    margin-top: 1px;
    line-height: normal;
}

.g-recaptcha {
	padding-top: 10px;
}

.tbody {
	width: 100%;
}

.painelcentro {
	margin-bottom: 0px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
}

.conteudo-corpo {
	/* display: table-cell; */
	padding: 0 40px 0 40px;
	position: relative;
	vertical-align: top;
	background-color: #ffffff;
}

.form-group {
	margin-bottom: 15px !important;
}
	

@media only screen and (min-width: 1200px) {
	.tbody {
		position: relative;
		margin: 0 auto;
		background-color: transparent;
	}
}

@media only screen and (min-width: 1200px) {
	.conteudo-corpo {
		border-radius: 5px;
		background-color: #ffff;
	}
}

/*---- ERROS ----*/
.has-error label {
	color: #a94442 !important;
}

.has-error .radio-inline > .error {
	border-color: #a94441 !important;
	position: relative;
    float: left;
    left: -25px;
    top: -3px;
    padding-right: 4px;
}

.has-error .form-control {
	border-bottom: 1px solid #a94442 !important;
}

.has-error > .error, .has-error .radio-inline > .error  {
	font-weight: 400 !important;
	line-height: 1.8 !important;
}
