/* doc-reg seaded */
.view-doc-reg .nf-accordion-wrap { margin-top: 24px; margin-bottom: 0px; }
.view-doc-reg .nf-accordion-content { display: flex; flex-wrap: wrap; width: 100%; }
.view-doc-reg .views-exposed-widget
{ 
  float: none !important;
  flex-grow: 1;
  width: 30%;
  max-width: 30%;
  min-width: 220px;
  margin-right: 20px;
}
.view-doc-reg #edit-combine-wrapper {
  flex-grow: 2;
  width: 100%;
  max-width: 600px;
}
.view-doc-reg .views-exposed-widget select, .view-doc-reg .views-exposed-widget input[type=text] { width: 100%; }
.view-doc-reg .description { display: none; }
.view-doc-reg .edit-field-dokreg-wrap { width: 100%; }
.view-doc-reg table .file img { float: left; }
.view-doc-reg .views-submit-button { margin-bottom: 24px; }
