/* estilos PLETTAC*/

@import url("animate.css");
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&display=swap');



:root {
    --main-color: #59E5D8;
    --main-color-dark: #1f766d;
    --main-color-light: #9fefe7;
    --main-color-light-02: #c7f6f1;
    --text-color: #000;
    --success-color: #2ed8b6;
    --success-color-light: #87dccb;
    --danger-color: #FF5370;
    --danger-color-light: #fb7b90;
    --info-color: #8950FC;
    --info-color-light: #a77dfb;
    --color-dark-dark: #11151b;
    --color-dark: #181f27;
    --color-dark-light: #181f27;
    --yellow-color: #d8ca2e;
}





a {
    text-decoration: none;
    color: var(--main-color);
    background-color: transparent;
}

    a:hover {
        text-decoration: none;
        color: var(--main-color-dark);
        background-color: transparent;
    }

::-moz-selection {
    /* Code for Firefox */
    color: rgb(31, 31, 31);
    background: rgb(255, 255, 255);
}

::selection {
    color: rgb(31, 31, 31);
    background: rgb(255, 255, 255);
}


/************
 preloader 
***********/

div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: rgba(0, 0, 0, 0.8) url(../images/preload.svg) no-repeat center center;
}

div.preloader {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: rgba(0, 0, 0, 0.7) url(../images/preloadSpinner.svg) no-repeat center center;
}

body {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    font-family: 'Fira Mono', monospace;
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
    background: var(--color-dark);
}

/*************
 Typografia
 ************/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 500;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small,
    .h1 small,
    .h2 small,
    .h3 small,
    .h4 small,
    .h5 small,
    .h6 small {
        font-weight: 400;
    }

p {
    font-size: 0.875rem;
}

h1,
.h1 {
    font-size: 2.19rem;
}

h2,
.h2 {
    font-size: 1.875rem;
}

h3,
.h3 {
    font-size: 1.5rem;
}

h4,
.h4 {
    font-size: 1.125rem;
}

h5,
.h5 {
    font-size: 1rem;
}

h6,
.h6 {
    font-size: 0.9375rem;
}

p {
    font-size: 0.875rem;
}

/*************
positiones
 ************/

.bottom-10 {
    bottom: 10px !important;
}

.end-15 {
    right: 15px !important;
}

/*************
 Color Textos 
 ************/

.text-secondary {
    color: #8f5fe8 !important;
}

.text-black {
    color: #000000 !important;
}

.text-rojo {
    color: #dd4a3e !important
}

.text-verde {
    color: #61dabf !important
}

.text-amarillo {
    color: #ffda37 !important
}

.text-naranja {
    color: #ff7707 !important
}

.text-azul {
    color: var(--main-color) !important
}

.text-gris-oscuro {
    color: #39393b !important
}


.text-c-01 {
    color: #dcdb21
}

.text-c-02 {
    color: #2c85c8
}

/*************
 Textos 
 ************/

.text-bold {
    font-weight: bold;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.text-uppercase {
    text-transform: uppercase;
}

.bg-grey-text {
    background: #2A3038;
    padding: 0 4px;
}

/*************
 Textos tamaños
 ************/

.text-11 {
    font-size: 11px;
}

.text-12 {
    font-size: 12px !important;
    ;
}

.text-13 {
    font-size: 13px !important;
}

.text-14 {
    font-size: 14px !important;
}

.text-15 {
    font-size: 15px;
}

.text-16 {
    font-size: 16px !important;
}

.text-18 {
    font-size: 18px !important;
}

.text-20 {
    font-size: 20px !important;
}

.text-25 {
    font-size: 25px !important;
}

.text-30 {
    font-size: 30px !important;
}

.text-40 {
    font-size: 40px !important;
}

.text-50 {
    font-size: 50px !important;
}

/***********
bordes
*******************/
.bo-0 {
    border: 0px !important;
}

.bot-0 {
    border-top: 0px;
}

.bob-0 {
    border-bottom: 0px;
}

.bob-1 {
    border-bottom: 1px solid rgba(48, 52, 60, 0.75);
}

.bot-1 {
    border-top: 1px solid rgba(48, 52, 60, 0.75);
}

.bo-1 {
    border: 1px solid rgba(74, 79, 90, 0.75);
}

.bol-1 {
    border-right: 1px solid rgba(74, 79, 90, 0.75);
}

.bob-2 {
    border-bottom: 1px solid rgba(123, 130, 144, 0.75);
}

.bob-3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.75) !important;
}
/***********
Altos fijos
*******************/


.input-chk-xl {
    width: 25px;
    height: 25px;
}

.h-80vh {
    height: 80vh !important;
}

.h-85vh {
    height: 85vh !important;
}

.h-72vh {
    height: 72vh !important;
}

.h-75vh {
    height: 75vh !important;
}

.h-69vh {
    height: 69vh !important;
}

.h-200 {
    height: 200px !important;
}

.h-320 {
    height: 320px !important;
}

.h-470 {
    height: 470px !important;
}

.h-30 {
    height: 30px !important;
}

.minH-260 {
    min-height: 260px;
}

.minH-270 {
    min-height: 270px !important;
}

.minH-320 {
    min-height: 320px;
}

.minH-440 {
    min-height: 440px;
}

.minH-300 {
    min-height: 300px;
}

.minH-150 {
    min-height: 150px !important;
}

.minH-470 {
    min-height: 470px;
}

.minH-180 {
    min-height: 180px;
}

.h-735 {
    height: 735px !important;
}

.h-92 {
    height: 92vh !important
}

.minH-200 {
    min-height: 200px;
}

.minH-100 {
    min-height: 100px;
}

.minh-60 {
    min-height: 60px !important;
}

.minW-250 {
    min-width: 250px;
}

/*************
 Botones 
 ************/

.btn {
    border-radius: 1px;
}

.btn-primary {
    color: #000;
    border-color: var(--main-color);
    background: var(--main-color);
}

    .btn-primary:hover {
        color: #fff;
        background-color: var(--main-color-dark);
        border-color: var(--main-color-dark);
    }

.btn-secondary {
    color: #ffffff;
    border-color: #8f53d4;
    background: #8f53d4;
}

    .btn-secondary:hover,
    .btn-secondary:focus {
        color: #ffffff;
        background-color: rgba(143, 83, 212, 0.5);
        border-color: #8f53d4;
    }

.btn-outline {
    border-radius: 1px;
}

    .btn-outline:focus,
    .btn-outline.focus {
        box-shadow: 0 0 0 0.2rem rgba(49, 49, 49, 0.5);
    }

.btn-outline-white {
    color: #ffffff;
    border-color: #ffffff;
}

    .btn-outline-white:hover {
        color: #fff;
        background-color: rgba(252, 252, 252, 0.5);
        border-color: #ffffff;
    }

.btn-outline-dark {
    color: #141619;
    border-color: #141619;
}

    .btn-outline-dark:hover {
        color: #141619;
        background-color: rgba(34, 34, 34, 0.5);
        border-color: #141619;
    }

.btn-outline-primary {
    color: var(--main-color);
    border-color: var(--main-color);
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: var(--main-color-dar);
        border-color: var(--main-color-dar);
    }

    .btn-outline-primary:focus,
    .btn-outline-primary.focus {
        color: #fff;
        background-color: var(--main-color-dar);
        border-color: var(--main-color-dar);
    }

.btn-outline-secondary {
    color: #ffffff;
    border-color: #8f53d4;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: rgba(143, 83, 212, 0.5);
        border-color: #8f53d4;
    }

    .btn-outline-secondary:focus,
    .btn-outline-secondary.focus {
        color: #fff;
        background-color: rgba(143, 83, 212, 0.5);
        border-color: #8f53d4;
    }

    .btn-outline-secondary.disabled,
    .btn-outline-secondary:disabled {
        color: #8f53d4;
        background-color: transparent;
    }

.btn.btn-icon {
    width: 42px;
    height: 42px;
    padding: 0;
}

.btn-outline-greenbrightness {
    color: #3eff3f;
    border-color: #3eff3f;
}

    .btn-outline-greenbrightness:hover {
        color: #000000;
        background-color: rgba(139, 243, 108, 0.5);
        border-color: #3eff3f;
    }

.btn.btn-icon-text .btn-icon-prepend,
.fc button.btn-icon-text .btn-icon-prepend,
.ajax-upload-dragdrop .btn-icon-text.ajax-file-upload .btn-icon-prepend,
.swal2-modal .swal2-buttonswrapper .btn-icon-text.swal2-styled .btn-icon-prepend,
.wizard > .actions a.btn-icon-text .btn-icon-prepend {
    margin-right: .5rem;
}

.btn.btn-icon-text .btn-icon-append,
.fc button.btn-icon-text .btn-icon-append,
.ajax-upload-dragdrop .btn-icon-text.ajax-file-upload .btn-icon-append,
.swal2-modal .swal2-buttonswrapper .btn-icon-text.swal2-styled .btn-icon-append,
.wizard > .actions a.btn-icon-text .btn-icon-append {
    margin-left: .5rem;
}

.btn.btn-rounded {
    border-radius: 50px;
}

/*************
 margenes y paddings
 ************/

.mr-5 {
    margin-right: 5px;
}

.mt-33 {
    margin-top: 33px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-50 {
    margin-top: 50px;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

/*************
 Imagenes 
 ************/

.img-lg {
    width: 92px;
    height: 92px;
}

.img-sm {
    width: 43px;
    height: 43px;
}

.img-xs {
    width: 35px;
    height: 35px;
}

.img-ss {
    width: 26px;
    height: 26px;
}

/*************
Content page
****************/

.page-body-wrapper {
    min-height: 100vh;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    transition: all 0.25s ease;
    width: calc(100% - 315px);
    margin-right: 0px;
}

    .page-body-wrapper.full-page-wrapper {
        width: 100%;
        min-height: 100vh;
    }

@media (max-width: 992px) {
    .page-body-wrapper {
        width: 100%;
    }
}

.container-scroller {
    display: flex;
    position: relative;
}

.main-panel {
    transition: width 0.25s ease, margin 0.25s ease;
    width: 100%;
    min-height: calc(100vh - 70px);
    padding-top: 70px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 991px) {
    .main-panel {
        margin-left: 0;
        width: 100%;
    }
}

.content-wrapper {
    background: rgb(46,70,98);
    background: radial-gradient(circle, rgba(46,70,98,1) 0%, rgba(24,31,39,1) 84%);
    background: -webkit-radial-gradient(right 60%, rgb(31, 45, 61),rgb(17, 25, 29));
    background: radial-gradient(at right 60%, rgb(69, 82, 98),rgb(17, 25, 29));
    padding: 1.875rem 1.75rem;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.content-wrapper-p0 {
    background: var(--color-dark);
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

/*************
dropdown menu********
****************/

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 14rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #ffffff;
    text-align: left;
    list-style: none;
    background-color: #191c24;
    background-clip: padding-box;
    border: 1px solid #2c2e33;
    border-radius: 0.25rem;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}

.dropdown-divider-light {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #65676d;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #2c2e33;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:hover,
    .dropdown-item:focus {
        color: #919395;
        text-decoration: none;
        background-color: #13151b;
    }

    .dropdown-item.active,
    .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: var(--main-color-dark);
    }

    .dropdown-item.disabled,
    .dropdown-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: transparent;
    }

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #ffffff;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #ffffff;
}

/* ********************
Tamaño de Iconos 
 **************/

.icon-lg {
    font-size: 3.75rem;
}

.icon-md {
    font-size: 1.875rem;
}

.icon-sm {
    font-size: 1rem;
}

.circle-sm {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}

.circle-md {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
}

/* ********************
Fondos
 **************/

.bg-transparent {
    background: transparent !important
}

.bg-danger {
    background: #dd4a3e
}

.bg-success {
    background: #0da97d
}

.bg-warning {
    background: #f4ba00
}

.bg-info {
    background: #00a2e4
}

.bg-negro-06 {
    background: rgba(0, 0, 0, 0.6) !important
}

.bg-negro {
    background: var(--color-dark-dark) !important
}

.bg-darkdark {
    background: #161616 !important
}

.bg-rojo {
    background: #dd4a3e !important
}

.bg-verde {
    background: #61dabf !important
}

.bg-amarillo {
    background: #f4e100 !important
}

.bg-naranja {
    background: #ff7707 !important
}

.bg-blanco {
    background: #ffffff !important
}

.bg-principal {
    background-color: #111315 !important
}

.bg-claro {
    background-color: #282b2d !important
}

/* ********************
Iconos de dropdown
 **************/

.preview-list .preview-item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 1rem 0rem;
    font-size: .875rem;
}

    .preview-list .preview-item:last-child {
        border-bottom: 0;
    }

    .preview-list .preview-item .form-check {
        margin-top: 8px;
        margin-right: 1rem;
    }

    .preview-list .preview-item .preview-thumbnail {
        color: #9c9b9b;
        position: relative;
    }

        .preview-list .preview-item .preview-thumbnail img,
        .preview-list .preview-item .preview-thumbnail .preview-icon {
            width: 40px;
            height: 40px;
            text-align: center;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
            -webkit-justify-content: center;
            justify-content: center;
        }

            .preview-list .preview-item .preview-thumbnail img i,
            .preview-list .preview-item .preview-thumbnail .preview-icon i {
                font-size: 1.125rem;
                margin: 0;
            }

        .preview-list .preview-item .preview-thumbnail .badge {
            border: 2px solid #ffffff;
            border-radius: 100%;
            bottom: 5px;
            display: block;
            height: 14px;
            left: -5px;
            padding: 0;
            position: absolute;
            width: 14px;
        }

    .preview-list .preview-item .preview-item-content {
        line-height: 1;
        padding-left: 15px;
    }

        .preview-list .preview-item .preview-item-content:first-child {
            padding-left: 0;
        }

        .preview-list .preview-item .preview-item-content p {
            margin-bottom: 10px;
            line-height: 1;
        }

            .preview-list .preview-item .preview-item-content p .content-category {
                font-family: 'source-sans-pro-semibold', sans-serif;
                padding-right: 15px;
                border-right: 1px solid #2c2e33;
            }

    .preview-list .preview-item .preview-actions {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
    }

        .preview-list .preview-item .preview-actions i {
            width: 29px;
            color: #e6e9ed;
            height: 29px;
            border: 2px solid #e6e9ed;
            border-radius: 100%;
            padding: 3px 6px;
            display: inline-block;
        }

            .preview-list .preview-item .preview-actions i:first-child {
                margin-right: 10px;
            }

.preview-list.comment-preview .preview-item {
    padding: .87rem 0;
}

    .preview-list.comment-preview .preview-item:first-child {
        padding-top: 0;
    }

    .preview-list.comment-preview .preview-item p {
        line-height: 27px;
    }

.preview-list.bordered .preview-item {
    border-bottom: 1px solid #2c2e33;
}

    .preview-list.bordered .preview-item:last-child {
        border-bottom: 0;
    }

/***************
cards
****************/

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgba(24, 31, 39, 0.4);
    background-clip: border-box;
    /* border: 1px solid var(--main-color-light);*/
    border-radius: 0.25rem;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group {
        border-top: inherit;
        border-bottom: inherit;
    }

        .card > .list-group:first-child {
            border-top-width: 0;
            border-top-left-radius: calc(0.25rem - 1px);
            border-top-right-radius: calc(0.25rem - 1px);
        }

        .card > .list-group:last-child {
            border-bottom-width: 0;
            border-bottom-right-radius: calc(0.25rem - 1px);
            border-bottom-left-radius: calc(0.25rem - 1px);
        }

        .card > .card-header + .list-group,
        .card > .list-group + .card-footer {
            border-top: 0;
        }

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

    .card-header .card-title {
        color: #ffffff;
        margin-bottom: 1.125rem;
        margin: 0px 0px 5px 0;
    }

    .card-header .card-subtitle {
        color: #9b9b9b;
        margin-bottom: 1.125rem;
        text-transform: capitalize;
        margin: 0px;
    }

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

.card.card-link {
    color: #ffffff;
}

    .card.card-link:hover {
        background-color: rgba(255, 255, 255, 0.05);
    }

/**********
      displays
      ***************/

.d-contents {
    display: contents;
}

.d-inline-block {
    display: inline-block;
}

/**********
      formularios
      ***************/

.form-switch.form-switch-sm {
    margin-bottom: 0.5rem;
    /* JUST FOR STYLING PURPOSE */
}

    .form-switch.form-switch-sm .form-check-input {
        height: 1rem;
        width: calc(1rem + 0.75rem);
        border-radius: 2rem;
    }

.form-switch.form-switch-md {
    margin-bottom: 1rem;
    /* JUST FOR STYLING PURPOSE */
}

    .form-switch.form-switch-md .form-check-input {
        height: 1.5rem;
        width: calc(2rem + 0.75rem);
        border-radius: 3rem;
        cursor: pointer
    }

.form-switch.form-switch-lg {
    margin-bottom: 1.5rem;
    /* JUST FOR STYLING PURPOSE */
}

    .form-switch.form-switch-lg .form-check-input {
        height: 2rem;
        width: calc(3rem + 0.75rem);
        border-radius: 4rem;
    }

.form-switch.form-switch-xl {
    margin-bottom: 2rem;
    /* JUST FOR STYLING PURPOSE */
}

    .form-switch.form-switch-xl .form-check-input {
        height: 2.5rem;
        width: calc(4rem + 0.75rem);
        border-radius: 5rem;
    }


.overflowno {
    overflow: hidden;
}

/*validacion*/

.validation-message {
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545;
    font-size: 11px;
}

.form-control.invalid {
    border: 1px solid #dc3545 !important;
}

.form-check-input.invalid {
    border: 1px solid #dc3545 !important;
}

validation-message .form-check-label {
    font-size: 14px;
    color: #727E89;
}

input.sinfondo {
    background: transparent !important;
    border: 0px solid #2c2e33 !important;
    color: #fff !important;
    padding: 0px;
}

    input.sinfondo:hover,
    input.sinfondo:active,
    input.sinfondo:focus {
        box-shadow: 0px !important;
        border: 0px !important;
        color: #fff !important;
    }

/* Forms */

textarea {
    resize: none !important;
}

.form-group {
    margin-bottom: 1rem;
}

    .form-group label {
        font-size: 12px;
        color: #727E89
    }

.input-group-append,
.input-group-prepend {
    color: #fff;
    width: auto;
    border: none;
}

    .input-group-append .input-group-text,
    .input-group-prepend .input-group-text {
        border-color: #202b37;
        padding: 0.56rem 0.75rem;
        color: #ffffff;
        background: none;
    }


.form-control,
.filter-option,
.asColorPicker-input,
.dataTables_wrapper select,
.jsgrid .jsgrid-table .jsgrid-filter-row input[type=text],
.jsgrid .jsgrid-table .jsgrid-filter-row select,
.jsgrid .jsgrid-table .jsgrid-filter-row input[type=number],
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-search__field,
.typeahead,
.tt-query,
.tt-hint {
    border: 1px solid #202b37 !important;
    height: calc(2.25rem + 2px);
    font-weight: normal;
    font-size: 0.875rem;
    padding: 0.625rem 0.6875rem;
    background-color: #384656;
    border-radius: 15px;
    color: #ffffff;
}

    .form-control:focus,
    .asColorPicker-input:focus,
    .dataTables_wrapper select:focus,
    .jsgrid .jsgrid-table .jsgrid-filter-row input:focus[type=text],
    .jsgrid .jsgrid-table .jsgrid-filter-row select:focus,
    .jsgrid .jsgrid-table .jsgrid-filter-row input:focus[type=number],
    .select2-container--default .select2-selection--single:focus,
    .select2-container--default .select2-selection--single .select2-search__field:focus,
    .typeahead:focus,
    .tt-query:focus,
    .tt-hint:focus {
        border: 1px solid rgba(124, 124, 124, 0.5) !important;
        background-color: #2A3038;
        color: #ffffff;
        box-shadow: 0px 2px rgba(83, 83, 83, 0.3);
    }

    .form-control.form-control-lg,
    .form-control-lg.asColorPicker-input,
    .dataTables_wrapper select.form-control-lg,
    .jsgrid .jsgrid-table .jsgrid-filter-row input.form-control-lg[type=text],
    .jsgrid .jsgrid-table .jsgrid-filter-row select.form-control-lg,
    .jsgrid .jsgrid-table .jsgrid-filter-row input.form-control-lg[type=number],
    .select2-container--default .form-control-lg.select2-selection--single,
    .select2-container--default .select2-selection--single .form-control-lg.select2-search__field,
    .form-control-lg.typeahead,
    .form-control-lg.tt-query,
    .form-control-lg.tt-hint {
        padding: 0.94rem .75rem;
        height: calc(2.875rem + 2px);
    }

    .form-control.form-control-sm,
    .form-control-sm.asColorPicker-input,
    .dataTables_wrapper select.form-control-sm,
    .jsgrid .jsgrid-table .jsgrid-filter-row input.form-control-sm[type=text],
    .jsgrid .jsgrid-table .jsgrid-filter-row select.form-control-sm,
    .jsgrid .jsgrid-table .jsgrid-filter-row input.form-control-sm[type=number],
    .select2-container--default .form-control-sm.select2-selection--single,
    .select2-container--default .select2-selection--single .form-control-sm.select2-search__field,
    .form-control-sm.typeahead,
    .form-control-sm.tt-query,
    .form-control-sm.tt-hint {
        padding: 0.5rem .75rem;
        height: calc(1.8125rem + 2px);
    }

    .form-control::placeholder,
    .asColorPicker-input::placeholder,
    .dataTables_wrapper select::placeholder,
    .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text]::placeholder,
    .jsgrid .jsgrid-table .jsgrid-filter-row select::placeholder,
    .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number]::placeholder,
    .select2-container--default .select2-selection--single::placeholder,
    .select2-container--default .select2-selection--single .select2-search__field::placeholder,
    .typeahead::placeholder,
    .tt-query::placeholder,
    .tt-hint::placeholder {
        color: #727E89;
        font-size: 0.875rem;
    }

/*************
   POSICIONES
   **********  */

.top-70 {
    top: 70px !important;
}

.p-relative {
    position: relative;
}

/*************
   ALTOS Y ANCHOS
   **********  */

.w-400 {
    width: 400px;
}

.w-200 {
    width: 200px;
}

.w-150 {
    width: 150px;
}

/*************
   MAPA
   **********  */
.gm-style-iw.gm-style-iw-c {
    min-width: 250px !important;
}

.gmnoprint {
    display: none;
}

.gm-svpc {
    top: -35px !important
}

.canvas main,
.intern,
.map-container {
    height: 100%;
    /*cambiar cuando este en el contenedor*/
    margin: 0;
    padding: 0;
    /*overflow-y: auto;*/
}

.intern,
.map-container {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    z-index: 0
}

#map {
    width: 100%;
    max-width: 100%;
    height: 100%
}

    #map div.gmnoprint[title^=circlePulse] {
        margin: 0;
        border-radius: 50%;
        will-change: transform, opacity
    }

    #map div.gmnoprint[title=circlePulse] {
        border: 2px solid #98c93c;
        box-shadow: inset 0 0 5px #98c93c, inset 0 0 5px #98c93c, inset 0 0 5px #98c93c, 0 0 5px #98c93c, 0 0 5px #98c93c, 0 0 5px #98c93c
    }

    #map div.gmnoprint[title=circlePulseOFF] {
        border: 2px solid #e93e53;
        box-shadow: inset 0 0 5px #e93e53, inset 0 0 5px #e93e53, inset 0 0 5px #e93e53, 0 0 5px #e93e53, 0 0 5px #e93e53, 0 0 5px #e93e53
    }

    #map div.gmnoprint[title=circlePulseWarning] {
        border: 2px solid #e5b94b;
        box-shadow: inset 0 0 5px #e5b94b, inset 0 0 5px #e5b94b, inset 0 0 5px #e5b94b, 0 0 5px #e5b94b, 0 0 5px #e5b94b, 0 0 5px #e5b94b
    }

    #map div.gmnoprint[title=circlePulseSend] {
        border: 2px solid #3c8dc9;
        box-shadow: inset 0 0 5px #3c8dc9, inset 0 0 5px #3c8dc9, inset 0 0 5px #3c8dc9, 0 0 5px #3c8dc9, 0 0 5px #3c8dc9, 0 0 5px #3c8dc9
    }

    #map div.gmnoprint[title^=triangle] {
        margin: -12.5px 0 0 -15.5px;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-bottom: 48px solid #fff;
        border-radius: 2px;
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: scale(0);
        transform: scale(0);
        will-change: transform, opacity;
        z-index: 0 !important
    }

    #map div.gmnoprint[title=trianglePulse] {
        border-bottom-color: #98c93c;
        -webkit-filter: drop-shadow(0 0 5px #98c93c);
        filter: drop-shadow(0 0 5px #98c93c);
        -webkit-animation: pulsateTriangleGreen 1.5s ease-in-out infinite;
        animation: pulsateTriangleGreen 1.5s ease-in-out infinite
    }

    #map div.gmnoprint[title=trianglePulseOFF] {
        border-bottom-color: #e93e53;
        -webkit-filter: drop-shadow(0 0 5px #e93e53);
        filter: drop-shadow(0 0 5px #e93e53);
        -webkit-animation: pulsateTriangleOff 1.5s ease-in-out infinite;
        animation: pulsateTriangleOff 1.5s ease-in-out infinite
    }

    #map div.gmnoprint[title=trianglePulseWarning] {
        border-bottom-color: #e5b94b;
        -webkit-filter: drop-shadow(0 0 5px #e5b94b);
        filter: drop-shadow(0 0 5px #e5b94b);
        -webkit-animation: pulsateTriangleWarning 1.5s ease-in-out infinite;
        animation: pulsateTriangleWarning 1.5s ease-in-out infinite
    }

    #map div.gmnoprint[title=trianglePulseSending] {
        border-bottom-color: #3c8dc9;
        -webkit-filter: drop-shadow(0 0 5px #3c8dc9);
        filter: drop-shadow(0 0 5px #3c8dc9);
        -webkit-animation: pulsateTriangleSending 1.5s ease-in-out infinite;
        animation: pulsateTriangleSending 1.5s ease-in-out infinite
    }

    #map div.gmnoprint[title^=rectangle] {
        margin: 0;
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: scale(0);
        transform: scale(0);
        will-change: transform, opacity
    }

    #map div.gmnoprint[title^=rectanglePulse] {
        box-shadow: inset 0 0 5px #98c93c, inset 0 0 5px #98c93c, inset 0 0 5px #98c93c, 0 0 5px #98c93c, 0 0 5px #98c93c, 0 0 5px #98c93c
    }

    #map div.gmnoprint[title^=rectanglePulseOFF] {
        box-shadow: inset 0 0 5px #e93e53, inset 0 0 5px #e93e53, inset 0 0 5px #e93e53, 0 0 5px #e93e53, 0 0 5px #e93e53, 0 0 5px #e93e53
    }

    #map div.gmnoprint[title^=rectanglePulseWarning] {
        box-shadow: inset 0 0 5px #e5b94b, inset 0 0 5px #e5b94b, inset 0 0 5px #e5b94b, 0 0 5px #e5b94b, 0 0 5px #e5b94b, 0 0 5px #e5b94b
    }

    #map div.gmnoprint[title^=rectanglePulseSending] {
        box-shadow: inset 0 0 5px #3c8dc9, inset 0 0 5px #3c8dc9, inset 0 0 5px #3c8dc9, 0 0 5px #3c8dc9, 0 0 5px #3c8dc9, 0 0 5px #3c8dc9
    }

.info-window {
    max-width: 500px
}

    .info-window h3 {
        margin-top: 5px
    }

    .info-window .content {
        max-height: 100px;
        overflow-y: scroll
    }

.gm-style-iw-d h3 {
    color: #000;
    font-size: 18px;
}

/****************** 
panel bottom log
******************/

.container-log-bottom {
    position: fixed;
    bottom: 0;
    /* left: 70px;*/
    display: block;
    width: calc(100% - 70px);
    /* height: 57vh; */
    height: 40vh;
    margin: 0;
    padding: 0 0 15px;
    background: rgba(41, 56, 68, 0.8);
    border-top: 1px solid rgba(213, 216, 223, .3);
    z-index: 5;
    -webkit-transform: translateZ(0) translateX(40vh);
    transform: translateZ(0) translateX(40vh);
    -webkit-transform: translate3d(0, 40vh, 0);
    transform: translate3d(0, 40vh, 0);
    -webkit-transition: transform .50s cubic-bezier(.694, .0482, .335, 1);
    -webkit-transition: -webkit-transform .50s cubic-bezier(.694, .0482, .335, 1);
    transition: -webkit-transform .50s cubic-bezier(.694, .0482, .335, 1);
    transition: transform .50s cubic-bezier(.694, .0482, .335, 1);
    transition: transform .50s cubic-bezier(.694, .0482, .335, 1), -webkit-transform .50s cubic-bezier(.694, .0482, .335, 1)
}

.container-log-bottom {
    -webkit-transform: translateZ(0) translateX(33vh);
    transform: translateZ(0) translateX(33vh);
    -webkit-transform: translate3d(0, 33vh, 0);
    transform: translate3d(0, 35vh, 0)
}

    .container-log-bottom.expanded {
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

        .container-log-bottom.expanded .form-top--search {
            opacity: 1
        }

    .container-log-bottom.fixed-list,
    .container-log-bottom:hover {
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    .container-log-bottom:hover {
        opacity: 1
    }

    .container-log-bottom .list-reference {
        display: block;
        height: 55px;
        padding: 0 15px;
        background: rgba(0, 0, 0, 0.2);
        border-bottom: 1px solid rgba(213, 216, 223, .3);
        line-height: 50px;
    }

        .container-log-bottom .list-reference .unfold-more {
            color: #c2c4c9;
        }

        .container-log-bottom .list-reference .nueva-ventana-log {
            color: #c2c4c9;
            font-size: 15px;
        }


.console-results {
    position: relative;
    /* height: 52vh; */
    height: 34vh;
    padding: 0px;
}



.log-desanclado {
    /* font-family: Monaco, Consolas, Lucida Console, monospace;*/
    padding: 15px;
    /* background: #141619; */
    color: #c2c4c9;
}


    .log-desanclado .sin-link {
        color: #c2c4c9;
        background: #141619;
        border-bottom: 1px solid rgba(48, 52, 60, 0.75);
        display: block;
        padding: 10px;
    }


    .log-desanclado .location {
        font-size: 12px;
        color: #a3adbd;
        margin-right: 10px;
    }

    .log-desanclado .views {
        font-size: 12px;
        color: #a3adbd;
        margin-right: 10px;
    }

    .log-desanclado::-moz-selection {
        color: #141e1e;
        background: #dce6e6
    }

    .log-desanclado::selection {
        color: #141e1e;
        background: #dce6e6
    }


.text-code {
    color: #c2c4c9;
    margin: 0 auto;
    /*  font-family: Monaco, Consolas, Lucida Console, monospace;*/
}

.i-has-teh-code {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    /* background: #141619; */
    color: #c2c4c9;
    margin: 0 auto;
    /*   font-family: Monaco, Consolas, Lucida Console, monospace;*/
    line-height: 1.45;
    position: relative;
    overflow-y: scroll
}

    .i-has-teh-code .sin-link {
        color: #c2c4c9;
        background: rgba(0, 0, 0, 0.2);
        border-bottom: 1px solid rgba(48, 52, 60, 0.75);
        display: block;
        padding: 3px 10px;
    }

    .i-has-teh-code a.fila-link {
        color: #c2c4c9;
        background: #141619;
        border-bottom: 1px solid rgba(48, 52, 60, 0.75);
        display: block;
        padding: 3px 10px;
    }

        .i-has-teh-code a.fila-link:hover {
            background: #282d31;
            display: block;
            border-bottom: 1px solid rgba(48, 52, 60, 0.75);
        }

    .i-has-teh-code .colored-link {
        color: #2BCDEE;
    }

    .i-has-teh-code .location {
        font-size: 12px;
        color: #a3adbd;
        margin-right: 10px;
    }

    .i-has-teh-code .views {
        font-size: 12px;
        color: #a3adbd;
        margin-right: 10px;
    }

    .i-has-teh-code::-moz-selection {
        color: #141e1e;
        background: #dce6e6
    }

    .i-has-teh-code::selection {
        color: #141e1e;
        background: #dce6e6
    }

/******************
    estados alarmas log
    *********************/

.estado {
    font-size: 11px;
    color: #f93;
}

/***************
    badges
    **********************/

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 4px 7px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

.bdg-count {
    min-width: 45px;
    max-height: 22px;
    background: none;
    text-transform: uppercase;
    letter-spacing: .02em;
    border: 2px solid transparent;
    border-radius: 4px
}

    .bdg-count.red {
        border-color: #e93e53;
    }

    .bdg-count.blue {
        border-color: #3e7ae9;
    }

/****************************
 Sidebar alarmas
****************************/

.sidebar-overlay {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: var(--color-dark);
    z-index: 9;
    transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateZ(0);
}

    .sidebar-overlay.active {
        opacity: 0.8;
        visibility: visible;
        transition-delay: 0;
    }

.cbp-spmenu-vertical {
    width: 750px;
    height: 100%;
    top: 70px;
    z-index: 10;
}

.cbp-spmenu {
    background: var(--color-dark-dark);
    position: fixed;
    z-index: 10;
    box-shadow: 0 4px 5px 0 rgba(133, 133, 133, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.15), 0 2px 4px -1px rgba(121, 121, 121, 0.5);
}

.cbp-spmenu-right {
    right: -750px;
}

    .cbp-spmenu-right.cbp-spmenu-open {
        right: 0px;
    }

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.cbp-spmenu-push-toright {
    right: -450px;
}

/* titulo sidenav*/

.title-sidenav {
    background: var(--color-dark-dark);
    padding: 15px;
    display: flex;
    flex-direction: row;
}

    .title-sidenav h3 {
        margin: 0px;
        font-size: 18px;
        font-weight: bold;
    }

    .title-sidenav .title {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 8px;
        width: 1px;
        color: var(--main-color-light-02);
    }

    .title-sidenav .buttons button,
    .title-sidenav .buttons a {
        color: var(--main-color-light-02);
        height: 40px;
        margin: 0 -2px;
        outline: none;
        padding: 10px;
        width: 40px;
        text-align: center;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.0);
        outline: none;
        box-shadow: none;
        border: 0px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        text-decoration: none;
    }

        .title-sidenav .buttons button:hover.title-sidenav .buttons a:hover {
            background: rgba(0, 0, 0, 0.05);
            text-decoration: none;
            outline: none;
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
            text-decoration: none;
        }

/*********************
scrollbar
*****************/

.ps-scrollbar-y-rail {
    right: 2px !important
}

.ps-scrollbar-y-rail {
    background: rgba(108, 114, 147, 0.2) !important;
}

.ps-scrollbar-y {
    background: rgba(197, 200, 219, 0.2) !important;
}

/************************
empty states
**********************/

.empty-height {
    height: 85vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.empty-height-400 {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.empty-height-250 {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.empty-height-100 {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/*********************
listados
**************************/

.scrollable-container-90porc {
    overflow: hidden;
    position: relative;
    height: 100%;
    padding-right: 10px
}



.scrollable-container-top-65-bt-75 {
    overflow: hidden;
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    bottom: 75px;
}

.scrollable-container-top-60-bt-30 {
    overflow: hidden;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 30px;
}

.scrollable-container-66vh {
    overflow: hidden;
    position: relative;
    height: 66vh;
    padding-right: 15px;
}


.scrollable-container-75vh {
    overflow: hidden;
    position: relative;
    height: 75vh;
}

.scrollable-container-200 {
    overflow: hidden;
    position: relative;
    height: 200px;
}

.scrollable-container-320 {
    overflow: hidden;
    position: relative;
    height: 320px;
}

.scrollable-container-470 {
    overflow: hidden;
    position: relative;
    height: 470px;
}

.scrollable-container-450 {
    overflow: hidden;
    position: relative;
    height: 430px;
}

.scrollable-container-575 {
    overflow: hidden;
    position: relative;
    height: 575px;
}

.scrollable-container-180 {
    overflow: hidden;
    position: relative;
    height: 180px;
}

.scrollable-container-70vh {
    overflow: hidden;
    position: relative;
    height: 70vh;
    padding-right: 15px;
}

.scrollable-container-40vh {
    overflow: hidden;
    position: relative;
    height: 40vh;
    padding-right: 15px;
}

.scrollable-container-20vh {
    overflow: hidden;
    position: relative;
    height: 20vh;
    padding-right: 15px;
}

.scrollable-container-24vh {
    overflow: hidden;
    position: relative;
    height: 24vh;
    padding-right: 15px;
}


.scrollable-container-90vh {
    overflow: hidden;
    position: relative;
    height: 90vh;
}

.scrollable-container-87vh {
    overflow: hidden;
    position: relative;
    height: 87vh;
}

.scrollable-container-78vh {
    overflow: hidden;
    position: relative;
    height: 76vh;
}

.scrollable-container-80vh {
    overflow: hidden;
    position: relative;
    height: 80vh;
}

.scrollable-container-top-80 {
    overflow: auto;
    position: absolute;
    top: 81px;
    left: 0;
    right: 0;
    bottom: 60px;
    padding: 20px;
}

.scrollable-container-top-65 {
    /* overflow: auto;
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    bottom: 10px;
    padding: 20px; */
    overflow: auto;
    position: absolute;
    top: 81px;
    left: 0;
    right: 0;
    bottom: 60px;
    padding: 20px;
}

.scrollable-container-top-60 {
    overflow: hidden;
    position: absolute;
    top: 81px;
    left: 0;
    right: 0;
    bottom: 170px;
}

.scrollable-container-top-60-bt-20 {
    overflow: hidden;
    position: absolute;
    top: 81px;
    left: 0;
    right: 0;
    bottom: 20px;
}

.scrollable-container-top-50 {
    overflow: hidden;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 100px;
}

.cont-bottones-absolute {
    position: absolute;
    bottom: 25px;
    width: 100%;
}

.cont-bottones-absolute-bt80 {
    position: absolute;
    bottom: 100px;
    width: 100%;
}

.hover-01:hover {
    background: #141619
}

.hover-02:hover {
    background: #141518
}

a.item-list {
    color: #fff;
    padding: 10px;
    text-decoration: none;
    display: inline-block;
    width: 100%;
}

    a.item-list:hover {
        background: #141619
    }

.item-list {
    color: #fff;
    padding: 10px;
}

    .item-list.listado-type {
        /* font-family: Monaco, Consolas, Lucida Console, monospace;*/
    }

.image-captura-list-alarmas img {
    object-fit: cover;
    width: 80px;
    height: 80px;
}

/*********************
Paginador
**************************/

.pagination .page-item.active .page-link {
    z-index: 3;
    color: #0d6efd !important;
    background-color: transparent;
    border: 0px;
}

.pagination .page-link {
    position: relative;
    display: block;
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    border: 0px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .pagination .page-link:hover {
        color: rgba(44, 105, 255, 0.5);
        ;
    }

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
    border: 0px;
}

/****************
MODALES
**************/

.modal-dark {
    background-color: #111315;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

    .modal-dark .modal-header {
        border-bottom: 1px solid rgba(48, 52, 60, 0.75);
    }

    .modal-dark .modal-footer {
        border-top: 1px solid rgba(48, 52, 60, 0.75);
    }

    .modal-dark .btn-close {
        color: #6c7293;
    }

.dropdown-toggle-single:after {
    content: none
}

/********************
swwet alert dark
*********************/

.swal-modal {
    background: #1a1d20;
}

.swal-button {
    border-radius: 1px;
}

    .swal-button:focus,
    .swal-button.focus {
        box-shadow: 0 0 0 0.2rem rgba(49, 49, 49, 0.5);
    }

.swal-title {
    color: #c6cedd;
    font-size: 20px;
}

.swal-text {
    font-size: 13px;
    color: #f1f1f1;
}

.swal-icon--success::after,
.swal-icon--success::before {
    background: #1a1d20;
}

.swal-icon--success__hide-corners {
    background: #1a1d20;
}

.swal-button--cancel {
    color: #ffffff;
    border: 1px solid #ffffff;
    background: transparent;
}

    .swal-button--cancel:hover {
        color: #fff;
        background-color: rgba(252, 252, 252, 0.5);
        border-color: #ffffff;
    }

.swal-button--confirm {
    color: #1a1d20;
    border: 1px solid #fff;
    background: #fff;
}

    .swal-button--confirm:hover {
        color: #1a1d20;
        border: 1px solid rgb(255, 255, 255, 0.5);
        background: rgb(255, 255, 255, 0.5);
    }

.swal-footer {
    background-color: #111315;
    margin-top: 50px;
    border-top: 1px solid rgba(48, 52, 60, 0.75);
    overflow: hidden;
}

/***********************
  stats para charts
  *****************************/

.stats-with-chart .text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    text-align: center;
}

/***************
progress bar
******************/

.progress-bar.grey {
    background-color: #cccccc !important;
}

.progress-bar.blue {
    background-color: #188ae2 !important;
}

.progress-bar.green {
    background-color: #0da97d !important;
}

.progress-bar.red {
    background-color: #dd4a3e !important;
}

.progress-bar.danger {
    background-color: #dd4a3e !important;
}


.progress-bar.greenBrigt {
    background-color: #3eff3f !important;
}


.progress-bar.orange {
    background-color: #f1bc0e !important;
}

.progress.progress-plettac {
    width: 100%;
    height: 4px;
    border-radius: 30px;
    overflow: hidden;
    background: #393c43;
    margin-top: 5px;
}

    .progress.progress-plettac.progress-small {
        height: 2px;
    }

.progress-bar.progress-bar-plettac {
    height: 4px;
    border-radius: 30px;
}

    .progress-bar.progress-bar-plettac.progress-bar-small {
        height: 2px;
    }

.progress-details .title {
    margin-bottom: 0;
}

    .progress-details .title span {
        font-size: 16px;
        color: #ffffff;
        display: block;
    }

    .progress-details .title strong {
        font-size: 14px;
        color: #9b9b9b;
        margin-bottom: 5px;
    }

.progress-details .number {
    color: #cccccc;
    font-size: 2.2rem;
}

/******************************
PAGE LOGIN
******************************/

.login,
.login .container > .row {
    height: 100vh;
    background: BLACK;
}

@media (max-width: 991.98px) {
    .login .bg {
        height: 500px;
    }
}

.login .contents,
.login .bg {
    width: 100%;
    position: relative;
}

@media (max-width: 1199.98px) {
    .login .contents {
        width: 100%;
    }

    .login .bg {
        display: none;
    }
}

.login .contents .form-group.check-form {
    margin-bottom: 0;
    border: 0px;
    padding: 0px;
    border-bottom: none;
    background: transparent;
}

    .login .contents .form-group.check-form label {
        font-size: 12px;
    }

.login .contents .form-control .input {
    margin-bottom: 0;
    border: 1px solid rgb(112, 119, 133);
    padding: 15px 15px;
    background: #2A3038;
}

.login .contents .form-control,
.login .bg .form-control {
    font-size: 30px;
    padding: 20px;
    height: 75px;
}

    .login .contents .form-control:active,
    .login .contents .form-control:focus,
    .login .bg .form-control:active,
    .login .bg .form-control:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.login .bg {
    background-size: cover;
    background-position: center;
    position: relative;
}



.single-map-pin.red {
    width: 15px;
    height: 15px;
    background-color: #ff2c3e;
    border-radius: 50%;
    position: absolute;
    z-index: 5;
    outline: none;
}

    .single-map-pin.red:before {
        -webkit-animation: map-sonar-effect-red 1s ease-in-out 0s infinite;
        animation: map-sonar-effect-red 1s ease-in-out 0s infinite;
    }

@-webkit-keyframes map-sonar-effect-red {
    0% {
        opacity: 0.3;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        box-shadow: 0 0 0 5px #ff2c3e, 0 0 10px 10px #ff2c3e, 0 0 0 10px #ff2c3e;
    }

    40% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        box-shadow: 0 0 0 5px #ff2c3e, 0 0 10px 10px #ff2c3e, 0 0 0 10px #ff2c3e;
    }

    100% {
        box-shadow: 0 0 0 5px #ff2c3e, 0 0 10px 10px #ff2c3e, 0 0 0 10px #ff2c3e;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes map-sonar-effect-red {
    0% {
        opacity: 0.3;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        box-shadow: 0 0 0 5px #ff2c3e, 0 0 10px 10px #ff2c3e, 0 0 0 10px #ff2c3e;
    }

    40% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        box-shadow: 0 0 0 5px #ff2c3e, 0 0 10px 10px #ff2c3e, 0 0 0 10px #ff2c3e;
    }

    100% {
        box-shadow: 0 0 0 5px #ff2c3e, 0 0 10px 10px #ff2c3e, 0 0 0 10px #ff2c3e;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}


.single-map-pin {
    width: 15px;
    height: 15px;
    background-color: #2c69ff;
    border-radius: 50%;
    position: absolute;
    z-index: 5;
    outline: none;
}

    .single-map-pin:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        top: 0;
        left: 0;
    }

    .single-map-pin:before {
        -webkit-animation: map-sonar-effect 1s ease-in-out 0s infinite;
        animation: map-sonar-effect 1s ease-in-out 0s infinite;
    }

@-webkit-keyframes map-sonar-effect {
    0% {
        opacity: 0.3;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        box-shadow: 0 0 0 5px #2c69ff, 0 0 10px 10px #2c69ff, 0 0 0 10px #2c69ff;
    }

    40% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        box-shadow: 0 0 0 5px #2c69ff, 0 0 10px 10px #2c69ff, 0 0 0 10px #2c69ff;
    }

    100% {
        box-shadow: 0 0 0 5px #2c69ff, 0 0 10px 10px #2c69ff, 0 0 0 10px #2c69ff;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes map-sonar-effect {
    0% {
        opacity: 0.3;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        box-shadow: 0 0 0 5px #2c69ff, 0 0 10px 10px #2c69ff, 0 0 0 10px #2c69ff;
    }

    40% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        box-shadow: 0 0 0 5px #2c69ff, 0 0 10px 10px #2c69ff, 0 0 0 10px #2c69ff;
    }

    100% {
        box-shadow: 0 0 0 5px #2c69ff, 0 0 10px 10px #2c69ff, 0 0 0 10px #2c69ff;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@-webkit-keyframes fade-down {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    50% {
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }

    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes fade-down {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    50% {
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }

    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

.single-map-pin:first-child {
    top: 29%;
    left: 15%;
}

.single-map-pin:nth-child(2) {
    top: 64%;
    left: 55%;
}

.single-map-pin:nth-child(3) {
    top: 50%;
    left: 69%;
}

.single-map-pin:nth-child(4) {
    top: 30%;
    left: 69%;
}

.single-map-pin:last-child {
    top: 80%;
    left: 31%;
}

.showPass {
    position: absolute;
    top: 55%;
    right: 20px;
    cursor: pointer;
}

.copyright {
    position: absolute;
    bottom: 35px;
    left: 50px;
    font-size: 12px;
}

/*********************
alarmas colores badge
*************************/

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border-radius: 2px
}

.bdg-status {
    background: none;
    text-transform: uppercase;
    border: 2px solid transparent;
    border-radius: 2px;
    font-size: 10px;
    padding: 4px;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
}

/* .bdg-status.rojo.alerta {
    box-shadow: 0 0 0 0 rgba(235, 46, 46, 1);
    background: #dc3545;
    color: #fff !important;
    transform: scale(1);
    animation: pulse-black 1s infinite;
    border: 1px solid #dc3545;
} */

@keyframes pulse-black {
    0% {
        background: transparent;
    }

    70% {
        background: #dc3545;
    }

    100% {
        background: transparent;
    }
}




.badge.bdg-status.rojo {
    color: #dc3545;
    border: 1px solid #dc3545;
}

.badge.bdg-status.amarillo {
    color: #ffda37;
    border: 1px solid #ffda37;
}

.badge.bdg-status.naranja {
    color: #ff7707;
    border: 1px solid #ff7707;
}

.badge.bdg-status.verde {
    color: #61dabf;
    border: 1px solid #61dabf;
}

.badge.bdg-status.azul {
    color: #0dcaf0;
    border: 1px solid #0dcaf0;
}

.badge.bdg-status.blanco {
    color: #ffffff;
    border: 1px solid #ffffff;
}

.badge.bdg-status.greenbrightness {
    color: #3eff3f;
    border-color: #3eff3f;
    animation: pulse-green 1s infinite;
}

@keyframes pulse-green {
    0% {
        border-color: transparent;
    }

    70% {
        border-color: #3eff3f;
    }

    100% {
        border-color: transparent;
    }
}

.gps_ring {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 20px;
    height: 100%;
    box-shadow: inset 0px 0 20px gold;
    z-index: 1;
    width: 100%;
    animation: pulsate 1s ease-out infinite;
}

@-webkit-keyframes pulsate {
    0% {
        box-shadow: inset 0px 0 20px 0 rgb(214, 25, 25);
    }

    50% {
        box-shadow: inset 0px 0 20px 0 rgb(216, 13, 13);
    }

    100% {
        box-shadow: inset 0px 0 20px 0 rgb(192, 91, 91);
    }
}





/*********************
detalle alarma en panel
************************/
.fotocaptDetalle .foto-captura img {
    height: 400px;
    object-fit: fill;
    width: 100%;
}



.detalle-alarma-panel .foto-captura {
    height: 200px;
}

    .detalle-alarma-panel .foto-captura img {
        height: 200px;
        object-fit: cover;
        width: 100%;
    }

.type-code {
    color: #9ea4b4;
    margin: 0 auto;
    /* font-family: Monaco, Consolas, Lucida Console, monospace;*/
    line-height: 1.45;
    position: relative;
}

    .type-code .colored-link {
        color: #2BCDEE;
    }



.detalle-alarma-panel .has-code {
    color: #9ea4b4;
    margin: 0 auto;
    /* font-family: Monaco, Consolas, Lucida Console, monospace;*/
    line-height: 1.45;
    position: relative;
}

.has-code .colored-link {
    color: #2BCDEE;
}

.detail-panel-left {
    height: 100vh;
    border-right: 1px solid rgba(48, 52, 60, 0.75);
    ;
}

.detail-panel-right {
    height: 100vh;
}

.criticidad-toggle {
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease;
    will-change: filter;
    width: 70px;
}

.criticidad-toggle {
    color: #333 !important;
}

    .criticidad-toggle:active {
        -webkit-transform: scale(0.85) rotate(-5deg);
        transform: scale(0.85) rotate(-5deg);
    }

    .criticidad-toggle input[type=checkbox] {
        float: none;
        position: absolute;
        top: 22px;
        left: 15px;
        margin: auto;
        right: 0;
        bottom: 0;
        z-index: 0;
        visibility: hidden;
    }

#dragbar {
    padding: 3px;
    cursor: col-resize;
    background-color: silver;
    width: 2px;
}

#drag-right {
    flex: 1;
    width: 60%;
}

/****************************
    detalle lista de control
    **********************/

.nivel.nivel-si:before {
    content: "\F12C";
    font-family: "Material Design Icons";
    margin-right: 8px;
    color: #0da97d
}

.nivel.nivel-no:before {
    content: "\F156";
    font-family: "Material Design Icons";
    margin-right: 8px;
    color: #a91a0d;
}

.chart-container-list-control {
    position: relative;
    margin: auto;
    height: 20vh;
}

.pantent-bk.nueva {
    background: #fff;
    display: inline-block;
    color: #000;
    padding: 0 5px;
    border-radius: 2px;
    border-top: 6px solid #4668bc;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Rubik', sans-serif !important;
}

.pantent-bk.vieja {
    background: #000;
    display: inline-block;
    color: #fff;
    padding: 0 5px;
    border-radius: 3px;
    border-top: 8px solid #fff !important;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #fff;
    font-size: 20px;
    font-family: 'Rubik', sans-serif !important;
}

/**************
file upload
*****************/

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .inputfile + label {
        width: 100%;
        font-size: 1.25rem;
        /* 20px */
        font-weight: 700;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        display: inline-block;
        overflow: hidden;
        padding: 0.625rem 1.25rem;
        /* 10px 20px */
        position: relative;
    }

    .inputfile:focus + label,
    .inputfile.has-focus + label {
        outline: 1px dotted #000;
        outline: -webkit-focus-ring-color auto 5px;
    }

.inputfile-6 + label {
    color: #d9dcdf;
}

.inputfile-6 + label {
    border: 1px solid #23272b;
    /* background-color: #f1e5e6;*/
    padding: 0;
    border-radius: .25rem;
    height: 40px;
    margin: 0px;
}

    .inputfile-6:focus + label,
    .inputfile-6.has-focus + label,
    .inputfile-6 + label:hover {
        border-color: var(--main-color);
    }

    .inputfile-6 + label span,
    .inputfile-6 + label strong {
        padding: 0.625rem 1.25rem;
        /* 10px 20px */
    }

    .inputfile-6 + label span {
        width: 250px;
        min-height: 2em;
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        vertical-align: top;
        font-size: 13px;
        color: var(--main-color);
    }

    .inputfile-6 + label strong {
        height: 100%;
        color: #f2f2f2;
        background-color: #23272b;
        display: inline-block;
        font-size: 13px;
        position: absolute;
        right: 0px;
    }

    .inputfile-6:focus + label strong,
    .inputfile-6.has-focus + label strong,
    .inputfile-6 + label:hover strong {
        background-color: var(--main-color);
        color: #e4e9ee;
    }

@media screen and (max-width: 50em) {
    .inputfile-6 + label strong {
        display: block;
    }
}

/* input file solo texto*/

.inputfileText {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .inputfileText + label {
        font-size: 1.00rem;
        /* 20px */
        text-align: center;
        cursor: pointer;
        display: inline-block;
        overflow: hidden;
        padding: .375rem .75rem;
        /* 10px 20px */
        position: relative;
    }

    .inputfileText:focus + label,
    .inputfileText.has-focus + label {
        outline: 1px dotted #000;
        outline: -webkit-focus-ring-color auto 5px;
    }

.inputfile-text + label {
    color: #ffffff;
    border: 1px solid currentColor;
}

    .inputfile-text:focus + label,
    .inputfile-text.has-focus + label,
    .inputfile-text + label:hover {
        color: #f1f1f1d8;
    }




/* style 1 */

.inputfile-1 + label {
    color: #000;
    background-color: var(--main-color);
    font-size: 15px;
    font-weight: bold;
}

    .inputfile-1:focus + label,
    .inputfile-1.has-focus + label,
    .inputfile-1 + label:hover {
        background-color: var(--main-color);
    }

/***************************
dispositivos
******************/

.bdg-status-dispo {
    background: none;
    text-transform: uppercase;
    border: 2px solid transparent;
    border-radius: 2px;
    font-size: 10px;
    padding: 4px;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
}

/***************************
live camara page
******************/

.main-live {
    background: #000000;
    height: 90vh;
    position: relative;
}

.datos-live-video {
    background: #111315;
    height: 10vh;
    position: relative;
    padding: 0 20px;
}

/* live camara*/
video[style] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.link-icon-panel {
    font-size: 25px;
    color: #a3adbd
}

    .link-icon-panel:hover {
        color: #595e66
    }

.btn-live-abs {
    position: absolute;
    z-index: 1000;
    right: 20px;
    bottom: 16px;
}


.patenteLive {
    position: absolute;
    left: 1px;
    bottom: 57px;
    width: 300px;
    height: 80px;
}


    .patenteLive .nueva {
        background: rgba(255, 255, 255, 1);
        display: inline-block;
        color: #000;
        border-radius: 2px;
        border-top: 20px solid #4668bc;
        letter-spacing: 1px;
        position: absolute;
        left: 20px;
        top: 20px;
    }


.textRepArgentina {
    text-transform: uppercase;
    z-index: 150;
}

    .textRepArgentina.textNueva {
        color: #fff;
        top: 23px;
        left: 90px;
        position: absolute;
        font-size: 8px;
        letter-spacing: 1px;
    }


    .textRepArgentina.textVieja {
        color: #4b9ad5;
        top: 23px;
        left: 116px;
        font-size: 10px;
        position: absolute;
        letter-spacing: 1px;
    }



.patenteLive .nueva p {
    border-radius: 5px;
    padding: 0 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 50px;
    font-family: 'Rubik', sans-serif !important;
    line-height: 60px;
    font-weight: bold;
}

.patenteLive .vieja {
    background: rgba(0, 0, 0, 0.9);
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    border-top: 20px solid #fff !important;
    border-bottom: 10px solid #fff !important;
    letter-spacing: 5px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #fff;
    position: absolute;
    left: 20px;
    top: 20px;
}

    .patenteLive .vieja p {
        box-shadow: 0 0 0 .05em #fff;
        border-radius: 5px;
        padding: 0 15px;
        line-height: normal;
        font-size: 45px;
        font-family: 'Rubik', sans-serif !important;
        font-weight: bold;
    }

.holdPatenteLeft {
    width: 20px;
    height: 8px;
    border-radius: 5px;
    background: #000;
    position: absolute;
    left: 45px;
    top: 25px;
    z-index: 20;
}

.holdPatenteRight {
    width: 20px;
    height: 8px;
    border-radius: 5px;
    background: #000;
    position: absolute;
    right: 65px;
    top: 25px;
    z-index: 20;
}



/**********************
    panel float persecucion activas
************************************/




.content-float-active {
    position: fixed;
    width: 35vw;
    background: #ffff;
    top: 80px;
    bottom: 60px;
    margin-left: 27px;
    z-index: 3;
    background: rgba(24, 31, 39, 0.8);
    box-shadow: rgba(87, 87, 87, 0.1) 0px 4px 6px -1px, rgba(77, 77, 77, 0.06) 0px 2px 4px -1px;
}

    .content-float-active .content-body {
        padding: 20px;
    }

.title-content-float-active {
    background: var(--color-dark);
}

    .title-content-float-active .title {
        color: #f2f2f2 !important;
    }


.cont-card {
    background: rgba(24, 31, 39, 0.9);
    padding: 15px;
}

.banner-active-float {
    width: 250px;
    position: absolute;
    right: 80px;
    top: 80px;
    z-index: 3;
    animation: pulse-black 1s infinite;
    border: 1px solid #dc3545;
    cursor: pointer;
}

@keyframes pulse-black {
    0% {
        border-color: transparent;
    }

    50% {
        border-color: #dc3545;
    }

    100% {
        border-color: transparent;
    }
}

/**********************
  registro usuario
*****************/

.fotoUsuarioPerfil {
    width: 200px;
    height: 200px;
    -webkit-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
    border-radius: 6px;
    position: relative;
}

    .fotoUsuarioPerfil img {
        width: 200px;
        height: 200px;
        object-fit: cover;
        border-radius: 6px;
    }

.eliminarImagenUsuario {
    position: absolute;
    border-radius: 50%;
    background: #fff;
    width: 30px;
    height: 30px;
    right: -10px;
    top: -10px;
    text-align: center;
    line-height: 33px;
    padding: 0px;
    border: 0px;
    font-size: 16px;
    color: #222222;
}

    .eliminarImagenUsuario:hover {
        color: #cccccc;
        background: #222222;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }




.fotoUsuarioPerfilDetalle {
    width: 150px;
    height: 150px;
    -webkit-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
    border-radius: 6px;
    position: relative;
}

    .fotoUsuarioPerfilDetalle img {
        width: 150px;
        height: 150px;
        object-fit: cover;
        border-radius: 6px;
    }

    .fotoUsuarioPerfilDetalle .userActivo {
        position: absolute;
        border-radius: 50%;
        background: #0da97d;
        width: 30px;
        height: 30px;
        right: -10px;
        bottom: -10px;
        text-align: center;
        line-height: 33px;
        font-size: 18px;
    }

    .fotoUsuarioPerfilDetalle .userBaja {
        position: absolute;
        border-radius: 50%;
        background: #a91a0d;
        width: 30px;
        height: 30px;
        right: -10px;
        bottom: -10px;
        text-align: center;
        line-height: 33px;
        font-size: 18px;
    }


.bg-card-top {
    height: 150px;
    position: absolute;
    /* background:#1d2226; */
    width: 100%;
    top: 0px;
    left: 0px;
    border-radius: 0 0px 15px 15px;
    background: rgba(0, 0, 0, 0.8) url(../images/bg-map.jpg) no-repeat center center;
}


.card-header-absolute {
    position: absolute;
    right: 20px;
    bottom: 20px;
}



.boton-absolute-right {
    position: absolute;
    right: 15px;
    bottom: -10px;
}


.img-circle {
    border-radius: 50%;
}

.user-avatar {
    width: 45px;
    height: 45px;
    object-fit: cover;
}




/************ skeleton*/


#u_0_v {
    width: 500px;
    margin: 0 auto;
}

.lightui1 {
    padding: 20px;
    background: var(--color-dark-);
}

.lightui1-shimmer {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    background: #2f3338;
    background-image: linear-gradient(to right, #202730 0%, #4b5158 20%, #585f66 60%, #646a70 80%, #2f3338 100%);
    background-repeat: no-repeat;
    background-size: 100% 104px;
    height: 104px;
    position: relative
}

    .lightui1-shimmer div {
        background: var(--color-dark);
        height: 6px;
        left: 0;
        position: absolute;
        right: 0
    }




div._2iwr {
    height: 40px;
    left: 40px;
    right: auto;
    top: 0;
    width: 8px;
}

div._2iws {
    height: 8px;
    left: 48px;
    top: 0
}

div._2iwt {
    left: 39%;
    top: 8px
}

div._2iwu {
    height: 12px;
    left: 48px;
    top: 14px
}

div._2iwv {
    left: 73%;
    top: 26px
}

div._2iww {
    height: 10px;
    left: 48px;
    top: 32px
}

div._2iwx {
    height: 20px;
    top: 40px
}

div._2iwy {
    left: 40%;
    top: 60px
}

div._2iwz {
    height: 13px;
    top: 66px
}

div._2iw- {
    left: 100%;
    top: 79px
}

div._2iw_ {
    height: 13px;
    top: 85px
}

div._2ix0 {
    left: 63%;
    top: 98px
}

@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

@-webkit-keyframes prideShimmer {
    from {
        background-position: top left
    }

    to {
        background-position: top right
    }
}


/*datepicker range*/
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    background: #111315;
    border: 1px solid #111315;
    color: #fff
}

.daterangepicker {
    background-color: #111315;
    border: 1px solid #282b2e;
}



    .daterangepicker:before {
        border-bottom: 7px solid #111315;
    }

    .daterangepicker:after {
        border-right: 6px solid transparent;
        border-bottom: 6px solid #282b2e;
    }

    .daterangepicker .calendar-table {
        border: 1px solid #111315;
        background-color: #111315;
    }

    .daterangepicker.drop-up:before {
        border-top: 7px solid #111315;
    }

    .daterangepicker.drop-up:after {
        border-top: 6px solid #111315;
    }

    .daterangepicker .calendar-table .next span,
    .daterangepicker .calendar-table .prev span {
        color: #fff;
        border: solid white;
        border-width: 0 2px 2px 0;
        border-radius: 0;
        display: inline-block;
        padding: 3px;
    }

    .daterangepicker td.available:hover,
    .daterangepicker th.available:hover {
        background-color: rgb(70, 70, 70);
    }

    .daterangepicker td.week,
    .daterangepicker th.week {
        font-size: 80%;
        color: #ccc;
    }

    .daterangepicker td.off,
    .daterangepicker td.off.in-range,
    .daterangepicker td.off.start-date,
    .daterangepicker td.off.end-date {
        background-color: transparent;
        border-color: transparent;
        color: rgb(109, 109, 109);
    }

    .daterangepicker td.in-range {
        background-color: #2A3038;
        border-color: transparent;
        color: #fff;
        border-radius: 0;
    }

    .daterangepicker td.active,
    .daterangepicker td.active:hover {
        background-color: rgb(84, 92, 104);
        border-color: transparent;
        color: #fff;
    }

    .daterangepicker .drp-buttons {
        border-top: 1px solid rgba(48, 52, 60, 0.75);
    }






/*************
 Sidebar 
 ************/

.sidebarLiveVideo {
    min-height: calc(100vh - 0px);
    background: #141619;
    font-weight: normal;
    position: fixed;
    padding: 0;
    width: 400px;
    z-index: 11;
    transition: width 0.25s ease, background 0.25s ease;
    -webkit-transition: width 0.25s ease, background 0.25s ease;
    -moz-transition: width 0.25s ease, background 0.25s ease;
    -ms-transition: width 0.25s ease, background 0.25s ease;
    left: 0px;
    top: 0px;
}



@media (max-width: 991px) {
}





.page-body-livecamera {
    min-height: 100vh;
    padding-left: 0;
    padding-right: 0;
    transition: all 0.25s ease;
    width: calc(100% - 400px);
    margin-right: 0px;
}



    .page-body-livecamera.full-page-wrapper {
        width: 100%;
        min-height: 100vh;
    }


@media (max-width: 992px) {
    .page-body-livecamera {
        width: 100%;
    }
}




.buttonPlayVideo {
    margin: auto;
    background: transparent;
    border: 0px;
    font-size: 30px;
    color: rgba(255, 255, 255, .6)
}

    .buttonPlayVideo:hover,
    .buttonPlayVideo:active,
    .buttonPlayVideo:focus {
        color: rgba(177, 209, 246, 0.6);
        outline: transparent;
    }

.controls-video {
    position: absolute;
    left: 10px;
    bottom: 0;
    right: 0px;
    height: 50px;
    text-align: center;
}




/*color picker*/



input.pickercolor[type="color"] {
    width: 35px;
    height: 35px;
    padding: 0;
    position: relative;
    /* top: 0px;
    RIGHT: 0PX; */
    background: transparent;
    box-shadow: 0px;
    outline: none;
    border: 0px;
    cursor: pointer;
}


.colorTop::-webkit-color-swatch-wrapper {
    padding: 0;
}

.colorTop::-webkit-color-swatch {
    border: none;
    border-radius: 100%;
}

.colorTop::-moz-color-swatch {
    border: none;
    border-radius: 100%;
}

.colorTop::-moz-color-swatch-wrapper {
    padding: 0px;
}



.line-amarilla {
    border: 3px solid #ffda37 !important;
    width: 30px;
}

.line-roja {
    border: 3px solid #dd4a3e !important;
    width: 30px;
}

.line-naranja {
    border: 3px solid #ff7707 !important;
    width: 30px;
}



.totalInToChart {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    /* position the top edge of the element at the middle of the parent */
    left: 50%;
    /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -50%);
    /* This is a shorthand of translateX(-50%) and translateY(-50%) */
}


.squareVehiculo {
    width: 20px;
    height: 20px;
}



/*progress funcionamiento*/

.progress-bar-container-func {
    height: 10px;
    margin: 50px 0px;
    position: relative;
    /* relative here */
    background: rgb(89, 84, 92);
    width: 200px;
    border-radius: 15px;
}

.progress-bar-indicator-func {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right, rgb(202, 191, 208), rgb(146, 128, 161), rgb(160, 70, 234));
    background-size: 200px 100%;
    border-radius: 15px;
}


/* .progress-bar-indicator-func::before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-image: linear-gradient(to right, rgb(202, 191, 208),rgb(146, 128, 161), rgb(160, 70, 234));
  } */




.coast {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 8.2rem;
    height: 10px;
    display: inline-block;
    -webkit-animation: coast 2.1s linear infinite;
    animation: coast 2.1s linear infinite;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 11;
}

.wave-rel-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-perspective: 3rem;
    perspective: 3rem;
    -webkit-perspective-origin: 0, 50%;
    perspective-origin: 0, 50%
}

.wave {
    position: absolute;
    width: 80px;
    height: 10px;
    top: 0px;
    left: 0;
    border-radius: 1.2rem;
    background: rgb(202, 191, 208);
    background: -webkit-linear-gradient(to right, rgb(202, 191, 208), rgb(146, 128, 161), rgb(160, 70, 234));
    background: -webkit-linear-gradient(to right, rgb(202, 191, 208), rgb(146, 128, 161), rgb(160, 70, 234));
    background: linear-gradient(to right, rgb(202, 191, 208), rgb(146, 128, 161), rgb(160, 70, 234));
    display: inline-block;
    -webkit-animation: wave 2.1s linear infinite;
    animation: wave 2.1s linear infinite;
    will-change: width;
    -webkit-transform: translateZ(0) scale(0);
    transform: translateZ(0) scale(0)
}

.delay {
    -webkit-animation-delay: 1.05s;
    animation-delay: 1.05s
}

@-webkit-keyframes coast {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    23% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    50% {
        -webkit-transform: translate3d(3rem, 0, 0);
        transform: translate3d(2rem, 0, 0)
    }

    to {
        -webkit-transform: translate3d(14rem, 0, 0);
        transform: translate3d(5rem, 0, 0)
    }
}

@keyframes coast {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    23% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    50% {
        -webkit-transform: translate3d(135px, 0, 0);
        transform: translate3d(135px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@-webkit-keyframes wave {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        width: 2.2rem
    }

    10% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    23% {
        width: 3.2rem
    }

    32% {
        width: 8.1rem
    }

    42% {
        width: 10rem;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    51% {
        -webkit-transform: scale(.6, .2);
        transform: scale(.6, .2)
    }

    52% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes wave {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        width: 2.2rem
    }

    10% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    23% {
        width: 2.2rem
    }

    32% {
        width: 6.1rem
    }

    42% {
        width: 5rem;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    51% {
        -webkit-transform: scale(.6, .2);
        transform: scale(.6, .2)
    }

    52% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}



.content-dashboard-est {
    width: 96%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}


.left-bar-dashboard {
    min-height: calc(100vh - 0px);
    background: #1b1c1e;
    font-weight: normal;
    position: fixed;
    padding: 0;
    right: 0px;
    top: 70px;
    bottom: 0px;
    width: 80px;
    z-index: 11;
}

.iconPanelDash {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #0c0c0d;
    font-size: 22px;
    border-radius: 50%;
    position: relative;
    display: block;
    color: #585f66;
    text-align: center;
    margin: 0 auto;
}

.mostrarOcularPanel {
    position: absolute;
    top: -12px;
    z-index: 12;
    right: 10px;
    font-size: 25px;
    cursor: pointer
}



/*page procesos*/
.bo-white {
    border: 1px solid white !important
}


.background-gradient-dark {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, #202327 100%);
}


.mono-type {
    /* font-family: Monaco, Consolas, Lucida Console, monospace;*/
}



.process.rojo {
    background-image: linear-gradient(to right, transparent 0%, transparent 50%, #fc0000 100%);
    animation: pulse-gradient-rojo 1s infinite;
}


.process.verde {
    background-image: linear-gradient(to right, transparent 0%, transparent 50%, #1eff00 100%);
    animation: pulse-gradient-verde 1s infinite;
}

.process.amarillo {
    background-image: linear-gradient(to right, transparent 0%, transparent 50%, #e5ff00 100%);
    animation: pulse-gradient-amarillo 1s infinite;
}

@-webkit-keyframes pulse-gradient-rojo {
    0% {
        box-shadow: inset 0px 0 10px 0 transparent;
    }

    50% {
        box-shadow: inset 0px 0 10px 0 rgba(216, 13, 13,0.5);
    }

    100% {
        box-shadow: inset 0px 0 10px 0 transparent;
    }
}

@-webkit-keyframes pulse-gradient-verde {
    0% {
        box-shadow: inset 0px 0 10px 0 transparent;
    }

    20% {
        box-shadow: inset 0px 0 10px 0 rgba(77, 255, 0, 0.3);
    }

    100% {
        box-shadow: inset 0px 0 10px 0 transparent;
    }
}



@-webkit-keyframes pulse-gradient-amarillo {
    0% {
        box-shadow: inset 0px 0 10px 0 transparent;
    }

    20% {
        box-shadow: inset 0px 0 10px 0 rgba(255, 251, 0, 0.2);
    }

    100% {
        box-shadow: inset 0px 0 10px 0 transparent;
    }
}
