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

body {
  color: #3b3b3b;
  background: #292929;
}

#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;
}

#navbar-top {
  background-color: #fff;
}

#navbar-main {
  background-color: #1d84c3;
}

a,
.link {
  color: #0071b3;
}

a:hover,
a:focus,
.link:hover,
.link:focus {
  color: #018fe2;
}

a:active,
.link:active {
  color: #23aeff;
}

.page-item.active .page-link {
  background-color: #0071b3;
  border-color: #0071b3;
}

.page-link,
.page-link:hover {
  color: #0071b3;
}

.sidebar .block {
  background-color: #f6f6f2;
  border-color: #f9f9f9;
}

.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #0256b1;
}

.site-footer {
  background: #292929;
}

.region-header,
.region-header a,
.region-header li a.is-active,
.region-header .site-branding__text,
.region-header .site-branding,
.region-header .site-branding__text a,
.region-header .site-branding a,
.region-secondary-menu .menu-item a,
.region-secondary-menu .menu-item a.is-active {
  color: #fffeff;
}


/* ---------- 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;
}

.lp-bg-black {
  background-color: #000000 !important;
  overflow: hidden;
}

.lp-bg-dark {
  background-color: #02182b !important;
  overflow: hidden;
}

.lp-bg-red {
  background-color: #d2232a !important;
  overflow: hidden;
}

.lp-bg-blue {
  background-image: linear-gradient(180deg,#2d46e5 0%,#1982c4 100%) !important;
  overflow: hidden;
}

.lp-bg-light-blue {
  background-image: linear-gradient(159deg, #1982c4 49%, #2d46e5 96%) !important;
  overflow: hidden;
}

.lp-bg-clouds {
  background-image: linear-gradient(180deg,#031d44 0%,rgba(3,29,68,0.76) 100%),url(../images/clouds.jpg) !important;
  overflow: hidden;
}

.lp-bg-gray {
  background-color: #222222 !important;
  overflow: hidden;
}

.lp-bg-white {
  background-color: #ffffff !important;
  overflow: hidden;
}

.lp-bg-light-gray {
  background-color: #f7f6f6 !important;
  overflow: hidden;
}

.lp-bg-orange {
  background-color: #ff8c00 !important;
  overflow: hidden;
}

.lp-bg-dark-blue {
  background-color: #031d44 !important;
  overflow: hidden;
}

.lp-bg-yellow {
  background-color: #fcd31e !important;
  overflow: hidden;
}

.lp-bg-red {
  background-color: #f70014 !important;
  overflow: hidden;
}

.lp-bg-blue-yellow {
  background-image: linear-gradient(180deg,#001a44 0%,#f2a100 100%) !important;
  overflow: hidden;
}

.bs-text-gray {
  color: #666 !important;
}

.bs-text-orange,
.bs-text-orange h2 {
  color: #ff8c00 !important;
}

.bs-border-color-light-gray {
  border-color: #f2f2f2 !important;
}
.bs-border-color-left-light-gray {
  border-left-color: #f2f2f2 !important;
}
.bs-border-color-top-light-gray {
  border-top-color: #f2f2f2 !important;
}
.bs-border-color-right-light-gray {
  border-right-color: #f2f2f2 !important;
}
.bs-border-color-bottom-light-gray {
  border-bottom-color: #f2f2f2 !important;
}

.bs-border-color-light-blue {
  border-color: #5dabff !important;
}
.bs-border-color-left-light-blue {
  border-left-color: #5dabff !important;
}
.bs-border-color-top-light-blue {
  border-top-color: #5dabff !important;
}
.bs-border-color-right-light-blue {
  border-right-color: #5dabff !important;
}
.bs-border-color-bottom-light-blue {
  border-bottom-color: #5dabff !important;
}

.bs-border-color-white {
  border-color: white !important;
}
.bs-border-color-left-white {
  border-left-color: white !important;
}
.bs-border-color-top-white {
  border-top-color: white !important;
}
.bs-border-color-right-white {
  border-right-color: white !important;
}
.bs-border-color-bottom-white {
  border-bottom-color: white !important;
}

.bs-border-width-10 {
  border-width: 10px !important;
}
.bs-border-width-left-10 {
  border-left-width: 10px !important;
}
.bs-border-width-top-10 {
  border-top-width: 10px !important;
}
.bs-border-width-right-10 {
  border-right-width: 10px !important;
}
.bs-border-width-bottom-10 {
  border-bottom-width: 10px !important;
}

.bs-border-width-20 {
  border-width: 20px !important;
}
.bs-border-width-left-20 {
  border-left-width: 20px !important;
}
.bs-border-width-top-20 {
  border-top-width: 20px !important;
}
.bs-border-width-right-20 {
  border-right-width: 20px !important;
}
.bs-border-width-bottom-20 {
  border-bottom-width: 20px !important;
}

.bs-border-width-30 {
  border-width: 30px !important;
}
.bs-border-width-left-30 {
  border-left-width: 30px !important;
}
.bs-border-width-top-30 {
  border-top-width: 30px !important;
}
.bs-border-width-right-30 {
  border-right-width: 30px !important;
}
.bs-border-width-bottom-30 {
  border-bottom-width: 30px !important;
}

.bs-border-width-40 {
  border-width: 40px !important;
}
.bs-border-width-left-40 {
  border-left-width: 40px !important;
}
.bs-border-width-top-40 {
  border-top-width: 40px !important;
}
.bs-border-width-right-40 {
  border-right-width: 40px !important;
}
.bs-border-width-bottom-40 {
  border-bottom-width: 40px !important;
}
