﻿@import url(StyleFont.css);
@import url(StyleFontsNew.css);
@import url(StyleIcons.css);

html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden !important;
}

body {
    margin: 0;
    padding: 0 !important;
    height: 100%;
}

#wrapper {
    min-height: 100%;
    position: relative;
}

.modal-dialog {
    margin-top: calc(50vh - 293.5px);
}
#ModalPopSendTickets .modal-dialog {
    margin-top: calc(50vh - 328px);
}
/*colores*/
.color1 {
    /*color: #b0b2b4 !important;*/
    color: #777777 !important;
}

    .color1::before {
        /*color: #b0b2b4 !important;*/
        color: #777777 !important;
    }

.color2 {
    color: #2a64a2 !important;
}

    .color2::before {
        color: #2a64a2 !important;
    }

.color3 {
    color: #ffffff !important;
}

    .color3::before {
        color: #ffffff !important;
    }

.color4 {
    color: #ff0000 !important;
}

    .color4::before {
        color: #ff0000 !important;
    }

.color5 {
    color: #808080 !important;
}

.color6 {
    color: #666666 !important;
}

.colorfooter {
    background: #454343;
    padding: 12px 18px;
}

.background1 {
    background-color: #b0b2b4 !important;
}

.background2 {
    background-color: #2a64a2 !important;
}

.background3 {
    background-color: #94B1D0 !important;
}

.background31, .background21 {
    background-color: orange !important;
}

/*letras*/
.letra1 {
    font-family: FontMBold;
    font-size: 18px;
}

.letra2 {
    font-family: FontNormal;
    font-size: 14px;
}

.letra3 {
    font-family: FontNormal;
    font-size: 12px;
}

.letra4 {
    font-family: FontMLight;
    font-size: 16px;
}

.letra5 {
    font-family: FontMNormal;
    font-size: 12px;
}

.titulo1 {
    font-family: FontMNormal;
    font-weight: 600;
    font-size: 18px;
}

.descripcion1 {
    font-family: FontLight;
    font-size: 21px;
}

.descripcion2 {
    font-family: FontLight;
    font-size: 15px;
}

.upper {
    text-transform: uppercase;
}

.lower {
    text-transform: lowercase;
}

.capitalize {
    text-transform: capitalize;
}

.size10 {
    font-size: 10px !important;
}

.size15 {
    font-size: 15px !important;
}

.size16 {
    font-size: 16px !important;
}

.size18 {
    font-size: 18px !important;
}
.size22 {
    font-size: 22px !important;
}

.size20 {
    font-size: 20px !important;
}

.size30 {
    font-size: 30px !important;
}

.size40 {
    font-size: 40px !important;
}

.lh40{
    line-height:35px;
}

/*lineas*/
.color-line {
    position: absolute;
    top: 0;
    width: 100%;
    height: 6px;
    background: url(/Content/Images/topbar.gif);
    z-index: 110;
}

.lineacolor1 {
    border: 0.5px solid #b0b2b4;
    margin-bottom: 5px;
}
/*header*/
#header {
    background-color: #fff;
    display: block;
    height: 65px;
    margin: 0;
    padding: 0;
    position: relative;
    /*border-bottom: 1px solid #e4e5e7;*/
}

    #header.noline {
        border-color: transparent !important;
    }

.navbar {
    background-color: transparent;
    z-index: 100;
    margin-bottom:0px;
}

.nav2.navbar {
    z-index: 99;
}

.navbar .title {
    padding: 5px 0px;
}

#navbar .navbar-left {
    border-left: 1px solid #e4e5e7;
}

.navbar.navbar-login {
    border-color: transparent;
}

.navbar-login #navbar {
    background-color: white !important;
}

.navbar-login button {
    background-color: transparent !important;
}

.navbar .open a {
    background-color: transparent !important;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent !important;
}

.navbar span[class^="icon-"], .navbar span[class*=" icon-"] {
    font-size: 30px;
    margin-right: 10px;
}

.navbar a {
    display: flex !important;
    align-items: center;
}

.caret {
    /*background: transparent url(/Content/Images/SVG/dropdown.svg) no-repeat 0px center;
    width: 15px;*/
    height: 10px;
    margin-left: 10px;
    border: none;
}

.dropdown-menu {
    border-radius: 7px !important;
}

.dropdown-menu {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.navbar-brand-centered img {
    width: 100%;
    height: auto;
    margin-top: 5px;
}

.navbar-brand {
    height: 60px;
    margin-left: 0px !important;
}

.navbar-brand img {
    width: 200px;
    margin-top: 10px;
}
.navbar-login .navbar-brand img {
    width: 100%;
    margin-top: 0px;
}

.fBold {
    font-weight: 600 !important;
}

.container-fluid {
    height: 100%;
    padding-left: 13px !important;
}

#navbar {
    height: 100% !important;
    overflow:unset;
    background-color:white;
}

.navbar-nav {
    background: white;
}

#navbar ul.nav.navbar-nav.navbar-left {
    height: 100%;
}
ul.navbar-nav li {
  margin-top:8px;
}
ul.dropdown-menu li, ul.navbar-brand-centered li {
    margin-top: 0px;
} 
nav.navbar.navbar-default {
    height: 100%;
}

.borderleft {
    border-left: 1px solid #e4e5e7;
}

.mt45 {
    margin-top: 45px;
}

/*footer*/
.footer {
    color: white;
    /*position: absolute;*/
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

/*login*/
.login {
    max-width: 420px;
    margin: auto;
    /*padding-top: 1%; /* 6-8 sin header*/
}

.login-title {
    letter-spacing: 15px;
    color: #B0B2B4;
}

.login-copyright {
    /*font-family: "Pendiente";*/
    font-size: 12px;
    color: #B0B2B4;
}

.login-webprint {
    /*font-family: "Pendiente";
    font-size: 12px;*/
    color: #B0B2B4;
}

.login-print {
    border-radius: 50%;
    border: 1px solid #2A64A2;
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
}

    .login-print img {
        margin-top: 6px;
    }

/*Botones*/
.boton1 {
    background-color: #2A64A2; /*#0065a7*/
    border-color: #2A64A2;
    height: 60px;
    border-radius: 5px;
    white-space: normal;
}

.boton1:hover, .boton1:focus, .boton1:active, .boton1.active, .boton1:active:focus {
    background-color: #2A64A2;
    border-color: #2A64A2;
    color: #FFFFFF;
    box-shadow: 2px 2px 5px #888888;
}

.boton1texto {
    color: #FFFFFF;
}

.boton2 {
    background-color: #FFFFFF; /*#0065a7*/
    border-color: #2A64A2;
    height: 60px;
    border-radius: 5px;
    white-space: normal;
}

    .boton2:hover, .boton2:focus, .boton2:active, .boton2.active, .boton2:active:focus {
        background-color: #FFFFFF;
        border-color: #2A64A2;
        color: #2A64A2;
        box-shadow: 2px 2px 5px #888888;
    }

.boton2texto {
    color: #2A64A2;
}

.input-group-addon {
    cursor: pointer;
}

.nobl {
    background-color: transparent;
    border-left-width: 0px !important;
}

.nobr {
    background-color: transparent;
    border-right-width: 0px !important;
}
/*input*/
.campotexto1 {
    height: 60px;
    border-color: #ccc !important;
}

.campotexto2 {
    height: 45px;
    border-color: #ccc !important;
}

.campotexto3 {
    height: 40px;
    border-color: #ccc !important;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

.form-control {
    border-width: 0.5px;
}

/*select*/
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent url(/Content/Images/SVG/select.svg) no-repeat 360px center !important;
    width: 390px;
}

/*otros*/
.margintop45 {
    margin-top: 45px;
}

.marginbottom45 {
    margin-bottom: 45px;
}

.margintop15 {
    margin-top: 15px;
}

.marginbottom15 {
    margin-bottom: 15px;
}
.marginbottom30 {
    margin-bottom: 30px;
}
.marginlr45 {
    margin-left: 45px;
    margin-right: 45px;
}

.nopaddinglr {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.nopaddingtb {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.paddinglr45 {
    padding-left: 45px;
    padding-right: 45px;
}

.paddingtp45 {
    padding-top: 45px;
    padding-bottom: 45px;
}
.paddingt20 {
 padding-top:20px;
}
.paddinglr15 {
    padding-left: 15px;
    padding-right: 15px;
}

.paddingl10 {
    padding-left: 10px;
}
.paddingl20 {
    padding-left: 20px;
}
.paddingr10 {
    padding-right: 10px;
}

.paddingl15 {
    padding-left: 15px;
}

.paddingr15 {
    padding-right: 15px;
}

.paddingl10p {
    padding-left: 10%
}

.titulo {
    text-align: center;
}

.flex {
    display: flex;
    flex: 1;
}

.flex-around {
    justify-content: space-around;
}
.flex-end {
 justify-content:flex-end;
}
.flex-start {
    justify-content: flex-start;
}
.flex-vcenter {
    align-items: center
}

.flex-hcenter {
   justify-content: center;
}

.flex-column {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

.flex-column hr {
    width: 100%
}

.centerspan {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.leftspan {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
}

.contenedor {
    /*min-height: 660px; /*652*/
    min-height: max-content;
}

.botonera {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    /*justify-content: space-between;*/
    /*padding: 40px;*/
    min-height: 620px;
}

.botonera.list {
    height: 598px;
    width: 75.5%;
    float: none;
    margin: auto;
    display: block;
}

.botonera.cuadricula {
    width: 40%;
    float: none;
    margin: auto;
    display: block;
}

.botonimg {
    display: flex;
    padding-bottom: 50px;
    padding-left: 5%;
    padding-right: 5%;
}

    .botonimg.disabled .img {
        background: #b0b2b4;
    }

    .botonimg.disabled a {
        cursor: not-allowed;
        pointer-events: none;
    }

    .botonimg.disabled .text span {
        color: #b0b2b4 !important;
    }

.botonera.list .botonimg {
    padding-left: 0;
    padding-right: 1rem;
    float: left;
    padding-bottom: 105px;
    min-height: 211px;
}

    .botonera.list .botonimg:nth-child(3),
    .botonera.list .botonimg:nth-child(6),
    .botonera.list .botonimg:nth-child(9) {
        padding-right: 0;
    }

.botonera.cuadricula .botonimg {
    display: flex;
    padding-bottom: 50px;
    padding-right: 122px;
    padding-left: 0;
    float: left;
    width: auto;
}

.botonera.cuadricula .botonimg .text {
    width: 140px;
    text-align:center;
}

.botonimg .img {
    background: #2A64A2;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    width: 140px;
    height: 130px;
}

.botonera.list .botonimg .img {
    width: 95px;
    height: 90px;
}

.botonimg .img span {
    font-size: 65px;
    text-align: center;
}

.botonera.list .botonimg .img span {
    font-size: 45px;
    text-align: center;
}

.botonimg .img span::before {
    vertical-align: -50%;
}

.botonimg .img img {
    width: 80%;
    height: auto;
}

.botonimg .text {
    display: flex;
    flex-direction: column;
    align-content: space-between;
    padding-top: 20px;
}

.botonera.list .botonimg .text {
    padding-top: 0px;
    width: 289px;
}

.botonera.list .text {
    padding-left: 14px;
}

.botonimg .text span {
    max-width: 275px;
}

    .botonimg .text span:first-child {
        flex: 1;
    }

    .botonimg .text span:last-child {
        flex: 2;
        display: none;
    }

.botonera.list .botonimg .text span:last-child {
    flex: 2;
    display: block;
}

.botonimg a {
    text-decoration: none;
}

.botonera.list .botonimg a {
    flex-direction: unset;
    align-items: unset
}

.botonera .botonimg a {
    flex-direction: column;
    align-items: center;
}

a, .cursor {
    cursor: pointer;
}

.nocursor {
cursor:default;
}

.link-descarga {
    text-decoration: underline;
    color: inherit;
    padding: 0.45rem;
}

.paddingTopBottom2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}


/*
.popover.fade.bottom,
.popover.fade.bottom > .arrow:after,
.popover.fade.bottom > .popover-content {
    background-color: transparent;
    border-bottom: transparent;
    border-bottom-color: transparent;
    color: transparent;
}*/

.popover.fade.bottom {
    border: none;
    box-shadow: none;
}

.popover.fade.bottom.in {
    min-width: max-content !important;
    background-color: black;
}

.popover.bottom > .arrow,
.popover.fade.bottom > .arrow:after {
    border-bottom-color: transparent;
}

.popover.fade.bottom.in > .arrow:after {
    border-bottom-color: black;
    display: block;
}

.popover.fade.bottom > .popover-content {
    color: transparent;
    background-color: transparent;
}

.popover.fade.bottom.in > .popover-content {
    color: white;
}

.floatnone {
    float: none;
    margin: auto;
}

.float45none {
    float: none;
    margin: 45px auto;
}
.float20none {
    float: none;
    margin: 20px auto;
}
.modal-payment,
.modal-Confirmation {
    max-width: 800px;
}
/**tama;o de iconos*/
.row span[class^="icon-"].icon-lg,
.row span[class*=" icon-"].icon-lg {
    font-size: 5.5rem !important;
}

/*Listados*/
.rowHeader {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f9f9f9;
}

.rowItem {
    padding: 5px 0px;
}

.odd {
    background-color: #ffffff;
}

.even {
    background-color: #f9f9f9;
}

.row span[class^="icon-"], .row span[class*=" icon-"] {
    font-size: 20px !important;
    cursor: pointer;
}

.row span[class^="icon-printdesk"], .row span[class*=" icon-printdesk"] {
    font-size: 40px !important;
}

.row .navbar span[class^="icon-"], .row .navbar span[class*=" icon-"] {
    font-size: 30px !important;
    margin-right: 10px;
}

.navbar span[class^="icon-descargar"]:before, .navbar span[class*=" icon-descargar"]:before {
    font-size: 20px !important;
    vertical-align:top;
}

.redcircle {
    color: white;
    background-color: red;
    font-size: 12px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    padding-top: 2px;
    margin: 0px 5px;
}

.oculto {
    display: none;
}

#bodywarning span.icon-warning, #bodysuccess span.icon-success {
    font-size: 50px !important;
}

.listTickets input[type="checkbox"], .checkhidden, .tkAll {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.listTickets label {
    cursor: pointer;
}
/*Eventos (Venta)*/
.evtSelected {
    border-bottom: 3px solid #2a64a2;
}

.scrollhidden {
    overflow: hidden;
}

.borderright {
    border-right: 1px solid #e4e5e7;
}

.envioexitoso {
    background: url(Images/SVG/envioexitoso.svg) no-repeat center;
    width: 290px;
    height: 150px;
}

.printexitoso {
    background: url(Images/SVG/printexitoso.svg) no-repeat center;
    width: 290px;
    height: 150px;
}

.cambioexitoso {
    background: url(Images/SVG/cambioExitoso.svg) no-repeat center;
    width: 290px;
    height: 210px;
}

.spanPopFunction {
    display: inline-block;
}

.spanPopFunction::first-letter {
    text-transform: uppercase;
}

select.tipoEntradaTicket {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent url(/Content/Images/SVG/entrada.svg) no-repeat center right !important;
    width: 95%;
    border: 0px;
    padding: 5px;
    color: #2a64a2;
    outline: none;
    background-size: 23px 23px !important;
    text-align: center;
    text-align-last: center;
}

select.tipoEntradaTicket option:checked {
    color: #2a64a2;
}

/*Modal*/
#modal-aperturar .modal-content {
    min-height: 250px;
}

#modal-aperturar #ModalConfirmationBody {
    height: 100%;
    margin-bottom: 20px;
}

#modal-aperturar .modal-dialog {
    margin: 0 auto;
    margin-top: calc(50vh - 174px);
}

#modal-confirmaperturar .modal-content {
    min-height: 400px;
}

#modal-confirmaperturar #ModalConfirmationBody {
    height: 100%;
    margin-bottom: 20px;
}

#modal-confirmaperturar .modal-dialog {
    margin: 0 auto;
}

.modal-dialog span[class^="icon-"], .modal-dialog span[class*=" icon-"] {
    font-size: 30px;
}

.modal-header {
    border-bottom: none !important;
}

#spanIsoCode {
    position: relative;
    top: -40px;
    left: 15px;
}

#spanMonto {
    position: relative;
    top: 20px;
    left: -25px;
}

#montoApertura {
    padding-left: 60px;
    font-size: 16px;
}

.bleft1 {
    border-left: solid 1px #b0b2b4;
}

.bright1 {
    border-right: solid 1px #b0b2b4;
}
.btop1 {
    border-top: solid 1px #b0b2b4;
}

.bbottom1 {
    border-bottom: solid 1px #b0b2b4;
}
.size11 {
    font-size: 11px !important;
}
.size12 {
    font-size: 12px !important;
}
.size14 {
    font-size: 14px !important;
}

.btnTW {
    width: 170px !important;
    height: 45px !important;
    font-size: 14px !important;
}
.btnTWL {
    height: 35px !important;
    font-size: 14px !important;
}
.odd2 {
    background-color: #F2F2F2 !important;
}

.inputLupa {
    border-radius: 4px !important;
    border-right-width: 0.500px !important;
}

.lupaInput {
    position: relative;
    left: 10px;
    border-left: 1px;
    border-radius: 4px !important;
}

.margintop25 {
    margin-top: 25px;
}
.margintop20 {
    margin-top: 20px;
}
/*animation*/
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        -ms-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -ms-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        -ms-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        -ms-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/**Responsive**/
@media screen and (min-width: 2560) {
    .botonera {
        max-width: 1450px;
        margin-left: 22%;
    }

        .botonera.cuadricula .botonimg {
            min-width: 340px;
        }

        .botonera.cuadricula {
            justify-content: flex-start;
        }

        .botonera.list {
            justify-content: space-between;
        }

    .botonimg .text span.upper.descripcion2.color1 {
        max-width: 203px;
        white-space: nowrap;
    }
}

@media screen and (min-width: 1440px) and (max-width: 2559) {
    .botonera {
        max-width: 1450px;
        margin-left: 5%;
    }

        .botonera.cuadricula .botonimg {
            min-width: 322px;
        }

        .botonera.cuadricula {
            justify-content: flex-start;
        }

        .botonera.list {
            justify-content: space-between;
        }

    .botonimg .text span.upper.descripcion2.color1 {
        max-width: 193px;
        text-align: center;
        white-space: nowrap;
    }
}

@media screen and (min-width: 2560) {
    .botonera {
        max-width: 1450px;
        margin-left: 22%;
    }
}

@media only screen and (max-width: 1500px) {
    .botonera.list {
        width: 100%;
    }

    .botonimg .text span {
        width: auto;
        padding-right: 20px;
    }

    .botonera.cuadricula {
        width: 56%;
    }
}

@media only screen and (min-width: 1026px) {
    .botonera.cuadricula .botonimg:nth-child(4),
    .botonera.cuadricula .botonimg:nth-child(8),
    .botonera.cuadricula .botonimg:nth-child(9),
    .botonera.cuadricula .botonimg:nth-child(12) {
        padding-right: 0;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    /*.botonera.cuadricula .botonimg {
        min-width: 315px;
    }*/

    .botonera.cuadricula {
        justify-content: flex-start;
        width: 62%;
    }

    .botonera.list {
        justify-content: space-between;
    }
}

@media only screen and (max-width: 1500px) {
    .botonera.list {
        width: 100%;
    }

    .botonimg .text span {
        width: auto;
    }
    .botonera.cuadricula {
        justify-content: flex-start;
    }

    .botonimg .text span.upper.descripcion2.color1 {
        max-width: 178px;
        text-align: center;
    }
}

@media screen and (min-width: 768px) and (max-width: 1025px) {
    .nav.navbar-nav.navbar-right li.dropdown a.dropdown-toggle.language span:nth-child(2){
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .botonera.cuadricula .botonimg:not(.hidden):nth-child(odd) {
        padding-right: 122px;
    }

    .botonera.cuadricula .botonimg:not(.hidden):nth-child(even) {
        padding-right: 0;
    }
}

@media only screen and (max-width: 1331px) {
    .botonera.list .botonimg {
        padding-right: 0;
    }
}

@media only screen and (max-width: 1220px) {
    .botonera.list .botonimg .text {
        width: 250px;
    }
}

/*@media only screen and (max-width: 1114px) {
    .botonera.list .botonimg {
        width: 50%;
    }
}*/

@media only screen and (max-width: 1110px) {
    .botonera.list .botonimg .text {
        width: 140px;
    }

    .descripcion1 {
        font-size: 20px;
    }

    .descripcion2 {
        font-size: 15px;
    }

    .botonera.cuadricula {
        width: 70%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .botonera .botonimg {
        min-height: 203px;
    }
}

@media only screen and (max-width: 1025px) {
    .botonera .botonimg {
        min-height: 242px;
    }
    .botonera.cuadricula .botonimg:nth-child(3),
    .botonera.cuadricula .botonimg:nth-child(6),
    .botonera.cuadricula .botonimg:nth-child(9),
    .botonera.cuadricula .botonimg:nth-child(12) {
        padding-right: 0;
    } 
}

@media only screen and (max-width: 850px) {
    .botonera.list {
        min-height: auto;
    }
    
        .botonera .botonimg {
            min-height: auto;
            padding-bottom: 30px !important;
        }
 
    .botonera.cuadricula {
        width: 56%;
    }
}

@media only screen and (min-width: 1026px) {
    .botonera.cuadricula .botonimg:nth-child(4),
    .botonera.cuadricula .botonimg:nth-child(8),
    .botonera.cuadricula .botonimg:nth-child(9),
    .botonera.cuadricula .botonimg:nth-child(12) {
        padding-right: 0;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    /*.botonera.cuadricula .botonimg {
        min-width: 315px;
    }*/

    .botonera.cuadricula {
        justify-content: flex-start;
        width: 62%;
    }

    .botonera.list {
        justify-content: space-between;
    }

        .botonera.list .botonimg .text {
            width: 285px;
        }

    .botonimg .text span.upper.descripcion2.color1 {
        max-width: 178px;
        text-align: center;
    }
}

@media screen and (min-width: 768px) and (max-width: 1025px) {
    .nav.navbar-nav.navbar-right li.dropdown a.dropdown-toggle.language span:nth-child(2){
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .botonera.cuadricula .botonimg:not(.hidden):nth-child(odd) {
        padding-right: 122px;
    }

    .botonera.cuadricula .botonimg:not(.hidden):nth-child(even) {
        padding-right: 0;
    }
}

@media only screen and (max-width: 1331px) {
    .botonera.list .botonimg {
        padding-right: 0;
    }
}

@media only screen and (max-width: 1220px) {
    .botonera.list .botonimg .text {
        width: 250px;
    }
}

/*@media only screen and (max-width: 1114px) {
    .botonera.list .botonimg {
        width: 50%;
    }
}*/

@media only screen and (max-width: 1110px) {
    .botonera.list .botonimg .text {
        width: 140px;
    }

    .descripcion1 {
        font-size: 20px;
    }

    .descripcion2 {
        font-size: 15px;
    }

    .botonera.cuadricula {
        width: 70%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .botonera .botonimg {
        min-height: 203px;
    }
}

@media only screen and (max-width: 1025px) {
    .botonera .botonimg {
        min-height: 242px;
    }
    .botonera.cuadricula .botonimg:nth-child(3),
    .botonera.cuadricula .botonimg:nth-child(6),
    .botonera.cuadricula .botonimg:nth-child(9),
    .botonera.cuadricula .botonimg:nth-child(12) {
        padding-right: 0;
    } 
}

@media only screen and (max-width: 850px) {
    .botonera.list {
        min-height: auto;
    }
    
        .botonera .botonimg {
            min-height: auto;
            padding-bottom: 30px !important;
        }

            .botonera.list .botonimg .text {
                width: 200px;
            }

                .botonera.list .botonimg .text .descripcion1 {
                    font-size: 15px;
                }
                .botonera.list .botonimg .text .descripcion2 {
                font-size: 11px;
            }
}

@media screen and (min-width:768px) {
    .navbar-brand-centered {
        position: absolute;
        left: 45%;
        display: block;
        text-align: center;
    }

    .navbar > .container .navbar-brand-centered img,
    .navbar > .container-fluid .navbar-brand-centered img {
        margin-left: -80px;
    }
}

@media only screen and (max-width: 657px) {
    .botonera.cuadricula .botonimg:not(.hidden):nth-child(odd) {
        padding-right: 10px;
    }

    .botonera.list .botonimg .text {
        width: 150px;
    }
}

#ModalChangePass #msgError img, #msgCliente img, #msgErrorConfirmation img{
    width: 30px;
}

#ModalLoading .modal-content {
    padding-top: 0px !important;
}

.modal-content.Modal-Loading {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

/*New Loading*/
@keyframes lds-rolling {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes lds-rolling {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.lds-rolling {
    position: relative;
}
.lds-rolling div,
.lds-rolling div:after {
    position: absolute;
    width: 154px;
    height: 154px;
    border: 14px solid #3072b5;
    border-top-color: transparent;
    border-radius: 50%;
}

.lds-rolling div {
    -webkit-animation: lds-rolling 0.9s linear infinite;
    animation: lds-rolling 0.9s linear infinite;
    top: 100px;
    left: 100px;
}

.lds-rolling div:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.lds-rolling {
    width: 100px !important;
    height: 100px !important;
    -webkit-transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
    transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
}

.checkgreen {
    background-image: url(Images/SVG/checkgreen.svg);
    background-repeat: no-repeat;
    background-position: center;
}
/*PagoJS*/
.bordererror {
    border: 1px solid #AE2029 !important;
}
.form-wrapper {
    max-width: 30%;
    min-width: 400px;
    margin: 0px auto;
    background-color: #ffffff;
    border-radius: 5px;
    height: -webkit-fill-available;
    max-height: 400px;
    height: 400px;
    max-width: 408px;
}

.form-group {
    position: relative;
}

.form-label {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    font-size: 14px;
    color: #D0D2D3;
    background-color: #FFF;
    -webkit-text-fill-color: #D0D2D3;
    padding-top: 18.5px;
    font-family: FontLight !important;
    transition: .15s ease-out;
    -webkit-transition: .15s ease-out;
    padding: 0px;
    font-weight: normal !important;
}

.focused .form-label {
    transform: translateY(-125%);
    margin-top: 10px;
    color: #0065A8;
    -webkit-text-fill-color: #0065A8;
    font-size: 12px;
    background: transparent;
}

.form-input {
    position: relative;
    width: 100%;
    outline: 0;
    transition: box-shadow 150ms ease-out;
    background-color: transparent;
    font-size: 14px;
    display: block;
    max-width: 408px;
    border: 1px solid #B3B3B3;
    /*margin: 1em 0;*/
    padding: 1em;
    padding-top: 30px;
    padding-bottom: 8px;
    color: #434343;
    -webkit-text-fill-color: #434343;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    padding-left: 20px !important;
}
.optional {
    color: #0065A8;
    -webkit-text-fill-color: #0065A8;
    padding: 0px 5px;
}
.rowbothleft {
    width: 47%;
    margin: 0px;
    float: left;
}

.rowbothright {
    width: 47%;
    margin: 0px;
    float: right;
}
.divTotalOrder {
    font-family: FontBold !important;
    border-top: 1px solid #B1B3B5;
    width: 48%;
    float: right;
    text-align: right;
}

.divTotalOrderSub {
    float: right;
    margin-top: 10px;
    width: 100%;
}
.btnpurchase {
    background-color: #2A64A2;
    border-color: #2A64A2;
    height: 45px;
    min-width: 170px;
    border-radius: 5px;
    white-space: normal;
    color: #ffffff;
    border: 1px solid transparent;
    font-size: 14px;
    font-family: FontMBold;
}
.btnpurchase:hover, .btnpurchase:focus, .btnpurchase:active, .btnpurchase.active, .btnpurchase:active:focus {
    background-color: #2A64A2;
    border-color: #2A64A2;
    color: #FFFFFF;
    box-shadow: 2px 2px 5px #888888;
}
div#divIframePago div.tab-pane {
  min-height:300px;
}
#cvv2Masked {
    -webkit-text-security: disc !important;
}
#gridOrdenes .rowItem, #Next-Page > span, #Prev-Page > span {
    cursor: pointer;
}
.rotateright::before {
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.rotateleft::before {
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.Paginado span[class^="icon-"], .Paginado span[class*=" icon-"] {
   font-size:15px !important;
}
select#cmbEmailCliente {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent url(/Content/Images/SVG/select.svg) no-repeat 130px center !important;
}
.radius30 {
  border-radius:30px;
}
.GridBloq {
   cursor:pointer;
}
.BloqSELECTED {
    background-color: lightblue !important;
}