.conference-schedule {
	border-top: 1px solid #333;
}

.conference-schedule .table-body {
	border: 1px solid #333;
}
.conference-schedule .table-row {
	border: 1px solid #555;
}
.conference-schedule .table-cell {
	border: 1px solid #777;
	padding: .5em;
}
.conference-schedule .table-header {
	font-weight: 700;
	font-size: 1.1em;
}
.conference-schedule .time-row {
	display: none;
}

.conference-schedule-session {
	max-width: 640px;
	margin: 0 auto 40px;
}

th.conference-time,
h3.conference-time {
	line-height: 1.5;
}

.localtime {
	display: block;
	font-size: 95%;
	font-weight: 400;
}

.conference-schedule-session .schedule {
	font-size: 1.1em;
	background: #ffc;
	padding: .5em;
	margin-bottom: .5em;
}

.conference-nav #daynav ul {
	left: 0;
}

.conference-schedule-session .bios-handouts {
	text-align: right;
}

.conference-day.list-view ul {
	margin: 0;
	padding: 0;
}

.conference-day.list-view ul li {
	margin: 0;
	padding: 1em;
	list-style-type: none;
	position: relative;
}

.conference-day.list-view ul li:nth-of-type(odd) {
	background: #e9e9e9;
}

.conference-day.list-view .room-data, .conference-day.list-view .session-data {
	display: inline-block;
}

.conference-day.list-view .room-data {
	width: 35%;
	vertical-align: top;
}

.conference-day.list-view .session-data {
	width: 65% !important;
}

.conference-day.list-view .room-data {
	font-weight: 700;
}

.conference-schedule-session .bios-handouts a {
	padding: .25em;
	background: #fff;
	text-decoration: none;
	outline: 1px solid #bbb;
}

/* Hide sidebar on submission page */
.page-id-8586 #sidebar {
	display: none;
}

.conference-schedule-session .bios-handouts a:hover, .conference-schedule-session .bios-handouts a:focus {
	background: #e0e0e0;
	color: #000;
	outline: 1px solid #777;
}

.conf-schedule-toggle {
	font-size: 1.2em;
}

.conf-schedule-toggle .dashicons {
	line-height: 1.1;
}

.conference-nav:after {
	content: '';
	display: table;
	clear: both;
}

.conference-schedule th[scope=row] {
	text-align: left;
}

.conference-schedule:after {
	content: '';
	display: table;
	clear: both;
}

.cs_tabs .active {
	color: #fff;
	background: #034;
}

.cs_tabs .active:hover, .cs_tabs .active:focus {
	color: #000;
	background: #fff;
}

.conference-schedule .session-time {
	font-weight: bold;
	display: inline-block;
	width: 20%;
}

.conference-schedule .session-data h3 {
	font-size: 1em;
	text-decoration: none;
}

*:focus {
	box-shadow: 0 1px 1px rgba( 0,0,0,.075 ) inset, 0 0 8px rgba(102,175,233,0.6) !important;
	outline: 1px solid #78aed9;
}

select {
	padding: 3px;
	font-size: 1.1em;
}

input:not[type=radio,type=checkbox], textarea, select {
	border: 3px solid transparent !important;
	outline: 1px solid #aaa;
}

input:focus, select:focus, textarea:focus {
	outline: 3px solid #78aed9 ! important;
}

input[type=checkbox]:focus, input[type=radio]:focus {
	outline: 3px solid #78aed9 ! important;
}

div:focus {
	border: none;
	box-shadow: none;
	outline: none;
}

button::-moz-focus-inner {
	border: 0;
}

.dashicons-warning {
	font-size: 2em;
	width: 1em;
	color: #a00;
	vertical-align: middle;
	margin-bottom: .5em;
}

.button-primary {
	background: #145;
	color: #fff;
	text-shadow: 0 0 2px #000;
	border: 2px outset #589;
}

.button-primary:hover, .button-primary:focus {
	background: #367;
	border: 2px outset #034;
}

.conference-submit {
	max-width: 800px;
	margin: 0 auto;
}

.conference-submit label {
	display: block;
	font-weight: 700;
}

.conference-submit .checkbox-label, .conference-submit .radio-label {
	display: inline;
}

.conference-submit input[type=number],
.conference-submit input[type=email],
.conference-submit input[type=url],
.conference-submit input[type=text], .conference-submit textarea {
	padding: 4px;
}
.conference-submit input[type=text], .conference-submit textarea {
	width: 100%;
	box-sizing: border-box;
}

.conference-submit textarea {
	min-height: 4rem;
}

.conference-submit fieldset {
	margin-bottom: 1.5em;
}

.conference-submit legend,
.conference-submit h2.legend {
	font-weight: 700;
	font-size: 1.2em;
	background: rgba( 200,200,200,.5 );
	margin-top: 1.5em;
	padding: .5em 2%;
	width: 96%;
}

.conference-submit fieldset fieldset legend {
	background: rgba( 220,220,220, .5 );
	font-size: 1.1em;
	padding: .25em 2%;
	margin-top: 0;
	margin-bottom: .5em;
	border-radius: 0 0 5px 5px;
	line-height: 1.5;
}

.conference-submit fieldset fieldset fieldset legend {
	background: rgba( 240,240,240, .5 );
	margin-top: .5em;
}

.conference-submit fieldset fieldset fieldset {
	margin: 1rem;
}

.conference-submit .cs-note {
	display: block;
	font-size: .9em;
	font-style: italic;
	padding: 0;
}

.conference-submit .warning {
	padding: 3px;
	background: #fff;
	font-weight: 700;
}

.conference-submit .radio-list,
.conference-submit .checkbox-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat( 3, 1fr );
	flex-wrap: wrap;
	column-gap: 20px;
}

@media screen and ( width < 800px ) {
	.conference-submit .radio-list,
	.conference-submit .checkbox-list {
		grid-template-columns: repeat( 2, 1fr );
	}
}

@media screen and ( width < 480px ) {
	.conference-submit .radio-list,
	.conference-submit .checkbox-list {
		grid-template-columns: repeat( 1, 1fr );
	}
}

.conference-submit .proctor-needed {
	display: flex;
	flex-wrap: wrap;
	column-gap: .5rem;
	margin-bottom: 1rem;
}

.conference-submit .radio-list li,
.conference-submit .checkbox-list li {
	list-style-type: none;
	margin: .5em 0 1em;
	display: grid;
	grid-template-columns: 2em auto;
	align-items: start !important;
	font-size: 1rem;
}

.conference-submit .checkbox-list input {
	outline: none;
	position: relative;
	top: 2px;
}

.conference-submit label .required {
	color: #a00;
}

.cs-required-fields {
	border: 1px solid #145;
	margin-top: 1em;
}

.cs-required-fields h2 {
	color: #fff;
	background: #145;
	font-size: 1.2em;
	padding: 4px 8px;
	font-family: Arial, sans-serif !important;
}

.cs-required-fields h3 {
	color: #fff;
	background: #256;
	font-size: 1em;
	padding: 4px 8px;
	font-weight: 400;
	font-family: Arial, sans-serif !important;
}

.cs-required-fields ul {
	margin: .5em 2em!important;
}

#fields .counter {
	display: block;
	font-weight: 700;
	text-align: right;
}

.notice {
	padding: .5rem;
	margin-bottom: 1rem;
	background: #ffc;
}

.notice.updated {
	border: 2px solid #379;
}

.notice.error {
	border: 2px solid #933;
}

.continue-proposal {
	margin-bottom: 1em;
	background: #f3f3f3;
	padding: .5em;
	position: relative;
}

.new-proposal {
	position: absolute;
	top: 2px;
	right: 2px;
	display: inline-block;
	padding: 3px;
	border: 1px outset #bbb;
	text-decoration: none;
	background: #fff;
}

.new-proposal:hover, .new-proposal:focus {
	border: 1px outset #444;
	background: #eee;
}

.progress-meter { display: table; width: 100%; }
#progress { margin: 0!important; padding: 0!important; display: table-row; border-bottom: 1px solid #333;}
#progress li { display: table-cell; margin: 0!important; list-style-type: none; padding: 0; }
#progress a { text-decoration: underline; display: inline-block !important; padding: 3px 9px; }
#progress a:hover, #progress a:focus { text-decoration: none; background: #fff; }
#progress .current a:hover, #progress .current a:focus { text-decoration: none; background: #145; border-radius: 0 28px 28px 0; }
#progress .complete { background: #eee; }
#progress .incomplete { opacity: .8; }
#progress .current { background: #145; font-weight: 700; text-decoration: none; border-radius: 0 28px 28px 0; }
#progress .current a { color: #fff; }
#progress .current:focus, #progress .current:hover { text-decoration: underline; }

.upload-resources-form {
	margin: 2rem 0 1rem;
}

.upload-resources-form label:not(fieldset label) {
	font-weight: 700;
	display: block;
}

.upload-resources-form legend {
	font-weight: 700;
	margin-bottom: .5rem;
}

.upload-resources-form fieldset ul,
.upload-resources-form fieldset ul > li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.upload-resources-form input[type=url],
.upload-resources-form input[type=text] {
	width: 100%;
	box-sizing: border-box;
}

.upload-resources-form button {
	padding: .5rem;
	font-size: 1.2rem;
}

#conf_sched_upload {
	width: 100%;
	padding: 2em;
	background: #f6f6f6;
	border: 1px solid #ddd;
	font-weight: 700;
	font-size: 1.4em;
	box-sizing: border-box;
}

.tml .message { display: none; }
.tml .message.register { display: block; }

.tml-login {
	margin: 0 auto 2em;
	width: 90%;
	padding: 1em;
	background: rgba( 240,240,240,.8 );
	border: 1px solid;
	border-color: #ccc #ccc #aaa #aaa;
}

.tml-login label {
	display: block;
	font-size: 1.2em;
}

.tml-login input[type='text'], .tml-login input[type='password'] {
	padding: 8px 2%;
	font-size: 1.2em;
	width: 96%;
	margin: 0;
}

.tml-rememberme-wrap label {
	display: inline;
}

.conference-submit *[readonly] {
	border: 1px solid #ccc;
	background: #f3f3f3;
}

.speaker-information.additional-speaker .cf-secondary-submit,
.speaker-information.additional-speaker .non-speaking-submitter-information {
	display: none;
}

#current-form .wpcf-email {
	clear: both;
}

@media only screen and ( min-width: 900px ) {
	.tml-login {
		width: 50%;
	}
	.conference-schedule .conference-day {
		display: table;
		width: 100%;
	}

	.conference-schedule .table-row, .conference-schedule .time-row {
		display: table-row;
	}

	.conference-schedule .table-cell {
		display: table-cell;
	}

	.conference-submit .non-speaking-submitter-information {
		display: grid;
		grid-template-columns: repeat( 2, 1fr );
		gap: 10px;
	}

	.conference-submit .speaker-name-and-title {
		width: 49%;
		float: left;
	}

	.conference-submit .speaker-address {
		width: 49%;
		float: right;
		padding-left: 7px;
		border-left: 1px solid #bbb;
	}
}

.conf_sched-icon:before {
	font-family: dashicons;
	vertical-align: middle;
	font-size: 2em;
	display: block;
	padding: .1em .5em;
	text-decoration: none;
	color: #000;
}

.data-panel .conf_sched-icon:before,
.media-panel .conf_sched-icon:before {
	display: inline;
	padding-right: 0;
}

.conf_sched-icon.twitter:before {
	content: '\f301';
	color: #55acee;
}

.conf_sched-icon.facebook:before {
	content: '\f304';
	color: #4c66a4;
}

.conf_sched-icon.google:before {
	content: '\f462';
	color: #dd4b39;
}

.conf_sched-icon.pinterest:before {
	font-family: icomoon;
	content: '\ead0';
	color: #cc2127;
}

.conf_sched-icon.linkedin:before {
	font-family: icomoon;
	content: '\e605';
	color: #0077b5;
}

.conf_sched-social-share {
	display: table;
	width: 100%;
	background: rgba( 240,240,240,.95 );
}

.conf_sched-social-share .conf_sched-links {
	display: table-row;
}

.conf_sched-social-share .conf_sched-link  {
	display: table-cell;
	text-align: center;
	width: 25%;
	position: relative;
	font-size: .85em;
	line-height: 1.4;
}

.conf_sched-social-share a {
	padding: .25em 0;
	width: 100%;
	text-decoration: none;
}

.conf_sched-social-share .description {
	display: none;
}

.conf_sched-social-share a:hover, .conf_sched-social-share a:focus {
	background: rgba( 255, 255, 255, 1 );
}

.conf_sched-social-share a:focus + [role="tooltip"], .conf_sched-social-share a:hover + [role="tooltip"] {
	display: block;
	padding: .5em 0;
	position: absolute;
	top: 100%;
	width: 100%;
	box-shadow: 0 0 2px #000;
	background: #fff;
	text-shadow: none;
	line-height: 1.5;
}

.proposal-id {
	float: right;
	color: #666;

}

.conference-session #content {
	width: 100%;
	float: none;
}

.conference-session .inline-list {
	margin: 0;
	list-style-type: none;
}

.conference-session .inline-list li {
	display: inline-block;
	list-style-type: none;
	margin-right: 1em;
}

.session-data {
	position: relative;
}

.data-panel {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	width: auto;
	min-width: 16em;
	padding:  1em;
	background: #fff;
	outline: 1px solid #aaa;
}

#content .data-panel ul, #content .data-panel li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#content .data-panel a {
	color: #00d;
	background-color: transparent !important;
}

#content .data-panel a:hover {
	color: #333;
}

.class-label {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 6px;
	color: #fff;
	background-color: #666;
	border-top: 1px solid rgba( 0,0,0,.3 );
	border-left: 1px solid rgba( 0,0,0,.3 );
}

.conference-time {
	position: relative;
}

.conference-schedule a:hover, .conference-schedule a:focus {
	color: inherit; 
}

.virtual-d, .virtual-d a,
.virtual-pre-conference, .virtual-pre-conference a {
	background-color: #e6194B !important;
	color: #fff;
}

.virtual-b, .virtual-b a {
	background-color: #2c8538 !important; /* originally 3cb44b */
	color: #fff;
}

.virtual-a, .virtual-a a {
	background-color: #ffe119 !important;
	color: #000;
}

.virtual-c, .virtual-c a,
.videotaped-a, .videotaped-a a {
	background-color: #4363d8 !important;
	color: #fff;
}

.videotaped-b, .videotaped-b a {
	background-color: #f5a241 !important;
	color: #000;
}

.uduc, .uduc a {
	background-color: #911eb4 !important;
	color: #fff;
}

.daisy, .daisy a {
	background-color: #42d4f4 !important;
	color: #000;
}

.authors {
	font-weight: 700;
}

.presenting-remotely {
	padding: .5em;
	margin: .5em 0;
	background: #ffc;
}

.presenting-remotely label {
	font-weight: 400;
}

.presenting-remotely legend {
	background: transparent !important;
}

.presenting-remotely .remote {
	padding: .5em;
	margin-bottom: 0;
}

p.breadcrumbs {
	max-width: 100%;
}
.conference-nav {
	display: flex;
	justify-content: space-between;
}

.conference-nav .button {
	width: 100%;
	text-align: right;
}

.conference-nav button {
	padding: 6px;
}

h3.qt {
	margin: -6px -6px 6px;
	padding: 6px;
	background: #f0f0f0;
	border-bottom: 1px solid #999;
}