﻿@charset "utf-8";
/* REMOVENDO TAGS HTML DO FOOTER DO CKEDITOR. FUNCIONA EM CONJUNTO 
   COM A SEGUINTE LINHA NO ARQUIVO js/ckeditor_config.js
   config.removePlugins = 'elementspath';
*/
#cke_bottom_detail,.cke_bottom{display:none}

/* CUSTOMIZANDO VALIDACAO DE FORM DO BOOTSTRAP */
/* =========================================== */
/* REMOVENDO IMAGEM CHECK DOS CAMPOS SEM ERRO */
.form-control.is-valid:focus, .was-validated :valid.form-control {
	padding: 4px 8px 4px 8px !important;
    background-image: inherit !important;
	/*border-color: green !important;
    box-shadow: inherit !important;*/
}
/* REMOVENDO IMAGEM X DOS CAMPOS COM ERRO */
.form-control.is-invalid:focus, .was-validated :invalid.form-control {
	padding: 4px 8px 4px 8px !important;
    background-image: inherit !important;
	/*border-color: red !important;
    box-shadow: inherit !important;*/
}
.invalid-feedback {
	font-size: 85% !important;
	font-weight: bolder !important;
	color: #dc3545 !important;
}

/* REMOVENDO O HIGHLIGHT DOS CAMPOS AO PEGAR O FOCO */
input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none !important;
}

/* ################################################# */
body,html { 
	overflow-x: auto; 
	overflow-y: auto; 
	top: 0;
	left: 0;
	margin-top: -0.8rem !important;*/
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}
html,body,footer,div,a,input,select,textarea,button,span,p,h1,h2,h3,h4,h5,h6 {font-family: 'Calibri';}
/* ################################################# */
/* 
========================================= 
*/
.email-lowercase{text-transform:lowercase !important}
/* 
========================================= 
*/
a {
	cursor:pointer;
	outline: 0;
	color: #0b788b;
}
a:link { text-decoration: none; }
a:hover {
	font-style: normal;
	font-weight: bold;
	color: #0b788b;
}

a.link-documento        { text-decoration: underline; }
a.link-documento:hover  { font-weight: normal; color: black; }

input, select, textarea {
	color: black !important;
	font-weight: normal;
}

/* ################################################# */
.tableFixHead          { overflow-y: auto; padding-bottom:0px; padding-left:0px; max-height: 200px;}
.tableFixHead thead th { position: sticky; top: -1; text-align: left; background:#eee; }

.dropdown-item { text-align: left !important; }

.font-size-pp    {font-size: 14px !important;}
.font-size-p     {font-size: 16px !important;}
.font-size-m     {font-size: 18px !important;}
.font-size-g     {font-size: 21px !important;}
.font-size-xg    {font-size: 28px !important;}
.font-size-xxg   {font-size: 32px !important;}

#imgLogo { width: auto !important; height: 100% !important; margin:0px !important; }

.div-borda-sombra {
	border-style: solid;
	border-width: 1px;
	border-color: silver;
	border-radius: 5px;
	box-shadow: 3px 3px 6px silver !important;	
}
.rounded-div-sombra2 {
	background-color: #f0f0f0;
	border: thin !important;
	border-style: solid !important;
	border-color: white !important;
	border-radius: 10px;
	box-shadow: 1px 1px 1px 1px silver;
}

.rounded-label,
.rounded-input, 
.rounded-select,
.rounded-textarea {
	border: thin;
	border-style: solid !important;
	border-color: #E0E0E0 !important;
	border-radius: 5px !important;
	box-shadow: 3px 3px 6px silver !important;	
}
.rounded-label {
	padding: 5px 7px 3px 6px;
}
.rounded-checkbox {
    width: 1.0em;
    height: 1.0em;
    background-color: white;
    border-radius: 50%;
    vertical-align: bottom;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}
.rounded-checkbox:checked {
    background-color: #2977A9; /*#23925D;*/
}
.rounded-input-pwd {
	border: thin;
	border-style: solid !important;
	border-color: #E0E0E0 !important;
	border-radius: 5px 0px 0px 5px !important;
	box-shadow: 3px 3px 6px silver !important;	
} 

.input-pesquisa {
	color: white !important;
	background-color: #132B4D !important;
}
.conteudo {
    width: 100%;
    padding: 0px 0px 0px 0px;
    transition: all 0.3s;
    min-height: 100vh;
    align-items: stretch;
    position: absolute;
    top: 0;
    right: 0;
}
.conteudo-form { width: 100%; padding: 0px 25px 0px 25px; }

/* ################################################# */

.div-imagem-imovel {
	border-style: solid;
	border-width: 1px;
	border-color: silver;
	border-radius: 5px;
}

.div-msg, .div-msg-erro {
	display: block;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	box-sizing: border-box;
	color: gray;
}
.div-msg-erro {
	color: #dc3545 !important;
}

/*=========================================*/
.fundo-cor-cinza-claro  {background-color: #ECEAEA !important;}
.fundo-cor-cinza-escuro {background-color: #808285 !important;}
/* ################################################# */
.texto-cor-preta    { color: black !important; }
.texto-cor-padrao   { color: #2B3D61 !important; }
.texto-cor-azul     {color: #155C86 !important;}
.texto-cor-cinza 	{color: #ECEAEA !important;}
.texto-sombra     	{text-shadow: 2px 2px 3px gray !important;}
/* ################################################# */
.btn-pwd-eye {
	padding: 2px 7px 2px 7px;
	border: thin;
	border-style: solid !important;
	border-color: #E0E0E0 !important;
	border-radius: 0px 5px 5px 0px !important;
	box-shadow: 3px 3px 6px silver !important;
} 

.btn-padrao {
	color: white;
	background-color: #132B4D;
	border-color: #27365E;
	border-radius: 5px;
	padding: 2px 20px;
  	text-align: center;
  	text-decoration: none;
}
.btn-padrao:hover {
	color:white;
	background-color:#264878;
	border-color:#27365E;
}
.btn-as-link {
	background-color: transparent;
	border: 0;
	font-size: 14px;  
	cursor: pointer;
	display: inline-block;
	padding: 0;
	position: relative;
	text-decoration: underline;
}
.btn-as-link:hover { font-weight: bold; }

.btn-modal-close {
	color: #016194 !important;
	background-color: transparent !important;
	border: none !important;
	text-align: center !important;
	text-decoration: none !important;
	display: inline-block !important;
}
.btn-modal-close:hover {
	color:#a30000 !important;
}

@media only screen and (max-width: 992px) {
	#imgLogo { width: 220px !important; height: auto !important;}
	.dropdown-item {text-align: right !important;}
	.font-size-p   {font-size: 12px !important;}
}