@charset "UTF-8";
/* CSS Document */

.table {
	background-color: #FFFFFF;
}
	.table-hover tbody tr td, .table-hover tbody tr th {
		border-right: 1px solid #FFFFFF !important;
	}
	
	.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
		border-right: 1px solid #FFFFFF !important;
	}
	
	
	th.current {
		border-top: 5px solid #B60000 !important;
		font-weight:900;
		color: #B60000 !important;
		font-size: 1.1rem;
	}
	
	td.current {
		border-bottom: 1px solid #FFFFFF !important;
		color: #000000 !important;
	}
	
	td.current strong small {
		font-weight: 700 !important;
		
	}
	
.table-active {
	background-color: #ececec;
}
	.large-only th {
		line-height: 1.5;
	}
	
	th.text-uppercase {
		font-size: 0.8rem;
	}
	
	.list-group-item {
		padding: 0.5rem 0.5rem 0 0.5rem;
		background-color: #FFFFFF !important;
	}
	
	.list-group-item .fa-calendar-alt {
		margin-bottom: -0.4rem;
	}
	
	.alert-title {
		margin-bottom: 0.7rem;
		margin-top: 0.5rem;
		font-weight: 900;
		font-size: 0.8rem;
	}
	
	.alert-dates {
		margin-left: 1.6rem;
		margin-top: -1.3rem;
		line-height: 1.5;
	}
	
	.alert-dates strong {
		color:#940002 !important;
	}
	
	.list-group-item strong {
		font-weight: 900 !important;
		color:#940002;
		font-size: 0.8rem;
		text-transform: uppercase;
	}
	
	.list-group-item p strong, .alert-dates p {
		font-weight: 700 !important;
		color: #333333 !important;
		background-color: #FFFFFF !important;
		font-size: 0.7rem;
		padding-top: -0.5rem;
		line-height: 1.5;
	}
	
	.list-group-item p  {
		color: #595959;
		margin-top: 0;
		margin-bottom: 0.6rem;
		padding-top: 0.5rem;
		border-top: 1px solid #F4F4F4;
	}

	.list-group-item p:first-child  {
		padding-top: 0;
		margin-top: -0.5rem;
		border: none;
	}
.text-secondary {
	color: #6D767E !important;
}
	.card {
		background-color: #FFFFFF !important;
	}
	.card-header {
		padding: 0.5rem 0.5rem 0 0.5rem;
		color: #940002;
	}
	.card-header h3.card-title {
		font-size: 0.9rem;
		text-transform: uppercase;
		margin-bottom: .4rem;
	}

.img-icon-xs {
	margin-bottom: -6px;
}



/* New */

dl.hours-row {
  margin: 0 !important;
  padding: 0 !important;
}

dl.hours-row dt, dl.hours-row dd {
  color:#000000;
  padding: 15px 5px;
  border-top: 1px solid rgba(0,0,0,0.1);
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
}
.col-title {
  width: 20%;
  text-align: right;
  color: #B40000 !important;
	font-size: 0.8rem;
}

.col-time {
  width: calc(80% / 7);
  text-align: center;
}
.col-daydate {
  display:none;
	float: left;
}
.col-daydatetime{
	font-size: 0.8rem;
}
.col-time.current {
  background: #ececec;
  font-weight:800;
}
.col-day {
  text-align: center;
  font-weight:800;
  font-size:1.25rem;
}
.col-day span.day {
  font-weight:400;
  font-size:1rem;
}
.col-day.current {
    color: #A20000;
  border-top: 5px solid #B40000;
}
a.hours-link {
	margin-top: 10px;
}

@media (max-width: 991.98px) {
	#hours-schedule {
		margin-top: 0;
	}
  dl.row {
    margin-bottom: 1rem !important;
  }
	
	dl.row:first-of-type {
		margin-top: 0 !important;
		height: 0 !important;
	}
  .col-day {
    display: none !important;
  }
  .col-title {
    width: 100%;
    text-align: center;
    padding-top: 3rem;
    font-size: 1.5rem;
  }
	dl.row .col-title:first-of-type {
		padding-top: 2rem !important;
		border-top: 0 !important;
	}
  .col-daydate {
    display:inline-block;
    width: 50%;
    text-align: right;
    padding-right: 5px;
  }
  .col-daydatetime {
    display:inline-block;
    width: 50%;
    text-align: left;
    padding-left: 5px;
		font-size: 1rem;
  }
  .col-time {
    display:inline-block;
    width: 100%;
		padding-top: 5px !important;
		padding-bottom: 5px !important;
  }
}





