* {
    font-family: "Arial", "微軟正黑體", sans-serif;
}
body.lock-position {
    height: 100%;
    overflow: hidden;
    width: 100%;
    /*position: fixed;*/
}

/* popup */
.popup {
    /*background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);*/
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
}
.overlayMask {
    background: none repeat scroll 0 0 black;
    height: 100%;
    position: fixed;
    width: 100%;
    opacity: 0.5;
    filter: alpha(opacity = 50);
}
.popup_container {
    background: none repeat scroll 0 0 #fff;
    margin: 0 auto;
    min-height: 100px;
    position: relative;
    top: 5%;
    width: 300px;
}
.popup_title {
    background: none repeat scroll 0 0 #dbdbdb;
    border-bottom: medium solid red;
    height: 50px;
    position: relative;
    width: 100%;
}
.popup_closeBtn {
    color: #838383;
    cursor: pointer;
    float: right;
    font-size: 18px;
    font-weight: 300;
    margin-right: 15px;
    margin-top: 12px;
}
.popup_closeLabel {
    margin-left: 2px;
    position: relative;
    top: -1px;
}
.popup_content {
    padding: 10px;
}
/* popup */

/* cvv popup */
#cvv_popup .popup_container {
    width: 320px;
}
#cvv_popup .popup_content {
    max-height: 500px;
    overflow: scroll;
    text-align: center;
}
#cvv_popup .popup_content > img {
    width: 100%;
}

/* movie popup */
#movie_popup .popup_container {
    width: 320px;
}
#movie_popup .popup_content {
    /*max-height: 400px;*/
    overflow: auto;
    text-align: center;
}
.popup_content > img {
    margin-bottom: 5px;
}

/* general */
.categoryIcon {
    height: 18px;
    position: relative;
    top: 2px;
    width: 18px;
}
.cat_I {
    background-image: url("../images/icon_movie_grade1.png");    
    background-repeat: no-repeat;  
}
.cat_IIA {
    background-image: url("../images/icon_movie_grade2A.png");    
    background-repeat: no-repeat;  
}
.cat_IIB {
    background-image: url("../images/icon_movie_grade2B.png");    
    background-repeat: no-repeat;  
}
.cat_III {
    background-image: url("../images/icon_movie_grade3.png");    
    background-repeat: no-repeat;  
}
.cat_A {
    background-image: url("../images/icon_movie_grade_A.png");    
    background-repeat: no-repeat;  
}
.cat_B {
    background-image: url("../images/icon_movie_grade_B.png");    
    background-repeat: no-repeat;  
}
.cat_C {
    background-image: url("../images/icon_movie_grade_C.png");    
    background-repeat: no-repeat;  
}
.cat_D {
    background-image: url("../images/icon_movie_grade_D.png");    
    background-repeat: no-repeat;  
}
.btn {
    background: none repeat scroll 0 0 #3f3f3f;
    color: white;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 25px;
    margin: 0 auto 40px;
    width: 100%;
}
.btn:hover {
    background: none repeat scroll 0 0 #5f5f5f;
}
.btn.citiPwpBtn{
    background: none repeat scroll 0 0 #42A3E7;
}
.back-btn {
    background: none repeat scroll 0 0 #9f9f9f;
}
.back-btn:hover {
    background: none repeat scroll 0 0 #d6d6d6;
}
.errTxt {
    clear: both;
    color: red;
    font-size: 14px;
    font-weight: bold;
}

/* seatplan */
.block {
    position: absolute;
    height: 30px;
    width: 28px;
    text-align: center;
    color: black;
    float: left;  
    margin-left: 1px;
    margin-right: 1px;
}
.normal {    
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 14px;
    padding-top: 3px;
}
.wheelchair {    
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 14px;
    /*height: 51px;*/
    /*    margin-left: 2px;
        margin-right: 2px;
    padding-top: 5px;*/
    text-align: center;
    /*width: 30px;*/
}
.normal.available {
    cursor: pointer; 
    color: #00bb00;
    border: 2px solid #00bb00;
}
.normal.preview.available {
    cursor: default;
}
.wheelchair.available {
    cursor: pointer; 
    color: white;
}
.wheelchair.preview.available {
    cursor: default;
}
.normal.available {
    /*background-image: url("../images/box_available.png");*/
}
.normal.sold {
    background-image: url("../images/icon_seatplanStatus_sold.png");
}
.normal.selected {
    color: white;
    background: blue;
}
.normal.processing {
    background-image: url("../images/icon_seatplanStatus_processing.png");
}
.normal.reserved, .wheelchair.reserved, .shake.reserved, .shakemacau.reserved, .loveseat.reserved {
    background-image: url("../images/icon_seatplanStatus_sold.png");
}
.normal.reserved_seat, .wheelchair.reserved_seat, .shake.reserved_seat, .shakemacau.reserved_seat, .loveseat.reserved_seat, .twin.reserved_seat {
    background-image: url("../images/icon_seatplanStatus_reserved.png");
}
.wheelchair.available {
    background-image: url("../images/icon_seatplanStatus_wheelchair.png");
}
.wheelchair.sold {
    background-image: url("../images/icon_seatplanStatus_sold.png");
}
.wheelchair.selected {
    background-image: url("../images/icon_seatplanStatus_wheelchair.png");
    background-color: blue;
}
.wheelchair.processing, .loveseat.processing {
    background-image: url("../images/icon_seatplanStatus_processing.png");
}
.shake.available {
    background-image: url("../images/icon_seatplanStatus_shock_frame.png");
    border: medium none;
    color: yellow;
    padding-top: 5px;
}
.shakemacau.available {
    background-image: url("../images/icon_seatplanStatus_shock_frame_macau.png");
    border: medium none;
    color: #FFA500 ;
    padding-top: 5px;
}
.preview.shake.available.loveseat, .block.shake.available.loveseat {
    background-image: url("../images/icon_lsplanStatus_shock_frame.png");
    border: medium none;
    color: #946f00;
    padding-top: 5px;
}
.available.loveseat {
    color: #6500a8;
    padding-top: 5px;
    cursor: pointer;
    border: 2px solid #6500a8;
}
.shake.sold, .shakemacau.sold, .loveseat.sold, .twin.reserved{
    background-image: url("../images/icon_seatplanStatus_sold.png");
}
.shake.selected, .shake.loveseat.selected {
    background-image: url("../images/icon_seatplanStatus_shock_frame.png");
    border: medium none;
    color: yellow;
    background-color: blue;
}
.shakemacau.selected {
    background-image: url("../images/icon_seatplanStatus_shock_frame_macau.png");
    border: medium none;
    color: #FFA500;
    background-color: blue;
}
.available.loveseat.selected {
    background-color: blue;
}
.shake.processing, .shakemacau.processing {
    background-image: url("../images/icon_seatplanStatus_processing.png");
}
.twin.available {
    color: #6500a8;
    padding-top: 5px;
    cursor: pointer;
    border: 2px solid #6500a8;
}
.twin.preview.available {
    cursor: default;
}
.twin.sold {
    background-image: url("../images/icon_seatplanStatus_sold.png");
}
.twin.selected {
    background-color: blue;
}
.twin.processing {
    background-image: url("../images/icon_seatplanStatus_processing.png");
}
.rows {
    clear: both;
    float: left;
}
.correridor {
    font-size: 16px;
    padding-top: 4px;
    color: white;
}
.lrt30 {
    float: left;
    position: relative;
    transform: rotate(15deg);
    transform-origin: right bottom;
}
.lrt {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.rrt {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}
.movieScreen {
    background: red;
    color: #0000FF;
    text-align: center;
    /* font-size: 16px; */
    font-family: Arial;
	font-size: 20px;
	font-weight: bold;
}
#main {
    transform-origin: top;
}




#content {
    width: 100%;
    /*background: yellow;*/
    /*        padding-left: 20px;
            padding-right: 20px;*/
    position: relative;
}
.helpStep {
    height: 40px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.showInfo, .fnbDesc {
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
    border: 2px solid #dbdbdb;
}
.showInfo .containerInfo, .fnbDesc .containerInfo {
    clear: both;
    margin-left: 0px;    
    margin-top: 10px;
}
.showInfo .redText, .fnbDesc .redText {
    color: red;
}
.insightGuideline {
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
    border: 2px solid #dbdbdb;
}
.insightGuideline .containerHeader {
    float: none;
    width: auto;
}
.insightGuideline .containerInfo {
    clear: both;
    margin-left: 0px;    
    margin-top: 10px;
}
.remark-popup .insightGuideline .agree-button-container, .remark-popup-mx4d .insightGuideline .agree-button-container{
    display: block;
    width: 100%;
    height: 80px;
    text-align: center;
    margin-top: 10px;
}
.remark-popup .insightGuideline .agree-button, .remark-popup-mx4d .insightGuideline .agree-button{
    background-image:url("../images/button/agree_btn.png");
}
.remark-popup .insightGuideline .agree-button-eng, .remark-popup-mx4d .insightGuideline .agree-button-eng{
    background-image:url("../images/button/agree_btn_eng.png");
}
.remark-popup .insightGuideline .accept-button, .remark-popup-mx4d .insightGuideline .accept-button{
    display: inline-block;
    background-repeat:no-repeat;
    background-size: 150px 50px;
    height:50px;
    width:150px;
}

.seatPlanArea {
    width: 100%;
    /*    height: 450px;*/
    background: black;
    margin-bottom: 10px;
    position: relative;
}
.beforeShowNotice {
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
    border: 2px solid #dbdbdb;
}
.beforeShowNotice ul {
    /*padding-left: 20px;*/
}
.beforeShowNotice li {
    margin-bottom: 10px;
    margin-top: 10px;
}
.beforeShowNotice a, .beforeShowNotice a:hover{
    color: red;
}
.helpStep div {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    height: 40px;
    width: auto;
    float: left;
    margin-right: 10px;
    line-height: 20px;
    font-size: 20px;
    border: solid thin rgba(56, 55, 51,0.5);
    color: rgba(56, 55, 51,0.5);
}
.helpStep div.active {
    background: #494949;
    border: none;
    color: white;
    font-weight: bold;
    /*width: 100%;*/
}
.helpStep div.mobileLegend.active {
    background: #494949;
    border: none;
    color: white;
    font-weight: bold;
    width: 100%;
}
.desktopLegend {
    display: none;
}
.mobileLegend {
    display: block;
}
.movieName {
    color: #383733;
    font-size: 27px;
    margin-bottom: 20px;
	font-weight: bold;
}
.showInfoItem {
    color: #494949;
    font-size: 16px;
    height: 30px;
}
.showInfoTitle {
    float: left;
    margin-right: 10px;
    width: 100px;
}
.showInfoValue {
    float: left;
    margin-right: 0px;
    width: auto;
    font-weight: bold;
}

#seatPlanTable #seatPlanPlace {
    height: 400px;
    left: 5%;
    margin: 0 auto;
    overflow: scroll;
    position: absolute;
    width: 90%;
}
.legend {
    border-bottom: thin solid white;
    height: auto;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
    position: relative;
    width: auto;
}
.legend-node {
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
}
.desktop.legend.row {
    display: none;
}
.mobile.legend.row {
    color: white;
    display: block;
    text-align: center;
}
.mobile.legend .item {
    text-align: left;
    /* margin-bottom: 10px; */
    padding-left: 0px;
}
.mobile.legend .item img {
    margin-right: 10px;
}

/* seat selection */
#seatPlanSelection {
    padding: 0 20px;
}
.ticketTypeInfo {
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
    border: 2px solid #dbdbdb;
    position: relative;
}
.ticketPriceInfo {
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
    border: 2px solid #dbdbdb;
    position: relative;
}
.redLine {
    background: none repeat scroll 0 0 #f30002;
    float: left;
    height: 26px;
    margin-right: 20px;
    width: 4px;
}
.containerHeader {
    color: #383733;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
    width: auto;
    line-height: 26px;
    clear: both;
}
.fnbDesc .containerHeader {
    float: none;
    font-size: 16px;
}
.containerInfo {
    margin-left: 24px;
    font-size: 16px;
    color: #383733;
    clear: both;
}
.fnbDesc .containerInfo {
    margin-left: 0px;
    font-size: 16px;
    color: #383733;
}

.fnbDesc .sub {
    font-size: 12px;
}
.fnbDesc .sub.leftGap {
    padding: 0 20px;
}
.ticketTypeInfo .ticketType {
    float: left;
    margin-right: 20px;
    margin-top: 10px;
    width: 280px;
}
.ticketPriceInfo .ticketPrice {
    float: left;
    margin-right: 20px;
    margin-top: 10px;
    width: 250px;
}
.ticketTypeInfo .containerHeader {
    width: auto;
}
.ticketPriceInfo .containerHeader {
    width: auto;
}

/* ticket type */
#ticketTypeSelection {
    padding: 0 20px;
}
#ticketTypeSelection .containerHeader {
    float: none;
}
#ticketTypeSelection .containerInfo {
    margin-left: 0;
    clear: both;
    margin-top: 10px;
}
.clear {
    clear: both;
}
.form-control {
    border: 1px solid #5f5f5f;
    padding: 3px 6px;
}
.paymentOption {
    /*background: none repeat scroll 0 0 red;*/
    margin-bottom: 4px;
    width: 100%;
}
.paymentOption .header {
    width: 100%;
    height: 50px;
    /* background: none repeat scroll 0 0 #ebebeb; */
    background: #fffcff none repeat scroll 0 0;
    border-style: solid;
    border-width: 1px;
    border-color: #ebebeb;
    text-align: center;
    display: table;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    color: #383733;
    font-size: 18px;
    /* font-weight: bold; */
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
}
.paymentOption .header div {
    display: table-cell;
    vertical-align: middle;
}
.paymentOption .header .paymentRadio {
    padding-left: 10px;
    padding-right: 10px;
    width: 10px;
}
.paymentOption .header .paymentRadio input{
    margin-top: 0;
}
.paymentOption.active {
    /* border: thin solid red; */
    border: 2px solid #383733;
}
.paymentOption.active .header {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 2px solid #383733;
    cursor: default;
}
.paymentOption .content {
    color: #383733;
    font-size: 16px;
    padding: 10px;
}
.paymentOption tr {
    border-bottom: thin dotted black;
}
.paymentOption tr.noborder {
    border-bottom: none;
}
.paymentOption tr:last-child {
    border-bottom: none;
}
.paymentOption td {
    padding-bottom: 10px;
    padding-top: 10px;
}
.paymentOption td:nth-child(1) {
    padding-top: 17px;
    vertical-align: top;
    width: 30%;
}
.paymentOption tr.noborder td {
    padding-top: 0px
}
.paymentOption .textBold {
    font-weight: bold;
}
.paymentOption .textBlue {
    color: blue;
}


/* normal credit card */
.creditCardMonth {
    float: left;
    width: 70px;
}
.creditCardYear {
    float: left;
    width: 70px;
}
.paymentOption .content .yearSepeartor {
    float: left;
    font-size: 22px;
    margin-left: 10px;
    margin-right: 10px;
}
.cvvField, .gcPwField {
    width: 100%;
}
.ccNoField, .gcNoField, .emailField {
    float: left;
    margin-right: 4px;
    text-align: left;
    width: 100%;
}
.paymentOption .content .remarks {
    font-size: 14px;
    padding-top: 10px;
}
.paymentOption .content .remarks a{
    text-decoration: none;
    color: blue;
}
.paymentOption .header img {
    height: 23px;
    margin-left: 5px;
    margin-right: 5px;
}
.paymentOption .header img#visa-checkout-button {
    height: 34px;
}
.paymentOption .cvvField, .paymentOption .gcPwField {
    float: left;
    margin-right: 10px;
}
.paymentOption #whatisCVV {
    font-size: 14px;
    position: relative;
    top: 6px;
    cursor: pointer;
}
.paymentOption .cvvSecureImg {
    clear: both;
    padding-top: 10px;
}
.paymentOption .cvvSecureImg div{
    float: left;
    margin-right: 10px;
}
.paymentOption .cvvSecureImg #verifiedVisa {
    background-image: url("../images/VBV_wap.png");
    height: 23px;
    width: 23px;
    cursor: pointer;
}
.paymentOption .cvvSecureImg #masterCode {
    background-image: url("../images/Master-Secure_wap.png");
    height: 23px;
    width: 69px;
    cursor: pointer;
}
.paymentOption .cvvSecureImg #aeCode {
    background-image: url("../images/AExp_SafeKey_SM_72px.png");
    height: 23px;
    width: 90px;
    cursor: pointer;
}

/* gift card */
.giftCardNotice {
    background: none repeat scroll 0 0 #ebebeb;
    font-size: 16px;
    font-weight: bold;
    padding: 20px;
    width: 100%;
}
.giftCardNotice > a {
    background: none repeat scroll 0 0 grey;
    color: white;
    padding: 3px;
    display: inline-block;
}
.giftcardErrorBlock {
    background: none repeat scroll 0 0 #ffede7;
    padding: 10px;
    width: 100%;
}
.giftCardErrorTitle {
    font-weight: bold;
    text-align: center;
}
.giftCardRemainging {
    background: none repeat scroll 0 0 #ffe7e7;
    padding: 10px;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    color: #ff0000;
    font-weight: bold;
}
.giftCardRemaingingText {
    color: #ff0000;
    font-weight: bold;
}

/* master pass */
.mpLearnMore {
    font-size: 16px;
    color: red;
    cursor: pointer;
}

#mpLoadingIcon {
    display: none;
}

/* visa checkout */
.vcLearnMore,
.vcLearnMore:hover {
    font-size: 16px;
    color: red;
    cursor: pointer;
    text-decoration: none;
}

/* AE card */
.aeNotice {
    /* background: none repeat scroll 0 0 #ebebeb; */
    background: none repeat scroll 0 0;
    font-size: 14px;
    font-weight: bold;
    padding: 20px;
    width: 100%;
    color: red;
}
.aeNotice .promoOption {
    clear: both;
    color: black;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
    width: 100%;
}
.aeNotice .promoOption .form-control {
    float: left;
    height: auto;
    width: 20px;
    margin-right: 10px;
}
.aeNotice input[type="checkbox"] {
    display: table-cell;
    float: left;
    margin-right: 5px;
    position: relative;
    width: 20px;
}

/* ticket type */
.moreTktDetails {
    border-bottom: 1px solid grey;
    /* color: red; */
    margin-bottom: 20px;
    margin-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    text-align: center;
    /* font-weight:bold; */
    color:#494949;

}
.moreTktDetails a, .moreTktDetails a:hover, .moreTktDetails a:focus, .moreTktDetails a:active{
    color: red;
}
.ticketTypeOption {
    padding-bottom: 20px;
/*    padding-top: 20px;*/
    width: 100%;
}
.ticketTypeOption tr.heading {
    display: none;
}
.ticketTypeOption tr td:nth-child(1){
    width: 100px;
    padding-left: 20px;
    display: table-cell;
}
.ticketTypeOption tr td:nth-child(2){
    width: 410px;
    /*padding-left: 20px;*/
}
.ticketTypeOption tr td:nth-child(3) {
    padding-left: 68px;
    width: 235px;
    display: none;
}
.ticketTypeOption .heading td{
    border-bottom: 1px solid black;
}
.ticketTypeOption .ticketTypeItem td {
    padding-top: 20px;
}

/* subtotal */
.paymentSubtotal {
    background: none repeat scroll 0 0 #ebebeb;
    line-height: 16px;
    padding: 20px;
    text-align: right;
    margin-bottom: 20px;
}
.paymentSubtotal .subtotalText {    
    font-size: 16px;
    color: #494949;
}
.paymentSubtotal .subTotalAmt {
    margin-left: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #494949;
}
.bcMemberPts {
    padding-left: 40px;
    padding-right: 40px;
}
.bcMemberPts span {
    color: red;
    font-size: 14px;
}

/* payment Notice */
.paymentNotice {
    margin-top: 20px;
    background: none repeat scroll 0 0 #ebebeb;
    padding: 20px;
    font-size: 16px;
    color: #494949;
}
.paymentNotice span{
    color: #F30002;        
}
.paymentNotice p {
    font-weight: bold;
}
.paymentNotice li {
    margin-bottom: 20px;
    font-weight: bold;
}
.paymentNotice li:last-child {
    margin-bottom: 0;
}

/* ticket type btn */
.btnLine {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    height: 40px;
}
.btnLine .btnPlace {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.btnLine .btnPlace .back-btn {
    float: left;
    width: 45%;
}
.btnLine .btnPlace .submit-btn {
    float: right;
    width: 45%;
}

/* verify */
#verifyPage {
    padding: 0 20px;
}
.verifyInfo {
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
    border: 2px solid #dbdbdb;
    position: relative;
}
.verifyInfo .containerInfo {
    margin-left: 0;
    clear: both;
    /*margin-top: 10px;*/
    font-size: 16px;
    font-weight: bold;
    color: #383733;
}
.verifyInfo .containerInfo tr {
    border-bottom: thin dotted black;
}
.verifyInfo .containerInfo tr:last-child {
    border-bottom: none;
}
.verifyInfo .containerInfo td {
    padding-bottom: 10px;
    padding-top: 10px;
}
.verifyInfo .containerInfo td:nth-child(1) {
    vertical-align: top;
    width: 40%;
}
.verifyInfo .containerInfo td:nth-child(2) {
    text-align: right;
}
.verifyWarning {
    margin-top: 20px;
    background: none repeat scroll 0 0 #FEE5E5;
    padding: 10px;
    font-size: 20px;
    color: #F30002;        
    margin-bottom: 10px;
    text-align: center;
}
.verifyNotice {
    background: none repeat scroll 0 0 #ebebeb;
    padding: 20px;
    font-size: 16px;
    color: #494949;        
    margin-bottom: 10px;
}
.verifyNotice span {
    color: #F30002;
}
.verifyInfo .ccImg {
    height: 20px;
}

/* gift card purchase */
#giftcardPurchase {
    padding: 20px;
}
#giftcardPurchase .containerHeader {
    float: none;
    width: auto;
}
#giftcardPurchase .containerInfo {
    margin-left: 0;
    clear: both;
    margin-top: 10px;
}
.clear {
    clear: both;
}
#giftcardPurchase .row {
    border-bottom: 1px dashed #c9c9c9;
    padding-bottom: 10px;
    padding-top: 10px;
}
#giftcardPurchase .row:last-child {
    border-bottom: none;
}
#giftcardPurchase .title {
    position: relative;
    top: 0px;
}
#giftcardPurchase .row .notice {
    font-size: 14px;
}
#giftcardPurchase .creditCardMonth, #giftcardPurchase .creditCardYear {
    width: 45%;
    float: left;
}
#giftcardPurchase .yearSepeartor {
    float: left;
    position: relative;
    text-align: center;
    top: 4px;
    width: 10%;
}
#giftcardPurchase .gcNotice {
    background: none repeat scroll 0 0 #ebebeb;
    font-size: 16px;
    font-weight: bold;
    margin: 15px auto 0;
    padding: 10px 5%;
    width: 100%;
}
.gcNotice > ul {
    /*padding: 0;*/
}
.gcNotice li {
    /*list-style: outside none none;*/
}

/* gift card verify */
#giftcardVerify {
    padding: 0;
}
#giftcardVerify .containerHeader {
    float: none;
    width: auto;
}
#giftcardVerify .containerInfo {
    margin-left: 0;
    clear: both;
    margin-top: 10px;
}
.clear {
    clear: both;
}
#giftcardVerify .row {
    border-bottom: thin dotted black;
    padding-bottom: 10px;
    padding-top: 10px;
}
#giftcardVerify .row:last-child {
    border-bottom: none;
}
#giftcardVerify .title {
    position: relative;
    top: 0px;
}
#giftcardVerify .gcNotice {
    background: none repeat scroll 0 0 #ebebeb;
    font-size: 16px;
    font-weight: bold;
    margin: 15px auto 0;
    padding: 10px 5%;
    width: 100%;
}
#giftcardVerify .paymentInprogress {
    border: none;
}

/* gift card result */
#giftcardResult {
    padding: 0;
}
#giftcardResult .containerHeader {
    float: none;
    width: auto;
}
#giftcardResult .containerInfo {
    margin-left: 0;
    clear: both;
    margin-top: 10px;
}
#giftcardResult .gcPaymentFail {
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
}

/* insight Terms */
#insightTerms {
    padding: 0 20px;
}
.insightTnc {
    border: 2px solid #dbdbdb;
    margin-bottom: 10px;
    padding: 20px;
    position: relative;
    width: 100%;
}
.insightTnc .containerHeader {
    float: none;
    width: auto;
}
.insightTnc .containerInfo {
    border: 2px solid #dbdbdb;
    clear: both;
    height: 250px;
    margin-left: 0;
    margin-top: 10px;
    overflow-y: scroll;
    padding: 10px;
    font-size: 14px;
}
.insightTnc .containerInfo .textBold {
    font-weight: bold;
}
.insightTnc .containerInfo .textUnderline {
    text-decoration: underline;
}
#insightTerms .btnLine {
    margin-bottom: 0px;
}
#insightTerms .btn {
    margin-bottom: 0px;
}

/*payment inprogress */
.paymentInprogress {
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
    border: 2px solid #dbdbdb;
    position: relative;
}
.paymentInprogress .containerHeader {
    float: none;
    width: auto;
}
.paymentInprogress .containerInfo {
    margin-left: 0;
    clear: both;
    margin-top: 10px;
}
.paymentInprogress .inProgressImg {
    background-image: url("../images/loading.gif");
    background-repeat: no-repeat;
    height: 26px;
    margin: 40px auto 0;
    width: 30px;
}

/*payment result */
#paymentResult {
    padding: 0 20px;
}
.paymentFailResultInfo {
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
    border: 2px solid #dbdbdb;
    text-align: center;
    font-size: 16px;
}
.paymentFailResultInfo .paymentFailMsg {
    margin-bottom: 40px;
    margin-top: 40px;
}
.paymentFailResultInfo .back-btn {
    margin-bottom: 20px;
    margin-top: 80px;
    width: 200px;
}
.paymentSuccessResultInfo {
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;    
    background: #ebebeb;
    text-align: center;
    font-size: 16px;
}
#paymentResult .paymentSuccessNotice {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}
#paymentResult .paymentSuccessKioskBanner {
    text-align: center;
    padding-bottom: 30px;
}
#paymentResult .paymentSuccessKioskBanner img {
    width: 100%;
}

#paymentResult .qrNotice {
    font-size: 16px;
    text-align: center;
}

#paymentResult .qrPlacer_outer_container{
    width: 100%;
    display: inline-block;
}
#paymentResult .qrPlacer_outer_container .qrPlacer-left {
  font-size: 16px;
  margin-top: 20px; 
  width: 100%; 
  text-align: center;
}

#paymentResult .qrPlacer_outer_container .qrPlacer-right {
  font-size: 16px;
  margin-top: 20px;
  width: 100%; 
  text-align: center;
}

#paymentResult .qrPlacer_outer_container .qrPlacer-center {
    font-size: 16px;
    margin-top: 20px;
    width: 100%; 
    text-align: center;
}

#paymentResult .qrPlacer_outer_container .qrPlacer-container {
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
}

/* pull down styleing */
#ticketTypeSelection .selectboxit-container, #giftcardPurchase .selectboxit-container {
    width: 100%;
}
.paymentSelect {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
    border-radius: 0 !important;
    padding: 0 35px 0 0 !important;
    width: 100% !important;
    float: left;
}
.form-control.selectboxit:focus {
    border: 0 none;
    box-shadow: none;
}
.paymentSelect .selectboxit-text {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #000;
    max-width: 100% !important;
    width: 100%;
}
#ticketTypeSelection .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor, #giftcardPurchase .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
    background-color: #e1e1e1;
    background-image: none;
    color: #383733;
}
#ticketTypeSelection .selectboxit-options, #giftcardPurchase .selectboxit-options {
    border-radius: 0;
}
#ticketTypeSelection .selectboxit-option, #giftcardPurchase .selectboxit-option {
    border-bottom: 1px solid #c5c5c5;
}
#ticketTypeSelection .selectboxit-text, #giftcardPurchase .selectboxit-text {
    max-width: 100% !important;
    width: 100%;
}
#ticketTypeSelection .promoCodeContainer .promo-code::placeholder{
    color: darkgray;
}
#ticketTypeSelection .promoCodeContainer .apply-promo-code, #ticketTypeSelection .promoCodeContainer .remove-promo-code{    
    width: 14%;
    height: 34px;
    background-color: #000;
    border: #000;
    color: #FFF;
    float: left;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
}
#ticketTypeSelection .couponContiner .coupon{
    float: left;
    padding: 10px;
    margin: 0 10px;
    background: #F2F2F2;
    border-radius: 4px;
    cursor: pointer;
}

#ticketTypeSelection .couponContiner .coupon.selected{
    background: #883F66;
    color: #FFF;
}

.paymentSelect .selectboxit-arrow-container {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #000;
}
#cvvMnPulldown, #cvvYrPulldown {
    float: left;
    width: 70px;
}
#gcCvvMnPulldown, #gcCvvYrPulldown {
    float: left;
    width: 45%;
}

.intro{
    margin: 0 0 32px 0; 
}
.intro div{
    margin: 4px 0 10px 0;
}
.intro div:first-child{
    font-size:16px;
}

.seat-selector-row{
    width: 100%;
    /*margin: 0 0 30px 0;*/
    border-bottom: 1px solid #494949;
    overflow:hidden;
}
.seat-selector-row.topGap{
    margin-top: 30px;
}
.meal-group-container {
    margin: 10px 5px 0px 5px;
}
.seat-container{
    height:36px;
    box-sizing: content-box;
}
.seat-selector{
    width: 100%;
    max-width: 100%;
}
.seat-title-container{
    float:left;
    width: 86px;
}
.seat-title{
    display: table;
    width: 100%;
}
.seat-title span{
    font-size:16px;
    float:left; 
    line-height: 35px;
    color: #494949;
    text-align: center;
    width: 100%;
}
.seat-ul-container{
    width: auto;
    float: left;
}

.seat-selector .seat-ul-container ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.seat-selector .seat-ul-container li{
    position: relative;
    display: block;
    float: left;
    cursor: pointer;
}
.seat-selector .seat-ul-container li a{
    display: block;
    height: 36px;
    line-height: 35px;
    color: #494949;
    padding: 0 12px;
    font-size: 18px;
    background-color:#E9E9E9;
}
.seat-selector .seat-ul-container li:hover a , .seat-selector .seat-ul-container li.active a{
    display: block;
    height: 36px;
    line-height: 35px;
    color: #ffffff;
    padding: 0 12px;
    font-size: 18px;
    background-color:#494949;
}

.meal-list-main-container{
    overflow: hidden;
}
.meal-list-main-container.grey{
    background-color: #F1F2F3;
}
.meal-group-box ul.food-listing{
    margin: 0;
    /*padding: 0 0 10px 0;*/
    list-style: none;
    overflow: hidden;
}

.meal-group-box ul.food-listing li{
    /*width:210px;*/
    width:214px;
    margin:6px 18px 14px 0;
    float:left; 
}
.meal-group-box ul.food-listing li:nth-child(4n+1) {
    /*clear: both;*/
}
.meal-group-box ul.food-listing li:nth-child(4n){
    /*margin-right:0px;   */
    clear: both;
}

.meal-provider-container{
    font-style: italic;
    font-weight:bold;
    font-size: 24px;
    padding-left: 37px;
}
.meal-provider-name{
    font-size:24px;
}
.meal-provider-servicehour{
    fontsize: 18px; 
}

.meal-image-wrapper img{
    display: block;
    max-width: 100%;
    height: auto;   
}
.detail-container-upper{
    border-bottom: 1px dashed #494949;
    padding:0 0 10px 0;
    margin: 0 0 8px 0;
}
.meal-name{
    font-size:14px;
    font-weight:600;
    margin: 10px 0 4px 0;
}
.meal-ingredient{
    font-size:14px;
    color:#494949;
}
.detail-container-footer{
    display: table;
    width: 100%;
    height: 36px;
}
.food-price{
    width: 70%;
    display: table-cell;
    vertical-align: middle;
    font-size:18px;
    font-weight:bold;
}
.btn-add{
    background: #494949;
    border-radius: 6px;
    color: #fff;
    font-weight: 600;
    padding: 2px 0;
    text-align: center;
    display: block;
    /*display: table-cell;*/
    vertical-align: middle;
    cursor: pointer;
    margin-top: 6px;
}
.total-block{
    width: 100%;
    vertical-align: middle;
    background: #494949;
    border-radius: 5px;
    margin-top: 6px;
}
.btn-decrease, .btn-increase{
    width: 25px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    display: table-cell;
}
.num-of-food{
    width: 20px;
    text-align: center;
    display: table-cell;
}
.num-of-food span{
    background: #fff;
    color: #494949;
    display: inline-block;
    margin: 2px 0;
    width: 30px;
    text-align: center;
    height: 20px;
    vertical-align: middle;
    padding: 1px 0;
}

.seat_fnbitem, .ticketTypeItem {
    height: 50px;
}

.seat_fnbitem_name {
    line-height: 37px;
}

@media (max-width: 991px) {
    .meal-group-box ul.food-listing li:nth-child(4n+1) {
        clear: none;
    }

    #main {
        zoom: 1 !important;
    }
    .seatplan_houseid_145, .seatplan_houseid_146,
    .seatplan_houseid_145 #seatPlanPlace,
    .seatplan_houseid_146 #seatPlanPlace{
        height: 350px !important;
    }
    .btn.citiPwpBtn {
        width: auto !important;
        margin-left: auto !important;
    }
}

@media (max-width: 890px) {
    
    .intro{
        margin: 0 0 16px 0; 
    }
    .intro div{
        margin: 4px 0 10px 0;
    }
    .intro div:first-child{
        font-size:16px;
    }

    .seat-selector-row{
        width: 100%;
        /*margin: 0 0 30px 0;*/
        border-bottom: 1px solid #494949;
            overflow:hidden;
    }
    .seat-selector-row.topGap{
        margin-top: 30px;
    }
    .meal-group-container {
        margin: 10px 5px 0px 5px;
    }
    .seat-container{
        height:36px;
        box-sizing: content-box;
    }
    .seat-selector{
        width: 100%;
        max-width: 100%;
    }
    .seat-title-container{
        float:left;
        width: 100%;
    }
    .seat-title{
        display: table;
        width: 100%;
    }
    .seat-title span{
        font-size:16px;
        float:left; 
        line-height: 35px;
        color: #494949;
        text-align: center;
        width: 100%;
    }
    .seat-ul-container{
        width: auto;
        float: left;
    }

    .seat-selector .seat-ul-container ul{
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .seat-selector .seat-ul-container li{
        position: relative;
        display: block;
        float: left;
    }
    .seat-selector .seat-ul-container li a{
        display: block;
        height: 36px;
        line-height: 35px;
        color: #494949;
        padding: 0 30px;
        font-size: 18px;
        background-color:#E9E9E9;
    }
    .seat-selector .seat-ul-container li:hover a , .seat-selector .seat-ul-container li.active a{
        display: block;
        height: 36px;
        line-height: 35px;
        color: #ffffff;
        padding: 0 30px;
        font-size: 18px;
        background-color:#494949;
    }
    .meal-list-main-container{
        overflow: hidden;
    }
    .meal-list-main-container.grey{
        background-color: #F1F2F3;
    }

    .meal-group-box ul.food-listing{
        margin: 0;
        padding: 0 0 10px 0;
        
        list-style: none;
    }

    .meal-group-box ul.food-listing li{
        width:50%;
        margin:6px 0px 14px 0;
        padding: 0 10px;
        float:left; 
    }
    .meal-group-box ul.food-listing li:nth-child(4n){
        margin-right:0px;   
    }

    .meal-provider-container{
        font-weight:bold;
        font-style: italic;
        padding-left: 0;
    }
    .meal-provider-name{
        font-size:24px;
    }
    .meal-provider-servicehour{
        fontsize: 18px; 
    }

    .meal-image-wrapper img{
        display: block;
        max-width: 100%;
        height: auto;   
    }
    .detail-container-upper{
        border-bottom: 1px dashed #494949;
        padding:0 0 10px 0;
        margin: 0 0 8px 0;
    }
    .meal-name{
        font-size:18px;
        font-weight:bold;
        margin: 10px 0 4px 0;
    }
    .meal-ingredient{
        font-size:16px;
        color:#494949;
    }
    .detail-container-footer{
        display: table;
        width: 100%;
        height: 36px;
    }
    .food-price{
        /*width: 100%;*/
        display: table-cell;
        vertical-align: middle;
        font-size: 18px;
        font-weight: bold;
        float: left;
        height: 36px;
        padding-top: 8px;
    }
    .btn-add{
        background: #494949;
        border-radius: 6px;
        color: #fff;
        font-weight: 600;
        padding: 2px 0;
        text-align: center;
        display: block;
        /*display: table-cell;*/
        vertical-align: middle;
        width: 60px;
         float: right; 
/*        clear: both;
        width: 80px;
        height: 36px;*/
        cursor: pointer;
        margin-top: 6px;
    }

    .total-block{
        width: 80px;
        vertical-align: middle;
        background: #494949;
        border-radius: 5px;
        margin-top: 6px;
    }
    .btn-decrease, .btn-increase{
        width: 25px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        display: table-cell;
    }
    .num-of-food{
        width: 20px;
        text-align: center;
        display: table-cell;
    }
    .num-of-food span{
        background: #fff;
        color: #494949;
        display: inline-block;
        margin: 2px 0;
        width: 30px;
        text-align: center;
        height: 32px;
        vertical-align: middle;
        padding: 8px 0;
    }
    
    
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 992px) {   
    .popup_container {
        top: 10%;
    }
    .popup_content {
        padding: 10px;
    }
    .popup_content > img {
        margin-left: 5px;
        margin-right: 5px;
    }

    /* general */
    .categoryIcon {
        height: 18px;
        position: relative;
        top: 2px;
        width: 18px;
    }
    .btn {
        background: none repeat scroll 0 0 #3f3f3f;
        color: white;
        display: block;
        font-size: 16px;
        height: 40px;
        line-height: 25px;
        margin: 0 auto 40px;
        width: 150px;
    }
    .btn:hover {
        background: none repeat scroll 0 0 #5f5f5f;
    }
    .back-btn {
        background: none repeat scroll 0 0 #9f9f9f;
    }
    .back-btn:hover {
        background: none repeat scroll 0 0 #d6d6d6;
    }
    .errTxt {
        clear: both;
        color: red;
        font-size: 14px;
        font-weight: bold;
    }
    /* cvv popup */
    #cvv_popup .popup_container {
        width: 450px;
    }
    #cvv_popup .popup_content {
        text-align: center;
        height: auto;
        overflow: scroll;
    }
    #cvv_popup .popup_content > img {
        width: auto;
    }

    /* movie popup */
    #movie_popup .popup_container {
        width: 1000px;
    }
    #movie_popup .popup_content {
        text-align: center;
        height: auto;
        overflow: auto;
    }

    #content {
        /*background: none repeat scroll 0 0 yellow;*/
        margin: 0 auto;
        /*        padding-left: 0;
                padding-right: 0;*/
        position: relative;
        width: 1000px;
    }
    .helpStep {
        height: 40px;
        margin-bottom: 20px;
        margin-top: 0;
        width: 100%;
    }
    .showInfo, .fnbDesc {
        border: 2px solid #dbdbdb;
        margin-bottom: 10px;
        padding: 20px;
        width: 100%;
    }
    .showInfo .containerInfo, .fnbDesc .containerInfo {
        clear: both;
        margin-left: 0px;
        margin-top: 10px;
    }
    .showInfo .redText, .fnbDesc .redText {
        color: red;
    }
    .insightGuideline {
        border: 2px solid #dbdbdb;
        margin-bottom: 10px;
        padding: 20px;
        width: 100%;
    }
    .insightGuideline .containerHeader {
        float: none;
        width: auto;
    }
    .insightGuideline .containerInfo {
        clear: both;
        margin-left: 0px;
        margin-top: 10px;
    }
    .seatPlanArea {
        width: 100%;
        /*        height: 450px;*/
        background: black;
        margin-bottom: 10px;
        position: relative;
    }
    .beforeShowNotice {
        border: 2px solid #dbdbdb;
        margin-bottom: 10px;
        padding: 20px;
        width: 100%;
    }
    .beforeShowNotice ul {
        /*padding-left: 20px;*/
    }
    .beforeShowNotice li {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .beforeShowNotice a, .beforeShowNotice a:hover{
        color: red;
    }
    .helpStep div {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
        height: 40px;
        width: auto;
        float: left;
        margin-right: 10px;
        line-height: 20px;
        font-size: 20px;
        border: solid thin rgba(56, 55, 51,0.5);
        color: rgba(56, 55, 51,0.5);
    }
    .helpStep div.active {
        background: #494949;
        border: none;
        color: white;
        font-weight: bold;
    }
    .desktopLegend {
        display: block;
    }
    .mobileLegend {
        display: none;
    }
    .movieName {
        color: #383733;
        font-size: 27px;
        margin-bottom: 20px;
		font-weight: bold;
    }
    .showInfoItem {
        color: #494949;
        font-size: 16px;
        height: 30px;
    }
    .showInfoTitle {
        float: left;
        margin-right: 10px;
        width: auto;
	/* font-weight: bold; */
    }
    .showInfoTitle.tkt {
        width: auto;
    }
    .showInfoValue {
        float: left;
        margin-right: 0px;
        width: auto;
    }
    #seatPlanTable #seatPlanPlace {
        height: auto;
        left: 0;
        margin: 0 auto;
        overflow: auto;
        position: relative;
        width: auto;
    }
    .legend {
        border-bottom: thin solid white;
        height: auto;
        margin: 0 auto 50px;
        padding-bottom: 10px;
        padding-top: 25px;
        position: relative;
        width: 80%;
    }
    .mobile.legend.row {
        display: none;
    }
    .desktop.legend.row {
        color: white;
        display: block;
        text-align: center;
    }
    .desktop.legend img {
        margin-right: 10px;
    }
    .desktop.legend img + img {
        margin-left: 20px;
    }

    /* seat selection */
    #seatPlanSelection {
        padding: 0;
    }
    .ticketTypeInfo {
        width: 100%;
        padding: 20px;
        margin-bottom: 10px;
        border: 2px solid #dbdbdb;
        position: relative;
    }
    .ticketPriceInfo {
        width: 100%;
        padding: 20px;
        margin-bottom: 10px;
        border: 2px solid #dbdbdb;
        position: relative;
    }
    .redLine {
        background: none repeat scroll 0 0 #f30002;
        float: left;
        height: 26px;
        margin-right: 20px;
        width: 4px;
    }
    .containerHeader {
        color: #383733;
        float: left;
        font-size: 16px;
        font-weight: bold;
        margin-right: 10px;
        width: 100%;
        line-height: 26px;
        clear: both;
    }
    .fnbDesc .containerHeader {
        float: none;
        font-size: 16px;
    }
    .containerInfo {
        margin-left: 0px;
        font-size: 16px;
        color: #383733;
        clear: none;
    }
    .fnbDesc .containerInfo {
        margin-left: 0px;
        font-size: 16px;
        color: #383733;
        clear: none;
    }
    .fnbDesc .sub {
        font-size: 12px;
    }
    .fnbDesc .sub.leftGap {
        padding: 0 20px;
    }
    .ticketTypeInfo .ticketType {
        float: left;
        line-height: 26px;
        margin-right: 20px;
        margin-top: 0px;
        width: 295px;
        white-space: nowrap;
    }
    .ticketType:nth-child(2n+3) {
        clear: both;
    }
    .ticketPriceInfo .ticketPrice {
        float: left;
        line-height: 26px;
        margin-right: 20px;
        margin-top: 0;
        width: 250px;
    }
    .ticketTypeInfo .containerHeader.en {
        width: 160px;
    }
    .ticketPriceInfo .containerHeader.en {
        width: 160px;
    }
    .ticketTypeInfo .containerHeader {
        width: auto;
    }
    .ticketPriceInfo .containerHeader {
        width: auto;
    }

    /* ticket type page */
    #ticketTypeSelection {
        padding: 0;
    }
    #ticketTypeSelection .containerHeader {
        float: none;
    }
    #ticketTypeSelection .containerInfo {
        margin-left: 30px;
        margin-right: 30px;
        clear: both;
        margin-top: 10px;
    }
    .clear {
        clear: both;
    }
    .form-control {
        border: 1px solid #5f5f5f;
        padding: 6px 12px;
    }
    .paymentOption {
        /*background: none repeat scroll 0 0 red;*/
        margin-bottom: 4px;
        width: 100%;
    }
    .paymentOption .header {
        width: 100%;
        height: 50px;
        /* background: none repeat scroll 0 0 #ebebeb; */
        background: #fffcff none repeat scroll 0 0;
        border-style: solid;
        border-width: 1px;
        border-color: #ebebeb;
        text-align: center;
        display: table;
        text-align: left;
        padding-left: 10px;
        padding-right: 10px;
        color: #383733;
        font-size: 18px;
        /* font-weight: bold; */
        cursor: pointer;
        padding-top: 0;
        padding-bottom: 0;
    }
    .paymentOption .header div {
        display: table-cell;
        vertical-align: middle;
    }
    .paymentOption .header .paymentRadio {
        padding-left: 10px;
        padding-right: 10px;
        width: 10px;
    }
    .paymentOption .header .paymentRadio input{
        margin-top: 0;
    }
    .paymentOption.active {
        /* border: thin solid red; */
        border: 2px solid #383733;
    }
    .paymentOption.active .header {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border-bottom: 2px solid #383733;
        cursor: default;
    }
    .paymentOption .content {
        color: #383733;
        font-size: 16px;
        padding: 20px 50px;
    }
    .paymentOption tr {
        border-bottom: thin dotted black;
    }
    .paymentOption tr.noborder {
        border-bottom: none;
    }
    .paymentOption tr:last-child {
        border-bottom: none;
    }
    .paymentOption td {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .paymentOption td:nth-child(1) {
        padding-top: 17px;
        vertical-align: top;
        width: 25%;
    }
    .paymentOption tr.noborder td {
        padding-top: 0px
    }
    .paymentOption .textBold {
        font-weight: bold;
    }
    .paymentOption .textBlue {
        color: blue;
    }

    /* normal credit card */
    .creditCardMonth {
        float: left;
        width: 70px;
    }
    .creditCardYear {
        float: left;
        width: 70px;
    }
    .paymentOption .content .yearSepeartor {
        float: left;
        font-size: 22px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .cvvField, .gcPwField {
        width: 100%;
    }
    .ccNoField, .gcNoField, .emailField {
        float: left;
        margin-right: 10px;
        text-align: left;
        width: 100%;
    }
    .paymentOption .content .remarks {
        font-size: 14px;
        padding-top: 10px;
    }
    .paymentOption .content .remarks a{
        text-decoration: none;
        color: blue;
    }
    .paymentOption .header img {
        height: 23px;
    }
    .paymentOption .header img#visa-checkout-button {
        height: 34px;
    }
    .paymentOption .cvvField, .paymentOption .gcPwField {
        float: left;
        margin-right: 10px;
    }
    .paymentOption #whatisCVV {
        font-size: 14px;
        position: relative;
        top: 6px;
        float: left;
        cursor: pointer;
    }
    .paymentOption .cvvSecureImg {
        clear: none;
        padding-top: 0;
        margin-left: 10px;
        float: left;
    }
    .paymentOption .cvvSecureImg div{
        float: left;
        margin-right: 10px;
    }
    .paymentOption .cvvSecureImg #verifiedVisa {
        background-image: url("../images/VBV.png");
        height: 23px;
        width: 23px;
        cursor: pointer;
    }
    .paymentOption .cvvSecureImg #masterCode {
        background-image: url("../images/Master-Secure.png");
        height: 23px;
        width: 69px;
        cursor: pointer;
    }

    /* gift card */
    .giftCardNotice {
        background: none repeat scroll 0 0 #ebebeb;
        font-size: 16px;
        font-weight: bold;
        padding: 20px;
        width: 100%;
    }
    .giftCardNotice > a {
        background: none repeat scroll 0 0 grey;
        color: white;
        padding: 3px;
        display: inline;
    }
    .giftcardErrorBlock {
        background: none repeat scroll 0 0 #ffede7;
        padding: 20px;
        width: 100%;
    }
    .giftCardErrorTitle {
        font-weight: bold;
        text-align: center;
    }

    /* AE card */
    .aeNotice {
        /* background: none repeat scroll 0 0 #ebebeb; */
        background: none repeat scroll 0 0;
        font-size: 16px;
        font-weight: bold;
        padding: 20px;
        width: 100%;
    }
    .aeNotice .promoOption {
        clear: both;
        color: black;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
        width: 100%;
    }
    .aeNotice .promoOption .form-control {
        float: left;
        height: auto;
        width: 20px;
        margin-right: 10px;
    }
    .aeNotice input[type="checkbox"] {
        display: table-cell;
        float: left;
        margin-right: 5px;
        position: relative;
        width: 20px;
    }

    /* master pass */
    .mpLearnMore {
        font-size: 16px;
        color: red;
        cursor: pointer;
    }


    /* ticket type */
    .moreTktDetails {
        border-bottom: 1px solid grey;
        /* color: red; */
        margin-bottom: 20px;
        margin-top: 15px;
        padding-bottom: 15px;
        /* padding-left: 40px; */
        text-align: left;
        /* font-weight:bold; */
        color:#494949;
    }
    .moreTktDetails a, .moreTktDetails a:hover, .moreTktDetails a:focus, .moreTktDetails a:active{
        color: red;
    }
    .ticketTypeOption {
        padding-bottom: 20px;
        padding-top: 20px;
        width: 100%;
    }
    .ticketTypeOption tr.heading {
        display: table-row;
    }
    .ticketTypeOption tr td:nth-child(1){
        width: 228px;
        padding-left: 40px;
        display: table-cell;
    }
    .ticketTypeOption tr td:nth-child(2){
        width: 410px;
        padding-left: 20px;
    }
    .ticketTypeOption tr td:nth-child(3) {
        padding-left: 68px;
        width: 235px;
        display: table-cell;
    }
    .ticketTypeOption .heading td{
        border-bottom: 1px solid black;
    }
    .ticketTypeOption .ticketTypeItem td {
        padding-top: 20px;
    }

    /* subtotal */
    .paymentSubtotal {
        background: none repeat scroll 0 0 #ebebeb;
        line-height: 16px;
        padding: 20px;
        text-align: left;
        margin-bottom: 20px;
    }
    .paymentSubtotal .subtotalText {
        margin-left: 660px;
        font-size: 16px;
        color: #494949;
    }
    .paymentSubtotal .subTotalAmt {
        margin-left: 10px;
        font-size: 24px;
        font-weight: bold;
        color: #494949;
    }
    .bcMemberPts {
        padding-left: 40px;
        padding-right: 40px;
    }
    .bcMemberPts span {
        color: red;
        font-size: 14px;
    }

    /* payment Notice */
    .paymentNotice {
        margin-top: 20px;
        background: none repeat scroll 0 0 #ebebeb;
        padding: 20px;
        font-size: 16px;
        color: #494949;
    }
    .paymentNotice span{
        color: #F30002;        
    }
    .paymentNotice p {
        font-weight: bold;
    }
    .paymentNotice li {
        margin-bottom: 20px;
        font-weight: bold;
    }
    .paymentNotice li:last-child {
        margin-bottom: 0;
    }

    /* ticket type btn */
    .btnLine {
        width: 100%;
        margin-top: 40px;
        margin-bottom: 40px;
        text-align: center;
        height: 40px;
    }
    .btnLine .btnPlace {
        width: 340px;
        margin: 0 auto;
        position: relative;
    }
    .btnLine .btnPlace .back-btn {
        float: left;
        width: 150px;
    }
    .btnLine .btnPlace .submit-btn {
        float: right;
        width: 150px;
    }

    /* verify */
    #verifyPage {
        padding: 0;
    }
    .verifyInfo {
        width: 100%;
        padding: 20px;
        margin-bottom: 10px;
        border: 2px solid #dbdbdb;
        position: relative;
    }
    .verifyInfo .containerInfo {
        margin-left: 0;
        margin-right: 0;
        clear: both;
        /*margin-top: 10px;*/
    }
    .verifyInfo .containerInfo tr {
        border-bottom: thin dotted black;
    }
    .verifyInfo .containerInfo tr:last-child {
        border-bottom: none;
    }
    .verifyInfo .containerInfo td {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .verifyInfo .containerInfo td:nth-child(1) {
        vertical-align: top;
        width: 30%;
    }
    .verifyInfo .containerInfo td:nth-child(2) {
        text-align: left;
    }
    .verifyWarning {
        margin-top: 20px;
        background: none repeat scroll 0 0 #FEE5E5;
        padding: 20px;
        font-size: 20px;
        color: #F30002;        
        margin-bottom: 10px;
        text-align: center;
    }
    .verifyNotice {
        background: none repeat scroll 0 0 #ebebeb;
        padding: 20px;
        font-size: 16px;
        color: #494949;        
        margin-bottom: 10px;
    }
    .verifyNotice span {
        color: #F30002;
    }
    .verifyInfo .ccImg {
        height: 20px;
    }

    /* gift card purchase */
    #giftcardPurchase {
        padding: 0;
    }
    #giftcardPurchase .containerHeader {
        float: none;
        width: auto;
    }
    #giftcardPurchase .containerInfo {
        margin-left: 30px;
        margin-right: 30px;
        clear: both;
        margin-top: 10px;
    }
    .clear {
        clear: both;
    }
    #giftcardPurchase .row {
        border-bottom: 1px dashed #E1E1E1;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    #giftcardPurchase .row:last-child {
        border-bottom: none;
    }
    #giftcardPurchase .title {
        position: relative;
        top: 5px;
    }
    #giftcardPurchase .row .notice {
        font-size: 14px;
    }
    #giftcardPurchase .creditCardMonth, #giftcardPurchase .creditCardYear {
        width: 45%;
        float: left;
    }
    #giftcardPurchase .yearSepeartor {
        float: left;
        position: relative;
        text-align: center;
        top: 4px;
        width: 10%;
    }
    #giftcardPurchase .gcNotice {
        background: none repeat scroll 0 0 #ebebeb;
        font-size: 16px;
        font-weight: bold;
        margin: 15px auto 0;
        padding: 10px 15%;
        width: 80%;
    }
    .gcNotice > ul {
        /*padding: 0;*/
    }
    .gcNotice li {
        /*list-style: outside none none;*/
    }

    /* gift card verify */
    #giftcardVerify {
        padding: 0;
    }
    #giftcardVerify .containerHeader {
        float: none;
        width: auto;
    }
    #giftcardVerify .containerInfo {
        margin-left: 30px;
        margin-right: 30px;
        clear: both;
        margin-top: 10px;
    }
    .clear {
        clear: both;
    }
    #giftcardVerify .row {
        border-bottom: thin dotted black;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    #giftcardVerify .row:last-child {
        border-bottom: none;
    }
    #giftcardVerify .title {
        position: relative;
        top: 0px;
    }
    #giftcardVerify .gcNotice {
        background: none repeat scroll 0 0 #ebebeb;
        font-size: 16px;
        font-weight: bold;
        margin: 15px auto 0;
        padding: 10px 15%;
        width: 80%;
    }
    #giftcardVerify .paymentInprogress {
        border: none;
    }

    /* gift card result */
    #giftcardResult {
        padding: 0;
    }
    #giftcardResult .containerHeader {
        float: none;
        width: auto;
    }
    #giftcardResult .containerInfo {
        margin-left: 30px;
        margin-right: 30px;
        clear: both;
        margin-top: 10px;
    }
    #giftcardResult .gcPaymentFail {
        width: 100%;
        padding: 20px;
        margin-bottom: 10px;
        position: relative;
        text-align: center;
    }

    /* insight Terms */
    #insightTerms {
        padding: 0;
    }
    .insightTnc {
        border: 2px solid #dbdbdb;
        margin-bottom: 10px;
        padding: 20px;
        position: relative;
        width: 100%;
    }
    .insightTnc .containerHeader {
        float: none;
        width: auto;
    }
    .insightTnc .containerInfo {
        border: 2px solid #dbdbdb;
        clear: both;
        height: 300px;
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 10px;
        overflow-y: scroll;
        padding: 10px;
        font-size: 14px;
    }
    .insightTnc .containerInfo .textBold {
        font-weight: bold;
    }
    .insightTnc .containerInfo .textUnderline {
        text-decoration: underline;
    }
    #insightTerms .btnLine {
        margin-bottom: 0px;
    }
    #insightTerms .btn {
        margin-bottom: 0px;
    }

    /* payment in progress */
    .paymentInprogress {
        width: 100%;
        padding: 20px;
        margin-bottom: 10px;
        border: 2px solid #dbdbdb;
        position: relative;
    }
    .paymentInprogress .containerHeader {
        float: none;
        width: auto;
    }
    .paymentInprogress .containerInfo {
        clear: both;
        margin: 40px 0;
        text-align: center;
    }
    .paymentInprogress .inProgressImg {
        background-image: url("../images/loading.gif");
        background-repeat: no-repeat;
        height: 26px;
        margin: 40px auto 0;
        width: 30px;
    }

    /* payment result */
    #paymentResult {
        padding: 0;
    }
    .paymentFailResultInfo {
        border: 2px solid #dbdbdb;
        margin-bottom: 10px;
        padding: 20px;
        width: 100%;
        text-align: center;
        font-size: 16px;
    }
    .paymentFailResultInfo .paymentFailMsg {
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .paymentFailResultInfo .back-btn {
        margin-bottom: 20px;
        margin-top: 80px;
        width: 200px;
    }
    .paymentSuccessResultInfo {        
        background: #ebebeb;
        margin-bottom: 10px;
        padding: 20px;
        width: 100%;
        text-align: center;
        font-size: 16px;
    }
    #paymentResult .paymentSuccessNotice {
        font-size: 16px;
        margin-bottom: 20px;
        margin-top: 20px;
        text-align: center;
    }
    #paymentResult .paymentSuccessKioskBanner img {
        width: auto;
    }
    #paymentResult .qrNotice {
        font-size: 16px;
        text-align: center;
    }

    #paymentResult .qrPlacer_outer_container .qrPlacer-left {
        font-size: 16px;
        width: 50%; 
        margin-top: 20px; 
        float: left;
    }

    #paymentResult .qrPlacer_outer_container .qrPlacer-right {
        font-size: 16px;
        width: 50%; 
        margin-top: 20px; 
        float: right;
    }

    #paymentResult .qrPlacer_outer_container .qrPlacer-container {
        font-size: 16px;
        margin-top: 20px;
        text-align: center;
    }
    #paymentResult .payment-success-btn-container{
        display: inline-block;
        width: 100%;
    }
    #paymentResult .paymentRetryBtn, #paymentResult .scAnotherShowBtn {
        width: 200px;
    }
    #paymentResult .payment-success-btn-container .paymentRetryBtn, 
    #paymentResult .payment-success-btn-container .scAnotherShowBtn{
        float: left;
        margin-left: 50px;
    }
    #paymentResult .citiPwpBtn {
        background: none repeat scroll 0 0 #42A3E7;
        width: 185px;
        float: left;
        margin-left: 28%;
    }
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-6-b {
    width: 50%;
    margin-bottom: 10px;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
    
  #paymentResult .qrPlacer_outer_container .qrPlacer-center {
    font-size: 16px;
    width:100%;
    margin-top: 20px; 
    text-align: center;
  }
  
  #paymentResult .qrPlacer_outer_container .qrPlacer-left {
    font-size: 16px;
    width:50%; 
    margin-top: 20px; 
    text-align: center;
    float: left;
  }

  #paymentResult .qrPlacer_outer_container .qrPlacer-right {
     font-size: 16px;
    width:50%; 
     margin-top: 20px;
     text-align: center;
     float: right;
  }
  
  #paymentResult .qrPlacer_outer_container .qrPlacer-left .qrPlacer-ticket-list,
  #paymentResult .qrPlacer_outer_container .qrPlacer-right .qrPlacer-ticket-list{
      width: 90%;
      margin: 0 auto;
  }
}

.col-xs-12-b {
    width: 100%;
    margin-bottom: 5px;
}
.col-xs-6-b {
    width: 100%;
    margin-bottom: 5px;
}
.nopadding {
    padding: 0px;
}
.bottomPadding {
    padding-bottom: 5px;
}


@media (max-width: 420px) {
    .meal-group-box ul.food-listing li{
        width:100%;
        margin:6px 0px 14px 0;
        float:left; 
    }
}

@media (max-width: 500px){
    #ticketTypeSelection .promoCodeContainer .apply-promo-code, 
    #ticketTypeSelection .promoCodeContainer .remove-promo-code{    
        width: 20%;
    }
}

@media (max-width: 375px){
    #ticketTypeSelection .promoCodeContainer .apply-promo-code, 
    #ticketTypeSelection .promoCodeContainer .remove-promo-code{    
        width: 30%;
    }
}