﻿

.style1 {
    background-color: #FFFFFF;
}

.atmos {
    zoom: 85%;
    display: inline-block;
}

.table-bordered{
    border: 1px solid black;
}

.table-cinema {
    table-layout: auto;
    border-width: thin;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    /*border-color: black;
    background-color: black;*/
}

.table-seat {
    table-layout: auto;
    border-width: thin;
    /*border-color: #000000;
    background-color: black;*/
    text-align: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin:0 !important;
}

.td-seat-row {
    /*background-color: BLACK;*/
    font: verdana;
    font-size: small;
    text-align: center;
    vertical-align: middle;
}

.td-seat {
    /*size: 25%;*/
    font: verdana;
    font-size: small;
    /*text-align: center !important;*/
    vertical-align: middle;
    /*background-color:black;*/
}

/*.div-seat-row {
    background-color: white;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 15px;
    min-width: 15px;
}*/

.div-stairs {
    margin-bottom: 6px;

    background-size: contain;
    background-repeat: no-repeat;
    min-height: 15px;
    min-width: 15px;
}

.div-cinemawall {
    color: #555;
    font-size: 12px;
    min-width: 20px;
    text-align: center;
    margin-bottom: 6px;

    /*background-color: black;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 15px;
    min-width: 15px;
    color: white;*/
}

/*.div-seat-cust-pwd {
    background-color: green;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 15px;
    min-width: 15px;

    border-radius: 6px;
    border: 1px solid #99ccff;
    column-width:10px;
    text-align:center;
}

    .div-seat-cust-pwd:before {
        font-family: FontAwesome;
        content: "\f007";
        color: white;
        text-align: center;
    }*/


.div-seat-cust-vacant {
    background-color: #aeaeae;
    min-height: 18px;
    min-width: 18px;
    border-radius: 4px;
    border: 1px solid #f1f1f1;
    text-align: center;
    cursor: pointer;
    margin-bottom: 6px;

    /*background-color: white;*/
    /*background-size: contain;
    background-repeat: no-repeat;*/
    /*min-height: 15px;
    min-width: 15px;*/
    /*----*/
    /*border-radius: 6px;
    border: 1px solid #81DAF5;*/
    /*column-width: 10px;*/
    /*text-align: center;*/
    /*color: aliceblue;*/
    cursor: pointer;
}

.div-seat-cust-vacant:before {
    font-family: FontAwesome;
    content: "\00a0";
    color: WHITE;
    text-align: center;
    /*padding-left:13px;*/
}

    .div-seat-cust-vacant:hover {
        border: 1px solid #aeaeae;
        /*border: 1px solid orangered;*/
    }

.div-seat-cust-reserved {
    background-color: #08298A;
    min-height: 18px;
    min-width: 18px;
    border-radius: 4px;
    border: 1px solid #f1f1f1;
    text-align: center;
    cursor: pointer;
    margin-bottom: 6px;

    /*background-color: #08298A;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 15px;
    min-width: 15px;
    color: white;*/
    /*----*/
    /*border-radius: 6px;
    border: 1px solid #99ccff;
    column-width: 10px;
    text-align: center;*/
}

    .div-seat-cust-reserved:before {
        font-family: font-icons;
        content: "\e66c";
        color: white;
        text-align: center;
        /*border-color: black;*/
    }


.div-seat-cust-blocked {
    background-color: #FFFFFF;
    min-height: 18px;
    min-width: 18px;
    border-radius: 4px;
    border: 1px solid #f1f1f1;
    text-align: center;
    cursor: pointer;
    margin-bottom: 6px;
    /*background-color: #08298A;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 15px;
    min-width: 15px;*/
    /*----*/
    /*border-radius: 6px;
    border: 2px solid #99ccff;
    column-width: 10px;
    text-align: center;*/
}

    .div-seat-cust-blocked:before {
        font-family: font-icons;
        content: "\e715";
        color: lightgray;
        text-align: center;
    }


.div-seat-cust-eyelevel {
    background: #555;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    margin-bottom: 6px;

    /*background-color: #A80CA0;*/
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 15px;
    min-width: 15px;
    /*color: white;*/
    /*border-style: solid;
    border-width: 5px;*/
}


.div-seat-cust-occupied {
    background-color: #08298A;
    min-height: 18px;
    min-width: 18px;
    border-radius: 4px;
    border: 1px solid #f1f1f1;
    text-align: center;
    cursor: pointer;
    margin-bottom: 6px;

    /*background-color: #08298A;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 15px;
    min-width: 15px;
    color: white;*/
    /*----*/
    /*border-radius: 6px;
    border: 1px solid #99ccff;
    column-width: 10px;
    text-align: center;*/
}

    .div-seat-cust-occupied:before {
        font-family: font-icons;
        content: "\e66c";
        color: WHITE;
        text-align: center;
        /*padding-left:13px;*/
    }

/* a legend is needed for selected seats so they will be protected from clearing*/
.div-seat-cust-occupied-selected-legend {
    background-color: orangered;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 18px;
    min-width: 18px;
    color:white;
    /*----*/
    border-radius: 6px;
    border: 1px solid white;
    border-color: white;
    column-width: 10px;
    text-align: center;
    cursor: pointer;
}
    .div-seat-cust-occupied-selected-legend:before {
        font-family: font-icons;
        content: "\e66c";
        color: white;
        text-align: center;
        /*padding-left: 13px;*/
    }


.div-seat-cust-occupied-blocked-legend {
    background-color: white;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 18px;
    min-width: 18px;
    color: white;
    /*----*/
    border-radius: 6px;
    border: 1px solid white;
    border-color: white;
    column-width: 10px;
    text-align: center;
    cursor: pointer;
}

    .div-seat-cust-occupied-blocked-legend:before {
        font-family: font-icons;
        content: "\e715";
        color: lightgray;
        text-align: center;
        /*padding-left: 13px;*/
    }

.div-seat-cust-occupied-selected {
    background-color: orangered;
    min-height: 18px;
    min-width: 18px;
    border-radius: 4px;
    border: 1px solid #f1f1f1;
    text-align: center;
    cursor: pointer;
    margin-bottom: 6px;
}

    .div-seat-cust-occupied-selected:before {
        font-family: font-icons;
        content: "\e66c";
        color: white;
        text-align: center;
        /*padding-left: 13px;*/
    }

    .div-seat-cust-occupied-selected:hover {
        border: 1px solid #81DAF5;
    }

.legends-lable {
    font: Arial Rounded MT Bold;
    /*    width: 350px;*/
}

.legends-icon {
    width: 30px !important;
    font: Arial Rounded MT Bold;
    text-align: center;
    float: left;
    /*    height: 40px;*/
}


.btn-group-vertical > button {
    margin-top: 0px;
    margin-bottom: 10px;
    border-radius: 10px !important;
}

/*.table-condensed {
    padding: 0px;
}

    .table-condensed > thead > tr > th,
    .table-condensed > tbody > tr > th,
    .table-condensed > tfoot > tr > th,
    .table-condensed > thead > tr > td,
    .table-condensed > tbody > tr > td,
    .table-condensed > tfoot > tr > td {
        padding: 1px;
    }

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid black;
    background-color: black;
}*/

.h6 {
    padding-top: 0px;
}

.pre-scrollable {
    max-height: 700px;
    overflow-y: scroll;
}

.screen {
    color: black;
    border: solid;
    border-color: #99ccff;
    background-color: white;
    /*font-size: 40px;*/
    /*font-weight: 300;*/
    font: bold, Arial Rounded MT Bold;
}

a {
    color: darkblue;
    /*color: transparent;
    /*padding-left:10px;
    text-align: center;
    display: none;*/
}

.modal-seatplan-title {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: white;
    background-color: #17202A;
    text-align: center;
}

.movie-list {
    font-size: 15px;
    color: black;
}

.form-group-sm .form-control {
    line-height: 1.5;
    border-radius: 3px;
    font-size: 15px;
    color: black;
}

.btn-sell {
    font-size:15px;
    color:black;
}

.btn-pricevariant {
    font-size: 30px;
    color: black;
    line-height:2px;
}

.btn-cinemafilter { 
    color: black; 
}


.ticketlist {
    color: black;
    font-size:15px;
}

.payment {
    color: black;
    font-size: 18px;
}

.ticketdetails {   
    color: black;
    font-size: 18px;
}

.available {
    background-color: #99ccff;
    font-size:30px;
    color:black;
}

.occupied {
    background-color: #0A18BC;
    font-size: 30px;
    color: white;
}

.current {
    background-color: sandybrown;
    font-size: 30px;
    color: black;
}

.text-freeseating{
    background-color:blue;
    color:yellow;
    font-size:12px;
}

.text-advancesales {
    background-color:green;
    color:yellow;
    font-size:12px;
}

.text-noseatassignment {
    background-color: red;
    color: yellow;
    font-size: 12px;
}

.text-noseatassignment_count {
    background-color: red;
    color: yellow;
    font-size: 20px;
    font-weight:bold;
}

.text-noseatassignment_count_zero {
    background-color: white;
    color: black;
    font-weight:bold;
}


.seatplan-container {
    background-color: black;
    /*padding: 25px;*/
    border: 25px solid black;
    border-bottom: 0px !important;
    border-top: 0px !important;
}

.seatplan-header-container {
    background-color: black;
    /*padding: 25px;*/
    /*border: 25px solid white;*/
    text-align: center;
    font: 45px bold, Arial Rounded MT Bold;
    /*background-color: #99ccff;*/
    color: white;
    border: solid;
    border-color: black;
    border-left-width: 25px;
    border-right-width: 25px;
}

.table-cinema img {
    border-radius: 8px;
    /*height: 100px;*/
    /*width: 300px;*/
}

.elements {
    padding-left: 30px;
    float: left;
    padding-top: 10px;
    background-color: black;
    color: white;
    text-align: left;
    height: 50px;
}
#movie-screen {
    height: 20px;
    background: #aeaeae;
}
    #movie-screen h4 {
        margin: 0 !important;
    }

.cinema-seats-divider {
    height: 20px;
}

.cinema-seating-legend {
    border-bottom: 1px solid #ddd;
}

.legend-label {
    margin-left: 10px;
}