.portal_check,
#select_all {
  min-height: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.td_portals {
  padding: 8px !important;
  line-height: 1.42857143 !important;
  vertical-align: top !important;
  border-top: 1px solid #ddd;
}

.unset_border {
  border: unset !important;
}

.portals_table tr:not(:first-child) {
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  margin-top: 10px;
}

.portals_table tr:last-child td {
  border-bottom: 1px solid #eeeeee;
}

.publication-date {
  text-align: right;
}

.unit-label,
.unit-label-big {
  position: absolute;
  top: 124px;
  right: 35px;
  color: #666;
}

.chart_border {
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.report_boxes {
  min-width: 0;
  max-width: 100%;
  width: 19%;
}

.report_boxes_container {
  display: flex;
  justify-content: space-between;
}

.m-top-5 {
  margin-top: 5px;
}

.m-top-10 {
  margin-top: 10px;
}

.m-top-15 {
  margin-top: 15px;
}

.m-top-20 {
  margin-top: 20px;
}

.m-top-25 {
  margin-top: 25px;
}

.m-top-30 {
  margin-top: 30px;
}

.m-bottom-5 {
  margin-bottom-top: 5px;
}

.m-bottom-10 {
  margin-bottom: 10px;
}

.m-bottom-15 {
  margin-bottom: 15px;
}

.m-bottom-20 {
  margin-bottom: 20px;
}

.m-bottom-25 {
  margin-bottom: 25px;
}

.m-bottom-30 {
  margin-bottom: 30px;
}

.max-w-80 {
  max-width: 80%;
}

.text-underline {
  text-decoration: underline;
}

.flex_space_between {
  display: flex;
  justify-content: space-between;
}

.m-right-30 {
  margin-right: 30px;
}

.booking_cols {
  padding: 0 15px;
  width: 33.3%;
}

.table_shadow {
  box-shadow: 0 0 1em #e7e7e7;
}

.unset_background {
  background-color: unset;
}

@media (max-width: 1200px) {
  .booking_cols {
    width: 100%;
  }

  .booking_tables_container {
    flex-wrap: wrap;
  }
}

