@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Sharp:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@font-face {
  font-family: 'Friz Quadrata Std';
  src: url("fonts/FrizQuadrataStd.woff2") format("woff2"), url("fonts/FrizQuadrataStd.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
.material-symbols-sharp, .material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24; }

/*!
 * Font Awesome Icon Picker
 * https://itsjavi.com/fontawesome-iconpicker/
 *
 * Originally written by (c) 2016 Javi Aguilar
 * Licensed under the MIT License
 * https://github.com/itsjavi/fontawesome-iconpicker/blob/master/LICENSE
 *
 */
/*
 * Font Awesome Icon Picker
 * https://itsjavi.com/fontawesome-iconpicker/
 *
 * Originally written by (c) 2016 Javi Aguilar
 * Licensed under the MIT License
 * https://github.com/itsjavi/fontawesome-iconpicker/blob/master/LICENSE
 *
 */
/*
 * Font Awesome Icon Picker
 * https://itsjavi.com/fontawesome-iconpicker/
 *
 * Originally written by (c) 2016 Javi Aguilar
 * Licensed under the MIT License
 * https://github.com/itsjavi/fontawesome-iconpicker/blob/master/LICENSE
 *
 */
.iconpicker-popover.popover {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  max-width: none;
  padding: 1px;
  text-align: left;
  width: 216px;
  background: #f7f7f7; }

.iconpicker-popover.popover.top,
.iconpicker-popover.popover.topLeftCorner,
.iconpicker-popover.popover.topLeft,
.iconpicker-popover.popover.topRight,
.iconpicker-popover.popover.topRightCorner {
  margin-top: -10px; }

.iconpicker-popover.popover.right,
.iconpicker-popover.popover.rightTop,
.iconpicker-popover.popover.rightBottom {
  margin-left: 10px; }

.iconpicker-popover.popover.bottom,
.iconpicker-popover.popover.bottomRightCorner,
.iconpicker-popover.popover.bottomRight,
.iconpicker-popover.popover.bottomLeft,
.iconpicker-popover.popover.bottomLeftCorner {
  margin-top: 10px; }

.iconpicker-popover.popover.left,
.iconpicker-popover.popover.leftBottom,
.iconpicker-popover.popover.leftTop {
  margin-left: -10px; }

.iconpicker-popover.popover.inline {
  margin: 0 0 12px 0;
  position: relative;
  display: inline-block;
  opacity: 1;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  max-width: 100%;
  box-shadow: none;
  z-index: auto;
  vertical-align: top; }

.iconpicker-popover.popover.inline > .arrow {
  display: none; }

.dropdown-menu .iconpicker-popover.inline {
  margin: 0;
  border: none; }

.dropdown-menu.iconpicker-container {
  padding: 0; }

.iconpicker-popover.popover .popover-title {
  padding: 12px;
  font-size: 13px;
  line-height: 15px;
  border-bottom: 1px solid #ebebeb;
  background-color: #f7f7f7; }

.iconpicker-popover.popover .popover-title input[type=search].iconpicker-search {
  margin: 0 0 2px 0; }

.iconpicker-popover.popover .popover-title-text ~ input[type=search].iconpicker-search {
  margin-top: 12px; }

.iconpicker-popover.popover .popover-content {
  padding: 0px;
  text-align: center; }

.iconpicker-popover .popover-footer {
  float: none;
  clear: both;
  padding: 12px;
  text-align: right;
  margin: 0;
  border-top: 1px solid #ebebeb;
  background-color: #f7f7f7; }

.iconpicker-popover .popover-footer:before,
.iconpicker-popover .popover-footer:after {
  content: " ";
  display: table; }

.iconpicker-popover .popover-footer:after {
  clear: both; }

.iconpicker-popover .popover-footer .iconpicker-btn {
  margin-left: 10px; }

.iconpicker-popover .popover-footer input[type=search].iconpicker-search {
  /*width:auto;
        float:left;*/
  margin-bottom: 12px; }

.iconpicker-popover.popover > .arrow,
.iconpicker-popover.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.iconpicker-popover.popover > .arrow {
  border-width: 11px; }

.iconpicker-popover.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.iconpicker-popover.popover.top > .arrow,
.iconpicker-popover.popover.topLeft > .arrow,
.iconpicker-popover.popover.topRight > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }

.iconpicker-popover.popover.top > .arrow:after,
.iconpicker-popover.popover.topLeft > .arrow:after,
.iconpicker-popover.popover.topRight > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff; }

.iconpicker-popover.popover.topLeft > .arrow {
  left: 8px;
  margin-left: 0; }

.iconpicker-popover.popover.topRight > .arrow {
  left: auto;
  right: 8px;
  margin-left: 0; }

.iconpicker-popover.popover.right > .arrow,
.iconpicker-popover.popover.rightTop > .arrow,
.iconpicker-popover.popover.rightBottom > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }

.iconpicker-popover.popover.right > .arrow:after,
.iconpicker-popover.popover.rightTop > .arrow:after,
.iconpicker-popover.popover.rightBottom > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff; }

.iconpicker-popover.popover.rightTop > .arrow {
  top: auto;
  bottom: 8px;
  margin-top: 0; }

.iconpicker-popover.popover.rightBottom > .arrow {
  top: 8px;
  margin-top: 0; }

.iconpicker-popover.popover.bottom > .arrow,
.iconpicker-popover.popover.bottomRight > .arrow,
.iconpicker-popover.popover.bottomLeft > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }

.iconpicker-popover.popover.bottom > .arrow:after,
.iconpicker-popover.popover.bottomRight > .arrow:after,
.iconpicker-popover.popover.bottomLeft > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff; }

.iconpicker-popover.popover.bottomLeft > .arrow {
  left: 8px;
  margin-left: 0; }

.iconpicker-popover.popover.bottomRight > .arrow {
  left: auto;
  right: 8px;
  margin-left: 0; }

.iconpicker-popover.popover.left > .arrow,
.iconpicker-popover.popover.leftBottom > .arrow,
.iconpicker-popover.popover.leftTop > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.iconpicker-popover.popover.left > .arrow:after,
.iconpicker-popover.popover.leftBottom > .arrow:after,
.iconpicker-popover.popover.leftTop > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px; }

.iconpicker-popover.popover.leftBottom > .arrow {
  top: 8px;
  margin-top: 0; }

.iconpicker-popover.popover.leftTop > .arrow {
  top: auto;
  bottom: 8px;
  margin-top: 0; }

.iconpicker {
  position: relative;
  text-align: left;
  text-shadow: none;
  line-height: 0;
  display: block;
  margin: 0;
  overflow: hidden; }

.iconpicker * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: relative; }

.iconpicker:before,
.iconpicker:after {
  content: " ";
  display: table; }

.iconpicker:after {
  clear: both; }

.iconpicker .iconpicker-items {
  position: relative;
  clear: both;
  float: none;
  padding: 12px 0 0 12px;
  background: #fff;
  margin: 0;
  overflow: hidden;
  overflow-y: auto;
  min-height: 49px;
  max-height: 246px; }

.iconpicker .iconpicker-items:before,
.iconpicker .iconpicker-items:after {
  content: " ";
  display: table; }

.iconpicker .iconpicker-items:after {
  clear: both; }

.iconpicker .iconpicker-item {
  float: left;
  width: 14px;
  height: 14px;
  padding: 12px;
  margin: 0 12px 12px 0;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  font-size: 14px;
  box-shadow: 0 0 0 1px #dddddd;
  color: inherit;
  /*&:nth-child(4n+4) {
            margin-right: 0;
        }
        &:nth-last-child(-n+4) {
            margin-bottom: 0;
        }*/ }

.iconpicker .iconpicker-item:hover:not(.iconpicker-selected) {
  background-color: #eeeeee; }

.iconpicker .iconpicker-item.iconpicker-selected {
  box-shadow: none;
  color: #fff; }

.iconpicker-component {
  cursor: pointer; }

.label-job {
  position: absolute;
  top: 0px;
  right: 30px;
  width: 80px;
  height: auto;
  z-index: 10; }
  @media screen and (max-width: 1024px) {
    .label-job {
      width: 60px;
      right: 10px; } }
  @media screen and (max-width: 768px) {
    .label-job {
      width: 60px;
      right: 70px; } }

.client-logo {
  margin: 14px 0;
  height: 40px;
  width: auto; }

.btn-group a.btn-dark {
  border: 1px solid rgba(255, 255, 255, 0.35) !important; }

.hidden {
  display: none; }

html, body {
  font-family: 'Open Sans', sans-serif; }

strong {
  font-weight: 700 !important; }

.navbar {
  border-bottom: 1px solid #424949; }
  .navbar .nav {
    margin: 10px 0 0 20px; }
    .navbar .nav li a {
      font-size: 15px;
      padding: 8px; }

.home-nav {
  list-style: none;
  padding: 0px;
  margin: 15px 0; }
  .home-nav li {
    display: block;
    padding: 8px 0px;
    margin: 0px; }
  .home-nav a {
    font-size: 16px;
    color: #424949; }
  .home-nav a:hover {
    color: #333;
    text-decoration: none; }
  .home-nav a i {
    width: 30px;
    font-size: 18px; }

.thumbnail {
  border: none; }

.footer {
  font-size: 13px;
  border-top: 1px solid #424949;
  margin-top: 45px;
  padding: 10px 20px;
  color: #424949; }

.footer span {
  display: inline-block;
  width: 10px; }

.semi-transparent {
  opacity: 0.4; }

/* make bootstrap responsiveness work as a grid */
.row .grid {
  display: inline-block;
  float: none;
  margin: 0 -0.125em;
  /* correct margin, doesn't fit in safari */
  margin: 0 -0.143em;
  vertical-align: top; }

/* sortable / draggable / dropable */
.sortable tr,
.sortable div, .sortable2 tr,
.sortable2 div, .sortableoptions div, .sortablesizes div, .sortableoptions tr, .sortablesizes tr {
  cursor: move; }

/* remove ugly glow bootstrap select */
button.selectpicker:active {
  border-color: transparent;
  box-shadow: none;
  outline: 0 none; }

ul.selectpicker li:active a,
ul.selectpicker li.selected a {
  border-color: transparent;
  box-shadow: none;
  outline: 0 none; }

/* recursive pages */
.pages ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.pages ul li table,
.pages table {
  margin: 0; }

.pages ul li table tr td:nth-child(1) {
  margin-left: -20px; }

.pages ul li table tr td {
  border-top: none;
  border-bottom: 1px solid #dddddd; }

/* custom FA's stack functionality inside bootstrap button */
.btn > .fa-stack {
  height: auto;
  width: 1.3em;
  margin-left: -3px;
  margin-right: -2px; }

.btn > .fa-stack > .fa-stack-1x,
.btn > .fa-stack > .fa-stack-2x {
  top: -15px; }

.btn > .fa-stack > .fa-stack-2x {
  font-size: 1.3em;
  padding-top: 5px;
  margin-top: 0; }

/* standaard opmaak uploadknop bij batchupload verbergen */
.fileinput-button {
  position: relative;
  overflow: hidden; }

.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer; }

.btn:hover {
  background-color: #424949;
  color: #fff; }

.note {
  font-weight: bold;
  color: #424949;
  text-align: left;
  padding: 10px; }

.notbold {
  font-weight: normal; }

.bootstrap-datetimepicker-widget {
  color: #555; }
  .bootstrap-datetimepicker-widget td {
    text-align: center;
    cursor: pointer; }
    .bootstrap-datetimepicker-widget td:hover {
      color: #000000;
      background-color: #eee; }
  .bootstrap-datetimepicker-widget td.old, .bootstrap-datetimepicker-widget td.new {
    color: #cccccc; }
  .bootstrap-datetimepicker-widget td.active {
    color: #fff;
    background-color: #424949; }
  .bootstrap-datetimepicker-widget td.today:not(.active) {
    color: #424949;
    background-color: #ddd; }
  .bootstrap-datetimepicker-widget .datepicker-months td:hover, .bootstrap-datetimepicker-widget .datepicker-years td:hover, .bootstrap-datetimepicker-widget .datepicker-decades td:hover {
    color: #555;
    background-color: transparent; }
  .bootstrap-datetimepicker-widget .datepicker-months td span, .bootstrap-datetimepicker-widget .datepicker-years td span, .bootstrap-datetimepicker-widget .datepicker-decades td span {
    padding: 4px 0 !important;
    width: 25%;
    display: block;
    float: left; }
    .bootstrap-datetimepicker-widget .datepicker-months td span:hover, .bootstrap-datetimepicker-widget .datepicker-years td span:hover, .bootstrap-datetimepicker-widget .datepicker-decades td span:hover {
      color: #000000;
      background-color: #eee; }

.imgdialog {
  width: 100%;
  line-height: 40px;
  background-color: #efefef;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #333;
  font-weight: 600;
  padding: 0 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer; }
  .imgdialog:hover {
    background-color: #424949;
    color: #ffffff; }

.js-mce-fontawesome-insert .fa, .js-mce-fontawesome-insert .fas {
  font-size: 16px;
  margin: 0 4px;
  width: 24px;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important; }
.js-mce-fontawesome-insert a .fa, .js-mce-fontawesome-insert a .fas {
  width: auto;
  margin-right: 4px;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important; }

.leganda {
  clear: both;
  padding: 10px;
  float: none; }
  .leganda div {
    width: 14.28%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 20px;
    font-size: 12px; }
    .leganda div span {
      display: block;
      float: left;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      margin: 3px 6px 0 0; }

.control-label {
  color: #888; }

/*# sourceMappingURL=admin.min.css.map */
