/* ---------- Color Module Styles ----------- */

body {
  background-color: #8e8e8e;
  color: #3b3b3b;
}
#page,
#main-wrapper,
.region-primary-menu .menu-item a.is-active,
.region-primary-menu .menu-item--active-trail a {
  background: #fff;
}
.tabs ul.primary li a.is-active {
  background-color: #fff;
}
.tabs ul.primary li.is-active a {
  background-color: #fff;
  border-bottom-color: #fff;
}
#header {
  background-color: #8e8e8e;
  background-image: -webkit-linear-gradient(top, #8e8e8e 0%, #8e8e8e 100%);
  background-image: linear-gradient(to bottom, #8e8e8e 0%, #8e8e8e 100%);
}
a:active,
.link:active {
  color: #fff;
}

ul.links a.is-active {
  color: #fff;
}

ul.links a.is-active:hover, ul.links a.is-active:focus {
  color: #1c69d4;
}

.sidebar .block {
  background-color: #f6f6f2;
  border-color: #f9f9f9;
}
.site-footer {
  background: #8e8e8e;
  color: #fff;
}

/* ---------- Color Form ----------- */

[dir="rtl"] .color-form .color-palette {
  margin-left: 0;
  margin-right: 20px;
}
[dir="rtl"] .color-form .form-item label {
  float: right;
}
[dir="rtl"] .color-form .color-palette .lock {
  right: -20px;
  left: 0;
}
