body {
  -webkit-print-color-adjust: exact !important;
  font-family: sans-serif;
}

body.viewport-60 {
  font-size: 16px;
}

body.viewport-80,
body.viewport-100 {
  font-size: 11px;
}

.sidebar-yellow {
  background: linear-gradient(to bottom, yellow, white) !important;
}

.table-bordered td {
  border-color: #333 !important;
}

.table-borderless td,
.table-borderless th {
  border: none !important;
}

td {
  vertical-align: middle !important;
  text-align: left;
}

td.text-right {
  text-align: right;
}

td.text-center {
  text-align: center;
}

.text-red {
  color: red;
}

td.bg-orange {
  background-color: #ffc000 !important;
}

td.bg-yellow {
  background-color: #feff99 !important;
}

td.bg-grey {
  background-color: #eee !important;
}

td.bg-green {
  background: #99ff99 !important;
}

td.nowrap {
  white-space: nowrap;
}
td.nowrap-md {
  white-space: nowrap;
}

@media (max-width: 767px) {
  #property-detail td.nowrap-md {
    white-space: normal;
  }
}

.fw700 {
  font-weight: 700;
}

.print-buttons {
  margin-bottom: 10px;
  text-align: right;
}

@media print {
  .print-buttons {
    display: none;
  }
  table {
    background: transparent !important;
  }
}

/**/

.list-slashed {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.list-slashed li {
  display: inline-block;
}

.list-slashed li:after {
  content: '/';
  margin-left: 5px;
  margin-right: 5px;
}

.list-slashed li:last-child:after {
  content: '';
}

/**/

/* .with-background {
    background: #fff url('/public/assets/images/footer-print.png') bottom center no-repeat;
    background-size: contain;
    min-height: 100vh
} */
