 .relative {
   top: 88px;
}

/* .home-icon {
    text-align: center;
    line-height: 20px;
    font-size: 25px;
} */


.home-icon:hover > div > .fa-home {
    font-size: 6rem;
    transition: 1s ease-out;
    transform: scale(1.5);
    cursor: pointer;
}

.home-icon > div {
    width: 100%;
    height: 100%;
    text-align: center;
    width: 61px;
}

.icon-container > .fa-home {
    font-size: 25px;
    width: 56px !important;
}

.icon-container > small#home {
    margin-left: -24px !important;
}

.icon-container > small {
    color: white;
    background-color: #0d0c0c6e;
    margin-left: -34px;
    border-radius: 25px;
    text-align: center;
    width: 100px;
    margin-top: 5px;
    padding: 9px;
}

.icon-container {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.filters-panels,
.filters-panels-technical {
    z-index: 10000;
    position: fixed;
    background-color: white;
    width: 400px;
    height: 580px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14);
    border-radius: 5px;
    transition: all 1s;
}

.services-details-panels {
    z-index: 10000;
    position: fixed;
    right: 0;
    margin-right: 2rem;
    background-color: white;
    width: 400px;
    height: 580px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14);
    border-radius: 5px;
    transition: all 1s ease-in
}

.closed-services-details {
    color: white;
    margin-right: -18px;
    position: absolute;
    margin-top: -25px;
}

.header-filters-panels {
    height: 50px;
    width: 100%;
    background-color: #009de9;
    color: white;
    padding: 8px 20px;
    border-radius: 5px 5px 0px 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.closed-filters {
    position: fixed;
    margin-top: -50px;
    margin-left: 380px;
    color: white;
}

/*.closed-filters:hover {*/
/*    color: #009de9;*/
/*    background-color: rgba(255, 255, 255, .8);*/
/*    border-radius: 5px;*/
/*}*/

.button-show-filter {
    position: relative;
    height: 30px;
    width: 30px;
    background-color: rgba(0, 157, 233, 0.3);
    border-radius: 4px;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    margin-top: 25px;

}

.button-show-filter:hover {
    color: #009de9;
    background-color: transparent;
}

.title-filters-panels {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
}

.date-filters-panels {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
    text-align: right;
}

.container-filters-panels {
    width: 100%;
    height: 100%;
    padding: 10px 20px;
}

.zones-filters-panels,
.asistance-filters-panels {
    height: 100px;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 5px 0;
}

.state-filters-panels,
.municipality-filters-panels,
.contractor-filters-panels,
.services-filters-panels {
    width: 90%;
    margin: 0 auto;
}

.select-filters-panels {
    height: 35px;
}

.apply-filters-panels {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.container-apply-filters {
    width: 90%;
    height: 140px;
    margin: 10px auto 0 auto;

}

.sla-filters-panels {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    justify-content: space-between;
}

.sla-filters-panels div {
    width: 155px;
    height: 35px;
}

.level-filters-panels {
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    background-color: transparent;
    padding: 10px 15px;

}

.level-filters-panels div {
    width: 100%;
}

.level-filters-panels div input {
    width: 80%;
    border: none;
}

.container-button-filters-panels {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.container-button-filters-panels .space {
    flex-basis: 30%;
}

.btn-filters-panels {
    flex: 1 0 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.filters-panels button i.fa-angle-left{
    text-align: left !important;
}
.services-details-panels button i.fa-chevron-right {
    text-align: left !important;
}

.button-filters-panels button {
    width: 107px;
    height: 35px;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
}

.button-filters-panels .clear-filters {
    background-color: transparent !important;
    color: #009de9;
    border: 1px solid #009de9;
}
.button-filters-panels .clear-filters:hover {
    background-color: #0077b6 !important;
    color: white !important;
    border: 1px solid #0077B6 !important;
}
.button-filters-panels .aplicar-filters:hover {
    background-color: #0077b6 !important;
    color: white !important;
    border: 1px solid #0077B6 !important;
}

.result-filters-panels {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 170px);
    grid-gap: 10px 20px;
}

.button-results-filters {
    width: 170px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    padding: 5px 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-family: Roboto;
    font-style: normal;
}

.button-results-filters .quant-filters {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
    font-weight: bold;
}

.button-results-filters span {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.25px;
}

.sla-total-today {
    color: #6159E5;
    border: 1px solid #6159E5;
}

.sla-total-today-table:nth-child(1n) {
    border: 1px solid #6159E5;
    /*border-right: none;*/
    /*border-bottom: 1px solid #6159E5;*/
    /*border-left: 1px solid #6159E5;*/
}

.sla-total-today-table:nth-child(2n) {
    border: 1px solid #6159E5;
/*    border-right: 1px solid #6159E5;*/
/*    border-bottom: 1px solid #6159E5;*/
/*    border-left: none;*/
}

.sla-total-today-table i {
    color: #6159E5;
    margin-right: 5px;
    font-size: 10px;
}

.sla-danger-table:nth-child(1n) {
    border: 1px solid #D72121;
    /*border-right: none;*/
    /*border-bottom: 1px solid #D72121;*/
    /*border-left: 1px solid #D72121;*/
}

.sla-danger-table:nth-child(2n) {
    border: 1px solid #D72121;
    /*border-right: 1px solid #D72121;*/
    /*border-bottom: 1px solid #D72121;*/
    /*border-left: none;*/
}

.sla-danger-table i {
    color: #D72121;
    margin-right: 5px;
    font-size: 10px;
}

.sla-work-table:nth-child(1n) {
    border: 1px solid #21D77C;
    /*border-right: none;*/
    /*border-bottom: 1px solid #21D77C;*/
    /*border-left: 1px solid #21D77C;*/
}

.sla-work-table:nth-child(2n) {
    border: 1px solid #21D77C;
    /*border-right: 1px solid #21D77C;*/
    /*border-bottom: 1px solid #21D77C;*/
    /*border-left: none;*/
}

.sla-work-table i {
    color: #21D77C;
    margin-right: 5px;
    font-size: 10px;
}

.sla-warning-table:nth-child(1n) {
    border: 1px solid #E7D219;
    /*border-right: none;*/
    /*border-bottom: 1px solid #E7D219;*/
    /*border-left: 1px solid #E7D219;*/
}

.sla-warning-table:nth-child(2n) {
    border: 1px solid #E7D219;
    /*border-right: 1px solid #E7D219;*/
    /*border-bottom: 1px solid #E7D219;*/
    /*border-left: none;*/
}

.sla-warning-table i {
    color: #E7D219;
    margin-right: 5px;
    font-size: 10px;
}

.sla-work-ok {
    color: #21D77C;
    border: 1px solid #21D77C;
}

.sla-danger {
    color: #D72121;
    border: 1px solid #D72121;
}

.sla-warning {
    color: #E7D219;
    border: 1px solid #E7D219;
}

.table-sla-filters {
    display: none;
    height: 56px;
    overflow: auto;
    margin-right: -15px;
    width: 182px;
    margin-left: 2px;
}

.show-table-sla-filters {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.sla-total-today-button {
    color: white;
    background-color: #6159E5;
}

.sla-danger-button {
    color: white;
    background-color: #D72121;
}

.sla-work-button {
    color: white;
    background-color: #21D77C;
}

.sla-warning-button {
    color: white;
    background-color: #E7D219;
}

.sla-data {
    height: 28px;
    display: flex;
    align-items: center;
}


.sla-data span {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.6);

}

.sla-incumplidos-filters-panels,
.sla-riesgo-filters-panels {
    margin-top: 10px;
}

.hide-filters {
    margin-left: -600px;
    transition: all 1s;
}

.hide-arrow {
    display: none;
}

.container-services-details-panels {
    width: 100%;
    height: 100%;
    padding: 0 20px;
}

.data-services-details {
    height: 140px;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    padding: 10px 20px;
}

.data-title-services-details {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.15px;
    color: rgba(0, 0, 0, 0.6);
    height: 20px;
    margin-bottom: 5px;

}

.container-data-details-services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
}

.type-assits {
    grid-column: 1 / 3;
}

.id-services,
.state-services,
.type-assits {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
}

.subtitle-panels-services-details {
    height: 20px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);;
}

.info-panels-services-details {
    height: 24px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    text-transform: capitalize;
    color: #000000;
}

.data-client-services-details {
    height: 150px;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    padding: 10px 20px;
}

.container-client-details-services {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: space-between;*/
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.client-services-name {
    grid-column: 1 / 2;
}

.client-services-date {
    grid-column: 2 / 3;
}

.client-services-address {
    grid-column: 1 / 3;
}

.client-services {
    margin-bottom: 15px;
}

.footer-panels-services-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
    align-items: center;
}

.show-professional-panels {
    width: 120px;
}

.show-professional-panels button {
    width: 120px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-panels-services-details .state-services {
    padding-left: 20px;
}

.btn-info {
    background-color: #009de9 !important;
    border-color: #009de9 !important;
}

.btn-info:hover {
    background-color: #0e0f9c !important;
    border-color: #0e0f9c !important;
    transition: all 100ms ease-in
}


.container-professionals-details-panels {
    width: 100%;
    height: 100%;
    padding: 0 20px;
}

.agend-professionals-panels {
    width: 100%;
    height: 430px;
    overflow-y: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.show-services-details-panels {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin-top: 15px;
}

.show-services-details-panels button {
    margin-top: 5px;
    width: 120px;
}

.clock-agend-panels {
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    padding: 20px 20px;
    align-items: center;
}

.clock-agend-panels i {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.54);;
}

.clock-agend-panels span {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.6);
    margin-left: 10px;
}

.aggend-today-panels {
    padding: 20px 0;
}

.title-aggend-today-panels span {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.15px;
    color: black;
}

.container-card-event-today-panels {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.grid-card-event-today-panels {
    display: grid;
    grid-template-columns: repeat(9, 40px);
    margin-top: 10px;
    margin-bottom: 20px;

}

.grid-card-event-today-panels span {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: rgba(0, 0, 0, 0.38);
}

.card-event-today-panels {
    grid-column: 2 / 9;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14);
    min-height: 70px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
}

.card-event-today-panels .time-work {
    font-family: Helvetica;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.205714px;
    color: #999999;
    margin: 2px 0;
}

.card-event-today-panels .info-work {
    font-family: Helvetica;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.24px;
    color: black;
    margin: 2px 0;
}

.card-event-today-panels .point-services {
    font-family: Helvetica;
    font-size: 10px;
    line-height: 11px;
    letter-spacing: -0.171429px;
    color: #999999;
    margin: 2px 0;
}

.border-services-ok {
    /*border-left: 4px solid #0B2BAB;*/
    border-left: 4px solid #21D77C;
    border-radius: 4px 0 0 4px
}

.border-services-warning {
    border-left: 4px solid #E7D219;
    border-radius: 4px 0 0 4px
}

.border-services-danger {
    border-left: 4px solid #D72121;
    border-radius: 4px 0 0 4px
}

.hide-details-services {
    margin-right: -500px;
    transition: all 1s ease-in;
}

.leaflet-popup-pane {
    margin-top: -18px;
}

.custom-popup .leaflet-popup-content-wrapper {
    background-color: white !important;
    width: 250px !important;
    height: 280px !important;
    border-radius: 5px !important;
}

.tecnicos-popup-solapado .leaflet-popup-content-wrapper {
    background-color: white !important;
    width: auto !important;
    height: auto;
    border-radius: 5px !important;
    min-width: 280px;
}

.tecnicos-popup-solapado .leaflet-popup-content-wrapper .leaflet-popup-content {
    margin: 0;
}


.custom-popup .leaflet-popup-tip-container .leaflet-popup-tip {
    background-color: white !important;
}


.custom-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
    margin: 0;
}

.custom-popup-professional .leaflet-popup-content-wrapper {
    background-color: white !important;
    width: 250px !important;
    height: auto !important;
    border-radius: 5px !important;
}

.custom-popup-professional .leaflet-popup-tip-container .leaflet-popup-tip {
    background-color: white !important;
}


.custom-popup-professional .leaflet-popup-content-wrapper .leaflet-popup-content {
    margin: 0;
}

.leaflet-popup-close-button {
    color: white !important;
}

.header-popup-panels {
    height: 60px;
    border-radius: 5px 5px 0 0;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.header-popup-panels span {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    padding-left: 20px;
}

.info-popup-panels {
    height: 100px;
    padding: 10px 20px;

}

.date-popup-panels {
    height: 70px;
    padding: 20px;
}

.info-popup-panels-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
}

.container-grid-popup {
    display: flex;
    flex-direction: column;
}

.grid-professionals {
    grid-column: 1 / 3;
}

.container-data-popup span,
.container-grid-popup span {
    color: black;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.25px;
}

.container-grid-popup .data-tooltips-panles {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.6);
}

.container-grid-popup.align-end-tooltips {
    align-items: flex-end;
}

.border-botton-tooltip {
    margin-top: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.38);
}

.container-data-popup {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container-data-popup .data-tooltips-panles {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.6);
}

.details-panels-tooltips {
    border: 1px solid white;
    border-radius: 4px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px !important;
    line-height: 20px;
    text-align: center;
    padding: 0 10px !important;
    margin-right: 20px !important;
    transition: all 300ms;
}

.details-panels-tooltips:hover {
    color: #D72121;
    background-color: white;
    transition: all 300ms;
}

.container-count {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.count-panels-service {
    width: 190px;
    height: 40px;
    z-index: 1000;
    right: 20px;
    background-color: white;
    border: 2px solid #009DE9;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14);
    transition: all 300ms;
    color: #009DE9;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;

}

.count-panels-service span {
    padding: 0 .5rem;
}

.count-panels-service-up {
    display: none;
    transition: all 700ms;
}

.state-booking-initials {
    margin-left: 28px;
}

.state-booking-initials-container {
    padding-left: 5px;
}

#to-services-details {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    text-decoration-line: underline;
    color: #009DE9;
    transition: all 300ms;
}
#to-services-details:hover {
    color: #0e0f9c;
    transition: all 300ms;
}

.service-noExists {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    display: flex;
    align-items: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
}

.container-mesh-process {
    padding-bottom: 10rem;
}

.switch-panels-service:hover {
    background-color: #4644e9;
    color: white;
}
.switch-panels-service p {
    margin: 0;
}

#container-group {
    position: relative;
    top: 0px;
    margin-left: 40px;
    z-index: 1000;
    display: flex;
    width: 65px;
}
.switch-panels-service {
    border-radius: 5px;
    border: 1px solid #009DE9;
    background-color: #FFFFFF;
    color: #009DE9;
    padding: 5px 10px;
    margin-right: 2px;
}
.switch-active {
    background-color: #009DE9;
    color: #ffffff;
    pointer-events: none;
    cursor: not-allowed;
}
.switch-panels-service p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin: 0;
}


