body {
	background-color: #f6f6f6;
}
h5 { font-weight:bold;}
div.wrapper > .container {
	background-color: #fff;
}
nav.navbar {
	margin-bottom: 8px;
}
.well.bg-info { background-color:#d9edf7; border:1px solid #d9edf7;}
.well.bg-warning { background-color:#fcf8e3; border:1px solid #fcf8e3;}
table.table-expand > tbody > tr:nth-child(4n+3) > td { background-color:#f9f9f9;}
table.table-expand > tbody > tr.expandable:hover { cursor: pointer;}
	table.table-expand > tbody > tr.expandable:hover td { background-color:#f5f5f5;}
table > tbody > tr.expand_details { display:none; border:1px solid #ddd;}


#contact_information h3 { margin-top:0;}
#contact_information .rep h3 { margin:0;}
#contact_information .rep .description { margin-bottom:10px; font-style:italic;}
#contact_information .client p, #contact_information .client address { margin:0;}


#location-map {
	height: 250px;
	margin-bottom: 10px;
}

#seatingrows .panel-title {
	cursor: pointer;
}

.panel-heading.with-image {
	padding: 0px;
	border-bottom: 0px;
}

@media (max-width: 767px) {
    .btn-group .dropdown-toggle {
        display:none;
    }

    .btn-group > .btn:nth-last-child(3),
    .btn-group > .btn:first-child:nth-last-child(3):not(.drop-down-toggle) {
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
    }

    #order_plans .order_plan_description {
        display: none;
    }
}

.show-more {
    margin: 0 0 20px;
}

#seating-map-photo .modal-dialog {
    display:flex;
    justify-content:center;
}

#seating-map-photo .modal-photo {
    display:flex;
    flex-direction:column;
    justify-content:center;
}

#seating-map-photo .modal-dialog .modal-header {
    align-self:flex-end;
    border:none;
    padding:0;
}

#seating-map-photo .modal-dialog .modal-header .close {
    opacity:0.3;
}

#seating-map-photo img {
    max-width:100%;
}