/**
 * @file
 * Styles for CIDEON's sub theme view download-center
 */

/* Wenn irgendwo ein js-hide vorkommt, dann muss es (egal welche Browsergröße), ausgeblendet werden */
.view-download-center .js-hide {
  display: none;
}

/* Alle Form  Actions (Textfelder, Buttons,..) sollen Inline Block behandelt werden und keine Einrückungen haben */
@media all and (min-width: 601px) {
  .view-download-center .form-actions {
    display: inline-block;
    padding: 12px 0 0 0;
    margin: 0 0 0 0;
  }
}

/* Der Hintergrund des "Release hinzufügen" soll auch grau sein */
.view-download-center .attachment {
  background-color: #f5f5f7;
}

/* 100% Breite des Produktfilters in der mobilen Ansicht */
@media all and (max-width: 600px) {
  .view-download-center .chosen-container,
  .view-download-center .form--inline .form-item  {
    width: 100%!important;
  }
}
