@CHARSET "UTF-8";

#content {
	background-color: #fff;
}

#congresscalendar {
	/*padding: 10px;*/
	padding-top: 10px;
}

#content table {
	border-collapse: collapse;
	margin-bottom: 10px;
	color: #fff;
}

#content td {
	font-size: 10px;
}

#nextandprev {
	width: 100%;
	height: 12px;
}

#nextandprev a {
	color: #555;
	border: none;
}

#nextandprev a:hover {
	color: #555;
	text-decoration: underline;
}

#nextandprev .prev {
	float: left;
}

#nextandprev .next {
	float: right;
}

#dayselector {
	width: 100%;
}

#dayselector td {
	border: 1px solid #000;
	color: #000;
	text-align: center;
}

#dayselector td:hover {
	cursor: pointer;
}

#dayselector td a {
	border-bottom: none;
	color: #000;
}

#dayselector .active {
	/* background-color: #de5586;	*/
	background-color: #e2001a;
	color: white;
}

#dayselector .active a {
	color: white;
}

#filter {
	background-color: #eee;
	padding: 3px;
	background: #3b88d8;
	background: -moz-linear-gradient(0% 100% 90deg, #eee, #ddd);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee),
		to(#ddd));
	border-top: 1px solid #4081af;
	border-right: 1px solid #2e69a3;
	border-bottom: 1px solid #20559a;
	border-left: 1px solid #2e69a3;
	-moz-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
	-webkit-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
}

#filter td {
	padding: 3px;
	width: 50%;
	border: 1px solid #fff;
}

#filter a {
	color: #000;
	font-weight: normal !important;
}

#legend {
	margin-top: 10px;
	background-color: #eee;
	font-weight: bold;
}

#legend td {
	padding: 3px;
	width: 33%;
}

#legend a {
	font-size: 10px !important;
}

.titleholder h1 {
	text-align: center;
	color: #000 !important;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

.calendar {
	background-color: #ddd;
	margin-bottom: 20px !important;
}

.calendar th, .calendar td {
	border: 1px solid #eee;
	height: 100px;
}

.calendar .hourblock td {
	line-height: 16px;
}

.calendar .hourblock td .sessiontitle {
	height: 80px;
	/* lineheight times five so the title is only five lines long.*/
	overflow: hidden;
	font-weight: bold;
	text-overflow: ellipsis;
	width: 100%
}

.calendar .hourblock td .sessiontitle:hover {
	/* text-decoration: underline; 2022 */
}

.calendar .hourblock td .sessionlink {
	max-height: 80px;
	color: #fff;
	border: none;
}

.calendar .session {
	word-break: break-word;
}

.calendar .session a {
	font-weight: normal !important;
}

.calendar td {
	width: 25%;
	padding: 3px;
}

.calendar .endtime, .calendar .code {
	display: block;
	margin-top: 4px;
	color: white;
}

.calendar .endtime {
	font-style: italic;
	float: right;
}

.calendar .code {
	float: left;
}

.calendar .empty {
	border: none;
}

.calendar .break {
	font-weight: bold;
	color: #fff;
}

.calendar .break td {
	background-color: #ccc !important;
	height: 10px !important;
	text-align: center;
}

.calendar .starttime {
	width: 50px;
	color: #fff;
	font-weight: bold;
}

.calendar .hourblock .starttime {
	background-color: #C4C0B7;
	/*
	background-color: #f8d7c1; 
	background-image: url(images/fallback-gradient.png);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8d7c1), to(#fff));
	background-image: -webkit-linear-gradient(top, #f8d7c1, #fff); 
	background-image: -moz-linear-gradient(top, #f8d7c1, #fff);
	background-image: -ms-linear-gradient(top, #f8d7c1, #fff);
	background-image: -o-linear-gradient(top, #f8d7c1, #fff);
	*/
}

.textblue {
	color: #3B3EDB;
	border-bottom-color: #3B3EDB;
}

.textred {
	color: #C93443;
	border-bottom-color: #C93443;
}

.textgreen {
	color: #018A16;
	border-bottom-color: #018A16;
}

.textorange {
	color: #F47920;
	border-bottom-color: #F47920;
}

.textteal {
	color: #27AAC4;
	border-bottom-color: #27AAC4;
}

.textpurple {
	color: #6A2DC4;
	border-bottom-color: #6A2DC4;
}

.textnavy {
	color: navy;
	border-bottom-color: navy;
}

.textlightgreen {
	color: lightgreen;
	border-bottom-color: darkgreen;
}

.gradlightgreen {
	background-color: navy;
	background-image: url('../img/gradblue.png');
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(lightgreen),
		to(#c6ffc6));
	background-image: -webkit-linear-gradient(top, lightgreen, #c6ffc6);
	background-image: -moz-linear-gradient(top, lightgreen, #c6ffc6);
	background-image: -ms-linear-gradient(top, lightgreen, #c6ffc6);
	background-image: -o-linear-gradient(top, lightgreen, #c6ffc6);
}

.gradnavy {
	background-color: navy;
	background-image: url('../img/gradblue.png');
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(navy),
		to(#87BAF5));
	background-image: -webkit-linear-gradient(top, navy, #87BAF5);
	background-image: -moz-linear-gradient(top, navy, #87BAF5);
	background-image: -ms-linear-gradient(top, navy, #87BAF5);
	background-image: -o-linear-gradient(top, navy, #87BAF5);
}

.gradblue {
	background-color: #3B3EDB;
	background-image: url('../img/gradblue.png');
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3B3EDB),
		to(#87BAF5));
	background-image: -webkit-linear-gradient(top, #3B3EDB, #87BAF5);
	background-image: -moz-linear-gradient(top, #3B3EDB, #87BAF5);
	background-image: -ms-linear-gradient(top, #3B3EDB, #87BAF5);
	background-image: -o-linear-gradient(top, #3B3EDB, #87BAF5);
}

.gradred {
	background-color: #C93443;
	background-image: url(../img/gradred.png);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C93443),
		to(#E8959D));
	background-image: -webkit-linear-gradient(top, #C93443, #E8959D);
	background-image: -moz-linear-gradient(top, #C93443, #E8959D);
	background-image: -ms-linear-gradient(top, #C93443, #E8959D);
	background-image: -o-linear-gradient(top, #C93443, #E8959D);
}

.gradgreen {
	background-color: #018A16;
	background-image: url(../img/gradgreen.png);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#018A16),
		to(#7FDB74));
	background-image: -webkit-linear-gradient(top, #018A16, #7FDB74);
	background-image: -moz-linear-gradient(top, #018A16, #7FDB74);
	background-image: -ms-linear-gradient(top, #018A16, #7FDB74);
	background-image: -o-linear-gradient(top, #018A16, #7FDB74);
}

.gradorange {
	background-color: #F47920;
	background-image: url('../img/gradorange.png');
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F47920),
		to(#FCE1CC));
	background-image: -webkit-linear-gradient(top, #F47920, #FCE1CC);
	background-image: -moz-linear-gradient(top, #F47920, #FCE1CC);
	background-image: -ms-linear-gradient(top, #F47920, #FCE1CC);
	background-image: -o-linear-gradient(top, #F47920, #FCE1CC);
}

.gradteal {
	background-color: #27AAC4;
	background-image: url('../img/gradteal.png');
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#27AAC4),
		to(#91DCEB));
	background-image: -webkit-linear-gradient(top, #27AAC4, #91DCEB);
	background-image: -moz-linear-gradient(top, #27AAC4, #91DCEB);
	background-image: -ms-linear-gradient(top, #27AAC4, #91DCEB);
	background-image: -o-linear-gradient(top, #27AAC4, #91DCEB);
}

.gradpurple {
	background-color: #6A2DC4;
	background-image: url('../img/gradpurple.png');
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6A2DC4),
		to(#C09CF7));
	background-image: -webkit-linear-gradient(top, #6A2DC4, #C09CF7);
	background-image: -moz-linear-gradient(top, #6A2DC4, #C09CF7);
	background-image: -ms-linear-gradient(top, #6A2DC4, #C09CF7);
	background-image: -o-linear-gradient(top, #6A2DC4, #C09CF7);
}

.gradblack {
	background-color: #444;
	background-image: url('../img/gradblack.png');
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#444),
		to(#ddd));
	background-image: -webkit-linear-gradient(top, #444, #ddd);
	background-image: -moz-linear-gradient(top, #444, #ddd);
	background-image: -ms-linear-gradient(top, #444, #ddd);
	background-image: -o-linear-gradient(top, #444, #ddd);
}

/* new font styles */
#legend a, #content td {
	font-size: 12px !important;
}

#main #content a, #main #content p, .code, .endtime {
	font-size: 12px;
}

#main #content h3 {
	font-size: 16px;
	padding-bottom: 10px;
}

.hourblock { /* white-space: nowrap; */
	
}

.calendar th, .calendar td {
	height: 120px;
}

.calendar .endtime, .calendar .code {
	margin-top: 24px;
}

.calendar .hourblock td .sessionlink {
	max-height: 100px;
	font-style: italic;
	font-size: 15px;
	color: white;
	font-weight:normal;
}

.calendar .hourblock td .sessiontitle {
	height: 100px;
	font-style:normal;
	    font-size: 15px;
}

.congress-session-plenary {
	width: 100% !important;
	height: 30px !important;
}

.sschedule__item {
	margin-right: 0px;
	!
	important
}

.congress-session-plenary-height {
	height: 30px !important;
}

.sessionlink:active, .sessionlink:hover, a.sessionlink:focus, a.sessionlink:visited
	{
	color: #eeee !important;
}

/* 2022 */
.calendar .hourblock td a.sessionlink:hover {
	text-decoration: underline;
}

