﻿.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #eee;
}

    .form-control:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

select.form-control {
    cursor: pointer;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    /* outline: none; */
    vertical-align: top;
    z-index: 2;
    background-image: url(../../images/down-arrow@2x.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-position: calc(100% - 12px) center;
    background-size: 9px 6px;
    text-transform: none;
}

.close, .close:hover, .close:focus {
    color: #fff;
    opacity: unset;
    text-shadow: none;
}

.alert {
    border-width: 2px;
}

.has-error .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-group-addon {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.has-error .input-group-addon {
    background-color: transparent;
}

.sectionPol p {
    text-align: justify;
}


/* Move down content because we have a fixed navbar that is 50px tall */
body {
    margin: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    /* Move down content because we have a fixed navbar that is 50px tall */
    padding-top: 50px;
    padding-bottom: 0;
    background-color: #fff;
}

.flex {
    flex: 1;
}

@media all and (-ms-high-contrast:none) {
    /* Para explorer */
    .flex {
        flex: none;
    }
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

.checkbox input[type="checkbox"] {
    margin-left: 0;
    position: absolute;
}

.navbar-text {
    padding: 0 15px;
}

/*  Pasos   */

.tdPaso {
    color: #BBBBBB;
    font-weight: bold;
}

.tdPasoActual {
    color: #314b64;
    font-weight: bold;
}

    .tdPaso span, .tdPasoActual span {
        font-size: 2.3em;
    }

.tdPaso label {
    color: #BBBBBB;
}

.tdPasoActual label {
    color: #000000;
}

.tdPaso strong, .tdPasoActual strong {
    color: #FFFFFF;
}

/* Fin Pasos */

.trDatosSeleccionado td {
    background-color: #e2e2e2;
    /*color: #FFFFFF !important;*/
}


.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    height: 110%;
}

.embed-responsive {
    padding-bottom: 40%;
}

@media screen and (min-width: 768px) {
    .embed-responsive {
        padding-bottom: 10%;
    }
}

.padding-zero > thead > tr > th, .padding-zero > tbody > tr > th, .padding-zero > tfoot > tr > th, .padding-zero > thead > tr > td, .padding-zero > tbody > tr > td, .padding-zero > tfoot > tr > td {
    padding: 0px;
}

/* INICIO AJAX LOADER */
.overlay {
    position: fixed;
    z-index: 999999;
    top: 0px;
    left: 0px;
    background: #FFF url('../../images/ajax-loader.gif') no-repeat center;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=70);
    opacity: 0.70;
    -moz-opacity: 0.70;
    cursor: wait;
}

* html .overlay {
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
    width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
}

.loader {
    z-index: 9999999;
    position: fixed;
    width: 120px;
    margin-left: -60px;
    top: 50%;
    left: 50%;
}

* html .loader {
    position: absolute;
    margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)) + 'px');
}
/* FIN AJAX LOADER*/

/* INICIO PAYTEF LOADER */
.paytef_overlay {
    position: fixed;
    z-index: 9999999;
    top: 0px;
    left: 0px;
    background-color: #FFF;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=70);
    opacity: 0.70;
    -moz-opacity: 0.70;
    cursor: wait;
    align-items: center;
    display: flex;
    justify-content: center;
}

.paytef_loader {
    position: absolute;
    left: 50%;
    top: 52%;
    animation: rotate 1s infinite;
    height: 50px;
    width: 50px;
}

    .paytef_loader:before,
    .paytef_loader:after {
        border-radius: 50%;
        content: '';
        display: block;
        height: 20px;
        width: 20px;
    }

    .paytef_loader:before {
        animation: ball1 1s infinite;
        background-color: #cb2025;
        box-shadow: 30px 0 0 #f8b334;
        margin-bottom: 10px;
    }

    .paytef_loader:after {
        animation: ball2 1s infinite;
        background-color: #00a096;
        box-shadow: 30px 0 0 #97bf0d;
    }

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(0.8);
        -moz-transform: rotate(0deg) scale(0.8);
    }

    50% {
        -webkit-transform: rotate(360deg) scale(1.2);
        -moz-transform: rotate(360deg) scale(1.2);
    }

    100% {
        -webkit-transform: rotate(720deg) scale(0.8);
        -moz-transform: rotate(720deg) scale(0.8);
    }
}

@keyframes ball1 {
    0% {
        box-shadow: 30px 0 0 #f8b334;
    }

    50% {
        box-shadow: 0 0 0 #f8b334;
        margin-bottom: 0;
        -webkit-transform: translate(15px,15px);
        -moz-transform: translate(15px, 15px);
    }

    100% {
        box-shadow: 30px 0 0 #f8b334;
        margin-bottom: 10px;
    }
}

@keyframes ball2 {
    0% {
        box-shadow: 30px 0 0 #97bf0d;
    }

    50% {
        box-shadow: 0 0 0 #97bf0d;
        margin-top: -20px;
        -webkit-transform: translate(15px,15px);
        -moz-transform: translate(15px, 15px);
    }

    100% {
        box-shadow: 30px 0 0 #97bf0d;
        margin-top: 0;
    }
}
/* FIN PAYTEF LOADER */

/* TABLA*/

table.respon {
    border-collapse: collapse;
    color: #333;
    text-rendering: optimizeLegibility;
    width: 100%;
}

    table.respon thead th {
        font-weight: 600;
    }

    table.respon thead th, table.respon tbody td {
        padding: .8rem;
        vertical-align: middle;
    }

    table.respon tbody td {
        padding: .8rem;
        color: #444;
    }

    table.respon tbody tr:not(:last-child) {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

table.ADOSresponsive {
    margin: 22px auto;
    border-collapse: collapse;
    color: #333;
    text-rendering: optimizeLegibility;
    border-radius: 5px;
    width: 100%;
}

    table.ADOSresponsive thead th {
        font-weight: 600;
    }

    table.ADOSresponsive thead th, table.ADOSresponsive tbody td {
        padding: .8rem;
        vertical-align: middle;
    }

    table.ADOSresponsive tbody td {
        padding: .8rem;
        color: #444;
    }

    table.ADOSresponsive tbody tr:not(:last-child) {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

.text-center {
    text-align: center;
}

@media screen and (max-width: 766px) {
    .text-center {
        text-align: left;
    }

    table.ADOSresponsive thead {
        display: none;
    }

    table.ADOSresponsive tbody td {
        display: block;
        padding: .6rem;
    }

    table.ADOSresponsive tbody tr td:first-child {
        background: #314b64;
        color: #fff;
    }

    table.ADOSresponsive tbody td:before {
        content: attr(data-th);
        font-weight: bold;
        display: block;
        /*Para mostrar en la misma linea todo descomentar las de abajo*/
        /*display: inline-block;
    width: 10rem;*/
    }
}

table.ADOSresponsiveInv thead th, table.ADOSresponsiveInv tbody td, table.ADOSresponsiveInv {
    border: 0;
}

table.ADOSresponsiveInv {
    margin: 0px auto;
    border-collapse: collapse;
    background: #fff;
    color: #444;
    text-rendering: optimizeLegibility;
    border-radius: 5px;
    width: 100%;
}

/* FIN TABLA */

/* BOTON IR ARRIBA */
#scrollUp {
    bottom: 20px;
    right: 20px;
    padding: 0px 10px 5px 10px;
    background-color: #314b64;
    color: #fff;
}

@media print {
    #scrollUp {
        display: none !important;
    }
}
/* FIN BOTON IR ARRIBA */

/*Para que el scroll de los modales este en su body  */
.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}
/*Para que el scroll de los modales este en su body  */

.resumen-venta-entradas{
    min-height: 150px;
    max-height: calc(100vh - 350px);
    overflow-y: auto;
}

.btn-group label {
    font-weight: normal;
}

.btn-group > .focus {
    background-color: #fff;
}

.has-error .btn-group label {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.popover {
    max-width: unset;
}


/* Control horas de reserva */

.tdHoraSI {
    padding: 2px;
    background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
    background-repeat: repeat-x;
    border-color: #b2dba1;
    background-color: #dff0d8;
    color: #3c763d;
    text-align: center;
}

    .tdHoraSI a {
        color: #3c763d;
        text-decoration: none;
    }

        .tdHoraSI a:hover, .tdHoraSI a:active, .tdHoraSI:hover {
            color: #c8e5bc;
            background-color: #3c763d;
            text-decoration: none;
        }

.tdHoraNO {
    padding: 2px;
    background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
    background-repeat: repeat-x;
    border-color: #dca7a7;
    background-color: #f2dede;
    color: #a94442;
    text-align: center;
}

    .tdHoraNO a {
        color: #a94442;
        text-decoration: none;
    }

        .tdHoraNO a:hover, .tdHoraNO a:active, .tdHoraNO:hover {
            color: #e7c3c3;
            background-color: #a94442;
            text-decoration: none;
        }

.tdHoraAforo {
    padding: 2px;
    background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
    background-repeat: repeat-x;
    border-color: #9acfea;
    background-color: #d9edf7;
    color: #31708f;
    text-align: center;
}

    .tdHoraAforo a {
        color: #31708f;
        text-decoration: none;
    }

        .tdHoraAforo a:hover, .tdHoraAforo a:active, .tdHoraAforo:hover {
            color: #b9def0;
            background-color: #31708f;
            text-decoration: none;
        }

.tdHoraInfoAnul {
    padding: 2px;
    background-image: linear-gradient(to bottom, #ffe0b3 0%, #ffc066 100%);
    background-repeat: repeat-x;
    border-color: #ffb64d;
    background-color: #ffe0b3;
    color: #ce5a16;
    text-align: center;
}

    .tdHoraInfoAnul a {
        color: #ce5a16;
        text-decoration: none;
    }

        .tdHoraInfoAnul a:hover, .tdHoraInfoAnul a:active, .tdHoraInfoAnul:hover {
            color: #ffc066;
            background-color: #ce5a16;
            text-decoration: none;
        }

.tdHoraGris {
    padding: 2px;
    background-image: linear-gradient(to bottom, #e0e0e0 0%, d0d0d0 100%);
    background-repeat: repeat-x;
    border-color: silver;
    background-color: #e0e0e0;
    color: #777777;
    text-align: center;
}

    .tdHoraGris a {
        color: #777777;
        text-decoration: none;
    }

        .tdHoraGris a:hover, .tdHoraGris a:active, .tdHoraGris:hover {
            color: #d0d0d0;
            background-color: #777777;
            text-decoration: none;
        }

.tdHoraSeleccionada {
    padding: 2px;
    background-image: linear-gradient(to bottom, #d4eef6 0%, #a3dbec 100%);
    background-repeat: repeat-x;
    border-color: blue;
    background-color: #d4eef6;
    color: #286090;
    text-align: center;
}

    .tdHoraSeleccionada a {
        color: #286090;
        text-decoration: none;
    }

        .tdHoraSeleccionada a:hover, .tdHoraSeleccionada a:active, .tdHoraSeleccionada:hover {
            color: #a3dbec;
            background-color: #286090;
            text-decoration: none;
        }

.a2Leyenda {
    padding: 8px;
    margin-bottom: 0;
}

.a2Leyenda-gris {
    background-image: linear-gradient(to bottom, #e0e0e0 0%, d0d0d0 100%);
    background-repeat: repeat-x;
    border-color: silver;
    background-color: #e0e0e0;
    color: #777777;
}

.a2Leyenda-rojo {
    background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
    background-repeat: repeat-x;
    border-color: #dca7a7;
    background-color: #f2dede;
    color: #a94442;
}

.a2Leyenda-amarillo {
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
    background-repeat: repeat-x;
    border-color: #f5e79e;
    background-color: #fcf8e3;
    color: #8a6d3b;
}

.a2Leyenda-naranja {
    background-image: linear-gradient(to bottom, #ffe0b3 0%, #ffc066 100%);
    background-repeat: repeat-x;
    border-color: #ffb64d;
    background-color: #ffe0b3;
    color: #ce5a16;
}

.a2Leyenda-verde {
    background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
    background-repeat: repeat-x;
    border-color: #b2dba1;
    background-color: #dff0d8;
    color: #3c763d;
}


.a2Leyenda-azul {
    background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
    background-repeat: repeat-x;
    border-color: #9acfea;
    background-color: #d9edf7;
    color: #31708f;
}

.dropdown-menu > li > a {
    padding: 10px 20px;
}

@media screen and (max-width: 768px) {
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 10px 10px 10px 30px;
    }
}

.navbar-default {
    background-image: none;
}

/*Hacemos que el menu se auto colapse cuando llege a dos lineas */

#autocollapse.collapsed .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

#autocollapse.collapsed .navbar-header {
    float: none;
}

#autocollapse.collapsed .navbar-collapse.collapse {
    display: none !important;
}

#autocollapse.collapsed .navbar-toggle {
    display: block;
}

#autocollapse.collapsed .collapse.in {
    display: block !important;
}

#autocollapse.collapsed .navbar-nav > li {
    float: none;
}

#autocollapse.collapsed .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
}

#autocollapse.collapsed .navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid #d4d4d4;
    border-top-color: #d4d4d4;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    -webkit-overflow-scrolling: touch;
}

/*cookies */
.bloque_cookies {
    background-color: #000;
    border: 2px solid #000;
    border-radius: 0;
    display: none;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 10px;
    margin: -226px 0 0 0;
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-align: left;
    max-width: 100%;
    width: 260px;
    z-index: 100001;
    -webkit-box-shadow: 3px 1px 5px 0 rgba(50, 50, 50, 0.37);
    -moz-box-shadow: 3px 1px 5px 0 rgba(50, 50, 50, 0.37);
    box-shadow: 3px 1px 5px 0 rgba(50, 50, 50, 0.37);
    box-sizing: border-box;
}

.bloque_cookies_Content {
    font-family: Arial,Helvetica,sans-serif;
    color: #fff;
    padding: 0;
    position: relative;
    left: 0;
    top: 0;
    text-decoration: none;
}

    .bloque_cookies_Content .bloque_cookies_Content_Title {
        color: #fff;
        font-weight: bold;
        padding: 9px 20px 9px 10px;
        text-transform: uppercase;
    }

    .bloque_cookies_Content p {
        line-height: 1.2em;
        margin: 0;
        padding: 0;
    }

        .bloque_cookies_Content p a {
            color: #fff;
            text-decoration: underline;
            font-size: inherit;
        }

        .bloque_cookies_Content p .bloque_cookies_Content_Title_Close {
            color: #fff;
            position: absolute;
            top: 8px;
            right: 5px;
            text-decoration: none;
        }

.bloque_cookies_Content_Message {
    margin: 0;
    padding: 5px 10px 20px 10px;
    overflow: auto;
    text-align: left;
    font-size: 11px;
}

.bloque_cookies_Content_Buttons {
    padding: 0 5px;
}

.bloque_cookies_Content_Accept {
    background: #fff;
}

.bloque_cookies_Content_Accept, .bloque_cookies_Content_No_Accept {
    background: #fff;
    color: #000;
    display: inline-block;
    line-height: 1.2em;
    margin: 0 5px 0 5px;
    padding: 5px 8px 5px 8px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}
/*cookies */

/* colores butacas */
.localidad {
    border: 0px;
    text-align: center;
    z-index: 1;
    border-radius: 5px;
    font-size: 9px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    width: 25px;
    height: 25px;
}

.loc_libre {
    color: #000;
    background-color: #b2dba1;
}

.loc_seleccionada {
    color: #FFFFFF;
    background-color: #007bff;
}

.loc_ocupada {
    color: #FFFFFF;
    background-color: #D45454;
}

.loc_preocupada {
    color: #FFFFFF;
    background-color: #DD0000;
}

.loc_nodisponible {
    color: #000;
    background-color: #ccc;
}

.loc_tipo1 {
    color: #FFFFFF;
    background-color: #20c997;
}

.loc_tipo2 {
    color: #FFFFFF;
    background-color: #6B8E23;
}

.loc_tipo9, .loc_tipo99 {
    color: #000;
    background-color: #eee;
}

.contenedorLocalidadesPadre {
    /*width: 100%; 
    height:auto;
    overflow:auto;
    position: relative;*/
    background-color: #fff;
    /*  float: left;
        border: 1px solid #d2d2d2;
        max-height: 1002px;
    */
    margin: auto;
    clear: both;
    width: 100%;
    height: auto;
    
    -moz-user-select: none;
    overflow-x: auto;
    
}

.contenedorLocalidades {
    transform: matrix(1, 0, 0, 1, 0, 0);
    transform-origin: left top 0px;
    position: relative;
    /*min-height: 1000px;*/
}

/* colores butacas */

.resumen-venta {
    /* border: solid 0.5px #d2d2d2; */
    /* box-shadow: 0 5px 15px -3px rgba(0,0,0,.23); */
    padding: 10px 10px 10px 10px;
    background-color: #f0f0f0;
}

.image-resumen-venta {
    background-size: contain;
    height: 200px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.image-zona {
    width: 100%;
    height: 200px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: solid 1px;
    border-color: #f0f0f0;
}
