﻿.max-width-body {
    max-width: 1080px;
}

nav.navbar.navbar-default.move {
    background-color: #0e244d;
    border: none;
    border-radius: 0px;
}

div#ctl00_ctl00_chpContent_eWallet_dvEWBalance {
    margin-left: 0px !important;
}

.col-md-12.p-0 {
    padding: 0;
}

.col-sm-12.col-md-12.text-center.gitc {
    width: 100%;
    padding-left: 50px;
    padding-right: 90px
}

.col-md-9.col-sm-8.col-xs-12.dashboard {
    width: 100%;
    min-height: 344px;
}

.louis {
    display: none;
}

.col-md-9.col-sm-8.col-xs-12.dashboard {
    width: 100%;
    min-height: 344px;
}

.center {
    margin: 0 auto !important;
	margin-bottom: 50px !important;
    min-height: 350px;
}

.no-padding {
    padding: 2px 0px 2px 0px !important;
}

.red-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #FF0000;
    text-decoration: none;
}

#ctl00_ctl00_chpContent_contentNested_divmain .small-grey-text {
    display: none;
}

.small-grey-text {
    font-weight: normal;
    font-family: Tahoma;
    color: #777777;
    font-size: 11px;
}

.grey-text {
    font-weight: normal;
    font-family: Tahoma;
    color: #777777;
}

.no-margin {
    margin: 0;
}

.well-form-color {
    background-color: #f5edc8;
}

.frontEndIcons {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.frontEndIcon {
    width: 100%;
    max-height: 140px;
    align-self: center;
}

.noimagedFrontEnd {
    border: 5px solid #FFFFFF;
    background-image: url(../../images/inner/image_notavailableblankprodcut.png);
    background-repeat: repeat;
    background-position: left top;
    color: Black !important;
    height: 140px;
    text-decoration: none !important;
    position: relative;
    width: 200px;
}

.frontIconTable {
    margin: 0px auto;
}

.navbar-nav li a {
    font-size: 13px;
    font-weight: 500;
    list-style-type: none;
}

.headerDiv {
    text-align: center;
    margin: 10px -15px 1px 17px;
    display: grid;
}

.yell_btn {
    background-color: #F4E082 !important;
    border: 1px solid #ccb54a;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 3px 0 #ccb54a;
    color: #333333;
    display: inline-block;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    padding: 4px 16px;
    text-decoration: none;
    min-width: 200px;
    text-align: left;
    padding: 8px;
    font-weight: bold;
    margin: 10px 0px;
    max-width: 335px;
}

.yell_btn2 {
    text-align: center !important;
}

.yell_btn span {
    font-size: 17px !important;
    color: #508702 !important;
}

.floatleft {
    float: left !important;
}

.floatright {
    float: right !important;
}

.yell_btn a {
    text-decoration: none;
}

.dashboard-header {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 1px;
    padding-top: 5px;
    font-family: sans-serif;
    border-bottom: dotted 2px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #e7e7e7;
    color: black;
    list-style-type: none;
}

.navbar-default .navbar-nav > li > a {
    color: black;
    list-style-type: none;
}

.page-title {
    font-family: sans-serif;
    /*margin: 10px -15px 1px 17px;*/
}

tr.spaceUnder > td {
    padding-bottom: 5px;
}

.grey-table-left-header {
    padding-right: 10px;
    padding-bottom: 3px;
    vertical-align: top;
    font-weight: 700;
}

.panel-heading-quick-order {
    padding-top: 6px;
    padding-bottom: 6px;
}

    .panel-heading-quick-order h4 {
        font-size: 15px;
        font-weight: bold;
    }

.img-placeholder {
    height: 150px;
    padding-top: 65px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(219,219,219,1) 55%, rgba(254,254,254,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(55%, rgba(219,219,219,1)), color-stop(100%, rgba(254,254,254,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(219,219,219,1) 55%, rgba(254,254,254,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(219,219,219,1) 55%, rgba(254,254,254,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(219,219,219,1) 55%, rgba(254,254,254,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(219,219,219,1) 55%, rgba(254,254,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fefefe', GradientType=0 );
    color: black;
}

#footer a, #footer .small-grey-text {
    color: black;
}

ul.nav.navbar-nav a, td.dark-green-text {
    color: white;
    font-size: 16px;
}


.dark-green-text {
    color: darkblue;
}


.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.text-white {
    color: #fff;
}

.justify-content-end {
    justify-content: end;
}

.dropdown-menu {
    background-color: #0e244d;
    color: #fff
}

.navbar-nav li a:hover {
    background-color: #fff;
    color: #0e244d;
    list-style-type: none;
}

.navbar-nav ul {
    list-style-type: none;
}

.navbar-nav li {
    list-style-type: none;
}

.nav-pills ul {
    list-style-type: none;
}

.nav-pills li {
    list-style-type: none;
}

.dashboard-title {
    position: absolute;
    margin: auto;
    bottom: 20px;
    background: #0e244d;
    display: list-item;
    right: 15px;
    left: 0px;
    list-style-position: inside;
    opacity: 0.6;
    height: 30px;
}


.dashboard-btn {
    position: absolute;
    margin: auto;
    bottom: 25px;
    display: table-caption;
    right: 15px;
    left: 0px;
    font-weight: bold;
    color: #fff;
}

    .dashboard-btn:hover {
        text-decoration: none;
    }

#seatSelectionPopup {
    max-width: 100%;
}

#countdown {
    clear: both;
    background: #337ab7;
}

img.logo {
    max-width: 100px;
}

.remember-me {
    float: left;
}

.remember-me label {
    margin-left: 5px;
    font-weight: 400;
}

.eStore-category {
    padding-left: 0;
    padding-right: 4px;
    min-height: 260px;
}

.eStore-product {
    padding-left: 0px;
    padding-right: 4px;
    min-height: 290px;
}

@media (max-width: 576px) {
    .eStore-category {
        min-height: initial;
    }

    .eStore-product {
        min-height: initial;
    }
}
