.upcoming-programs{
	opacity: 0;
	transition: opacity 150ms ease;
}
.upcoming-programs.dataTable{
	opacity: 1;
}
.frontend-upcoming-programs-container .register{
	text-align: center;
}
.frontend-upcoming-programs-container .nowrap {
	white-space: nowrap;
}
.frontend-upcoming-programs-container .dataTable {
	border: 1px solid #b6b6b6;
	margin-top: 22px;
	box-sizing: border-box;
}
.frontend-upcoming-programs-container table.dataTable tbody th,
.frontend-upcoming-programs-container table.dataTable tbody td,
.frontend-upcoming-programs-container table.dataTable thead th,
.frontend-upcoming-programs-container table.dataTable thead td{
	padding: 1px 6px !important;
	font-size: 1em;
}
.frontend-upcoming-programs-container table.dataTable.no-footer {
	border: none;
}
.frontend-upcoming-programs-container table.dataTable thead th,
.frontend-upcoming-programs-container table.dataTable thead td {
	border-bottom: 3px solid rgb(182, 182, 182);
	background-color: rgb(99, 175, 186) !important;
	text-shadow: -1px 0 0 rgba(72, 127, 135, 0.74);
	color: white;
	padding: 10px 0 !important;
}
.frontend-upcoming-programs-container table.dataTable thead th:first-child{
	background-image: none !important;
	cursor: initial;
}
.frontend-upcoming-programs-container table.dataTable tbody th,
.frontend-upcoming-programs-container table.dataTable tbody td {
	border: none;
	border-bottom: 1px solid rgb(215, 215, 215);
	transition: all 50ms ease;
	line-height: 1.5;
}
.frontend-upcoming-programs-container table.dataTable tbody tr.odd td {
	background: rgb(247, 247, 247);
}
.frontend-upcoming-programs-container table.dataTable tbody tr:hover td:not(.child){
	background-color: rgb(218, 218, 218) !important;
	text-shadow: 1px 0 0px rgba(255, 255, 255, 0.41);
}
.frontend-upcoming-programs-container table.dataTable tbody tr:hover td.child{
	cursor: default;
}
.frontend-upcoming-programs-container table.dataTable tbody td.group.group-item-expander {
	background-color: rgb(210, 235, 239);
	font-weight: bold;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.frontend-upcoming-programs-container table.dataTable tbody td.group.group-item-expander:hover {
	background-color: rgb(210, 235, 239) !important;
}
.frontend-upcoming-programs-container table.dataTable tbody td.group.group-item-expander.collapsed-group:before,
.frontend-upcoming-programs-container table.dataTable tbody td.group.group-item-expander.expanded-group:before {
	margin-right: 12px !important;
	position: relative !important;
	margin-left: 4px !important;
	line-height: 0 !important;
	font-size: 21px !important;
	border: none;
	background: none;
	box-shadow: none;
	left: 0px !important;
	float: none;
	top: 3px !important;
	font-family: octicons;
	display: inline-block;
	text-decoration: none;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: rgb(102, 102, 102);
}
.frontend-upcoming-programs-container table.dataTable tbody td.group.group-item-expander.collapsed-group:before {
	content: '\f078';
}
.frontend-upcoming-programs-container table.dataTable tbody td.group.group-item-expander.expanded-group:before {
	content: '\f0a3';
}

#lean_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #000;
	display: none;
}
.info-modal {
	display: none;
	background: white;
	border: 1px solid black;
	padding: 20px;
	max-width: 500px;

    overflow-y: auto;
    max-height: 80%;
    top: 10% !important;     /* passed in JS leanModal constructor */
}
.info-modal p {
	font-family: "Raleway", arial, sans-serif;
	line-height: 1.4;
}
.info-modal dt {
	float: left;
	width: 70px;
	clear: left;
	font-weight: bold;
}
.info-modal dd {
	float: left;
}
.info-modal dl {
	line-height: 1.6;
	font-size: 1.1em;
}

.info-link {
	float: right;
}

/* Responsive Table Layout */
.upcoming-programs.dtr-inline {
	width: 100% !important;
}

.dataTable.collapsed td.small-column {
	padding-left: 13px !important;
}
.frontend-upcoming-programs-container table.dataTable tr.child ul {
	width: 100%;
}
.frontend-upcoming-programs-container table.dataTable tr.child ul li {
	text-indent: 0;
	line-height: 1.1;
	list-style: none;
}
.frontend-upcoming-programs-container table.dataTable tr.child span.dtr-data {
	width: 75%;
}
.frontend-upcoming-programs-container table.dataTable tr.child span.dtr-title {
	width: 25%;
}

.frontend-upcoming-programs-container table.dataTable.dtr-inline.collapsed tbody .group-item td:first-child:before,
.frontend-upcoming-programs-container table.dataTable.dtr-inline.collapsed tbody .group-item th:first-child:before {
	top: inherit;
	left: inherit;
	height: inherit;
	width: inherit;
	display: inline;
	position: static;
	color: rgb(121, 105, 105);
	border: none;
	border-radius: inherit;
	text-align: center;
	line-height: 14px;
	box-shadow: none;
	box-sizing: initial;
	content: '\f061';
	background-color: transparent;
	font-family: octicons;
}
.frontend-upcoming-programs-container table.dataTable.dtr-inline.collapsed tbody tr.parent .group-item td:first-child:before,
.frontend-upcoming-programs-container table.dataTable.dtr-inline.collapsed tbody tr.parent .group-item th:first-child:before {
	content: '\f0ca';
	background-color: transparent;
	margin-right: 3px;
}

@media screen and (max-width: 769px) and (min-width:481px){
	.frontend-upcoming-programs-container table.dataTable.dtr-inline.collapsed tbody tr {
		height: 30px;
	}
}
@media screen and (max-width: 480px){
	.frontend-upcoming-programs-container table.dataTable.dtr-inline.collapsed tbody tr {
		height: 50px;
	}
}