@CHARSET "UTF-8";

.mainwindow {
  display: none;
}

.mainwindow .footertext {
  color: #626365;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  background-color: #fff;
  height: 24px;
  padding: 5px;
  background-image: url("/lci-static/LCI-Logo-24.png");
  background-repeat: no-repeat;
  background-position: 5px 5px;
}

#simplestatus {
  position: absolute;
  bottom: 0px;
  height: 24px;
  display: none;
  z-index:1000;
}

#simplestatus p {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  font-size: 20px;
  width: 100%;
  background-color: yellow;
  color:#626365; 
}

.center {
  text-align: center;
}

.logotop {
  background-color: #fff; 
  padding: 10px;
}

.logobottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 5px;
}

#disablepage
{
    /* Do not display it on entry */
    display: none; 
 
    /* Display it on the layer with index 1001.
       Make sure this is the highest z-index value
       used by layers on that page */
    z-index:1001;
     
    /* make it cover the whole screen */
    position: absolute; 
    top: 0%; 
    left: 0%; 
    width: 100%; 
    height: 100%; 
 
    /* make it white but fully transparent */
    background-color: white; 
    opacity:.00; 
    filter: alpha(opacity=00); 
}

#pagedialog {
    /* Do not display it on entry */
    display: none; 
 
    /* Display it on the layer with index 1005.
       Make sure this is the highest z-index value
       used by layers on that page, and higher than the disablepage */
    z-index:1005;
     
    /* make it cover the whole screen */
    position: absolute; 
    top: 0%; 
    left: 0%; 
    width: 100%; 
    height: 100%; 
 
    /* make it white but partially transparent */
    background-color: white; 
    opacity:.50; 
    filter: alpha(opacity=50); 
}

#pagedialog_content {
    display: none;
    z-index: 1006;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    background-color: #f0f0f0;
    opacity: 1.0;
    filter: alpha(opacity=100);
    border: 1px solid #000; 
}

#pagedialog_content h1 {
  text-align: center;
  color: #000;
  padding: 5px;
  background-color: #ddd;
}

#pagedialog_content p {
  text-align: center;
  margin-top: 10px;
  color: #000;
}

#pagedialog_buttons {
  position: absolute;
  bottom: 0px;
}

#pagedialog_buttonset_0, #pagedialog_buttonset_1, #pagedialog_buttonset_2 {
  display: none;
}

/* Shiny Button */

a.shinybutton {
  display: block;
  position: relative;
  margin-top: 10px;
}

a.shinybutton .shinybuttonleft, a.shinybutton .shinybuttonright {
  display: block;
  float: left;
  width: 20px;
  height: 24px;
}

a.shinybutton .shinybuttoncontent {
  float: left;
  text-align: center;
  display: block;
  height: 24px;
}

.defaulthidden {
  display: none;
}

a.shinybutton {
  cursor: pointer;
}

a.shinybutton .shinybuttonleft {
  background-image: url("/lci-static/Button-Shiny-Left.png");
  background-repeat: none;
}

a.shinybutton .shinybuttonright {
  background-image: url("/lci-static/Button-Shiny-Right.png");
  background-repeat: none;
}

a.shinybutton .shinybuttoncontent {
  background-image: url("/lci-static/Button-Shiny-Middle.png");
  background-repeat: repeat-x;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.uppercase {
  text-transform: uppercase;
}

.uppercase .restofword {
  text-transform: uppercase;
  font-size: 75%;
}

.loginform {
  text-align: center;
  font-size: 120%;
}

.loginform th {
  text-align: right;
  /*color: #00bbce;*/
  color: #326077;
}

.loginform input {
  width: 250px;
  height: 24px;
  padding-top: 0px;  /* Need to adjust the padding for Firefox */
  padding-bottom: 0px;
  font-size: 16px;
}

.loginform select {
  width: 250px;
  height: 24px;
  font-size: 16px;
}

.tabcontentwrapper {
  position: relative;
  display: block;
}

.tabcontent {
  width: 100%;
  display: none;
}

#account_content input {
  width: 250px;
}

.rightalignedheaders th {
  text-align: right;
  padding-right: 5px;
  /*color: #00bbce;*/
}

.leftalignedheaders th {
  text-align: left;
  padding-left: 5px;
  /*color: #00bbce;*/
}

#backtoss {
  position: fixed;
  top:  0px;
  left:  0px;
  font-size:  150%;
  background-color: #ddd;
  padding:  5px;
  opacity: 0.7;
}

.backarrow::before {
  content: "◀ ";
}

.arrow::after {
  content: " ▶";
}

tr.modelrow td{
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px #000 solid;
  line-height: 20px;
  height: 30px;
  vertical-align: center;
}

.clouddownload {
  background-image: url('CloudDownload.png');
}

.clouddownload:hover {
  background-image: url('CloudDownloadHover.png');
}

.modelshare {
  background-image: url('ModelShare.png');
}

.modelshare:hover {
  background-image: url('ModelShareHover.png');
}

.imgbutton, .imgbutton:hover {
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  padding: 5px;
} 

