h1, h2{
	text-align: center;
}	
body{
	padding-bottom: 25px;
}
.row.links {
	text-align: center;
}
.row.links img{
	position: relative; 
	width: 100%;
	border: 1px solid #000;
}
.row.links img:before{
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}

.table{
	display:table;
	border: 1px solid #000;
	border-collapse:yes;
}
.tr {
	display: table-row;
}
.td {
	display: table-cell;
	padding: 5px;
	border: 1px solid #000;
}
.tr.new {
	display:none;
	
}
.ui-timepicker{
	font-size:14px;
	text-align: left;	
	
}
.prevdate{
	text-align: left;
}
.form-control-lg{
	width: 100%;
	text-align:center;
}
.nextdate{
	text-align: right;
}

.resotable{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}
.resotable thead{
	font-weight: bold;
}
.resotable tr, .openingtable tr{
	border: 1px solid #000;
}
.resotable td, .openingtable td{
	padding: 5px;
	border-right: 1px solid #999;
}

.timerow{
	font-weight: bold;
	text-align: center;
	font-size: 22px;
}

.inline-block{
	display: inline-block;
}

div.timepicker{
	width: 35%;

}
#res_location, #res_time {
	width: 48%;
	display: inline-block;
}
label{
	display: block;
}
#res_phone {
	display: inline-block;
	width: 38%;
}
#res_email {
	display: inline-block;
	width: 60%;
}
#res_adults, #res_kids {
	display: inline-block;
	width: 48%;
}
.res_history h3{
	margin: 5px 0 0 0;
	font-size: 16px;
}
.res_history p{
	font-size: 11px;
	margin: 2px 0 0 0;
}

.openingtable{
	width: 100%;
}
.openingrow:not(.editing) .hideforedit{
	display:none;
}
.openingrow.editing .hidefornormal{
	display:none;
}
.newopening.hidden{
	display:none;
}
.addnewopening.hidden{
	display:none;
}

tr.active{
	background-color: #6496e5;
}
.errmsg{
	color: red;
}
.ui-timepicker-container{
	z-index: 5000 !important;
}

