blockquote {
  font-size: 100%;
  /*reset voor bootstrap die de font op 17px zet.*/
}
.status-message {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  opacity: 1;
}
.table-responsive {
  min-height: 300px;
}
.form-group {
  position: relative;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 20px;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.top {
  top: 0;
}
.bottom {
  bottom: 0;
}
.left {
  left: 0;
}
.left-5 {
  left: 0;
}
.left-10 {
  left: 5px;
}
.left-15 {
  left: 15px;
}
.right {
  right: 0;
}
.right-5 {
  right: 5px;
}
.right-10 {
  right: 10px;
}
.right-15 {
  right: 15px;
}
.right {
  right: 0;
}
.center {
  left: 50%;
  transform: translateX(-50%);
}
.middle {
  top: 50%;
  transform: translateY(-50%);
}
.width-10 {
  width: 10%;
}
.width-20 {
  width: 20%;
}
.width-30 {
  width: 30%;
}
.width-40 {
  width: 40%;
}
.width-50 {
  width: 50%;
}
.width-60 {
  width: 60%;
}
.width-70 {
  width: 70%;
}
.width-80 {
  width: 80%;
}
.width-90 {
  width: 90%;
}
.width-100 {
  width: 100%;
}
.input-micro {
  width: 25px;
}
.input-mini {
  width: 50px;
}
.input-small {
  width: 100px;
}
.input-medium {
  width: 200px;
}
.z-index-1 {
  z-index: 1;
}
.z-index-2 {
  z-index: 2;
}
.z-index-3 {
  z-index: 3;
}
.z-index-4 {
  z-index: 4;
}
.z-index-5 {
  z-index: 5;
}
.z-index-6 {
  z-index: 6;
}
.z-index-7 {
  z-index: 7;
}
.z-index-8 {
  z-index: 8;
}
.z-index-9 {
  z-index: 9;
}
.z-index-10 {
  z-index: 10;
}
.z-index-20 {
  z-index: 20;
}
.z-index-30 {
  z-index: 30;
}
.z-index-40 {
  z-index: 40;
}
.z-index-50 {
  z-index: 50;
}
.z-index-60 {
  z-index: 60;
}
.z-index-70 {
  z-index: 70;
}
.z-index-80 {
  z-index: 80;
}
.z-index-90 {
  z-index: 90;
}
.z-index-100 {
  z-index: 100;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.huge {
  line-height: 40px;
}
.input-error-icon {
  position: absolute;
  top: 8px;
  right: 24px;
}
.cover {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .sidebar {
    margin-top: 55px;
  }
}
.sidebar .sidebar-nav li.divider {
  padding: 5px 0;
  background-color: #77acd9;
}
.color-preview {
  padding: 2px 5px;
}
.color-preview .color-preview__preview {
  width: calc(100% - 75px);
  border-radius: 3px;
  display: inline-block;
  float: right;
}
.mirror-horizontal {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.mirror-vertical {
  -moz-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.form-control-inline {
  display: inline-block;
  width: auto;
}
.pagination-wrapper {
  vertical-align: middle;
}
.pagination-wrapper .pagination {
  vertical-align: middle;
}
.pagination-wrapper small {
  white-space: nowrap;
}
.table thead th {
  min-width: 100px;
}
.table thead th.coll-small {
  min-width: auto;
}
.table thead th[sortable] {
  position: relative;
  cursor: pointer;
  padding-left: 15px;
}
.table thead th[sortable]:before {
  content: '\f0dc';
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.table thead th[sortable].asc:before {
  content: '\f0de';
}
.table thead th[sortable].desc:before {
  content: '\f0dd';
}
.table tbody tr {
  cursor: pointer;
}
.multiselect {
  position: relative;
}
.multiselect option {
  display: none;
}
.multiselect .multiselect__btn-toggle {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
}
.multiselect .multiselect__container {
  display: none;
  border: 1px solid #ccc;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 999;
}
.multiselect.open .multiselect__container {
  display: block;
}
.multiselect .multiselect__option {
  margin: 0;
  padding: 0;
  position: relative;
  height: 30px;
  vertical-align: middle;
  overflow: hidden;
}
.multiselect .multiselect__option input {
  position: relative;
  z-index: 2;
  vertical-align: middle;
  margin-left: 10px;
}
.multiselect .multiselect__option label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 30px;
  display: block;
  padding: 5px 10px 5px 30px;
  vertical-align: middle;
  font-weight: normal;
  white-space: nowrap;
  /*overflow: hidden;*/
}
.multiselect .multiselect__option:hover label {
  background-color: #eee;
}
.multiselect .multiselect__option input:checked + label {
  background-color: #eee;
}
@media (max-width: 768px) {
  .panel.panel-default {
    margin-top: 15px;
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0;
  }
}
.panel.panel-default .panel-body {
  /*overflow-x:auto;*/
}
.navbar-default.navbar-static-top {
  background-color: #337ab7;
  color: white;
  margin-bottom: 0;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover {
  color: white;
}
.navbar-default .navbar-right {
  display: inline-block;
  max-width: calc(50% - 45px);
  white-space: nowrap;
}
.navbar-default .navbar-right > li > a {
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.navbar-default .navbar-right > li.active > a {
  color: white;
  background-color: #337ab7;
}
.navbar-default .navbar-right > li > a:focus,
.navbar-default .navbar-right > li > a:active,
.navbar-default .navbar-right > li > a:hover,
.navbar-default .navbar-right > li.open > a {
  color: white;
  background-color: #77acd9;
}
.navbar-default .navbar-toggle {
  position: absolute;
  top: 50px;
  right: 0px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
@media (max-width: 768px) {
  .navbar-default .navbar-brand {
    width: 100%;
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:active,
  .navbar-default .navbar-toggle:hover {
    background-color: #77acd9;
  }
}
.navbar-default #side-menu .dropdown.active > a {
  background-color: transparent;
}
/*.bankaccount-list{
    li a{
        border: 1px solid @color-theme; 
        background-color: white;
        vertical-align:top;
        .bullit{
            vertical-align: top;
            display:inline-block;
            width:16px;
            height:16px;
            border-radius: 50%;
        }

    }
}*/
.payment-description {
  height: 20px;
  width: 100%;
  border: none;
  background-color: transparent;
}
.payment-sub-description {
  font-size: 11px;
}
tr.payment-request.ACCEPTED {
  background-color: #c7e6c7;
}
tr.payment-request.ACCEPTED td {
  background-color: #c7e6c7;
}
tr.payment-request.ACCEPTED:hover {
  background-color: #a3d7a3;
}
tr.payment-request.ACCEPTED:hover td {
  background-color: #a3d7a3;
}
tr.payment-request.REVOKED,
tr.payment-request.REJECTED,
tr.payment-request.EXPIRED {
  text-decoration: line-through;
  opacity: 0.5;
}
/*# sourceMappingURL=app.css.map */