html {
  background-color: lightgray;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 10pt;
}

body {
  background-color: white;
  margin: auto;
  margin-top: 10px;
  width: 1300px;
  border-radius: 10px;

  /*
  border-top: solid rgb(117, 117, 117) 4px;
  border-right: solid rgb(117, 117, 117) 4px;
  border-left: solid rgb(161, 161, 161) 4px;
  border-bottom: solid rgb(161, 161, 161) 4px;
  */
  height: min-content;
  box-shadow: 5px 5px 20px 10px rgba(0, 0, 0, 0.549);
  /*box-shadow: 8px 16px 25px black;*/
  /*box-shadow: 8px 16px 25px gray;*/

}

header {
  border-radius: 8px 8px 0 0;
  /*background-color:rgba(229, 229, 229, 0.61);*/
  background-image: radial-gradient(circle 800px at 50% 30.5%, rgb(248, 253, 252) 50.5%, rgb(188, 207, 213) 100.2%);
}

nav {
  margin: auto;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  background-image: radial-gradient(circle, rgba(83, 182, 233, 1) 0%, rgba(61, 154, 217, 1) 39%, rgba(42, 130, 204, 1) 67%, rgba(0, 77, 175, 1) 100%);
}

#workshopbanner {
  margin: auto;
  display: block;
}

main {

  background-image: linear-gradient(to bottom, #fdf5e6, white);
  height: min-content;
  min-height: 300px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#poop {
  /*border: 2px solid  rgba(255, 255, 255, 0.219);*/
  width: 85%;
  margin: auto;
  border-radius: 6px;
  padding: 5px;
  font-size: 14pt;
  text-align: center;
}

td[aria-describedby="icon"] {
  /*background-color:green;*/
  position: relative;
  left: 25px;

}

#contentfocus tbody td {
  height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;


}

#contentfocus tr:not(tr[id="lastrow"]) td {
  border-bottom: 1px solid gray;
}

#contentfocus tbody td p {
  width: 80%;
  margin: auto;

}

#contentfocus {
  width: 80%;
  background-color: rgb(244, 244, 244);
  text-align:center;
  margin:auto;
  border-radius: 10px;
  border: 3px solid gray;
  padding:10px;
}

footer {

  background-color: #ffd7d142;
  height: fit-content;
  position: relative;
  bottom: 2;
  /*width: 75%;*/
  border-radius: 0 0 3px 3px
}

#contactusfoot {
  /*background-color:#fcc3bb;*/
  background: radial-gradient(circle, rgba(252, 195, 187, 1) 10%, rgba(181, 89, 76, 1) 91%);
  height: 35px;
  width: 100%;
  line-height: 35px;
  text-indent: 5px;
  font-weight: bold;
  color: white;
  text-shadow: 1px 1px 1px black;
}

#chairs {

  font-size: 10px;
  margin-left: 5px;
}

#conductlink {
  text-align: center;
  font-size: small;
  font-weight: bold;
  padding: 0px;
}

a:hover {
  background-color: yellow;
  color: red;
}

/************ Covid Page Styles ************/

#covidpolicy {
  font-size: 14px;
}

#covidpolicy .main {
  padding: 15px;
  margin: auto;
  border-radius: 10px;
  width: 75%;
  text-align: center;
  font-size: 14px;
  border: 4px solid purple;
  background-color: rgb(216, 238, 245);
}

/*******************************************/

#navBar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-weight: 400;
  letter-spacing: -0.25px;
  font-family: "Lucida Console", Monaco, monospace;

}

#navBar li {
  float: left;
  margin-right: 3px;
}

#navBar li a {
  box-shadow: 0px 0px 2px 1px inset #000000;
  background: linear-gradient(to bottom, #a5a5a5 5%, #373737 100%);
  background-color: #afafaf;
  border-radius: 5px;
  /*border:1px solid #000000;*/
  padding: 10px 12px;
  cursor: pointer;
  color: #ffffff;
  line-height: 40px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #000000;
}

/* Change the link color to #111 (black) on hover */
#navBar li a:hover {
  background: linear-gradient(to bottom, #474747 55%, #cacaca 100%);
  color: white;
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
  /*border: 1px solid white;*/
  box-shadow: 0px 0px 1px 2px inset #ffffff;
}

#navBar li .active {
  box-shadow: 0px 0px 1px 2px inset #edc309;
  background: linear-gradient(to bottom, #8cc2f4 5%, #035270 75%);
  background-color: #33bdef;
  border-radius: 5px;
  /*border: 1px solid rgb(104, 132, 132);*/
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  text-shadow: -2px 1px 2px #000000;
}

/* Styles specifically for the Call for Papers Page */

ul#cfpeb li {
  padding: 5px;
}

#cfpeb {
  width:80%;
  margin:auto;
}

#mobtable {
  line-height:20px;
}

#mobtable img {
  margin-left:8px;
  margin-right:8px;
  
}

.cfpmainblock {
  margin: auto;
  border-radius: 8px;
  background-color: azure;
  width: 80%;
  box-shadow: 2px 2px 8px 2px #214e56;
}

table.cblueTable {
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

table.cblueTable td,
table.cblueTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}

table.cblueTable tbody td {
  font-size: 13px;
}

table.cblueTable tr:nth-child(even) {
  background: #D0E4F5;
}

table.cblueTable thead {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;
}

table.cblueTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}

table.cblueTable thead th:first-child {
  border-left: none;
}

table.cblueTable tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 2px solid #444444;
}

table.cblueTable tfoot td {
  font-size: 14px;
}

table.cblueTable tfoot .links {
  text-align: right;
}

table.cblueTable tfoot .links a {
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}

.cfpmainblock #templates {
  border: 1px solid lightblue;
  width: fit-content;
  padding: 10px;
  border-radius: 8px;

}

/* ************************************************ */

/* Registration Page Styling */

.registrationContent {
  width: 90%;
  margin: auto;
  background-color: #ded1e47c;
  border-radius: 5px;
  box-shadow: #9a9a9a 5px 5px 5px;
}

.sectionHeader {
  line-height: 40px;
  background-color: rgb(153, 255, 255);
  font-weight: bold;
  text-align: center;
}

.sectionContentRules {
  width: 85%;
  text-align: center;
  color: red;
  padding: 10px;
  margin: auto;
  font-weight: bold;
  font-size: 120%;
}

.sectionContentRegistration {
  width: 85%;
  text-align: center;
  color: black;
  padding: 10px;
  margin: auto;
  font-weight: bold;
  font-size: 120%;
}

.sectionContentRegistration td:not(td[colspan="3"]),
#exregopts td:not(td[colspan="3"]) {
  border-bottom: 2px solid gray;
}

.sectionContentExhibRegistration {
  width: 85%;
  text-align: center;
  color: black;
  margin: auto;
  font-size: 100%;
  padding-bottom: 10px;
}

.regBtn {
  background-color: #ffcc00;
}

.regBtnE,
.regBtnEB {
  background-color: #ffcc00;
  display: inline-flex;
}

.reg {
  background-color: rgb(0, 13, 128) !important;
  cursor: pointer;
  /*background-color:#ffcc00;*/
}

#exhibitorsetup tr td {
  border-bottom: 1px solid pink;
  font-size: 90%;
  font-size: 11px;
}

#ExhibitorRegistration div{
  padding:10px;
  border-radius:10px;
  border: 3px solid red;
  color:white;
  font-weight:bold;
  text-shadow: 1px 2px 2px black;
}

div#b1, div#b2{
  margin-left:30px;padding:10px;border-radius:10px;border: 3px solid red;color:white;font-weight:bold;text-shadow: 1px 2px 2px black;
}

/* ************************************************ */
/* Exhibitors Page Specific */
.exhibitMainContent {
  width: 90%;
  background: linear-gradient(to bottom, #d6c7f0e4 0%, #ffffff 66%);
  margin: auto;
  /*border: 4px solid #a72716;*/
  border: 1px solid rgb(90, 124, 102);
  border-radius: 8px;
  padding: 10px;
  box-shadow: #9a9a9a 5px 5px 15px 10px;
}

.exhibitorBenefitCallout {
  background-color: rgba(243, 243, 243, 0.779);
  width: 45%;
  margin: auto;
  padding: 10px;
  border-radius: 10px;
  border: 4px solid rgb(48, 11, 68);
}

ul#eb li {
  padding: 5px;
}

.promoblock {
  margin: auto;
  width: 100%;
  text-align: center;

}

.promotop {
  /*background-color:white;*/

  border-start-end-radius: 15px;
  border-start-start-radius: 15px;
  line-height: 30px;
  color: white;
  font-weight: bold;
  font-size: 15px;
  text-shadow: 1px 1px 2px black;
  /*border: 2px solid black;*/

  background: linear-gradient(to bottom, #8cc2f4 5%, #035270 75%);
}

.promologo img {
  display: block;
  margin: auto;
}

.promotion {
  width: 40%;
  height: 250px;
  /*background-color: #c4c4c4;*/
  background-image: radial-gradient(circle farthest-corner at 2.6% 34.5%, rgb(95, 126, 136) 0%, rgb(209, 223, 227) 53.6%);
  border-start-end-radius: 15px;
  border-start-start-radius: 15px;
  display: inline-block;
  /*border-color: rgb(255, 255, 255);*/

  box-shadow: 0px 0px 1px 2px rgb(0, 0, 0);
}

.rightside {
  margin-left: 5%;
}

.welcomebanner {

  background-image: linear-gradient(178.2deg, rgba(118, 8, 23, 1) 10.9%, rgba(158, 12, 33, 1) 62.6%);
  padding: 15px;
  line-height: 50px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  font-variant: small-caps;
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
  color: white;
  margin-bottom: 20px;
  margin-top: 10px;
}


/* ************************************************ */
/* Hotel Local page styles */

.hotellocalContent {
  width: 90%;
  margin: auto;
  /*background: linear-gradient(to bottom, #fff1b99a, white);*/
  border-radius: 5px;
  /*border: 4px solid rgb(255, 179, 73);*/
  padding: 10px;
}

.resBtn {
  background-color: #ffcc00;
}

#hlacontent h3[role="tab"][aria-selected="true"] {
  background: linear-gradient(to bottom, rgb(112, 183, 245), rgb(225, 221, 221));
  font-weight: bold;
  font-size: 14px;
  text-shadow: 1px 1px 1px white;
  color: black;
}

#hlacontent h3[role="tab"][aria-selected="false"] {
  background-color: #f6f6f6;
  font-weight: normal;
  font-size: 14px;
  text-shadow: 1px 1px 1px white;
  color: black;
}

#hlacontent h3 {
  border-radius: 8px;
}

#hlacontent div#hotelblock {
  background: linear-gradient(to bottom, #fff1b99a, white);
  max-height: 600px;
}

#hoteldetails {
  border-spacing: 20px;
  width: 100%;
  background-color: white;
  border-start-end-radius: 25px;
}

#hoteldetails tr td {
  border-bottom: 2px solid lightgray;
}

#hoteldetails tr td:nth-child(1) {
  background-color: rgba(255, 192, 203, 0.511);
  border-bottom-left-radius: 50% 25%;
  border-bottom-right-radius: 50% 25%;
  border-top-left-radius: 50% 25%;
  border-top-right-radius: 50% 25%;
  width: 50px;
  text-align: center;
  vertical-align: middle;
}

#hoteldetails tr td:nth-child(2) {
  margin-left: 20px;
}

/* Archive Page Styles */

#archivedl {
  background-color: rgb(255, 221, 0);
  box-shadow: 2px 2px 22px red inset;
  color: white;
  font-weight: bold;
  text-shadow: 1px 1px 2px black;

}

#archivedl label {
  margin-left: 20px;
}

.ui-widget-header {
  background-color: orange !important;
}

.ui-jqgrid-title {
  color: white;
  font-size: 120%;
  font-weight: bold;
  text-shadow: 1px 1px 2px black;
}

.ui-jqgrid div {
  line-height: 30px !important;
  margin: auto;
}

.ui-jqgrid-bdiv {
  height: o;
  min-height: 10px;
}

/**** Program Page Styles *****/

#mainnotional {
  width: 85%;
  border-radius: 3px solid gray;
  margin: auto;

}

#mainnotional td {
  width: 16%;
  height: 50px;
  border-bottom: 2px solid lightgray;
  border-right: 1px solid gray;
}

#mainnotional td:nth-child(1) {
  width: 5%;
}

#mainnotional table {
  border: 1px solid black;
  border-start-end-radius: 25px;
  text-align: center;
  margin: auto;
  width: 100%;
  border-spacing: 0px;
  font-size: 85%;
  box-shadow: 0px 0px 10px 5px gray;
  text-shadow: 1px 1px 1px white;
  letter-spacing: 1px;
}

#toprow td {
  background-color: skyblue;
  height: 30px !important;
  border-bottom: 2px solid gray;
  ;
  border-right: 0px;
  font-weight: bold;
  font-size: 12px;
  text-shadow: 1px 1px 2px white;
}

#toprow td:nth-child(6) {
  border-start-end-radius: 25px;
  /*background-color:yellow;*/
}

#mainnotional table tr:not(tr[id="toprow"]) td:nth-child(1) {
  background-color: pink;
  border-bottom: 0px;
  border-right: 2px solid gray;
  font-weight: bold;
  letter-spacing: -1px;
}

#mainnotional table tr:not(tr[id="toprow"]) td:contains(" ") {
  background: yellow;
}

#agGrid .ui-state-hover td {
  /*border: 1px solid blue;*/
  border-top: 2px solid rgba(255, 0, 0, 0.496);
  border-bottom: 2px solid rgba(255, 0, 0, 0.496);
}

/* Featured Speakers Page Styles*/

#featuredtalks {
  color: black;
  width: 95%;
  margin: auto;
  border-radius: 5px;

}

#featuredtalks a:hover {
  background-color: rgb(245, 180, 188);
  color: white;

}

#featuredtalks ul[role="tablist"] {
  background-color: rgba(255, 166, 0, 0.438);
}

.featureheading {
  font-weight: bold;
  width: fit-content;
  padding: 5px;
  background-color: whitesmoke;
  border-radius: 4px;
  border: 1px solid gold;
}

.featureauthor {
  font-weight: bold;
  width: fit-content;
  padding: 5px;
  background-color: whitesmoke;
  border-radius: 4px;
  border: 1px solid gold;
}

.tutorialtab a {
  color: white;
  font-weight: bold;
  /*text-shadow: 1px 1px 2px black;*/
}

.tutorialtab a[aria-selected="false"],
a[aria-expanded="false"] {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

#featuredtalks .invitedtabtable {
  width: 95%;
  border: 0px solid gray;
  margin: auto;
}

#featuredtalks .invitedtabtable td[colspan="5"] {
  background: linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
  background-color: #2dabf9;
  border-radius: 3px;
  color: white;
  font-weight: bold;
  text-shadow: 1px 1px 2px black;
  height: 40px;
  padding-left: 20px;
}

#featuredtalks .invitedtabtable .meta td {
  background-color: whitesmoke;
  height: 35px;
  font-size: 14px;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
}

/* POSTER and NETWORKING SESSION */

.gcircle-wrapper {
  width: 400;
  height: 400;
  border-radius: 50%;
  background: #B8E1FC;
  background: radial-gradient(circle farthest-corner at center center, #B8E1FC 20%, #231421 100%);
  border: 2px solid steelblue;
  position: relative;
  margin: auto;

}

.centralposter {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin: -100px;
  /*background: rgb(64, 0, 116);*/
  border-radius: 50%;
  text-align: center;
  line-height: 200px;
  transform: rotate(46deg) translate(0px) rotate(-46deg);
}

.gcircle {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px;
  /*background: red;*/
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
}

.deg-0 {
  transform: translate(200px);
  background-color: goldenrod;
}

.deg-90 {
  /*transform: translate(-300px);*/
  transform: rotate(91deg) translate(200px) rotate(-91deg);
}

.deg-180 {
  transform: translate(-200px);
  background-color: red;
}

.deg-270 {
  /*transform: translate(-400px)*/
  transform: rotate(270deg) translate(200px) rotate(-270deg);
}

.deg-60 {
  /*transform: translate(-400px)*/
  transform: rotate(60deg) translate(200px) rotate(-60deg);
  background-color: rgb(126, 197, 193);

}

.deg-120 {
  /*transform: translate(-400px)*/
  transform: rotate(120deg) translate(200px) rotate(-120deg);
  background-color: darkkhaki;
}

.deg-240 {
  /*transform: translate(-400px)*/
  transform: rotate(240deg) translate(200px) rotate(-240deg);
  background-color: rgb(238, 101, 225);
}

.deg-300 {
  /*transform: translate(-400px)*/
  transform: rotate(300deg) translate(200px) rotate(-300deg);
  background-color: lightblue;
}