/**************************************************************************************************
                                          GLOBAL
**************************************************************************************************/

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #999 #555;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #555;
}

*::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 20px;
  border: 1px solid #CCC;
}


/**************************************************************************************************
                                          HEADER
**************************************************************************************************/
body {
  overflow: auto;
}

header {
  width:100%;
  /*height: 23vh;*/
  height: auto;
  text-align: center;
}
#banner {
  position: relative;
  background-color: #000;
  width: 100%;
  height: 100px;
}
#banner #risig-left-logo {
  position: absolute;
  top: 0;
  left: 0; 
  margin-left: 10px;
  height: 65px;
  overflow: hidden;
}

@media (max-width : 1200px) {
  #risig-right-logo  {display: none;};
}

/******************************************** the regular menu ***************************************/

#banner #navbar-div {
  position: absolute;
  bottom: -3px;
  left: 0;
  margin-left:20px;
  width: 90%;
  z-index: 20;
}

#banner #navbar-div #risig-menu {
  position: relative;
  bottom: 0px;
  left: 0;
  font-size: calc(1.1em + 0.4vw);
  font-family: 'Times New Roman', serif;
  font-weight: bold;
}

/* 
@media (max-width : 1200px) {
  #navbar-div  {display: none;};
}
*/

/******************************************* the hamburger menu ***************************************/

.hamburger-container {
  display: none;
  position: absolute;
  top: 55px;
  right: 100px;
  width: 40px;
  height: 30px;
  background: black;
  padding: 0px;
}

#hamburger {
  width: 40px;
  height: 30px;
  display: block;
  position: relative;
  float: right;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
}
#hamburger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: white;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
}
#hamburger span:nth-child(1) {
  top: 0px;
}
#hamburger span:nth-child(2) {
  top: 12px;
}
#hamburger span:nth-child(3) {
  top: 24px;
}
#hamburger.open span:nth-child(1) {
  top: 14px;
  transform: rotate(135deg);
}
#hamburger.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#hamburger.open span:nth-child(3) {
  top: 14px;
  transform: rotate(-135deg);
}

/*
@media (max-width : 1200px) {
  .hamburger-container  {display: block;};
}
*/

/******************************************* the subscribe and login dialogs ***************************************/

.btn {
  margin: 15px auto;
}
#loadingImg {
  display: none;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.validCredential h3 {
  float: left;
  text-decoration: underline;
}
.validCredential div {
  clear: both;
}
.validCredential p {
  float: left;
  padding-right: 10px;
}
::-webkit-input-placeholder {
  color: #ccc;
}

/*#myModal,
#subscribe1Modal,
#subscribe2Modal,
#subscribe3Modal,
#subscribe4Modal,
#subscribe5Modal,
#subscribe6Modal,
#subscribe7Modal,
#subscribe9Modal
#exampleModal,
#newConvModal */
.modal {
  background: #33333340;
  color: #1fa67b;
}
/*#loginModal .close,
#subscribe1Modal .close,
#subscribe2Modal .close,
#subscribe3Modal .close,
#subscribe4Modal .close,
#subscribe5Modal .close,
#subscribe6Modal .close,
#subscribe7Modal .close,
#subscribe9Modal .close,
#exampleModal .close,
#newConvModal .close*/
.modal .close  {
  color: #EEE;
  opacity: 0.8;
}
/*#loginModal .modal-content,
#subscribe1Modal .modal-content,
#subscribe2Modal .modal-content,
#subscribe3Modal .modal-content,
#subscribe4Modal .modal-content,
#subscribe5Modal .modal-content,
#subscribe6Modal .modal-content,
#subscribe7Modal .modal-content,
#subscribe9Modal .modal-content,
#exampleModal .modal-content,
#newConvModal .modal-content*/
.modal .modal-content {
  background: #444444D0;
  color: #1fa67b;
  z-index: 20;
}
/*#loginModal .modal-header-table,
#subscribe1Modal  .modal-header-table,
#subscribe2Modal  .modal-header-table,
#subscribe3Modal  .modal-header-table,
#subscribe4Modal  .modal-header-table,
#subscribe5Modal  .modal-header-table,
#subscribe6Modal  .modal-header-table,
#subscribe7Modal  .modal-header-table,
#subscribe9Modal  .modal-header-table,
#exampleModal  .modal-header-table,
#newConvModal .modal-header-table*/
.modal .modal-header-table {
  width: 100%;
}
/*#loginModal .modal-header-table body,
#subscribe1Modal .modal-header-table body,
#subscribe2Modal .modal-header-table body,
#subscribe3Modal .modal-header-table body,
#subscribe4Modal .modal-header-table body,
#subscribe5Modal .modal-header-table body,
#subscribe6Modal .modal-header-table body,
#subscribe7Modal .modal-header-table body,
#subscribe9Modal .modal-header-table body,
#exampleModal .modal-header-table body,
#newConvModal .modal-header-table body*/
.modal .modal-header-table body {
  width: 100%;
}
/*#loginModal .modal-title,
#subscribe1Modal .modal-title,
#subscribe2Modal .modal-title,
#subscribe3Modal .modal-title,
#subscribe4Modal .modal-title,
#subscribe5Modal .modal-title,
#subscribe6Modal .modal-title,
#subscribe7Modal .modal-title,
#subscribe9Modal .modal-title,
#exampleModal .modal-title,
#newConvModal .modal-title*/
.modal .modal-title {
  margin: auto;
  text-align: center;
  font-size: 1.4em;
}
/*#loginModal table,
#subscribe1Modal table,
#subscribe2Modal table,
#subscribe3Modal table,
#subscribe4Modal table,
#subscribe5Modal table,
#subscribe6Modal table,
#subscribe7Modal table,
#subscribe9Modal table,
#newConvModal table*/
.modal table {
  position: relative;
  width: 100%;
  margin: auto;
}
/*#loginModal table input,
#subscribe1Modal table input,
#subscribe2Modal table input,
#subscribe3Modal table input,
#subscribe4Modal table input,
#subscribe5Modal table input,
#subscribe6Modal table input,
#subscribe7Modal table input,
#subscribe9Modal table input,
#newConvModal table input*/
.modal table input {
  border-radius: 5px;
  border: solid 1px #CCC;
  margin: 10px;
  padding: 10px 10px;
  color: #000;
  width: 96%;
}
/*#loginModal table input[type="button"],
#subscribe1Modal table input[type="button"],
#subscribe2Modal table input[type="button"],
#subscribe3Modal table input[type="button"],
#subscribe4Modal table input[type="button"],
#subscribe5Modal table input[type="button"],
#subscribe6Modal table input[type="button"],
#subscribe7Modal table input[type="button"],
#subscribe9Modal table input[type="button"],
#newConvModal table input[type="button"]*/
.modal table input[type="button"] {
  width: 96%;
  background: #1fa67b;
  color: #FFF;
}
/*#loginModal table span,
#subscribe1Modal table span,
#subscribe2Modal table span,
#subscribe3Modal table span,
#subscribe4Modal table span,
#subscribe5Modal table span,
#subscribe6Modal table span,
#subscribe7Modal table span,
#subscribe9Modal table span*/
.modal table span {
  float: left;
  font-size: 12px;
  color: #AAF;
  padding-left: 23px;
}
/*#loginModal .messageData,
#subscribe1Modal .messageData,
#subscribe2Modal .messageData,
#subscribe3Modal .messageData,
#subscribe4Modal .messageData,
#subscribe5Modal .messageData,
#subscribe6Modal .messageData,
#subscribe7Modal .messageData,
#subscribe9Modal .messageData,
#exampleModal .messageData*/
.modal .messageDate {
  text-align: center;
}
/*#loginModal #loginMessageSpan,
#subscribe1Modal #subscribe1MessageSpan,
#subscribe2Modal #subscribe2MessageSpan,
#subscribe3Modal #subscribe3MessageSpan,
#subscribe4Modal #subscribe4MessageSpan,
#subscribe5Modal #subscribe5MessageSpan,
#subscribe6Modal #subscribe5MessageSpan,
#subscribe7Modal #subscribe5MessageSpan,
#subscribe9Modal #subscribe9messageSpan*/
.modal #subscribe9messageSpan {
  float: none;
  font-size: 14px;
  color: #FFF;
  padding-left: 0px;
}



#stripe {
  position: relative;
  width: 100%;
  height: 30px;
  background-color: #BBC; /*#1f1f31ff;*/
  z-index: auto;
}

#stripe .date {
  position: absolute;
  right: 5px;
  top: 0px;
  color: #222;
  padding-top: 0.4vh;
  font-size: 1.6em;
}

#stripe .name {
  position: absolute;
  left: 25px;
  top: 0px;
  color: #222;
  padding-top: 0.4vh;
  font-size: 1.0em;
}

#cover {
  position: fixed; 
  height: 100%; 
  width: 100%; 
  top:0; 
  left: 0; 
  background: #000000; 
  z-index:9999;
}

#contentWrapper {
  position: relative;
  padding-left:15px;
  padding-bottom:100px;
  width: 100%;
  min-width: 300px;
  /*height: 65vh;*/
  min-height: 50vh;
  color: #EEE;
  overflow: hidden;
}

.left-float {
  width: 32%;
  float: left;
  margin: 10px 10px 0 5px;
  padding: 5px 5px 5px 5px;
  /*color: #EEE;*/
 
}

.left-float-full-width {
  width: calc(100% - 30px);
  float: left;
  margin: 10px 10px 0 5px;
  padding: 5px 5px 5px 5px;
  overflow-y: scroll;
}

.left-float-half {
  width: 48%;
  float: left;
  margin: 10px 10px 0 5px;
  padding: 5px 5px 5px 5px;
  /*color: #EEE;*/
  overflow-y: scroll;
}
.left-float-60 {
  width: 59%;
  float: left;
  margin: 10px 0 5px 0;
  padding: 5px 5px 5px 5px;
  overflow-y: scroll;
}
.left-float-wide {
  width: 64%;
  float: left;
  margin: 10px 10px 0 5px;
  padding: 5px 5px 5px 5px;
  overflow-y: scroll;
}
.left-float-80 {
  width: 80%;
  float: left;
  margin: 10px 10px 0 5px;
  padding: 5px 5px 5px 5px;
  overflow-y: scroll;
}

.left-surface,
.right-surface {
  margin: 10px 25px 0 10px;
  padding: 5px 20px 5px 0px;
} 

.left-surface a {
  color: #EEE;
  border-bottom: 2px solid #DDD;
}

.left-content,
.right-content {
  position: relative;
  margin: 0px 25px 10px 10px;
  padding: 25px 20px 20px 20px;
  background-color: #FFF; /*#828282;*/
  color: #000;
}

.slim-left-content {
  position: relative;
  margin: 2px 10px 2px 10px;
  padding: 5px;
  background-color: #FFF; /*#828282;*/
  color: #000;
}

.left-content a,
.right-content a {
  color: #00E;
}

.left-content li,
.right-content li {
  color: #000;
}

.left-content p {
  margin: 10px 0 5px 0;
}
.left-content h1 {
  font-size: 2.0em;
  font-weight: bold;
}
.left-content h2 {
  font-size: 1.8em;
  font-weight: bold;
}
.left-content h3 {
  font-size: 1.5em;
  font-weight: normal;
}
.left-content h4 {
  font-size: 1.4em;
  font-weight: bold;
}
.left-content h5 {
  font-size: 1.3em;
  font-weight: bold;
}
.left-content h6 {
  font-size: 1.2em;
  font-weight: bold;
}
.left-content blockquote {
  font-size: 1em;
}

.left-content-input {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 2px 2px 2px 2px;
  background-color: #FFF; /*#828282;*/
  border-width: 1px;
}

.left-content-textarea {
  width: 100%;
  min-height: 50px;
  margin: 5px 0 10px 0;
  padding: 2px 2px 2px 2px;
  background-color: #FFF; /*#828282;*/
}
.greyboard {
  background-color: #404040ff;
}
.darkgreyboard {
  background-color: #303030ff;
}
.lightgreyboard {
  background-color: #A0A0A0ff;
}
.slate {
  background-color: #1f1f31ff;
}
.newspaper {
  background-color: #EEEEECFF;
}
.nightblue {
  background-color: #010824FF;
}
.appblue {
  background-color: #171142FF;
}
.red {
  background-color: #F00303FF;
}
.black {
  background-color: #000000FF;
}
#loginModal #loginSubscribeButton,
#subscribe3Modal #subscribe3ResendButton {
  background-color: cornsilk;
  color:#000;
}

button.option_btn { color: #FFF; font-weight: normal; }

button.option_btn:hover { color: yellow; font-weight: bold; }


@media (max-width : 1200px) {
  .left-float  {width: 97%;};
}

.right-float-15 {
  width: 15%;
  float: right;
  height: 100%;
  margin: 10px 10px 0 5px;
  /*padding: 10px 10px 10px 10px;*/
}
.right-float-17 {
  width: 17%;
  float: right;
  height: 100%;
  margin: 10px 10px 0 5px;
  /*padding: 10px 10px 10px 10px;*/
}
.right-float-quarter {
  width: 25%;
  float: right;
  margin: 10px 10px 0 5px;
  /*padding: 10px 10px 10px 10px;*/
}
.right-float {
  width: 32%;
  float: right;
  margin: 10px 10px 0 5px;
}
.right-float-40 {
  width: 39%;
  float: right;
  margin: 10px 15px 5px 0;
}
.right-float-half {
  width: 48%;
  float: right;
  margin: 10px 10px 0 5px;
  /*padding: 10px 10px 10px 10px;*/
  overflow-y: scroll;
}
.right-float-wide {
  width: 64%;
  float: right;
  margin: 10px 10px 0 5px;
  padding: 5px 5px 5px 5px;
  font-size: 1.2em;
}

/*
@media (max-width : 1200px) {
  .right-float {float: left; width: 97%;};
}
*/

.sortorder {
  color: #FAA;
}

.underline {
  text-decoration: underline;
}


.right-float .right-content:nth-child(1) {
  margin-top: 0px !important;
}

.user-icon {
  display:inline-block;
  width:100%;
  font-size:1.6em;
  margin-bottom:2px;
  text-align:left;
}

.user-icon:before {
  position:relative;
  top:2px;
  left:8px;
}

.right-content-input {
  width: 100%;
  margin: 0 0 0 0;
  padding: 2px 2px 2px 2px;
  background-color: #828282;
}

.right-content-textarea {
  width: 100%;
  min-height: 50px;
  margin: 5px 0 10px 0;
  padding: 2px 2px 2px 2px;
  background-color: #828282;
}

.button-bar-top {
  position: absolute;
  right:5px;
  top:5px;
  width:100%;
  height: 25px;
}


.button-bar-side {
  float: left;
  width:105px;
}
.tag-bar-right {
  float: right;
  font-size: 0.8em;
}
.tag-bar-left {
  float: left;
  font-size: 0.8em;
}
.button-bar-bottom {
  position: absolute;
  right:5px;
  bottom:5px;
  width:100%;
  height: 25px;
}
.control-bar-bottom {
  position:absolute;
  bottom:20px;
  left:0px;
  display: block;
  width:100%;
  height: 25px;
  text-align:center;
}
.button-bar-button {
  float: right;
  background: transparent;
  color: #DDD;
  font-size: 1.4em;
  line-height: 0.9em;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  border: 1px solid #BBB;
  border-radius: 10px 10px 10px 10px;
  margin-right: 10px;
}

.button-bar-icon {
  float: right;
  background: transparent;
  color: #EDD400;
  font-size: 1.4em;
  line-height: 1em;
  border: none
}
.vote-icon {
  float: left;
  background: transparent;
  color: #e70404;
  font-size: 1.2em;
  line-height: 1em;
  width: 0.9em;
  border: none
}
.image-vote-icon {
  float: left;
  background: transparent;
  color: #333;
  font-size: 1.2em;
  line-height: 1em;
  width: 0.9em;
  border: none
}
.control-bar-button {
  background: transparent;
  color: #aaa;
  border: 2px solid #BBB;
  border-radius: 10px 10px 10px 10px;
  margin-right: 10px;
}

.plus-icon {
  color: #88F;
}

.button-bar-text {

  float: right;
  background: transparent;
  color: #000;
  margin-right: 10px;
  border: none
}

.add-forum {
  position: absolute;
  right:5px;
  bottom:5px;
  background: transparent;
  color: #DDD;
  font-size: 1.4em;
  line-height: 1em;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  border: 2px solid #00AA66;
  border-radius: 10px 10px 10px 10px;
}


.edit-forum,
.edit-topic,
.edit-post {
  position: absolute;
  right:10px;
  bottom:5px;
  background: transparent;
  background-image: url(images/edit_icon.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  border: none;
}

.edit-icon {
  background: transparent;
  background-image: url(images/edit_icon.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  border: none;
}

.offset-down {
  position: relative;
  top: 15px;
}

.round-corners {
  border-radius: 8px 8px 8px 8px;
}

.drop-shadow {
  filter: drop-shadow(1rem 1rem 0.25rem #333);
}

.lato-font-10-normal {
  font-size: 1.0em;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
}

.lato-font-10-bold {
  font-family: 'Lato', sans-serif;
  font-size: 1.0em; 
  font-weight: bold;
}
.lato-font-10i-normal {
  font-family: 'Lato', sans-serif;
  font-size: 1.0em; 
  font-weight: normal;
  font-style: italic;
}

.lato-font-10i-bold {
  font-family: 'Lato', sans-serif;
  font-size: 1.0em; 
  font-weight: bold;
  font-style: italic;
}

.lato-font-12-normal {
  font-size: 1.2em;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
}

.lato-font-12-bold {
  font-size: 1.2em;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}

.lato-font-12i-normal {
  font-family: 'Lato', sans-serif;
  font-size: 1.2em; 
  font-weight: normal;
  font-style: italic;
}
.lato-font-14-bold {
  font-size: 1.4em;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}

.cairo-font-12i-normal {
  font-family: 'Cairo', sans-serif;
  font-size: 1.2em; 
  font-weight: normal;
  font-style: italic;
}

.volkorn-font-10-normal {
  font-family: 'Volkorn', serif;
  font-size: 1.0em;   /*calc(0.7em + 0.5vw);*/
  font-weight: normal;
}

.volkorn-font-10-tight {
  font-family: 'Volkorn', serif;
  font-size: 1.0em;   /*calc(0.7em + 0.5vw);*/
  font-weight: normal;
  line-height: 1.2em;
}

.volkorn-font-11-tight {
  font-family: 'Volkorn', serif;
  font-size: 1.1em;   /*calc(0.7em + 0.5vw);*/
  font-weight: normal;
  line-height: 1.1em;
}

.volkorn-font-12-normal {
  font-family: 'Volkorn', serif;
  font-size: 1.2em;   /*calc(0.7em + 0.5vw);*/
  font-weight: normal;
}

.volkorn-font-12-tight {
  font-family: 'Volkorn', serif;
  font-size: 1.2em;   /*calc(0.7em + 0.5vw);*/
  font-weight: normal;
  line-height: 1.2em;
}

.volkorn-font-12-bold {
  font-family: 'Volkorn', serif;
  font-size: 1.2em;   /*calc(0.7em + 0.5vw);*/
  font-weight: bold;
}

.volkorn-font-14-normal {
  font-family: 'Volkorn', serif;
  font-size: 1.4em;   /*calc(0.7em + 0.5vw);*/
  font-weight: normal;
}

.volkorn-font-14-bold {
  font-family: 'Volkorn', serif;
  font-size: 1.4em;   /*calc(0.7em + 0.5vw);*/
  font-weight: bold;
}

.space-before-20 {
  margin-top: 20px;
}

.space-after-10 {
  margin-bottom: 10px;
}
.space-after-20 {
  margin-bottom: 20px;
}

.volkorn-font-12-bold {
  font-family: 'Volkorn', serif;
  font-size: 1.2em;   /*calc(0.7em + 0.5vw);*/
  font-weight: normal;
}

/*
@media (max-width : 900px) {
  .prop-text{font-size:2.5vw};
}

@media (max-width : 600px) {
  .prop-text{font-size:3.5vw};
}
*/

/**************************************************************************************************
                                          FOOTER
**************************************************************************************************/
footer {
  position: relative;
  background-color:  #000;
  width: 100%;
  min-height: 20vh;
}

.footer {
  font: normal calc(0.5em + 0.5vw) arial;
  color: #888;
}

.bottomMenu {
  position: absolute;
  top:10px;
  left: 2vw;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.bottomMenuItem {
  line-height: calc(20px + 0.4vw);
  font-size: calc(1.0em + 0.2vw);
  font-family: 'Volkorn', serif;
  font-weight: bold;
}

.leftHr {
  position: absolute;
  top:10px;
  left: 45vw;
  width: 50vw;
  border: 1px solid #666; 

}

.sponsorHeading {
  position: absolute;
  top:12px;
  left: calc(70vw - 4em);
  width: calc(8em + 2.2vw);
  font-size: calc(1.0em + 0.2vw);
  font-family: 'Volkorn', serif;
  font-weight: bold;
  text-align: center;
  background-color: #000;
}
.sponsorContainer {
  position: absolute;
  top:24px;
  left: calc(70vw - 4em);
}


.copyrightMessage {
  position: absolute;
  bottom: 40px;
  left: 2vw;
}
.copyrightMessage:before {
  content: "Copyright \00A9";
}
@media (max-height : 600px) {
  .copyrightMessage {display:none};
}


.tradeName {
  position: absolute;
  bottom: 40px;
  right: 2vw;
}

@media (max-width : 600px) {
  .tradeName {display:none};
}

.mailAddress {
  position: absolute;
  bottom: 10px;
  left: 2vw;
}
@media (max-height : 560px) {
  .mailAddress {display:none};
}

.lastUpdate {
  position: absolute;
  bottom: 10px;
  right: 2vw;
}

.lastUpdate:after {
  content: "14 APR 2025";
}

@media (max-width : 400px) {
  .lastUpdate {display:none};
}

#program-div {
  clear: both;
}
#program-div ul {
  font-weight: normal;
}
#program-div li {
  list-style-position: inside;
  font-weight: normal;
  margin-top:5px;
  min-height: 66px;
}

#program-div .listing {
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  align-items:center;
  margin-left:116px;
  padding-bottom:4px;
}

#program-div .panelist {
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  align-items:center;
  margin-left:116px;
  padding-bottom:4px;
}

#program-div .session-date {
  color: #FFF;
  font-family: 'Lato', sans-serif;
  font-size: 1.4em;   /*calc(0.7em + 0.5vw);*/
  font-weight: bold;
  text-align: center;
}
#program-div .session-list {
  text-indent: -6.8em; /* key property */
  margin-left: 6.8em; /* key property */
  color: #FFF;
  font-family: 'Volkorn', serif;
  font-size: 1.4em;   /*calc(0.7em + 0.5vw);*/
  font-weight: normal;
}
#program-div .session-talk a {
  color: #EEE;
  font-family: 'Volkorn', serif;
  font-size: 1.0em;   /*calc(0.7em + 0.5vw);*/
  font-weight: normal;
}

form {
  color: #222;
  font-size: 1.1em;
}

.top-right-icon {
  position:sticky;
  top:25px;
  right:25px;
}


.risig-dropdown-menu {
  display:none;
  font-size: 1.5em;
  list-style:none;
  text-align:left;
  background: #EEE;
  color: #000;
  position: absolute;
  top:30px;
  padding:5px 10px 5px 10px;
  margin-left:25px;
  z-index: 9999;
}
.risig-dropdown-menu.show {
  display:block;
}
.risig-dropdown-menu>li>a {
  color:#000;
}

#spinner { display:none; } 
 { display:block !important; }

footer {
  z-index:0;
}

.inputLabelDetail {
  margin-left:10px;
}

.tiled-logo {
  box-shadow: 0px 0px 2px 2px rgba(170, 170, 170, 0.8);
  margin: 15px 5px 15px 0px;
  border: 0.1px solid rgba(0, 0, 0, 0.5);
}

@keyframes blink {
  0% { background: black; }
  50% { background: red; }
  100% { background: red; }
}
@-webkit-keyframes blink {
  0% { background: black; }
  50% { background: red; }
  100% { background: red; }
}
@keyframes pulse {
  0% { background: red; color: white; }
  50% { background: white; color: black; }
  100% { background: red; color: white; }
}
@-webkit-keyframes pulse {
  0% { background: red; color: white; }
  50% { background: white; color: black; }
  100% { background: red; color: white; }
}

#freereg {
  color: white;
  animation: blink 2s infinite;
  -webkit-animation: blink 2s infinite;
}

.webinterest {
  color: white;
  background-color: red;
}
.webinterest:disabled {
  color: white;
  background-color: gray;
}

.takenote {
  color: black;
  animation: pulse 10s infinite;
  -webkit-animation: pulse 10s infinite;
}

.rednote {
  background-color: red;
  color: white;
}
.bluenote {
  background-color: blue;
  color: white;
}
.darknote {
  background-color: #75507B;
  color: white;
}

.talksummary {
  display: none;
  position: sticky;
  /*top: 0px;*/
  left: 50%;
  width: 100%;
  /*height: 90%;*/
  /*margin-left: -530px;
  padding: 20px 230px 20px 230px;*/
  padding: 20px;
  background-color: rgba(172, 203, 250, 0.8);
  border: 2px solid #222;
  color: #000;
  z-index: 9999;
  overflow-y: scroll;
}
.recording {
  display: none;
  position: fixed;
  top: 0px;
  /*left: 50%;*/
  /*width: 1060px;
  height: 700px;*/
  width:100%;
  /*margin-left: -530px;*/
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #FFF;
  z-index: 9999;
}

.dismiss {
  margin: 20px 0 20px 0;
  width: 100px;
  cursor: pointer;
}

.clickablespan {
  cursor: pointer;
  margin: 0 10px 5px 10px;
  display:  inline-block;
  width: 65%;
  text-decoration: underline;
  font-size: 1.2em;
}





/* Bootstrap Poll */
.panel-body:not(.two-col) { padding:0px; color:#000; }
.glyphicon { margin-right:5px; }
.glyphicon-new-window { margin-left:5px; }
.panel-body .radio,.panel-body .checkbox {margin-top: 0px;margin-bottom: 0px;}
.panel-body .list-group {margin-bottom: 0;}
.panel-body .list-group-item {padding-top: 0;padding-bottom: 0;}
.margin-bottom-none { margin-bottom: 0; }
.panel-body .radio label,.panel-body .checkbox label { display:block; margin-left:5px;}
input[type="radio"] {   margin-right: 5px; }
input[type="checkbox"] {   margin-right: 5px; }
h3.panel-title { margin: 20px 0 5px 0; font-size:1.1em; font-weight:bold; }

.modal-dialog .modal-title {
  font-size:1.8em;
  font-weight:bold;
}

.modal-dialog .modal-body,
.modal-dialog button {
  font-size:1.5em;
}


.authorEmailDiv {
  display: block;
}
.authorSecurityCodeDiv {
  display: none;
}

.emailcheckbtn {
  position:relative;
  left: calc(50% - 75px);
  top:10px;
  background-color:red;
  color:#FFF;
  border-radius:5px;
  width:150px;
  font-size:0.8em;
}
.emailcheckbtnhover {
  font-weight: bold;
}

.biouploadbtn {
  position:relative;
  left: calc(50% - 75px);
  top:10px;
  background-color:red;
  color:#FFF;
  border-radius:5px;
  width:150px;
  font-size:0.8em;
}
.photouploadbtn {
  position:absolute;
  top:15px;
  right:100px;
  background-color:red;
  color:#FFF;
  border-radius:5px;
  width:120px;
  font-size:0.8em;
}
.abstractuploadbtn,
.imageuploadbtn {
  color: white;
  background-color: red;
  position:relative;
  top:10px;
  border-radius:5px;
  width:150px;
  font-size:0.8em;
}
.abstractuploadbtn:disabled {
  color: white;
  background-color: gray;
  position:relative;
  /*left: calc(50% - 75px);*/
  top:10px;
  border-radius:5px;
  width:150px;
  font-size:0.8em;
  padding: 0 3px 0 3px;
}
.convpostbtn {
  color: white;
  background-color: red;
  position:relative;
  top:17px;
  border-radius:5px;
  width:150px;
  font-size:0.8em;
}
.convpostbtn:disabled {
  color: #DDD;
  background-color: #999;
}
.cancelbtn {
  color: white;
  background-color: #444;
  position:relative;
  /*left: calc(50% - 75px);*/
  top:10px;
  border-radius:5px;
  width:150px;
  font-size:0.8em;
}



.gallery-image {
  position:absolute;
  top:0;
  left:0;
  background-color: #000; 
  height: 600px; 
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: contain; 
}

.gallery-image-grid {
  position:absolute;
  top:0;
  left:0;
}

.gallery-image-overlay {
  position:absolute;
  top:0;
  left:0;
}

/* speech bubbles courtesy of: https://codingislove.com/css-speech-bubbles    */

.box3 {
  width: 90%;
  margin: 5px auto;
  border-radius: 15px 0 25px 15px;
  background: #00bfb6;
  color: #fff;
  padding: 10px;
  text-align: left;
  font-weight: 900;
  font-family: arial;
  position: relative;
  cursor:pointer;
}

.box4 {
  width: 90%;
  margin: 5px auto;
  border-radius: 0 15px 15px 25px;
  background: #FCE94F;
  color: #000;
  padding: 10px;
  text-align: left;
  font-weight: 900;
  font-family: arial;
  position: relative;
  cursor:pointer;
}

.sb13:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 15px solid #00bfb6;
  border-right: 15px solid transparent;
  border-top: 15px solid #00bfb6;
  border-bottom: 15px solid transparent;
  right: -16px;
  top: 0px;
}

.sb14:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 15px solid transparent;
  border-right: 15px solid #FCE94F;
  border-top: 15px solid #FCE94F;
  border-bottom: 15px solid transparent;
  left: -16px;
  top: 0px;
}
.img-gallery-controls,
.conv-gallery-controls {
  position:absolute;
  top:0px;
  left:14px;
  display:inline-block;
}
.img-gallery-control,
.conv-gallery-control {
  color:#888;
  cursor:pointer;
}
#img-bookmark {
  color: #FFF;
  position:absolute;
  top:15px;
  left:5px;
  cursor:pointer;
}
.typcn-bookmark {
  color:#AAA;
}
.gallery-control-selected,
.bookmark-selected {
  color:#FFF;
}
#img-title-div,
#conv-title-div {
  position:absolute;
  left:15px;
}
#img-back-icon,
#con-back-icon {
  position:absolute;
  right:15px;
  cursor:pointer;
}
#img-showgrid {
  position:absolute;
  top:-5px;
  right:40px;
}
#img-showgrid label {
  padding-right:15px;
  font-size:1.0em;
  color:#EEE;
}
#img-showgrid input {
  cursor:pointer;
}
#img-origin {
  position:absolute;
  top:-5px;
  left:5px;
}
#img-star-bar {
  position: absolute;
  left:5px;
  top:35px;
  width:255px;
  height: 25px;
}
.image-bookmark {
  position: absolute;
  right: 45px;
  top:60px;
  width:255px;
  height: 25px;
  font-size: 0.8em;
  text-align:  right;
}
#img-tags {
  position: absolute;
  left:5px;
  top:55px;
  width: 100%;
}
#img-tag-list {
  margin-left: 10px;
  font-size: 0.8em;
  width: calc(100% - 152px);
  border: 1px solid #888;
  height: 17px;
}
.img-tag-list-normal {
  color: #FFF;
  background-color: #FFFFFF00;
}
.img-tag-list-hilight {
  color: #000;
  background-color: #FFFFFF;
}
#img-togglebw {
  position:absolute;
  top:15px;
  right:59px;
  cursor:pointer;
}
#img-togglebw label {
   padding-right:15px;
   font-size:1.0em;
   color:#EEE;
}
#rectcol {
  width:12px;
  height:12px;
  border:1px grey solid;
  background-color:#FFF;
  position:absolute;
  top:8px;
  right:-13px; 
}
#clearol {
  width:12px;
  height:12px;
  border:1px grey solid;
  background-color:#888;
  position:absolute;
  top:8px;
  right:-13px;
}
#img-clearol {
  position:absolute;
  top:35px;
  right:59px;
  cursor:pointer;
}
#img-clearol label {
  padding-right:15px;
  font-size:1.0em;
  color:#EEE;
}
#img-tags-update {
  display: none;
  position:absolute;
  top:60px;
  right:30px;
  cursor:pointer;
  background-color: #EEEEB0;
  border-radius: 8px;
  color: #000;
  font-size: 0.8em;
  padding: 0 2px 0 2px;
}
/* NOTE: left & right=0 necessary to allow margin:auto to centre div!! */
#img-container {
  position:absolute;
  top:90px;
  left:0;
  right:0;
  width:800px;
  height:700px;
  margin:auto;
}
#gim,
#grid-svg,
#overlay-svg {
  height:640px;
  width:800px;
}
.image-listing {
  height:115px;
  width: calc(100% - 30px);
  color:#00F;
  cursor:pointer;
} 
.conversation-listing {
  height:55px;
  width: calc(100% - 30px);
  color:#00F;
  background-color:#F9F9D2;
  cursor:pointer;
}
#gallery-image {
  position:absolute;
  top:45px;
  width:100%;
  height:800px;
  background:#00000000;
  border:none;
  overflow-y:scroll;
}
#gallery-conversation {
  position:absolute;
  top:5px;
  width:100%;
  height:800px;
  background:#00000000;
  border:none;
  overflow-y:scroll;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
#imgdetail {
  position:absolute;
  top:35px;
  width:100%;
  height:770px;
  background:#00000000;
  border:none;overflow:hidden;
}
.post-img-icon {
  position:absolute;
  top:0px;
  right:5px;
  color:#EEE;
  font-size:1.3em;
}
#image-div {
  position:relative;
  margin-top:5px;
  margin-left:5px;
}
#tag-select {
  display:block;
  background: #EEEEB0;
}
.post-div {
  position:relative;
  border-bottom:1px #888 solid;
  padding:5px;
}

#rh-tabs{
  width: 100%;
  position: relative;
  padding-left: 1px;
}
.nav-item{
  width: calc(100% / 6); /* six tabs */
  cursor:pointer;
}
#rh-tabs .nav-link{
  position: relative;
  left: -5%;
  width: 110%;
  border: 1px solid #1f1f31ff;
  font-weight: bold;
  line-height: 1.0em;
  padding: 5px 15px 0 15px;
  text-align: center;
  background: #CCC;
  color: #444;
  border-radius: 30px 30px 0 0;
  height: 125px;
}
#rh-tabs .nav-link.active{
  background: #1f1f31ff;
  color: #FFF;
}
.rh-content{
  position: absolute;
  left: 0%;
  width: 100%;
  height: auto;
  min-height: 800px;
  margin-top: -80px;
  background: #1f1f31ff;
  color: #FFF;
  border-radius: 0px;
  /*z-index: 1000;*/
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
  padding: 0px;
  margin-bottom: 50px;
}
.galleryDiv {
  width:80%;
  margin:auto;
  text-align:left;
  /*border: 1px dotted #888;*/
  display: inline-block;
}
.galleryDescrSelect {
  border: 0; 
  padding: 0;
  margin: 8px 0 1px 0;
  background: #EEEEB0;
  width: calc(100% - 141px);
  height: 34px;
  float: right;
}
.galleryProvSelect {
  border: 0; 
  padding: 0;
  margin: 8px 0 1px 0;
  background: #EEEEB0;
}
.galleryInput {
  border: 0;
  padding: 0;
  margin: 8px 0 1px 0;
  background: #EEEEB0;
  width: calc(100% - 140px);
  height: 34px;
  float: right;
}
.galleryLabel {
  padding: 0;
  margin: 0 10px 0 0;
  width: 120px;
  text-align: left;
}
.galleryTip {
  margin-left:10px;
  font-size:0.8em;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #AAA;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #AAA;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #AAA;
}

.talksummary {
  display: none;
  position: absolute;
  top: 0px;
  left: 15%;
  width: 75%;
  height: 90%;
  /*margin-left: -530px;
  padding: 20px 230px 20px 230px;*/
  padding: 20px;
  background-color: #D4F983D0;
  border: 2px solid #222;
  color: #000;
  z-index: 9999;
  overflow-y: scroll;
}

.detail {
  margin-bottom: 8px;
}
.detail label {
  width: 150px;
}
.detail input {
  width: 340px;
}