.container-header {
  background-color: #fff;
  background-image: linear-gradient(135deg,#fff 0,#fff 100%);
  -webkit-box-shadow: inset 0 5px 5px rgba(0,0,0,.03);
  line-height: 3.8;
}

.container-header .mod-menu {
  color: #0072c4;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #FFF;
}
.container-header .mod-list li.active > a {
  text-decoration: underline;
  text-decoration-color: #0072c4;
  text-decoration-thickness: .05em;
}

.nav {
  --nav-link-padding-x: 1rem;
  --nav-link-padding-y: 0.5rem;
  --nav-link-font-weight: ;
  --nav-link-color: red;
  --nav-link-hover-color: red;
  --nav-link-disabled-color: var(--secondary-color);
  list-style: none;
}
.metismenu.mod-menu .mm-collapse > li > a {
   color:#2ca01c;
}

  .container-header .metismenu > li.level-1.active > a, .container-header .metismenu > li.level-1.active > button, .container-header .metismenu > li.level-1 > a:hover, .container-header .metismenu > li.level-1 > button:hover {
    text-decoration: underline;
    text-decoration-color: currentcolor;
    text-decoration-thickness: auto;
    text-decoration-color: #2ca01c;
    text-decoration-thickness: .1em;
  }

.breadcrumb {
   font-size: .8rem;
}
/* Red border */
hr.border1 {
  border-top: 1px solid red;
}

/* Dashed red border */
hr.border2 {
  border-top: 1px dashed red;
}

/* Dotted red border */
hr.border3 {
  border-top: 1px dotted red;
}

/* Thick red border */
hr.border4 {
  border: 1px solid red;
}

/* Large rounded green border */
hr.border5 {

/*  border: 5px solid grey; */
  border: 5px solid #444444;
/*  border-radius: 5px; */
  opacity: .60;
  margin-top:-10px;
}
/* Thick blue border */
hr.border6 {
  border: 1px solid #0072c4;
  opacity: .5;
  margin-top:-10px;
}
.container-header .site-description {
    color: #444;
    font-size: .8rem;
    white-space: normal;
}  
.cktype:not([data-type="faq"]) .ui-icon-triangle-1-e {
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #0072c4;
  border-style: solid;
  border-width: 4px 0 4px 6px;
}
footer div {
  background-color: #0d333f !important;
}
.cktype:not([data-type="faq"]) .ui-icon-triangle-1-e {
	height: 0;
	width: 0;
	border-color: transparent transparent transparent #0072c4;
	border-style: solid;
	border-width: 4px 0 4px 6px;
}
.cktype:not([data-type="faq"]) .ui-icon-triangle-1-s {
	height: 0;
	width: 0;
	border-color: #0072c4 transparent transparent transparent;
	border-style: solid;
	border-width: 6px 4px 0 4px;
}

:root {
    --cassiopeia-color-hover: #0072c4;
}
.btn-primary {
    background-color: #0072c4;
    border-color: #0072c4;
}
h1, .h1 {
  color: #0d333f;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.10rem;
} 
h2, .h2 {
  color: #0d333f;
  font-weight: 500;
  font-size: 2.20rem;
  line-height: 2.8rem;
} 
  h3, .h3 {
    color: #0d333f;
    font-weight: 400;
    font-size: 1.9rem;
    line-height: 2.3rem;
    margin-bottom:1.5rem;
}
} 
h4, .h4 {
  color: #0d333f;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.9rem;
}
h5, .h5 {
  color: #0d333f;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.6rem;
} 
h6, .h6 {
  color: #0d333f;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.3rem;
} 
.metismenu.mod-menu .mm-collapse > li > a {
    color: #000000;
}
.cktype:not([data-type="faq"]) .ui-accordion .ui-accordion-header {
  margin: 0 0 0 0;
  padding: 0em 0em 0em 0em;
    padding-left: 0em;
  border: 0px solid #ddd;
}
/* menu items on CB tabs */
.cb_template .navbar-light .navbar-nav .nav-link {
  /* color: #0072c4; */
  color: #007bff;
}
/*
a {
  color: #007bff !important;
  font-weight: 450 !important;
}
*/
.cb_template .btn-success {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff !important;
}
.cb_template .btn-info {
    color: #fff !important;
}
."logout-btn-color {
    color: #666666 !important;
}
/* Tab hyperlink colors */
.cb_template .navbar-light .navbar-nav .nav-link {
  color: #007bff !important;
}
/* title of classifieds categories */
.title_top > h1 {
text-align: left !important;
font-size: 1.75rem !important;
font-weight:500 !important;
margin-bottom: 1rem !important;
  border-bottom: 1px solid #dee2e6 !important;
}
.nav-link.active {
  color: #000000;
  background-color: var(--nav-tabs-link-active-bg);
  border-color:#000000;
  font-weight:bold;
}
