/*
Theme Name: Quality Chefs
Version: 1.1
Description: Custom theme voor Quality Chefs/DCC
Author: Online Supporter B.V.
Author URI: https://www.onlinesupporter.nl
template: bb-theme
*/
.post-edit-link {
  display: none;
}

/*Background-colors*/
.black-bg {
  background-color: #000000 !important;
}

.white-bg {
  background-color: #ffffff !important;
}

.orange-bg {
  background-color: #ee7203 !important;
}

.yellow-bg {
  background-color: #edc72f !important;
}

/*text-styles*/
.light-txt, .light-txt * {
  font-weight: 100 !important;
}

.medium-txt, .medium-txt * {
  font-weight: 400 !important;
}

.heavy-txt, .heavy-txt * {
  font-weight: 700 !important;
}

.darkgrey-txt, .darkgrey-txt * {
  color: #485566 !important;
}

.orange-txt, .orange-txt h1, .orange-txt p {
  color: #ee7203 !important;
}

.yellow-txt, .yellow-txt h1, .yellow-txt p {
  color: #edc72f !important;
}

.black-txt, .black-txt h1, .black-txt p {
  color: #000000 !important;
}

body {
  padding-right: 0 !important;
}

h1 {
  margin-bottom: 35px;
}

b {
  font-weight: bold;
}

*:not(.wp-editor-container) .btn,
*:not(.wp-editor-container) .fl-button,
.acf-form-submit .acf-button,
.next-posts-links a,
.prev-posts-links a {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  border-radius: 25px !important;
  transition: all 0.2s;
  padding: 10px 30px !important;
  border: 0 !important;
  color: white;
  cursor: pointer !important;
}
*:not(.wp-editor-container) .btn .fl-button-text,
*:not(.wp-editor-container) .fl-button .fl-button-text,
.acf-form-submit .acf-button .fl-button-text,
.next-posts-links a .fl-button-text,
.prev-posts-links a .fl-button-text {
  color: white !important;
}
*:not(.wp-editor-container) .btn .fl-button-icon-after,
*:not(.wp-editor-container) .fl-button .fl-button-icon-after,
.acf-form-submit .acf-button .fl-button-icon-after,
.next-posts-links a .fl-button-icon-after,
.prev-posts-links a .fl-button-icon-after {
  color: white !important;
}
*:not(.wp-editor-container) .btn.cursor-default,
*:not(.wp-editor-container) .fl-button.cursor-default,
.acf-form-submit .acf-button.cursor-default,
.next-posts-links a.cursor-default,
.prev-posts-links a.cursor-default {
  pointer-events: none;
  cursor: default;
}
*:not(.wp-editor-container) .btn.btn-yellow,
*:not(.wp-editor-container) .fl-button.btn-yellow,
.acf-form-submit .acf-button.btn-yellow,
.next-posts-links a.btn-yellow,
.prev-posts-links a.btn-yellow {
  background-color: #edc72f;
  color: #485566;
}
*:not(.wp-editor-container) .btn.btn-orange,
*:not(.wp-editor-container) .fl-button.btn-orange,
.acf-form-submit .acf-button.btn-orange,
.next-posts-links a.btn-orange,
.prev-posts-links a.btn-orange {
  background-color: #ee7203;
  color: white;
}
*:not(.wp-editor-container) .btn.btn-grey,
*:not(.wp-editor-container) .fl-button.btn-grey,
.acf-form-submit .acf-button.btn-grey,
.next-posts-links a.btn-grey,
.prev-posts-links a.btn-grey {
  background-color: #646363;
  color: white;
}
*:not(.wp-editor-container) .btn.btn-green,
*:not(.wp-editor-container) .fl-button.btn-green,
.acf-form-submit .acf-button.btn-green,
.next-posts-links a.btn-green,
.prev-posts-links a.btn-green {
  background-color: green;
  color: white;
}
*:not(.wp-editor-container) .btn.btn-lightgrey,
*:not(.wp-editor-container) .fl-button.btn-lightgrey,
.acf-form-submit .acf-button.btn-lightgrey,
.next-posts-links a.btn-lightgrey,
.prev-posts-links a.btn-lightgrey {
  background-color: #edeef0;
  color: #646363;
}
*:not(.wp-editor-container) .btn:focus,
*:not(.wp-editor-container) .fl-button:focus,
.acf-form-submit .acf-button:focus,
.next-posts-links a:focus,
.prev-posts-links a:focus {
  box-shadow: none;
}
*:not(.wp-editor-container) .btn:hover,
*:not(.wp-editor-container) .fl-button:hover,
.acf-form-submit .acf-button:hover,
.next-posts-links a:hover,
.prev-posts-links a:hover {
  box-shadow: 0 0 10px #00000024;
}
*:not(.wp-editor-container) .btn.btn-size-box,
*:not(.wp-editor-container) .fl-button.btn-size-box,
.acf-form-submit .acf-button.btn-size-box,
.next-posts-links a.btn-size-box,
.prev-posts-links a.btn-size-box {
  width: 100%;
  display: block;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
*:not(.wp-editor-container) .btn.btn-small,
*:not(.wp-editor-container) .fl-button.btn-small,
.acf-form-submit .acf-button.btn-small,
.next-posts-links a.btn-small,
.prev-posts-links a.btn-small {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  padding: 5px 15px !important;
}
*:not(.wp-editor-container) .btn:disabled, *:not(.wp-editor-container) .btn:disabled:hover,
*:not(.wp-editor-container) .fl-button:disabled,
*:not(.wp-editor-container) .fl-button:disabled:hover,
.acf-form-submit .acf-button:disabled,
.acf-form-submit .acf-button:disabled:hover,
.next-posts-links a:disabled,
.next-posts-links a:disabled:hover,
.prev-posts-links a:disabled,
.prev-posts-links a:disabled:hover {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
}

.next-posts-links a,
.prev-posts-links a {
  background-color: #ee7203;
  color: white;
  display: inline-block;
}

*:not(.wp-editor-container) .btn-grey .fl-button {
  background-color: #646363;
  color: white;
}

*:not(.wp-editor-container) .btn-small.btn-yellow .fl-button {
  background-color: #edc72f;
  color: #485566;
}
*:not(.wp-editor-container) .btn-small.btn-orange .fl-button {
  background-color: #ee7203;
  color: white;
}
*:not(.wp-editor-container) .btn-small.btn-grey .fl-button {
  background-color: #646363;
  color: white;
}
*:not(.wp-editor-container) .btn-small.btn-lightgrey .fl-button {
  background-color: #edeef0;
  color: #646363;
}
*:not(.wp-editor-container) .btn-small .fl-button {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  padding: 5px 15px !important;
}

button.close:hover {
  border: 0 !important;
  background: transparent !important;
}

.fl-page-header {
  transition: all 0.2s;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background-color: transparent;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.fl-page-header .fl-page-header-wrap {
  border-bottom: 0 !important;
}
.fl-page-header .fl-page-header-wrap .fl-page-header-row {
  padding: 0 25px;
}
.fl-page-header .fl-page-header-wrap .fl-page-header-logo a img.fl-logo-img {
  transition: all 0.2s;
  height: 85px !important;
}
.fl-page-header .nav li a {
  transition: all 0.2s;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  padding: 40px 20px !important;
}
.fl-page-header .nav li.btn-lookalike {
  margin-left: 10px;
  padding: 5px 0 !important;
}
.fl-page-header .nav li.btn-lookalike > a {
  transition: all 0.2s;
  padding: 10px 20px !important;
  background-color: white !important;
  color: black !important;
  border-radius: 25px !important;
  margin-top: 25px;
}
.fl-page-header .nav li ul {
  border-top: 0;
  padding-bottom: 0 !important;
}
.fl-page-header .nav li ul:before {
  content: "";
  height: 5px;
  width: 100%;
  display: block;
  position: absolute;
  top: -5px;
  background-image: url("images/top-bar.svg");
  background-repeat: no-repeat;
  background-size: 100% 10px;
  background-position: center top;
}
.fl-page-header .nav li ul li {
  background-color: white;
}
.fl-page-header .nav li ul li a {
  transition: all 0.2s;
  padding: 15px 20px !important;
  color: #000000 !important;
  transition: all 0.2s;
  margin: 0 !important;
}
.fl-page-header .nav li ul li:hover a {
  background-color: #edc72f;
}
.fl-page-header .fl-page-header-container {
  transition: all 0.2s;
}
.fl-page-header.header-fixed {
  background: #000000 !important;
}
.fl-page-header.header-fixed .fl-page-header-container {
  padding: 0 !important;
}
.fl-page-header.header-fixed .fl-page-header-wrap {
  border-bottom: 0 !important;
}
.fl-page-header.header-fixed .fl-page-header-wrap .fl-page-header-row {
  padding: 0 15px;
}
.fl-page-header.header-fixed .fl-page-header-wrap .fl-page-header-logo a img.fl-logo-img {
  height: 45px !important;
}
.fl-page-header.header-fixed nav li a {
  color: #ffffff !important;
}
.fl-page-header.header-fixed nav li.btn-lookalike > a {
  background-color: #edc72f !important;
  color: #485566 !important;
}

.home-header {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: white;
}
.home-header .background-image {
  height: 65vh;
  width: 100%;
}
.home-header .background-image img {
  display: flex;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.home-header.limit-header-height .background-image {
  height: 400px;
}
.home-header.limit-header-height .black-box {
  background-color: #000000;
  height: 200px;
}
.home-header .overlay-header-bar {
  margin-top: -140px;
}
.home-header .overlay-header-bar .stretch-black-bg-to-right {
  position: relative;
}
.home-header .overlay-header-bar .stretch-black-bg-to-right > * {
  position: relative;
  z-index: 2;
}
.home-header .overlay-header-bar .stretch-black-bg-to-right:after {
  content: "";
  display: block;
  width: 4000px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 80px;
  background-color: #000000;
}
.home-header .overlay-header-bar .stretch-crosshatch-bg-to-left {
  position: relative;
}
.home-header .overlay-header-bar .stretch-crosshatch-bg-to-left > * {
  position: relative;
  z-index: 2;
}
.home-header .overlay-header-bar .stretch-crosshatch-bg-to-left:after {
  content: "";
  display: block;
  width: 4000px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(227, 189, 0, 0.8);
  background-image: url(images/crosshatch-bg-icon.svg);
  background-repeat: repeat;
  background-size: 50px;
  background-position: right top;
  height: 100%;
}
.home-header .overlay-header-bar .yellow-box-wrapper {
  padding: 45px 15px;
  max-width: 370px;
}
.home-header .overlay-header-bar .yellow-box-wrapper h2 {
  font-size: 25px;
}
.home-header .overlay-header-bar .download-app-box {
  padding: 28px;
  text-align: center;
}
.home-header .overlay-header-bar .download-app-box a {
  font-size: 18px;
  line-height: 24px;
}
.home-header .overlay-header-bar .download-app-box img {
  width: 20px;
  margin-left: 10px;
}

.usp-list:not(.fl-editable) ul {
  padding: 0;
  margin: 0;
}
.usp-list:not(.fl-editable) ul li {
  list-style: none;
  padding-left: 26px;
  position: relative;
  line-height: 1.45;
  margin-bottom: 10px;
}
.usp-list:not(.fl-editable) ul li:before {
  content: "";
  display: block;
  background-image: url(images/checkmark-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 4px;
}

#g-play-btn {
  position: absolute;
  top: 30%;
  z-index: 2;
}

#a-store-btn {
  position: absolute;
  top: calc(32% + 90px);
  z-index: 2;
}

.grey-to-crosshatch {
  background-color: #edeef0;
  background-image: url(images/crosshatch-bg-icon-grey.svg);
  background-repeat: repeat;
  background-size: 50px;
  background-position: right top;
}
.grey-to-crosshatch .fl-row-content-wrap {
  background: linear-gradient(0deg, rgba(237, 238, 240, 0) 0%, #edeef0 60%);
}

.project-wrapper {
  padding: 10px;
}
.project-wrapper .project {
  padding: 30px 20px;
  background-color: transparent;
  box-shadow: 0px 0px 0px #0000;
  transition: all 0.2s;
  border-radius: 25px;
}
.project-wrapper .project .stripe {
  margin-bottom: 30px;
  display: block;
  width: 100%;
  height: 5px;
  background-image: url(images/top-bar.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.project-wrapper .project .project-title {
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  font-weight: 500;
  display: block;
  text-align: center;
}
.project-wrapper .project .project-location {
  font-size: 16px;
  line-height: 18px;
  color: #edc72f;
  font-weight: 500;
  display: block;
  text-align: center;
  margin-bottom: 35px;
}
.project-wrapper .project .project-details {
  text-align: center;
  padding-top: 30px;
}
.project-wrapper .project .project-details a {
  opacity: 0;
  pointer-events: none;
}
.project-wrapper .project:hover {
  background-color: #ffffff;
  box-shadow: 0px 0px 9px #00000045;
}
.project-wrapper .project:hover .stripe {
  background-image: url(images/top-bar-grey.svg);
}
.project-wrapper .project:hover .project-details a {
  opacity: 1;
  pointer-events: all;
}

.project-carousel-nav {
  position: relative;
}
.project-carousel-nav button {
  background: transparent;
  color: #ffffff;
  font-size: 45px;
  line-height: 50px;
  top: -230px;
  position: absolute;
}
.project-carousel-nav button:hover {
  background: transparent;
}
.project-carousel-nav button.slick-prev.slick-arrow {
  left: 0;
  transform: translateX(-100%);
}
.project-carousel-nav button.slick-next.slick-arrow {
  right: 0;
  transform: translateX(100%);
}

.fl-page-footer-row .fl-social-icons-stacked a.fa-1x {
  font-size: 1.3em;
}
.fl-page-footer-row img.footer-logo {
  margin-top: 25px;
}
.fl-page-footer-row .footer-logo-qc {
  max-width: 200px;
}

.bp_members .fl-post-header {
  display: none;
}
.bp_members .bp-wrap nav {
  border: 0 !important;
  box-shadow: none !important;
  background-color: #edc72f;
  width: 100%;
}
.bp_members .bp-wrap nav ul li {
  background-image: url("images/nav-sep.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 80%;
}
.bp_members .bp-wrap nav ul li.current.selected a {
  background: #dcba2c !important;
}
.bp_members .bp-wrap nav ul li a {
  margin-left: -2px;
  display: inline-block;
  padding: 15px 25px !important;
  color: #485566 !important;
  font-weight: 700;
}
.bp_members .bp-wrap nav ul li a:hover {
  background: #dcba2c !important;
}

.login-box {
  padding: 30px;
  border-radius: 30px;
  background-color: white;
  box-shadow: 0px 0px 9px #00000045;
  margin: 50px auto;
}
.login-box .form-controls {
  margin-bottom: 10px;
}
.login-box .form-controls input#sso_login {
  float: right;
}
.login-box .form-controls:after {
  clear: both;
}
.login-box .form-controls .lost-passw {
  font-size: 10px;
  color: #000000;
}

.form-control {
  background-color: white !important;
}

table.widefat.pm-invoice.pmi-invoices-list {
  width: 100%;
}

.task-box {
  margin-bottom: 5px;
  padding: 10px 15px 10px 15px;
  transition: all 0.2s;
  border-radius: 15px;
}
.task-box:hover {
  box-shadow: 0 0 10px #0000000d;
}

.task-detailpage-details {
  background: white;
  border-radius: 5px;
  margin-left: 20px;
  margin-right: 20px;
}

.box-backgr-white {
  background: white;
}

.factuur-details, .factuur-details .box-backgr-white {
  width: 100%;
}

.single-sidebar-content .item-title {
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  font-weight: 500;
  display: block;
}
.single-sidebar-content .item-subtitle {
  font-size: 16px;
  line-height: 18px;
  color: #edc72f;
  font-weight: 500;
  display: block;
  margin-bottom: 35px;
}

.data-table .row {
  border-bottom: 1px solid #485566;
  line-height: 40px;
}
.data-table .row:last-child {
  border-bottom: 0;
}

.divider-thin {
  display: block;
  width: 100%;
  height: 5px;
  background-image: url(images/top-bar-grey.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 5px;
}

@media all and (max-width: 992px) {
  .fl-page-nav .navbar-toggle {
    right: 80px !important;
  }

  .fl-page-header {
    background: white;
  }
  .fl-page-header .fl-page-header-wrap .fl-page-header-logo a img.fl-logo-img {
    width: auto !important;
  }
  .fl-page-header .nav li a {
    color: #000000 !important;
    padding: 15px 20px !important;
  }
  .fl-page-header .nav li.btn-lookalike > a {
    color: #000000 !important;
    margin-top: 0 !important;
  }
  .fl-page-header .nav li ul li a {
    color: #000000 !important;
  }
}
@media all and (max-width: 768px) {
  .btn.btn-lookalike {
    margin: 10px !important;
  }

  #g-play-btn {
    position: absolute;
    left: 5%;
    bottom: 30%;
    top: auto;
    right: auto;
  }

  #a-store-btn {
    position: absolute;
    left: 5%;
    bottom: calc(28% - 90px);
    top: auto;
    right: auto;
  }

  .project-carousel-nav button {
    top: auto;
    position: relative;
  }
  .project-carousel-nav button.slick-prev.slick-arrow {
    float: left;
    left: auto;
    transform: none;
  }
  .project-carousel-nav button.slick-next.slick-arrow {
    float: right;
    right: auto;
    transform: none;
  }
}
@media all and (max-width: 576px) {
  #g-play-btn, #a-store-btn {
    position: Relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: 90%;
    margin: 10px auto;
    display: block;
  }

  .fl-page-nav .navbar-toggle {
    right: 20px !important;
  }

  .fl-page-header .fl-page-header-wrap .fl-page-header-logo a img.fl-logo-img {
    height: auto !important;
    max-width: 150px;
  }

  .stretch-crosshatch-bg-to-left:after, .stretch-black-bg-to-right:after {
    width: auto !important;
    left: -20px !important;
    right: -20px !important;
  }
}
#userdata-table .table-header-tr {
  display: none;
}

.table-header-th, .table-body-td {
  border-left: 0 !important;
  border-right: 0 !important;
}

.top-bar-row {
  background-image: url("images/top-bar.svg");
  background-size: 90px;
  background-position: top 23px center;
  background-repeat: no-repeat;
}
.top-bar-row h1 {
  font-size: 21px;
  color: black;
}

.project-blok h3.uabb-post-heading a, .beheer-taken h3.uabb-post-heading a {
  font-weight: bold;
  color: black;
  font-size: 22px;
}
.project-blok .project-content .selected_cooks, .beheer-taken .project-content .selected_cooks {
  padding-bottom: 10px;
}
.project-blok .project-content .selected_cooks .cook, .beheer-taken .project-content .selected_cooks .cook {
  font-weight: bold;
  font-size: 15px;
}
.project-blok .project-content .location, .beheer-taken .project-content .location {
  display: inline;
  font-size: 15px;
  font-weight: bold;
  color: #edc72f;
}
.project-blok .project-content .location::before, .beheer-taken .project-content .location::before {
  width: 20px;
  height: 16px;
  background-image: url("images/location-icon.svg");
  background-size: contain;
  content: " ";
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  margin-left: -17px;
}
.project-blok .project-content .date-and-time, .beheer-taken .project-content .date-and-time {
  color: #646363;
  padding-top: 20px;
  padding-bottom: 20px;
}
.project-blok .uabb-read-more-text a, .beheer-taken .uabb-read-more-text a {
  padding: 5px 20px !important;
  background: #edeef0 !important;
  color: #485566 !important;
  border-radius: 20px !important;
  font-weight: bold !important;
}

.facetwp-overlay {
  opacity: 1 !important;
}

.facetwp-overlay {
  display: inline-block !important;
  width: 80px !important;
  height: 80px !important;
  background-color: transparent !important;
}

.facetwp-overlay:before {
  background: rgba(255, 255, 255, 0.2);
  position: fixed;
  display: block;
  width: 100vw;
  left: 0;
  top: 0;
  height: 100vh;
  content: " ";
  z-index: 100;
}

.facetwp-bb-module .facetwp-type-search {
  display: flex;
}
.facetwp-bb-module .facetwp-type-search .facetwp-search-wrap {
  width: 100%;
}
.facetwp-bb-module .facetwp-type-search .facetwp-search-wrap .facetwp-btn {
  top: 7px;
  right: 10px;
}
.facetwp-bb-module .facetwp-type-search .facetwp-search-wrap .facetwp-search {
  border-radius: 20px !important;
  border: none !important;
}

.facetwp-overlay:after {
  position: fixed;
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  margin-left: -30px;
  margin-top: -30px;
  border: 6px solid #edc72f;
  border-color: #edc72f transparent #edc72f transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  z-index: 101;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ACF Form styling */
#acf-form {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px 35px 30px;
}
#acf-form .acf-form-submit {
  text-align: right;
}
#acf-form .acf-form-submit:after {
  content: "";
  display: block;
  clear: both;
}

#add-invoice-rows-form-wrapper #acf-form {
  padding: 0 !important;
}
#add-invoice-rows-form-wrapper .acf-row > td:nth-child(2) {
  width: 24%;
}

.acf-fields > .acf-field:not(.acf-field-repeater) {
  width: 100%;
  display: block;
}
.acf-fields > .acf-field:not(.acf-field-repeater):after {
  content: "";
  display: block;
  clear: both;
}
.acf-fields > .acf-field:not(.acf-field-repeater) > .acf-label {
  float: left;
  display: block;
  padding-right: 20px;
  width: 25%;
}
.acf-fields > .acf-field:not(.acf-field-repeater) > .acf-label label {
  font-weight: bold;
}
.acf-fields > .acf-field:not(.acf-field-repeater) > .acf-label .description {
  font-style: italic;
  font-size: smaller;
}
.acf-fields > .acf-field:not(.acf-field-repeater) > .acf-input {
  width: 75%;
  float: left;
  display: block;
}
.acf-fields > .acf-field:not(.acf-field-repeater) > .acf-input > .acf-input-wrap input {
  background: #fff !important;
}

nav .menu > .menu-item.current-menu-item a {
  background-color: #000000 !important;
  color: #edc72f;
}
nav .menu .menu-item.btn-lookalike {
  margin-left: 10px;
  padding: 5px 0 !important;
}
nav .menu .menu-item.btn-lookalike > a {
  transition: all 0.2s;
  padding: 10px 20px !important;
  background-color: white !important;
  color: black !important;
  border-radius: 25px !important;
}
nav .menu .menu-item.btn-lookalike > a:hover {
  background-color: white !important;
  box-shadow: 0 0 10px #ffffff7a;
}
nav .menu .menu-item a:hover, nav .menu .menu-item a:focus {
  background-color: #000000 !important;
  color: #edc72f;
}
nav .menu .menu-item ul.sub-menu {
  border-top: 0;
  padding-bottom: 0 !important;
}
@media (min-width: 992px) {
  nav .menu .menu-item ul.sub-menu:before {
    content: "";
    height: 5px;
    width: 100%;
    display: block;
    position: absolute;
    top: -5px;
    background-image: url("images/top-bar.svg");
    background-repeat: no-repeat;
    background-size: 100% 10px;
    background-position: center top;
  }
}
@media (min-width: 992px) {
  nav .menu .menu-item ul.sub-menu li {
    background-color: white;
  }
}
nav .menu .menu-item ul.sub-menu li a {
  transition: all 0.2s;
  padding: 15px 20px !important;
  transition: all 0.2s;
  margin: 0 !important;
}
@media (min-width: 992px) {
  nav .menu .menu-item ul.sub-menu li a {
    color: #000000 !important;
  }
}
@media (min-width: 992px) {
  nav .menu .menu-item ul.sub-menu li a:hover {
    background-color: #edc72f !important;
  }
}
@media (min-width: 992px) {
  nav .menu .menu-item ul.sub-menu li:hover a {
    background-color: #edc72f !important;
  }
}

.regio-data * {
  color: #edc72f;
  margin-top: 0;
}

.project-row {
  padding: 10px 0;
  border-bottom: 1px solid #646363;
  transition: background-color 0.2s;
}
.project-row:hover {
  background-color: #ffffff29;
}

.task-wrapper {
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 20px;
}
.task-wrapper .task-row .inschrijvingen {
  padding: 10px 20px;
  overflow: hidden;
}
.task-wrapper .task-row .inschrijvingen .hide-not-if-chosen {
  display: none;
}
.task-wrapper .task-row .inschrijvingen .user_modal_toggle {
  cursor: pointer;
}
.task-wrapper .task-row .inschrijvingen > .row {
  background: #edeef0;
  padding: 10px 0;
}
.task-wrapper .task-row .inschrijvingen > .row:nth-child(even) {
  background: #fff;
}
@media (max-width: 767px) {
  .task-wrapper .task-row .inschrijvingen > .row .user_modal_toggle {
    font-weight: bold !important;
  }
}
.task-wrapper .task-row .inschrijvingen > .row .text-sm-left p.display-inline {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .task-wrapper .task-row .inschrijvingen > .row .text-sm-left {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left !important;
  }
  .task-wrapper .task-row .inschrijvingen > .row .text-sm-left .float-right {
    float: left !important;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}

.modal-body .row {
  border-bottom: 0px solid !important;
}

.fc-header-toolbar .fc-button {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  border-radius: 5px !important;
  transition: all 0.2s;
  padding: 10px 15px !important;
  border: 0 !important;
  color: white;
  cursor: pointer !important;
  background-color: #485566;
}
.fc-header-toolbar .fc-button:focus {
  box-shadow: none !important;
  top: 0 !important;
}
.fc-header-toolbar .fc-button:hover, .fc-header-toolbar .fc-button.fc-button-active {
  background-color: #3b4654 !important;
}
.fc-header-toolbar .fc-button-group {
  border-radius: 5px !important;
  overflow: hidden;
}
.fc-header-toolbar .fc-button-group .fc-button {
  border-radius: 0 !important;
}
.fc-header-toolbar .fc-button-group .fc-button .fc-icon {
  font-size: 1em;
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: left !important;
}

.confirmed {
  background-color: #08b943 !important;
  border: 0 !important;
  border-radius: 5px !important;
  padding: 5px 10px !important;
}
.confirmed.fc-list-item {
  background-color: white !important;
}
.confirmed.fc-list-item .fc-event-dot {
  background-color: #08b943 !important;
}
.confirmed .fc-title {
  color: white !important;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
}

.fc-unthemed td.fc-today {
  background: transparent !important;
}

.fc-list-table .fc-list-heading .fc-widget-header .fc-list-heading-alt {
  float: none !important;
  margin-left: 4px;
}

.unconfirmed {
  background-color: #646363 !important;
  border: 0 !important;
  border-radius: 5px !important;
  padding: 5px 10px !important;
}
.unconfirmed.fc-list-item {
  background-color: white !important;
}
.unconfirmed.fc-list-item .fc-event-dot {
  background-color: #646363 !important;
}
.unconfirmed .fc-title {
  color: white !important;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
}

.fl-post-content, .fl-page-content {
  display: flex;
  flex-direction: column;
}
.fl-post-content form#acf-form, .fl-page-content form#acf-form {
  order: 2;
}
.fl-post-content div.fl-builder-content, .fl-page-content div.fl-builder-content {
  order: 1;
}

.legenda {
  padding-bottom: 25px;
}
.legenda .label-unconfirmed {
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid;
}
.legenda .label-unconfirmed:before {
  content: "";
  display: inline;
  width: 10px;
  height: 10px;
  background-color: #646363 !important;
  margin-right: 5px;
  border-radius: 10px;
  display: inline-block;
}
.legenda .label-confirmed {
  padding-left: 10px;
  padding-right: 10px;
}
.legenda .label-confirmed:before {
  content: "";
  display: inline;
  width: 10px;
  height: 10px;
  background-color: #08b943 !important;
  margin-right: 5px;
  border-radius: 10px;
  display: inline-block;
}

.option-box {
  background-color: white;
  border-radius: 20px;
  padding: 15px;
}

.task-declaration {
  padding: 15px;
  background-color: white;
  border-radius: 20px;
  margin: 10px 0;
  overflow: hidden;
}

select#facetwp-radius {
  display: inline-block;
  width: auto;
  padding: 5px 12px;
  margin-top: -1px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #646363;
  vertical-align: middle;
  background-color: #eaebee;
  background-image: none;
  border: 1px solid #d1d4d9;
  -moz-transition: all ease-in-out 0.15s;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.form-row {
  padding: 5px 0;
}
.form-row input[type=text], .form-row textarea, .form-row select, .form-row input[type=number], .form-row input[type=date], .form-row input[type=time] {
  background-color: white;
}
.form-row input[type=file] {
  width: 100%;
  display: block;
  padding-bottom: 5px;
}
.form-row select {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #646363;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d1d4d9;
  -moz-transition: all ease-in-out 0.15s;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.account-row {
  padding: 10px 0;
  border-bottom: 1px solid;
}

.account-button-row {
  margin-top: 20px;
}

.beheer-taken h3 {
  background-image: url("images/top-bar-yellow.svg");
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 20px !important;
}

.project-blok .uabb-blog-post-content h3 {
  background-image: url("images/top-bar-yellow.svg");
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 20px !important;
}

.beheer-taken .sign-highest .uabb-blog-post-content {
  border-bottom: 5px solid #edc72f;
  border-top: 5px solid #edc72f;
}
.beheer-taken .sign-highest .uabb-blog-post-content .uabb-read-more-text a {
  background-color: #edc72f !important;
}
.beheer-taken .sign-highest.list-view .uabb-blog-post-content {
  border-bottom: 0;
  border-top: 0;
  border-left: 5px solid #edc72f;
  border-right: 5px solid #edc72f;
}
.beheer-taken .sign-high .uabb-blog-post-content {
  border-bottom: 5px solid red;
  border-top: 5px solid red;
}
.beheer-taken .sign-high .uabb-blog-post-content .uabb-read-more-text a {
  background-color: red !important;
}
.beheer-taken .sign-high.list-view .uabb-blog-post-content {
  border-bottom: 0;
  border-top: 0;
  border-left: 5px solid red;
  border-right: 5px solid red;
}
.beheer-taken .sign-high-medium .uabb-blog-post-content {
  border-top: 5px solid rgba(255, 0, 0, 0.75);
  border-bottom: 5px solid rgba(255, 0, 0, 0.75);
}
.beheer-taken .sign-high-medium .uabb-blog-post-content .uabb-read-more-text a {
  background-color: rgba(255, 0, 0, 0.75) !important;
}
.beheer-taken .sign-high-medium.list-view .uabb-blog-post-content {
  border-bottom: 0;
  border-top: 0;
  border-left: 5px solid rgba(255, 0, 0, 0.75);
  border-right: 5px solid rgba(255, 0, 0, 0.75);
}
.beheer-taken .sign-medium .uabb-blog-post-content {
  border-top: 5px solid rgba(255, 0, 0, 0.5);
  border-bottom: 5px solid rgba(255, 0, 0, 0.5);
}
.beheer-taken .sign-medium .uabb-blog-post-content .uabb-read-more-text a {
  background-color: rgba(255, 0, 0, 0.5) !important;
}
.beheer-taken .sign-medium.list-view .uabb-blog-post-content {
  border-bottom: 0;
  border-top: 0;
  border-left: 5px solid rgba(255, 0, 0, 0.5);
  border-right: 5px solid rgba(255, 0, 0, 0.5);
}
.beheer-taken .sign-medium-low .uabb-blog-post-content {
  border-top: 5px solid rgba(255, 0, 0, 0.25);
  border-bottom: 5px solid rgba(255, 0, 0, 0.25);
}
.beheer-taken .sign-medium-low .uabb-blog-post-content .uabb-read-more-text a {
  background-color: rgba(255, 0, 0, 0.25) !important;
}
.beheer-taken .sign-medium-low.list-view .uabb-blog-post-content {
  border-bottom: 0;
  border-top: 0;
  border-left: 5px solid rgba(255, 0, 0, 0.25);
  border-right: 5px solid rgba(255, 0, 0, 0.25);
}
.beheer-taken .sign-geweest .uabb-blog-post-content, .beheer-taken .sign-low .uabb-blog-post-content {
  border-top: 5px solid silver;
  border-bottom: 5px solid silver;
}
.beheer-taken .sign-geweest.list-view .uabb-blog-post-content, .beheer-taken .sign-low.list-view .uabb-blog-post-content {
  border-bottom: 0;
  border-top: 0;
  border-left: 5px solid silver;
  border-right: 5px solid silver;
}
.beheer-taken .sign-filled .uabb-blog-post-content {
  border-bottom: 5px solid #009c20;
  border-top: 5px solid #009c20;
}
.beheer-taken .sign-filled.list-view .uabb-blog-post-content {
  border-bottom: 0;
  border-top: 0;
  border-left: 5px solid #009c20;
  border-right: 5px solid #009c20;
}

.task-progress-bar {
  display: none;
}

.row-contactpersoon, .row-kok, .row-user {
  border-bottom: 1px solid;
  padding-top: 10px;
  padding-bottom: 10px;
}

.restaurant_contacts, .restaurant_favorites, .restaurant_disqualifieds, .restaurant_users, .restaurant_stats {
  padding-top: 50px;
}

.facetwp-facet {
  margin-bottom: 0 !important;
}

.unpaid-claims-wrapper, .grid-box-wrapper {
  display: flex;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  width: 100%;
  height: auto;
  min-height: 200px;
}
.unpaid-claims-wrapper h3, .grid-box-wrapper h3 {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0;
}
.unpaid-claims-wrapper p, .grid-box-wrapper p {
  margin-bottom: 10px;
}
.unpaid-claims-wrapper .unpaid-claims, .unpaid-claims-wrapper .grid-box, .grid-box-wrapper .unpaid-claims, .grid-box-wrapper .grid-box {
  display: block;
  flex: 20% 1;
  min-width: 300px;
  background-color: #FFF;
  margin: 0 10px 30px;
  padding: 25px;
  text-align: center;
  transition: box-shadow ease-in 250ms;
}
.unpaid-claims-wrapper .unpaid-claims:hover, .grid-box-wrapper .unpaid-claims:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  transition: box-shadow ease-in 250ms;
}

.unpaid-claim-row :hover {
  cursor: pointer;
}

.paid-claims.beheer-taken {
  height: 100% !important;
  background: white;
  padding: 25px;
  text-align: center;
  margin-top: 20px !important;
  box-sizing: border-box;
}

.sortoptions span.active {
  font-weight: bold !important;
}

/* Chart styling */
.date-box .date-row input {
  width: 100%;
}
.date-box .date-row .remove-date {
  display: none;
}
.date-box .date-row.copy .remove-date {
  display: inline-block;
}

.data-row {
  padding-top: 5px;
  bottom: 5px;
}

.calamiteit-box {
  background-color: white;
  border-radius: 25px;
  padding: 20px;
  margin: 20px 0;
}

.stat-box {
  border-radius: 20px;
  padding: 20px;
  background-color: white;
  margin-bottom: 25px;
}
.stat-box .btn-row {
  padding-top: 20px;
}

#bedrijfsgegevens-table tbody tr td:first-child {
  font-weight: bold;
}

.uabb-blog-posts-grid.uabb-post-grid-3 .uabb-post-wrapper .uabb-blog-post-inner-wrap {
  height: 100%;
}
.uabb-blog-posts-grid.uabb-post-grid-3 .uabb-post-wrapper .uabb-blog-post-inner-wrap .uabb-blog-post-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.uabb-blog-posts-grid.uabb-post-grid-3 .uabb-post-wrapper .uabb-blog-post-inner-wrap .uabb-blog-post-content .uabb-read-more-text {
  margin-top: auto;
}

/* Invoice row styling */
.invoice-row > .acf-label {
  width: 10%;
}
.invoice-row > .acf-input {
  width: 90%;
}

.invoice-row-description {
  width: 50%;
}

.invoice-row-amount {
  width: 25%;
}

.invoice-row-price {
  width: 25%;
}

/* Notifications side bar */
.notifications-side-bar {
  background: white;
  padding: 12px 0;
  border-bottom: 1px solid #e2e2e2;
  transition: all 0.3s;
}
.notifications-side-bar:hover {
  cursor: pointer;
  transform: scale(1.01);
  -webkit-box-shadow: 0 6px 5px -6px black;
  -moz-box-shadow: 0 6px 5px -6px black;
  box-shadow: 0 6px 5px -6px black;
}
.notifications-side-bar .content p {
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notifications-side-bar .btn-icon {
  display: none;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 300px !important;
}

li.select2-results__option:empty {
  display: none;
}

/* Global classes */
.grayout {
  opacity: 0.6;
}

.divider-thick {
  border-bottom: 2px solid grey;
}

.display-inline {
  display: inline;
}

.spacer {
  padding-top: 30px;
}

/* <form> styling */
#create-invoice-form label {
  font-weight: bold;
}

#menu-beheer-menu a {
  border-radius: 6px !important;
}
#menu-beheer-menu a:focus {
  outline: 0;
}
#menu-beheer-menu li.current_page_item a {
  background: #edc72f;
  color: #020000;
}

@media all and (max-width: 768px) {
  .fc-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: wrap;
  }
  .fc-toolbar > div {
    padding: 10px 0;
    text-align: center;
    width: 100% !important;
    display: block !important;
    flex: 0 0 100% !important;
  }

  .fc-view-container > div {
    min-height: 300px;
  }
  .fc-view-container > div > div {
    min-height: 300px;
  }
}
.fc-license-message {
  display: none;
}

.fc-view-container .fc-head {
  background: #ececec;
  color: #000000;
}
.fc-view-container .fc-head th {
  padding-top: 10px;
  padding-bottom: 10px;
}
.fc-view-container .fc-body {
  background: white;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
  color: #020000;
}

.project-caroussel .uabb-blog-post-content, .project-simple-overview .uabb-blog-post-content {
  background-repeat: no-repeat;
  background-size: 175px;
  background-position: top 20px center;
  background-image: url(images/top-bar.svg);
  border-radius: 20px;
}
@media (max-width: 992px) {
  .project-caroussel .uabb-blog-post-content, .project-simple-overview .uabb-blog-post-content {
    background-image: url(images/top-bar-grey.svg);
    background-color: white;
    transition: all ease-in 250ms;
  }
}
.project-caroussel .uabb-blog-post-content .uabb-read-more-text a, .project-simple-overview .uabb-blog-post-content .uabb-read-more-text a {
  background-color: #edc72f;
  color: #020000;
  border-radius: 20px;
  padding: 9px 25px;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  opacity: 0;
  transition: all ease-in 250ms;
}
@media (max-width: 992px) {
  .project-caroussel .uabb-blog-post-content .uabb-read-more-text a, .project-simple-overview .uabb-blog-post-content .uabb-read-more-text a {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .project-caroussel .uabb-blog-post-content .uabb-read-more-text a:hover, .project-simple-overview .uabb-blog-post-content .uabb-read-more-text a:hover {
    color: #020000;
  }
}
.project-caroussel .uabb-blog-post-content:hover, .project-simple-overview .uabb-blog-post-content:hover {
  background-image: url(images/top-bar-grey.svg);
  background-color: white;
  transition: all ease-in 250ms;
}
.project-caroussel .uabb-blog-post-content:hover .uabb-read-more-text a, .project-simple-overview .uabb-blog-post-content:hover .uabb-read-more-text a {
  opacity: 1;
}
.project-caroussel h3.uabb-post-heading, .project-simple-overview h3.uabb-post-heading {
  margin-top: 20px;
}
.project-caroussel h3.uabb-post-heading a, .project-simple-overview h3.uabb-post-heading a {
  font-weight: bold;
  color: #020000;
}
.project-caroussel h4, .project-simple-overview h4 {
  color: #edc72f;
  margin-top: 10px;
}

.project-simple-overview .uabb-blog-post-content {
  background-image: url(images/top-bar-grey.svg);
}

.over-ons-vacatures .project-caroussel .uabb-blog-post-content h4 {
  color: black;
}

.fl-node-5df74fe24c255 .fl-menu-mobile-toggle:hover, .fl-node-5df74fe24c255 .fl-menu-mobile-toggle.fl-active {
  background-color: #020000;
}

@media (max-width: 992px) {
  .fl-row-fixed-width {
    width: 100%;
  }
}

.dcc-default-form input, .dcc-default-form textarea {
  background: white;
}

.wpcf7 .form-controller.row {
  margin-left: 15px;
  margin-right: 15px;
}
.wpcf7 .form-controller.row .form-label {
  width: 30%;
}
.wpcf7 .form-controller.row .input {
  width: 70%;
}

.form-aanmelden-horeca .wpcf7 .input .wpcf7-text, .form-aanmelden-horeca .wpcf7 .input .wpcf7-email, .form-aanmelden-horeca .wpcf7 .input .wpcf7-textarea, .form-aanmelden-horeca .wpcf7 .input .wpcf7-quiz, .form-aanmelden-horeca .wpcf7 .input .wpcf7-number {
  background: white;
}

@media (max-width: 992px) {
  .button-set.project-detail-set, .button-set.edit-restaurant-set, .button-set.dashboard-project-set, .button-set.beheer-administratie-set, .button-set.ondernemer-account-wijzigen-set, .button-set .factuur-detail-buttons {
    float: left;
    clear: both;
  }
}
.button-set.project-detail-set .btn, .button-set.project-detail-set .fl-button, .button-set.project-detail-set .d-inline-block, .button-set.edit-restaurant-set .btn, .button-set.edit-restaurant-set .fl-button, .button-set.edit-restaurant-set .d-inline-block, .button-set.dashboard-project-set .btn, .button-set.dashboard-project-set .fl-button, .button-set.dashboard-project-set .d-inline-block, .button-set.beheer-administratie-set .btn, .button-set.beheer-administratie-set .fl-button, .button-set.beheer-administratie-set .d-inline-block, .button-set.ondernemer-account-wijzigen-set .btn, .button-set.ondernemer-account-wijzigen-set .fl-button, .button-set.ondernemer-account-wijzigen-set .d-inline-block, .button-set .factuur-detail-buttons .btn, .button-set .factuur-detail-buttons .fl-button, .button-set .factuur-detail-buttons .d-inline-block {
  float: right;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .button-set.project-detail-set .btn, .button-set.project-detail-set .fl-button, .button-set.project-detail-set .d-inline-block, .button-set.edit-restaurant-set .btn, .button-set.edit-restaurant-set .fl-button, .button-set.edit-restaurant-set .d-inline-block, .button-set.dashboard-project-set .btn, .button-set.dashboard-project-set .fl-button, .button-set.dashboard-project-set .d-inline-block, .button-set.beheer-administratie-set .btn, .button-set.beheer-administratie-set .fl-button, .button-set.beheer-administratie-set .d-inline-block, .button-set.ondernemer-account-wijzigen-set .btn, .button-set.ondernemer-account-wijzigen-set .fl-button, .button-set.ondernemer-account-wijzigen-set .d-inline-block, .button-set .factuur-detail-buttons .btn, .button-set .factuur-detail-buttons .fl-button, .button-set .factuur-detail-buttons .d-inline-block {
    float: left;
    margin-left: 0;
    margin-right: 10px;
  }
}

.factuur-detail-buttons .btn {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .factuur-detail-buttons .btn {
    margin-left: 0;
    margin-right: 10px;
  }
  .factuur-detail-buttons .text-right {
    text-align: left !important;
  }
  .factuur-detail-buttons .float-right {
    float: left !important;
  }
}

@media (min-width: 992px) {
  .beheer-administratie-set {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

.page-heading {
  padding-bottom: 35px;
}
@media (min-width: 992px) {
  .page-heading h1 {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .fl-col-small:not(.fl-col-small-full-width) {
    max-width: 100%;
  }
}
.btn-forgot-password {
  float: right;
}

.notification-count.hasNotification a {
  padding-right: 23px !important;
}

span#notification-count {
  background-color: #edc72f;
  position: absolute;
  height: 20px;
  border-radius: 30px;
  width: 20px;
  padding-top: 3px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  left: 60px;
  top: 2px;
  color: #202020;
}

.account-sidebar .account-sidebar-inbox .btn {
  padding: 10px 20px !important;
}
.account-sidebar .account-sidebar-inbox .btn-text {
  display: none;
}
.account-sidebar .account-sidebar-inbox .btn-icon {
  display: inline-block;
  font-size: 12px;
}
.account-sidebar .account-sidebar-inbox .col-8 {
  flex: 0 0 80%;
  width: 80%;
  max-width: none;
}
.account-sidebar .account-sidebar-inbox .col-4 {
  flex: 0 0 20%;
  width: 20%;
  max-width: none;
}

.account-details-content .tab-content {
  background: white;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  padding-bottom: 30px;
}
.account-details-content .tab-content .account-row, .account-details-content .tab-content .row-user, .account-details-content .tab-content .row-contactpersoon, .account-details-content .tab-content .row-kok {
  border-bottom: 1px solid #e2e2e2;
}

.show-grid.btn-grey, .show-list.btn-grey, .show-calendar.btn-grey {
  opacity: 0.5;
}

.uabb-post-wrapper.list-view {
  width: 100%;
  height: auto;
  margin-bottom: 2px !important;
  text-align: left;
}
.uabb-post-wrapper.list-view .uabb-blog-post-content {
  flex-direction: row !important;
}
.uabb-post-wrapper.list-view h3 {
  padding-top: 0 !important;
  background-image: none !important;
  text-align: left;
  font-size: 15px;
  flex: 30% 1;
}
.uabb-post-wrapper.list-view h4 {
  font-size: 13px;
  text-align: left;
  flex: 30% 1;
}
.uabb-post-wrapper.list-view .project-content {
  text-align: left;
  font-size: 12px;
}
.uabb-post-wrapper.list-view .uabb-read-more-text {
  width: 50%;
  display: inline-block;
  padding-top: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.uabb-post-wrapper.list-view .uabb-read-more-text a {
  float: right;
}
.uabb-post-wrapper.list-view .task-applications {
  display: none;
}
.uabb-post-wrapper.list-view .project-content {
  width: 50% !important;
  display: inline-block;
}
.uabb-post-wrapper.list-view .project-content .date-and-time {
  padding: 0 !important;
}

table.dataTable thead {
  background: white;
}
table.dataTable thead th {
  border-bottom: 2px solid #d9d9d9 !important;
}

.table.dataTable.no-footer {
  border-bottom: 1px solid #d9d9d9 !important;
}

#fl-post-268 .acf-form {
  padding-bottom: 60px;
}

.kok-project-filterbar {
  z-index: 9;
  position: relative;
}

.table-container {
  overflow-y: hidden;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .table-container table.dataTable {
    min-width: 670px;
  }
}

.ios-prompt > span {
  color: #bbbbbb;
  float: right;
  margin-top: 6px;
  margin-right: 4px;
}

.ios-prompt > .ios-prompt-add {
  float: left;
  height: 80px;
  width: auto;
  margin-top: -2px;
  margin-right: 1rem;
}

.ios-prompt > p {
  margin-top: -3px;
  line-height: 1.3rem;
  padding-top: 7px;
}

.ios-prompt > p > .ios-prompt-share {
  display: inline-block;
  margin-top: -5px;
  margin-bottom: -4px;
  height: 20px;
  width: auto;
}

.wp-video, .wp-video video {
  width: 100% !important;
  max-width: 100%;
}

.pagination {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  display: block;
  padding-top: 25px;
}
.pagination span, .pagination a {
  display: inline-block;
  padding: 10px 0;
  margin: 0 2.5px;
  border: 1px solid #9b9b9b;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #9b9b9b;
  transition: all 0.2s;
}
.pagination span.current, .pagination span:hover, .pagination a.current, .pagination a:hover {
  border-color: #ee7203;
  color: #ee7203;
}

@media all and (max-width: 576px) {
  .task-declaration .col-hr, .task-declaration .col-min {
    overflow: hidden;
    padding-top: 10px !important;
  }
  .task-declaration .col-hr > div, .task-declaration .col-min > div {
    padding: 5px;
    background-color: #edeef0;
  }
  .task-declaration .col-hr > div:first-child, .task-declaration .col-min > div:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .task-declaration .fake-label {
    font-size: smaller;
    padding-top: 5px;
  }
}
i.ua-icon.ua-icon-printer2 {
  font-size: 25px !important;
}

.select2.select2-container {
  width: 100% !important;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.table tr.odd {
  background: white;
}
.table tr.even {
  background-color: #f7f7f7;
}
.table tr.first-row {
  border-top: 2px solid #646363;
}
.table tr.debet {
  border-left: 2px solid #08b943;
}
.table tr.credit {
  border-left: 2px solid #FF0000;
}

.totals_container {
  border-radius: 10px;
  background-color: white;
  padding: 15px;
  margin-bottom: 15px;
}

input.error {
  border: 1px solid red;
}

/*# sourceMappingURL=style.css.map */
