
/*Login*/
#login{
	background-color: #D5D5D5;	
	border-radius: 25px;
	overflow:hidden;
	padding:50px;
}

#login input{
	padding:15px;
	height:auto;	
}

#iconeLogin{
	height:100px;
}

h3{
	color:#E10707;
	font-weight:bold;
}

.tituloLogin{
	background-color: #259028;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	width:100%;
	margin-bottom:35px;
	font-weight: bold;
}

.botaoEstilo1{
	background-color: #259028;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	border:0;
	margin-top:20px;
	border-radius: 6px;
	width:100%;
	font-weight:bold;
}

.botaoEstilo1:hover {
	background-color: #10BE16;
}

/*barra de menu de duas cores*/
.navbar-default{
	height: 90px;
	width: 100%;
	border:0;
}

#barraVermelha{
	background-color:#EF151F;
	height:42px;
}

#barraVerde{
	background-color:#228B22;	
	height: 42px;
}

@media (max-width: 991px) {
	#barraVermelha{
		display:none;	
		margin-bottom:-1px;
	}
	#logos{
		background-color:#228B22 !important;
	}
	#logoBonato{
		right:initial !important;
	}
}

@media (max-width: 318px) { 
	.navbar-default {
		background-image: none;
		background-color: #228B22;	
	}	
	#logos{
		display:none;
	}
	.navbar-default {
		background:transparent;
	}
}

#logos{
	z-index:1;
	max-height:42px;
	background-color: #EF151F;
}

#logoBonato{
	height:130px;
	margin-top:-62px;
	right: -24px;
    position: absolute;
}

#faixaBranca{
	width:100%;
	height:	48px;
	background:#fff;	
}

#logout{
	margin-right:30px;
	font-size:19px;
	margin-top: 8px;
}

.glyphicon-log-out{
	margin-right:10px;
}
/*Login*/

/*Rodape*/
html {
    position: relative;
    min-height: 100%;
}

#rodape{
	background-color: #259028;	/*cor padrão do sistema*/
	margin:0;
	padding:0;
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
    width: 100%;
}

.tituloRodape{
	color:#fff;
	font-weight:bold;
	font-size:16px;
	padding:6px;
}

.faixaRodape{
	background-color: #EF151F;
	height:10px;
}
/*Rodape*/

/*Menu*/
.row{
	margin:0;	
}



#menuAdmin{
    float: none;	/*para centralizar*/
    margin-top:50px;	/*para não ficar em cima do logo*/
}

#menuAdmin .nav-tabs li a{
	color: #727272;
	padding-left:20px;
	padding-right:20px;
	border:0;
}

#menuAdmin .nav-tabs li{
	border: 1px solid #D6D6D6;
	border-radius: 10px 10px 0 0;
	vertical-align: middle;
}

#menuAdmin .nav-tabs .active a, #menuAdmin .nav-tabs .active{
	background-color: #D5D5D5;
	color: #000;	
}

#menuAdmin .nav-tabs li:hover, #menuAdmin .nav-tabs li a:hover{
	background-color: #D5D5D5;
}
/*Menu*/

/*Home*/
.divCinza{
	padding:20px;
	margin-bottom:80px;
	background-color: #D5D5D5;
	position:relative;
	overflow:hidden;
}

.conteudo{
	background-color:#fff;	
	float: none;	/*para centralizar*/
	border-radius: 10px;
	padding:20px 50px;
	overflow:hidden;
}

h1{
	border-bottom:1px solid #CECDCD;
}
/*Home*/

/*Banners*/
.divBanners{
	margin-bottom:15px;
}

.banner{
	width:100%;	
	max-height:200px;
}

.divRemoverBanner{
	min-height:20px;
}

.divImagemBanner{
	border: 1px solid #000;
	border-radius: 4px;
}

.removeBanner{
	position: absolute;
    top: 0;
    right: 0;
	border-radius:20px;
	padding:4px 8px;
}

.botaoImagem{
	-webkit-border-radius: 7;
	-moz-border-radius: 7;
	border-radius: 7px;
	font-family: Arial;
	color: #ffffff;
	font-size: 14px;
	background: #9e9e9e;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	width:100%;
}

.botaoImagem:hover {	
	background: #bababa;
	cursor: pointer;
}

.imagemModal{
	margin-top:20px;
}
/*Banners*/

/*Forma de pagamento*/
.divFormaPagamento{
	margin:5px;
}

.divRemoverPagamento{
	min-height:20px;
}

.divInfoPagamento{
	border: 1px solid #000;
	border-radius: 6px;
}

.removeFormaPagamento{
	position: absolute;
    top: 0;
    right: 0;
	border-radius:20px;
	padding:4px 8px;
}

#formasPagamento{
	margin-bottom:40px;
}

#uploadPreview{
	height: 120px; 
	display: none;
	margin-bottom:20px;
	margin-top:20px;
}

#alterarFrasePagamento.botaoEstilo1{
	margin-top:0;
}

#cadastroFormaPagamento{
	margin-top:20px;
}
/*Forma de pagamento*/

/*Clientes*/
ol li{
	color: #0334A5;	
	font-weight:bold;
	font-size:17px;
}

ol li:hover {
	cursor: pointer;
}

#infoCliente .modal-body, #infoCurriculo .modal-body, #infoAdministrador .modal-body{	/*para os dados não sairem do modal*/
	overflow: hidden;

}

#infoCategoria .modal-dialog .modal-content{
overflow: hidden;
	height: 300px;
}

#dadosCategoria{
	margin-bottom: 40px;
	height: 300px;
}


.dadoCategoria{

	padding: 6px 12px;
	border: 1px solid #ccc;
    	border-radius: 4px;	
	margin-top: 10px;
	height: 300px;
}




#infoReceita .modal-body{
overflow: hidden;
	
}

#dadosReceita{
	margin-bottom: 40px;
	
}


.dadoreceita{

	padding: 6px 12px;
	border: 1px solid #ccc;
    	border-radius: 4px;	
	margin-top: 10px;
	height: 700px;
}




#dadosUsuario, #dadosCurriculo, #dadosAdminitrador{
	margin-bottom:40px;
}

.dadoUsuario, .dadoCurriculo, .dadoAdministrador{
	padding: 6px 12px;
	border: 1px solid #ccc;
    	border-radius: 4px;	
	margin-top: 10px;
}

.infoRed{
	color:#D41212;	
}

.botaoEstilo2{
	background-color: #D41212;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	border:0;
	margin-top:20px;
	width:100%;
	font-weight:bold;
}

.botaoEstilo2:hover {
	background-color: #FF0000;
}

.estiloLabel{
	font-weight:bold;
}

.modal-open{	/*inpedindo scroll do body quando o modal esta aberto*/
	overflow: hidden;
}
/*Clientes*/

/*Currículos*/
.fotoCurriculo{
	width:100%;
	-webkit-box-shadow: 7px 7px 5px 0px #CBC7C7;
    -moz-box-shadow: 7px 7px 5px 0px #CBC7C7;
    box-shadow: 7px 7px 5px 0px #CBC7C7;
}

#dadosCurriculo .row{
	display:flex;
}
/*Currículos*/

/*Lojas*/
#infoLoja .modal-dialog{	/*mudando a largura do modal*/
	width: 60%; 
	margin:auto;
	margin-top:20px;
}

/*Lojas
#infoCategoria .modal-dialog{	/*mudando a largura do modal*/
	width: 60%;
	
	margin:auto;
	margin-top:20px;
}
*/

#previewImagem{
	margin-bottom:10px;
}

.divHorarioLoja{
	position:relative;
}

.divRemoverHorario{
	min-height:20px;
}

.removeHorario{
	position: absolute;
    top: 0;
    right: -10px;
	border-radius:20px;
	padding:4px 8px;
}

#excluirLoja{
	border-radius: 6px;
}

#excluirCategoria{
	border-radius: 6px;
}




.botaoEstilo3{
	background-color: #5bc0de;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	border:0;
	margin-top:20px;
	border-radius: 6px;
	width:100%;
	font-weight:bold;
}

.botaoEstilo3:hover {
	background-color: #71DFFF;
}

#previewImagemRegistrar{
	margin-bottom:10px;
}
/*Lojas*/

/*Ofertas*/
.tituloOferta{
	color: #fff;
	text-align: center;
	padding: 4px;
	background-color:#1EAD44;
	min-height: 58px;
}

.imagemOferta{
	height: 80px;	
	-webkit-box-shadow: -7px 7px 5px 0px #CBC7C7;
	-moz-box-shadow:    -7px 7px 5px 0px #CBC7C7;
	box-shadow:         -7px 7px 5px 0px #CBC7C7;	
}

.imagemOferta img{
	max-height: 100%;
    max-width: 100%;
	margin: auto;
	border:0;
}

#infoOferta .modal-dialog{	/*mudando a largura do modal*/
	width: 60%; 
	margin:auto;
	margin-top:20px;
}

#infoOferta .modal-body{
	overflow:hidden;	
}

.divRemoverPagina{
	min-height:20px;
}

.removePagina{
	position: absolute;
    top: 0;
    right: 0;
	border-radius:20px;
	padding:4px 8px;
}

.modal-title{
	font-size:24px;
}

.fa-spin{
	font-size:50px;
}

.oferta .botaoEstilo2{
	margin-top:10px;
}

.oferta{
	margin-top: 15px;
}
/*Ofertas*/

/*Institucional*/
#institucional{
	text-align:justify;
}

.divInstitucional{
	padding: 20px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.divInstitucional h4{
	color: #0A15AE;
    border-bottom: 2px solid #0A15AE;
    margin-bottom: 20px;
	font-size:22px;
}

.divInstitucional img{
	width:100%;
}

#institucional .botaoImagem{
	margin-top:8px;
}
/*Institucional*/
