/* .vergebutton {
  background-color: #ff0; */
/* Green */
/* border: none;
    color: grey;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px;
    position:relative;
    bottom: 20px;
    margin-left: auto;
    margin-right: 20px;
    left: 0;
    right: 0;
    width: auto;
    transition-duration: 0.4s;
    display: block;
    font-family: "Helvetica Neue", "Roboto", helvetica, arial, "Nimbus Sans L", "FreeSans", "Liberation Sans", sans-serif;
} */


.v3d-simple-preloader-container {
  width: 100%;
  height: 100%;
  margin: 0;
}

.v3d-simple-preloader-logo {
  background-image: url("../img/Loading.gif");
  background-size: contain;
  width: 350px !important;
  height: 225px !important;
  margin-top: 15%;
} 

.v3d-simple-preloader-text {
  color: #EE3124;
}

.v3d-simple-preloader-bar {
  background: #EE3124 !important;

}

.v3d-mobile-forward {
  left: 5%;
}

.v3d-annotation {
  background-image: url('../img/Info1.png');
  background-color: white;
  background-size: contain;
  color: white;
  border: none;
  width: 20px;
  height: 20px;
  min-width: 0px;
  font-size: 0px;
  padding: 0px;
  top: 0px;
  left: 0px;
}

.close {
  margin-right: 15px;
}

.childnav {
  @extend .nav;
  list-style: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  padding-inline-start: 0px;
}

.childnav>li>a {
  position: relative;
  display: block;
  padding: 5px 5px 5px 5px;
  border-bottom: grey;
  color: #000;

}

.uxf .nav-uxf-side>.nav>li.active>a {
  border-left-width: 7px;
  background: #e1e1e1;
  font-weight: bold;
}

.uxf .nav-uxf-side>.nav>li.active>a:hover {
  border-left-width: 7px;
}

.childnav>li>a:active {
  background-color: #367c2b;
}

.childnav>li>a:hover {

  background-color: rgb(99, 97, 97);
  color: white !important;
  border-color: #367c2b !important;

}

.icon-uxf-close-modal:hover,
.icon-uxf-close-modal:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.icon-uxf-close-modal {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

#attachment-side-bar {
  display: none;
  animation-name: animatefromleft;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  position: relative;
  min-width: 17%;
}

.attachment-item.active {
  border-left: 5px solid #367c2b;
  background: #e1e1e1;
  font-weight: bold;
}

.attachment-item {
  padding-bottom: 0px;
  padding-right: 5px;
  transition: padding-bottom 0.2s;
  box-shadow: inset 0 0 1px grey;
  padding-left: 10px;
}

.attachment-item:hover {
  padding-bottom: 5px;

}



.card-body {
  background-color: white;
}

#hamburgermenu {
  display: none;
}

#info-card {
  margin-left: 10px;
  margin-top: 2%;
  width: 320px;
  display: none;
  float: left;
  animation-name: animatefromleft;
  animation-duration: 0.7s;
  animation-timing-function: ease-in-out;
}

#info-card:hover {
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}



#card-title {
  padding: 5px !important;
}

#cart-panel {
  padding: 15px;
  right: 0;
  margin-right: 10px;
  width: 25%;
  height: 100%;
  display: none;
  opacity: 0.8;
  position: fixed;
}

/* #enter_AR_button {
  background-color: #ff0;  */
/* Green */
/* border: none;
    color: grey;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px;
    position: absolute;
    bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 20%;
    transition-duration: 0.4s;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
} */


#user-form {
  position: fixed;
  right: 0;
  margin-right: 10px;
  width: 20%;
  height: 100%;
  display: none;
  opacity: 0.8;
}

@media(max-width: 480px) {
  /* For mobile phones: */




  /* For mobile phones: */
  #attachment-side-bar {
    width: 100%;
    display: none;
    margin-top: 0% !important;
  }

  #hamburgermenu {
    display: inherit;
  }


  #cart-panel {
    width: 100%;
    height: 20%;
    margin-right: 0%;
    padding: 5px;
    position: fixed;
    bottom: 0px;
  }

  #user-form {
    width: 100%;
    height: 100%;
    margin-right: 0%;
    padding: 0%;
    position: fixed;
    opacity: 1;
  }

  #display-list {
    height: 15%;
    overflow: scroll;
  }

  #info-card {
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;

    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    margin: auto;
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    animation-name: animatetop;
    animation-duration: 0.4s;
    animation-timing-function: ease-in-out;
  }

  .card-body {
    height: 100%;
  }

  .card-img-top {
    width: 100%;
  }
}


@keyframes animatefromleft {
  from {
    left: -300px;
    opacity: 0
  }

  to {
    left: 0;
    opacity: 1
  }
}

@keyframes animatetop {
  from {
    margin-top: 100%;
    opacity: 0
  }

  to {
    margin-top: 2%;
    opacity: 1
  }
}




.button-outline {
  background-color: #4CAF50;
  /* Green */
  border: 2px solid #4CAF50;
  color: white;
  padding: 5px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 2px 1px;
  cursor: pointer;
  border-radius: 10px;
}




.button-outline:link {
  text-decoration: none;
}

.button-outline:hover {
  text-decoration: none;
}

.button-outline span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button-outline span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button-outline:hover span {
  padding-right: 25px;
}

.button-outline:hover span:after {
  opacity: 1;
  right: 0;
}

.flex-container {
  display: flex;
  flex-wrap: nowrap;
}

.flex-container>div {
  background-color: #f1f1f1;
  width: 100px;
  margin: 10px;
  text-align: center;
  line-height: 75px;
  font-size: 30px;
}

.flex-container>a {
  background-color: #f1f1f1;
  margin: 10px;
  text-align: center;

}

.v3d-annotation-transparent {
  background-color: gray;
  opacity: 0;
}


#Test_cards {
  width: 100%;
  height: 20%;
  margin-right: 30%;
  margin-top: 90%;
  padding: 50px;
  position: fixed;
  bottom: 0px;
}