.search-form .search-options {
  padding-top: 3px;
  font-size: 0.9em;
  clear: both;
  box-sizing: border-box;
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .search-form .search-options h1, .search-form .search-options h2 {
    display: block;
    color: inherit; }
  .search-form .search-options h1 {
    font-size: 1.5em;
    margin-bottom: 3px; }
  .search-form .search-options h2 {
    font-size: 1.3em;
    margin-bottom: 2px; }
  .search-form .search-options .options {
    margin-top: 3px; }
  .search-form .search-options div.checkbox {
    position: relative;
    display: block;
    margin: 0;
    padding: .5rem 0 0;
    line-height: 1.2em;
    box-sizing: border-box; }
    .search-form .search-options div.checkbox label {
      margin-bottom: 0;
      cursor: pointer;
      display: inline-block;
      touch-action: manipulation;
      box-sizing: border-box; }
      .search-form .search-options div.checkbox label input[type="checkbox"] {
        width: 1.2em;
        height: 1.2em;
        float: none;
        position: static;
        box-sizing: border-box;
        padding: 0;
        cursor: pointer;
        margin-right: 3px; }
        .search-form .search-options div.checkbox label input[type="checkbox"]:focus {
          box-shadow: none; }
        .search-form .search-options div.checkbox label input[type="checkbox"]:disabled {
          cursor: not-allowed; }
  .search-form .search-options .section {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    margin-top: 5px;
    border: 1px solid;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.15);
    position: relative; }
    .search-form .search-options .section:first-of-type {
      margin-top: 0; }
    .search-form .search-options .section.section-disabled > h1, .search-form .search-options .section.section-disabled > h2 {
      color: rgba(0, 0, 0, 0.3); }
    .search-form .search-options .section.section-disabled > .checkboxes-wrapper .checkbox label, .search-form .search-options .section.section-disabled > .checkbox label {
      cursor: not-allowed;
      color: rgba(0, 0, 0, 0.3); }
    .search-form .search-options .section .checkboxes-wrapper {
      box-sizing: inherit;
      margin: 0;
      padding: 0;
      max-height: 200px;
      overflow-y: auto;
      overflow-x: hidden; }
      .search-form .search-options .section .checkboxes-wrapper::-webkit-scrollbar {
        width: 12px;
        background-color: #F5F5F5;
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
      .search-form .search-options .section .checkboxes-wrapper::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #555; }
    .search-form .search-options .section.collapsible {
      cursor: pointer;
      min-height: 28px; }
      .search-form .search-options .section.collapsible:hover {
        background-color: rgba(255, 255, 255, 0.2); }
      .search-form .search-options .section.collapsible h1, .search-form .search-options .section.collapsible h2 {
        height: auto; }
      .search-form .search-options .section.collapsible:before {
        position: absolute;
        border: solid black;
        content: "";
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        top: 8px;
        right: 8px;
        cursor: pointer; }
      .search-form .search-options .section.collapsible:not(.expanded) h1, .search-form .search-options .section.collapsible:not(.expanded) h2 {
        margin-bottom: 0; }
      .search-form .search-options .section.collapsible:not(.expanded) > .checkbox, .search-form .search-options .section.collapsible:not(.expanded) > .checkboxes-wrapper, .search-form .search-options .section.collapsible:not(.expanded) > .section, .search-form .search-options .section.collapsible:not(.expanded) > .disable-crop-btn {
        height: 0;
        overflow: hidden;
        margin: 0;
        min-height: 0;
        border: none;
        padding: 0; }
      .search-form .search-options .section.collapsible.expanded:before {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg); }
      .search-form .search-options .section.collapsible.expanded.disabled:before {
        border-color: rgba(0, 0, 0, 0.3); }
    .search-form .search-options .section.cropped {
      max-height: 200px;
      overflow: hidden; }
      .search-form .search-options .section.cropped .disable-crop-btn {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 10px 0 10px 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        cursor: pointer;
        color: white;
        background: -moz-linear-gradient(top, transparent 0%, #2b2b2b 100%);
        background: -webkit-linear-gradient(top, transparent 0%, #2b2b2b 100%);
        background: linear-gradient(to bottom, transparent 0%, #2b2b2b 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#2b2b2b', GradientType=0); }
        .search-form .search-options .section.cropped .disable-crop-btn:hover {
          text-decoration: underline; }
  .search-form .search-options .section {
    border-color: #949494; }
  .search-form .search-options .section > .section {
    border-color: #a9a9a9; }
  .search-form .search-options .show-advanced-options-btn:hover, .search-form .search-options .hide-advanced-options-btn:hover, .search-form .search-options .reset-advanced-options-btn:hover {
    text-decoration: underline;
    cursor: pointer; }
  .search-form .search-options .right {
    text-align: right; }
  .search-form .search-options .ghost-input {
    position: absolute;
    visibility: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    margin: 0; }
  .search-form .search-options .filter-btn-wrapper {
    box-sizing: border-box;
    margin-top: 5px; }
    .search-form .search-options .filter-btn-wrapper .filter-btn {
      overflow: visible;
      position: relative;
      border: 0;
      padding: 0;
      cursor: pointer;
      font-weight: bold;
      font-family: 'lucida sans', 'trebuchet MS', 'Tahoma', serif;
      color: #fff;
      text-transform: uppercase;
      background: #d83c3c;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
      line-height: 30px;
      height: 30px;
      width: 90px;
      border-radius: 3px;
      float: none;
      font-size: 13px; }
      .search-form .search-options .filter-btn-wrapper .filter-btn:disabled {
        opacity: 0.5;
        cursor: not-allowed; }
      .search-form .search-options .filter-btn-wrapper .filter-btn:before {
        display: none; }
  .search-form .search-options.blue-buttons .when-visible {
    margin-bottom: 3px; }
  .search-form .search-options.blue-buttons .when-hidden, .search-form .search-options.blue-buttons .when-visible {
    visibility: collapse;
    font-size: .25em; }
    .search-form .search-options.blue-buttons .when-hidden .show-advanced-options-btn, .search-form .search-options.blue-buttons .when-hidden .hide-advanced-options-btn, .search-form .search-options.blue-buttons .when-hidden .reset-advanced-options-btn, .search-form .search-options.blue-buttons .when-visible .show-advanced-options-btn, .search-form .search-options.blue-buttons .when-visible .hide-advanced-options-btn, .search-form .search-options.blue-buttons .when-visible .reset-advanced-options-btn {
      font: 12px Arial, Tahoma, Helvetica, sans-serif;
      visibility: visible;
      background-color: #f2f2f2;
      background-repeat: repeat-x;
      background-image: url("http://vorek.pl/templates/qbsoft/images/bbcodes.png");
      border: 1px solid #c5c5c5;
      color: #3479a7;
      padding: 2px 9px;
      font-weight: bold;
      cursor: pointer;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      display: inline-block; }
      .search-form .search-options.blue-buttons .when-hidden .show-advanced-options-btn:first-letter, .search-form .search-options.blue-buttons .when-hidden .hide-advanced-options-btn:first-letter, .search-form .search-options.blue-buttons .when-hidden .reset-advanced-options-btn:first-letter, .search-form .search-options.blue-buttons .when-visible .show-advanced-options-btn:first-letter, .search-form .search-options.blue-buttons .when-visible .hide-advanced-options-btn:first-letter, .search-form .search-options.blue-buttons .when-visible .reset-advanced-options-btn:first-letter {
        text-transform: uppercase; }
      .search-form .search-options.blue-buttons .when-hidden .show-advanced-options-btn:hover, .search-form .search-options.blue-buttons .when-hidden .hide-advanced-options-btn:hover, .search-form .search-options.blue-buttons .when-hidden .reset-advanced-options-btn:hover, .search-form .search-options.blue-buttons .when-visible .show-advanced-options-btn:hover, .search-form .search-options.blue-buttons .when-visible .hide-advanced-options-btn:hover, .search-form .search-options.blue-buttons .when-visible .reset-advanced-options-btn:hover {
        text-decoration: none; }
  .search-form .search-options .checked-list {
    margin-top: 3px; }
    .search-form .search-options .checked-list .checked-list-content .checked-list-item {
      font-style: italic; }
      .search-form .search-options .checked-list .checked-list-content .checked-list-item:after {
        content: ", ";
        font-style: normal; }
      .search-form .search-options .checked-list .checked-list-content .checked-list-item:last-child:after {
        content: ""; }