* {
  outline: none !important;
}
html {
  height: 100%;
}
#content-wrapper,
#page-wrapper,
.flex,
.page-content,
body,
body > div,
html {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  color: #111 !important;
}
#content-wrapper > div > div.ng-scope {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#content-wrapper > div > div.ng-scope .cobros,
#content-wrapper > div > div.ng-scope .reportes,
#content-wrapper > div > div.ng-scope balances,
#content-wrapper > div > div.ng-scope configuracion,
#content-wrapper > div > div.ng-scope ctacte,
#content-wrapper > div > div.ng-scope ctactegolf,
#content-wrapper > div > div.ng-scope gastos,
#content-wrapper > div > div.ng-scope gastos-main,
#content-wrapper > div > div.ng-scope lotes,
#content-wrapper > div > div.ng-scope pagos,
#content-wrapper > div > div.ng-scope personas,
#content-wrapper > div > div.ng-scope reportes {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin: 10px 15px 25px;
}
.loader-container {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: lightslategray;
  opacity: .7;
}
.loader-container .loader {
  position: absolute;
  top: calc(40%);
  left: calc(40%);
  color: white;
}
.container-fluid {
  margin-right: 0;
  margin-left: 0;
}
.overflow {
  overflow-y: auto;
  overflow-x: hidden;
}
.search-bar {
  background-color: white;
  position: relative;
}
.search-bar .search-label {
  position: absolute;
  font-size: .73em;
}
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
label {
  line-height: 37px;
  font-size: 1.06em;
}
a {
  cursor: pointer;
}
p {
  margin-bottom: 0;
}
input[type=number] {
  text-align: right;
}
.left {
  text-align: left !important;
}
.right {
  text-align: right !important;
}
.center {
  text-align: center !important;
}
.reverse {
  display: flex;
  flex-direction: column-reverse;
}
.bold {
  font-weight: bold;
}
.error,
.error > .fa {
  color: tomato;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.disclaimer {
  padding: 10px 0;
  text-align: center;
  display: block;
  font-size: .73em;
  color: #575757;
}
.showItems {
  width: 100%;
  text-align: center;
}
.showItems select {
  margin-left: 10px;
  max-width: 50px;
  display: inline;
}
.fa {
  color: #555555;
}
.fa.fa-blue {
  color: #66afe9 !important;
}
.panel-success .panel-heading {
  background-color: #4caf50 !important;
}
.panel-success .panel-heading .fa {
  color: white;
}
.btn {
  padding: 6px;
}
.btn .fa {
  color: white !important;
}
.btn.btn-default .fa {
  color: #00B130 !important;
}
.pagination {
  margin: 25px 0 0;
}
.pagination li a {
  color: #00B130;
  border: none;
  border-radius: 3px;
}
.pagination li a:hover {
  cursor: pointer;
  color: #00B130;
}
.pagination .active a,
.pagination .active a:hover {
  background-color: #00B130;
  border-color: #00B130;
  font-weight: bold;
}
.itemsPorPagina {
  cursor: pointer;
  color: #00B130;
  font-size: 1em;
  font-weight: bold;
  padding: 0 3px;
}
.itemsPorPagina.active,
.itemsPorPagina:hover {
  background-color: #00B130;
  color: white;
  text-decoration: none;
  border-radius: 2px;
}
.fa-pulse,
.fa-spin,
.fa-spin-custom,
.glyphicon-spin {
  -webkit-animation: spin 1000ms infinite linear;
  animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.loading-conceptos {
  line-height: 250px;
}
.alert {
  position: absolute;
  right: 10px;
  min-width: 400px;
  margin: 70px 0 0;
  border: solid 1px;
  font-weight: bold;
  z-index: 999;
}
.alert.ng-enter,
.alert.ng-leave {
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
}
.alert.ng-enter,
.alert.ng-leave.ng-leave-active {
  opacity: 0;
}
.alert.ng-enter.ng-enter-active,
.alert.ng-leave {
  opacity: .8;
}
.alert-warning {
  color: #8a6d3b;
  background-color: rgba(252, 248, 227, 0.85);
  border-color: #faebcc;
}
.alert-warning .fa {
  color: #8a6d3b;
}
.alert-success {
  color: #3c763d;
  background-color: rgba(223, 240, 216, 0.85);
  border-color: #d6e9c6;
}
.alert-success .fa {
  color: #3c763d;
}
.alert-danger {
  color: #a94442;
  background-color: rgba(242, 222, 222, 0.85);
  border-color: #ebccd1;
}
.alert-danger .fa {
  color: #a94442;
}
.alert-info {
  color: #31708f;
  background-color: rgba(217, 237, 247, 0.85);
  border-color: #bce8f1;
}
.alert-info .fa {
  color: #31708f;
}
.st-sort-ascent:after {
  content: '\25B4';
}
.st-sort-descent:after {
  content: '\25BE';
}
.table {
  margin-bottom: 10px !important;
}
.table thead > tr > th {
  border: 0;
  cursor: pointer;
}
.table .form-control {
  border: 0;
  border-radius: 0;
  width: 97%;
  box-shadow: none !important;
  display: inline-flex;
}
.table .form-control.search-input {
  padding-left: 15px;
  font-size: 14px;
  font-weight: normal;
}
.table .form-control:focus {
  border: 0;
  box-shadow: 0 3px 1px -2px rgba(102, 175, 233, 0.6) !important;
}
.table .acciones {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.table .acciones a {
  margin: 0 5px;
}
.table .acciones a .fa {
  font-size: 16px;
  cursor: pointer;
}
.table .acciones a .fa:hover {
  color: #00B130;
}
.table td,
.table th {
  text-align: center;
}
.lr-sticky-header {
  background-color: white;
  border-bottom: 2px solid #00B130;
  z-index: 2;
}
.ui-grid {
  border: none;
}
.ui-grid-row .ui-grid-cell.ui-grid-row-header-cell {
  border-bottom: 0;
}
div.ui-grid-cell input {
  background-color: transparent !important;
  border: none;
  box-shadow: none;
  height: 32px;
  text-align: right;
}
div.ui-grid-cell input.ng-valid {
  border: none;
  width: 70%;
  float: right;
}
.ui-grid-cell,
.ui-grid-header-cell,
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child {
  border-right: none;
  background-color: white;
}
.ui-grid-header-viewport {
  background-color: white;
}
.ui-grid-row:nth-child(odd) .ui-grid-cell {
  background-color: #f9f9f9;
}
.ui-grid-row:nth-child(even) .ui-grid-cell {
  background-color: #fff;
  border-bottom: 1px solid #f9f9f9 !important;
}
.nav-tabs {
  box-shadow: inset 0 -1px 0 #ddd;
}
.nav-tabs > li > a {
  box-shadow: none;
}
.mfb-component--bl,
.mfb-component--br,
.mfb-component--tl,
.mfb-component--tr {
  margin: 0;
  bottom: 15px;
  right: 15px;
}
.mfb-component__wrap {
  padding: 15px;
  margin: -15px;
}
.mfb-component__button--child,
.mfb-component__button--main {
  background-color: #00B130;
}
.mfb-component__button--main i,
.mfb-component__list i,
.mfb-component__main-icon--active.fa-times {
  line-height: 56px;
  color: white;
}
body > [uib-modal-window]:not([modal-render]) {
  display: none;
}
.modal,
.modal-open {
  padding-right: 0 !important;
}
.modal-header {
  padding-bottom: 0;
}
.modal-title {
  line-height: 1em;
}
.modal-title .btn-close {
  float: right;
}
.modal-title .btn-close i {
  color: #00B130 !important;
}
.modal-title .btn-close:active:hover,
.modal-title .btn-close:hover {
  background-color: white !important;
}
.modal-body {
  font-size: 1.06em;
}
.modal-footer {
  padding-top: 0;
}
[contenteditable].form-control:focus,
[type=email].form-control:focus,
[type=password].form-control:focus,
[type=tel].form-control:focus,
[type=text].form-control:focus,
input.form-control:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=text]:focus,
textarea.form-control:focus,
textarea:focus {
  box-shadow: inset 0 -2px 0 #00B130;
}
textarea {
  resize: none;
}
.input-group-addon {
  padding: 6px 10px;
}
select {
  text-transform: capitalize !important;
}
.badge {
  font-size: 9px;
  font-weight: bold;
  min-width: 17px;
}
.badge-inquilino {
  background-color: teal;
}
.badge-propietario {
  background-color: tomato;
}
.badge-socio {
  background-color: purple;
}
.empty-list {
  font-size: 1.5em;
  font-weight: lighter;
}
.opcional {
  position: absolute;
  padding-right: 50px;
  width: 100%;
  text-align: right;
  font-size: 10px;
  padding-top: 33px;
  font-style: italic;
}
.error-message {
  text-align: right;
  font-size: 10px;
  color: tomato;
}
.has-error .form-control,
.has-error .form-control:focus,
.has-error [type=text].form-control[readonly],
.has-error input.form-control[readonly],
.has-error input:not([type=checkbox]),
.has-error input:not([type=checkbox]):focus,
.has-error input[type=text][readonly] {
  border-bottom: none;
  box-shadow: inset 0 -2px 0 tomato;
}
.panel-success > .panel-heading {
  background-color: lightslategray;
}
.sidebar-footer {
  font-size: 12px;
  font-weight: bold;
}
.sidebar-footer .fa {
  color: white !important;
}
.apellido {
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 5px;
}
.nombre {
  text-transform: capitalize;
}
.email {
  text-transform: lowercase;
}
.text-success {
  color: #00B130 !important;
}
.text-warning {
  color: #ff9800 !important;
}
.text-danger {
  color: red !important;
}
.text-disabled {
  color: #b2b2b2 !important;
}
.title {
  display: none;
}
.volver {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.volver a {
  text-transform: uppercase;
  font-size: .93em;
  font-weight: bold;
  text-decoration: none;
}
.volver a:hover {
  text-decoration: none;
}
.reportes-message {
  text-align: center;
  font-size: 1.5em;
}
.cell-center {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media print {
  #sidebar-wrapper,
  .no-print,
  .header,
  .mfb-component--br,
  footer,
  .search-bar {
    display: none;
  }
  .overflow {
    overflow: initial !important;
  }
  .title {
    display: block !important;
    font-size: 28px;
    text-align: center;
  }
}
#balance .flex .wrapper {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  height: 88vh;
}
#balance .flex .wrapper .balance-form {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
  justify-content: center;
}
#balance .flex .wrapper .balance-form .existencia-title {
  width: 70%;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: solid #ddd 1px;
  text-align: center;
}
#balance .flex .wrapper .balance-form .existencia {
  margin: 20px;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-around;
}
#balance .flex .wrapper .balance-form .existencia__column {
  display: flex;
  flex-direction: column;
}
#balance .flex .wrapper .balance-form .periodo {
  display: flex;
  flex-direction: row;
}
#balance .flex .wrapper .balance-form .periodo .regenerar {
  margin-left: 20px;
  margin-right: 0;
  line-height: 100px;
}
#balance .flex .wrapper .balance-form .form-group {
  display: flex;
  flex-direction: column;
  max-width: 280px;
  margin-left: 0;
  margin-right: 0;
}
#balance .flex .wrapper .balance-form .form-group .button-consultar {
  margin-top: 10px;
}
#balance .flex .wrapper .balance-form form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#balance .flex .wrapper .preview {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
  justify-content: center;
}
#balance .flex .wrapper .preview h2 {
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: solid #ddd 1px;
}
#balance .flex .wrapper .preview__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#balance .flex .wrapper .preview__wrapper .pdf {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
  align-items: center;
  text-align: center;
}
#balance .flex .wrapper .preview__wrapper .pdf a {
  color: #555555;
}
#balance .flex .wrapper .preview__wrapper .pdf p {
  margin-top: 10px;
}
#balance .flex .wrapper .preview__wrapper .help {
  width: 100%;
  text-align: center;
}
#balance .flex .wrapper .preview .habilitar {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
#agua {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#agua #tabla-agua {
  margin: 10px !important;
}
#agua input[type="date"] {
  border: 0;
}
#agua form {
  display: flex;
  flex-direction: column;
}
#agua .periodo-container {
  min-height: 120px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  background-color: lightslategray;
  padding: 15px;
  color: white;
  font-size: 1em;
}
#agua .periodo-container .form-group {
  margin-left: 0;
  margin-right: 0;
}
#agua .periodo-container label {
  font-weight: bold;
}
#agua .periodo-container input[type=date],
#agua .periodo-container input[type=text] {
  color: white;
  box-shadow: inset 0 -1px 0 #fff;
}
#agua .periodo-container ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: white;
}
#agua .periodo-container :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: white;
}
#agua .periodo-container ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: white;
}
#agua .periodo-container :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}
#agua .periodo-container ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}
#agua .lotes-container {
  flex-grow: 40;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 5px 0;
}
#agua .button-container {
  flex-grow: 1;
}
#agua .table-consumo {
  margin-top: 20px;
  width: 100%;
}
#agua .table-consumo thead {
  border-bottom: solid 1px lightslategray;
}
#agua .alertas .fa {
  font-size: 1.66em;
}
#agua .medicion {
  width: 80px;
}
#agua .st-selected {
  color: #fff;
  background-color: #2196f3;
}
#agua .st-selected input {
  color: #333;
}
@media print {
  #agua .periodo-container {
    display: none;
  }
  #agua .num-lote {
    min-width: 80px;
  }
}
#configuracion hr {
  margin-top: 0;
  margin-bottom: 0;
}
#ctacte {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#ctacte .border-bottom {
  border-bottom: solid 1px #ebebeb;
}
#ctacte table .concepto-column {
  max-width: 150px;
}
#ctacte table .progress-column {
  width: 20%;
}
#ctacte table .btn-expand {
  padding: 0 4px;
}
#ctacte .deuda {
  font-weight: bold;
  color: red;
}
#ctacte .details-margin {
  margin-left: 35px;
}
#ctacte .no-details-margin {
  margin-left: 8px;
}
#ctacte .subitem {
  display: flex;
  flex-direction: row;
}
#ctacte .subitem span {
  flex-grow: 1;
}
#ctacte .saldo {
  float: right;
}
#ctacte .popover-content {
  max-height: 180px;
  overflow-y: scroll;
}
#ctacte .ctacte-detalles {
  list-style: none;
  margin-bottom: 0;
}
#ctacte .nombre {
  font-size: 1.06em;
}
@media print {
  .boton-detalles,
  .chart-container {
    display: none;
  }
}
.file-container {
  line-height: 35px;
}
.button-container {
  margin: auto 10px;
  min-width: 165px;
}
.rm-hold-button-fill {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.rm-hold-button-text {
  color: transparent;
}
.dropdown-menu {
  max-height: 250px;
  overflow-y: auto;
  min-width: 100px !important;
  left: -90px !important;
}
.cupones-container {
  background-color: lightslategray;
  padding: 15px;
  color: white;
  font-size: 1em;
}
.cupones-container label {
  font-weight: bold;
}
.cupones-container input[type=date],
.cupones-container input[type=text] {
  color: white;
  box-shadow: inset 0 -1px 0 white;
}
.cupones-container ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: white;
}
.cupones-container :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: white;
}
.cupones-container ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: white;
}
.cupones-container :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}
.cupones-container ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}
.file-container {
  line-height: 35px;
}
.button-container {
  margin: auto 10px;
  min-width: 165px;
}
.rm-hold-button-fill {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.rm-hold-button-text {
  color: transparent;
}
.dropdown-menu {
  max-height: 250px;
  overflow-y: auto;
  min-width: 100px !important;
  left: -90px !important;
}
.cupones-container {
  background-color: lightslategray;
  padding: 15px;
  color: white;
  font-size: 1em;
}
.cupones-container label {
  font-weight: bold;
}
.cupones-container input[type=date],
.cupones-container input[type=text] {
  color: white;
  box-shadow: inset 0 -1px 0 white;
}
.cupones-container ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: white;
}
.cupones-container :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: white;
}
.cupones-container ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: white;
}
.cupones-container :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}
.cupones-container ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}
* {
  outline: none !important;
}
html {
  height: 100%;
}
#content-wrapper,
#page-wrapper,
.flex,
.page-content,
body,
body > div,
html {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  color: #111 !important;
}
#content-wrapper > div > div.ng-scope {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#content-wrapper > div > div.ng-scope .cobros,
#content-wrapper > div > div.ng-scope .reportes,
#content-wrapper > div > div.ng-scope balances,
#content-wrapper > div > div.ng-scope configuracion,
#content-wrapper > div > div.ng-scope ctacte,
#content-wrapper > div > div.ng-scope ctactegolf,
#content-wrapper > div > div.ng-scope gastos,
#content-wrapper > div > div.ng-scope gastos-main,
#content-wrapper > div > div.ng-scope lotes,
#content-wrapper > div > div.ng-scope pagos,
#content-wrapper > div > div.ng-scope personas,
#content-wrapper > div > div.ng-scope reportes {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin: 10px 15px 25px;
}
.loader-container {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: lightslategray;
  opacity: .7;
}
.loader-container .loader {
  position: absolute;
  top: calc(40%);
  left: calc(40%);
  color: white;
}
.container-fluid {
  margin-right: 0;
  margin-left: 0;
}
.overflow {
  overflow-y: auto;
  overflow-x: hidden;
}
.search-bar {
  background-color: white;
  position: relative;
}
.search-bar .search-label {
  position: absolute;
  font-size: .73em;
}
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
label {
  line-height: 37px;
  font-size: 1.06em;
}
a {
  cursor: pointer;
}
p {
  margin-bottom: 0;
}
input[type=number] {
  text-align: right;
}
.left {
  text-align: left !important;
}
.right {
  text-align: right !important;
}
.center {
  text-align: center !important;
}
.reverse {
  display: flex;
  flex-direction: column-reverse;
}
.bold {
  font-weight: bold;
}
.error,
.error > .fa {
  color: tomato;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.disclaimer {
  padding: 10px 0;
  text-align: center;
  display: block;
  font-size: .73em;
  color: #575757;
}
.showItems {
  width: 100%;
  text-align: center;
}
.showItems select {
  margin-left: 10px;
  max-width: 50px;
  display: inline;
}
.fa {
  color: #555555;
}
.fa.fa-blue {
  color: #66afe9 !important;
}
.panel-success .panel-heading {
  background-color: #4caf50 !important;
}
.panel-success .panel-heading .fa {
  color: white;
}
.btn {
  padding: 6px;
}
.btn .fa {
  color: white !important;
}
.btn.btn-default .fa {
  color: #00B130 !important;
}
.pagination {
  margin: 25px 0 0;
}
.pagination li a {
  color: #00B130;
  border: none;
  border-radius: 3px;
}
.pagination li a:hover {
  cursor: pointer;
  color: #00B130;
}
.pagination .active a,
.pagination .active a:hover {
  background-color: #00B130;
  border-color: #00B130;
  font-weight: bold;
}
.itemsPorPagina {
  cursor: pointer;
  color: #00B130;
  font-size: 1em;
  font-weight: bold;
  padding: 0 3px;
}
.itemsPorPagina.active,
.itemsPorPagina:hover {
  background-color: #00B130;
  color: white;
  text-decoration: none;
  border-radius: 2px;
}
.fa-pulse,
.fa-spin,
.fa-spin-custom,
.glyphicon-spin {
  -webkit-animation: spin 1000ms infinite linear;
  animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.loading-conceptos {
  line-height: 250px;
}
.alert {
  position: absolute;
  right: 10px;
  min-width: 400px;
  margin: 70px 0 0;
  border: solid 1px;
  font-weight: bold;
  z-index: 999;
}
.alert.ng-enter,
.alert.ng-leave {
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
}
.alert.ng-enter,
.alert.ng-leave.ng-leave-active {
  opacity: 0;
}
.alert.ng-enter.ng-enter-active,
.alert.ng-leave {
  opacity: .8;
}
.alert-warning {
  color: #8a6d3b;
  background-color: rgba(252, 248, 227, 0.85);
  border-color: #faebcc;
}
.alert-warning .fa {
  color: #8a6d3b;
}
.alert-success {
  color: #3c763d;
  background-color: rgba(223, 240, 216, 0.85);
  border-color: #d6e9c6;
}
.alert-success .fa {
  color: #3c763d;
}
.alert-danger {
  color: #a94442;
  background-color: rgba(242, 222, 222, 0.85);
  border-color: #ebccd1;
}
.alert-danger .fa {
  color: #a94442;
}
.alert-info {
  color: #31708f;
  background-color: rgba(217, 237, 247, 0.85);
  border-color: #bce8f1;
}
.alert-info .fa {
  color: #31708f;
}
.st-sort-ascent:after {
  content: '\25B4';
}
.st-sort-descent:after {
  content: '\25BE';
}
.table {
  margin-bottom: 10px !important;
}
.table thead > tr > th {
  border: 0;
  cursor: pointer;
}
.table .form-control {
  border: 0;
  border-radius: 0;
  width: 97%;
  box-shadow: none !important;
  display: inline-flex;
}
.table .form-control.search-input {
  padding-left: 15px;
  font-size: 14px;
  font-weight: normal;
}
.table .form-control:focus {
  border: 0;
  box-shadow: 0 3px 1px -2px rgba(102, 175, 233, 0.6) !important;
}
.table .acciones {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.table .acciones a {
  margin: 0 5px;
}
.table .acciones a .fa {
  font-size: 16px;
  cursor: pointer;
}
.table .acciones a .fa:hover {
  color: #00B130;
}
.table td,
.table th {
  text-align: center;
}
.lr-sticky-header {
  background-color: white;
  border-bottom: 2px solid #00B130;
  z-index: 2;
}
.ui-grid {
  border: none;
}
.ui-grid-row .ui-grid-cell.ui-grid-row-header-cell {
  border-bottom: 0;
}
div.ui-grid-cell input {
  background-color: transparent !important;
  border: none;
  box-shadow: none;
  height: 32px;
  text-align: right;
}
div.ui-grid-cell input.ng-valid {
  border: none;
  width: 70%;
  float: right;
}
.ui-grid-cell,
.ui-grid-header-cell,
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child {
  border-right: none;
  background-color: white;
}
.ui-grid-header-viewport {
  background-color: white;
}
.ui-grid-row:nth-child(odd) .ui-grid-cell {
  background-color: #f9f9f9;
}
.ui-grid-row:nth-child(even) .ui-grid-cell {
  background-color: #fff;
  border-bottom: 1px solid #f9f9f9 !important;
}
.nav-tabs {
  box-shadow: inset 0 -1px 0 #ddd;
}
.nav-tabs > li > a {
  box-shadow: none;
}
.mfb-component--bl,
.mfb-component--br,
.mfb-component--tl,
.mfb-component--tr {
  margin: 0;
  bottom: 15px;
  right: 15px;
}
.mfb-component__wrap {
  padding: 15px;
  margin: -15px;
}
.mfb-component__button--child,
.mfb-component__button--main {
  background-color: #00B130;
}
.mfb-component__button--main i,
.mfb-component__list i,
.mfb-component__main-icon--active.fa-times {
  line-height: 56px;
  color: white;
}
body > [uib-modal-window]:not([modal-render]) {
  display: none;
}
.modal,
.modal-open {
  padding-right: 0 !important;
}
.modal-header {
  padding-bottom: 0;
}
.modal-title {
  line-height: 1em;
}
.modal-title .btn-close {
  float: right;
}
.modal-title .btn-close i {
  color: #00B130 !important;
}
.modal-title .btn-close:active:hover,
.modal-title .btn-close:hover {
  background-color: white !important;
}
.modal-body {
  font-size: 1.06em;
}
.modal-footer {
  padding-top: 0;
}
[contenteditable].form-control:focus,
[type=email].form-control:focus,
[type=password].form-control:focus,
[type=tel].form-control:focus,
[type=text].form-control:focus,
input.form-control:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=text]:focus,
textarea.form-control:focus,
textarea:focus {
  box-shadow: inset 0 -2px 0 #00B130;
}
textarea {
  resize: none;
}
.input-group-addon {
  padding: 6px 10px;
}
select {
  text-transform: capitalize !important;
}
.badge {
  font-size: 9px;
  font-weight: bold;
  min-width: 17px;
}
.badge-inquilino {
  background-color: teal;
}
.badge-propietario {
  background-color: tomato;
}
.badge-socio {
  background-color: purple;
}
.empty-list {
  font-size: 1.5em;
  font-weight: lighter;
}
.opcional {
  position: absolute;
  padding-right: 50px;
  width: 100%;
  text-align: right;
  font-size: 10px;
  padding-top: 33px;
  font-style: italic;
}
.error-message {
  text-align: right;
  font-size: 10px;
  color: tomato;
}
.has-error .form-control,
.has-error .form-control:focus,
.has-error [type=text].form-control[readonly],
.has-error input.form-control[readonly],
.has-error input:not([type=checkbox]),
.has-error input:not([type=checkbox]):focus,
.has-error input[type=text][readonly] {
  border-bottom: none;
  box-shadow: inset 0 -2px 0 tomato;
}
.panel-success > .panel-heading {
  background-color: lightslategray;
}
.sidebar-footer {
  font-size: 12px;
  font-weight: bold;
}
.sidebar-footer .fa {
  color: white !important;
}
.apellido {
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 5px;
}
.nombre {
  text-transform: capitalize;
}
.email {
  text-transform: lowercase;
}
.text-success {
  color: #00B130 !important;
}
.text-warning {
  color: #ff9800 !important;
}
.text-danger {
  color: red !important;
}
.text-disabled {
  color: #b2b2b2 !important;
}
.title {
  display: none;
}
.volver {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.volver a {
  text-transform: uppercase;
  font-size: .93em;
  font-weight: bold;
  text-decoration: none;
}
.volver a:hover {
  text-decoration: none;
}
.reportes-message {
  text-align: center;
  font-size: 1.5em;
}
.cell-center {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#login {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background: url("../img/login.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#login .login-page {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}
#login .form {
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
#login .form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: .93em;
}
#login .form button {
  margin-top: 5px;
  font-family: "raleway", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #6AA344;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: .93em;
  -webkit-transition: all .3 ease;
  transition: all .3 ease;
  cursor: pointer;
}
#login .form button:active,
#login .form button:focus,
#login .form button:hover {
  background: #98B982;
}
#login .form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: .8em;
}
#login .form .message a {
  color: #98B982;
  text-decoration: none;
  cursor: pointer;
}
#login .container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
#login .container:after,
#login .container:before {
  content: "";
  display: block;
  clear: both;
}
#login .container .info {
  margin: 50px auto;
  text-align: center;
}
#login .container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
#login .container .info span {
  color: #4d4d4d;
  font-size: .8em;
}
#login .container .info span a {
  color: black;
  text-decoration: none;
}
#login .container .info span .fa {
  color: #EF3B3A;
}
#login .nombre-b,
#login .nombre-l {
  font-size: 58px;
  color: white;
}
#login .fa.fa-spinner.fa-pulse {
  color: white;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #login select {
    font-family: raleway-b;
  }
}
#login .nombre-b {
  font-family: raleway-b;
}
#login .nombre-l {
  font-family: raleway-l;
}
#login .row.header .user > .item img:hover {
  border: solid 1px #CCC;
  -moz-box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
  box-shadow: 0 0 5px #999;
}
@font-face {
  font-family: raleway-b;
  src: url('../lib/fonts/Raleway-Bold.ttf');
}
@font-face {
  font-family: raleway-l;
  src: url('../lib/fonts/Raleway-Light.ttf');
}
#lotes {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#lote-form {
  margin: 15px 10px;
}
#lote-form .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
#lote-form .btn-default i {
  color: #ccc !important;
}
#lote-form .btn-success i {
  color: #fff !important;
}
#lote-form .btn-success:focus {
  border-color: #449d44 !important;
}
#lote-form .vr {
  border-right: 1px solid #eee;
}
#lote-form h5 {
  display: inline-block;
}
#lote-form .grid {
  height: 130px;
  margin-bottom: 15px;
}
#lote-form .fa-spin {
  position: absolute;
  right: 30px;
  top: 10px;
}
#lote-form textarea {
  resize: none;
}
#lote-form .subtitle {
  padding-left: 15px;
}
#lote-form .panel-title > .small,
#lote-form .panel-title > .small > a,
#lote-form .panel-title > a,
#lote-form .panel-title > small,
#lote-form .panel-title > small > a {
  font-size: 1.33em;
}
#lote-form a:focus,
#lote-form a:hover {
  text-decoration: none;
}
#lote-form a:focus {
  outline: none;
}
#lote-form .fa-mobile {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  padding-left: 14px;
}
#lote .table-header {
  background-color: aquamarine;
}
#lote .blank-header {
  background-color: white;
}
#lote thead {
  background-color: #efefef;
}
#lote th {
  padding: 4px;
}
#lote tr {
  height: 30px;
}
#lote .border-right {
  border-right: 1px solid #eeeeee;
}
#lote .row {
  border-bottom: 1px solid #eeeeee;
}
#editar-lote .patentes-grid {
  max-height: 140px;
}
@media print {
  .border-right,
  table {
    border: none !important;
  }
}
html {
  background-color: white !important;
}
body {
  color: #2b2b2b !important;
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}
#sidebar-wrapper {
  z-index: 999;
  background: #212531 !important;
  background: linear-gradient(to right bottom, #2f3441 45%, #212531 40%) !important;
}
.sidebar-main {
  margin-bottom: 60px;
}
.sidebar-main a {
  background: transparent !important;
}
.sidebar-footer {
  background: #212631 !important;
  background: linear-gradient(0deg, #212631 0%, rgba(33, 38, 49, 0.8) 90%, rgba(0, 212, 255, 0) 100%) !important;
}
.menu-active:after {
  border-color: transparent red transparent transparent;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  content: "";
  float: left;
  right: -20px;
  z-index: 9999999;
  height: 0;
  position: absolute;
  top: 0;
  width: 0;
}
ul.sidebar .sidebar-list {
  height: 60px;
}
ul.sidebar .sidebar-list a:hover,
ul.sidebar .sidebar-list a:hover span {
  background: transparent !important;
  color: #D5F466 !important;
}
.sidebar-footer div a {
  color: #F1F2F2 !important;
  font-size: 1.2rem;
}
.sidebar-footer div a:hover {
  color: #D5F466 !important;
}
.sidebar {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
ul.sidebar .sidebar-main .menu-icon {
  color: white !important;
}
ul.sidebar .sidebar-list .menu-icon {
  color: white !important;
}
.menu-icon {
  cursor: pointer;
}
ul.sidebar .sidebar-list a {
  color: white;
  text-transform: uppercase;
  font-weight: bolder;
}
ul.sidebar .sidebar-list a:hover {
  color: #00B130;
  border-left: 0;
}
.subitem {
  margin-left: 10px;
}
.menu-active {
  font-weight: bold;
  color: #D5F466 !important;
  border-left: 3px solid #D5F466 !important;
}
.menu-active span:before {
  color: #D5F466;
}
#page-wrapper:not(.open) ul.sidebar .sidebar-list a.menu-active span,
#page-wrapper:not(.open) ul.sidebar .sidebar-list a:hover span {
  border-left: 3px solid #D5F466 !important;
}
#page-wrapper:not(.open) ul.sidebar .sidebar-list a.menu-active span:before {
  color: #D5F466;
}
.header {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 0 !important;
}
.header-avatar {
  border-radius: 50% !important;
}
.header-username {
  line-height: 60px;
}
.header-username strong {
  text-transform: uppercase;
}
#page-wrapper {
  background: #ffffff !important;
}
.page {
  text-transform: uppercase;
  font-size: 1.33em;
}
.breadcrumb-links {
  text-transform: capitalize;
  color: #999999;
}
.logo {
  width: 70%;
  float: left;
  margin: 10px 0 10px 10px;
}
footer {
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 1.2em;
  color: white;
}
footer span {
  text-transform: uppercase;
}
footer a {
  color: white;
}
.pagos {
  height: 88vh;
}
.pagos .medios-pago .btn.btn-default {
  background-color: midnightblue;
  color: white;
}
.pagos .panel.panel-default .panel-heading {
  background-color: midnightblue;
  color: white;
}
.pagos .panel .panel-heading .fa-times {
  color: white;
}
.pagos .form-cobro {
  display: flex;
  flex-direction: column;
}
.pagos .form-cobro .form-top {
  min-height: calc(100vh - 120px);
}
.pagos .medios-pago {
  padding-top: 15px;
}
.pagos .medios-pago-title {
  border-bottom: 1px solid lightgray;
  margin: 0 30px;
}
.pagos .medios-buttons-col {
  padding-top: 15px;
}
.pagos .medios-buttons-row {
  display: flex;
}
.pagos .medio-btn {
  flex-grow: 1;
  padding: 0 10px;
}
.pagos .panel {
  margin: 0 30px;
}
.pagos textarea {
  resize: none;
}
.pagos .grid {
  border-bottom: 0;
  height: 150px;
}
.pagos .conceptos-container {
  height: 270px;
}
.pagos .area-text {
  height: 252px;
}
.pagos .subtotal {
  float: right;
  font-size: 1.06em;
}
.pagos .pendientes-footer {
  padding: 10px;
  border-top: solid 1px #ccc;
}
.pagos .expensaOGolf {
  position: fixed;
  top: 40%;
  left: 45%;
  text-align: center;
  margin-top: -64.4px;
  margin-left: -140px;
}
.pagos .expensaOGolf .elegirCobro {
  font-size: 1.6em;
}
.pagos .expensaOGolf button {
  height: 300px;
  width: 300px;
  border: none;
  color: white;
  font-size: 2.5em;
  font-weight: bold;
  border-radius: 50%;
  margin: 10px;
}
.pagos .expensaOGolf button span {
  text-shadow: 2px 2px #666666;
  color: white;
}
.pagos .expensaOGolf button.expensas {
  background-image: url("../img/lugar-button.jpg");
}
.pagos .expensaOGolf button.golf {
  background-image: url("../img/golf-button.jpg");
}
.pagos .medioContainer {
  margin-bottom: 10px;
}
.pagos .panel-heading .fa-times {
  color: red;
  float: right;
}
.pagos .panel-heading .fa-times:hover {
  text-decoration: none;
}
.pagos .tab-content {
  padding-top: 10px;
}
#socios {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin: 20px;
}
#socios .fa-circle {
  font-size: .8em;
}
.reportes .reportes-options {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  max-width: 950px;
  margin: auto;
}
.reportes .reportes-options .reporte-button {
  height: 300px;
  width: 300px;
  min-width: 300px;
  text-align: center;
  border: solid 15px lightgrey;
  border-radius: 50%;
  text-decoration: none;
  margin: 20px;
  padding: 65px 15px 5px;
  font-weight: bold;
  background-color: #00B130;
  color: white;
}
.reportes .reportes-options .reporte-button i {
  color: white;
}
.reportes .reportes-options .reporte-button span {
  font-size: 1.8em;
  text-transform: uppercase;
  display: block;
}
.reportes .reportes-options .reporte-button:hover {
  background-color: #D5F466;
  color: dimgray;
}
.reportes .reportes-options .reporte-button:hover i {
  color: dimgray;
}
.cobros .form-cobro {
  display: flex;
  flex-direction: column;
}
.cobros .form-cobro .ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell {
  background-color: rgba(156, 39, 176, 0.7);
  color: white;
}
.cobros .form-cobro .form-top {
  min-height: calc(100vh - 160px);
}
.cobros .medios-pago-title {
  border-bottom: 1px solid lightgray;
  margin: 0 30px;
}
.cobros .medios-buttons-col {
  padding-top: 15px;
}
.cobros .medios-buttons-row {
  display: flex;
}
.cobros .medio-btn {
  flex-grow: 1;
  padding: 0 10px;
}
.cobros .panel {
  margin: 0 30px;
}
.cobros .panel.panel-tarjeta select {
  font-family: FontAwesome, sans-serif;
  padding-left: 5px;
}
.cobros textarea {
  resize: none;
}
.cobros .grid {
  overflow-y: scroll;
  overflow-x: hidden;
  border-bottom: 0;
  min-height: 250px !important;
  max-height: 250px;
}
.cobros .pendientesGrid-container {
  border-left: solid 1px lightgray;
}
.cobros .ui-grid-viewport {
  overflow: hidden !important;
  height: auto !important;
}
.cobros .observaciones {
  margin-bottom: 50px;
}
.cobros .subtotal {
  float: right;
  font-size: 1.06em;
}
.cobros .pendientes-footer {
  padding: 10px;
  border-top: solid 1px #ccc;
}
.cobros .seleccion-detalles {
  margin-left: 10px;
}
.cobros .expensaOGolf {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  max-width: 950px;
  margin: auto;
}
.cobros .expensaOGolf .elegirCobro {
  font-size: 1.6em;
}
.cobros .expensaOGolf button {
  height: 300px;
  width: 300px;
  min-width: 300px;
  border: none;
  color: white;
  font-size: 3em;
  font-weight: bold;
  border-radius: 50%;
  margin: 10px;
}
.cobros .expensaOGolf button i {
  color: white;
}
.cobros .rapipago-container img {
  max-width: 200px;
}
.cobros .medioContainer {
  margin-bottom: 10px;
}
.cobros .panel-heading .fa-times {
  color: red;
  float: right;
}
.cobros .panel-heading .fa-times:hover {
  text-decoration: none;
}
.cobros .tab-content {
  padding-top: 10px;
}
.cobros .medios-buttons-col .btn {
  max-width: 170px;
}
.cobros .medios-buttons-col .btn.btn-default {
  background-color: midnightblue;
  color: white;
}
.cobros .medios-buttons-col .btn[disabled] {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.cobros .panel-default .panel-heading {
  background-color: #181870;
  color: white;
}
.cobros .panel .panel-heading .fa-times {
  color: white !important;
}
.cobros .panel .panel-heading .fa-times:hover {
  background-color: white;
  color: red !important;
}
.cobros .dropdown-menu {
  left: 0 !important;
}
.rapipago {
  height: 91vh;
  width: 100%;
}
.rapipago .header-container {
  text-align: center;
  padding: 20px 0;
}
.rapipago .form-rapipago {
  text-align: center;
}
.rapipago .form-rapipago .form-group input[type=file] {
  display: inline-block;
}
.rapipago .form-rapipago .btn {
  min-width: 130px;
}
.rapipago .mensaje {
  margin: 50px;
  font-size: 2.5em;
}
.rapipago .mensaje i {
  font-size: 4em;
  color: #4caf50;
}
.rapipago .archivo-resultado {
  font-size: 1.5em;
  font-weight: bold;
}
.rapipago .archivo-resultado i {
  color: #2196f3;
}
#balance .flex .wrapper {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  height: 88vh;
}
#balance .flex .wrapper .form {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
  justify-content: center;
}
#balance .flex .wrapper .form .existencia {
  margin-left: 20px;
  margin-top: 10px;
}
#balance .flex .wrapper .form .form-group {
  display: flex;
  flex-direction: column;
  max-width: 280px;
  margin-left: 0;
  margin-right: 0;
}
#balance .flex .wrapper .form .form-group .button-consultar {
  margin-top: 10px;
}
#balance .flex .wrapper .form form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#balance .flex .wrapper .preview {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
  justify-content: center;
}
#balance .flex .wrapper .preview__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#balance .flex .wrapper .preview__wrapper .pdf {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
  align-items: center;
  text-align: center;
}
#balance .flex .wrapper .preview__wrapper .pdf a {
  color: #555555;
}
#balance .flex .wrapper .preview__wrapper .pdf p {
  margin-top: 10px;
}
@media print {
  .boton-detalles,
  .chart-container {
    display: none;
  }
}
#gastos {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#gastos .border-bottom {
  border-bottom: solid 1px #ebebeb;
}
#gastos table .expanded-row {
  background-color: #D5F466;
  color: black;
  font-weight: bold;
}
#gastos table .expanded-row .fa {
  color: black;
}
#gastos table .concepto-column {
  max-width: 150px;
}
#gastos table .progress-column {
  width: 20%;
}
#gastos table .btn-expand {
  padding: 0 4px;
}
#gastos .deuda {
  font-weight: bold;
  color: red;
}
#gastos .details-margin {
  margin-left: 35px;
}
#gastos .no-details-margin {
  margin-left: 8px;
}
#gastos .subitem {
  text-align: left;
  display: flex;
  flex-grow: 1;
}
#gastos .subitem.subitem-header {
  border-bottom: solid 1px #ccc;
}
#gastos .subitem .subitem-debe {
  justify-content: flex-end;
  padding-right: 10px;
}
#gastos .subitem .subitem-haber {
  border-left: solid 1px #ccc;
  padding-left: 10px;
}
#gastos .subitem span {
  display: flex;
  flex-grow: 1;
  flex-basis: 15%;
}
#gastos .saldo {
  float: right;
}
#gastos .popover-content {
  max-height: 180px;
  overflow-y: scroll;
}
#gastos .ctacte-detalles {
  list-style: none;
  margin-bottom: 0;
}
#gastos .nombre {
  font-size: 1.06em;
}
@media print {
  .boton-detalles,
  .chart-container {
    display: none;
  }
}
#lotes {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#lote-form {
  margin: 15px 10px;
}
#lote-form .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
#lote-form .btn-default i {
  color: #ccc !important;
}
#lote-form .btn-success i {
  color: #fff !important;
}
#lote-form .btn-success:focus {
  border-color: #449d44 !important;
}
#lote-form .btn-success.btn-mini {
  font-size: .93em;
  padding: 4px;
  line-height: 10px;
  margin-bottom: 6px;
  margin-left: 15px;
}
#lote-form .vr {
  border-right: 1px solid #eee;
}
#lote-form h5 {
  display: inline-block;
}
#lote-form .grid {
  height: 130px;
  margin-bottom: 15px;
}
#lote-form .fa-spin {
  position: absolute;
  right: 30px;
  top: 10px;
}
#lote-form textarea {
  resize: none;
}
#lote-form .subtitle {
  padding-left: 15px;
}
#lote-form .panel-title > .small,
#lote-form .panel-title > .small > a,
#lote-form .panel-title > a,
#lote-form .panel-title > small,
#lote-form .panel-title > small > a {
  font-size: 1.33em;
}
#lote-form a:focus,
#lote-form a:hover {
  text-decoration: none;
}
#lote-form a:focus {
  outline: none;
}
#lote-form .fa-mobile {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  padding-left: 14px;
}
#lote .table-header {
  background-color: aquamarine;
}
#lote .blank-header {
  background-color: white;
}
#lote thead {
  background-color: #efefef;
}
#lote th {
  padding: 4px;
}
#lote tr {
  height: 30px;
}
#lote .border-right {
  border-right: 1px solid #eeeeee;
}
#lote .row {
  border-bottom: 1px solid #eeeeee;
}
#editar-lote .patentes-grid {
  max-height: 140px;
}
@media print {
  .border-right,
  table {
    border: none !important;
  }
}
#cobros {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#cobros #fecha {
  width: 142px;
}
#cobros .resumen {
  margin: 0 auto;
  background-color: #f5af2991;
  border-radius: 4px;
}
#cobros .resumen table tr td {
  text-align: center;
  padding: 0 20px;
}
#cobros .resumen table tr td:first-of-type {
  text-align: left;
}
#cobros .acreditacion {
  min-width: 120px;
  background-color: rgba(0, 0, 0, 0);
}
#cobros .update-button-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#cobros .keys {
  text-transform: capitalize;
}
@media print {
  #cobros .table > tbody > tr > td {
    line-height: 1;
  }
}
#saldos {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#saldos #fecha {
  width: 160px;
}
@media print {
  #saldos .table > tbody > tr > td {
    line-height: 1;
  }
}
.pago-budget .btn {
  display: inline;
}
.pago-budget .btn.btn-default {
  background-color: midnightblue;
  color: white;
}
.progress {
  height: 25px;
  margin-bottom: 0;
  font-size: .53em;
}
.progress .progress-bar-default {
  background-color: midnightblue;
  color: white;
}
#gasto {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
#gasto form {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
#gasto form .gasto-content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
#gasto h5 {
  display: inline-block;
}
#gasto .debe-haber-row {
  display: flex;
  flex-grow: 1;
  flex-direction: row;
}
#gasto .debe-haber-row div {
  display: flex;
  flex-grow: 1;
  margin: 0 5px;
}
#gasto .debe-haber-row:first-of-type {
  border-top: solid 1px #ccc;
  margin-top: 10px;
}
#gasto .debe-haber-row .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
