.scheduleTable thead tr td {
	padding-top: 50px;
	padding-bottom: 30px;
	text-transform: uppercase;
	padding-left: 10px;
}
.scheduleTable tbody tr td {
	width: 134px;
	padding: 30px 15px 0 15px;
	vertical-align: top;
}
.scheduleTable tbody tr:first-child td {
	padding-top: 0;
}
.scheduleTable tbody tr td .scheduleBlock {
	height: 6em;
	font-size: 13px;
	margin-bottom: 26px;
}
.scheduleBlock{
	position: relative;
}
.scheduleBlock span,
.scheduleBlock a {
	margin-top: 4px;
	display: block;
}
.row.scheduleBlock i.badge{/*mobile*/
	float: none;
}
span.thead-date {
	color: #767676;
	padding-left: 8px;
}
.scheduleTable thead tr td {
	font-size: 15px;
}
.scheduleTable tbody tr td {
	border-left-width: 1px;
	border-left-style: solid;
	 /*#616461;*/
}
.scheduleTable tbody tr td .scheduleInstruc,
.scheduleTable tbody tr td .scheduleTime {
	font-size: 12px;
}
/*empty calendar*/
.scheduleTable thead tr td.noclasses {
	padding: 60px;
	text-align: center;
}
/* @group Mobile & List */
#reservedays .btn-group{
	margin-bottom: 20px;
}
.reservelist{
	margin-bottom: 20px;
}
.reservelist .tab-pane > h3{
	margin-top: 0;
	margin-bottom: 20px;
	padding-left: 10px;
}
.reservelist .scheduleBlock > a,
.reservelist .scheduleBlock > .row{
    border: 1px solid #E5E5E5;
    margin: 0 0 -1px;
    padding: 10px 14px;
}
.reservelist.tab-content .scheduleBlock{
    border: 1px solid #E5E5E5;
    padding: 0 14px;
    margin-bottom: -1px;
}
.reservelist.tab-content .scheduleBlock:last-child{
    margin-bottom: 0;
}
.reservelist.tab-content .scheduleBlock > .row-fluid{
	padding: 14px 0;
	border: 0;
}
.reservelist.tab-content .scheduleBlock > .row-fluid > span{
	min-height: 16px;
}
.reservelist.tab-content .scheduleBlock > .row-fluid .scheduleTime{
	margin-left: 0;
}
.reservelist.tab-content .scheduleBlock > .row-fluid > span > span{
	display: inline-block;
}
a.scheduleBlock{
	display: block;
}
.reservelist.tab-content .icon-chevron-right {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    opacity: 0.25;
}
.reservelist.tab-content .scheduleBlock > i{
	margin-top: 18px;
}
.reservelist.tab-content .scheduleBlock i.icon-info-sign,
.reservelist.tab-content .scheduleBlock i.substitute{
	float: right;
}
.reservelist.tab-content .classfull i.badge.waitlist{
	float: right;
	margin-right: 10px;
	margin-left: 0;
	position: static;
}
.reservelist > li.scheduleCancelled > div{
	background-color: #F3F3F3;
}
.reservelist .scheduleClass{
	font-weight: bold;
}
#reservedays a span.tab-date{
	margin-left: 3px;
}
@media screen and (max-width:767px){
	.reservelist.tab-content .scheduleBlock > .row-fluid > span.statusicon{
		float: right;
	}
}
/* @end */
