/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12.07.2015, 11:04:52
    Author     : barbara
*/
.sm-beta a, .sm-beta a:hover, .sm-beta a:focus, .sm-beta a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none; }

.sm-beta a.current {
  font-weight: bold;
  background-color: #98b9d7; }

.sm-beta a.disabled {
  color: #cccccc; }

.sm-beta a span.sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  color: #6992b8;
  text-align: center;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.sm-beta a.highlighted span.sub-arrow:before {
  display: block;
  content: '-'; }

.sm-beta li {
  background-color: #6992b8;
  border-top: 1px solid #98b9d7; }
  .sm-beta li.active-trail, .sm-beta li.active {
    background-color: #98b9d7; }
    .sm-beta li.active-trail a, .sm-beta li.active-trail a:hover, .sm-beta li.active-trail a:focus, .sm-beta li.active-trail a:active, .sm-beta li.active a, .sm-beta li.active a:hover, .sm-beta li.active a:focus, .sm-beta li.active a:active {
      color: #fff; }

.sm-beta > li:first-child {
  border-top: 0; }

.sm-beta ul li {
  background: #98b9d7;
  border-top: 1px solid #b0cae1; }
  .sm-beta ul li:first-child {
    border-top: 0; }
  .sm-beta ul li.active-trail, .sm-beta ul li.active {
    background-color: #b0cae1; }
    .sm-beta ul li.active-trail a, .sm-beta ul li.active-trail a:hover, .sm-beta ul li.active-trail a:focus, .sm-beta ul li.active-trail a:active, .sm-beta ul li.active a, .sm-beta ul li.active a:hover, .sm-beta ul li.active a:focus, .sm-beta ul li.active a:active {
      color: #fff;
      text-shadow: 1px 1px 3px #6992b8; }

.sm-beta ul ul li {
  background: #b0cae1;
  border-top: 1px solid #c9daea; }
  .sm-beta ul ul li.active-trail, .sm-beta ul ul li.active {
    background-color: #b0cae1; }
    .sm-beta ul ul li.active-trail a, .sm-beta ul ul li.active-trail a:hover, .sm-beta ul ul li.active-trail a:focus, .sm-beta ul ul li.active-trail a:active, .sm-beta ul ul li.active a, .sm-beta ul ul li.active a:hover, .sm-beta ul ul li.active a:focus, .sm-beta ul ul li.active a:active {
      color: #fff;
      text-shadow: 1px 1px 3px #6992b8; }

.sm-beta ul a, .sm-beta ul a:hover, .sm-beta ul a:focus, .sm-beta ul a:active {
  font-size: .875em;
  border-left: 8px solid transparent; }

.sm-beta ul ul a,
.sm-beta ul ul a:hover,
.sm-beta ul ul a:focus,
.sm-beta ul ul a:active {
  border-left: 16px solid transparent; }

.sm-beta ul ul ul a,
.sm-beta ul ul ul a:hover,
.sm-beta ul ul ul a:focus,
.sm-beta ul ul ul a:active {
  border-left: 24px solid transparent; }

.sm-beta ul ul ul ul a,
.sm-beta ul ul ul ul a:hover,
.sm-beta ul ul ul ul a:focus,
.sm-beta ul ul ul ul a:active {
  border-left: 32px solid transparent; }

.sm-beta ul ul ul ul ul a,
.sm-beta ul ul ul ul ul a:hover,
.sm-beta ul ul ul ul ul a:focus,
.sm-beta ul ul ul ul ul a:active {
  border-left: 40px solid transparent; }

/*
 * Menu button
 */
#menu-button {
  background-color: transparent;
  border: 1px solid #c3c3cb;
  height: 42px;
  margin: 10px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 42px;
  position: relative;
  padding-left: 40px; }

#menu-button:before {
  content: "\2630";
  color: #98b9d7;
  font-size: 42px;
  left: -39px;
  position: relative;
  top: -10px; }

#menu-button.collapsed:before {
  color: #2c5b86; }

#main-menu.collapsed {
  display: none; }

@media (min-width: 720px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-beta ul {
    position: absolute; }

  .sm-beta li {
    float: left; }

  .sm-beta.sm-rtl li {
    float: right; }

  .sm-beta ul li, .sm-beta.sm-rtl ul li, .sm-beta.sm-vertical li {
    float: none; }

  .sm-beta a {
    white-space: nowrap; }

  .sm-beta ul a, .sm-beta.sm-vertical a {
    white-space: normal; }

  .sm-beta .sm-nowrap > li > a, .sm-beta .sm-nowrap > li > :not(ul) a {
    white-space: nowrap; }

  /* ...end */
  .sm-beta {
    background: transparent; }

  .sm-beta a, .sm-beta a:hover, .sm-beta a:focus, .sm-beta a:active, .sm-beta a.highlighted {
    padding: 10px 20px;
    color: #fff; }

  .sm-beta a:hover, .sm-beta a:focus, .sm-beta a:active {
    background: #98b9d7; }

  .sm-beta a.highlighted {
    background: #98b9d7;
    color: #fff;
    -webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25); }

  .sm-beta a.disabled {
    background: transparent;
    color: #cccccc;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

  .sm-beta a.has-submenu {
    padding-right: 34px; }

  .sm-beta a span.sub-arrow {
    top: 50%;
    margin-top: -3px;
    right: 20px;
    width: 0;
    height: 0;
    border-width: 6px 4.02px 0 4.02px;
    border-style: solid dashed dashed dashed;
    border-color: #fff transparent transparent transparent;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #fff; }

  .sm-beta a:hover span.sub-arrow, .sm-beta a:focus span.sub-arrow, .sm-beta a:active span.sub-arrow {
    border-color: white transparent transparent transparent; }

  .sm-beta a.highlighted span.sub-arrow {
    border-color: #fff transparent transparent transparent; }

  .sm-beta a.disabled span.sub-arrow {
    border-color: #fff transparent transparent transparent; }

  .sm-beta a.highlighted span.sub-arrow:before {
    display: none; }

  .sm-beta li {
    border-top: 0;
    margin: 0 .25em 0 0; }

  .sm-beta ul {
    border: 0;
    padding: 8px 0 0;
    background: #98b9d7;
    -webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25); }
    .sm-beta ul li {
      margin: 0; }

  .sm-beta ul ul {
    background: #b0cae1; }

  .sm-beta ul a, .sm-beta ul a:hover, .sm-beta ul a:focus, .sm-beta ul a:active, .sm-beta ul a.highlighted {
    border: 0 !important;
    padding: 10px 20px; }

  .sm-beta ul a:hover, .sm-beta ul a:focus, .sm-beta ul a:active, .sm-beta ul a.highlighted {
    background: #b0cae1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

  .sm-beta ul a.disabled {
    background: transparent;
    color: #b3b3b3; }

  .sm-beta ul a.has-submenu {
    padding-right: 20px; }

  .sm-beta ul a span.sub-arrow {
    right: 10px;
    margin-top: -4.02px;
    border-width: 4.02px 0 4.02px 6px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fff; }

  .sm-beta ul a:hover span.sub-arrow, .sm-beta ul a:focus span.sub-arrow, .sm-beta ul a:active span.sub-arrow, .sm-beta ul a.highlighted span.sub-arrow {
    border-color: transparent transparent transparent #fff; }

  .sm-beta ul a.disabled span.sub-arrow {
    border-color: transparent transparent transparent #fff; }

  .sm-beta span.scroll-up,
  .sm-beta span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #eef3f8;
    height: 20px; }

  .sm-beta span.scroll-up-arrow, .sm-beta span.scroll-down-arrow {
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 0 6px 8px 6px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #6992b8 transparent; }

  .sm-beta span.scroll-down-arrow {
    border-width: 8px 6px 0 6px;
    border-style: solid dashed dashed dashed;
    border-color: #6992b8 transparent transparent transparent; }

  .sm-beta.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 34px; }

  .sm-beta.sm-rtl a span.sub-arrow {
    right: auto;
    left: 20px; }

  .sm-beta.sm-rtl.sm-vertical {
    border-right: 0;
    border-left: 2px solid #6992b8; }

  .sm-beta.sm-rtl.sm-vertical a.has-submenu {
    padding: 10px 20px; }

  .sm-beta.sm-rtl.sm-vertical a span.sub-arrow {
    right: auto;
    left: 10px;
    border-width: 4.02px 6px 4.02px 0;
    border-style: dashed solid dashed dashed;
    border-color: transparent #6992b8 transparent transparent; }

  .sm-beta.sm-rtl.sm-vertical a:hover span.sub-arrow, .sm-beta.sm-rtl.sm-vertical a:focus span.sub-arrow, .sm-beta.sm-rtl.sm-vertical a:active span.sub-arrow, .sm-beta.sm-rtl.sm-vertical a.highlighted span.sub-arrow {
    border-color: transparent white transparent transparent; }

  .sm-beta.sm-rtl.sm-vertical a.disabled span.sub-arrow {
    border-color: transparent #6992b8 transparent transparent; }

  .sm-beta.sm-rtl ul a.has-submenu {
    padding: 10px 20px !important; }

  .sm-beta.sm-rtl ul a span.sub-arrow {
    right: auto;
    left: 10px;
    border-width: 4.02px 6px 4.02px 0;
    border-style: dashed solid dashed dashed;
    border-color: transparent #6992b8 transparent transparent; }

  .sm-beta.sm-rtl ul a:hover span.sub-arrow, .sm-beta.sm-rtl ul a:focus span.sub-arrow, .sm-beta.sm-rtl ul a:active span.sub-arrow, .sm-beta.sm-rtl ul a.highlighted span.sub-arrow {
    border-color: transparent white transparent transparent; }

  .sm-beta.sm-rtl ul a.disabled span.sub-arrow {
    border-color: transparent #6992b8 transparent transparent; }

  .sm-beta.sm-vertical {
    border-bottom: 0;
    border-right: 2px solid #6992b8; }

  .sm-beta.sm-vertical a {
    padding: 10px 20px; }

  .sm-beta.sm-vertical a:hover, .sm-beta.sm-vertical a:focus, .sm-beta.sm-vertical a:active, .sm-beta.sm-vertical a.highlighted {
    background: #6992b8;
    color: white;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

  .sm-beta.sm-vertical a.disabled {
    background: transparent;
    color: #cccccc; }

  .sm-beta.sm-vertical a span.sub-arrow {
    right: 10px;
    margin-top: -4.02px;
    border-width: 4.02px 0 4.02px 6px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #6992b8; }

  .sm-beta.sm-vertical a:hover span.sub-arrow, .sm-beta.sm-vertical a:focus span.sub-arrow, .sm-beta.sm-vertical a:active span.sub-arrow, .sm-beta.sm-vertical a.highlighted span.sub-arrow {
    border-color: transparent transparent transparent white; }

  .sm-beta.sm-vertical a.disabled span.sub-arrow {
    border-color: transparent transparent transparent #6992b8; }

  .sm-beta.sm-vertical ul a {
    padding: 10px 20px; }

  /*
   * Menu button
   */
  /* hide the button in desktop view */
  #menu-button {
    display: none; }

  /* always show the menu in desktop view */
  #main-menu.collapsed {
    display: block; } }
