.color-shade-graph .color-graph-wrapper {
  overflow-x: auto;
}

.color-shade-graph table {
  /*min-width: 550px;*/
}

.color-shade-graph .color-preview {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}

.color-shade-graph table td, 
.color-shade-graph table th, 
.color-shade-graph td, 
.color-shade-graph th {
  border-left: 0;
  border-right: 0;
}

.color-shade-graph table thead th {
  color: #ffffff;
  border: 0;
}

.theme-blue .color-shade-graph table thead th {
  background: #009fdf;
  text-align: left;
}

.theme-red .color-shade-graph table thead th {
  background: #c8102e;
}

.theme-green .color-shade-graph table thead th {
  background: #509e2f;
}

.theme-orange .color-shade-graph table thead th {
  background: #ed8b00;
}

.theme-purple .color-shade-graph table thead th {
  background: #772583;
}

.color-shade-graph table thead th:nth-child(1) {
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
}

.color-shade-graph table thead th:last-of-type {
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}

.theme-blue .color-shade-graph table tbody tr:last-of-type td {
  border-bottom: 2px solid #009fdf;
}

.theme-red .color-shade-graph table tbody tr:last-of-type td {
  border-bottom: 2px solid #c8102e;
}

.theme-green .color-shade-graph table tbody tr:last-of-type td {
  border-bottom: 2px solid #509e2f;
}

.theme-orange .color-shade-graph table tbody tr:last-of-type td {
  border-bottom: 2px solid #ed8b00;
}

.theme-purple .color-shade-graph table tbody tr:last-of-type td {
  border-bottom: 2px solid #772583;
}

.m-border-top td {
  border-top: 1px solid #dfdfdf;
  border-bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}

.m-border-bottom td {
  border-bottom: 1px solid #dfdfdf;
}

.row-title {
  min-width: 150px;
}

.color-shade-graph .collapse.show {
  display: none;
}

.show-on-mobile {
  display: none;
}

.color-shade-graph .show-on-mobile svg {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 15px;
  top: 25px;
}

.home .three-columns-layout {
  margin-top: 3rem;
}

.menu-button-close-wrapper {
  position: relative;
  background-color: #dedfdf;
  left: 0;
  z-index: 3;
  width: 100%;
  display: flex;
  justify-content: end;
}

.mobile-menu-close {
  border: 0;
  background: transparent;
  padding: 10px;
}

.mobile-menu-container,
.mobile-additional-menu {
  background-color: #dedfdf;
}

.mobile-menu-container .mobile-menu-wrapper,
.mobile-additional-menu .top-menu-container {
  left: 0;
  transition: all .4s ease;
  position: relative;
}

.mobile-menu-container.slideLeft .mobile-menu-wrapper,
.mobile-additional-menu.slideLeft .top-menu-container {
  left: -100%;
}

.mobile-additional-menu.slideLeft .mobile-menu-footer {
  left: -100%;
  position: relative;
}

.mobile-menu-container ul {
  list-style: none;
  margin: 0;
  position: relative;
}

.mobile-menu-container ul li a {
  font-family: Calibri, Arial Narrow, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  line-height: 1;
  color: #333;
  font-size: 17px;
  display: inline-block;
}

.mobile-menu-container ul li:not(.active) ul.sub-menu {
  border: 0;
  position: absolute;
  /*left: calc(-100% - 200px);*/
  width: 100%;
  background-color: #eef0ef;
  z-index: 1;
  transition: all .4s ease;
  margin-left: 0;
  top: 0;
  left: 100%;
  visibility: hidden;
}

.mobile-menu-container ul li ul.sub-menu {
  background-color: #eef0ef;
  border: 0;
}

.mobile-menu-container ul li ul.sub-menu.show {
  left: 0;
  margin-left: 0;
  position: relative;
  visibility: visible;
}

.primary-navigation .mobile-menu-container ul li ul.sub-menu li a {
  padding: 15px;
}

.mobile-menu-container .menu-item-has-children {
  position: relative;
}

.mobile-menu-container .menu-item-has-children.active {
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
  z-index: 5;
  background: #dedfdf;
  left: 100%;
}

.mobile-menu-container .menu-item-has-children.active a {
  color: #000537;
  position: relative;
}

.mobile-menu-container .submenu-toggle-button {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 50%;
  height: 24px;
  text-align: right;
}

.mobile-menu-container .active .submenu-toggle-button svg {
  transform: rotate(180deg);
}

.mobile-additional-menu .menu-wrapper {
  background-color: #c2c3c3;
  padding-top: 10px;
  padding-bottom: 10px;
}

.mobile-additional-menu .top-menu-container li a {
  font-weight: 500;
}

.mobile-menu-container ul li.current-menu-item a,
.mobile-additional-menu .top-menu-container ul li.current-menu-item a {
  color: #509e2f;
  font-weight: 700;
}

.mobile-menu-container ul li.current-menu-item,
.mobile-additional-menu .top-menu-container ul li.current-menu-item {
  background-color: #eef0ef;
  border-left: 5px solid #509e2f;
}

nav.primary-navigation .primary-menu-container:after, 
div.mobile-additional-menu .top-menu-container:after {
  display: none;
}

.menu-item-color {
  padding: 8px;
  position: absolute;
  right: 25px;
  top: 10px;
  border-radius: 50%;
}

.mobile-menu-footer button {
  display: flex;
  align-items: center;
  height: 30px;
}

@media (max-width: 992px){
  .primary-navigation-open .primary-navigation {
    position: fixed;
    left: 0;
    right: 0;
    height: 100%;
  }

  div.nav-menu-container {
    position: relative;
    overflow-x: hidden;
    background: #dedfdf;
  }

  div.nav-menu-container .spacer {
    background: #dedfdf;
    position: relative;
    height: 500px;
  }
}
@media (max-width: 768px){
  .hide-on-mobile {
    display: none;
  }

  .show-on-mobile {
    display: block;
  }

  .column-preview {
    vertical-align: top;
  }

  .table-data {
    /*margin-top: -28px;*/
    background: #ffffff;
    position: relative;
  }

  .color-graph-wrapper .collapse.show {
    display: block;
  }
}