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

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

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

.agenda-table .session {
	padding: 0!important
}
	.session .session-header, .session .custom-content {
		padding: 20px 10px;
		min-height: 70px;
	}
	
	.session .session-title, .track .track-title {
		font-size: 18px;
		margin: 0;
		font-weight: normal;
	}
	.session .session-title a {color: inherit}
	.session .session-subtitle {
		margin-bottom: 10px;
		margin-top: 0;
	}
		.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;
	}
		/*.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;
}


/**
 * Tabs
 */

  .tabs {}
    .tabs .tabs-nav {
      margin: 0 0 1em 0;
      list-style: none;
      font-size: 1.15em;
    }
      .tabs .tabs-nav li {
        display: inline-block;
      }
        .tabs .tabs-nav li a {
          display: block;
          padding: .5em;
          text-decoration: none;
          outline: none;
        }
      .tabs .tabs-nav li a.active {
        border-bottom: 2px solid #800000;
        color: #800000;
      }

    .tabs .tabs-content {
      padding: 1em 0;
    }
      .tabs .tabs-content .tab-pane {
        display: block;
      }
      









@media screen and (min-width: 768px){
	.agenda,#agenda {
		position: relative;
		margin: 0;
	}
	.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%}
}