@import "../../../css/fontawesome.min.css";
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/fonts/fa-solid-900.woff2") format("woff2");
  src: url("/fonts/fa-solid-900.ttf") format("truetype");
}
.navbar {
  border-radius: 0;
  min-height: 50px;
  margin-bottom: 20px;
}
.navbar .row {
  width: 100%;
}

.navbar-inverse {
  background-color: #1a1a18;
  border-color: #1a1a18;
}

#top-line {
  background-color: #1a1a18;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#logo {
  margin: 10px 0 0 10px;
  height: 80px;
  width: 100%;
  display: inline-block;
  background: url("/img/logo_mol_s.png") no-repeat 0 0;
}
@media (min-width: 640px) {
  #logo {
    width: 350px;
  }
}
@media (min-width: 992px) {
  #logo {
    height: 80px;
    width: 500px;
  }
}

.form-dotaz a, .form-dotaz span {
  color: #6f7072;
}

/* Servisni menu */
#servmenu {
  color: #FFF;
  margin: 0;
  padding: 0;
  text-align: right;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#servmenu a, #servmenu span {
  color: #FFF;
  margin: 0 5px;
  line-height: 20px;
}
#servmenu a a:hover, #servmenu span a:hover {
  color: #FFF;
}

#servmenu-administrace {
  width: 100%;
  max-width: 1200px;
}

#tree {
  padding: 0;
  margin-bottom: 15px;
}
#tree em {
  font-style: normal;
  font-size: 120%;
  font-weight: bold;
  color: black;
}
#tree ul {
  margin: 0;
  padding: 0;
  font-weight: 600;
}
#tree ul li a {
  display: none;
}
#tree ul li ul a {
  display: block !important;
}
#tree ul ul {
  margin-left: 12px;
  font-weight: 400;
}
#tree li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  clear: both;
}
#tree li a {
  color: #6f7072;
  padding: 5px 35px;
  display: block;
}
#tree li.open {
  text-decoration: underline;
}
#tree li.open ul {
  display: block !important;
}
#tree li.open ul li {
  background: #cdcece;
}
#tree li.open ul a {
  color: #6f7072;
}
#tree li.open a {
  color: #FFF;
}

.panel-left {
  padding: 0;
  margin-bottom: 15px;
}
.panel-left ul {
  margin: 0;
  padding: 0;
  font-weight: 600;
}
.panel-left ul ul {
  margin-left: 12px;
  font-weight: 400;
}
.panel-left span {
  color: black;
}
.panel-left li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  clear: both;
}
.panel-left a {
  color: #6f7072;
  padding: 5px 35px;
  display: block;
}

#MOL-1 #header .logo-container #logo {
  background: url("/img/logo_mol_s.png") no-repeat 0 0;
}

#MOLD #header .logo-container #logo {
  background: url("/img/Dynamic_logo_fill_red.png") no-repeat 0 0;
}

/*# sourceMappingURL=app.css.map */
