body {
  font-family: Roboto, "Noto Sans", Noto, sans-serif;
}

.search-wrapper {
  display: none !important;
}

.filters_wrapper {
  display: none !important;
}

.md-icon {
  display: none !important;
}

.statusEtab {
  display: block !important;
  width: 25px;
  height: 25px;
}

.btn-print {
  display: none !important;
}

.site-detail-fields {
  flex-direction: column;
}

.site-detail {
  position: relative;
  padding-bottom: 84px;
}

.site-detail .selected {
  min-height: 100%;
}

.site-detail-fields {
  padding-left: 16px;
}

.site-detail-map {
  width: 100%;
  height: 450px !important;
  margin: 28px 16px 0 0;
}

.md-headline {
  @include headline();
}

h3 {
  color: #4B4B4B;
}

.section {
  padding-bottom: 16px;
  margin: 0 16px;
  border-bottom: 1px solid #EFEFEF;
}

.section:last-child {
  border-bottom: none;
}

.section .section-title .section-title-link {
  padding-bottom: 3px;
  transition: 150ms ease;
  line-height: 25px;
  transform: rotate(0deg);
}

.section .inherit-color{
  color:inherit;
}

.events-list {
  padding: 0px 0 4px 16px;
  border-left: 2px solid #FF6700;
  margin-left: 2px;
}

li {
  display: flex;
  font-size:15px;
  margin-top:8px;
}

.grey-text {
  color: #4B4B4B;
  display: block;
}

.date {
  width: 100px;
  color: #4B4B4B;
}

.md-table-head { max-height: 100px; }

.md-table-row { max-height: 100px; }

.md-table-header { max-height: 100px; }

.md-ripple { display: none; }

.md-table-head-text {
  font-size: 12px;
  text-align: left;
}

.md-table-cell-container {
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.md-table-cell {
  border-top: 1px solid #e0e0e0;
}

.md-table-pagination {
  display: none;
}
