/* Set @media queries shortcodes */
.panel-body {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .panel-body {
    padding: 3px;
  }
}
.form-type-select .fstGroupTitle {
  padding: 3px 7px 4px;
  font-size: 14px;
  margin: 0;
}
.form-type-select .fstGroup:first-child {
  padding-top: 1em;
}
.form-type-select .fstResultItem {
  padding-left: 20px;
}
.form-type-select .fstMultipleMode.fstActive .fstResults {
  z-index: 1000;
}
i {
  font-size: 16px;
}
.input-error {
  border-color: #f798a7 !important;
}
.uppercase {
  text-transform: uppercase;
}
.admin-wrapper {
  position: relative;
}
.admin-wrapper .admin-info {
  position: absolute;
  right: 0;
  left: 0;
  width: 450px;
  margin: auto;
  background: #636363;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  text-align: center;
  color: #fff;
  padding: 10px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .admin-wrapper .admin-info {
    width: 100px;
    left: 460px;
    right: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .admin-wrapper .admin-info {
    width: 100px;
    left: 270px;
    right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .admin-wrapper .admin-info {
    width: 100px;
    left: auto;
    right: 80px;
  }
}
.admin-wrapper .admin-info span {
  font-weight: bold;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .admin-wrapper .admin-info span {
    display: none;
  }
}
.admin-wrapper .admin-info a {
  margin-left: 25px;
  color: #fff;
  text-decoration: underline;
  font-size: 12px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .admin-wrapper .admin-info a {
    margin-left: 0;
  }
}
.ui-widget {
  font-family: "Helvetica Neue", "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
  background: #f0f4f7;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.ui-datepicker {
  padding: 0;
  z-index: 99999 !important;
}
.ui-datepicker .ui-datepicker-year,
.ui-datepicker .ui-datepicker-month {
  color: #fff;
}
.ui-datepicker-header {
  border: none;
  background-color: #5b9bd1;
  color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjI3Ii8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjI3Ii8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.27) 0%, rgba(255, 255, 255, 0.27) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.27) 0%, rgba(255, 255, 255, 0.27) 100%);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.27) 0%, rgba(255, 255, 255, 0.27) 100%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.27) 0%, rgba(255, 255, 255, 0.27) 100%);
}
.ui-datepicker-header .ui-state-hover {
  background: #8dc532;
  border-color: transparent;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  background-image: url(/sites/default/themes/hausbox/img/ui-icons_ffffff_256x240.png);
  background-position: -32px -16px;
}
.ui-datepicker .ui-datepicker-prev span {
  background-position: -96px -16px;
}
.ui-datepicker table {
  margin: 0;
}
.ui-datepicker th {
  color: #6c7173;
  font-size: 9px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  font-weight: normal;
  border: none;
  border-top: 1px solid rgba(186, 194, 200, 0.6);
  border-bottom: 1px solid rgba(186, 194, 200, 0.6);
  background-color: #e6ebf0;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M5YzVjNSIgc3RvcC1vcGFjaXR5PSIwLjMzIi8+CjxzdG9wIG9mZnNldD0iMSUiIHN0b3AtY29sb3I9IiNjOWM1YzUiIHN0b3Atb3BhY2l0eT0iMC4zMyIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMC4zMyIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
  background-image: -moz-linear-gradient(bottom, rgba(201, 198, 198, 0.33) 0%, rgba(201, 198, 198, 0.33) 0.76%, rgba(255, 255, 255, 0.33) 100%);
  background-image: -o-linear-gradient(bottom, rgba(201, 198, 198, 0.33) 0%, rgba(201, 198, 198, 0.33) 0.76%, rgba(255, 255, 255, 0.33) 100%);
  background-image: -webkit-linear-gradient(bottom, rgba(201, 198, 198, 0.33) 0%, rgba(201, 198, 198, 0.33) 0.76%, rgba(255, 255, 255, 0.33) 100%);
  background-image: linear-gradient(bottom, rgba(201, 198, 198, 0.33) 0%, rgba(201, 198, 198, 0.33) 0.76%, rgba(255, 255, 255, 0.33) 100%);
}
.ui-datepicker td {
  border: none;
  border-top: 1px solid #e7e9ea;
  border-right: 1px solid #e7e9ea;
  padding: 0;
  background: #eee;
}
.ui-datepicker tr:first-child td {
  border-top: none;
}
.ui-datepicker td:last-child {
  border-right: none;
}
.ui-datepicker td .ui-state-default {
  border: 1px solid transparent;
  text-align: center;
  padding: .7em 0;
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  background: #f5f8fa;
  color: #6c7173;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
}
.ui-datepicker td.ui-state-disabled .ui-state-default {
  text-shadow: none;
  opacity: .8;
  color: #6c7173;
}
.ui-datepicker td .ui-state-active,
.ui-datepicker td .ui-state-hover {
  border: 1px solid rgba(91, 155, 209, 0.68);
  background: #5b9bd1;
  color: #fff;
  text-shadow: 0 -1px 0 #30332a;
}
textarea.form-control {
  height: 100px;
}
.tour-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  background-color: #000;
  opacity: .8;
  filter: alpha(opacity=80);
}
.tour-step-backdrop {
  position: relative;
  z-index: 1101;
  background: inherit;
}
.tour-step-backdrop > td {
  position: relative;
  z-index: 1101;
}
.tour-step-background {
  position: absolute !important;
  z-index: 1100;
  background: inherit;
  border-radius: 6px;
}
.far,
.fa,
.fas {
  font-size: 16px;
}
.right {
  text-align: right;
}
.popover[class*=tour-] {
  z-index: 1100;
}
.popover[class*=tour-] .popover-navigation {
  padding: 9px 14px;
}
.popover[class*=tour-] .popover-navigation [data-role=end] {
  float: right;
}
.popover[class*=tour-] .popover-navigation [data-role=prev],
.popover[class*=tour-] .popover-navigation [data-role=next],
.popover[class*=tour-] .popover-navigation [data-role=end] {
  cursor: pointer;
}
.popover[class*=tour-] .popover-navigation [data-role=prev].disabled,
.popover[class*=tour-] .popover-navigation [data-role=next].disabled,
.popover[class*=tour-] .popover-navigation [data-role=end].disabled {
  cursor: default;
}
.popover[class*=tour-].orphan {
  position: fixed;
  margin-top: 0;
}
.popover[class*=tour-].orphan .arrow {
  display: none;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.access-home .btn {
  width: 100%;
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .access-home .btn {
    font-size: 12px;
  }
}
.access-home .item {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) {
  .access-home .item {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .access-home .item-last {
    margin-bottom: 15px;
  }
}
.page-system #toolbar {
  display: none;
}
.tab-help {
  margin: 20px 0;
  color: #9b9b9b;
  font-size: 12px;
}
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}
.alert-background {
  background-color: #21D4FD;
  background-image: linear-gradient(19deg, #21d4fd 0%, #b721ff 100%);
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#jGrowl {
  z-index: 50000;
}
#jGrowl .jGrowl-notification {
  padding: 0;
  word-break: keep-all;
  opacity: 1;
  width: 300px;
  font-weight: bold;
  font-size: 14px;
  background: #fff;
  border: none;
  -webkit-box-shadow: 4px 4px 11px -1px #c7c7c7;
  -moz-box-shadow: 4px 4px 11px -1px #c7c7c7;
  box-shadow: 4px 4px 11px -1px #c7c7c7;
}
#jGrowl .jGrowl-notification.status,
#jGrowl .jGrowl-notification.error {
  border: none;
  background: #fff;
  color: #7a8089;
}
#jGrowl .jGrowl-notification .jGrowl-message {
  padding: 25px 32px 10px 10px;
  font-weight: normal;
  min-height: 105px;
  width: 305px;
}
#jGrowl .jGrowl-notification .jGrowl-message i {
  font-size: 1.4em;
  margin-right: 8px;
  float: left;
}
#jGrowl .jGrowl-notification .jGrowl-message .fa-check-circle {
  color: #179e3d;
}
#jGrowl .jGrowl-notification .jGrowl-message .fa-exclamation-circle {
  color: #ffc005;
}
#jGrowl .jGrowl-notification .jGrowl-message .fa-exclamation {
  color: #ee2323;
}
#jGrowl .jGrowl-notification .jGrowl-message .message {
  padding-left: 30px;
}
#jGrowl .jGrowl-notification .jGrowl-message .fa-exclamation-triangle {
  color: #ee2323;
}
#jGrowl .jGrowl-notification .jGrowl-close {
  position: absolute;
  top: 15px;
  right: 15px;
  float: none;
  font-size: 22px;
  color: #d6d8da;
}
#jGrowl .jGrowl-notification .jGrowl-header {
  background-color: #21D4FD;
  background-image: linear-gradient(19deg, #21d4fd 0%, #b721ff 100%);
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  height: 10px;
}
input[type="password"] {
  letter-spacing: 0;
}
#edit-column-permissions .panel-body {
  height: 420px;
  position: relative;
}
#edit-column-permissions #jqxWidget {
  height: 420px;
  position: relative;
}
.notes {
  font-size: 12px;
  font-weight: bold;
  color: #888888;
}
.page-system-settings-residents .portlet-body {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.page-system-settings-residents #box-residents-add .form-body {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.page-system-settings-residents #box-residents-add .panel-body {
  padding-left: 10px;
}
.page-system-settings-residents #box-residents-add .add-wrapper {
  text-align: right;
}
.page-system-settings-residents #box-residents-add .current-owners {
  list-style: none;
  padding: 0 0 0 15px;
}
.page-system-settings-residents #box-residents-add .current-owners b {
  font-size: 12px;
  color: #4e4e4e;
}
.page-system-settings-residents #box-residents-add .current-owners .home-current-owner,
.page-system-settings-residents #box-residents-add .current-owners .home-current-renter {
  padding: 8px 0;
  display: none;
}
.page-system-settings-residents #box-residents-add .current-owners .home-current-owner span,
.page-system-settings-residents #box-residents-add .current-owners .home-current-renter span {
  padding-left: 5px;
}
.page-system-settings-residents .resident-status i,
.page-system-resident-collect .resident-status i {
  color: #b8b8b8;
  margin-left: 5px;
  margin-right: 5px;
}
.page-system-settings-residents .resident-status i.active,
.page-system-resident-collect .resident-status i.active {
  color: #2875b3;
}
.page-system-settings-residents .help-residents ul,
.page-system-resident-collect .help-residents ul {
  list-style: none;
  padding: 0 0 0 10px;
}
.page-system-settings-residents .help-residents ul li,
.page-system-resident-collect .help-residents ul li {
  padding: 4px 0;
}
.page-system-settings-residents .help-residents ul li i,
.page-system-resident-collect .help-residents ul li i {
  margin-right: 4px;
  color: #2875b3;
}
.page-system-settings-residents .badge-yellow,
.page-system-resident-collect .badge-yellow {
  background-color: #ecd760;
  background-image: none;
}
.page-system-settings-residents .badge-red,
.page-system-resident-collect .badge-red {
  background-color: #f02020;
  background-image: none;
}
.page-system-settings-residents #collect-list .collect-green,
.page-system-resident-collect #collect-list .collect-green {
  border-left: 3px solid #45b66d !important;
}
.page-system-settings-residents #collect-list .collect-yellow,
.page-system-resident-collect #collect-list .collect-yellow {
  border-left: 3px solid #ecd760 !important;
}
.page-system-settings-residents #collect-list .collect-purple,
.page-system-resident-collect #collect-list .collect-purple {
  border-left: 3px solid #9334ff !important;
}
.page-system-settings-residents #collect-list .collect-red,
.page-system-resident-collect #collect-list .collect-red {
  border-left: 3px solid #db1d1d !important;
}
.page-system-settings-residents .collect-table,
.page-system-resident-collect .collect-table {
  max-height: 290px;
  overflow: auto;
}
.page-system-settings-residents .collect-options,
.page-system-resident-collect .collect-options {
  display: flex;
  justify-content: flex-end;
}
.page-system-settings-residents .collect-options .collect-option,
.page-system-resident-collect .collect-options .collect-option {
  width: 72px;
  height: 60px;
  margin: 10px;
  text-align: center;
  color: #808080;
  font-size: 11px;
  cursor: pointer;
}
.page-system-settings-residents .collect-options .collect-option.close-option,
.page-system-resident-collect .collect-options .collect-option.close-option {
  text-align: right;
  width: 35px;
}
.page-system-settings-residents .collect-options .collect-option i,
.page-system-resident-collect .collect-options .collect-option i {
  display: block;
  font-size: 26px;
  margin-bottom: 5px;
}
.page-system-settings-residents .collect-options .collect-option.first,
.page-system-resident-collect .collect-options .collect-option.first {
  margin-right: auto;
  width: 500px;
  text-align: left;
  font-size: 20px;
}
.page-system-settings-residents .home-alert,
.page-system-resident-collect .home-alert {
  color: #d61a1a;
}
.page-sidebar-closed .page-logo img {
  display: none;
}
.multi-field-wrapper {
  position: relative;
}
.multi-field-wrapper .multi-fields .multi-field {
  margin-bottom: 10px;
}
.multi-field-wrapper .add-field-wrapper {
  text-align: right;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.smart-input {
  text-align: right;
}
.form-inline {
  font-size: 14px;
}
.form-inline td {
  padding: 5px 0;
}
.form-inline td.col1 .label-form {
  text-align: right;
}
.form-inline td.col2 {
  padding-left: 8px;
  padding-right: 8px;
}
.form-inline td .form-day {
  margin-left: 8px;
  margin-right: 8px;
}
.form-inline td label {
  padding: 0 !important;
}
.status-route {
  cursor: pointer;
}
.status-route .cerrada {
  color: #e51a1a;
}
.status-route .abierta {
  color: #45b66d;
}
.panel-title {
  font-weight: bold;
  color: #666;
}
.panel-title a {
  color: #666;
}
.panel-title .panel-title-span {
  display: inline-block;
  font-size: 0.9em;
  font-weight: normal;
}
.section-title {
  color: #697882;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0 0 8px 0;
  border-bottom: 1px solid #eee;
}
.modal-dialog .modal-body {
  font-size: 15px;
}
.modal-dialog .modal-body .panel-body {
  padding: 0;
}
.modal-dialog .modal-body .panel-body .form-group {
  margin: 0 0 15px 0;
}
#modalDetails .modal-body {
  max-height: 600px;
  overflow-x: scroll;
  overflow-y: scroll;
}
.form-section {
  padding: 20px;
}
.insurance-balance {
  font-size: 28px;
}
.insurance-balance span {
  font-size: 18px;
}
#box-residents-add .portlet-residents {
  margin-bottom: 20px;
}
#box-residents-add .portlet-residents .tab-content {
  padding-left: 20px;
  padding-right: 20px;
}
#box-residents-add .add-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}
#box-residents-add .portlet-viviendas {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}
#box-residents-add .portlet-viviendas .add-accordion {
  color: #fff;
}
#box-residents-add .portlet-viviendas .caption {
  width: 90%;
}
#box-residents-add .portlet-viviendas .caption .accordion-toggle {
  margin-right: 0;
}
#box-residents-add .portlet-viviendas .caption .accordion-toggle-styled {
  background: none;
}
#box-residents-add .owner-details {
  color: #666;
  margin-bottom: 8px;
}
#box-residents-add .owner-details span {
  display: inline-block;
  width: 100px;
  text-align: right;
  margin-right: 10px;
  font-weight: bold;
}
.flex-container {
  display: flex;
  justify-content: space-between;
}
.flex-container .form-item {
  width: 48%;
}
.head-link {
  padding: 4px 12px;
  border: 1px solid #b3b9bd;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 2px;
  background: #67809F;
  color: #fff;
}
.head-link:hover {
  text-decoration: none;
  background: #7c91ab;
  color: #fff;
}
.warning-bar {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: 430px;
  margin: auto;
  background: #eb583b;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  text-align: center;
  color: #fff;
  padding: 6px 0;
  font-size: 13px;
  z-index: 1000;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .warning-bar {
    font-size: 12px;
    padding: 10px 0;
    width: 100%;
  }
}
.warning-bar .text-count {
  display: inline-block;
  font-size: 16px;
}
.warning-bar ul {
  list-style: none;
  padding: 0;
  display: inline-block;
  text-align: center;
  margin: 0 12px;
}
.warning-bar ul li {
  display: inline-block;
}
.warning-bar ul li.separator {
  font-size: 80px;
  line-height: 70px;
  vertical-align: top;
}
.warning-bar ul li p {
  font-size: 16px;
  display: inline-block;
}
.warning-bar ul li span {
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
}
.help-icon {
  cursor: help;
}
.green {
  border-left: 3px solid #01b816;
  border-right: 3px solid #01b816;
}
.icon-blue {
  color: #009EF7;
}
.icon-blue i {
  font-size: 18px;
}
.yellow {
  border-left: 3px solid #f3d356;
  border-right: 3px solid #f3d356;
}
.red {
  border-left: 3px solid #F3565D;
  border-right: 3px solid #F3565D;
}
.icon-red {
  color: #F3565D;
}
.icon-red i {
  font-size: 18px;
}
.purple {
  border-left: 3px solid #9421b6;
  border-right: 3px solid #9421b6;
}
.black {
  border-left: 3px solid #52586b;
  border-right: 3px solid #52586b;
}
.page-system-credits-maintenance .green,
.page-system-credits-maintenance .yellow,
.page-system-credits-maintenance .red,
.page-system-credits-maintenance .purple,
.page-system-credits-maintenance .black {
  border-right: none;
  padding-left: 10px;
}
.page-system-credits-maintenance .help-colors .balls {
  margin-bottom: 2px;
}
.page-system-credits-maintenance .help-colors .balls .green,
.page-system-credits-maintenance .help-colors .balls .yellow,
.page-system-credits-maintenance .help-colors .balls .red,
.page-system-credits-maintenance .help-colors .balls .purple,
.page-system-credits-maintenance .help-colors .balls .black {
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}
.page-system-credits-maintenance .help-colors .balls .green {
  background: #01b816;
}
.page-system-credits-maintenance .help-colors .balls .yellow {
  background: #f3d356;
}
.page-system-credits-maintenance .help-colors .balls .red {
  background: #F3565D;
}
.page-system-credits-maintenance .help-colors .balls .purple {
  background: #9421b6;
}
.page-system-credits-maintenance .help-colors .balls .black {
  background: #52586b;
}
.text-red {
  color: #F3565D;
}
.form-autocomplete span {
  float: right;
  margin: -28px 5px 0 0;
}
.form-autocomplete span i {
  font-size: 20px;
  color: #e5e5e5;
}
.form-autocomplete span i.fa-spin {
  color: #999;
}
.form-autocomplete .help-block {
  float: none;
  margin: 5px 0;
}
.table input[type=text] {
  width: 100%;
}
.table .input-import,
.table .input-import-full,
.table .smart-input {
  text-align: right;
}
.table tbody tr td {
  vertical-align: middle;
}
.table tfoot tr td {
  font-weight: bold;
  vertical-align: middle;
}
.table tfoot tr td.no-border {
  border: none;
}
.search-section {
  border-bottom: 2px solid #e5e5e5;
}
.search-section .title-search {
  padding: 10px 0 0 10px;
  margin-bottom: 0;
}
.search-section #edit-column-right-search,
.search-section #edit-column-left-search,
.search-section .form-group {
  margin-bottom: 0;
}
.dropdown-select {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.dropdown-select dd,
.dropdown-select dt {
  margin: 0px;
  padding: 0px;
}
.dropdown-select ul {
  margin: -1px 0 0 0;
}
.dropdown-select dd {
  position: relative;
}
.dropdown-select a,
.dropdown-select a:visited {
  color: #fff;
  text-decoration: none;
  outline: none;
  font-size: 12px;
}
.dropdown-select dt a {
  background-color: #4F6877;
  display: block;
  padding: 8px 20px 5px 10px;
  min-height: 25px;
  line-height: 24px;
  overflow: hidden;
  border: 0;
  width: 272px;
}
.dropdown-select dt a span,
.dropdown-select .multiSel span {
  cursor: pointer;
  display: inline-block;
  padding: 0 3px 2px 0;
}
.dropdown-select dd ul {
  background-color: #4F6877;
  border: 0;
  color: #fff;
  display: none;
  left: 0px;
  padding: 2px 15px 2px 5px;
  position: absolute;
  top: 2px;
  width: 280px;
  list-style: none;
  height: 100px;
  overflow: auto;
}
.dropdown-select span.value {
  display: none;
}
.dropdown-select dd ul li a {
  padding: 5px;
  display: block;
}
.dropdown-select dd ul li a:hover {
  background-color: #fff;
}
#box-fees-form table .col1 {
  width: 10%;
}
#box-fees-form table .col2 {
  width: 34%;
}
#box-fees-form table .col3,
#box-fees-form table .col4,
#box-fees-form table .col5,
#box-fees-form table .col6 {
  width: 12%;
}
#box-fees-form table .col7 {
  width: 5%;
}
#box-fees-form table .col8 {
  width: 3%;
}
#box-fees-form table .col-home .fa {
  cursor: pointer;
  margin-right: 10px;
}
#box-fees-form table .child-row td {
  background: #f5f5f7 !important;
}
#box-fees-form .remove-concept {
  display: none;
}
#box-fees-form .table-hover > tbody > tr:hover > td,
#box-fees-form .table-hover > tbody > tr:hover > th {
  background-color: #e6e6e6;
}
#box-fees-income-add .fa-lock-open {
  color: #5fabf3;
}
#permissions th {
  background: #fff;
}
#permissions .checkbox label {
  display: none;
}
#permissions .icheckbox {
  text-align: center;
}
#permissions .permission i {
  margin: 0 8px;
}
.apply-charge i {
  font-size: 16px;
}
.center {
  text-align: center;
}
html {
  height: 100%;
}
.page-not-found,
.page-node-11 {
  background: #364150;
  background-position: center bottom;
  color: #e0e0e0;
  min-height: 100%;
}
.page-not-found .content,
.page-node-11 .content {
  text-align: right;
  margin-top: 20%;
}
.page-not-found .content h1,
.page-node-11 .content h1 {
  font-size: 150px;
}
.page-not-found .content h2,
.page-node-11 .content h2 {
  font-size: 35px;
  color: #7a8ca5;
}
.liquidations-details tr:hover {
  background: #e9ecf3;
}
.reports .header td {
  font-weight: bold;
}
.reports .active {
  color: green;
}
.reports .not-active {
  color: #b61616;
}
#report-saldo-rutas .marked {
  color: #0085ca;
}
.page-system-settings-financial .months-closed,
.page-system-settings-sections .months-closed,
.page-system-settings-financial .methods-available,
.page-system-settings-sections .methods-available,
.page-system-settings-financial .settings-available,
.page-system-settings-sections .settings-available {
  margin-top: 30px;
}
.page-system-settings-financial .months-closed td,
.page-system-settings-sections .months-closed td,
.page-system-settings-financial .methods-available td,
.page-system-settings-sections .methods-available td,
.page-system-settings-financial .settings-available td,
.page-system-settings-sections .settings-available td {
  padding: 8px 0;
}
.page-system-settings-financial .months-closed .separator,
.page-system-settings-sections .months-closed .separator,
.page-system-settings-financial .methods-available .separator,
.page-system-settings-sections .methods-available .separator,
.page-system-settings-financial .settings-available .separator,
.page-system-settings-sections .settings-available .separator {
  width: 180px;
}
.page-system-settings-financial .year-label,
.page-system-settings-sections .year-label {
  margin-top: 6px;
}
.page-system-settings-financial #block-system-main .form-type-select,
.page-system-settings-sections #block-system-main .form-type-select {
  display: inline-block;
  margin: 0 0 0 15px;
}
.dt-button-collection {
  left: inherit !important;
  top: 39px !important;
}
.form-header {
  padding: 30px 0 0 30px;
  font-size: 14px;
}
#table-payment-concepts .col3,
#table-payment-concepts .col4 {
  width: 130px;
}
#table-payment-concepts .col5 {
  width: 65px;
}
#table-payment-concepts .col-concept {
  position: relative;
}
#table-payment-concepts .col-concept .remove-concept {
  position: absolute;
  right: 10px;
  top: 15px;
  display: none;
}
#table-payment-concepts .new-concept {
  border-color: transparent;
  background: transparent;
}
#table-payment-concepts .concept-details {
  margin-left: 20px;
}
#table-payment-concepts .concept-details span {
  font-style: italic;
}
#table-payment-concepts .add-concept {
  display: none;
}
#table-payment-concepts .readonly {
  background: transparent;
  border-color: transparent;
}
.generated-password-wrapper #generated-password {
  font-weight: bold;
}
.generated-password-wrapper .copy {
  display: inline-block;
  margin-left: 10px;
  color: #009EF7;
}
#box-users-admin-permissions .sticky-header {
  top: 76px !important;
  z-index: 999;
  background: #fff;
}
#box-users-admin-permissions .sticky-header th {
  padding: 8px;
  border-bottom: 2px solid #ddd;
}
#box-users-admin-permissions #permissions .permission {
  padding-left: 30px;
}
.dropdown-menu i {
  margin-right: 5px;
}
.annotations ul {
  list-style: none;
  padding: 0 0 0 10px;
}
.annotations ul li {
  display: inline;
  margin-right: 25px;
  padding-left: 6px;
  border-left: 3px solid;
}
.annotations ul li.bancos {
  border-color: #428bca;
}
.annotations ul li.gastos {
  border-color: #F3565D;
}
.annotations ul li.ingresos {
  border-color: #01b816;
}
.expired {
  color: red;
}
.clickable {
  font-weight: bold;
}
.loading {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.3) url(/sites/default/themes/hausbox/img/loading.gif) 50% 50% no-repeat;
}
#statements-container .filters-bar .form-type-select {
  width: 250px;
}
#statements-container .form-control .select2-choice {
  padding-top: 8px;
}
#statements-container .provider-label {
  font-size: 16px;
  line-height: 40px;
}
.pending-approved-credits {
  float: right;
  font-size: 13px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .pending-approved-credits {
    float: none;
  }
}
.permissions-wrapper {
  margin-top: 30px;
}
.permissions-wrapper h5 {
  color: #747474;
  font-weight: bold;
}
.permissions-wrapper .jqx-widget-content-material {
  border: none;
  margin-top: 10px;
}
.title-app {
  color: #607482;
  margin: 30px 0;
}
@media only screen and (max-width: 767px) {
  .title-app {
    margin: 15px 0;
  }
}
.modal .title-app {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .page-title {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-logo {
    height: auto !important;
  }
  .page-logo a {
    max-width: 180px !important;
  }
}
.page-choose-app h1 {
  display: none;
}
.page-choose-app .white-box {
  background: #f5f5f7;
  margin-top: 10%;
}
.page-choose-app .accounts-list {
  background: #536470;
  list-style: none;
  padding: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  max-width: 550px;
  margin: 0 auto;
}
.page-choose-app .accounts-list .field-item {
  padding: 25px 20px 15px 20px;
}
.page-choose-app .accounts-list li {
  display: list-item;
}
.page-choose-app .accounts-list li.external {
  display: block;
  overflow: hidden;
  padding: 15px 15px;
  letter-spacing: 0.5px;
  border-bottom: 1px #009fdc solid;
}
.page-choose-app .accounts-list li.external h3 {
  color: #c5ced4;
  font-size: 15px;
  margin: 10px 0 0 0;
}
.page-choose-app .accounts-list li .slimScrollDiv {
  position: relative;
  overflow: hidden;
  width: auto;
  height: 275px;
}
.page-choose-app .accounts-list li .slimScrollDiv ul {
  height: 275px;
  overflow: hidden;
  width: auto;
}
.page-choose-app .accounts-list li .slimScrollDiv ul li a {
  color: #d4dadf;
  border-bottom: 1px solid #607482;
  display: block;
  clear: both;
  font-weight: 300;
  line-height: 20px;
  white-space: normal;
  font-size: 14px;
  padding: 16px 15px 18px;
  text-shadow: none;
}
.customer-photos .gallery {
  border: 2px solid #000;
  display: inline-block;
}
#manage-credits-container h3 {
  margin-bottom: 30px;
  margin-top: 0;
}
#manage-credits-container .customer-name {
  margin-bottom: 15px;
}
#manage-credits-container .entity-details {
  display: none;
}
#manage-credits-container .entity-details .item {
  margin: 8px 0;
}
#manage-credits-container .entity-details label {
  font-weight: bold;
  width: 110px;
}
#manage-credits-container .entity-details .item-value {
  display: inline-block;
  font-size: 15px;
}
#manage-credits-container .entity-details .customer-info {
  display: none;
}
@media only screen and (max-width: 767px) {
  #manage-credits-container .entity-details .view-customer {
    margin-bottom: 20px;
    display: block;
  }
}
#manage-credits-container #report-content {
  display: none;
}
.filters-bar {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  background: #fff;
  padding: 15px 15px 0 15px;
  margin-bottom: 30px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  /*.flex-filters{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: flex-start;
        align-content: stretch;
        @media @media-xs{
            flex-direction: column;
        }
    }*/
}
.filters-bar .filters-wrapper {
  margin-right: -15px;
  margin-left: -15px;
  float: left;
  width: 95%;
}
.filters-bar .filters-wrapper.no-float {
  float: none;
  width: auto;
}
.filters-bar .field-item {
  float: left;
  width: 25%;
  padding: 0 15px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .filters-bar .field-item {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .filters-bar .field-item {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .filters-bar .field-item {
    width: 100%;
  }
}
.filters-bar .field-item-large {
  float: left;
  width: 40%;
  padding: 0 15px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .filters-bar .field-item-large {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .filters-bar .field-item-large {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .filters-bar .field-item-large {
    width: 100%;
  }
}
.filters-bar .field-item-text {
  padding-bottom: 20px;
  margin: 0 15px;
}
.filters-bar .field-item-text h3 {
  padding: 0;
  margin-top: 0;
  font-weight: bold;
  font-size: 18px;
  color: #697882;
}
.filters-bar .add-extra {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .filters-bar .add-extra {
    float: none;
  }
}
.filters-bar .field-item-links {
  padding: 0 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .filters-bar .field-item-links {
    margin-bottom: 25px;
    margin-right: 15px;
    text-align: right;
  }
}
.filters-bar .field-item-customer {
  width: 300px;
  margin: 0 8px;
}
@media only screen and (max-width: 767px) {
  .filters-bar .field-item-customer {
    width: 290px;
  }
}
.filters-bar .filter-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.filters-bar .inline-item {
  display: inline-block;
}
.filters-bar .inline-item .credits-prev,
.filters-bar .inline-item .credits-next {
  position: relative;
  top: 4px;
  cursor: pointer;
}
.filters-bar .inline-item.field-item {
  float: none;
  margin: 0 15px;
}
@media only screen and (max-width: 767px) {
  .filters-bar .inline-item.field-item {
    width: 70%;
  }
}
.filters-bar .inline-item i {
  font-size: 20px;
}
.filters-bar .actions {
  width: auto;
  float: right;
  margin-bottom: 15px;
}
.filters-bar .btn {
  width: 38px;
}
.filters-bar .btn.text {
  width: auto;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  padding: 11px 18px;
  font-size: 12px;
  margin-left: 15px;
}
.filters-bar .btn.text i {
  top: 1px;
  font-size: 15px;
  margin-right: 8px;
  position: relative;
}
.filters-bar .btn.secondary {
  background: #fff;
  color: #506173;
  border: 1px solid #506173;
}
.filters-bar .btn.secondary i {
  color: #506173;
}
.filters-bar .btn-secondary {
  width: auto;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  padding: 11px 18px;
  background: #fff;
  color: #506173;
  border: 1px solid #506173;
}
.filters-bar .btn-secondary i {
  top: 1px;
  font-size: 15px;
  position: relative;
  color: #506173;
}
.filters-bar .btn-sm > i {
  font-size: 17px;
  position: relative;
  line-height: inherit;
  left: -1px;
}
.filters-bar .filters {
  float: right;
}
.filters-bar .form-group {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .filters-bar .view-maintenance-help {
    margin-bottom: 20px;
    display: block;
  }
}
.filters-bar .period-label {
  line-height: 40px;
  font-size: 16px;
}
.filters-bar .ranges {
  margin: 0 0 10px 0;
  font-size: 13px;
}
.filters-bar .ranges .compare-chart {
  float: left;
}
.filters-bar .ranges .ranges-compare {
  text-align: right;
  margin-top: 10px;
}
.filters-bar .ranges.ranges-to {
  margin-top: 10px;
}
.filters-bar #reportrange {
  float: right;
}
.filters-bar #reportrange,
.filters-bar #reportrange-from,
.filters-bar #reportrange-to {
  color: #18658f;
  width: 100%;
  margin-left: 0;
  background: #fff;
  cursor: pointer;
  padding: 6px 5px 5px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  font-size: 14px;
  height: 42px;
}
.filters-bar #reportrange .glyphicon,
.filters-bar #reportrange-from .glyphicon,
.filters-bar #reportrange-to .glyphicon {
  top: 4px;
  margin-right: 5px;
}
.filters-bar #reportrange span,
.filters-bar #reportrange-from span,
.filters-bar #reportrange-to span {
  position: relative;
  top: 4px;
}
.filters-bar #reportrange-from,
.filters-bar #reportrange-to {
  margin: 0;
  width: 100%;
}
.filters-bar .fa-chevron-down {
  margin: 6px 5px 0 0;
  float: right;
}
.filters-bar .date-range.single {
  height: 180px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .filters-bar .date-range.single {
    height: 270px;
  }
}
.filters-bar .date-range.single .compare-box {
  display: none;
}
.filters-bar .date-range.single #reportrange-from {
  max-width: none;
}
.filters-bar .date-range-select,
.filters-bar .date-range-select-compare {
  float: right;
  width: 160px;
}
.filters-bar #compare-checkbox-range {
  margin-left: -10px;
}
.filters-bar .date-range .select2-container .select2-choice {
  height: 30px;
}
.filters-bar .date-range .select2-container .select2-arrow b {
  background-position: 0 0;
}
.filters-bar .select2-container .select2-choice > .select2-chosen {
  text-align: left;
}
.filters-bar .checker {
  padding-right: 20px;
}
.filters-bar .range_inputs {
  margin-top: 25px;
  text-align: center;
}
.filters-bar .range_inputs .applyBtn {
  float: right;
}
.filters-bar .range_inputs .btn {
  margin: 0 5px;
}
.filters-bar #reportrange-dates .date-wrapper {
  margin: 4px 0;
  position: relative;
}
.filters-bar #reportrange-dates label {
  width: 55px;
}
.filters-bar #reportrange-dates .form-control {
  display: inline-block;
  padding-left: 25px;
}
.filters-bar #reportrange-dates i {
  position: absolute;
  left: 6px;
  top: 39px;
}
.filters-navigation .filters-wrapper {
  padding: 0 15px;
}
.filters-navigation .field-item-large {
  float: none;
  margin: 0 8px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .filters-navigation .field-item-large {
    width: 70%;
  }
}
.filters-navigation .inline-item {
  display: inline-block;
}
.filters-navigation .inline-item .nav-prev,
.filters-navigation .inline-item .nav-next {
  position: relative;
  top: 4px;
  cursor: pointer;
}
.filters-navigation .inline-item i {
  font-size: 20px;
}
.table-actions {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.btn-secondary {
  background: #fff;
  border: 1px solid #506173;
  border-radius: 8px;
  padding: 4px 16px;
  margin-right: 15px;
  display: inline-block;
  line-height: 24px;
  color: #516073;
  font-size: 12px;
}
.btn-secondary:hover,
.btn-secondary:active {
  text-decoration: none;
}
.btn-secondary i {
  font-size: 18px;
  margin: 3px 5px 0 0;
}
.btn-load-more {
  border-radius: 20px;
  border: 2px solid #d7d7d7;
  color: #818181;
  letter-spacing: 0.8px;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  width: 153px;
  text-align: center;
  padding: 8px 0;
  cursor: pointer;
}
.btn-load-more:hover {
  background: #eee;
}
.btn-widget-link {
  font-size: 13px;
  text-align: right;
}
.report-tip {
  margin-bottom: 15px;
  border: 2px #e1e1e1 dotted;
  padding: 10px;
  position: relative;
}
.report-tip .tip-content {
  width: 95%;
}
.report-tip i {
  margin-right: 6px;
  color: #ff8f00;
  font-size: 15px;
}
.report-tip .close-box {
  position: absolute;
  right: 2px;
  top: 2px;
  cursor: pointer;
}
.report-tip .close-box i {
  color: #7e7e7e;
}
table thead tr th {
  vertical-align: middle !important;
}
table .sub-column {
  font-size: 12px;
  color: #737373;
  font-weight: normal;
}
table .no-hover:hover .row-header-main {
  background: #67809F;
  font-weight: 700;
  color: #fff;
}
table .row-header-main {
  background: #505f73;
  font-weight: 700;
  color: #fff;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top: none !important;
}
table .row-header {
  background: #f2f6f9;
  font-weight: 700;
  padding: 8px;
}
table .row-header:first-child {
  border-radius: 6px 0 0 6px;
}
table .row-header:last-child {
  border-radius: 0 6px 6px 0;
}
table .sub-col1 {
  padding-left: 25px !important;
  font-style: italic;
}
table .sub-col2 {
  font-style: italic;
}
table .counter {
  font-size: 12px;
  color: #989898;
}
table .details {
  cursor: pointer;
  color: #1e85c5;
}
table .details:hover {
  border-bottom: 1px solid #1e85c5;
}
.mid-size {
  width: 50%;
}
.float-right {
  float: right;
}
.split-form {
  border-bottom: 2px solid #ddd;
  margin-bottom: 0;
  margin-top: 30px;
  padding-bottom: 10px;
}
.row-separator {
  border-bottom: 2px dashed #ddd;
}
.page-system-requests .panel td:first-child {
  width: 180px;
}
#edit-column-permissions .panel-heading {
  cursor: pointer;
}
.white-box {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .white-box {
    padding: 10px;
  }
}
.terms-conditions {
  margin-top: 20px;
  padding: 20px 0;
  line-height: 1.5;
  height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
  border-top: 1px solid #e1e1e1;
}
.accept-terms {
  padding-top: 20px;
  border-top: 1px solid #e1e1e1;
}
.desc-abonos {
  margin: 7px 0 0 47px;
  font-size: 12px;
  font-weight: bold;
  color: #666666;
}
#liquidations .discount-wrapper {
  display: none;
}
#liquidations .actions {
  float: right;
  margin-left: 15px;
}
#liquidations .actions .btn {
  margin: 0;
}
.descuadre td {
  background: #f6f6f6;
}
.report-columns {
  background: #f5f5f7;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 10px;
  margin-top: 5px;
  border: 2px solid #e3e3e3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .report-columns {
    padding-left: 40px;
  }
}
.report-columns .show-hide-columns {
  padding: 0;
  margin-top: 15px;
  list-style: none;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .report-columns .show-hide-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .report-columns .show-hide-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (max-width: 767px) {
  .report-columns .show-hide-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.report-columns .show-hide-columns li {
  padding: 3px 0;
}
.table-details-bottom {
  width: 50%;
  float: right;
}
@media only screen and (max-width: 767px) {
  .table-details-bottom {
    width: 100%;
    float: none;
  }
}
#insurances-list .blue td {
  color: #0297e6;
}
#insurances-list a {
  margin: 0 10px;
}
table .counter {
  width: 45px;
}
table .col-date {
  width: 120px;
}
table .col-datetime {
  width: 180px;
}
table .col-short-date {
  width: 90px;
}
table .col-amount {
  width: 110px;
  text-align: right;
}
table .col-name {
  text-align: left;
  font-size: 14px;
  font-weight: bolder;
  border-top: none !important;
}
table .col-phone {
  text-align: right;
  width: 125px;
}
table .col-short-amount {
  width: 115px;
}
table .col-percent,
table .col-days {
  width: 90px;
}
table .col-user {
  width: 130px;
}
table .col-actions {
  width: 65px;
  text-align: center;
}
table .credit-active td {
  background: #e9ffe1 !important;
}
table .actions {
  display: flex;
}
table .actions .actions-box {
  width: 25%;
  margin: 0 8px;
}
.table-payments-list .col3 {
  width: 115px;
}
.table-payments-list .col4 {
  width: 150px;
}
.page-system-routes .caption {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .full-mobile {
    overflow: scroll;
  }
  .full-mobile td[class*='col'],
  .full-mobile th[class*='col'] {
    width: auto;
  }
  .full-mobile td,
  .full-mobile th {
    white-space: nowrap;
  }
}
.full-width {
  overflow: scroll;
}
.full-width td[class*='col'],
.full-width th[class*='col'] {
  width: auto;
}
.full-width td,
.full-width th {
  white-space: nowrap;
}
.page-system-customer-exchange input[type=radio] {
  margin-left: -9px;
}
.requires-special-authorization span.description {
  font-size: 13px;
  color: #888686;
  padding-left: 138px;
  display: block;
  margin-top: -13px;
}
.requires-special-authorization .form-item-office-max-credit {
  margin-top: 20px;
  width: 260px;
  margin-left: 130px;
}
@media only screen and (max-width: 767px) {
  .requires-special-authorization .form-item-office-max-credit {
    width: 220px;
  }
}
.map-icon {
  display: block;
  text-align: center;
}
.map-icon img {
  width: 200px;
}
.table-headers {
  padding: 10px 0 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #e9e9e9;
}
#top-table-elements {
  display: none;
}
.new {
  background: url(/sites/default/themes/hausbox/img/new.png) no-repeat;
  width: 50px;
  height: 43px;
  background-size: 50px 43px;
  position: absolute;
  top: -3px;
  right: 12px;
}
.comment-wrapper {
  display: flex;
  flex-direction: row;
  padding-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 15px;
}
.comment-wrapper .avatar {
  display: block;
  height: fit-content;
  width: fit-content;
}
.comment-wrapper .avatar i {
  margin-right: 15px;
  font-size: 22px;
  color: #c9c9c9;
}
.comment-wrapper .date {
  margin-top: 10px;
  color: #959595;
  font-size: 12px;
}
#table-balances {
  /*.col2, .col3, .col4{
        display: none;
    }*/
}
#table-balances .provider-total .col0 {
  width: 20px;
  color: #0283ba;
}
#table-balances .provider-total:hover {
  cursor: pointer;
}
#table-balances .totals {
  font-weight: bold;
  background: #d9d9d9;
}
.card {
  font-size: 14px;
}
.card ul {
  list-style: none;
}
.card ul li {
  padding: 8px 10px;
}
.card ul li .card-label {
  color: #838383;
  font-weight: bold;
}
.card ul li span {
  color: #364150;
}
.form-table {
  border: 1px solid #e5e5e5;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 4px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 2px 4px;
}
#table-charges-list .col7 {
  width: 50px;
}
#table-charges-list .checker {
  padding: 0;
}
.icons-visitors {
  margin: 20px 0;
}
.icons-visitors i {
  color: #6e9ef2 !important;
  font-size: 30px;
}
#roles-list .locked {
  margin-left: 8px;
  font-size: 11px;
  color: #219624;
}
#box-emails-settings .form-item-smtp-active {
  margin-bottom: 30px;
}
#box-emails-settings .tokens {
  list-style: none;
  padding: 0;
}
#box-emails-settings .tokens li {
  padding: 2px 0;
}
.page-system-settings-financial .tab-content,
.page-system-settings-sections .tab-content,
.page-system-settings-maintenance-fees .tab-content,
.page-system-settings-emails .tab-content {
  padding: 30px 20px 0 20px;
}
.page-system-settings-financial .portlet .portlet-body,
.page-system-settings-sections .portlet .portlet-body,
.page-system-settings-maintenance-fees .portlet .portlet-body,
.page-system-settings-emails .portlet .portlet-body {
  padding: 0;
}
.page-system-settings-financial .portlet .caption,
.page-system-settings-sections .portlet .caption,
.page-system-settings-maintenance-fees .portlet .caption,
.page-system-settings-emails .portlet .caption {
  width: 100%;
  font-size: 15px;
}
#check-settings-container ul {
  margin: 0;
  padding: 0;
}
#check-settings-container ul li {
  padding: 18px 0;
  border-bottom: 1px solid #f4f4f4;
}
#check-settings-container ul li:last-child {
  border-bottom: none;
}
#check-settings-container ul li a {
  color: #8e8e8e;
  font-size: 18px;
}
#check-settings-container ul li a:hover {
  text-decoration: none;
}
#check-settings-container ul li i {
  font-size: 25px;
  margin-right: 10px;
}
#check-settings-container ul li .fa-circle-check {
  color: #22b922;
}
#box-homes-settings-maintenance-fees .smart-input {
  text-align: left;
}
#box-homes-settings-maintenance-fees .bootstrap-switch {
  margin-left: 0;
}
.delete-charge {
  color: #009ef7;
  float: right;
  cursor: pointer;
  display: none;
}
.charge-row-hover .delete-charge {
  display: block;
}
.income-row-hover .delete-charge {
  display: block;
}
.btn-wrapper {
  position: relative;
  display: inline-block;
  width: auto;
}
.btn-wrapper .total-pending {
  position: absolute;
  top: -7px;
  right: -9px;
  width: 25px;
  height: 25px;
  background-color: #d4775e;
  border-radius: 50%;
  /* Crea el círculo perfecto */
  display: flex;
  justify-content: center;
  /* Centra horizontalmente */
  align-items: center;
  /* Centra verticalmente */
  color: white;
  font-size: 11px;
  font-weight: bold;
}
.help-residents .badge-first {
  background-color: #45b66d;
  background-image: none;
}
.help-residents .badge-second {
  background-color: #ecd760;
  background-image: none;
}
.help-residents .badge-third {
  background-color: #9334ff;
  background-image: none;
}
.help-residents .badge-fourth {
  background-color: #db1d1d;
  background-image: none;
}
.receipt-status {
  padding: 3px 5px;
  border-radius: 5px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  /* Amarillo */
  /* Verde */
  /* Rojo */
}
.receipt-status.status-pending {
  color: #ffffff;
  background: #5e7f9b;
}
.receipt-status.status-approved {
  color: #28A745;
  background: #d8ffde;
}
.receipt-status.status-declined {
  color: #DC3545;
  background: #ffdfe2;
}
.documents-list table {
  width: 100%;
}
.documents-list table .tr-documents td {
  border-bottom: 1px dashed #e6e9ef;
  padding: 12px 8px;
}
.documents-list table .tr-documents:last-child td {
  border-bottom: 0;
}
.documents-list table .tr-documents .col2 {
  text-align: right;
}
.documents-list table .col2 {
  vertical-align: top;
}
.documents-list .doc-title span {
  display: block;
  font-weight: 700;
  font-size: 15px;
  color: #2b2b2b;
}
.documents-list .item-date {
  font-size: 12px;
  color: #8a8f98;
  margin-top: 2px;
  margin-bottom: 8px;
}
.documents-list .doc-desc {
  margin: 6px 0 30px;
  line-height: 1.5;
}
.documents-list .attachments-list {
  list-style: none;
  padding-left: 10px;
}
.documents-list .attachments-list .att-item {
  margin: 4px 0;
}
.documents-list .attachments-list .att-link i {
  margin-right: 6px;
}
.documents-list .doc-actions {
  display: inline-block;
  white-space: nowrap;
}
.documents-list .doc-actions .btn {
  display: inline-block;
  font-size: 14px;
  padding: 0;
  margin-left: 8px;
  width: 20px;
  vertical-align: middle;
}
.documents-list .doc-actions i {
  font-size: 16px;
  color: #009EF7;
}
/***
Login page
***/
/* bg color */
.login,
.page-toboggan-denied,
.page-register {
  background-color: #364150 !important;
}
.login #block-system-main,
.page-toboggan-denied #block-system-main,
.page-register #block-system-main {
  display: block;
  position: absolute;
  top: 30px;
  left: 30px;
}
.login .logo,
.page-toboggan-denied .logo,
.page-register .logo {
  width: 230px;
}
.login .separator,
.page-toboggan-denied .separator,
.page-register .separator {
  border-bottom: 1px solid #DDE3ED;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #999;
  padding: 0 0 10px 0;
}
.login .login-error,
.page-toboggan-denied .login-error,
.page-register .login-error {
  border: 1px solid red !important;
}
.login .radio input[type=radio],
.page-toboggan-denied .radio input[type=radio],
.page-register .radio input[type=radio],
.login .radio-inline input[type=radio],
.page-toboggan-denied .radio-inline input[type=radio],
.page-register .radio-inline input[type=radio],
.login .checkbox input[type=checkbox],
.page-toboggan-denied .checkbox input[type=checkbox],
.page-register .checkbox input[type=checkbox],
.login .checkbox-inline input[type=checkbox],
.page-toboggan-denied .checkbox-inline input[type=checkbox],
.page-register .checkbox-inline input[type=checkbox] {
  margin-left: -9px;
}
.login .content,
.page-toboggan-denied .content,
.page-register .content {
  background-color: #eceef1;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  width: 450px;
  margin: 40px auto 10px auto;
  padding: 25px;
  overflow: hidden;
  position: relative;
}
.login .content h3,
.page-toboggan-denied .content h3,
.page-register .content h3 {
  color: #4db3a5;
  font-size: 24px;
  font-weight: 400 !important;
}
.login .content h4,
.page-toboggan-denied .content h4,
.page-register .content h4 {
  color: #555;
}
.login .content .hint,
.page-toboggan-denied .content .hint,
.page-register .content .hint {
  color: #999;
  padding: 0;
  margin: 15px 0 7px 0;
}
.login .content .login-form,
.page-toboggan-denied .content .login-form,
.page-register .content .login-form,
.login .content .forget-form,
.page-toboggan-denied .content .forget-form,
.page-register .content .forget-form {
  padding: 0px;
  margin: 0px;
}
.login .content .form-control,
.page-toboggan-denied .content .form-control,
.page-register .content .form-control {
  border: none;
  background-color: #dde3ec;
  height: 43px;
  color: #8290a3;
  border: 1px solid #dde3ec;
}
.login .content .form-control:focus,
.page-toboggan-denied .content .form-control:focus,
.page-register .content .form-control:focus,
.login .content .form-control:active,
.page-toboggan-denied .content .form-control:active,
.page-register .content .form-control:active {
  border: 1px solid #c3ccda;
}
.login .content .form-control::-moz-placeholder,
.page-toboggan-denied .content .form-control::-moz-placeholder,
.page-register .content .form-control::-moz-placeholder {
  color: #8290a3;
  opacity: 1;
}
.login .content .form-control:-ms-input-placeholder,
.page-toboggan-denied .content .form-control:-ms-input-placeholder,
.page-register .content .form-control:-ms-input-placeholder {
  color: #8290a3;
}
.login .content .form-control::-webkit-input-placeholder,
.page-toboggan-denied .content .form-control::-webkit-input-placeholder,
.page-register .content .form-control::-webkit-input-placeholder {
  color: #8290a3;
}
.login .content select.form-control,
.page-toboggan-denied .content select.form-control,
.page-register .content select.form-control {
  padding-left: 9px;
  padding-right: 9px;
}
.login .content .forget-form,
.page-toboggan-denied .content .forget-form,
.page-register .content .forget-form {
  display: none;
}
.login .content .register-form,
.page-toboggan-denied .content .register-form,
.page-register .content .register-form {
  display: none;
}
.login .content .form-title,
.page-toboggan-denied .content .form-title,
.page-register .content .form-title {
  font-weight: 300;
  margin-bottom: 25px;
}
.login .content .login-title,
.page-toboggan-denied .content .login-title,
.page-register .content .login-title {
  font-weight: 400;
}
.login .content .form-actions,
.page-toboggan-denied .content .form-actions,
.page-register .content .form-actions {
  clear: both;
  border: 0px;
  border-bottom: 1px solid #eee;
  margin-top: 30px;
}
.login .content .form-actions .checkbox,
.page-toboggan-denied .content .form-actions .checkbox,
.page-register .content .form-actions .checkbox {
  margin-left: 0;
  padding-left: 0;
}
.login .content .form-actions .btn,
.page-toboggan-denied .content .form-actions .btn,
.page-register .content .form-actions .btn {
  margin-top: 1px;
}
.login .content .form-actions .btn-success,
.page-toboggan-denied .content .form-actions .btn-success,
.page-register .content .form-actions .btn-success {
  font-weight: 600;
  padding: 10px 20px !important;
}
.login .content .form-actions #edit-submit,
.page-toboggan-denied .content .form-actions #edit-submit,
.page-register .content .form-actions #edit-submit {
  float: right;
}
.login .content .forget-form .form-actions,
.page-toboggan-denied .content .forget-form .form-actions,
.page-register .content .forget-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.login .content .register-form .form-actions,
.page-toboggan-denied .content .register-form .form-actions,
.page-register .content .register-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0px;
}
.login .content .forget-password,
.page-toboggan-denied .content .forget-password,
.page-register .content .forget-password {
  font-size: 14px;
  float: right;
  display: inline-block;
  margin-top: 10px;
}
.login .content .check,
.page-toboggan-denied .content .check,
.page-register .content .check {
  color: #8290a3;
}
.login .content .rememberme,
.page-toboggan-denied .content .rememberme,
.page-register .content .rememberme {
  margin-left: 8px;
  margin-top: 10px;
}
.login .copyright,
.page-toboggan-denied .copyright,
.page-register .copyright {
  text-align: center;
  margin: 0 auto 30px 0;
  padding: 10px;
  color: #7a8ca5;
  font-size: 13px;
}
.login-options {
  margin-bottom: 30px;
  overflow: hidden;
}
.login-options h4 {
  float: left;
  font-weight: 600;
  font-size: 15px;
  color: #7d91aa !important;
}
.login-options .social-icons {
  float: right;
  padding-top: 3px;
}
.login-options .social-icons li a {
  border-radius: 15px 15px 15px 15px !important;
  -moz-border-radius: 15px 15px 15px 15px !important;
  -webkit-border-radius: 15px 15px 15px 15px !important;
}
/* footer copyright */
@media (max-width: 440px) {
  /***
  Login page
  ***/
  .login .logo,
  .page-toboggan-denied .logo {
    margin-top: 10px;
  }
  .login .content,
  .page-toboggan-denied .content {
    width: 280px;
    margin-top: 10px;
  }
  .login .content h3,
  .page-toboggan-denied .content h3 {
    font-size: 20px;
  }
  .login .forget-password,
  .page-toboggan-denied .forget-password {
    display: inline-block;
    margin-top: 20px;
  }
  .login .social-icons,
  .page-toboggan-denied .social-icons {
    float: left;
    padding-top: 3px;
  }
  .login .checkbox,
  .page-toboggan-denied .checkbox {
    font-size: 13px;
  }
}
#report-auxiliary-banks .col8,
#report-auxiliary-banks .col5,
#report-auxiliary-banks .col6,
#report-auxiliary-banks .col7 {
  text-align: right;
}
.payment-charts-wrapper .chart-container {
  text-align: center;
}
.payment-charts-wrapper .chart-title {
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}
.payment-charts-wrapper .donut {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: conic-gradient(#4a90e2 var(--paid, 0%), #f66d6d 0);
  position: relative;
  margin: 0 auto;
}
.payment-charts-wrapper .donut::after {
  content: '';
  width: 60%;
  height: 60%;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 20%;
  left: 20%;
}
.payment-charts-wrapper .legend {
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.4;
  word-break: break-word;
  white-space: normal;
  padding: 0 5px;
  text-align: center;
}
.payment-charts-wrapper .color-paid,
.payment-charts-wrapper .color-unpaid {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border-radius: 50%;
}
.payment-charts-wrapper .color-paid {
  background-color: #4a90e2;
}
.payment-charts-wrapper .color-unpaid {
  background-color: #f66d6d;
}
.form-item-new-account {
  display: none;
}
.page-system-resident-charges-maintenance .manteinance {
  border-top: 2px solid #e1e1e1;
  padding-top: 20px;
  margin-top: 20px;
}
.actions-bottom {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.actions-bottom a,
.actions-bottom a:hover,
.actions-bottom a:visited {
  color: #a6a6a6;
}
.actions-bottom a i,
.actions-bottom a:hover i,
.actions-bottom a:visited i {
  font-size: 14px;
}
.days-title {
  font-size: 10px;
  font-weight: bold;
  color: #666666;
  margin-bottom: 15px;
}
.days-wrapper {
  margin-bottom: 25px;
}
.days-wrapper .btn-day {
  width: 42px;
  height: 42px;
  background: #f5f5f7;
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 2.7;
  display: inline-block;
  color: #bfbfbf;
  cursor: pointer;
  margin-right: 5px;
  border: 1px solid #f5f5f7;
}
.days-wrapper .btn-day:hover {
  border-color: #d2d1d1;
}
.days-wrapper .btn-day.active {
  background: #009EF7;
  border-color: #009EF7;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .days-wrapper .btn-day {
    width: 35px;
    height: 35px;
    line-height: 2;
  }
}
#dz-limit-hint {
  margin-top: 8px;
  font-size: 12px;
  color: #da1f19;
}
.dropdown-posts {
  position: absolute;
  right: 30px;
}
.dropdown-posts .dropdown-menu-icon {
  padding: 8px 15px;
  border-radius: 8px;
  color: #505050;
}
.dropdown-posts .dropdown-menu-icon:hover {
  background: #f0eeee;
}
.dropdown-posts .dropdown-menu {
  margin-top: 15px;
  box-shadow: none;
  border: 1px solid #cbcbcb;
}
.list-document {
  width: 500px;
}
.list-document .panel-default {
  border: none;
  margin-bottom: 15px;
}
.list-document .panel-heading {
  background: #fff;
  padding: 0;
  border-radius: 8px 8px 0 0;
  border: 1px solid #e1e1e1;
}
.list-document .panel-heading a {
  text-decoration: none;
  color: #5b9bd1;
}
.list-document .panel-heading a:hover,
.list-document .panel-heading a:visited {
  text-decoration: none;
}
.list-document .panel-heading a.collapsed {
  color: #666;
}
.list-document .panel-collapse {
  border: 1px solid #e1e1e1;
  border-top: none;
  background: #fafafa;
}
.list-document .panel-collapse table tr {
  border-bottom: 2px dotted #d2cdcd;
}
.list-document .panel-collapse table tr:last-child {
  border-bottom: none;
}
.list-document .panel-collapse table td {
  padding: 20px 0;
}
.list-document .panel-body {
  border: none !important;
  background: none;
  padding: 15px 15px 10px 15px;
}
.list-notices,
.list-directory,
.list-document {
  padding: 0;
  display: inline-block;
}
.list-notices .box-actions,
.list-directory .box-actions,
.list-document .box-actions {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
}
.list-notices .box-actions a,
.list-directory .box-actions a,
.list-document .box-actions a {
  margin-left: 20px;
}
.list-notices .box-actions .delete-action,
.list-directory .box-actions .delete-action,
.list-document .box-actions .delete-action {
  color: #a7a7a7;
}
.list-notices .list-notice-item,
.list-directory .list-notice-item,
.list-document .list-notice-item,
.list-notices .list-contact-item,
.list-directory .list-contact-item,
.list-document .list-contact-item {
  background: #fff;
  padding: 0;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  box-shadow: 2px 2px 12px -1px rgba(164, 164, 164, 0.6);
  -webkit-box-shadow: 2px 2px 12px -1px rgba(164, 164, 164, 0.6);
  -moz-box-shadow: 2px 2px 12px -1px rgba(164, 164, 164, 0.6);
  border-radius: 8px;
  width: 500px;
}
@media only screen and (max-width: 767px) {
  .list-notices .list-notice-item,
  .list-directory .list-notice-item,
  .list-document .list-notice-item,
  .list-notices .list-contact-item,
  .list-directory .list-contact-item,
  .list-document .list-contact-item {
    width: 100%;
  }
}
.list-notices .list-notice-item .box-header,
.list-directory .list-notice-item .box-header,
.list-document .list-notice-item .box-header,
.list-notices .list-contact-item .box-header,
.list-directory .list-contact-item .box-header,
.list-document .list-contact-item .box-header {
  padding: 12px 16px;
}
.list-notices .list-notice-item .list-notice-item-title,
.list-directory .list-notice-item .list-notice-item-title,
.list-document .list-notice-item .list-notice-item-title,
.list-notices .list-contact-item .list-notice-item-title,
.list-directory .list-contact-item .list-notice-item-title,
.list-document .list-contact-item .list-notice-item-title {
  font-size: 16px;
  color: #2b4a5c;
  font-weight: 600;
}
.list-notices .list-notice-item .list-notice-item-text,
.list-directory .list-notice-item .list-notice-item-text,
.list-document .list-notice-item .list-notice-item-text,
.list-notices .list-contact-item .list-notice-item-text,
.list-directory .list-contact-item .list-notice-item-text,
.list-document .list-contact-item .list-notice-item-text {
  color: #577688;
}
.list-notices .item-date,
.list-directory .item-date,
.list-document .item-date {
  color: #65676b;
  padding-bottom: 12px;
  font-size: 12px;
}
.list-notices .list-contact-item,
.list-directory .list-contact-item,
.list-document .list-contact-item {
  padding: 15px;
}
.list-notices .list-notice-item-border-blue,
.list-directory .list-notice-item-border-blue,
.list-document .list-notice-item-border-blue {
  border-left: #4c87b9 2px solid;
}
.create-notice {
  width: 500px;
  display: inline-block;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .create-notice {
    width: 100%;
  }
}
.create-notice .div-img-notice {
  float: left;
  width: 36px;
}
.create-notice .div-img-notice .img-notice {
  width: 36px;
}
.create-notice .div-span-notice {
  margin-left: 45px;
}
.create-notice a {
  text-decoration: none;
}
.create-notice .form-control-notice {
  font-size: 14px;
  font-weight: normal;
  color: #7b7b7b;
  background-color: #f7f7f7;
  border: 1px solid #e5e5e5;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  display: block;
  width: 100%;
  padding: 8px 12px;
  background-image: none;
  border-radius: 20px;
}
.create-notice .form-control-notice span {
  text-align: left;
}
.dashboard-stat2 .display .notice-btn small {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #5C9BD1;
}
.dashboard-stat2 .display .notice-btn a {
  padding: 10px;
  margin: 10px;
  text-decoration: none;
}
.dashboard-stat2 .display .notice-btn a:hover {
  background-color: #dde6eb;
  border-radius: 10px;
}
.statements-details h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.statements-details .statements-name {
  margin-top: 0;
  margin-bottom: 15px;
}
.statements-details .customer-info label {
  font-weight: 700;
  width: 100px;
}
.statements-details .customer-info .item {
  margin: 8px 0;
}
.statements-details .customer-info .item-value {
  display: inline-block;
  font-size: 15px;
}
.statements-details .btn {
  width: 38px;
}
.statements-details .btn-sm i {
  font-size: 17px;
  position: relative;
  line-height: inherit;
  left: -1px;
}
.statements-info {
  display: none;
}
#collect-list tbody tr {
  cursor: pointer;
}
.menu__blackout {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.menu__collapse {
  position: absolute;
  top: 0;
  left: 100vw;
  bottom: 0;
  right: -10vw;
  background: white;
  -webkit-transition: ease-in-out all 1s;
  transition: ease-in-out all 1s;
  z-index: 11;
  height: 80vh;
  border-radius: 20px;
}
.menu__collapse .icon-bar {
  margin-left: 10px;
  cursor: pointer;
}
.menu__collapse .form-control-notice {
  cursor: pointer;
}
.menu__collapse .collect-note {
  margin-top: 10px;
}
.menu__collapse .list-notes {
  padding: 0;
  max-width: 680px;
  display: inline-block;
  width: 100%;
}
.menu__collapse .list-notes .list-note-item,
.menu__collapse .list-notes .list-contact-item {
  background: #f6f9fc;
  padding: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.menu__collapse .list-notes .list-note-item .note-actions,
.menu__collapse .list-notes .list-contact-item .note-actions,
.menu__collapse .list-notes .list-note-item .box-actions,
.menu__collapse .list-notes .list-contact-item .box-actions {
  display: none;
}
.menu__collapse .list-notes .list-note-item .list-note-item-title,
.menu__collapse .list-notes .list-contact-item .list-note-item-title {
  font-size: 15px;
  color: #2b4a5c;
  font-weight: 600;
  padding-top: 3px;
}
.menu__collapse .list-notes .list-note-item .list-note-item-text,
.menu__collapse .list-notes .list-contact-item .list-note-item-text {
  font-size: 13px;
  color: #577688;
  padding-bottom: 5px;
}
.menu__collapse .list-notes .list-note-item-border-blue {
  border-left: #4c87b9 2px solid;
}
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
.slideshow-container .mySlides {
  display: none;
}
.slideshow-container .prev,
.slideshow-container .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(0, 0, 0, 0.2);
}
.slideshow-container .prev:hover,
.slideshow-container .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .slideshow-container .prev,
  .slideshow-container .next {
    font-size: 11px;
  }
}
.slideshow-container .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.slideshow-container .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.slideshow-container .fade-slide {
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade-slide {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}
.feeds li .col3 {
  float: left;
  width: 100px;
  margin-left: 20px;
}
.feeds li .col1 {
  float: left;
  width: 70%;
  clear: both;
}
.edit-link {
  font-size: 12px;
  font-weight: bold;
}
.task-board h3 {
  font-size: 16px;
  margin-bottom: 25px;
}
.task-board .no-result-drag {
  margin: 10px;
  border: 2px dashed #F2F2F2;
  padding: 10px;
}
.booking-calendar {
  background: #fff;
}
.booking-calendar .fc-left h2 {
  color: #697882;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.booking-calendar .fc-button {
  background: #f1f1f1;
  box-shadow: none;
  border: 1px solid #eaeaea;
  height: 35px;
  padding: 0 15px;
}
.booking-calendar .fc-state-active {
  border-bottom: 2px solid #009EF7;
}
.booking-calendar .fc-toolbar {
  margin-bottom: 30px;
}
.booking-calendar .fc-widget-header {
  font-size: 13px;
}
#modal-booking-info .amenity-item {
  font-size: 14px;
  font-weight: bold;
}
#modal-booking-info .amenity-item span {
  font-weight: normal;
}
#modal-booking-info #booking-name {
  margin-bottom: 20px;
}
.cfdi-status-success {
  color: #009EF7;
  font-weight: bold;
  margin-top: 10px;
}
.cfdi-status-error {
  color: #a94442;
  font-weight: bold;
  margin-top: 10px;
}
.public h2 {
  font-size: 20px;
  color: #697882;
  margin: 0 0 30px;
}
.public p {
  font-size: 14px;
}
.public #attactment-file {
  margin: 40px 0;
}
.public .bottom {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e1e1e1;
}
.public .payment-success-header {
  background: green;
  color: #fff;
  padding: 20px;
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin: -30px -30px 30px -30px;
}
.public .payment-success-header i {
  font-size: 30px;
}
.public .payment-success-header p {
  font-size: 18px;
}
