/***************************************
	Header Styles
***************************************/
.is-topbar-logo img.header-logo {
    height: 65px;
    margin-left: 30px;
    transition: height 0.3s ease-in-out;
}
.is-topbar.fixed.shrink img.header-logo {
    height: 50px;
    transition: height 0.3s ease-in-out;
}
.is-topbar-container {
    padding-right: 30px;
}
.is-topbar, .is-topbar.fixed {
    height: 110px;
    background-color: #e4e4e4;
    border-bottom: 1px solid #666;
    padding-top: 25px;
}
.header.shrink {
    height: 60px;
    transition: height 0.3s ease-in-out;
}
.header.shrink .header-logo {
    height: 50px;
    transition: height 0.3s ease-in-out;
}
.is-topbar.shrink:not(.static) {
    padding-top: 0;
}
.top-notification-bar {
    background-color: #5e9ad6;
    color: #333; /* Text color */
    padding: 0; /* No padding */
    height: 25px; /* Set height to 25px */
    line-height: 25px; /* Align text vertically */
    overflow: hidden; /* Hide overflow */
    opacity: 1;
    z-index: 2000;
    position: relative;
    transition: height 0.5s ease-in-out;
}
a.nav-link {
    color: #FFFFFF;
    font-weight: 500;
}
a.nav-link:hover {
    color: black;
}
.nav.top-bar-list {
    list-style: none; /* Removes bullet points */
    margin: 0; /* No margin */
    padding: 0; /* No padding */
    display: flex; /* Flexbox layout */
    align-items: center; /* Vertically align items */
    height: 100%; /* Full height */
}

.nav-item {
    padding: 0 10px; /* Horizontal padding */
}

.nav-link {
    font-size: 12px; /* Smaller font size */
    color: #333; /* Text color */
    line-height: 25px; /* Line height to align text */
    padding: 0; /* Remove padding */
    display: block; /* Block display to allow height control */
    white-space: nowrap; /* Prevent wrapping */
}

.dropdown-menu {
    position: absolute;
    top: 100%; /* Align below the nav bar */
    left: 0; /* Align with the left edge of the parent */
    z-index: 1000; /* Above other content */
    border: 1px solid #ccc; /* Border for dropdown */
    background-color: #fff; /* Background for dropdown items */
}

.dropdown-item {
    font-size: 12px; /* Match font size */
    padding: 5px 10px; /* Padding for dropdown items */
}
/***************************************
	Breadcrumbs
***************************************/
section.breadcrumb-section {
    display: inline-block;
    margin-top: 87px;
    background-color: transparent;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
}
li.breadcrumb-item a, li.breadcrumb-item.active {
    font-size: 11px;
    text-decoration: none;
    line-height: 24px;
}
li.breadcrumb-item.active {
	font-weight: bold;
}
.breadcrumb-item+.breadcrumb-item::before {
    font-size: 11px;
    line-height: 24px;
}
ol.breadcrumb {
    margin-bottom: 0;
}

.subnav-container {
	
}
.subnav-container h5 {
	font-size: 16px;	
}
.subnav-container .list-unstyled.list-inline {
	font-size: 12px;	
}
/***************************************
	Footer Styles
***************************************/
footer.footer {
    padding-top: 40px;
    border-top: 1px solid #000000;
	background-color: #e4e4e4;
}
.scroll-top {
    border: 2px solid #000000;
    padding: 6px 13px;
    font-size: 18px;
    opacity: 0.5;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    cursor: pointer;
    background-color: #666666;
}
a.scroll-top:hover {
    background-color: #000000;
}
.fa-level-up {
    color: white;
}
.top-part {
    display: flex;          /* Makes the container a flexbox */
    align-items: center;    /* Centers the items vertically */
    gap: 10px;              /* Adds space between the icon and the title */
}
.top-part h3 {
    font-size: 20px;
}
table.table td span {
    font-weight: bold;
    font-size: 12px;
}
table.table td {
    font-size: 12px;
}
/***************************************
	Navigation
***************************************/
.nav-divider {
    padding-left: 5px;
    padding-right: 5px;
    background-color: #9e9e9e;
    height: 1px;
    margin-left: 10px;
    margin-right: 10px;
}
ul.is-menu-links li ul li ul li i {
    line-height: 48px;
    padding-right: 10px;
}
/*****************************************
Form Styles
*****************************************/
.form-control {
    margin-bottom: 15px;
}
.form-control:focus {
    border-color: #0f73ba;
}
.alert-dismissable .close, .alert-dismissible .close {
    right: 0px;
}
.alert {
    margin-top: 15px;
    margin-bottom: 0;
}
.form-control {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
td.text-center a:has(button) {
    text-decoration: none;
}
i.icon-med {
    font-size: 25px;
}
span.badge.bg-primary {
    right: -10px;
}
/*****************************************
  Container Adjustments
*****************************************/
.inner-wrapper-container {
    width: 100%;
}
.is-wrapper {
	flex-flow: column;
}
/*****************************************
  Content Styles
*****************************************/
ul.list-unstyled.list-inline.blog-info {
    font-size: 14px;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}