/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
Basic responsive layout for all browsers:
--------------------------------------------------------------*/

.site {
	max-width: 70em;
	margin: 0 auto;
}

.main-content {
	position: relative;
	align-content: top;
}


/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

body {
	margin: 0;
}



body,
button,
input,
select,
textarea {
	font-family: 'Lato', 'Helvetica', 'Arial', sans-serif;
	font-size: 15px;
	line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}



p {
	margin-bottom: 1em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

ol, ul {
	margin: .25em 0;
	padding: 0 0 0 2em;
}
li {
	padding: 0 0 0 .5em;
}

pre {
	display: inline-block;
	font-family: "Courier 10 Pitch", Courier, monospace;
	color: #ddca7e;
	background: #282c34;
	padding: .5em .8em;
	border-radius: .2em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

figure {
	margin: 0;
	padding: 0;
}


/*--------------------------------------------------------------
General styling
--------------------------------------------------------------*/



h1 {
	text-align: center;
	font-size: 1.6em;
	margin: .5em 0;
	padding: .25em 0 .5em 0;
}

h2 {
	text-align: left;
	font-size: 1.4em;
	margin: 0.25em 0 0 0;
	padding: .5em 0;
}


h3 {
	text-align: left;
	font-size: 1.2em;
	margin: 0 0 .25em 0;
	padding: .25em;
}

h4 {
	text-align: left;
	font-size: 1em;
	margin: 0 0 .2em 0;
	padding: 0;
}


p {
	margin: 0;
	padding: .2em 1em;
}

.centered-paragraph {
  text-align: center;
}

img {
	display: block;
	border: 0;
	width: 100%;
	height: auto;
}


.breadcrumbs,
.main-content,
.sidebar
{
    padding: .5em;

}

.banner {
	background-color: white;
}

.navigation {
	background-color: #000;
 	color: white;
}

.nav-other {
	background-color: #000;
 	color: white;
}

.navigation ul {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.navigation ul li {
	flex: 1 1 auto;
	text-align: left;
	color: white;
	font-weight: bold;
	padding: 0 .5em 0 0;
}

.navigation a {
		color: white;
		text-decoration: none;

}

.navigation a:hover {
color: #FFDE0E;

}

.breadcrumbs {
	background-color: white;
	color: #6875EE;
	display: inline;
	padding: .5em;
	text-align: left;
}

.breadcrumbs a {
	padding-right: .35em;
}
.spacer-area {
	background-color: #FFF8EB;

}


.main-content {
	background-color: white;
	padding-left: 0.75em;
}


.main-content a {
	color: #000;
}

.main-content a:hover {
	text-decoration: underline;
	text-decoration-color: #6875EE;
	font-weight: bold;
}

.block-s {
	display: block;
	margin: 0 0.5em;
}

.block-s p {
	margin: 0;
	padding: 0;
}

.block-s a {
	margin: 0;
	padding: 0;
	text-decoration: underline;
	text-decoration-color: #080AFF;
}

.sidebar {
	background-color: #FFF8EB;
	padding-bottom: 2em;
}

.sidebar h1 {
	text-align: center;
	padding: .25em 0 0 .5em;
	margin: .25em 0 .25em 0;
}

.sidebar h2 {
	text-align: center;
	padding: 0 0 0 .5em;
	margin: 1em 0 .25em 0;
}

.sidebar h3 {
	padding: 0.5em 0 0 1em;

}


.footer-content {
	background-color: #000;
	color: white;
	margin-top: 1em;
}

.footer-content p {
	font-weight: bold;
	padding: 0.2em 1em 0.2em 1em;
	vertical-align: middle;
}

.help h3, h4, p {
	padding: 0 0 0.5em 0;
	margin: 0;
}

.help ol, ul {
	margin: .25em .5em;
	padding: 0 0 0 1em;
}

.help li {
	padding: 0 0 0 .25em;
}

/*--------------------------------------------------------------
Forms:
--------------------------------------------------------------*/
/* fieldset and legend */
fieldset{
margin: 1em 0 2em 0;
padding: .5em 1em 1em 1em;
border: solid 2px #ccc;
border-radius: 6px;
min-width: 200px;
background-color: #F3F3FE;
}

fieldset h4 {
padding: 0.5em;
}

legend {
font-size: 0.9 em;
color: #BF3A07;
}

.main-content h2 {
display: inline-block;
}

/* labels */

label{
	display: block;
	margin: 0.5em 0 0.15em 0;
}

label name_given,
 {
	font-size: 75%;
	color: #737373;
	padding: 0;
}

label:first-of-type {
	margin-top: 0;
}

fieldset p {
padding: 0 0 0.5em 0;
}

#usersalutation,
#con_prov,
#con_country,
#authororder,
#authorsalutation,
#authorcountry,
#authorprov,
#rev_theme,
#rev_subject,
#rev_submissiontype,
#recommendation,
#rev_criterion1,
#rev_criterion2,
#rev_criterion3,
#rev_criterion4
 {
	color: #737373;
}

#labelusercountry {
margin-top: 0.5em;
padding-bottom: 0.25em;
}

#labelauth_presenter {
margin-left: 2em;
padding-bottom: 0.25em;
}


#labelauthorcountry,
#labelauthorprov
	{
	font-size: 100%;
	padding: 0;
	margin-top: .5em;
}

/* radio button labels in radio button section */

.msg_box {
	width: 500px;
	background-color: #FFFFFF;
	padding: 20px;
	border: 1px solid #858a8e;
	border-radius: 10px;
	z-index: 1;
}


/* inputs and text areas */

input{
	padding: .25em;
	border: solid 1px #999;
	border-radius: 6px;
}

input::placeholder {
	font-size: 90%;
	color: #737373;
	padding: 0;
}


input[type="email"],
input[type="password"] {
	width: 40%;
	margin: 0 0 .25em 0;
}

input[type="text"] {
	width: 40%;
	margin: 0 0 .25em 0;
}

#con_affiliation,
#con_aff_institution,
#contact_affiliate_info,
#con_address1,
#con_address2,
#abs_title,
#abs_previous_detail,
#con_companyname,
#aff_institution {
	width: 98%;
}

.dcoi_text input[type="text"]
 {
	width: 95%;
}

.dcoi_text input[type="textarea"]
 {
	min-width: 94%;
	min-height: 3em;
}

input[type="textarea"] {

	min-width: 95%;
	font-size: 14px;
	line-height: 1.3;
	margin: 0 0 .25em 0;
	padding: .5em;
	border: solid 1px #999;
	border-radius: 6px;
	overflow: scroll;
}

#abs_conflictdetails{

	min-height: 3em;
}



.textarea {
	padding: .5em;
	border: solid 1px #999;
	border-radius: 6px;
	overflow-y: scroll;
}

.subtext textarea {
	font-size: 14px;
	line-height: 1.3;
	min-width: 97%;
	padding: .5em;
	border: solid 1px #999;
	border-radius: 6px;
	margin: 0 0 -0.4em 0;
}

.subtext textarea:hover {
	background-color: #FFF8EB;
}

.subtext textarea:focus {
	background-color: white;
}

.subtext p {
	display: inline-block;
	font-size: 90%;
	text-align: left;
	padding: 0 0 5px 0;
	margin: 0;
	}

}
.subtext label {
	margin-top: .25em;
}

.biography {
	background-color: #eee;
	color: #777777;
	border: 2px solid transparent;
	outline: none;
	border-radius: 6px;
	font-size: 14px;
	line-height: 1.3;
	min-width: 97%;
	min-height: 5em;
	padding: .5em;
}

.biography:hover {
	box-shadow: 5px 5px 5px 0 rgba(245,97,9,0.5);
	background-color: white;
}

.biography:focus {
	background-color: white;
	border: 2px solid 777;
}

.inlinefields {
	display: inline-block;
}


.inlinefields input[type="text"] {
	margin: 0 .4em 0 0;
}

.inlinefields label {
	font-size: 80%;
	color: #737373;
	padding: 0 0 0 .5em;
	margin-bottom: .5em;
}


#con_honourific_other_div
	{
	margin-left: 1em;
	margin-right: .25em;
}

.inlinefields
	#con_firstname,
	#con_lastname,
	#authorname_given,
	#authorname_family,
	#con_honourific_other,
	#con_tel {
	width: 15em;
}

.inlinefields
	#con_middlename,
	#authorname_middle,
	#con_tel_ext {
	width: 10em;
}

.inlinefields
	#con_middlename,
	#con_lastname,
	#authorname_middle,
	#authorname_family
	 {
	margin-left: .15em;
}

.inlinefields
	#authorprov
	{
	margin-left: 1em;
}

.fieldnote {
	font-size: 85%;
	color: #737373;
	padding: 0;
	margin: 0.5em;
}



.topinstruction {

	text-align: center;
	color: #0C1DD1;
	padding: 0;
	margin: 1em 0 1em 0;
}

.fieldinstruction {
	font-size: 95%;
	text-align: left;
	color: #0C1DD1;
	padding: 0;
	margin-top: 0.25em;

}

.totalcount {
	display: block;
	font-size: 100%;
	text-align: left;
	color: #0C1DD1;
	padding: 0;
	margin: 0;
}

.wordcount {
	display: inline-block;
	font-size: 90%;
	text-align: left;
	padding: 0 0 5px 0;
	margin: 0;
	}
	
/* Title total count */
.title_total {
	display: inline-block;
	font-size: 90%;
	text-align: left;
	padding: 0 0 5px 0;
	margin: 0;
}

.listdetail {
	display: block;
}

.detaillabel {
	margin: .5em;
}

.detailitem {
	display: inline-block;
	margin-left: 2em;
}

.dcoilabel {
	text-align: left;
	color: #0C1DD1;
	padding: 0 0 0 1.5em;
	font-size: 105%;
	font-weight: bold;
}

.bioarea {
	grid-area: bioarea;
}

.detailarea {
	grid-area: detailarea;
}
.photoarea {
	grid-area: photoarea;
}

.droparea {
	grid-area: droparea;
	display: flex;
}

.required_star {
	color: #dd0000;
}

.red {
	color: #dd0000;
}

.boldred {
	color: #dd0000;
	font-weight: 700;
	
}
.msg {
	color: #DF7000;
	margin-bottom: 0.5em;
}

/* radio buttons and checkboxes */

.radioBtns {
	margin-bottom: 0.5em;

}

.radioBtns p {
	padding-left: 0em;
	padding-bottom: 0em;
}
/* make the new radio button */
.radioBtns span:before {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	content: "\f111";
	color: #000;
	font-size: 1.3em;
	vertical-align: middle;
	margin-top: -3px;
	padding-right: .5em;
}

/* hide the default radio buttons */
input[type="radio"] {
	position: absolute;
	opacity: 0;
}


/* create the on (selected) state */
input[type="radio"]:checked ~ span:before {
	content: "\f192"; /* unicode for fa dot circle */
	color: #2010F4;

}

.radioBtns label {
		display: inline-block;
		padding-top: .5em;
		margin: 0 .5em .5em .5em;
	}
	
#labelpresentingauthor {
	font-size: 15px;
	padding-top: .5em;
}

.radioright {
	margin-left: 2em;
	font-size: 1.1em;
}

.radiostacked {
	margin-left: 1em;
	display: block;

}

.dcoi_radio .radioBtns label {
		display: inline-block;
		padding-top: .5em;
		margin: 0 .25em 0 1em;
	}

.checkBox label {
	display: inline-block;
}

.photoarea {

}

.participant-photo-image {
	position: relative;
	width:100px;
	height:120px;
	border: 1px solid;
	z-index: 1;
}

.droparea {
	background-color:#FBFFCA;
	border: solid 2px #999;
	border-radius: 6px;
	text-align: center;

}

.droparea:hover {
	background-color:#D9FFF6;
	box-shadow: 5px 5px 5px 0 rgba(245,97,9,0.5);
}

#dropzonetext {
	font-size: 1.9em;
	z-index: 0;

}

.delete-image-icon {
	position:absolute;
	top: -13px;
	left: 105px;
	width:25px;
	height:25px;
	z-index: 10;
}

#delete_image1,
#delete_image2 {
	width:20px;
	height:20px;
}


/* hide the default checkbox */
input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	width: 20px;
	height: 20px;
	margin-top: 1px;
	margin-left: -1px;
}

input[type="checkbox"] + label {
  position: relative;
  padding-left: 45px;
  padding-top: 16px;
  margin-bottom: 12px;
  cursor: pointer;
  display: inline-block;
  line-height: 25px;
  color: #666;
}

input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 20px;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  outline:2px solid #666;
  background: #FFF8EB;
}

input[type="checkbox"]:checked + label::after {
  content: '✓';
  font-size: 140%;
  font-weight: bold;
  color: #41B024;;
  position: absolute;
  left: 15px;
  top: 20px;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  outline:2px solid #41B024;
  opacity:1;

}

input[type="checkbox"]:not(:checked) + label::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  transform:scale(0);
  opacity:0;
}


select {
	display: block;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: white;
	padding: .3em 1.2em .3em .5em;
	border: 1px solid #999;
	border-radius: .5em;
}

select:not([multiple]) {
/*	background: url(2854110-200.png) right center no-repeat;*/
	background: #fafafa url("data:image/png;base64,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") no-repeat 98% 50%;
	background-size: 1em 1em;
	padding-right: 1em;

}

.selectBox {
	position: relative;
	margin-bottom: 0.5em;
}

.selectBox {
	position: relative;
}

.authorSelect {
	width: 3em;
	display: inline-block;
	position: relative;
	padding: .3em 1.2em .3em .5em;

}

.xsmallSelect {
	width: 6em;
}

#auth_order,
#affilno {
	width: 4em;
}


.smallSelect {
	width: 7em;
}

.mediumSelect {
	width: 12em;
}

.longSelect {
	width: 18.5em;
}

#state_label,
#con_aff_state_label {
	padding-top: 0.25em;
}

#state_box,
#state,
#con_aff_state_box,
#con_aff_prov
 {
	width: 9em;
}


.linktext {
	margin-left: 1em;
	display: inline-block;

}

.tablelink {
	margin-left: 0;

}

.linktext a {
	color: #666;
	font-size: 85%;
	text-decoration: none;
	padding-left: .5em;
}

.tablelink a {
	text-decoration: underline;

}

#newabstract,
 {
	position: absolute;
	top: 55px;
	right: 15px;
	color: #790000;
	text-decoration: underline;

}

#newabstract a {
	color: #790000;
}

.remove-icon {
	font-size: 1.4em;
	text-decoration: none;
	color: #dd0000;
}

.remove-icon a {
	color: #dd0000;
}

/* buttons*/

.mainmenugroup {
	margin-top: 1.5em;
	margin-left: 4em;
	justify-content: left;
}

.buttongroup {
	margin-top: 1.5em;
	margin-bottom: 2em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	
}


.buttonitem {
	align-content: center;
}

input[type="submit"] {
	padding: .25em .5em .3em .5em;
	margin-top: 1em;
	margin-left: 2em;
	border-color: #6B6D6C;
	border-radius: 6px;
	border-width: 2px;
	border-style: none solid solid none;
	background-color: #E6E6E6;
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: .9em;
	font-weight: 700;
	width: 12em;
}

input[type="button"] {
	padding: .25em .5em .3em .5em;
	margin: 1em 1em 1em 2em;
	border-radius: 6px;
	border-color: #6B6D6C;
	border-width: 2px;
	border-style: none solid solid none;
	background-color: #E6E6E6;
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: .9em;
	font-weight: 400;
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.1);
}

input[type="button"]:hover {
	text-decoration: underline;
	text-decoration-color: #6875EE;
	font-weight: 700;
}

.button-white-sm,
.button-white,
.button-sm,
.button {
	padding: .25em .5em .3em .5em;
	margin-top: 1em;
	margin-left: 2em;
	border-radius: 6px;
	border-color: #6B6D6C;
	border-width: 2px;
	border-style: none solid solid none;
	background-color: #E6E6E6;
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: .9em;
	font-weight: 700;
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.1);
}

.button-white,
.button {
	width: 12em;
}

.button-white-sm,
.button-sm {
	width: 8em;
}

.button-white-sm,
.button-white {
	background-color: #fff;
}

.button:hover,
.button-white:hover {
	box-shadow: 5px 5px 5px 0 rgba(245,97,9,0.5);
	text-decoration: underline;
	text-decoration-color: #6875EE;
}

button a {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: .9em;
	font-weight: 700;
	text-decoration: none;
}

.addme {
	grid-area: addme;
	padding: 1em 0 0.5em, 0;
}

.addauthor {
	grid-area: addauthor;
	padding: 1em 0 0.5em, 0;
}

.corpauthor {
	grid-area: corpauthor;
	padding: 1em 0 0.5em, 0;
}

.addme a,
.addauthor a,
.corpauthor a
{
	color: #790000;
	text-decoration: none;
}

.absimagegrid {
	margin: 1em 0 1em 0;
}
.uploadarea {
	grid-area: uploadarea;
	background-color:#FBFFCA;
	border: solid 2px #999;
	border-radius: 6px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.uploadarea:hover {
	background-color:#D9FFF6;
	box-shadow: 5px 5px 5px 0 rgba(245,97,9,0.5);
}


.absimage1 {
	grid-area: absimage1;
	border: solid 2px transparent;
	border-radius: 6px;
	z-index: 1;
	width: 130px;
	height: auto;
	position: relative;
}


.absimage2 {
	grid-area: absimage2;
	border: solid 2px transparent;
	border-radius: 6px;
	z-index: 2;
	width: 130px;
	height: auto;
	position: relative;
}

.graphlabel {
	grid-area: graphlabel;
	padding-left: 0.5em;
	margin-top: 0.5em;
}

.sumimage1 {
	grid-area: subimage1;
	border: solid 2px transparent;
	border-radius: 6px;
	width: 160px;
	height: auto;
	padding: 1em;
}


.sumimage2 {
	grid-area: subimage2;
	border: solid 2px transparent;
	border-radius: 6px;
	width: 160px;
	height: auto;
	padding: 1em;
}

.sumimage3 {
	grid-area: subimage3;
	border: solid 2px transparent;
	border-radius: 6px;
	width: 160px;
	height: auto;
	padding: 1em;
}


.absgraphic {
	border: solid 2px blue;
}

.absdelete-image-icon {
	z-index: 10;
	position: relative;
	width:25px;
	height:25px;
	top: 15px;
	left: 110px;
}

.abstract-edit-image-preview {
	position:relative;
	width:120px;
	height:120px;
	top: 0;
	left: 0;
}

.abstract-edit-image {
	position:relative;
	display:inline-block;
	width:120px;
	height:120px;
	margin-right:35px;
	border: 1px solid;
	top: 0;
	left: 0;
}

.abstract-edit-image-empty {
	position:absolute;
	width:120px;
	height:120px;
	background: #fff;
}


.abstable1 {

	width: 120px;
	height: auto;
	padding: 1em;
}


.abstable2 {

	width: 120px;
	height: auto;
	padding: 1em;
}

.tablelabel {
	grid-area: tablelabel;
	padding-left: 0.5em;
	margin-top: 0.5em;
}

.sumtable1 {
	grid-area: sumtable1;
	width: 120px;
	height: 120px;
	padding: 1em;
}


.sumtable2 {
	grid-area: sumtable2;
	width: 120px;
	height: 120px;
	padding: 1em;
}

.sumtable3 {
	grid-area: sumtable3;
	width: 120px;
	height: 120px;
	padding: 1em;
}


.dcoigrid {
	border: solid 2px #ccc;
	border-radius: 6px;
	background-color: #FFF8EB;
	margin-bottom: 1em;
}

.dcoi_relation {
	grid-area: dcoi_relation;
	margin: 5px 0 10px 0;
	font-size: 90%;
}

.dcoicell {
}

.dcoi_radio {
	grid-area: dcoi_radio;
	display:inline-block;
	font-size: 85%;
}

.dcoi_text {
	grid-area: dcoi_text;
	display:inline-block;
	font-size: 85%;
	padding-bottom: 5px;
}

.dcoi_text label {
	padding: 0;
	margin: 0;
}

.dcoi_textarea {
	grid-area: dcoi_text;
	display:inline-block;
	font-size: 85%;
	padding-bottom: 5px;
}
/* tables*/

table {
	display: grid;
	border-collapse: collapse;
	min-width: 100%;
	margin-top: 1em;


}



table#myabstracts {
		grid-template-columns:
		minmax(50px, .8fr)
		minmax(150px, 3.5fr)
		minmax(80px, 1.2fr)
		minmax(80px, 1.2fr)
		minmax(80px, 1.2fr)
		minmax(80px, 1.2fr)
		minmax(50px, .8fr)
}

table#authors {
		grid-template-columns:
		minmax(80px, 1fr)
		minmax(150px, 3.2fr)
		minmax(80px, 1fr)
		minmax(80px, 1fr)
		minmax(200px, 1.5fr)
		minmax(30px, .4fr)
}

table#absauthors {
		grid-template-columns:
		minmax(60px, .8fr)
		minmax(150px, 3.4fr)
		minmax(80px, 1fr)
		minmax(80px, 1fr)
		minmax(200px, 1.5fr)

}

table#affiliations {
		grid-template-columns:
		minmax(60px, .6fr)
		minmax(200px, 4.5fr)
		minmax(80px, 1fr)
		minmax(80px, 1fr)
		minmax(80px, 1fr)
		minmax(50px, .5fr)
}

table#mypresentations {
		grid-template-columns:
		minmax(60px, 0.9fr)
		minmax(130px, 2.3fr)
		minmax(60px, 1fr)
		minmax(60px, 1fr)
		minmax(60px, 1fr)
		minmax(80px, 1.4fr)
		minmax(100px, 1.8fr)
		minmax(60px, 1fr)
}

table#mysessions {
		grid-template-columns:
		minmax(50px, 0.8fr)
		minmax(70px, 1.1fr)
		minmax(120px, 2.2fr)
		minmax(80px, 1.5fr)
		minmax(60px, 1fr)
		minmax(60px, 1.3fr)
}

table#myreviews {
		grid-template-columns:
		minmax(50px, .7fr)
		minmax(180px, 3.1fr)
		minmax(78px, 1.4fr)
		minmax(78px, 1.4fr)
		minmax(50px, .9fr)
		minmax(78px, 1.5fr)
		minmax(70px, 1.4fr)
		minmax(39px, .7fr)
}


thead,
tbody,
tr {
  display: contents;
  font-size: .9em;
  border-collapse: collapse;
}

table th,
table td {
	padding: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-right: 1px solid #ddd;
	vertical-align: middle;
}

table th {
	position: sticky;
	top: 0;
	background: #444;
	text-align: left;
	font-weight: 900;
	color: white;
}

th:last-child {
  border: 0;
}


td {
	vertical-align: middle;
	line-height: 2em;
}

.td-center {
	padding-left: 0;
	text-align:center;

}
.td-center img{
	width: 45%;
	padding-left: 10px;

}
.tabledetail {
	margin-bottom: -1.5em;
	padding: 1em 0 0 0;
	font-size: 0.9em;
	color: #808080;
}

tr:nth-child(even) td {
	background: #f8f6ff;
}


.table-list {
	display: content;
	width: 100%;
	border-collapse: collapse;	
	border-spacing: 0;
	border: 1px solid #858a8e;
}

.table-list th {
	padding-left: 5px;
    padding-right: 5px;
    height: 48px;
	background-color: #858a8e;
	color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
}

.table-list td {	
	padding-top:5px;
	padding-bottom:5px;
    padding-left:10px;
	font-size: 13px;
	height: 30px;
	box-shadow:         1px 1px 0px 0px rgba(241, 241, 241, 0.75);
}

.table-list tfoot {
    border-top: 1px solid #858a8e;
}


/*  Define the background color for all the ODD background rows  */
.table-list tr:nth-child(odd) { 
	background: #DDDDDD	;
}

/*  Define the background color for all the EVEN background rows  */
.table-list tr:nth-child(even) {
	background: white;
}
.sort-parentdiv {
	position:relative;
}
.sort-label {
	margin-right: 10px;
}

.sort_arrow {
	position:absolute;
	right: 2px;
	margin-top: -5px;
	top: 50%;
}





#speaker-presentations #dropzone-container,
#speaker-presentations .dropzone .dz-default.dz-message,
#speaker-presentations .dropzone {
	width: 250px;
	height: 150px;
	margin: 0px;
	top: 0%;
	left: 0%;

}


/*Resources*/

/* large-screen rules*/

@media screen and (min-width: 750px) {
	legend {
	font-size: 1.25em;
	}


	.radio label {
		display: inline-block;
		padding-top: .5em;
		margin-top: 0;
		margin-right: .5em;
	}

}

/* mobile device rules*/

@media screen and (min-width: 430px) {



}


/* focus styles*/

input:focus, textarea:focus {
	outline: solid 1px #5298F5;
	box-shadow: 0 0 5px #4B80F5;
	
}

.select:focus {
	outline: solid 1px #5298F5;
	box-shadow: 0 0 5px #4B80F5;

}


/* toggleswitch*/

/*hide the default checkbox*/
input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	width: 28px;
	height: 28px;
	margin-top: 10px;
	margin-bottom: -1px
}

label.toggleswitch {
	cursor: pointer;
	margin: 1.25em 0 1em;
	display: flex;
	align-items: center;

}

.checkbox-value {
	background-color: #ddd;
	border: 0.1em solid #3cac3a;
	border-radius: 0.75em;
	box-shadow: inset 0 0.625em 0 0.625em #3cac3a52;
	display: inline-block;
	height: 1.12em;
	margin: 0 0.5em 0 0;
	position: relative;
	transition: all 120ms;
	vertical-align: -0.5em;
	width: 2.4em;
}

/*make slider circle*/
.checkbox-value::before {
	background-color: #fff;
	border: 0.1em solid;
	border-color: inherit;
	border-radius: 50%;
	box-shadow: 0 0.0625em 0 0.0625em rgba(0,0,0,0.075);
	content: "";
	display: block;
	width: 1.08em;
	height: 1.08em;
	left: 25%;
	margin-left: -0.7em;
	margin-top: -0.04em;
	position: absolute;
	top: 0;
	transition: all 120ms ease-in;
}

/*style the slider pill*/
input:checked + .checkbox-value {
	background-color: #89cbd1;
	border-color: #169a9a;
	}

/*reposition the circle*/
input:checked + .checkbox-value::before {
	left:80%;
}


/*--------------------------------------------------------------
Specific Page Formatting:
--------------------------------------------------------------*/

/*Welcome Page*/

#welcome h2, h3 {
	margin: .75em 0 0.25em 0.25em;
}

#welcome h4 {
	margin: .25em 0 .25em .25em;
}
#welcome p {
	margin: .75em 0 1em .5em;
	padding: 0 0 0 .5em;
}

.external_link {
	margin-top: 2em;
}

.external_link a {
	margin-top: 1em;
	color: #790000; 
}

/*Author Page*/

#authors-slug {
margin: 2em 0 0 0.5em;
font-size: 1em;
}

#authors-slug p{
	color: #0C1DD1;
	font-weight: 700;
	font-size: 1.2em;
}

#cke_abs_subtext1 {
	border-color: color: #0C1DD1;
}


