#middle {
  clear: both;
}
.top-navbar {
  padding: 0;
}
#wrapper.no-submenu {
  background: url("/images/backgrounds/notab.png") repeat-x scroll 0 -11px transparent;
}
#wrapper.no-submenu #middle {
  padding-top: 30px;
  padding-bottom: 45px;
}
#wrapper.no-submenu #middle >h1 {
  display: block;
  font-size: 28px;
  color: #ffffff;
  border: none;
  text-align: center;
}
#wrapper.no-submenu .containerSearch {
  background: none repeat scroll 0 0 white;
}
#header {
  z-index: 1200;
  border-bottom: #DBDBDB;
}
#header .logo {
  padding: 5px 15px 5px 0;
  border: none;
}
#header .logo img {
  width: 100%;
  max-height: 32px;
}
#header #header-container-mobile {
  display: flex;
  display: none;
  flex-wrap: nowrap;
  align-items: center;
}
@media (max-width: 799px) {
  #header #header-container-mobile {
    display: flex;
  }
}
#header #header-container-mobile #dropdownMenuMobile {
  white-space: nowrap;
  background: transparent;
  font-size: small;
  width: 48px;
  padding: 5px;
}
#header #header-container-mobile #dropdownMenuMobile img {
  width: 100%;
}
#header #header-container-mobile #dropdownMenuMobile:focus {
  box-shadow: none;
}
#header #header-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  max-width: 960px;
  margin: auto;
}
@media (max-width: 799px) {
  #header #header-container {
    display: none;
  }
}
#header #header-container .top-menu-item {
  font-weight: bold;
  border-top: 5px solid transparent;
}
#header #header-container .top-menu-item a {
  display: inline-block;
  padding: 8px 12px 14px 12px;
  color: #424240;
  text-decoration: none;
  cursor: pointer;
}
#header #header-container .top-menu-item:hover,
#header #header-container .top-menu-item.selected {
  border-top: 5px solid #2e679f;
}
#header #header-container .language-item {
  font-weight: bold;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  line-height: 48px;
}
#header #header-container .language-item a {
  font-size: small;
}
#header #header-container #dropdownMenuAvatar {
  white-space: nowrap;
  background: transparent;
  font-size: small;
  margin: auto;
}
#header #header-container #dropdownMenuAvatar:focus {
  box-shadow: none;
}
#header #header-container img.authentication-avatar {
  width: 34px;
  height: 34px;
  margin-right: 10px;
}
#header .separator-item {
  flex: 1 1 auto;
}
#header .btn-register {
  font-size: small;
  margin: auto 5px;
}
#header .btn-login {
  font-size: small;
  margin: auto 0;
}
#header .dropdown-toggle::after {
  display: none;
}
#header #pageNavigator {
  background: #2e679f;
  background: -moz-linear-gradient(top,#2e679f 0%,#2c6297 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#2e679f),color-stop(100%,#2c6297));
  background: -webkit-linear-gradient(top,#2e679f 0%,#2c6297 100%);
  background: -o-linear-gradient(top,#2e679f 0%,#2c6297 100%);
  background: -ms-linear-gradient(top,#2e679f 0%,#2c6297 100%);
  background: linear-gradient(top,#2e679f 0%,#2c6297 100%);
  clear: both;
  float: left;
  min-width: 100%;
}
#header #pageNavigator ul {
  display: flex;
  margin: 0 auto;
  max-width: 960px;
}
#header #pageNavigator span.titles_tab {
  display: block;
  color: white;
  text-align: center;
  font-weight: bold;
  text-shadow: 0 0 2px black;
  -moz-opacity: 0 0 2px black;
  -webkit-opacity: 0 0 2px black;
}
#header #pageNavigator p.titles_tab {
  color: white;
  display: block;
  text-align: center;
  font-weight: bold;
}
#header #pageNavigator li {
  flex: 0 1 120px;
  font-size: 12px;
  border-right: 1px solid #1A5388;
  box-shadow: 1px 0 1px #3885C4 inset;
  height: 80px;
  list-style: none outside none;
  width: 12%;
  cursor: pointer;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 660px) {
  #header #pageNavigator li {
    height: 60px;
    font-size: 10px;
  }
  #header #pageNavigator li img {
    width: 30px;
  }
  #header #pageNavigator li .arrow {
    display: none;
  }
}
@media (max-width: 510px) {
  #header #pageNavigator li {
    height: 40px;
  }
  #header #pageNavigator li .titles_tab {
    display: none;
  }
}
#header #pageNavigator li:hover {
  background: #2b8dd1;
  background: -moz-linear-gradient(top,#3F89C8 0%,#1790DA 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#3F89C8),color-stop(100%,#1790DA));
  background: -webkit-linear-gradient(top,#3F89C8 0%,#1790DA 100%);
  background: -o-linear-gradient(top,#3F89C8 0%,#1790DA 100%);
  background: -ms-linear-gradient(top,#3F89C8 0%,#1790DA 100%);
  background: linear-gradient(top,#3F89C8 0%,#1790DA 100%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #3F89C8 ,endColorstr= #1790DA ,GradientType=0);
}
#header #pageNavigator li:active {
  background: #2b8dd1;
  background: -moz-linear-gradient(top,#3F89C8 0%,#1790DA 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#3F89C8),color-stop(100%,#1790DA));
  background: -webkit-linear-gradient(top,#3F89C8 0%,#1790DA 100%);
  background: -o-linear-gradient(top,#3F89C8 0%,#1790DA 100%);
  background: -ms-linear-gradient(top,#3F89C8 0%,#1790DA 100%);
  background: linear-gradient(top,#3F89C8 0%,#1790DA 100%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #3F89C8 ,endColorstr= #1790DA ,GradientType=0);
}
#header #pageNavigator li.selected {
  position: relative;
  background: #2b8dd1;
  background: -moz-linear-gradient(top,#3F89C8 0%,#1790DA 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#3F89C8),color-stop(100%,#1790DA));
  background: -webkit-linear-gradient(top,#3F89C8 0%,#1790DA 100%);
  background: -o-linear-gradient(top,#3F89C8 0%,#1790DA 100%);
  background: -ms-linear-gradient(top,#3F89C8 0%,#1790DA 100%);
  background: linear-gradient(top,#3F89C8 0%,#1790DA 100%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #3F89C8 ,endColorstr= #1790DA ,GradientType=0);
}
#header #pageNavigator li.selected .arrow {
  background: url(/images/graphics/selector.png) no-repeat scroll 0 -1px transparent;
  height: 26px;
  position: absolute;
  top: 75px;
  width: 115px;
  z-index: 1;
}
#header #pageNavigator li.first_tab {
  box-shadow: none;
}
#header #pageNavigator li.last_tab {
  border-right: none;
}
#header #pageNavigator li img {
  display: block;
  margin: 5px auto 0;
}
#header #pageNavigator li a {
  text-decoration: none;
  width: 100%;
  height: 80px;
  display: inline-block;
}
#header .alerts .alert {
  border-radius: 0;
}
div.counter {
  position: relative;
  top: 76px;
  left: -72px;
  background: none repeat scroll 0 0 #E6470E;
  border-radius: 25px   ;
  -moz-border-radius: 25px   ;
  -webkit-border-radius: 25px   ;
  box-shadow: 0 0 5px #2B2929;
  -moz-box-shadow: 0 0 5px #2B2929;
  -webkit-box-shadow: 0 0 5px #2B2929;
  color: white;
  float: left;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 7px;
}
.notification_relative {
  position: relative;
  z-index: 10;
}
.notification_relative .notification_absolute {
  background: none repeat scroll 0 0 #FC5A39;
  border-radius: 25px 25px 25px 25px;
  box-shadow: 0 1px 1px #333333;
  display: block;
  left: 193px;
  padding: 3px 8px;
  position: absolute;
  top: 64px;
}
.notification_relative .notification_absolute span {
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0 1px 1px #9A9A9A;
}
