/*colors*/

.colorItem {
  position: relative;
  float: left;
  width: 118px;
  height: 118px;
  margin: 0;/*2px;*/
  list-style: none;
  cursor: pointer;
  /*border-radius: 50%;*/
}
.colorItem:hover {
  transform: scale(1.1);
  transition: linear 0.3s;
  /* nk */
  z-index: 5;
}
.colorItem:last-child {
  display: none;
}
.colorCode {
  position: absolute;
  top: 5px;
  left: 5px;
  display: none;
}
.colorSymbol {
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: none;
}
.colorPreview {
  display: block;
  width: 60%;
  height: auto;
  min-height: 360px;
  margin: 0 auto;
  text-align: center;
}
.colorPreview.mainPreview{
  min-height: 325px!important;
  padding-top: 40px;
}
.previewDetails {
  display: block;
  width: 60%;
  height: 45px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
}
.colorName {
  display: none;
}
.codeColor {
  display: block;
  float: left;
  width: 50%;
  height: auto;
  padding: 10px 0;
  text-align: center;
  background-color: #fff;
}
.codeName {
  display: block;
  float: left;
  width: 50%;
  height: auto;
  padding: 10px 0;
  text-align: center;
  background-color: #fff;
}

.idx {
  display: none;
}
.row-header {
  width: 100%;
  margin-bottom: 12px;
  text-align: center;
}
.logo-ventalia-title {
  width: 110px;
}
.ventalia-title {
  font-size: 26px;
  font-weight: 700;
  margin: 15px 0 0 0;
}
.colorBox {
  width: 95%;
  height: 55px;
  margin: 5px auto;
  border-radius: 10px;
  cursor: pointer;
  transition-property: height;
   transition-duration: 0.5s;
   transition-timing-function: linear;
}
.colorBox.currentColor {
  border: 2px solid #d2232a;
  border-radius: 0;
}

.currentColor:hover{
  height: 90px;
}
.currentColor:hover .colorBox{
  height: 50px!important;
}
.mainColor {
  width: 95%;
  height: 230px;
  margin: 5px auto;
  border-radius: 10px;
  cursor: pointer;
  padding-top: 85px;
}
.close-button {
  width: 32px;
  cursor: pointer;
}
.kodikos {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  float: left;
  width: 40%;
  padding: 15px 0;
  color: #fff;
  text-shadow: 1px 1px 1px #222;
}
.symbolo {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  float: left;
  width: 20%;
  padding: 15px 0;
  color: #fff;
  text-shadow: 1px 1px 1px #222;
}
.perigrafi {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  float: right;
  width: 40%;
  padding: 15px 0;
  color: #fff;
  text-shadow: 1px 1px 1px #222;
}

.buttons-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#download {
  float: right;
  margin: 7px 9px 0px 0px;
  background: #d2232a !important;
  border-color: #ac2925 !important;
}
#download:hover {
  background: #d9534f !important;
  border-color: #d43f3a !important;
}
.active-btn {
  color: #fff !important;
  background: #d2232a !important;
}



.left-button {
  width: 32px;
  margin: 0 5px;
  cursor: pointer;
}
.right-button {
  width: 32px;
  margin: 0 5px;
  cursor: pointer;
}

/* autocomplete */

.autocomplete-suggestions {
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  border: 1px solid #999;
  background: #fff;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, .64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, .64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, .64);
}
.autocomplete-suggestion {
  overflow: hidden;
  padding: 2px 5px;
  white-space: nowrap;
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #f0f0f0;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-group {
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding: 2px 5px;
  color: #000;
  border-bottom: 1px solid #000;
}
#autocomplete {
  font-size: 16px;
  display: block;
  width: 35%;
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #888;
  border-radius: 5px;
  box-shadow: 1px 1px 4px #aaa;
}
#lightbox {
  position: fixed;
  /* keeps the lightbox window in the current viewport */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(50, 50, 50, .5);
  z-index: 99999999 !important;
}
#lightbox p {
  font-size: 12px;
  margin-right: 20px;
  text-align: right;
  color: #fff;
}
#content {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 65%;
  padding: 10px 0;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background: #fff;
  box-shadow: 1px 1px 4px #222;
  display: none;
}

.responsive-tabs__list li {
    margin-right: 30px!important;
}
.responsive-tabs .responsive-tabs__list__item {
    text-align: center!important;
    font-size: 16px!important;
    white-space: normal!important;
}
#tablist1-tab2 {
    background: url(./img/CG-brights.png)!important;
}
#tablist1-tab3 {
    background: url(./img/CG-naturals.png)!important;
}
#tablist1-tab4 {
    background: url(./img/CG-neutrals-gray.png)!important;
}
#tablist1-tab5 {
    background: url(./img/CG-classics-off-whites.png)!important;
}
@media screen and (min-width: 1024px) {
    #tablist1-panel1, #tablist1-panel2, #tablist1-panel3, #tablist1-panel4, #tablist1-panel5, #tablist1-panel6, #tablist1-panel7 {
        padding-top: 80px!important;
    }
}
/*mobile*/

@media screen and (max-width: 1000px) {
  .colorPreview {
    width: 95%;
  }
  .previewDetails {
    width: 95%;
    height: 45px;
  }
  #content {
    width: 98%;
  }

}
@media screen and (max-width: 767px) {
  #autocomplete {
    width: 100%;
  }
  .colorItem {
    width: 80px;
    height: 80px;
  }
  .kodikos {
    font-size: 14px;
    font-weight: 700;
    position: relative;
    float: left;
    width: 35%;
    padding: 5px 0;
    color: #fff;
    text-shadow: 1px 1px 1px #222;
    line-height: 100%;
  }
  .symbolo {
    font-size: 14px;
    font-weight: 700;
    position: relative;
    float: left;
    width: 20%;
    padding: 5px 0;
    color: #fff;
    text-shadow: 1px 1px 1px #222;
    line-height: 100%;
  }
  .perigrafi {
    font-size: 14px;
    font-weight: 700;
    position: relative;
    float: right;
    width: 45%;
    padding: 5px 0;
    color: #fff;
    text-shadow: 1px 1px 1px #222;
    line-height: 100%;
  }
  .colorPreview.mainPreview{
    padding-top: 15px;
    min-height: 270px!important;
  }
  .colorPreview {
    min-height: 260px;
  }
  .colorBox {
    height: 40px;
  }
  .ventalia-title {
    font-size: 20px;
    margin: 0;
  }
  #content {
    top: 50%;
    padding: 10px 0 10px;
    width: 97%;
  }

  .mainColor{padding-top:100px; }
}
/*return top*/

#myBtn {
  position: fixed;
  /* Fixed/sticky position */
  z-index: 99;
  /* Make sure it does not overlap */
  right: 30px;
  /* Place the button 30px from the right */
  bottom: 20px;
  /* Place the button at the bottom of the page */
  display: none;
  /* Hidden by default */
  padding: 10px;
  /* Some padding */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  color: white;
  /* Text color */
  border: none;
  /* Remove borders */
  border-radius: 10px;
  /* Rounded corners */
  outline: none;
  /* Remove outline */
  background-color: red;
  /* Set a background color */
}
#myBtn:hover {
  background-color: #777;
  /* Add a dark-grey background on hover */
}
.btn-download-pdf{
  width:150px !important;
  margin:0 auto;
  margin-top:15px;
  background-color: #337ab7 !important;
  color:#fff !important;
}

.btn-download-pdf:hover{
  background-color: #286090 !important;
}
