body {
  width: 100%;
  height: 100%;
  overflow:hidden;
}

canvas.visualizer {
  position: absolute;
  top:0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -50;
}

@font-face {
    font-family: 'UniversExtendedBold'; /*a name to be used later*/
    src: url('Univers_Extended_Bold.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'UniversExtendedMedium'; /*a name to be used later*/
    src: url('Univers_Extended_Medium.ttf'); /*URL to font*/
}

.left{
	height: 100%;
	width: 25%;
	z-index: 1;
	position: absolute;
}

#center{
	left:20%;
	z-index: 1;
}

#logo{
	position:absolute;
   	width: 80%;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#dropdown1{
	color: red;
}

#dropdown1 li{
  margin: 0px 0px 0px 0px;
}

#dropdownAccesorios{
	color: red;
}

#colores-label{
	color:black;
	font-size: 9pt;
}

#accesorios{
	height: 100%;
	width: 20%;
  float:right;
  font-family: 'UniversExtendedMedium';
  color: black;
  font-size: 11pt;

}

.colores-label{
	display: block;
	height:27px;
	vertical-align: middle;
}

#coloresLabel{
	margin-top: 20px;
  padding:0;
}

#config{
	margin-top: 5%;
	height: 75%;
	border-style: solid;
	border-width: 5px;
  border-color: red;
}


#config-btn{
	left: 5%;
	position: fixed;
	top:80%;
	height: 35%;
	width: 12%;
}

.accesorios-label{
	vertical-align: middle;
}

#config-img{
	max-width:80px;
  max-height:80px;
 	min-width:60px;
  min-height:60px;
}

#center{
  z-index: -1;
}

/* Header */

header{
  padding-top:5px;
  min-height: 70px;
  width:100%;
  text-align:center;
}

.container{
  width:100%;
  margin:0 0 0 0;
  overflow:hidden;
}

#logoHonda{
  visibility: hidden;
}

#logoModelo{
  visibility: hidden;
  height:80%;
}

 #colores{
   height: 191px;
   width:57px;
  font-family: 'UniversExtendedMedium';
  color: black;
  font-size: 11pt;
  float:right;
  visibility: hidden;
  cursor: pointer;
}

header #colores a{
  text-align:center;
  position:relative;
  bottom:10px;
  right:1px;
}

/* header #colores #selectedColorImg{
	width: 15%;
  position: relative;
  padding-top:20%;
}*/

/* Footer */

footer{
  bottom:0;
  position:fixed;
  padding:10px;
  width: 100%;
  overflow:hidden;
}

footer #accesorios{
  height: 20%;
  width:100%;
  visibility: visible;
}





.accesoriosLabel{
  width:40%;
	display:inline-block;
  margin-bottom: 50px;
  margin-left: 10px;
	vertical-align: middle;
  font-family: 'UniversExtendedMedium';
  font-size: 80%;
  text-align: left;
  word-wrap: break-all;
}


.accesoriosSeleccionados{
  font-family: 'UniversExtendedMedium';
  font-size: 8.5pt;
}

#scrollable #seleccionados li{
  width:80%;
  text-align:center;
}

#accesoriosLabel{
  padding:0;
  width:150px;
  display: inline-block;
}

#imagewithcaption{
   font-family: 'UniversExtendedMedium';
  font-size: 12pt;
}

footer #dropdownAcc{
  margin-left: 5%;
  margin-top: -5%;
  box-shadow: 0px 0px;
  background-image: url("../UI/backaccesorios.png");
  width:300px;
}

#list{
}

li{
  position:relative;
  margin-top:20px;
  cursor: pointer;
}

#container1{
  min-width: 200px;
  width: 22%;
  height: 60%;
  background-image: url("../UI/desplegable-accesorios2.png");
  background-size: 100% 100%;
  top:31%;
  visibility: hidden;
  /*overflow:hidden;*/
  z-index: 1;
}

#scrollable{
  /*border-style:solid;*/
  width:100%;
  left:8%;
 /* min-height: 30%;
  max-height: 40%;*/
  height:80%;
  overflow: auto;
  /*overflow-y:scroll;*/
  margin:0;
  top:15%;
}

#seleccionados{
  position:relative;
  /*border-style:solid;*/
  width:92%;
  left:8%;
  min-height: 18%;
  /*max-height: 25%;*/
  top:50px;
  /*overflow:hidden;*/
  margin:0;
}

#scrollable #list li{
  width:80%;
  text-align:center;
}

#scrollable #list li #checkBoxUsed{
  left:100%;
  bottom:60px;
}

.exteriorList{
  position:absolute;

}

.interiorList{
  position:absolute;

}

#containterCheck{
  position: relative;
  height: 50px;
  left: 0%;
  top:0;
  right:0;
  padding:0;
  text-align: center;
}

#switchBox{
  position: relative;
  left:30%;
  margin:0;
}

#switchText{
  position: relative;
  margin:10px;
  right:15%;
}

#imagewithcaption {
  position:relative;
  right:-10px;
  display:inline-grid;
}

.extBox{
  cursor: pointer;
  width: 100px;
}
.intBox{
  cursor: pointer;
  width: 100px;
}

#checkBoxUsed{
  position:absolute;
  left:90%;
  bottom:5px;
}

#divisionLine{
  position:absolute;
  left:0px;
  top:80px;
  width:108%;
  height: 5px;
}

.right{
	width: 10%;
	z-index: 1;
	position: absolute;
  right: 5%;
  bottom: 11%;
}

.modal{
  width: 80%;
  height: 80%;
  max-height: 80%;
  top:0px;
}

.modal.modal-fixed-footer{
  width: 80%;
  height: 80%;
  max-height: 80%;
  top:0px;
}

.actions{
  position: relative;
  padding:0;
  display: inline-block;
  /*padding-bottom:10px;*/
  left:30%;
  visibility:hidden;
  cursor: pointer;
}

.right .actions{
  position:relative;
  top:16%;
  right:20%;
}

#irInterior{
  visibility: hidden;
}

#salirInterior{
  left:0;
  position: absolute;
  visibility: hidden;
}

#loading {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../img/loading_background.jpg') no-repeat center #000;
    background-size: contain;
    text-align: center;
    font-size: 34px;
    visibility: visible;
    z-index: -51;
}

#myBar {
    position:absolute;
    bottom:8%;
    left:0%;
    width: 100px;
    height: 5px;
    background-color: #FFFFFF;
    text-align: center; /* To center it horizontally (if you want) */
    line-height: 5px; /* To center it vertically */
    color: grey;
    border-radius: 20px;
}

#myProgress {
    width: 0px;
    background-color: grey;
}

#progress{
  font-family: 'UniversExtendedMedium';
  font-size: 10px;
  color: grey;
  position:absolute;
  bottom:8%;
  left:40%;
}

#containerBar{
  position:absolute;
  bottom:8%;
  left:46%;
  background-color:#C1C1C1;
  width:100px;
  height: 7px;
  border-radius: 20px;
}

#loading .progress {
    position: absolute;
    bottom: 15%;
    left: 30%;
    width: 480px;
    height: 70px;
    color:white;
}

.style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
	border-radius: 1px;
	background-color: #e3e3e3;
}

.style-1::-webkit-scrollbar
{
	width: 3px;
	background-color: #c3c3c3;
}

.style-1::-webkit-scrollbar-thumb
{
	border-radius: 1px;
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.3);
	background-color: #7a7a7a;
}

.colores-label{
  width:70%;
  display:inline-block;
  height:27px;
  margin-top: -7px;
  margin-left: 10px;
  vertical-align: middle;
  font-family: 'UniversExtendedMedium';
  font-size: 80%;
  text-align: left;
  word-wrap: break-all;
}

.coloresImg{
  height:22px;
  display: inline-block;
}

.righttop{
	width: 10%;
	z-index: 1;
	position: absolute;
  right: -4%;
  top: 17%;
}

#headerdiv{
  left:5%;
  width: 90%;
  position: absolute;
  top:5%;
  height: 10%;
  text-align: center;
}

.headerdivint{
  display: inline-block;
  height: 100%;
}

.coloresLi{
  position:relative;
  margin-top:10px;
  margin-left:45px;
  cursor: pointer;
}

#containerColores{
  min-width: 200px;
  min-height: 250px;
  width: 15%;
  height: 50%;
  background-image: url("../UI/desplegable-accesorios2.png");
  background-size: 100% 100%;
  visibility: hidden;
  z-index: 1;
  display: inline-block;
  right:1%;
  max-height:320px;
}

#divisionLineColores{
  /*position:absolute;
  left:5%;
  top:30px;*/
  width:90%;
/*  height: 5px;*/
}

/*FOOTER*/

#footer{
  width:90%;
  height: 10%;
  left: 5%;
  position: absolute;
  top: 90%;
  text-align: center;
}

#footer img{
    display: inline-block;
    position:relative;
    text-align: center;
}

#acc{
  float:left;
  height: 57px;
  width:201px;
  visibility:hidden;
  cursor: pointer;
}

#selectedColorImg{
  float:right;
  height: 57px;
  width: 191px;
  visibility: hidden;
  cursor:pointer;
}

#abrir{
  visibility: hidden;

}

#entrarInterior{
  visibility: hidden;

}

#downloadPdf{
  visibility: hidden;

}
#luces{
  visibility: hidden;

}
