/*******************************************
  OTICON MEDICAL
*******************************************/
/*******************************************
  OTICON 
*******************************************/
/*$primary: #C6168D;
 $light-primary: #dc26a1;

 $accent: #47c088;

 $grey: #e5e8e9;
 $light-grey: #e3dfdb;
 $dark-grey: #333;*/
/*******************************************
  BERNAFON 
*******************************************/
/*$primary:  #CC1122;
 $light-primary: #F19475;

 $accent: #47c088;

 $grey: #e5e8e9;
 $light-grey: #e3dfdb;
 $dark-grey: #333;*/
/*******************************************
  DIATEC 
*******************************************/
/*$primary: #0083A9;
 $light-primary: #4ab2f1;

 $accent: #F15F22;

 $grey: #e5e8e9;
$light-grey: #e3dfdb;
$dark-grey: #333;*/
/*******************************************
  SONIC 
*******************************************/
/*$primary: #415a68;
 $light-primary: #009ddc;

 $accent: #7ac142;

$grey: #e5e8e9;
$light-grey: #e3dfdb;
$dark-grey: #333;*/
/********************************************
  CATALOG STYLES 
*******************************************/
:root {
  font-size: 16px; }

body {
  font-size: 1rem;
  font-family: Arial, 'Open Sans', sans-serif; }

body,
html {
  height: 100%; }

#bootstrap-overrides {
  overflow-y: hidden; }

.container-wrapper {
  height: 100%;
  overflow-y: hidden; }

.grey-bg {
  background-color: #737373; }

.light-grey-bg {
  background-color: #e3dfdb; }

/*******************************************
  HEADER 
*******************************************/
#bootstrap-overrides nav.top-menu li.active a {
  color: #3E6E8D; }

#bootstrap-overrides nav.top-menu a {
  color: #fff;
  font-size: 1.25rem; }

#bootstrap-overrides nav.top-menu .oticon-logo {
  width: 7.3125rem;
  height: 2.6875rem;
  width: 7.3125rem; }

#bootstrap-overrides nav.top-menu .custom-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

#bootstrap-overrides nav.top-menu .custom-toggler {
  border: 1px solid #fff; }

#bootstrap-overrides nav.top-menu .fa-home {
  font-size: 1.7rem; }

#bootstrap-overrides .main-header__menu-toggle {
  display: inline-block;
  width: 34px; }

#bootstrap-overrides .main-header__menu-toggle-icon {
  position: relative;
  margin-top: 11px;
  margin-bottom: 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  #bootstrap-overrides .main-header__menu-toggle-icon, #bootstrap-overrides .main-header__menu-toggle-icon::before, #bootstrap-overrides .main-header__menu-toggle-icon::after {
    display: block;
    width: 2em;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0.2em;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0; }
  #bootstrap-overrides .main-header__menu-toggle-icon::before, #bootstrap-overrides .main-header__menu-toggle-icon::after {
    position: absolute;
    content: ""; }
  #bootstrap-overrides .main-header__menu-toggle-icon::before {
    top: -11px; }
  #bootstrap-overrides .main-header__menu-toggle-icon::after {
    top: 11px; }

#bootstrap-overrides #help--menu {
  cursor: pointer; }

#bootstrap-overrides .search-submit {
  cursor: pointer;
  background-color: #737373;
  border: none;
  color: #fff;
  font-size: 1.5em; }

.fa-home {
  color: #fff; }

/*******************************************
  SIDEBAR 
*******************************************/
::-webkit-scrollbar {
  width: 0.625em; }

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0.375em rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 0.375em rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 1em;
  border-radius: 1em; }

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 1em;
  border-radius: 1em;
  background: #e3dfdb;
  box-shadow: inset 0 0 0.375em rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 0.375em rgba(0, 0, 0, 0.3); }

.main-header__menu {
  display: none;
  background: #333;
  box-shadow: -0.2em 0.2em 1em rgba(0, 0, 0, 0.4);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 3.75em 1.875em;
  transition: right .5s; }

.main-header__menu-close {
  position: absolute;
  top: 0em;
  left: 0.5em;
  font-size: 1.4375em;
  font-weight: bold;
  padding: 0.9375em;
  color: rgba(255, 255, 255, 0.8);
  z-index: 2; }
  .main-header__menu-close:hover {
    text-decoration: none;
    color: #fff; }

.main-header__menu-list {
  margin: 0;
  position: relative;
  z-index: 2; }
  .main-header__menu-list ul {
    padding-left: 0; }
  .main-header__menu-list .main-header__menu-section {
    font-size: 1.875em;
    max-width: 80%;
    padding: 0 0 0.4375em;
    color: #fff; }
    .main-header__menu-list .main-header__menu-section:not(:first-of-type) {
      margin-top: 3.125em; }
    .main-header__menu-list .main-header__menu-section a {
      color: #fff;
      text-decoration: none; }
      .main-header__menu-list .main-header__menu-section a[aria-expanded="true"] {
        font-weight: 600; }
    .main-header__menu-list .main-header__menu-section .fa {
      padding: 0 0.375em 0 0; }
  .main-header__menu-list .main-header__menu-item {
    margin: 0.9375em 0; }
    .main-header__menu-list .main-header__menu-item a {
      color: #b6b6b6;
      text-decoration: none;
      font-size: 1.5em; }
    .main-header__menu-list .main-header__menu-item + .main-header__menu-section {
      margin-top: 2.5em; }
    .main-header__menu-list .main-header__menu-item #product-navbar-inner {
      display: none;
      margin-left: 0.9375em;
      margin-top: 0.9375em; }
    .main-header__menu-list .main-header__menu-item span {
      margin-left: 4px; }
  .main-header__menu-list .main-header__menu-item-highlight a {
    background-color: #3E6E8D;
    color: #fff;
    border-radius: 3px;
    padding: 0.375em 0.75em;
    display: inline-block; }
    .main-header__menu-list .main-header__menu-item-highlight a:hover {
      text-decoration: none;
      background-color: #5f95b9; }

.menu--open .main-header__menu {
  display: block; }

[data-toggle="collapse"]:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F077";
  transform: rotate(90deg);
  transition: all linear 0.25s;
  margin-left: 8px; }

[data-toggle="collapse"].collapsed:after {
  transform: rotate(180deg); }

nav ul {
  list-style: none; }

.new-product {
  color: #3E6E8D; }

/*******************************************
  MAIN 
*******************************************/
#bootstrap-overrides .brochure-block-row {
  overflow-y: auto;
  overflow-x: hidden; }

#bootstrap-overrides .container-wrapper-row {
  height: 100%; }

#bootstrap-overrides .brochure-wrapper {
  height: 100%; }
  #bootstrap-overrides .brochure-wrapper .row {
     }
  #bootstrap-overrides .brochure-wrapper .brochure-block {
    margin-top: 1.5rem; }
  #bootstrap-overrides .brochure-wrapper .brochure-img-wrapper {
    width: 100%;
    height: 12.5rem;
    margin-bottom: 1.875rem; }
    #bootstrap-overrides .brochure-wrapper .brochure-img-wrapper img {
      max-height: 12.5rem;
      max-width: 12.5rem;
      box-shadow: 0px 2px 7px 0px rgba(1, 1, 1, 0.48); }
  #bootstrap-overrides .brochure-wrapper .download-link {
    color: #fff; }
    #bootstrap-overrides .brochure-wrapper .download-link i {
      display: inline-block;
      border-radius: 2.5rem;
      background-color: #3E6E8D;
      padding: 0.5em 0.5em; }

/*******************************************
  FOOTER 
*******************************************/
.footer-grey {
  color: #fff;
  background-color: #e5e8e9;
  filter: brightness(90%);
  background-image: none;
  margin-top: 1.875rem; }
  .footer-grey p {
    color: #fff;
    margin-bottom: 0;
    font-size: 0.875rem;
    margin-top: 0.625rem; }
  .footer-grey img:not(.oticon-logo) {
    width: 2.125rem;
    margin-right: 0.5rem; }

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 120px; }
  .footer .row:first-of-type {
    margin-top: 0.875rem; }

.oticon-logo {
  height: 2.6875em;
  width: 7.3125em; }
  @media (max-width: 576px) {
    .oticon-logo {
      margin-top: 1rem; } }
/*******************************************
  OTICON MEDICAL
*******************************************/
/*******************************************
  OTICON 
*******************************************/
/*$primary: #C6168D;
 $light-primary: #dc26a1;

 $accent: #47c088;

 $grey: #e5e8e9;
 $light-grey: #e3dfdb;
 $dark-grey: #333;*/
/*******************************************
  BERNAFON 
*******************************************/
/*$primary:  #CC1122;
 $light-primary: #F19475;

 $accent: #47c088;

 $grey: #e5e8e9;
 $light-grey: #e3dfdb;
 $dark-grey: #333;*/
/*******************************************
  DIATEC 
*******************************************/
/*$primary: #0083A9;
 $light-primary: #4ab2f1;

 $accent: #F15F22;

 $grey: #e5e8e9;
$light-grey: #e3dfdb;
$dark-grey: #333;*/
/*******************************************
  SONIC 
*******************************************/
/*$primary: #415a68;
 $light-primary: #009ddc;

 $accent: #7ac142;

$grey: #e5e8e9;
$light-grey: #e3dfdb;
$dark-grey: #333;*/
/*******************************************
  SECOND THEME STYLES 
*******************************************/
#bootstrap-overrides #catalog-second-theme .left-direction-wrapper, #bootstrap-overrides #catalog-second-theme .right-direction-wrapper {
  margin-top: 6.25em;
  margin-bottom: 6.25em; }

#bootstrap-overrides #catalog-second-theme .product-text-wrapper-cst {
  margin-top: 6.25em; }
  #bootstrap-overrides #catalog-second-theme .product-text-wrapper-cst .text-primary {
    color: #EE7021; }
  #bootstrap-overrides #catalog-second-theme .product-text-wrapper-cst p {
    font-family: "Open Sans", Arial, sans-serif;
    line-height: 1.9375em;
    font-size: 1em;
    color: #3b3c3d; }
  #bootstrap-overrides #catalog-second-theme .product-text-wrapper-cst .product-title-cst {
    font-family: "Open Sans Bold", Arial, sans-serif;
    font-size: 1.5em;
    margin: 0 0 .133em 0; }
  #bootstrap-overrides #catalog-second-theme .product-text-wrapper-cst a {
    text-decoration: none; }

#bootstrap-overrides #catalog-second-theme .product-image-cst img {
  max-width: 60.4375em;
  max-height: 39.6875em;
  margin-top: 1.875em; }
/*******************************************
  OTICON MEDICAL
*******************************************/
/*******************************************
  OTICON 
*******************************************/
/*$primary: #C6168D;
 $light-primary: #dc26a1;

 $accent: #47c088;

 $grey: #e5e8e9;
 $light-grey: #e3dfdb;
 $dark-grey: #333;*/
/*******************************************
  BERNAFON 
*******************************************/
/*$primary:  #CC1122;
 $light-primary: #F19475;

 $accent: #47c088;

 $grey: #e5e8e9;
 $light-grey: #e3dfdb;
 $dark-grey: #333;*/
/*******************************************
  DIATEC 
*******************************************/
/*$primary: #0083A9;
 $light-primary: #4ab2f1;

 $accent: #F15F22;

 $grey: #e5e8e9;
$light-grey: #e3dfdb;
$dark-grey: #333;*/
/*******************************************
  SONIC 
*******************************************/
/*$primary: #415a68;
 $light-primary: #009ddc;

 $accent: #7ac142;

$grey: #e5e8e9;
$light-grey: #e3dfdb;
$dark-grey: #333;*/
/*******************************************
  MAIN STYLES 
*******************************************/
body {
  font-family: Arial, "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #737373;
  -webkit-font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", sans-serif; }

h4 {
  line-height: 46px;
  margin-bottom: 24px;
  font-size: 36px;
  font-weight: 400;
  color: #000; }

a {
  color: #EE7021; }
  a:focus {
    color: #fff; }

label {
  color: #737373;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 4.2px;
  font-size: 14px;
  font-weight: 100; }

/*******************************************
  COLORS 
*******************************************/
.skin-blue .main-header .navbar,
.skin-blue .main-header .logo,
.skin-blue .main-header .logo:hover,
.skin-blue .main-header .navbar .sidebar-toggle:hover,
.main-header {
  background-color: #EE7021; }

.skin-blue .sidebar-menu > li.active > a {
  border-left-color: #EE7021; }

footer a {
  color: #EE7021; }

/*******************************************
  SIDEBAR 
*******************************************/
.main-sidebar,
.main-header .logo {
  width: 250px;
  height: 54px; }

.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
  background-color: #333333; }

.sidebar li {
  list-style: none; }
  .sidebar li a {
    cursor: pointer; }

.sidebar-menu-inner li {
  background-color: #000; }
  .sidebar-menu-inner li.active {
    background-color: #000; }
    .sidebar-menu-inner li.active a {
      border-left: none;
      color: #fff; }

.skin-blue .sidebar-menu-inner > li:hover > a,
.skin-blue .sidebar-menu-inner > li.active > a,
.skin-blue .sidebar-menu-inner > li.menu-open > a {
  background-color: transparent; }

/*******************************************
  HEADER 
*******************************************/
header {
  padding: .625em 0; }

.main-header .navbar,
.content-wrapper,
.main-footer {
  margin-left: 250px; }

.main-header__top-bar {
  background: #333;
  color: #fff; }

.logo img {
  width: 117px;
  height: 43px; }

.main-header__menu-toggle {
  display: inline-block;
  width: 34px; }

.main-sidebar {
  position: relative;
  padding-top: 0;
  top: 0;
  height: 0; }

.main-header__top-bar-title {
  margin: 0 14px 0 4%;
  padding: 5.25px 0;
  letter-spacing: .0625em;
  float: left;
  font-size: 12px; }

.main-header__menu-toggle-icon {
  position: relative;
  margin-top: 11px;
  margin-bottom: 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .main-header__menu-toggle-icon, .main-header__menu-toggle-icon::before, .main-header__menu-toggle-icon::after {
    display: block;
    width: 2em;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0; }
  .main-header__menu-toggle-icon::before, .main-header__menu-toggle-icon::after {
    position: absolute;
    content: ""; }
  .main-header__menu-toggle-icon::before {
    top: -11px; }
  .main-header__menu-toggle-icon::after {
    top: 11px; }

input {
  border: none;
  outline: 1px solid #a6a6a6; }
  input[type="text"] {
    padding: 9px;
    line-height: 28.8px; }

/*******************************************
  MAIN WRAPPER 
*******************************************/
.wrapper {
  overflow-y: hidden; }

.content-wrapper {
  background-color: #fff; }

.k-draghandle.k-state-selected:hover,
.k-ghost-splitbar-horizontal,
.k-ghost-splitbar-vertical,
.k-list > .k-state-highlight,
.k-list > .k-state-selected,
.k-marquee-color,
.k-panel > .k-state-selected,
.k-scheduler .k-scheduler-toolbar .k-state-selected,
.k-scheduler .k-today.k-state-selected,
.k-state-selected,
.k-state-selected:link,
.k-state-selected:visited,
.k-tool.k-state-selected {
  background-color: #EE7021; }

.k-button,
.k-upload-action input[type="submit"] {
  color: #fff;
  border-color: #EE7021;
  background-color: #EE7021;
  text-transform: uppercase;
  font-weight: 600;
  background-image: none; }

.k-file .k-upload-action {
  color: #fff;
  border-color: #EE7021;
  background-color: #EE7021; }

.k-button.k-state-hover,
.k-button:hover,
input[type="submit"]:hover {
  color: #fff;
  border-color: #EE7021;
  background-color: #EE7021;
  background-image: none; }

.k-pager-wrap,
.k-block,
.k-draghandle,
.k-grid-header,
.k-grouping-header,
.k-header,
.k-pager-wrap,
.k-toolbar,
.k-treemap-tile,
html .km-pane-wrapper .k-header {
  background-color: #e5e8e9;
  background-image: none; }

.k-grid tr:hover {
  background-image: none;
  background-color: #fff; }

.k-upload .k-upload-selected {
  color: #fff; }

.k-pager-wrap .k-link:hover {
  background-color: #3E6E8D; }

.k-draghandle.k-state-selected:hover,
.k-ghost-splitbar-horizontal,
.k-ghost-splitbar-vertical,
.k-list > .k-state-highlight,
.k-list > .k-state-selected,
.k-marquee-color,
.k-panel > .k-state-selected,
.k-scheduler .k-scheduler-toolbar .k-state-selected,
.k-scheduler .k-today.k-state-selected,
.k-state-selected,
.k-state-selected:link,
.k-state-selected:visited,
.k-tool.k-state-selected {
  background-color: #3E6E8D;
  border: none; }

.form-control:focus {
  outline: 1px solid #000;
  border: 1px solid #000; }

.k-grid tbody #file-download-btn {
  margin-top: 6px; }

.back-list-btn {
  font-size: 1rem;
  padding: 6px 12px;
  line-height: 24px;
  margin-left: 20px; }

.btn {
  outline: none; }

.edit-nav-tabs {
  margin-bottom: 30px; }
  .edit-nav-tabs li:first-of-type {
    margin-right: 80px; }
    .edit-nav-tabs li:first-of-type i {
      margin-right: 6px; }

.checkbox {
  position: relative;
  cursor: pointer;
  position: relative;
  padding: 0 1.5em 0 2.5em;
  height: 3em;
  display: table-cell;
  vertical-align: middle; }
  .checkbox input[type="checkbox"] {
    display: none; }
  .checkbox input[type="checkbox"]:checked + label:before {
    content: "";
    background: url(/images/icon--checkmark.svg) center no-repeat #3E6E8D;
    background-size: 80%; }
  .checkbox label {
    margin-bottom: 0; }
    .checkbox label:before {
      content: "";
      background: #fff;
      border: 1px solid #a6a6a6;
      display: block;
      position: absolute;
      top: .5em;
      left: 0;
      width: 2em;
      height: 2em;
      border-radius: .2em;
      cursor: pointer; }

.catalog-tabs {
  margin: 20px 0; }

.tab-content .tab-pane .col-md-4:nth-of-type(2) {
  margin-left: 10px; }

.tab-content .tab-pane .k-listbox,
.tab-content .tab-pane label {
  width: 300px; }

#products h4 {
  padding-left: 15px; }

#products .col-md-4:nth-of-type(2) {
  margin-left: 80px; }

#products .k-listbox,
#products label {
  width: 300px; }

/********************************************
  FOOTER 
*******************************************/
.main-footer {
  background-color: #000;
  color: #fff;
  font-weight: 300; }

a:hover,
a:active,
a:focus {
  color: #EE7021; }
