﻿.fullwidth, .RadInput_Bootstrap {
    width: 100% !important;
}

.demo-container .conditions {
    display: block;
    color: #a7a7a7;
    font-size: 0.857em;
}

html .demo-container .redColor {
    color: red;
}

.countryDropdownMinWidth {
    min-width: 313px;
}

.marginTop {
    margin-top: 10px !important;
}

.front-indicator {
    background-color: #f6f6f6;
    color: #adadad;
    text-align: center;
    /*width: 60%;*/
    border-radius: 5px;
    height: 30px;
}

.wrapper {
    width: 100%;
    text-align: center;
    margin-top: 150px;
}

.container {
    margin: 0 auto;
    text-align: left;
}

.booking-details {
    float: left;
    text-align: left;
    margin-left: 35px;
    font-size: 12px;
    position: relative;
}

    .booking-details h2 {
        margin: 25px 0 20px 0;
        font-size: 17px;
    }

    .booking-details h3 {
        margin: 5px 5px 0 0;
        font-size: 14px;
    }

div.seatCharts-cell {
    color: #182C4E;
    height: 25px !important;
    width: 25px !important;
    margin: 2px;
    font-size: 10px !important;
    line-height: 24px !important;
}

div.seatCharts-seat {
    color: #FFFFFF;
    cursor: pointer;
}

div.seatCharts-row {
    height: 25px !important;
}

div.seatCharts-seat.available {
    background-color: #B9DEA0;
}

    div.seatCharts-seat.available.first-class {
        background-color: #0074D9;
    }

    div.seatCharts-seat.available.a_class_css {
        background-color: #0074D9;
    }

    div.seatCharts-seat.available.b_class_css {
        background-color: orange;
    }

    div.seatCharts-seat.available.c_class_css {
        background-color: darkgreen;
    }

    div.seatCharts-seat.available.d_class_css {
        background-color: darkorchid;
    }

    div.seatCharts-seat.available.e_class_css {
        background-color: steelblue;
    }

div.seatCharts-seat.focused {
    background-color: #76B474;
}

div.seatMapDiv-seat.selected {
    background-color: #E6CAC4;
}

div.seatCharts-seat.unavailable {
    background-color: #472B34;
}

div.seatCharts-container {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    float: left;
    border: 1px solid !important;
}

div.seatCharts-legend {
    padding-left: 0px;
    bottom: 16px;
}

ul.seatCharts-legendList {
    padding-left: 0px;
    display: inline-flex;
}

span.seatCharts-legendDescription {
    margin-left: 5px;
    line-height: 30px;
}

.checkout-button {
    display: block;
    margin: 10px 0;
    font-size: 14px;
}

#selected-seats {
    /*max-height: 90px;
    overflow-y: scroll;
    overflow-x: none;*/
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 30px;
    margin-right: 30px;
}

.seatscontainterCenter {
    margin-left: 21%;
    margin-top: 50px;
}

.toggle {
    width: 100px !important;
    height: 40px !important;
}

.SeatsLeftMargin {
    margin-left: 1%;
}

.seatssectionwidth {
    width: 10%;
}

.dropdownLabelCenter {
    margin-top: 5px;
}

.legandLW {
    margin: 2px;
}

.holdSeats {
    background-color: lightgray !important;
}

.bookedeats {
    background-color: #FF4136 !important;
}


#navDiv .nav > li {
    margin: 5px;
    border: 1px solid;
}

    #navDiv .nav > li > a {
        position: relative;
        display: inline;
        padding: 0px 5px;
    }

.marginTopForbooking {
    margin-Top: 40px !important;
}

.TotalAmountCss {
    font-size: large;
    /*color: dodgerblue;*/
    font-weight: 700;
}

.HideCss {
    display: none;
}


.panel-login {
    border-color: #ccc;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}

    .panel-login > .panel-heading {
        color: #00415d;
        background-color: #fff;
        border-color: #fff;
        text-align: center;
    }

        .panel-login > .panel-heading a {
            text-decoration: none;
            color: #666;
            font-weight: bold;
            font-size: 15px;
            -webkit-transition: all 0.1s linear;
            -moz-transition: all 0.1s linear;
            transition: all 0.1s linear;
        }

            .panel-login > .panel-heading a.active {
                color: #029f5b;
                font-size: 18px;
            }

        .panel-login > .panel-heading hr {
            margin-top: 10px;
            margin-bottom: 0px;
            clear: both;
            border: 0;
            height: 1px;
            background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
            background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
            background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
            background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
        }

    .panel-login input[type="text"], .panel-login input[type="email"], .panel-login input[type="password"] {
        height: 45px;
        border: 1px solid #ddd;
        font-size: 16px;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        transition: all 0.1s linear;
    }

    .panel-login input:hover,
    .panel-login input:focus {
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-color: #ccc;
    }

.btn-login {
    background-color: #59B2E0;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #59B2E6;
}

    .btn-login:hover,
    .btn-login:focus {
        color: #fff;
        background-color: #53A3CD;
        border-color: #53A3CD;
    }

.forgot-password {
    text-decoration: underline;
    color: #888;
}

    .forgot-password:hover,
    .forgot-password:focus {
        text-decoration: underline;
        color: #666;
    }

.btn-register {
    background-color: #1CB94E;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #1CB94A;
}

    .btn-register:hover,
    .btn-register:focus {
        color: #fff;
        background-color: #1CA347;
        border-color: #1CA347;
    }

/*.RadInput_Bootstrap .riTextBox, .RadInputMgr_Bootstrap {
    
    height: 50px !important;
}

.RadDropDownList .rddlFakeInput {
    height:38px !important;
}*/
/* event temp*/

/*.RadCalendarPopup .RadCalendar_Bootstrap {
      width: 350px;
}*/

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    font-family: "Segoe UI", Arial, sans-serif;
    color: #555555;
}

.marginBottonHeader {
    margin-bottom: 2px !important;
}

@media (min-width: 1080px) {
    .spacebetweenseats {
        width: 20px;
    }
}

.zeromarginright {
    margin-right: 0px;
}

.marginbottom {
    margin-bottom: 20px;
}
