
.login .bg-img-hero {
    background-image: url(../svg/components/abstract-bg-3.svg);
    height: 32rem;
}
sup {
    right: 0;
}
.card-pagination {
    margin: 0;
}
.breadcrumb .nav-icon {
    line-height: 1;
}
.color-whatsapp {
    color: #25D366;
}
.color-whatsapp:hover,
.color-whatsapp:active,
.color-whatsapp:focus {
    color: #075E54;
}
.input-label.required:after {
    content: ' *';
    color: #f00;
    font-style: italic;
}
.select2-selection.custom-select {
    border-radius: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}
.input-label {
    font-weight: bold;
}
.login .logo {
    max-width: 200px;
}
.datatable-custom thead th > a {
    color: #677788;
}
.color-success {
    color: #28a745;
}
.color-danger {
    color: #dc3545;
}
.select2-container--default .select2-selection--single {
    padding: 0.54688rem .875rem;
    line-height: 1.6;
    border: .0625rem solid #e7eaf3;
    background-color: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    box-shadow: none;
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
    height: calc(1.6em + 1.21875rem);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.custom-control-input {
    z-index: 5;
}
.form-inline .custom-checkbox {
    margin-right: 15px;
}

.card-table .card-body {
    padding:  0;
}
.card-table .card-body > .table {
    margin-bottom:  0;
}

.avatar .square {
    display: block;
    border-radius: 90px;
    border: 1px solid #fff;
    height: 15px;
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 15px;
}
.form-check .square {
    display: inline-block;
    border-radius: 90px;
    height: 15px;
    position: relative;
    top: 3px;
    width: 15px;
}
.action-buttons .dropdown-menu {
    min-width: 15rem;
}
.action-buttons .dropdown-menu .form-check {
    margin: 3px 0;
}

.flatpickr-calendar .flatpickr-day.today {
    background-color: #f8f8f8;
    color: #000;
}

.form-search {
    width: 100%;
}

#filtersFilterDropdown {
    min-width: 22rem;
}

.badge-soft-yellow {
    color: #a9a92b;
    background-color: rgba(255,255,0,.1);
}
.bg-yellow {
    background-color: yellow;
}

.page-header-title > small {
    color: #999;
    display: block;
    font-size: 60%;
}
.card-header-title > small {
    display: block;
    font-size: 70%;
    margin-top: 3px;
}

#map {
    height: 450px;
    width: 100%;
}

.image-gallery {
    display: flex;
    flex-wrap: wrap;
}
.image-gallery > .image {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    width: 25%;
}
.image-gallery > .image img {
    border: 2px solid transparent;
}
.image-gallery > .image.default img {
    border-color: #f2a900;
}
.image {
    position: relative;
}
.image .sortablejs-custom-handle {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #fff;
    border-radius: 20px;
    line-height: 25px;
    width: 25px;
    text-align: center;
}
.image .select {
    position: absolute;
    top: 15px;
    left: 15px;
}
.image .options {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.image:hover .options {
    display: block;
}
.table-property-files tbody td,
.table-property-files thead th {
    vertical-align: middle;
}
.fullcalendar-custom .fc-daygrid-block-event .fc-event-time, .fullcalendar-custom .fc-daygrid-block-event .fc-event-title {
    color: unset;
    min-width: 36px;
}
.fullcalendar-custom .fc-daygrid-block-event .fc-event-time:hover, .fullcalendar-custom .fc-daygrid-block-event .fc-event-title:hover {
    color: unset;
}
.fc-h-event .fc-event-main-frame {
    /* display: block; */
    align-items: center;
}
.dropdown > .btn > i {
    margin-right: 5px;
}
.action-buttons .dropdown {
    display: inline-flex;
}
.calendar-view .page-header-title > span:before {
    content: ' - ';
}
.calendar-view .page-header-title > span:empty:before {
    content: '';
}
.modal-content .select2-container {
    max-width: 100%;
    width: 100% !important;
}

.single-property {
    margin-bottom: 30px;
}
.single-property .card-img-top {
    max-width: 100%;
    height: auto;
}
.property-characteristics > div {
    font-weight: bold;
    margin-right: 10px;
}
.property-characteristics > div > svg {
    margin-right: 3px;
}
.single-property .card-img-top {
    position: relative;
}
.single-property .card-img-top > .overlay {
    border-top-left-radius: .6875rem;
    border-top-right-radius: .6875rem;
    background-color: rgba(250, 182, 0, .90);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 5;
}
.single-property .card-img-top > .overlay > .overlay-content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    text-align: center;
    color: #fff;
}
.single-property .card-img-top > .overlay > .overlay-content a {
    color: #fff;
}
.single-property .card-img-top > .property-type {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 20px;
    border-left: 4px solid #00205b;
    color: #fff;
    padding: 5px 15px 5px 30px;
    position: absolute;
    right: 0;
    text-align: right;
    z-index: 10;
}
.single-property .card-img-top > .property-has-sign {
    position: absolute;
    right: 15px;
    top: 15px;
    color: var(--green);
    z-index: 10;
}
.single-property .card-img-top > .schedule-visit {
    display: none;
    position: absolute;
    left: 15px;
    bottom: 15px;
    color: #00205b;
    z-index: 10;
}
.single-property:hover .card-img-top > .schedule-visit {
    display: block;
}
.single-property .card-img-top > .property-operation {    
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.single-property .card-img-top > .property-operation > span {
    border-top-left-radius: .6875rem;
    border-bottom-right-radius: .6875rem;
    color: #fff;
    background-color: #00205b;
    display: inline-block;
    padding: 10px 20px;
    z-index: 9;
}
.single-property .card-img-top:hover > .overlay {
    display: block;
}
.single-property .card-img-top > img {
    max-width: 100%;
    height: auto;
    border-top-left-radius: .6875rem;
    border-top-right-radius: .6875rem;
}
.single-property .property-address {
    height: 22.5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.single-property .property-owner > a,
.single-property .property-address > a {
    color: #677788;
}
.single-property.visited {
    opacity: .50;
}
.single-property.visited:hover {
    opacity: 1;
}
.text-normal {
    color: #1e2022;
}
.dashboard-next-visits .address > a {
    color: #1e2022;
}
.dashboard-next-visits .address > a:hover,
.dashboard-next-visits .address > a:focus,
.dashboard-next-visits .address > a:active {
    color: var(--blue);
}
.single-property .property-owner > a:hover,
.single-property .property-owner > a:focus,
.single-property .property-owner > a:active,
.single-property .property-address > a:hover,
.single-property .property-address > a:focus,
.single-property .property-address > a:active {
    color: var(--blue);
}

.single-property .energy-rating {
    font-weight: bold;
    text-transform: uppercase;
}
.single-property .keys svg {
    color: #999;
}
.rating-A {
    color: #449355;
}
.rating-B {
    color: #55ae58;
}
.rating-C {
    color: #a2c954;
}
.rating-D {
    color: #ebe754;
}
.rating-E {
    color: #e8b644;
}
.rating-F {
    color: #d37c3c;
}
.rating-G {
    color: #d24136;
}

.counters-wrapper {
    margin-left: -.6785rem;
    margin-right: -.6785rem;
}
.counter-el {
    flex-basis: 20%;
    padding-left: .6785rem;
    padding-right: .6785rem;
}

.dashboard .page-header {
    display: none;
}

.supply-create .select-property-id + .select2-container {
    width: 100% !important;
}

.fullcalendar-custom .fc-daygrid-event, 
.fullcalendar-custom .fc-timegrid-event .fc-event-main {
    padding: 0 .3125rem;
}
.fullcalendar-custom .fc-daygrid-event, 
.fullcalendar-custom.fc-direction-ltr .fc-daygrid-event.fc-event-start, 
.fullcalendar-custom.fc-direction-rtl .fc-daygrid-event.fc-event-end {
    margin: 0 0 .125rem;
}
.fc-h-event .fc-event-title-container {
    line-height: 1.4;
}

#filter-posible-clients .active {
    text-decoration: underline;
}
#table-clients-for-property.searching > table > tbody {
    position: relative;
}
#table-clients-for-property.searching > table > tbody:before {
    content: ' ';
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, .6);
    height: 100%;
    width: 100%;
}
#table-clients-for-property.searching > table > tbody:after {
    content: ' ';
    top: 20px;
    left: 50%;
    background: url(../img/ajax-loader.gif) no-repeat 0 0;
    position: absolute;
    height: 16px;
    width: 16px;
    transform: translateX(-50%);
}
.single-property > .card-body {
    position: relative;
}
.single-property .published-in-web {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(250, 182, 0, 1);
    border-bottom-right-radius: .75rem;
    border-top-left-radius: 90px;
    height: 25px;
    width: 25px;
}

.table .thead-light th {
    white-space: nowrap;
}

.btn.dropdown-toggle > i {
    margin-right: 5px;
}

.alert.alert-success > a {
    color: #fff;
    text-decoration: underline;
}

#searchDropdownMenu .card-body-height {
    height: 14rem;
}
#searchDropdownMenu .card-body-height .dropdown-item:last-child {
    margin-bottom: 0 !important;
}

.properties-show-deleted #content > .content {
    background-color: #ed4c78;
}
.properties-show-deleted h1,
.properties-show-deleted .breadcrumb .breadcrumb-link,
.properties-show-deleted .breadcrumb-item+.breadcrumb-item::before,
.properties-show-deleted .breadcrumb .breadcrumb-item,
.properties-show-deleted .btn-outline-secondary {
    color: #fff;
}
.properties-show-deleted .footer:not([class*=container]) {
    background-color: #ed4c78;
    color: #fff;
}
.properties-show-deleted .footer small > a {
    color: #fff;
}

.tippy-content .gmap,
.tippy-content .address-by-reference {
    color: #fff;
}
.tippy-content .address-by-reference:hover {
    text-decoration: underline;
}

.element-deleted {
    background-color: rgba(255, 0, 0, .5) !important;
    color: #fff;
}
.element-deleted .h5,
.element-deleted a.text-muted,
.element-deleted .email-link {
    color: #fff !important;
}
.element-deleted a.media:hover .h5 {
    color: #000 !important;
}
.element-deleted .text-body {
    color: #f5f5f5 !important;
}
.element-deleted .badge {
    background-color: #fff;
}

iframe.preview-email {
    height: 500px;
    pointer-events: none;
    width: 100%;
}

.errors > ul {
    margin: 0;
}

.date-hour {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.date-hour > .date {
    font-size: 14px;
}
.date-hour > .hour {
    font-size: 16px;
}
.date-hour > span {
    text-align: center;
}

@media screen and (min-width: 992px) {
    .table-responsive {
        min-height: 380px;
    }
    #filtersFilterDropdown {
        min-width: 35rem;
    }
}