﻿:root {
    --color-fuente-gral: rgb(15 62 77 / 75%);
    --color-fuente-gral-sel: rgb(15 62 77 / 100%);
    --color-fuente-gral-dis: rgb(15 62 77 / 40%);
    --color-fondo-menus: #0f3e4d;
    --color-fuente-menus: #d7dee9;
    --color-fuente-hover-menus: #136d8e;
    --color-fondo-popups: #f9f9f9;
    --color-popup-focus: rgb(15 62 77 / 100%);
    --color: #8a3878;
    --color-02: #8a387833;
    --bgc-header: #d3d3d3;
    --color-header: #893979;
    --filtro-png: brightness(0) saturate(100%) invert(29%) sepia(41%) saturate(1017%) hue-rotate(261deg) brightness(89%) contrast(89%);
    --filtro-png-invert: brightness(0) saturate(100%) invert(98%) sepia(16%) saturate(0%) hue-rotate(59deg) brightness(112%) contrast(100%);
}
html {
    overflow: hidden;
}
html, body {
    max-width: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Roboto' !important;
    font-weight: normal;
    text-shadow: none !important;
    -webkit-font-smoothing: antialiased;
    scrollbar-color: rgba(133, 217, 234, 1) rgba(133, 217, 234, 0.2);
    scrollbar-width: thin;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input {
    width: -moz-available;
}
::-webkit-input-placeholder { /* Edge */
    color: var(--color-fuente-gral-dis);
    font-family: 'Roboto';
    font-size: 0.9vw;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--color-fuente-gral-dis);
    font-family: 'Roboto';
    font-size: 0.9vw;
}

::placeholder {
    color: var(--color-fuente-gral-dis);
    font-family: 'Roboto';
    font-size: 0.9vw;
}

::-webkit-scrollbar {
    display: none;
}

canvas {
    width: 40vw;
    height: auto;
    margin-left: 1vw;
}

.no-interact * {
    pointer-events: none;
}
.no-interact .mnuctx,
.no-interact .mnuctx * {
    pointer-events: auto;
}
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.1);
    z-index: 10009;
}

.disabled {
    pointer-events: none;
    opacity: 0.5 !important;
}
.dis-opacity {
    opacity: 0.5;
}

.nowrap {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
    .nowrapli:hover .nowrap {
        text-overflow: clip;
        white-space: normal;
        word-break: break-word;
    }

.wait {
    display: none;
    position: absolute;
    top: 40%;
    right: 44%;
    font-size: 7vw !important;
    text-shadow: none;
    /*z-index: 100000;*/
    z-index: 1000000;
}

.credenciales {
    width: 16%;
    margin: 4vh 42%;
    font-size: 1vw;
}

    .credenciales input[type=text], .credenciales input[type=password] {
        width: 100%;
        padding: 1.2vh 0.5vw;
        border-radius: 1px;
        border: 1px solid #b7b7b7;
        font-size: 1vw;
        color: var(--color-fuente-gral);
    }

        .credenciales input[type=text]:focus, .credenciales input[type=password]:focus {
            border-color: #b7b7b7;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(183 183 183 / 60%);
            box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(183 183 183 / 60%);
        }

    .credenciales .remember {
        float: left;
        font-size: 0.7vw;
        margin-top: 1vh;
    }

    .credenciales .btnlogin {
        background-color: rgb(137 57 121 / 70%);
        width: 106%;
        margin-top: 4vh;
        padding: 1.5vh 0;
        color: white;
        border: 1px solid rgb(137 57 121 / 70%);
        border-radius: 25px;
        letter-spacing: 0.2vw;
    }

        .credenciales .btnlogin:hover {
            background-color: rgb(137 57 121 / 100%);
            cursor: pointer;
        }

    .credenciales input[type=checkbox] {
        vertical-align: middle;
    }

.menu-ppal {
    position: relative;
    z-index: 99999;
    height: 100vh;
    background-color: var(--color-fondo-menus);
    font-family: 'Roboto';
    font-weight: 300;
    /*font-size: 0.75vw;*/
    font-size: 1.48vh;
}

    .menu-ppal .title {
        margin-top: 0.8vh;
        color: var(--color-fuente-menus);
        text-align: center;
        letter-spacing: 0.2vw;
    }

    .menu-ppal hr {
        margin: 0.5vh 0.2vw 0 0.2vw;
        border: none;
        height: 1px;
        background-color: var(--color-fuente-menus);
    }

    .menu-ppal ul {
        list-style: none;
        padding: 2vh 0 0 0.5vw;
        margin: 0;
        color: var(--color-fuente-menus);
    }

        .menu-ppal ul li {
            padding: 0.8vh 1vw;
            margin-right: 1vw;
            border-radius: 5px;
        }

            .menu-ppal ul li:hover {
                color: white;
                /*background-color: var(--color-fuente-hover-menus);*/
                cursor: pointer;
            }

            .menu-ppal ul li .icon {
                margin-right: 0.6vw;
                /*font-size: 0.9vw;*/
                font-size: 1.8vh;
            }

            .menu-ppal ul li .openmenu {
                float: right;
                padding-top: 0.3vh;
            }

    .menu-ppal ul li #openVentana {
        transform: rotate(0deg);
        transition: all 1s;
    }

    .menu-ppal ul li.open #openVentana {
        transform: rotate(180deg);
    }

    .menu-ppal .submenu ul {
        /*background-color: #185f76;
        padding: 1vh 0 1vh 0vw;*/
        font-size: 0.6vw;
        line-height: 0.5vh;
    }
        .menu-ppal .submenu ul li {
            padding: 0.8vh 0vw;
            margin-right: 0vw;
            border-radius: 5px;
        }
    .menu-ppal .submenu {
        /*background-color: #185f76;
        padding-left: 1.5vw;
        padding-top: 0.5vh;*/
        padding-left: 3.0vw;
    }
.tree,
.tree ul {
    margin: 0 0 0 1em; /* indentation */
    padding: 0 !important;
    list-style: none;
    position: relative;
}

    .tree ul {
        margin-top: 1vh;
        margin-left: 0.5em;
    }
        /* (indentation/2) */

        .tree:before,
        .tree ul:before {
            content: "";
            display: block;
            width: 0;
            position: absolute;
            top: 0;
            bottom: 11px;
            left: 0;
            border-left: 1px solid;
        }

    .tree li {
        margin: 0;
        padding: 0 1.5em; /* indentation + .5em */
        position: relative;
    }

        .tree li:before {
            content: "";
            display: block;
            width: 10px; /* same with indentation */
            height: 0;
            border-top: 1px solid;
            margin-top: -3px; /* border top width */
            position: absolute;
            top: 1em; /* (line-height/2) */
            left: 0;
        }

        .tree li:last-child:before {
            height: auto;
            top: 1em; /* (line-height/2) */
            bottom: 0;
        }
        .tree li>div:hover {
            color: white;
            font-weight: 600;
            cursor: pointer;
        }
/*
.header {
    height: 6vh;
    background-color: white;
    padding-top: 1vh;
    padding-left: 2vw;
}

    .header .circle {
        float: left;
    }

        .header .circle .data {
            color: var(--color-fondo-menus);
            border: 2px solid var(--color-fondo-menus);
            border-radius: 50%;
            width: 4vh;
            height: 4vh;
            font-size: 1.55vh;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
        }

        .header .circle .container:hover > .data {
            color: var(--color-fuente-menus);
            background-color: var(--color-fondo-menus);
            cursor: pointer;
        }

        .header .circle .container:hover ~ .legend {
            color: var(--color-fondo-menus);
        }

        .header .circle .legend {
            font-size: 1vh;
            color: rgb(128 128 128 / 70%);
            padding-top: 0.8vh;
        }

    .header .sign-out {
        font-size: 2.2vw;
        float: right;
        margin-right: 1.5vw;
        color: var(--color-fuente-gral);
        transition: all 0.5s;
    }

        .header .sign-out:hover {
            cursor: pointer;
            color: var(--color-fondo-menus);
            transform: scale(1.1);
        }
*/
.content {
    padding: 1% 1%;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 0.9vw;
    color: var(--color-fuente-gral);
    transition: opacity 1s;
}

    .content .box {
        margin: 1%;
        background: #f9f9f9;
        border-width: 1px;
        border-style: solid;
        border-color: rgba(255,255,255,0.7);
        border-radius: 5px;
        box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
    }

        .content .box .title {
            margin-top: 3vh;
            margin-right: 0.5vw;
            font-size: 1.0vw;
            font-weight: 400;
            text-align: center;
            letter-spacing: 0.3vw;
        }

.dscard {
    margin: 1%;
    padding: 1vh 1vw;
    /*background: linear-gradient(220.64deg, #C8F5FF 0%, #B4B4FF 100%);
    background: linear-gradient(220.64deg, #bde7f4 0%, #2c98ba 100%);*/
    background: linear-gradient(220.64deg, white 0%, #b5cfd7 100%);
    border-color: #b5cfd7;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 #b5cfd7;
    letter-spacing: 0.15vw;
}

    .dscard .top-line {
        font-size: 0.9vw;
        font-weight: 300;
    }

    .dscard .head-line {
        font-size: 1vw;
        font-weight: 500;
    }

    .dscard .value {
        font-size: 1.3vw;
        font-weight: 500;
        margin-top: 9vh;
    }

    .dscard .arrow-up {
        color: rgb(0 128 0 / 60%);
    }

    .dscard .arrow-down {
        color: rgb(178 34 34 / 60%);
        vertical-align: middle;
    }

    .dscard .arrow-equal {
        color: rgb(255 165 0 / 60%);
    }

.graph .title {
    margin-top: 2vh !important;
    letter-spacing: 0.15vw !important;
}

.tile {
    height: 14vh;
    border-radius: 5px;
    box-shadow: rgb(15 62 77 / 40%) 0px 3px 8px;
}
    .tile .title {
        text-align: center;
        padding-top: 1vh;
        padding-bottom: 1vh;
        background-color: rgb(15 62 77 / 20%);
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        color: white;
        letter-spacing: 0.5vw;
    }
    .tile .content {
        opacity: 1 !important;
        padding: 1vh 1vw;
        font-weight: 300;
        font-size: 0.75vw;
        color: var(--color-fuente-gral);
    }

/*.treeview {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fbfbfb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}*/
.treeview {
    font-size: 0.8vw;
}
    .treeview li {
        list-style-type: none;
        margin: 0;
        padding: 5px 5px 0 0px;
        position: relative
    }
        .treeview li span:hover,
        .treeview li span.selected {
            cursor: pointer;
            background-color: rgb(15 62 77 / 40%);
            color: white;
        }

        .treeview li::before, .treeview li::after {
            content: '';
            left: -20px;
            position: absolute;
            right: auto
        }

        .treeview li::before {
            border-left: 1px solid #999;
            bottom: 50px;
            height: 100%;
            top: 0;
            width: 1px
        }

        .treeview li::after {
            border-top: 1px solid #999;
            height: 20px;
            top: 20px;
            width: 20px
        }

        .treeview li span {
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border: 1px solid #999;
            border-radius: 5px;
            display: inline-block;
            padding: 3px 8px;
            text-decoration: none
        }

        .treeview li.parent_li > span {
            cursor: pointer
        }

    .treeview > ul > li::before, .treeview > ul > li::after {
        border: 0
    }

    .treeview li:last-child::before {
        height: 21px
    }

    .treeview li.parent_li > span:hover, .treeview li.parent_li > span:hover + ul li span {
        background: #eee;
        border: 1px solid #94a0b4;
        color: #000
    }
.tox-tinymce-aux {
    z-index: 100000 !important;

}
.mceNonEditable {
    background-color: #e7ecff;
    padding: 1px 0;
    color: #4059b3;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.9375em;
}

div.hasDatepicker {
    display: block;
    padding: 0;
    overflow: visible;
    margin: 8px 0;
    max-width: 340px
}

.ui-datepicker {
    width: 18% !important;
    overflow: visible;
    margin: 0;
    display: none;
    z-index: 1000000 !important;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .6em 0;
        border-bottom: 0;
        font-weight: bold;
    }

    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        padding: 1px 0 1px 2px;
        position: absolute;
        top: .2em;
        margin-top: 0;
        text-indent: -9999px;
        vertical-align: middle;
        margin-right: .625em;
        width: 1.75em;
        height: 1.75em;
        white-space: nowrap !important;
        /*Dynamic*/
        border: 1px solid rgba(128, 128, 128, 0.5);
        /*-webkit-border-radius: 1em;
        border-radius: 1em;*/
    }

        .ui-datepicker .ui-datepicker-prev:after,
        .ui-datepicker .ui-datepicker-next:after {
            left: 50%;
            margin-left: -11px;
            top: 50%;
            margin-top: -11px;
            content: "";
            position: absolute;
            display: block;
            width: 22px;
            height: 22px;
            background-color: rgba(0,0,0,.3) /*{global-icon-disc}*/;
            background-position: center center;
            background-repeat: no-repeat;
            -webkit-border-radius: 1em;
            border-radius: 1em;
        }

        .ui-datepicker .ui-datepicker-next:after {
            background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2214%2C7%207%2C0%207%2C5%200%2C5%200%2C9%207%2C9%207%2C14%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        }

        .ui-datepicker .ui-datepicker-prev:after {
            background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%227%2C5%207%2C0%200%2C7%207%2C14%207%2C9%2014%2C9%2014%2C5%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        }

    .ui-datepicker .ui-datepicker-prev {
        left: 9px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
        /*Dynamic*/
        color: rgba(128, 128, 128, 0.8);
    }

        .ui-datepicker .ui-datepicker-title select {
            margin: 1px 0;
            /*Dynamic*/
            /*font-size: 1em;*/
            color: rgba(128, 128, 128, 0.8);
            font-size: 0.9em;
        }

    .ui-datepicker select.ui-datepicker-month-year {
        width: 100%;
    }

    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        width: 49%;
    }

    .ui-datepicker table {
        width: 100%;
        border-collapse: collapse;
        margin: 0;
    }

    .ui-datepicker td {
        border-width: 1px;
        padding: 0;
        border-style: solid;
        text-align: center;
        min-width: 41px;
    }

        .ui-datepicker td span,
        .ui-datepicker a {
            display: block;
            text-align: center;
            text-decoration: none;
            /* from .ui-btn class */
            font-size: 16px;
            position: relative;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            text-decoration: none !important;
            font-weight: bold;
            border-width: 1px;
            border-style: solid;
        }

        .ui-datepicker td a {
            padding: .2em 0;
            font-weight: bold;
            margin: 0;
            border-width: 0;
        }

.ui-datepicker-calendar th {
    padding-top: .4em;
    padding-bottom: .4em;
    border-width: 1px;
    border-style: solid;
}

    .ui-datepicker-calendar th span,
    .ui-datepicker-calendar span.ui-state-default {
        opacity: .7;
    }

.ui-datepicker-calendar td a,
.ui-datepicker-calendar td span {
    padding: .6em .5em;
    border: 1px solid rgba(197, 197, 197, 0.2) !important;
}

.ui-datepicker .ui-state-disabled {
    /*opacity: 1;*/
    /*Dynamic
    background-color: rgb(138 56 120 / 20%);*/
    background-color: var(--color);
    opacity: 0.2;
}

.ui-datepicker.ui-corner-all,
.ui-datepicker .ui-datepicker-header.ui-corner-all {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    /*Dynamic*/
    border: none;
    padding-top: 0.5vh;
    color: rgba(128, 128, 128, 0.8);
    font-family: 'Open Sans', arial;
    font-weight: normal;
    text-shadow: none;
}

/*!
* jQuery Mobile Datepicker Wrapper 1.4.2
http://uglymongrel.com.com
*
* Copyright Alexander Schmitz and other contributors
* Released under the MIT license.
* http://uglymongrel.com.org/license
*
*/

/* Globals */
.ui-datepicker,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    /* ui-shadow */
    -webkit-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.15) /*{global-box-shadow-color}*/;
    -moz-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.15) /*{global-box-shadow-color}*/;
    box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.15) /*{global-box-shadow-color}*/;
}
/* Swatches */
/* A
-----------------------------------------------------------------------------------------------------------*/
html .ui-overlay-a .ui-datepicker td span,
html .ui-overlay-a .ui-datepicker a,
html .ui-body-a .ui-datepicker td span,
html .ui-body-a .ui-datepicker a,
.ui-page-theme-a .ui-datepicker td span,
.ui-page-theme-a .ui-datepicker a {
    /* ui-btn-a */
    background-color: #f6f6f6 /*{a-bup-background-color}*/;
    border-color: #ddd /*{a-bup-border}*/;
    color: #333 /*{a-bup-color}*/;
    text-shadow: 0 /*{a-bup-shadow-x}*/ 1px /*{a-bup-shadow-y}*/ 0 /*{a-bup-shadow-radius}*/ #f3f3f3 /*{a-bup-shadow-color}*/;
}

html body .ui-datepicker .ui-state-highlight {
    /* ui-btn-down */
    background-color: #e8e8e8 /*{a-bdown-background-color}*/;
    border-color: #ddd /*{a-bdown-border}*/;
    color: #333 /*{a-bdown-color}*/;
    text-shadow: 0 /*{a-bdown-shadow-x}*/ 1px /*{a-bdown-shadow-y}*/ 0 /*{a-bdown-shadow-radius}*/ #f3f3f3 /*{a-bdown-shadow-color}*/;
}

html body .ui-datepicker .ui-state-active {
    /* ui-btn-active */
    background-color: var(--color) /*{a-active-background-color}*/;
    border-color: #3388cc /*{a-active-border}*/;
    color: #fff /*{a-active-color}*/;
    text-shadow: 0 /*{a-active-shadow-x}*/ 1px /*{a-active-shadow-y}*/ 0 /*{a-active-shadow-radius}*/ #005599 /*{a-active-shadow-color}*/;
}

.ui-datepicker td,
.ui-datepicker .ui-datepicker-header {
    /* ui-body-a */
    border-color: #ddd /*{a-body-border}*/;
    background-color: #fff /*{a-body-background-color}*/;
    color: #333 /*{a-body-color}*/;
    text-shadow: 0 /*{a-body-shadow-x}*/ 1px /*{a-body-shadow-y}*/ 0 /*{a-body-shadow-radius}*/ #f3f3f3 /*{a-body-shadow-color}*/;
}

.ui-datepicker th {
    /* ui-bar-a */
    background-color: #e9e9e9 /*{a-bar-background-color}*/;
    border-color: #ddd /*{a-bar-border}*/;
    color: #333 /*{a-bar-color}*/;
    text-shadow: 0 /*{a-bar-shadow-x}*/ 1px /*{a-bar-shadow-y}*/ 0 /*{a-bar-shadow-radius}*/ #eee /*{a-bar-shadow-color}*/;
    font-weight: bold;
}
/*Desactiva JQuery Selecmenu cuando el select original es readonly*/

select[readonly] ~ .ui-selectmenu-button {
    pointer-events: none;
    touch-action: none;
}

/*Barras de progreso*/
progress {
    position: absolute;
    width: 0%;
    background: #36c;
    border: none;
    height: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
}

    /*progress {
        background: #36c;
        width: 0;
        transition: width 10s linear;
    }
    progress::-moz-progress-bar {
        background: #36c;
        width: 0;
        transition: width 10s linear;
    }

    progress::-webkit-progress-bar {
        background: #36c;
        width: 0;
        transition: width 10s linear;
    }
.fill {
    width: 100%;
}
.fill::-webkit-progress-bar {
    width: 100%;
}

.fill::-moz-progress-bar {
    width: 100%;
}*/

.popup-msg {
    z-index: 100000;
    position: absolute;
    top: 36vh;
    left: 34vw;
    border: 1px solid white;
    border-radius: 5px;
    box-shadow: 5px 5px 5px grey;
    /*color: #7c326c;*/
    color: var(--color);
    background: white;
    padding: 3vh 2vw;
    width: 30vw;
}
    .popup-msg .title {
        font-size: 2vw;
        margin-bottom: 3vh;
        color: orange;
    }
    .popup-msg .msg {
        text-align: justify;
        font-size: 1.2vw;
        margin-bottom: 3vh;
    }
.msgs {
    position: absolute;
    left: 74vw;
    top: 3vh;
    width: 25vw;
}
.dsmsg {
    position: relative;
    float: right;
    left: 75%;
    margin-bottom: 0.5vh;
    z-index: 10000000;
    border: 1px solid var(--color);
    padding: 1vh 1vw;
    width: 15vw;
    background-color: var(--color);
    border-radius: 5px;
}
    .dsmsg .icon {
        font-size: 1.7vw;
        margin-top: 0.3vh;
        color: whitesmoke;
    }

    .dsmsg .title {
        color: whitesmoke;
        font-size: 1vw;
    }

    .dsmsg .msg {
        color: whitesmoke;
        font-size: 0.8vw;
    }

.window {
    overflow: hidden;
    position: absolute;
    top: 46vh;
    left: 36vw;
    width: 24vw;
    display: block;
    z-index: 1000000;
    color: rgb(138, 56, 120);
    background-color: white;
    padding: 5vh 3vw;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 90%) 0px 3px 8px;
}

.paw-container {
    width: 12vw;
    display: flex;
    justify-content: center;
}

.paw {
    width: 50px;
    height: 50px;
    margin-right: 0.5vw;
    transition: opacity 0.5s ease-in-out;
}
img.paw {
    filter: var(--filtro-png);
}
.waitlegend {
    font-size: 2vw;
    margin-top: 4vh;
    text-align: center;
}
#periodoPagoLista {
    font-size: 1vw;
    margin-top: 0.8vh;
    border-color: var(--color);
    border-width: 1px;
    height: 16.8vh;
}
.head-vencimientos {
    align-items: baseline;
    color: white;
    /*background: #8a38788c;*/
    background: var(--color);
    opacity: 0.5;
    font-size: 0.8vw;
    text-align: center;
    padding: 0.4vh;
}
.medios-pago {
    color: var(--color);
    opacity: 0.5;
}
.containermascotatitle {
    text-align: center;
    font-size: 2.5em;
    font-family: 'Architects Daughter';
    font-weight: bold;
    color: #a0367c;
    margin-top: 3vh;
    padding-top: 0.5vh;
    letter-spacing: 0.3vw;
}
.containermascota {
    height: 10vh;
    overflow: hidden;
    align-items: center;
    border-radius: 50px;
    margin-top: 2vh;
    transition: all 1s;
}
    .containermascota:hover {
        cursor: pointer;
        background: #8080801a;
        transform: scale(1.2);
    }
    .containermascota .name.select {
        color: #a0367c;
    }
    .containermascota img.select {
        border-color: #a0367c;
    }
    .containermascota img {
        width: auto;
        height: 7vh;
        position: relative;
        left: 25%;
        border-radius: 50%;
        object-fit: cover;
        border: 2px solid #ddd;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .containermascota .name {
        color: #7b7b79;
        font-weight: bold;
        font-size: calc(1vw + 1vh);
        max-width: 100%;
        white-space: nowrap;
        font-family: 'Architects Daughter';
    }
.containerdatosasegurado {
    font-family: cursive;
    font-size: 1.4em;
    color: #7b7b79;
    line-height: 3.3vh;
    padding-left: 2vw;
}
.containerdatosmascota {
    font-family: cursive;
    font-size: 1.1em;
    color: #7b7b79;
    line-height: 2.5vh;
    text-align: left;
}
.containermascotatitle .menu {
    float: right;
    padding-right: 1vw;
    margin-top: 1vh;
    font-size: 0.9em;
    cursor: pointer;
    opacity: 0.8;
    transition: all 1s;
}
    .containermascotatitle .menu:hover {
        opacity: 1;
        transform: scale(1.1);
    }
.mnuaseg {
    display: none;
    z-index: 99999;
    position: absolute;
    background: #f9f9f9;
    border-radius: 34px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
    .mnuaseg ul {
        list-style: none;
        padding: 1vh 1vw;
        margin: 0;
        color: #a0367c;
        font-family: cursive;
    }
    .mnuaseg li:hover {
        color: white;
        background-color: #a0367c;
        cursor: pointer;
    }

.loading-line {
    width: 80%;
    height: 15px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    border-radius: 4px;
}
    .loading-line.title {
        margin-left: 10%;
        height: 4vh;
    }
    .loading-line.tusmascotas {
        margin-left: 10%;
        margin-top: 2vh;
        height: 9vh;
    }
    .loading-line.tusdatos {
        margin-left: 10%;
        margin-top: 1vh;
        height: 3vh;
    }
    .loading-line.mascota {
        margin-left: 10%;
        margin-top: 1vh;
        height: 2vh;
    }
    .loading-line.recibo {
        margin-top: 2vh;
        margin-left: 10%;
        height: 38vh;
    }
    .loading-line.siniestro {
        margin-left: 10%;
        margin-top: 1vh;
        height: 3vh;
    }
@keyframes shimmer {
    from {
        background-position: 200% 0;
    }

    to {
        background-position: -200% 0;
    }
}

.mtos {
    display: none;
    position: absolute;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #f9f9f9;
    z-index: 99999;
    padding-top: 1vh;
    transition: all 1s;
}
.titlemtos {
    color: #a0367c;
    font-size: 1.5em;
    font-family: cursive;
    margin-left: 2vw;
}
.xcerrar {
    float: right;
    color: #a0367c;
    font-size: 1.5em;
    padding-right: 0.5em;
    cursor: pointer;
}
.mtos .dsinput {
    font-size: 1.0em;
    color: #3f3f3f;
    border-color: #808080;
}
.mtos .legend {
    margin-top: 0.1vw;
    margin-bottom: 1vh;
    font-size: 0.75em;
    color: #808080;
}
.mtos .lista {
    list-style: none;
    font-family: cursive;
    font-size: 1.2em;
    color: #808080;
}
    .mtos .lista li:hover {
        cursor: pointer;
        color: #555454;
    }
.mtos .lista i {
    margin-right: 0.8vw;
}
.mtos .msg {
    padding: 1.5vh 2vw;
    font-family: cursive;
    color: gray;
    font-size: 1.2em;
}
.mtos textarea {
    background: transparent;
    border: 1px solid #80808069;
    width: 94%;
    height: 14vh;
    padding: 1% 2%;
    font-family: cursive;
    color: gray;
    font-size: 1em;
    resize: none;
}
.ball-envelope {
    position: absolute;
    top: -5px;
    right: -12px;
    background: grey;
    color: white;
    font-size: 0.7em;
    font-weight: bold;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: none;
    align-items: center;
    justify-content: center;
}
.btn-emoji {
    font-size: 1.2em;
    border: none;
    background: transparent;
    position: absolute;
    top: 41vh;
    left: 3.5vw;
    opacity: 0.7;
}
.txt-whatsapp {
    resize: none;
    width: 19.5vw;
    height: 29vh;
    font-family: sans-serif;
    font-size: 1em;
    padding: 1vh 1vw;
    color: gray;
    border: none;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 50%) 0px 3px 8px;
    line-height: 1.4em;
    background: white;
}
    .txt-whatsapp:focus-visible {
        outline: none;
    }
.input-whatsapp {
    margin-bottom: 2vh;
    font-family: sans-serif;
    font-size: 1em;
    padding: 1vh 1vw;
    color: gray;
    border: none;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 50%) 0px 3px 8px;
    width: 19.5vw;
}
    .input-whatsapp:focus-visible {
        outline: none;
    }
.counter {
    position: absolute;
    bottom: 5vh;
    right: 4vw;
    font-size: 0.7em;
    color: #ffa500ad;
}
.div-bodymail {
    margin-top: 2vh;
    width: 40vw;
    height: 38vh;
    border: 1px solid #ccc;
    border-radius: 1%;
    padding: 10px;
    background-color: white;
    overflow: auto;
}
/*Dropzone*/
body .dropzone {
    height: 17vh;
    margin-top: 2vh;
    min-height: 0px;
    border: none;
    border-radius: 5px;
    padding: 20px 20px;
    background: rgb(255 165 0 / 5%);
}
body .dropzone.dz-drag-hover {
    border: none;
    background: rgb(255 165 0 / 25%);
}
    body .dropzone .dz-preview {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 0px;
        margin-right: 1vw;
        min-height: 0px;
    }
    body .dropzone .dz-preview.dz-file-preview .dz-image, body .dropzone .dz-preview.dz-image-preview .dz-image {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        background: linear-gradient(to bottom, #eee, #ddd);
    }
    body .dropzone .dz-preview .dz-image {
        border-radius: 5px;
        overflow: hidden;
        width: 100px;
        height: 100px;
        position: relative;
        z-index: 10;
    }
/* Oculta el nombre y tamaño por defecto */
body .dz-preview .dz-details {
    opacity: 0 !important;
    transition: opacity 0.3s ease-in-out;
}

/* Muestra el nombre y tamaño al pasar el ratón */
body .dz-preview:hover .dz-details {
    opacity: 1 !important;
}
body .dropzone .dz-preview .dz-remove {
    font-size: 0.7em;
    text-align: center;
    display: block;
    cursor: pointer;
    margin-top: 0.5vh;
    border: 1px gray solid;
    border-radius: 4px;
    padding: 0.3vh;
    background: gray;
    color: white;
    text-decoration: none;
}
body .dropzone .dz-preview .dz-remove:hover {
    text-decoration: none;
    font-weight: bold;
}
body .dropzone .dz-message {
    text-align: center;
    margin: 2em 0;
    margin-top: 5vh;
}
/*Campo de búsuqeda en las tablas*/
#dfSearchTable {
    border: 1px solid rgb(15 62 77 / 20%);
    border-radius: 5px;
    padding: 0.5vh;
    font-size: 0.7em;
}
/*Input MFA*/
.digit-box {
    width: 2vw;
    height: 2.5vw;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 1.5vw;
    font-family: monospace;
    line-height: 2.5vw;
    background-color: white;
    cursor: text;
}
    .digit-box.active {
        border-color: #893979;
        box-shadow: 0 0 5px #89397955;
    }