﻿@charset "utf-8";
/*body {
    font-family: 'Roboto', sans-serif !important;
}*/

.modal {
    text-align: center;
    padding: 0!important;
}

.loader {
    width: 100px;
    height: 100px;
    position: fixed;
    margin: 0 auto;
    right: 0px;
    top: 50%;
    bottom: 0px;
    display: block;
    left: 0px;
}

#loader-6 {
    left: -2.5px;
}

#loader-6 span {
    display: inline-block;
    width: 5px;
    height: 20px;
    background-color: #3498db;
}

#loader-6 span:nth-child(1) {
    animation: grow 1s ease-in-out infinite;
}

#loader-6 span:nth-child(2) {
    animation: grow 1s ease-in-out 0.15s infinite;
}

#loader-6 span:nth-child(3) {
    animation: grow 1s ease-in-out 0.30s infinite;
}

#loader-6 span:nth-child(4) {
    animation: grow 1s ease-in-out 0.45s infinite;
}

.searh-dialog {
    width: 40%;
}

@keyframes grow {
    0%,
    100% {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
    }
    50% {
        -webkit-transform: scaleY(1.8);
        -ms-transform: scaleY(1.8);
        -o-transform: scaleY(1.8);
        transform: scaleY(1.8);
    }
}

html {
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.search-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    height: auto !important;
}

.searh-dialog > .modal-content {
    width: 100%;
    height: 100%;
    padding: 10px;
}

.warning-alert-icon {
    height: 130px;
    background: #fec200;
    padding: 20px 0px;
}

.warning-alert-box {
    height: 130px;
    background: #fff;
    position: relative;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.ticket-header {
    position: fixed;
    background: #1f2533;
    width: 100%;
    right: 0px;
    left: 0px;
    top: 0px;
    z-index: 100;
    text-align: left;
    color: #fff;
    max-height: 103px;
}

.ticket-header-container {
    background: #1f2533;
    min-width: 320px;
    position: relative;
    padding: 9px 0 9px 30px;
    max-height: 55px;
}

.ticket-header-container:after {
    clear: both;
}

.ticket-header-container:before {
    content: " ";
    display: table;
    line-height: 0;
}

.seat-container {
    /*margin-top: 55px;*/
    min-width: 650px;
}

td,
td img {
    vertical-align: top;
}

.seatprice {
    color: #999;
    font-size: 12px;
    margin-bottom: 5px;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #ececec;
    padding-top: 20px;
}

.seatrowname {
    color: #b3b3b3;
    margin-right: 6px;
    margin-top: 4px;
    font-size: 14px;
}

.seats {
    margin: 0 2px;
    float: left;
    width: 21px;
}

.block {
    display: inline-block;
    font-size: 10px;
    line-height: 21px;
    font-weight: 400;
    background: #e6b800;
    opacity: .3;
    color: #fff;
    width: 21px;
    height: 21px;
    border-radius: 26%;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    cursor: not-allowed;
}
.blockcvd {
    display: inline-block;
    font-size: 10.5px;
    line-height: 21px;
    font-weight: 400;
    background: #d5304a;
    opacity: .3;
    color: #fff;
    width: 21px;
    height: 21px;
    border-radius: 26%;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    cursor: not-allowed;
}

.empty {
    margin: 4px 2px;
    float: left;
    width: 21px;
}

.available {
    border: 1px solid rgba(230, 184, 0, 0.5019607843137255);
    background-color: transparent;
    color: #aeaeae !important;
    cursor: pointer;
    opacity: 1;
}
.available:hover{
    background-color: #e6b800;
    color: #000 !important;
}

.family {
    border: 1px solid #f13452;
}

.selected {
    background-color: #e6b800;
    color: #000 !important;
}

.screenimg {
    padding-top: 50px;
    text-align: center;
}

.center {
    text-align: center;
}

/*.navbar {
    background: #1f2533;
    border-radius: 0px;
}*/

.modal ._qty-modal {
    max-width: 450px!important;
    background: #000!important;
    color: #bababa!important;
}

.modal .popover {
    display: none;
    /*position: fixed;*/
    max-width: 960px;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .2);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 500;
    padding: 0 !important;
    border: 1px solid #232325;
    border-radius: 0;
}

.modal ._qty-modal .__header {
    color: #f0f0f0;
    font-size: 16px;
    padding: 10px 0px;
    text-align: center;
}

.modal ._qty-modal .body {
    text-align: center;
}

.modal .popover .body {
    padding: 15px;
    zoom: 1;
}

.modal .popover .body:after,
.modal .popover .body:before {
    content: " ";
    display: table;
    line-height: 0;
}

.modal ._qty-modal .body .__avatar {
    text-align: center;
}

.modal ._qty-modal .body .__avatar span {
    width: 120px;
    height: 120px;
}

.modal ._qty-modal .body .__list {
    width: 100%;
    margin: 20px 0;
    display: inline-block;
}

.modal ._qty-modal .body .__list ul {
    width: 100%;
    zoom: 1;
    background: #000;
    padding: 0 15px;
    display: inline-block;
    font-weight: bold;
}

.modal ._qty-modal .body .__list ul li {
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 25px;
    height: 25px;
    font-size: 16px;
    padding: 2px 0;
    margin: 0 5px;
}

.modal ._qty-modal .body .__list ul li a,
.modal ._terms-modal .body a {
    color: #fff !important;
}

.modal ._qty-modal .body .__list ul li:hover,
.modal ._terms-modal .body .__list ul li:hover {
    color: #fff !important;
    background: #e6b800;
    border-radius: 20px;
}

.modal ._qty-modal .body .__list ul li._active,
.modal ._qty-modal .body .__list ul li._selected {
    color: #fff;
    background: #e6b800;
    border-radius: 20px;
}

.modal ._qty-modal .body .action-btn {
    /*font-size: 16px;
    color: #fff;
    background: #56469e;
    background: -moz-linear-gradient(90deg, #58469C 1%, #C9345B 96%);
    background: -webkit-linear-gradient(90deg, #58469C 1%, #C9345B 96%);
    background: linear-gradient(90deg, #58469C 1%, #C9345B 96%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f87062', endColorstr='#ff5196', GradientType=1);
    padding: 12px 10px;
    border-radius: 5px;
    margin: 15px auto 0;
    padding: 15px 0;
    cursor: pointer;
    font-weight: bold;*/
}

.sold-out-border {
    width: 25px;
    height: 25px;
    border: 2px solid #525a6c;
    float: left;
    margin-top: 20px;
    border-radius: 3px;
}

.sold-out-heading {
    font-weight: bold;
    font-size: 16px;
    color: #525a6c;
    float: left;
    margin-left: 10px;
    margin-top: 25px;
}

.filling-fast-border {
    width: 25px;
    height: 25px;
    border: 2px solid #df665d;
    float: left;
    margin-top: 20px;
    border-radius: 3px;
}

.filling-fast-heading {
    font-weight: bold;
    font-size: 16px;
    color: #df665d;
    float: left;
    margin-left: 10px;
    margin-top: 25px;
}

.available-border {
    width: 25px;
    height: 25px;
    border: 2px solid #6ab245;
    float: left;
    margin-top: 20px;
    border-radius: 3px;
}

.available-heading {
    font-weight: bold;
    font-size: 16px;
    color: #6ab245;
    float: left;
    margin-left: 10px;
    margin-top: 25px;
}

.seating-movie-header {
    padding-top: 20px;
    background-size: cover;
    background-position: center;
    padding: 12px 15px;
    width: 100%;
    z-index: 99;
}

.seating-movie-header .date,
.cinema {
    font-size: 14px;
    margin-top: 0px;
}

.seating-movie-header .movie-name {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.seating-movie-header .no-tickets {
    font-size: 14px;
    color: #fff;
}

.no-disktop {
    display: none;
}

.no-mobile {
    display: block;
}

.seating-result-bg {
    background: #223347;
    width: 100%;
    bottom: 0px;
    z-index: 9;
}

.seating-result-bg p {
    color: #ffffff;
    font-size: 16px;
    margin: 5px 0px 0px 10px;
}

.seating-result-bg span {
    color: #7e8fb3;
    font-size: 14px;
    margin: 0px 0px 0px 10px;
}

.seating-result-bg input {
    background: #56469e;
    background: -moz-linear-gradient(to right, #56469e, #663f9a, #773797, #932a8f);
    background: -webkit-linear-gradient(to right, #56469e, #663f9a, #773797, #932a8f);
    background: linear-gradient(to right, #56469e, #663f9a, #773797, #932a8f);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f87062', endColorstr='#ff5196', GradientType=1);
    width: 100%;
    text-transform: uppercase;
    border: 0px;
    height: 55px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.p-t-30 {
    padding-top: 30px;
}

.overflow-auto {
    overflow: auto;
}

.seatlay-seats {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 10px;
    display: block;
    font-weight: 400;
}

.navbar > .container-fluid {
    color: #ffffff;
    /*padding-top: 15px;
    height: 80px;*/
}

.w-auto {
    width: auto !important;
}

.m-auto {
    margin: 0 auto !important;
}

@media (min-width:320px) and (max-width:425px) {}

@media (min-width:320px) and (max-width:767px) {
    .mgNavigator {
        top: 35% !important;
        z-index: 99;
    }
    .no-mobile {
        display: none;
    }
    .no-disktop {
        display: block;
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait) {
    .modal ._qty-modal .__header {
        padding: 10px 35px;
    }
    .modal .popover .body {
        padding: 0px;
    }
    .modal ._qty-modal .body .__list {
        margin: 10px 0px 15px 0px;
    }
    .modal ._qty-modal .body .action-btn {
        border-radius: 0px;
    }
    .modal ._qty-modal {
        border-radius: 0px;
    }
    .popover {
        border: 0px;
    }
    /*.seating-movie-header .date,
    .cinema {
        font-size: 11px;
        width: 100%;
        font-weight: bold;
        padding: 7px 5px;
        text-align: center;
    }*/
    .modal-dialog {
        margin: 0px;
    }
    .seating-movie-header {
        z-index: 9;
    }
    .seating-result-bg input {
        font-size: 14px;
    }
    .seating-movie-header .no-tickets {
        font-weight: normal;
        padding-left: 0;
        margin-top: 10px !important;
        float: left;
    }
    .seating-movie-header label {
        margin-top: 10px;
    }
}

@media only screen and (max-width:360px) {
    .warning-alert-icon {
        height: 180px;
        padding: 55px 0px;
    }
    .warning-alert-box {
        height: 180px;
        font-size: 12px;
    }
    .searh-dialog {
        width: 80%;
    }
}

@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait) {
    .warning-alert-icon {
        height: 175px;
        padding: 50px 0px;
    }
    .warning-alert-box {
        height: 175px;
    }
    .searh-dialog {
        width: 80%;
    }
}

@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) and (orientation:portrait) {
    .warning-alert-icon {
        height: 160px;
        padding: 40px 0px;
    }
    .warning-alert-box {
        height: 160px;
    }
    .searh-dialog {
        width: 80%;
    }
}

#popup4D #qty-sel {
    max-width: 100% !important;
}

/*.modal-dialog {
    height: 80%;
}*/