﻿html {
  font-size: 16px; }

body {
  font-family: 'Roboto', sans-serif;
  font-size: inherit;
  background: #fff; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5 {
  margin: 0;
  padding: 0; }

h1 {
  font-size: 1.75rem;
  font-weight: 500; }

h2 {
  font-size: 1.5rem;
  font-weight: 400; }

h3 {
  font-size: 1.25rem; }

h4 {
  font-size: 1.125rem; }

p.sub {
  font-size: 0.825rem;
  line-height: 1.25rem;
  color: #666; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

a:focus {
  outline: none; }

.form-item.centered {
  text-align: center; }

.form-action {
  margin-bottom: 5px; }
  .form-action label {
    margin: 0 10px 0 0; }

.form-hidden {
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition: all .3s ease-out; }

label {
  font-size: 0.925rem;
  font-weight: 500; }

button, input, optgroup, select, textarea {
  font-size: 0.85rem;
  border-radius: 3px;
  border: 1px solid #c0c0c0;
  color: #666;
  font-weight: 400; }

input[type=text], input[type=date], input[type=password], select, textarea {
  font-family: Roboto, sans-serif;
  padding: 3px;
  font-size: 0.85rem;
  line-height: 1rem; }

.btn-primary {
  background-color: #138fc6;
  border: 0;
  font-weight: 500;
  color: #FFF; }
  .btn-primary:hover {
    background-color: #019ee3; }

.btn-single {
  display: block;
  font-size: 1.125rem;
  width: 75%;
  padding: 8px 4px;
  text-align: center;
  margin: 0 auto; }

main {
  background-color: #444444;
  padding-bottom: 60px; }

nav.navbar {
  height: 100px;
  margin: 0;
  background: #FFF; }
  nav.navbar > .container {
    height: 100%;
    display: flex; }
    nav.navbar > .container > .navbar-header {
      margin-right: auto; }

.navbar-nav > li {
  height: 100px;
  position: relative;
  display: table;
  margin: 0 10px;
  padding-bottom: 14px; }
  .navbar-nav > li > a {
    height: 100%;
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 12px;
    padding: 0;
    text-align: center;
    font-weight: 400;
    font-size: 0.925rem;
    color: #777; }
    .navbar-nav > li > a:hover {
      color: #d12518;
      background-color: #FFF;
      cursor: pointer; }
      .navbar-nav > li > a:hover::before {
        background-color: #d12518;
        color: #FFF; }
    .navbar-nav > li > a::before {
      font-family: FontAwesome;
      font-size: 1.275rem;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      text-align: center;
      color: #EEE;
      line-height: 44px;
      position: absolute;
      width: 44px;
      height: 44px;
      background-color: #666;
      top: 0;
      left: 50%;
      margin-left: -22px;
      margin-top: 14px;
      border-radius: 50%;
      transition: background-color .2s linear, color .2s linear; }
    .navbar-nav > li > a.btn-home::before {
      content: "\f015"; }
    .navbar-nav > li > a.btn-clients::before {
      content: "\f0c0"; }
    .navbar-nav > li > a.btn-user::before {
      content: "\f007"; }
    .navbar-nav > li > a.btn-manage::before {
      content: "\f085"; }
    .navbar-nav > li > a.btn-trash::before {
      content: "\f1f8"; }
    .navbar-nav > li > a.btn-logoff::before {
      content: "\f011"; }
    .navbar-nav > li > a.btn-register::before {
      content: "\f234"; }

.navbar .colorbar {
    background-color: #e34444;
    height: 4px;
}

.navbar-header {
    height: inherit;
    padding-left: 15px;
}

.navbar-toggle {
  background: red;
  color: #FFF; }

.navbar-collapsing,
.navbar-collapse.in {
  background: #FFF;
  width: 100%;
  position: relative;
  z-index: 5;
  margin: 0; }

.navbar-collapse.collapse {
  display: flex;
  padding: 0; }

.navbar-brand {
  padding: 0;
  height: inherit;
  margin-top: 20px;
  display: block;
}

    .navbar-brand img {
        display: inline-block;
        vertical-align: top;
    }
    .navbar-brand div {
        display: inline-block;
        padding-top: 5px;
    }
    .navbar-brand .applicationtitle {
        color: #333333;
        font-family: sans-serif;
    }
        .navbar-brand .applicationtitle.blue {
            color: #138fc6;
            font-size: 26px;
            font-weight: bold;
        }
        .navbar-brand .applicationtitle.red {
            color: #e34444;
            font-size: 26px;
            font-weight: bold;
        }
        .navbar-brand .applicationtitle.small {
            font-size: 10px;
            vertical-align: text-top;
        }

.navbar-brand-cust {
  padding: 0;
  height: inherit;
  margin-top: 20px;
  position: absolute;
  left: 50%;
  width: 263px;
  height: 55px;
  margin-left: -131px;
  margin-right: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; 
}

#filter-def {
  background-color: #e8e8e8; }

.filter-main {
  height: 65px;
  display: table; }
  .filter-main form {
    display: table-cell;
    vertical-align: middle; }
    .filter-main form > span {
      font-weight: 500;
      font-size: 1.125rem;
      display: inline-block;
      padding-right: 15px;
      margin-right: 15px;
      border-right: 1px solid #c1c1c1; }
  .filter-main .filter-opt_per input[type=date] {
    width: 130px; }
  .filter-main ul {
    display: inline-block; }
    .filter-main ul > li {
      display: inline-block;
      line-height: 32px;
      margin-right: 15px;
      padding-right: 15px;
      /*border-right: 1px solid #c1c1c1;*/
      border-right: 0px !important;
      width: 350px;
      margin-top: 5px;
      float: left !important; }
  .filter-main label {
    margin: 0 8px 0 0;
    width: 85px !important;
    float: left; }
  .filter-main select {
    height: 32px;
    width: 225px;
    float: right;
    margin-right: 0px; }
  .filter-main textarea,
  .filter-main input {
    height: 32px; }
  .filter-main input[type=text] {
    /*margin-right: 8px;*/
    width: 112px;
    float: right;
    margin-right: 0px;
    margin-top: 0px; }
  .filter-main input[type=text]:last-of-type {
    margin-right: 0; }
  .filter-main input[type=submit] {
    margin-top: -10px !important;
    margin-bottom: 10px; }

.modal-inline {
  margin: 50px auto 50px auto;
  display: block;
  width: 40%;
  text-align: left; }
  .modal-inline.modal-full {
    width: 100%; }
  .modal-inline .modal-header {
    padding: 15px 0; }
  .modal-inline .modal-body {
    padding: 30px; }
    .modal-inline .modal-body .form-item {
      margin-bottom: 15px; }

input[type=radio]:checked + label {
  color: #138fc6; }

input[type=radio]:checked ~ .sub {
  color: #138fc6; }

input[type=radio]:checked ~ .form-action {
  height: 30px;
  opacity: 1;
  visibility: visible; }
  input[type=radio]:checked ~ .form-action input,
  input[type=radio]:checked ~ .form-action select,
  input[type=radio]:checked ~ .form-action textarea {
    border: 1px solid #138fc6; }

.main-search h3 {
  margin-bottom: 20px; }

.main-search .form-item {
  border-bottom: 1px solid #DDD;
  margin-bottom: 10px;
  padding-bottom: 10px; }
  .main-search .form-item:first-of-type {
    padding-top: 0;
    margin-top: 0; }
  .main-search .form-item:last-of-type {
    padding: 25px 0 0 0;
    border-bottom: 0; }

.main-search input[type=submit] {
  padding: 8px 12px;
  font-size: 1rem;
  float: right; }

.main-display {
  background-color: #333333;
  border-bottom: 1px solid #262626;
  color: #FFF;
  height: auto;
  padding: 50px 0; }
  .main-display > .container,
  .main-display > .container > .row {
    height: inherit; }
  .main-display div[class^="col"] {
    height: inherit;
    display: table; }
  .main-display .main-display_content {
    display: table-cell;
    vertical-align: middle; }
  .main-display h1, .main-display h2, .main-display h3 {
    display: inline-block; }
  .main-display h1 {
    margin-right: 24px; }
  .main-display .filter-display {
    float: right; }
  .main-display form label {
    margin-right: 8px; }

.main-view {
  position: relative;
  margin-top: 50px; }
  .main-view > .container {
    position: relative;
    height: 100%;
    overflow: hidden; }
    .main-view > .container > .row {
      position: relative;
      height: 100%; }
  .main-view .row div[class^="col"] {
    z-index: 1; }
  .main-view .view-container:last-of-type {
    padding-bottom: 0; }
  .main-view .container::after {
    content: '';
    width: 4px;
    position: absolute;
    top: 1px;
    display: block;
    left: 73px;
    height: 100%;
    background-color: #F29200;
    z-index: 0; }

.view-heading {
  padding-bottom: 15px; }
  .view-heading i {
    width: 60px;
    height: 60px;
    color: #FFF;
    font-size: 1.375rem;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.15);
    background-color: #F29200;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    margin-left: 30px; }
  .view-heading .main-heading {
    display: inline-block;
    height: 60px;
    vertical-align: middle;
    margin-left: 10px; }
  .view-heading h2,
  .view-heading h3 {
    display: block;
    font-weight: 400;
    color: #FFF; }
  .view-heading h2 {
    color: #FFF;
    margin-bottom: 5px; }
  .view-heading h3 {
    color: #DDD; }

.view-container {
  padding-bottom: 30px; }

.view .view-row:nth-child(even) {
  background-color: #e5e5e5; }

.view .view-detail:first-of-type {
  border-top: 2px solid #F29200; }

.view-row {
  background-color: #FFF;
  border-bottom: 1px solid #d9d9d9; }
  .view-row > li {
    display: inline-block;
    width: 16.6667%;
    color: #666;
    white-space: nowrap;
    word-break: break-word;
    font-weight: 400;
    line-height: 40px;
    min-height: 40px;
    padding-left: 8px;
    vertical-align: top;
    font-size: 0.8rem;
    /*border-right: 1px solid #d9d9d9;*/
    text-overflow: ellipsis;
    overflow: hidden; }
    .view-row > li > a,
    .view-row > li > a:visited,
    .view-row > li > a:focus,
    .view-row > li > a:active {
      text-decoration: none !important; }
    .view-row > li > a:focus {
      color: red; }
    .view-row > li > a[aria-expanded=false]::after {
      content: '\f078';
      margin-left: 5px;
      font-family: FontAwesome; }
    .view-row > li > a[aria-expanded=true]::after {
      content: '\f077';
      margin-left: 5px;
      font-family: FontAwesome; }
    .view-row > li:first-of-type {
      border-left: 0 !important; }
    .view-row > li:last-of-type {
      border-right: 0 !important; }
    .view-row > li:nth-child(1) {
      width: 7%;
      font-weight: 600;
      text-align: center; }
    .view-row > li:nth-child(2) {
      width: 31%; }
    .view-row > li:nth-child(3) {
      width: 10%; }
    .view-row > li:nth-child(4) {
      width: 12%; }
    .view-row > li:nth-child(5) {
      width: 8%;
      text-align: center; }
    .view-row > li:nth-child(6) {
      width: 8%;
      text-align: center;
      text-align: right;
      padding-right: 15px; }
    .view-row > li:nth-child(7) {
      width: 10%;
      text-align: center;
      font-weight: 600;
      text-align: right;
      padding-right: 15px; }
    .view-row > li:nth-child(8) {
      width: 10%; }
  .view-row.labels {
    border-top: 2px solid #F29200;
    background-color: #222222; }
    .view-row.labels > li {
      font-size: 0.750rem;
      font-weight: 500;
      /*text-transform: uppercase;*/
      border-right: 1px solid #666; }
    .view-row.labels a {
      color: #DDD;
      transition: color .2s linear; }
      .view-row.labels a:hover {
        color: #F29200;
        cursor: pointer;
        text-decoration: none; }
        .view-row.labels a:hover i {
          color: #F29200; }
    .view-row.labels i {
      margin-left: 5px;
      color: #DDD;
      transition: color .2s linear; }
  .view-row .well {
    width: 95%;
    border: 1px solid #CCC; }
    .view-row .well::before {
      content: 'Notitie:';
      position: relative;
      display: inline-block;
      margin-right: 10px;
      font-weight: 500;
      font-size: 1rem; }
  .view-row.view-sum > li:nth-child(1) {
    font-weight: 400;
    width: 23%; }
  .view-row.view-sum > li:nth-child(2) {
    width: 32%; }
  .view-row.view-sum > li:nth-child(3) {
    width: 20%; }
  .view-row.view-sum > li:nth-child(4) {
    font-weight: 600;
    width: 20%;
    padding-right: 5px;
    text-align: right; }
  .view-row.view-detail li.label {
    width: 33%;
    text-align: left;
    border: 0; }
  .view-row.view-detail > li {
    width: 66%;
    line-height: 2rem;
    white-space: normal;
    padding: 14px;
    border-left: 1px solid #d9d9d9; }
  .view-row.view-detail p {
    margin-bottom: 5px; }

.view-total {
  background-color: #CCC;
  line-height: 60px;
  height: 60px; }
  .view-total .prop-total {
    font-size: 1.125rem;
    font-weight: 500;
    float: right;
    margin-right: 20px; }
  .view-total ul {
    width: 100%;
    display: inline-block; }
    .view-total ul > li {
      width: 16%;
      display: inline-block;
      margin-right: 15px;
      padding-right: 15px; }
      .view-total ul > li:nth-child(3) {
        width: 27.6%;
        font-size: 1.125rem;
        font-weight: 500;
        float: right;
        margin-right: 20px; }

.view-actions {
  float: left;
  margin-left: 20px; }
  .view-actions i {
    margin-right: 4px; }
  .view-actions a {
    color: #444;
    font-size: 0.925rem; }
    .view-actions a:hover {
      color: #d12518;
      text-decoration: none; }

.well {
  padding: 8px 10px;
  line-height: 30px;
  min-height: 0px; }

.modal-content {
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 0; }

.modal-header {
  border: 0; }
  .modal-header .view-heading {
    padding-bottom: 0; }
  .modal-header .close {
    color: #FFF;
    font-size: 2.5rem;
    line-height: 60px; }

.modal-body {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border: 0;
  border-top: 2px solid #F29200;
  background-color: #FFF;
  font-size: 1.25rem; }
  .modal-body form label {
    font-size: 0.925rem;
    margin: 0 0 10px 0;
    display: block;
    text-align: center;
    color: #666;
    text-transform: uppercase; }
    .modal-body form label.small {
      display: inline-block;
      text-align: left;
      margin: 0 0 0 2px;
      text-transform: none;
      font-weight: 400;
      vertical-align: middle; }
  .modal-body form input[type=file] {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 1.25rem; }
  .modal-body form input[type=checkbox] {
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle; }
    .modal-body form input[type=checkbox] + label,
    .modal-body form input[type=checkbox] + input[type=hidden] + label {
      display: inline-block;
      text-transform: none; }
  .modal-body form input[type=submit] {
    margin-bottom: 20px;
    margin-top: 20px; }
  .modal-body form input[type=text],
  .modal-body form input[type=password],
  .modal-body form input[type=date] {
    font-size: 1rem;
    margin: 0 auto;
    display: block;
    min-width: 200px;
    padding: 9px 4px;
    text-align: center; }
  .modal-body form input[type=text],
  .modal-body form input[type=date],
  .modal-body form input[type=password],
  .modal-body form input[type=submit] {
    width: 80%; }
  .modal-body .form-item {
    margin-bottom: 25px; }
    .modal-body .form-item:last-of-type {
      margin-bottom: 0; }
    .modal-body .form-item a {
      color: #999;
      display: inline-block;
      font-size: 0.875rem; }

.modal-backdrop,
.modal-backdrop.in {
  background-color: #333333; }

.modal-backdrop.in {
  filter: alpha(opacity=97);
  opacity: .97; }

.modal-dialog {
  width: 500px; }

.card {
  padding-top: 40px;
  color: #FFF; }
  .card h4 {
    margin-bottom: 20px;
    color: #f29200; }
  .card * {
    color: #FFF; }

aside .view-container:last-of-type {
  padding-bottom: 0 !important; }

footer {
  height: 100px;
  display: table;
  padding: 50px 0 25px 0;
  width: 100%; }
  footer > .container {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
  footer img {
    display: inline-block; }
  footer .sub {
    margin-top: 15px; }

.dl-horizontal dt {
  width: 250px; }

.dl-horizontal dd {
  margin-left: 270px; }

.color-divider {
  height: 6px;
  width: 100%;
  white-space: nowrap;
  position: relative;
  display: table; }
  .color-divider span {
    display: table-cell;
    position: relative;
    height: 100%;
    width: 25%;
    vertical-align: top; }
  .color-divider .red {
    background: #e32213; }
  .color-divider .orange {
    background: #f29200; }
  .color-divider .green {
    background: #bbce00; }
  .color-divider .blue {
    background: #019ee3; }

.text-danger {
  color: #e32213;
  display: block;
  text-align: center;
  margin: 10px 0 0 0;
  font-size: .75rem; }

.fltBtn {
  clear: both;
  margin-left: 111px; }

@media screen and (max-width: 768px) {
  html {
    font-size: 13px; }
  /*.navbar-brand {
        margin: 0;
    }

    #navbar {
        background-color: #FFF;
        margin: 7px 0 0 0;
        z-index: 10;
        padding: 0;

        ul {
            margin: 0;
            text-align: center;
        }

        li,
        form {
            display: inline-block;
        }

        form,
        li {
            width: 24%;
            margin: 0;

            > a {
                text-align: center;
                display: block;
                line-height: 150px;
                height: 90px;
                width: 100%;
                padding: 0;
            }
        }
    }

    nav.navbar {
        padding-top: 20px;
    }

    .view-heading {
        i {
            margin-left: 15px;
        }

        .main-heading {
            width: 66%;
        }
    }

    .modal-dialog {
        width: 90%;
        margin: 40px auto 0 auto;
    }

    .main-view .container::after {
        left: 59px;
    }

    .main-display div[class^="col"] {
        width: 100%;
    }

    .main-display_content .filter-display {
        float: none;
        margin-top: 15px;
    }

    .filter-main {

        form {

            > span {
                text-align: left !important;
                margin: 0 auto 20px auto !important;
                display: block;
                width: 100%;
            }

            input, select {
                width: 100% !important;
            }

            input[type=submit] {
                margin: 20px 0 0 0 !important;
            }

            input + input {
                margin: 10px 0 0 0;
            }

            label {
                width: 60px !important;
                margin-left: 0 !important;
            }
        }

        ul {
            text-align: left !important;
            width: 100%;
            margin: 0 auto;

            > li {
                display: block;
                border: 0;
            }
        }
    }

    .view-container .view-row:nth-child(2) {
        border-top: 4px solid #F29200;
    }

    .view-row.labels {
        display: none;
    }

    .view-row {
        padding: 10px 0;

        > li {
            border: 0;
            display: block;
            width: 100% !important;
            text-align: left !important;
            overflow: visible;
            text-overflow: initial;
            line-height: 30px;
            min-height: 30px;
            white-space: normal;

            &::before,
            &::after {
                position: relative;
                text-align: left;
            }

            &:nth-child(1)::after {
                content: 'x';
            }

            &:nth-child(1) {
                width: 8% !important;
                font-weight: 600;
                font-size: 1rem;
            }

            &:nth-child(2) {
                width: 92% !important;
                font-weight: 600;
                font-size: 1rem;
            }

            &:nth-child(1),
            &:nth-child(2) {
                display: inline-block;
            }

            &:nth-child(3)::before {
                content: 'Datum: ';
            }

            &:nth-child(4)::before {
                content: 'Bonnr.: ';
            }

            &:nth-child(5)::before {
                content: 'Stukprijs: ';
            }

            &:nth-child(6)::before {
                content: 'Totaal: ';
            }
        }
    }

    &.view-sum {

        > li {
            width: 100% !important;
            font-weight: 400 !important;

            &:nth-child(1) {
                width: 100% !important;
                font-weight: 600 !important;

                &::after {
                    content: '';
                }
            }

            &:nth-child(1)::before {
                content: 'Datum: ';
            }

            &:nth-child(2)::before {
                content: 'Rubriek: ';
            }

            &:nth-child(3)::before {
                content: 'Stukprijs: ';
            }

            &:nth-child(6)::before {
                content: 'Totaal: ';
            }
        }
    }

    &.view-detail {

        > li {
            width: 100% !important;
            font-weight: 400 !important;

            &.label {
                padding-bottom: 0;
            }

            &:nth-child(1) {
                width: 100% !important;
                font-weight: 600 !important;

                &::after {
                    content: '';
                }
            }
        }
    }

    .view-details {
        > .view {
            .view-detail:not(:first-child) {
                .label {
                    display: none;
                }

                p:first-child::before {
                    content: 'Debiteurnr. : ';
                }

                p:nth-child(2)::before {
                    content: 'Naam debiteur : ';
                }

                p:nth-child(3)::before {
                    content: 'Adres debiteur : ';
                }

            }
        }
    }*/ }

@media screen and (min-width: 768px) {
  html {
    font-size: 13px; }
  .navbar-right {
    margin-right: 0; } }

@media screen and (max-width: 992px) {
  select {
    margin-right: -15px !important; }
  .filter-main {
    padding: 30px 15px;
    width: 100%; }
    .filter-main form {
      width: 75% !important; }
      .filter-main form > span {
        vertical-align: top;
        width: 100%;
        text-align: center;
        padding: 0 0 10px 0;
        margin: 0 0 20px 0;
        border-right: 0;
        line-height: 30px;
        border-bottom: 1px solid #CCC; }
      .filter-main form label {
        width: auto;
        margin: 0 10px; }
      .filter-main form input[type=submit] {
        font-size: 1.125rem;
        clear: both;
        display: inline-block;
        padding: 8px 12px;
        height: auto;
        margin: 20px auto 15px 0px; }
      .filter-main form input[type=button] {
        font-size: 1.125rem;
        clear: both;
        display: inline-block;
        padding: 8px 12px;
        height: auto;
        margin: 20px auto 15px 0px; }
    .filter-main ul {
      text-align: center;
      display: block; }
      .filter-main ul > li {
        margin-bottom: 10px;
        margin-right: 0;
        padding-right: 0;
        border: 0; }
        .filter-main ul > li:last-of-type {
          margin-right: 0;
          padding-right: 0;
          border-right: 0; }
  .view-row.labels > li > a > i {
    display: none; }
  .navbar-brand-cust {
    display: none; } }

@media screen and (min-width: 992px) {
  html {
    font-size: 13px; } }

@media screen and (max-width: 1200px) {
  .main-view .view-container:last-of-type {
    padding-bottom: 30px; }
  .filter-main {
    padding: 20px 0; }
    .filter-main span {
      display: block !important;
      margin: 0 0 5px 0;
      padding: 0;
      border: 0 !important; }
    .filter-main ul {
      display: block;
      margin-bottom: 10px; }
      .filter-main ul > li {
        margin-right: 15px;
        padding-right: 0px; }
        .filter-main ul > li:last-of-type {
          /*margin: 0 !important;
                    border: 0 !important;*/ }
    .filter-main input[type=submit] {
      display: inline-block; }
    .filter-main input[type=button] {
      display: inline-block; }
  .fltBtn {
    clear: both;
    margin-left: 125px;
    padding-top: 5px; }
  .navbar-brand-cust {
    position: relative;
    left: 0;
    margin-left: 0;
    margin-right: auto; } }

@media screen and (min-width: 1200px) {
  html {
    font-size: 13px; } }

@media screen and (min-width: 1400px) {
  html {
    font-size: 14px; }
  .container {
    width: 1240px; } }

@media screen and (min-width: 1600px) {
  html {
    font-size: 16px; }
  .container {
    width: 1460px; } }

@media screen and (min-width: 1860px) {
  .container {
    width: 1680px; } }

@media screen and (max-width: 480px) {
  .filter-main form > span {
    width: 100% !important; }
  .filter-main ul {
    width: 100% !important; } }
.rp-version-1-5-1-5 {
    color: red;
}