/* header */

#header {
  position: relative;
  height: 50px;
  background-color: #385280;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  z-index: 10000;
  color: #fff;
}

.header-icon {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  padding: 5px;
}
.header-title {
  display: block;
  float: left;
  height: 50px;
  line-height: 50px;
  font-family: 'Roboto Condensed';
  font-size: 20pt;
}
.header-subtitle {
  display: block;
  float: left;
  height: 50px;
  line-height: 50px;
  font-family: 'Roboto Condensed';
  color: #999;
  font-size: 20pt;
  padding-left: 8px;
}

.header-button {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  background-color: #385280;
  text-decoration: none;
  padding: 5px;
}

.header-button:hover {
  background-color: #496ca9;
}

.header-button:active {
  background-color: #496ca9;
  padding-top: 6px;
  padding-bottom: 4px;
}

.header-notification {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 3px;
  min-width: 10px;
  background-color: #d32f2f;
  color: #FFFFFF;
  font-size: 8pt;
  text-align: center;
  border-radius: 2px;
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.2);
}

.header-button-notification {
  position: relative;
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  background-color: #385280;
  text-decoration: none;
  padding: 10px;
}

.header-button-notification:hover {
  background-color: #496ca9;
}

.header-button-notification:active {
  background-color: #496ca9;
  padding-top: 11px;
  padding-bottom: 9px;
}

@media all and (max-width: 490px) {
  .header-button-notification-hide {
    display: none;
  }
}

/*
.app-menu-item {
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18pt;
  padding-right: 25px;
}

.app-menu-notification {
  font-weight: 400;
  position: absolute;
  right: 8px;
  top: calc(50% - 9px);
  line-height: 15px;
  font-size: 10pt;
  padding: 3px;
  border-radius: 2px;
  background-color: #ddd;
  color: #000;
  float: right;
}
*/


.header-app-box {
  padding: 8px 8px 0px 8px;
}

.header-app-box hr {
  color: #e8e8e8 !important;
  background-color: transparent !important;
  border: 1px solid #e8e8e8;
  border-width: 1px;
  border-style: none none solid none;
  clear: both;
  height: 0px;
  margin: 0px 0px 8px -8px;
}

.header-button-app {
  display: inline-block;
  text-decoration: none;
  color: #444;
  border-radius: 3px;
  font-family: Roboto Condensed;
  font-size: 12pt;
  margin: 0px 0px 8px 0px;
  position: relative;
}

.header-button-app:hover {
  background-color: #a4d7fa;
}

.header-button-app:active {
  background-color: #a4d7fa;
  position: relative;
  top: 1px;
}

.header-button-app img {
  width: 60px;
  height: auto;
}

.header-button-app-icon {
  text-align: center;
  width: 80px;
  padding: 4px;
}

.header-button-app-icon span {
}

.header-button-app-text {
  text-align: left;
  width: calc(100% - 8px);
}

.header-button-app-text span {
  display: inline-block;
  padding: 4px 20px;
}

.header-button-app-notification {
  position: absolute;
  right: 10px;
  top: 4px;
  padding: 3px;
  min-width: 13px;
  background-color: #d32f2f;
  color: #ffffff;
  font-size: 8pt;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 13px;
  /* box-shadow: 2px 2px 5px rgb(0, 0, 0, 0.2); */
}

.header-button-app:hover .header-button-app-notification {
  border-color: #a4d7fa;
}


/* ----------------------------------------------------------------------------------- */
/* NOTIFIKACE */
/* ----------------------------------------------------------------------------------- */

.header-notification-box {
  float: right;
}
@media all and (max-width: 290px) {
  .header-notification-box {
    display: none;
  }
}
