/* __V3D_TEMPLATE__ - template-based file; delete this line to prevent this file from being updated */

body {
    margin: 0px;
    overflow: hidden;
}

#v3d-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.fullscreen-button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: 100% 100%;
    display: none;
    z-index: 1;
}

.fullscreen-open {
    background-image: url('media/fullscreen_open.svg');
}

.fullscreen-close {
    background-image: url('media/fullscreen_close.svg');
}


.v3d-annotation {
    position: absolute;
    color: white;
    border: none;
    width: 15px;
    height: 15px;
    min-width: 0px;
    font-size: 0px;
    padding: 0px;
    top: 0px;
    left: 0px;
    z-index : -1 !important;
    background-color: #00aad2; 
    cursor: pointer !important;

  }

  .v3d-annotation:hover{
    cursor: pointer;
    -webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}

  
  .v3d-annotation-transparent {
    background-color: gray;
    opacity: 0;
  }

/* removes tap blinking on ios devices */
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }


#button_glass1,#button_shade1
{
    user-select: all !important;
    cursor:  pointer !important;
}

#button_glass1
{
    margin-top: 90px !important;

}

#button_shade1
{
    margin-top: 50px !important;

}







#com_1,#button_glass1 {

    border-radius:50%;
    background-color:#00aad2;
    
    
    -webkit-transition:height .25s ease, width .25s ease;
    transition:height .25s ease, width .25s ease;
    
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
   
  }
  

  
  
  #com_1,#button_glass1:before,
  #com_1,#button_glass1:after {
    content:'';
    display:block;
    position:absolute;
    top:0; right:0; bottom:0; left:0;
    border-radius:50%;
    border:1px solid #00aad2;
  }
  
  #com_1,#button_glass1:before {
    -webkit-animation: ripple2 2s linear infinite;
    animation: ripple2 2s linear infinite;
  }
  #com_1,#button_glass1:after {
    -webkit-animation: ripple2 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
  }
  
  #com_1,#button_glass1:hover:before,
  #com_1,#button_glass1:hover:after {
    -webkit-animation: none;
    animation: none;
  }
  
  
  @-webkit-keyframes ripple2{
    0% {-webkit-transform:scale(1); }
    75% {-webkit-transform:scale(1.75); opacity:1;}
    100% {-webkit-transform:scale(2); opacity:0;}
  }
  
  @keyframes ripple2{
    0% {transform:scale(1); }
    75% {transform:scale(1.75); opacity:1;}
    100% {transform:scale(2); opacity:0;}
  }
  
  
  
  #com_1,#button_shade1 {
  
    border-radius:50%;
    background-color:#00aad2;
    
    
    -webkit-transition:height .25s ease, width .25s ease;
    transition:height .25s ease, width .25s ease;
    
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
   
  }
  
  

  
  
  #com_1,#button_shade1:before,
  #com_1,#button_shade1:after {
    content:'';
    display:block;
    position:absolute;
    top:0; right:0; bottom:0; left:0;
    border-radius:50%;
    border:1px solid #00aad2;
  }
  
  #com_1,#button_shade1:before {
    -webkit-animation: ripple3 2s linear infinite;
    animation: ripple3 2s linear infinite;
  }
  #com_1,#button_shade1:after {
    -webkit-animation: ripple3 2s linear 1s infinite;
    animation: ripple3 2s linear 1s infinite;
  }
  
  #com_1,#button_shade1:hover:before,
  #com_1,#button_shade1:hover:after {
    -webkit-animation: none;
    animation: none;
  }
  
  
  @-webkit-keyframes ripple3{
    0% {-webkit-transform:scale(1); }
    75% {-webkit-transform:scale(1.75); opacity:1;}
    100% {-webkit-transform:scale(2); opacity:0;}
  }
  
  @keyframes ripple3{
    0% {transform:scale(1); }
    75% {transform:scale(1.75); opacity:1;}
    100% {transform:scale(2); opacity:0;}
  }





#button_glass1 {

    display: none;
  }


  #button_shade_dialog,#button_glass_dialog
  {
    margin-top: 50px;
    font-size: 10px;
    width: 100px;
  }


  .modal-content1 {
    position: relative;
    background-color: none;
    margin: auto;
    padding: 0;
    width: 50% !important;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

.top-branding-band img, .left-color-tool img, .bottom-tool img, .image-full, .car-view img, .right-color-tool img {
  width: 100%;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 1%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9) !important;
}