@CHARSET "UTF-8";

/* Margem para centralizar o logo na vertical */
.logo-menu-superior {
	margin-top: 5px;
}

.logo-menu-superior-phone {
	margin-top: 2px;
}

.logo-menu-superior-not-logged {
	margin-top: 5px;
	margin-left: 50px;
}

.logo-menu-superior-phone-not-logged {
	margin-top: 2px;
	margin-left: 15px;
}

.mf-modal {
    padding-top: 80px;
    height: 300px;
    text-align: center;
}

.mf-modal-title {
	font-size: 28px;
}

.mf-mandatory-fields {
	font-style: italic;
	font-size: .8rem;
	color: #9e9e9e;
}

.mf-cursor {
	cursor: pointer;
}

/* Configuração personalizada cabeçalho do card */
div.mf-form-title {
	font-size: 40px !important;
	min-height: 92px;
	max-height: 130px;
}

div.mf-form-title span>i {
	font-size: 40px !important;
}

div.mf-form-title img {
	min-height: 92px;
}

div.mf-form-title span.card-title {
	min-height: 92px;
}

i.icon-form {
    vertical-align: middle;
    padding-bottom: 5px;
}

.row-no-bottom-margin {
	margin-bottom: 0px;
}

/* Para mobile, funciona diferente*/
@media screen and (max-width: 599px) {
	
	div.mf-form-title {
		font-size: 24px !important;
	}
	
	div.mf-form-title span>i {
		font-size: 24px !important;
	}
	
	div.mf-form-title span.card-title {
		padding-bottom: 12px !important;
	}
	
}

/**/

form.mf-form div.row {
	margin-bottom: 0px;
}

/* Configuração das mensagens de erro */
.errors {
    color: red;
    margin-top: -15px;
    margin-left: 45px;
}

.errors-select {
	margin-left: 0px !important;
}

.mf-phone-btn-action {
    width: 100% !important;
    margin-bottom: 5px;
}

.divMsgAlert {
	background-color: lightgrey;
	font-weight: bold;
	font-size: 20px;
	color: yellow;
	padding: 10px;
}

.divMsgError {
    background-color: lightgrey;
    font-weight: bold;
    font-size: 20px;
    color: red;
    padding: 10px;
}

.mf-card-title {
    padding-top: 20px;
}

/* Imagem de recorte*/
.mf-miniatura-img-usuario {
	overflow: hidden; 
	width: 100px; 
	height: 100px; 
	background-color:#ccc;
	z-index: 120;
	margin-bottom: 10px;
}

@media screen and (min-width: 900px) {
	.mf-miniatura-img-usuario {
		float: right;
		margin-right: 200px;
	}
}

.mf-profile-button {
	margin-top: 10px;
}

.mf-ico-img-user {
	height: 32px;
}
