html, body {
	background-color:#ECF0F1;
	height:100%;
}
.flex-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.tpl-header {
    background-color: #2A5D84;
}

.tpl-header h1 {
    color: #fff;
}
.main {
    background-color: #ECF0F1;
    flex: 1;
	padding:10px;
}
.footer {
    background-color: #2A5D84;
}

.prereg-reserved {
	background-color:#DBDFE1!important;
	color:#000!important;
	cursor:default!important;
}

.reg-time p{
	margin:10px;
	width:50px;
	height:50px;
	background-color:#fff;
	color:#4183D7;
	float:left;
	border:1px solid #4183D7;
	cursor:pointer;
	text-align:center;
	line-height: 50px;
}

.reg-date-terminal .day{
	margin:10px;
	width:100px;
	height:100px;
	background-color:#fff;
	color:#4183D7;
	float:left;
	border:1px solid #4183D7;
	cursor:pointer;
	text-align:center;
	line-height: 50px;
}

.reg-date-terminal .day p{
	width:100px;
	height:100px;
	display: table-cell;
	vertical-align: middle;
	font-size:45px;
}

.reg-date-terminal h1, .reg-date-terminal hr {
  clear: both;
  text-align:center;
}

.reg-time-terminal .time{
	margin:10px;
	width:60px;
	height:60px;
	background-color:#fff;
	color:#4183D7;
	float:left;
	border:1px solid #4183D7;
	cursor:pointer;
	text-align:center;
	line-height: 50px;
}

.reg-time-terminal .time p{
	width:60px;
	height:60px;
	display: table-cell;
	vertical-align: middle;
	font-size:20px;
}

.reg-time-terminal h1, .reg-time-terminal hr {
  clear: both;
  text-align:center;
}

.back-to-terminal {
	font-size:45px;
}

.terminal-text-larger {
	font-size:18px;
}


.reg-time p:hover{
	background-color:#E1F4FF;
}

.reg-date {
	width:100px;
	height:100px;
	background-color:#fff;
	text-align:center;
}
.pre-reg {
	border-collapse:separate; 
	border-spacing:10px;
}

#preReg table {
	border-collapse:separate; 
	border-spacing:10px;
}
#pre-reg-ticket table {
	border-collapse:separate; 
	border-spacing:10px;
}

hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #EEEEEE -moz-use-text-color #FFFFFF;
  border-style: solid none;
  border-width: 1px 0;
  margin: 18px 0;
}

.btn {
    white-space: normal!important;
}
