﻿@import url(wp-blue-theme.css);
@import url("wptooltip.css");
@import url("wpswitch.css");
@import url("wp-input-panel.css");

:root {
    --font-family: Roboto, sans-serif !important;
    --font-family2: 'Pragati Narrow', sans-serif !important;
    --bgMain: #f2f2f2;
    --colorProd: #1976d2;
    --colorTest: #009933;
    --colorDev: #262673;
    --siteColor: #009933;
    --siteColorLight: #9FC4A3;
    --siteColorLight2: #DFEBE0;
    --fontColor: #777;
    --fontColor2: #262626;
    --fontWeight: 500;
    --labelWeight: bold;
    --labelColor: #333;
    --bgColor: #f2f3f4;
    --btnColor: #d9d9d9;
    --iconColor: #555;
    --icon-red: #f44336;
    /*--siteColor: #4d004d;*/
    --green: #006600;
    --green-l1: #00b800;
    --green-l2: #0aff0a;
    --green-l3: #5cff5c;
    --green-l4: #adffad;
    --green-d1: #005c00;
    --green-d2: #005200;
    --green-d3: #004700;
    --green-d4: #003d00;
    --amber: #ff9900;
    --amber-l1: #ffad33;
    --amber-l2: #ffc266;
    --amber-l2: #ffd699;
    --amber-d1: #e68a00;
    --amber-d2: #cc7a00;
    --amber-d3: #b36b00;
    --green2: #00cc66;
    --green2-l1: #0aff85;
    --green2-l2: #47ffa3;
    --green2-l3: #85ffc2;
    --green2-l4: #c2ffe0;
    --green2-l5: #edfff6;
    --green2-d1: #00b85c;
    --green2-d2: #00a352;
    --green2-d3: #008f47;
    --green2-d4: #007a3d;
    --green2-d5: #006633;
}

html, body, h1, h2, h3, h4, h5 {
    font-family: var(--font-family);
}
hr {
   margin: 5px 0px 5px 0px;
}

/*legend {
    font-family: var(--font-family) !important;
    font-weight: var(--labelWeight) !important;
    color: var(--labelColor);
}*/

.w3-dark-green {
    background: #003d00;
}

fieldset{
    border: none;
}
.divider {
    border-bottom: 1px solid #d9d9d9
}
.wp-bg-main{
    background-color: var(--bgMain) !important;
}
.wp-container-btn{
    border-bottom: 1px solid !important;
    border-bottom-color: var(--iconColor) !important;
}
.wp-btn-icon {
    display: inline-block;
    border: none;
    padding: 8px 16px;
    border-radius: 50%;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    background: transparent;
    color: var(--iconColor);
}
    .wp-btn-icon:hover {
        background: var(--btnColor);
    }
.wp-prespace {
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.wp-main-img{
    min-height: 100%;
    min-width: 100%;
    background-position: center;
    background-size: cover;    
}
.wp-bg-red:hover {
    background-color: var(--icon-red);
    color: #fff !important;
}
.wp-icon-s{
    font-size: 10px;
}
.wp-icon-m {
    font-size: 12px;
    padding: 6px 12px !important;
}
.wp-icon-l {
    font-size: 16px;
}
.wp-icon-xl {
    font-size: 20px;
}
.wp-icon-xxl {
    font-size: 24px;
}
legend {
    font-family: var(--font-family) !important;
    font-weight: var(--labelWeight) !important;
    color: var(--labelColor);
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    background-color: white;
}
label {
    font-family: var(--font-family);
    font-weight: var(--labelWeight) !important;
    color: var(--labelColor);
    /*font-weight: bold !important;*/
}
/*input:focus:invalid {
    outline: 1px solid red;
}*/

.wp-label-s {
    font-family: var(--font-family);
    font-weight: var(--labelWeight) !important;
    font-size: 0.85em;
    color: var(--labelColor);
}
.wp-bg {
    background-color: var(--bgColor);
}
.wp-label-white {
    font-family: var(--font-family2);
    font-weight: normal !important;
    color: white !important;
}
.wp-label-dark {
    font-family: var(--font-family2);
    font-weight: normal !important;
    color: var(--labelColor);
}
tbody td {
    font-family: var(--font-family);
    font-weight: var(--fontWeight);
    color: var(--fontColor2);
}
input, select {
    font-family: var(--font-family);
    font-weight: var(--fontWeight);
    color: var(--fontColor);
}
input:-ms-input-placeholder {
    color: lightgray;
}
input::-webkit-input-placeholder {
    color: lightgray;
}
input:invalid {
    border: 1px solid red;
}

input:required:valid {
    border-bottom: 1px solid green;
}
.wp-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.wp-btnToTop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 45px;
    left: auto;
    top: auto;
    z-index: 999;
}
.wp-btnToTop2 {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 30px;
    left: auto;
    top: auto;
    z-index: 999;
}
.wp-ontop{
    z-index:999;
}
.wp-container-top {
    margin-top: 90px;
    margin-bottom: 90px;
}
.wp-container-margin {
    padding-left: 32px;
    padding-right: 32px;
}
.wp-footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 3;
}
.wp-footer-off {
    z-index: 4;
}
.wp-footer-on {
    height: 48px;
    margin-left: 300px;
    z-index: 4;
}
.wp-checkbox-align{
    margin-top:12px;
}
.wp-span-align {
    margin-top: 6px;
}
.wp-label-align {
    margin-top: 6px;
}
.wp-select-align {
    /*Usar en w3-col*/
    margin-top: 2px;
}
.wp-subtotal-align {
    margin-top: 8px;
    padding-right: 3px;
}
.wp-xsubtotal-align {
    margin-top: 11px;
    padding-right: 3px;
}
.wp-col-sbt-align {
    vertical-align: middle !important;
}
.wp-tab-inactive{
    display: none;
}
/* Style the form - display items horizontally */
.wp-form-inline {
    display: flex !important;
    flex-flow: row wrap !important;
    align-items: center !important;
}

    /* Add some margins for each label */
    .wp-form-inline label {
        margin: 5px 10px 5px 0 !important;
    }

    /* Style the input fields */
    .wp-form-inline input {
        vertical-align: middle !important;
        margin: 5px 10px 5px 0 !important;
        padding: 10px !important;
        background-color: #fff !important;
        border: 1px solid #ddd !important;
    }
    .wp-form-inline select {
        vertical-align: middle !important;
        margin: 5px 10px 5px 0 !important;
        padding: 10px !important;
        background-color: #fff !important;
        border-bottom: 1px solid #ddd !important;
    }
    /* Style the submit button */
    .wp-form-inline button {
        padding: 10px 20px !important;
    }

.fileUpload {
    position: relative;
    overflow: hidden;
    /*margin: 10px;*/
    margin-top: 5px;
    margin-bottom: 10px;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }
.wp-textarea {
    font-family: 'Courier New',Verdana;
    font-size: small;
    color: var(--siteColor);
   
}
/* Add responsiveness - display the form controls vertically instead of horizontally on screens that are less than 800px wide */
@media (max-width: 600px) {
    .wp-form-inline input {
        margin: 10px 0;
    }

    .wp-form-inline {
        flex-direction: column;
        align-items: stretch;
    }
}

/* Captcha mobile version */
.fieldset-recaptcha > div {
    min-width: 280px;
}

.wp-header {
    margin-top: -10px;
    padding-left: 16px;
    padding-top: 10px;
    padding-bottom: 10px
}
.wp-link1 {
    font-family: var(--font-family);
    padding-left: 5px;
    text-decoration: none;
}
.wp-main {
    margin-left: 300px;
    margin-top: 30px;
}
.wp-colSep {
    margin-right: 5px;
}
.wp-text-blue {
    color: #1976d2
}
.wp-text-bold {
    font-weight: bold;
}
.wp-text-uppercase {
    text-transform: uppercase;
}
.wp-tooltip {
    position: absolute;
    z-index: 4;
    left: 0;
    top: 25px;
}
.wp-file-label {
    cursor: pointer;
}
.wp-file {
    display: none;
}
.wp-row-s {
    padding-top: 5px;
    margin-bottom: 5px;
}
.wp-row-m{
    padding-top: 10px;
    margin-bottom: 10px;
}
.wp-top-s {
    margin-top: 5px;
}
.wp-top-ps {
    padding-top: 5px;
}
.wp-top-pm {
    padding-top: 10px;
}
.wp-top-pl {
    padding-top: 15px;
}
.wp-top-m {
    margin-top: 15px;
}
.wp-top-l {
    margin-top: 20px;
}
.bg-header {
    background-color: var(--siteColor)
}
.header-container {
    background-color: var(--siteColor);
    color: white;
}
.body-height {
    height: 90%
}
.my-link {
    display: none;
}
.fade-out {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 2s, opacity 2s linear;
}
.wp-input-s {
    width: 60px !important;
}
.wp-input-m {
    width: 120px !important;
}
.wp-input-l {
    width: 200px !important;
}
.wp-input-xl {
    width: 300px !important;
}
.wp-input-xxl {
    width: 400px !important;
}
.wp-col-id {
    width: 24px !important;
}
.wp-col-xs {
    width: 30px !important;
}
.wp-col-s {
    width: 60px !important;
}
.wp-col-m {
    width: 120px !important;
}
.wp-col-l {
    width: 200px !important;
}
.wp-col-xl {
    width: 300px !important;
}
.wp-col-xxl {
    width: 400px !important;
}
.wp-scroll-y {
    overflow-y: scroll;
}

/*Flags*/
.wp-flag-xs {
    width: 20px;
    height: 16px;
}
.wp-flag-s {
    width:28px;
    height: 24px;
}

/* COLORS */
.wp-amber {
    background-color: var(--amber);
}

.wp-amber-l1 {
    background-color: var(--amber-l1);
}

.wp-amber-l2 {
    background-color: var(--amber-l2);
}

.wp-amber-l3 {
    background-color: var(--amber-l3);
}

.wp-amber-d1 {
    background-color: var(--amber-d1);
}

.wp-amber-d2 {
    background-color: var(--amber-d2);
}

.wp-amber-d3 {
    background-color: var(--amber-d3);
}

.wp-blue {
    background-color: var(--siteColor);
    color: white;
}
.wp-green {
    background-color: var(--green);
}

.wp-green-l1 {
    background-color: var(--green-l1);
}

.wp-green-l2 {
    background-color: var(--green-l2);
}

.wp-green-l3 {
    background-color: var(--green-l3);
}
.wp-green-l4 {
    background-color: var(--green-l4);
}

.wp-green-d1 {
    background-color: var(--green-d1);
}

.wp-green-d2 {
    background-color: var(--green-d2);
}

.wp-green-d3 {
    background-color: var(--green-d3);
}
.wp-green2 {
    color: #fff !important;
    background-color: #00cc66 !important
}
.wp-green2-d1 {
    color: #fff !important;
    background-color: #00b85c !important
}
.wp-green2-d2 {
    color: #fff !important;
    background-color: #00a352 !important
}

.wp-green2-d3 {
    color: #fff !important;
    background-color: #008f47 !important
}

.wp-green2-d4 {
    color: #fff !important;
    background-color: #007a3d !important
}

.wp-green2-d5 {
    color: #fff !important;
    background-color: #006633 !important
}
.wp-green2-l5 {
    color: #000 !important;
    background-color: #edfff6 !important
}

.wp-green2-l4 {
    color: #000 !important;
    background-color: #c2ffe0 !important
}

.wp-green2-l3 {
    color: #000 !important;
    background-color: #85ffc2 !important
}

.wp-green2-l2 {
    color: #000 !important;
    background-color: #47ffa3 !important
}

.wp-green2-l1 {
    color: #000 !important;
    background-color: #0aff85 !important
}
.wp-red2 {
    color: #fff !important;
    background-color: #ff3333 !important
}
.wp-red2-l5 {
    color: #000 !important;
    background-color: #fff3f3 !important
}

.wp-red2-l4 {
    color: #000 !important;
    background-color: #ffd6d6 !important
}

.wp-red2-l3 {
    color: #000 !important;
    background-color: #ffadad !important
}

.wp-red2-l2 {
    color: #000 !important;
    background-color: #ff8585 !important
}

.wp-red2-l1 {
    color: #fff !important;
    background-color: #ff5c5c !important
}

.wp-red2-d1 {
    color: #fff !important;
    background-color: #ff1414 !important
}

.wp-red2-d2 {
    color: #fff !important;
    background-color: #f50000 !important
}

.wp-red2-d3 {
    color: #fff !important;
    background-color: #d60000 !important
}

.wp-red2-d4 {
    color: #fff !important;
    background-color: #b80000 !important
}

.wp-red2-d5 {
    color: #fff !important;
    background-color: #990000 !important
}
.wp-yellow {
    color: #000 !important;
    background-color: #ffff70 !important
}
.wp-yellow-l5 {
    color: #000 !important;
    background-color: #fffff6 !important
}

.wp-yellow-l4 {
    color: #000 !important;
    background-color: #ffffe2 !important
}

.wp-yellow-l3 {
    color: #000 !important;
    background-color: #ffffc6 !important
}

.wp-yellow-l2 {
    color: #000 !important;
    background-color: #ffffa9 !important
}

.wp-yellow-l1 {
    color: #000 !important;
    background-color: #ffff8d !important
}

.wp-yellow-d1 {
    color: #000 !important;
    background-color: #ffff4b !important
}

.wp-yellow-d2 {
    color: #000 !important;
    background-color: #ffff27 !important
}

.wp-yellow-d3 {
    color: #000 !important;
    background-color: #ffff02 !important
}

.wp-yellow-d4 {
    color: #000 !important;
    background-color: #dcdc00 !important
}

.wp-yellow-d5 {
    color: #fff !important;
    background-color: #b8b800 !important
}

.w3-ios-dark-blue {
    color: #fff;
    background-color: #5856d6
}

.w3-ios-deep-blue {
    color: #fff;
    background-color: #007AFF
}

.w3-ios-blue {
    color: #fff;
    background-color: #34AADC
}

.w3-ios-light-blue {
    color: #fff;
    background-color: #5AC8FA
}

.w3-ios-green {
    color: #000;
    background-color: #4cd964
}

.w3-ios-pink {
    color: #fff;
    background-color: #ff2d55
}

.w3-ios-red {
    color: #fff;
    background-color: #ff3b30
}

.w3-ios-orange {
    color: #fff;
    background-color: #ff9500
}

.w3-ios-yellow {
    color: #000;
    background-color: #ffcc00
}

.w3-ios-grey {
    color: #fff;
    background-color: #8e8e93
}

.w3-ios-light-grey {
    color: #000;
    background-color: #ceced2
}

.w3-ios-background {
    color: #000;
    background-color: #efeff4
}
.w3-flat-turquoise {
    color: #fff;
    background-color: #1abc9c
}

.w3-flat-emerald {
    color: #fff;
    background-color: #2ecc71
}

.w3-flat-peter-river {
    color: #fff;
    background-color: #3498db
}

.w3-flat-amethyst {
    color: #fff;
    background-color: #9b59b6
}

.w3-flat-wet-asphalt {
    color: #fff;
    background-color: #34495e
}

.w3-flat-green-sea {
    color: #fff;
    background-color: #16a085
}

.w3-flat-nephritis {
    color: #fff;
    background-color: #27ae60
}

.w3-flat-belize-hole {
    color: #fff;
    background-color: #2980b9
}

.w3-flat-wisteria {
    color: #fff;
    background-color: #8e44ad
}

.w3-flat-midnight-blue {
    color: #fff;
    background-color: #2c3e50
}

.w3-flat-sun-flower {
    color: #fff;
    background-color: #f1c40f
}

.w3-flat-carrot {
    color: #fff;
    background-color: #e67e22
}

.w3-flat-alizarin {
    color: #fff;
    background-color: #e74c3c
}

.w3-flat-clouds {
    color: #000;
    background-color: #ecf0f1
}

.w3-flat-concrete {
    color: #fff;
    background-color: #95a5a6
}

.w3-flat-orange {
    color: #fff;
    background-color: #f39c12
}

.w3-flat-pumpkin {
    color: #fff;
    background-color: #d35400
}

.w3-flat-pomegranate {
    color: #fff;
    background-color: #c0392b
}

.w3-flat-silver {
    color: #000;
    background-color: #bdc3c7
}

.w3-flat-asbestos {
    color: #fff;
    background-color: #7f8c8d
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

    /* Tooltip text */
    .tooltip .tooltiptext {
        visibility: hidden;
        width: 100px;
        font-size:11px;
        background-color: #555;
        color: #fff;
        text-align: center;
        padding: 5px 0px;
        border-radius: 6px;
        /* Position the tooltip text */
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        /* Fade in tooltip */
        opacity: 0;
        transition: opacity 0.3s;
    }

        /* Tooltip arrow */
        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 60%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }
.disabled {
    cursor: not-allowed;
    pointer-events: none;
    color: lightgray;
}



/**************************************
   ***  Estilos modal session  ***
**************************************/
/* Put your css in here */


.progress2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
    position: relative;
}

    .progress2 .bar2 {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #cc7a00;
        animation: countdown linear;
        animation-duration: 8s;
    }

@keyframes countdown {
    0% {
        width: 100%;
    }

    100% {
        width: 0%;
    }
}


.backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    overflow: hidden;
    outline: 0;
    background: grey;
    opacity: 0.5;
}

.modal-window {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
}

.smodal {
    position: relative;
    width: 400px;
    height: 200px;
    margin: 30px auto;
    background: white;
}



/*************************
    Nuevos estilos
*/
/**************************************
  ***  Menu config  ***
**************************************/
#menucfg {
    /* */
    padding: 0px;
    position: -webkit-sticky;
    position: sticky;
    top: 63px;
    z-index: 1;
}

ul.menucfgpac {
    list-style: none;
    padding: 11px;
}

    ul.menucfgpac li {
        display: inline;
    }

.menu-cfg {
    padding: 15px;
    cursor: pointer;
}

    .menu-cfg a.wp-link1:hover {
        color: var(--siteColor);
    }

    .menu-cfg a.active {
        color: var(--siteColor);
        text-decoration: underline;
    }
.wp-link1 {
    font-family: var(--font-family);
    padding-left: 5px;
    text-decoration: none;
}
/* Fepa Configuración */
@media (min-width: 1200px){
    #cfgSidebar{
        padding-bottom: 120px;
    }
}

@media (min-width: 992px){
    #cfgSidebar {
        padding-bottom: 200px;
    }
}

.loginButton {
    display: flex;
    justify-content: center;
    height: 25px;
}
.password {
    font-family: text-security-disc;
    text-security: disc;
    /* IE/Safari */
    -moz-text-security: disc;
    /* FireFox */
    -webkit-text-security: disc;
    /* Chrome/Safari  */
}

input.password::placeholder {
    font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.field-icon2 {
    position: relative;
    z-index: 1;
    padding-right: 60px;
    font-size: 14px;
    color: #a1a1a1;
}

    .field-icon2:before {
        padding: 17px 10px;
    }
.form-password {
    padding-left: 35px;
}

.field-icon3 {
    position: relative;
    z-index: 1;
    /*right: 19px;*/
    bottom: 30px;
    font-size: 14px;
    color: #a1a1a1;
    margin-right: 10px;
}

    .field-icon3:before {
        padding: 17px 10px;
    }

/**********************************
    User Account View
*/

.resume-user {
    padding: 20px;
    color: #232323;
    display: flex;
}

    .resume-user .avatar-user {
        width: 100px;
        height: 100px;
        background-color: #E7E7E7;
        border-radius: 0.42rem;
    }

        .resume-user .avatar-user img {
            border-radius: 0.42rem;
        }


    .resume-user .info-user {
        padding: 0 10px;
    }

        .resume-user .info-user h4 {
            font-size: 16px;
            font-weight: 700;
        }

        .resume-user .info-user h6 {
            font-size: 10px;
            color: #777;
            line-height: 1.2pt;
        }

        .resume-user .info-user h5 {
            font-size: 12px;
            font-weight: 700;
        }

.info2-user {
    padding: 20px;
    color: #232323;
}

    .info2-user .row-info {
        display: flex;
        justify-content: space-between;
        height: 22px;
    }

        .info2-user .row-info label {
            font-size: 14px;
        }

        .info2-user .row-info span {
            font-size: 13px;
        }

.menu-user {
    padding: 10px 20px;
}


    .menu-user ul {
        /**/
    }

    
        .menu-user ul li.link-item {
            cursor: pointer;
            height: 40px;
            padding: 8px 10px;
            color: #3F4254;
            margin: 5px 0px;
            border-radius: 0.42rem;
        }
        .menu-user ul li.link-item .icon {
            margin-right: 8px;
        }

            .menu-user ul li.link-item.active {
                background: #F3F6F9;
                color: #3699FF;
            }

.content-info {
    padding: 10px 20px;
}
    .content-info .form-control {
        display: block;
        width: 100%;
        min-height: 40px;
        height: calc(2.25rem + 2px);
        padding: 0.375rem 0.85rem;
        font-size: 1rem;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    }
        .content-info .form-control:disabled {
            background-color: #e9ecef;
        }

    .content-info .form-group {
        margin-bottom: 1rem;
    }
    .content-info .form-password {
        padding-left: 35px;
    }

    /**
    informacion personal
*/


    .content-info .preview-image .avatar-upload {
        position: relative;
        max-width: 150px;
        margin: 10px auto;
    }

        .content-info .preview-image .avatar-upload .avatar-edit {
            position: absolute;
            right: 12px;
            z-index: 1;
            top: 10px;
        }

            .content-info .preview-image .avatar-upload .avatar-edit input {
                display: none;
            }

                .content-info .preview-image .avatar-upload .avatar-edit input + label {
                    display: inline-block;
                    width: 34px;
                    height: 34px;
                    margin-bottom: 0;
                    border-radius: 100%;
                    background: #FFFFFF;
                    border: 1px solid transparent;
                    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
                    cursor: pointer;
                    font-weight: normal;
                    transition: all 0.2s ease-in-out;
                }

                    .content-info .preview-image .avatar-upload .avatar-edit input + label:hover {
                        background: #f1f1f1;
                        border-color: #d6d6d6;
                    }

                    .content-info .preview-image .avatar-upload .avatar-edit input + label i{
                        position: relative;
                        padding-left: 8px;
                        top: -5px;
                    }

                    /*.content-info .preview-image .avatar-upload .avatar-edit input + label:after {
                        content: "\f303";*/
                        /*font-family: 'FontAwesome';*/
                        /*color: #757575;
                        position: absolute;
                        top: 10px;
                        left: 0;
                        right: 0;
                        text-align: center;
                        margin: auto;
                    }*/

        .content-info .preview-image .avatar-upload .avatar-preview {
            width: 192px;
            height: 192px;
            position: relative;
            border-radius: 100%;
            border: 6px solid #F8F8F8;
            box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
        }

            .content-info .preview-image .avatar-upload .avatar-preview > div {
                width: 100%;
                height: 100%;
                border-radius: 100%;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
            }

    .content-info .header-info {
        display: flex;
        margin-bottom: 20px;
        justify-content: space-between;
        border-bottom: 1px solid #E7E7E7;
    }

        .content-info .header-info .title-header-info h4 {
            font-size: 16px;
            font-weight: 800;
            color: #232323;
            line-height: 1.1pt;
        }

        .content-info .header-info .title-header-info h5 {
            font-size: 13px;
            color: #B5B5C3;
        }

    .content-info .form-group label {
        padding-top: 10px;
    }

    .content-info .title-info h5 {
        font-weight: var(--labelWeight);
    }


    /**
    contraseña
*/
    .content-info .info-polices {
        margin: 30px 0;
        padding: 20px;
        background-color: #E1F0FF;
        display: flex;
        justify-content: start;
        border-radius: 0.42rem;
        color: #3699FF;
    }

        .content-info .info-polices .icon-info-polices {
            width: 150px;
            display: flex;
            justify-content: center;
            align-items: center;
        }


/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
    position: relative;
    z-index: 1000;
    cursor: pointer;
}

    /* Hide the tooltip content by default */
    [data-tooltip]:before,
    [data-tooltip]:after {
        visibility: hidden;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        pointer-events: none;
    }

    /* Position tooltip above the element */
    [data-tooltip]:before {
        position: absolute;
        bottom: 150%;
        left: 50%;
        margin-bottom: 5px;
        margin-left: -80px;
        padding: 8px;
        width: 190px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-color: #000;
        background-color: hsla(0, 0%, 20%, 0.95);
        color: #fff;
        content: attr(data-tooltip);
        text-align: center;
        font-size: 14px;
        line-height: 1.2;
    }

    /* Triangle hack to make tooltip look like a speech bubble */
    [data-tooltip]:after {
        position: absolute;
        bottom: 150%;
        left: 50%;
        margin-left: -5px;
        width: 0;
        border-top: 5px solid #000;
        border-top: 5px solid hsla(0, 0%, 20%, 0.9);
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        content: " ";
        font-size: 0;
        line-height: 0;
    }

    /* Show tooltip content on hover */
    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after {
        visibility: visible;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }




    /****
        Otros estilos complemento
    */

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

/**************************************
  ***  Menu config  ***
**************************************/
#menucfg {
    /* */
    padding: 0px;
    position: -webkit-sticky;
    position: sticky;
    top: 63px;
    z-index: 1;
}

ul.menucfgfepa {
    list-style: none;
    padding: 11px;
}

    ul.menucfgfepa li {
        display: inline;
    }

.menu-cfg {
    padding: 15px;
    cursor: pointer;
}

    .menu-cfg a.wp-link1:hover {
        color: var(--siteColor);
    }

    .menu-cfg a.active {
        color: var(--siteColor);
        text-decoration: underline;
    }
    .menu-cfg i.active {
        color: var(--siteColor);
    }
ul.submenu-cfg{
    display: block;
    position: relative;
    float: left;
}

.dropdown {
    position: relative;
}

    .dropdown .wp-link1 {
        padding-right: 15px;
        height: 17px;
        line-height: 17px;
    }

        .dropdown .wp-link1::after {
            content: "";
            position: absolute;
            top: 6px;
            right: 0;
            border: 5px solid transparent;
            border-top-color: #fff;
        }

.submenu {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 100;
    width: 200px;
    margin-left: -100px;
    background: #fff;
    border-radius: 3px;
    line-height: 1.86667;
    margin-top: -5px;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
    opacity: 0;
    -webkit-transform: translate(0, 0) scale(.85);
    transform: translate(0, 0)scale(.85);
    transition: transform 0.1s ease-out, opacity 0.1s ease-out;
    pointer-events: none;
}

    .submenu::after,
    .submenu::before {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -10px;
        border: 10px solid transparent;
        height: 0;
    }

    .submenu::after {
        border-bottom-color: #fff;
    }

    .submenu::before {
        margin-left: -13px;
        border: 13px solid transparent;
        border-bottom-color: rgba(0,0,0,.1);
        -webkit-filter: blur(1px);
        filter: blur(1px);
    }

.submenu-items {
    list-style: none;
    padding: 10px 0;
}

.submenu-item {
    display: block !important;
    text-align: left;
}

.submenu-link,
.submenu-link:link,
.submenu-link:visited,
.submenu-link:active {
    /*color: #3498db;*/
    padding: 10px 20px;
}

    .submenu-link:hover {
        color: var(--siteColor);
        text-decoration: underline;
    }

.submenu-seperator {
    height: 0;
    margin: 12px 10px;
    border-top: 1px solid #eee;
}

.show-submenu .submenu {
    opacity: 1;
    -webkit-transform: translate(0, 25px) scale(1);
    transform: translate(0, 25px) scale(1);
    pointer-events: auto;
}




/**************************************
   *** Estilos para breadcrum       ***
**************************************/


/* Style the list */

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    /*background-color: #eee;*/
}


    /* Display list items side by side */

    ul.breadcrumb li {
        display: inline;
        font-size: 14px;
    }


        /* Add a slash symbol (/) before/behind each list item */

        ul.breadcrumb li + li:before {
            padding: 8px;
            color: black;
            content: "/\00a0";
        }


        /* Add a color to all links inside the list */

        ul.breadcrumb li a {
            color: #0275d8;
            text-decoration: none;
        }


            /* Add a color on mouse-over */

            ul.breadcrumb li a:hover {
                color: #01447e;
                text-decoration: underline;
            }

/********************
    POSControl
*/
section.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    font-weight: lighter;
    max-width: 1200px;
    margin: 0 auto;
}

    section.cards h1 {
        text-align: center;
        margin-top: 150px;
    }

    section.cards .card:nth-of-type(2) {
        border-top: 2px solid rgb(74, 168, 74);
        box-shadow: 2px -2px 21px -2px rgba(0, 0, 0, 0.75);
    }

.cardt {
    /*rgb(238, 228, 228)*/
    border: 2px solid green;
    padding: 15px 10px 10px 10px;
    margin: 0.9rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: relative;
}

    .cardt:hover {
        transform: scale(1.1);
        margin-bottom: 1em;
    }

    .cardt span {
        display: block;
        color: black;
        margin-bottom: 1.3em;
    }


/***********************
    Modal importar items
***********************/
:root {
    --overlay-color: rgba(0, 0, 0, .7);
    --dialog-color: #e9ecef;
    --dialog-border-radius: 20px;
    --icon-color: rgba(73, 80, 87, .6);
    --dialog-padding: 20px;
    --drag-over-background: #e3e5e8;
}
.content-modal {
    width: 100vw;
    /*height: 100vw;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

    .content-modal .modal {
        border: 1px solid #6BACEE;
        /*padding: 20px;*/
        background-color: #FFF;
        min-width: 720px;

    }

        .content-modal .modal .header {
            background-color: #007ACC;
            padding: 20px;
            color: #FFF;
            display: flex;
            justify-content: space-between;
        }

            .content-modal .modal .header .title {
                font-size: 1.2rem;
            }

            .content-modal .modal .header .close {
                margin-top: -10px;
                font-size: 1.4rem;
                cursor: pointer;
            }

        .content-modal .modal .body {
            padding: 20px;
        }

            .content-modal .modal .body .download {
                padding: 20px 0;
                display: flex;
                justify-content: center;
            }

                .content-modal .modal .body .download .button {
                    --background: #007ACC;
                    --rectangle: #166ABD;
                    --success: #6BACEE;
                    --text: #FFF;
                    --arrow: #FFF;
                    --checkmark: #fff;
                    --shadow: rgba(22, 106, 189, 0.4);
                    width: 50%;
                    display: flex;
                    justify-content: space-between;
                    overflow: hidden;
                    text-decoration: none;
                    -webkit-mask-image: -webkit-radial-gradient(white,black);
                    background: var(--background);
                    border-radius: 8px;
                    box-shadow: 0 2px 8px -1px var(--shadow);
                    transition: transform 0.2s ease, box-shadow 0.2s ease;
                }

                    .content-modal .modal .body .download .button:active {
                        transform: scale(0.95);
                        box-shadow: 0 1px 4px -1px var(--shadow);
                    }

                    .content-modal .modal .body .download .button span {
                        margin: 0;
                        padding: 16px 40px;
                        text-align: center;
                        position: relative;
                        -webkit-backface-visibility: hidden;
                        backface-visibility: hidden;
                        font-size: 16px;
                        font-weight: 500;
                        line-height: 28px;
                        color: var(--text);
                    }

                    .content-modal .modal .body .download .button > div {
                        position: relative;
                        width: 60px;
                        height: 60px;
                        background: var(--rectangle);
                    }

                        .content-modal .modal .body .download .button > div:before,
                        .content-modal .modal .body .download .button > div:after {
                            content: "";
                            display: block;
                            position: absolute;
                        }

                        .content-modal .modal .body .download .button > div:before {
                            border-radius: 1px;
                            width: 2px;
                            top: 50%;
                            left: 50%;
                            height: 17px;
                            margin: -9px 0 0 -1px;
                            background: var(--arrow);
                        }

                        .content-modal .modal .body .download .button > div:after {
                            width: 60px;
                            height: 60px;
                            transform-origin: 50% 0;
                            border-radius: 0 0 80% 80%;
                            background: var(--success);
                            top: 0;
                            left: 0;
                            transform: scaleY(0);
                        }

                        .content-modal .modal .body .download .button > div svg {
                            display: block;
                            position: absolute;
                            width: 20px;
                            height: 20px;
                            left: 50%;
                            top: 50%;
                            margin: -9px 0 0 -10px;
                            fill: none;
                            z-index: 1;
                            stroke-width: 2px;
                            stroke: var(--arrow);
                            stroke-linecap: round;
                            stroke-linejoin: round;
                        }



        /* estilos del uploader */
            .content-modal .modal .body .uploader .file-container {
                color: #4d4d4d;
            }

                .content-modal .modal .body .uploader .file-container .file-wrapper {
                    position: relative;
                    display: block;
                    margin: auto;
                    background-color: var(--dialog-color);
                    border-radius: var(--dialog-border-radius);
                    padding: var(--dialog-padding);
                }

                    .content-modal .modal .body .uploader .file-container .file-wrapper .file-input {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        background-color: #000;
                        z-index: 10;
                        cursor: pointer;
                        opacity: 0;
                    }

                    .content-modal .modal .body .uploader .file-container .file-wrapper .file-input--active + .file-content {
                        background: var(--drag-over-background);
                    }

                        .content-modal .modal .body .uploader .file-container .file-wrapper .file-input--active + .file-content .file-icon {
                            opacity: 0.5;
                        }

                            .content-modal .modal .body .uploader .file-container .file-wrapper .file-input--active + .file-content .file-icon i {
                                animation-name: bounce;
                                animation-duration: 0.6s;
                                animation-iteration-count: infinite;
                                animation-timing-function: ease;
                            }

                            .content-modal .modal .body .uploader .file-container .file-wrapper .file-input--active + .file-content .file-icon .icon-shadow {
                                animation-name: shrink;
                                animation-duration: 0.6s;
                                animation-iteration-count: infinite;
                            }

                    .content-modal .modal .body .uploader .file-container .file-wrapper .file-content {
                        position: relative;
                        display: block;
                        /* width: 100%;*/
                        height: 100%;
                        border: 6px dashed var(--icon-color);
                        border-radius: var(--dialog-border-radius);
                        transition: 0.2s;
                    }

                        .content-modal .modal .body .uploader .file-container .file-wrapper .file-content .file-infos {
                            position: relative;
                            display: flex;
                            width: 50%;
                            height: 50%;
                            min-width: 400px;
                            min-height: 202px;
                            margin: auto;
                            flex-direction: column;
                            justify-content: center;
                        }

                            .content-modal .modal .body .uploader .file-container .file-wrapper .file-content .file-infos .file-icon {
                                /*position: relative;
            width: 100%;*/
                                height: 100%;
                                /*margin: 0;*/
                                color: var(--icon-color);
                                background-color: #f1f1f1;
                                border-radius: var(--dialog-border-radius);
                                padding: var(--dialog-padding);
                                box-shadow: inset 0px 0px 6px 0px #ccc;
                                transition: 0.2s;
                            }

                                .content-modal .modal .body .uploader.file-container .file-wrapper .file-content .file-infos .file-icon i {
                                    margin-bottom: 20px;
                                    width: 100%;
                                }

                                .content-modal .modal .body .uploader .file-container .file-wrapper .file-content .file-infos .file-icon .icon-shadow {
                                    /*position: relative;*/
                                    display: block;
                                    width: 95px;
                                    height: 7px;
                                    border-radius: 100%;
                                    background-color: var(--drag-over-background);
                                    top: -17px;
                                    margin-left: auto;
                                    margin-right: auto;
                                }

                                .content-modal .modal .body .uploader .file-container .file-wrapper .file-content .file-infos .file-icon > span {
                                    /*position: absolute;
  bottom: var(--dialog-padding);
  width: calc(100% - var(--dialog-padding) * 2);*/
                                }

                                    .content-modal .modal .body .uploader .file-container .file-wrapper .file-content .file-infos .file-icon > span span {
                                        display: none;
                                    }

                                    .content-modal .modal .body .uploader .file-container .file-wrapper .file-content .file-infos .file-icon > span .has-drag {
                                        display: inline;
                                    }

                                .content-modal .modal .body .uploader .file-container .file-wrapper .file-content .file-infos .file-icon i, .file-container .file-wrapper .file-content .file-infos .file-icon span {
                                    display: block;
                                    text-align: center;
                                    text-transform: uppercase;
                                    font-weight: bold;
                                }

                        .content-modal .modal .body .uploader .file-container .file-wrapper .file-content .file-name {
                            position: relative;
                            width: 100%;
                            /*text-align: middle;*/
                            /*bottom: var(--dialog-padding);*/
                            font-weight: bold;
                            font-size: 15pt;
                            margin: 15px auto;
                            text-align: center;
                        }

@keyframes bounce {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes shrink {
    0% {
        width: 95px;
    }

    50% {
        width: 75px;
    }

    100% {
        width: 95px;
    }
}



.content-modal .modal .body .entry {
    padding: 10px 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .content-modal .modal .body .entry label {
        /*width: 30%;*/
    }

    .content-modal .modal .body .entry .sheets {
        padding: 10px;
        /*width: 70%;*/
        display:flex;
        justify-content: space-around;
    }
    .content-modal .modal .body .entry .list{
        padding: 4px 10px;
        border: 1px solid #555;
        margin-right: 15px;
    }

.content-modal .modal .footer {
    background-color: #E6E6E6;
    padding: 20px;
    color: #FFF;
    margin-top: 20px;
    display: flex;
    justify-content: end;
}

    .content-modal .modal .footer .button {
        position: relative;
        margin-left: 20px;
        padding: 0.9rem 1.2rem;
        cursor: pointer;
        box-boxing: border-box;
        border: 0;
        font-size: 1rem;
        background-color: transparent;
        transition: background 200ms, transform 0.2s ease;
    }

        .content-modal .modal .footer .button::before,
        .content-modal .modal .footer .button::after {
            box-sizing: inherit;
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
        }

        .content-modal .modal .footer .button.cancel::before,
        .content-modal .modal .footer .button.cancel::after,
        .content-modal .modal .footer .button.import::before,
        .content-modal .modal .footer .button.import::after {
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            transform-origin: center;
        }

        .content-modal .modal .footer .button.import {
            box-shadow: inset 0 0 0 2px #6BACEE;
            color: #6BACEE;
        }
            .content-modal .modal .footer .button.import:not(:disabled) {
                box-shadow: inset 0 0 0 2px #0C600C;
                color: #0C600C;
            }

            .content-modal .modal .footer .button.import:hover:not(:disabled) {
                /*color: #6BACEE;*/
                color: #007ACC;
            }

            .content-modal .modal .footer .button.import::before {
                border-top: 2px solid #007ACC;
                border-bottom: 2px solid #007ACC;
                transform: scale3d(0,1,1);
            }

            .content-modal .modal .footer .button.import::after {
                border-left: 2px solid #007ACC;
                border-right: 2px solid #007ACC;
                transform: scale3d(1,0,1);
            }

            .content-modal .modal .footer .button.import:hover::after:not(:disabled),
            .content-modal .modal .footer .button.import:hover::before:not(:disabled) {
                transform: scale3d(1,1,1);
                transition: transform 0.5s;
            }

            .content-modal .modal .footer .button.import:active {
                transform: scale(0.95);
            }
            .content-modal .modal .footer .button.import:disabled{

            }

        .content-modal .modal .footer .button.cancel {
            box-shadow: inset 0 0 0 2px #47484B;
            color: #47484B;
        }

            .content-modal .modal .footer .button.cancel:hover {
                color: #F64E60;
            }

            .content-modal .modal .footer .button.cancel::before {
                border-top: 2px solid #F64E60;
                border-bottom: 2px solid #F64E60;
                transform: scale3d(0,1,1);
            }

            .content-modal .modal .footer .button.cancel::after {
                border-left: 2px solid #F64E60;
                border-right: 2px solid #F64E60;
                transform: scale3d(1,0,1);
            }

            .content-modal .modal .footer .button.cancel:hover::after,
            .content-modal .modal .footer .button.cancel:hover::before {
                transform: scale3d(1,1,1);
                transition: transform 0.5s;
            }

            #modalImport .modal .footer .button.cancel:active {
                transform: scale(0.95);
            }


/*****************
    MEDIA Width
******************/

@media(min-width: 500px){
    .content-modal .modal {
        min-width: 450px;
    }
}

@media(min-width: 720px){
    .content-modal .modal {
        min-width: 720px;
    }
}

/******************
    MEDIA Height
*******************/
@media(min-height: 0px){
    .content-modal .modal .body .group-summary {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
        .content-modal .modal .body .group-summary .sumary,
        .content-modal .modal .body .group-summary .download {
            width: 50%;
        }
            .content-modal .modal .body .group-summary .download .button {
                width: 100%;
            }
    .content-modal .modal .body .uploader .file-container .file-wrapper .file-content .file-infos .file-icon > span {
        display: none;
    }

}

@media(min-height: 720px){
    .content-modal .modal .body .group-summary{
        display: flex;
        flex-direction: column;
    }
        .content-modal .modal .body .group-summary .sumary,
        .content-modal .modal .body .group-summary .download {
            width: 100%;
        }
            .content-modal .modal .body .group-summary .download .button {
                width: 50%;
            }
    .content-modal .modal .body .uploader .file-container .file-wrapper .file-content .file-infos .file-icon > span {
        display: block;
    }
}


/***************
    Datepicker css custom
****************/
.ui-datepicker {
    text-align: center;
    font-family: var(--font-family);
    margin-top: 2px;
    padding: 0 !important;
    border-color: #1976D2;
    width: 256px;
    background-color: #FFF;
}
    .ui-datepicker table {
        width: 256px;
        table-layout: fixed;
    }
.ui-datepicker-header {
    background-color: #3e9aba !important;
    background-image: none !important;
    border-radius: 0;
}
.ui-datepicker-title {
    line-height: 35px !important;
    margin: 0 10px !important;
}
.ui-datepicker-prev span {
    display: none !important;
}

.ui-datepicker-next {
    text-align: center;
}

    .ui-datepicker-next span {
        display: none !important;
    }

.ui-datepicker-prev {
    background-color: transparent !important;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAAUklEQVQYlXWPwQnAMAwDj9IBOlpH8CjdJLNksuujFIJjC/w6WUioFBcqJ7sGEAD5Y/hpqLRghRv4YQlUjqXI3Kql2MixraGbEhVcDXcFUR/1egEHNuTBpFW0NgAAAABJRU5ErkJggg==') !important;
    height: 12px !important;
    width: 7px !important;
    margin: 14px 12px;
    display: inline-block;
    left: 0 !important;
    top: 0 !important;
}
.ui-datepicker-next {
    cursor: pointer;
}

.ui-datepicker-prev {
    cursor: pointer;
}

.ui-datepicker-next {
    background-color: transparent !important;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAVUlEQVQYlXWQ0Q3AIAhEL07gKI7kKN2kI3Wk1w9to3KQEELucQEECOizhhTQGHFnwOdgobWx0GkZILfYBhXl0STVbPoBarbkL7ozN/F8VBBXh8uJgF5r2hrI4GHUkAAAAABJRU5ErkJggg==') !important;
    height: 12px !important;
    width: 8px !important;
    margin: 14px 12px;
    display: inline-block;
    right: 0 !important;
    top: 0 !important;
}
.ui-datepicker-month {
    border-radius: 2px;
    background-color: #3985a0;
    width: 110px !important;
    height: 22px;
    font-family: Open Sans !important;
    color: #fff;
    font-size: 14px !important;
    font-weight: 600;
    text-align: left;
    border: none !important;
    margin-right: 17px !important;
    vertical-align: text-top;
}
.ui-datepicker-year {
    border-radius: 2px;
    background-color: #3985a0;
    width: 61px !important;
    height: 22px;
    border: none !important;
    font-family: Open Sans !important;
    color: #fff;
    font-size: 14px !important;
    font-weight: 600;
    text-align: left;
    vertical-align: text-top;
}
    .ui-datepicker-month option,
    .ui-datepicker-year option {
        color: #3985a0 !important;
        background-color: #fff !important;
        font-family: Open Sans !important;
        font-size: 14px !important;
        font-weight: 600;
    }

        .ui-datepicker-month option[selected],
        .ui-datepicker-year option[selected] {
            background-color: #e5edf0 !important;
        }

.ui-datepicker .ui-state-hover {
    /*background: none !important;*/
    border: 0 !important;
}

.ui-datepicker td {
    vertical-align: top;
}

.ui-datepicker .ui-state-default {
    border-radius: 2px;
    border-color: #edebeb !important;
    /*     background: white !important; */
    width: 24px;
    height: 24px;
    padding: 0 !important;
    line-height: 24px;
    text-align: center !important;
    font-family: Open Sans, Arial, sans-serif;
    color: #707070;
    font-size: 13px;
    font-weight: 400 !important;
    margin: 7px 0 0 4px;
}

    .ui-datepicker .ui-state-default.ui-state-highlight {
        border-color: #dcdcdc;
        background-color: #cff3f8 !important;
        color: #3e9aba !important;
    }
.ui-datepicker td {
    width: 33px;
}
.ui-state-default.ui-state-hover {
    border-color: #dcdcdc;
    background-color: #cff3f8 !important;
}

.ui-datepicker .ui-state-active {
    border-color: #dcdcdc;
    background-color: #cff3f8 !important;
    color: #3e9aba !important;
}

.ui-datepicker-calendar thead tr th {
    font-family: Open Sans, Arial, sans-serif;
    color: #549fa8;
    font-size: 12px;
    font-weight: 400;
    padding: 0.45em 0.3em !important;
    /*   width: 15px !important; */
}
.ui-datepicker-close {
    display: none;
}

.ui-datepicker thead {
    background-color: #f5f5f5;
}
.ui-state-default.ui-datepicker-current {
    float: none !important;
    font-family: Open Sans, Arial, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    border-width: 0 !important;
    border: none;
    vertical-align: top;
    margin: 0 !important;
    background-color: transparent !important;
}

.ui-datepicker-buttonpane.ui-widget-content {
    text-align: center;
    background-color: #3e9aba;
    margin: 0 !important;
    height: 28px;
    padding: 0 !important;
}
.ui-datepicker-trigger {
    margin: 0 0 0 5px;
    vertical-align: text-top;
}
.cardt1 {
    border: 2px solid red;
    padding: 15px 10px 10px 10px;
    margin: 0.9rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: relative;
}
    .cardt1:hover {
        transform: scale(1.1);
        margin-bottom: 1em;
    }

    .cardt1 span {
        display: block;
        color: black;
        margin-bottom: 1.3em;
    }

.monthlabel
{
    float: left;
}

.qty {
    float: right;
}

/********************
    Loading menu
*/
.loading-menu {
    width: 310px;
    height: 600px;
    z-index: 21;
    position: fixed;
    background: rgba(255, 255, 255, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -30px;
}
.loading-message {
    width: 60px;
    height: 60px;
    z-index: 22;

}


/*** START:: Estilos para vigencia certificado*/
.title-company{
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding: 0 0 0 20px;
    margin: 0;
}
.title-company .top{
    font-size: 1.2rem;
    line-height: 10pt;
}

.title-company .bottom {
    display: flex;
    justify-content: start;
    font-size: 0.95rem;
}
.title-company .bottom img{
    margin-right: 10px;
}

.success-n {
    background-color: #DFEBE0;
    /*background-color: #277B30;*/
    color: #277B30;
}

.error-n {
    color: #f44336;
    background-color: #FFE2E5;
}

.industry-n{
    color: #3e9aba;
    background-color: #d0f0fc;
}

.warning-n {
    background-color: #FFF4DE;
    color: #FFA800;
}
.label-table{
    padding: 4px 10px;
    font-size: 13px;
}

.number-notification {
    color: #f44336;
    position: absolute;
    margin-left: 30px;
    margin-top:-10px;
}

.notifications .header {
    display: flex;
    flex-direction: column;
}

.notifications .notify{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
    padding: 5px 10px;
}

.notifications .notify .icon{
    font-size: 1.5rem;

}

.notifications .notify .info .title{
    font-size: 14px;
    line-height: 10pt;
}
/*** END:: Estilos para vigencia certificado*/

/*** START:: Estilo para adjuntos en notificaciones ***/

#files-preview{
    margin: 20px 0;
    width: 100%;
}
#files-preview li{
    width: 100%;
    padding: 6px 10px;
    display: flex;
    justify-content: space-between;
}
.notify-row:hover{
    cursor: pointer;
    background-color: lightgray !important;
}
#contentDetailNotify{
    max-height: 500px;
    overflow: auto;
}
/*** END:: Estilo para adjuntos en notificaciones ***/

/*** START:: Estilos para mensajes eventos de factura ****/
.infoEvents {
    display: flex;
}

    .infoEvents .infoInstructions {
        padding: 5px;
        display: flex;
        align-items: center;
    }

.boxInfo {
    width: 10px;
    height: 10px;
    margin-right: 10px;
}

/*** END:: Estilos para mensajes eventos de factura*/

/** START:: Estilos para partners ***/
.img-partner {
    background-color: #cecece;
    width: 120px;
    height: 120px;
    display: flex;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #CECECE;
}

    .img-partner img {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

.visibility-partner {
    /*border: 1px solid #CECECE;*/
}
    .visibility-partner span {
        border: 1px solid #CECECE;
        padding: 4px;
        background-color: #cecece;
        font-size: 0.8rem;
        font-weight: bold;
        color: #47484B;
    }

.tags-look .tagify__dropdown__item {
    display: inline-block;
    border-radius: 3px;
    padding: .3em .5em;
    border: 1px solid #CCC;
    background: #F3F3F3;
    margin: .2em;
    font-size: .85em;
    color: black;
    transition: 0s;
}

    .tags-look .tagify__dropdown__item:hover {
        background: var(--siteColorLight2);
        border-color: var(--siteColor);
    }
/*** END:: Estilos para partners ***/

/*** START:: Estilo Notificaciones de usuario ***/
.notification-u {
    display: flex;
    flex-direction: column;
}

    .notification-u .top {
        font-weight: 800;
        color: #232323;
    }

    .notification-u .middle {
        font-size: 13px;
        color: #B5B5C3;
    }
.actions-nu {
    width: 80%;
    padding-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

table#userNotifications tr:not(.no-hover) {
    min-height: 60px;
    height: 60px;
    max-height: 60px;
    vertical-align: middle;
}

table#userNotifications tr:not(.no-hover):hover {
    cursor: pointer;
    background-color: #F3F6F9;
}

/*** END:: Estilo Notificaciones de usuario ***/

/*** START:: Estilo rango de docs en consultas ***/
.pagination-content {
    display: flex;
    flex-direction: row;
    width: 200px;
    height: 38px;
    padding: 6px;
    justify-content: space-between;
    border: 1px solid rgba(95, 106, 106, 0.24);
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

    .pagination-content .btnpag {
        vertical-align: middle;
        padding: 0 4px;
        cursor: pointer;
        border-right: 1px solid rgba(95, 106, 106, 0.24);
    }

.btnpag.disanou {
    opacity: 0.25;
}

.pagination-content .btnpag .icon {
    width: 20px;
    height: 20px;
}

.pagination-content .rigth-btn {
    transform: scaleX(-1);
}

.pagination-content .content {
    vertical-align: middle;
    /*padding-top: 5px;*/
}

    .pagination-content .content select {
        z-index: 99999;
        border: none;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

        .pagination-content .content select::-webkit-scrollbar {
            width: 5px;
            height: 90%;
        }

        .pagination-content .content select::-webkit-scrollbar-thumb {
            background: #ADADAD;
            box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 1px;
        }

    .pagination-content .content option {
        width: 150px;
    }

    .pagination-content .content select::-ms-expand {
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .pagination-content .content select:focus {
        outline: none;
        position: relative;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 1px solid rgba(95, 106, 106, 0.24);
    }


/*** END:: Estilo rango de docs en consultas ***/

/** START:: sobreescribir estilos select2 */

.select2-container--default .select2-selection--single {
    height: 37px !important;
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    color: var(--fontColor);
}
/*.select2-container .select2-choice{
    border: none !important;
    background-image: none !important;
}
    .select2-container .select2-choice .select2-arrow{
        border: none !important;
        background-image: none !important;
        background: none !important;
    }

        .select2-container .select2-choice .select2-arrow b {
            background: url('../img/svg/angle-down-solid.svg') no-repeat !important;
            background-size: 13px 13px !important;
            background-position: right !important;
            background-color: var(--fontColor) !important;
        }

.select2-container-active .select2-choice {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}*/
/** END:: Sobreescribir estilos select2 */

/**** START:: tab commands poscfg ****/
pre {
    background-color: ghostwhite;
    border: 1px solid silver;
    padding: 10px 20px;
    margin: 20px;
    overflow-x: auto;
    max-height: 700px;
    overflow-y: auto;
}

.json-key {
    color: brown;
}

.json-value {
    color: navy;
}

.json-string {
    color: olive;
}
/**** END:: tab commands poscfg ****/

/********* START:: tabla configuraciones ****/
.wp-btn-icon2 {
    display: inline-block;
    border: none;
    /* padding: 8px 16px; */
    border-radius: 50%;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    background: transparent;
    color: #000;
}

.wp-btn-icon2:disabled{
    color: var(--icon-color);
    cursor: default;
}

.w3-btn:disabled {
    color: var(--icon-color);
    cursor: default;
}
/********* END:: tabla configuraciones ****/

/** END:: Sobreescribir estilos select2 */


/******* START:: estilos para monthPicker ******/
.month-picker {
    text-align: center;
    font-family: var(--font-family);
    margin-top: 2px;
    padding: 0 !important;
    border-color: #1976D2;
    width: 210px;
    background-color: #FFF;
}
    .month-picker .ui-button {
        border-radius: 2px;
        border-color: #edebeb !important;
        /* background: white !important; */
        width: 40px;
        height: 30px;
        padding: 0 !important;
        line-height: 24px;
        text-align: center !important;
        font-family: Open Sans, Arial, sans-serif;
        color: #707070;
        font-size: 13px;
        font-weight: 400 !important;
        margin: 7px 0 0 4px;
    }
.month-picker-title > .ui-button {
    width: 100px;
    height: 30px;
    background-color: #3985a0;
    border: none;
    color: white;
    font-weight: bolder;
}
.month-picker .month-picker-header {
    position: relative;
    padding: .2em 0;
    background-color: #3e9aba !important;
    background-image: none !important;
    border-radius: 0;
}
.month-picker-previous {
    background-color: transparent !important;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAAUklEQVQYlXWPwQnAMAwDj9IBOlpH8CjdJLNksuujFIJjC/w6WUioFBcqJ7sGEAD5Y/hpqLRghRv4YQlUjqXI3Kql2MixraGbEhVcDXcFUR/1egEHNuTBpFW0NgAAAABJRU5ErkJggg==) !important;
    height: 12px !important;
    width: 7px !important;
    margin: 14px 12px;
    display: inline-block;
    left: 0 !important;
    top: 0 !important;
}
    .month-picker-previous .ui-button {
        /* border-color: #edebeb !important;
        background-color: #cff3f8 !important;*/
        /*border-color: transparent;*/
        background-color: transparent;
        border: none;
    }
.month-picker-next {
    background-color: transparent !important;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAVUlEQVQYlXWQ0Q3AIAhEL07gKI7kKN2kI3Wk1w9to3KQEELucQEECOizhhTQGHFnwOdgobWx0GkZILfYBhXl0STVbPoBarbkL7ozN/F8VBBXh8uJgF5r2hrI4GHUkAAAAABJRU5ErkJggg==) !important;
    height: 12px !important;
    width: 8px !important;
    margin: 14px 12px;
    display: inline-block;
    right: 0 !important;
    top: 0 !important;
}
    .month-picker-next .ui-button {
        /* border-color: #edebeb !important;
        background-color: #cff3f8 !important;*/
        /*border-color: transparent;*/
        background-color: transparent;
        border: none;
    }
.month-picker-month-table, .month-picker-year-table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
/******* END:: estilos para monthPicker ******/

.disabled-switch {
    background-color: #B2D1F0 !important;
}

/******* START:: Button download report *****/

.container-button-download {
    padding: 20px 20px;
    display: flex;
    justify-content: center;
    margin-left: -30px;
    margin-right: -30px;
}

.button-download {
    height: 120px;
    border-radius: 6px;
    box-shadow: -1px 3px 19px 0px rgba(168,167,167,0.41);
    -webkit-box-shadow: -1px 3px 19px 0px rgba(168,167,167,0.41);
    -moz-box-shadow: -1px 3px 19px 0px rgba(168,167,167,0.41);
    width: 380px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.button-download .btn-dwn-icon{
    padding-right: 10px;
    width: 60px;
}

    .button-download .btn-dwn-left{
        display: flex;
        align-items: center;
    }
    .button-download .btn-dwn-left .btn-dwn-icon{
        padding-left: 10px;
        width: 100px;
    }

    .button-download .btn-dwn-desc {
        display: flex;
        flex-direction: column;
        padding-right: 20px;
    }

/******* END:: Button download report *****/

/**** START:: FFO Info ****/
.bar-top-ffo{
    display: flex;
    gap: 20px;
}
.container-payment {
    margin: 10px 0;
    padding: 10px 5px;
    
    height: 120px;    
}
    .container-payment.payment-ok {
        background-color: #B0DAB0;
        border: 1px solid #0C600C;
        color: #0C600C;
    }

    .container-payment.payment-error {
        background-color: #FEEBED;
        border: 1px solid #F64E60;
        color: #F64E60;
    }
    .container-payment .w3-left,
    .container-payment .w3-right{
        display: flex;
        flex-direction: column;
    }
    .container-payment .p-date {
        width: 100%;
        font-weight: bold;
        font-size: 24px;
    }
    .container-payment .p-label {
        font-size: 12px;
        /*color: darkgrey;*/
    }
    .container-payment .p-label-upper {
        font-size: 14px;
        /*color: #CECECE;*/
        text-transform: uppercase;
        text-align: right;
    }
    .container-payment .p-customer {
        font-size: 16px;
        color: #000;
    }
    .container-payment .p-amount {
        font-size: 30px;
        color: #000;
    }
/**** END:: FFO Info ****/


/*#region ZM: cambios contratos DO*/

/**
                Porcentaje modal
            */
.body-modal .w3-row .container {
    width: 400px;
    height: 200px;
    position: relative;
    margin: auto;
    color: #444;
}

#percent, #svg {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
}

#percent {
    line-height: 20px;
    height: 20px;
    width: 100%;
    top: 90px;
    left: -100px;
    font-size: 43px;
    text-align: center;
    color: #3da08d;
    opacity: 0.8
}

.info-percent {
}

.body-modal .w3-row-padding {
    padding-top: 6px;
    padding-bottom: 6px;
}

.rectgraph {
    width: 25px;
    height: 20px;
}

    .rectgraph.pac {
        background-color: #2196F3;
    }

    .rectgraph.auth {
        background-color: #009933;
    }

    .rectgraph.rech {
        background-color: #F64E60;
    }
/**************************************
  ***  Menu config  ***
**************************************/
#menucfg {
    /* */
    padding: 0px;
    position: -webkit-sticky;
    position: sticky;
    top: 63px;
    z-index: 1;
}

ul.menucfgpac {
    list-style: none;
    padding: 11px;
}

    ul.menucfgpac li {
        display: inline;
    }

.menu-cfg {
    padding: 15px;
    cursor: pointer;
}

    .menu-cfg a.wp-link1:hover {
        color: var(--siteColor);
    }

    .menu-cfg a.active {
        color: var(--siteColor);
        text-decoration: underline;
    }



.uploader .btn-orange {
    background-color: transparent;
    border-color: #777 !important;
    color: #777;
    text-align: left;
    width: auto;
}

.uploader .uploadDoc {
    /*margin-bottom: 10px;*/
}

.uploader .uploadDoc {
    margin-bottom: 20px;
}

.uploader .btn-orange img {
    width: 30px;
}

.uploader .docErr {
    position: absolute;
    right: auto;
    /*left: 10px;
    top: -56px;*/
    margin-top: -55px;
    padding: 10px;
    font-size: 15px;
    background-color: #fff;
    color: red;
    box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.2);
    display: none;
}

    .uploader .docErr:after {
        content: '\f0d7';
        display: inline-block;
        font-family: FontAwesome;
        font-size: 50px;
        color: #fff;
        position: absolute;
        /*left: 30px;
        bottom: -40px;*/
        margin-left: -100px;
        text-shadow: 0px 3px 6px rgba(0,0,0,0.2);
    }



/**************************************
  ***  loader doc  ***
**************************************/

.backtap {
    background: rgba(21,21,21,0.7);
    z-index: 2000;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 100%;
}

.containerl {
    /*z-index: 5;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .containerl .l-container .writing-loader {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 90px;
        position: absolute;
    }

        .containerl .l-container .writing-loader * {
            position: absolute;
            color: #5e6472;
        }

        .containerl .l-container .writing-loader .text {
            color: #0081a7;
            opacity: 0;
            animation: fileAppear-1 12s 0s linear infinite;
        }

@keyframes fileAppear-1 {
    10% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    33% {
        opacity: 0;
    }

    to {
        opacity: 0;
    }
}

.containerl .l-container .writing-loader .code {
    color: #00afb9;
    opacity: 0;
    animation: fileAppear-2 12s 4s linear infinite;
}

@keyframes fileAppear-2 {
    10% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    33% {
        opacity: 0;
    }

    to {
        opacity: 0;
    }
}

.containerl .l-container .writing-loader .image {
    color: #f07167;
    opacity: 0;
    animation: fileAppear-2 12s 8s linear infinite;
}

@keyframes fileAppear-2 {
    10% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    33% {
        opacity: 0;
    }

    to {
        opacity: 0;
    }
}

.containerl .l-container .writing-loader .pen-container {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    top: -50px;
    left: -25px;
    width: 40px;
    height: 40px;
    animation: writing 4s linear infinite;
}

@keyframes writing {
    from {
        transform: translate(0, 0);
    }

    5% {
        transform: translate(100%, 0);
    }

    15% {
        transform: translate(0%, 25%);
    }

    20% {
        transform: translate(100%, 25%);
    }

    25% {
        transform: translate(0%, 50%);
    }

    30% {
        transform: translate(100%, 50%);
    }

    35% {
        transform: translate(0%, 75%);
    }

    40% {
        transform: translate(100%, 75%);
    }

    45% {
        transform: translate(0%, 100%);
    }

    50% {
        transform: translate(100%, 100%);
        opacity: 1;
    }

    100% {
        transform: translate(100%, 100%);
        opacity: 0;
    }
}

.containerl .l-container .writing-loader .pen-container .pen {
    color: #fed9b7;
}

.containerl .l-container .writing-loader .pen-container .shadow {
    color: #5e6472;
    margin-top: 3px;
    margin-left: 3px;
    opacity: 0.5;
}

/**************************************
   ***  Estilos Terminos y acuerdo  ***
**************************************/

.terms {
    background: #F1F1F1;
    min-height: 300px;
    max-height: 350px;
    overflow-y: auto;
}

    .terms .title-terms {
        margin-top: 40px;
        margin-bottom: 20px;
        font-weight: bold;
        text-decoration: underline;
        text-transform: uppercase;
    }

.subtite-terms {
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.terms ul {
    padding-left: 30px;
}

    .terms ul li {
        margin-bottom: 20px;
    }

.terms ol {
    list-style-position: inside;
}

    .terms ol li {
        margin-bottom: 20px;
    }

        .terms ol li:before {
            content: '';
            margin-left: 10px;
        }

.terms ul.indice {
    padding: 0 5px;
}

    .terms ul.indice .number-list {
        margin-right: 15px;
    }


/**************************************
   ***  Estilos wizard register  ***
**************************************/

.form-wizard .form-wizard-steps {
    margin: 30px 0;
}

    .form-wizard .form-wizard-steps li {
        width: 25%;
        float: left;
        position: relative;
    }

        .form-wizard .form-wizard-steps li::after {
            background-color: #f3f3f3;
            content: "";
            height: 5px;
            left: 0;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 100%;
            border-bottom: 1px solid #dddddd;
            border-top: 1px solid #dddddd;
        }

        .form-wizard .form-wizard-steps li span {
            background-color: #dddddd;
            border-radius: 50%;
            display: inline-block;
            height: 40px;
            line-height: 40px;
            position: relative;
            text-align: center;
            width: 40px;
            z-index: 1;
        }

        .form-wizard .form-wizard-steps li:last-child::after {
            width: 50%;
        }

        .form-wizard .form-wizard-steps li.active span,
        .form-wizard .form-wizard-steps li.activated span {
            background-color: #2196F3;
            color: #ffffff;
        }

        .form-wizard .form-wizard-steps li.active::after,
        .form-wizard .form-wizard-steps li.activated::after {
            background-color: #2196F3;
            left: 50%;
            width: 50%;
            border-color: #2196F3;
        }

        .form-wizard .form-wizard-steps li.activated::after {
            width: 100%;
            border-color: #2196F3;
        }

        .form-wizard .form-wizard-steps li:last-child::after {
            left: 0;
        }



/******
    Icon success to migrate

*/
.f-modal-icon {
    border-radius: 50%;
    border: 4px solid gray;
    box-sizing: content-box;
    height: 80px;
    margin: 20px auto;
    padding: 0;
    position: relative;
    width: 80px;
}

    .f-modal-icon.f-modal-success, .f-modal-icon.f-modal-error {
        border-color: #A5DC86;
    }

        .f-modal-icon.f-modal-success:after, .f-modal-icon.f-modal-success:before, .f-modal-icon.f-modal-error:after, .f-modal-icon.f-modal-error:before {
            background: #fff;
            content: "";
            height: 120px;
            position: absolute;
            transform: rotate(45deg);
            width: 60px;
        }

        .f-modal-icon.f-modal-success:before, .f-modal-icon.f-modal-error:before {
            border-radius: 120px 0 0 120px;
            left: -33px;
            top: -7px;
            transform-origin: 60px 60px;
            transform: rotate(-45deg);
        }

        .f-modal-icon.f-modal-success:after, .f-modal-icon.f-modal-error:after {
            border-radius: 0 120px 120px 0;
            left: 30px;
            top: -11px;
            transform-origin: 0 60px;
            transform: rotate(-45deg);
        }

        .f-modal-icon.f-modal-success .f-modal-placeholder, .f-modal-icon.f-modal-error .f-modal-placeholder {
            border-radius: 50%;
            border: 4px solid rgba(165, 220, 134, 0.2);
            box-sizing: content-box;
            height: 80px;
            left: -4px;
            position: absolute;
            top: -4px;
            width: 80px;
            z-index: 2;
        }

        .f-modal-icon.f-modal-success .f-modal-fix, .f-modal-icon.f-modal-error .f-modal-fix {
            background-color: #fff;
            height: 90px;
            left: 28px;
            position: absolute;
            top: 8px;
            transform: rotate(-45deg);
            width: 5px;
            z-index: 1;
        }

        .f-modal-icon.f-modal-success .f-modal-line, .f-modal-icon.f-modal-error .f-modal-line {
            background-color: #A5DC86;
            border-radius: 2px;
            display: block;
            height: 5px;
            position: absolute;
            z-index: 2;
        }

            .f-modal-icon.f-modal-success .f-modal-line.f-modal-tip, .f-modal-icon.f-modal-error .f-modal-line.f-modal-tip {
                left: 14px;
                top: 46px;
                transform: rotate(45deg);
                width: 25px;
            }

            .f-modal-icon.f-modal-success .f-modal-line.f-modal-long, .f-modal-icon.f-modal-error .f-modal-line.f-modal-long {
                right: 8px;
                top: 38px;
                transform: rotate(-45deg);
                width: 47px;
            }

    .f-modal-icon.f-modal-error {
        border-color: #F27474;
    }

        .f-modal-icon.f-modal-error .f-modal-x-mark {
            display: block;
            position: relative;
            z-index: 2;
        }

        .f-modal-icon.f-modal-error .f-modal-placeholder {
            border: 4px solid rgba(200, 0, 0, 0.2);
        }

        .f-modal-icon.f-modal-error .f-modal-line {
            background-color: #F27474;
            top: 37px;
            width: 47px;
        }

            .f-modal-icon.f-modal-error .f-modal-line.f-modal-left {
                left: 17px;
                transform: rotate(45deg);
            }

            .f-modal-icon.f-modal-error .f-modal-line.f-modal-right {
                right: 16px;
                transform: rotate(-45deg);
            }

    .f-modal-icon.f-modal-warning {
        border-color: #F8BB86;
    }

        .f-modal-icon.f-modal-warning:before {
            -webkit-animation: pulseWarning 2s linear infinite;
            animation: pulseWarning 2s linear infinite;
            background-color: #fff;
            border-radius: 50%;
            content: "";
            display: inline-block;
            height: 100%;
            opacity: 0;
            position: absolute;
            width: 100%;
        }

        .f-modal-icon.f-modal-warning:after {
            background-color: #fff;
            border-radius: 50%;
            content: "";
            display: block;
            height: 100%;
            position: absolute;
            width: 100%;
            z-index: 1;
        }

        .f-modal-icon.f-modal-warning .f-modal-body {
            background-color: #F8BB86;
            border-radius: 2px;
            height: 47px;
            left: 50%;
            margin-left: -2px;
            position: absolute;
            top: 10px;
            width: 5px;
            z-index: 2;
        }

        .f-modal-icon.f-modal-warning .f-modal-dot {
            background-color: #F8BB86;
            border-radius: 50%;
            bottom: 10px;
            height: 7px;
            left: 50%;
            margin-left: -3px;
            position: absolute;
            width: 7px;
            z-index: 2;
        }

    .f-modal-icon + .f-modal-icon {
        margin-top: 50px;
    }

.animateSuccessTip {
    -webkit-animation: animateSuccessTip 0.75s;
    animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
    -webkit-animation: animateSuccessLong 0.75s;
    animation: animateSuccessLong 0.75s;
}

.f-modal-icon.f-modal-success.animate:after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
}

.f-modal-icon.f-modal-error.animate:after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
}

.animateErrorIcon {
    -webkit-animation: animateErrorIcon 0.5s;
    animation: animateErrorIcon 0.5s;
}

.animateXLeft {
    -webkit-animation: animateXLeft 0.75s;
    animation: animateXLeft 0.75s;
}

.animateXRight {
    -webkit-animation: animateXRight 0.75s;
    animation: animateXRight 0.75s;
}

.scaleWarning {
    -webkit-animation: scaleWarning 0.75s infinite alternate;
    animation: scaleWarning 0.75s infinite alternate;
}

.pulseWarningIns {
    -webkit-animation: pulseWarningIns 0.75s infinite alternate;
    animation: pulseWarningIns 0.75s infinite alternate;
}

@-webkit-keyframes animateSuccessTip {
    0%, 54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessTip {
    0%, 54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@-webkit-keyframes animateSuccessLong {
    0%, 65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@keyframes animateSuccessLong {
    0%, 65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@-webkit-keyframes rotatePlaceholder {
    0%, 5% {
        transform: rotate(-45deg);
    }

    100%, 12% {
        transform: rotate(-405deg);
    }
}

@keyframes rotatePlaceholder {
    0%, 5% {
        transform: rotate(-45deg);
    }

    100%, 12% {
        transform: rotate(-405deg);
    }
}

@-webkit-keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes animateXLeft {
    0%, 65% {
        left: 82px;
        top: 95px;
        width: 0;
    }

    84% {
        left: 14px;
        top: 33px;
        width: 47px;
    }

    100% {
        left: 17px;
        top: 37px;
        width: 47px;
    }
}

@keyframes animateXLeft {
    0%, 65% {
        left: 82px;
        top: 95px;
        width: 0;
    }

    84% {
        left: 14px;
        top: 33px;
        width: 47px;
    }

    100% {
        left: 17px;
        top: 37px;
        width: 47px;
    }
}

@-webkit-keyframes animateXRight {
    0%, 65% {
        right: 82px;
        top: 95px;
        width: 0;
    }

    84% {
        right: 14px;
        top: 33px;
        width: 47px;
    }

    100% {
        right: 16px;
        top: 37px;
        width: 47px;
    }
}

@keyframes animateXRight {
    0%, 65% {
        right: 82px;
        top: 95px;
        width: 0;
    }

    84% {
        right: 14px;
        top: 33px;
        width: 47px;
    }

    100% {
        right: 16px;
        top: 37px;
        width: 47px;
    }
}

@-webkit-keyframes scaleWarning {
    0% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes scaleWarning {
    0% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes pulseWarning {
    0% {
        background-color: #fff;
        transform: scale(1);
        opacity: 0.5;
    }

    30% {
        background-color: #fff;
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        background-color: #F8BB86;
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes pulseWarning {
    0% {
        background-color: #fff;
        transform: scale(1);
        opacity: 0.5;
    }

    30% {
        background-color: #fff;
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        background-color: #F8BB86;
        transform: scale(2);
        opacity: 0;
    }
}

@-webkit-keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }

    100% {
        background-color: #F8BB86;
    }
}

@keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }

    100% {
        background-color: #F8BB86;
    }
}
/*#endregion*/

/* #region support menu */
.wp-bg-support{
    /* background-color: #555; */
    background-color: #F64E60;
    color: #f1f1f1;
}
.flex-column{
    flex-direction: column;
}

.justify-content-between {
    -webkit-box-pack: space-between !important;
    -ms-flex-pack: space-between !important;
    justify-content: space-between !important;
}
.justify-content-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    justify-content: start !important;
}

.align-items-stretch{
    align-items: center;
    gap: 32px;
}
.align-items-end{
    align-items:end;
}

/* #endregion */

/* #region encabezado soporte */
.title-company{
    position: relative;
}
    .title-company .over {
        background: #F64E60;
        padding: 2px 5px;
        /* position: absolute;
        top: 15px;
        left: 180px; */
        margin-left: 20px;
        text-transform: uppercase;
        animation: support-animation 2.5s infinite;
    }

@keyframes support-animation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

}

/* #region sticky para tablas con muchas columnas */
.sticky {
    max-height: 65vh;
    overflow-y: auto;
    /*border: 1px solid #ccc;*/ /* Borde para el contenedor de la tabla */
    
}
    .sticky thead th {
        background-color: #f8f8f8; /* Color de fondo para el encabezado */
        position: sticky; /* Hace que el encabezado sea pegajoso */
        top: -1px; /* Fija el encabezado al tope del contenedor de la tabla */
        z-index: 1; /* Asegura que el encabezado esté sobre las otras filas */
    }





 /* wizard usando css w3*/
#newCompanyForm {
    background-color: #ffffff;
    padding: 10px 40px 40px 40px;

    .tab{
            margin-bottom: 20px;
        }

    .step {
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #bbbbbb;
        border: none;
        border-radius: 50%;
        display: inline-block;
        opacity: 0.5;
    }
        /* Mark the active step: */
        .step.active {
            opacity: 1;
        }

        /* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #1976d2 !important;
}
}

.loader-ui {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(43, 47, 62,0.4);
    top: 0;
    left: 0;
    z-index: 999;
}

.loader-container {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.loader-content {
    background: #fff;
    width: 200px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 1002;
}

/* Input file docs fedo */
.file-input-do {
    position: relative;
    display: inline-block;
}

    .file-input-do input[type="file"] {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    .file-input-do label.lbfile {
        display: inline-block;
        /*background-color: #f0f0f0;*/
        padding: 10px 20px;
        border: 1px solid #ccc;
        cursor: pointer;
        color: #333;
    }



    /* tooltip flotante */
.dataMoney {
    position: relative; /* Para ubicar el tooltip */
    cursor: pointer;
    color: #333;
    font-weight: bold;
}
/* Estilo del div que aparece */
.tooltipMoney {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 120%; /* Debajo del label */
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.85rem;
    white-space: nowrap;
    transition: opacity 0.3s ease;
    z-index: 100;
}

    /* Flechita opcional */
    .tooltipMoney::after {
        content: '';
        position: absolute;
        top: -5px;
        left: 50%;
        transform: translateX(-50%);
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #333 transparent;
    }

/* Mostrar cuando pasamos el cursor */
.dataMoney:hover .tooltipMoney {
    visibility: visible;
    opacity: 1;
}