﻿.cell-error {
    background-color: #ffcccc; /* Fondo rojo claro */
    color: #d9534f; /* Texto rojo */
    font-weight: bold;
}

.input-selector-caret {
    /* Reset. */
    border: unset;
    /* Style */
    width: 100%;
    max-width: 400px;
    padding: 0.75rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    /* Arrow */
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 0.7rem top 50%;
    background-size: 0.65rem auto;
}

.PromoVerdeHeader-btn {
    background-color: #96f596;
    white-space: normal;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 10px;
    font-size: 10px;
    color: black;
    width: auto;
    display: none;
}

.PromoVerde-btn {
    background-color: #96f596;
    white-space: normal;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 10px;
    font-size: 15px;
    color: black;
    width: auto;
    display: inline;
    display: inline;
    position: relative;
    top: 2px;
    left: 45px;
    cursor: pointer;
}


/*===detalle de abonos===*/

.AbonoSilver {
    border: solid 1px #C0C0C0;
    border-radius: 20px;
    padding: 6px;
    color: white;
    background-color: #C0C0C0;
    font-size: 12px;
    position: relative;
    top: 2px;
    right: 11px;
}

.AbonoJunior {
    border: solid 1px #CDA4DE;
    border-radius: 20px;
    padding: 6px;
    color: white;
    background-color: #CDA4DE;
    font-size: 12px;
    position: relative;
    top: 2px;
    right: 11px;
}

.AbonoGold {
    border: solid 1px #FFD700;
    border-radius: 20px;
    padding: 6px;
    color: white;
    background-color: #FFD700;
    font-size: 12px;
    position: relative;
    top: 2px;
    right: 11px;
}

.AbonoPlatinum {
    border: solid 1px #B0C4DE;
    border-radius: 20px;
    padding: 6px;
    color: white;
    background-color: #B0C4DE;
    font-size: 12px;
    position: relative;
    top: 2px;
    right: 11px;
}

.AbonoDiamante {
    border: solid 1px #B9F2FF;
    border-radius: 20px;
    padding: 6px;
    color: white;
    background-color: #B9F2FF;
    font-size: 12px;
    position: relative;
    top: 2px;
    right: 11px;
}

.AbonoBlack {
    border: solid 1px #1C1C1C;
    border-radius: 20px;
    padding: 6px;
    color: white;
    background-color: #1C1C1C;
    font-size: 12px;
    position: relative;
    top: 2px;
    right: 11px;
}

.AbonoUltra {
    border: solid 1px #7F00FF;
    border-radius: 20px;
    padding: 6px;
    color: white;
    background-color: #7F00FF;
    font-size: 12px;
    position: relative;
    top: 2px;
    right: 11px;
}

.AbonoBlue {
    border: solid 1px #0f24f9;
    border-radius: 20px;
    padding: 6px;
    color: white;
    background-color: #0f24f9;
    font-size: 12px;
    position: relative;
    top: 2px;
    right: 11px;
}

/*===fin===*/
.altoMenuPrincipal {
    height: 63vh;
}

.grid-Clientes {
    display:grid;
    grid-template-columns: 1fr 1fr;
}
    .grid-Clientes div span {
        font-size: 15px;
    }

.positionSecondDiv {
    top: -15px;
    position: relative;
}

.grid-ClientesBotones {
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.grid-NuevaTablaDiferenciales {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
}

    .grid-NuevaTablaDiferenciales div {
        color: #5a5a5a;
        text-align: center;
        border: solid 1px lightgrey;
        height: 45px;
    }

        .grid-NuevaTablaDiferenciales div span {
            position: relative;
            top: 10px;
            padding: 0.5rem;
        }

/*=======Nuevo boton menu principal ======*/

.posicionBotonNovedades {
    top: -55px;
}

.Novedades-btn {
    background: linear-gradient(-45deg, #2334d1, #485489 , #83b4d6 );
    background-size: 200% 200%;
    -webkit-animation: rainbow 5s ease infinite;
    -z-animation: rainbow 5s ease infinite;
    -o-animation: rainbow 5s ease infinite;
    animation: rainbow 5s ease infinite alternate;
    border: 1px solid transparent;
    cursor: pointer;
    border-radius: 10px;
    padding: 20px;
    font-size: 30px;
    color: #fff;
    width: 375px;
}

    .Novedades-btn:hover {
        border: 1px solid #0f24f9;
    }


.NovedadesVerde-btn {
    background: linear-gradient(-45deg, #aef6a3, #9ed195, #80b877 );
    background-size: 200% 200%;
    -webkit-animation: rainbow 5s ease infinite;
    -z-animation: rainbow 5s ease infinite;
    -o-animation: rainbow 5s ease infinite;
    animation: rainbow 5s ease infinite alternate;
    border: 1px solid transparent;
    cursor: pointer;
    border-radius: 10px;
    padding: 20px;
    font-size: 30px;
    color: #fff;
    width: 375px;
}

    .NovedadesVerde-btn:hover {
        border: 1px solid #57984c;
    }

@-webkit-keyframes rainbow {
    0% {
        background-position: 0% 100%
    }

    100% {
        background-position: 100% 0%
    }
}

@-moz-keyframes rainbow {
    0% {
        background-position: 0% 100%
    }

    100% {
        background-position: 100% 0%
    }
}

@-o-keyframes rainbow {
    0% {
        background-position: 0% 100%
    }

    100% {
        background-position: 100% 0%
    }
}

@keyframes rainbow {
    0% {
        background-position: 0% 100%
    }

    100% {
        background-position: 100% 0%
    }
}
/*=======================================*/

.grid-NuevaTablaDiferenciales1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
}

    .grid-NuevaTablaDiferenciales1 div {
        color: #5a5a5a;
        text-align: center;
        border: solid 1px lightgrey;
        height: 45px;
    }

        .grid-NuevaTablaDiferenciales1 div span {
            position: relative;
            top: 10px;
            padding: 0.5rem;
        }


.grid-NuevaTablaDiferenciales2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 1fr;
}

    .grid-NuevaTablaDiferenciales2 div {
        color: #5a5a5a;
        text-align: center;
        border: solid 1px lightgrey;
        height: 45px;
    }

        .grid-NuevaTablaDiferenciales2 div span {
            position: relative;
            top: 10px;
            padding: 0.5rem;
        }


.btnpopupAyudaHISI {
    white-space: normal !important;
}

.btnpopupAyudaHINO {
    padding: 26px 0 26px 0 !important;
}

.btngrey {
    position: relative;
    font-size: .875rem;
    text-decoration: none;
    letter-spacing: 0;
    cursor: pointer;
    border: 0;
    outline: 0;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1), background-color .2s cubic-bezier(.4,0,.2,1), color .2s cubic-bezier(.4,0,.2,1);
    will-change: box-shadow, transform;
    color: #FFF;
    background-color: #B0B5BF;
    border-color: #ccc;
    padding: 0.46875rem 1rem;
    vertical-align: middle;
    user-select: none;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
    border-radius: 0.125rem;
}

    .btngrey:hover {
        background-color: #F3F3F3;
        color: black;
    }


a.disabled {
    pointer-events: none;
    cursor: not-allowed;
    color: grey;
}

.gridHerramientas {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
}

.grid-haberesSalarios {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
}

    .grid-haberesSalarios div {
        font-family: capitol;
        color: #5a5a5a;
        text-align: center;
        border: solid 1px lightgrey;
        height: 45px;
    }
    .grid-haberesSalarios div span {
        position: relative;
        top: 10px;
        padding:0.5rem;
    }

    .grid-haberesSalarios > div:nth-child(2n+1) {
        background: rgba(0, 0, 0, .05);
    }

.grid-haberesSalarios2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
}

    .grid-haberesSalarios2 div {
        font-family: capitol;
        color: #5a5a5a;
        text-align: center;
        border: solid 1px lightgrey;
        height: 45px;
    }

    .grid-haberesSalarios2 div span {
            position: relative;
            top: 10px;
            padding: 0.5rem;
        }

    .grid-haberesSalarios2 > div:nth-child(2n+1) {
        background: rgba(0, 0, 0, .05);
    }



/*=====estilo expedientes mini fichas=======*/

#grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
}

.grid-item {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid;
    padding: 10px;
    font-size: 10px;
    text-align: center;
}

.LabelsDatosPersonalesMF {
    font-size: 0.7rem !important;
    color: #317BBC;
}

.grid-ExpedientesEnTramite {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 1fr;
}

    .grid-ExpedientesEnTramite div {
        border: solid 1px lightgrey;
        border-left: solid 10px green;
        border-radius: 7px;
        padding: 20px;
        box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
    }

        .grid-ExpedientesEnTramite div span {
            font-size: 15px;
            color: dimgrey;
            padding: 0px 15px 0px 15px;
            font-weight: 600;
        }

        .grid-ExpedientesEnTramite div p {
            font-size: 15px;
            color: dimgrey;
            padding: 15px;
        }

        .grid-ExpedientesEnTramite div button {
            border: solid 1px #317BBC;
            color: #317BBC;
            border-radius: 10px;
            font-weight: 600;
            text-decoration: underline;
            padding: 7px;
            background-color: transparent;
            cursor: pointer;
        }

            .grid-ExpedientesEnTramite div button i {
                text-decoration: none;
                padding-left: 5px;
                padding-right: 5px;
            }

.grid-ExpedientesEnTramiteAmarillos {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 1fr;
}

    .grid-ExpedientesEnTramiteAmarillos div {
        border: solid 1px lightgrey;
        border-left: solid 10px yellow;
        border-radius: 7px;
        padding: 20px;
        box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
    }

        .grid-ExpedientesEnTramiteAmarillos div span {
            font-size: 15px;
            color: dimgrey;
            padding: 0px 15px 0px 15px;
            font-weight: 600;
        }

        .grid-ExpedientesEnTramiteAmarillos div p {
            font-size: 15px;
            color: dimgrey;
            padding: 15px;
        }

        .grid-ExpedientesEnTramiteAmarillos div button {
            border: solid 1px #317BBC;
            color: #317BBC;
            border-radius: 10px;
            font-weight: 600;
            text-decoration: underline;
            padding: 7px;
            background-color: transparent;
            cursor: pointer;
        }

            .grid-ExpedientesEnTramiteAmarillos div button i {
                text-decoration: none;
                padding-left: 5px;
                padding-right: 5px;
            }

.grid-ExpedientesEnTramiteRojos {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 1fr;
}

    .grid-ExpedientesEnTramiteRojos div {
        border: solid 1px lightgrey;
        border-left: solid 10px red;
        border-radius: 7px;
        padding: 20px;
        box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
    }

        .grid-ExpedientesEnTramiteRojos div span {
            font-size: 15px;
            color: dimgrey;
            padding: 0px 15px 0px 15px;
            font-weight: 600;
        }

        .grid-ExpedientesEnTramiteRojos div p {
            font-size: 15px;
            color: dimgrey;
            padding: 15px;
        }

        .grid-ExpedientesEnTramiteRojos div button {
            border: solid 1px #317BBC;
            color: #317BBC;
            border-radius: 10px;
            font-weight: 600;
            text-decoration: underline;
            padding: 7px;
            background-color: transparent;
            cursor: pointer;
        }

            .grid-ExpedientesEnTramiteRojos div button i {
                text-decoration: none;
                padding-left: 5px;
                padding-right: 5px;
            }

/*======fin========*/


.botonesHerramientas {
    padding: 1rem;
    height: 100%;
    cursor: pointer;
}
    .botonesHerramientas span {
        display: block;
    }

    .botonesHerramientas:hover {
        background-color: #BAC7D4;
    }



.grid-margin-top-Herramientas {
    margin-top: 5%;
    margin-bottom: 5%;
}

.espacioGridHerramientas {
    padding: 0.7rem;
}

.bottoninvisible { 
    display: none !important;
}

.buttonVideoNuevo {
    color: #005ecf;
    border: solid 2px;
    font-size: 19px;
    font-weight: bolder;
    padding: 8px;
    padding-left: 15px;
    padding-right: 15px;
    background: linear-gradient(-90deg, #1e86ff 7%, #d3e8f5 0 );
    cursor: pointer;
    border-radius: 24px;
}

.posicionFlecha {
    float: right;
    top: 2px;
    position: relative;
}

.ng-confirm.ng-confirm-supervan .ng-confirm-bg {
    background: #36465d;
    opacity: 0.7 !important;
}

.expediente-text {
    margin-right: 5px; /* Ajusta este valor según lo necesites */
}

.caretPopupdescBeneficio {
    position: absolute;
    top: 3.1rem;
    right: 20px;
    font-size: .63rem;
    color: #495057;
}

.etiqueta-button-container {
    display: flex;
    flex-wrap: wrap; /* Esto permite que los botones pasen a la siguiente línea si no hay espacio */
    gap: 10px; /* Espacio entre botones */
}
.auto-column-width {
    display: inline-block;
    min-width: 100%;
    white-space: nowrap;
}

.topBotonBeneficio {
    top: 25px;
}

.green-text {
    text-align: center;
    color: green;
    font-weight: bolder;
}

.red-text {
    text-align: center;
    color: red;
    font-weight: bolder;
}

.grey-text {
    text-align: center;
    color: grey;
    font-weight: bolder;
}

.lightblue-text {
    text-align: center;
    color: #1d96dc;
    font-weight: bolder;
}

.lightgreen-text {
    text-align: center;
    color: #58e542;
    font-weight: bolder;
}
.lightred-text {
    text-align: center;
    color: #f65b5b;
    font-weight: bolder;
}
.lightpurple-text {
    text-align: center;
    color: #965bf6;
    font-weight: bolder;
}
/* Par la grilla de expedientes */
.cell-centered {
    display: flex;
    align-items: center; /* Centrado vertical */
    justify-content: center; /* Centrado horizontal */
}

@media screen and (max-width: 1440px ) {

    .bottomFotterAltLogin {
        bottom: -12px !important;
    }
}

/*==========================Modal EXpedientes=================================*/

.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

    .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }

/*==========================Modal EXpedientes fin=================================*/

.ui-grid-header-cell-label {
    display: inline-block;
    white-space: normal;
}

/*focos*/
.focoAU:focus {
    border: solid 1px grey;
}

.dropdownheaderWidth {
    width: 440px !important;
}

.modal-discontinuos .modal-lg {
    min-width:70%;
}
/*boton nueva moratoria*/
.btn-nuevaMoratoria {
    position: relative;
    font-size: medium;
    text-decoration: none;
    letter-spacing: 0;
    cursor: pointer;
    border: solid 2px #9182bf;
    outline: 0;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    will-change: box-shadow,transform;
    color: #9182bf;
    background-color: transparent;
    padding: 0.46875rem 1rem;
    vertical-align: middle;
    user-select: none;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
    border-radius: 5px;
    height: 43px;
}

    .btn-nuevaMoratoria:hover {
        color: #9182bf;
        background-color: lavender;
    }

    .btn-nuevaMoratoria:active {
        color: #9182bf;
        background-color: lightgrey;
    }

/*fin boton nueva moratoria*/

/*======= Logo Nuevo ========*/
.nuevo {
    border: solid 1px #33A3B8;
    border-radius: 14px;
    background-color: #33A3B8;
    color: white;
    font-size:13px;
    padding: 4px;
    position: relative;
    top: -2px;
}

.nuevoMenuPal {
    border: solid 1px #E45E51;
    border-radius: 14px;
    background-color: #E45E51;
    color: white;
    font-size: 9px;
    padding: 3px;
    position: relative;
    top: -3px;
}

.positionLogin {
    margin-top: 3rem !important;
}

.checkParticularLabel {
    margin-top: 15px;
    font-size: x-large;
    color: green;
    font-weight: 600;
    position: relative;
    top: -5px;
    left: 0px !important;
}

.checkParticularLabelLargo {
    margin-top: 15px;
    font-size: x-large;
    color: #3ED29C;
    font-weight: 600;
    position: relative;
    margin-left: -12px;
    top: -2px;
}

.spanLabelCheck {
    position: relative;
    left: -12px;
}

.carrouselAltLogin {
    height: 750px;
}

.positionSexoUP {
    margin-top: 1.5rem;
}

/*popups textos que se enciman*/
.ng-confirm .ng-confirm-box div.ng-confirm-title-c .ng-confirm-title {
    font-size: inherit;
    font-family: inherit;
    display: inline-block;
    vertical-align: middle;
    -webkit-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
    line-height: 26px;
}

/*--------fin-------------*/

/*botones modal*/
.btn-modal {
    position: relative;
    font-size: .875rem;
    text-decoration: none;
    letter-spacing: 0;
    cursor: pointer;
    border: 0;
    outline: 0;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    will-change: box-shadow,transform;
    color: white;
    background-color: #0245F5;
    border-color: #ccc;
    padding: 0.46875rem 1rem;
    vertical-align: middle;
    user-select: none;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
    border-radius: 0.125rem;
}

    .btn-modal:hover {
        color: white;
        background-color: #4766A9;
    }

    .btn-modal:disabled {
        color: white;
        background-color: #4766A9 !important;
    }

.btn-modalRed {
    position: relative;
    font-size: .875rem;
    text-decoration: none;
    letter-spacing: 0;
    cursor: pointer;
    border: 0;
    outline: 0;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    will-change: box-shadow,transform;
    color: white;
    background-color: #DF3A01;
    border-color: #ccc;
    padding: 0.46875rem 1rem;
    vertical-align: middle;
    user-select: none;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
    border-radius: 0.125rem;
}

    .btn-modalRed:hover {
        color: white;
        background-color: #FF8000;
    }

.botonesimportarHLPRPA {
    font-size: large !important;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
}

.owl-carousel {
    position: relative;
}

.owl-dots {
    position: absolute;
    bottom: 0px;
    left: 25%;
    right: 25%;
}
/**/

.btn-ImportarHLPRPA {
    position: relative;
    font-size: large;
    border-radius: 5px !important;
    text-decoration: none;
    letter-spacing: 0;
    cursor: pointer;
    border: solid 2px blue;
    outline: 0;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    will-change: box-shadow,transform;
    color: black;
    background-color: white;
    padding: 0.46875rem 1rem;
    vertical-align: middle;
    user-select: none;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
    border-radius: 0.125rem;
}

    .btn-ImportarHLPRPA:hover {
        color: white;
        background-color: darkgray;
        border: solid 2px grey;
    }

    .btn-ImportarHLPRPA:disabled {
        cursor: not-allowed;
        color: white;
        background-color: darkgray;
        border: solid 2px grey;
    }
    .btn-ImportarHLPRPA:disabled:hover {
        cursor: not-allowed;
        color: white;
        background-color: gray;
        border: solid 2px black;
    }

    .titulo-izq div {
        text-align: left !important;
    }

.botonSeguirMenuPal {
    position: relative;
    font-size: 20px;
    width: 200px;
    border-radius: 2px !important;
    text-decoration: none;
    letter-spacing: 0;
    cursor: pointer;
    border: solid 2px royalblue;
    outline: 0;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    will-change: box-shadow,transform;
    color: white;
    background-color: royalblue;
    padding: 15px;
    vertical-align: middle;
    user-select: none;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
}

    .botonSeguirMenuPal:hover {
        color: white;
        background-color: blue;
        border: solid 2px blue;
    }


.margin-buttonSicam {
    margin-left: 3px;
}

.titulo-izq span {
    margin-left: 10px;
}

.sinMargen span {
    margin-left:0 !important;
}

.CantServAct {
    width: 97.5%;
    margin-right: 18px;
    margin-left: 27px;
    margin-top: 32px;
    background-color: gray;
    color: #DBE043;
    border-radius: 3px;
}

#selectVerde span {
    background-color: #D4EFD4;
}

.backColor {
    background: linear-gradient(to right, #D4EFD4 86%, #fafafa 14%);

}

#todo {
    font-family: 'Courier New', Courier, monospace;
    font-weight: 800;
}

.promopop {
    background-color: #96f596;
    width: 270px;
    text-align: center;
}

.volverMenu {
    background-color: #DED8ED;
    position: relative;
    text-decoration: none;
    letter-spacing: 0;
    cursor: pointer;
    border: 0;
    outline: 0;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    will-change: box-shadow,transform;
}

    .volverMenu:hover {
        background-color: #0f24f9;
        color: white;
    }

.atras {
    background-color: #E7E6F3;
    position: relative;
    text-decoration: none;
    letter-spacing: 0;
    cursor: pointer;
    border: 0;
    outline: 0;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    will-change: box-shadow,transform;
}

    .atras:hover {
        background-color: #0f24f9;
        color: white;
    }

.siguiente {
    background-color: #E7F1F8;
    position: relative;
    text-decoration: none;
    letter-spacing: 0;
    cursor: pointer;
    border: 0;
    outline: 0;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    will-change: box-shadow,transform;
}

    .siguiente:hover {
        background-color: #0f24f9;
        color: white;
    }


.calcular {
    background-color: #A7D3EB;
    position: relative;
    text-decoration: none;
    letter-spacing: 0;
    cursor: pointer;
    border: 0;
    outline: 0;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    will-change: box-shadow,transform;
}

    .calcular:hover {
        background-color: #0f24f9;
        color: white;
    }

.guardar {
    background-color: #C1E0F4;
    position: relative;
    text-decoration: none;
    letter-spacing: 0;
    cursor: pointer;
    border: 0;
    outline: 0;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    will-change: box-shadow,transform;
}

    .guardar:hover {
        background-color: #0f24f9;
        color: white;
    }

/* fin botones footer*/

/*boton ver grafico y margin-top con/sin grafico*/
.btn-grafico {
    background-color: transparent;
    cursor: pointer;
    border: solid 1px transparent;
    color: mediumblue;
    text-decoration:underline;
    padding: 0.2rem;
}

.grafico-oculto {
    margin-top: 30px;
}

.grafico-visible {
    margin-top: -20px !important;
}
/**/

.botonVerResultado {
    color: black !important;
    font-weight: 600;
    white-space: normal;
    width: 265px;
}

.btmResultados {
    position: relative;
    font-size: small;
    text-decoration: none;
    letter-spacing: 0;
    cursor: pointer;
    border: 0;
    outline: 0;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    will-change: box-shadow,transform;
    background-color: transparent;
    border: solid 1px transparent;
}

.btmResultados:hover {
    background-color:transparent;
}

.tasaDifIntereses { 
    padding-top: 1rem;
}

.ui-select-no-choice {
    margin-top: 1px !important;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.whiteSpacePopup {
    white-space: normal !important;
}

.whiteSpacePopup1 {
    white-space: normal !important;
    height: 50px;
}

.mtLogin {
    margin-top: 3rem;
}

.mbLogin {
    margin-bottom: 1rem;
}


.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
        padding-right: 15px;
        padding-left: 15px;
    }

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th,
    .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body,
        .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

/* The container */
.containerC {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 9px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .containerC input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.tamañoIconoQuestion {
    font-size: 26px;
    color: #6787e3 !important;
}

.tamañoIconoQuestionGrillas {
    font-size: 15px;
    color: #6787e3 !important;
    margin-left: -3px
}

.PositionIconoError {
    margin-left: 5px !important;
    font-size: 26px;
}

.PositionIconoErrorInputDoble {
    margin-left: 1px !important;
    font-size: 20px;
}

.PositionIconoErrorGrilla {
    margin-left: -3px !important;
    
}

.positionBalance {
    margin-left: 5px;
    top: -3px;
    font-size: 21px;
}

.VideoIcon {
    color: orange !important;
    font-size: 25px;
    left: 5px;
}

.positionDivGrid {
    margin-left: 0.25rem;
}

.positionDivGrid1 {
    margin-left: 0.8rem;
}

.colorAsesoramiento {
    color:limegreen;
}

.colorAsesoramiento:hover {
    color:darkgreen !important;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #eee;
}

.position-checkmark {
    top: -10px !important
}

/* On mouse-over, add a grey background color */
.containerC:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerC input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerC input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerC .checkmark:after {
    left: 10px;
    top: 5px;
    width: 8px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*button glowin*/
.scanner {
    box-shadow: 0px 0px 20px #ff8000;
    animation: scanner-loop 1300ms infinite;
}

@keyframes scanner-loop {
    0% {
        box-shadow: 0 0 10px #ffa031;
    }

    50% {
        box-shadow: 0 0 30px #ff8000;
    }

    100% {
        box-shadow: 0 0 10px #ffa031;
    }
}

/**/

.PositionRBMuyLargo {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -2px;
}

.PositionRBLargo {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/*uib-tab haber*/
#AyudaDatosParaElHaberIntroStep1 a {
    font-size: small;
}

#masDatosParaelHaber a {
    font-size: small;
}

#datosParaElReajuste a {
    font-size: small;
}

#topesReajuste a {
    font-size: small;
}

#comparativoHaberes a {
    font-size: small;
}

#aportesRD a {
    font-size: small;
}

#aportesAU a {
    font-size: small;
}

#notasYcomentariosHaber a {
    font-size: small;
}

#Escritos a {
    font-size: small;
}

#ayudaHaberInicial a {
    font-size: small;
}

#correcciones a {
    font-size: small;
}
/**/
/*uib-tab Derecho*/
#AyudaDatosParaElDerechoIntroStep1 a {
    font-size: small;
}

#serviciosActividades a {
    font-size: small;
}

#masDatos a {
    font-size: small;

}

#notasComentariosDerecho a {
    font-size: small;
}
/**/
.radioButtonTextoLargo {
    margin-top: 24px;
    margin-bottom: 24px;
}

.radioButtonTextoMuyLargo {
    margin-top: 24px;
    margin-bottom: 24px;
}

/*botones footer derecho,haber y retro*/

.botonesFooterDHR {
    height: 50px;
    border-right: solid 1px !important;
    border-color:#e0ebff !important;
    font-size:small !important;
    white-space:normal;
}

/**/

/*boton reajuste movilidad menu pal*/
.btn-RM {
    background-color: #c3e3c3 !important;
    font-size: 25px !important;
    font-family: 'Roboto';
    box-shadow: 0 0 12px #999;
    white-space: normal;
    border-radius: 10px;
}

    .btn-RM:hover {
        box-shadow: 0 0 24px #999;
    }
/**/

input[readonly] {
    cursor: text;
    background-color: #fff;
}

.texto-btn-acomodado {
    white-space: normal !important;
    height: 50px !important;
}

.texto-btn-acomodadoGrande {
    white-space: normal !important;
    height: 90px !important;
    width: 325px !important;
}

.height-popup {
    height: 300px !important;
}

.HP-tooltip {
    position: relative;
    left: 95px;
}


/*es la clase que se le pone a la grilla en lugar de grid-margin-top cuando esta el boton reajuste ley 27467*/
.grid-margin-top-mpal {
    margin-top: 5%;
    margin-bottom: 215px;
}

/*es la clase del boton de reajuste ley 27467*/
.mpal-RM27426 {
    margin-top: 6%
}

/*.grillaGraficoServ {
    margin-left: 235px;
}

.tooltipgraficogrillaserv {
    margin-left: -105px;
}*/

.ayudagrillaserv {
    left: 180px;
}


/*estilo graficos servicios y actividades*/
.tooltip-graficoServ {
    margin-left: 10px;
}

.position-relojServ {
    margin-left: 0px
}

.grillaGraficoServ {
    margin-left: 40px;
}
/**/

.dropdown-usuarioPart {
    left: -101px !important;
    width: auto !important;
}

.rowLey {
    display: flex;
    flex-wrap: wrap;
    margin-right: -24px;
    margin-left: -15px;
}

.rowLeyTextoLargo {
    display: flex;
    flex-wrap: wrap;
    margin-right: -24px;
    margin-left: -1px;
}

.GrillaServicios {
    margin-top: 25px;
    margin-left: 360px;
}

.VideoGrillaRD {
    margin-left: 510px;
    margin-top: 3px;
}

.videoCasosViejos {
    margin-top: -280px;
}

/*#DetalleComputo {   
    display: none;
}*/

.videosResponsive {
    right: -15px;
}

#EncabA {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 150px;
    padding-left: 150px;
}

.nacionalidad-UF {
    margin-top: 0px !important;
}

.nacionalidad-todos {
    margin-right: 0px !important;
}

.toastSumaPromRemuneraciones {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 400px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999999;
    -webkit-box-shadow: 0 0 12px #999999;
    box-shadow: 0 0 12px #999999;
    color: #FFFFFF;
    opacity: 1;
}

#toast-container .toastSumaPromRemuneraciones.toast-info {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}

.toastSumaPromRemuneraciones:hover {
    -moz-box-shadow: 0 0 12px #000000;
    -webkit-box-shadow: 0 0 12px #000000;
    box-shadow: 0 0 12px #000000;
    opacity: 1;
    cursor: pointer;
}

.toastUsuarioParticularRDAU {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 400px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999999;
    -webkit-box-shadow: 0 0 12px #999999;
    box-shadow: 0 0 12px #999999;
    color: #FFFFFF;
    opacity: 1;
}

#toast-container .toastUsuarioParticularRDAU.toast-info {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}

.toastUsuarioParticularRDAU:hover {
    -moz-box-shadow: 0 0 12px #000000;
    -webkit-box-shadow: 0 0 12px #000000;
    box-shadow: 0 0 12px #000000;
    opacity: 1;
    cursor: pointer;
}

.toastUsuarioParticularAU {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 400px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999999;
    -webkit-box-shadow: 0 0 12px #999999;
    box-shadow: 0 0 12px #999999;
    color: #FFFFFF;
    opacity: 1;
}

#toast-container .toastUsuarioParticularAU.toast-warning {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}


.toastUsuarioParticularAU:hover {
    -moz-box-shadow: 0 0 12px #000000;
    -webkit-box-shadow: 0 0 12px #000000;
    box-shadow: 0 0 12px #000000;
    opacity: 1;
    cursor: pointer;
}

.toastSuccessOnTop {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 400px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999999;
    -webkit-box-shadow: 0 0 12px #999999;
    box-shadow: 0 0 12px #999999;
    color: #FFFFFF;
    opacity: 1;
    z-index:9999;
}

#toast-container .toastSuccessOnTop.toast-success {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}

.toastSuccessOnTop:hover {
    -moz-box-shadow: 0 0 12px #000000;
    -webkit-box-shadow: 0 0 12px #000000;
    box-shadow: 0 0 12px #000000;
    opacity: 1;
    cursor: pointer;
}

#toast-container {
    position: fixed;
    z-index: 9999;
}

    #toast-container > div {
        margin: 0 0 6px;
        padding:0;
        margin-bottom: 1rem;
        margin-top: 1rem;
        width: 400px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999;
        -webkit-box-shadow: 0 0 12px #999;
        box-shadow: 0 0 12px #999;
        color: #fff;
        opacity: .8;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        filter: alpha(opacity=80);
    }

.toastHaberesRetroactivo {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 400px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999999;
    -webkit-box-shadow: 0 0 12px #999999;
    box-shadow: 0 0 12px #999999;
    color: #FFFFFF;
    opacity: 1;
}

#toast-container .toastHaberesRetroactivo.toast-warning {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}

.toastHaberesRetroactivo:hover {
    -moz-box-shadow: 0 0 12px #000000;
    -webkit-box-shadow: 0 0 12px #000000;
    box-shadow: 0 0 12px #000000;
    opacity: 1;
    cursor: pointer;
}

.toastReajusteMovilidad {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 400px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999999;
    -webkit-box-shadow: 0 0 12px #999999;
    box-shadow: 0 0 12px #999999;
    color: black;
    opacity: 1;
    background-color: #c3e3c3;
    /* text-decoration: underline; */
    font-size: 30px;
    font-family: 'Roboto';
}

#toast-container .toastReajusteMovilidad.toast-warning {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}

.toastReajusteMovilidad:hover {
    -moz-box-shadow: 0 0 12px #000000;
    -webkit-box-shadow: 0 0 12px #000000;
    box-shadow: 0 0 12px #000000;
    opacity: 1;
    cursor: pointer;
}

.toastWarningChrome {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 400px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999999;
    -webkit-box-shadow: 0 0 12px #999999;
    box-shadow: 0 0 12px #999999;
    color: #FFFFFF;
    opacity: 1;
}

#toast-container .toastWarningChrome.toast-warning {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}

.toastWarningChrome:hover {
    -moz-box-shadow: 0 0 12px #000000;
    -webkit-box-shadow: 0 0 12px #000000;
    box-shadow: 0 0 12px #000000;
    opacity: 1;
    cursor: pointer;
}

#toast-container .toast {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 400px !important;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999999;
    -webkit-box-shadow: 0 0 12px #999999;
    box-shadow: 0 0 12px #999999;
    color: #FFFFFF;
    opacity: 0.8;
}




.BusquedaImporteRenta {
    text-align: center;
    height: 400px;
    overflow: auto;
}

.ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-purple {
    background-color: #B0B5BF;
    color: #FFF;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s;
    width: 46%;
}

    .ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-purple:hover {
        background-color: #F3F3F3;
        color: black;
    }

ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-backandmodify {
    background-color: #908787;
    color: #FFF;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s;
    width: 41%;
}

.ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-backandmodify:hover {
    background-color: #F3F3F3;
    color: black;
}

.bmd-form-group .custom-file-control, .bmd-form-group .form-control, .bmd-form-group input::placeholder, .bmd-form-group label {
    line-height: 1.2;
}


.bmd-help {
    position: absolute;
    font-size: .8rem;
    font-weight: 400;
    display: block;
}

.custom-file-control, .form-control, input::placeholder, label {
    line-height: 1.2;
}



/*.btn-group {
    z-index: 1051;
}*/

.modal-body {
    overflow: auto;
    height: 300px;
}

.modal-body-Derecho {
    margin-left: 10px;
}

@media (min-width: 2400px) {
    .grid-margin-top {
        margin-top: 15%;
        margin-bottom: 325px !important;
    }
}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .grid-margin-top {
        margin-top: 15%;
        margin-bottom: 0px !important;
    }

    .gridposition {
        height: 260px;
        position: relative;
        z-index: 1;
        top: -48px;
    }
}







#myFooter {
    background-color: #001334;
    color: white;
    position: fixed;
    bottom: 0;
    width: 100%;
}

    #myFooter .footer-copyright {
        background-color: #00135F;
        padding-top: 3px;
        padding-bottom: 3px;
        text-align: center;
    }

        #myFooter .footer-copyright p {
            margin: 10px;
            color: #ccc;
        }

    #myFooter ul {
        list-style-type: none;
        padding-left: 0;
        line-height: 1.7;
    }

    #myFooter h5 {
        font-size: 18px;
        color: white;
        font-weight: bold;
        margin-top: 30px;
    }

    #myFooter a {
        color: #d2d1d1;
        text-decoration: none;
    }

        #myFooter a:hover, #myFooter a:focus {
            text-decoration: none;
            color: white;
        }

    #myFooter .myCols {
        text-align: center;
    }

    #myFooter .social-networks {
        text-align: center;
        padding-top: 30px;
        padding-bottom: 38px;
    }

        #myFooter .social-networks a {
            font-size: 32px;
            margin-right: 5px;
            margin-left: 5px;
            color: #f9f9f9;
            padding: 10px;
            transition: 0.2s;
        }

            #myFooter .social-networks a:hover {
                text-decoration: none;
            }

    #myFooter .facebook:hover {
        color: #0077e2;
    }

    #myFooter .google:hover {
        color: #ef1a1a;
    }

    #myFooter .twitter:hover {
        color: #00aced;
    }

    #myFooter .youtube:hover {
        color: #c4302b;
    }

    #myFooter .Instagram:hover {
        color: #2C6A93;
    }


@media screen and (max-width: 767px) {
    #myFooter {
        text-align: center;
        position: static;
    }
}

@media (max-height: 940px) {
    #myFooter {
        text-align: center;
        position: static;
    }
}

#myFooterLogin {
    background-color: #001334;
    color: white;
    position: fixed;
    bottom: 0;
    width: 100%;
}

    #myFooterLogin .footer-copyright {
        background-color: #00135F;
        padding-top: 3px;
        padding-bottom: 3px;
        text-align: center;
    }

        #myFooterLogin .footer-copyright p {
            margin: 10px;
            color: #ccc;
        }

    #myFooterLogin ul {
        list-style-type: none;
        padding-left: 0;
        line-height: 1.7;
    }

    #myFooterLogin h5 {
        font-size: 18px;
        color: white;
        font-weight: bold;
        margin-top: 30px;
    }

    #myFooterLogin a {
        color: #d2d1d1;
        text-decoration: none;
    }

        #myFooterLogin a:hover, #myFooter a:focus {
            text-decoration: none;
            color: white;
        }

    #myFooterLogin .myCols {
        text-align: center;
    }

    #myFooterLogin .social-networks {
        text-align: center;
        padding-top: 30px;
        padding-bottom: 38px;
    }

        #myFooterLogin .social-networks a {
            font-size: 32px;
            margin-right: 5px;
            margin-left: 5px;
            color: #f9f9f9;
            padding: 10px;
            transition: 0.2s;
        }

            #myFooterLogin .social-networks a:hover {
                text-decoration: none;
            }

    #myFooterLogin .facebook:hover {
        color: #0077e2;
    }

    #myFooterLogin .google:hover {
        color: #ef1a1a;
    }

    #myFooterLogin .twitter:hover {
        color: #00aced;
    }

    #myFooterLogin .youtube:hover {
        color: #c4302b;
    }

    #myFooterLogin .Instagram:hover {
        color: #2C6A93;
    }

@media screen and (max-width: 767px) {
    #myFooterLogin {
        text-align: center;
        position: static;
    }
}

@media (max-height: 860px) {
    #myFooterLogin {
        text-align: center;
        position: static;
    }
}


.video-tamaño {
    right: 27%;
    width: 645px;
    height: 363px;
}




/*.fa-facebook-official:hover {
    color: #0245F5 !important;
    transition: color .4s;
}

.fa-twitter:hover {
    color: #0245F5 !important;
    transition: color .4s;
}

.fa-linkedin:hover {
    color: #0245F5 !important;
    transition: color .4s;
    
}*/


ul > li > a:hover {
    color: #0245F5 !important;
    transition: color .4s;
}


.dcc {
    display: inline-block;
    border-bottom: solid transparent 2px;
    transition: all .6s;
}

    .dcc:hover {
        cursor: pointer;
        border-bottom: solid #0245F5 2px;
    }

.dropdown-menu .dropdown-item {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    min-width: 7rem;
    max-width: none;
    min-height: 3rem;
    padding: 0.8rem 1rem 0.8rem 1rem;
    overflow: hidden;
    line-height: 1;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.btn-fallosGral {
    color: #000000;
    background-color: white !important;
    border: 1px solid #b3b3b3;
}

.btn.btn-fallosGral:hover {
    color: white;
    background-color: #0f24f9 !important;
}

.btn.btn-primary, .btn-primary.custom-file-control::before {
    color: #000000;
    background-color: transparent;
    border: 1px solid #b3b3b3;
}

    .btn.btn-primary:hover, .btn-primary.custom-file-control:hover::before {
        color: white;
        background-color: #0f24f9;
    }

    .btn.btn-primary:focus, .btn-primary.custom-file-control:focus::before, .btn.btn-primary.focus, .btn-primary.focus.custom-file-control::before {
        color: #000000;
        background-color: transparent;
        border: 1px solid #0f24f9;
    }

.LoadingMessage {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    color: #001334;
    font-size: 20px;
    font-weight: bold;
    z-index: 99999;
    text-align:center;
}

.custom-top-20 {
    top: 20px;
}

.custom-top-25 {
    top: 25px;
}

.custom-top--15 {
    top: -15px;
}

.custom-top--12 {
    top: -50px;
}

.custom-top-2 {
    top: 2px;
}

.custom-left-percent {
    padding-left: 19.2%;
}

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: 5px
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

    .fade.in {
        opacity: 1
    }

.collapse {
    display: none
}

    .collapse.in {
        display: block
    }

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height,visibility;
    transition-property: height,visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.dropdown, .dropup {
    position: relative;
    width: auto;
}

.dropdown-toggle:focus {
    outline: 0
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1061;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.428571429;
        color: #333;
        white-space: nowrap
    }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #337ab7
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
        color: #777
    }

        .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed
        }

.open > .dropdown-menu {
    display: block;
    width: auto;
    max-height: 505px !important;
    z-index: 1000 !important;
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 6
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        float: left
    }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 1
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px
    }

.btn-toolbar {
    margin-left: -5px
}

    .btn-toolbar:after, .btn-toolbar:before {
        content: " ";
        display: table
    }

    .btn-toolbar:after {
        clear: both
    }

    .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

    .btn-group.open .dropdown-toggle.btn-link {
        box-shadow: none
    }

.btn .caret {
    margin-left: 0
}

.btn-group-lg > .btn .caret, .btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-group-lg > .btn .caret, .dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

    .btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before {
        content: " ";
        display: table
    }

    .btn-group-vertical > .btn-group:after {
        clear: both
    }

    .btn-group-vertical > .btn-group > .btn {
        float: none
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto
        }

[data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio], [data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

    .input-group[class*=col-] {
        float: none;
        padding-left: 0;
        padding-right: 0
    }

    .input-group .form-control {
        position: relative;
        z-index: 1;
        float: left;
        width: 100%;
        margin-bottom: 0
    }

        .input-group .form-control:focus {
            z-index: 2
        }

    .input-group-addon, .input-group-btn, .input-group .form-control {
        display: table-cell
    }

        .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
            border-radius: 0
        }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

    .input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px
    }

    .input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px
    }

    .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
        margin-top: 0
    }

    .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group .form-control:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .input-group-addon:first-child {
        border-right: 0
    }

    .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group .form-control:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .input-group-addon:last-child {
        border-left: 0
    }

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

    .input-group-btn, .input-group-btn > .btn {
        position: relative
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px
        }

        .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
            z-index: 1
        }

        .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
            margin-right: -1px
        }

        .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
            z-index: 1;
            margin-left: -1px
        }

.glyphicon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-ok:before {
    content: "\f00c";
}

.glyphicon-remove:before {
    content: "\f00d";
}


.custom-left-radio {
    margin-left: -10px;
}

.more-to-left {
    margin-left: -35px
}

.more-to-left1 {
    margin-left: 15px
}

.more-to-left2 {
    margin-left: -170px
}

.more-to-left4 {
    margin-left: -19px;
}

.more-to-left5 {
    margin-left: -55px;
}

.custom-col {
    margin-top: -30px;
}

.custom-label {
    margin-top: 13px;
}


div.content-tabs {
    margin-bottom: 150px;
}

div.TipoServicioD5052, div.TipoServicioD5052 span.form-control {
    min-width: 275px;
}

form.custom-three ul.ui-select-choices {
    min-width: 450px;
}

.fix-row-left {
    margin-left: 0;
}

.fix-row-left-2 {
    margin-left: 15px;
}

.line-heigth-5 {
    line-height: 5;
}

.fix-row-left-3 {
    margin-left: -15px;
}

.fix-row-left-4 {
    margin-left: 11px;
}

.end-of-page {
    margin-bottom: 100px;
}

div.input-80 input {
    width: 80% !important;
}

text-angular .popover {
    display: none;
}

/*span.bmd-form-group {
    display: block;
}*/
.custom-label-multi-date {
    margin-top: 39px;
    font-size: 14px;
    text-align: center;
}

.custom-multi-date input {
    text-align: center;
}

.no-custom-left {
    margin-left: -14px;
}
/* Discontinuos */

.Discontinuos input {
    width: 100% !important;
}

.Discontinuos span {
    width: 100% !important;
}

.Discontinuos div.modal-body {
    left: 5%;
}

.label-custom-multi-date {
    margin-top: 11px;
    margin-bottom: -24px;
}

.custom-icon-multi-date {
    text-align: center;
    margin-left: -36px;
}

.custom-icon-right1 {
    position: relative;
    right: 24px;
}

.custom-icon-top {
    position: relative;
    bottom: 6px;
}

.custom-icon-GrillaDerecho1 {
    position: relative;
    top: 32px;
    right: 15px;
}

.custom-icon-top5 {
    position: relative;
    bottom: 36px;
}

.custom-icon-middle {
    position: relative;
    bottom: -40px;
    right: 43px;
}

.custom-icon-middle1 {
    position: relative;
    bottom: -15px;
    right: 43px;
}

.custom-icon-middle2 {
    position: relative;
    bottom: -40px;
    right: 32px;
}

.errorFechasTopes {
    top: -40px !important;
}

.custom-icon-top6 {
    position: relative;
    bottom: 41px;
}

.custom-icon-top7 {
    position: relative;
    top: -14px;
}

.custom-icon-top7bis {
    position: relative;
    top: -5px;
}

.custom-icon-errorHaberes {
    position: absolute;
    left: 30px;
}

.custom-tooltip-errorHaberes {
    left: -7px;
}

.advertencia-HaberesPercibidos {
    top: -70px !important;
}

.custom-Erroricon-top7bis {
    top: -86px !important;
    left: -11px !important;
}

.custom-icon-top8 {
    position: relative;
    bottom: -30px;
}

.custom-icon-top9 {
    position: relative;
    top: -25px;
}

.custom-icon-top10 {
    position: relative;
    top: 30px;
}

.custom-icon-top10bis {
    position: relative;
    top: 30px;
    margin-left: -10px;
}

.custom-iconError-top10 {
    position: relative;
    top: 30px;
}

.custom-icon-top11 {
    position: relative;
    bottom: 20px;
    left: 13px;
}

.custom-icon-top11Bis {
    position: relative;
    left: 13px;
}

.custom-icon-top12 {
    position: relative;
    top: 57px;
    left: 5px;
}

.custom-icon-top13 {
    position: relative;
    top: 42px;
    left: 15px;
}


div.custom-date {
    left: 13px;
}

div.custom-date-request {
    left: 8px;
}

    div.custom-date-request label {
        margin-left: -21px;
    }

    div.custom-date-request input {
        margin-left: -22px;
    }

div.row label {
    left: 14px !important;
}

.custom-icon-date {
    position: relative;
    top: 10px;
}

.custom-icon-date2 {
    position: relative;
    top: -5px;
    right: 5px;
}

.custom-icon-FechaMatricula {
    margin-top: -45px !important;
    margin-left: 10px !important;
}

.custom-icon-left {
    position: relative;
    left: 7px;
}

.custom-icon-leftD {
    position: relative;
    left: 3px;
}

.custom-icon-left3 {
    position: relative;
    left: 33px;
}

.custom-icon-left4 {
    position: relative;
    left: 10px;
}

.custom-icon-left6 {
    position: relative;
    left: 6px;
}

.infoIndiceTooltip {
    top: -174px !important;
    left: -30px !important;
}

.infoIndiceTooltip1 {
    top: -115px !important;
}

.custom-icon-left6bis {
    position: relative;
    left: -28px;
}

.c-i-error {
    top: -5px
}

.custom-icon-top1 {
    position: relative;
    bottom: -2px;
}

.custom-icon-top2 {
    position: relative;
    bottom: 7px;
    left: 5px;
}

.serviciosGrillaForm .custom-icon-top2 {
    position: relative;
    top: -19px;
}

.custom-icon-top3 {
    position: relative;
    bottom: 3px;
}

.custom-icon-capitalizacion {
    position: relative;
    bottom: 3px;
}

.custom-icon-top3_0 {
    position: relative;
    bottom: -17px;
    left: 30px;
}

/*@media screen and (min-width: 500px) and (max-width: 768px) {

    .custom-icon-top3_0 {
        position: relative;
        bottom: -22px;
        left: 45px;
    }

    .custom-icon-capitalizacion {
        position: relative;
        bottom: -10px;
        left: 18px;
    }
}*/
.input-group-text-custom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400 !important;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    border-radius: .25rem;
}

.custom-margin-top45 {
    position: relative;
    margin-top: 36px;
}

.custom-margin-top41 {
    position: relative;
    margin-top: 41px;
}

.custom-margin-top30 {
    position: relative;
    margin-top: 30px;
}

.custom-margin-top15 {
    position: relative;
    margin-top: 15px;
}

.custom-margin-top35 {
    position: relative;
    margin-top: 35px;
}

.custom-icon-top4 {
    position: relative;
    bottom: 4px;
}

.custom-icon-top-6 {
    position: relative;
    top: 35px;
}

.custom-icon-top-7 {
    position: relative;
    top: 6px;
}

.custom-icon-top-7bis {
    position: relative;
    top: -4px;
}

.custom-icon-left-99 {
    right: 112px;
}

.custom-icon-left160 {
    left: 160px;
}

.custom-icon-left155 {
    left: 149px;
}

.custom-icon-left-98 {
    right: 143px;
}

.custom-icon-left-135 {
    left: 135px;
    position: relative;
}

.custom-icon-left2 {
    left: 10px;
}

.custom-icon-left5 {
    position: relative;
    left: 5px;
}

.custom-icon-left-65 {
    left: -65px;
}

.custom-icon-left-65Bis {
    left: -35px;
}

.custom-icon-left-44 {
    position: relative;
    left: -44px;
}

.custom-min-width {
    min-width: 200px;
}

div.serviciosGrillaForm i.fa-question, div.serviciosGrillaForm span.icon-error {
    margin-top: 5px;
    margin-left: 5px;
}

div.active
div.icons {
    position: relative;
    top: 36px;
}

div.icons1 {
    position: relative;
    top: 15px;
}

div.icons2 {
    position: relative;
    left: 30px;
    top: 10px;
}

div.icons2CF {
    position: relative;
    left: 30px;
    top: 10px;
}

div.icons2bis {
    position: relative;
    left: -7px;
    top: 10px;
}

div.icons3 {
    position: relative;
    left: 160px;
    top: -4px;
}

div.icons4 {
    position: initial;
    top: 36px;
}

.icon-advertencia {
    display: none;
}

.icon-advertencia-position {
    margin-left: 31px !important;
    margin-top: -22px !important;
}

.icon-advertencia-position1 {
    margin-left: 15px !important;
    margin-top: -20px !important;
}

.icon-advertencia-position2 {
    margin-left: 8px !important;
    margin-top: -6px !important;
}

.has-advertencia-popover {
    display: inline-block;
    color: #ff6a00;
}


.icon-error {
    display: none;
}

.has-error-popover {
    display: inline-block;
    color: red;
}

.tooltip-error .tooltip-inner {
    /*color: red !important;*/
    border: 1.5px solid red !important;
}

.tooltip-advertencia .tooltip-inner {
    /*color: red !important;*/
    border: 1.5px solid orange !important;
}

.tooltip-info .tooltip-inner {
    /*color: red !important;*/
    border: 1.5px solid blue !important;
}

.tooltip-bold .tooltip-inner {
    /*color: red !important;*/
    font-weight: bold;
    max-width: 300px;
}

.has-info-popover {
    display: inline-block;
    color: blue;
}

div.grey-background {
    position: fixed;
    top: 0;
    left: 0;
    background: #b0b5bc !important;
    width: 100%;
    height: 100%;
    z-index: 1100;
    opacity: 0.9;
}

div.grey-backgroundPart {
    position: fixed;
    top: 0;
    left: 0;
    background: #b0b5bc !important;
    width: 100%;
    height: 100%;
    z-index: 1100;
    opacity: 1;
}

.ng-confirm { /* para que los popups no tapen a los showloading*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1050;
    font-family: inherit;
    overflow: hidden;
}

div.grey-background-100 {
    position: fixed;
    top: 0;
    left: 0;
    background: #b0b5bc !important;
    width: 100%;
    height: 100%;
    z-index: 1100;
}

div.ng-scope {
    line-height: normal;
}

.alert-custom {
    position: absolute;
    width: auto;
    top: 28px;
}

    .alert-custom span {
        position: relative;
        bottom: 3px;
    }

.alert-trim {
    display: inline-block;
    font-size: 12px;
    height: 15px;
}

.alert-trim2 {
    display: inline-block;
    font-size: 16px;
    height: auto;
    width: auto;
}

.alert-custom-50 {
    position: absolute;
    width: auto;
    left: 85%;
    opacity: 1;
    height: 30px;
}

.alert-custom-80 {
    position: absolute;
    width: auto;
    left: 80%;
    opacity: 1;
    height: 30px;
}

.alert-custom-90 {
    position: absolute;
    width: auto;
    left: 75%;
    opacity: 1;
    height: 30px;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

div.menuCustomServicios {
    line-height: 3;
}

.btn.button-save {
    color: #fff;
    background-color: #0f24f9;
    border-color: #0f24f9;
    width: 195px;
    height: 50px;
}

    .btn.button-save:hover {
        color: #fff;
        background-color: #0077ec;
        border-color: #0077ec;
    }

    .btn.button-save:active {
        color: #fff;
        background-color: #258ff7;
        border-color: #258ff7;
    }

/*
    custom anchor
*/
a.custom-anchor {
    color: #000;
    text-decoration: none;
}

/*
    Grid
*/
.ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell {
    background-color: transparent;
    border-color: transparent;
    font-weight: bolder;
}

.ui-grid-row:nth-child(even) .ui-grid-cell {
    background-color: #FAFAFA;
    border-color: #FAFAFA;
}

.ui-grid-row:nth-child(odd) .ui-grid-cell {
    background-color: #F3F3F3;
    border-color: #F3F3F3;
}

.ui-grid-row:hover > [ui-grid-row] > .ui-grid-cell:hover .ui-grid-cell, .ui-grid-row:nth-child(odd):hover .ui-grid-cell, .ui-grid-row:nth-child(even):hover .ui-grid-cell {
    background-color: #FFFACD;
    border-color: #FFFACD;
}

.ui-grid-header-cell-wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    background-color: #d7dded;
}

/*
    Footer
*/
.footer-custom button, .footer-custom a {
    line-height: 3;
}

.invalid .form-control, .is-filled.invalid .form-control, .invalid.is-focused .form-control {
    background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px) !important;
    color: #d50000;
}

form[name=serviciosGrillaForm] .form-control[disabled] {
    /*background: no-repeat center bottom, center calc(100% - 1px);*/
    background-size: 0 100%, 100% 100%;
    /*    background-color: #f3f3f3;*/
    border: 0;
    transition: background 0s ease-out;
    padding-left: 0;
    padding-right: 0;
}

.invalid label, .is-filled.invalid label, .invalid.is-focused label {
    color: #d50000;
}

.ui-select-container .btn:hover, .ui-select-container .btn:focus, .ui-select-container .btn::selection {
    background-color: #F3F3F3;
    color: black;
}

.btn-default-focus {
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

form[name=serviciosGrillaForm] .custom-disabled .form-control:read-only {
    background-image: none;
}

form[name=serviciosGrillaForm] .custom-disabled .form-control[readonly] {
    background-color: transparent;
}

body {
    line-height: 0;
    overflow-y: scroll;
    height: auto;
}

/* only for this moment. */
ul li {
    line-height: 1.5;
}

.custom-form-group-radio, .custom-form-group-radio-2 {
    padding-top: 20px;
    padding-left: 2px;
}

.custom-form-group-radio {
    position: relative;
    right: -11px;
}

    .custom-form-group-radio label, .custom-form-group-radio-2 label {
        font-size: 1.1rem;
        color: black;
    }

    .custom-form-group-radio .radio label, .custom-form-group-radio-2 .radio label {
        padding-left: 2px;
        margin-right: 8px;
        line-height: 1;
    }

.custom-radio {
    right: 0;
}

.form-group-up {
    position: relative;
    top: 0px;
}

/*.custom-birth-date input {
    min-width: 290px;
}*/

.ui-grid {
    border: 1px solid #928f8f;
    box-sizing: content-box;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    font-family: roboto;
}

/*.introjs-helperLayer {
    background: rgba(255,255,255,0.4);
}

.introjs-overlay {
    opacity: 0 !important;
    z-index: 99999999 !important;
}

.introjs-helperLayer:before {
    opacity: 0;
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: 0.5em;
    border: .2em solid rgba(255, 217, 68, 0.8);
    box-shadow: 0 0 0 1000em rgba(0,0,0, .7);
    opacity: 1;
}

.introjs-helperLayer:after {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1000;
}*/

.introjs-helperLayer {
    background: rgba(255,255,255,0.4);
}

.introjs-overlay {
    opacity: 0 !important;
    z-index: 99999999 !important;
}

.introjs-helperLayer:before {
    opacity: 0;
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: 0.5em;
    border: .2em solid rgba(255, 217, 68, 0.8);
    box-shadow: 0 0 0 1000em rgba(0,0,0, .7);
    opacity: 1;
}



/*div.custom-birth-date input.custom-width-actual {
    min-width: 276px;
}

div.custom-birth-date input.custom-width-extranjero {
    min-width: 344px;
}

div.custom-birth-date .custom-width-birthdate {
    min-width: 245px;
}

div.custom-birth-date .custom-width-birthdate-18 {
    min-width: 256px;
}

div.custom-birth-date .argentino {
    min-width: 78px !important;
    width: 78px;
}*/
.custom-birth-date input[readonly=readonly], .custom-birth-date input[readonly] {
    background-color: transparent;
    background-image: none;
}

/*.custom-birth-date:first-child {
    margin-right: 5px;
}*/

.bmd-form-group .bmd-help {
    margin-top: 10px;
}

span.ui-select-match-text {
    -webkit-appearance: menulist-button;
}

i.caret {
    color: #808080;
    border-top: 9px dashed;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    top: 43% !important;
}



.form-control, .custom-file-control {
    background-image: linear-gradient(to top, #3F51B5 2px, rgba(63, 81, 181, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px);
}

.show .dropdown-toggle.btn {
    background-color: #3F51B5;
    color: white;
}

.dropdown-menu div {
    padding: 5px;
}

    .dropdown-menu div a {
        padding-left: 5px;
        color: darkblue;
    }
/*
    Nav
*/
.Derecho .col-md-10, .Derecho .col-md-2,
.Derecho .col-md-6, .modal-dialog .col-md-6 {
    padding-left: 0;
}
/* OJO aca! Testear */
.Derecho .col-md-10, .col-md-2 {
    position: unset;
}

/*.custom-three div.col-md-3 input {
    width: 28%;
    min-width: 130px;
}*/

.custom-three div#lblCodActividadIt input {
    min-width: 300px;
}
/*.Derecho .row{
    margin-left: 0;
}*/
.ui-grid-top-panel, .modal-dialog .ui-grid-top-panel {
    background-color: white;
}

.ui-grid-header-cell, .ui-grid-canvas,
.modal-dialog .ui-grid-header-cell, .modal-dialog .ui-grid-canvas {
    line-height: 1.4;
}

.Derecho .menuCustomServicios {
    margin-right: 0;
    margin-left: 15px;
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

    .nav-link:hover, .nav-link:focus {
        text-decoration: none;
    }

    .nav-link.disabled {
        color: #6c757d;
    }


.border-right {
    border-right: 1px solid #92a8da !important;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    background-color: #c0d5fd;
}

    .nav-tabs .nav-item {
        margin-bottom: -1px;
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        /*border-color: #e9ecef #e9ecef #dee2e6;*/
    }

        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus, .nav-tabs .nav-item.active .nav-link, .nav-tabs .nav-item.active .nav-link {
            border-color: darkgray;
            color: black;
            background-color: #fafafa;
            font-weight: bolder;
        }



        .nav-tabs .nav-link:hover {
            border-color: transparent;
            color: black;
            background-color: #e0ebff;
            font-weight: bolder;
        }



    .nav-tabs .nav-item.active .nav-link, .nav-tabs .nav-item.active .nav-link {
        border-bottom: 1px solid transparent;
    }

    .nav-tabs .nav-link.disabled {
        color: #6c757d;
        background-color: transparent;
        border-color: transparent;
    }

    .nav-tabs .nav-link.active,
    .nav-tabs .nav-item.show .nav-link {
        color: #495057;
        background-color: #fff;
        border-color: #dee2e6 #dee2e6 #fff;
    }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #007bff;
    }

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

    .navbar > .container,
    .navbar > .container-fluid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

    .navbar-toggler:hover, .navbar-toggler:focus {
        text-decoration: none;
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-sm .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-sm .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-sm > .container,
        .navbar-expand-sm > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-sm .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-sm .navbar-toggler {
            display: none;
        }

        .navbar-expand-sm .dropup .dropdown-menu {
            top: auto;
            bottom: 100%;
        }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-md .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-md .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-md > .container,
        .navbar-expand-md > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-md .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-md .navbar-toggler {
            display: none;
        }

        .navbar-expand-md .dropup .dropdown-menu {
            top: auto;
            bottom: 100%;
        }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-lg .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-lg > .container,
        .navbar-expand-lg > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-lg .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-lg .navbar-toggler {
            display: none;
        }

        .navbar-expand-lg .dropup .dropdown-menu {
            top: auto;
            bottom: 100%;
        }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-xl .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xl .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-xl > .container,
        .navbar-expand-xl > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-xl .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-xl .navbar-toggler {
            display: none;
        }

        .navbar-expand-xl .dropup .dropdown-menu {
            top: auto;
            bottom: 100%;
        }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .navbar-expand > .container,
    .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-expand .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute;
        }

        .navbar-expand .navbar-nav .dropdown-menu-right {
            right: 0;
            left: auto;
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: 0.5rem;
            padding-left: 0.5rem;
        }

    .navbar-expand > .container,
    .navbar-expand > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand .navbar-toggler {
        display: none;
    }

    .navbar-expand .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

    .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
}

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0, 0, 0, 0.3);
    }

    .navbar-light .navbar-nav .show > .nav-link,
    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .nav-link.active {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

    .navbar-light .navbar-text a {
        color: rgba(0, 0, 0, 0.9);
    }

        .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
            color: rgba(0, 0, 0, 0.9);
        }

.navbar-dark .navbar-brand {
    color: #fff;
}

    .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
        color: #fff;
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: rgba(255, 255, 255, 0.75);
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, 0.25);
    }

    .navbar-dark .navbar-nav .show > .nav-link,
    .navbar-dark .navbar-nav .active > .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .nav-link.active {
        color: #fff;
    }

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

    .navbar-dark .navbar-text a {
        color: #fff;
    }

        .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
            color: #fff;
        }

/* Modals */
.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

/*.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    height: 503px;
}*/

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 30px;
}

.modal-body1 {
    position: relative;
    padding: 30px;
    flex: 1 1 auto;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }

    .modal-xl {
        min-width: 1000px;
    }
}


.modal-dialog .btn.btn-not-raised,
.modal-dialog .btn.btn-not-raised:hover {
    color: #5f5f5f;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 3px 1px -2px rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0);
    background-color: transparent;
    border-color: transparent;
}

    .modal-dialog .btn.btn-not-raised:hover {
        color: #3F51B5;
    }

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ui-grid-row {
    line-height: 1.4;
}

.ui-grid-canvas {
    padding-top: 0px;
}

/* New Menu */
/*--------------------------------------------------------------------------------------------*/
.our-services {
    padding: 115px 0 130px;
}

    .our-services + .more-services:before {
        content: '';
        display: block;
        border-radius: 5px;
        height: 62px;
        width: 6px;
        position: absolute;
        top: -31px;
        left: -webkit-calc(50%-3px);
        left: calc(50% - 3px);
    }

    .our-services + .more-services.style2:before {
        display: none;
    }

.service-blocks {
    border: 1px solid #dee2e6 !important;
    background: #FFF;
}

.service-block.button-menu-first {
    border-width: 1px 0 0 0;
    border-color: #dee2e6;
    border-style: solid;
}

.border-top-custom {
    border-top: 1px solid #dee2e6 !important;
}

.service-block.button-menu-first a.btn, .service-block.button-menu-second a.btn {
    margin-bottom: 0;
    width: 120%;
    margin-left: -16px;
    line-height: 40px;
}


.service-block .inner {
    margin: 0;
    padding: 35px 35px 0;
}

.service-block .inner2 {
    margin: 0;
    padding: 14px 0px 0px;
}

.service-block.content:first-child {
    border-right: 1px solid #dee2e6 !important;
}

.service-block.content:last-child {
    border-left: 1px solid #dee2e6 !important;
}

@media (max-width: 991px) {
    .service-block .inner {
        padding: 0 15px 25px;
    }
}

@media (max-width: 991px) {
    .service-block .inner {
        border-top-width: 70px;
    }
}

.service-block .icon-holder {
    width: 98px;
    height: 98px;
    line-height: 98px;
    text-align: center;
    border-radius: 100%;
    margin: -49px auto 35px;
    -webkit-box-shadow: 0.087px 0.996px 5px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 0.087px 0.996px 5px 0px rgba(0, 0, 0, 0.22);
}

@media (max-width: 991px) {
    .service-block .icon-holder {
        margin-bottom: 20px;
    }
}

.service-block .icon-holder img {
    display: inline-block;
}

.service-block .this-title {
    font-weight: 400;
    margin: 0 0 20px;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .service-block .this-title {
        font-size: 22px;
    }
}

.service-block .this-summary {
    font-size: 16px;
    margin-bottom: 35px;
}

@media (max-width: 991px) {
    .service-block .this-summary {
        font-size: 15px;
        margin-bottom: 20px;
    }
}

.service-block .more {
    font-size: 16px;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 400;
}

.service-block.style2 .inner {
    border-top: none;
    margin-top: 56px;
}

.service-blocks .col-sm-4 {
    padding-right: 0;
    padding-left: 0;
}

.ley-select {
    width: 388px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    line-height: 4;
    padding-left: 10px;
}

.case-upload-custom {
    width: 500px;
    margin-top: 100px;
}

.login-width {
    width: 400px;
}

.login-width-ayudas {
    width: 520px;
}

.registro-width {
    width: 800px;
}

.registro-width-ayudas {
    width: 920px;
}

.pd-top-10 {
    padding-top: 10px;
}

.login-top {
    margin-top: 50px;
}

.custom-logo {
    margin: 6px -9px;
    padding-bottom: 15px;
    width: 108%;
    margin-left: -15px;
}

    .custom-logo img {
        margin-left: 10px;
    }

.case-upload-custom .service-block {
    padding-left: 10px;
}

.case-upload-center, .login-center {
    margin-left: auto;
    margin-right: auto;
}

.btn-blue {
    background: #0245F5;
    color: #FFF;
}

.btn-custom-width {
    width: 108.5%;
    left: -15px;
    margin-bottom: -18px !important;
    height: 50px;
}

.btn-custom-width4 {
    left: -15px;
    margin-bottom: -18px !important;
    height: 50px;
}

.btn-custom-width1 {
    margin-bottom: -18px !important;
    height: 50px;
    margin-top: 30px;
}

.col-md-8.multiselectbutton .btn, .custom-file-control::before {
    position: relative;
    margin-bottom: 0.3125rem;
    font-size: 0.875rem;
    text-decoration: none;
    text-transform: initial;
    letter-spacing: 0;
    cursor: pointer;
    background-color: white !important;
    border: 0;
    outline: 0;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: box-shadow, transform;
    color: black;
    background-color: transparent;
    border: 1px solid #b3b3b3;
}

    .col-md-8.multiselectbutton .btn:hover, .custom-file-control:hover::before {
        color: white;
        background-color: #0f24f9 !important;
    }

.col-md-6 .ui-select-bootstrap > .ui-select-match > .btn {
    /* Instead of center because of .btn */
    text-align: left !important;
}

.more-to-leftandtop {
    margin-left: -239px;
    top: -12px;
}

.bmd-form-group .bmd-label-static {
    top: 0.6rem;
    left: 0;
    font-size: 0.75rem;
}

[class^='bmd-label'],
[class*=' bmd-label'] {
    color: black;
}

.custom-max {
    max-block-size: max-content;
    max-inline-size: max-content;
    height: 1px;
}

.custom-box {
    border-style: double;
    border-width: thin;
    border-color: #B0B5BF;
    padding-right: 0px;
}

.vertical-row {
    Float: left;
    height: 30px;
    width: 1px; /* edit this if you want */
    background-color: #dee2e6;
}

input:disabled::-webkit-input-placeholder { /* WebKit browsers */
    color: #cccccc;
}

input:disabled:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #cccccc;
}

input:disabled::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #cccccc;
}

input:disabled:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #cccccc;
}

input:disabled {
    color: #cccccc !important;
}

.title1 {
    font-size: 20px;
    font-weight: bolder;
    margin-top: 10px;
}

.title2 {
    font-size: 15px;
    font-weight: bolder;
    margin-top: 10px;
}

.more-to-left3 {
    left: 60px;
}

.cc-selector input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cc-selector-2 input {
    position: absolute;
    z-index: 1000;
}

.visa {
    background-image: url(https://s3.amazonaws.com/bluecorpweb/Images/visa.png);
}

.visadebito {
    background-image: url(https://s3.amazonaws.com/bluecorpweb/Images/visadebito.png);
}

.mastercard {
    background-image: url(https://s3.amazonaws.com/bluecorpweb/Images/mastercard.png);
}

.maestro {
    background-image: url(https://s3.amazonaws.com/bluecorpweb/Images/maestro.png);
}

.cc-selector-2 input:active + .drinkcard-cc, .cc-selector input:active + .drinkcard-cc {
    opacity: .9;
}

.cc-selector-2 input:checked + .drinkcard-cc, .cc-selector input:checked + .drinkcard-cc {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}

.drinkcard-cc {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100px;
    height: 70px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1.4) grayscale(7.7) opacity(7.7);
    -moz-filter: brightness(1.4) grayscale(7.7) opacity(7.7);
    filter: brightness(1.4) grayscale(7.7) opacity(7.7);
}

    .drinkcard-cc:hover {
        -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
        -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
        filter: brightness(1.2) grayscale(.5) opacity(.9);
    }

/* Extras */
a {
    color: #3f51b5;
    text-decoration: none;
}

p {
    margin-bottom: .3em;
}

.cc-selector-2 input {
    margin: 5px 0 0 12px;
}

.cc-selector-2 label {
    margin-left: 7px;
}

span.cc {
    color: #6d84b4
}

.subtitle {
    font-weight: bold;
}


.renglon {
    margin-top: -16px;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 225px;
    margin-left: 15px;
    border-color: #B0B5bf;
}

.renglonPBU {
    margin-top: -16px;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 225px;
    margin-left: 15px;
    border-color: #3FC652;
}

.renglonPagosAutonomos {
    margin-top: -16px;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 225px;
    margin-left: 15px;
    border-color: #e9b215;
}



.fechaspbu {
    background-image: linear-gradient(0deg,#121f68 2px,rgba(48, 64, 150, 0) 0),linear-gradient(0deg,#3FC652 1px,#ac161600 0) !important;
}

.fechasmovilidad {
    background-image: linear-gradient(0deg,#121f68 2px,rgba(48, 64, 150, 0) 0),linear-gradient(0deg, #bb77e3 1px,#ac161600 0) !important;
}

.fechasremuneraciones {
    background-image: linear-gradient(0deg,#121f68 2px,rgba(48, 64, 150, 0) 0),linear-gradient(0deg, #e9b215 1px,#ac161600 0) !important;
}

.fechasreparacionhistorica {
    background-image: linear-gradient(0deg,#121f68 2px,rgba(48, 64, 150, 0) 0),linear-gradient(0deg, #d73b3b 1px,#ac161600 0) !important;
}

.fechasremuneracionescombo {
    background-image: linear-gradient(0deg,#121f68 2px,rgba(48, 64, 150, 0) 0),linear-gradient(0deg, #ff1100 1px,#ac161600 0) !important;
}


.renglonPBUFallos {
    margin-top: -19px;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 551px;
    margin-left: 15px;
    border-color: #3FC652;
    position: relative;
    top: -2px;
}

.renglonMovilidadFallos {
    margin-top: -19px;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 551px;
    margin-left: 15px;
    border-color: #bb77e3;
    position: relative;
    top: -2px;
}

.renglonRemuneracionesFallos {
    margin-top: -19px;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 551px;
    margin-left: 15px;
    border-color: #e9b215;
    position: relative;
    top: -2px;
}



.renglonRemuneracionesComboFallos {
    margin-top: -19px;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 551px;
    margin-left: 15px;
    border-color: red;
    position: relative;
    top: -2px;
}

.renglonComboPagosAutonomos {
    margin-top: -18px;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 226px;
    margin-left: 15px;
    border-color: #e9b215;
    position: relative;
    top: 1px;
}

.background-for-radiobuttonPBU {
    background-color: #d8ead4;
    width: 78.7%;
    right: -28px;
    padding-top: 12px;
}

.background-for-radiobuttonRemuneraciones {
    background-color: #FBFBDC;
    width: 78.7%;
    right: -28px;
    padding-top: 12px;
}

.background-for-radiobuttonReparacionHistorica {
    background-color: #ffba8d;
    width: 78.7%;
    right: -28px;
    padding-top: 12px;
}

.backgroundforPBU {
    background-color: #9ef9b8 !important;
    border-bottom: 1px solid green !important;
}

.backgroundGreen {
    background-color: #D4EFD4 !important;
}

.backgroundforRemuneraciones {
    background-color: #FBFBDC !important;
}

.backgroundforRemuneracionesCombos {
    background-color: #FFB9B9 !important;
}

.backgroundforMovilidad {
    background-color: #ebe3f8 !important;
}

.backgroundforReparacionHistorica {
    background-color: #ffba8d !important;
}

.blink_me {
    animation: blink 1s linear 4;
}

@keyframes blink {
    50% {
        opacity: 100;
        color: red
    }
}

.blink_meDiscontinuos {
    animation: blinker 2s linear 4;
}

@keyframes blinker {
    50% {
        opacity: 100;
        background-color: #0F24F9
    }
}


.subtitle-margin {
    margin-bottom: 20px;
    margin-top: 15px;
}

.yesno-radiobutton {
    position: relative;
    left: 229px;
    top: -2px;
}

.yesno-radiobutton1 {
    position: relative;
    left: 97px;
    top: -2px;
}

.yesno-radiobutton3 {
    position: relative;
    left: 46px;
    top: -2px;
}

.advertencia {
    position: relative;
    left: 225px;
}

.PCMaximaTopes {
    left: -37px !important;
    top: 40px !important;
}

.botonfallos {
    top: 20px;
    right: 54px;
}

.botonindices {
    right: 54px;
}

.no-margin-left {
    margin-left: unset;
}

.yesno-radiobutton2 {
    position: relative;
    left: 576px;
    top: -2px;
}

.yesno-radiobutton-GrillaHaberes {
    position: absolute;
    left: 243px;
}

.radiobutton-label {
    font-size: 1.10rem !important;
    margin-left: -10px !important;
    top: 0rem !important;
}

.radiobutton-label2 {
    font-size: 1.10rem !important;
    margin-left: -10px !important;
    top: 0rem !important;
}

.radiobutton-label1 {
    font-size: 1.10rem !important;
    margin-left: -10px !important;
    top: -1rem !important;
}

.yesno-radiobuttonsexo {
    position: relative;
    left: 100px;
    top: -2px;
}

.yesno-radiobuttonsexoDerecho {
    position: relative;
    left: 601px;
    top: -2px;
}

.aportesrd1 {
    bottom: 10px;
    left: 13px;
}

.aportesrd2 {
    bottom: 10px;
    left: 56px;
}

.aportesca1 {
    bottom: 10px;
}

.aportestotalmargin {
    margin-top: 10px;
    margin-bottom: 10px;
}

.rembutton {
    right: 90px;
    width: 229px;
    bottom: -20px;
}

.ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-blue {
    background-color: #0f24f9;
    color: #FFF;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s;
    width: 40%;
}

    .ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-blue:hover {
        background-color: #258ff7;
        color: #FFF;
    }

.ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-verificarremublue {
    background-color: #0f24f9;
    color: #FFF;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s;
}

    .ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-verificarremublue:hover {
        background-color: #258ff7;
        color: #FFF;
    }

.ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-green {
    background-color: green;
    color: #FFF;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s;
    width: 37%;
}

    .ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-green:hover {
        background-color: forestgreen;
        color: #FFF;
    }

.btn-green {
    background-color: green !important;
    color: #FFF !important;
    text-shadow: none;
    -webkit-transition: background .2s !important;
    transition: background .2s;
}

    .btn-green:hover {
        background-color: forestgreen !important;
        color: #FFF;
    }

.btn-black {
    background-color: black !important;
    color: #FFF !important;
    text-shadow: none;
    -webkit-transition: background .2s !important;
    transition: background .2s;
}

    .btn-black:hover {
        background-color: dimgrey !important;
        color: #FFF;
    }

.ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-redd {
    background-color: red;
    color: #FFF;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s;
    width: 37%;
}

    .ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-redd:hover {
        background-color: #c40000;
        color: #FFF;
    }

.btn-redd {
    background-color: red !important;
    color: #FFF !important;
    text-shadow: none;
    -webkit-transition: background .2s !important;
    transition: background .2s;
}

    .btn-redd:hover {
        background-color: #c40000 !important;
        color: #FFF;
    }

.ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-darkred {
    background-color: darkred;
    color: #FFF;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s;
    width: 41%;
}

    .ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-darkred:hover {
        background-color: #ae0505;
        color: #FFF;
    }

.ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-blueWarning {
    background-color: #0f24f9;
    color: #FFF;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s;
    width: 36%;
}

    .ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-blueWarning:hover {
        background-color: #258ff7;
        color: #FFF;
    }

.ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-red {
    background-color: #B0B5BF;
    color: #FFF;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s;
    width: 37%;
}



.ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-cerrarsesiones {
    background-color: #B0B5BF;
    color: #FFF;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s;
    width: 56%;
}

    .ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-cerrarsesiones:hover {
        background-color: #F3F3F3;
        color: black;
    }

.ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-orange {
    background-color: #B0B5BF;
    color: #FFF;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s;
    width: 40%;
}

    .ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-orange:hover {
        background-color: #F3F3F3;
        color: black;
    }

.ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-verificaremuneraciones {
    background-color: #B0B5BF;
    color: #FFF;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s;
}

    .ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-verificaremuneraciones:hover {
        background-color: #F3F3F3;
        color: black;
    }

.ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-red:hover {
    background-color: #F3F3F3;
    color: black;
}

.btn-custom:hover, .custom-file-control:hover::before {
    background: #0245F5;
    color: #FFF !important;
}

.background-image-custom {
    background-image: url(https://dwk6vix31oabp.cloudfront.net/fondocalculosonlinee.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #F3F3F3;
    min-height: 90vh;
}


.btn-margin-top {
    position: relative;
    bottom: 316px;
    left: 50%;
}

.width-80-center {
    width: 80%;
    margin-left: auto !important;
    margin-right: auto !important;
}

.btn, .custom-file-control::before {
    margin-bottom: 0;
}
/*--------------------------------------------------------------------------------------------*/

@media (max-width: 767px) {
    .site-footer {
        padding-bottom: 85px;
    }
}

.site-footer .half-side {
    padding-top: 85px;
    bottom: -29px;
}

    .site-footer .half-side:last-child {
        border-right: 1px solid;
    }

        .site-footer .half-side:last-child:before {
            content: '';
            width: 13px;
            height: 13px;
            border-radius: 100%;
            display: block;
            position: absolute;
            bottom: 0;
            right: -7.5px;
            z-index: 2;
        }

@media (min-width: 992px) {
    .site-footer .half-side {
        width: -webkit-calc(58.33333333%+7.5px);
        width: calc(58.33333333% + 7.5px);
    }
}

@media (max-width: 991px) {
    .site-footer .half-side {
        border-right: 1px solid;
    }
}

@media (min-width: 992px) {
    .site-footer .half-side + .half-side {
        width: -webkit-calc(41.66666667%-7.5px);
        width: calc(41.66666667% - 7.5px);
    }
}

@media (max-width: 991px) {
    .site-footer .half-side + .half-side {
        padding-top: 45px;
        border-right: 1px solid;
    }
}

.site-footer .left-box {
    padding-right: 75px;
    margin-left: 0;
}

@media (max-width: 991px) {
    .site-footer .left-box {
        padding-right: 15px;
    }
}

.site-footer .right-box {
    padding-left: 75px;
    margin-right: 0;
}

@media (max-width: 991px) {
    .site-footer .right-box {
        padding-left: 0;
        padding-right: 15px;
        margin-left: 0;
        margin-right: -15px;
    }
}

.footer-about p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

/*.copyright-row {
    padding-top: 30px;
    font-weight: 300;
    line-height: 24px;
    border-top: 1px solid;
}*/

.footer-title {
    font-size: 23px;
    font-weight: 300;
    letter-spacing: 0.25px;
    margin-top: 0;
    margin-bottom: 35px;
    text-transform: capitalize;
}

    .footer-title:after {
        content: '';
        width: 21px;
        height: 2px;
        display: block;
        margin-top: 15px;
    }

.footer-contact .nav li {
    float: left;
}

    .footer-contact .nav li a {
        padding: 0 10px;
        font-size: 15px;
    }

@media (max-width: 479px) {
    .footer-contact .nav li a {
        padding: 0 8px;
    }
}

.footer-contact .nav li a i {
    font-size: 15px;
}

.footer-contact .nav li:first-child {
    margin-right: 32px;
}

@media (max-width: 479px) {
    .footer-contact .nav li:first-child {
        margin-right: 14px;
    }
}

.footer-contact .nav li:nth-child(2) {
    margin-right: 22px;
}

@media (max-width: 479px) {
    .footer-contact .nav li:nth-child(2) {
        margin-right: 6px;
    }
}

.footer-contact .nav .email a, .footer-contact .nav .tel a {
    padding: 0;
}

    .footer-contact .nav .email a i, .footer-contact .nav .tel a i {
        margin-right: 12px;
    }

.footer-widget + .footer-widget {
    margin-top: 65px;
}

footer .row {
    margin-right: 0;
    margin-left: 0;
}

.navbar-bottom {
    position: absolute;
    margin-bottom: -280px;
}

.custom-padding {
    padding-bottom: 311px;
}

.site-footer {
    background: #001334;
}

.navbar-default .navbar-collapse .nav li.active > a {
    color: #001334;
}

.site-footer .half-side:last-child:before {
    background: transparent;
}

.site-footer .half-side {
    border-color: transparent;
}

    .site-footer .half-side:last-child {
        border-color: transparent;
    }

/*.copyright-row {
    color: #63839c;
    border-color: transparent;
}*/

.site-footer p {
    color: #FFF;
}

.no-padding {
    padding-left: 15px;
}

.zero-padding {
    padding-left: 0px;
}

.custom-icon-date3 {
    position: relative;
    left: 148px;
    top: 14px;
}

.custom-error-date3 {
    position: relative;
    left: 160px;
    top: 14px;
}

.custom-long-left {
    position: relative;
    left: 668px;
}

.custom-long-left2 {
    position: relative;
    left: 545px;
}

.custom-long-left-error {
    position: relative;
    left: 549px;
}

.tooltip-custom-long-left-error {
    top: -85px !important;
    left: 860px !important;
}

.custom-percentage-button {
    position: relative;
    top: 25px;
    left: 60px;
}

.custom-percentage-button1 {
    position: relative;
    top: -10px;
    left: 60px;
}

fieldset[disabled][disabled] .form-control, fieldset[disabled][disabled] .custom-file-control, .form-control.disabled, .disabled.custom-file-control, .form-control:disabled, .custom-file-control:disabled, .form-control[disabled], .form-control[disabled]:hover, [disabled].custom-file-control {
    background-color: #F3F3F3;
    cursor: not-allowed;
    border-color: transparent;
    color: white;
}

    #colorUP fieldset[disabled][disabled] .form-control, fieldset[disabled][disabled] .custom-file-control, .form-control.disabled, .disabled.custom-file-control, .form-control:disabled, .custom-file-control:disabled, .form-control[disabled], .form-control[disabled]:hover, [disabled].custom-file-control {
        background-color: #F3F3F3;
        cursor: not-allowed;
        border-color: transparent;
        color: #909090 !important;
    }

button:disabled:hover {
    cursor: not-allowed;
    background-color: transparent;
    border-color: transparent;
}

.text-muted, .bmd-help {
    color: darkgray !important;
}

input:disabled::-webkit-input-placeholder { /* WebKit browsers */
    color: #eaeaea;
}

fieldset[disabled][disabled] .form-control, fieldset[disabled][disabled] .custom-file-control, .form-control.disabled, .disabled.custom-file-control, .form-control:disabled, .custom-file-control:disabled, .form-control[disabled], [disabled].custom-file-control {
    background-image: none;
    background-repeat: repeat-x;
    background-size: 3px 1px;
}

button:disabled:focus {
    cursor: not-allowed;
    background-color: transparent;
    border-color: transparent;
}

.btn.btn-primary.disabled:hover, .btn-primary.disabled.custom-file-control:hover::before, .btn.btn-primary:disabled:hover, .btn-primary.custom-file-control:disabled:hover::before {
    background-color: #8C96A5;
    border-color: #ccc;
}

.btn-importar-pdf {
    left: 18px;
    width: 100px;
}

div .ng-validaciones {
    color: red;
    margin-left: 14px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 12px;
    background-color: #fcdddd;
    width: max-content;
}

.site-footer .divisor {
    border-top: 1px solid #63839c;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.custom + label {
    color: #8602C0;
}

.custom + label {
    border: 1px;
    background-color: #f1e5e6;
    padding: 0;
    position: relative;
    height: 75px;
    width: 500px;
    display: block;
}

    .custom:focus + label,
    .custom + label:hover {
        border-color: #722040;
    }

    .custom + label span {
        width: 71%;
        height: 100px;
        line-height: 75px;
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        vertical-align: top;
        padding-left: 10px;
    }

    .custom + label strong {
        height: 75px;
        line-height: 75px;
        color: #8602C0;
        background-color: #ffffff;
        display: inline-block;
        vertical-align: middle;
        width: 25%;
        padding-left: 10px;
        text-align: center;
    }

    .custom + label:hover strong {
        background-color: #aa80ff;
        cursor: pointer;
    }

    .custom + label:hover span {
        cursor: pointer;
    }

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-70 {
    margin-bottom: 25px;
}

.btn {
    text-transform: inherit;
}

.login-body .bmd-form-group {
    padding-top: .70rem;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}


html {
    height: 100%;
}

body {
    height: 100%;
}


.for-footer {
    overflow: auto;
    padding-bottom: 0px; /* this needs to be bigger than footer height*/
    padding-right: 0px;
    padding-left: 0px;
}

.site-footer {
    position: relative;
    margin-top: -309px; /* negative value of footer height */
    height: 311px;
    clear: both;
    padding-top: 20px;
}

.login-body .checkbox {
    padding-left: 0;
}

.checkbox label input[type=checkbox]:checked + .checkbox-decorator .check, label.checkbox-inline input[type=checkbox]:checked + .checkbox-decorator .check {
    color: #0245F5;
    border-color: #0245F5;
}

    .checkbox label input[type=checkbox]:checked + .checkbox-decorator .check::before, label.checkbox-inline input[type=checkbox]:checked + .checkbox-decorator .check::before {
        color: #0245F5;
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
        animation: checkbox-on 0.3s forwards;
    }

.myGrid {
    background: white;
}

.border-all {
    border: 1px solid #d4d4d4;
}

.service-blocks .this-summary {
    min-height: 80px;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0;
}

    .custom-file-input ~ .custom-file-label::after {
        font-family: "FontAwesome";
        content: "\f07c";
        background: #0245F5;
        color: #FFF;
    }

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    font-size: 15px;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0;
}

.custom + label:hover span {
    cursor: pointer;
}

.warning-icon {
    position: relative;
    bottom: 16px;
    left: 8px;
}

.custom-width {
    min-width: 120px;
}

.btn.btn-link {
    background-color: transparent;
}

.btn.btn-link {
    background-color: transparent;
}

.Anchor-for-menu {
    color: black;
    text-decoration: none;
}

    .Anchor-for-menu:hover {
        color: white;
        background-color: #0f24f9;
        border-color: #0f24f9;
        text-decoration: none;
    }

.btnnewmenu {
    display: inline-block;
    font-weight: 500;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.46875rem 1rem;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.125rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .btnnewmenu:hover {
        color: #fff;
        background-color: #0f24f9;
        border-color: #0f24f9;
    }

.btnnewmenuUsuarioFinal {
    display: inline-block;
    font-weight: 500;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.46875rem 1rem;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.125rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .btnnewmenuUsuarioFinal:hover {
        color: #fff;
        background-color: #0f24f9 !important;
        border-color: #0f24f9 !important;
    }

.btnnewmenuUsuarioFinalSiNo {
    background-color: white;
    border: solid;
    width: 525px;
    border-width: 1px;
    height: 150px;
}

.styleDivYaEstaJubilado {
    border: solid;
    border-width: 2px;
    background-color: aliceblue;
}

.divLabelUsuarioNuevo {
    margin-top: -37px;
    top: -50px;
}

.arrow {
    text-align: center;
    margin: 8% 0;
}

.bounce {
    -moz-animation: bounce 1s infinite;
    -webkit-animation: bounce 1s infinite;
    animation: bounce 1s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.btn {
    position: relative;
    font-size: .875rem;
    text-decoration: none;
    letter-spacing: 0;
    cursor: pointer;
    border: 0;
    outline: 0;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    will-change: box-shadow,transform;
    color: rgba(0,0,0,.87);
    background-color: transparent;
    border-color: #ccc;
}

.btnRD:not(:disabled):not(.disabled), .custom-file-control:not(:disabled):not(.disabled)::before {
    cursor: pointer;
}

.btnRD {
    position: relative;
    font-size: larger;
    text-decoration: none;
    letter-spacing: 0;
    cursor: pointer;
    border: 0;
    outline: 0;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    will-change: box-shadow,transform;
    color: rgba(0,0,0,.87);
    background-color: transparent;
    border-color: #ccc;
}

.btnRD {
    text-transform: inherit;
}

.btnRD, .custom-file-control::before {
    margin-bottom: 0;
}

.btnRD, .custom-file-control::before {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.46875rem 1rem;
    line-height: 1.5;
    border-radius: 0.125rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .btnRD:hover, .custom-file-control:hover::before {
        color: white;
        background-color: #0f24f9;
    }

.btn.btn-link {
    background-color: transparent;
    width: 130px;
    height: 50px;
    padding-top: 15px;
}

    .btn.btn-link:hover {
        color: rgba(0,0,0,.87);
        background-color: hsla(0,0%,60%,.2);
        border-color: hsla(0,0%,60%,.2);
    }

    .btn.btn-link:hover {
        color: #0245F5 !important;
        background-color: transparent;
        text-decoration: underline;
    }

.custom-subtitle-menu {
    font-size: 14px;
    font-weight: 700;
}

.btn.buttonblue {
    color: #fff;
    background-color: #0f24f9;
    border-color: #0f24f9;
}

    .btn.buttonblue:hover {
        color: #fff;
        background-color: #0077ec;
        border-color: #0077ec;
    }

    .btn.buttonblue:active {
        color: #fff;
        background-color: #258ff7;
        border-color: #258ff7;
    }

.btn.buttonLightGrey {
    color: black;
    background-color: #F3F3F3;
    border: solid 1px #B0B5bf;
}

    .btn.buttonLightGrey:hover {
        color: #fff;
        background-color: #B0B5bf;
        border-color: grey;
    }
    .btn.buttonLightGrey:active {
        color: #fff;
        background-color: #B0B5bf;
        border-color: grey;
    }


.btn.buttongreen {
    color: #fff;
    background-color: #31a823;
    border-color: #31a823;
}

    .btn.buttongreen:hover {
        color: #fff;
        background-color: #38c544;
        border-color: #38c544;
    }

    .btn.buttongreen:active {
        color: #fff;
        background-color: #33ea9c;
        border-color: #33ea9c;
    }

.link {
    color: darkblue;
    text-decoration: underline;
}

.no-padding-rightleft {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.btn.buttondefault {
    height: 50px;
}

.falloslabel {
    font-size: 14px;
    font-weight: 700;
}

.btn.buttonwhite {
    color: black;
    background-color: unset;
    border-color: white;
    width: 195px;
    height: 50px;
}

    .btn.buttonwhite:hover {
        color: black;
        background-color: #e0ebff;
        border-color: #e0ebff;
        font-weight: bolder;
    }

    .btn.buttonwhite:active {
        color: black;
        background-color: #e0ebff;
        border-color: #e0ebff;
    }

.btn.buttonwhitemodificarhaber {
    color: black;
    background-color: darkseagreen;
    border-color: white;
    width: 195px;
    height: 50px;
}

    .btn.buttonwhitemodificarhaber:hover {
        color: white;
        background-color: #39b966;
        border-color: #39b966;
        font-weight: bolder;
    }

    .btn.buttonwhitemodificarhaber:active {
        color: white;
        background-color: #39b966;
        border-color: #39b966;
    }

.btn.buttonwhitecontinuarretro {
    color: black;
    background-color: #ff9439;
    border-color: white;
    width: 225px;
    height: 50px;
}

    .btn.buttonwhitecontinuarretro:hover {
        color: white;
        background-color: #eb8024;
        border-color: #eb8024;
        font-weight: 500;
    }

    .btn.buttonwhitecontinuarretro:active {
        color: white;
        background-color: #eb8024;
        border-color: #39b966;
    }

.btn.buttonwhitecerrarhaber {
    color: black;
    background-color: #158a3e;
    border-color: white;
    width: 195px;
    height: 50px;
}

    .btn.buttonwhitecerrarhaber:hover {
        color: white;
        background-color: #0d7231;
        border-color: #0d7231;
        font-weight: 500;
    }

    .btn.buttonwhitecerrarhaber:active {
        color: white;
        background-color: #0d7231;
        border-color: #0d7231;
    }

.btn.buttonwhitecalcular {
    color: black;
    background-color: unset;
    border-color: white;
    width: 195px;
    height: 50px;
}

    .btn.buttonwhitecalcular:hover {
        color: white;
        background-color: #0f24f9;
        border-color: #0f24f9;
        font-weight: bolder;
    }

    .btn.buttonwhitecalcular:active {
        color: white;
        background-color: #0f24f9;
        border-color: #0f24f9;
    }

.btn.buttonescritosdemandas {
    color: #fff;
    background-color: #0f24f9;
    border-color: #fff;
    width: 280px;
    height: 50px;
}

    .btn.buttonescritosdemandas:hover {
        color: white;
        background-color: #0816a4;
        border-color: #0816a4;
    }

    .btn.buttonescritosdemandas:active {
        color: white;
        background-color: #0f24f9;
        border-color: #0f24f9;
    }

.btn.buttonenviarayudahaber {
    color: white;
    background-color: #0f24f9;
    border-color: white;
    width: 195px;
    height: 50px;
}

    .btn.buttonenviarayudahaber:hover {
        color: white;
        background-color: #0816a4;
        border-color: #0816a4;
    }

    .btn.buttonenviarayudahaber:active {
        color: white;
        background-color: #0f24f9;
        border-color: #0f24f9;
    }

.deleteline {
    text-decoration: none;
    line-height: 3em;
    display: inline-block;
    padding-left: 10px;
    float: left;
    padding-right: 10px;
}

.ui-select-bootstrap .ui-select-choices-row > span:hover, .ui-select-bootstrap .ui-select-choices-row > span:focus {
    text-decoration: none;
    color: white;
    background-color: #0f24f9;
}

.ui-select-choices-row:hover {
    background-color: white;
}

.ui-select-bootstrap .ui-select-choices-row.active > span {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #258ff7;
}

.nav-tabs .nav-link {
    color: black;
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: black;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.btn.btn-secondary, .btn-secondary.custom-file-control::before {
    color: black;
    background-color: transparent;
    border-color: #ccc;
    width: auto;
}

    .btn.btn-secondary:hover, .btn-secondary.custom-file-control:hover::before {
        color: white;
        background-color: #0f24f9;
    }

.ng-confirm .ng-confirm-box .ng-confirm-buttons button {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0px;
    min-height: 1em;
    outline: 0;
    -webkit-transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
    transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
    -webkit-tap-highlight-color: transparent;
    border: 0;
    background-image: none;
}

.btn:hover, .custom-file-control:hover::before {
    color: white;
    background-color: #0f24f9;
}

.btn:focus, .custom-file-control:focus::before, .btn.focus, .focus.custom-file-control::before {
    color: rgba(0, 0, 0, 0.87);
    border-color: rgba(153, 153, 153, 0.2);
}

.ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-default {
    background-color: transparent;
    color: black;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s;
    border: 1px solid #b3b3b3;
}

    .ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-default:hover {
        background-color: #0f24f9;
        color: white;
    }

.gridposition {
    height: 360px;
    position: relative;
    z-index: 0;
    top: -48px;
}

.menubuttonsposition {
    position: relative;
    z-index: 200;
    top: -48px;
}

.stickygenerarlerror {
    position: -webkit-sticky;
    position: sticky;
    text-align: center;
    z-index: 9;
}

.fa-question:before {
    content: "\f128";
    color: #0f24f9;
}

.cellclasscenter {
    text-align: center !important;
}

.cellclassright {
    text-align: right !important;
}

input[type="text"] {
    background-color: #F3F3F3;
    color: #041267 !important;
}

input[type="number"] {
    background-color: #F3F3F3;
    color: #041267 !important;
}

input[type="email"] {
    background-color: #F3F3F3;
    color: #041267 !important;
}

.boldfont {
    font-weight: bold;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

.ellipsis {
    text-overflow: ellipsis;
    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    text-align: center;
    font-weight: bolder;
}

.popover-content {
    padding: 9px 14px;
    font-weight: bolder;
}

.popuphelperclosebutton {
    text-align: center;
    margin-top: 15px;
}

.HelperRDspan {
    position: relative;
    left: 230px;
    top: 42px;
}

.HelperAUspan {
    position: relative;
    left: 578px;
    top: 29px;
}

.HelperDerechospan {
    position: relative;
    left: 560px;
    top: 35px;
}

.HelperGridHaberesspan {
    position: relative;
    left: 294px;
    top: -42px;
}

.HelperABMAUspan {
    position: relative;
    right: 394px;
    top: -10px;
}

.HelperABMRDspan {
    position: relative;
    right: -292px;
    top: -10px;
}

.HelperDerechoABMspan {
    position: relative;
    left: 288px;
    top: -10px;
}

.HelperAutoGuardadospan {
    position: relative;
    left: 769px;
    top: -31px;
}

.Sailec-Regular {
    font-family: Sailec-Regular;
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Sailec-Regular;
}

.nav-link {
    text-transform: none;
}

/*botones menu principal*/
.menubuttonsDownload {
    width: 5.8%;
    height: 56px;
}

.menubuttonsDownloadL {
    width: 29.3%;
    height: 56px;
}

.bg-whiteDownload {
    background-color: #fff !important;
}


.menubuttonsShared {
    width: 5.8%;
    height: 56px;
}

.menubuttons {
    width: 31.3%;
    height: 56px;
}

.menubuttonsL {
    width: 31.3%;
    height: 56px;
    float: left;
}

/*fin*/

@media screen and (min-width: 768px) and (max-width: 1265px) {

    .menubuttonsDownload {
        width: 5.6%;
        height: 85px;
    }

    .bg-whiteDownload {
        background-color: #fff !important;
        height: 85px;
    }

    .menubuttonsShared {
        width: 5.6%;
        height: 85px;
    }

    .buttonSharedmp {
        height:85px;
    }

    .menubuttonsDownloadL {
        width: 29.3%;
        height: 85px;
    }

    .menubuttons {
        width: 31.33%;
        height: 85px;
    }

    .menubuttonsL {
        width: 31.33%;
        height: 85px;
        float: left;
    }
}

@media screen and (max-width: 767px) {
    .menubuttons {
        width: 100%;
        height: 50px;
    }

    .menubuttonsL {
        width: 100%;
        height: 50px;
        float: left;
    }

    .menubuttonsShared {
        width: 100%;
        height: 50px;
        background-color: white;
    }

    .border-right {
        border-bottom: 1px solid #dee2e6 !important;
    }

    .border-shared {
        border-top: 1px solid #dee2e6 !important;
    }

    .menubuttonsDownload {
        opacity: 0;
        visibility: hidden;
        background-color: transparent;
        border: none;
        display: none !important;
    }

    .menubuttonsDownloadL {
        width: 100%;
        height: 50px;
        background-color: white;
    }

    .bg-whiteDownload {
        background-color: transparent !important;
    }
}

.mr-1, .mx-1 {
    margin-right: -2.75rem !important;
}

.StickyGeneralError {
    position: sticky;
}

.fa-question:before {
    content: "\f128";
    color: black;
}

.sendsugerencia {
    text-align: end;
    left: 27px;
}

.footerbuttonsapp {
    left: 684px;
}

.headericons {
    position: relative;
    top: -1px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.uib-tab.disabled a {
    background-color: transparent;
    cursor: not-allowed;
    color: #c1c8ec;
}

    .uib-tab.disabled a:hover {
        background-color: transparent;
        cursor: not-allowed;
        color: #c1c8ec;
        border-color: transparent;
        font-weight: normal;
    }

    .uib-tab.disabled a:focus {
        background-color: transparent;
        cursor: not-allowed;
        color: #c1c8ec;
        border-color: transparent;
        font-weight: normal;
    }

.padding-checkboxaportesrd {
    padding-left: 88px;
}

.botonesrd {
    text-align: end;
}

.botonesau {
    text-align: end;
    left: 170px;
}

.gananciasfamiliapadding {
    padding-right: 322px;
}

.custom-icon-rightganancias {
    position: relative;
    right: 308px;
}

.custom-icon-gananciasimportes {
    position: relative;
    top: -63px;
    left: 345px;
}

.custom-icon-headerMenu {
    position: relative;
    left: -2px;
}

.custom-spanDU-headerMenu {
    position: relative;
    left: 5px;
}

.custom-spanAJ-headerMenu {
    position: relative;
    left: 4px;
}


.is-focused [class^='bmd-label'], .is-focused [class*=' bmd-label'], .is-focused [class^='bmd-label'], .is-focused [class*=' bmd-label'] {
    color: #0f24f9;
}

.form-control:read-only, .custom-file-control:read-only {
    background-color: #F3F3F3;
}

#PBUBackgroundFallos span.btn.btn-default.form-control.ui-select-toggle {
    background-color: #9ef9b8 !important;
    border-bottom: 1px solid green !important;
    
}

#RemuneracionBackgroundFallos span.btn.btn-default.form-control.ui-select-toggle {
    background-color: #FBFBDC !important;
}

#MovilidadBackgroundFallos span.btn.btn-default.form-control.ui-select-toggle {
    background-color: #ebe3f8 !important;
}

#RemuneracionComboBackgroundFallos span.btn.btn-default.form-control.ui-select-toggle {
    background-color: #FFB9B9 !important;
}

.custom-margin-right {
    margin-right: 100px;
}

.paddingfordiscontinuos {
    padding-left: 12px !important;
}

.titleformenuprincipal {
    font-weight: bolder;
    font-size: xx-large;
    padding-left: 430px;
    margin-bottom: 20px;
}

.titleformenuprincipal1 {
    font-weight: bolder;
    font-size: xx-large;
    padding-left: 320px;
    margin-bottom: 20px;
}

.bg-footer {
    background-color: #c0d5fd;
}

.margin-right-19 {
    margin-right: -19px;
}

.background-for-radiobutton {
    background-color: #F3F3F3;
    width: 78.7%;
    right: -28px;
    padding-top: 12px;
}



.background-for-radiobuttonAvanzados {
    background-color: #9ef9b8;
    width: 78.7%;
    right: -28px;
    padding-top: 12px;
}

.background-for-radiobuttonAvanzadosDiferenciaIntereses {
    background-color: #FFFFE0;
    width: 78.7%;
    right: -28px;
    padding-top: 12px;
}

.background-for-radiobutton1 {
    background-color: #F3F3F3;
    max-width: 80.7%;
    right: -16px;
    padding-top: 12px !important;
}

.background-for-radiobutton1PBU {
    background-color: #d8ead4;
    max-width: 78.7%;
    right: -29px;
    padding-top: 12px !important;
}

.background-for-radiobutton2 {
    background-color: #FBFBDC;
    max-width: 80.7%;
    right: -16px;
    height: 58px !important;
    padding-top: 24px !important;
}

.background-for-bigradiobutton {
    background-color: #F3F3F3;
    width: 79.5%;
    right: -29px;
}

.background-for-bigradiobutton1 {
    background-color: #F3F3F3;
    width: 78.5%;
    right: -29px;
}

.custom-minus-left-for-radio {
    left: -16px;
}

.custom-minus-left-for-radio2 {
    left: -12px;
}

.custom-left-for-radio {
    left: 115px;
}

.custom-left-for-radio1 {
    left: 190px;
}

.custom-left-for-radio2 {
    left: 195px;
}

.custom-left-PBU {
    left: 160px;
}

.custom-left-for-radio2bis {
    left: 260px;
}

.custom-left-for-radio4 {
    left: 549px;
}

.custom-left-for-radio3 {
    left: -230px;
}

.custom-left-for-radio3Bis {
    left: 206px;
}

.custom-left-for-radioSexo {
    left: -389px;
}

.custom-border-servicios {
    border: 1px solid black;
    padding-left: 15px;
}

.width-formServ {
    width: 80%;
    margin-left: 153px;
}

.SelectFoco {
   border:1px solid blue !important;
   border-radius:3px;
}

/*.position-servDesdeHasta {
    margin-left: 47pc;
    margin-top: -60px;
}

.position-Descripcion {
    margin-left: -95px;
}*/

.custom-border-RD {
    border: 1px solid black;
    padding-left: 15px;
}

.custom-border-RD1 {
    border: 1px solid black;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
}

.custom-border-RD2 {
    border: 1px solid black;
    padding-left: 15px;
    padding-right: 35px;
    margin-left: 30px;
    margin-right: 20px;
    flex: auto !important;
}

.custom-border-PDFTOPJN {
    border: 1px solid black;
    margin-left: 15px;
    max-width: 95%;
    margin-top: 15px;
}

.custom-border-haberes {
    border: 1px solid black;
    padding-left: 15px;
    padding-bottom: 15px;
}

.ui-grid-filter-container {
    padding: 20px 10px;
    padding-right: 15px;
    position: relative;
}

@media (min-width: 768px) {
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 28.66667%;
    }
}

.bmd-form-group {
    position: relative;
    padding-top: 1.75rem;
}

.generaPdf {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 150px 30%;
}

.generarPdf--buttonsPosition {
    padding-top: 150px;
}

.icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.arrowAgregar::before {
    font-family: 'FontAwesome';
    font-weight: 800;
    content: "\f0a9";
    color: green;
}

.arrowQuitar::before {
    font-family: 'FontAwesome';
    font-weight: 800;
    content: "\f0a8";
    color: red;
}

.btnbigPDFTOPJN {
    position: relative;
    font-size: 5rem;
    text-decoration: none;
    letter-spacing: 0;
    cursor: pointer;
    border: 0;
    outline: 0;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    will-change: box-shadow,transform;
    color: rgba(0,0,0,.87);
    background-color: transparent;
    border-color: #ccc;
}

    .btnbigPDFTOPJN:hover {
        background-color: #0f24f9;
        color: white;
    }

    .btnbigPDFTOPJN:disabled {
        cursor: not-allowed;
        color: darkgray;
    }

    .btnbigPDFTOPJN:focus {
        box-shadow: 0 0 5px rgb(47, 59, 209);
        border: 1px solid rgb(29, 71, 191);
    }

.btnbig {
    position: relative;
    font-size: 2rem;
    text-decoration: none;
    letter-spacing: 0;
    cursor: pointer;
    border: 0;
    outline: 0;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    will-change: box-shadow,transform;
    color: rgba(0,0,0,.87);
    background-color: transparent;
    border-color: #ccc;
}

    .btnbig:hover {
        background-color: #0f24f9;
        color: white;
    }

    .btnbig:disabled {
        cursor: not-allowed;
        color: darkgray;
    }

    .btnbig:focus {
        box-shadow: 0 0 5px rgb(47, 59, 209);
        border: 1px solid rgb(29, 71, 191);
    }

.btnforicon {
    position: relative;
    text-decoration: none;
    letter-spacing: 0;
    cursor: pointer;
    border: 0;
    outline: 0;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    will-change: box-shadow,transform;
    color: rgba(0,0,0,.87);
    background-color: transparent;
    border-color: #ccc;
}

.btnforiconVideo {
    position: relative;
    text-decoration: none;
    letter-spacing: 0;
    cursor: pointer;
    border: 0;
    outline: 0;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    will-change: box-shadow,transform;
    color: rgba(0,0,0,.87);
    background-color: transparent;
    border-color: #ccc;
}

.btnforiconVideo1 {
    text-decoration: none;
    letter-spacing: 0;
    cursor: pointer;
    border: 0;
    outline: 0;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    will-change: box-shadow,transform;
    color: rgba(0,0,0,.87);
    background-color: transparent;
    border-color: #ccc;
}


.btnforicon:hover {
    background-color: #0f24f9;
    color: white;
}

.btnforicon:disabled {
    cursor: not-allowed;
    color: darkgray;
}

.btnforicon:focus {
    box-shadow: 0 0 5px rgb(47, 59, 209);
    border: 1px solid rgb(29, 71, 191);
}

.demo-div {
    width: 400px;
    height: 200px;
    background-color: #FFFFFF;
    border: 2px solid #183147;
    position: relative;
    cursor: pointer;
    font-family: sans-serif;
    text-align: center;
    z-index: 999;
}

.btnmenuposition {
    left: 98%;
    bottom: 49px;
}

.btnmenuposition1 {
    /*left: 125%;
    bottom: 240px;*/
    float: right !important;
}


.popover-content {
    width: auto;
}

/*@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 59.33333%;
    }
}*/

@media (min-width: 768px) {
    .custom-width-for-AUActividad {
        flex: 0 0 65% !important;
        max-width: 39% !important;
    }

    .custom-width-for-AUinputs {
        flex: 0 0 25.66667%;
        max-width: 22.66667%;
    }
}

.custom-width-modificarmoneda {
    max-width: 50%;
}

.renglonzonas {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    margin-right: 225px;
    margin-left: 15px;
    border-color: #689682;
}

.line {
    border-top: 1px solid #06AF8F;
    margin: 7px;
    width: 79.9%;
    position: relative;
}

    .line:before, .line:after {
        content: "";
        width: 10px;
        height: 10px;
        background: #06AF8F;
        border-radius: 5px;
        position: absolute;
        top: -6px;
    }

    .line:after {
        right: 0;
    }


.verdeGrilla {
    background-color: #dfecf9 !important;
    text-align: center;
    width: 60px;
}
.verdeGrillaAU span.btn.btn-default.form-control.ui-select-toggle {
    text-align: center;
    width: 60px;
    background-color: #dfecf9 !important;
}

.verdeGrillaAU .ui-select-match-text {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;
    text-align: center;
    font-weight:bolder;
}

.verdeGrillaAUError{
    background:red;
}

.rojoGrilla {
    background-color: white !important;
    text-align: center;
    width: 60px;
}
.rojoGrillaAU span.btn.btn-default.form-control.ui-select-toggle {
    background-color: white !important;
    text-align: center;
    width: 60px;
}

.rojoGrillaAU .ui-select-match-text {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;
    text-align: center;
}

.amarilloGrilla {
    background-color: #ffbf99 !important;
    text-align: center;
    width: 60px;
}
.amarilloGrillaAU span.btn.btn-default.form-control.ui-select-toggle {
    background-color: #ffffbb !important;
    text-align: center;
    width: 60px;
}

.amarilloGrillaAU .ui-select-match-text {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;
    text-align: center;
}

.azulGrilla {
    background-color: #85b2e0 !important;
    text-align: center;
    width: 60px;
}

.violetaGrilla {
    background-color: #CAA4EC !important;
    text-align: center;
    width: 60px;
}

.grisGrillaAU span.btn.btn-default.form-control.ui-select-toggle {
    background-color: gray !important;
    text-align: center;
    width: 60px;
    opacity:0;
}

.grisGrillaAU .ui-select-match-text {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;
    text-align: center;
}
.grisGrilla {
    background-color: gray !important;
    text-align: center;
    opacity:0;
}

.verde {
    color: limegreen !important;
}

.violeta {
    color: blueviolet !important;
}

.rojo {
    color: red !important;
}

.azul {
    color: blue !important;
}

.azulAU {
    color: blue !important;
    text-align: center !important;
}

.marron {
    color: brown !important;
}

.naranja {
    color: darkorange !important;
}

.ui-select-match-text {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;
}

.ui-select-placeholder {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;
}

.custom-icon-error-GrillaDerecho1 {
    position: relative;
    top: -32px;
    right: -16px;
}

.custom-icon-error-GrillaDerecho2Bis {
    position: relative;
    top: -36px;
    right: -16px;
}


.custom-icon-error-GrillaDerecho2 {
    position: relative;
    top: 29px;
    right: 22px;
}


.FondoGris {
    background-color: lightgray
}

.form-control:focus, .custom-file-control:focus {
    color: #495057;
    background-color: #FAFAFA;
    border-color: #98a2db;
    outline: 0;
    box-shadow: none, 0 0 0 0.2rem rgba(63, 81, 181, 0.25);
}

.box-ayudas {
    width: 320px;
    cursor: move;
    z-index: 99999;
    position: absolute;
}

.text-ayudaHaber {
    word-break: break-word;
    font-size: medium;
    justify-content: flex-end;
    font-style: italic;
    line-height: 1.1;
}

.button-bottom {
    position: fixed;
    bottom: 51px;
}

.box-ayudas .contenido {
    overflow: hidden;
    height: 350px;
    padding: 10px;
    font-size: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #bdb4b4;
    color: #041267;
    background-color: #FAFAFA;
}

.box-ayudas .titulo {
    height: 30px;
    line-height: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #c0d5fd;
    font-size: 18px;
    font-weight: bold;
    font-family: sans-serif;
    display: block;
    color: black;
    padding: 10px;
    border: 1px solid #bdb4b4;
    border-bottom: none;
    text-align: center;
}

.boton-Juricategorias {
    top: -47px;
    left: 19px;
}

.video-DatosDerechoUF {
    margin-top: 42px;
    margin-right: -38px;
}

.position-boucinArrow {
    margin-top: 75px;
    margin-right: -360px;
    position: relative;
}

.tripleInput { 
    margin-left: 5px;
}


.width-fallosMovilidad {
    max-width: 80.45% !important;
    background-color: #ebe3f8;
}

.width-fallosRemuneraciones {
    max-width: 80.45% !important;
    background-color: #FFB9B9;
}

.width-fallosPBU {
    max-width: 80.45% !important;
    background-color: #9ef9b8;
}

.positionFechaFallHP {
    margin-top: 27px;
}

.medioradiobuttonHP {
    margin-left: -10px;
}

@media screen and (min-height: 1070px) and (max-height: 1500px ) {
    .tamañoGrillaExpedientes {
        height: 650px !important;
    }

    .tamañoGrillaExpedientes1 {
        height: 650px !important;
    }
}

@media screen and (min-height: 1050px) and (max-height: 1070px ) {
    .tamañoGrillaExpedientes {
        height: 490px !important;
    }

    .tamañoGrillaExpedientes1 {
        height: 500px !important;
    }
}

@media screen and (min-height: 900px) and (max-height: 1050px ) {
    .tamañoGrillaExpedientes {
        height: 400px !important;
    }

    .tamañoGrillaExpedientes1 {
        height: 550px !important;
    }
}

@media screen and (min-height: 800px) and (max-height: 900px ) {
    .tamañoGrillaExpedientes {
        height: 310px !important;
    }

    .tamañoGrillaExpedientes1 {
        height: 460px !important;
    }
}

@media screen and (min-height: 600px) and (max-height: 800px ) {
    .tamañoGrillaExpedientes {
        height: 320px !important;
    }

    .tamañoGrillaExpedientes1 {
        height: 350px !important;
    }
}

@media screen and (min-height: 400px) and (max-height: 600px ) {
    .tamañoGrillaExpedientes {
        height: 300px !important;
    }

    .tamañoGrillaExpedientes1 {
        height: 310px !important;
    }
}


/*(2560x1440) QHD Display*/
@media screen and (max-width: 2560px) and (min-width: 2400px) {


    .padding-checkboxaportesrd {
        padding-left: 582px;
    }

    .grid-margin-top-mpal {
        margin-top: 3%;
        margin-bottom: 492px;
    }

    .mpal-RM27426 {
        margin-top: 12%;
    }
    /*Responsive de retroactivo*/

    .gananciasfamiliapadding {
        padding-right: 430px;
    }

    .custom-icon-rightganancias {
        position: relative;
        right: 415px;
    }

    .GrillaServicios {
        margin-top: 25px;
        margin-left: 640px;
    }

    .position-btnRegistro {
        left: 1250px !important;
        top: -50px;
    }

    .VideoGrillaRD {
        margin-left: 980px;
        margin-top: 3px;
    }

    .videoCasosViejos {
        margin-top: -374px;
    }

    .grillaGraficoServ {
        margin-left: 415px;
    }

    .grillaRemAu {
        height: 610px !important;
    }

    .tooltipgraficogrillaserv {
        margin-left: -510px;
    }

    .ayudagrillaserv {
        height: 230px;
    }

    .textosJubilables {
        margin-left: 125px;
    }

    .PromoVerde-btn {
        background-color: #96f596;
        white-space: normal;
        border: 1px solid transparent;
        border-radius: 10px;
        padding: 10px;
        font-size: 15px;
        color: black;
        width: auto;
        display: inline;
        display: inline;
        position: relative;
        top: 2px;
        left: 220px;
        cursor:pointer;
    }
}

@media screen and (min-width: 2100px) and (max-width: 2400px ) {
    .textosJubilables {
        margin-left: 125px;
    }

    .grillaRemAu {
       height: 500px !important;
    }

    .PromoVerde-btn {
        background-color: #96f596;
        white-space: normal;
        border: 1px solid transparent;
        border-radius: 10px;
        padding: 10px;
        font-size: 15px;
        color: black;
        width: auto;
        display: inline;
        display: inline;
        position: relative;
        top: 2px;
        left: 155px;
        cursor: pointer;
    }
}

@media screen and (min-width: 2050px) and (max-width: 2100px ) {


    .PromoVerde-btn {
        background-color: #96f596;
        white-space: normal;
        border: 1px solid transparent;
        border-radius: 10px;
        padding: 10px;
        font-size: 15px;
        color: black;
        width: auto;
        display: inline;
        display: inline;
        position: relative;
        top: 2px;
        left: 75px;
        cursor: pointer;
    }
}


@media screen and (min-width: 2000px) and (max-width: 2050px ) {

    /*.GrillaServicios {
        margin-top: 25px;
        left: 400px !important;
    }*/

    .position-btnRegistro {
        left: 995px !important;
        top: -50px;
    }

    .textosJubilables {
        margin-left: 65px;
    }

    .grillaRemAu {
        height: 410px !important;
    }

    .PromoVerde-btn {
        background-color: #96f596;
        white-space: normal;
        border: 1px solid transparent;
        border-radius: 10px;
        padding: 10px;
        font-size: 15px;
        color: black;
        width: auto;
        display: inline;
        display: inline;
        position: relative;
        top: 2px;
        left: 75px;
        cursor: pointer;
    }
}


@media screen and (min-width: 1800px) and (max-width: 1860px) {

    .position-btnRegistro {
        left: 900px !important;
        top: -50px;
    }

    .position-boucinArrow {
        margin-top: 594px;
        margin-right: -649px;
        position: relative;
    }

    .buttonVideoNuevo {
        color: #005ecf;
        border: solid 2px;
        font-size: 17px;
        font-weight: bolder;
        padding: 8px;
        padding-left: 15px;
        padding-right: 15px;
        background: linear-gradient(-90deg, #1e86ff 7%, #d3e8f5 0);
        cursor: pointer;
        border-radius: 24px;
    }

    .PromoVerde-btn {
        background-color: #96f596;
        white-space: normal;
        border: 1px solid transparent;
        border-radius: 10px;
        padding: 10px;
        font-size: 15px;
        color: black;
        width: auto;
        display: inline;
        display: inline;
        position: relative;
        top: 2px;
        left: 30px;
        cursor: pointer;
    }

}

@media screen and (min-width: 1700px) and (max-width: 1795px) {

    .position-btnRegistro {
        left: 868px !important;
        top: -50px;
    }

    .buttonVideoNuevo {
        color: #005ecf;
        font-size: 17px;
        border: solid 2px;
        font-weight: bolder;
        padding: 8px;
        padding-left: 15px;
        padding-right: 15px;
        background: linear-gradient(-90deg, #1e86ff 7%, #d3e8f5 0);
        cursor: pointer;
        border-radius: 24px;
    }

    .PromoVerde-btn {
        background-color: #96f596;
        white-space: normal;
        border: 1px solid transparent;
        border-radius: 10px;
        padding: 10px;
        font-size: 15px;
        color: black;
        width: auto;
        display: inline;
        display: inline;
        position: relative;
        top: 2px;
        left: 10px;
        cursor: pointer;
    }
}


@media screen and (min-width: 1680px) and (max-width: 1700px) {

    .buttonVideoNuevo {
        color: #005ecf;
        font-size: 17px;
        border: solid 2px;
        font-weight: bolder;
        padding: 8px;
        padding-left: 15px;
        padding-right: 15px;
        background: linear-gradient(-90deg, #1e86ff 7%, #d3e8f5 0);
        cursor: pointer;
        border-radius: 24px;
    }

    .PromoVerde-btn {
        background-color: #96f596;
        white-space: normal;
        border: 1px solid transparent;
        border-radius: 10px;
        padding: 10px;
        font-size: 15px;
        color: black;
        width: auto;
        display: inline;
        display: inline;
        position: relative;
        top: 2px;
        left: -45px;
        cursor: pointer;
    }
}

/* (1680x1050) WSXGA+ Display */
@media screen and (max-width: 1680px) {

    .CantServAct {
        width: 97.6%;
        margin-right: 18px;
        margin-left: 27px;
        margin-top: 32px;
        background-color: gray;
        color: #DBE043;
        border-radius: 3px;
    }

    /* Responsive de haber */
    .padding-checkboxaportesrd {
        margin-left: -99px;
    }

    .left-30 {
        left: 40px;
    }

    .botonesau {
        text-align: end;
        left: 140px;
    }

    /*Responsive de Retroactivo*/

    .gananciasfamiliapadding {
        padding-right: 280px;
    }

    .custom-icon-rightganancias {
        position: relative;
        right: 270px;
    }

    .position-btnRegistro {
        left: 810px !important;
        top: -50px;
    }

    .position-labelCathis {
        top: 0px !important;
    }

    .GrillaServicios {
        margin-top: 25px;
        margin-left: 240px;
    }

    .VideoGrillaRD {
        margin-left: 325px;
        margin-top: 3px;
    }

    .position-boucinArrow {
        margin-top: 25px;
        margin-right: -249px;
        position: relative;
    }

    .label-ActgridServ {
        margin-top: -8px;
    }

    .videoCasosViejos {
        margin-top: -245px;
    }

    .tooltipgraficogrillaserv {
        margin-left: 50px !important;
    }

    .ayudagrillaserv {
        left: 160px !important;
    }

    .buttonVideoNuevo {
        color: #005ecf;
        font-size: 15px;
        border: solid 2px;
        font-weight: bolder;
        padding: 8px;
        padding-left: 15px;
        padding-right: 15px;
        background: linear-gradient(-90deg, #1e86ff 9%, #d3e8f5 0);
        cursor: pointer;
        border-radius: 24px;
    }

    .PromoVerde-btn {
        background-color: #96f596;
        white-space: normal;
        border: 1px solid transparent;
        border-radius: 10px;
        padding: 10px;
        font-size: 15px;
        color: black;
        width: auto;
        display: inline;
        display: inline;
        position: relative;
        top: 2px;
        left: -55px;
        cursor: pointer;
    }
}


/* (1600x900) HD+ Display */
@media screen and (max-width: 1600px) {


    .CantServAct {
        width: 97.7%;
        margin-right: 18px;
        margin-left: 27px;
        margin-top: 32px;
        background-color: gray;
        color: #DBE043;
        border-radius: 3px;
    }

    /* Responsive del Menu */

    .grid-margin-top {
        margin-top: 15%;
        margin-bottom: 0px;
    }

    .grid-margin-top-mpal {
        margin-top: 4% !important;
        margin-bottom: 0px !important;
    }

    .mpal-RM27426 {
        margin-top: 3% !important;
    }

    .tooltipActividadGridAU {
        margin-left: 19px !important;
        margin-top: -49px !important;
    }

    .position-btnRegistro {
        left: 770px !important;
        top: -90px !important;
    }

    /*.width-80-center {
    width: 66.1% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.background-image-custom {
    background-position: top;
    background-image: url(../Images/slider1.jpg);
    background-repeat: no-repeat;
    margin-bottom: 80px;
}

.btnmenuposition {
    left: 952px !important;
    bottom: 49px;
}

.footerbuttonsapp {*/
    /*left: 470px;*/

    /*Responsive de Haber*/

    .padding-checkboxaportesrd {
        margin-left: -132px;
    }

    .botonesau {
        text-align: end;
        left: 126px;
    }

    /*Responsive de Retroactivo*/

    .gananciasfamiliapadding {
        padding-right: 270px;
    }

    .custom-icon-rightganancias {
        position: relative;
        right: 255px;
    }

    .GrillaServicios {
        margin-top: 25px;
        margin-left: 230px;
    }

    .position-labelCathis {
        top: 0px !important;
    }

    .VideoGrillaRD {
        margin-left: 270px;
        margin-top: 3px;
    }

    .width-formServ {
        width: 82%;
        margin-left: 140px;
    }

    .position-boucinArrow {
        margin-top: -131px;
        margin-right: -180px;
        position: relative;
    }

    .videoCasosViejos {
        margin-top: -235px;
    }

    .tooltipgraficogrillaserv {
        margin-left: 100px !important;
    }

    .position-graficoServ {
        margin-left: -10px;
    }

    .position-relojServ {
        margin-left: 80px;
    }

    .ayudagrillaserv {
        left: 150px !important;
    }

    .buttonVideoNuevo {
        color: #005ecf;
        font-size: 15px;
        border: solid 2px;
        font-weight: bolder;
        padding: 8px;
        padding-left: 15px;
        padding-right: 15px;
        background: linear-gradient(-90deg, #1e86ff 9%, #d3e8f5 0);
        cursor: pointer;
        border-radius: 24px;
    }

    .PromoVerde-btn {
        background-color: #96f596;
        white-space: normal;
        border: 1px solid transparent;
        border-radius: 10px;
        padding: 10px;
        font-size: 15px;
        color: black;
        width: auto;
        display: inline;
        display: inline;
        position: relative;
        top: 2px;
        left: -110px;
        cursor: pointer;
    }
}

@media screen and (min-width: 1440px) and (max-width: 1530px) {

    .buttonVideoNuevo {
        color: #005ecf;
        font-size: 14px;
        border: solid 2px;
        font-weight: bolder;
        padding: 8px;
        padding-left: 15px;
        padding-right: 15px;
        background: linear-gradient(-90deg, #1e86ff 9%, #d3e8f5 0);
        cursor: pointer;
        border-radius: 24px;
    }

    .nuevoMenuPal {
        border: solid 1px #E45E51;
        border-radius: 14px;
        background-color: #E45E51;
        color: white;
        font-size: 9px;
        padding: 3px;
        position: relative;
        top: -4px;
    }

    .CantServAct {
        width: 97.7%;
        margin-right: 18px;
        margin-left: 27px;
        margin-top: 32px;
        background-color: gray;
        color: #DBE043;
        border-radius: 3px;
    }

    .Despues::before {
        content: "Ver Resultado";
        font-size: small;
    }

    .textVerResultados {
        display: none;
    }

    .botonVerResultado {
        color: #FF9439 !important;
        font-weight: 600;
        font-size: small !important;
        white-space: normal;
        width: 155px;
        margin-top:15px;
    }

}


/* (1440x900) WXGA+ Display */
@media screen and (max-width: 1440px) {

    .padding-checkboxaportesrd {
        margin-left: -198px;
    }

    .botonesrd {
        text-align: end;
        display: flex;
        height: 10%;
        margin-top: 10px;
        right: 34px;
    }

    .margin-right-19 {
        margin-right: -63px;
    }

    .left-30 {
        left: 40px;
    }

    .botonesau {
        text-align: end;
        left: 97px;
    }

    /*Responsive de Retroactivo*/

    .gananciasfamiliapadding {
        padding-right: 225px;
    }

    .custom-icon-rightganancias {
        position: relative;
        right: 210px;
    }

    .position-btnRegistro {
        left: 689px !important;
        top: -295px !important;
    }

/*    .footer-bottom-login {
        bottom: -114px !important;
    }

    #myFooterLogin {
        background-color: #001334;
        color: white;
        position: relative;
        width: 100%;
    }*/

    .GrillaServicios {
        margin-top: 25px;
        margin-left: 145px;
    }

    .tooltip-birthday {
        margin-left: 30px;
    }

    .boton-Juricategorias {
        top: -38px;
        left: 19px;
    }

    .position-labelCathis {
        top: 0px !important;
    }

    .position-labelCatEqui {
        top: 0px !important;
    }

    .width-formServ {
        width: 90%;
        margin-left: 55px;
    }

    .position-boucinArrow {
        margin-top: -131px;
        margin-right: -110px;
        position: relative;
    }

    .VideoGrillaRD {
        margin-left: 175px;
        margin-top: 3px;
    }

    .videoCasosViejos {
        margin-top: -210px;
    }


    .tooltipgraficogrillaserv {
        margin-left: 200px !important;
    }

    .ayudagrillaserv {
        left: 110px !important;
    }

    .grillaGraficoServ {
        margin-left: 55px;
    }

    .position-graficoServ {
        margin-left: -110px;
    }

    .position-relojServ {
        margin-left: 80px;
    }

    .Despues::before {
        content: "Ver Resultado";
        font-size: small;
    }

    .textVerResultados {
        display: none;
    }

    .botonVerResultado {
        color: #FF9439 !important;
        font-weight: 600;
        font-size: small !important;
        white-space: normal;
        width: 115px;
        margin-top: 15px;
    }
}

@media screen and (min-width: 1430px) and (max-width: 1440px) {

    .saltoLineaBtn span {
        display: block;
    }

    .posicionFlecha {
        float: right;
        top: -30px;
        position: relative;
    }

    .buttonVideoNuevo {
        color: #005ecf;
        font-size: 17px;
        border: solid 2px;
        font-weight: bolder;
        height: 60px;
        padding: 8px;
        padding-left: 15px;
        padding-right: 15px;
        background: linear-gradient(-90deg, #1e86ff 10%, #d3e8f5 0 );
        cursor: pointer;
        border-radius: 35px;
    }

    .nuevoMenuPal {
        border: solid 1px #E45E51;
        border-radius: 14px;
        background-color: #E45E51;
        color: white;
        font-size: 9px;
        padding: 3px;
        position: relative;
        top: -4px;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1430px) {

    .saltoLineaBtn span {
        display: block;
    }

    .posicionFlecha {
        float: right;
        top: -30px;
        position: relative;
    }

    .buttonVideoNuevo {
        color: #005ecf;
        font-size: 17px;
        border: solid 2px;
        font-weight: bolder;
        padding: 8px;
        height: 60px;
        padding-left: 15px;
        padding-right: 15px;
        background: linear-gradient(-90deg, #1e86ff 10%, #d3e8f5 0 );
        cursor: pointer;
        border-radius: 35px;
    }

    .nuevoMenuPal {
        border: solid 1px #E45E51;
        border-radius: 14px;
        background-color: #E45E51;
        color: white;
        font-size: 9px;
        padding: 3px;
        position: relative;
        top: -4px;
    }

    .CantServAct {
        width: 97.7%;
        margin-right: 18px;
        margin-left: 27px;
        margin-top: 32px;
        background-color: gray;
        color: #DBE043;
        border-radius: 3px;
    }

    .position-btnRegistro {
        left: 670px !important;
        top: -380px !important;
    }
    /*
    #myFooterLogin .social-networks {
        text-align: center;
        padding-top: 111px !important;
        padding-bottom: 38px;
    }*/

    .VideoGrillaRD {
        margin-left: 145px;
        margin-top: 3px;
    }

    .Despues::before {
        content: "Ver Resultado";
    }

    .textVerResultados {
        display: none;
    }

    .botonVerResultado {
        color: #FF9439 !important;
        font-weight: 600;
        font-size: small !important;
        white-space: normal;
        width: 115px;
        margin-top: 15px;
    }
}

@media screen and (min-width: 1380px) and (max-width: 1400px) {

    .positionSecondDiv {
        top: -3px;
        position: relative;
    }

    .saltoLineaBtn span {
        display: block;
    }

    .posicionFlecha {
        float: right;
        top: -30px;
        position: relative;
    }

    .buttonVideoNuevo {
        color: #005ecf;
        font-size: 17px;
        border: solid 2px;
        font-weight: bolder;
        padding: 8px;
        height: 60px;
        padding-left: 15px;
        padding-right: 15px;
        background: linear-gradient(-90deg, #1e86ff 10%, #d3e8f5 0 );
        cursor: pointer;
        border-radius: 35px;
    }

    .nuevoMenuPal {
        border: solid 1px #E45E51;
        border-radius: 14px;
        background-color: #E45E51;
        color: white;
        font-size: 9px;
        padding: 3px;
        position: relative;
        top: -4px;
    }

    .CantServAct {
        width: 97.7%;
        margin-right: 18px;
        margin-left: 27px;
        margin-top: 32px;
        background-color: gray;
        color: #DBE043;
        border-radius: 3px;
    }

    .position-btnRegistro {
        left: 670px !important;
        top: -380px !important;
    }
/*
    #myFooterLogin .social-networks {
        text-align: center;
        padding-top: 111px !important;
        padding-bottom: 38px;
    }*/

    .VideoGrillaRD {
        margin-left: 145px;
        margin-top: 3px;
    }

    .Despues::before {
        content: "Ver Resultado";
    }

    .textVerResultados {
        display: none;
    }

    .botonVerResultado {
        color: #FF9439 !important;
        font-weight: 600;
        font-size: small !important;
        white-space: normal;
        width: 115px;
        margin-top: 15px;
    }

}


/* (1366x768) WXGA Display */
/*Responsive del menu*/
@media screen and (min-width: 1347px) and (max-width: 1380px) {

    .saltoLineaBtn span {
        display: block;
    }

    .posicionFlecha {
        float: right;
        top: -30px;
        position: relative;
    }

    .buttonVideoNuevo {
        color: #005ecf;
        font-size: 17px;
        border: solid 2px;
        font-weight: bolder;
        padding: 8px;
        height: 60px;
        padding-left: 15px;
        padding-right: 15px;
        background: linear-gradient(-90deg, #1e86ff 12%, #d3e8f5 0 );
        cursor: pointer;
        border-radius: 35px;
    }

    .nuevoMenuPal {
        border: solid 1px #E45E51;
        border-radius: 14px;
        background-color: #E45E51;
        color: white;
        font-size: 9px;
        padding: 3px;
        position: relative;
        top: -4px;
    }

    .CantServAct {
        width: 97.8%;
        margin-right: 18px;
        margin-left: 27px;
        margin-top: 32px;
        background-color: gray;
        color: #DBE043;
        border-radius: 3px;
    }

    .birthDay-icons {
        left: -13px !important;
    }

    .grid-margin-top-mpal {
        margin-top: 12% !important;
        margin-bottom: 0px !important;
    }

    .width-80-center {
        width: 90%;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .tooltipActividadGridAU {
        margin-left: 14px !important;
        margin-top: -50px;
    }

    .tooltipActiFechaMatriculaGridAU {
        margin-left: 14px !important;
        margin-top: -43px;
    }

   /* .menubuttonsposition {
    position: relative;
    z-index: 200000;
    top: -150px;
    }*/
    /*.gridposition {
        height: 340px;
        position: relative;
        z-index: 0;
        top: -148px;
    }*/

    /*.background-image-custom {
        background-position: top;
        background-image: url(../Images/slider1.jpg);
        background-repeat: no-repeat;
        margin-bottom: 130px;
    }

    .site-footer {
        position: relative;
        margin-top: -307px;
        height: 317px;
        clear: both;
        padding-top: 20px;
    }

    .width-80-center {
        width: 74% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .btnmenuposition {
        left: 945px !important;
        bottom: 49px;
    }*/

    /*.menubuttonsL {
        width: 323px;
        height: 50px;
        float: left;
    }*/

    /*.footerbuttonsapp {
        left: 315px;
    }*/

    /*Responsive de Derecho*/
    .HelperDerechospan {
        position: relative;
        left: 330px;
        top: 35px;
    }

    /*Responsive de Haber*/
    .botonesrd {
        text-align: end;
        display: flex;
        height: 10%;
        margin-top: 10px;
        right: 55px;
    }

    .maxheightforerrorAU {
        max-height: 10%;
    }

    /*.max-width-rd {
        max-width: 79.3%;
    }*/

    .padding-checkboxaportesrd {
        margin-left: -229px;
    }

    .left-30 {
        left: 31px;
    }

    .HelperRDspan {
        position: relative;
        left: 209px;
        top: -8px;
    }

    .botonesau {
        text-align: end;
        left: 70px;
    }

    .HelperAUspan {
        position: relative;
        left: 349px;
        top: 29px;
    }
    /*Responsive de Retro*/
    .HelperGridHaberesspan {
        position: relative;
        left: 238px;
        top: -42px;
    }

    .gananciasfamiliapadding {
        padding-right: 215px;
    }

    .custom-icon-rightganancias {
        position: relative;
        right: 200px;
    }
    /*Responsive general*/
    .HelperAutoGuardadospan {
        position: relative;
        left: 565px;
        top: -31px;
    }

    .sendsugerencia {
        text-align: end;
        left: -29px;
    }

    .margin-left-dropdowntop {
        margin-left: -58px;
    }

    .custom-icon-top3_0 {
        position: relative;
        bottom: -22px;
        left: 45px;
    }

    .custom-icon-capitalizacion {
        position: relative;
        bottom: -10px;
        left: 18px;
    }

    .custom-video-reg {
        left: 348px !important;
        top: 186px !important;
    }

    .custom-video-regLogin {
        left: -70px !important;
        top: 186px;
    }

    .custom-video-AbrirCasoDe {
        left: 348px !important;
        top: 39px;
    }

    .tooltip-birthday {
        margin-left: 42px !important;
    }

    .position-btnRegistro {
        left: 651px !important;
        top: -340px !important;
    }

    .footer-bottom-login {
        bottom: -114px !important;
    }

    .grid-margin-top {
        margin-top: 14% !important;
        margin-bottom: 0px !important;
    }

    .position-fechaGridServ {
        left: 42px;
        top: 6px;
    }

    .GrillaServicios {
        margin-top: 25px;
        margin-left: 115px;
    }

    .boton-Juricategorias {
        top: -38px;
        left: 19px;
    }

    .position-labelCathis {
        top: 0px !important;
    }

    .position-labelCatEqui {
        top: 0px !important;
    }

    .width-formServ {
        width: 95%;
        margin-left: 30px;
    }

    .VideoGrillaRD {
        margin-left: 120px;
        margin-top: 3px;
    }

    .position-boucinArrow {
        margin-top: -200px;
        margin-right: -67px;
        position: relative;
    }

    .videoCasosViejos {
        margin-top: -185px;
    }

    /*.tooltipgraficogrillaserv {
        margin-left: 240px !important;
    }*/

    .ayudagrillaserv {
        left: 95px !important;
    }

    .grillaGraficoServ {
        margin-left: 95px;
    }

    .position-graficoServ {
        margin-left: -160px;
    }

    .position-relojServ {
        margin-left: 40px;
    }

    .Despues::before {
        content: "Ver Resultado";
    }

    .textVerResultados {
        display: none;
    }

    .botonVerResultado {
        color: #FF9439 !important;
        font-weight: 600;
        font-size: small !important;
        white-space: normal;
        width: 115px;
        margin-top: 15px;
    }

    .positionSecondDiv {
        top: -3px;
        position: relative;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1347px) {

    .positionSecondDiv {
        top: -3px;
        position: relative;
    }

    .saltoLineaBtn span {
        display: block;
    }

    .posicionFlecha {
        float: right;
        top: -30px;
        position: relative;
    }

    .buttonVideoNuevo {
        color: #005ecf;
        font-size: 17px;
        border: solid 2px;
        font-weight: bolder;
        padding: 8px;
        padding-left: 15px;
        height: 60px;
        padding-right: 15px;
        background: linear-gradient(-90deg, #1e86ff 12%, #d3e8f5 0 );
        cursor: pointer;
        border-radius: 30px;
    }

    .nuevoMenuPal {
        border: solid 1px #E45E51;
        border-radius: 14px;
        background-color: #E45E51;
        color: white;
        font-size: 9px;
        padding: 3px;
        position: relative;
        top: -4px;
    }
}



/* (1280x1024) SXGA Display */
@media screen and (max-width: 1280px) {

    .positionSecondDiv {
        top: -3px;
        position: relative;
    }

    .PositionIconoErrorInputDoble {
        margin-left: 1px !important;
        font-size: 20px;
    }

    .positionDivGrid1 {
        margin-left: 0.25rem;
    }

    .grid-margin-top {
        margin-top: 20% !important;
        margin-bottom: 65px !important;
    }

    .grid-margin-top-mpal {
        margin-top: 4% !important;
        margin-bottom: 130px !important;
    }

    .mpal-RM27426 {
        margin-top: 5% !important;
    }

    .width-80-center {
        width: 90%;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /*Responsive del menu*/

    /*.width-80-center {
        width: 80% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .site-footer {
        position: relative;
        margin-top: -307px;
        height: 370px;
        clear: both;
        padding-top: 20px;
    }*/

    /*.menubuttonsL {
        width: 325px;
        height: 50px;
        float: left;
    }*/

    /*.footerbuttonsapp {
        left: 257px;
    }

    .site-footer .right-box {
        padding-left: 0;
        margin-right: 0;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 21.7%;
    }

    .btnmenuposition {
        left: 960px !important;
        bottom: 23px;
    }*/

    /*.background-image-custom {
        background-position: top;
        background-image: url(../Images/slider1.jpg);
        background-repeat: no-repeat;
        margin-bottom: 200px;
    }*/

    /*.btn.btn-secondary:hover, .btn-secondary.custom-file-control:hover::before {
        color: white;
        width: auto;
        background-color: #0f24f9;
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
        color: white;
        background-color: #0f24f9;
        width: auto;
    }

    .btn.btn-secondary:focus, .btn-secondary.custom-file-control:focus::before, .btn.btn-secondary.focus, .btn-secondary.focus.custom-file-control::before {
        color: white;
        background-color: #0f24f9;
        width: auto;
    }*/

    /*.menubuttonsposition {
        position: relative;
        z-index: 200000 !important;
        top: -19px;
    }

    .gridposition {
        height: 345px;
        position: relative;
        z-index: 200000 !important;
        top: -18px;
    }

    div.input-80 input {
        width: 200% !important;
    }*/

    /*Responsive general*/
    .HelperAutoGuardadospan {
        position: relative;
        left: 529px;
        top: -31px;
    }

    /*Responsive Derecho*/
    .HelperDerechospan {
        position: relative;
        left: 286px;
        top: 35px;
    }

    .max-width-25 {
        max-width: 25%;
    }

    /*Responsive de Haber*/

    .padding-checkboxaportesrd {
        margin-left: -264px;
    }

    .left-30 {
        left: 46px;
    }

    .custom-width-modificarmoneda {
        max-width: 26.33%
    }


    /*.max-width-Aportes {
        max-width: 16%;
    }*/
    .botonesrd {
        text-align: end;
        display: flex;
        height: 10%;
        margin-top: 10px;
        right: 68px;
    }

    .margin-left-dropdowntop {
        margin-left: -31px;
    }

    .sendsugerencia {
        text-align: end;
        left: -3px;
    }

    /*.max-width-rd {
        max-width: 77.3%;
    }*/

    .colmd3forAU {
        flex: 1 0 25%;
        max-width: 26.7%;
    }

    .maxheightforerrorAU {
        max-height: 10%;
    }


    /*Responsive de Retro*/

    .gananciasfamiliapadding {
        padding-right: 175px;
    }

    .custom-icon-rightganancias {
        position: relative;
        right: 161px;
    }

    .position-btnRegistro {
        left: 610px !important;
        top: -360px !important;
    }

    .footer-bottom-login {
        bottom: -162px !important;
    }

    .GrillaServicios {
        margin-top: 25px;
        margin-left: 80px;
    }

    .tooltip-birthday {
        margin-left: 30px !important;
    }

    .boton-Juricategorias {
        top: -38px;
        left: 19px;
    }

    .position-labelCathis {
        top: 0px !important;
    }

    .position-labelCatEqui {
        top: 0px !important;
    }

    .position-labelTipoAct {
        top: 0px !important;
    }

    .position-boucinArrow {
        margin-top: 13px;
        margin-right: -67px;
        position: relative;
    }

    .label-ActgridServ {
        margin-top: 0px;
    }

    .VideoGrillaRD {
        margin-left: 40px;
        margin-top: 3px;
    }

    .custom-video-regLogin {
        left: -135px !important;
        top: 186px;
    }

    .videoCasosViejos {
        margin-top: -245px;
    }

    .tooltipgraficogrillaserv {
        margin-left: 298px !important;
    }

    .ayudagrillaserv {
        left: 75px !important;
    }

    .grillaGraficoServ {
        margin-left: 146px !important;
    }

    .position-graficoServ {
        margin-left: -215px;
    }

    .position-relojServ {
        margin-left: -15px;
    }
    .Despues::before {
        content: "Ver Resultado";
    }

    .textVerResultados {
        display: none;
    }

    .botonVerResultado {
        color: #FF9439 !important;
        font-weight: 600;
        font-size: small !important;
        white-space: normal;
        width: 115px;
        margin-top: 15px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1280px) {

    .positionSecondDiv {
        top: -3px;
        position: relative;
    }

    .btn-RM {
        background-color: #c3e3c3 !important;
        font-size: 20px !important;
        font-family: 'Roboto';
        box-shadow: 0 0 12px #999;
        white-space: normal;
        border-radius: 10px;
    }

    .saltoLineaBtn span {
        display: block;
    }

    .posicionFlecha {
        float: right;
        top: -30px;
        position: relative;
    }

    .buttonVideoNuevo {
        color: #005ecf;
        font-size: 17px;
        border: solid 2px;
        font-weight: bolder;
        padding: 8px;
        height: 60px;
        padding-left: 15px;
        padding-right: 15px;
        background: linear-gradient(-90deg, #1e86ff 12%, #d3e8f5 0 );
        cursor: pointer;
        border-radius: 35px;
    }

    .nuevoMenuPal {
        border: solid 1px #E45E51;
        border-radius: 14px;
        background-color: #E45E51;
        color: white;
        font-size: 9px;
        padding: 3px;
        position: relative;
        top: -4px;
    }
}

@media screen and (min-width:980px) and (max-width:1200px) {

    .btn-RM {
        background-color: #c3e3c3 !important;
        font-size: 20px !important;
        font-family: 'Roboto';
        box-shadow: 0 0 12px #999;
        white-space: normal;
        border-radius: 10px;
    }

    .gridHerramientas {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-rows: 1fr
    }

    .saltoLineaBtn span {
        display: block;
    }

    .posicionFlecha {
        float: right;
        top: -24px;
        position: relative;
    }

    .buttonVideoNuevo {
        color: #005ecf;
        font-size: 14px;
        border: solid 2px;
        font-weight: bolder;
        padding: 8px;
        height: 55px;
        padding-left: 15px;
        padding-right: 15px;
        background: linear-gradient(-90deg, #1e86ff 12%, #d3e8f5 0 );
        cursor: pointer;
        border-radius: 35px;
    }

    .nuevoMenuPal {
        border: solid 1px #E45E51;
        border-radius: 14px;
        background-color: #E45E51;
        color: white;
        font-size: 9px;
        padding: 3px;
        position: relative;
        top: -2px;
    }

    .positionDivGrid1 {
        margin-left: 0.25rem;
    }

    .PositionIconoErrorInputDoble {
        margin-left: 1px !important;
        font-size: 20px;
    }

    .PositionIconoErrorGrilla1 {
        margin-left: 0.5rem;
    }

    .modal-discontinuos .modal-lg {
        min-width: 80%;
    }

    .CantServAct {
        width: 98.1%;
        margin-right: 18px;
        margin-left: 27px;
        margin-top: 32px;
        background-color: gray;
        color: #DBE043;
        border-radius: 3px;
    }

    .CombinaTasaSelect { 
        margin-left: -40px !important;
    }

    .tripleInput {
        margin-left: 10px;
    }

    .checkbox-registro {
        left: -25px;
    }

    .TamañoLetraServiciosAct {
        font-size: small !important;
    }

    .margin-aportesDMA {
        margin-left: 1.5rem;
    }

    .dobleInput {
        margin-left: -30px !important;
    }

    .dobleInputBeneficio {
        margin-left: -50px !important;
    }

    .topBotonBeneficio {
        top: 15px;
    }

    .dobleInputCalculosInt {
        margin-left: -30px !important;
    }

    .dobleInputUltimoSueldo {
        margin-left: -37px !important;
    }

    .Despues::before {
        content: "Ver Resultado";
    }

    .textVerResultados {
        display: none;
    }

    .OtraTasaIcon {
        margin-left: -10px !important;
    }

    .PositionRBLargo {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -2px;
    }

    .arrow-position {
        margin-left: -70px !important;
        margin-top: 450px !important;
        top: 0;
        position: fixed;
        color: green;
    }

    .tamaño-grillaRDUP {
        width: 85%;
    }

    .botonVerResultado {
        color: #FF9439 !important;
        font-weight: 600;
        font-size: small !important;
        white-space: normal;
        width: 115px;
        margin-top: 15px;
    }

    .saltoLinea::after {
        content: "\a";
        white-space: pre;
    }

    .footerLoginFix {
        position: static !important;
    }
}

@media screen and (max-width:991px) {

    .PromoVerdeHeader-btn {
        background-color: #96f596;
        white-space: normal;
        border: 1px solid transparent;
        border-radius: 10px;
        padding: 10px;
        font-size: 10px;
        color: black;
        width: auto;
        display: inline;
    }

    .PromoVerde-btn {
        background-color: #96f596;
        white-space: normal;
        border: 1px solid transparent;
        border-radius: 10px;
        padding: 10px;
        font-size: 10px;
        color: black;
        width: auto;
        display: none;
    }
}

@media screen and (min-width:768px) and (max-width:980px) {

/*    .PromoVerdeHeader-btn {
        background-color: #96f596;
        white-space: normal;
        border: 1px solid transparent;
        border-radius: 10px;
        padding: 10px;
        font-size: 10px;
        color: black;
        width: auto;
    }*/

    .positionSecondDiv {
        top: 0px;
        position: relative;
    }

    .Novedades-btn {
        background: linear-gradient(-45deg, #2334d1, #485489, #83b4d6 );
        background-size: 200% 200%;
        -webkit-animation: rainbow 5s ease infinite;
        -z-animation: rainbow 5s ease infinite;
        -o-animation: rainbow 5s ease infinite;
        animation: rainbow 5s ease infinite alternate;
        border: 1px solid transparent;
        cursor: pointer;
        border-radius: 10px;
        padding: 20px;
        font-size: 25px;
        color: #fff;
        width: 350px;
    }

    .NovedadesVerde-btn {
        background: linear-gradient(-45deg, #aef6a3, #9ed195, #80b877 );
        background-size: 200% 200%;
        -webkit-animation: rainbow 5s ease infinite;
        -z-animation: rainbow 5s ease infinite;
        -o-animation: rainbow 5s ease infinite;
        animation: rainbow 5s ease infinite alternate;
        border: 1px solid transparent;
        cursor: pointer;
        border-radius: 10px;
        padding: 20px;
        font-size: 25px;
        color: #fff;
        width: 350px;
    }

    .btn-RM {
        background-color: #c3e3c3 !important;
        font-size: 20px !important;
        font-family: 'Roboto';
        box-shadow: 0 0 12px #999;
        white-space: normal;
        border-radius: 10px;
    }

    .tamañoTextLogin {
        font-size: 16px !important;
    }

    .saltoLineaBtn span {
        display: block;
    }

    .posicionFlecha {
        float: right;
        top: -19px;
        position: relative;
    }

    .buttonVideoNuevo {
        color: #005ecf;
        font-size: 10px;
        border: solid 2px;
        font-weight: bolder;
        padding: 8px;
        height: 45px;
        padding-left: 15px;
        padding-right: 15px;
        background: linear-gradient(-90deg, #1e86ff 14%, #d3e8f5 0 );
        cursor: pointer;
        border-radius: 25px;
    }

    .nuevoMenuPal {
        border: solid 1px #E45E51;
        border-radius: 14px;
        background-color: #E45E51;
        color: white;
        font-size: 9px;
        padding: 3px;
        position: relative;
        top: -1px;
    }

    .PositionIconoErrorInputDoble {
        margin-left: 2px !important;
        font-size: 17px;
    }

    .positionDivGrid1 {
        margin-left: 0.25rem;
    }

    .PositionIconoErrorGrilla1 {
        margin-left: 0.5rem;
    }


    .modal-discontinuos .modal-lg {
        min-width: 90%;
    }

    .CantServAct {
        width: 98.5%;
        margin-right: 18px;
        margin-left: 27px;
        margin-top: 32px;
        background-color: gray;
        color: #DBE043;
        border-radius: 3px;
    }

    .medioradiobuttonHP {
        margin-left: -20px;
    }

    .positionFechaFallHP {
        margin-top: 53px;
    }

    .width-fallosMovilidad {
        max-width: 79.3% !important;
        background-color: #ebe3f8;
    }

    .width-fallosRemuneraciones {
        max-width: 79.3% !important;
        background-color: #FFB9B9;
    }

    .width-fallosPBU {
        max-width: 79.3% !important;
        background-color: #9ef9b8;
    }

    .generaPdf {
        flex-grow: 1;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 150px 1fr;
    }

    .generarPdf--buttonsPosition {
        padding-top: 0px;
    }

    .arrowAgregar::before {
        font-family: 'FontAwesome';
        font-weight: 800;
        content: "\f0ab";
        color: green;
    }

    .arrowQuitar::before {
        font-family: 'FontAwesome';
        font-weight: 800;
        content: "\f0aa";
        color: red;
    }

    .CombinaTasaSelect {
        margin-left: -20px !important;
    }

    .tripleInput {
        margin-left: 15px;
    }
    .checkbox-registro {
        left: -25px;
    }

    .margin-radio {
        margin-left: 0px;
    }

    .login-boton-flex {
        left: -8px !important;
        margin-bottom: 10px;
    }

    .login-socialAuth-flex {
        margin-left: -15px;
    }

    .label-datosCuenta {
        margin-top: -25px;
    }

    .TamañoLetraGral {
        font-size: small !important;
    }

    .radioLineHeight {
        line-height: 1.5 !important;
    }

    .Despues::before {
        content: "Ver Resultado";
    }
    .textVerResultados {
        display: none;
    }

    .DespuesAño::before {
        content: "A";
        font-size: small;
    }

    .DespuesMes::before {
        content: "M";
        font-size: small;
    }

    .DespuesDia::before {
        content: "D";
        font-size: small;
    }

    .TamañoLetraServiciosAct {
        font-size: small !important;
    }

    .radioButtonTextoLargo {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .margin-aportesDMA {
        margin-left: 1.5rem;
    }

    .dobleInput {
        margin-left: -15px !important;
    }

    .dobleInputBeneficio {
        margin-left: -27px !important;
    }

    .topBotonBeneficio {
        top: 15px;
    }

    .dobleInputCalculosInt {
        margin-left: -15px !important;
    }

    .dobleInputUltimoSueldo {
        margin-left: -18px !important;
    }

    .textLargoInputDobleCalcInt {
        top: -5px !important;
    }

    .Moneda-US {
        padding-left: 11px !important
    }

    .OtraTasaIcon {
        margin-left: 0px !important;
    }

    .PositionRBLargo {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -2px;
    }

    .arrow-position {
        margin-left: -70px !important;
        margin-top: 350px !important;
        top: 0;
        position: fixed;
        color: green;
    }

    .tamaño-grillaRDUP {
        width: 85%;
    }

    .pesosB3E {
        padding-left: 0;
    }

    .botonVerResultado {
        color: #FF9439 !important;
        font-weight: 600;
        font-size: small !important;
        white-space: normal;
        width: 115px;
        margin-top: 15px;
    }

    .saltoLinea::after {
        content: "\a";
        white-space: pre;
    }

    .gridHerramientas {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 1fr
    }
}

@media screen and (min-width:500px) and (max-width:767px) {

    .positionSecondDiv {
        top: 0px;
        position: relative;
    }

    .posicionBotonNovedades {
        top: -20px;
    }

    .Novedades-btn {
        background: linear-gradient(-45deg, #2334d1, #485489, #83b4d6 );
        background-size: 200% 200%;
        -webkit-animation: rainbow 5s ease infinite;
        -z-animation: rainbow 5s ease infinite;
        -o-animation: rainbow 5s ease infinite;
        animation: rainbow 5s ease infinite alternate;
        border: 1px solid transparent;
        cursor: pointer;
        border-radius: 10px;
        padding: 20px;
        font-size: 20px;
        color: #fff;
        width: 300px;
    }

    .NovedadesVerde-btn {
        background: linear-gradient(-45deg, #aef6a3, #9ed195, #80b877 );
        background-size: 200% 200%;
        -webkit-animation: rainbow 5s ease infinite;
        -z-animation: rainbow 5s ease infinite;
        -o-animation: rainbow 5s ease infinite;
        animation: rainbow 5s ease infinite alternate;
        border: 1px solid transparent;
        cursor: pointer;
        border-radius: 10px;
        padding: 20px;
        font-size: 20px;
        color: #fff;
        width: 300px;
    }

    .btn-RM {
        background-color: #c3e3c3 !important;
        font-size: 20px !important;
        font-family: 'Roboto';
        box-shadow: 0 0 12px #999;
        white-space: normal;
        border-radius: 10px;
    }

    .gridHerramientas {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-auto-rows: 1fr
    }

    .buttonVideoNuevo {
        color: #005ecf;
        font-size: 13px;
        border: solid 2px;
        font-weight: bolder;
        padding: 8px;
        padding-left: 14px;
        padding-right: 15px;
        background: linear-gradient(-90deg, #1e86ff 7%, #d3e8f5 0 );
        cursor: pointer;
        border-radius: 24px;
    }

    .nuevoMenuPal {
        border: solid 1px #E45E51;
        border-radius: 14px;
        background-color: #E45E51;
        color: white;
        font-size: 9px;
        padding: 3px;
        position: relative;
        top: -2px;
    }

    .posicionFlecha {
        float: right;
        top: 4px;
        position: relative;
    }

    .PositionIconoErrorInputDoble {
        margin-left: -3px !important;
        font-size: 17px;
    }

    .PositionIconoError {
        margin-left: -1px !important;
        font-size: 20px;
    }

    .positionDivGrid {
        margin-left: -1rem;
    }

    .positionDivGrid1 {
        margin-left: -1rem;
    }

    .tamañoIconoQuestion {
        font-size: 20px;
        color: #6787e3 !important;
    }

    .VideoIcon {
        color: orange !important;
        font-size: 16px;
        top: -2px;
        left: -2px;
    }

    .positionBalance {
        margin-left: -2px;
        top: -3px;
        font-size: 14px;
    }


    .CantServAct {
        width: 98.5%;
        margin-right: 18px;
        margin-left: 27px;
        margin-top: 32px;
        background-color: gray;
        color: #DBE043;
        border-radius: 3px;
    }

    .positionFechaFallHP {
        margin-top: 53px;
    }

    .width-fallosMovilidad {
        max-width: 77% !important;
        background-color: #ebe3f8;
    }

    .width-fallosRemuneraciones {
        max-width: 77% !important;
        background-color: #FFB9B9;
    }

    .width-fallosPBU {
        max-width: 77% !important;
        background-color: #9ef9b8;
    }

    .calculosIntPagoADesc {
        padding-right: 0;
    }

    .calculosIntPagoADesc--icon {
        margin-left: 1rem;
    }

    .generaPdf {
        flex-grow: 1;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 150px 1fr;
    }

    .generarPdf--buttonsPosition {
        padding-top: 0px;
    }

    .arrowAgregar::before {
        font-family: 'FontAwesome';
        font-weight: 800;
        content: "\f0ab";
        color: green;
    }

    .arrowQuitar::before {
        font-family: 'FontAwesome';
        font-weight: 800;
        content: "\f0aa";
        color: red;
    }

    .tasaDifIntereses {
        padding-top: 0.5rem;
    }

    .tripleInput {
        margin-left: -20px;
    }

    .checkbox-registro {
        left: -25px;
    }

    .margin-radio {
        margin-left: 0px;
    }

    .login-boton-flex {
        left: -8px !important;
        margin-bottom: 10px;
    }

    .login-socialAuth-flex {
        margin-left: -15px;
    }

    .label-datosCuenta {
        margin-top: -25px;
    }

    .TamañoLetraGral {
        font-size: small !important;
    }

    .radioLineHeight {
        line-height: 1.5 !important;
    }

    .Despues::before {
        content: "Ver Resultado";
    }

    .textVerResultados {
        display: none;
    }

    .botonVerResultado {
        color: #FF9439 !important;
        font-weight: 600;
        font-size: small !important;
        white-space: normal;
        width: 115px;
    }

    .DespuesAño::before {
        content: "A";
        font-size: small;
    }

    .DespuesMes::before {
        content: "M";
        font-size: small;
    }

    .DespuesDia::before {
        content: "D";
        font-size: small;
    }

    .TamañoLetraServiciosAct {
        font-size: small !important;
    }

    .radioButtonTextoLargo {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .radioButtonTextoMuyLargo {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .margin-aportesDMA {
        margin-left: 1.5rem;
    }

    .dobleInput {
        margin-left: 0px !important;
    }

    .dobleInputBeneficio {
        margin-left: -10px !important;
    }

    .topBotonBeneficio {
        top: 5px;
    }

    .dobleInputCalculosInt {
        margin-left: 0px !important;
    }

    .dobleInputUltimoSueldo {
        margin-left: -4px !important;
    }

    .textLargoInputDobleCalcInt {
        top: -5px !important;
    }

    .Moneda-US {
        margin-left: -12px;
    }

    .OtraTasaIcon {
        margin-left: 10px !important;
    }

    .PositionRBLargo {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .PositionRBMuyLargo {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .footerActualizacionImp {
        position: relative !important;
    }

    .labelChekCasosBloqueados { 
        width: 65%;
    }

    .CombinaTasaSelect {
        margin-left: -5px !important;
    }

    .pesosB3E {
        padding-left: 0;
    }

    .margin-buttonSicam {
        margin-left: 0px;
    }

    .positionLogin {
        margin-top: 0 !important;
    }

    .botonesParticular {
        padding-left: 0;
        padding-right: 0;
    }

    .saltoLinea::after {
        content: "\a";
        white-space: pre;
    }

}

/*@media screen and (min-width:1100px) and (max-width:1200px) {
    .position-btnRegistro {
        left: 546px !important;
        top: -430px !important;
    }
}*/

/*Responsive para celulares 320px a 600px*/
@media screen and (min-width:320px) and (max-width:500px) {

    .positionSecondDiv {
        top: 0px;
        position: relative;
    }

    .posicionBotonNovedades {
        top: -20px;
    }

    .Novedades-btn {
        background: linear-gradient(-45deg, #2334d1, #485489, #83b4d6 );
        background-size: 200% 200%;
        -webkit-animation: rainbow 5s ease infinite;
        -z-animation: rainbow 5s ease infinite;
        -o-animation: rainbow 5s ease infinite;
        animation: rainbow 5s ease infinite alternate;
        border: 1px solid transparent;
        cursor: pointer;
        border-radius: 10px;
        padding: 20px;
        font-size: 20px;
        color: #fff;
        width: 300px;
    }

    .NovedadesVerde-btn {
        background: linear-gradient(-45deg, #aef6a3, #9ed195, #80b877 );
        background-size: 200% 200%;
        -webkit-animation: rainbow 5s ease infinite;
        -z-animation: rainbow 5s ease infinite;
        -o-animation: rainbow 5s ease infinite;
        animation: rainbow 5s ease infinite alternate;
        border: 1px solid transparent;
        cursor: pointer;
        border-radius: 10px;
        padding: 20px;
        font-size: 20px;
        color: #fff;
        width: 300px;
    }

    .btn-RM {
        background-color: #c3e3c3 !important;
        font-size: 20px !important;
        font-family: 'Roboto';
        box-shadow: 0 0 12px #999;
        white-space: normal;
        border-radius: 10px;
    }

    .gridHerramientas {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-auto-rows: 1fr
    }

    .buttonVideoNuevo {
        color: #005ecf;
        font-size: 9px;
        border: solid 2px;
        font-weight: bolder;
        padding: 8px;
        padding-left: 15px;
        padding-right: 15px;
        background: linear-gradient(-90deg, #1e86ff 9%, #d3e8f5 0 );
        cursor: pointer;
        border-radius: 24px;
    }

    .nuevoMenuPal {
        border: solid 1px #E45E51;
        border-radius: 14px;
        background-color: #E45E51;
        color: white;
        font-size: 9px;
        padding: 3px;
        position: relative;
        top: -2px;
    }

    .PositionIconoError {
        margin-left: -1px !important;
        font-size: 20px;
    }

    .PositionIconoErrorInputDoble {
        margin-left: -3px !important;
        font-size: 17px;
    }

    .positionDivGrid {
        margin-left: -1rem;
    }

    .positionDivGrid1 {
        margin-left: -1rem;
    }

    .tamañoIconoQuestion {
        font-size: 20px;
        color: #6787e3 !important;
    }

    .VideoIcon {
        color: orange !important;
        font-size: 16px;
        top: -2px;
        left: -2px;
    }

    .positionBalance {
        margin-left: -2px;
        top: -3px;
        font-size: 14px;
    }

    .dropdownheaderWidth {
        width: auto !important;
    }

    .RDml {
        margin-left: 0.5rem;
    }

    .saltoLinea::after {
        content: "\a";
        white-space: pre;
    }

    .position-footer {
        height: 80px;
    }

    .checkParticularLabel {
        font-size: medium;
        top: -3px;
    }

    .checkParticularInput {
        zoom: 1.5 !important;
    }

    .checkParticularLabelLargo {
        font-size: medium;
        top: 3px;
        margin-left: -10px;
    }

    .textoBajoAcordeonJub {
        font-size: medium;
        color: #3ED29C;
        font-weight: 600;
    }

    .imagenesRDPart {
        height: auto;
        width: 20%;
    }

    .imagenesRDPartposition {
        margin-top: -12px;
    }

    .hijosUsrPart {
        margin-left: 0 !important;
    }

    .yaestajubilado {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .carrouselAltLogin {
        height: 550px;
    }

    .widthTableRemuDA {
        width: 95px !important;
    }

    .widthTableRemuRM {
        width: 125px !important;
    }

    .botonesParticular {
        padding-left: 0 !important;
        padding-right:0 !important;
    }

    .positionSexoUP {
        margin-top: 0 !important;
    }

    /*toast en modo celular*/

    .toastSumaPromRemuneraciones {
        position: relative;
        overflow: hidden;
        margin: 0 55px 6px;
        padding: 15px 15px 15px 50px;
        width: 340px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999999;
        -webkit-box-shadow: 0 0 12px #999999;
        box-shadow: 0 0 12px #999999;
        color: #FFFFFF;
        opacity: 1;
    }

    .toastUsuarioParticularRDAU {
        position: relative;
        overflow: hidden;
        margin: 0 55px 6px;
        padding: 15px 15px 15px 50px;
        width: 340px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999999;
        -webkit-box-shadow: 0 0 12px #999999;
        box-shadow: 0 0 12px #999999;
        color: #FFFFFF;
        opacity: 1;
    }

    .toastUsuarioParticularAU {
        position: relative;
        overflow: hidden;
        margin: 0 55px 6px;
        padding: 15px 15px 15px 50px;
        width: 340px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999999;
        -webkit-box-shadow: 0 0 12px #999999;
        box-shadow: 0 0 12px #999999;
        color: #FFFFFF;
        opacity: 1;
    }

    .toastSuccessOnTop {
        position: relative;
        overflow: hidden;
        margin: 0 55px 6px;
        padding: 15px 15px 15px 50px;
        width: 340px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999999;
        -webkit-box-shadow: 0 0 12px #999999;
        box-shadow: 0 0 12px #999999;
        color: #FFFFFF;
        opacity: 1;
        z-index: 9999;
    }

    #toast-container > div {
        margin: 0 55px 6px;
        padding: 0;
        margin-bottom: 1rem;
        margin-top: 1rem;
        width: 340px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999;
        -webkit-box-shadow: 0 0 12px #999;
        box-shadow: 0 0 12px #999;
        color: #fff;
        opacity: .8;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        filter: alpha(opacity=80);
    }


    .toastHaberesRetroactivo {
        position: relative;
        overflow: hidden;
        margin: 0 55px 6px;
        padding: 15px 15px 15px 50px;
        width: 340px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999999;
        -webkit-box-shadow: 0 0 12px #999999;
        box-shadow: 0 0 12px #999999;
        color: #FFFFFF;
        opacity: 1;
    }

    .toastReajusteMovilidad {
        position: relative;
        overflow: hidden;
        margin: 0 55px 6px;
        padding: 15px 15px 15px 50px;
        width: 340px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999999;
        -webkit-box-shadow: 0 0 12px #999999;
        box-shadow: 0 0 12px #999999;
        color: black;
        opacity: 1;
        background-color: #c3e3c3;
        /* text-decoration: underline; */
        font-size: 30px;
        font-family: 'Roboto';
    }

    .toastWarningChrome {
        position: relative;
        overflow: hidden;
        margin: 0 55px 6px;
        padding: 15px 15px 15px 50px;
        width: 340px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999999;
        -webkit-box-shadow: 0 0 12px #999999;
        box-shadow: 0 0 12px #999999;
        color: #FFFFFF;
        opacity: 1;
    }

    #toast-container .toast {
        position: relative;
        overflow: hidden;
        margin: 0 55px 6px;
        padding: 15px 15px 15px 50px;
        width: 340px !important;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999999;
        -webkit-box-shadow: 0 0 12px #999999;
        box-shadow: 0 0 12px #999999;
        color: #FFFFFF;
        opacity: 0.8;
    }

    /*fin toast modo celular*/

    .botonesimportarHLPRPA {
        font-size: x-small !important;
    }

    .tamañoTexto {
        font-size: 1rem !important;
    }

    .texto-btn-acomodado {
        white-space: normal !important;
        height: 80px !important;
    }

    .CantServAct {
        width: 99%;
        margin-right: 18px;
        margin-left: 3px;
        margin-top: 32px;
        background-color: gray;
        color: #DBE043;
        border-radius: 3px;
    }

    .width-fallosMovilidad {
        max-width: 77% !important;
        background-color: #ebe3f8;
    }

    .width-fallosRemuneraciones {
        max-width: 77% !important;
        background-color: #FFB9B9;
    }

    .width-fallosPBU {
        max-width: 77% !important;
        background-color: #9ef9b8;
    }

    .calculosIntPagoADesc {
        padding-right: 0;
    }

    .calculosIntPagoADesc--icon {
        margin-left: 1rem;
    }

    .generaPdf {
        flex-grow: 1;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 150px 1fr;
    }

    .generarPdf--buttonsPosition {
        padding-top: 0px;
    }

    .arrowAgregar::before {
        font-family: 'FontAwesome';
        font-weight: 800;
        content: "\f0ab";
        color: green;
    }

    .arrowQuitar::before {
        font-family: 'FontAwesome';
        font-weight: 800;
        content: "\f0aa";
        color: red;
    }

    /*tamaño contenido ui-select*/
    .ui-select-bootstrap .ui-select-match-text {
        width: 100%;
        padding-right: 1em;
        white-space: nowrap;
        overflow: hidden;
        font-size: small;
    }

    .ui-select-bootstrap .ui-select-match-text {
        width: 100%;
        padding-right: 1em;
        white-space: nowrap;
        overflow: hidden;
        font-size: small;
    }

    .ui-select-bootstrap > .ui-select-match > .btn {
        text-align: left !important;
        font-size: small;
        white-space: nowrap;
    }
    /**/

    .radioLabeltextL {
        margin-top: 0 !important;
    }

    .pesosB3E {
        padding-left: 0;
    }

    .CombinaTasaSelect {
        margin-left: 0 !important;
    }

    .combinaTasaFecha {
        padding-right: 0;
    }

    .tasaDifIntereses {
        padding-top: 0.1rem !important;
    }

    .labelChekCasosBloqueados {
        width: 70%;
    }

    .tripleInput {
        margin-left: -20px;
    }

    .mtLogin {
        margin-top: 1rem !important;
    }

    .mbLogin {
        margin-bottom: .5rem !important;
    }

    div.active
    div.icons {
        position: absolute;
        top: 36px;
        right: -345px;
    }
    /*ultimo sueldo en actividad*/
   /* .Moneda-US {
        margin-left: 0px !important;
        width: 65%;
    }*/

    .icon-LabelUS {
        top: 39px !important;
        left: 206px;
    }

    .icon-MonedaUS {
        position: absolute !important;
        left: 346px !important;
        top: -31px !important;
    }
    /*--fin--*/

    /*Capital tecnico necesario*/
    .position-CapitalTecNec {
        left: 146px !important;
        margin-top: -48px;
    }

    .width-CapitalTecNec {
        width: 50% !important;
    }
    /*--fin--*/
    /*Zona austral*/
    .ZAustral-margin {
        margin-left: 0px !important;
    }

    .tamaño-input-ZA {
        width: 110%
    }

    /*--fin--*/
    /*Tope Aportes Simultaneos entre rentas*/
    .height-TopeAS {
        height: 102px !important;
    }

    .Label-TopeAS {
        width: 66% !important;
    }

    .Radio-topeAS {
        left: 179px !important;
        top: 29px;
    }

    .Icon-TopeAS {
        top: 42px !important;
    }

    .Juri-TopeAS {
        left: -13px !important;
    }

    .renglon-TopeAS {
        margin-top: -32px !important;
    }

    /*--fin--*/
    /*PAD a PBU*/
    .height-PADaPBU {
        height: 86px !important;
    }

    .width-PADaPBU {
        width: 53% !important;
    }

    .Radio-TopPADaPBU {
        top: 23px !important;
    }

    .icon-PADaPBU {
        top: 32px !important;
    }
    /*--fin--*/
    /*Importe renta vitalicia e importe retiro Programado*/
    .width-ImporteRVRP {
        width: 80% !important;
    }

    .PesosRVRP {
        left: 284px !important;
    }
    /*--fin--*/

    /*Botones inferiores*/
    .largo-Botones {
        width: 50% !important;
    }

    .footer-position {
        position: relative
    }

    .movil-botones-menu {
        width: 42% !important;
    }

    .no-float-botonMenu {
        float: none !important;
    }

    .Position-BotonGuardar {
        left: 160px;
        margin-top: -44px;
        top: -6px;
    }
    /*--fin--*/
    /*Pension derivada*/
    .position-pensionDer {
        margin-top: -36px !important;
        left: 147px !important;
    }

    .width-pensionDer {
        width: 60% !important;
    }
    /*--fin--*/

    /*docente*/
    .position-Docente {
        margin-top: -25px !important;
        left: 147px !important;
    }
    /*--fin--*/

    /*sexo*/
    .position-sexoDPH {
        margin-top: -27px !important;
    }
    /*--fin--*/

    /*cuadraditos aportes simultaneos y capitalizacion*/
    .aportesrd2 {
        bottom: 10px;
        left: 3px !important;
    }

    .aportesrd1 {
        bottom: 10px;
        left: 3px !important;
    }

    .Reparto-width {
        width: 170% !important;
    }

    .custom-icon-top3_0 {
        position: relative;
        bottom: 95px !important;
        left: 333px !important;
    }

    .custom-icon-capitalizacion {
        position: relative;
        bottom: 37px !important;
        left: 333px !important;
    }

    .Tamaño-LabelAportes {
        width: 505%;
    }

    /*--fin--*/

    /*dictamen invalidez*/
    .position-dictamenInv {
        left: 145px !important;
        margin-top: -47px !important;
    }

    .width-dictamenInv {
        width: 50% !important;
    }
    /*--fin--*/
    /*Ferroviario*/
    .width-ferroviario {
        width: 50%;
    }

    .position-ferroviario {
        left: 145px !important;
        margin-top: -37px !important;
    }
    /*--fin--*/

    /*Maquinista*/
    .width-Maquinista {
        width: 50%;
    }

    .position-Maquinista {
        left: 145px !important;
        margin-top: -47px !important;
    }
    /*--fin--*/

    /*Aplica Resolucion*/
    .width-Resolucion {
        width: 50%;
    }

    .position-Resolucion {
        left: 149px !important;
        margin-top: -35px !important;
    }
    /*--fin--*/

    /*zona Austral*/
    .width-ZonaAu {
        width: 50%;
    }

    .position-ZonaAu {
        left: 147px !important;
        margin-top: -35px !important;
    }
    /*--fin--*/

    /*Calcula tope Art26*/
    .width-TopeArt26 {
        width: 50%;
    }

    .position-TopeArt26 {
        left: 146px !important;
        margin-top: -44px !important;
    }
    /*--fin--*/

    /*Aplica minimo del 82% */
    .width-Minimo82 {
        width: 50%;
    }

    .position-Minimo82 {
        left: 146px !important;
        margin-top: -44px !important;
    }
    /*--fin--*/

    /*Calcula Ampo*/
    .width-Ampo {
        width: 50%;
    }

    .position-Ampo {
        left: 146px !important;
        margin-top: -44px !important;
    }
    /*--fin--*/

    /*Calcula Calcula el promedio...*/
    .width-CalculaProm120 {
        width: 56%;
    }

    .position-CalculaProm120 {
        left: 146px !important;
        margin-top: -69px !important;
    }
    /*--fin--*/

    /*toma una fecha distinta para las Rentas Au..*/
    .width-FechaRAu {
        width: 56%;
    }

    .position-FechaRAu {
        left: 146px !important;
        margin-top: -90px !important;
    }
    /*--fin--*/
    /*Sexo Derecho*/
    .position-SexoDerecho {
        left: 62px
    }
    /*--fin--*/
    /*el afiliado es extranjero?*/
    .position-RBExtranjero {
        left: 188px !important;
    }
    /*--fin--*/

    /*Cese Ficto*/
    div.icons2CF {
        position: absolute !important;
        left: 351px !important;
        top: 49px !important;
    }

    .position-CF {
        top: -41px !important;
    }

    .width-CF {
        margin-bottom: 84px !important;
        width: 66% !important;
    }
    /*--fin--*/
    /*el cese es anterior*/
    .width-CeseAnt {
        width: 50%;
    }

    .position-CeseAnt {
        left: 152px !important;
        margin-top: -60px;
    }
    /*--fin--*/

    /*otra actividad simultanea*/
    .width-otraActSim {
        width: 50%;
    }

    .position-otraActSim {
        left: 150px !important;
        margin-top: -55px;
    }
    /*--fin--*/

    /*calcular regularidad fecha incapacidad*/
    .width-RegFeInc {
        width: 60%;
    }

    .position-RegFeInc {
        left: 150px !important;
        margin-top: -77px;
    }
    /*--fin--*/

    /*declaracion jurada*/
    .width-DeclaracionJur {
        width: 55%;
    }

    .position-DeclaracionJur {
        left: 150px !important;
        margin-top: -55px;
    }
    /*--fin--*/

    /*servicios Moratoria*/
    .width-ServMoratoria {
        width: 52%;
    }

    .position-ServMoratoria {
        left: 150px !important;
        margin-top: -68px;
    }
    /*--fin--*/

    /*fecha nacimiento*/
    .birthDate-Label {
        font-size: 13px !important;
        margin-top: 33px !important;
    }

    .EdadActual-Label {
        width: 34%;
        left: -18px;
        top: -8px;
    }
    /*--fin--*/

    /*grilla de servicios/actividades*/
    .Position-GridDer {
        height: 330px;
        width: 97%;
        margin-right: 18px;
        margin-left: 3px !important;
        overflow: hidden;
    }

    .label-gridServAct {
        margin-top: 43px;
    }

    .icon-gridServAct-movil {
        margin-left: -20px !important;
    }
    /*--fin--*/
    /*--editar demanda y nota...*/
    .width-EditarDem {
        width: 53%;
    }

    .position-EditarDem {
        left: 150px !important;
        margin-top: -39px;
    }
    /*--fin--*/

    /*--aplica el 75%...*/
    .width-aplica75 {
        width: 53%;
    }

    .position-aplica75 {
        left: 150px !important;
        margin-top: -68px;
    }
    /*--fin--*/

    /*--utiliza el haber de partida...*/
    .width-HaberPartidaCS {
        width: 53%;
    }

    .position-HaberPartidaCS {
        left: 150px !important;
        margin-top: -49px;
    }
    /*--fin--*/
    /*--pbu--*/
    .renglonPBU {
        margin-top: -16px;
        margin-bottom: 1rem;
        border: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        margin-right: 48px !important;
        margin-left: 15px;
        border-color: #3FC652;
    }

    .background-for-radiobutton1PBU {
        background-color: #d8ead4;
        max-width: 90.7%;
        right: -16px;
        padding-top: 12px !important;
    }

    .background-for-radiobuttonPBU {
        background-color: #d8ead4;
        width: 84.7%;
        right: -28px;
        padding-top: 12px;
    }

    .width-CalculaporcQuiroga {
        width: 58%;
    }

    .position-CalculaporcQuiroga {
        left: 150px !important;
        margin-top: -60px;
    }
    /**/
    /*--calcula la PAP...*/
    .width-calculalaPAP {
        width: 53%;
    }

    .position-calculalaPAP {
        left: 150px !important;
        margin-top: -68px;
    }
    /*--fin--*/

    /*--calcula la PAP 1,5 al inicio--*/
    .width-calculalaPAP15 {
        width: 55%;
    }

    .position-calculalaPAP15 {
        left: 150px !important;
        margin-top: -38px;
    }
    /*--fin--*/

    /*--reajusta haber inicial--*/
    .width-reajustaHaberIncial {
        width: 55%;
    }

    .position-reajustaHaberIncial {
        left: 150px !important;
        margin-top: -59px;
    }
    /*--fin--*/

    /*--aplica fallo vergara...--*/
    .width-falloVergara {
        width: 53%;
    }

    .position-falloVergara {
        left: 150px !important;
        margin-top: -68px;
    }

    /*--fin--*/


    /*--reajusta primer haber por...--*/
    .width-rejustaPrimerHaberAU {
        width: 56%;
    }

    .position-rejustaPrimerHaberAU {
        left: 150px !important;
        margin-top: 6px;
    }

    .icons-rejustaPrimerHaberAU {
        margin-left: 11px;
        margin-top: 14px;
    }
    /*--fin--*/

    /*-- primer haber--*/
    .more-to-left {
        margin-left: 0px;
    }
    /*--fin--*/

    /*pagos Autonomos*/
    .background-for-radiobutton2 {
        background-color: #FBFBDC;
        max-width: 91.7%;
        right: -16px;
        height: 76px !important;
        padding-top: 24px !important;
    }

    .background-for-radiobuttonRemuneraciones {
        background-color: #FBFBDC;
        width: 85.7%;
        right: -28px;
        padding-top: 12px;
    }

    .renglonPagosAutonomos {
        margin-top: -16px;
        margin-bottom: 1rem;
        border: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        margin-right: 43px;
        margin-left: 15px;
        border-color: #e9b215;
    }
    /*--fin--*/
    /*--haber de partida...--*/
    .position-btnHaberPartida {
        left: 12px;
        top: -20px;
    }

    .width-haberPartidaResp {
        width: 50%;
    }

    .position-haberPartidafechaMon {
        left: 198px;
        margin-top: -78px;
    }
    /*--fin--*/

    /*--reajusta el primer haber...*/
    .width-rejustaPrimerHaber {
        width: 55%;
    }

    .position-rejustaPrimerHaber {
        left: 150px !important;
        margin-top: -59px;
    }
    /**/

    /*--fallo volonte*/
    .position-falloVolonte {
        left: 150px !important;
        margin-top: -28px;
    }

    /**/

    /*--reajusta los montos hasta julio...*/
    .width-reajustaMontosJulio94 {
        width: 53%;
    }

    .position-reajustaMontosJulio94 {
        left: 150px !important;
        margin-top: -59px;
    }
    /**/

    /*--reajusta los aportes de ley 24241 tamb por volonte...*/
    .width-reajustaVolonte24241 {
        width: 53%;
    }

    .position-reajustaVolonte24241 {
        left: 150px !important;
        margin-top: -68px;
    }
    /**/

    /*--reajusta los aportes de ley 24241 por indice Badaro...*/
    .width-reajustaBadaro24241 {
        width: 53%;
    }

    .position-reajustaBadaro24241 {
        left: 150px !important;
        margin-top: -59px;
    }
    /**/

    /*--ajusta los periodos con moratoria 24476 por Volonte--*/
    .width-moratoria24476Volonte {
        width: 53%;
    }

    .position-moratoria24476Volonte {
        left: 150px !important;
        margin-top: -59px;
    }
    /**/

    /*--reajusta los periodos de moratoria 24476 solo hasta junio 1994*/
    .width-reajustaMoratoriaSolo1994 {
        width: 53%;
    }

    .position-reajustaMoratoriaSolo1994 {
        left: 150px !important;
        margin-top: -75px;
    }
    /**/

    /*--cantidad de aportes autonomos para el calculo del haber de sentencia*/
    .label-positionCantAportesAUCS {
        top: -4px !important;
    }
    /**/

    /*--cuando la relacion entre el monto y el haber minimo es menor a cero usar la unidad?*/
    .width-RelacionMontoHaber {
        width: 53%;
    }

    .position-RelacionMontoHaber {
        left: 150px !important;
        margin-top: -75px;
    }
    /**/

    /*--utiliza el haber unico de la caja para aportes anteriores a 1969*/
    .width-haberUnicoAnt1969 {
        width: 53%;
    }

    .position-haberUnicoAnt1969 {
        left: 150px !important;
        margin-top: -59px;
    }
    /**/

    /*--¿Utiliza tablas de montos de categorias alternativos?*/
    .width-tablasCatAlt {
        width: 53%;
    }

    .position-tablasCatAlt {
        left: 150px !important;
        margin-top: -59px;
    }
    /**/

    /*--boton aplicar fallos / criterios*/
    .btn-fallosWidth {
        width: 39%;
        white-space: normal;
    }
    /**/
    /*--Aplica Badaro como ANSeS en la movilidad Inicial*/
    .width-badaroAnsesMi {
        width: 53%;
    }

    .position-badaroAnsesMi {
        left: 150px !important;
        margin-top: -48px;
    }
    /**/

    /*--conficatoriedad admitida desde*/
    .position-tooltipConf {
        margin-left: -13px;
    }
    /**/

    /*--¿Aplica los índices como en el caso <strong>BASTERO</strong>?*/
    .width-aplicaIndBastero {
        width: 53%;
    }

    .position-aplicaIndBastero {
        left: 150px !important;
        margin-top: -59px;
    }
    /**/

    /*--¿Aplica el caso BOUDOU como el A.N.Se.S?*/
    .width-casoBoudou {
        width: 53%;
    }

    .position-casoBoudou {
        left: 150px !important;
        margin-top: -48px;
    }
    /**/

    /*--¿Aplica la movilidad sobre el salario del activo? (Ver fallo Casella)*/
    .width-MovSalarioActivoCasella {
        width: 53%;
    }

    .position-MovSalarioActivoCasella {
        left: 150px !important;
        margin-top: -59px;
    }
    /**/

    /*--¿Aplica la reducción del <strong>Art. 1 Res 23/04</strong> sobre el haber reclamado?*/
    .width-ResArt1 {
        width: 53%;
    }

    .position-ResArt1 {
        left: 150px !important;
        margin-top: -68px;
    }
    /**/

    /*--¿Aplica confiscatoreidad sobre el haber topeado?*/
    .width-consHaberTopeado {
        width: 53%;
    }

    .position-consHaberTopeado {
        left: 150px !important;
        margin-top: -59px;
    }
    /**/

    /**/
    .padding-CriterioDesRem {
        padding-top: 15px;
    }
    /**/

    /*--Calcula intereses sobre la deuda por aportes?*/
    .width-calcInteresesDA {
        width: 53%;
    }

    .position-calcInteresesDA {
        left: 150px !important;
        margin-top: -59px;
    }
    /**/

    /*--combina con otra tasa?*/
    .width-combOtraTasa {
        width: 53%;
    }

    .position-combOtraTasa {
        left: 150px !important;
        margin-top: -39px;
    }
    /*--desde el*/
    .width-tasaDesde {
        width: 67%
    }

    .width-elijaTasa {
        width: 50%;
    }

    .position-tooltipElijaTasa {
        left: 412px;
    }

    .custom-margin-top35 {
        position: relative;
        margin-top: 25px;
    }
    /**/

    /*--Haber minimo garantizado*/
    .width-haberMinGar {
        width: 53%;
    }

    .position-haberMinGar {
        left: 150px !important;
        margin-top: -39px;
    }
    /**/

    /*--¿Quiere calcular con los parámetros del fallo <strong>Betancur?</strong>*/
    .width-calcParBetancur {
        width: 53%;
    }

    .position-calcParBetancur {
        left: 150px !important;
        margin-top: -59px;
    }

    .position-juriCalcParBetancour {
        left: 52px !important;
    }
    /**/

    /*--¿Tope de Zona austral igual al tope por el coeficiente desde el inicio?*/
    .width-topeZA {
        width: 53%;
    }

    .position-topeZA {
        left: 150px !important;
        margin-top: -69px;
    }
    /**/

    /*--¿Utiliza el total de remuneraciones para el promedio en vez de las ultimas 120?*/
    .width-prom120 {
        width: 53%;
    }

    .position-prom120 {
        left: 150px !important;
        margin-top: -69px;
    }
    /**/

    /*--¿Toma el valor del ampo a la misma fecha que la caja?*/
    .width-valorAmpo {
        width: 53%;
    }

    .position-valorAmpo {
        left: 150px !important;
        margin-top: -49px;
    }
    /**/

    /*Topes*/
    .position-radioBtnTopes {
        margin-left: -149px;
    }

    .position-tooltipTopes {
    }
    /**/

    /*--¿Aplica el tope del Art 20 Ley 24.241 sobre el excedente de 45 años de aporte?*/
    .width-TopeArt20Ley24241 {
        width: 53%;
    }

    .position-TopeArt20Ley24241 {
        left: 150px !important;
        margin-top: -66px;
    }
    /**/

    /*aplica el tope del art 9 inc3 ley 24463 (haber maximo)*/
    .position-radioTopeArt9Inc3 {
        margin-left: -12px;
    }

    .position-tooltipTopeArt9Inc3 {
        top: 127px !important;
    }
    /**/

    /*Actualiza el haber máximo por Badaro?*/
    .width-haberMaximoBadaro {
        width: 53%;
    }

    .position-haberMaximoBadaro {
        left: 150px !important;
        margin-top: -49px;
    }
    /**/

    /*¿Aplica el tope del porcentaje de la PC del <strong>Art. 24 Ley 24.241?</strong>*/
    .width-topePorcPCArt24 {
        width: 53%;
    }

    .position-topePorcPCArt24 {
        left: 150px !important;
        margin-top: -49px;
    }
    /**/

    /*¿Aplica el tope de la PC máxima del <strong>Art. 26 Ley 24.241?</strong>*/
    .position-topePCMaxima {
        top: 56px !important;
    }

    .PCMaximaTopes {
        left: 114px !important;
        top: 40px !important;
    }
    /**/

    /*remuneración actualizada Art. 14 Res. 6/2009 S.S.S.?*/
    .width-RemActArt14Res {
        width: 53%;
    }

    .position-RemActArt14Res {
        left: 150px !important;
        margin-top: -67px;
    }

    .position-ayudaJurTopes {
        left: 53px !important;
    }
    /**/

    /*¿Calcula Deuda por aportes por Remuneracion superior al tope?*/
    .width-CalDeudaAportesRemSupTope {
        width: 53%;
    }

    .position-CalDeudaAportesRemSupTope {
        left: 150px !important;
        margin-top: -67px;
    }
    /**/

    /*tope de remuneraciones  simultaneas del Art. 14 Res. 6/2009 S.S.S.?*/
    .width-RemSimultaneasArt14 {
        width: 53%;
    }

    .position-RemSimultaneasArt14 {
        left: 150px !important;
        margin-top: -67px;
    }
    /**/

    /*¿Utiliza el tope vigente al 3/2009 para fechas de solicitud anteriores al 3/2009?*/
    .width-topeVigenteFechaSolicitud {
        width: 53%;
    }

    .position-topeVigenteFechaSolicitud {
        left: 150px !important;
        margin-top: -80px;
    }
    /**/

    /*Comparativa Haberes*/
    .width-ComparativaHaberes {
        width: 50%;
        margin-top: -15px;
    }

    .position-ComparativaHaberes {
        left: 89px !important;
    }
    /**/

    /*Calcula el reajuste pero continuando con la Ley 27426 desde el 2019*/
    .width-ReajusteCont27426 {
        width: 53%;
    }

    .position-ReajusteCont27426 {
        left: 150px !important;
        margin-top: -67px;
    }
    /**/

    /*Calcula con y sin ajuste de PBU*/
    .width-CalCSAjPBU {
        width: 53%;
    }

    .position-CalCSAjPBU {
        left: 150px !important;
        margin-top: -67px;
    }
    /**/

    .background-for-bigradiobutton1 {
        background-color: #F3F3F3;
        width: 84.5%;
        right: -29px;
    }

    .custom-icon-middle2 {
        position: relative;
        bottom: -40px;
        right: -122px;
    }

    .position-btnAyudaPrevisional {
        left: 54px !important;
    }

    .arregloTooltipIndices {
        margin-left: 0px !important;
    }

    .botonfallos {
        top: -52px;
        right: -194px;
    }

    .botonindices {
        right: -187px;
        top: -18px;
    }

    .No-whitespace {
        overflow-x: hidden;
    }

    .Grid-marginBottom {
        margin-bottom: -120px;
    }

    .custom-left-for-radio4 {
        left: 179px;
    }

    div.icons2 {
        position: absolute;
        left: 345px;
        top: 10px;
    }

    .Juris-position {
        left: 6px !important;
    }

    .Porcentaje-width {
        width: 50% !important;
    }

    .Tamaño-solicitud-button {
        left: 42px !important;
        height: 43px;
        top: 12px !important;
        width: 115px;
    }

    .Tamaño-solicitud-button1 {
        left: 42px !important;
        height: 43px;
        top: -6px !important;
        width: 115px;
    }

    .input-solicitud-button {
        flex: 0 0 40% !important;
        max-width: 40% !important;
    }


    .custom-percentage-button {
        top: -92px;
        left: 143px;
        width: 56%;
    }

    .custom-video-AbrirCasoDe {
        left: 10px !important;
        top: 141px !important;
    }

    .background-for-radiobutton1 {
        background-color: #F3F3F3;
        max-width: 90.9%;
        right: -16px;
        padding-top: 12px !important;
    }

    .renglon {
        margin-top: -16px;
        margin-bottom: 1rem;
        border: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        margin-right: 47px;
        margin-left: 15px;
        border-color: #B0B5bf;
    }

    .birthdate-mobil {
        top: 1rem !important;
        margin-left: -104px;
    }

    .yesno-radiobutton {
        position: relative;
        left: 63px;
        top: -2px;
    }

    .yesno-radiobuttonsexo {
        position: relative;
        left: 17px;
        top: -2px;
    }

    .background-for-radiobutton {
        background-color: #F3F3F3;
        width: 84.7%;
        right: -28px;
        padding-top: 12px;
    }

    /*div.serviciosGrillaForm i.fa-question, div.serviciosGrillaForm span.icon-error {
        margin-top: 5px;
        margin-left: -276px;
    }*/

    .icon-codigoSica-movil {
        margin-top: -55px !important;
        margin-left: 102px !important;
    }
    /*registro y login*/
    .registro-width {
        width: 420px;
    }

    .registro-width-ayudas {
        width: 420px;
    }


    .custom-video-reg {
        left: 10px !important;
        top: 186px !important;
    }

    .video-tamaño {
        right: 27%;
        width: 385px;
        height: 250px;
    }

    .btn-custom-width2 {
        width: 55.5% !important;
        left: 160px !important;
        bottom: 28px;
    }

    .login-width-ayudas {
        width: 385px;
    }

    .login-width {
        width: 385px;
    }

    /*Caso nuevo, abrir caso, caso seleccionado,menupal*/
    .titleformenuprincipal {
        font-weight: bolder;
        font-size: xx-large;
        margin-bottom: 20px;
        padding-left: 0px;
    }

    .titleformenuprincipal1 {
        font-weight: bolder;
        font-size: xx-large;
        padding-left: 0px;
        margin-bottom: 20px;
    }

    .service-block.content:first-child {
        border-bottom: 1px solid #dee2e6 !important;
    }

    .service-block.content:last-child {
        border-top: 1px solid #dee2e6 !important;
    }

    .case-upload-custom {
        width: 300px;
        margin-top: 100px;
    }

    .boton-video-MenuPal {
        margin-right: -44px !important;
        margin-top: 35px;
    }

    #myFooterLogin {
        background-color: #001334;
        color: white;
        bottom: -115px;
        width: 100%;
    }

    .position-btnRegistro {
        left: -4px !important;
        top: -985px !important;
    }

    .position-login {
        left: -4px;
        top: -45px;
    }

    .navbar-ResponsiveCel {
        width: 100%;
    }
    /*aportes regimen Reparto/Capitalizacion*/
    .labelAportesMargin {
        margin-right: 17px;
    }
    .textoRegimenRA {
        top: -5px !important;
    }

    .videosResponsive {
        right: -65px;
    }

    /*clase que se usa en flex*/
    .nuevoRegistro {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .checkbox-registro {
        left: -25px;
    }

    .TamañoLetraGral {
        font-size: small !important;
    }

    .margin-radio {
        margin-left: 0px;
    }

    .margin-buttonSicam {
        margin-left: 0px;
    }

    .login-boton-flex {
        left: -8px !important;
        margin-bottom: 10px;
    }

    .login-socialAuth-flex {
        margin-left: -15px;
    }

    .tamaño-seleccioneLey {
        font-size:medium !important;
    }

    .label-datosCuenta {
        margin-top: -50px;
    }

    .creditoAsignado {
        margin-bottom: 20px;
    }

    .sexoRadioF {
        margin-left: 3px !important;
    }

    .sexoRadioM {
        margin-left: -17px;
    }

    .radioLineHeight {
        line-height: 1.5 !important;
    }

    .textVerResultados {
        display:none;
    }

    .botonVerResultado {
        color: #FF9439 !important;
        font-weight: 600;
        font-size: small !important;
        white-space: normal;
        width: 115px;
    }

    .TamañoLetraServiciosAct {
        font-size: x-small !important;
    }

    .ayudaServiciosAct {
        margin-left: -30px;
    }

    .radioButtonTextoLargo {
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .radioButtonTextoMuyLargo {
        margin-top: 45px;
        margin-bottom: 55px;
    }

    .relojToRight {
        margin-left: 110px;
    }

    .margin-aportesDMA {
        margin-left: 1.5rem;
    }

    .DespuesAño::before {
        content: "A";
        font-size: small;
    }

    .DespuesMes::before {
        content: "M";
        font-size: small;
    }

    .DespuesDia::before {
        content: "D";
        font-size: small;
    }

    .dobleInput {
        margin-left: 6px !important;
    }

    .dobleInputBeneficio {
        margin-left: 6px !important;
    }

    .topBotonBeneficio {
        top: 0px;
    }

    .dobleInputCalculosInt {
        margin-left: 0px !important;
    }

    .dobleInputUltimoSueldo {
        margin-left: 9px !important;
    }
    
    .iconRadioTextoLargo {
        margin-top: 70px !important;
    }

    .textLargoInputDoble {
        top: -13px !important;
    }

    .textLargoInputDobleCalcInt {
        top: -13px !important;
    }

    .textLargoBonosInputDoble {
        top: -18px !important;
    }

    .RadiobuttonMasDe2Largos { 
        padding-left: 28px;
    }

    .textCortoInputDoble {
        top: 0px !important
    }

    .OtraTasaIcon {
        margin-left: 10px !important;
    }

    .PositionRBLargo {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .PositionRBMuyLargo {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    /**/
}

.VolververResultadoBtn {
    float: right;
    background-color: #c0d5fd;
    padding-top: 16px;
    height: 62px;
    padding-right: 5px;
}

.error-newgrid {
    margin-top: 35px;
}

.position-login {
    top: -40px;
}

.style-navbarLogin {
    font-family: "Roboto", sans-serif;
    padding: 0px 20px;
    color: #8a8a8a;
    font-size: 16px;
}

.position-btnRegistro {
    left: 930px;
    top: -50px;
}

.birthDate-Label {
    font-size: 16px;
    margin-top: 33px;
}

.boton-video-DatosHaber {
    margin-top: 42px;
    margin-right: -238px;
}

.boton-video-MenuPal {
    margin-right: -38px;
    margin-top: 35px;
}

.label-prestacion-custom {
    left: 20px;
    margin-top: 30px;
}

.tooltip-birthday {
    margin-left: 0px;
}

.solicitud-button {
    left: 30px;
    height: 43px;
    top: 19px;
}


.birthdate-mobil {
    top: 0rem;
}

.custom-video-reg {
    left: 625px;
    top: 186px;
}

/*.custom-video-regLogin {
    left: 0px;
    top: 186px;
}*/

.custom-video-AbrirCasoDe {
    left: 625px;
    top: 39px;
}

.Porcentaje-width {
    width: 100%;
}

.shape {
    position: absolute;
    width: 300px;
    background-color: white;
    z-index: 9999;
    border: 1px solid #bdb4b4;
}


#scrollArea {
    position: absolute;
    height: 200px;
    overflow: auto;
    border: 1px solid #bdb4b4;
    background-color: white;
    z-index: 10 !important;
    width: -webkit-fill-available;
}

#scrollArea1 {
    position: absolute;
    height: 500px;
    overflow: auto;
    border: 1px solid #bdb4b4;
    background-color: white;
    z-index: 10 !important;
}

#bottom {
    display: block;
    margin-top: 40px;
}

#bottom1 {
    display: block;
    margin-top: 400px;
}


.close {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.tooltipGrillaHaberes {
    top: -37px !important;
}

.tooltipraddiobutton {
    top: -56px !important;
    left: 274px !important;
}

.tooltipraddiobutton1 {
    top: -40px !important;
    left: 299px !important;
}

.tooltipraddiobuttonDocente {
    top: -74px !important;
    left: 274px !important;
}

.tooltipraddioReajustaAportesAU {
    left: 310px !important;
}

.tooltipraddiobuttonAplicaRes298 {
    top: -125px !important;
    left: 274px !important;
}

.tooltipraddiobuttonMenoraUnidad {
    top: -263px !important;
    left: 274px !important;
}

.tooltipraddiobuttonZonaAustral {
    top: -107px !important;
    left: 274px !important;
}

.tooltipraddiobuttonSexoDerecho {
    top: -177px !important;
    left: 815px !important;
}

.tooltipraddiobuttonAfiliadoExt {
    top: -92px !important;
    left: 657px !important;
}

.tooltipraddiobuttonReajustaPBU {
    top: -78px !important;
    left: 274px !important;
}

.tooltipCalculaPorcentajeHaberReclamado {
    top: -142px !important;
    left: 274px !important;
}

.tooltipraddiobuttonCalculaPAP {
    top: -91px !important;
    left: 274px !important;
}

.tooltiptopeArt5518037 {
    top: -13px !important;
    left: 160px !important;
}

.tooltipActividadGridAU {
    margin-left: 0px;
}

.tooltipActiFechaMatriculaGridAU {
    margin-left: 0px;
}

#video_Camera {
    background-image: url('https://dwk6vix31oabp.cloudfront.net/Camera_image.png');
    background-size: 30px 35px;
    height: 30px;
    width: 35px;
}

.MaxWhidthAyudasHaber .tooltip-inner {
    max-width: 657px;
}

.MaxWhidthTooltipLargo .tooltip-inner {
    width: 325px;
}

.tooltipLargo {
    top: -72px !important
}

.form-group-custom {
    margin-bottom: 2rem;
}

/*@media screen and (max-width: 768) {
    .MaxWhidthTooltipLargo .tooltip-inner {
        width: 325px;
    }
    
}*/

.tooltipErrorraddiobuttonReajustaPBU {
    top: -56px !important;
    left: -55px !important;
}

.tooltipErrorraddiobuttonReajustaPBU1 {
    top: -56px !important;
    left: -78px !important;
}

.tooltipgrillaDerechoSociedad {
    top: -143px !important;
    left: -13px !important;
}


.tooltipraddiobuttonReajustaPBU1 {
    left: 320px !important;
}

.arregloTooltipIndices {
    margin-left: 7px;
}

.tooltipMasArriba {
    top: 60px !important;
}

.tooltipraddiobuttonpasaPADaPBU {
    top: -280px !important;
    left: 274px !important;
}

.tooltipraddiobuttonpasaMaximoBadaro {
    top: -297px !important;
    left: 274px !important;
}

.yesno-radiobuttonREAJUSTAPBU {
    position: relative;
    left: 232px;
    top: -2px;
}

.playbuttonReajustaPbu {
    position: relative;
    left: 175px;
}

.tooltipraddiobuttonafjp {
    top: -147px !important;
    left: 274px !important;
}

.tooltipAplicaPautaSalarial {
    top: -176px !important;
    left: 274px !important;
}

.tooltipraddiobuttonaCalculaAmpo {
    top: -112px !important;
    left: 274px !important;
}

.tooltipraddiobuttonaCaptecNecesario {
    top: -178px !important;
    left: 274px !important;
}

.tooltipraddiobuttonUtilizaArt43Ley18037 {
    top: -92px !important;
    left: 283px !important;
}

.tooltipraddiobuttonAgregaDeclaracionJurada {
    top: -58px !important;
    left: 283px !important;
}

.tooltipraddiobuttonHaberUnicoAport1969 {
    top: -158px !important;
    left: 274px !important;
}

.tooltipraddiobuttonHaberMinimoGar {
    top: -121px !important;
    left: 274px !important;
}

.tooltipraddiobuttonFechaSolicitud {
    top: -89px !important;
    left: 858px !important;
}

.tooltipAeronavegantes {
    top: -26px !important;
    left: 86px !important;
}

.tooltipraddiobuttonderhabientes {
    top: -70px !important;
    left: -29px !important;
}

.tooltipErrorderhabientes {
    top: -85px !important;
    left: -18px !important;
}

.tooltipErrorPeriodoReclamado {
    top: -56px !important;
}

.tooltipAdvertenciaperiodoReclamado {
    top: -75px !important;
    left: 68px !important;
}

.tooltipErrorderhabientesSexo {
    top: -72px !important;
    left: -35px !important;
}

.tooltipZonaAustral {
    top: -123px !important;
    left: -46px !important;
}

.tooltipPrimerHaber {
    top: -156px !important;
    left: -46px !important;
}

.tooltipErrorPrimerHaber {
    top: -86px !important;
    left: -23px !important;
}

.tooltipPrimerHaberMoneda {
    top: -71px !important;
    left: -46px !important;
}


.tooltipMonedaImporteSalarioPartida {
    top: -87px !important;
    left: -46px !important;
}

.tooltipActisCorporale {
    top: -104px !important;
    left: -46px !important;
}

.tooltipActisCorporale1 {
    top: -57px !important;
    left: -46px !important;
}

.tooltipActisCorporale2 {
    top: -174px !important;
    left: -46px !important;
}

.tooltipErrorActisCorporale {
    top: -86px !important;
    left: -24px !important;
}

.tooltipErrorActisCorporale1 {
    top: -86px !important;
    left: -18px !important;
}

.tooltipErrorHaberReajustado {
    top: -70px !important;
    left: -26px !important;
}

.tooltipExcedentesPBU {
    position: absolute;
    top: 26px;
}

.tooltipImporteHaberReaj {
    top: -123px !important;
    left: -46px !important;
}

.tooltipActisCorporale1 {
    top: -152px !important;
    left: -46px !important;
}

.tooltipRemuneracionReferencia {
    top: -105px !important;
    left: -21px !important;
}

.tooltipErrorRemuneracionReferencia {
    top: -210px !important;
    left: -46px !important;
}

.tooltipConfiscatoriedadAdmitida {
    top: -91px !important;
    left: -51px !important;
}

.tooltipErrorConfiscatoriedadAdmitida {
    top: -85px !important;
    left: -25px !important;
}

.tooltipUltimoSueldoMoneda {
    top: -121px !important;
    left: -9px !important;
}

.tooltipUltimoSueldoMoneda1 {
    top: -157px !important;
    left: -32px !important;
}

.tooltipErrorUltimoSueldoMoneda {
    top: -121px !important;
    left: -24px !important;
}

.tooltipHaberPartidaReajusteMov {
    top: -138px !important;
    left: -30px !important;
}

.tooltipHaberPagadoAnses {
    top: -140px !important;
    left: -28px !important;
}

.tooltipHaberPagadoAnsesDel {
    top: -90px !important;
    left: -25px !important;
}

.tooltipIndicesActRem {
    top: -143px !important;
    left: -76px !important;
}

.tooltipIndicesActRem1 {
    top: -125px !important;
    left: -36px !important;
}

.tooltipIndicesMovilidad {
    top: -109px !important;
    left: -76px !important;
}

.tooltipIndicesMovilidad1 {
    top: -125px !important;
    left: -76px !important;
}

.tooltipIndicesMovilidadARetro {
    top: -128px !important;
    left: -76px !important;
}

.tooltipErrorIndicesMovilidad {
    top: -56px !important;
    left: -42px !important;
}

.tooltipIndicesMovilidadBRetro {
    top: -145px !important;
    left: -76px !important;
}

.tooltipindicesActPBU {
    top: -57px !important;
    left: -98px !important;
}

.tooltipErrorindicesActPBU {
    position: absolute;
}

.tooltipErrorindicesActPBU1 {
    position: absolute;
    top: 0px;
}

.tooltipindicesMovAl {
    top: -58px !important;
    left: -90px !important;
}

.tooltipErrorindicesMovAl {
    top: -56px !important;
    left: -65px !important;
}

.tooltipInfoindicesMovAl {
    top: -127px !important;
    left: -51px !important;
}

.tooltipRaddioButtonTasa {
    top: -75px !important;
    left: -150px !important;
}

.tooltipgrillaRD {
    top: -110px !important;
    left: -24px !important;
}

.tooltipgrillaAU {
    top: -36px !important;
}

.tooltipErrorgrillaAu {
    position: absolute;
    left: 36px !important;
}

.tooltipErrorgrillaRD {
    position: absolute;
    left: 30px !important;
}

.PopovertooltipErrorgrillaAu {
    top: -40px !important;
}

.CategoriaError {
    margin-left: 11px !important;
    margin-top: -32px;
}

.tooltipMatriculaAU {
    margin-left: 20px !important;
    margin-top: -36px !important;
    position: absolute !important;
}

.PopovertooltipErrorgrillaRD {
    top: -124px !important;
    left: -19px !important;
}

.PopovertooltipErrorMonedagrillaRD {
    top: -89px !important;
    left: -16px !important;
}

.PopovertooltipAplicaTopeArt20 {
    top: -74px !important;
    left: 275px !important;
}

.tooltipgrillaDerecho {
    top: -105px !important;
    left: -18px !important;
}

.tooltipgrillaDerecho1 {
    top: -108px !important;
    left: -22px !important;
}

.tooltipGrillaDerecho2 {
    top: -75px !important;
    left: -46px !important;
}

.errorDesdeHastaGrillaDerecho {
    top: -60px !important;
    left: 49px !important;
}

.tooltipHaberReclamado {
    top: -70px !important;
    left: -32px !important;
}

.tooltipHaberReclamadoMoneda {
    top: -105px !important;
    left: -32px !important;
}

.tooltipCombinaOtraTasaDesde {
    top: -278px !important;
    left: -32px !important;
}

.tooltipErrorSalarioPartida {
    top: -70px !important;
    left: -32px !important;
}

.tooltipErrorZonaAustral {
    top: -121px !important;
    left: -20px !important;
}

.tooltipPBUPCPAP {
    top: -55px !important;
    left: -118px !important;
}

.tooltipErrorPagosEfectivo {
    top: -60px !important;
    left: -12px !important;
}

.tooltipGeneral {
    height: 15px;
    width: 18px;
}

@media only screen and (max-device-width: 320px) {
    .gridposition {
        height: 300px !important;
        position: relative;
        z-index: 1;
        top: -39px !important;
    }
}

.grid-margin-top {
    margin-top: 15%;
    margin-bottom: 215px;
}

.btn-escritos {
    color: #ffffff;
    background-color: #337AB7;
    border-color: #2E6DA4;
    height: 80px;
    margin-bottom: 50px;
}

    .btn-escritos:hover,
    .btn-escritos:focus,
    .btn-escritos:active,
    .btn-escritos.active,
    .open .dropdown-toggle.btn-escritos {
        color: #ffffff;
        background-color: #F20303;
        border-color: #2E6DA4;
    }

    .btn-escritos:active,
    .btn-escritos.active,
    .open .dropdown-toggle.btn-escritos {
        background-image: none;
    }

    .btn-escritos.disabled,
    .btn-escritos[disabled],
    fieldset[disabled] .btn-escritos,
    .btn-escritos.disabled:hover,
    .btn-escritos[disabled]:hover,
    fieldset[disabled] .btn-escritos:hover,
    .btn-escritos.disabled:focus,
    .btn-escritos[disabled]:focus,
    fieldset[disabled] .btn-escritos:focus,
    .btn-escritos.disabled:active,
    .btn-escritos[disabled]:active,
    fieldset[disabled] .btn-escritos:active,
    .btn-escritos.disabled.active,
    .btn-escritos[disabled].active,
    fieldset[disabled] .btn-escritos.active {
        background-color: #337AB7;
        border-color: #2E6DA4;
    }

    .btn-escritos .badge {
        color: #337AB7;
        background-color: #ffffff;
    }


.btn-custom-width2 {
    width: 84.5%;
    left: 25px;
    margin-bottom: -18px !important;
}


.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #1358df;
}

.custom-control-label:after, .custom-control-label:before {
    position: absolute;
    top: 1rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-top: 28px;
}

.custom-control1 {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.checkbox {
    padding-left: 20px;
}

    .checkbox label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
    }

        .checkbox label::before {
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

    .checkbox input[type="checkbox"],
    .checkbox input[type="radio"] {
        opacity: 0;
        z-index: 1;
    }

        .checkbox input[type="checkbox"]:focus + label::before,
        .checkbox input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .checkbox input[type="checkbox"]:checked + label::after,
        .checkbox input[type="radio"]:checked + label::after {
            font-family: "FontAwesome";
            content: "\f00c";
        }

        .checkbox input[type="checkbox"]:disabled + label,
        .checkbox input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

            .checkbox input[type="checkbox"]:disabled + label::before,
            .checkbox input[type="radio"]:disabled + label::before {
                background-color: #eeeeee;
                cursor: not-allowed;
            }

    .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline {
        margin-top: 0;
    }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
    color: #fff;
}

.radio {
    padding-left: 20px;
}

    .radio label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
    }

        .radio label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        .radio label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }

    .radio input[type="radio"] {
        opacity: 0;
        z-index: 1;
    }

        .radio input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .radio input[type="radio"]:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        .radio input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

            .radio input[type="radio"]:disabled + label::before {
                cursor: not-allowed;
            }

    .radio.radio-inline {
        margin-top: 0;
    }

.radio-primary input[type="radio"] + label::after {
    background-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
    color: #fff;
}

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
    color: #fff;
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

@media (min-width: 576px) {
    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }
}

.introjs-hint:hover > .introjs-hint-pulse {
    border: 5px solid rgba(239, 33, 33, 0.8);
}

.introjs-hint-pulse {
    box-sizing: content-box;
    width: 10px;
    height: 10px;
    border: 5px solid rgba(60,60,60,.27);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #ff22228f;
    z-index: 10;
    position: absolute;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s cubic-bezier(0.55, 0.09, 0.68, 0.53);
}

table {
    border-color: #191919 !important;
}
