.next{
    display: none;
  }

  #maintenance button,  #maintenance input,  #maintenance select,  #maintenance textarea {
    background-color: #FFF;
    margin-left: 27px;
    border: 1px solid #979797;
    font-size: 16px;
    color:#666666;
    padding:5px;
    margin-top: 15px;
    font-family: 'Artifakt',sans-serif;
  }

  select:not(#second-category-opt-product){
    width: 200px;
  }

  #maintenance label{
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
  }

  #maintenance select optgroup{
   font-style:normal;
   font-weight:normal;
   border: none;
  }

  .first-option p.section-title, .secondChoice p.section-title, .formLink p.section-title{
    font-size: 19px;
    line-height: 21px;
    color:#444;
  }

  .secondChoice p.section-title, .formLink p.section-title {
    margin-top: 10px;
  }

.single.selectize-control .selectize-input{
   background-color: #fff;
}

  .selectize-control.single .selectize-input, .selectize-dropdown.single {
      min-width: 200px;
      background-color: white;
      margin-left: 27px;
      border: 1px solid #979797;
      border-radius: 0px;
      font-size: 16px;
      color: #666666;
    }


.formLink .button, .entrepriseLink .button, .moveLink .button {
  margin-left: 27px;
  width: 200px;
  margin-top: 10px;

}

.formLink .button .wd-button, .entrepriseLink .button .wd-button, .moveLink .button .wd-button {
  background-color: #0696d7;
  border: #0696d7;;
}

a.wd-button.first-link span.cmp-button__text {
  min-width: 150px;
}


.selectize-dropdown{
    max-height: 300px;
    overflow-y: scroll;
  }