@charset "utf-8";
@import url("upozorneni.css");
@import url("input.css");
@import url("table.css");
@import url("span.css");
@import url("a.css");
@import url("div.css");
@import url("menu.css");
@import url("zobrazZavod.css");
@import url("index.css");
@import url("header.css");
@import url("novaPrihlaska.css");
@import url("novyZavod.css");
@import url("uzivatel.css");
@import url("japoradatel.css");



:root {
  --cervena: rgb(255, 7, 102);
  --cervenaSvetla: rgb(255, 229, 235);
  --cervenaSvetla2: rgb(255, 146, 172);
  --sedaSvetla5:  rgb(229, 229, 229);
  --bila: rgb(255, 255, 255);
  --zelena:#73AD21;
  --modra:#2ea9f0;
  --modraLink:#0083ce;
  --cernaLink:#000000;
  --semaforCervena:#ff9494;
  --semaforOranzova:#ffe692;
  --semaforZelena:#9aff9d;
}

@font-face {
  font-family: DidactGothic;
  src: url(font/Didact_Gothic/DidactGothic-Regular.ttf);
}

@media screen and (max-width: 1200px){
  .bodyMain{
    width:98%;
    margin-left:1%; 
    margin-right:1%;
  }	
}

body{
  font-family: DidactGothic, Verdana, Tahoma, sans-serif !important;
  font-size: 1rem;
  margin:0;
  padding:0;
  width:90%;
  min-width:90%;
  margin-left:5%; 
  margin-right:5%;
  background-color: rgb(212, 212, 212);
}	

.nowrap{
  white-space: nowrap;
}




div.drobeckyContainer{width:100%;}
div.drobeckyLeft{float:left;width:33%;text-align: left}
div.drobeckyRight{float:right;width:33%;text-align: right;}
div.drobeckyCenter{margin:0 auto;width:33%;text-align: center;}

h1{
  font-size: 1.5rem;
}

div.container {
  margin:0;
  padding:0;
  min-height:100%;
  position:relative;
  background-color: rgb(233, 233, 233);
}
div.header {
  margin:0;
  padding:0;
  /* background:#ff0; /* podbarvení hlavičky */
}
div.body {
  margin:0;
  padding:0;
  padding-bottom:60px;   /* Height of the footer */
}
div.footer {
  margin:0;
  padding:0;
  position:absolute;
  bottom:0;
  width:80%;
 /* background:#6cf; */ /* podbarvení patičky */
}


div.topbar {
  background-color: var(--cervena);
  text-align: center;
  vertical-align: middle;
  padding:5px;
}

div.topbarSNabidkou {
  background-color: rgb(255, 255, 255);
  text-align: center;
  vertical-align: middle;
  padding:2px;
  margin: 0px;
}









div.bigbox{
  border: 1px solid;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
  border-collapse: collapse;
  border-color: #C0C0C0;                
  background-color:#FFFFFF;
  padding: 5px;
}

div.lineMenuBox{
  border: 1px solid;
  border-top-right-radius:5px;
  border-top-left-radius:5px;
  border-bottom-style: none;
  border-collapse: collapse;
  border-color: #C0C0C0;                
  background-color:#FFFFFF;
  padding: 10px;
  text-align:left;
}

a.lineMenuBoxSelected{
  font-weight: bold;
  text-decoration: underline;
}


img.malaIkona{
  width:15px;
  vertical-align:middle;
}


hr.hrOddelovac1{
  border: 0;
  height: 1px;
  background: #333;
  background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

hr.hrOddelovac2{
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
