* {
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  overflow: hidden;
  background-color: white;
  text-align: center;
  font-family: Helvetica Neu, Arial, sans-serif;
  margin: 0;
  padding: 0;`
  color: #444;
  box-sizing: border-box;
}


#containerVideo{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
}

#overlayGestures{
  position: absolute;
  top: 0px;
  left: 0px;
  /*left: 50%;*/
  width: 100vw;
  /*width: 1700px;*/
  /*aspect-ratio: 16 / 9;*/
  height: 100vh;
  /*transform: translateX(-50%);*/
  z-index: 999;
}

.handCursor{
  position: absolute;
  background-color: green;
}

.handCursor.closed{
  border: 2px solid red;
}
.handCursor.open{
  border: 2px solid green;
}


/* ####################### */
/* ####################### */
/*         NAVBAR          */
/* ####################### */
/* ####################### */

.navbar{
  position: sticky;
    top: 0px;
    left: 0px;
    z-index: 9999;
    background-color: #4FA1D9;
}

.navbar-toggler{
  background-color: white;
}

.navbar-dark .navbar-nav .nav-link{
  color: #ffffffdb;
}

.navbar-dark .navbar-nav .nav-link:hover{
  color: #ffffff9e; 
}

.lang-selector .selected{
  background-color: #389721;
  color: white;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}




/* ####################### */
/* ####################### */
/*        BOTTOM BAR       */
/* ####################### */
/* ####################### */
#containerGlassList{
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 200px;
  z-index: 999;
}

.glassList{
  position: fixed;
  bottom: 0px;
  left: 0px;
  display: inline-flex;
  list-style: none;
  padding: 0px 7px;
  height: 200px;
  width: 100%;
  margin: 0px 5px;
  background: linear-gradient(90deg, rgb(255 255 255) 0%, rgba(97, 192, 232, 1) 100%);
  overflow-x: scroll;
  overflow-y: clip;
}

.glassListItem{
/*  background-color: #e3e3e3;*/
  background-color: #4fa1d93d;
  border: 1px solid gray;
  padding: 5px 4px;
  width: 115px;
  /*min-width: 115px;*/
  margin: 7px 8px;
  border-radius: 5px;
  text-align: left;
  display: inline-block;
  cursor: pointer;
}

.glassListItem.highlighted{
  background-color: #295c7f3d;
}

.selected{
  background-color: #7eb2ce
}

.glassListItem div{
  display: inline-block;
  vertical-align: top;
}

.glassListItem p{
  margin: 0px;
  padding: 0px;
}

.glassListItem .glassListItemTitle{
  font-size: 18px;
}

.glassListItem .glassListItemDesc{
  font-size: 13px;
}

.glassListItem .glassListItemPrice{
  font-size: 14px;
}

.glassListItem img{
  /*height: 100px;*/
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.glassListItem button{

}

#divSelectedGlassTitle{
  padding: 0px 50px;
}

button.try {
  background: rgba(0, 0, 0, 0.5);
  color: #ddd;
  font-weight: bold;
  font-variant: small-caps;
  padding: 4px 30px;
  margin: 0px;
}


button, select {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  color: #ddd;
  font-weight: bold;
  font-variant: small-caps;  
  font-size: 16px;
  padding: 8px;
  min-width: 120px;
  border: none;
  margin: 0px 0px 6px 0px;
  -webkit-appearance: none;
}

button:hover {
  background: rgba(0, 0, 0, 0.8);
  color: white;
}

.content{
  /*height: calc(100vh - 56px);*/
  height: 100%;
/*  width: 100vw;*/
  width: 100%;
  display: flex;
  flex-direction: column;
}

.header {
  width: 100%;
  height: 70px;
  box-shadow: 0 0 3px black;
  background-color: rgb(12, 127, 194);
  color: white;
}
.headerTitle {
  font-size: 24pt;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  margin-top: 12px;
  text-align: center;
}


#JeelizVTOWidget {
  flex-grow: 1;
  width: 100%;
/*  max-width: calc(100vh - 70px);*/
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#JeelizVTOWidgetCanvas {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
}



.containerLeftArrow, .containerRightArrow{
  position: absolute;
  top: calc(50% - 100px);
  transform: translateY(-50%);
  z-index: 9999;
}

.containerLeftArrow{
  left: 75px;
}

.containerRightArrow{
  right: 75px;
}

.controlLeftArrow, .controlRightArrow{
  width: 200px;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-right: 86px;
  padding-left: 20px;
  cursor: pointer;
}

.highlighted .imgLeftHand, .highlighted .imgRightHand, .imgLeftHand.highlighted, .imgRightHand.highlighted{
  background-image: url("../images/hand_closed_silhouette.png");
}

.imgLeftHand, .imgRightHand{
  width: 0px;   /* otherwise the img tag without src shows a border */
  height: 0px;  /* otherwise the img tag without src shows a border */
  background-image: url("../images/hand_open_silhouette.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 60px 100px;  /* otherwise the img tag without src shows a border */
  border-style: none;
}

.imgRightHand, .controlRightArrow{
  transform: scale(-1, 1);
}


/*.highlighted{
  border: 3px solid white;
}*/


.JeelizVTOWidgetControls {
  position: absolute;
  z-index: 2;
  width: 100%;
}
.buttonIcon {
  display: inline-block;
  margin-right: 8px;
}

.JeelizVTOWidgetControlsTop {
  top: 16px;
  height: 40px;
  text-align: center;
}
.JeelizVTOWidgetControlsTop > button {
   width: 45%;
   min-width: auto;
}

.JeelizVTOWidgetControlsBottom {
  bottom: 16px;
  height: 40px;
  text-align: center;
}
.JeelizVTOWidgetControlsBottom > button {
/*   width: 45%;*/
   min-width: auto;
}
#JeelizVTOWidgetAdjust{
  width: 100px;
}

#JeelizVTOWidgetChangeModelContainer {
  bottom: 62px;
  height: 40px;  
  text-align: center;
}
#JeelizVTOWidgetChangeModelContainer > button {
  width: 20%;
  min-width: auto;
}

#JeelizVTOWidgetLoading {
  position: fixed;
  z-index: 4;
  cursor: wait;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.5);
  text-align: center;
}
.JeelizVTOWidgetLoadingText {
  color: white;
  font-size: 32pt;
  margin-top: 40vh;
}

#JeelizVTOWidgetAdjustNotice {
  width: 100%;
  position: absolute;
  background-color: rgba(0,0,0,0.5);
  color: white;
  z-index: 3;
  font-size: 16px;
  bottom: 0;  
  justify-content: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: none;
}

#JeelizVTOWidgetAdjustExit {
  border: 1px solid white;
  background: transparent;
  position: absolute;
  right: 8px;
  bottom: 8px;
}

/* Hide everything, stuffs will be displayed by JeelizVTOWidget: */
#JeelizVTOWidgetAdjust {
  display: none;
}
#JeelizVTOWidgetChangeModelContainer {
  display: none;
}
#buttonResizeCanvas {
  display: none;
}