
tr:hover {
  background-color: #ffff99;
}
.active, .btn:hover {
  background-color: #666;
  color: white;
}
.btn {
  border: none;
  outline: none;
  padding: 10px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
  font-size: 18px;
}

.fa-check {
  color: green;
}

.fa-remove {
  color: red;
}

/* Style the tab */
.tab {
  float: left;
  border: 5px solid #ffffffa8;
  background-color: #ffffffa8;
  height: 600px;
  min-width: 45%;
  max-width: 45%;
  width: 45%;
  overflow-x: auto;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  color: black;
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  padding-bottom: 3px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ffffffa8;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ffffffa8;
}

/* Style the tab content */
.tabcontent {
  padding: 0px 12px;
  border: 5px solid #ffffffa8;
  width: 400px; 
  min-width: 400px; 
  max-width: 400px;
  text-align: left;
  border-left: none;
  height: 600px;
  background-color: #000;
  overflow-x: hidden;
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  max-height: 100%;
  overflow-x: hidden;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

.button {
  background-color: gray; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 25px;
}

/* Container around content */
.containerR {
  padding: 10px 20px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.containerR::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: #ffffffa8!important;
  border: 4px solid #FF9F55;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
  max-width: 1000px;
  text-align: right;
  overflow-x: hidden;

}

/* Place the container to the right */
.right {
  left: 50%;
  max-width: 1000px;
  text-align: left;
  overflow-x: hidden;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -16px;
}

/* The actual content */
.content {
  padding: 20px 30px;
  background-color: #ffffffa8!important;
  position: relative;
  border-radius: 6px;
  overflow-x: hidden;
}

#main_place { 
display: inline-block;
min-width: 50%;
margin: 0;
max-height: 100vh;
overflow-x: hidden;
}
@media screen and (max-width: 2500px) { 
#main_place { 
display:block;
min-width: 50%;
margin: 0;
max-height: 100vh;
overflow-x: hidden;
}
.containerR {
  padding: 10px 20px;
  position: relative;
  background-color: inherit;
  width: 50%;
}
}
@media screen and (max-width: 1800px) { 
#main_place { 
display:block;
min-width: 50%;
margin: 0;
max-height: 100vh;
overflow-x: hidden;
}
.containerR {
  padding: 10px 20px;
  position: relative;
  background-color: inherit;
  width: 50%;
}
}
@media screen and (max-width: 976px) { 
  #main_place { 
  display:block;
  min-width: 100%;
  margin: 0;
  max-height: 100vh;
  overflow-x: hidden;
  }
  .right {
    left: 0;
    max-width: 1000px;
    text-align: left;
    overflow-x: hidden;
  }
  /* Container around content */
  .containerR {
    padding: 10px 20px;
    position: relative;
    background-color: inherit;
    width: 100%;
  }
  .timeline::after {
    position: absolute;
    width: 6px;
    background-color: transparent;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
  }

  #main_info {
    padding: 0px 5px;
    width: 400px; 
    min-width: 400px; 
    max-width: 400px;
    text-align: left;
    border-left: none;
    height: 600px;
    overflow-x: hidden;
  }

  .button2 {
    background-color: gray; /* Green */
    border: none;
    color: white;
    padding: 5px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
  }

  /* Style the tab */
  .tab2 {
    float: left;
    height: 330px;
    min-width: 25%;
    overflow-x: auto;
  }

  /* Style the buttons inside the tab */
  .tab2 button {
    border-radius: 25px;
    display: block;
    color: black;
    border: 3px solid black;
    background-color: #ffffffa8;
    width: 100%;
    text-align: left;
    cursor: pointer;
    padding: 10px;
    transition: 0.3s;
  }

  /* Change background color of buttons on hover */
  .tab2 button:hover {
    background-color: grey;
  }

  /* Create an active/current "tab button" class */
  .tab2 button.active {
    background-color: #ffffffa8;
  }

  .columnsZ {
    min-width: 300px; 
    max-width: 400px;
    text-align: left;
    border-left: none;
    height: 600px;
  }

  .price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: left;
  }

  .price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
  }

  .price .header {
    background-color: #111;
    color: white;
    font-size: 25px;
    text-align: left;
  }

  .price li {
    border-bottom: 1px solid #eee;
    padding-left: 10px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    text-align: left;
  }

  .price .grey {
    background-color: #ffffffa8!important;
    font-size: 20px;
    text-align: left;
  }
}

@media screen and (max-width: 700px) { 
  #main_place { 
  display:block;
  min-width: 100%;
  margin: 0;
  max-height: 100vh;
  overflow-x: hidden;
  }
  .right {
    left: 0;
    max-width: 1000px;
    text-align: left;
    overflow-x: hidden;
  }/* The actual content */
  .content {
    padding: 20px 30px;
    background-color: #ffffffa8!important;
    position: relative;
    border-radius: 6px;
    min-width: 100%;
    overflow-x: hidden;
  }.containerR {
    padding: 10px 20px;
    position: relative;
    background-color: inherit;
    width: 100%;
  }
  .timeline::after {
    position: absolute;
    width: 6px;
    background-color: transparent;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
  }
}

#main_info {
    padding: 0px 5px;
    width: 75%; 
    text-align: left;
    border-left: none;
    height: 600px;
    overflow-x: hidden;
  }

.button2 {
  background-color: gray; /* Green */
  border: none;
  color: white;
  padding: 5px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
}

/* Style the tab */
.tab2 {
  float: left;
  height: 330px;
  min-width: 25%;
  overflow-x: auto;
}

/* Style the buttons inside the tab */
.tab2 button {
  border-radius: 25px;
  display: block;
  color: black;
  border: 3px solid black;
  background-color: #ffffffa8;
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 10px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab2 button:hover {
  background-color: grey;
}

/* Create an active/current "tab button" class */
.tab2 button.active {
  background-color: #ffffffa8;
}

.columnsZ {
  min-width: 300px; 
  max-width: 400px;
  text-align: left;
  border-left: none;
  height: 600px;
}

.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: left;
}

.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price .header {
  background-color: #111;
  color: white;
  font-size: 25px;
  text-align: left;
}

.price li {
  border-bottom: 1px solid #eee;
  padding-left: 10px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  text-align: left;
}

.price .grey {
  background-color: #ffffffa8!important;
  font-size: 20px;
  text-align: left;
}

.info-div {width: 95%; min-width: 300px;}
.info-div label{font-weight: normal;}
.model-div {width:100%;height:370px;border:1px solid #ddd;}
.model-menu {width: 30%;height:100%;float:left;}
.model-view {width: 70%;height:100%;float:left;color: #FFF}
.model-box {width: 100%;height:205px;display: flex;}
.model-box img{width: 200px;height: 200px;margin:0 auto;float: none}
.model-nav {color: #222;width: 100%;display: flex;flex-direction: row;align-items: center;justify-content: space-between;}
.model-nav .nav{float: left;display: flex;width:33%;}
.model-nav p{padding:8px;cursor: pointer;margin:0px 10px;color:#FFF;font-size: 16px}
.model-desc,.model-footer {width: 100%;height:auto;display: flex;flex-direction: row; justify-content: space-between;}
.model-desc span, .model-footer span{padding: 10px 8px;box-sizing: border-box;float: left}
.model-menu .list {width: 100%;height: calc(100% - 36px);overflow: auto;background: #F8F8F8;}
.model-menu .list .item {width: 100%;padding:4px 8px;background: #000;box-sizing: border-box;cursor: pointer}
.model-menu .list .item.selected, .model-menu .list .item:hover{background: #DDD;}
.model-search input{width: 100%;background: #FFF;border:none;padding: 5px 5px;box-sizing: border-box;height:36px;}
.model-attr {width: 160px;background: none;display: flex;justify-content: space-between;padding: 5px 5px;flex-direction: column}
.model-attr .attr{display: inline-block;border:2px solid #F1F1F1;color: #F1F1F1;padding: 4px 5px;}
.model-attr input.attr, .model-attr select{background: none;color: #FFF}
.model-attr input.attr:focus {border: 2px solid #F1F1F1 !important;}
.model-attr select{width: 100%;min-width: 100px;background: #3e3e3e;border:2px solid #F1F1F1;}
.model-attr select> option{background: none;}
button#resetImg{background: none;border: 2px solid #F1F1F1;padding:4px 4px;margin:5px 10px;color: #FFF;float: right;}
.basic-info {width: 95%;}
#info7 .columnsZ {max-width: unset;}
.nav > input{margin-left: 4px;margin-right: 4px;}
.nav > label{margin-right: 10px;color: #F1F1F1;margin-left: 4px}
.model-attr .row{width: 100%;float: left;}
.model-attr.text-inputs input {width: 45%;float: right}
.model-attr.text-inputs label {width: 50%;float: left;color: #F1F1F1;padding:7px 0px;text-align: right;}

.basic-info {
  display: inline-block;
  margin-left: 5%;
}