@charset "UTF-8";
/**** Estilos Generales ****/
/*
    VARIABLES
*/
/**** FONTS *****/
@import "https://fonts.googleapis.com/css?family=Lato:300,400,500,600,700";
/**** Estilos Generales ****/
::-moz-selection {
  background: #015B45;
  color: white; }

::selection {
  background: #015B45;
  color: white; }

* {
  -webkit-tap-highlight-color: transparent !important; }

a:focus {
  outline: none !important;
  box-shadow: none !important; }

a:active {
  outline: none !important;
  box-shadow: none !important; }

button:focus, .btn:focus, .form-control:focus, .form-control:active {
  outline: none !important;
  box-shadow: none !important; }

button:active, .btn:active {
  outline: none !important;
  box-shadow: none !important; }

body {
  font-family: "Lato", sans-serif;
  background: #F6F7F8;
  color: rgba(0, 0, 0, 0.5);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h5 {
  color: black; }

a, a:hover, a:focus, .btn-link {
  color: #015B45;
  text-decoration: none;
  transition: all 0.3s; }

a:hover, .btn-link:hover {
  text-decoration: underline;
  color: #ddcd3a; }

.mb-6 {
  margin-bottom: 5rem !important; }

.hidden {
  display: none; }

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0; }

.bg-dark {
  background-color: #2D2D2D; }

.btn-salir {
  font-size: 2.5em;
  padding: 0;
  color: #2D2D2D; }

.btn-salir:hover {
  color: #2D2D2D; }

.full-height {
  min-height: 100vh; }

.nav-tabs {
  border-bottom: none; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link, .nav-tabs .active, .nav-tabs .show > .nav-link {
  color: white !important;
  background-color: #015B45;
  border-radius: 100px;
  text-transform: uppercase; }

.nav-tabs .active .navlink {
  color: white; }

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border: none !important; }

.nav-pills .nav-link {
  color: black;
  text-transform: uppercase; }

.nav-tabs .nav-link {
  color: black;
  text-transform: uppercase; }

.nav-tabs .active .nav-link {
  color: white !important; }

.breadcrumb {
  background-color: transparent;
  text-transform: uppercase;
  padding: 0px;
  font-size: .8em; }

.breadcrumb .breadcrumb-item a {
  color: #015B45; }

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
  width: calc(100% - 250px);
  padding: 0px;
  min-height: 100vh;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 0; }
  #content h1.mainTitle {
    margin-bottom: 30px; }

#content.active {
  width: 100%; }

.contenido {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 100px; }

.botonera {
  text-align: right; }

.card {
  border: 1px solid #f3f3f3;
  border-radius: 12px !important;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08); }

.card-heading {
  padding: 1.25rem;
  color: black;
  font-size: 1.5rem; }

/****
	Table
	****/
.table .thead-dark th {
  background-color: #2D2D2D;
  border-color: #2D2D2D; }

.table td, .table th {
  padding: .5rem;
  vertical-align: middle;
  border-top: 1px solid #2D2D2D; }

.table td {
  font-size: 1em; }

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
  #sidebar {
    margin-left: -250px; }
  #sidebar.active {
    margin-left: 0; }
  #content {
    width: 100%; }
  #content.active {
    width: calc(100% - 250px); }
  #sidebarCollapse span {
    display: none; } }

.guardando {
  display: none;
  position: fixed;
  z-index: 100000;
  padding-top: 100px;
  background-color: white;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*opacity: .6;*/
  text-align: center; }

body.modal-open .fade:not(.show) {
  opacity: 1 !important; }

.botonera-fija {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100vw;
  z-index: 200;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  padding: 10px;
  background-color: #2D2D2D;
  text-align: right; }

.customALERT {
  position: fixed !important;
  bottom: 0 !important;
  left: 20px !important;
  z-index: 1000 !important; }

/**** HACK ***/
.collapse:not(.show) {
  display: block; }

.splash {
  display: none; }

[ng-cloak].splash {
  background-color: #428bca;
  width: 100%;
  text-align: center;
  color: white;
  display: block !important; }

/**** header *****/
#header {
  position: fixed;
  width: 100vw;
  z-index: 200; }
  #header .navbar {
    padding: 0px;
    background: #fff;
    border: none;
    border-radius: 0;
    /*margin-bottom: 40px;*/
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    min-height: 60px; }
    #header .navbar .dropdown-toggle::after {
      display: none; }
    #header .navbar .dropdown-toggle {
      font-size: 20px;
      color: #2D2D2D;
      text-decoration: none !important; }
    #header .navbar .dropdown-toggle:hover {
      color: #015B45;
      text-decoration: none !important; }
    #header .navbar .badge {
      vertical-align: top;
      border-radius: 100px;
      font-size: 60%;
      margin-left: -10px; }
    #header .navbar .dropdown-menu {
      min-width: 90vw;
      border: 1px solid #f3f3f3;
      border-radius: 12px !important;
      box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08); }
  #header .navbar-header {
    width: 100vw; }
    #header .navbar-header #sidebarCollapse {
      margin-top: 7px; }
    #header .navbar-header .logo {
      min-width: 80px; }
  #header .navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none; }

#sidebarCollapse {
  background: white !important;
  float: left; }

#menu1 {
  position: absolute;
  padding: 20px; }

#menu_alertas {
  position: absolute;
  top: 6px;
  left: 60px; }
  #menu_alertas li {
    padding: 10px; }

.btn-xs {
  font-size: 10px; }

.menu_informes {
  margin-left: 45px; }

.form-control:focus, .form-control:active {
  border-color: #2D2D2D; }

select.form-control {
  border-radius: 100px;
  border: 1px solid black;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* background: white; */
  background: url(../img/down-arrow.png) 97%/15% no-repeat white;
  background-size: 18px;
  padding-right: 40px; }

select[multiple]:focus option:checked {
  background: #ffce0a;
  color: black; }

select::-ms-expand {
  display: none;
  /* hide the default arrow in ie10 and ie11 */ }

.btn {
  border-radius: 100px;
  border: none;
  text-transform: uppercase; }

.btn-primary, .btn-primary:visited {
  background-color: #015B45;
  color: white; }

.btn-primary:hover, .btn-primary:active, .btn-primary:active:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background-color: #2D2D2D;
  color: white; }

.btn-secondary {
  border: 1px solid #015B45;
  background-color: white;
  color: rgba(0, 0, 0, 0.5); }

.btn-secondary:hover {
  background-color: #2D2D2D;
  color: white; }

.btn-info {
  border: 1px solid #2D2D2D;
  background-color: #2D2D2D;
  color: white; }

.btn-info:hover {
  border: 1px solid #2D2D2D;
  background-color: white;
  color: #2D2D2D; }

.btn-light {
  color: #015B45 !important;
  background-color: white; }

.btn-info:hover {
  border: 1px solid #2D2D2D;
  background-color: white;
  color: #2D2D2D; }

input {
  outline: none !important; }

input:disabled {
  background-color: #e5e5e5; }

.form-group label {
  display: block;
  margin-bottom: 3px;
  color: rgba(0, 0, 0, 0.5); }

input.form-control, .chosen-container-single .chosen-search input[type=text] {
  border-radius: 100px !important;
  padding: 6px 20px !important;
  border: 1px solid black !important; }

textarea.form-control {
  border-radius: 12px;
  padding: 6px 20px;
  border: 1px solid black; }

/****** Paginación *****/
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: none;
  border: none; }

.page-item:last-child .page-link {
  border-radius: 100px; }

.page-link {
  position: relative;
  display: block;
  padding: .5rem .85rem;
  margin-left: -1px;
  line-height: 1.25;
  border: 1px solid #015B45;
  background-color: white;
  color: rgba(0, 0, 0, 0.5);
  margin-right: 5px;
  border-radius: 100px; }

.page-link:hover {
  z-index: 2;
  color: white;
  text-decoration: none;
  background-color: #2D2D2D;
  border-color: #2D2D2D; }

.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px; }

.input-group .input-group-btn button {
  position: relative;
  right: 37px; }

.chosen-container-single .chosen-single, .chosen-container-active .chosen-single, .chosen-container-active.chosen-with-drop .chosen-single {
  border-radius: 100px !important;
  border: 1px solid black !important;
  -webkit-appearance: none;
  -moz-appearance: none !important;
  appearance: none !important;
  /* background: white; */
  background: url(../img/down-arrow.png) 97%/15% no-repeat white !important;
  background-size: 18px !important;
  padding-right: 40px !important;
  color: black !important;
  height: 38px !important;
  padding: 4px 20px !important; }

.chosen-container-active.chosen-with-drop .chosen-single {
  border-radius: 5px; }

.chosen-container-single .chosen-drop {
  margin-top: 0px !important;
  border: 1px solid black !important;
  border-top: 1px solid black !important; }

.chosen-container {
  font-family: "Lato", sans-serif !important; }

.chosen-container .chosen-results li.highlighted {
  background-color: #015B45 !important;
  background-image: none !important;
  color: #fff !important; }

.chosen-container-single .chosen-single div b {
  display: none !important; }

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
  width: 250px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 999;
  background: #000;
  color: #fff;
  transition: all 0.3s; }

#sidebar .editar {
  color: white; }

#sidebar.active {
  margin-left: -250px; }

#sidebar .sidebar-header {
  padding: 20px;
  background: #000;
  text-align: center;
  margin-bottom: 20px; }
  #sidebar .sidebar-header img {
    max-width: 60px;
    margin-bottom: 10px; }
  #sidebar .sidebar-header h4 {
    color: white; }

#sidebar li {
  text-indent: 10px;
  line-height: 20px;
  margin-left: 30px; }
  #sidebar li a {
    display: block;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 700;
    font-size: 1.7em;
    border-left: 2px solid #000; }
  #sidebar li a:hover {
    color: white;
    text-decoration: none; }

#sidebar ul li.active a {
  border-left: 2px solid #015B45; }

#sidebar ul p.menu-heading {
  text-decoration: none;
  color: white;
  font-weight: 700;
  font-size: 1em;
  padding-left: 20px;
  margin-top: 20px;
  text-transform: uppercase; }

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block; }

#sidebar ul li a:hover {
  color: white; }

a[data-toggle="collapse"] {
  position: relative; }

#sidebar ul.CTAs {
  margin-top: 40px; }

#sidebar ul.CTAs li {
  margin-left: 20px;
  margin-right: 20px; }

ul.pagination li a {
  padding: 0.5rem 0.85rem;
  margin-left: -1px;
  line-height: 1.25;
  border: 1px solid #015B45;
  background-color: white;
  color: rgba(0, 0, 0, 0.5);
  margin-right: 5px;
  border-radius: 100px; }

ul.pagination li.active span {
  padding: 0.5rem 0.85rem;
  margin-left: -1px;
  line-height: 1.25;
  border: 1px solid #015B45;
  background-color: #015B45;
  color: white;
  margin-right: 5px;
  border-radius: 100px; }

ul.pagination li.disabled span {
  padding: 0.5rem 0.85rem;
  margin-left: -1px;
  line-height: 1.25;
  border: none;
  background-color: transparent;
  color: grey;
  margin-right: 5px;
  border-radius: 100px; }

ul.pagination li a:hover {
  z-index: 2;
  color: white;
  text-decoration: none;
  background: #015B45;
  border-color: #015B45; }

.dataTables_filter input {
  border-radius: 100px !important;
  padding: 6px 20px;
  border: 1px solid black !important;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  outline: none !important;
  margin-left: 10px; }

.form-inline {
  display: block !important; }

table thead th {
  background-color: #2D2D2D;
  color: white; }

/*!
 * bootstrap-dropmenu v0.9.0 (https://skywalkapps.github.io/bootstrap-dropmenu)
 * Copyright 2016 Martin Staněk
 * Licensed under MIT
 */
.dropdown-container {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 200px;
  max-width: 330px;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }

.dropdown-container > .dropdown-menu {
  position: static;
  z-index: 1000;
  float: none !important;
  padding: 10px 0;
  margin: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-height: 330px;
  overflow-y: auto; }

.dropdown-container > .dropdown-menu + .dropdown-menu {
  padding-top: 0; }

.dropdown-menu > li > a {
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  text-decoration: none;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.dropdown-toggle {
  cursor: pointer; }

.dropdown-header {
  white-space: nowrap; }

.open > .dropdown-container > .dropdown-menu,
.open > .dropdown-container {
  display: block; }

.dropdown-toolbar {
  padding-top: 6px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px 4px 0 0; }

.dropdown-toolbar > .form-group {
  margin: 5px -10px; }

.dropdown-toolbar .dropdown-toolbar-actions {
  float: right; }

.dropdown-toolbar .dropdown-toolbar-title {
  margin: 0;
  font-size: 14px; }

.dropdown-footer {
  padding: 5px 20px;
  border-top: 1px solid #ccc;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0 4px 4px; }

.anchor-block small {
  display: none; }

@media (min-width: 992px) {
  .anchor-block small {
    display: block;
    font-weight: normal;
    color: #777777; }
  .dropdown-menu > li > a.anchor-block {
    padding-top: 6px;
    padding-bottom: 6px; } }

@media (min-width: 992px) {
  .dropdown.hoverable:hover > ul {
    display: block; } }

.dropdown-position-topright {
  top: auto;
  right: 0;
  bottom: 100%;
  left: auto;
  margin-bottom: 2px; }

.dropdown-position-topleft {
  top: auto;
  right: auto;
  bottom: 100%;
  left: 0;
  margin-bottom: 2px; }

.dropdown-position-bottomright {
  right: 0;
  left: auto; }

.dropmenu-item-label {
  white-space: nowrap; }

.dropmenu-item-content {
  position: absolute;
  text-align: right;
  max-width: 60px;
  right: 20px;
  color: #777777;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

small.dropmenu-item-content {
  line-height: 20px; }

.dropdown-menu > li > a.dropmenu-item {
  position: relative;
  padding-right: 66px; }

.dropdown-submenu .dropmenu-item-content {
  right: 40px; }

.dropdown-menu > li.dropdown-submenu > a.dropmenu-item {
  padding-right: 86px; }

.notifications {
  list-style: none;
  padding: 0; }

.notification {
  display: block;
  padding: 0.8em;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #e9ecef;
  background-color: #ffffff;
  color: #212529;
  text-decoration: none; }

.notification:last-child {
  border-bottom: 0;
  border-radius: 0 0 0.25rem 0.25rem; }

.notification:hover, .notification.active:hover {
  background-color: #f9f9f9;
  border-color: #dee2e6;
  text-decoration: none; }

.notification.active {
  background-color: #efefef; }

.notification-title {
  font-size: 1em;
  margin-bottom: 0; }

.notification-desc {
  margin-bottom: 0;
  font-size: 0.94em; }

.notification-meta {
  color: #868e96; }

.dropdown-notifications > .dropdown-container,
.dropdown-notifications > .dropdown-menu {
  width: 450px;
  max-width: 450px; }

.dropdown-notifications > .dropdown-container {
  margin-top: 0.6rem; }

.dropdown-notifications .dropdown-menu {
  padding: 0; }

.dropdown-notifications .dropdown-toolbar,
.dropdown-notifications .dropdown-footer {
  padding: 0.8em; }

.dropdown-notifications .dropdown-toolbar {
  background: #ffffff; }

.dropdown-notifications .dropdown-footer {
  background: #ced4da; }

.dropdown-notifications .dropdown-toggle::after {
  display: none; }

.navbar .dropdown-notifications .dropdown-menu {
  position: static; }

.notification-icon {
  margin-right: 0.49125rem;
  vertical-align: middle; }

.notification-icon:after {
  position: absolute;
  content: attr(data-count);
  margin-left: -0.49125rem;
  margin-top: -0.49125rem;
  padding: 0 4px;
  min-width: 0.9825rem;
  height: 0.9825rem;
  line-height: 0.9825rem;
  background: red;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  font-size: 0.786rem;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.notification .media-body {
  padding-top: 0; }

.btn-lg .notification-icon:after {
  margin-left: -0.5895rem;
  margin-top: -0.5895rem;
  min-width: 1.179rem;
  height: 1.179rem;
  line-height: 1.179rem;
  font-size: 0.9825rem; }

.btn-xs .notification-icon:after {
  content: '';
  margin-left: -0.29475rem;
  margin-top: -0.147375rem;
  min-width: 0.4465909091rem;
  height: 0.4465909091rem;
  line-height: 0.4465909091rem;
  padding: 0; }

.btn-xs .notification-icon {
  margin-right: 0.245625rem; }

/****** PAGINAS *********/
login-page {
  overflow: hidden !important;
  max-height: 100vh; }
  login-page .bg {
    background-image: url("../gesvalt/bg_home.jpg");
    background-position: center;
    background-repeat: no-repeat;    
    max-height: 100vh; }
  login-page .login-box {
    width: 100%; }
  login-page .no-pdd-horizon {
    max-height: 100vh; }
  login-page .alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    /* border: 1px solid transparent; */
    /* border-radius: .25rem; */
    height: auto;
    display: block;
    position: fixed;
    width: 100vw;
    z-index: 1000; }

listado-inmuebles {
  /*.filtros{ background-color: white; border: 1px solid $contrast-color; padding: 20px; }*/ }
  listado-inmuebles select.form-control {
    display: inline;
    width: auto; }
  listado-inmuebles .buscador .form-group {
    float: right; }

giproperty .card {
  margin-bottom: 30px; }

giproperty .selector_fecha {
  height: 37px;
  border-radius: 100px !important; }

giproperty .boton_selector_fecha {
  position: relative; }

giproperty .uib-time input {
  width: 75px !important; }

giproperty .selector_hora {
  position: relative;
  top: -39px; }

dashboard .caja-stats {
  border-top: 2px solid black;
  border-radius: 5px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
  padding: 10px; }
  dashboard .caja-stats .number {
    font-size: 2em;
    font-weight: bold; }

dashboard .green1 {
  border-color: #015B45;
  color: #015B45; }

dashboard .green2 {
  color: #197760;
  border-color: #197760; }

dashboard .green3 {
  color: #36C4A1;
  border-color: #36C4A1; }

dashboard .green4 {
  color: #257763;
  border-color: #257763; }

dashboard .green5 {
  color: #4AB59A;
  border-color: #4AB59A; }

dashboard .green6 {
  color: #77B2A3;
  border-color: #77B2A3; }

dashboard .green7 {
  color: #28D6AA;
  border-color: #28D6AA; }

dashboard .green8 {
  color: #49C1A3;
  border-color: #49C1A3; }

dashboard .bg-home {
  background-image: url(../gesvalt/bg_home.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  color: white; }
  dashboard .bg-home h1 {
    color: white; }

  .modal-dialog {
    margin-top: 150px;
}