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

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

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #153C3D;
}

a, .link, .view-header, .navbar-brand {
  color: #153C3D;
}
.navbar-brand:hover {
  color: #009D9A;
}

#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: #055a8e;
}

#navbar-main, .site-footer {
  background-color: #EEE !important;
}

.sticky-header th,
.sticky-header th a {
  background-color: #153C3D;
}

a:hover,
a:focus,
.link:hover,
.link:focus {
  color: #0071b3;
}
.nav-item .dropdown-item a.active {
  color: #153C3D;
}
.nav-item:active {
  background-color: #153C3D;
  border-style: 1px solid #153C3D;
  border-radius: 5px;
}
.nav-item:hover {
  background-color: #1A3C3D;
  border-style: 1px solid #1A3C3D;
  border-radius: 5px;
}

.nav-link,
.navbar-dark .nav-link  {
  color: #153C3D;
}
.nav-link:hover,
.nav-link:focus {
  color: #009D9A;
}
a:active,
.link:active {
  color: #009D9A;
  background-color: #153C3D;
  border-style: 1px solid #153C3D;
  border-radius: 5px;
}

.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 {
  color: #fff;
  background-color: #009D9A;
  border-color: #009D9A;
}

.btn-info {
  color: #fff;
  background-color: #3B9799;
  border-color: #153C3D;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #153C3D;
}

.btn-primary a,
.btn-info a {
  color: #fff;
  text-decoration: none;
}

.btn-primary a:hover,
.btn-primary a:focus,
.btn-info a:hover,
.btn-info a:focus {
  color: #ddd;
}

.site-footer {
  background: #EEE;
  border-top: solid 2px #153C3D;
}

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

.header {
	border-bottom: solid 2px #153C3D;
}


.alert-success {
    background-color: #3B9799;
    border-color: #153C3D;
}

.text-muted {
   --bs-text-opacity: 1;
   color: #055A8E !important;
}

/** Tables **/
.table-striped>tbody>tr:nth-of-type(odd) {
    color: #153C3D;
}
.table-striped>tbody>tr:nth-of-type(odd) h3, 
.table-striped>tbody>tr:nth-of-type(odd) h4 {
    color: #153C3D;
    background-color: #fff;
    margin-top: 10px;
    padding: 10px 20px;
}
.table-menu {}
.table-menu td {
    background-color: #fff;
    color: #153C3D;
    padding: 10px 10px;
    text-align: center;
}
.table-menu a {
    background-color: #fff;
    color: #153C3D;
	box-shadow: 2px 2px;
}
.table-menu a:hover, 
.table-menu a:focus {
    background-color: #153C3D;
    color: #fff;
}

table tr th, table tr th a, table tr th a:hover, table tr th a:focus {
	color:#111;
}

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