/*@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");/*/

@import url(animate.css);
@import url(/sbxvisorestatal/css/icons/themify-icons/themify-icons.css);
* {
    outline: none;    
}

/*Estilos para los input de adjuntar foto y video*/

.btn-xs {
    padding: 0.3rem 0.2rem;
    font-size: 0.7875rem;
    border-radius: 0.2rem;
}

.filelabel {
    width: auto;
    border: 2px dashed grey;
    border-radius: 5px;
    display: block;
    padding: 5px;
    transition: border 300ms ease;
    cursor: pointer;
    text-align: center;
    margin: 0;
}

    .filelabel i {
        display: block;
        font-size: 30px;
        padding-bottom: 5px;
    }

    .filelabel i,
    .filelabel .title {
        color: grey;
        transition: 200ms color;
    }

    .filelabel:hover {
        border: 2px solid #1665c4;
    }

        .filelabel:hover i,
        .filelabel:hover .title {
            color: #1665c4;
        }

.FileUpload {
    display: none;
}

/*estilos para mantener fijo el header y el nav*/
.z-with-60 {
    width: 100% !important;
    z-index: 60 !important;
    position: fixed !important;
}

.z-with-50 {
    position: fixed !important;
    z-index: 50 !important;
    height: 100vh !important;
    overflow: scroll!important;
}

@media (min-width: 576px) {
   .h4{
       font-size:1rem!important;
   }
    .h2{
       font-size:9pt!important;
   }
}



body {
    background: #fff;
    font-family: "Open Sans", sans-serif;
    margin: 0;
    overflow-x: hidden;
    color: #67757c;
    font-weight: 300
}

html {
    position: relative;
    min-height: 100%;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

/*.btn-info {
    background-color: #0090D3 !important;
    color: white !important;
}
.btn-primario {
    background-color: #002A68 !important;
    color: white !important;
}
.btn-danger {
    background-color: #FF1784 !important;
    color: white !important;
}*/
.btn-excel {
    background-color: #1D6F42 !important;
    color: white !important;
}
.loginLogo {
    text-align: center;
    margin-top: -5rem;
}

.imagenesLogin {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 1rem;
    text-align: center;
    margin-top: 1rem;
}
.imagenesLogin >img{
    border-radius:15px;
}

.login-register {
    background-color: #eef5f9;
    height: 100vh;
    min-height: 500px;
    background-size: cover;
    background-size: 100vw 100vh;
    background-position: center;
    background-repeat: no-repeat;
}

.form-group {
    padding: 3px;
}
/*estilos vista input y demas*/
.mapaAdministrador {
    padding: 0;
    margin: 0;
    height: 100% !important;
    width: 100%;
}

.mapa3d {
    width: 50%;
    height: 100%
}


.container3D {
    width: 100%;
    height: 100%;
    /*position: absolute;*/
}

.contenedorPrincipal {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    display: grid;
    grid-template-columns: repeat(8,1fr);
    gap: 1rem;
    text-align: center;
    margin-top: 10px;
}

.panel-footer {
    padding: 10px 5px;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.huge {
    font-size: 25pt;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.panel-primary {
    border-color: #337ab7;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-primary > .panel-heading {
    color: black;
    background-color: transparent;
    border-color: #337ab7;
}

section {
    padding: 0px !important;
}

.icon > img {
    width: 30px !important;
}

/*.icon {
    border-style: dotted;
    border-width: 2px;
    border-color: #337ab7;
}*/
/*ok estilos*/
/*.fieldset {
    border: 1px solid #002A68;
    margin: 2px;
    margin-top: 25px;
    position: relative;
    padding: 15px 12px 10px;
    color: #002A68;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    width: 100%;
}*/
.fieldset {
    border: dotted .5px #002A68;
    margin: 0px;
    margin-top: 0px;
    position: relative;
    padding: 20px 10px 10px;
    color: #002A68;
    font-family: "Open Sans", sans-serif;
    margin-bottom:10px;
}

    .fieldset .legend {
        position: absolute;
        top: -11px;
        left: 11px;
        background: #EEF5F9;
        padding-left: 2px;
        padding-right: 2px;
        width:auto;
    }

   /* .fieldset input {
        border: solid .5px !important;
        border-radius: 5px !important;
        padding: 5px !important;
    }

    .fieldset label {
        color: #666666 !important;
        font-weight: bold !important;
    }

    .fieldset select {
        border: solid .5px !important;
        border-radius: 5px !important;
        padding: 5px !important;
    }*/

.legenHeader {
    position: relative;
    background-color: transparent;
    color: #002A68;
    padding: .5rem;
    font-size: 24px;
}

.input-material-group .label-material.active {
    top: -6px !important;
}
*,
::after,
::before {
    box-sizing: border-box;
}

/*Estilos acordeon*/
.acordeon__titulo {
    color: white;
    background: #002A68;
    line-height: 2.8;
    padding: 0 1em;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 -1px 0 0 #000 inset;
    text-shadow: 1px 1px #000;
    cursor: pointer;
}
    .acordeon__titulo::after {
        flex-shrink: 0;
        content: "";
        position: relative;
        display: inline-block;
        margin-left: 10px;
        transform-origin: center;
        transform: rotate(45deg);
        transition: all 0.3s ease-in-out;
        width: 1em;
        height: 1em;
        border-bottom: 0.3rem solid #fff;
        border-right: 0.3rem solid #fff;
    }

.acordeon--opened .acordeon__titulo::after {
    transform: translateY(25%) rotate(225deg);
}

.acordeon__contenido {
    display: none;
    margin: 0;
    background: rgba(255, 255, 255, 0.5);
}
.progress.blue .progress-bar {
    background-color: #26abfd;
}
.progress.yellow .progress-bar {
    background-color: #fdc426;
}

/*Estilos tablero control*/
.stats-container {
    background-color: #fff;
    height: 100px;
    border-radius: 12px 12px 0 0;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    margin-top: 1.5rem;
}

    .stats-container.blue {
        border-bottom: 5px solid #0096c7;
    }

    .stats-container h4 {
        position: absolute;
        bottom: 1px;
        font-weight: 400;
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;
        color: #888888;
    }

.iconTablero {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.counter {
    font-size: 2rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 576px) {
    .stats-container {
        height: 60px!important;
    }
    .icon {
        width: 25px!important;
        height: 25px!important;
        border:none!important;
    }
    .counter{
        font-size:1.2rem!important;
    }
    py-4 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
}
    /*border-hover*/
    .border-hover:hover {
        color: #2B4C8C;
        box-shadow: none;
        cursor: pointer;
    }

    .border-hover:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 5px;
        width: 0;
        background: #2B4C8C;
        box-shadow: -1px -1px 5px 0px #fff, 7px 7px 20px 0px #2B4C8C, 4px 4px 5px 0px #2B4C8C;
        transition: 400ms ease all;
    }

    .border-hover:after {
        right: inherit;
        top: inherit;
        left: 0;
        bottom: 0;
    }

    .border-hover:hover:after {
        width: 100%;
        transition: 800ms ease all;
    }




    .badge-container {
        display: flex;
        flex-wrap: wrap;
    }

        .badge-container .badge {
            margin: 0.25rem 0;
        }

            .badge-container .badge:not(:last-of-type) {
                margin-right: 1rem;
            }

    .badge {
        display: inline-block;
        padding: 0.5rem 0.75rem;
        font-size: 10pt;
        font-weight: bold;
        border-radius: 0.5rem;
        border: 1px solid transparent;
        white-space: normal !important;
    }

        .badge.badge-default {
            background-color: #edeff1;
            color: #4d555f;
            border-color: #4d555f;
        }

    .badge-red {
        color: white !important;
    }

    .badgePrimario {
        display: inline-block;
        padding: 0.5rem 0.75rem;
        border-radius: 0.5rem;
        border: 1px solid transparent;
        margin-top: 10px;
    }

    .badge-titulo {
        display: flex !important;
        padding: 0.3rem 0.75rem !important;
    }
.badge-expirada {
    background-color: black !important;
    color: white !important;
}
    .badge-finalizada {
        background-color: gray !important;
        color: white !important;
    }


    .badge-atrasada {
        background-color: red !important;
        color: white !important;
    }

    .badge-porfinalizar {
        background-color: yellow !important;
        color: black !important;
    }

    .badge-proceso {
        background-color: green !important;
        color: white !important;
    }

    .badge-sininiciar {
        background-color: orange !important;
        color: white !important;
    }

    .badge-suspendida {
        background-color: purple !important;
        color: white !important;
    }

    [type="checkbox"] + label {
        cursor: pointer;
    }

    .btn-label {
        margin: -6px 0px -6px -14px !important;
        padding: 7px 10px !important;
    }

    .activeItemMenu {
        color: #fff;
        border-left: 4px solid #3b25e6;
        background: #796AEE;
    }

    .spanVisita {
        background: #008B8B;
        padding: 10px;
    }

    .spanNovisita {
        background: #FF4500;
        padding: 10px;
    }

    .spanAnotacion {
        background: #FFD700;
        padding: 10px;
    }

    /*Estilos para botones en mapa*/
    .wrapper {
        display: flex;
        min-height: max-content;
        flex-direction: column;
        padding: 0px 15px;
        align-items: center;
        justify-content: flex-start;
    }

    .fab {
        margin: auto;
        line-height: 0 !important;
    }

    .social {
        color: #fff;
        transition: all 0.35s;
        transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
    }

        .social:hover {
            text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
            transition: all ease 0.5s;
            -moz-transition: all ease-in 0.5s;
            -webkit-transition: all ease-in 0.5s;
            -o-transition: all ease-in 0.5s;
        }

    .facebook {
        color: #4267b2;
    }

.bg-ico {
    display: flex;
    background-color: #D6D1C4 !important; /*#cacaca !important;*/
    width: 30px;
    /*height: 27px;
        margin: 3px 0px;
        text-align: center;
        position: relative;
        overflow: hidden;
        border-radius: 20%;
        box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
        opacity: 0.99;
        -webkit-transition: background-color 2s ease-out;
        -moz-transition: background-color 2s ease-out;
        -o-transition: background-color 2s ease-out;
        transition: background-color 2s ease-out;*/
    cursor: pointer;
}

        .bg-ico:hover {
            box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.8);
        }

.itemHover:hover {
    background-color: #FF1784;
}

    .facebook:hover {
        color: #fff;
        transform: scale(1.1);
    }

    /*range slider*/
    .range-slider {
        margin: 15px 0 0 0%;
    }

    .range-slider {
        width: 100%;
    }

    .range-slider__range {
        -webkit-appearance: none;
        width: calc(100% - (100px));
        height: 10px;
        border-radius: 5px;
        background: #d7dcdf;
        outline: none;
        padding: 0;
        margin: 0;
    }

        .range-slider__range::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: #2c3e50;
            cursor: pointer;
            -webkit-transition: background 0.15s ease-in-out;
            transition: background 0.15s ease-in-out;
        }

            .range-slider__range::-webkit-slider-thumb:hover {
                background: #1abc9c;
            }

        .range-slider__range:active::-webkit-slider-thumb {
            background: #1abc9c;
        }

        .range-slider__range::-moz-range-thumb {
            width: 20px;
            height: 20px;
            border: 0;
            border-radius: 50%;
            background: #2c3e50;
            cursor: pointer;
            -moz-transition: background 0.15s ease-in-out;
            transition: background 0.15s ease-in-out;
        }

            .range-slider__range::-moz-range-thumb:hover {
                background: #1abc9c;
            }

        .range-slider__range:active::-moz-range-thumb {
            background: #1abc9c;
        }

        .range-slider__range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1abc9c;
        }

.range-slider__value {
    display: inline-block;
    position: relative;
    width: 80px;
    color: #fff;
    line-height: 15px;
    text-align: center;
    border-radius: 5px;
    background: #2c3e50;
    padding: 5px 10px;
    margin-left: 10px;
}

    .range-slider__value:after {
        position: absolute;
        top: 8px;
        left: -7px;
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-right: 7px solid #2c3e50;
        border-bottom: 7px solid transparent;
        content: "";
    }

    ::-moz-range-track {
        background: #d7dcdf;
        border: 0;
    }

    input::-moz-focus-inner,
    input::-moz-focus-outer {
        border: 0;
    }

    /*Drop zone*/
    .drop-zone {
        max-width: 100%;
        height: 300px;
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-family: "Quicksand", sans-serif;
        font-weight: 500;
        font-size: 20px;
        cursor: pointer;
        color: #cccccc;
        border: 4px dashed #009578;
        border-radius: 10px;
    }

    .drop-zone--over {
        border-style: solid;
    }

    .drop-zone__input {
        display: none;
    }

    .drop-zone__thumb {
        width: 100%;
        height: 100%;
        border-radius: 10px;
        overflow: hidden;
        background-color: #cccccc;
        background-size: 100% 100%;
        position: relative;
        background-repeat: no-repeat;
    }

        .drop-zone__thumb::after {
            content: attr(data-label);
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 5px 0;
            color: #ffffff;
            background: rgba(0, 0, 0, 0.75);
            font-size: 14px;
            text-align: center;
        }

    /*Card horizontal*/
    .card-horizontal,
    .card-horizontal-reverse {
        flex-flow: row wrap;
    }

        .card-horizontal > .card-col,
        .card-horizontal-reverse > .card-col {
            display: flex;
            flex-direction: column;
        }

    .card-horizontal-reverse {
        flex-direction: row-reverse;
    }

    @media (min-width: 36em) {
        .card-horizontal-sm, .card-horizontal-sm-reverse {
            flex-flow: row wrap;
        }

            .card-horizontal-sm > .card-col,
            .card-horizontal-sm-reverse > .card-col {
                display: flex;
                flex-direction: column;
            }

        .card-horizontal-sm-reverse {
            flex-direction: row-reverse;
        }
    }

    @media (min-width: 48em) {
        .card-horizontal-md,
        .card-horizontal-md-reverse {
            flex-flow: row wrap;
        }

            .card-horizontal-md > .card-col,
            .card-horizontal-md-reverse > .card-col {
                display: flex;
                flex-direction: column;
            }

        .card-horizontal-md-reverse {
            flex-direction: row-reverse;
        }
    }

    @media (min-width: 62em) {
        .card-horizontal-lg,
        .card-horizontal-lg-reverse {
            flex-flow: row wrap;
        }

            .card-horizontal-lg > .card-col,
            .card-horizontal-lg-reverse > .card-col {
                display: flex;
                flex-direction: column;
            }

        .card-horizontal-lg-reverse {
            flex-direction: row-reverse;
        }
    }

    @media (min-width: 75em) {
        .card-horizontal-xl,
        .card-horizontal-xl-reverse {
            flex-flow: row wrap;
        }

            .card-horizontal-xl > .card-col,
            .card-horizontal-xl-reverse > .card-col {
                display: flex;
                flex-direction: column;
            }

        .card-horizontal-xl-reverse {
            flex-direction: row-reverse;
        }
    }

    .card-col {
        min-height: 1px;
        padding-right: 0;
        padding-left: 0;
    }

    .card-horizontal > .card-col:not(:first-child) .card-header, .card-horizontal > .card-col:not(:first-child) .card-img-top, .card-horizontal-reverse > .card-col:not(:last-child) .card-header, .card-horizontal-reverse > .card-col:not(:last-child) .card-img-top {
        border-top-left-radius: 0;
    }

    .card-horizontal > .card-col:not(:first-child) .card-footer, .card-horizontal > .card-col:not(:first-child) .card-img-bottom, .card-horizontal-reverse > .card-col:not(:last-child) .card-footer, .card-horizontal-reverse > .card-col:not(:last-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }

    .card-horizontal > .card-col:not(:last-child) .card-header, .card-horizontal > .card-col:not(:last-child) .card-img-top, .card-horizontal-reverse > .card-col:not(:first-child) .card-header, .card-horizontal-reverse > .card-col:not(:first-child) .card-img-top {
        border-top-right-radius: 0;
    }

    .card-horizontal > .card-col:not(:last-child) .card-footer, .card-horizontal > .card-col:not(:last-child) .card-img-bottom, .card-horizontal-reverse > .card-col:not(:first-child) .card-footer, .card-horizontal-reverse > .card-col:not(:first-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }

    @media (max-width: 35.98em) {
        .card-horizontal-sm > .card-col:not(:first-child) .card-header,
        .card-horizontal-sm-reverse > .card-col:not(:first-child) .card-header, .card-horizontal-sm > .card-col:not(:first-child) .card-img-top,
        .card-horizontal-sm-reverse > .card-col:not(:first-child) .card-img-top {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

        .card-horizontal-sm > .card-col:not(:last-child) .card-footer,
        .card-horizontal-sm-reverse > .card-col:not(:last-child) .card-footer, .card-horizontal-sm > .card-col:not(:last-child) .card-img-bottom,
        .card-horizontal-sm-reverse > .card-col:not(:last-child) .card-img-bottom {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }
    }

    @media (min-width: 36em) {
        .card-horizontal-sm > .card-col:not(:first-child) .card-header, .card-horizontal-sm > .card-col:not(:first-child) .card-img-top, .card-horizontal-sm-reverse > .card-col:not(:last-child) .card-header, .card-horizontal-sm-reverse > .card-col:not(:last-child) .card-img-top {
            border-top-left-radius: 0;
        }

        .card-horizontal-sm > .card-col:not(:first-child) .card-footer, .card-horizontal-sm > .card-col:not(:first-child) .card-img-bottom,
        .card-horizontal-sm-reverse > .card-col:not(:last-child) .card-footer,
        .card-horizontal-sm-reverse > .card-col:not(:last-child) .card-img-bottom {
            border-bottom-left-radius: 0;
        }

        .card-horizontal-sm > .card-col:not(:last-child) .card-header, .card-horizontal-sm > .card-col:not(:last-child) .card-img-top,
        .card-horizontal-sm-reverse > .card-col:not(:first-child) .card-header,
        .card-horizontal-sm-reverse > .card-col:not(:first-child) .card-img-top {
            border-top-right-radius: 0;
        }

        .card-horizontal-sm > .card-col:not(:last-child) .card-footer, .card-horizontal-sm > .card-col:not(:last-child) .card-img-bottom, .card-horizontal-sm-reverse > .card-col:not(:first-child) .card-footer, .card-horizontal-sm-reverse > .card-col:not(:first-child) .card-img-bottom {
            border-bottom-right-radius: 0;
        }
    }

    @media (max-width: 47.98em) {
        .card-horizontal-md > .card-col:not(:first-child) .card-header,
        .card-horizontal-md-reverse > .card-col:not(:first-child) .card-header, .card-horizontal-md > .card-col:not(:first-child) .card-img-top,
        .card-horizontal-md-reverse > .card-col:not(:first-child) .card-img-top {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

        .card-horizontal-md > .card-col:not(:last-child) .card-footer,
        .card-horizontal-md-reverse > .card-col:not(:last-child) .card-footer, .card-horizontal-md > .card-col:not(:last-child) .card-img-bottom,
        .card-horizontal-md-reverse > .card-col:not(:last-child) .card-img-bottom {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }
    }

    @media (min-width: 48em) {
        .card-horizontal-md > .card-col:not(:first-child) .card-header, .card-horizontal-md > .card-col:not(:first-child) .card-img-top, .card-horizontal-md-reverse > .card-col:not(:last-child) .card-header, .card-horizontal-md-reverse > .card-col:not(:last-child) .card-img-top {
            border-top-left-radius: 0;
        }

        .card-horizontal-md > .card-col:not(:first-child) .card-footer, .card-horizontal-md > .card-col:not(:first-child) .card-img-bottom,
        .card-horizontal-md-reverse > .card-col:not(:last-child) .card-footer,
        .card-horizontal-md-reverse > .card-col:not(:last-child) .card-img-bottom {
            border-bottom-left-radius: 0;
        }

        .card-horizontal-md > .card-col:not(:last-child) .card-header, .card-horizontal-md > .card-col:not(:last-child) .card-img-top,
        .card-horizontal-md-reverse > .card-col:not(:first-child) .card-header,
        .card-horizontal-md-reverse > .card-col:not(:first-child) .card-img-top {
            border-top-right-radius: 0;
        }

        .card-horizontal-md > .card-col:not(:last-child) .card-footer, .card-horizontal-md > .card-col:not(:last-child) .card-img-bottom, .card-horizontal-md-reverse > .card-col:not(:first-child) .card-footer, .card-horizontal-md-reverse > .card-col:not(:first-child) .card-img-bottom {
            border-bottom-right-radius: 0;
        }
    }

    @media (max-width: 61.98em) {
        .card-horizontal-lg > .card-col:not(:first-child) .card-header,
        .card-horizontal-lg-reverse > .card-col:not(:first-child) .card-header, .card-horizontal-lg > .card-col:not(:first-child) .card-img-top,
        .card-horizontal-lg-reverse > .card-col:not(:first-child) .card-img-top {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

        .card-horizontal-lg > .card-col:not(:last-child) .card-footer,
        .card-horizontal-lg-reverse > .card-col:not(:last-child) .card-footer, .card-horizontal-lg > .card-col:not(:last-child) .card-img-bottom,
        .card-horizontal-lg-reverse > .card-col:not(:last-child) .card-img-bottom {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }
    }

    @media (min-width: 62em) {
        .card-horizontal-lg > .card-col:not(:first-child) .card-header, .card-horizontal-lg > .card-col:not(:first-child) .card-img-top, .card-horizontal-lg-reverse > .card-col:not(:last-child) .card-header, .card-horizontal-lg-reverse > .card-col:not(:last-child) .card-img-top {
            border-top-left-radius: 0;
        }

        .card-horizontal-lg > .card-col:not(:first-child) .card-footer, .card-horizontal-lg > .card-col:not(:first-child) .card-img-bottom,
        .card-horizontal-lg-reverse > .card-col:not(:last-child) .card-footer,
        .card-horizontal-lg-reverse > .card-col:not(:last-child) .card-img-bottom {
            border-bottom-left-radius: 0;
        }

        .card-horizontal-lg > .card-col:not(:last-child) .card-header, .card-horizontal-lg > .card-col:not(:last-child) .card-img-top,
        .card-horizontal-lg-reverse > .card-col:not(:first-child) .card-header,
        .card-horizontal-lg-reverse > .card-col:not(:first-child) .card-img-top {
            border-top-right-radius: 0;
        }

        .card-horizontal-lg > .card-col:not(:last-child) .card-footer, .card-horizontal-lg > .card-col:not(:last-child) .card-img-bottom, .card-horizontal-lg-reverse > .card-col:not(:first-child) .card-footer, .card-horizontal-lg-reverse > .card-col:not(:first-child) .card-img-bottom {
            border-bottom-right-radius: 0;
        }
    }

    @media (max-width: 74.98em) {
        .card-horizontal-xl > .card-col:not(:first-child) .card-header,
        .card-horizontal-xl-reverse > .card-col:not(:first-child) .card-header, .card-horizontal-xl > .card-col:not(:first-child) .card-img-top,
        .card-horizontal-xl-reverse > .card-col:not(:first-child) .card-img-top {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

        .card-horizontal-xl > .card-col:not(:last-child) .card-footer,
        .card-horizontal-xl-reverse > .card-col:not(:last-child) .card-footer, .card-horizontal-xl > .card-col:not(:last-child) .card-img-bottom,
        .card-horizontal-xl-reverse > .card-col:not(:last-child) .card-img-bottom {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }
    }

    @media (min-width: 75em) {
        .card-horizontal-xl > .card-col:not(:first-child) .card-header, .card-horizontal-xl > .card-col:not(:first-child) .card-img-top, .card-horizontal-xl-reverse > .card-col:not(:last-child) .card-header, .card-horizontal-xl-reverse > .card-col:not(:last-child) .card-img-top {
            border-top-left-radius: 0;
        }

        .card-horizontal-xl > .card-col:not(:first-child) .card-footer, .card-horizontal-xl > .card-col:not(:first-child) .card-img-bottom,
        .card-horizontal-xl-reverse > .card-col:not(:last-child) .card-footer,
        .card-horizontal-xl-reverse > .card-col:not(:last-child) .card-img-bottom {
            border-bottom-left-radius: 0;
        }

        .card-horizontal-xl > .card-col:not(:last-child) .card-header, .card-horizontal-xl > .card-col:not(:last-child) .card-img-top,
        .card-horizontal-xl-reverse > .card-col:not(:first-child) .card-header,
        .card-horizontal-xl-reverse > .card-col:not(:first-child) .card-img-top {
            border-top-right-radius: 0;
        }

        .card-horizontal-xl > .card-col:not(:last-child) .card-footer, .card-horizontal-xl > .card-col:not(:last-child) .card-img-bottom, .card-horizontal-xl-reverse > .card-col:not(:first-child) .card-footer, .card-horizontal-xl-reverse > .card-col:not(:first-child) .card-img-bottom {
            border-bottom-right-radius: 0;
        }
    }

    .carousel-control-prev, .carousel-control-next {
        width: 4% !important;
        background: #343e48 !important;
    }

    p {
        overflow-x: auto !important;
        max-height: 200px !important;
    }

    .modalColonia {
        transform: scale(0);
        transition: 0.5s;
        width: max-content;
        height: auto;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.1) inset;
        z-index: 10;
        position: absolute;
        top: 9.5rem;
        left: 4rem;
    }

    .cerrarModal {
        color: black;
        font-size: 2rem;
        position: absolute;
        top: -18px;
        right: 0;
        cursor: pointer;
    }

    /*skywheel*/
    .jq_skywheel li {
        display: block;
        background-color: #777;
        position: absolute;
        transition: 0.3s ease all;
        text-align: center;
    }

        .jq_skywheel li .inner {
            display: inline-block;
            vertical-align: middle;
            -moz-user-select: none;
            -webkit-user-select: none;
            user-select: none;
            overflow: hidden;
        }

    .jq_skywheel .mask1:before {
        content: "";
        position: absolute;
        background: rgba(255,255,255,0.25);
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .jq_skywheel .mask2:before {
        content: "";
        position: absolute;
        background: rgba(255,255,255,0.5);
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .jq_skywheel .effect1_n2 {
        z-index: 0;
        -webkit-transform: scale(0.8) translate(0px,-100%);
        -moz-transform: scale(0.8) translate(0px,-100%);
        transform: scale(0.8) translate(0px,-100%);
    }

    .jq_skywheel .effect1_n1 {
        z-index: 1;
        -moz-transform: scale(1.0) translate(0px,-50%);
        -webkit-transform: scale(1.0) translate(0px,-50%);
        transform: scale(1.0) translate(0px,-50%);
    }

    .jq_skywheel .effect1_1 {
        z-index: 1;
        -moz-transform: scale(1.0) translate(0px,50%);
        -webkit-transform: scale(1.0) translate(0px,50%);
        transform: scale(1.0) translate(0px,50%);
    }

    .jq_skywheel .effect1_2 {
        z-index: 0;
        -moz-transform: scale(0.8) translate(0px,100%);
        -webkit-transform: scale(0.8) translate(0px,100%);
        transform: scale(0.8) translate(0px,100%);
    }

    .jq_skywheel .effect2_n2 {
        z-index: 0;
        -webkit-transform: scale(0.8) translate(-100%,0px);
        -moz-transform: scale(0.8) translate(-100%,0px);
        transform: scale(0.8) translate(-100%,0px);
    }

    .jq_skywheel .effect2_n1 {
        z-index: 1;
        -moz-transform: scale(1.0) translate(-50%,0px);
        -webkit-transform: scale(1.0) translate(-50%,0px);
        transform: scale(1.0) translate(-50%,0px);
    }

    .jq_skywheel .effect2_1 {
        z-index: 1;
        -moz-transform: scale(1.0) translate(50%,0px);
        -webkit-transform: scale(1.0) translate(50%,0px);
        transform: scale(1.0) translate(50%,0px);
    }

    .jq_skywheel .effect2_2 {
        z-index: 0;
        -moz-transform: scale(0.8) translate(100%,0px);
        -webkit-transform: scale(0.8) translate(100%,0px);
        transform: scale(0.8) translate(100%,0px);
    }

    .jq_skywheel .center {
        z-index: 2;
        -webkit-transform: scale(1.2) translate(0px,0px);
        -moz-transform: scale(1.2) translate(0px,0px);
        transform: scale(1.2) translate(0px,0px);
    }

    .jq_skywheel .chosen {
        z-index: 1;
    }
    /*Termina skywheel*/

.img-Anotacion {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

    .contenedor-fotos-recientes {
        padding: 5rem;
        min-height: 270px;
        max-height: 270px;
    }

    .fotos-recientes-ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: rgba(0,0,0,0.3);
        display: flex;
        justify-content: space-around;
    }

    .btn-circle {
        width: 30px;
        height: 30px;
        padding: 6px 0px;
        border-radius: 15px;
        text-align: center;
        font-size: 12px;
        line-height: 1.42857;
        position: absolute;
        z-index: 10;
    }

    .seleccionFotito {
        background: black;
        opacity: .5;
        border: 2px solid red;
    }

   /**Panel click*/
.clickable {
    cursor: pointer;
}

.panel-heading div {
    margin-top: -32px;
}

    .panel-heading div span {
        margin-left: 5px;
    }

.panel-body {
    display: none;
}


/*Modal corresponsables*/
#modal-corresponsables {
    transform: scale(0);
    transition: 0.5s;
    height: auto;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.1) inset;
    z-index: 10;
    position: absolute;
    bottom: 0;
    right: 0;
    border: solid;
    padding: 0;
}

    #modal-corresponsables .fieldset {
        border: 2px groove threedface;
        margin: 2px;
        margin-top: 10px;
        position: relative;
        padding: 15px 12px 10px;
    }

.cerrarModal {
    color: black;
    font-size: 2rem;
    position: absolute;
    top: -18px;
    right: 0;
    cursor: pointer;
}

@media (max-width: 576px) {
    #modal-corresponsables {
        width: 100%;
    }
    .daterangepicker.opensright {
        height:250px!important;
        overflow:scroll!important;
    }
}

/*DropDown Menu*/
.dropdown-menu-indicadores {
    max-height: 235px!important;
    min-height: auto;
    overflow-x: hidden!important;
    overflow-y: auto;
}

._contentFotosXD{
    min-width:200px;
    max-width:200px;
    width:200px;
}


/*==========================requirements style============================*/
.invalid {
    color: #ce0000;
    transition: all .1s ease-in;
}

    .invalid:before {
        content: "";
        padding-right: 15px;
    }

.invalidPass {
    background: rgba(1  92, 57, 43, 0.85);
}

.valid {
    color: #3CBC3C;
    transition: all .2s ease-in;
    animation-name: grow;
    animation-duration: .2s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
}

    .valid strong {
        text-shadow: 0px 5px 5px rgba(0,0,0,0.1), 5px 10px 5px rgba(0,0,0,0.05), -5px 10px 5px rgba(0,0,0,0.05);
    }

    .valid::before {
        content: "\2713 ";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        left: -5px;
        position: relative;
        font-weight: 800;
        animation-name: grow;
        animation-duration: 1s;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
        -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms ease-out;
        -moz-transition: -moz-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms ease-out;
        -ms-transition: -ms-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms ease-out;
        -o-transition: -o-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms ease-out;
        transition: transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms ease-out;
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
        -webkit-backface-visibility: hidden;
    }

.pswd_info ul {
    margin: 0 auto;
    width: 100%;
}

.pswd_info li {
    text-align: left;
    -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-backface-visibility: visible;
    transition: all .2s ease-in;
}


/*==========================requirements logic============================*/

.pswd_info {
    display: none;
    padding-bottom: 5px;
    margin-top: 5px;
    text-align: left;
    font-family: helvetica, arial, sans-serif;
    position: relative;
    text-align: left;
    margin: 0px;
    width: 100%;
    /*transition: all .2s ease-in;*/
}

.incorrectMsg {
    display: none;
}

.shake {
    animation: shake 0.8s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

@keyframes grow {
    50% {
        transform: scale(1.1);
    }
}

h1, h2, h3, h4, h5, h6 {
    color: #455a64;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

html body .m-0 {
    margin: 0px
}

html body .m-l-5 {
    margin-left: 5px
}

html body .m-l-10 {
    margin-left: 10px
}

html body .m-l-15 {
    margin-left: 15px
}

html body .m-l-20 {
    margin-left: 20px
}

html body .m-l-30 {
    margin-left: 30px
}

html body .m-l-40 {
    margin-left: 40px
}

html body .m-r-5 {
    margin-right: 5px
}

html body .m-r-10 {
    margin-right: 10px
}

html body .m-r-15 {
    margin-right: 15px
}

html body .m-r-20 {
    margin-right: 20px
}

html body .m-r-30 {
    margin-right: 30px
}

html body .m-r-40 {
    margin-right: 40px
}

html body .m-t-0 {
    margin-top: 0px
}

html body .m-t-5 {
    margin-top: 5px
}

html body .m-t-10 {
    margin-top: 10px
}

html body .m-t-15 {
    margin-top: 15px
}

html body .m-t-20 {
    margin-top: 20px
}

html body .m-t-30 {
    margin-top: 30px
}

html body .m-t-40 {
    margin-top: 40px
}

html body .m-b-0 {
    margin-bottom: 0px
}

html body .m-b-5 {
    margin-bottom: 5px
}

html body .m-b-10 {
    margin-bottom: 10px
}

html body .m-b-15 {
    margin-bottom: 15px
}

html body .m-b-20 {
    margin-bottom: 20px
}

html body .m-b-30 {
    margin-bottom: 30px
}

html body .m-b-40 {
    margin-bottom: 40px
}



.topbar {
    position: relative;
    z-index: 50
}

    .topbar .navbar-collapse {
        padding: 0 10px
    }

    .topbar .top-navbar {
        min-height: 70px;
        padding: 0px
    }

        .topbar .top-navbar .dropdown-toggle:after {
            display: none
        }

        .topbar .top-navbar .navbar-header {
            line-height: 55px;
            padding-left: 10px
        }

            .topbar .top-navbar .navbar-header .navbar-brand {
                margin-right: 0px;
                padding-bottom: 0px;
                padding-top: 0px
            }

                .topbar .top-navbar .navbar-header .navbar-brand .light-logo {
                    display: none
                }

                .topbar .top-navbar .navbar-header .navbar-brand b {
                    line-height: 70px;
                    display: inline-block
                }

        .topbar .top-navbar .navbar-nav > .nav-item > .nav-link {
            padding-left: 15px;
            padding-right: 15px;
            font-size: 17px;
            line-height: 54px
        }

        .topbar .top-navbar .navbar-nav > .nav-item > span {
            line-height: 65px;
            font-size: 24px;
            font-weight: 500;
            color: #ffffff;
            padding: 0 10px
        }

        .topbar .top-navbar .navbar-nav > .nav-item.show {
            background: rgba(0, 0, 0, 0.05)
        }

    .topbar .profile-pic {
        width: 30px;
        border-radius: 100%
    }

    .topbar .dropdown-menu {
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
        border-color: rgba(120, 130, 140, 0.13)
    }

        .topbar .dropdown-menu .dropdown-item {
            padding: 7px 1.5rem
        }

    .topbar ul.dropdown-user {
        padding: 0px;
        min-width: 270px
    }

        .topbar ul.dropdown-user li {
            list-style: none;
            padding: 0px;
            margin: 0px
        }

            .topbar ul.dropdown-user li.divider {
                height: 1px;
                margin: 9px 0;
                overflow: hidden;
                background-color: rgba(120, 130, 140, 0.13)
            }

            .topbar ul.dropdown-user li .dw-user-box {
                padding: 10px 15px
            }

                .topbar ul.dropdown-user li .dw-user-box .u-img {
                    width: 70px;
                    display: inline-block;
                    vertical-align: top
                }

                    .topbar ul.dropdown-user li .dw-user-box .u-img img {
                        width: 100%;
                        border-radius: 5px
                    }

                .topbar ul.dropdown-user li .dw-user-box .u-text {
                    display: inline-block;
                    padding-left: 10px
                }

                    .topbar ul.dropdown-user li .dw-user-box .u-text h4 {
                        margin: 0px;
                        font-size: 15px
                    }

                    .topbar ul.dropdown-user li .dw-user-box .u-text p {
                        margin-bottom: 2px;
                        font-size: 12px
                    }

                    .topbar ul.dropdown-user li .dw-user-box .u-text .btn {
                        color: #ffffff;
                        padding: 5px 10px;
                        display: inline-block
                    }

                        .topbar ul.dropdown-user li .dw-user-box .u-text .btn:hover {
                            background: #e6294b
                        }

            .topbar ul.dropdown-user li a {
                padding: 9px 15px;
                display: block;
                color: #67757c
            }

                .topbar ul.dropdown-user li a:hover {
                    background: #e9edf2;
                    color: #398bf7;
                    text-decoration: none
                }

.topbar {
    background: #1F326F;
}

    .topbar .navbar-header {
        background: #ffffff;
    }

    .topbar .top-navbar .navbar-header .navbar-brand .light-logo {
        display: none;
        color: rgba(255, 255, 255, 0.8);
    }

    .topbar .navbar-light .navbar-nav .nav-item > a.nav-link {
        color: #ffffff !important;
    }

        .topbar .navbar-light .navbar-nav .nav-item > a.nav-link:hover, .topbar .navbar-light .navbar-nav .nav-item > a.nav-link:focus {
            color: rgba(255, 255, 255, 0.8) !important;
        }



.search-box .app-search {
    position: absolute;
    margin: 0px;
    display: block;
    z-index: 110;
    width: 100%;
    top: -1px;
    -webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0px
}

    .search-box .app-search input {
        width: 100.5%;
        padding: 25px 40px 25px 20px;
        border-radius: 0px;
        font-size: 17px;
        -webkit-transition: 0.5s ease-in;
        -o-transition: 0.5s ease-in;
        transition: 0.5s ease-in;
        height: 73px
    }

        .search-box .app-search input:focus {
            border-color: #ffffff
        }

    .search-box .app-search .srh-btn {
        position: absolute;
        top: 23px;
        cursor: pointer;
        background: #ffffff;
        width: 15px;
        height: 15px;
        right: 20px;
        font-size: 14px
    }

.mini-sidebar .top-navbar .navbar-header {
    width: 70px;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 0px
}

.logo-center .top-navbar .navbar-header {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto
}

.notify {
    position: relative;
    top: -28px;
    right: -7px
}

    .notify .heartbit {
        position: absolute;
        top: -20px;
        right: -4px;
        height: 25px;
        width: 25px;
        z-index: 10;
        border: 5px solid #ef5350;
        border-radius: 70px;
        -moz-animation: heartbit 1s ease-out;
        -moz-animation-iteration-count: infinite;
        -o-animation: heartbit 1s ease-out;
        -o-animation-iteration-count: infinite;
        -webkit-animation: heartbit 1s ease-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

    .notify .point {
        width: 6px;
        height: 6px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background-color: #ef5350;
        position: absolute;
        right: 6px;
        top: -10px
    }

@-moz-keyframes heartbit {
    0% {
        -moz-transform: scale(0);
        opacity: 0.0
    }

    25% {
        -moz-transform: scale(0.1);
        opacity: 0.1
    }

    50% {
        -moz-transform: scale(0.5);
        opacity: 0.3
    }

    75% {
        -moz-transform: scale(0.8);
        opacity: 0.5
    }

    to {
        -moz-transform: scale(1);
        opacity: 0.0
    }
}

@-webkit-keyframes heartbit {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0
    }

    25% {
        -webkit-transform: scale(0.1);
        opacity: 0.1
    }

    50% {
        -webkit-transform: scale(0.5);
        opacity: 0.3
    }

    75% {
        -webkit-transform: scale(0.8);
        opacity: 0.5
    }

    to {
        -webkit-transform: scale(1);
        opacity: 0.0
    }
}

.hdr-nav-bar .navbar {
    background: #ffffff;
    border-top: 1px solid rgba(120, 130, 140, 0.13);
    padding: 0 15px
}

    .hdr-nav-bar .navbar .navbar-nav > li {
        padding: 0 10px
    }

        .hdr-nav-bar .navbar .navbar-nav > li > a {
            padding: 25px 5px;
            -webkit-transition: 0.2s ease-in;
            -o-transition: 0.2s ease-in;
            transition: 0.2s ease-in;
            border-bottom: 2px solid transparent
        }

            .hdr-nav-bar .navbar .navbar-nav > li.active > a, .hdr-nav-bar .navbar .navbar-nav > li:hover > a, .hdr-nav-bar .navbar .navbar-nav > li > a:focus {
                border-color: #398bf7
            }

    .hdr-nav-bar .navbar .navbar-nav .dropdown-toggle:after {
        display: none
    }

    .hdr-nav-bar .navbar .navbar-brand {
        padding: 20px 5px
    }

    .hdr-nav-bar .navbar .navbar-toggler {
        border: 0px;
        cursor: pointer
    }

    .hdr-nav-bar .navbar .custom-select {
        border-radius: 60px;
        font-size: 14px;
        padding: .375rem 40px .375rem 18px
    }

    .hdr-nav-bar .navbar .call-to-act {
        padding: 15px 0
    }

.page-titles {
    background: #f4f6f9;
    margin-bottom: 20px;
    padding: 0px
}

    .page-titles h3 {
        margin-bottom: 0px;
        margin-top: 0px
    }

    .page-titles .breadcrumb {
        padding: 0px;
        margin-bottom: 0px;
        background: transparent;
        font-size: 14px
    }

        .page-titles .breadcrumb li {
            margin-top: 0px;
            margin-bottom: 0px
        }

        .page-titles .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
            content: "\e649";
            font-family: themify;
            color: #a6b7bf;
            font-size: 11px
        }

        .page-titles .breadcrumb .breadcrumb-item.active {
            color: #99abb4
        }

.p-relative {
    position: relative
}

.lstick {
    width: 2px;
    background: #398bf7;
    height: 30px;
    margin-left: -20px;
    margin-right: 18px;
    display: inline-block;
    vertical-align: middle
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.right-side-toggle {
    position: relative
}

    .right-side-toggle i {
        -webkit-transition-property: -webkit-transform;
        -webkit-transition-duration: 1s;
        -moz-transition-property: -moz-transform;
        -moz-transition-duration: 1s;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -o-transition-duration: 1s;
        transition-duration: 1s;
        -webkit-animation-name: rotate;
        -webkit-animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-name: rotate;
        -moz-animation-duration: 2s;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
        animation-name: rotate;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        position: absolute;
        top: 18px;
        left: 18px
    }

.right-sidebar {
    position: fixed;
    right: -240px;
    width: 240px;
    display: none;
    z-index: 1100;
    background: #ffffff;
    top: 0px;
    padding-bottom: 20px;
    height: 100%;
    -webkit-box-shadow: 5px 1px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 1px 40px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

    .right-sidebar .rpanel-title {
        display: block;
        padding: 24px 20px;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 15px;
        background: #398bf7
    }

        .right-sidebar .rpanel-title span {
            float: right;
            cursor: pointer;
            font-size: 11px
        }

            .right-sidebar .rpanel-title span:hover {
                color: #ffffff
            }

    .right-sidebar .r-panel-body {
        padding: 20px
    }

        .right-sidebar .r-panel-body ul {
            margin: 0px;
            padding: 0px
        }

            .right-sidebar .r-panel-body ul li {
                list-style: none;
                padding: 5px 0
            }

.shw-rside {
    right: 0px;
    width: 240px;
    display: block
}

.chatonline img {
    margin-right: 10px;
    float: left;
    width: 30px
}

.chatonline li a {
    padding: 13px 0;
    float: left;
    width: 100%
}

    .chatonline li a span {
        color: #67757c
    }

        .chatonline li a span small {
            display: block;
            font-size: 10px
        }

ul#themecolors {
    display: block
}

    ul#themecolors li {
        display: inline-block
    }

        ul#themecolors li:first-child {
            display: block
        }

        ul#themecolors li a {
            width: 50px;
            height: 50px;
            display: inline-block;
            margin: 5px;
            color: transparent;
            position: relative
        }

            ul#themecolors li a.working:before {
                content: "\f00c";
                font-family: 'Font Awesome 5 Free';
                font-weight: 900;
                font-size: 18px;
                line-height: 50px;
                width: 50px;
                height: 50px;
                position: absolute;
                top: 0;
                left: 0;
                color: #ffffff;
                text-align: center
            }

            /*Estilo ventanas administracion*/
.Drawer {
    background: #eee;
    box-shadow: -3px 0px 5px 0px rgba(0,0,0,0.6);
    /* Give our drawer a base width */
    width: 100%;
    /* Position the drawer on the right edge of the screen */
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    /* Slide the drawer _past_ the right edge of the screen */
    transform: translateX(100%);
    /* Transition our horizontal slide */
    transition: transform ease-out 0.5s;
    /* Misc */
}

    .Drawer.is-open {
        /* Slide the drawer back in when it's "open" */
        transform: translateX(0);
    }

.Drawer {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
}
.openFormAddUser {
    height: 600px !important;
}
.openFormPerfil {
    height: 700px !important;
}
.esri-ui {
    z-index: 1 !important;
}