body,
html {
  height: 100%;
}

body {
  background: rgba(255, 135, 0, 0.25);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

h1.emphasis {
  color: var(--bs-black);
}

header {
  margin-bottom: 1.25rem;
}

.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-brand img {
  max-height: 40px;
}

.background-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.color-primary {
  color: #ff8700;
}

.color-magenta {
  color: #dd0063;
}

.color-green {
  color: #88c309;
}

.color-blue {
  color: #097fc3;
}

.color-orange {
  color: #ed9700;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  color: #ff8700;
}

.label.label-primary {
  background-color: #ff8700;
}

.panel {
  background: #fff;
  box-shadow: 0 0 10px rgba(88, 89, 91, 0.4);
  border-radius: 4px;
  padding: 0;
  border-top: none;
}
.panel.panel-warning {
  display: flex;
}
.panel .panel-footer {
  padding: 10px 15px;
  padding-bottom: 15px;
}
.panel .list-group {
  margin-top: -15px;
}
.panel .list-group .list-group-item {
  overflow: hidden;
}

.panel-warning h2 {
  color: #e65000;
}

.btn-remove {
  color: #ccc;
  margin-left: 10px;
}

.no-margin-top {
  margin-top: 0;
}

.list-group a.list-group-item:hover {
  background: rgba(255, 135, 0, 0.1);
}

.list-table {
  display: table;
  width: 100%;
}
.list-table .list-group-item {
  display: table-row;
}
.list-table .list-group-item span {
  display: table-cell;
  padding: 10px 15px;
  border-top: 1px solid #ddd;
  color: #ff8700;
}

.table {
  color: #ff8700;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background: rgba(255, 135, 0, 0.1);
}

.table-hover > tbody > tr > td {
  cursor: pointer;
}

.table > thead > tr > th {
  font-weight: 700;
  color: #fff;
  background-color: #ff8700;
}

table.sortable thead th:hover:not([data-defaultsort=disabled]) {
  background: rgba(255, 135, 0, 0.9);
}

table.sortable span.arrow.up,
table.sortable span.arrow,
span.reversed,
table.sortable span.sign {
  color: #fff;
  font-weight: 300;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px 15px;
}

.input-group-btn:last-child > .btn {
  margin-top: 0;
  height: 36px;
}

.search-form {
  margin-bottom: 15px;
  overflow: hidden;
}

.status-pending i {
  color: #ffd200;
}

.status-declined i {
  color: #b90e62;
}

.status-accepted i {
  color: #53a000;
}

.status span {
  float: left;
}
.status i {
  float: right;
  margin-top: 4px;
}

.location-result {
  padding: 0;
}
.location-result .location-info {
  padding-top: 6px;
  padding-bottom: 5px;
  padding-right: 10px;
}

a.location-result:hover {
  background-color: rgba(255, 135, 0, 0.1) !important;
}

a:hover .other-thumb:after,
a.location-result:hover .overview-thumb:after {
  background-color: rgba(255, 135, 0, 0.4);
}

a .other-thumb:before,
a.location-result .overview-thumb:before {
  content: "bekijk planning";
}

.space-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #ddd;
  width: 100%;
  height: 200px;
  float: left;
  position: relative;
}
.space-image h4 {
  color: #fff;
  background-color: rgba(255, 135, 0, 0.8);
  padding: 5px 10px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  margin: 0;
}

.form-group {
  margin-bottom: 10px;
}
.form-group label {
  margin-bottom: 5px;
  font-size: 90%;
}

/* Week overview ---------------------------------------------------------------*/
.week-overview h3 {
  padding-top: 7px;
}
.week-overview .form-inline .form-group {
  margin-top: 10px;
}
.week-overview .form-inline .form-group input {
  margin-left: 10px;
}
.week-overview .form-inline button {
  margin-left: 20px;
}
.week-overview .table-responsive {
  margin-top: 20px;
}
.week-overview .table-responsive thead th {
  background-color: #fff;
  color: #303030;
  text-align: left;
}
.week-overview .table-responsive tbody {
  overflow-y: auto;
}
.week-overview .table-responsive tbody tr td {
  padding: 3px;
}
.week-overview .table-responsive tbody tr td .type-label {
  display: none;
}
.week-overview .table-responsive tbody tr td.regular {
  margin: 2px;
  background-color: #ff8700;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 600;
}
.week-overview .table-responsive tbody tr td.regular:hover {
  cursor: pointer;
  background-color: rgba(255, 135, 0, 0.85);
}
.week-overview .table-responsive tbody tr td.structural {
  margin: 2px;
  background-color: #ff5900;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 600;
}
.week-overview .table-responsive tbody tr td.structural:hover {
  background-color: rgba(255, 89, 0, 0.85);
  cursor: pointer;
}
.week-overview .table-responsive tbody tr td.pending {
  margin: 2px;
  background-color: #d0d2d3;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 600;
}
.week-overview .table-responsive tbody tr td.pending:hover {
  background-color: rgba(208, 210, 211, 0.85);
  cursor: pointer;
}

/* Content --------------------- */
.alert {
  color: #fff;
  border: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.alert p:last-of-type {
  margin-bottom: 0;
}

.alert-danger {
  background-color: rgb(195, 0, 60);
}

.alert-success {
  background-color: rgb(0, 166, 81);
}

.alert-info {
  background-color: rgb(0, 118, 163);
}

.alert-warning {
  background-color: rgb(230, 150, 0);
}

h1 {
  font-weight: 800;
  font-size: 48px;
  color: #fff;
  margin-bottom: 5px;
  text-shadow: 0 2px 15px rgba(255, 135, 0, 0.2);
  float: left;
}

/*DATE row -----------------------*/
.date-row {
  min-height: 40px;
}

/*DASH --------------------------*/
.panel-image {
  width: 100%;
  height: 100px;
  /*padding 				: 60% 0 0 0;*/
  border-radius: 4px 4px 0 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.panel-image h2 {
  color: #fff;
  background-color: rgba(248, 0, 0, 0.8);
  padding: 10px 15px;
  position: absolute;
  left: 15px;
  bottom: 15px;
  margin: 0;
}
.panel-image .btn {
  margin-top: -55px;
  margin-right: 15px;
  float: right;
}

.labels-large .label {
  font-size: 14px;
  padding: 3px 6px;
}

.spaces-list-group .overview-thumb {
  width: 160px;
  height: 60px;
}
.spaces-list-group .location-info {
  min-height: 60px;
  padding-left: 180px;
}

@media print {
  @page {
    margin: 0.5cm;
    size: landscape;
  }
  * {
    font-size: 12px;
    font-family: Arial;
  }
  .hide-from-print,
.fa {
    display: none !important;
  }
  .table-responsive {
    margin-top: 0 !important;
  }
  .table-responsive .table {
    margin: 0 !important;
  }
  .table-responsive .table tr > th {
    width: 100px;
  }
  .container-fluid {
    padding: 0 !important;
  }
  .panel {
    border-top: none;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .print-page-break {
    page-break-before: always;
  }
  tr:first-child.print-page-break {
    page-break-before: avoid;
  }
  th,
td {
    padding: 3px 5px !important;
  }
  th.pending,
td.pending {
    font-style: italic;
    font-weight: 300 !important;
  }
  th .type-label,
td .type-label {
    display: inline-block !important;
  }
}