/**
 * Name: GHT  Empreendimentos
 * URI: https://ghtempreendimentos.com.br/
 * Description: Folha de estilo personalizado.
*/

* {
  box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
  background:#eee;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	padding:0;
	margin:0;
  font-size: 13px;
}

header {
	width:100%;
	display:table;
	padding:20px;
	background-color:#fff;
}

body.login .container-fluid {
  height: 100%;
  display: table;
  width: 1170px;
  padding: 0;
}

body.login .row-fluid {
  height: 100%; display:table-cell; vertical-align: middle;
}

.page-wrapper {
  background-color:#fff;
  border-left:3px solid #2ac87d;
  padding:10px 15px;
  margin-bottom:15px;
  box-shadow: 2px 2px 2px #d2d2d2;
}

.page-wrapper label {
  font-weight: bold;
  margin: 0;
}

body.login .centering {
  float:none;
  margin:0 auto;
}

body.login {
    background-color: #4e5a62;
    background-image: url('/assets/images/bg-login.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

input, select {
    padding: 7px;
    border: 1px solid #d0d0d0;
    max-width: 100%;
}

input:read-only {
  background-color: #f1f1f1 !important;
}

input[type="submit"] {
    border: 1px solid #e6e6e6;
    background: #f9f9f9;
    color: #6b6b6b;
    padding: 7px 20px;
    font-size: 13px;
    outline: none;
    border-radius: 3px;
    border-bottom: rgb(189, 189, 189) solid 2px;
    cursor: pointer;
}

button:disabled {
  opacity:0.5;
  cursor:not-allowed;
}

.path_despesas {
  fill: #46c7ff !important;
  stroke: #088ec7;
  stroke-width: 4px;
  fill-opacity: 1;
}

.full_overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(53, 53, 53, 0.9);
    height: 100vh;
    width: 100%;
    display: none;
}

.full_overlay #map_container {
  width: 70%;
  max-width: 900px;
  height: 30%;
  margin: 0 auto;
  margin-top: 1%;
  display: table;
}

#map_details_despesas {
  background: #f9f9f9;
  position: absolute;
  top: 50px;
  left: 50px;
  border-top: 5px solid #2ac87d;
  padding: 20px;
}

button.close {
  display:block !important;
}

.overlay_close {
  font-size:30px;
}

.text-green {
  font-weight: bold;
  color: green;
}

.text-red {
  font-weight: bold;
  color: red;
}

.text-blue {
  font-weight: bold;
  color: #20c2ff;
}

.box-wrapper {
  width: 100%;
  display: flex;
  background-color: #fff;
  min-height: 110px;
}

.box-panel {
  background: #fff;
  display: flex;
  width: 100%;
}

.box-panel .icon {
  width: 30%;
  text-align: center;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 35px;
  align-items: center;
}

.box-panel .icon i {
    display: table-cell;
    vertical-align: middle;
}

.box-panel .orange {
  background-color:#fd8964;
}

.box-panel .color-orange {
  color: #fd8964;
}

.box-panel .blue {
  background-color:#56bdde;
}

.box-panel .color-blue {
  color: #56bdde;
}

.box-panel .purple {
  background-color:#b598db;
}

.box-panel .color-purple {
  color:#b598db;
}

.box-panel .cyan {
  background-color:#6fc6bd;
}

.box-panel .color-cyan {
  color:#6fc6bd;
}

.box-panel .wrap-text {
  display: table;
  width: 70%;
  height: 100%;
}

.box-panel .text {
    padding: 0 30px;
    display: table-cell;
    vertical-align: middle;
    line-height: 1;
}

.box-panel .text h4 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  margin:0;
  padding: 0;
}

.box-panel .text p {
  padding: 0;
  margin: 0;
  font-size: 35px;
  color:#c6c6c6;
  font-weight: bold;
  letter-spacing: -1px;
}

.none {
  display:none;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(50, 53, 60, 0.83);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 9999;
  text-align: center;
  display: flex;
  align-items: center;
  top: 0;
}

.spinner {
  color: #fff;
  font-size: 20px;
}

.overlay:before {
    content: "\f110";
    font: normal normal normal 14px/1 FontAwesome;
    color:#fff;
    display: flex;
    margin: 0 auto;
    font-size:60px;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.loading {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(238, 236, 230, 0.85);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 9999;
  text-align: center;
  display:none;
  align-items: center;
  top: 0;
}

.loading:before {
  position: absolute;
  width: 100%;
  text-align: center;
  content: "\f110";
  font: normal normal normal 14px/1 FontAwesome;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  font-size: 60px;
  color: #363942;
}

.form-login {
  text-align: center;
}

.form-login,
.form-login a {
  color:#fff;
}

.form-login img {
  margin-bottom: 10px;
}

.form-login input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #7d7d7d;
  padding: 10px 0px;
  width: 100%;
  outline: none;
  color: #fff;
}

.form-login input:focus {
  border-bottom: 1px solid #fff;
}

.form-login button[type="submit"] {
    width: 100%;
    border: 0;
    background-color: #8faf53;
    border-bottom: 4px solid #7b9c3d;
    padding: 12px;
    color: #fff;
    margin-top: 9px;
}

.hvr-shutter-out-vertical:before {
  background-color: #a1bf67;
}

form.search {
  float: right;
}

.nav-side-menu {
  overflow: auto;
  background-color: #363942;
  position: fixed;
  height: 100%;
  color: #adadad;
  top: 0px;
  width: 235px;
  left: 235px;
  margin-left:-235px;
  z-index: 9999;
}

.nav-side-menu::-webkit-scrollbar-track {
    background-color: #363942!important;
}
.nav-side-menu::-webkit-scrollbar {
    width: 3px!important;
    background: #363942!important;
}
.nav-side-menu::-webkit-scrollbar-thumb {
    background: #2ac87d!important;
}

.nav-side-menu .brand {
  background-color: #23282e;
  background-image: url('/assets/images/bg-login.jpg');
  background-size: cover;
  line-height: 100px;
  display: block;
  text-align: center;
  font-size: 13px;
}
.nav-side-menu .brand img{
  max-width: 90%;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 45px;
  cursor: pointer;
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.nav-side-menu li.active:not(.collapsed) {
   border-left: 4px solid #2ac87d;
   background-color: #32353c;
}

.nav-side-menu li.selected {
  border-left: 4px solid #2ac87d;
  background-color: #32353c;
  color: #fff;
}

.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #32353c;
  border: none;
  line-height: 32px;
  border-bottom: 1px solid rgba(106, 109, 116, 0.15);
  border-top: 1px solid rgba(106, 109, 116, 0.15);
  margin-left: 0px;
  color: #919191;
}
.nav-side-menu ul .sub-menu li.selected,
.nav-side-menu li .sub-menu li.selected {
  color:#2ac87d;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #4f5b69;
  color: #2ac87d;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.nav-side-menu li {
  padding-left: 0px;
  border-left: 4px solid #32353c;
}
.nav-side-menu a li {
  text-decoration: none;
  color: #adadad;
}
.nav-side-menu li i {
  padding-left: 20px;
  width: 20px;
  padding-right: 30px;
}
.nav-side-menu a:hover {
   text-decoration: none;
}
.nav-side-menu li:hover {
  border-left: 4px solid #2ac87d;
  background-color: #4f5b69;
  color:#2ac87d;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.menu-list hr {
  width: 100%;
  border-top: 1px solid rgb(72, 72, 72);
  margin: 0;
}

.alerts {
    position: absolute;
    top: 65px;
    right: 15px;
    z-index: 9999;
    width: 20%;
}

.alerts .alert {
  margin-bottom:6px;
}

#wrapper {
	padding-left: 235px;
}

#parceiros_multiplos_list input,
#parceiros_multiplos_list select {
  width:100%;
}

.content {
	padding: 13px 30px;
}

.info {
    border-bottom: solid 2px rgba(106, 109, 116, 0.24);
    margin-bottom: 20px;
    background: #fff;
    padding: 13px 30px;
}

h1.classe{
	      font-size: 15px;
    padding: 0px;
    margin: 0px;
    color: rgba(106, 109, 116, 0.54);
}
h1.classe i{
    font-size: 16px;
    margin-right: 5px;
}
h2.caminho {
	    margin: 8px 0px;
    padding: 0px;
    font-size: 12px;
    color: rgba(106, 109, 116, 0.54);
}
ol.breadcrumb{
  background-color: #eee;
    padding: 0px;
    color: #b2b2b2;
    background: transparent;
    margin: 0;
}

.breadcrumb>li+li:before {
  font-family: FontAwesome;
  content:"\f105";
}


ol.breadcrumb li.breadcrumb-item a{
    background-color: #eee;
    padding: 0px;
    color: #b2b2b2;
    background: transparent;
}

ol.breadcrumb li.breadcrumb-item a:hover {
  text-decoration: underline;
}

#confirmation-block {
  display:none;
}

#confirmation-block p {
  margin: 4px 0px;
  font-size: 14px;
}

button{
    border: 1px solid #e6e6e6;
    background: #f9f9f9;
    color: #6b6b6b;
    padding: 7px 20px;
    font-size: 13px;
    outline: none;
    border-radius: 3px;
    border-bottom: rgb(189, 189, 189) solid 2px;
    cursor: pointer;
}

button.green{
    border: none;
    background: #2ac87d;
    color: #fff;
    padding: 7px 20px;
    font-size: 13px;
    outline: none;
    border-radius: 3px;
    border-bottom: rgba(0, 0, 0, 0.22) solid 2px;
}

button.red{
    border: none;
    background: #ff4d4d;
    color: #fff;
    padding: 7px 20px;
    font-size: 13px;
    outline: none;
    border-radius: 3px;
    border-bottom: rgb(220, 27, 27) solid 2px;
}

.blue:not(.icon) {
  border: none;
  background: #20c2ff;
  color: #fff;
  padding: 7px 20px;
  font-size: 13px;
  outline: none;
  border-radius: 3px;
  border-bottom: rgb(13, 164, 221) solid 2px;
}

button.black {
  background-color: #3c3c3c;
  color:#fff;
  border-bottom:2px solid #1b1d21;
}

button.pequeno {
  padding: 4px 7px;
  font-size: 12px;
}

img.list-thumbnail{
  max-width: 75px;
  border: solid #dfdfdf;
  border-radius: 10px;
  margin-right: 10px;
}

h3.alter-title {
  text-transform: uppercase;
  font-size: 14px;
  padding: 12px 0px 0px;
  font-weight: bold;
}

.alter-map {
  border: 2px solid #d0d0d0;
}

.sequence_block input {
  max-width:100px;
}

ul#listar-arquivos li{
  display: flex;
  justify-content: space-between;
}
ul#listar-arquivos li div.foto-texto{
  display: flex;
  max-width: 75%;
  align-items: center;
}
ul#listar-arquivos li div.foto-texto div.texto{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}
ul#listar-arquivos li div.foto-texto div.texto p{
  margin: 0;
  padding: 0;
}

header#menu-user{
    display: flex;
    margin: 0;
    color: #b7b7b7;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    border-bottom: 1px solid #dedede;
}

header#menu-user div.menu-user-left {
    height: 100%;
    display: flex;
    flex-direction: row;
}

header#menu-user div.menu-user-right{
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

div.valores{
    z-index: 9999;
    display: flex;
    flex-direction: column;
    padding: 10px 11px;
    position: absolute;
    background-color: #fff;
    right: 0;
    margin-top: 12px;
    min-width: 200px;
    box-shadow: 1px 0px 13px #b5b5b5;
    border-top: 3px solid #2ac87d;
    left: 10px;
    display:none;
}

div.valores p {
  margin:0;
}

div.valores:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    width: 0;
    height: 0;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #2ac87d;
    top: -11px
}

td.valores{
    position: relative;
    cursor: pointer;
}

table.listar {
  background: #fff;
  box-shadow: 0px 5px 9px #d2d2d2;
  margin-top: 20px;
}
table.listar th {
  color:#000;
}
table.listar td{
  color: #585858;
}

table.listar tbody tr:hover{
  background-color: #f5f5f5;
}

a.link {
    font-weight: bold;
    color: #655a5a;
}
a.link:after{
    font-family: FontAwesome;
    display: inline-block;
    padding-left: 5px;
    content: "\f08e";
    font-size: 10px;
    position: absolute;
}
a.link:hover {
    text-decoration: underline;
}

.btn-table{
    padding: 1px 10px;
    border: solid 1px #ececec;
    background: #fff;
}

.btn-table.excluir {
    color:#b60000;
}

.btn-table.check {
  color: #00b710;
}

.btn-table.principal {
  color: #2ac87d;
}

i.check {
  color:green;
  font-size: 16px;
  margin-right: 5px;
  width:15px;
  text-align: center;
}

i.excluir {
  color:red;
  margin-right: 5px;
  font-size: 16px;
  width:15px;
  text-align: center;
}

.btn-table:disabled{
  opacity: .8;
  color: #CCC;
}

table a:hover{
    text-decoration: none;
}

.hvr-shutter-out-horizontal:before {
    background: #a1c55c;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #2ac87d;
    border-color: #2ac87d;
    color: #fff;
}

.pagination>li>a, .pagination>li>span {
    color: #a3a5a7;
    margin-top: 20px;
}


.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #219c62;
}

/** Estilo dos tipos */

.class_tipos {
    background: transparent;
    padding: 4px 8px;
    text-transform: capitalize;
    color: #fff;
    font-size: 10px;
    border-radius: 3px;
    float: left;
    margin: 1px;
}

.class_cliente { background-color: #3bb1d9; }
.class_funcionario { background-color: #3bbeb0; }
.class_corretor { background-color:#3bb85d; }
.class_parceiro { background-color:#f59b43; }
.class_fornecedor { background-color:#d9434e; }

.tasks table {
  margin:0;
}

.tasks,
.files {
    min-width: 400px;
}

#tasks-dropdown:before {
  width: 8px;
  height: 8px;
  background-color: #ff6e6e;
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 21px;
  top: 15px;
}

.avatar {
    background: transparent;
    border: 3px solid #d6d6d6;
    width: 170px;
    height: 170px;
    border-radius: 50%;
}

.dropdown-menu.userdata {
    font-weight: normal;
    padding: 15px;
    border: 0px;
    border-radius: 0;
    font-size: 13px;

}

.dropdown-menu.userdata:before {
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    border-bottom: 11px solid #fff;
    content: " ";
    height: 0;
    left: 8px;
    position: absolute;
    top: -10px;
    width: 0;
}

.dropdown-toggle:not(.note-btn) {
    background: transparent;
    border: 0;
    border-bottom: 3px solid #2ac87d;
    border-radius: 0;
    font-weight: normal;
    padding: 15px 15px;
    margin-right: 10px;
    font-size: 13px;
    color: #a9a9a9;
}

.dropdown-toggle:not(.note-btn):hover {
    background-color: #2ac87d;
    border-color: #219c62;
    color:#fff;
}

.btn-logout {
    color: #e95656;
    border-color: #e95656;
}

.btn-config {
    color: #cccccc;
    border-color: #cccccc;
}

.menu-user-left > .btn-primary:active:focus,
.menu-user-left > .btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
    color: #fff !important;
    background-color: #505561;
    border-color: #363738;
}

/** Tarefas **/

.to_do_task {
  width: 100%;
  display: table;
  line-height: 33px;
  font-weight: bold;
  font-size: 13px;
  border-top: 1px solid #e8e8e8;
}

.to_do_person {
  float: right;
  background: #4296c8;
  padding: 0px 10px;
  border-radius: 20px;
  line-height: normal;
  margin: 10px 0 0 15px;
  color: #fff;
  font-weight: normal;
  font-size: 10px;
}

.task_status_2 .to_do_title {
  text-decoration: line-through;
  color: #afafaf;
}

.logotipo img {
  max-width: 100%;
}

.logotipo p {
  margin:0;
}

.move {
  float: left;
  color: #d2d2d2;
  margin-right:10px;
}

.task_status {
  padding:0;
  background:0;
  border:0;
  padding-right: 7px;
}

.task_status_0 {
  color: #ccc;
  font-size: 18px;
  float: left;
}

.task_status_1 {
  color: #d6d21f;
  font-size: 18px;
  float: left;
}

.task_status_2 {
  color: #00e413;
  font-size: 18px;
  float: left;
}

.to_do_subtask {
    display: table;
    width: 100%;
    padding-left: 30px;
}

.to_do_date {
  background: #afafaf;
  color: #fff;
  font-weight: normal;
  margin-left: 10px;
  padding: 3px 5px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 10px;
  margin-top: 10px;
}

.to_do_group { margin-left: 25px; }

.task_content { float:left; }

.task_button {     padding: 0px 13px;
    font-size: 12px;
    margin: 3px 0px;
    line-height: 27px; }

.to_do_infos {
  float: left;
  color: #afafaf;
  padding: 0 10px;
}

.to_do_infos i {
  margin-right:10px;
}

.to_do_complete {
  float:right;
}

.movable-placeholder {
    width: 100%;
    height: 100px;
    display: block;
    padding: 20px;
    margin: 0 0 15px 0;
    border:3px dashed #2ac87d;
}

.to_do_subtask .buttons {
  opacity:0.5;
}

span.note-icon-caret{
  display:none;
}

/** Maps */

#map_multiple_wrapper {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.34);
  z-index: 9999;
  height: 100%;
}

#map_multiple_content {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}

#map_multiple_box {
  margin: 0 auto;
  display: table;
  background: #fff;
  padding: 30px;
  border-radius: 4px;
  max-width: 670px;
}

#map_container {
  position: relative;
}

#map_content {
  position: absolute;
  display: none;
  background-color: rgba(238, 238, 238, 0.97);
  box-shadow: 0px -5px 30px rgba(0, 0, 0, 0.20);
  color: #000000;
  border: 1px solid #cecece;
  padding: 20px 12px;
  border-radius: 2px;
  z-index: 9999;
  display: none;
  max-width: 550px;
  min-width: 235px;
  font-size: 12px;
  margin-bottom: 30px;
}

#map_content hr {
  margin: 10px 0;
}

#map_content.to_right:before {
  content: '';
  top: 7px;
  left: -10px;
  position: absolute;
  border-right: 10px solid #eee;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  z-index: 9999;
}

#map_content.to_left:after {
  content: '';
  top: 7px;
  right: -10px;
  position: absolute;
  border-left: 10px solid #eee;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  z-index: 9999;
}

#map_content div.modal-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  border-bottom: 1px solid #b7b7b7;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}

#map_content div.modal-title:before {
  position: absolute;
  content: "";
  width: 20%;
  height: 3px;
  background: #219c62;
  bottom: -2px;
}

#map_content_form select,
#map_content_form input[type="text"],
#map_multiple_form select,
#map_multiple_form input[type="text"],
#map_content input[type="text"],
#map_content select {
  width: 100%;
  max-width: 100%;
}

#map_content p {
  margin:0;
}

#map_container #map_controls {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 29px;
}

#map_container #map_controls div {
    color: #2ac87d;
    font-size: 30px;
    background: #ffffff;
    border-radius: 10px;
    padding: 5px;
    text-align: center;
    border: 2px solid #ccc;
    display: table;
    margin-bottom: 5px;
}

#map_modal_neighbors select,
#map_modal_neighbors input {
  width: 100%;
}

#map_modal_neighbors_wrapper {
  display: none;
  position: absolute;
}

#map_modal_neighbors_buttons {
    text-align: right;
}

#map_modal_neighbors_buttons button {
  padding: 0;
  background: transparent;
  border: 0;
  font-size: 15px;
}

#map_modal_neighbors {
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 8px;
  border: 1px solid #dedede;
  border-top: 4px solid #2ac87d;
  border-radius: 2px;
  z-index: 9999;
  width:150px;
}

/*

#map_modal_neighbors:after {
  content: "";
  position: absolute;
  background: #2ac87d;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

div[class*='modal_neighbors_']::after {
  content: "";
  position: absolute;
  background: #2ac87d;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
*/

#bar_percent {
  width:100%;
  height:5px;
  background-color: #d8d8d8;
}

.subtitle {
  float: right;
  padding: 0 20px 0 40px;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
}

.subtitle.venda:before,
.subtitle.reservado:before,
.subtitle.vendido:before,
.subtitle.pendente:before,
.subtitle.finalizado:before,
.subtitle.ght:before,
.subtitle.parceiros:before,
.subtitle.parceria:before,
.subtitle.reservado_parceiros:before,
.subtitle.indisponiveis:before {
  content: attr(data-quantidade);
  position: absolute;
  width: 22%;
  text-align: center;
  left: 0;
  height: 100%;
  color: #fff;
}

.loteamento_status {
  padding:3px 5px;
  color:#fff;
  margin-right:3px;
  font-size: 12px;
  border-radius:2px;
}

.loteamento_status_default {
  background-color:#ccc
}

.loteamento_status_1 {
  background: #f1c50e;
}

.loteamento_status_2 {
  background: #2ac87d;
}

.loteamento_status_3 {
  background: #2ac87d;
}

.loteamento_status_4 {
  background: #6bd9ff;
}

.loteamento_status_5 {
  background:#ff6b6b;
}

span.required {
  font-weight: bold;
  color: red;
}

.subtitle.venda:before {
  background-color: #2ac87d;
}

.subtitle.reservado:before {
  background-color: #6bd9ff;
}

.subtitle.reservado_parceiros:before {
  background-color: #0073c5;
}

.subtitle.indisponiveis:before {
  background-color: #de0000;
}

.subtitle.vendido:before {
  background-color: #ff6b6b;
}

.subtitle.pendente:before {
  background-color: #f1c50e;
}

.subtitle.finalizado:before {
  background-color: #2ac87d;
}

.subtitle.ght:before {
  background-color: #ff944a;
}

.subtitle.parceria:before {
  background-color: rgb(0, 155, 255);
}

.subtitle.parceiros:before {
  background-color: #00a73f;
}

div#mapa {
  display:none;
}

label {
  margin-right: .5rem;
}

span.status_label {
  background-color: #828282;
  padding: 3px 8px;
  color: #fff;
  font-weight: bold;
}

.status_label[data-status='3'] {
  background-color: #2ac87d;
}

.status_label[data-status='4'] {
  background-color: #32a3ca;
}

.status_label[data-status='5'] {
  background-color: #f73131;
}

.status_label[data-status='reservado'] {
  background-color: #af0000;
}

#map {
  border: 2px solid #dedede;
}

label:has( input[type="checkbox"]:disabled ) {
  font-weight:bold;
  background-color:#000;
}

.controls {
  position: absolute;
  display:grid;
  left: 20px;
  top: 20px;
}

#zoom-in,
#zoom-out,
#zoom-reset {
  background-color: #fff;
  color: #18bd6f;
  border-radius: 10px;
  padding: 10px 10px;
  outline:0;
}

.grab {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.grabbing {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

svg {
  max-width:100%;
  max-height:100%;
}

svg path {
    position: relative;
    fill: #d2d2d2;
}

svg path[data-type="lote"],
svg path[data-type="area_verde"],
svg path[data-type="area_preservacao"],
svg path[data-type="institucional"] {
  cursor: pointer;
}

svg path.selected {
    fill: rgba(50, 151, 219, 0.6);
}

.pendente {
  fill: #f1c50e;
}

.finalizado {
  fill: #2ac87d;
}

.text_numero_lote {
  text-shadow: 3px 1px 1px rgba(0, 0, 0, 0.2);
  letter-spacing: -0.4px;
}

#map {
  position: relative;
}

svg path.area_verde {
  fill:#a2d40d !important;
}

svg path.area_preservacao {
  fill:#1da500 !important;
}

svg path.institucional {
  fill: #ff6e3d !important;
}

svg path.lote_avenda {
  fill: #2ac87d;
}

svg path.lote_reservado {
  fill: #6bd9ff;
}

svg path.lote_vendido {
  fill: #ff6b6b;
}

svg path.indisponivel {
  fill: #de0000;
}

svg path.reservado_parceiros {
  fill: #0073c5;
}

svg path.no_id {
  fill: #ffbdbd4d;
  stroke: #ff8b8b;
}

svg path.duplicate {
  fill: #ff5d5d;
}

.table-seller,
.table-seller td {
  padding: 3px;
}

svg path.m_selectable {
  fill: #a9dcff !important;
}

svg path.m_selected {
  fill: rgb(98, 191, 255) !important;
}

svg path.clear_path {
  fill: rgb(224, 224, 224);
}

svg path.v_selected {
  fill: rgb(243, 224, 0);
}

svg path.child_selected {
  fill: rgb(142, 197, 255);
}

svg path.child_db_selected {
  fill: rgb(44, 147, 255);
}

#map.active {
  border-color: #2ac87d;
}

#map.moused {
  border-color: #f1c50e;
}

/**
 * SweetAlert.
 */
.sweet-alert p {
  font-weight: normal;
}

.sweet-alert h2 {
  margin: 10px 0px;
}
div#search,
div#search_socio{
    position: relative;
    display: table;
    float: left;
    width: 100%;
    z-index: 999;
}

ul#livesearch,
ul#livesearch_socio,
ul#livesearch_cidade,
ul#livesearch_representante {
    display: none;
    background-color: #fff;
    position: absolute;
    padding: 5px;
    width: 100%;
    border: 1px solid #d9d9d9;
    border-bottom: 2px solid #2ac87d;
    border-radius: 1px 1px 5px 5px;
}
ul#livesearch li,
ul#livesearch_socio li,
ul#livesearch_cidade li,
ul#livesearch_representante li{
    list-style: none;
    padding-top: 7px;
    padding: 5px;
}
ul#livesearch li#loading,
ul#livesearch_socio li#loading,
ul#livesearch_cidade li#loading,
ul#livesearch_representante li#loading{
    text-align: center;
    font-size: 7px;
    color: #afb1b5;
}
ul#livesearch li:not(.no-hover):hover,
ul#livesearch_socio li:not(.no-hover):hover,
ul#livesearch_cidade li:not(.no-hover):hover,
ul#livesearch_representante li:not(.no-hover):hover{
    background: #2ac87d;
    color: #fff;
    cursor: pointer;
}

div.form input[type="text"],
div.form input[type="date"],
div.form input[type="datetime-local"],
div.form input[type="password"],
div.form select {
  background-color: #fff;
  border: solid 2px #d9d9d9;
  outline: none;
  padding: 10px;
  width: 100%;
  float: left;
}

span.select2.select2-container.select2-container--default {
  width: 100%;
}


.select2-selection.select2-selection--multiple {
  border-radius: 0;
  border-width: 2px;
  padding: 5px 0px;
  border-color: #d9d9d9;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #d9d9d9 2px;
}

div.form label {
  font-weight: bold;
  margin-bottom: 0;
  color: #4e5860;
}
h5.title {
  margin-bottom: 25px;
  color: #4e5860;
}
input[type="submit"].green{
  border: none;
  background: #2ac87d;
  color: #fff;
  padding: 7px 20px;
  font-size: 13px;
  outline: none;
  border-radius: 3px;
  cursor: pointer;
  border-bottom: rgba(0, 0, 0, 0.22) solid 2px;
}
div#categorias{
    background-color: #fff;
    border: solid 1px #d9d9d9;
    outline: none;
    padding: 10px;
    min-width: 100%;
    float: left;
    display: none;
    position:absolute;
    z-index: 9999;
}
div#categorias ul {
  list-style: none;
}
div#categorias ul:not(.principal) {
  display: none;
}
div#categorias ul.principal {
  padding:0;
}
div#categorias li{
  padding: 2px 4px;
}
div#categorias li:not(.active):before{
  font-family: FontAwesome;
  content: "\f0da";
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
  color: #969696;
}
div#categorias li.active:before{
  font-family: FontAwesome;
  content: "\f0d7";
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
  color: #969696;
}
div#categorias li:hover:before,
div#categorias li.selected:before{
  color: #fff;
}
div#categorias li:hover,
div#categorias li.selected{
  background-color: #2ac87d;
  cursor: pointer;
  color: #fff;
}

.btn-input{
  width: 100%;
  font-size: 18px;
}

div.form input.input-error {
  border-color:#ff4d4d;
  background: rgba(255, 0, 0, 0.1);
}

div.form input.input-success {
  border-color:#2ac87d;
  background: rgba(42, 200, 12, 0.1);
}

.modal-content {
  border:0;
}

textarea {
    border: 1px solid #d9d9d9;
    padding: 10px;
    width: 100%;
}
table.visualizar{
    border-bottom: solid 2px rgba(106, 109, 116, 0.24);
    background-color: #fff;
}
table.visualizar thead th{
    background-color: #fff;
    text-align: center;
}
.row.visualizar{
  margin-top: 20px;
}
div.row.selecionar-corretor{
  padding-bottom: 5px;
}
div.del_corretor,
div.del_telefone{
    font-size: 16px;
    color: #b50303;
    padding-top: 7px;
    cursor:pointer;
}

i.del_parcela{
    font-size: 16px;
    color: #b50303;
    margin-top: 7px;
    cursor:pointer;
}

.desconto  {
  display:none;
}

tr.table-title-grey{
  background-color: #f4f4f5;
  border-top: 2px solid #ccc;
}
tr.table-title-grey th {
  text-align:center;
}
div.box-area{
    background: #fff;
    margin-bottom: 20px;
}
div.box-area > .row:first-child{
  border-bottom: 2px solid #eee;
  padding: 10px 0px;
}
div.box-area > .row:first-child div{
  font-weight: bold;
  text-align: center;
}
div.box-area > .row{
  border-bottom: 1px solid #eee;
  padding: 10px 0px;
}
div.box-area > .row.no-border{
  border: none;
}
div.box-area > .row .bold:first-child {
  font-weight: bold;
}
div.box-area .row input[type="text"],
div.box-area .row input[type="date"],
div.box-area .row input[type="datetime-local"],
div.box-area .row input[type="password"],
div.box-area .row select {
  background-color: #fff;
  border: solid 1px #d6d6d6;
  outline: none;
  width: 100%;
  float: left;
}
div.box-area .row div.buttons {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
}
span.tag-red{
    background: #f75a5a;
    color: #fff;
    font-weight: normal;
    margin-left: 10px;
    padding: 3px 5px;
    border-radius: 2px;
    font-size: 12px;
}
div.note-editor{
    border: none!important;
}

div.pessoa_juridica,
tr.pessoa_juridica{
    display:none;
}

ul.dropdown_arquivos{
    margin: 15px 0px;
}

#vizinhos_fundo input,
#vizinhos_esquerda input,
#vizinhos_direita input {
  width:33% !important;
}

#vizinhos_fundo_multiplos input,
#vizinhos_esquerda_multiplos input,
#vizinhos_direita_multiplos input {
  width:42% !important;
}

#div_curvas select {
  width: 100% !important;
}

#div_curvas input,
#div_curvas_multiplos input {
  width: 50% !important;
}

div.button_help{
  justify-content: flex-end;
  align-items: center;
  display: flex;
  font-size: 25px;
  color: #20c2ff;
}
div.button_help i:hover{
  cursor: pointer;
}

input#search{
  width: 80%;
}
div.search_filter{
  align-items: flex-end;
  display: flex;
  margin-top: 10px;
}

span.nao_informado{
  color: #a5a5a5;
  font-style: italic;
}

span.info_obs{
  display:none;
}

div.centralizar{
  align-items: center;
  justify-content: center;
  display: flex;
}

@media (max-width: 767px) {
  #wrapper {
	padding-left: 0px;
  }
  .nav-side-menu {
    position: relative;
    width: 100%;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #23282e;
    color: #6a6d74;
    width: 40px;
    text-align: center;
  }
  .nav-side-menu .toggle-btn:hover {
  	color:#fff;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
    background-image: none !important;
  }
  .nav-side-menu .brand img{
    max-height: 35px;
}
}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}

/** List cheque recebidos - vis. movcaixa **/

.block {
    width: 100%;
    display:table;
    border-bottom: solid 2px rgba(106, 109, 116, 0.24);
    background-color:#fff;
  }

  .block .header {
    padding: 15px;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #eceeef;
  }

  .list-group-item.active {
    border-radius: 0;
    background-color: #2ac87d;
    border-color: #2ac87d;
  }

 @media print {
    .hidden-print {
      display: none !important;
    }
  }
