*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Open Sans";
}

input[type=number]{
	margin-top: 8px;
}


input[type=text],
input[type=number],
input[type=button],
input[type=submit],
input[type=password],
textarea{	
	border-radius: 5px;
}

input[type=checkbox]{
	margin:0 12px 0 0;
	vertical-align: middle;
	position: relative;
	top: -1px;	
	padding-bottom: 5px;
	
}

label {
	display: block;
}

html,body{
	height: 100%;
	background: rgb(250, 246, 246);
}

body{
	overflow-x: hidden;
}


.card-title{
	width: 100%;
	padding:6px;
	color: white;
	margin:10px 0;
	font-size: 17px;
	font-weight: lighter;
	background: #039be5;
}
.card-title1{
	width: 100%;
	padding:10px;	
	margin-top:10px;	
	border-top: 1px solid #ccc;	
}
.card-title2{
	width: 100%;
	height: auto;
	padding:10px;	
	margin-top:10px;	
	border-top: 1px solid #ccc;	
	border-bottom: 1px solid #ccc;	
}


.gerar-pdf{
	display: block;
	margin:8px 0;
}
.gerar-pdf a{
	color: white !important;
	padding: 3px 8px;
	background: #E05C4E;
	text-decoration: none;

}

/*Página de login*/
.box-login{
	box-shadow: 10px 10px 5px rgb(200,200,200);
	max-width: 600px;
	width: 95%;
	padding: 60px 2%;
	background: white;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	border-radius: 5px;
}

.box-login h2{
	text-align: center;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: normal;
	margin:10px 0;
	color: black;
}

.box-login input[type=text],
.box-login input[type=password]
{
	width: 100%;
	height: 40px;
	border: 1px solid #ccc;
	padding-left: 8px;
	margin-top:8px;
}

.box-login input[type=submit]{
	width: 100px;
	height: 40px;
	cursor: pointer;
	margin-top: 10px;
	font-size: 14px;
	background: #039be5;
	color: white;
	border: 0;
}


/*Box erro do painel*/

.erro-box{
	width: 100%;
	padding: 8px 2%;
	text-align: center;
	background: #F75353;
	color: white;
	font-size: 15px;
	border-radius: 5px;
}

/*Fim página login*

/*Painel de controle*/

.clear{clear:both;}

.center{padding:0 2%;margin:0 auto;}



.loggout{
	float: right;
}

.loggout a{
	padding: 0 20px;
	position: relative;
	top: 4px;
	text-decoration: none;
	color: white;
	font-size: 16px;
}

.loggout a > span{
	font-size: 16px;
	text-decoration: none;
}

.menu-btn{
	float: left;
	cursor: pointer;
	font-size: 23px;
	color: white;
}


.menu-wraper{width:250px;}

div.menu{
	overflow-x:hidden;
	overflow-y: auto;
	height: 100%;
	padding:10px 0;
	position: fixed;
	left: 0;
	top: 0;
	background: #ffffff;
	float: left;
	width: 250px;
}


header{
	position: relative;
	left: 250px;
	padding: 10px 0;
	background: #039be5; 
	width: calc(100% - 250px);
}

.content{
	width: calc(100% - 250px);
	position: relative;
	left: 250px;
	padding: 2%;
}



.items-menu{
	margin-top: 10px;
}

.items-menu h2{
	text-align: left;
	font-weight: normal;
	font-size: 17px;
	background: #039be5;
	color: white;
	padding:8px;
}

.items-menu a{
	display: block;
	padding: 6px;
	font-weight: 300;
	font-size: 16px;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #e1f5fe;
}


div.box-usuario{
	padding: 5px;
	text-align: center;
}

.avatar-usuario{
	text-align: left;
	display: inline-block;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	border: 1px solid #e1f5fe;
}

.avatar-usuario i{
	position: relative;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	font-size: 50px;
	color: #e1f5fe;
}

.imagem-usuario{
	display: inline-block;
	width: 130px;
	height: 130px;
	position: relative;
	border-radius: 50%;
	border: 1px solid #e1f5fe;
}

.imagem-usuario img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.nome-usuario{
	text-align: center;
	margin-top: 3px;
}

.nome-usuario p{
	color: #000000;
	font-size: 15px;
	font-weight: normal;
}

/*Conteúdo principal do painel*/

.w100{
	width: 100%;
}

.w50{
	width: 49%;
}
.w33{
	width: 33%;	
	padding:5px 10px;
}

.w25{
	width: 25%;	
	padding-left:25px;
}

.left{
	float: left;
	
}

.right{
	float: right;
}

.box-content{
	background: white;
	padding: 10px;
	margin-bottom: 25px;	
	max-width: 100%;	
}

.box-content h2{
	font-weight: 300;
	font-size: 23px;
}


.box-content a{
	color:black;
}

/*Tabelas*/

.wraper-table{
	overflow-x: auto;
	max-width: 100%;
	padding: 10px;
	text-align: center;
}
.wraper-table .tr-cabecalho{
	width: 100%;
}

table{
	font-weight: 300;
	min-width: 900px;
	margin:20px auto;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

/*Tabelas*/

/*Tabela clientes*/

.col-id{
    width:50px;	
}

.col-nome{
    width:240px;	
}

.col-celular{
    width:125px;
}
.col-telefone{
	width:125px;
}

.col-email{
	width:250px;
}
.col-origem{
	width:120px;
}	
.col-V_compra{
	width:90px;
}	
.col-V_a_t{
	width:90px;
}	
.col-V_a_d{
	width:90px;
}	
.col-V_a_a{
	width:90px;
}	
.col-info{
	width:170px;
}		

/*Tabela imoveis dados proprietarios*/

.col-ref{
	width:90px;
}
.col-tipo{
	width:90px;
}		

.col-pix{
	width:150px;
}	

.col-outros{
	width:150px;
}	

/*Tabela imoveis*/

.col-exib{
	width:50px;
}	

.col-ref{
	width:90px;
}	

.col-tipoIm{
	width:180px;
}	

.col-status{
	width:160px;
}	

.col-local{
	width:250px;
}	

.col-valor{
	width:160px;
}	

.col-destaque{
	width:50px;
}	

.col-off_line{
	width:90px;	
}	


table tr:nth-of-type(1){
	background: #0091ea;
	color: white;
}

table tr{
	border-bottom: 1px solid #ccc;	
	color: #555;
	padding: 8px;
	text-align: left;
}

table th{
	padding: 8px;
}

table td{
	padding: 8px;
}



table a.btn{
	font-weight: normal;
	font-size: 13px;
	color: white;
	text-decoration: none;
	padding: 4px 6px;
}

a.btn{
	font-weight: normal;
	font-size: 13px;
	color: white;
	text-decoration: none;
	padding: 4px 6px;
}

a.btn.edit{
	background: #F4B03E;
	border-radius: 5px;
}
a.btn.delete{
	background: #E05C4E;
	border-radius: 5px;
}
a.btn.order{
	background: #0091ea;
	border-radius: 5px;
}
a.btn.enviarlink{
	background: #79d3fd;
	border-radius: 5px;
}


/*Paginacao*/

.paginacao{
	margin:20px 0;
	text-align: center;
}

.paginacao a{
	font-size: 14px;
	margin:0 8px;
	display: inline-block;
	padding: 3px 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666;
}

.paginacao a.ativo {
    background: #0091ea;
    color: white;
    font-weight: bold;
    border-color: #0091ea;
}


/*Box Metricas*/

.box-metricas{
	margin-top:16px;
	padding:0 15px;
}

.box-metrica-single{
	float: left;
	position: relative;
	width: 33.3%;
	background: #d2eaf5;
	border: 5px solid white;
}

.box-metricas .box-metrica-single:nth-of-type(2){
	background: #d2eaf5;
}

.box-metricas .box-metrica-single:nth-of-type(3){
	background: #b3e5fc;
}

.box-metrica-wraper{
	padding: 10px 20px;
	text-align: left;
	color: white;
}

.box-metrica-wraper h2{
	font-size: 28px;
}

.box-metrica-wraper p{
	padding: 10px 0;
	font-size: 26px;
}

/*Tabela Responsiva*/

.table-responsive{
	margin:20px auto;
	font-weight: 300;
}

.table-responsive .row:nth-of-type(1){
	font-weight: normal;
	background: #aae0f8;
	padding: 10px;
	color: white;
}

.table-responsive .row{
	color: #777;
	padding: 8px;
	border-bottom: 1px solid #ccc;
}

.col{
	float: left;
	width: 50%;
}


/*Formulários de contato do box-content*/

.box-content form{
	margin:5%;
}

.box-content form label{
	font-size: 17px;
	font-weight: 300;
	color: black;
	display: block;
}

.box-content .form-group{
	margin:4px 0;
}

.box-content form input[type=text],
.box-content form input[type=password],
.box-content form input[type=number]
{
	margin-top:8px;
	font-size: 16px;
	font-weight: normal;
	color: black;
	width: 100%;
	height: 40px;
	border: 1px solid #ccc;
	padding-left: 8px;
}

.box-content form textarea{
	margin-top:8px;
	font-size: 16px;
	font-weight: normal;
	color: black;
	width: 100%;
	height: 200px;
	border: 1px solid #ccc;
	padding: 8px;
	resize: vertical;
}

.box-content form select{
	margin-top:8px;
	font-size: 16px;
	font-weight: normal;
	color: black;
	width: 100%;
	height: 40px;
	border: 1px solid #ccc;
	padding-left: 8px;
	border-radius: 5px;
}

.box-content form input[type=file]{
	margin-top:8px;
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
}

.box-content form input[type=submit]{
	width: auto;
	height: 40px;
	padding:3px 8px;
	margin-top: 10px;
	cursor: pointer;	
	font-size: 16px;
	background: #039be5;
	color: white;
	border: 0;
}

/*Box de alerta!*/

.box-alert{
	width: 100%;
	padding:8px 0;
	text-align: center;
	margin-bottom: 8px;
}

.box-alert a{
	color: white;
	font-weight: bold;
}

.sucesso{
	background: #a5d6a7;
	color: white;
}

.erro{
	background: #F75353;
	color: white;
}

.atencao{
	background: #f4a742;
	color: white;
}

/*Menu selecionado*/
.menu-active{
	background: #abd9ee;
}

.form-group-login label{
	font-size: 13px;
	padding-right: 6px;
	font-weight: 300;
	color: black;
}

form .form-group-login:nth-of-type(2){
	position: relative;
	top: 10px;
}

.boxes{
	display: flex;
	flex-wrap: wrap;
}

.box-single-wraper{
	width: 33.3%;
	padding:20px;
}



.box-single{
	overflow-x: auto;
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
}



.box-imgs img{
	width: 100%;
}

.box-imgs img.img-square{
	width: 200px;
	height: 200px;
	display: block;
	margin:8px auto;
}

.box-imgs{
	text-align: center;
}

.box-imgs h1{
	color: #ccc;
	font-size: 70px;
	margin:10px 0;
}

.topo-box{
	text-align: center;
	color: #ccc;
	padding:8px 0;
	border-bottom: 1px solid #ccc;
}

.topo-box img{
	display: block;
	max-width: 150px;
	margin:0 auto;
}

.topo-box h2{
	font-size: 36px;
}

.body-box{
	padding:10px;
}

.body-box p{
	color: #646464;
	font-size: 15px;
	margin-bottom: 8px;
}
.group-btn{
	margin-top: 15px;
	text-align: center;
}

.group-btn a{
	display: inline-block;
	text-decoration: none;
	color: white;
	padding:5px 10px;
	background: #0091ea;
	margin: 0 auto;
}

.busca{
	margin: 10px 0;
	width: 100%;
	padding:8px 10px;
}

.busca form{
	margin: 0;
}

.busca h4{
	font-weight: lighter;
	font-size: 23px;
	color: #646464;
}

.busca-result{
	color: #646464;
	border-top:3px solid #ccc;
}

.busca-result p{
	font-size: 16px;
}

.row1{
	float: left;
	width: 30%;
	padding:8px 10px;
}

.row1 img{
	width: 100%;
}
.row2{
	float: left;
	width: 70%;
	padding:8px 10px;
}

.row2 p{
	padding:8px 0;
	color: #646464;
	border-bottom: 1px solid #ccc;
}

/*capatacao*/

.menu-itens{
	margin: 0 auto;	
	padding: 0 2%;
	display: flex;
	flex-wrap: wrap;
}
.itens-single{
	width:33%; 
	margin: 0 auto;
}

.itens-single p{
    cursor: pointer;
    width:85%;
    text-align: center;
	padding: 8px 16px 10px 16px;	
	line-height: 1;
	color: black;
	margin: 10px;
	transition: all ease-in-out 0.3s;
	background: #fff;
	border: 1px solid #01579b;
	border-radius: 5px;
}

.active-itens p{
	background-color:#0091ea;
}
  
.menu-itens .itens-single p:hover{
	color: #fff;
	background: #01579b;
}

.menu-container{
	position: relative;
	margin: 0 auto;  
	
}

.menu-container-wraper{
	position: relative;
	width: 100%;
	height:auto;  
	margin: 0 auto;
	position: absolute;
    left:0;
    top:0;
    opacity: 0;
	transition:1s;
	padding: 0 2%;              
}

.menu .menu-content {
	margin-top: 10px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	position: relative;
}

/*
.menu-container-wraper p{
	font-size: 18px;
	font-family: "Comic Neue", sans-serif;
	color: #444444;
	font-weight: 700;
}
*/
/*fim capatacao*/

@media screen and (max-width: 1024px){
	.box-single-wraper{
		width: 100%;
		min-height: 0;
	}
	.box-metrica-single{
		width: 100%;
	}
}

@media screen and (max-width: 768px){
	.row1,.row2{
		width: 100%;
	}
	.content{
		width: 100%;
		left: 0;
	}

	header{
		left: 0;
		width: 100%;
	}

	.box-content form textarea{
		
		width: 100%;
		
	}
}

@media screen and (max-width: 500px){
	.box-imgs,
	.box-single{
		width: 100% !important;
	}
	.w50{
		width: 100%;
	}
	.w33{
		width: 100%;
	}
	.box-single-metrica{
		width: 100%;
		padding-top: 40%;
	}
}

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

	.box-content{
		padding: 8px 2%;
	}

	.box-metrica-wraper h2{
	font-size: 24px;
	}

	.box-metrica-wraper p{
	padding: 10px 0;
	font-size: 22px;
	}

	.menu-wraper{
		width: 200px;
	}
}

@media screen and (max-width: 380px){
	.items-menu a{
		font-size: 15px;
	}
}

/* =========================================================
   TABELA DE IMÓVEIS - COLUNAS FIXAS
   ========================================================= */

.wraper-table {
    overflow-x: auto;
    position: relative;
}

.wraper-table table {
    min-width: 1500px;
}

/* Colunas fixas */
.wraper-table table th:nth-child(1),
.wraper-table table td:nth-child(1) {
    position: sticky;
    left: 0;
    z-index: 3;
    background: #fff;
}

.wraper-table table th:nth-child(2),
.wraper-table table td:nth-child(2) {
    position: sticky;
    left: 50px;
    z-index: 3;
    background: #fff;
}

.wraper-table table th:nth-child(3),
.wraper-table table td:nth-child(3) {
    position: sticky;
    left: 100px;
    z-index: 3;
    background: #fff;
}

.wraper-table table th:nth-child(4),
.wraper-table table td:nth-child(4) {
    position: sticky;
    left: 150px;
    z-index: 3;
    background: #fff;
}

/* Cabeçalho das colunas fixas */
.wraper-table table th:nth-child(-n+4) {
    background: #0091ea;
    color: #fff;
    z-index: 4;
}