/*
Theme Name: Scanfil
Theme URI: http://redandblue.fi
Author: Red & Blue Oy
Author URI: http://redandblue.fi
Version: 1.0
License: Proprietary
Text Domain: scanfil
Custom CSS: https://pressmanni.com
*/

/* Page colums */
.rnb-columns .rnb-columns__sidebar {
  flex-basis: 340px !important;
}

.rnb-columns .rnb-columns__content {
  flex-basis: 800px !important;
}

/* Reports element */
.reports_container {
  margin: 0 auto;
}

#g-reports-element {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

.g-reports-element {
  padding-bottom: 50px;
}

.g-reports-element__items {
}

th.g-reports-table_header {
  font-size: 11px;
}

.g-reports-element__item div.wpt-inline-svg {
  transform: scale(0.8) !important;
  width: 51px;
  text-align: center !important;
  margin: 0 auto !important;
  display: block;
}

.g-reports-element__item .wpt-inline-svg:hover {
  transform: scale(0.7) !important;
}

.g-reports-element__item .report-item__title {
  font-size: 12px;
  font-weight: 400;
  color: #004260;
  text-align: left;
  padding-left: 10px;
}

.g-reports-element__item:hover {
  background-color: white;
}

tr:nth-child(even) {
  background-color: #f2f2f2 !important;
}

/* Plants element */
.g-plants-element__plants {
  grid-template-columns: 1fr 1fr !important;
}

@media only screen and (max-width: 768px) {
  th.g-reports-table_header {
    font-size: 7px;
  }

  .g-reports-element__item div.wpt-inline-svg {
    transform: scale(0.6) !important;
    width: 25px;
    text-align: center !important;
    margin: 0 auto !important;
    display: block;
  }

  .g-reports-element__item .wpt-inline-svg:hover {
    transform: scale(0.6) !important;
  }

  .g-reports-element__item .report-item__title {
    font-size: 11px;
    font-weight: 400;
    color: #004260;
    text-align: left;
    padding-left: 0;
    max-width: 35%;
  }
  .scanfil-container {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: auto;
    margin-right: auto;
  }

  .rnb-sidebar-content {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* Fix: Bolded elements don't have max width in Stock Releases @since 1.0.1 SCF-17 */
/* .entry-content > strong {
  max-width: 40.8125rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  color: #004260;
} */
