* {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 11pt;
  letter-spacing: 0.65px;
  color: #5b5b5d;
}
html,
body,
.container-fluid {
  max-height: 100%;
}
a,
h1,
h2,
h3,
h4,
h5,
p,
span,
strong,
small,
i {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
  color: inherit;
}
strong {
  font-weight: bold;
}
small {
  font-size: 65%;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
.jconfirm-box .title,
.jconfirm-box .content {
  color: #fff !important;
}
.clear {
  margin: 0;
  padding: 0;
}
.cl-pl {
  padding-left: 0!important;
}
.cl-pr {
  padding-right: 0!important;
}
.thin {
  font-weight: 100 !important;
}
.file-drop-zone {
  height: auto !important;
}
.display-errors {
  background: #ffcccc !important;
  border: 1px solid #ff8080;
}
.display-errors span {
  display: block;
  font-size: 1.1em;
  line-height: 30px;
  text-transform: capitalize;
}
.pagination .active a {
  color: #000000 !important;
  background: #fff !important;
  border-color: #fff !important;
  -webkit-box-shadow: 1px 3px 12px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 1px 3px 12px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 1px 3px 12px 0 rgba(0, 0, 0, 0.26);
}
.pagination a {
  background-color: #f0f0f0 !important;
  color: #000000 !important;
  box-shadow: 0 0 5px #ccc;
}
/*=========================
*		mixins
*========================*/
.shadow {
  -webkit-box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074);
  -moz-box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074);
  box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074);
}
.shadow-up {
  -webkit-box-shadow: 1px 3px 12px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 1px 3px 12px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 1px 3px 12px 0 rgba(0, 0, 0, 0.26);
}
.overlay {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
.overlay-on {
  opacity: 1;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
/*::-webkit-scrollbar { width: 6px;}

::-webkit-scrollbar-button {  background-color: #666; }

::-webkit-scrollbar-track {  background-color: #999;}

::-webkit-scrollbar-track-piece { background-color: #ffffff;}

::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 3px;}

::-webkit-scrollbar-corner { background-color: #999;}

::-webkit-resizer { background-color: #666;}
*/
/*Classes referente ao campo cep do formulario do imovel
e ao campo estado e cidade do formulario do cliente*/
.itemlink {
  padding: 8px;
  color: #fff;
}
.itemlink:hover {
  color: #000000;
}
.consulta-cep {
  position: absolute;
  right: 20px;
  top: 28px;
  padding: 8px !important;
}
.load {
  position: absolute;
  right: 40px;
  top: 23px;
  padding: 8px !important;
  font-size: 22px;
}
.error,
.error-c,
.error-e {
  color: red;
  position: absolute;
  left: 20px;
  top: 24px;
  padding: 8px !important;
}
.relative {
  position: relative;
}
.autocomplete {
  position: absolute;
  background: #ffffff;
  top: 34px;
  z-index: 1;
  overflow: scroll;
  border: none;
  width: 100%;
}
.autocomplete .resultado {
  border-top: 1px solid #f0f0f0;
  display: block;
  width: 100%;
  cursor: pointer;
  line-height: 25px;
  padding: 5px 5px 5px 20px;
}
.autocomplete .resultado:hover {
  background: #666666;
  color: #f0f0f0;
}
.autocomplete .resultado:first-child {
  border-top: 0 solid red;
}
.autocomplete .resultado:last-child {
  border-bottom: 1px solid #f0f0f0;
}
.autocomplete::-webkit-scrollbar {
  width: 2px;
  background: #666666;
  height: 0;
}
/*======================
*		funções
*=======================*/
/*=========================
*		cores base
*========================*/
/*=========================
*		transições
*========================*/
.transicao {
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
/*=========================
*		espaçamentos
*========================*/
/*=========================
*		componentes
*========================*/
.botao-enviar * {
  border: none!important;
}
.card {
  padding: 20px 0 6px 0;
  font-weight: 500;
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #fafafa;
  -webkit-box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074);
  -moz-box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074);
  box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074);
}
.card .card-content {
  height: 77px;
}
.card .title {
  margin: 0 16px 6px 16px;
  font-size: 15pt;
  color: #5b5b5d;
}
.card .subtitle {
  font-size: 12pt;
  margin: 0 16px 0 16px;
  color: #8e8e90;
}
.card .midia {
  position: absolute;
  top: 16px ;
  right: 16px;
  width: 80px;
  height: 80px;
  background-color: #f0f0f0;
  text-align: center;
}
.card .midia i {
  line-height: 80px;
  font-size: 20pt;
  color: #000000;
}
.card .action {
  padding: 5px;
}
.card .action .card-button {
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  color: #c1c1c3;
  padding: 8px;
  font-size: 10.8pt;
}
.card .action .card-button:hover {
  color: #8e8e90;
}
.dropdown-menu {
  border-radius: 2px;
  padding: 0;
  border-color: #e0e0e0;
}
.dropdown-menu li {
  display: block;
  height: 30px;
}
.dropdown-menu li a {
  font-size: 10.7pt;
  line-height: 30px;
  margin: 0;
}
.send-button {
  padding-top: 24px;
  padding-left: 15px;
}
.sending-doc {
  font-size: 25px;
  padding-top: 27px;
  text-align: center;
}
.close-docs,
.close-contratos {
  color: #fff;
  font-size: 20px;
  margin-left: 17px;
  cursor: pointer;
}
.load-docs,
.load-contratos {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  display: table;
}
.load-docs .wrap-docs,
.load-contratos .wrap-docs,
.load-docs .wrap-contratos,
.load-contratos .wrap-contratos {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20% 0 20%;
}
.load-docs .load-icon,
.load-contratos .load-icon {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 100px;
  color: #fff;
}
.componente_um {
  color: #5b5b5d;
  padding: 10px;
  background-color: #fff;
  margin-bottom: 25px;
  border-radius: 3px;
  border: 1px solid #eff1f4;
}
.componente_um .title {
  margin: 15px 0;
  font-weight: 400;
  font-size: 12.5pt;
  text-transform: uppercase;
}
.show-newdoc {
  background: #fff;
  font-size: 20px !important;
  font-weight: bold;
  text-align: center !important;
  margin-top: 5px !important;
  cursor: pointer;
  width: 30px !important;
}
.documento,
.contrato {
  width: 100%;
  padding: 10px 0 0 15px;
}
.new-doc {
  padding-top: 10px;
}
/*.title-bold {
  color: @primaria;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1em;
  padding: 10px 0 0 15px;
}

.title {
  color: @primaria;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1em;
  padding: @margin 0 @margin 15px;
}*/
.content .mapa {
  height: 300px;
  background: #f0f0f0;
}
input,
select,
textarea {
  margin-bottom: 20px!important;
  border: 1px solid #e3e7eb !important;
  border-radius: 3px!important;
  box-shadow: none!important;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
  -webkit-box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074) !important;
  -moz-box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074) !important;
  box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074) !important;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
input.has-error,
select.has-error,
textarea.has-error {
  border-color: #cc3333 !important;
}
.checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 13px;
  font-weight: bold;
}
.checkbox label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 3px;
  border: 1px solid #ccc;
}
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox .checkbox label:before {
  border-radius: 0;
}
.checkbox .lbl {
  line-height: 37px;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 1em;
  padding-left: 0;
}
.checkbox .radio + .radio,
.checkbox .checkbox + .checkbox {
  margin-top: 10px !important;
  margin-left: 0 !important;
}
.checkbox input[type=checkbox]:checked + label:before {
  content: "\2713";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  color: #000000;
  text-align: center;
  line-height: 15px;
}
header.titulo {
  text-transform: uppercase;
  margin: 20px 0;
  font-weight: bold;
  float: left;
  width: 100%;
  font-size: 13pt;
}
header.titulo .txt {
  float: left;
  font-size: 1.3em;
  line-height: 50px;
}
header.titulo .dir {
  float: right;
  width: 80%;
  text-align: right;
  padding-right: 0;
  /*.pesquisa{
        width: 52%;
        float: left;
    }*/
}
header.titulo .dir form {
  margin: 0;
}
header.titulo .dir .filtro {
  padding: 0;
}
header.titulo .add {
  float: left;
  display: block;
  line-height: 32px;
  background: #000000;
  padding: 0 10px;
  border-radius: 2px;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -webkit-box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074);
  -moz-box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074);
  box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074);
}
header.titulo .add span {
  display: inline-block;
  font-size: 1em;
}
header.titulo .add a {
  color: #f0f0f0;
}
header.titulo .add:hover {
  background-color: #121212;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
.botao {
  font-size: 16px !important;
  background: #000000;
  color: #fff;
  border-radius: 0;
  margin: 10px 0;
  border: none;
}
.btn-input {
  background: #000000;
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
  border-radius: 2px;
  border: none;
  margin: 0 !important;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
.btn-input:hover,
.btn-input:active {
  background: #121212;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
.btn-cancel {
  background: #f0f0f0;
  color: #5b5b5d;
}
.modal .modal-content {
  border-radius: 0;
}
.modal .modal-content .modal-header {
  padding: 10px 10px 10px 0;
}
.modal .modal-content .modal-header .modal-title {
  text-align: center;
  border: none;
}
.modal .modal-content .modal-body {
  text-align: justify;
  font-size: 1.1em;
  font-weight: 100;
  border: none;
  padding-top: 0;
}
.modal .modal-content .modal-body input,
.modal .modal-content .modal-body select,
.modal .modal-content .modal-body textarea {
  margin-bottom: 20px!important;
  border: 1px solid #e3e7eb !important;
  border-radius: 3px!important;
  box-shadow: none!important;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
.modal .modal-content .modal-body input:focus,
.modal .modal-content .modal-body select:focus,
.modal .modal-content .modal-body textarea:focus {
  outline: none;
  -webkit-box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074) !important;
  -moz-box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074) !important;
  box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074) !important;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
.modal .modal-content .modal-body input.has-error,
.modal .modal-content .modal-body select.has-error,
.modal .modal-content .modal-body textarea.has-error {
  border-color: #cc3333 !important;
}
.modal .modal-content .modal-body .header {
  margin: 10px 0;
}
.modal .modal-content .modal-footer {
  border: none;
}
.input input,
.input select,
.input textarea {
  margin-bottom: 20px!important;
  border: 1px solid #e3e7eb !important;
  border-radius: 3px!important;
  box-shadow: none!important;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
.input input:focus,
.input select:focus,
.input textarea:focus {
  outline: none;
  -webkit-box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074) !important;
  -moz-box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074) !important;
  box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074) !important;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
.input input.has-error,
.input select.has-error,
.input textarea.has-error {
  border-color: #cc3333 !important;
}
.custom-input .checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 13px;
  font-weight: bold;
}
.custom-input .checkbox label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 3px;
  border: 1px solid #ccc;
}
.custom-input .checkbox input[type=checkbox] {
  display: none;
}
.custom-input .checkbox .checkbox label:before {
  border-radius: 0;
}
.custom-input .checkbox .lbl {
  line-height: 37px;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 1em;
  padding-left: 0;
}
.custom-input .checkbox .radio + .radio,
.custom-input .checkbox .checkbox + .checkbox {
  margin-top: 10px !important;
  margin-left: 0 !important;
}
.custom-input .checkbox input[type=checkbox]:checked + label:before {
  content: "\2713";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  color: #000000;
  text-align: center;
  line-height: 15px;
}
.wrap {
  padding-bottom: 10px;
  margin-bottom: 1px;
  text-align: justify;
  transition: all ease 0.5s;
  overflow-x: hidden;
  height: 95%;
}
.wrap .aside-wrap {
  left: -100%;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
.wrap .menu {
  left: 0;
  transition: all ease 0.1s;
  -webkit-transition: all ease 0.1s;
  -moz-transition: all ease 0.1s;
}
.wrap .main-wrap {
  width: 100%;
  left: 0 !important;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}
/* ===================================
*	tagit plugin
/* =================================== */
ul.tagit {
  border-radius: 2px!important;
  border-color: #f2f2f2 !important;
  background-color: #fff !important;
  height: 50px!important;
}
ul.tagit li {
  padding: 0!important;
}
ul.tagit li.tagit-choice {
  line-height: 40px!important;
  height: 40px;
  border-radius: 2px!important;
  padding: 0 10px!important;
  background-color: #000000 !important;
  border: none!important;
}
ul.tagit li.tagit-choice .tagit-label {
  display: inline-block;
  color: #fff !important;
  line-height: 40px;
}
ul.tagit li.tagit-choice a.tagit-close {
  position: inherit;
  display: inline-block;
  line-height: inherit;
  right: auto;
  top: 1px;
  margin-top: inherit;
  margin-left: 10px;
}
ul.tagit li.tagit-choice a.tagit-close .text-icon {
  font-size: 20px;
  color: #fff;
}
ul.tagit input[type="text"] {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  height: 40px;
  padding: 0 10px!important;
}
/* ===================================
*	estilos do cabeçalho
/* =================================== */
.wrap-header {
  width: 100%;
  height: 50px;
  background: #000000;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
}
.wrap-header .item {
  height: 100%;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.wrap-header .item i {
  cursor: pointer;
  padding: 0 10px;
}
.wrap-header .item i:hover {
  color: #cccccc;
}
.wrap-header .item a:hover {
  color: #cccccc;
}
/* ===================================
*	estilos da pagina de conteudo
/* =================================== */
.wrap-content {
  width: calc(100% - 280px);
  height: 100%;
  float: left;
  position: fixed;
  top: 50px;
  left: 280px;
  overflow-y: auto;
  transition: all ease 0.1s;
  -webkit-transition: all ease 0.1s;
  -moz-transition: all ease 0.1s;
  padding-bottom: 80px;
}
/* ===================================
*	estilos do menu
/* =================================== */
.wrap-menu {
  width: 280px;
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 2;
  height: calc(100% - 50px);
  background: #000000;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  border-right: 1px solid #eff1f4;
}
.wrap-menu::-webkit-scrollbar {
  width: 5px;
  background-color: #fafafa;
}
.wrap-menu::-webkit-scrollbar-thumb {
  background-color: #e3e3e3;
  border-radius: 4px;
}
.wrap-menu .user {
  text-align: center;
  padding: 20px 0 ;
  border-bottom: 1px solid #8c8c8c;
}
.wrap-menu .user .imagem {
  width: 60px;
  display: inline-block;
}
.wrap-menu .user .nome {
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.wrap-menu .lista {
  list-style: none;
}
.wrap-menu .item {
  line-height: 50px;
  height: 50px;
  font-size: 10.3pt;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
}
.wrap-menu .item a {
  width: 100%;
  display: block;
  height: 100%;
  color: #5b5b5d;
  border-left: 5px solid transparent;
}
.wrap-menu .item a.active,
.wrap-menu .item a:hover,
.wrap-menu .item a:active {
  border-left: 5px solid #a8a8a9;
  font-weight: bold;
  background: #dbdbdc;
  color: #5b5b5d;
}
.wrap-menu .item a .icon {
  width: 40px;
  height: 100%;
  display: inline-block;
  float: left;
  text-align: center;
  font-size: 13pt;
}
.wrap-menu .item a .icon i {
  line-height: 50px;
}
.wrap-menu .item a .text {
  width: calc(100% - 80px);
  line-height: 50px;
  height: 50px;
  float: left;
  display: inline-block;
}
.wrap-menu .item a .expandir {
  width: 40px;
  height: 100%;
  display: block;
  float: left;
  text-align: center;
}
.wrap-menu .item a .expandir i {
  line-height: 50px;
}
.wrap-menu .item a .label-count {
  width: 40px;
  height: 100%;
  display: block;
  float: left;
  text-align: center;
}
.wrap-menu .item a .label-count .wrap {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 5px;
  padding: 0;
  margin: 15px 0 0 0;
  font-size: 10pt;
  background: #000000;
  color: #fff;
  font-weight: bold;
}
.wrap-menu .item.label-sessao {
  line-height: 75px;
  font-weight: bold;
  text-align: left;
  padding-left: 15px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  font-size: 11pt;
}
.wrap-menu .item.label-sessao span {
  width: 60px;
  height: 1px;
  background-color: #000000;
  display: block;
  position: absolute;
  bottom: 0;
  left: 15px;
}
.wrap-menu .subitens .subitem {
  line-height: 50px;
  height: 50px;
  font-size: 10.3pt;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
  background: #fafafa;
}
.wrap-menu .subitens .subitem a {
  width: 100%;
  display: block;
  height: 100%;
  color: #5b5b5d;
  border-left: 5px solid transparent;
}
.wrap-menu .subitens .subitem a.active,
.wrap-menu .subitens .subitem a:hover,
.wrap-menu .subitens .subitem a:active {
  border-left: 5px solid #a8a8a9;
  font-weight: bold;
  background: #dbdbdc;
  color: #5b5b5d;
}
.wrap-menu .subitens .subitem a .icon {
  width: 40px;
  height: 100%;
  display: inline-block;
  float: left;
  text-align: center;
  font-size: 13pt;
}
.wrap-menu .subitens .subitem a .icon i {
  line-height: 50px;
}
.wrap-menu .subitens .subitem a .text {
  width: calc(100% - 80px);
  line-height: 50px;
  height: 50px;
  float: left;
  display: inline-block;
}
.wrap-menu .subitens .subitem a .expandir {
  width: 40px;
  height: 100%;
  display: block;
  float: left;
  text-align: center;
}
.wrap-menu .subitens .subitem a .expandir i {
  line-height: 50px;
}
.wrap-menu .subitens .subitem a .label-count {
  width: 40px;
  height: 100%;
  display: block;
  float: left;
  text-align: center;
}
.wrap-menu .subitens .subitem a .label-count .wrap {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 5px;
  padding: 0;
  margin: 15px 0 0 0;
  font-size: 10pt;
  background: #000000;
  color: #fff;
  font-weight: bold;
}
.wrap-menu .subitens .subitem.label-sessao {
  line-height: 75px;
  font-weight: bold;
  text-align: left;
  padding-left: 15px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  font-size: 11pt;
}
.wrap-menu .subitens .subitem.label-sessao span {
  width: 60px;
  height: 1px;
  background-color: #000000;
  display: block;
  position: absolute;
  bottom: 0;
  left: 15px;
}
.wrap-menu .subitens .subitem:last-child {
  border-bottom: none;
}
.wrap-menu .subitens .subitem a {
  text-align: left;
  height: 45px;
  line-height: 45px;
  font-size: 1em;
  padding-left: 45px;
}
/* ===================================
*	estilos da footer
/* =================================== */
.wrap-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f8f9fa;
  height: 45px;
  line-height: 45px;
}
/* ===================================
*	estilos da página lista imóveis
/* =================================== */
.wrap-lista {
  height: 95%;
}
.wrap-lista .pesquisa-cliente {
  height: 35px;
  position: relative;
  display: inline-block;
}
.wrap-lista .pesquisa-cliente input {
  line-height: 25px;
  color: #000000;
  padding: 3px 3px 3px 10px;
  font-weight: 400;
  border: none;
  -webkit-box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074);
  -moz-box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074);
  box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074);
}
.wrap-lista .pesquisa-cliente input input,
.wrap-lista .pesquisa-cliente input select,
.wrap-lista .pesquisa-cliente input textarea {
  margin-bottom: 20px!important;
  border: 1px solid #e3e7eb !important;
  border-radius: 3px!important;
  box-shadow: none!important;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
.wrap-lista .pesquisa-cliente input input:focus,
.wrap-lista .pesquisa-cliente input select:focus,
.wrap-lista .pesquisa-cliente input textarea:focus {
  outline: none;
  -webkit-box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074) !important;
  -moz-box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074) !important;
  box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074) !important;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
.wrap-lista .pesquisa-cliente input input.has-error,
.wrap-lista .pesquisa-cliente input select.has-error,
.wrap-lista .pesquisa-cliente input textarea.has-error {
  border-color: #cc3333 !important;
}
.wrap-lista .pesquisa-cliente span {
  display: inline-block;
  cursor: pointer;
}
.wrap-lista .pesquisa-cliente input[type=submit] {
  padding-top: 3px;
  padding-bottom: 3px;
  background: #000000;
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
  border-radius: 2px;
  border: none;
  margin: 0 !important;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
.wrap-lista .pesquisa-cliente input[type=submit]:hover,
.wrap-lista .pesquisa-cliente input[type=submit]:active {
  background: #121212;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
.wrap-lista .filtro,
.wrap-lista .filtro-tpcliente {
  height: 35px;
  margin: 0 10px;
  width: calc( (100% - 60px) / 4 );
  float: left;
  margin-left: 10px;
  float: right;
}
.wrap-lista .filtro:first-of-type,
.wrap-lista .filtro-tpcliente:first-of-type {
  margin-right: 0;
}
.wrap-lista .filtro:last-of-type,
.wrap-lista .filtro-tpcliente:last-of-type {
  margin-left: 0;
}
.wrap-lista .filtro select,
.wrap-lista .filtro-tpcliente select {
  width: 100%;
  display: block;
  padding: 7px;
  border: none!important;
  font-size: 10.5pt;
  -webkit-box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074) !important;
  -moz-box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074) !important;
  box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074) !important;
}
.wrap-lista .filtro .campo,
.wrap-lista .filtro-tpcliente .campo {
  float: left;
  width: calc(100% - 70px);
  height: 33px;
}
.wrap-lista .filtro .campo input,
.wrap-lista .filtro-tpcliente .campo input {
  width: 100%;
  height: 33px;
  line-height: 25px;
  color: #000000;
  padding: 3px 3px 3px 10px;
  font-weight: 400;
  border: none!important;
  -webkit-box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074) !important;
  -moz-box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074) !important;
  box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074) !important;
}
.wrap-lista .filtro .botao-enviar,
.wrap-lista .filtro-tpcliente .botao-enviar {
  float: left;
  width: 70px;
  height: 33px;
  -webkit-box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074);
  -moz-box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074);
  box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074);
}
.wrap-lista .filtro .botao-enviar input[type=submit],
.wrap-lista .filtro-tpcliente .botao-enviar input[type=submit] {
  height: 100%;
  padding: 0 10px;
  width: 100%;
  background: #000000;
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
  border-radius: 2px;
  border: none;
  margin: 0 !important;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
.wrap-lista .filtro .botao-enviar input[type=submit]:hover,
.wrap-lista .filtro-tpcliente .botao-enviar input[type=submit]:hover,
.wrap-lista .filtro .botao-enviar input[type=submit]:active,
.wrap-lista .filtro-tpcliente .botao-enviar input[type=submit]:active {
  background: #121212;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
.wrap-lista .resultados {
  padding: 0 15px 15px 15px;
}
.wrap-lista .item-lista {
  float: left;
  vertical-align: middle;
  font-weight: bold;
  display: inline-block;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.wrap-lista .item-lista span.label-res {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.wrap-lista .cabecalho,
.wrap-lista .itens {
  height: 50px;
  width: 100%;
  text-transform: capitalize;
  text-align: center;
}
.wrap-lista .cabecalho {
  height: 50px;
  margin-top: 10px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.wrap-lista .cabecalho .item-lista {
  line-height: 50px;
  border: none;
}
.wrap-lista .row-itens {
  width: 100%;
  height: 130px;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  /*&:nth-child(even){
      background-color: darken(@branco, 1.5%);
    }*/
}
.wrap-lista .row-itens:hover {
  background-color: #fbfbfb;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
.wrap-lista .row-itens .titulo {
  text-transform: capitalize !important;
  text-align: center;
}
.wrap-lista .row-itens .itens {
  background: transparent;
  display: table;
  width: 100%;
}
.wrap-lista .row-itens .itens .mais {
  height: 130px;
  border-bottom: 1px solid #f0f0f0;
}
.wrap-lista .row-itens .itens .mais .dados {
  height: 65%;
}
.wrap-lista .row-itens .itens .mais .botoes {
  height: 25%;
}
.wrap-lista .row-itens .itens .mais .dados .item-lista,
.wrap-lista .row-itens .itens .mais .botoes .item-lista {
  height: 100%;
  border: none;
}
.wrap-lista .row-itens .itens .mais .botoes {
  text-align: left;
  padding-left: 15px;
  padding-bottom: 50px;
  /*a {
            display: inline-block;

            .btn-input {
              background: lighten(@preto, 95%);
              .shadow;
              padding: 6px;
              font-weight: 100;
              margin-right: 15px !important;
              margin-bottom: 10px !important;

              i {
                padding-bottom: 3px;
              }
            }
          }*/
}
.wrap-lista .row-itens .itens .mais .botoes .visualizacoes {
  float: left;
  line-height: 30px;
  cursor: pointer;
}
.wrap-lista .row-itens .itens .mais .botoes .item-botao {
  line-height: 30px;
  margin-right: 15px;
  border-radius: 2px;
  background-color: #f2f2f2;
  text-transform: uppercase;
  font-size: 9pt;
  font-weight: 600;
  float: left;
  border: 1px solid #ebebeb;
  position: relative;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
.wrap-lista .row-itens .itens .mais .botoes .item-botao a {
  display: block;
  padding: 0 10px;
}
.wrap-lista .row-itens .itens .mais .botoes .item-botao a:active,
.wrap-lista .row-itens .itens .mais .botoes .item-botao a:focus {
  color: #fff;
  text-decoration: none;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
.wrap-lista .row-itens .itens .mais .botoes .item-botao:hover {
  color: #fff;
  background-color: #000000;
  border: 1px solid #000000;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -webkit-box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074);
  -moz-box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074);
  box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074);
}
.wrap-lista .row-itens .itens .item-lista {
  vertical-align: middle;
  height: 130px;
  border-top: 0 solid red !important;
  font-weight: normal;
  text-transform: none;
  display: table;
  table-layout: fixed;
  text-align: center;
}
.wrap-lista .row-itens .itens .item-lista .alinhar {
  display: table-cell;
  vertical-align: middle;
  line-height: 25px;
  max-width: 100%;
  overflow: hidden;
}
.wrap-lista .row-itens .itens .item-lista .alinhar img {
  height: 130px;
  object-fit: cover;
  width: 100%;
}
.wrap-lista .row-itens .itens .item-lista:nth-child(1) {
  text-align: left;
}
.wrap-lista .row-itens .itens .item-lista .acao {
  opacity: 0;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
.wrap-lista .row-itens .itens .item-lista .acao a {
  width: 26px;
  display: inline-block;
  padding-right: 10px;
}
.wrap-lista .row-itens:hover .item-lista .acao {
  opacity: 1;
}
.wrap-lista .row-itens-simples a:hover {
  color: #000000;
}
.wrap-lista .row-itens-simples:hover {
  background-color: #fbfbfb;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
.wrap-lista .row-itens-simples .item-lista {
  font-weight: normal;
  text-align: center;
  border-top: none;
  height: 50px;
  line-height: 50px;
}
.wrap-lista .row-itens-simples .item-lista:first-child {
  text-align: left;
}
.wrap-lista .row-itens-simples .item-lista .wrap-input-edit {
  display: none;
}
.wrap-lista .row-itens-simples .item-lista.editar-on span.nome {
  display: none;
}
.wrap-lista .row-itens-simples .item-lista.editar-on .wrap-input-edit {
  display: block;
  height: 30px;
  margin: 10px 0;
}
.wrap-lista .row-itens-simples .item-lista.editar-on .wrap-input-edit .input-edit {
  border-radius: 3px;
  width: 100%;
  height: 100%;
  padding: 5px;
  border: 1px solid #ebebeb;
  margin: 0 !important;
}
.wrap-lista .row-itens-simples .item-lista.editar-on .item-acao.confirmar {
  display: block !important;
}
.wrap-lista .row-itens-simples .item-lista .acao {
  display: inline-block;
}
.wrap-lista .row-itens-simples .item-lista .acao:active,
.wrap-lista .row-itens-simples .item-lista .acao:focus {
  color: #fff;
}
.wrap-lista .row-itens-simples .item-lista .acao i {
  line-height: 50px !important;
  font-size: 12pt;
}
.wrap-lista .row-itens-simples .item-lista .acao i:hover {
  color: #8e8e90;
}
/* ===================================
*	estilos da página de login
/* =================================== */
.wrap-login {
  height: calc(100vh - 45px);
  background: #000000;
  color: #f0f0f0;
}
.wrap-login .intro {
  margin-bottom: 50px !important;
  margin-top: 50px !important;
  color: #fff;
}
.wrap-login .intro h1 {
  font-size: 15pt;
  font-weight: 600;
  color: #fff;
}
.wrap-login input,
.wrap-login select,
.wrap-login textarea {
  margin-bottom: 20px!important;
  border: 1px solid #e3e7eb !important;
  border-radius: 3px!important;
  box-shadow: none!important;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
.wrap-login input:focus,
.wrap-login select:focus,
.wrap-login textarea:focus {
  outline: none;
  -webkit-box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074) !important;
  -moz-box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074) !important;
  box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074) !important;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
.wrap-login input.has-error,
.wrap-login select.has-error,
.wrap-login textarea.has-error {
  border-color: #cc3333 !important;
}
.wrap-login input {
  height: 50px;
  padding: 10px;
}
.wrap-login .btn-input {
  border: none;
  -webkit-box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074);
  -moz-box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074);
  box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074);
  font-size: 1.3em;
}
/* ===================================
*	estilos da página de perfil
/* =================================== */
.wrap-perfil input,
.wrap-perfil select,
.wrap-perfil textarea {
  margin-bottom: 20px!important;
  border: 1px solid #e3e7eb !important;
  border-radius: 3px!important;
  box-shadow: none!important;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
.wrap-perfil input:focus,
.wrap-perfil select:focus,
.wrap-perfil textarea:focus {
  outline: none;
  -webkit-box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074) !important;
  -moz-box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074) !important;
  box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074) !important;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
.wrap-perfil input.has-error,
.wrap-perfil select.has-error,
.wrap-perfil textarea.has-error {
  border-color: #cc3333 !important;
}
.wrap-perfil .imagem-perfil {
  position: relative;
}
.wrap-perfil .imagem-perfil:hover .overlay {
  opacity: 1;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
.wrap-perfil .imagem-perfil .editar {
  width: 100%;
  height: 100%;
  padding: 5px;
  display: table;
  vertical-align: middle;
}
.wrap-perfil .imagem-perfil .editar .central {
  display: table-cell;
  vertical-align: middle;
}
.wrap-perfil .imagem-perfil .editar .central p {
  margin: 0;
  font-size: 1.3em;
  text-transform: uppercase;
  color: #f0f0f0;
}
/* ============================================== */
/*	estilos da página de cadastro (funcionários)
/* ============================================== */
.wrap-cadastro input,
.wrap-cadastro select,
.wrap-cadastro textarea {
  margin-bottom: 20px!important;
  border: 1px solid #e3e7eb !important;
  border-radius: 3px!important;
  box-shadow: none!important;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
.wrap-cadastro input:focus,
.wrap-cadastro select:focus,
.wrap-cadastro textarea:focus {
  outline: none;
  -webkit-box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074) !important;
  -moz-box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074) !important;
  box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074) !important;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
}
.wrap-cadastro input.has-error,
.wrap-cadastro select.has-error,
.wrap-cadastro textarea.has-error {
  border-color: #cc3333 !important;
}
/* ======================= */
/*	Pagina de permissoes
/* ======================= */
.wrap-permissoes select {
  display: inline-block;
  padding: 8px;
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 32px;
  background: #fff;
  -webkit-box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074);
  -moz-box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074);
  box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074);
  border: none;
}
.wrap-box-permissao {
  /* estilos quando é clicado para mostrar as permissoes */
}
.wrap-box-permissao .header-on {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
.wrap-box-permissao .lista-on {
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
.wrap-box-permissao header {
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
.wrap-box-permissao header .checkbox {
  padding-left: 40px;
}
.wrap-box-permissao header .checkbox input[type=checkbox]:checked + label:before {
  line-height: 25px;
  font-size: 1em;
}
.wrap-box-permissao header .checkbox label {
  font-size: 1.4em;
}
.wrap-box-permissao header .checkbox label:before {
  width: 25px;
  height: 25px;
  margin-left: -30px;
  margin-bottom: -1px;
}
.wrap-box-permissao header .mostrar-permissoes .checkbox label {
  font-size: 2em;
}
.wrap-box-permissao header .mostrar-permissoes i {
  cursor: pointer;
  height: 47px;
  line-height: 47px;
  font-size: 1.5em;
}
.wrap-box-permissao .lista-permissoes {
  height: 0;
  overflow: hidden;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
/* ==============
*	ver emails
/* ============== */
.wrap-ver-email header.titulo {
  margin-bottom: 0;
}
.wrap-ver-email header.titulo label {
  font-size: 10pt;
  color: #b3b3b3;
  margin: 0;
}
.wrap-ver-email .cabecalho {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 15px;
  padding-bottom: 15px;
}
.wrap-ver-email .cabecalho .nome {
  font-weight: 600;
}
.wrap-ver-email .cabecalho .email {
  color: #b3b3b3;
}
.wrap-ver-email .corpo-email {
  background-color: #f7f7f7;
  padding-top: 30px;
  padding-bottom: 30px;
}
.wrap-ver-email .corpo-email .ver-arquivos {
  margin-bottom: 20px;
}
.wrap-ver-email .corpo-email .ver-arquivos a {
  text-transform: uppercase;
  color: #fff;
}
/* IMAGENS DOS TIPOS DE IMOVEIS */
.imagens {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.imagens li {
  margin: 3px 3px 3px 0;
  padding: 1px;
  float: left;
  width: 270px;
  font-size: 4em;
  text-align: center;
}
.wrap-categoria .item {
  padding: 10px;
  border-radius: 3px;
  margin-left: 15px;
  margin-bottom: 15px;
  border: 1px solid #f0f0f0;
  cursor: pointer;
  -webkit-box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074);
  -moz-box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074);
  box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 4px 0 rgba(0, 0, 0, 0.074);
}
.wrap-categoria .item img {
  border-radius: 2px;
}
.wrap-categoria .item .nome-categoria {
  font-size: 14px;
  padding: 10px;
  line-height: 12px;
  cursor: pointer;
}
