
html,
body,
.full-screen {
  height: 100%;
}

body {
  margin: 0;
}


body
{
    background-color: rgba(0, 10, 29, 1.0);
    /*margin: 0px;
    overflow: hidden;*/
    font-family: 'Raleway', sans-serif;
    margin: 0px;
    padding: 0px;

}

div
{ 
  /*transition: all 0.3s linear;

  transition: opacity 0.6s ease;*/

  box-sizing: border-box;
}

button
{
  border-style:  none;
  background-color: transparent;

  color: black;

  font-family: 'Ubuntu', sans-serif;
  font-weight: lighter;



}
button:focus, input:focus
{
  outline: none;
}
button:hover
{
  background-color: rgba(255,255,255, 0.1);

  cursor: pointer;
}



.theme_darkBlue
{
  background-color: rgba(0, 10, 29, 1.0);
  color: #fff689;
}



/* site wide */

.mainUserAvatar
{
    height: 128px;
    width: 128px;
    border-radius: 50%;

}
.closeButton
{
    top: 2px;
    left: 2px;
  
    width: fit-content;  
}

/* @ landing page */

.appLandingPage
{
  /*z-index: 20;*/

  background-color: rgba(0, 10, 29, 1.0);
  
  color: #fff689;
}
.appLandingPage button, button.goldShinyButton
{
    /*border-style: solid;
    border-width: 1px;
    border-color: #fff689;
    padding: 16px;


    color: #fff689;*/

    height: 48px;

  max-width: 300px;
  
  margin-top: 16px;

  padding-left: 16px;
  padding-right: 16px;

  border-style: solid;
  border-width: 1px;
  border-color: #fff689;
  
  color: #fff689;
}
.appLandingPage button:disabled
{
    color:  grey;
    border-color: grey;

    cursor:  not-allowed;

}
button.buttonWait, button.buttonWait:disabled
{
    cursor:  wait;   
}
.appLandingPage .siteTitle
{
  font-size: 1.5em;
  font-weight: 400;
}
.appLandingPage .byLine
{
  font-weight: 200;
}
.appLandingPage .infoAboutThisApp_button
{
    margin-bottom: 16px;
}
.appLandingPage .infoIcon
{
    height: 1em;
    width: 1em;

    margin-top: 2px;
    margin-right: 10px;
}
.appLandingPage .mainUserAvatar
{
    height: 128px;
    width: 128px;
    border-radius: 50%;
}
.appLandingPage .currentLoginStatus
{
    height: 300px;
}

.infoIconBackground
{
    background-image: url("/nginxStaticFiles/virtualRoomCollection/howDidILikeThat/img/infoIcon_yellow.png");
    background-size: contain;
    background-repeat: no-repeat;

}


.infoAboutThisAppContainer
{
  min-width: 400px;
  width: 70%;
  max-width: 700px;

  height: 70%;

  border-radius: 16px;
  padding: 32px;

  background-color: rgba(255,255,255,0.8);
  color: rgba(0, 10, 29, 1.0);;

}
.infoAboutThisAppContainer button
{
    /*border-style: solid;
    border-width: 1px;
    border-color: #fff689;
    padding: 16px;


    color: #fff689;*/

    height: 48px;

  max-width: 300px;
  
  margin-top: 16px;

  padding-left: 16px;
  padding-right: 16px;

  border-style: solid;
  border-width: 1px;
  border-color: #fff689;
  
  background-color: rgba(0, 10, 29, 1.0);
  color: #fff689;
}
.infoAboutThisAppContainer .title
{
  text-align: center;
  font-weight: bold;
}
.infoMessagePageContentContainer
{
    padding: 16px;
}
.infoAboutThisAppContainer .head
{
  margin-top: 8px;
  font-weight: bold;
}
.infoAboutThisAppContainer .para
{
  text-align: justify;
}

/*.scanningLedgerStatus
{
  width: 400px;
  min-height: 360px;

  padding-bottom: 24px;

  border-radius: 16px;
  background-color: rgba(255,255,255,0.8);
  
}*/





.pageTitle
{
    position: relative;
    font-size: 20pt;
    left: -50%;
    background: rgba(0,0,0,0.5);
    top: 20px;
    color: #ffffff;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 2px 2px 4px #000000;
    border-radius: 20px;
}


.sliderContainer .colorProfileSelectDiv
{
    height: 36px;
  
    padding: 8px;

    align-items: center;
  
    background-color: black;
    font-weight: 600;
}
.sliderContainer .colorProfileSelectLabel
{
    margin-right: 10px;
}
.sliderContainer #colorProfileSelect{
    font-size: 1.1em;
}


.scrollAvailable
{
  bottom: -1px;

  width: 100%;

  background: linear-gradient(0deg, black, transparent);
  height: 60px;
  padding-top: 40px;

  border-radius: 0px 0px 0px 10px;
}
.sphereDataInfoContainer
{
  margin-top: 15px;

  padding: 15px;
  padding-top: 8px;

  background: rgba(50,50,50,0.8);
  border: 1px solid #555555;
  border-radius: 20px;
}
.pointCounterRow
{
  align-self: center;
  margin-bottom: 10px;

  font-weight: 700;

}
.notesHTMLArrayContainer .dimLabel
{
  margin-bottom: 4px;

  font-weight: 500;
}
.notesHTMLArrayContainer .notesSlider
{
    width: 170%;
    margin-top: 2px;
    transform: scale(0.333);
    margin-left: -53.7%;
    pointer-events: none;
    height: 5px;
     opacity: 0.7;

}
.notesHTMLArrayContainer .dimNotes
{
  margin-left: 10px;
  margin-bottom: 12px;

  overflow-wrap: anywhere;
  max-width: 100%;

  font-weight: 200;
}

.dimension
{
    margin-bottom:  8px;
}

.description
{
    text-align: justify;
    font-size: 1em;
    font-weight: 500;
}
.dimensionExtremes
{
    margin-top: 10px;
    margin-left: 16px;
}
.dimensionExtremes > div
{
    max-width: 100px;
    font-weight: 200;
    font-size: 0.94em;
}
.dimensionExtremes > .min
{
    text-align: left;
}
.dimensionExtremes > .max
{
    text-align: right;
}

.slider
{
    height: 6px;
    outline: none;
    border-radius: 5px;
    background: #555555;
    margin-top: 8px;
    margin-left: 16px;
}



.textInput
{
    /*display: block;
    width: calc(100% - 15px);
    -webkit-appearance: none;
    height: 18px;*/

    
    border-radius: 5px;  
    background: #333333;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s; 
    border-color: #305075;
    color: white;
    margin-top: 10px;
    margin-left: 16px;
    margin-bottom: 20px;

    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    font-size: inherit;

    resize: vertical;

    height:  2em;
    min-height: 2em;

}
.textInput::placeholder
{
  font-color: white;
  opacity: 1;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: inherit;
  margin-left: 4px;
}


.credits
{
        /* font-family: Arial, Helvetica, sans-serif; */
    /* position: absolute; */
    /* bottom: 10px; */
    /* right: 10px; */
    color: white;
    width: 100%;
    max-width:  1024px;
    text-align: right;
    opacity: 0.75;
    font-size: 8pt;
    align-self: flex-end;
}

a
{
    color: #aaaaaa;
}


.cubeDiv
{
    /*position:absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;*/
}

/* @ Provisioning */
