.container-full-menu{
  display:flex;
  align-items:center;
  gap:16px;
}

#smf-logo img{
  max-height:56px;   /* match your bar height */
  width:auto;
  display:block;
}


.mobile-bottom-menu {
  display: flex;
  width: 100%;

  border: 1px solid #ccc;
}

.mobile-bottom-menu .menu-item {
  flex: 1;
  text-align: center;
  padding: 10px 0;
  text-decoration: none;
  color: #0b6b3a;
  border-right: 1px solid #ccc;
  font-size: 13px;
}

.mobile-bottom-menu .menu-item:last-child {
  border-right: none;
}

.mobile-bottom-menu .icon {
  display: block;
  font-size: 18px;
  margin-bottom: 4px;
}


@media (max-width: 578px) {



  #smf-search {
    order: 99;           /* send søg nederst */
    flex: 0 0 100%;      /* fyld hele bredden */
    width: 100%;
    margin: 8px 0 0 0;
  }
}

@media (max-width: 1199px) {
  .container.right {
    margin-right: 0 !important;
  }
}

.smf-logo {
    padding-left: 15px;
	margin-top: 0px;
}

#sidebar-menu-fortel {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 4.8px 8px;
  background: #000;
}

#sidebar-menu-fortel > .smf-toggler:first-child {
  margin-left: 0;
}

#sidebar-menu-fortel .dropdown-toggle::after {
  display: none;
  content: none;
}

.smf-toggler {
  padding: 11.2px 16px;
  margin-left: 5px;
  line-height: 1;
  color: #333;
  cursor: pointer;
  background-color: transparent;
  border:1px solid #333;
  border-radius: 4px;
}

.smf-toggler:hover, .smf-toggler:focus {
  text-decoration: none;
}

.smf-toggler:focus {
  outline: none;
}

.smf-toggler:active {
  box-shadow: inset 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.smf-toggler i {
  font-size: 16px;
}

.smf-expand #smf-content,
.smf-expand .smf-toggler {
  display: none;
}

.smf-expand #smf-content-expand {
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 576px) {
  .smf-expand-sm #smf-content,
  .smf-expand-sm .smf-toggler {
    display: none;
  }
  .smf-expand-sm #smf-content-expand {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .smf-expand-md #smf-content,
  .smf-expand-md .smf-toggler {
    display: none;
  }
  .smf-expand-md #smf-content-expand {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 992px) {
  .smf-expand-lg #smf-content,
  .smf-expand-lg .smf-toggler {
    display: none;
  }
  .smf-expand-lg #smf-content-expand {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1200px) {
  .smf-expand-xl #smf-content,
  .smf-expand-xl .smf-toggler {
    display: none;
  }
  .smf-expand-xl #smf-content-expand {
    display: -ms-flexbox;
    display: flex;
  }
}

.smf-content {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -300px;
  z-index: 2000;
  width: 300px;
  padding-bottom: 48px;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: rgb(245, 245, 245);
}

.smf-content.smf-open {
  left: 0;
}

.smf-content.smf-active {
  overflow-y: visible;
}

.smf-content .smf-content {
  background-color: #2b2b2b;
}

.smf-content .smf-content .smf-nav-header {
  border-bottom: 1px solid #3d3d3d;
}

.smf-content .smf-content .smf-nav-link {
  border-bottom: 1px solid #3d3d3d;
}

.smf-content .smf-content .smf-content {
  background-color: #2d2d2d;
}

.smf-content .smf-content .smf-content .smf-nav-header {
  border-bottom: 1px solid #3f3f3f;
}

.smf-content .smf-content .smf-content .smf-nav-link {
  border-bottom: 1px solid #3f3f3f;
}

.smf-content .smf-content .smf-content .smf-content {
  background-color: #303030;
}

.smf-content .smf-content .smf-content .smf-content .smf-nav-header {
  border-bottom: 1px solid #424242;
}

.smf-content .smf-content .smf-content .smf-content .smf-nav-link {
  border-bottom: 1px solid #424242;
}

.smf-collapse {
  background-color: #303030;
}

.smf-collapse .smf-nav-link {
  padding-left: 24.5px;
  border-bottom: 1px solid #424242;
}

.smf-collapse .smf-collapse {
  background-color: #353535;
}

.smf-collapse .smf-collapse .smf-nav-link {
  padding-left: 25px;
  border-bottom: 1px solid #474747;
}

.smf-collapse .smf-collapse .smf-collapse {
  background-color: #3a3a3a;
}

.smf-collapse .smf-collapse .smf-collapse .smf-nav-link {
  padding-left: 25.5px;
  border-bottom: 1px solid #4c4c4c;
}

.smf-nav-header {
  position: fixed;
  z-index: 2000;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 24px;
  overflow: hidden;
  background-color: inherit;
  border-bottom: 1px solid #3a3a3a;
}

.smf-nav-header .smf-toggler {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.smf-nav-header-title {
  margin-right: 20px;
  font-size: 20px;
  color: #fff;
}

.smf-nav-header-title img {
  max-width: 100%;
}

.smf-nav-header-title p {
  margin: 0;
}

.smf-nav-header,
.smf-nav {
  display: -ms-flexbox;
  display: flex;
  width: 300px;
}

.smf-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.smf-nav .dropdown-menu {
  position: static;
  float: none;
}

.smf-nav-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 24px;
  font-size: 14px;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  transition: all 0.3s;
}

.smf-nav-link:focus, .smf-nav-link:hover {
  color: #000;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.4);
}

.smf-nav-link:focus .smf-nav-icon, .smf-nav-link:hover .smf-nav-icon {
  color: #000;
}

.smf-nav-link:focus .smf-nav-icon i.fa-circle, .smf-nav-link:hover .smf-nav-icon i.fa-circle {
  font-weight: 900;
}

.smf-nav-link.active {
  color: #5bb75b;
}

.smf-nav-link.active .smf-nav-caret i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.smf-nav-link.active .smf-nav-icon {
  color: #5bb75b;
}

.smf-nav-link.active .smf-nav-icon i.fa-circle {
  font-weight: 900;
}

.smf-nav-link .smf-nav-caret {
  padding-right: 5.28px;
  padding-left: 16px;
  margin-left: auto;
}

.smf-nav-link .smf-nav-caret i {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.smf-nav-link .smf-nav-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 16px;
  color: #919191;
  transition: all 0.3s;
}

.smf-nav-link .smf-nav-icon.smf-back-icon i {
  font-size: 16px;
}

.smf-nav-link .smf-nav-icon i {
  width: 20px;
  font-size: 18.4px;
  text-align: center;
}

.smf-nav-link .smf-nav-icon i.fa-circle {
  font-size: 4px;
}

.smf-text-container {
  margin: 12px;
  font-size: 16px;
  color: #aaaaaa;
}

.smf-text-container p {
  margin: 0;
}

.smf-text-container i {
  margin-right: 8px;
}

.smf-text-container + .smf-nav-item .smf-nav-link {
  border-top: 1px solid #3a3a3a;
}

#smf-content-expand {
  display: none;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

#smf-content-expand .smf-nav {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  padding-right: 8px;
  padding-left: 8px;
  text-transform:uppercase;
  margin-left:-30px;
}

#smf-content-expand .smf-desktop-brand {
  padding: 8px 12.8px;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
}

#smf-content-expand .smf-desktop-brand p {
  margin-bottom: 0;
}

#smf-content-expand .smf-nav-link {
  display: block;
  padding: 8px 12.8px;
  font-size: 14px;
  white-space: nowrap;
  border: none;
  margin-right: 15px;
}

#smf-content-expand .smf-nav-link:focus, #smf-content-expand .smf-nav-link:hover, #smf-content-expand .smf-nav-link.smf-show {
  background-color: inherit;
}

#smf-content-expand .smf-nav-link .smf-nav-icon {
  margin-right: 0;
}

#smf-content-expand .smf-nav-link .smf-nav-icon i {
  width: auto;
  font-size: 16px;
}

#smf-content-expand .smf-nav-link .smf-nav-icon + .smf-nav-text {
  margin-left: 6px;
}

#smf-content-expand .dropdown:hover > .dropdown-menu {
  display: block;
}

#smf-content-expand .dropdown-menu {
  position: absolute;
  min-width: auto;
  padding: 12px 0;
  margin-top: -1px;
  font-size: 14px;
  background-color: #000;
  border-color: #7a7a7a;
}

#smf-content-expand .dropdown-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
}

#smf-content-expand .dropdown-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 20px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: normal;
  border-right: 1px solid #424242;
  border-bottom: 1px solid #424242;
}

#smf-content-expand .dropdown-item:hover, #smf-content-expand .dropdown-item:focus, #smf-content-expand .dropdown-item.smf-show {
  color: #fff;
  background-color: #3c3c3c;
}

#smf-content-expand .dropdown-item:hover .smf-nav-icon, #smf-content-expand .dropdown-item:focus .smf-nav-icon, #smf-content-expand .dropdown-item.smf-show .smf-nav-icon {
  color: #fff;
}

#smf-content-expand .dropdown-item:hover .smf-nav-icon i.fa-circle, #smf-content-expand .dropdown-item:focus .smf-nav-icon i.fa-circle, #smf-content-expand .dropdown-item.smf-show .smf-nav-icon i.fa-circle {
  font-weight: 900;
}

#smf-content-expand .dropdown-item img {
  margin-bottom: 10px;
}

#smf-content-expand .dropdown-item-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
}

#smf-content-expand .dropdown-item-content .smf-nav-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #919191;
}

#smf-content-expand .dropdown-item-content .smf-nav-icon i {
  font-size: 16px;
}

#smf-content-expand .dropdown-item-content .smf-nav-icon i.fa-circle {
  font-size: 4px;
}

#smf-content-expand .dropdown-item-content .smf-nav-icon + .smf-nav-text {
  margin-left: 6px;
}

#smf-content-expand .dropdown-item-content .fa-caret-right {
  margin-left: 6px;
}

#smf-content-expand .dropdown-show-all {
  position: relative;
  margin-top: -1px;
  border: none;
  border-top: 1px solid #7a7a7a;
}

#smf-content-expand .dropdown-item-product {
  position: relative;
}

#smf-content-expand .price {
  margin-top: 12px;
  color: #5bb75b;
}

#smf-content-expand .price .price-old {
  font-size: 14.4px;
  color: #ee413e;
  text-decoration: line-through;
}

#smf-content-expand .price .price-new {
  font-weight: 700;
}

#smf-content-expand .sale-sign {
  position: absolute;
  top: 5px;
  right: 25%;
  padding: 6px;
  font-size: 13.6px;
  font-weight: 700;
  color: #fff;
  background: #ee003c;
}

#smf-content-expand .dropdown-submenu-list {
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 1px solid #424242;
  border-bottom: 1px solid #424242;
}

#smf-content-expand .dropdown-submenu-list > a.dropdown-item {
  font-weight: 700;
}

#smf-content-expand .dropdown-submenu-list > .dropdown-container-list > .dropdown-submenu-list,
#smf-content-expand .dropdown-submenu-list > .dropdown-item {
  border: none;
}

#smf-content-expand .dropdown-submenu-list .dropdown-list-border-header {
  margin: 0 20px;
  border-bottom: 1px solid #4c4c4c;
}

#smf-content-expand .dropdown-container-list {
  -ms-flex-direction: column;
  flex-direction: column;
}

#smf-content-expand .dropdown-container-list > .dropdown-item,
#smf-content-expand .dropdown-container-list > .dropdown-submenu > .dropdown-item {
  border: none;
}

#smf-content-expand .custom-html {
  padding: 12px 20px;
  color: #fff;
}

#smf-content-expand .custom-html p {
  margin-bottom: 0;
}

#smf-content-expand .custom-html h1, #smf-content-expand .custom-html h2, #smf-content-expand .custom-html h3, #smf-content-expand .custom-html h4, #smf-content-expand .custom-html h5, #smf-content-expand .custom-html h6 {
  color: #fff;
}

#smf-content-expand .dropdown-submenu {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

#smf-content-expand .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.fixed-top {
  z-index: 2000;
  background: #363636 linear-gradient(to bottom, #454545, #222222) repeat-x;
  border: 1px solid #222222;
  border-bottom-color: #101010;
}

.fixed-top #sidebar-menu-fortel {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
  background: none;
  border: none;
  box-shadow: none;
}

.fixed-top #smf-content-expand .smf-nav {
  padding-right: 0;
  padding-left: 0;
}

.fixed-top.fixed-mobile.smf-expand {
  position: relative;
  z-index: 999;
  background: none;
  border: none;
  box-shadow: none;
}

.fixed-top.fixed-mobile.smf-expand #sidebar-menu-fortel {
  padding-right: 8px;
  padding-left: 8px;
  margin-bottom: 16px;
  background: #363636 linear-gradient(to bottom, #454545, #222222) repeat-x;
  border: 1px solid #222222;
  border-bottom-color: #101010;
}

.fixed-top.fixed-mobile.smf-expand #smf-content-expand .smf-nav {
  padding-right: 8px;
  padding-left: 8px;
}

@media (min-width: 576px) {
  .fixed-top.fixed-mobile.smf-expand-sm {
    position: relative;
    z-index: 999;
    background: none;
    border: none;
    box-shadow: none;
  }
  .fixed-top.fixed-mobile.smf-expand-sm #sidebar-menu-fortel {
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 16px;
    background: #363636 linear-gradient(to bottom, #454545, #222222) repeat-x;
    border: 1px solid #222222;
    border-bottom-color: #101010;
  }
  .fixed-top.fixed-mobile.smf-expand-sm #smf-content-expand .smf-nav {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 768px) {
  .fixed-top.fixed-mobile.smf-expand-md {
    position: relative;
    z-index: 999;
    background: none;
    border: none;
    box-shadow: none;
  }
  .fixed-top.fixed-mobile.smf-expand-md #sidebar-menu-fortel {
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 16px;
    background: #363636 linear-gradient(to bottom, #454545, #222222) repeat-x;
    border: 1px solid #222222;
    border-bottom-color: #101010;
  }
  .fixed-top.fixed-mobile.smf-expand-md #smf-content-expand .smf-nav {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 992px) {
  .fixed-top.fixed-mobile.smf-expand-lg {
    position: relative;
    z-index: 999;
    background: none;
    border: none;
    box-shadow: none;
  }
  .fixed-top.fixed-mobile.smf-expand-lg #sidebar-menu-fortel {
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 16px;
    background: #363636 linear-gradient(to bottom, #454545, #222222) repeat-x;
    border: 1px solid #222222;
    border-bottom-color: #101010;
  }
  .fixed-top.fixed-mobile.smf-expand-lg #smf-content-expand .smf-nav {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 1200px) {
  .fixed-top.fixed-mobile.smf-expand-xl {
    position: relative;
    z-index: 999;
    background: none;
    border: none;
    box-shadow: none;
  }
  .fixed-top.fixed-mobile.smf-expand-xl #sidebar-menu-fortel {
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 16px;
    background: #363636 linear-gradient(to bottom, #454545, #222222) repeat-x;
    border: 1px solid #222222;
    border-bottom-color: #101010;
  }
  .fixed-top.fixed-mobile.smf-expand-xl #smf-content-expand .smf-nav {
    padding-right: 8px;
    padding-left: 8px;
  }
}

#sidebar-menu-fortel.dark-mobile-light-desktop #smf-search input, #sidebar-menu-fortel.dark #smf-search input {
  color: #fff;
  background-color: #fff;
  border: 1px solid #303030;
  border-right: none;
}

#sidebar-menu-fortel.dark-mobile-light-desktop #smf-search button#smf-search-submit, #sidebar-menu-fortel.dark #smf-search button#smf-search-submit {
  padding: 0 32px;
  color: #919191;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.12) none;
  transition-duration: .1s;
  border: 1px solid #303030;
    border-left: none;
}

#sidebar-menu-fortel.dark-mobile-light-desktop #smf-search button#smf-search-submit:hover, #sidebar-menu-fortel.dark #smf-search button#smf-search-submit:hover {
  color: #fff;
  border-color: #7a7a7a;
}

#smf-search {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  margin: 0 10px;
}

#smf-search.active {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  padding: 4.8px 0;
  margin: 0;
  background: #363636 linear-gradient(to bottom, #454545, #222222) repeat-x;
}

@media (max-width:500px){
  #smf-search{ display:flex; }
}

#smf-search.active input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#smf-search.active button.smf-search-toggler {
  display: block;
}

#smf-search input {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  height: 40.5px;
  margin-bottom: 0;
  font-size: 16px;
  border-radius: 5px 0 0 5px;
}

#smf-search button#smf-search-submit {
  padding: 0 32px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#smf-search button#smf-search-submit i {
  font-size: 16px;
}

#smf-search button.smf-search-toggler {
  padding: 0 24px;
  color: #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.smf-toggler.smf-search-toggler {
  display: none;
}

@media (max-width: 500px) {
  #smf-search {
    display: none;
  }
  .smf-toggler.smf-search-toggler {
    display: block;
  }
}

.autocomplete-suggestions {
  min-width: 288px;
  padding: 16px 0;
  overflow: auto;
  font-size: 16px;
  font-weight: 700;
  background: white;
  border: 1px solid #7a7a7a;
}

.autocomplete-suggestion {
  padding: 1.6px 16px;
  overflow: hidden;
  cursor: pointer;
}

.autocomplete-suggestion img {
  margin-right: 16px;
}

.autocomplete-selected {
  background: #ededed;
}

.autocomplete-suggestions strong {
  color: #3ea6ff;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

.smf-cart-container {
  margin-left: auto;
}

.smf-cart-container.account-spacer {
  margin-left: 9.6px;
}

@media (max-width: 500px) {
  .smf-cart-container.search-spacer {
    margin-left: 9.6px;
  }
}

#smf-cart-mobile {
  position: relative;
}

#smf-cart-mobile .dropdown-menu {
  min-width: 260px;
  background: #eee;
}

#smf-cart-mobile .dropdown-menu table {
  margin-bottom: 10px;
}

#smf-cart-mobile .dropdown-menu li > div {
  min-width: 427px;
  padding: 0 10px;
}

#smf-cart-mobile .dropdown-menu li p {
  margin: 20px 0;
}

@media (max-width: 478px) {
  #smf-cart-mobile .dropdown-menu {
    width: 100%;
  }
  #smf-cart-mobile .dropdown-menu li > div {
    min-width: 100%;
  }
}

#smf-cart-mobile .smf-cart-toggler {
  position: relative;
  color: #fff;
  background: #333;
}

#smf-cart-mobile .smf-cart-toggler span {
  position: absolute;
  top: -11px;
  right: -15px;
  font-size: 11px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#smf-cart-mobile .smf-cart-toggler i {
  position: relative;

}

#smf-cart-mobile .smf-cart-toggler i.fa-circle-o-notch.fa-spin {
  top: 0;
  padding: 0;
  margin: 0 -.5px;
}

#smf-account-container {
  position: static;
  margin-left: auto;
}

#smf-account-container .smf-fade {
  transition: opacity .15s linear 0s;
}

#smf-account-container .smf-fade:not(.smf-show) {
  opacity: 0;
}

#smf-account-container .dropdown-menu {
  width: 100%;
  max-width: 320px;
  padding: 48px 32px 32px;
  margin: 0;
  font-size: 14px;
  color: #0a0a0a;
  background: #f9f9f9;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

#smf-account-container .dropdown-menu > .smf-account-tab {
  display: none;
}

#smf-account-container .dropdown-menu > .smf-account-tab.active {
  display: block;
}

#smf-account-container .dropdown-menu .smf-account-tab {
  margin-top: -16px;
}

#smf-account-container .dropdown-item:hover, #smf-account-container .dropdown-item:focus {
  color: inherit;
  background-color: #ededed;
}

#smf-account-container .smf-account-login-header {
  text-align: center;
}

#smf-account-container .smf-account-login-header h3 {
  display: inline-block;
  padding: 0 16px 8px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 18px;
  color: #000;
  border-bottom: 1px solid #005fb3;
}

#smf-account-container .form-group {
  position: relative;
}

#smf-account-container .form-control {
  height: 48px;
  padding: 16px 16px 8px;
  font-size: 14px;
  color: #000;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#smf-account-container .form-control:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fff inset;
}

#smf-account-container label {
  position: absolute;
  top: 3px;
  left: 16px;
  font-size: 12px;
  line-height: 14px;
  color: #747474;
}

#smf-account-container .btn-smf-account {
  width: 100%;
  font-size: 16px;
  color: #fff;
  background: #005fb3;
  border-color: #005fb3;
}

#smf-account-container .btn-smf-account:hover {
  background: #004480;
  border-color: #004480;
}

#smf-account-container .btn-smf-account-outline {
  color: #005fb3;
  background-color: transparent;
  border-color: #005fb3;
}

#smf-account-container .btn-smf-account-outline:hover {
  color: #004480;
  border-color: #004480;
}

#smf-account-container .btn-smf-account-outline.btn-smf-account-register {
  width: 100%;
  font-size: 16px;
}

#smf-account-container .btn-smf-account-outline i {
  vertical-align: middle;
}

#smf-account-container .password-label-position {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1000;
  color: #747474;
  cursor: pointer;
  opacity: .5;
}

#smf-account-container .password-label-position i {
  font-size: 20px;
}

#smf-account-container #smf-account-close-button {
  position: absolute;
  top: 8px;
  right: 5px;
  padding: 11px 16px;
  line-height: 1;
  color: #000;
  cursor: pointer;
  background-color: inherit;
  border: none;
  opacity: .5;
}

#smf-account-container #smf-account-close-button:hover {
  opacity: 1;
}

#smf-account-container #smf-account-close-button:focus {
  outline: none;
}

#smf-account-container #smf-account-close-button i {
  font-size: 16px;
}

#smf-account-container .smf-account-forgotten-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#smf-account-container #smf-account-nav-forgotten h4 {
  font-size: 16px;
  text-align: center;
}

#smf-account-container #smf-account-nav-forgotten p {
  margin-bottom: 32px;
  text-align: center;
}

@media (max-width: 500px) {
  #smf-account-container.search-spacer {
    margin-left: 9.6px;
  }
}

.smf-scrollbar::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.smf-scrollbar::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

.smf-scrollbar::-webkit-scrollbar-thumb {
  background-color: #bfbfbf;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.light#sidebar-menu-fortel {
  background: #f2f3f7 linear-gradient(to bottom, #f4f5f9, #e9e9ec);
  border: 1px solid #d9dce7;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.light .smf-toggler {
  color: #545454;
  border: 1px solid rgba(84, 84, 84, 0.2);
}

.light .smf-content {
  background-color: #f5f5f5;
}

.light .smf-content .smf-content {
  background-color: #fafafa;
}

.light .smf-content .smf-content .smf-nav-header {
  border-bottom: 1px solid #ebebeb;
}

.light .smf-content .smf-content .smf-nav-link {
  border-bottom: 1px solid #ebebeb;
}

.light .smf-content .smf-content .smf-content {
  background-color: #fdfdfd;
}

.light .smf-content .smf-content .smf-content .smf-nav-header {
  border-bottom: 1px solid #eeeeee;
}

.light .smf-content .smf-content .smf-content .smf-nav-link {
  border-bottom: 1px solid #eeeeee;
}

.light .smf-content .smf-content .smf-content .smf-content {
  background-color: white;
}

.light .smf-content .smf-content .smf-content .smf-content .smf-nav-header {
  border-bottom: 1px solid #f0f0f0;
}

.light .smf-content .smf-content .smf-content .smf-content .smf-nav-link {
  border-bottom: 1px solid #f0f0f0;
}

.light .smf-collapse {
  background-color: #ededed;
}

.light .smf-collapse .smf-nav-link {
  border-bottom: 1px solid #dedede;
}

.light .smf-collapse .smf-collapse {
  background-color: #e8e8e8;
}

.light .smf-collapse .smf-collapse .smf-nav-link {
  border-bottom: 1px solid #d9d9d9;
}

.light .smf-collapse .smf-collapse .smf-collapse {
  background-color: #e3e3e3;
}

.light .smf-collapse .smf-collapse .smf-collapse .smf-nav-link {
  border-bottom: 1px solid #d4d4d4;
}

.light .smf-nav-header {
  border-bottom: 1px solid #e6e6e6;
}

.light .smf-nav-header-title {
  color: #0a0a0a;
}

.light .smf-nav-link {
  color: #0a0a0a;
  border-bottom: 1px solid #e6e6e6;
}

.light .smf-nav-link:focus, .light .smf-nav-link:hover {
  color: black;
  background-color: #dedede;
}

.light .smf-nav-link:focus .smf-nav-icon, .light .smf-nav-link:hover .smf-nav-icon {
  color: black;
}

.light .smf-nav-link.active {
  color: #5bb75b;
}

.light .smf-nav-link.active .smf-nav-icon {
  color: #5bb75b;
}

.light .smf-nav-link .smf-nav-icon {
  color: #606060;
}

.light .smf-text-container {
  color: #0a0a0a;
}

.light .smf-text-container i {
  color: #606060;
}

.light .smf-text-container + .smf-nav-item .smf-nav-link {
  border-top: 1px solid #e6e6e6;
}

.light #smf-content-expand .smf-desktop-brand {
  color: #0a0a0a;
}

.light #smf-content-expand .dropdown-menu {
  background-color: white;
  border-color: #a8a8a8;
}

.light #smf-content-expand .dropdown-item {
  color: #0a0a0a;
  border-color: #dedede;
}

.light #smf-content-expand .dropdown-item:hover, .light #smf-content-expand .dropdown-item:focus, .light #smf-content-expand .dropdown-item.smf-show {
  color: black;
  background-color: #dedede;
}

.light #smf-content-expand .dropdown-item:hover .smf-nav-icon, .light #smf-content-expand .dropdown-item:focus .smf-nav-icon, .light #smf-content-expand .dropdown-item.smf-show .smf-nav-icon {
  color: black;
}

.light #smf-content-expand .dropdown-item-content .smf-nav-icon {
  color: #606060;
}

.light #smf-content-expand .dropdown-show-all {
  border-top: 1px solid #a8a8a8;
}

.light #smf-content-expand .dropdown-submenu-list {
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.light #smf-content-expand .dropdown-submenu-list .dropdown-list-border-header {
  border-bottom: 1px solid #d4d4d4;
}

.light #smf-content-expand .custom-html {
  color: #0a0a0a;
}

.light #smf-content-expand .custom-html h1, .light #smf-content-expand .custom-html h2, .light #smf-content-expand .custom-html h3, .light #smf-content-expand .custom-html h4, .light #smf-content-expand .custom-html h5, .light #smf-content-expand .custom-html h6 {
  color: #0a0a0a;
}

.light #smf-search.active {
  background: #f2f3f7 linear-gradient(to bottom, #f4f5f9, #e9e9ec);
}

.light #smf-search button.smf-search-toggler {
  color: #0a0a0a;
}

.light.fixed-top {
  background: #f2f3f7 linear-gradient(to bottom, #f4f5f9, #e9e9ec);
  border: 1px solid #d9dce7;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.light.fixed-top #sidebar-menu-fortel {
  background: none;
  border: none;
  box-shadow: none;
}

.light.fixed-top.fixed-mobile.smf-expand #sidebar-menu-fortel {
  background: #f2f3f7 linear-gradient(to bottom, #f4f5f9, #e9e9ec);
  border: 1px solid #d9dce7;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

@media (min-width: 576px) {
  .light.fixed-top.fixed-mobile.smf-expand-sm #sidebar-menu-fortel {
    background: #f2f3f7 linear-gradient(to bottom, #f4f5f9, #e9e9ec);
    border: 1px solid #d9dce7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  }
}

@media (min-width: 768px) {
  .light.fixed-top.fixed-mobile.smf-expand-md #sidebar-menu-fortel {
    background: #f2f3f7 linear-gradient(to bottom, #f4f5f9, #e9e9ec);
    border: 1px solid #d9dce7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  }
}

@media (min-width: 992px) {
  .light.fixed-top.fixed-mobile.smf-expand-lg #sidebar-menu-fortel {
    background: #f2f3f7 linear-gradient(to bottom, #f4f5f9, #e9e9ec);
    border: 1px solid #d9dce7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  }
}

@media (min-width: 1200px) {
  .light.fixed-top.fixed-mobile.smf-expand-xl #sidebar-menu-fortel {
    background: #f2f3f7 linear-gradient(to bottom, #f4f5f9, #e9e9ec);
    border: 1px solid #d9dce7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  }
}

.dark-mobile-light-desktop #smf-content-expand .smf-desktop-brand {
  color: #0a0a0a;
}

.dark-mobile-light-desktop #smf-content-expand .smf-nav-link {
  color: #fff;
}

.dark-mobile-light-desktop #smf-content-expand .smf-nav-link:focus, .dark-mobile-light-desktop #smf-content-expand .smf-nav-link:hover {
  color: #e6e6e6;
}

.dark-mobile-light-desktop #smf-content-expand .smf-nav-link:focus .smf-nav-icon, .dark-mobile-light-desktop #smf-content-expand .smf-nav-link:hover .smf-nav-icon {
  color: black;
}

.dark-mobile-light-desktop #smf-content-expand .smf-nav-link.active {
  color: #5bb75b;
}

.dark-mobile-light-desktop #smf-content-expand .smf-nav-link.active .smf-nav-icon {
  color: #5bb75b;
}

.dark-mobile-light-desktop #smf-content-expand .smf-nav-link .smf-nav-icon {
  color: #606060;
}

.dark-mobile-light-desktop #smf-content-expand .dropdown-menu {
  background-color: white;
  border-color: #a8a8a8;
}

.dark-mobile-light-desktop #smf-content-expand .dropdown-item {
  color: #0a0a0a;
  border-color: #dedede;
}

.dark-mobile-light-desktop #smf-content-expand .dropdown-item:hover, .dark-mobile-light-desktop #smf-content-expand .dropdown-item:focus, .dark-mobile-light-desktop #smf-content-expand .dropdown-item.smf-show {
  color: black;
  background-color: #dedede;
}

.dark-mobile-light-desktop #smf-content-expand .dropdown-item:hover .smf-nav-icon, .dark-mobile-light-desktop #smf-content-expand .dropdown-item:focus .smf-nav-icon, .dark-mobile-light-desktop #smf-content-expand .dropdown-item.smf-show .smf-nav-icon {
  color: black;
}

.dark-mobile-light-desktop #smf-content-expand .dropdown-item-content .smf-nav-icon {
  color: #606060;
}

.dark-mobile-light-desktop #smf-content-expand .dropdown-show-all {
  border-top: 1px solid #a8a8a8;
}

.dark-mobile-light-desktop #smf-content-expand .dropdown-submenu-list {
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.dark-mobile-light-desktop #smf-content-expand .dropdown-submenu-list .dropdown-list-border-header {
  border-bottom: 1px solid #d4d4d4;
}

.dark-mobile-light-desktop #smf-content-expand .custom-html {
  color: #0a0a0a;
}

.dark-mobile-light-desktop #smf-content-expand .custom-html h1, .dark-mobile-light-desktop #smf-content-expand .custom-html h2, .dark-mobile-light-desktop #smf-content-expand .custom-html h3, .dark-mobile-light-desktop #smf-content-expand .custom-html h4, .dark-mobile-light-desktop #smf-content-expand .custom-html h5, .dark-mobile-light-desktop #smf-content-expand .custom-html h6 {
  color: #0a0a0a;
}

.dark-mobile-light-desktop.smf-expand#sidebar-menu-fortel {
  background: #f2f3f7 linear-gradient(to bottom, #f4f5f9, #e9e9ec);
  border: 1px solid #d9dce7;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

@media (min-width: 576px) {
  .dark-mobile-light-desktop.smf-expand-sm#sidebar-menu-fortel {
    background: #f2f3f7 linear-gradient(to bottom, #f4f5f9, #e9e9ec);
    border: 1px solid #d9dce7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  }
}

@media (min-width: 768px) {
  .dark-mobile-light-desktop.smf-expand-md#sidebar-menu-fortel {
    background: #f2f3f7 linear-gradient(to bottom, #f4f5f9, #e9e9ec);
    border: 1px solid #d9dce7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  }
}

@media (min-width: 992px) {
  .dark-mobile-light-desktop.smf-expand-lg#sidebar-menu-fortel {
    background: #f2f3f7 linear-gradient(to bottom, #f4f5f9, #e9e9ec);
    border: 1px solid #d9dce7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  }
}



.dark-mobile-light-desktop.fixed-top.smf-expand {
  background: #f2f3f7 linear-gradient(to bottom, #f4f5f9, #e9e9ec);
  border: 1px solid #d9dce7;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.dark-mobile-light-desktop.fixed-top.smf-expand #sidebar-menu-fortel {
  background: none;
  border: none;
  box-shadow: none;
}

.dark-mobile-light-desktop.fixed-top.smf-expand.fixed-mobile {
  background: none;
  border: none;
  box-shadow: none;
}

.dark-mobile-light-desktop.fixed-top.smf-expand.fixed-mobile #sidebar-menu-fortel {
  background: #f2f3f7 linear-gradient(to bottom, #f4f5f9, #e9e9ec);
  border: 1px solid #d9dce7;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

@media (min-width: 576px) {
  .dark-mobile-light-desktop.fixed-top.smf-expand-sm {
    background: #f2f3f7 linear-gradient(to bottom, #f4f5f9, #e9e9ec);
    border: 1px solid #d9dce7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  }
  .dark-mobile-light-desktop.fixed-top.smf-expand-sm #sidebar-menu-fortel {
    background: none;
    border: none;
    box-shadow: none;
  }
  .dark-mobile-light-desktop.fixed-top.smf-expand-sm.fixed-mobile {
    background: none;
    border: none;
    box-shadow: none;
  }
  .dark-mobile-light-desktop.fixed-top.smf-expand-sm.fixed-mobile #sidebar-menu-fortel {
    background: #f2f3f7 linear-gradient(to bottom, #f4f5f9, #e9e9ec);
    border: 1px solid #d9dce7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  }
}

@media (min-width: 768px) {
  .dark-mobile-light-desktop.fixed-top.smf-expand-md {
    background: #f2f3f7 linear-gradient(to bottom, #f4f5f9, #e9e9ec);
    border: 1px solid #d9dce7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  }
  .dark-mobile-light-desktop.fixed-top.smf-expand-md #sidebar-menu-fortel {
    background: none;
    border: none;
    box-shadow: none;
  }
  .dark-mobile-light-desktop.fixed-top.smf-expand-md.fixed-mobile {
    background: none;
    border: none;
    box-shadow: none;
  }
  .dark-mobile-light-desktop.fixed-top.smf-expand-md.fixed-mobile #sidebar-menu-fortel {
    background: #f2f3f7 linear-gradient(to bottom, #f4f5f9, #e9e9ec);
    border: 1px solid #d9dce7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  }
}

@media (min-width: 992px) {
  .dark-mobile-light-desktop.fixed-top.smf-expand-lg {
    background: #f2f3f7 linear-gradient(to bottom, #f4f5f9, #e9e9ec);
    border: 1px solid #d9dce7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  }
  .dark-mobile-light-desktop.fixed-top.smf-expand-lg #sidebar-menu-fortel {
    background: none;
    border: none;
    box-shadow: none;
  }
  .dark-mobile-light-desktop.fixed-top.smf-expand-lg.fixed-mobile {
    background: none;
    border: none;
    box-shadow: none;
  }
  .dark-mobile-light-desktop.fixed-top.smf-expand-lg.fixed-mobile #sidebar-menu-fortel {
    background: #f2f3f7 linear-gradient(to bottom, #f4f5f9, #e9e9ec);
    border: 1px solid #d9dce7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  }
}

@media (min-width: 1200px) {
  .dark-mobile-light-desktop.fixed-top.smf-expand-xl {
    background: #f2f3f7 linear-gradient(to bottom, #f4f5f9, #e9e9ec);
    border: 1px solid #d9dce7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  }
  .dark-mobile-light-desktop.fixed-top.smf-expand-xl #sidebar-menu-fortel {
    background: none;
    border: none;
    box-shadow: none;
  }
  .dark-mobile-light-desktop.fixed-top.smf-expand-xl.fixed-mobile {
    background: none;
    border: none;
    box-shadow: none;
  }
  .dark-mobile-light-desktop.fixed-top.smf-expand-xl.fixed-mobile #sidebar-menu-fortel {
    background: #f2f3f7 linear-gradient(to bottom, #f4f5f9, #e9e9ec);
    border: 1px solid #d9dce7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  }
}

.smf-close {
  width: 0;
  visibility: hidden;
}

.smf-slide {
  overflow: hidden;
  visibility: visible;
  transition: left .5s ease;
}

.smf-open {
  visibility: visible;
}

#smf-dark-overlay {
  z-index: 1999;
  background: transparent;
  transition: all 0.3s ease;
}

#smf-dark-overlay.smf-active {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.55);
}

body.smf-active {
  overflow: hidden;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.mb-3 {
  margin-bottom: 16px;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

.badge-danger {
  color: white;
  background-color: #da4f49;
}

.smf-d-none {
  display: none !important;
}

.smf-d-block {
  display: block !important;
}

.smf-d-table {
  display: table !important;
}

.smf-d-inline-block {
  display: inline-block !important;
}

@media (min-width: 576px) {
  .smf-d-sm-none {
    display: none !important;
  }
  .smf-d-sm-block {
    display: block !important;
  }
  .smf-d-sm-table {
    display: table !important;
  }
  .smf-d-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) {
  .smf-d-md-none {
    display: none !important;
  }
  .smf-d-md-block {
    display: block !important;
  }
  .smf-d-md-table {
    display: table !important;
  }
  .smf-d-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) {
  .smf-d-lg-none {
    display: none !important;
  }
  .smf-d-lg-block {
    display: block !important;
  }
  .smf-d-lg-table {
    display: table !important;
  }
  .smf-d-lg-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .smf-d-xl-none {
    display: none !important;
  }
  .smf-d-xl-block {
    display: block !important;
  }
  .smf-d-xl-table {
    display: table !important;
  }
  .smf-d-xl-inline-block {
    display: inline-block !important;
  }
}
