.datepicker{z-index:1151 !important;}

.bs-wrapper .modal {
	padding-top: 50px!important;
}
.agenda,#agenda {position: relative;}

	.agenda-title {margin-bottom: 5px;}
		.agenda-title h3 {margin-top: 0;}
	.agenda-description {
	    font-size: .85em;
    	margin-bottom: 1.5em;
	}
	.agenda-table {width: 100%;}
		.agenda-table th {
			padding: 0 15px;
			text-align: center!important;
			background: #eee; }
			.agenda-table th.time, .agenda-table th.time-header {
				position: relative;
				vertical-align: middle!important;
				padding-left:20px; padding-right: 20px;
				font-weight: normal;
				min-width: 140px; }
		
		.agenda-table td.session, .agenda-table th.track {
			text-align: center;
			position: relative;
			background-color: #f8f9fa;
		}

.agenda-table .session {
	padding: 0!important
}
	.session .session-header, .session .custom-content {
		padding: 20px 10px;
		min-height: 100px;
	}
	
	.session .session-title, .track .track-title {
		font-size: 18px;
		margin-bottom: 10px;
		font-weight: normal;
	}
	.session .session-title a {color: inherit}
	.session .session-subtitle {
		margin-bottom: 10px;
		margin-top: -10px;
	}
		.track .track-title {padding-top: 20px;}
	.session .session-chair, .session .session-location, .track .track-chair, .track .track-location {
		margin-bottom: 10px;
	}
	.track .track-description {
		margin: 0;
		padding: 10px 10px 20px;
		font-weight: initial;
	}
	.session-description {
		font-size: 13px;
		text-align: left;
		padding: 20px;
		/*height: 140px;*/
		margin-bottom: 0;
		overflow: hidden;
		position: relative;
		display: block;
		color: #000;
		cursor: pointer;
	}
		/*.session-description::before {
		    background-image: -webkit-linear-gradient(rgba( 255, 255, 255, 0 ) 0%, rgba( 255, 255, 255, 1 ) 85%);
		    background-image: -o-linear-gradient(rgba( 255, 255, 255, 0 ) 0%, rgba( 255, 255, 255, 1 ) 85%);
		    background-image: linear-gradient(rgba( 255, 255, 255, 0 ) 0%, rgba( 255, 255, 255, 1 ) 85%);;
		    content: "";
		    height: 100%;
		    top: 0;
		    left: 0;
		    position: absolute;
		    width: 100%;
		}*/


.session-cols {
	display: block;
	width: 100%;
}
	.session-cols .session-col {
		padding: 0;
		text-align: center;
		border: 1px solid #ddd;
	}


.block {
	display: block;
}












@media screen and (min-width: 768px){
	.table-nav {
		display: none;
	}
	table.schedule {
		table-layout: fixed;
	}
		table.schedule th, table.schedule td {
			width: 16.6%;
		}
		table.schedule.overview th, table.schedule.overview td {
			width: 12.5%;
		}
	.sba-agenda-viewport table.responsive, .sba-agenda-viewport table.overview {display: table;}
	table.responsive tbody, table.responsive thead {
		display: inherit;
	}
	table.responsive tbody {height: auto; width: 100%;}
	table.schedule td:first-child, table.schedule th:first-child{width: 16.6%}
		table.schedule th:first-child{display: table-cell;}
	table.schedule.overview td:first-child, table.schedule.overview th:first-child{width: 12.5%}
}