.container {
	margin-top: 1%;
	margin-bottom: 8%;
	max-width: 1250px;
}

.header-h3 {
	font-family: 'lato';
	text-align: center;
}

.tabs {
	text-align: center;
	margin-bottom: 4%;
	position: relative;
}

.tabs:after {
	content: '';
	width: 70%;
	border-bottom: 1px solid #eae8e8;
	position: absolute;
	bottom: -50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.tabs li {
	list-style: none;
	display: inline-block;
	border: 1px solid #eee;
	padding: 5px 10px;
	margin: 0;
	font-family: 'lato';
}

ul {
	margin: 0;
}

.tabs li.active {
	background: #eee;
	font-weight: bold;
}

.clear {
	clear: both;
}

.select-tour {
	width: 100%;
}

.show-tour {
	width: 50%;
}

.tour-wrapper {
	margin: 20px 0;
}

.section-header {
	color: #b92526;
	font-family: 'lato';
}

.date-input, .select-option {
	position: relative;
	-webkit-appearance: none;
}

.input-icon {
	position: absolute;
    top: 80%;
    right: 15px;
    transform: translate(-50%, -50%);
    font-size: 1.3rem;
    color: #b92526;
}

.touring-help {
	position: relative;
	padding: 5px;
}

.touring-help1 {
	position: relative;
	padding: 5px;
}

.touring-label {
	position: absolute;
    z-index: 99;
    background: #1b1b1b;
    color: white;
    padding: 10px 40px;
    top: 10%;
    display: none;
}

.label {
    position: fixed;
    top: 10%;
    right: 0%;
    background: #00a2b9;
    padding: 10px 20px;
    color: white;
    z-index: 9999;
}

.fail_label {
    background: #f15764;
}

.added_label {
    background: #28a745;
}

.touring-label li{
	padding: 10px 0;
}

/* helper label for food options */

.touring-label1 {
	position: absolute;
    z-index: 99;
    background: #1b1b1b;
    color: white;
    padding: 10px 40px;
    /* bottom: 5%; */
    display: none;
}


.touring-label1 li{
	padding: 10px 0;
}

ul {
	padding: 0;
	margin: 0;
}

#food-options .row{
	padding: 10px 0;
	border: 1px solid #eee;
	border-radius: 5px;
	margin-left: 0;
}

#food-options .row .col-9 {
	border-right: 1px solid #eee;
}

#food-options .row .col-3 {
	text-align: center;
}

#food-options .option-control {
	padding: 5px 8px;
	/*background: #eee;*/
}

#food-options .removeItm {
	margin-right: 10%;
}

#food-options .addItm {
	margin-left: 10%;
}

#food-options .meal-price {
	float: right;
	font-style: italic;
}

#food-options1 .row{
	padding: 10px 0;
	border: 1px solid #eee;
	border-radius: 5px;
	margin-left: 0;
}

#food-options1 .row .col-9 {
	border-right: 1px solid #eee;
}

#food-options1 .row .col-3 {
	text-align: center;
}

#food-options1 .option-control {
	padding: 5px 8px;
	/*background: #eee;*/
}

#food-options1 .removeItm {
	margin-right: 10%;
}

#food-options1 .addItm {
	margin-left: 10%;
}

#food-options1 .meal-price {
	float: right;
	font-style: italic;
}

.input-label {
	color: #b92526;
	font-family: 'lato';
	margin: 20px 0 10px 0;
}

.tab-control {
	background: none;
	border: 1px solid #b92526;
	padding: 5px 15px;
    border-radius: 5px;
    margin-top: 30px;
	transition: .2s;
}

.tab-control:hover {
	background: #b92526;
	color: white;
	transition: .2s;
	cursor: pointer;
}

.next-tab {
	float: right;
}

.main-section {
	display: none;
}

.main-section:nth-of-type(1){
	display: block;
}


.collection-drop-off textarea {
	min-height: 50px;
}

span.chkb {
	width: 18px;
	height: 18px;
	display: block;
	border: 1px solid #ccc;
	position: relative;
	float: left;
    margin-top: 2px;
    margin-right: 8px;
}

span.chkb .fa-check {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	font-size: 14px;
	color: #b92526;
}

#drop-off-address {
	margin-right: 10px;
	position: absolute;
	width: 18px;
	height: 18px;
	top: 0;
	opacity: 0;
	z-index: 99;
}

.drop-off-textarea {
	display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.arrival-details span, .arrival-details input{
	display: inline-block;
}

.arrival-details span {
	width: 30%;
	/*font-weight: bold;*/
}

.arrival-details input {
	width: 69%;
}

/*#departure-details {
	opacity: 0;
    z-index: 99;
    position: absolute;
}*/


span.chkb input:checked + .fa-check {
	display: block;
}

.drop-off-textarea, .prev-tab, .next-tab, .hidden-content, .hidden-select, .hidden-section, .hidden-section1, .hidden-section2, .hidden-level {
	display: none;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

.disclamer {
	color: #8e8e8e;
    font-style: italic;
    font-size: 13px;
}

#add-guest {
	margin-top: 10px;
}

.customer-title {
	padding-left: 0;
}

.cart-section .row {
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
	background: #eee;

}

.cart-table .row  .col-8{
	border-right: 1px solid #ccc;
}

.cart-table {
	display: none;
}

.cart-total {
	font-weight: bold;
}

/* .results-wrapper {
	width: 50%;
	margin: auto;
} */

.review h4{
	text-align: center;
}

.results-wrapper .row .col-5{
	border-right: 1px solid #eee;
}

.results-wrapper .row .col-5:first-letter{
	text-transform: uppercase;
}

.results-wrapper .row {
	padding: 5px;
	border: 1px solid #eee;
}

.results-wrapper .row:last-child {
	font-weight: bold;
	background: #ccc;
}

.book-more {
	margin-top: 20px;
	text-align: center;
}

#terms-conditions {
	width: 80%;
    margin: auto;
    margin-top: 30px;
}

#terms-conditions ul{
	padding: 20px 50px;
}

#terms-conditions .tc {
	font-weight: bold;
}

#terms-conditions li {
	margin-top: 20px;
    line-height: 1.5;
}

#terms-conditions li span {
	display: block;
	margin: 10px 0;
}

/*ADMIN PANEL*/

.pdf-confirmation-wrapper {
	font-size: 12px;
}

.orders-section .row {
	border: 1px solid #eee;
}

.orders-section .row:nth-of-type(1) {
	font-weight: bold;
}

.orders-section .row div{
	border-right: 1px solid #eee;
}

.pagination {
	margin-top: 50px;
}

.pdf-header {
	margin: auto;
	text-align: center;
}

.pdf-body {
    margin: auto;
}

.confirm-order .pdf-header, .confirm-order .pdf-body {
	margin: 0;
}

.customer-info .row .col-3:nth-of-type(1){
	border-right: 1px solid #eee;
}

.customer-info .row {
	margin-top: 10px;
}

.customerAddress span {
	display: block;
}

.pdf-body .tour-details, .pdf-body .tour-guests {
	/*border: 1px solid #ccc;*/
	margin-top: 20px;
}

.pdf-body .row {
	padding: 5px 0px;
	border: 1px solid #eee;
	margin-left: 0;
	margin-right: 0;
}

.pdf-body .row div{
	border-right: 1px solid #eee;
}

#order_id {
	font-weight: bold;
}

.bottom-paragraph {
	text-align: center;
	margin-top: 40px;
}

.side-menu {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	background: #fff;
}

.side-menu a {
	/*padding-top: 5px;*/
	display: block;
	margin-top: 5px;
}

.change-pdf input, .change-pdf textarea{
	width: 100%;
}

.change-pdf textarea {
	min-height: 100px;
}

.btn-wrapper {
	text-align: center;
}

/*admin*/

.login-wrapper {
	width: 500px;
	margin: auto;
	text-align: center;
	margin-top: 2%;
}

p.error {
	color: red;
}

.adminName {
	float: left;
}

.logout {
	float: right;
}























