
/* -------------------------------------------------------------------------- */
/* IMPORT */
/* -------------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400italic|Roboto+Condensed:300,400italic,400,700|Roboto+Slab:400,700&subset=latin,latin-ext');

@font-face {
  font-family: waaclaw;
  src: url('https://www.waaclaw.cz/main2/core/waaclaw.woff');
}

/* -------------------------------------------------------------------------- */
/* STYLES */
/* -------------------------------------------------------------------------- */
body {
  margin: 0px;
  padding: 0px;
  background-color: #333;
  overflow-x: hidden;
  color: #fff;
}

html, body, td {
  font-family: 'Roboto', sans-serif;
  font-size: 11pt;
}

p {
  padding: 0px;
  padding-bottom: 1em;
  margin: 0px;
}

img {
  border: none;
}

hr {
  color: #444 !important;
  background-color: transparent !important;
  border: 1px solid #444;
  border-width: 1px;
  border-style: none none solid none;
  clear: both;
  height: 0px;
}

#wait {
  display: none;
  position: fixed;
  padding: 10px;
  z-index: 30000;
  top: 10px;
  left: 50%;
  background-color: #000;
  border-radius: 8px;
}
@media all and (max-width: 720px) {
  #wait {
    padding: 5px;
    z-index: 30000;
    top: 9px;
    left: 50%;
    border-radius: 5px;
  }
}

#wait img {
  display: block;
}

.r-small {
  display: none;
}
.r-big {
  display: block;
}
@media all and (max-width: 720px) {
  .r-small {
    display: block;
  }
  .r-big {
    display: none;
  }
}

.red {
  color: red;
}
.green {
  color: green;
}
.gray {
  color: #888;
}

.heighlight:hover {
  background-color: #ddd;
  /* color: #fff; */
}

.hot {
  display: inline-block;
  padding: 3px;
  background-color: #D42929;
  border-radius: 3px;
  color: #fff;
  font-size: 8pt;
  min-width: 14px;
  text-align: center;
}

/* -------------------------------------------------------------------------- */
/* HEADER */
/* -------------------------------------------------------------------------- */
#header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 65px;
  background-color: #054061;
  text-align: left;
  z-index: 1000;
  overflow: hidden;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
  border-bottom: 2px solid #012F49;
  font-family: 'Roboto Condensed', serif;
}
@media all and (max-width: 720px) {
  #header {
    height: 50px;
  }
}

.button-header:link, a.button-header:visited {
  display: block;
  float: left;
  text-decoration: none;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
}

.button-header:active .button-header-content {
  position: relative;
  top: 1px;
}
@media all and (min-width: 720px) {
  .button-header:hover {
    background-color: rgba(0,125,193,0.4);
  }
}

.button-header-content {
  background-position: 0px 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  padding-left: 50px;
  height: 65px;
}
@media all and (max-width: 720px) {
  .button-header-content {
    background-position: 0px 50%;
    background-size: 40px;
    padding-left: 40px;
    height: 50px;
  }
}

.button-header-text {
  color: #fff;
  padding-left: 5px;
  height: 65px;
  line-height: 65px;
  font-size: 30pt;
}
@media all and (max-width: 720px) {
  .button-header-text {
    padding-left: 5px;
    height: 50px;
    line-height: 50px;
    font-size: 25pt;
  }
}

.header-app-title {
}

.header-page-title {
  color: #888;
}

/* -------------------------------------------------------------------------- */
/* CONTENT */
/* -------------------------------------------------------------------------- */
#content {
  padding-top: 67px;
}
@media all and (max-width: 720px) {
  #content {
    padding-top: 50px;
  }
}

#content-menu {
  padding-top: 107px;
}
@media all and (max-width: 720px) {
  #content-menu {
    padding-top: 50px;
  }
}

#content-menu-nohide {
  padding-top: 107px;
}
@media all and (max-width: 720px) {
  #content-menu-nohide {
    padding-top: 90px;
  }
}

/* -------------------------------------------------------------------------- */
/* SIDEMENU */
/* -------------------------------------------------------------------------- */
.sidemenu {
  position: fixed;
  width: 280px;
  top: 65px;
  bottom: 0px;
  background-color: #111;
  text-align: left;
  box-shadow: 0px 0px 8px rgba(0,0,0,0.8);
  z-index: 200;
  transition: 250ms;
}
@media all and (max-width: 720px) {
  .sidemenu {
    top: 50px;
  }
}

a.sidemenu-item {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  background-color: transparent;
  color: #fff;
  padding-top: 1px;
  padding-bottom: 1px;
  background-position: 5px center;
  background-repeat: no-repeat;
}

a.sidemenu-item-selected {
  background-color: rgba(0,125,193,0.4);
}

a.sidemenu-item:active {
  padding-top: 2px;
  padding-bottom: 0px;
}

@media all and (min-width: 720px) {
  a.sidemenu-item:hover {
    background-color: rgba(0,125,193,0.4);
  }
}
.sidemenu-item-text {
  font-family: 'Roboto condensed', serif;
  font-weight: 300;
  font-size: 18pt;
  display: inline-block;
  margin-left: 10px;
}

.sidemenu-item-text-app {
  font-family: 'Roboto condensed', serif;
  font-weight: 300;
  font-size: 20pt;
  display: inline-block;
  margin-left: 50px;
}

.sidemenu-item-check {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-top: 8px;
}

.sidemenu-item-counter {
  font-family: 'Roboto condensed', serif;
  font-weight: 400;
  font-size: 12pt;
  background-color: #fff;
  border-radius: 3px;
  color: #111;

  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -14px;
  line-height: 20px;
  padding: 4px;
}

/* -------------------------------------------------------------------------- */
/* MENU */
/* -------------------------------------------------------------------------- */
.menu {
  position: fixed;
  left: 0px;
  top: 67px;
  right: 0px;
  height: 40px;
  background-color: #000;
  text-align: left;
  z-index: 100;
  overflow: hidden;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
  /*border-bottom: 2px solid #012F49;*/
  font-family: 'Roboto Condensed', serif;
}
@media all and (max-width: 720px) {
  .menu {
    display: none;
  }
}

.menu-nohide {
  position: fixed;
  left: 0px;
  top: 67px;
  right: 0px;
  height: 40px;
  background-color: #000;
  text-align: left;
  z-index: 100;
  overflow: hidden;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
  /*border-bottom: 2px solid #012F49;*/
  font-family: 'Roboto Condensed', serif;
}
@media all and (max-width: 720px) {
  .menu-nohide {
    top: 50px;
  }
}

@media all and (min-width: 720px) {
  .sidemenu-menu {
    display: none !important;
  }
}

.button-menu:link, a.button-menu:visited {
  display: block;
  float: left;
  text-decoration: none;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
}

.button-menu:active .button-menu-content {
  position: relative;
  top: 1px;
}

.button-menu:hover {
  background-color: rgba(0,125,193,0.4);
}

.button-menu-content {
  background-position: 0px 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-left: 25px;
  padding-right: 5px;
  height: 40px;
}

.button-menu-text {
  padding-left: 5px;
  height: 40px;
  line-height: 40px;
  font-size: 15pt;
}

/* -------------------------------------------------------------------------- */
/* INPUTS */
/* -------------------------------------------------------------------------- */
.input {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 6px;
  font-size: 12pt;
  margin-bottom: 5px;
}

.input:focus {
  outline: 0;
  color: #444;
  border-color: #1e6080;
  box-shadow: inset 0 1px 3px rgba(30,96,128,.05), 0 0 8px rgba(82,168,236,.6);
}

/* -------------------------------------------------------------------------- */
/* BOXES */
/* -------------------------------------------------------------------------- */
.box {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
  margin: 4px;
  margin-top: 2px;
  overflow: auto;
  color: #444;
}

.box-header {
  background-color: #ccc;
  padding: 8px;
}

.box-content {
  padding: 8px;
}

/* -------------------------------------------------------------------------- */
/* ERRORS AND OTHER BOXES */
/* -------------------------------------------------------------------------- */
.error {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #FF5353;
  color: #fff;
  border-radius: 5px;
}

.phperror {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 10px;
  background-color: #FF5353;
  color: #fff;
  z-index: 900000;
}

.core-error {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  padding: 10px;
  background-color: #FF5353;
  color: #fff;
  z-index: 900000;
}

.info {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #FFDF7D;
  color: #666;
  border-radius: 5px;
}

.done {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #00B961;
  color: #fff;
  border-radius: 5px;
}

.msgbox {
  display: none;
  position: fixed;
  color: #444;
  background-color: #eee;
  border: 1px solid #aaa;
  border-radius: 2px;
  bottom: 15px;
  right: 15px;
  width: 300px;
  padding: 10px;
  padding-left: 10px;
  z-index: 2000;
  box-shadow: 0px 2px 15px rgba(0,0,0,0.5);
}
@media all and (max-width: 720px) {
  .msgbox {
    left: 0px;
    margin-left: 0px;
    margin-bottom: -10px;
    padding-right: 50px;
    bottom: 0px;
    right: 0px;
    border: none;
    border-radius: 0px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
    width: 100%;
  }
}

.donebox td {
  color: #444;
}

/* -------------------------------------------------------------------------- */
/* BUTTONS */
/* -------------------------------------------------------------------------- */
.button {
  margin-right: 1px;
  padding: 7px;
  background-color: #007dc1;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 1px #444;
}

.button:hover {
  background-color: #0061a7;
}

.button:active {
  position: relative;
  top: 1px;
}

.button img {
  vertical-align: middle;
  margin: -6px;
  margin-top: -10px;
  margin-left: -3px;
  margin-right: 5px;
  padding: 0px;
}

.button-green {
  margin-right: 1px;
  padding: 7px;
  background-color: #00BF00;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 1px #444;
}

.button-green:hover {
  background-color: #009F00;
}

.button-green:active {
  position: relative;
  top: 1px;
}

.button-gray {
  margin-right: 1px;
  padding: 7px;
  background-color: #aaa;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 1px #444;
}

.button-gray:hover {
  background-color: #666;
}

.button-gray:active {
  position: relative;
  top: 1px;
}

.button-red {
  margin-right: 1px;
  padding: 7px;
  background-color: #C81A3B;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 1px #444;
}

.button-red:hover {
  background-color: #91172E;
}

.button-red:active {
  position: relative;
  top: 1px;
}

.button-image {
  margin-right: 1px;
  padding: 7px;
  width: 16px;
  height: 16px;
  background-color: #007dc1;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 1px #444;
}

.button:hover {
  background-color: #0061a7;
}

.button:active {
  position: relative;
  top: 1px;
}

/* -------------------------------------------------------------------------- */
/* SWITCHER */
/* -------------------------------------------------------------------------- */
.switcher {
  padding: 7px;
  border-radius: 3px;
  display: block;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 1px #444;
  margin-bottom: 2px;
}

.switcher:hover {
  background-color: #0061a7;
}

.switcher-on {
  background-color: #007dc1;
}

.switcher-off {
  background-color: #aaa;
}

/* -------------------------------------------------------------------------- */
/* DATABOX */
/* -------------------------------------------------------------------------- */
#databox {
  display: none;
  position: absolute;
  background-color: #fff;
  -moz-box-shadow: 0px 2px 15px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 2px 15px rgba(0,0,0,0.5);
  box-shadow: 0px 2px 15px rgba(0,0,0,0.5);
  z-index: 10000;
}
#dim {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  z-index: 100;
  top: 0;
  left: 0;
}

/* -------------------------------------------------------------------------- */
/* BLUR */
/* -------------------------------------------------------------------------- */
.blur {
  filter: blur(5px);
  -webkit-filter: blur(5px);
}

