body {
  background-color: #F4F5F6;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  font-family: sans-serif;
  padding: 10px 0px 10px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*width: 1024px;
  margin-left: auto;
  margin-right: auto;*/
}

#hlavicka {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background-color: #006338;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  color: white;
  font-size: 18pt;
  font-weight: bold;
}

#logo {
  background-color: transparent;
  position: absolute;
  top: 13px;
  left: 10px;
}

#btnHeaderMenu {
  background-color: transparent;
  position: absolute;
  right: 30px;
  top: 25px;
  display: flex;
  flex-direction: row;
}
.btnIconMenu {
  margin-left: 15px;
}

#droparea {
  width: 400px;
  height: 197px;
  background-color: rgba(3, 148, 80, 0.6);
  border-radius: 10px;
  color: white;
  font-size: small;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 99, 56, 0.2);
}
#droparea:hover { background-color: #006338; }

#oknoUschovna {
  display: flex;
  flex-direction: row;
  background-image: url("../image/Tubes_logo_cb.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1135px 400px;
}

#controlBox {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 10px;
}

#filesPanel {
  display: flex;
  flex-direction: row;
  justify-items: center;
  justify-content: flex-start;
}
#filesPanel button, #btnSmazat {
  margin-right: 10px;
  border-radius: 5px;
  height: 28px;
  width: 150px;
  background: inherit;
  border: 1px solid rgb(0, 99, 56);
  font-weight: bold;
}
#filesPanel button:hover, #btnSmazat:hover {
  background-color: rgb(0, 99, 56);
  color: white;
}

#fileSelect {
  padding: 10px;
  background-color: rgba(3, 148, 80, 0.6);
  height: 30px;
  border-radius: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

#fileList {
  min-width: 300px;
  padding: 10px;
  background-color: rgba(0, 99, 56, 0.2);
  height: auto;
  border-radius: 5px;
  text-align: left;
  font-size: x-small;
  margin-bottom: 5px;
}

.gap-30 {
  width: 30px;
}

#pocetPriloh {
  font-size: small;
  color: white;
}

#adresat label, #predmet label, #sifra label, #expirace label,
#kodVyzvednuti label, #pocetStazeni label, #vypln label, #pozvanka label {
  font-size: small;
  color: black;
  min-width: 200px;
}

#paticka {
  width: 100%;
  background-color: #006338;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
  border-radius: 5px;
  color: white;
  font-size: x-small;
  text-align: right;
}
#paticka2 {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
  border-top: 1px solid rgb(8, 114, 220);
  border-radius: 0px;
  color: rgb(8, 114, 220);
  font-size: x-small;
  text-align: right;
}


#buttonField {
  height: 40px;
  margin-top: 5px;
  background-color: rgba(0, 99, 56, 0.2);
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#buttonField button, #btnKodVyzvednuti, #btnVyzvednout, #btnPozvat, #btnInvitationBack {
  margin-right: 10px;
  border-radius: 5px;
  height: 28px;
  width: 180px;
  min-width: 150px;
  background: inherit;
  border: 1px solid #006338;
  font-weight: bold;
}
#buttonField button:hover, #btnKodVyzvednuti:hover, #btnVyzvednout:hover, #btnPozvat:hover, #btnInvitationBack:hover {
  background-color: #006338;
  color: white;
}

#btnVyzvednout {
  margin-bottom: 5px;
}

#odkaz {
  display: flex;
  flex-direction: row;
  border-radius: 5px;
  justify-content: left;
  margin-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: rgba(8, 114, 220, 0.2);
  align-items: center;
  font-size: x-small;
  padding-top: 7px;
  padding-bottom: 7px;
}

#predmet, #adresat, #sifra, #expirace, #kodVyzvednuti, #pocetStazeni, #neplatnyKod, #pozvanka {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  background-color: rgba(3, 148, 80, 0.5);
  border-radius: 5px;
  margin-bottom: 5px;
  padding-right: 15px;
  align-items: center;
}

#odkaz a:link, #odkaz a:visited, #odkaz a:active, #odkaz a:visited:active {
  text-decoration: none !important;
  font-weight: bold;
}

#infoArchiv {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 25px;
  font-size: small;
  background-color: rgba(3, 148, 80, 0.6);
  border-radius: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  min-width: 50%;
  align-content: flex-start;
  text-align: left;
}

table tr:nth-child(even) {
  background-color: rgba(0, 99, 56, 0.2);
}

table tr:nth-child(even):hover {
  color: rgb(0, 99, 56);
  font-weight: bold;
  cursor: pointer;
}
table tr:nth-child(odd):hover {
  color: rgb(0, 99, 56);
  font-weight: bold;
  cursor: pointer;
}

#pozvat, #ulozit, #vyzvednout, #odeslane {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 40px;
  margin-left: 40px;
  border-radius: 20px;
  background-color: rgba(199, 232, 202, 0.5);
  width: 400px;
  height:300px;
  align-items: center;
  color:#006338;
  cursor: pointer;
  border: 2px solid rgba(0, 99, 56, 0.2);
}

#pozvat:hover, #ulozit:hover, #vyzvednout:hover, #odeslane:hover {
  background-color: rgba(3, 148, 80, 0.7);
  color: white;
  border: 2px solid white;
}

#whatToDo {
  display:flex;
  flex-direction:row;
  justify-content:center;
  width:100%;
  margin-top:50px;
  margin-bottom:50px;
}

#packageInfoPanel {
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-items: flex-start;
  align-content: flex-end;
  width: 100%;
}

#infoPredmet, #infoSeznam, #infoExpirace {
  margin-bottom: 3px;
}

#infoSeznam {
  display: flex;
  flex-direction: column;
}

#loginPanel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background-color: #C7E8CA;
  padding: 30px 30px 30px 30px;
  width: 400px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  border: 0px solid #104B87;
  border-radius: 15px;
}

.polozkaLogin {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  justify-items: flex-start;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
}

.polozkaLogin label {
  margin-right: 5px;
  width: 80px;
}
.polozkaLogin input {
  width: 250px;
  border-radius: 5px;
  height: 28px;
  padding-left: 5px;
  padding-right: 5px;
  width: 300px;
}
.polozkaLoginR {
  justify-items: flex-end;
  width: 100%;
  margin-top: 5px;
}
.polozkaLoginR input {
  height: 30px;
  width: 150px;
}

#nastaveniExpirace {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
}

#pocetStazeni {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.infoBalik {
  width: 150px;
  text-align: right;
  border-bottom: 1px solid rgb(0, 62, 124);
}

#neplatnyKod {
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  color:rgb(255, 20, 20);
  font-weight: bold;
  font-size: 18pt;
  background-color: rgb(0, 99, 56);
}

table {
  border-spacing: 0px;
}
table tr:nth-child(2n+1):hover {
  font-weight: normal;
}
table tr:nth-child(2n):hover {
  font-weight: normal;
}

#adminControlBox {
       margin-top: 5px;
          padding: 10px;
          display: flex;
   flex-direction: column;
  justify-content: flex-start;
      align-items: flex-start;
    align-content: flex-start;
           height: auto;
 background-color: rgba(0, 99, 56, 0.2);
    border-radius: 5px;
}

.tableLevySloupec {
  text-align: right;
  padding-right: 5px;
  font-weight: bold;
}
.tablePravySloupec {
  text-align: left;
  padding-left: 5px;
}

#zpracovaniPozvanek {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 50px;
  text-align: left;
}

#btnOdchod {
  background: inherit;
  border: 1px solid white;
  border-radius: 5px;
  width: 120px;
  height: 28px;
  color: white;
  margin-bottom: 5px;
}

#btnOdchod:hover {
  font-weight: bold;
}

#emailbody {
  height: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}

#oknoPozvanka {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.k-content{
  height:300px !important;
}

#infoAdresat,
#infoPredmet,
#infoPocetStazeni,
#infoExpiraceDatum,
#infoPozvanka {
  color: rgb(0, 99, 56);
  position: relative;
  left: 10px;
  z-index: 10;
  cursor: pointer;
  font-size: large;
  text-align: left;
}

#infoAdresat:hover,
#infoPredmet:hover,
#infoPocetStazeni:hover,
#infoExpiraceDatum:hover,
#infoPozvanka:hover {
  color: white;
}

#tooltiptextExpiraceDatum,
#tooltiptextPocetStazeni,
#tooltiptextPredmet,
#tooltiptextAdresat,
#tooltiptextPozvanka {
  position: absolute;
  z-index: 10;
  background-color: #555;
  border-radius: 6px;
  color: #fff;
  text-align: left;
  padding: 7px 7px;
  top: 250px;
  left: 370px;
  font-size: small;
}
#tooltiptextExpiraceDatum {
  width: 250px;
  top: 240px;
  left: 370px;
}
#tooltiptextPocetStazeni {
  width: 250px;
  top: 190px;
  left: 370px;
}
#tooltiptextPredmet {
  width: 300px;
  top: 140px;
  left: 370px;
}
#tooltiptextAdresat {
  width: 350px;
  top: 90px;
  left: 370px;
}
#tooltiptextPozvanka {
  width: 350px;
  top: 90px;
  left: 50px;
}

#zamestnPGP {
  margin-left: 20px;
  margin-top: 10px;
  margin-right: 20px;
  height: 28px;
}

#btnPridatAdmin {
  width: 100px;
  height: 28px;
}

.k-toolbar .k-input, .k-toolbar .k-picker {
  width: 30em;
}

.spinner {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  border-top: 3px solid rgb(0, 99, 56);
  border-left: 2px solid rgb(0, 99, 56);
  border-bottom: 1px solid rgb(0, 99, 56);
  color: rgb(0, 99, 56);
  border-right: transparent;
  animation: spinner 1s linear infinite;
  margin-left: 50px;
}
@keyframes spinner {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#totalB, #obsazenoB, #volneB {
  font-size: small;
  text-align: left;
}

.k-pager-numbers .k-link.k-state-selected {
  color: #006338;
  background-color: #C3D8D0;
}

.k-pager-numbers .k-link.k-state-hover, .k-pager-numbers .k-link:hover {
  color: #006338 !important;
  background-color: #C3D8D0;
}

.k-pager-numbers .k-link {
  color: #006338;
}

#statlink, #statlink:visited {
  text-decoration: none;
  color: #006338;
}

#statlink:hover {
  text-decoration: none;
  font-weight: bold;
  color: #006338;
}

.expirovane {
  color: salmon;
  /*background-color: rgb(107, 106, 106);*/
}
.expirovane .k-alt {
  color: salmon;
  /*background-color: rgb(107, 106, 106);*/
}
.expirovane:hover {
  color: salmon !important;
/*  background-color: rgb(107, 106, 106) !important;*/
}
.k-alt:hover .expirovane:hover {
  color: salmon !important;
  /*background-color: rgb(107, 106, 106) !important;*/
}

/*
#modalProgress {  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  margin-right: auto;
  margin-left: auto;
  background-color: #BEE3F8;
  width: 430px;
  border-radius: 7px;
}

#modalContent {
  display: flex;
  flex-direction: column;
  width: 400px;
  margin: 5px;
  padding: 10px;
  border-radius: 5px;
  justify-content: center !important;
  align-items: center;
  align-content: center !important;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid gray;
}

#spinner_i {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  border-top: 3px solid rgb(0, 62, 124);
  border-left: 2px solid rgb(0, 62, 124);
  border-bottom: 1px solid rgb(0, 62, 124);
  color: rgb(0, 62, 124);
  border-right: transparent;
  animation: spinner_i 1s linear infinite;
  text-align: center;
  margin-top:10px;
  margin-bottom:10px;
}

@keyframes spinner_i {
    0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#progressBox {
          width: 100%;
         height: auto;
     margin-top: 10px;
  margin-bottom: 10px;
    margin-left: 10%;
   margin-right: 10%;
   padding-left: 5px;
  padding-right: 5px;
         border: 1px solid gray;
  border-radius: 5px;
     text-align: center;
}

#progressBar {
        display: flex;
          width: 0%;
     text-align: center;
          color: rgb(8, 114, 220);
         height: 23px;
     margin-top: 10px;
  margin-bottom: 10px;
  background-color: #104B87;
  border-radius: 5px;
  align-items: center;
  align-self: center;
}

#modalWin {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  padding-top: 25%;
}

hr {
  width: 90%;
  color: gray;
}

#notifikace {
  border-top: 1px solid rgb(0, 62, 124);
  border-bottom: 1px solid rgb(0, 62, 124);
  text-align: left;
  font-size: small;
  width: 90%;
  margin-bottom: 5px;
}

li {
  margin-left: -20px;
}*/