@charset "utf-8";

.inactive-professional {
    opacity: 0.4;
    filter: grayscale(1);
}

.margin-content {
	margin-top:30px; 
	margin-bottom: 120px;
}

/**
 * Itens não imprimíveis
 **/ 
@media print
{
    .nao-imprimivel, #search-form, .top-height {
        display: none !important;
    }
    .margin-content {
    	margin-top: 0px; 
    	margin-bottom: 0px;
    }
    .list-group-item, .list-group-item a {
	    padding: 0px !important;
	    font-size: 0.7rem;
	    text-decoration: none;
	}
}


/**
 * Botão Bootstrap xs
 **/ 
.btn-group-xs>.btn, .btn-xs {
	padding: .15rem .3rem;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 11px !important;
	line-height: 1;
	border-radius: .2rem;
}
/**
 * Tabela Bootstrap xs
 **/ 
.table-xs td, .table-xs th, .table-xs .btn {
	font-size: 12px;
}
.table-xs .btn {
	padding: 3px 6px;
}
.table-xs td, .table-xs th {
	padding: 5px;
}
/**
 * Complementações ao bootstrap
 **/ 
.w-inherit {
	width: inherit !important;
}
@media only screen and (min-width: 768px) {
	.w-md-inherit {
		width: inherit !important;
	}
}

/**
 * list-group-item que é link
 **/ 
a.list-group-item {
	color: #666;
}
a.list-group-item:hover {
	text-decoration: none;
	background-color: #DBF2FF;
}


/* Template - topo e rodapé */
html, body {
	min-height: 100%;
}
body{
	background: linear-gradient(163deg, rgba(255,255,255,1) 30%, rgba(231,231,231,1) 100%);
	background-size: cover
}
h2{
	font-size: 35px;
}
h3{
	color: #9B8337;
}
h4{
	color: red;
}
.text-button, .text-button:active, .text-button:focus, .text-button:hover {
	outline: none;
	display: inline;
	text-align: inherit;
	cursor: pointer;
	color: #007bff;
	background-color: inherit;
	padding: 0px;
	border: none !important;
}
.text-button:hover {
	text-decoration: underline;
}

/**
 * Paginação ==============================
 **/ 
.pagination {
	align-items: center;
}
.page-item {
	margin-left: 5px;
}
.page-link {
	color: #fff;
    background-color: #dc3545;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	border: none;
}
.page-link:hover {
    color: #fff;
    background-color: #c82333;
}
.page-item.active .page-link {
	background-color: #666;
}
/* ======================================== */


.dropdown-divider:first-child {
	border:none;
	margin-top: 0px;
}
.fundoLogin{
	background-image: url(imagens/lixo/banner.jpg);
	background-color: red;
}

.container{
	max-width: 1440px;
}

.logout{
	display: flex;
	align-items: center;
	font-size: 13px;
	padding: 2px 10px;
}
.linkLogout{
	color: #ccc;
}
.linkLogout:hover{
	color: red;
	text-decoration: none;
}
.areaMenu{
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	font-size: 22px;
}
.nav-item{
	padding: 0px 20px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 500;
}
.menuCampanhas:hover{
	background: linear-gradient(111deg, rgba(244,244,244,1) 2%, rgba(232,232,232,1) 35%, rgba(195,195,195,1) 100%);
}
.sombra, .search-box {
	padding: 2px;
	box-shadow: 5px 5px 8px #ccc;
}
.search-box {
	border: 1px solid #CCC; 
	background-color:#F2F2F2; 
	margin: 20px 0px; 
	border-radius:10px; 
	overflow: hidden
}
.footerArea{
	display:flex;
	flex-direction: column;
	justify-content:center;
	background-color: #000;
	border-top: 2px solid red;
}
.footerAlign{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.footerLogo{
	margin:10px; 
	margin-right:10px; 
	padding-right: 10px; 
	width: 120px;
}
.footermenu{
	display:flex;
	flex-direction: row;
	text-align: right;
}
.footerLink{
	color:#FFF;
	padding:20px;
}
.footerLink:hover{
	color:#CCC;
	text-decoration:none;
}
.footerDireitos{
	display:flex;
	justify-content:center;
	padding:5px;
	font-size: 11px;
	color: #CCC;
}


@media only screen and (max-width: 768px) {

	h2{
		font-size: 25px;
	}
	h3{
		font-size: 20px;
	}
	.footermenu{
		align-items: flex-end;
		font-size: 16px;
		margin-bottom: 20px;
	}
	.footerLink{
		padding:5px;
	}
	.footerDireitos{
		padding:5px;
		font-size: 12px;
		justify-content: center;
		text-align: center;
	}
}





/* CONTEÚDO - PROFISSIONAIS */

.foto-container {
    border: solid 1px #CCC;
    border-radius: 4px;
    overflow: hidden;
    width: 80px;
    min-width: 80px;
    height: 80px;
    background-size: cover;
    background-position-x: center;
    background-position-y:  top;
    background-color: #E6E6E6;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.listaRapidaTopo{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.listaRapidaItens{
	display: flex;
	align-items: center;
	margin-bottom: 0px;
	font-size: 12px;
	padding: 5px 10px 0px 0px;
}
.listaRapidaGrupo{
	display:flex; 
	flex-direction: row; 
	flex-basis: 33%;
	align-items: flex-start;
	justify-content: center;

}
.listaRapidaTitulos{
	font-size: 22px;
}

.profInfos{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 30px;

}
.profImagem{
	display: flex;
	flex-direction: column;
	flex-grow: 2;
	order:1;
}
.profBorder{
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	max-width: 350px;
}
.profDescricao{
	display: flex;
	flex-direction: column;
	flex-grow: 5;
	order:2;
	padding-left: 20px;
}
.profPontuacao{
	display: flex;
	flex-direction: column;
	flex-grow: 3;
	order:3;
	padding-left: 20px;
}
.botaoRegulamentos{
	color: #FFF;
	background-color: #EA1923;
	padding: 15px;
	border-radius: 20px;
	text-transform: uppercase;
}
.botaoRegulamentos:hover{
	color: red;
	background-color: #FFF;
	border: 1px solid #EA1923;
	text-decoration: none;
}
.botaoRegulamentos.botaoRegulamentosListagem {
	font-size: 12px;
	padding: 5px 10px;
	float: right;
	margin-bottom: 5px;
}
.listaReferencia{
	width: auto;
}


/* CONTEÚDO - ADM */

.numeroListagem{
	display: flex;
	align-items: center;
	font-size: 18px;
	background-color: darkred;
	padding: 5px 15px;
	margin-right: 20px;
	border-radius: 10px;
	color: #FFF;
	font-weight: bold;
}
.numeroProfissional{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	background-color: red;
	width: 40px;
	height: 40px;
	margin-right: 20px;
	border-radius: 10px;
	color: #FFF;
	font-weight: bold;
}
.numeroLoja{
	display: flex;
	align-items: center;
	font-size: 18px;
	background-color: #8C6900;
	padding: 5px 15px;
	margin-right: 20px;
	border-radius: 10px;
	color: #FFF;
	font-weight: bold;
}
.linkEscritorio{
	font-size: 20px;
	font-weight: 500;
	color: darkred;
}
.linkProfissional{
	font-size: 18px;
	font-weight: 500;
	color: red;
}
.linkProfissionalLista{
	width: 300px;
	font-size: 18px;
	font-weight: 500;
	color: red;
}
.linkLoja{
	font-size: 20px;
	font-weight: 500;
	color: #8C6900;
}
.linkCampanha{
	font-size: 20px;
	font-weight: 500;
	color: #000;
}
.linkCampanha:hover{
	text-decoration: none;
	color:  darkred;
}
.linkProfissional:hover, .linkProfissionalLista:hover, .linkEscritorio:hover, a.linkLoja:hover{
	color: #000;
	text-decoration: none;
}
.pontuacao{
	font-size: 30px;
	color: red;
	font-weight: 500;
}
.linkImagem:hover{
	opacity: 0.6;
	text-decoration: none;
}
.linkLogos{ 
	opacity:1;
}
.linkLogos:hover{
	opacity:0.8;
}
@media only screen and (max-width: 1380px) {
	.listaReferencia{
		border-top: 1px dashed #CCC;
		margin-top: 10px;
		padding-top: 10px;
		color: #5F5F5F;
	}
}

@media only screen and (max-width: 990px) {
	.listaRapidaTitulos{
		font-size: 14px;
	}
	.listaRapidaGrupo{
		flex-direction: column; 
	}
	.profImagem{
		margin: 20px;
	}
	.profBorder{
		max-width: 100%;
	}
	.profInfos{
		flex-direction: column;
	}
	.profImagem{
		order:1;
	}
	.profDescricao{
		order:3;
	}
	.profPontuacao{
		order:2;
	}
	.list-group-item{
		font-size: 15px;
	}


/* CONTEÚDO - ADM */
.numeroListagem, .numeroProfissional, .numeroLoja, .linkProfissional, .linkProfissionalLista, .linkEscritorio, .linkLoja{
	font-size: 16px;
	margin-right: 5px;
}
.pontuacao{
	font-size: 22px;
}
}
@media only screen and (max-width: 700px) {
	.linkProfissionalLista{
		width: 100%;
	}
}

