.info-icon{
  background: url("../images/info-2-16.png") no-repeat;
  width: 16px;
  height: 16px;
  cursor: pointer;
  float: left;
  margin-left: 10px;
  margin-top: 2px;
}

#field-certified-licences-values .info-box.collapsed,
.info-box.collapsed {
  display: none;
  cursor: pointer;
  clear: both;
  padding: 30px 15px 15px;
  background: white none repeat scroll 0 0;
  box-shadow: rgba(0, 0, 0, 0.5) 0 5px 15px;
  z-index: 100;

}

.close-icon{
  background: url("../images/cross.png") no-repeat;
  width: 24px;
  height: 24px;
  float: right;
}

.form-wrapper label{
  /*float: left;*/
}
.form-wrapper .label{
  /*float: left;*/
}

.form-item {
  /*clear: both;*/
}

.form-type-checkbox label,
.form-type-checkbox .label {
  /*float: none;*/
}

/*@media(min-width: 768px) {
  .info-modal-open {
    height: 100vh;
    overflow-y: hidden;
  }
}*/
