


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

header {
  width:100%;
  /*height: 23vh;*/
  height: auto;
  /*text-align: center;*/
}
#banner {
  position: relative;
  background-color: #031325;
  width: 100%;
  height: 100px;
}

/**************************************************************************************************
                                          BANNER
**************************************************************************************************/

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

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

#banner #feedback {
  position: absolute;
  top: 25px;
  left: 50px;
  width: 156px;
  height: 100px;
  text-decoration: none;
  background: url(images/feedback_453x290.png) no-repeat;
  background-size: 156px 100px;
  -moz-background-size: 156px 100px;
  -webkit-background-size: 156px 100px;
}

#banner cfa {
  position: absolute;
  top: 5px;
  left: 18px;
  width: 215px;
  height: 108px;
  text-decoration: none;
  background: url(images/CFA_virtual.png) no-repeat;
  background-size: 215px 108px;
  -moz-background-size: 215px 108px;
  -webkit-background-size: 215px 108px;
}

#banner #prog {
  position: absolute;
  top: 5px;
  left: 80px;
  width: 215px;
  height: 108px;
  text-decoration: none;
  background: url(images/programonline.png) no-repeat;
  background-size: 215px 108px;
  -moz-background-size: 215px 108px;
  -webkit-background-size: 215px 108px;
}

#banner #iris-logo {
  display: inline-block;
  width: 731px;
  height: 124px;
  text-decoration: none;
  background: url(images/iris_logo_731x124_plain.png) no-repeat;
  background-size: 731px 124px;
  -moz-background-size:731px 124px;
  -webkit-background-size:731px 124px;
}

#banner #arrow-container {
  position: relative;
  display: inline-block;
  width: 300px;
  height: 124px;
  padding-left: 30px;
}

#arrow-container #VEPattendee {
  position: absolute;
  display: block;
  width: 250px;
  height: 63px;
  top: 0px;
  right: 0px;
  text-decoration: none;
  background: url(images/VEPattendee_624x157.png) no-repeat;
  background-size: 250px 63px;
  -moz-background-size: 250px 63px;
  -webkit-background-size: 250px 63px;
}

#arrow-container #VEPeureka {
position: absolute;
  display: block;
  width: 250px;
  height: 63px;
  bottom: 0px;
  right: 0px;
  text-decoration: none;
  background: url(images/VEPeureka_624x157.png) no-repeat;
  background-size: 250px 63px;
  -moz-background-size: 250px 63px;
  -webkit-background-size: 250px 63px;
}
#banner #virtual-event {
  position: relative;
  display: inline-block;
  width: 175px;
  height: 124px;
  background: url(images/VirtualMeeting_175x124.png) no-repeat;
  background-size: 175px 124px;
  -moz-background-size: 175px 124px;
  -webkit-background-size: 175px 124px;
}

#banner #tagline {
  position: absolute;
  top: 55px;
  left: 100px;
  font-variant: small-caps;
}

#banner #paypal-logo {
  position: absolute;
  display: block;
  top: 5px;
  right: 18px;
}

#countdown_div {
  background-color: #010824;
  /*position: absolute;
  right: 223px;
  top: 0px;*/
  height: 124px;
  width: 280px;
}
#countdown_table {
  color:#000;
  font-family: Lato;
  font-size: 1.1em;
  line-height: 2.0em;
}
#timer_div {
  background-color: #FF2020;
  position: absolute;
  right: 350px;
  top: 0px;
  height: 124px;
  width: 220px;
}
.timer {
  position: absolute;
  right: 0px;
  top: 2px;
  width:80px;
}
.timer_text {
  position: absolute;
  left: 10px;
  top: 2px;
  width: 100px;
  color:#FFF;
  font-family: arial;
  font-size: 1.1em;
  line-height: 1.3em;
  padding-left: 4px;
}

/******************************************* 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;
}

/**************************************************************************************************
                                       MENU LINKS 
**************************************************************************************************/

.home #homeLink,
.more #moreLink,
.downloads #downloadsLink,
.registration #registrationLink,
.subscribe #subscribeLink,
.iris #irisLink,
.login #loginLink {
  text-decoration: underline;
}

/**************************************************************************************************
                                          STRIPE 
**************************************************************************************************/

#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.5vh;
}

#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: #000; 
  z-index:9999;
}

/**************************************************************************************************
                                        MAIN CONTENT WRAPPER
**************************************************************************************************/

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

.left-float {
  width: calc(32% - 15px); /* the 15px is the combined L and R margin below */
  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: calc(50% - 15px); /* the 15px is the combined L and R margin below */
  float: left;
  margin: 10px 10px 0 5px;
  padding: 5px 5px 5px 5px;
  /*color: #EEE;
  overflow-y: scroll;*/
}
.left-float-60 {
  width: calc(59% - 15px); /* the 15px is the combined L and R margin below */
  float: left;
  margin: 10px 0 5px 0;
  padding: 5px 5px 5px 5px;
  /*overflow-y: scroll;*/
}
.left-float-wide {
  width: calc(64% - 15px); /* the 15px is the combined L and R margin below */
  float: left;
  margin: 10px 10px 0 5px;
  padding: 5px 5px 5px 5px;
  /*overflow-y: scroll;*/
}
.left-float-80 {
  width: calc(80% - 15px); /* the 15px is the combined L and R margin below */
  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;
}
.slate {
  background-color: #1f1f31ff;
}
.newspaper {
  background-color: #EEEEECFF;
}
.nightblue {
  background-color: #010824FF;
}
.cyberblue {
  background-color: #115991FF;
}

#loginModal #loginSubscribeButton,
#subscribe3Modal #subscribe3ResendButton {
  background-color: cornsilk;
  color:#000;
}



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

.right-float-15 {
  width: calc(15% - 25px); /* the 25px is the combined L and R margin below */
  float: right;
  height: 100%;
  margin: 10px 20px 0 5px;
  /*padding: 10px 10px 10px 10px;*/
}
.right-float-quarter {
  width: calc(25% - 25px); /* the 25px is the combined L and R margin below */
  float: right;
  margin: 10px 20px 0 5px;
  /*padding: 10px 10px 10px 10px;*/
}
.right-float {
  width: calc(32% - 25px); /* the 25px is the combined L and R margin below */
  float: right;
  margin: 10px 20px 0 5px;
}
.right-float-40 {
  width: calc(39% - 25px); /* the 25px is the combined L and R margin below */
  float: right;
  margin: 10px 20px 5px 0;
}
.right-float-half {
  width: calc(50% - 25px); /* the 25px is the combined L and R margin below */
  float: right;
  margin: 10px 20px 0 4px;
  /*padding: 10px 10px 10px 10px;*/
}
.right-float-wide {
  width: calc(64% - 25px); /* the 25px is the combined L and R margin below */
  float: right;
  margin: 10px 20px 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: #CCC;
  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);
}

.scrolly {
  overflow-y: scroll;
}

.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;
}

.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-12-normal {
  font-family: 'Volkorn', serif;
  font-size: 1.2em;   /*calc(0.7em + 0.5vw);*/
  font-weight: normal;
}

.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: "6 APRIL 2022";
}

@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:10px;
}
#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;
}


.cyssig-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;
}
.cyssig-dropdown-menu.show {
  display:block;
}
.cyssig-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: absolute;
  top: 0px;
  left: 15%;
  width: 75%;
  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: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1060px;
  height: 700px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 1.0);
  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;
}

/* 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;
}

.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:85px;
  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;
}