/*zakladni typograficka pravidla */
a {
  color: #0057A4;
}

h1, .h1 {
  color: #0057A4;
}

h2, .h2 {
  color: #0057A4;
}

h3, .h3 {
  color: #0057A4;
}

h4, .h4 {
  color: #0057A4;
}

h5, .h5 {
  color: #0057A4;
}

span.parameter {
  color: #0057A4;
}

header#masthead nav {
  background-color: #0057A4;
  height: 100px;
}

header .navbar .dropdown-menu {
  z-index: 10000;
  padding: 0;
  margin-top: 25px;
  background-color: #0057A4;
  margin-right: -3px;
  min-width: 180px;
  white-space: normal;
}

.dropdown-item:focus, .dropdown-item:hover {
  text-decoration: none;
  background-color: #D6F7FE;
  color: #0057A4 !important;
}

nav .header-block {
  position: absolute;
  font-size: 2rem;
  color: #fff;
  right: 11px;
}

nav .header-block a.dropdown-toggle {
  color: #fff;
}

nav .header-block.header-user {
  right: 72px;
}

nav .dropdown-toggle::after {
  display: none;
}

nav .dropdown-menu {
  right: 0;
  left: auto;
}

nav .dropdown-menu .line {
  display: block;
  border-top: 1px solid #fff;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

header .header-block-nav .dropdown-menu > a {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

header .header-block-nav .profile-dropdown-menu a {
  position: relative;
  padding: 20px 15px;
  font-size: 1.2rem;
  min-width: 280px;
}

/*# sourceMappingURL=diskuze.css.map */
