﻿@import url("../assets/src/fontawesome-free-5.15.3-web/css/all.css");
/* Validación ------------------------------------------------------------- */

.validarOK {
    background-color: lightgreen;
    color: darkgreen;
}

.validarDANGER {
    background-color: lightgoldenrodyellow;
    color: gray;
}

.validarERROR {
    background-color: lightcoral;
    color: red;
}

.validar {
}

.validarOnLoad {
}


/* Loader Windows8 (Grande) ----------------------------------------------- */
.windows8 {
    position: relative;
    width: 20px;
    height: 20px;
    margin: auto;
}

    .windows8 .wBall {
        position: absolute;
        width: 30px;
        height: 30px;
        opacity: 0;
        transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        animation: orbit 6.050000000000001s infinite;
        -o-animation: orbit 6.050000000000001s infinite;
        -ms-animation: orbit 6.050000000000001s infinite;
        -webkit-animation: orbit 6.050000000000001s infinite;
        -moz-animation: orbit 6.050000000000001s infinite;
    }

        .windows8 .wBall .wInnerBall {
            position: absolute;
            width: 10px;
            height: 10px;
            background: rgba(1,170,221,0.79);
            left: 0px;
            top: 0px;
            border-radius: 10px;
        }

    .windows8 #wBall_1 {
        animation-delay: 1.32s;
        -o-animation-delay: 1.32s;
        -ms-animation-delay: 1.32s;
        -webkit-animation-delay: 1.32s;
        -moz-animation-delay: 1.32s;
    }

    .windows8 #wBall_2 {
        animation-delay: 0.26s;
        -o-animation-delay: 0.26s;
        -ms-animation-delay: 0.26s;
        -webkit-animation-delay: 0.26s;
        -moz-animation-delay: 0.26s;
    }

    .windows8 #wBall_3 {
        animation-delay: 0.53s;
        -o-animation-delay: 0.53s;
        -ms-animation-delay: 0.53s;
        -webkit-animation-delay: 0.53s;
        -moz-animation-delay: 0.53s;
    }

    .windows8 #wBall_4 {
        animation-delay: 0.79s;
        -o-animation-delay: 0.79s;
        -ms-animation-delay: 0.79s;
        -webkit-animation-delay: 0.79s;
        -moz-animation-delay: 0.79s;
    }

    .windows8 #wBall_5 {
        animation-delay: 1.06s;
        -o-animation-delay: 1.06s;
        -ms-animation-delay: 1.06s;
        -webkit-animation-delay: 1.06s;
        -moz-animation-delay: 1.06s;
    }


/* Loader FountainG (pequeño) -------------------------------------- */
#fountainG {
    position: relative;
    width: 132px;
    height: 16px;
    margin: auto;
}

.fountainG {
    position: absolute;
    top: 0;
    background-color: rgb(26,155,211);
    width: 16px;
    height: 16px;
    animation-name: bounce_fountainG;
    -o-animation-name: bounce_fountainG;
    -ms-animation-name: bounce_fountainG;
    -webkit-animation-name: bounce_fountainG;
    -moz-animation-name: bounce_fountainG;
    animation-duration: 1.035s;
    -o-animation-duration: 1.035s;
    -ms-animation-duration: 1.035s;
    -webkit-animation-duration: 1.035s;
    -moz-animation-duration: 1.035s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(.3);
    -o-transform: scale(.3);
    -ms-transform: scale(.3);
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#fountainG_1 {
    left: 0;
    animation-delay: 0.416s;
    -o-animation-delay: 0.416s;
    -ms-animation-delay: 0.416s;
    -webkit-animation-delay: 0.416s;
    -moz-animation-delay: 0.416s;
}

#fountainG_2 {
    left: 16px;
    animation-delay: 0.5225s;
    -o-animation-delay: 0.5225s;
    -ms-animation-delay: 0.5225s;
    -webkit-animation-delay: 0.5225s;
    -moz-animation-delay: 0.5225s;
}

#fountainG_3 {
    left: 33px;
    animation-delay: 0.619s;
    -o-animation-delay: 0.619s;
    -ms-animation-delay: 0.619s;
    -webkit-animation-delay: 0.619s;
    -moz-animation-delay: 0.619s;
}

#fountainG_4 {
    left: 49px;
    animation-delay: 0.7255s;
    -o-animation-delay: 0.7255s;
    -ms-animation-delay: 0.7255s;
    -webkit-animation-delay: 0.7255s;
    -moz-animation-delay: 0.7255s;
}

#fountainG_5 {
    left: 66px;
    animation-delay: 0.832s;
    -o-animation-delay: 0.832s;
    -ms-animation-delay: 0.832s;
    -webkit-animation-delay: 0.832s;
    -moz-animation-delay: 0.832s;
}

#fountainG_6 {
    left: 82px;
    animation-delay: 0.9385s;
    -o-animation-delay: 0.9385s;
    -ms-animation-delay: 0.9385s;
    -webkit-animation-delay: 0.9385s;
    -moz-animation-delay: 0.9385s;
}

#fountainG_7 {
    left: 99px;
    animation-delay: 1.035s;
    -o-animation-delay: 1.035s;
    -ms-animation-delay: 1.035s;
    -webkit-animation-delay: 1.035s;
    -moz-animation-delay: 1.035s;
}

#fountainG_8 {
    left: 115px;
    animation-delay: 1.1415s;
    -o-animation-delay: 1.1415s;
    -ms-animation-delay: 1.1415s;
    -webkit-animation-delay: 1.1415s;
    -moz-animation-delay: 1.1415s;
}

@keyframes bounce_fountainG {
    0% {
        transform: scale(1);
        background-color: rgb(26,155,211);
    }

    100% {
        transform: scale(.3);
        background-color: rgb(142,193,83);
    }
}

@-o-keyframes bounce_fountainG {
    0% {
        -o-transform: scale(1);
        background-color: rgb(26,155,211);
    }

    100% {
        -o-transform: scale(.3);
        background-color: rgb(142,193,83);
    }
}

@-ms-keyframes bounce_fountainG {
    0% {
        -ms-transform: scale(1);
        background-color: rgb(26,155,211);
    }

    100% {
        -ms-transform: scale(.3);
        background-color: rgb(142,193,83);
    }
}

@-webkit-keyframes bounce_fountainG {
    0% {
        -webkit-transform: scale(1);
        background-color: rgb(26,155,211);
    }

    100% {
        -webkit-transform: scale(.3);
        background-color: rgb(142,193,83);
    }
}

@-moz-keyframes bounce_fountainG {
    0% {
        -moz-transform: scale(1);
        background-color: rgb(26,155,211);
    }

    100% {
        -moz-transform: scale(.3);
        background-color: rgb(142,193,83);
    }
}

@keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin: 0%;
    }

    30% {
        opacity: 1;
        transform: rotate(410deg);
        animation-timing-function: ease-in-out;
        origin: 7%;
    }

    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin: 30%;
    }

    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin: 39%;
    }

    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin: 70%;
    }

    76% {
        opacity: 0;
        transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        transform: rotate(900deg);
    }
}

@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin: 0%;
    }

    30% {
        opacity: 1;
        -o-transform: rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin: 7%;
    }

    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin: 30%;
    }

    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 39%;
    }

    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 70%;
    }

    76% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }
}

@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 0%;
    }

    30% {
        opacity: 1;
        -ms-transform: rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin: 7%;
    }

    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 30%;
    }

    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 39%;
    }

    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 70%;
    }

    76% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }
}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 0%;
    }

    30% {
        opacity: 1;
        -webkit-transform: rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin: 7%;
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 30%;
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 39%;
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 70%;
    }

    76% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }
}

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 0%;
    }

    30% {
        opacity: 1;
        -moz-transform: rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin: 7%;
    }

    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 30%;
    }

    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 39%;
    }

    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 70%;
    }

    76% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }
}

/*-FOOTER--------------------------------------------------------------------------*/
footer {
    flex: none;
    background-color: #003867;
    border-top: 1px solid #C8DAE5;
    padding: 0px;
    position: fixed;
    bottom: 0;
    z-index: 100;
}

.menuItem a {
    color: #f7f7f7;
}

    .menuItem a:hover {
        color: #c8c8c8;
    }

    .menuItem a:focus {
        color: #c8c8c8;
    }

/*-MENU----------------------------------------------------------------------------*/
.menu {
    padding-right: 8px;
}

    .menu img {
        width: 32px;
    }

    .menu td {
        min-width: 70px;
    }

.menuLabel {
    white-space: nowrap;
}

.menuCambiarPantallaUsuario {
    position: absolute !important;
    right: 55px !important;
    top: unset !important;
    bottom: 12px !important;
}

.content-header-sinMenu {
    margin-top: 40px !important;
}

@media only screen and (min-width: 768px) {
    footer {
        display: none;
    }

    .content-header-sinMenu {
        margin-top: unset !important;
    }
}

.select2-selection__rendered {
    line-height: 31px !important;
}

.select2-container .select2-selection--single {
    height: 35px !important;
}

.select2-selection__arrow {
    height: 34px !important;
}

.select2-selection__choice__remove {
    color: red !important;
}

.fondoLogin {
    background-image: url(../assets/src/images/bg/fondo-login.jpg) !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-position: top !important;
    background-color: #8dd7f2 !important;
}

hr {
    border-top: 1px solid #c1c1c1;
}

/*-TITLE MENU----------------------------------------------------------------------------*/
.grid-item {
    width: 16.9vh;
    height: 16.9vh;
    float: left;
    text-align: center;
    padding-top: 2.5vh;
    color: #f5f4f4;
    margin: 0.6%;
}

    .grid-item i {
        font-size: 45px;
    }

@media only screen and (max-width: 320px) {
    .grid-item {
        width: 17vh;
        height: 16.2vh;
    }
}

@media only screen and (min-width: 411px) {
    .grid-item {
        padding-top: 3.5vh;
        width: 15.2vh;
        height: 15.2vh;
    }
}

@media only screen and (min-width: 411px) {
    @media only screen and (min-height: 731px) {
        .grid-item {
            padding-top: 3.5vh;
            width: 17.1vh;
            height: 17.1vh;
        }
    }
}

@media only screen and (min-width: 414px) {
    .grid-item {
        padding-top: 3.5vh;
        width: 17.2vh;
        height: 17.2vh;
    }
}

@media only screen and (min-width: 375px) {
    @media only screen and (min-height: 812px) {
        .grid-item {
            width: 14vh;
            height: 14vh;
        }
    }
}

.grid-item2 {
    width: 34.4vh;
    height: 16.9vh;
    float: left;
    text-align: center;
    padding-top: 2.5vh;
    color: #f5f4f4;
    margin: 0.6%;
}

    .grid-item2 i {
        font-size: 45px;
    }

@media only screen and (max-width: 320px) {
    .grid-item2 {
        width: 34.5vh;
        height: 16.2vh;
    }
}

@media only screen and (min-width: 414px) {
    .grid-item2 {
        padding-top: 3.5vh;
        width: 34.9vh;
        height: 17.2vh;
    }
}

@media only screen and (min-width: 411px) {
    .grid-item2 {
        padding-top: 3.5vh;
        width: 34.9vh;
        height: 15.2vh;
    }
}

@media only screen and (min-width: 411px) {
    @media only screen and (min-height: 731px) {
        .grid-item2 {
            padding-top: 3.5vh;
            width: 34.9vh;
            height: 17.1vh;
        }
    }
}



@media only screen and (min-width: 375px) {
    @media only screen and (min-height: 812px) {
        .grid-item2 {
            width: 28.5vh;
            height: 14vh;
        }
    }
}

/* TITLE MAS ESTRECHO --- PRUEBAS A PETICIÓN DE GABRIEL */
.grid-rect-item {
    width: 16.9vh;
    height: 14.9vh;
    float: left;
    text-align: center;
    padding-top: 3vh;
    color: #f5f4f4;
    margin: 0.6%;
}

    .grid-rect-item i {
        font-size: 45px;
    }

@media only screen and (max-width: 320px) {
    .grid-rect-item {
        width: 17vh;
        height: 16.2vh;
    }
}

@media only screen and (min-width: 411px) {
    .grid-rect-item {
        width: 15.2vh;
        height: 13.2vh;
    }
}

@media only screen and (min-width: 411px) {
    @media only screen and (min-height: 731px) {
        .grid-rect-item {
            width: 17.1vh;
            height: 15.1vh;
        }
    }
}

@media only screen and (min-width: 414px) {
    .grid-rect-item {
        width: 17.2vh;
        height: 15.2vh;
    }
}

@media only screen and (min-width: 375px) {
    @media only screen and (min-height: 812px) {
        .grid-rect-item {
            width: 14vh;
            height: 14vh;
        }
    }
}

.icn-title-rect-principal {
    float: left;
    padding-left: 3vh;
    padding-top: 3vh;
}

.icn-title-rect-secundario {
    float: left;
    padding-left: 3vh;
    text-align: left;
    padding-top: 0.9vh;
}

.grid-rect-item2 {
    width: 31.4vh;
    height: 14.9vh;
    float: left;
    text-align: center;
    color: #f5f4f4;
    margin: 0.6%;
}

    .grid-rect-item2 i {
        font-size: 45px;
    }

@media only screen and (max-width: 320px) {
    .grid-rect-item2 {
        padding-top: 0vh;
        width: 34.5vh;
        height: 16.2vh;
    }

    .icn-title-rect-principal, .grid-rect-item {
        padding-top: 2.5vh;
    }

    .icn-title-rect-secundario {
        padding-top: 0.5vh;
    }
}

@media only screen and (min-width: 414px) {
    .grid-rect-item2 {
        width: 34.9vh;
        height: 15.2vh;
    }

    .icn-title-rect-principal, .grid-rect-item {
        padding-top: 2.5vh;
    }

    .icn-title-rect-secundario {
        padding-top: 1.5vh;
    }
}

@media only screen and (min-width: 411px) {
    .grid-rect-item2 {
        width: 34.9vh;
        height: 13.2vh;
    }

    .icn-title-rect-principal, .grid-rect-item {
        padding-top: 2.5vh;
    }

    .icn-title-rect-secundario {
        padding-top: 1.5vh;
    }
}

@media only screen and (min-width: 411px) {
    @media only screen and (min-height: 731px) {
        .grid-rect-item2 {
            width: 34.9vh;
            height: 15.1vh;
        }

        .icn-title-rect-principal, .grid-rect-item {
            padding-top: 2.5vh;
        }

        .icn-title-rect-secundario {
            padding-top: 1.5vh;
        }
    }
}



@media only screen and (min-width: 375px) {
    @media only screen and (min-height: 812px) {
        .grid-rect-item2 {
            width: 28.5vh;
            height: 14vh;
        }

        .icn-title-rect-secundario {
            padding-top: 1.2vh;
        }
    }
}


@media only screen and (min-width: 375px) and (max-height: 667px) {
    /*.grid-rect-item2 {
            width: 31.4vh;
            height: 14vh;
        }*/

    .icn-title-rect-secundario {
        padding-top: 0.9vh;
    }
}

@media only screen and (min-width: 768px) {
    .icn-title-rect-principal, .grid-rect-item {
        padding-top: 3.5vh;
    }

    .icn-title-rect-secundario {
        padding-top: 2.5vh;
    }
}





.icn-title-principal {
    float: left;
    padding-left: 3vh;
}

.icn-title-secundario {
    float: left;
    padding-left: 3vh;
    text-align: left;
}

@media only screen and (max-width: 375px) {
    .icn-title-principal {
        padding-left: 2vh;
    }

    .icn-title-secundario {
        padding-left: 2vh;
    }
}

@media only screen and (max-width: 320px) {
    .icn-title-principal {
        display: none;
    }

    .icn-title-secundario {
        padding-left: 3vh;
    }
}

/*-----REPARTIDORES--------------------------------------------------------*/



.grid-repartidores {
    /*width: 12.6vh;*/
    width: 23.6%;
    height: 12.6vh;
    float: left;
    text-align: center;
    padding-top: 2.8vh;
    color: #f5f4f4;
    margin: 0.6%;
}

    .grid-repartidores span:first-child {
        font-size: 45px;
    }

@media only screen and (max-width: 320px) {
    .grid-repartidores {
        width: 16.9vh;
        height: 16.2vh;
    }
}

@media only screen and (min-width: 365) {
    .grid-repartidores {
        width: 11.5vh;
        height: 16.2vh;
    }
}

@media only screen and (min-width: 411px) {
    .grid-repartidores {
        width: 12.7vh;
        height: 12.7vh;
    }
}

@media only screen and (min-width: 411px) {
    @media only screen and (min-height: 731px) {
        .grid-repartidores {
            width: 12.7vh;
            height: 12.7vh;
        }
    }
}

@media only screen and (min-width: 414px) {
    .grid-repartidores {
        width: 12.7vh;
        height: 12.7vh;
    }
}

@media only screen and (min-width: 375px) {
    @media only screen and (min-height: 812px) {
        .grid-repartidores {
            width: 10.4vh;
            height: 10.4vh;
        }
    }
}

.grid-repartidores2 {
    width: 98%;
    height: 12.6vh;
    float: left;
    text-align: center;
    padding-top: 2.8vh;
    color: #f5f4f4;
    margin: 0.6%;
}

    .grid-repartidores2 span:first-child {
        font-size: 45px;
    }

    .grid-repartidores2 div span:first-child {
        font-size: 45px;
    }

    .grid-repartidores2 div i:first-child {
        font-size: 45px;
    }

@media only screen and (max-width: 320px) {
    .grid-repartidores2 {
        width: 34.4vh;
        height: 16.2vh;
    }
}

@media only screen and (min-width: 411px) {
    .grid-repartidores2 {
        width: 52.7vh;
        height: 12.7vh;
    }
}

@media only screen and (min-width: 411px) {
    @media only screen and (min-height: 731px) {
        .grid-repartidores2 {
            width: 52.7vh;
            height: 12.7vh;
        }
    }
}

@media only screen and (min-width: 414px) {
    .grid-repartidores2 {
        width: 52.7vh;
        height: 12.7vh;
    }
}

@media only screen and (min-width: 375px) {
    @media only screen and (min-height: 812px) {
        .grid-repartidores2 {
            width: 43.2vh;
            height: 10.4vh;
        }
    }
}

/*KPIs*/
.grid-KPIs {
    width: 9.99vh;
    height: 8.7vh;
    float: left;
    text-align: center;
    padding-top: 0.8vh;
    color: #f5f4f4;
    margin: 0.6%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .grid-KPIs span:first-child {
        font-size: 28px;
    }

@media only screen and (max-width: 320px) {
    .grid-KPIs {
        width: 9.9vh;
        height: 9.2vh;
    }
}

@media only screen and (min-width: 411px) {
    .grid-KPIs {
        width: 9.99vh;
        height: 8.7vh;
    }
}

@media only screen and (min-width: 411px) {
    @media only screen and (min-height: 731px) {
        .grid-KPIs {
            width: 9.99vh;
            height: 8.7vh;
        }
    }
}

@media only screen and (min-width: 414px) {
    .grid-KPIs {
        width: 9.99vh;
        height: 8.7vh;
    }
}

@media only screen and (min-width: 375px) {
    @media only screen and (min-height: 812px) {
        .grid-KPIs {
            width: 8.2vh;
            height: 7.4vh;
        }
    }
}



.icn-title-repartidores-principal {
    float: left;
    padding-top: 0;
    padding-left: 32%;
}

.icn-title-repartidores-secundario {
    float: left;
    padding-left: 3vh;
    text-align: center;
    padding-right: 32%;
}

@media only screen and (min-width: 320px) {
    .icn-title-repartidores-principal {
        padding-left: 18%;
    }

    .icn-title-repartidores-secundario {
        padding-right: unset;
    }
}

@media only screen and (min-width: 375px) {
    .icn-title-repartidores-principal {
        padding-left: 30%;
    }
}

/*-----REPARTIDORES-------------------------------------------------------------*/
.kpi-repartidores {
    position: fixed;
    z-index: 9;
    overflow: auto;
    width: 100%;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    left: -1px;
    background: white;
    top: 90px;
}

.kpi-repartidores-ipad {
    position: fixed;
    z-index: 9;
    overflow: auto;
    width: 100%;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    left: 108px;
    background: white;
    top: 90px;
}

.kpi-repartidores-top {
    top: 50px !important;
}

.kpi-ipad {
    display: flex;
    overflow: auto;
    width: 100%;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
}

/*-----LISTADO SOLICITUDES------------------------------------------------------*/
.icn-title-sol-principal {
    float: left;
    padding-left: 1vh;
    padding-top: 1.5vh;
    max-width: 12vh;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.icn-title-sol-secundario {
    padding-left: 2vh;
    text-align: left;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 22vh;
}

@media only screen and (max-height: 570px) {
    .icn-title-sol-secundario {
        padding-top: 0;
    }
}

@media only screen and (min-height: 745px) {
    .icn-title-sol-secundario {
        padding-top: 1.6vh;
    }
}

.grid-sol-item {
    width: 100%;
    height: auto !important;
    float: left;
    text-align: center;
    color: #f5f4f4;
    margin: 0.6%;
    word-break: break-all;
}

    .grid-sol-item i {
        font-size: 45px;
        min-width: 70px;
    }

/*-----GENERICO-----------------------------------------------------------------*/
.verdeBackground {
    background-color: #0f5d4d;
}

.verdeColor {
    color: #0f5d4d;
}

.azulOscuroColor {
    color: #003867;
}

.etiquetaSuperior {
    top: 0;
    font-size: 10px;
}

/*----SOLICITUD ANALISIS--------------------------------------------------------*/
.iconoLocalizacion_SolicitarAnalisis {
    position: absolute;
    top: 14px;
    right: -13px;
    width: 58px;
    height: 58px;
    color: white;
    margin: 0 auto;
    line-height: 68px;
    border-radius: 75px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-align: center;
    background-color: #003867;
    border: 1px solid #999999;
}

    .iconoLocalizacion_SolicitarAnalisis i {
        font-size: 2.3em;
    }

.iconoCamara_SolicitarAnalisis {
    position: absolute;
    top: 15px;
    right: 0;
    width: 58px;
    height: 58px;
    color: #004e90;
    margin: 0 auto;
    line-height: 68px;
    border-radius: 75px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-align: center;
    background-color: white;
    border: 1px solid #999999;
}

    .iconoCamara_SolicitarAnalisis i {
        font-size: 2.3em;
    }

.zeroPadding {
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (max-width: 991px) {
    .OcultarWizzard {
        display: none !important;
    }
}

#tablaTotalAPagar {
    border-collapse: collapse;
    width: 100%;
}

    #tablaTotalAPagar tr th, #tablaTotalAPagar tr td {
        padding: 8px;
        text-align: left;
        border-bottom: 1px solid #ddd;
    }

.noClick {
    pointer-events: none;
}

.ocultar {
    display: none;
}

li[data-dtr-index="4"] {
    display: none;
}

li[data-dtr-index="5"] {
    display: none;
}

.btn-modal-EscanearCodigoBarras {
    padding-right: 0;
    padding-top: 43px;
    text-align: right;
    padding-left: 0;
}

@media only screen and (max-width: 991px) {
    .btn-modal-EscanearCodigoBarras {
        padding-top: 5px;
    }
}

.img-SolicitudFinalizada {
    width: 100%;
}

@media only screen and (min-width: 1200px) {
    .img-SolicitudFinalizada {
        width: 60%;
    }
}

.calendarioSolicitudAnalisis {
    padding-top: 20px;
    text-align: left;
    width: 200px;
    margin: auto;
}

.calendario thead tr th {
    text-align: center;
}

.calendario tbody tr th {
    text-align: center;
}

.calendarioDia {
    font-size: 120%;
    font-weight: bold;
}


.tdEditable {
    cursor: pointer;
}

.tdNoEditable {
    cursor: not-allowed;
}

.tdActive {
    background-color: #004e90 !important;
    color: #ffffff !important;
}

.visaColor {
    color: #3e4cff !important;
}

.masterCardColor {
    color: #ff6a00 !important;
}

.tarjetaNoValida {
    color: #cecece !important;
}

/*Elegir prueba a realizar*/
/*Targeta*/
.elegirPrueba {
    width: 100%;
    text-align: center;
}

    .elegirPrueba input[type="radio"] {
        display: none;
    }

        .elegirPrueba input[type="radio"]:checked + .box {
            background-color: #006d57;
        }

            .elegirPrueba input[type="radio"]:checked + .box span {
                color: white;
                transform: translateY(20px);
            }

                .elegirPrueba input[type="radio"]:checked + .box span:before {
                    transform: translateY(0px);
                    opacity: 1;
                }

    .elegirPrueba .box {
        width: 130px;
        height: 92px;
        background-color: #eee;
        transition: all 250ms ease;
        will-change: transition;
        display: inline-block;
        text-align: center;
        cursor: pointer;
        position: relative;
        /* font-weight: 900;*/
        border: 1px solid gray;
        overflow: hidden;
    }

        .elegirPrueba .box:active {
            transform: translateY(-10px);
        }

        .elegirPrueba .box .cIcono {
            position: absolute;
            transform: translate(0, 0px);
            left: 0;
            right: 0;
            transition: all 300ms ease;
            font-size: 1.4em;
            user-select: none;
        }

        .elegirPrueba .box .cTexto {
            position: absolute;
            transform: translate(0, 0px);
            left: 0;
            right: 0;
            transition: all 300ms ease;
            /*font-size: 1.4em;*/
            user-select: none;
        }

        .elegirPrueba .box .cIcono:before {
            font-size: 1.4em;
            font-family: FontAwesome;
            display: block;
            transform: translateY(-80px);
            opacity: 0;
            transition: all 300ms ease-in-out;
            font-weight: normal;
            color: white;
        }

        .elegirPrueba .box .cTexto:before {
            font-size: 1.9em;
            font-family: FontAwesome;
            display: block;
            transform: translateY(-80px);
            opacity: 0;
            transition: all 300ms ease-in-out;
            font-weight: normal;
            color: white;
        }


    .elegirPrueba .front-end span:before {
        font-family: 'Font Awesome 5 Free' !important;
        content: "\f485" !important;
        font-weight: 900 !important;
    }

    .elegirPrueba .back-end span:before {
        font-family: 'Font Awesome 5 Free' !important;
        content: "\f0f0" !important;
        font-weight: 900 !important;
    }

/*Elegir familiar*/
.elegirFamiliar {
    width: 100%;
    text-align: center;
}

    .elegirFamiliar label {
        margin-bottom: 0px;
    }

    .elegirFamiliar input[type="checkbox"] {
        display: none;
    }

        .elegirFamiliar input[type="checkbox"]:checked + .box {
            background-color: #006d57;
        }

            .elegirFamiliar input[type="checkbox"]:checked + .box span {
                color: white;
                transform: translateY(20px);
            }

                .elegirFamiliar input[type="checkbox"]:checked + .box span:before {
                    transform: translateY(0px);
                    opacity: 1;
                }


    .elegirFamiliar .box {
        width: 130px;
        height: 92px;
        background-color: #eee;
        transition: all 250ms ease;
        will-change: transition;
        display: inline-block;
        text-align: center;
        cursor: pointer;
        position: relative;
        /* font-weight: 900;*/
        border: 1px solid gray;
        overflow: hidden;
    }

        .elegirFamiliar .box:active {
            transform: translateY(-10px);
        }

        .elegirFamiliar .box .cIcono {
            position: absolute;
            transform: translate(0, 0px);
            left: 0;
            right: 0;
            transition: all 300ms ease;
            font-size: 1.4em;
            user-select: none;
        }

        .elegirFamiliar .box .cTexto {
            position: absolute;
            transform: translate(0, 0px);
            left: 0;
            right: 0;
            transition: all 300ms ease;
            /*font-size: 1.4em;*/
            user-select: none;
        }

        .elegirFamiliar .box .cIcono:before {
            font-size: 1.4em;
            font-family: FontAwesome;
            display: block;
            transform: translateY(-80px);
            opacity: 0;
            transition: all 300ms ease-in-out;
            font-weight: normal;
            color: white;
        }

        .elegirFamiliar .box .cTexto:before {
            font-size: 1.9em;
            font-family: FontAwesome;
            display: block;
            transform: translateY(-80px);
            opacity: 0;
            transition: all 300ms ease-in-out;
            font-weight: normal;
            color: white;
        }


    .elegirFamiliar .user-Principal .cIcono:before {
        font-family: 'Font Awesome 5 Free' !important;
        content: "\f007" !important;
        font-weight: 900 !important;
    }

    .elegirFamiliar .user-Familiar .cTexto:before {
        font-family: 'Font Awesome 5 Free' !important;
        content: "\f007" !important;
        font-weight: 900 !important;
    }

/*Elegir Lugar Prueba*/
.elegirLugarPrueba {
    width: 100%;
    text-align: center;
}

    .elegirLugarPrueba input[type="radio"] {
        display: none;
    }

        .elegirLugarPrueba input[type="radio"]:checked + .box {
            background-color: #006d57;
        }

            .elegirLugarPrueba input[type="radio"]:checked + .box span {
                color: white;
                transform: translateY(20px);
            }

                .elegirLugarPrueba input[type="radio"]:checked + .box span:before {
                    transform: translateY(0px);
                    opacity: 1;
                }

    .elegirLugarPrueba .box {
        width: 130px;
        height: 92px;
        background-color: #eee;
        transition: all 250ms ease;
        will-change: transition;
        display: inline-block;
        text-align: center;
        cursor: pointer;
        position: relative;
        /* font-weight: 900;*/
        border: 1px solid gray;
        overflow: hidden;
    }

        .elegirLugarPrueba .box:active {
            transform: translateY(-10px);
        }

        .elegirLugarPrueba .box .cIcono {
            position: absolute;
            transform: translate(0, 0px);
            left: 0;
            right: 0;
            transition: all 300ms ease;
            font-size: 1.4em;
            user-select: none;
        }

        .elegirLugarPrueba .box .cTexto {
            position: absolute;
            transform: translate(0, 0px);
            left: 0;
            right: 0;
            transition: all 300ms ease;
            /*font-size: 1.4em;*/
            user-select: none;
        }

        .elegirLugarPrueba .box .cIcono:before {
            font-size: 1.4em;
            font-family: FontAwesome;
            display: block;
            transform: translateY(-80px);
            opacity: 0;
            transition: all 300ms ease-in-out;
            font-weight: normal;
            color: white;
        }

        .elegirLugarPrueba .box .cTexto:before {
            font-size: 1.9em;
            font-family: FontAwesome;
            display: block;
            transform: translateY(-80px);
            opacity: 0;
            transition: all 300ms ease-in-out;
            font-weight: normal;
            color: white;
        }


    .elegirLugarPrueba .front-end span:before {
        font-family: 'Font Awesome 5 Free' !important;
        content: "\f594" !important;
        font-weight: 900 !important;
    }

    .elegirLugarPrueba .back-end span:before {
        font-family: 'Font Awesome 5 Free' !important;
        content: "\f80d" !important;
        font-weight: 900 !important;
    }


.scrollCuerpo {
    margin-right: 0;
    margin-left: 0;
    overflow-y: scroll;
    height: calc(100vh - 315px);
    overflow-x: hidden;
}

.scrollCuerpoWEB {
    margin-right: 0;
    margin-left: 0;
    overflow-y: scroll;
    height: calc(100vh - 405px);
    overflow-x: hidden;
}

@media only screen and (min-height: 812px) and (max-width: 375px) {
    .scrollCuerpo {
        height: calc(83vh - 180px);
    }
}


@media only screen and (min-width: 320px) {
    .scrollCuerpo {
        /*height: calc(80vh - 200px);*/
        height: calc(100vh - 315px);
    }
}

@media only screen and (min-width: 360px) {
    .scrollCuerpo {
        /*height: calc(80vh - 185px);*/
        height: calc(100vh - 325px);
    }
}

@media only screen and (min-width: 411px) {
    .scrollCuerpo {
        /*height: calc(80vh - 170px);*/
        height: calc(100vh - 325px);
    }
}

@media only screen and (min-height: 650px) {
    .scrollCuerpoWEB {
        /*height: calc(80vh - 170px);*/
        height: calc(100vh - 425px);
    }
}


/*----PREPARACION-----------------------------------*/
.preparacion-aceptarTerminos {
    position: absolute;
    bottom: 60px;
    right: 22px;
}

.preparacion-btns {
    text-align: right;
}

@media only screen and (max-width: 320px) {
    .preparacion-aceptarTerminos {
        right: 0;
        padding-left: 60px;
    }

    .preparacion-btns {
        padding-right: 21px;
    }
}

.btn-fijoAbajo {
    text-align: right;
    padding-top: 24px;
    position: fixed;
    bottom: 60px;
    right: 22px;
}

.descarga {
    margin: auto !important;
    text-align: center !important;
    max-width: 800px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/***REPARTIDORES-DESPLEGABLE***/
.collapse-content {
    width: 100%;
}

.collapse-content-cabecera {
    padding-bottom: 8px;
    background-color: #f7f7f7;
    box-shadow: 0 2px 8px #cccccc;
    display: block;
    overflow: auto;
    padding-top: 8px;
}

.collapse {
    display: block;
}

    .collapse a {
        display: block;
        font-size: 1rem;
        font-weight: 500;
        padding: 0.9rem 1.8rem;
        color: #fff;
        position: relative;
    }

        .collapse a.recoger {
            background: #004e90;
        }

        .collapse a.supervisor {
            background: #0f5d4d;
        }

.collap-flecha-desplegado {
    content: "";
    border-top: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    top: 20px;
    right: 30px;
}

.collap-flecha-plegado {
    content: "";
    border-top: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    top: 20px;
    right: 30px;
    transform: rotate(-90deg);
}

.content {
    /*max-height: 0em;*/
    transition: 0.3s linear 0s;
    overflow: hidden;
}

.collapse + .collapse a {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
}

.collapse:target .content {
    max-height: 15em;
}

.collapse:target a:before {
    transform: rotate(-90deg);
}

@media (max-width: 768px) {
    .collapse-content {
        margin: auto;
    }
}

@media (max-width: 425px) {
    .collapse-content {
    }
}

@media (max-width: 320px) {
    .collapse-content {
    }
}



/*TAREAS*/
.grid-tareas-individual {
    width: 13vh;
    height: 11.1vh;
    float: left;
    text-align: center;
    padding-top: 3vh;
    color: #f5f4f4;
    margin: 0.6%;
}

    .grid-tareas-individual i {
        font-size: 45px;
    }

@media only screen and (max-width: 320px) {
    .grid-tareas-individual {
        width: 13vh;
        height: 11.1vh;
    }
}

@media only screen and (min-width: 411px) {
    .grid-tareas-individual {
        width: 15.2vh;
        height: 11.1vh;
    }
}

@media only screen and (min-width: 411px) {
    @media only screen and (min-height: 731px) {
        .grid-tareas-individual {
            width: 13vh;
            height: 11.1vh;
        }
    }
}

@media only screen and (min-width: 414px) {
    .grid-tareas-individual {
        width: 13vh;
        height: 11.1vh;
    }
}

@media only screen and (min-width: 375px) {
    @media only screen and (min-height: 812px) {
        .grid-tareas-individual {
            width: 14vh;
            height: 11.1vh;
        }
    }
}

.grid-tareas-doble {
    width: 38vh;
    height: 11.1vh;
    float: left;
    text-align: center;
    color: #f5f4f4;
    margin: 0.6%;
}

    .grid-tareas-doble i {
        font-size: 30px;
        padding-top: 5px;
    }

@media only screen and (max-width: 320px) {
    .grid-tareas-doble {
        padding-top: 0vh;
        width: 100%;
        height: 11.1vh;
    }

    .grid-tareas-individual {
        padding-top: 2.5vh;
    }

    .grid-tareas-doble i {
        padding-top: unset;
    }
    /*.descripcionTareas {
        padding-top: 9px;
    }*/
}

@media only screen and (min-width: 320px) {
    .descripcionTareas {
        padding-top: 5px;
    }
}

@media only screen and (min-width: 414px) {
    .grid-tareas-doble {
        width: 42vh;
        height: 11.1vh;
    }

    .grid-tareas-doble {
        padding-top: 2.5vh;
    }

    .descripcionTareas {
        padding-top: unset;
    }
}

@media only screen and (min-width: 411px) {
    .grid-tareas-doble {
        width: 42vh;
        height: 11.1vh;
    }

    .grid-tareas-individual {
        padding-top: 2.5vh;
    }

    .descripcionTareas {
        padding-top: unset;
    }
}

@media only screen and (max-width: 411px) and (max-height: 823px) {
    .grid-tareas-doble {
        padding-top: unset;
    }
}

@media only screen and (min-width: 411px) and (min-height: 731px) {
    .grid-tareas-doble {
        width: 42vh;
        height: 11.1vh;
    }

    .grid-tareas-individual {
        padding-top: 2.5vh;
    }

    .grid-tareas-doble {
        padding-top: 1.5vh;
    }

    .descripcionTareas {
        padding-top: unset;
    }
}



@media only screen and (max-width: 375px) and (max-height: 812px) {
    .grid-tareas-doble {
        width: 35.5vh;
        height: 11.1vh;
    }

    .descripcionTareas {
        padding-top: 14px;
    }
}


@media only screen and (max-width: 375px) and (max-height: 667px) {
    .grid-tareas-doble {
        width: 42vh;
    }

    .descripcionTareas {
        padding-top: 6px;
    }

    .grid-tareas-individual {
        padding-top: 2vh
    }
}

@media only screen and (min-width: 768px) {
    .grid-tareas-individual {
        padding-top: 3.5vh;
    }

    .grid-tareas-doble {
        padding-top: 2.8vh;
    }
}

/*MapaTarea*/
.btn-volverTareas {
    position: absolute;
    right: 4px;
    top: 4px;
    font-size: 24px;
}

/**COLORES***********************/
.bg-violeta {
    background-color: #8659a9;
}

.bg-gray {
    background-color: #999;
}

.bg-azulOscuro {
    background-color: #046fb1;
}

.bg-desactivado {
    background-color: #9d9d9d !important;
}

.bg-verdeOscuro {
    background-color: #0f5d4d;
}

.btn-ColorExcel {
    background-color: #0f773d;
    color: white;
}

    .btn-ColorExcel:hover {
        background: #00421d !important;
        color: white;
    }

.btn-ColorPDF {
    background-color: #c5161f;
    color: white;
}

    .btn-ColorPDF:hover {
        background-color: #ad0009;
        color: white;
    }

.btn-ColorImprimir {
    background-color: #4e6ca3;
    color: white;
}

    .btn-ColorImprimir:hover {
        background-color: #194eaf;
        color: white;
    }

.dt-buttons {
    float: left;
}
/* - Hoteles ------------------------------------------------------------------------- */
.hotelBuscar {
    width: 100%;
    background-color: #f6f6f6;
    color: black;
    padding: 2px;
    border-bottom: 1px #b8b8b8 solid;
    cursor: pointer;
    padding-left: 10px;
}

    .hotelBuscar:hover {
        background-color: #189279;
        color: white;
    }

.hotelBuscarSelected {
    background-color: #0f5d4d;
    color: white;
}

.editarHotel {
    position: fixed;
    top: 70px;
    left: 10px;
    z-index: 1051;
    background-color: white;
    padding: 4px;
    overflow: auto;
    margin-left: 15%;
    margin-right: 15%;
    height: auto;
    -webkit-box-shadow: 5px 3px 40px -5px #000000;
    box-shadow: 5px 3px 40px -5px #000000;
}

.localizar {
    cursor: crosshair
}

.requiredSinDisplay {
    color: #d2322d;
    margin-left: 3px;
}

.grid-individual-clientes {
    margin-left: 5px;
    width: 31%;
    height: 110px;
    margin-bottom: 4px;
    text-align: center;
    color: white;
    padding-top: 22px;
}

    .grid-individual-clientes i {
        font-size: 45px !important;
        color: #f5f4f4;
        text-align: center;
    }

.grid-doble-clientes {
}

    .grid-doble-clientes i {
        font-size: 45px;
        text-align: center;
        padding-top: 2.5vh;
        color: #f5f4f4;
    }

.grid-doble-icono {
    text-align: center;
    padding-top: 22px;
    padding-left: 7px;
}

    .grid-doble-icono i {
        font-size: 45px;
    }

/*****Checkbox switch*******************/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:checked + .sliderVerde {
    background-color: #189279 !important;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.form-wizard .tab-content {
    min-height: 100px;
    padding: 10px;
    margin: 0px 0px;
}

.btn.btn-primary:disabled {
    background-color: #b3b3b3 !important;
    color: #2f3337;
    border-color: #bfbfbf;
}

.btn.btn-info:disabled {
    background-color: #b3b3b3 !important;
    color: #2f3337;
    border-color: #bfbfbf;
}

/*****OCULTAR SCROLL SUPERVISORES**********/
.ocultarScroll {
    overflow: hidden;
}

.datepicker {
    z-index: 9999;
}

/*Targeta*/
.elegirPruebaRepartidor {
    width: 100%;
    text-align: center;
}

    .elegirPruebaRepartidor input[type="radio"] {
        display: none;
    }

        .elegirPruebaRepartidor input[type="radio"]:checked + .box {
            background-color: #0f5d4d;
        }

            .elegirPruebaRepartidor input[type="radio"]:checked + .box span {
                color: white;
                transform: translateY(13px);
            }

                .elegirPruebaRepartidor input[type="radio"]:checked + .box span:before {
                    transform: translateY(0px);
                    opacity: 1;
                }

    .elegirPruebaRepartidor .box {
        width: 130px;
        height: 65px;
        font-size: 12px;
        background-color: #eee;
        transition: all 250ms ease;
        will-change: transition;
        display: inline-block;
        text-align: center;
        cursor: pointer;
        position: relative;
        /* font-weight: 900;*/
        border: 1px solid gray;
        overflow: hidden;
    }

        .elegirPruebaRepartidor .box:active {
            transform: translateY(-10px);
        }

        .elegirPruebaRepartidor .box .cIcono {
            position: absolute;
            transform: translate(0, 0px);
            left: 0;
            right: 0;
            transition: all 300ms ease;
            font-size: 1.4em;
            user-select: none;
        }

        .elegirPruebaRepartidor .box .cTexto {
            position: absolute;
            transform: translate(0, 0px);
            left: 0;
            right: 0;
            transition: all 300ms ease;
            /*font-size: 1.4em;*/
            user-select: none;
        }

        .elegirPruebaRepartidor .box .cIcono:before {
            font-size: 1.2em;
            font-family: FontAwesome;
            display: block;
            transform: translateY(-80px);
            opacity: 0;
            transition: all 300ms ease-in-out;
            font-weight: normal;
            color: white;
        }

        .elegirPruebaRepartidor .box .cTexto:before {
            font-size: 1.9em;
            font-family: FontAwesome;
            display: block;
            transform: translateY(-80px);
            opacity: 0;
            transition: all 300ms ease-in-out;
            font-weight: normal;
            color: white;
        }

    .elegirPruebaRepartidor .front-end span:before {
        font-family: 'Font Awesome 5 Free' !important;
        content: "\f485" !important;
        font-weight: 900 !important;
    }

    .elegirPruebaRepartidor .back-end span:before {
        font-family: 'Font Awesome 5 Free' !important;
        content: "\f0f0" !important;
        font-weight: 900 !important;
    }

/*Targeta*/
.elegirPruebaRepartidorAntigenosG {
    width: 100%;
    text-align: center;
}

    .elegirPruebaRepartidorAntigenosG input[type="radio"] {
        display: none;
    }

        .elegirPruebaRepartidorAntigenosG input[type="radio"]:checked + .box {
            background-color: #0f5d4d;
        }


    .elegirPruebaRepartidorAntigenosG input[type="radio"]:checked + .box span {
        color: white;
        transform: translateY(0px);
    }

        .elegirPruebaRepartidorAntigenosG input[type="radio"]:checked + .box span:before {
            transform: translateY(5px);
            opacity: 1;
        }

    .elegirPruebaRepartidorAntigenosG .box {
        width: 130px;
        height: 65px;
        font-size: 12px;
        background-color: #eee;
        transition: all 250ms ease;
        will-change: transition;
        display: inline-block;
        text-align: center;
        cursor: pointer;
        position: relative;
        /* font-weight: 900;*/
        border: 1px solid gray;
        overflow: hidden;
        padding-top: 8px;
    }

        .elegirPruebaRepartidorAntigenosG .box:active {
            transform: translateY(0px);
        }

        .elegirPruebaRepartidorAntigenosG .box .cIcono {
            position: absolute;
            transform: translate(0, 0px);
            left: 0;
            right: 0;
            transition: all 300ms ease;
            font-size: 1.4em;
            user-select: none;
        }

elegirPruebaRepartidorAntigenosG .box .cTexto {
    position: absolute;
    transform: translate(0, 0px);
    left: 0;
    right: 0;
    transition: all 300ms ease;
    /*font-size: 1.4em;*/
    user-select: none;
}

.elegirPruebaRepartidorAntigenosG .box .cIcono:before {
    font-size: 1.3em;
    font-family: FontAwesome;
    display: block;
    transform: translateY(-80px);
    opacity: 0;
    transition: all 300ms ease-in-out;
    font-weight: normal;
    color: white;
}

.elegirPruebaRepartidorAntigenosG .box .cTexto:before {
    font-size: 1.9em;
    font-family: FontAwesome;
    display: block;
    transform: translateY(-80px);
    opacity: 0;
    transition: all 300ms ease-in-out;
    font-weight: normal;
    color: white;
}

.elegirPruebaRepartidorAntigenosG .front-end span:before {
    font-family: 'Font Awesome 5 Free' !important;
    content: "\f029" !important;
    font-weight: 900 !important;
}

.elegirPruebaRepartidorAntigenosG .back-end span:before {
    font-family: 'Font Awesome 5 Free' !important;
    content: "\f0f0" !important;
    font-weight: 900 !important;
}


/**************************************************************************/
/*Targeta*/
.elegirHotelCentro {
    width: 100%;
    text-align: center;
}

    .elegirHotelCentro input[type="radio"] {
        display: none;
    }

        .elegirHotelCentro input[type="radio"]:checked + .box {
            background-color: #0f5d4d;
        }


            .elegirHotelCentro input[type="radio"]:checked + .box span {
                color: white;
                transform: translateY(0px);
            }

                .elegirHotelCentro input[type="radio"]:checked + .box span:before {
                    transform: translateY(5px);
                    opacity: 1;
                }

    .elegirHotelCentro .box {
        width: 130px;
        height: 65px;
        font-size: 12px;
        background-color: #eee;
        transition: all 250ms ease;
        will-change: transition;
        display: inline-block;
        text-align: center;
        cursor: pointer;
        position: relative;
        /* font-weight: 900;*/
        border: 1px solid gray;
        overflow: hidden;
        padding-top: 8px;
    }

        .elegirHotelCentro .box:active {
            transform: translateY(0px);
        }

        .elegirHotelCentro .box .cIcono {
            position: absolute;
            transform: translate(0, 0px);
            left: 0;
            right: 0;
            transition: all 300ms ease;
            font-size: 1.4em;
            user-select: none;
        }

        .elegirHotelCentro .box .cTexto {
            position: absolute;
            transform: translate(0, 0px);
            left: 0;
            right: 0;
            transition: all 300ms ease;
            /*font-size: 1.4em;*/
            user-select: none;
        }

        .elegirHotelCentro .box .cIcono:before {
            font-size: 1.3em;
            font-family: FontAwesome;
            display: block;
            transform: translateY(-80px);
            opacity: 0;
            transition: all 300ms ease-in-out;
            font-weight: normal;
            color: white;
        }

        .elegirHotelCentro .box .cTexto:before {
            font-size: 1.9em;
            font-family: FontAwesome;
            display: block;
            transform: translateY(-80px);
            opacity: 0;
            transition: all 300ms ease-in-out;
            font-weight: normal;
            color: white;
        }

    .elegirHotelCentro .front-end span:before {
        font-family: 'Font Awesome 5 Free' !important;
        content: "\f594" !important;
        font-weight: 900 !important;
    }

    .elegirHotelCentro .back-end span:before {
        font-family: 'Font Awesome 5 Free' !important;
        content: "\f0f8" !important;
        font-weight: 900 !important;
    }


/**************************************************************************/

/*Targeta*/
.elegirPacientesAntigenosG {
    width: 100%;
    text-align: center;
}

    .elegirPacientesAntigenosG input[type="radio"] {
        display: none;
    }

        .elegirPacientesAntigenosG input[type="radio"]:checked + .box {
            background-color: #0f5d4d;
        }


            .elegirPacientesAntigenosG input[type="radio"]:checked + .box span {
                color: white;
                transform: translateY(0px);
            }

                .elegirPacientesAntigenosG input[type="radio"]:checked + .box span:before {
                    transform: translateY(5px);
                    opacity: 1;
                }

    .elegirPacientesAntigenosG .box {
        width: 95px;
        height: 65px;
        font-size: 12px;
        background-color: #eee;
        transition: all 250ms ease;
        will-change: transition;
        display: inline-block;
        text-align: center;
        cursor: pointer;
        position: relative;
        border: 1px solid gray;
        overflow: hidden;
        padding-top: 8px;
    }

        .elegirPacientesAntigenosG .box:active {
            transform: translateY(0px);
        }

        .elegirPacientesAntigenosG .box .cIcono {
            position: absolute;
            transform: translate(0, 0px);
            left: 0;
            right: 0;
            transition: all 300ms ease;
            font-size: 1.4em;
            user-select: none;
        }

        .elegirPacientesAntigenosG .box .cTexto {
            position: absolute;
            transform: translate(0, 0px);
            left: 0;
            right: 0;
            transition: all 300ms ease;
            user-select: none;
        }

        .elegirPacientesAntigenosG .box .cIcono:before {
            font-size: 1.3em;
            font-family: FontAwesome;
            display: block;
            transform: translateY(-80px);
            opacity: 0;
            transition: all 300ms ease-in-out;
            font-weight: normal;
            color: white;
        }

        .elegirPacientesAntigenosG .box .cTexto:before {
            font-size: 1.9em;
            font-family: FontAwesome;
            display: block;
            transform: translateY(-80px);
            opacity: 0;
            transition: all 300ms ease-in-out;
            font-weight: normal;
            color: white;
        }

    .elegirPacientesAntigenosG .front-end span:before {
        font-family: 'Font Awesome 5 Free' !important;
        content: "\f029" !important;
        font-weight: 900 !important;
    }

    .elegirPacientesAntigenosG .back-end span:before {
        font-family: 'Font Awesome 5 Free' !important;
        content: "\f02a" !important;
        font-weight: 900 !important;
    }

    .elegirPacientesAntigenosG .camera-end span:before {
        font-family: 'Font Awesome 5 Free' !important;
        content: "\f030" !important;
        font-weight: 900 !important;
    }


/***********************************************************************/

/**************************************************************************/
/*Targeta*/
.resultadoPruebas {
    width: 100%;
    text-align: center;
}

    .resultadoPruebas input[type="radio"] {
        display: none;
    }

        .resultadoPruebas input[type="radio"]:checked + .inpNegativo {
            background-color: #48d4e6;
        }

        .resultadoPruebas input[type="radio"]:checked + .inpPositivo {
            background-color: #ff4069;
        }


            .resultadoPruebas input[type="radio"]:checked + .box span {
                color: white;
                transform: translateY(0px);
            }

                .resultadoPruebas input[type="radio"]:checked + .box span:before {
                    transform: translateY(5px);
                    opacity: 1;
                }

    .resultadoPruebas .box {
        width: 47px;
        height: 43px;
        font-size: 12px;
        background-color: #eee;
        transition: all 250ms ease;
        will-change: transition;
        display: inline-block;
        text-align: center;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        padding-top: 4px;
        border-radius: 2px;
    }

        .resultadoPruebas .box:active {
            transform: translateY(0px);
        }

        .resultadoPruebas .box .cIcono {
            position: absolute;
            transform: translate(0, 0px);
            left: 0;
            right: 0;
            transition: all 300ms ease;
            font-size: 1.4em;
            user-select: none;
        }

            .resultadoPruebas .box .cIcono:before {
                font-size: 1.3em;
                font-family: FontAwesome;
                display: block;
                transform: translateY(-80px);
                opacity: 0;
                transition: all 300ms ease-in-out;
                font-weight: normal;
                color: white;
                position: relative;
                z-index: 21;
            }

    .resultadoPruebas .negativo span:before {
        font-family: 'Font Awesome 5 Free' !important;
        content: "\f068" !important;
        font-weight: 900 !important;
    }

    .resultadoPruebas .positivo span:before {
        font-family: 'Font Awesome 5 Free' !important;
        content: "\f067" !important;
        font-weight: 900 !important;
    }


/***********************************************************************/


.repartidorPCRRecalculo {
    height: calc(100vh - 390px);
    text-align: justify;
    overflow: scroll;
    overflow-x: hidden;
}

.repartidorPCRDual {
    height: calc(100vh - 390px);
    text-align: justify;
    overflow: scroll;
    overflow-x: hidden;
}

.btn-atras {
    position: absolute;
    z-index: 999;
    top: 58px;
    right: 15px;
}

@media only screen and (min-width: 768px){
    .btn-atras {
        top: 8px;
        color: white;
    }
}
/*********************LISTADO DE MUESTRAS************************************/
.resultadoAts {
    width: 100%;
    text-align: center;
}

    .resultadoAts input[type="radio"] {
        display: none;
    }

    .resultadoAts .positivo:checked + .box {
        background-color: #ff4069;
    }

    .resultadoAts .negativo:checked + .box {
        background-color: #4bc0c0;
    }

    .resultadoAts .indeterminado:checked + .box {
        background-color: #006d57;
    }

    .resultadoAts .pendiente:checked + .box {
        background-color: #fea223;
    }

    .resultadoAts .incidencia:checked + .box {
        background-color: #d2322d;
    }

    .resultadoAts input[type="radio"]:checked + .box span {
        color: white;
        transform: translateY(9px);
    }

        .resultadoAts input[type="radio"]:checked + .box span:before {
            transform: translateY(0px);
            opacity: 1;
        }

    .resultadoAts .box {
        width: 110px;
        height: 60px;
        background-color: #eee;
        transition: all 250ms ease;
        will-change: transition;
        display: inline-block;
        text-align: center;
        cursor: pointer;
        position: relative;
        /* font-weight: 900;*/
        border: 1px solid gray;
        overflow: hidden;
    }

        .resultadoAts .box:active {
            transform: translateY(-10px);
        }

        .resultadoAts .box .cIcono {
            position: absolute;
            transform: translate(0, 0px);
            left: 0;
            right: 0;
            transition: all 300ms ease;
            font-size: 1.4em;
            user-select: none;
        }

        .resultadoAts .box .cTexto {
            position: absolute;
            transform: translate(0, -4px);
            left: 0;
            right: 0;
            transition: all 300ms ease;
            /*font-size: 1.4em;*/
            user-select: none;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            padding: 6px;
            padding-top: 0;
            padding-bottom: 0;
        }

        .resultadoAts .box .cIcono:before {
            font-size: 1.2em;
            font-family: FontAwesome;
            display: block;
            transform: translateY(-80px);
            opacity: 0;
            transition: all 300ms ease-in-out;
            font-weight: normal;
            color: white;
        }

        .resultadoAts .box .cTexto:before {
            font-size: 0em;
            font-family: FontAwesome;
            display: block;
            transform: translateY(-80px);
            opacity: 0;
            transition: all 300ms ease-in-out;
            font-weight: normal;
            color: white;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            padding: 6px;
            padding-top: 0;
            padding-bottom: 0;
        }

    .resultadoAts .front-end span:before {
        font-family: 'Font Awesome 5 Free' !important;
        content: "\f067" !important;
        font-weight: 900 !important;
    }

    .resultadoAts .back-end span:before {
        font-family: 'Font Awesome 5 Free' !important;
        content: "\f068" !important;
        font-weight: 900 !important;
    }

    .resultadoAts .indeterminado span:before {
        font-family: 'Font Awesome 5 Free' !important;
        content: "\f128" !important;
        font-weight: 900 !important;
    }

    .resultadoAts .pendiente span:before {
        font-family: 'Font Awesome 5 Free' !important;
        content: "\f0d1" !important;
        font-weight: 900 !important;
    }

    .resultadoAts .incidencia span:before {
        font-family: 'Font Awesome 5 Free' !important;
        content: "\f071" !important;
        font-weight: 900 !important;
    }

@media only screen and (min-width: 769px) and (max-width: 1600px) {
    .resultadoAts .box {
        width: 82px;
    }
}

/*KPIS*/
.kPIs {
    padding: 4px;
}

.cajaPanelControl {
    display: inline-block;
    /*min-width: 235px;*/
    width: 100%;
    height: 100px;
    margin: 0px 5px 5px 0px;
    padding: 0px;
    color: white;
    position: relative;
    overflow: hidden;
}

.cpcIcono {
    position: absolute;
    top: 5px;
    right: 0px;
    font-size: 150px;
    color: rgba(229, 229, 229, 0.30);
}

.cpcContador {
    font-size: 3rem;
    margin-left: 2px;
    padding-top: 15px;
}

.cpcTitulo {
    position: absolute;
    bottom: 5px;
    left: 2px;
    font-size: 1rem;
}

.cpcVariacion {
    text-align: right;
}

    .cpcVariacion .inline {
        line-height: 1.2;
    }

.close {
    display: none;
}

.page-header .leftside-header .toggle-left-sidebar {
    text-align: right;
}

.page-header .leftside-header .logo img {
    width: 112%;
}

.pantallaGrandeNav {
    display: none;
}

.pantallaGrandeSelect {
    display: block;
    right: 12px !important;
    width: 293px;
    text-align: right !important;
    left: 172px;
}

.nombreMenuMovil {
    right: 50px !important;
    width: 97px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media only screen and (min-width: 768px) {
    .pantallaGrandeNav {
        display: block;
        right: 12px !important;
        width: 400px;
        text-align: right !important;
    }
}

@media only screen and (min-width: 768px) {
    .ocultarTamañoGrande {
        display: none;
    }
}

.modal {
    z-index: 9991;
}

.cmbZonaR {
    width: 180px !important;
}

@media only screen and (max-width: 850px) {
    .pantallaGrandeNav {
        display: none;
    }
}



@media only screen and (max-width: 425px) {
    .cmbZonaR {
        width: 139px !important;
    }
}

@media only screen and (max-width: 375px) {
    .cmbZonaR {
        width: 99px !important;
    }
}


@media only screen and (max-width: 325px) {
    .cmbZonaR {
        width: 42px !important;
    }
}

@media only screen and (min-width: 768px) {
    .ocultarBtnAtras {
        display: none;
    }
}



.noScroll {
    overflow: hidden;
}


.scrollPreparacionMovil {
    height: calc(100vh - 390px);
    text-align: justify;
    overflow: scroll;
}

.scrollPreparacionMovilEscaner {
    height: calc(100vh - 339px);
    text-align: justify;
    overflow: scroll;
}

.scroll-contacto {
    margin-right: 0;
    margin-left: 0;
    overflow-y: scroll;
    height: calc(100vh - 370px);
    overflow-x: hidden;
}

.div-contactanos {
    overflow: auto;
    display: block;
    /* position: absolute;*/
    background-color: white;
    bottom: 92px;
    box-shadow: 1px 1px 1px #cccccc;
}

.btn-inferiores-APP {
    padding-top: 15px !important;
    position: absolute;
    bottom: 69px;
    width: 100%;
    padding-left: 0;
    padding-right: 22px;
    background-color: #ececec;
}

@media only screen and (max-height: 650px) {
    .btn-inferiores-APP {
        bottom: 84px;
    }
}

.scrollRecogida {
    height: calc(100vh - 350px);
    text-align: justify;
    overflow: scroll;
}
/**ESTO SOLAMENTE ES FUNCIONAL PARA CUANDO ESTAMOS USANDO LA WEB EN VEZ DE LA APP*/
.fijarBodyNoScroll {
    position: fixed;
}

.scrollSolicitudes {
    margin-right: 0;
    margin-left: 0;
    overflow-y: scroll;
    height: calc(80vh - 200px);
    overflow-x: hidden;
}

@media only screen and (min-width: 320px) {
    .scrollSolicitudes {
        height: calc(100vh - 375px);
    }
}

@media only screen and (min-width: 360px) {
    .scrollSolicitudes {
        height: calc(100vh - 385px);
    }
}

@media only screen and (min-width: 411px) {
    .scrollSolicitudes {
        height: calc(100vh - 385px);
    }
}


.scrollInicio {
    overflow-y: scroll;
    height: calc(80vh - 180px);
    overflow-x: hidden;
}

@media only screen and (min-width: 320px) {
    .scrollInicio {
        height: calc(100vh - 250px);
    }
}

@media only screen and (min-width: 360px) {
    .scrollInicio {
        height: calc(100vh - 260px);
    }
}

@media only screen and (min-width: 411px) {
    .scrollInicio {
        height: calc(100vh - 260px);
    }
}

.scrollEditarUsuario {
    overflow-y: scroll;
    height: calc(80vh - 180px);
    overflow-x: hidden;
}

@media only screen and (min-width: 320px) {
    .scrollEditarUsuario {
        height: calc(100vh - 250px);
    }
}

@media only screen and (min-width: 360px) {
    .scrollEditarUsuario {
        height: calc(100vh - 260px);
    }
}

@media only screen and (min-width: 411px) {
    .scrollEditarUsuario {
        height: calc(100vh - 260px);
    }
}

.scrollPreparacion {
    height: calc(100vh - 455px);
    text-align: justify;
    overflow: scroll;
}

.scrollPreparacionEscaner {
    height: calc(100vh - 405px);
    text-align: justify;
    overflow: scroll;
}

@media only screen and (min-height: 650px) {
    .scrollPreparacion {
        height: calc(100vh - 500px);
    }

    .scrollPreparacionEscaner {
        height: calc(100vh - 449px);
    }
}

.scroll-contactoWeb {
    margin-right: 0;
    margin-left: 0;
    overflow-y: scroll;
    height: calc(100vh - 435px);
    overflow-x: hidden;
}



.div-contactanosWeb {
    overflow: auto;
    display: block;
    /*position: absolute;*/
    background-color: white;
    bottom: 158px;
    box-shadow: 1px 1px 1px #cccccc;
}

@media only screen and (min-height: 650px) {
    .div-contactanosWeb {
        /*bottom: 198px;*/
    }
}


@media only screen and (min-height: 1024px) {
    .div-contactanosWeb {
        /*position: relative;*/
        box-shadow: unset;
    }
}

/**ESTO SOLAMENTE ES FUNCIONAL PARA CUANDO ESTAMOS USANDO LA WEB EN VEZ DE LA APP DE REPARTIDORES*/
.repartidorPCRDualWEB {
    height: calc(100vh - 490px);
    text-align: justify;
    overflow: scroll;
    overflow-x: hidden;
}

.repartidorPCRRecalculoWEB {
    height: calc(100vh - 480px);
    text-align: justify;
    overflow: scroll;
    overflow-x: hidden;
}

.btn-inferiores-WEB {
    padding-top: 15px !important;
    position: absolute;
    bottom: 122px;
    width: 100%;
    padding-left: 0;
    padding-right: 22px;
    background-color: #ececec;
}

@media only screen and (min-height: 650px) {
    .btn-inferiores-WEB {
        bottom: 182px;
    }

    .repartidorPCRRecalculoWEB {
        height: calc(100vh - 500px);
    }

    .repartidorPCRDualWEB {
        height: calc(100vh - 500px);
    }
}

@media only screen and (max-height: 650px) {
    .btn-inferiores-WEB {
        bottom: 137px;
    }

    scrollRecogidaWEB {
        height: calc(100vh - 470px);
    }
}

.scrollRecogidaWEB {
    height: calc(100vh - 430px);
    text-align: justify;
    overflow: scroll;
}


.divGruposContenido {
    height: calc(100vh - 440px) !important;
    text-align: justify !important;
    overflow: scroll !important;
    overflow-x: hidden !important;
}

.divGruposContenidoWEB {
    height: calc(100vh - 530px);
    text-align: justify;
    overflow: scroll;
    overflow-x: hidden;
}

@media only screen and (max-height: 650px) {
    .btn-inferiores-WEB {
        bottom: 137px;
    }

    .divGruposContenidoWEB {
        height: calc(100vh - 530px) !important;
    }
}

@media only screen and (max-height: 680px) {
    .btn-inferiores-WEB {
        bottom: 180px;
    }
}

/********************************************/
@media only screen and (max-width: 650px) {
    .imgContactanos {
        display: none !important;
    }

    .formularioContactanos {
        background: white;
        border-radius: 5px;
        height: auto !important;
        max-height: unset !important;
        padding-bottom: 10px;
        padding-top: 10px;
    }
}

@media only screen and (max-width: 1250px) {
    .imgContactanos {
        height: auto !important;
        max-height: auto !important;
    }
}

/*Bootstrap col-md-offset-right--------------------------------------------------*/
.col-xs-offset-right-12 {
    margin-right: 100%;
}

.col-xs-offset-right-11 {
    margin-right: 91.66666667%;
}

.col-xs-offset-right-10 {
    margin-right: 83.33333333%;
}

.col-xs-offset-right-9 {
    margin-right: 75%;
}

.col-xs-offset-right-8 {
    margin-right: 66.66666667%;
}

.col-xs-offset-right-7 {
    margin-right: 58.33333333%;
}

.col-xs-offset-right-6 {
    margin-right: 50%;
}

.col-xs-offset-right-5 {
    margin-right: 41.66666667%;
}

.col-xs-offset-right-4 {
    margin-right: 33.33333333%;
}

.col-xs-offset-right-3 {
    margin-right: 25%;
}

.col-xs-offset-right-2 {
    margin-right: 16.66666667%;
}

.col-xs-offset-right-1 {
    margin-right: 8.33333333%;
}

.col-xs-offset-right-0 {
    margin-right: 0;
}

@media (min-width: 768px) {
    .col-sm-offset-right-12 {
        margin-right: 100%;
    }

    .col-sm-offset-right-11 {
        margin-right: 91.66666667%;
    }

    .col-sm-offset-right-10 {
        margin-right: 83.33333333%;
    }

    .col-sm-offset-right-9 {
        margin-right: 75%;
    }

    .col-sm-offset-right-8 {
        margin-right: 66.66666667%;
    }

    .col-sm-offset-right-7 {
        margin-right: 58.33333333%;
    }

    .col-sm-offset-right-6 {
        margin-right: 50%;
    }

    .col-sm-offset-right-5 {
        margin-right: 41.66666667%;
    }

    .col-sm-offset-right-4 {
        margin-right: 33.33333333%;
    }

    .col-sm-offset-right-3 {
        margin-right: 25%;
    }

    .col-sm-offset-right-2 {
        margin-right: 16.66666667%;
    }

    .col-sm-offset-right-1 {
        margin-right: 8.33333333%;
    }

    .col-sm-offset-right-0 {
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .col-md-offset-right-12 {
        margin-right: 100%;
    }

    .col-md-offset-right-11 {
        margin-right: 91.66666667%;
    }

    .col-md-offset-right-10 {
        margin-right: 83.33333333%;
    }

    .col-md-offset-right-9 {
        margin-right: 75%;
    }

    .col-md-offset-right-8 {
        margin-right: 66.66666667%;
    }

    .col-md-offset-right-7 {
        margin-right: 58.33333333%;
    }

    .col-md-offset-right-6 {
        margin-right: 50%;
    }

    .col-md-offset-right-5 {
        margin-right: 41.66666667%;
    }

    .col-md-offset-right-4 {
        margin-right: 33.33333333%;
    }

    .col-md-offset-right-3 {
        margin-right: 25%;
    }

    .col-md-offset-right-2 {
        margin-right: 16.66666667%;
    }

    .col-md-offset-right-1 {
        margin-right: 8.33333333%;
    }

    .col-md-offset-right-0 {
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-offset-right-12 {
        margin-right: 100%;
    }

    .col-lg-offset-right-11 {
        margin-right: 91.66666667%;
    }

    .col-lg-offset-right-10 {
        margin-right: 83.33333333%;
    }

    .col-lg-offset-right-9 {
        margin-right: 75%;
    }

    .col-lg-offset-right-8 {
        margin-right: 66.66666667%;
    }

    .col-lg-offset-right-7 {
        margin-right: 58.33333333%;
    }

    .col-lg-offset-right-6 {
        margin-right: 50%;
    }

    .col-lg-offset-right-5 {
        margin-right: 41.66666667%;
    }

    .col-lg-offset-right-4 {
        margin-right: 33.33333333%;
    }

    .col-lg-offset-right-3 {
        margin-right: 25%;
    }

    .col-lg-offset-right-2 {
        margin-right: 16.66666667%;
    }

    .col-lg-offset-right-2 {
        margin-right: 16.66666667%;
    }

    .col-lg-offset-right-1 {
        margin-right: 8.33333333%;
    }

    .col-lg-offset-right-0 {
        margin-right: 0;
    }
}


