/*
https://fonts.google.com/specimen/Yrsa
https://fonts.google.com/specimen/Crimson+Pro
https://fonts.google.com/specimen/EB+Garamond
https://fonts.google.com/specimen/Dosis
https://fonts.google.com/specimen/Oswald
*/
@import url('https://fonts.googleapis.com/css2?family=Yrsa:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

@font-face {
    font-family: 'Montserrat_web';
    src: url('/fonts/Montserrat-Light.eot');
    src: url('/fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Montserrat-Light.woff2') format('woff2'),
        url('/fonts/Montserrat-Light.woff') format('woff'),
        url('/fonts/Montserrat-Light.ttf') format('truetype'),
        url('/fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat_web';
    src: url('/fonts/Montserrat-Regular.eot');
    src: url('/fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Montserrat-Regular.woff2') format('woff2'),
        url('/fonts/Montserrat-Regular.woff') format('woff'),
        url('/fonts/Montserrat-Regular.ttf') format('truetype'),
        url('/fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat_web';
    src: url('/fonts/Montserrat-Medium.eot');
    src: url('/fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Montserrat-Medium.woff2') format('woff2'),
        url('/fonts/Montserrat-Medium.woff') format('woff'),
        url('/fonts/Montserrat-Medium.ttf') format('truetype'),
        url('/fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat_web';
    src: url('/fonts/Montserrat-Bold.eot');
    src: url('/fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Montserrat-Bold.woff2') format('woff2'),
        url('/fonts/Montserrat-Bold.woff') format('woff'),
        url('/fonts/Montserrat-Bold.ttf') format('truetype'),
        url('/fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}


html{
background-color: #dbedf0;
font-family: Roboto;
text-align: center;
margin: 0px;
padding: 0px;
}

a img{
border: 0px;
}

body{
position: relative;
margin: 0px 0px 0px 0px;
padding: 0px;
width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
text-align: left;
}

fieldset {
  position: relative;
  /*border: 2px solid #5989c5;
  border-radius: 10px;
  background: #f6f6f6;*/
  background: #e5f4f7;
  border: 0px;
  padding: 10px 0px 10px 0px;
  margin: 0px;
}

fieldset legend {
  position: relative;
  margin: 0px;
  margin-top: 10px;
  padding: 3px 0px 3px 10px;
  font-size: 1.2em;
  font-weight: normal;
  clear: both;
  background-color: #f7f7f9;
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #dbedf0;
}

form{
position: relative;
}

.vozidlo{
color: black;
display: block;
padding: 10px;
float: left;
}

.menu{
position: relative;
background-image: url('./img/menu.gif');
background-repeat: repeat-x;
height: 34px;
border-bottom: 4px solid #2a2b2d;
padding-top: 5px;
}

.menu a{
position: relative;
display: block;
float: left;
width: 130px;
height: 25px;
padding-top: 5px;
padding-left: 10px;
padding-right: 10px;
border-left: 1px solid #444444;
color: white;
text-decoration: none;
text-align: center;
}

.vrch{
position: relative;
background-image: url('./img/vrch.jpg');
background-repeat: repeat-x;
height: 158px;

}

.info{
position: relative;
background-color: white;

height: auto;
padding: 15px;
}

h1{
position: relative;
margin: 0px;
padding: 10px 0px 10px 10px;
font-size: 1.6em;
font-weight: normal;
background-color: #bdd8dd;
left: -10px;
width: calc(100% + 10px);
}

h2{
position: relative;
margin: 0px;
padding: 10px 0px 10px 0px;
font-size: 1.5em;
font-weight: normal;
}

h3{
position: relative;
margin: 0px;
margin-top: 10px;
padding: 3px 0px 3px 10px;
font-size: 1.2em;
font-weight: normal;
clear: both;
background-color: #f7f7f9;
}


h2.sekce{
font-weight: normal;
background-color: #5989c5;
color: white;
padding: 7px 10px;
}

p{
font-size: 0.9em;
color: #222222;
}

.vypis{

background-color: #fefe84;
font-size: 0.9em;
border: 1px solid #cccccc;
margin-top: 15px;
}

.vypis_pravo{
position: absolute;
left: 985px;
top: -190px;
}

.vypis a{
display: block;
float: left;
margin-right: 5px;
}

.vypis img{
border: 0px;
}

.vypis th{
border-bottom: 1px dashed #555555;
padding: 3px;
}

.vypis td{
border-bottom: 1px dashed #555555;
padding: 3px;
}

.note{
  font-size: 19px;
  /*font-weight: bold;*/
  height: 35px;
  color: #6DC552;
  text-align: right;
  padding-right: 0px;
  line-height: 29px;
  position: absolute;
  right: 0px;
  bottom: 23px;
  font-variant: all-petite-caps;
}
.note2{
  font-size: 17px;
  font-weight: bold;
  color: red;
  padding-right: 0px;
  line-height: 29px;
}

.kalend{
position: relative;
float: left;
height: 160px;
width: 160px;
}

.kalendar{
position: relative;
float: left;
height: 160px;
width: 150px;
margin-left: 15px;
margin-top: 15px;
font-size: 12px;
border: 1px dotted black;
background-color: #fafafa;
padding: 5px;
}

#kalendar{
text-align: center;
}

.both{
clear: both;
}

.den{
position: relative;
width: 21px;
padding-top: 2px;
text-align: center;
height: 19px;
float: left;
}

.den_a{
position: relative;
width: 21px;
padding-top: 2px;
text-align: center;
height: 19px;
float: left;
background-color: lightgreen;
}

.den_akce1{
position: relative;
width: 21px;
padding-top: 2px;
height: 19px;
float: left;
color: #bf9125;
background-color: #1d2c43;
text-align: center;
font-weight: bold;
text-decoration: underline;
cursor: pointer;
}

.den_akce2{
position: relative;
width: 21px;
padding-top: 2px;
height: 19px;
float: left;
color: #bf9125;
background-color: #183a31;
text-align: center;
font-weight: bold;
text-decoration: underline;
cursor: pointer;
}

.den_akce3{
position: relative;
width: 21px;
padding-top: 2px;
height: 19px;
float: left;
color: #bf9125;
background-color: #2f562b;
text-align: center;
font-weight: bold;
text-decoration: underline;
cursor: pointer;
}

.den_akce4{
position: relative;
width: 21px;
padding-top: 2px;
height: 19px;
float: left;
color: #bf9125;
background-color: #1d2c43;
text-align: center;
font-weight: bold;
text-decoration: underline;
cursor: pointer;
}

.tyden{
position: relative;
clear: both;
}

.mesic{
font-weight: bold;
}

.kalendar a{
text-decoration: none;
color: black;
}

.tyden_box{
position: relative;
padding: 5px;
height: 15px;
background-color: #a0f690;
margin: 5px 5px 5px 5px;
font-size: 14px;
clear: both;
text-shadow: 1px 1px #ffffff;
min-width: 891px;
}

.dny_cont{
  position: relative;
min-width: 891px;
}

.den_box{
position: relative;
float: left;
width: calc(9% - 1px);
font-size: 11px;
border-right: 1px solid #ededed;
min-width: 80px;
}

.den_box div, .den_box acronym{
  width: auto;
} 

.radek_delic{
position: relative;
border-bottom: 1px solid gray;
width: 90px;
height: 20px;
}

.radek{
position: relative;
padding: 2px;
height: 16px;
border-bottom: 1px solid gray;
font-size: 10px;
cursor: pointer;
display: block;
background-color: #fafafa;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.radek_1{
position: relative;
padding: 2px;
height: 16px;
border-bottom: 1px solid gray;
font-size: 10px;
cursor: pointer;
display: block;
background-color: #7df47a;
}

.radek_4{
position: relative;
padding: 2px;
height: 16px;
border-bottom: 1px solid gray;
font-size: 10px;
cursor: help;
display: block;
background-color: #cccccc;
}

.radek_5{
position: relative;
padding: 2px;
height: 16px;
border-bottom: 1px solid gray;
font-size: 10px;
cursor: help;
display: block;
background-color: #7df47a;
}

.radek_6{
position: relative;
padding: 2px;
height: 16px;
border-bottom: 1px solid gray;
font-size: 10px;
cursor: help;
display: block;
color: white!important;
background-color: black;
}


.radek_2{
position: relative;
padding: 5px;
height: 60px;
border-bottom: 1px solid gray;
font-size: 10px;
cursor: pointer;
display: block;
background-color: #fff279;
}

.radek_3{
position: relative;
padding: 5px;
height: 60px;
border-bottom: 1px solid gray;
font-size: 10px;
cursor: pointer;
display: block;
background-color: #ec4600;
}

.radek_7{
position: relative;
padding: 2px;
height: 16px;
border-bottom: 1px solid gray;
font-size: 10px;
cursor: help;
display: block;
background-color: #6bc5a8;
}

.radek_10{
position: relative;
padding: 2px;
height: 16px;
border-bottom: 1px solid gray;
font-size: 10px;
cursor: help;
display: block;
background-color: #e5d416;
}


.radek_11{
position: relative;
padding: 2px;
height: 16px;
border-bottom: 1px solid gray;
font-size: 10px;
cursor: help;
display: block;
background-color: transparent;
}

.radek_4_7{
position: relative;
padding: 2px;
width: 86px;
height: 16px;
border-bottom: 1px solid gray;
font-size: 10px;
cursor: help;
display: block;
background-color: #6bc5a8;
}

.radek_8{
  position: relative;
  padding: 2px;
  width: 86px;
  height: 16px;
  border-bottom: 1px solid gray;
  font-size: 10px;
  cursor: help;
  display: block;
  color: white!important;
  background-color: #bf2b2b;
}

.radek:hover{
background-color: #dddddd;
}

.radek_h{
position: relative;
padding: 5px;

height: 13px;
border-bottom: 1px solid gray;
background-color: #eaeaea;
}

#zapis{
position: fixed;
top: 10px;
left: 10px;
background-color: white;
padding: 8px;
border: 1px solid black;
font-size: 13px;
display: none;
}

#zapis2{
position: fixed;
top: 10px;
left: 10px;
background-color: white;
padding: 8px;
border: 1px solid black;
font-size: 13px;
display: none;
}

#zapis3{
position: fixed;
top: 10px;
left: 10px;
background-color: white;
padding: 8px;
border: 1px solid black;
font-size: 13px;
display: none;
}

#zapis4{
position: fixed;
top: 10px;
left: 10px;
background-color: white;
padding: 8px;
border: 1px solid black;
font-size: 13px;
display: none;
}

#den_form{
font-weight: bold;
}

.bar{
position: relative;
width: 60px;
height: 14px;
background-image: url('./img/bar.gif');
text-align: center;
padding-bottom: 1px;
padding-top: 1px;
background-repeat: no-repeat;
font-weight: bold;
font-size: 11px;
}

#color_use{
position: relative;
border: 1px solid gray;
width: 18px;
height: 18px;
}

#color_use2{
position: relative;
border: 1px solid gray;
width: 18px;
height: 18px;
}

#color{
  width: 140px;
  float: left;
}
#barva_box{
  position: relative;
  width: 26px;
  border-radius: 5px;
  height: 26px;
  margin-left: 175px;
  margin-top: 1px;
}

#okno_barva{
width: 300px;
}

.text_editor_color{
position: relative;
margin: 2px;
}

.color_box{
position: relative;
width: 26px;
height: 26px;
border-radius: 5px;
border: 1px solid #aaa;
float: right;
}
.color_box_s{
position: relative;
width: 15px;
height: 15px;
float: right;
border-radius: 3px;
}

.detail_do{
display: none;
}

#detail{
position: fixed;
top: 200px;
left: 5px;
border: 1px solid black;
background-color: white;
display: none;
z-index: 200;
font-size: 13px;
}

.b{
font-weight: bold;
}

.kal_ico{
float:left;
margin-right: 3px;
cursor: pointer;
}

.kald{
position: fixed;
top: 10px;
left: 10px;
background-color: white;
border: 1px solid black;
display: none;
font-size: 12px;
}

.kald_table{
height: 300px;
overflow: auto;
}

.nakup{
position: fixed;
top: 10px;
left: 10px;
background-color: white;
border: 1px solid black;
display: none;
font-size: 12px;
}

.formularek{
position: fixed;
top: 50px;
left: 20px;
background-color: white;
border: 1px solid black;
display: none;
font-size: 12px;
padding: 10px;
z-index: 10;
}

.formularek fieldset{
border: 0px;
margin: 0px;
padding: 0px;
}

.lock{
position: absolute;
right: 5px;
font-weight: bold;
color: red;
}

.lock2{
position: absolute;
right: 5px;
font-weight: bold;
color: green;
}

.casovac{
position: absolute;
right: 100px;
font-weight: bold;
color: black;
cursor: pointer;
}

.casovac span{
margin-right: 10px;
}

.odhlaseni{
position: absolute;
display: block;
top: 11px;
right: 8px;
}

.studenti{
  position: relative;
  width: 100%;
}

.studenti td{
font-size: 13px;
text-align: center;
padding: 4px 0px;
}

.zaznamy_100{
  position: relative;
  width: 100%;
}

.zaznamy td{
 font-size: 15px;

padding: 4px 0px; 
}
.zaznamy_100 td{
 font-size: 15px;

padding: 4px 0px; 
}

.zaznamy tr:hover{
  background-color: #ffecd8!important;
}

.zaznamy_100 tr:hover{
  background-color: #ffecd8!important;
}

.studenti tr:nth-child(even){
  background-color: #eee;
}

.zaznamy tr:nth-child(even){
  background-color: #eee;
}
.zaznamy_100 tr:nth-child(even){
  background-color: #eee;
}

.studenti tr:hover{
  background-color: #ffecd8!important;
}


.rad_0 td{
font-weight: bold;
background-color: #fff!important;
}



.student_actual{
background-color: yellow;
}

.instimg{
position: absolute;
top: 1px;
right: 1px;
}

.zavri_to{
position: absolute;
top: 5px;
right: 5px;
cursor: pointer;
}

.teori{
position: relative;
width: 100%;
min-width: 300px;
background-color: #fafafa;
border: 1px solid #e6e4e5;
padding: 5px;
font-size: 12px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
}

.teori td{
padding: 3px;
padding-bottom: 6px;
}

.prisel1{
position: relative;
color: black;
text-decoration: none;
cursor: pointer;
}

.prisel0{
position: relative;
color: red;
text-decoration: line-through;
cursor: pointer;
}

.right{
text-align: right!important;
}

.center{
text-align: center!important;
}

.pointer{
  cursor: pointer;
}

.celkem{
  font-size: 16px;
  font-weight: 700;
}

.evidence{
border-collapse:collapse;
}

.evidence tr{
height: 38px;
}

.evidence th{
border: 1px solid black;
padding: 2px 5px;
text-align: center;
font-size: 12px;
}

.evidence td{
border: 1px solid black;
padding: 2px 5px;
height: 42px;
}

.tridnice{
border-collapse:collapse;
}

.tridnice td{
border: 1px solid black;
padding: 2px 5px;
height: 40px;
width: 45px;
text-align: center;
}

.nadpis_evidence{
text-align: center;
white-space: nowrap;
}

.page-break{
display: none;
}

.bottom{
vertical-align: bottom;
}

.casovac_table{
position: absolute;
top: 15px;
right: 10px;
z-index: 99999;
border: 1px solid black;
background-color: white;
padding: 3px;
display: none;
}

.casovac_zavri{
position: absolute;
top: 2px;
right: 4px;
font-weight: bold;
cursor:pointer;
}

table.zaznamy tr td{
position: relative;
padding: 0px 5px;
}

table.zaznamy_100 tr td{
position: relative;
padding: 0px 5px;
}

.smallcell{
font-size: 10px;
}

.smallcell2{
font-size: 10px;
}

.skupiny{
width: 150px;
}

.skupina_chck{
width: 170px;
}

.skupina_chck_pol{
width: 56px;
float: left;
}

.tab_student{
white-space: nowrap;
width: 990px;
}

.tab_student tr td{
white-space: nowrap;
padding-right: 7px;
}

.green{
color: green;
font-weight: bold;
}

.red{
color: red;
font-weight: bold;
}

.orange{
color: orange;
font-weight: bold;
}

.blue{
color: blue;
font-weight: bold;
}

.gray{
  color: gray;
}

.menu_top{
position: fixed;
top: 57px;
left: 0px;
width: 250px;
float: left;
background-color: #417899;
background-position: bottom center;
background-repeat: no-repeat;
background-image: none;
z-index: 9;
min-height: 100vh;
/*background-image: url('./img/glob_tr.png');*/
background-repeat: no-repeat;
background-size: 180% auto;
height: 100%;
overflow: auto;
overflow-x: hidden;
z-index: 99;
}

.menu_top_cont a{
  width: 250px;
  display: block;
  color: #fff;
  text-decoration: none;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  font-weight: 500;
  padding: 0px 20px 0px 20px;
  box-sizing: border-box;
}

.menu_top_cont a:hover{
  background-color: #75a2bd;
  color: #fff;
}

.menu_top_cont a.menu_active{
  background-color: #75a2bd;
  color: #fff;
}
.menu_top_cont a.menu_active_sub{
  background-color: #75a2bd;
  color: #fff;
}

.menu_top a.menu_logo{
  
}
.menu_top a.menu_logo:hover{
  
}

.menu_top_cont .submenu a{
  width: 250px;
  display: block;
  text-decoration: none;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  font-weight: 500;
  padding: 0px 20px 0px 30px;
  box-sizing: border-box;
  background-color: #85a7bb;
  color: #fff;
}

.menu_top_cont .submenu a:hover{
  background-color: #b1cbdb;
  color: #fff;
}

.menu_top_cont .submenu a.menu_active{
  background-color: #b1cbdb;
  color: #fff;
}

.menu_logo{
  position: absolute;
  left: 16px;
  top: 7px;
  height: 40px;
  display: inline-block;
}

.page{
  position: relative;
  left: 250px;
  width: calc(100% - 250px);
  box-sizing: border-box;
  padding: 10px;
  top: 50px;
}

.pata{
position: relative;
clear: both;
}

.top{
position: fixed;
top: 0px;
height: 55px;
background-color: #fa4040;
width: calc(100% - 250px);
padding-left: 250px;
border-bottom: 2px solid #fff;
z-index: 999;
color: white;
}

.table_top{
position: relative;
top: 5px;
color: white;
}

tr.table_top_small td{
font-size: 11px;
text-align: center;
padding: 0px 15px;
}

tr.table_top_values td{
text-align: center;
padding: 0px 15px;
font-size: 14px;
}

tr.table_top_normal td{
text-align: center;
padding: 0px 15px;
}

.prehled_aktualit{
position: absolute;
right: 2px;
bottom: 2px;
}

.table_instruktori{
position: relative;
width: 100%;
background-color: #fff;
border-bottom: 1px solid #ededed;
height: 37px;
margin-top: 5px;
}

.table_instruktori tr td{
vertical-align: middle;
padding-right: 5px;
}

.table_instruktori tr td img, .table_instruktori tr td a img{
margin-top: 5px;
}

.table_admin{
position: relative;
min-height: 37px;
margin-top: 5px;
padding: 10px;
width: 100%;
background-color: #dce3ec;
border-radius: 6px;
}

.table_admin tr td{
vertical-align: middle;
padding-right: 5px;
}

.admin_submit{
position: absolute;
right: 10px;
bottom: 10px;
}

.admin_submit2{
position: absolute;
right: 2px;
top: -40px;
}

.err_button{
  background-image: url('/img/err.png');
  background-repeat: no-repeat;
  background-size: 10%;
  background-position: 145px 8px;
  box-shadow: 0px 0px 3px 2px rgba(255,0,0,1);
}

.btn_btn{
display: inline-block;
width: 173px;
height: 32px;
background-color: #5989c5;
border-radius: 5px;
color: white;
text-decoration: none;
margin: 0px 1px;
font-size: 13px;
text-align: center;
border: 0px;
cursor: pointer;
line-height: 30px;
}

.btn_auto{
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.btn_btn:hover{
color: white;
background-color: #90b0d8;
}
.btn_btn.active{
color: white;
background-color: #90b0d8;
}

.btn_btn:disabled,
.btn_btn[disabled]{
color: white;
background-color: #90b0d8;
}

.btn_red{
display: inline-block;
width: 173px;
height: 32px;
background-color: #8f8c9b;
border-radius: 5px;
color: white;
text-decoration: none;
margin: 0px 1px;
font-size: 13px;
text-align: center;
border: 0px;
cursor: pointer;
line-height: 30px;
}

.btn_red:hover{
color: white;
background-color: #ff0f0f;
}

.btn_red2{
display: inline-block;
width: 32px;
height: 32px;
background-color: #8f8c9b;
border-radius: 5px;
color: white;
text-decoration: none;
margin: 0px 1px;
font-size: 13px;
text-align: center;
font-weight: bold;
border: 0px;
cursor: pointer;
line-height: 30px;
}

.btn_red2:hover{
color: white;
background-color: #ff0f0f;
}

.btn_edit_2{
display: block;
float: left;
width: 32px;
height: 32px;
background-color: #5989c5;
border-radius: 5px;
color: white;
text-decoration: none;
margin: 0px 1px;
font-size: 13px;
text-align: center;
font-weight: bold;
border: 0px;
cursor: pointer;
line-height: 30px;
background-image: url('./img/edit.png');
background-position: center center;
background-repeat: no-repeat;
}

.btn_edit_2:hover{
  background-color: #90b0d8;
}

.btn_edit{
display: inline-block;
width: 32px;
height: 32px;
background-color: #5989c5;
border-radius: 5px;
color: white;
text-decoration: none;
margin: 0px 1px;
font-size: 13px;
text-align: center;
font-weight: bold;
border: 0px;
cursor: pointer;
line-height: 30px;
background-image: url('./img/edit.png');
background-position: center center;
background-repeat: no-repeat;
}

.btn_edit:hover{
  background-color: #90b0d8;
}

.btn_green{
display: inline-block;
width: 173px;
height: 32px;
background-color: #5989c5;
border-radius: 5px;
color: white;
text-decoration: none;
margin: 0px 1px;
font-size: 13px;
text-align: center;
border: 0px;
cursor: pointer;
line-height: 30px;
}

.btn_green:hover{
color: white;
background-color: #90b0d8;
}

.btn_yellow{
display: inline-block;
width: 173px;
height: 32px;
background-color: #face50;
border-radius: 5px;
color: #444;
text-decoration: none;
margin: 0px 1px;
font-size: 13px;
text-align: center;
border: 0px;
cursor: pointer;
line-height: 30px;
}

.btn_yellow:hover{
color: #444;
background-color: #ffe394;
}

.btn_novy{
position: relative;
display: inline-block;
width: 173px;
height: 32px;
background-color: #5989c5;
border-radius: 5px;
color: white;
text-decoration: none;
margin: 0px 15px 0px 1px;
font-size: 13px;
text-align: center;
border: 0px;
cursor: pointer;
line-height: 32px;
top: -7px;
}

.btn_novy:hover{
color: white;
background-color: #90b0d8;
}

.btn_small{
display: block;
width: 32px;
height: 32px;
background-image: url('./img/button.gif');
border-radius: 5px;
background-color: transparent;
color: black;
text-decoration: none;
margin: 0px 1px;
font-size: 12px;
text-align: center;
text-shadow: 1px 1px 0px rgba(220, 220, 220, 1);
border: 0px;
border-right: 1px solid #e1e1e1;
cursor: pointer;
}

.table_prihlaseni{
position: relative;
height: 37px;
margin-top: 5px;
width: 500px;
margin-left: auto;
margin-right: auto;
}

.table_prihlaseni tr td{
padding: 0px 10px;
}

.evid_evid{
position: relative;
float: left;
}

.evidence_body{
width: 3000px;
}

.poznamka{
width: 235px;
}

.poznamky_hide{
position: relative;
display: none;
font-size: 10px;
width: 235px;
}

#poznamky_right{
position: absolute;
right: 0px;
}

.tridnice_us{
position: relative;
width: 60%;
float: left;
}

.tridnice_zk{
position: relative;
width: 35%;
float: left;
}

.clear{
clear: both;
}

td.td_datum{

}

.teori_smaz{
color: red;
}

.upozorneni{
position: fixed;
top: 45%;
left: 30%;
padding: 20px 25px;
border: 1px solid black;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
background-color: white;
z-index: 9999;
}

.justify{
text-align: justify;
}

.bold{
font-weight: bold;
}

.upozorneni strong{
position: relative;
width: 260px;
padding: 15px;
text-align: center;
}
.upozorneni p{
position: relative;
width: 260px;
padding: 15px 25px;
text-align: center;
}

.user_blok{
position: relative;
float: left;
width: 310px;
}

.zacatek_select{
display: none;
}

.kond{
background-color: yellow;
}

.bgc2{
  background-color: #d2fcff;
}

.odpoved_cislo{
  position: relative;
  font-size: 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid black;
  background-color: white;
  width: 26px;
  height: 26px;
  text-align: center;
  float: left;
}

.check{
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 9999;
  width: 44px;
  height: 39px;
  background-image: url('./img/check.png');
  background-repeat: no-repeat;
  display: none;
}

.check_vis{
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 9999;
  width: 44px;
  height: 39px;
  background-image: url('./img/check.png');
  background-repeat: no-repeat;
}

.odpoved{
position: relative;
background-color: #f8ffd2;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
min-height: 30px;
margin-top: 5px;
padding: 10px;
cursor: pointer;
}

.odpoved_a{
position: relative;
background-color: #50f866;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
min-height: 30px;
margin-top: 5px;
padding: 10px;
cursor: pointer;
}

.odpoved_n{
position: relative;
background-color: #fc6e6e;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
min-height: 30px;
margin-top: 5px;
padding: 10px;
cursor: pointer;
}

.odpoved_odpoved{
  position: relative;
  padding: 4px 0px 0px 37px;
}

.testy_dalsi{
  position: absolute;
  bottom: 0px;
  right: 0px;
  cursor: pointer;
}

.testy_predchozi{
  position: absolute;
  bottom: 0px;
  left: 0px;
  cursor: pointer;
}

.testy_konec{
  position: absolute;
  bottom: 0px;
  left: 450px;
  cursor: pointer;
}

.nastroje_test{
  position: relative;
  border-bottom: 1px solid #e9e7db;
}

.otazky_cisla{
  position: absolute;
  font-size: 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid black;
  background-color: white;
  width: 105px;
  height: 26px;
  text-align: center;
  top: 12px;
  right: 5px;
}

.otazky_zodpovezeno{
  position: absolute;
  font-size: 20px;
  width: 250px;
  height: 26px;
  text-align: left;
  top: 12px;
  right: 5px;
}

#test_dalsi{
  display: none;
}

#test_cas{
  text-align: right;
  display: inline-block;
  width: 70px;
}

.test_timebar{
  position: relative;
  float: right;
  top: 5px;
  width: 300px;
  border: 1px solid black;
  height: 10px;
  background-color: blue;
}

#test_timebar2{
  position: relative;
  top: 0px;
  width: 0px;
  height: 10px;
  background-color: orange;
}

.otazka_prejdi{
  position: relative;
  margin: 5px;
  width: 30px;
  height: 25px;
  border-radius: 3px;
  border: 1px solid black;
  background-color: white;
  font-size: 18px;
  float: left;
  text-align: center;
  cursor: pointer;
}

.ot_ok{
  background-color: #67c7eb;
}

.ot_ak{
  background-color: orange;
}

.otazka_fin{
  position: relative;
  border: 1px solid black;
  padding: 3px 10px;
  margin: 5px;
  width: 205px;
  float: left;
  cursor: pointer;
}

.of_right{
  background-color: #50f866;
}

.of_false{
  background-color: #fc6e6e;
}

.otazka_fin_detail{
  position: absolute;
  z-index: 9999999;
  border: 1px solid black;
  border-radius: 5px;
  padding: 20px;
  background-color: white;
  width: 930px;
  display: none;
}

.otazka_fin_detail *{
  white-space: normal;
}

.otazka_fin_detail_close{
  position: absolute;
  top: 4px;
  right: 4px;
  cursor: pointer;
}

.otazka_fin_body{
  position: absolute;
  right: 5px;
  top: 4px;
  font-size: 12px;
}

.testy_vysledky{
  display: none;
}

div.pravidla{
  font-size: 0.85em;
  text-align: justify;
}

div.pravidla h2{
  position: relative;
  text-decoration: underline;
  border: 0px;
}

tr.lichy{
  background-color: #eeeeee;
}

.top_vystraha{
  padding: 5px 5px 0px 10px;
}

.korekce_ta{
  width: 900px;
}

.pdf_pravidla{
  text-decoration: none;
  color: black;
  
}

.table_admin a{
  color: #222222;
  text-decoration: none;
  font-weight: normal;
}

.table_admin a:hover{
  color: #000000;
  text-decoration: underline;
  font-weight: normal;
}

.plus{
font-weight: bold;
color: green;
text-decoration: none;
}

.minus{
font-weight: bold;
color: red;
text-decoration: none;
}

.neutral{
font-weight: bold;
color: #666666;
text-decoration: none;
}

input{
  border-radius: 5px;
  border: 1px solid #aaa;
  padding: 2px 5px;
}

.prejit_cont{
  position: relative;
  padding: 10px 0px;
border-bottom: 1px solid #dedede;
}

.t_w{
  position: relative;
  width: 8px;
  height: 8px;
  background-color: #ff9c85;
  border-radius: 6px;
  border: 2px solid #636363;
  display: inline-block;
  margin: 0px 1px;
}

.t_b{
  position: relative;
  width: 8px;
  height: 8px;
  background-color: #b3ff8e;
  border-radius: 6px;
  border: 2px solid #636363;
  display: inline-block;
  margin: 0px 1px;
}

.vyber_skupina{
  position: relative;
  border-radius: 5px;
  border: 1px solid #aaa;
  padding: 2px 5px;
  background-color: white;
  width: 30%;
  max-width: 250px;
  float: left;
  height: 400px;
  overflow: auto;
}

.vyber_skupina option{
  padding: 3px;
  font-size: 14px;
}

.vyber_skupina option:hover{
  background-color: #f1f1f1;
  cursor: pointer;
}

.vyber_nadpis{
  position: relative;
  width: 30%;
  max-width: 250px;
  float: left;
}

select{
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 4px 0px;
  cursor: pointer;
  /*width: 200px;*/
  color: #565454;
  text-align: center!important;
  background: url('./img/select_arr.gif');
  background-color: white;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  background-position: center right;
  padding-right: 19px;
}

.logged_user{
  position: relative;
  float: left;
  margin-right: 70px;
}

.timeout{
  position: relative;
  float: left;
  margin-right: 70px;
}

.strankovani_form{
  position: absolute;
  text-align: center;
  top: 0px;
  left: 25px;
}

table tr.table_top_values td{
  position: relative;
}

.strankovani_form select{
  height: 22px;
  padding: 0px 19px 0px 0px;
}

.filtr_item{
  position: relative;
  float: left;
  white-space: nowrap;
  width: 340px;
  height: 30px;
  margin: 12px 0px;
  /*z-index: 18;*/
}
.filtr_item_spacer{
  position: relative;
  float: left;
  white-space: nowrap;
  width: 235px;
  height: 30px;
  margin: 12px 0px;
  /*z-index: 18;*/
}
.filtr_item_large{
  position: relative;
  float: left;
  white-space: nowrap;
  width: 680px;
  height: 30px;
  margin: 12px 0px;
  /*z-index: 18;*/
}

.filtr_item2{
  position: relative;
  float: left;
  white-space: nowrap;
  width: 220px;
  height: 55px;
}

.filtr_item_box{
  position: relative;
  float: left;
  white-space: nowrap;
  width: 220px;
}

.filtr_item_box_2{
  position: relative;
  float: left;
  width: 300px;
  height: 50px;
}

.filtr_item_box_2 .filtr_nazev{
  width: 230px;
}

.filtr_item_box_hide{
 display: none;
}

.filtr_item_box_hide, .filtr_item_box_unhide{
    position: relative;
    border: 2px solid #5989c5;
    background: #f6f6f6;
    border-radius: 10px;
    padding: 10px 0px 0px 0px;
    margin: 0px;
}



.filtr_nazev_long{
  font-weight: 500;
}

.filtr_nazev_box{
position: relative;
font-weight: 500;
font-size: 14px;
text-align: right;
padding: 4px 8px 0px 15px;
width: 50px;
float: left;
}

.filtr_input_box input{
  width: 50px;
}

.filtr_nazev{
position: relative;
font-weight: 500;
font-size: 15px;
text-align: right;
padding: 4px 4px 0px 15px;
width: 114px;
float: left;
z-index: 19;
overflow: hidden;
text-overflow: ellipsis;
cursor: default;
}
.filtr_nazev_line{
position: relative;
font-weight: 500;
font-size: 15px;
text-align: left;
padding: 4px 4px 0px 15px;
width: auto;
float: left;
z-index: 19;
overflow: hidden;
text-overflow: ellipsis;
cursor: default;
}

.filtr_nazev:hover{
overflow: visible;
text-overflow: unset;
text-shadow: 0px 0px 3px #dbedf0, 0px 0px 5px #dbedf0, 0px 0px 7px #dbedf0, 2px 2px 2px #dbedf0, -2px -2px 2px #dbedf0, 2px -2px 2px #dbedf0, -2px 2px 2px #dbedf0;
}

.filtr_spacer{ 
position: relative;
font-weight: 500;
font-size: 15px;
text-align: right;
padding: 4px 8px 0px 15px;
width: 0px;
float: left;
z-index: 19;
}

.filtr_clear strong{
  font-weight: 500;
  font-size: 15px;
}

.filtr_input{
position: relative;
width: 200px;
float: left;
/*z-index: 20;*/
}

.filtr_checkbox{
  cursor: pointer;
  width: 200px;
  line-height: 25px;
}

.filtr_checkbox_float{
  position: relative;
  float: left;
  margin: 0px;
}


.filtr_checkbox input[type="checkbox"]{
  display: none;
}

.filtr_checkbox .checkmark{
  position: relative;
  width: 5px;
  height: 19px;
  display: inline-block;
  background-image: url('./img/check_0.png');
  background-repeat: no-repeat;
  /*padding-left: 25px;*/
  padding-left: 13px;
  background-position: 1px 3px;
  margin-top: 3px;
}

.filtr_checkbox .checknadpis{
  position: absolute;
  top: -15px;
  font-size: 13px;
}
.filtr_checkbox .checknadpis span{
  width: 34px;
  display: inline-block;
}
.filtr_checkbox .checked{
  background-image: url('./img/check_1.png');
}

.filtr_checkbox_nw{
  width: 20px;
}

.filtr_checkbox_float input[type="checkbox"]{
  display: none;
}

.filtr_checkbox_float .checkmark{
  position: relative;
  width: 5px;
  height: 19px;
  display: inline-block;
  background-image: url('./img/check_0.png');
  background-repeat: no-repeat;
  padding-left: 25px;
  background-position: 1px 3px;
  margin-top: 3px;
}

.filtr_checkbox_float .checknadpis{
  position: absolute;
  top: -15px;
  font-size: 13px;
}
.filtr_checkbox_float .checknadpis span{
  width: 34px;
  display: inline-block;
}
.filtr_checkbox_float .checked{
  background-image: url('./img/check_1.png');
}


.filtr_files{
position: relative;
width: auto;
float: left; 
}

.file_upload{ 
  display: none;
}

.file_upload_visible{
  display: block!important;
}

.dialog_input{
  position: relative;
}

.dialog_input_list{
  position: relative;
}

.dialog_input_double{
  position: relative;
}

.dialog_input_double_list{
  position: relative;
}

.filtr_input2{
position: relative;
width: 200px;
float: left; 
margin-left: 15px;
}

.filtr_input input{
width: 170px;
}

.dialog_input input[type="text"]{
width: 170px;
}

.dialog_input_list input[type="text"]{
  width: 155px;
}

.dialog_input_double input[type="text"]{
  width: 410px;
}
.dialog_input_double_list input[type="text"]{
  width: 365px;
}


.dialog_readonly{
  position: relative;
  width: 200px;
}

.filtr_readonly{
  position: relative;
  font-size: 15px;
  padding: 3px 15px 0px 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 22px;
}

.filtr_textarea{
  position: relative;
  float: left;
  width: calc(100% - 140px);
  min-width: 200px;
}

.filtr_textarea_100{
  position: relative;
  float: left;
  width: 100%;
  min-width: 200px;
}

.filtr_textarea textarea{
  width: 100%;
  height: 100px;
}
.filtr_textarea_100 textarea{
  width: 100%;
  height: 100px;
}

.dialog_textarea{
  position: relative;
  float: left;
  width: 100%;
  min-width: 200px;
}

.dialog_textarea_double{
  position: relative;
  float: left;
  width: 100%;
  min-width: 420px;
}

.dialog_textarea textarea{
  height: 100px;
  width: calc(100% - 10px);
  max-width: 420px;
}
.dialog_textarea_double textarea{
  height: 100px;
  /*width: calc(100% - 10px);*/
  width: 100%;
  /*max-width: 420px;*/
}

.long_textarea{
  
}

.filtr_buttons{
  position: relative;
  clear: both;
  padding-top: 25px;
  margin-bottom: 15px;
  text-align: right;
}
.dialog_buttons{
  position: relative;
  clear: both;
  padding-top: 25px;
  margin-bottom: 15px;
  text-align: right;
}

.filtr_buttons_right{
  position: absolute;
  top: 45px;
  left: 0px;
  text-align: left;
}

.filtr_button{
  position: absolute;
  right: 45px;
  bottom: -8px;
}

.filtr_clear{
  position: relative;
  clear: both;
  min-width: 330px;
}

.filtr_smaz{
  position: relative;
  white-space: nowrap;
  padding: 12px 12px;
  margin: 12px 0px;
  clear: both;
  min-width: 330px;
  text-align: right;
}

.filtr_item_text{
  position: relative;
  white-space: nowrap;
  padding: 12px 0px;
  margin: 12px 0px;
  clear: both;
  min-width: 330px;
}

.dialog_item_text{
  position: relative;
  white-space: nowrap;
  padding: 12px 0px;
  margin: 12px 0px;
  clear: both;
  min-width: 330px;
}

.reset_button{
position: absolute;
right: 0px;
bottom: -8px;
width: 32px;
height: 32px;
display: block;
margin-left: 5px;
border-radius: 5px;
cursor: pointer;
background-image: url('./img/reset.png');
background-position: center center;
background-repeat: no-repeat;
background-color: #5989c5;
background-size: 60%;
}

.reset_button:hover{
background-color: #90b0d8;
}

.filtr_item_small{
  position: relative;
  float: left;
  width: 250px;
  padding: 20px 0px;
}

.filtr input.button{
width: 200px!important;
}
.filtr input.btn_green{
width: 200px!important;
}
.filtr input.btn_red{
width: 200px!important;
}
.filtr input.btn_yellow{
width: 200px!important;
}

.filtr{
  position: relative;
  padding-top: 15px;
}

.seznam_tabulka{
position: relative;
width: 100%;
font-size: 14px;
}

.seznam_tabulka_fix{
position: relative;
table-layout: fixed;
font-size: 14px;
width: auto;
}

.seznam_tabulka td{
  position: relative;
}

.seznam_tabulka th{
text-align: left;
/*background-color: #f7d4c6;*/
background-color: #5989c5;
padding: 2px 4px;
font-weight: 500;
color: white;
}
.seznam_tabulka th a{
color: white;
}

.seznam_tabulka tr:nth-child(even){
background: #ffffff;
}
.seznam_tabulka tr:nth-child(odd){
background: #eeeeee;
}

.seznam_tabulka tr.re:nth-child(even){
background: #dddddd;
}
.seznam_tabulka tr.re:nth-child(odd){
background: #cccccc;
}

.seznam_tabulka tr td{
padding: 2px 4px;
}

.seznam_tabulka tr:hover{
  background-color: #ffe96f;
}
.seznam_tabulka tr.re:hover{
  background-color: #ffe96f;
}

th.detail_odkaz, td.detail_odkaz{
width: 18px;
text-align: center;
}
th.detail_smaz, td.detail_smaz{
width: 35px;
text-align: center;
}

th.detail_odkaz2{
width: 38px;
text-align: center;
}

th.smaz_icon{
width: 18px;
text-align: center;
}

.stranky{
text-align: center;
font-size: 15px;
padding: 10px;
padding-top: 25px;
}

.stranky a{
font-size: 25px;
color: #1e6787;
text-decoration: none;
padding: 0px 6px;
letter-spacing: -1px;
}
.stranky select{
padding: 5px 30px 5px 10px;
font-size: 15px;
}

.stranky a#active{
color: black;
font-weight: 600;
}

.stranky a:hover{
color: black;
font-weight: 600;
}

.small_select{
width: 200px;
text-align: center;
}
.double_select{
width: 410px;
text-align: center;
}
.double_textarea{
width: 410px!important;  
}
.small_select_js{
width: 200px;
text-align: center;
}
div.small_select_js{
display: block!important;
}

.small_select2{
width: 100px;
text-align: center;
}


input[type='text'], input[type='password']{
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #aaa;
bottom: 0px;
padding: 5px 15px;
}

textarea{
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #aaa;
bottom: 0px;
padding: 10px 15px;
box-sizing: border-box;
}

.hide{
  display: none;
}


.dialog{
position: fixed;
top: 40vh;
left: calc(50vw - 100px);
background-color: white;
padding: 30px 50px;
border: 2px solid #5989c5;
-moz-border-radius: 15px;
border-radius: 10px;
display: none;
z-index: 2000;
width: 200px;
overflow-y: auto;
max-height: 80vh;
}

.dialog_upload{
  width: 300px;
}

.dialog_upload .file_upload_visible{
  width: 300px;
}

.dialog_wide{
position: fixed;
background-color: white;
left: calc(50vw - 160px);
padding: 30px 50px;
border: 2px solid #5989c5;
-moz-border-radius: 15px;
border-radius: 10px;
display: none;
z-index: 2000;
width: 320px;
}

.dialog_double{
position: fixed;
background-color: white;
left: calc(50vw - 160px);
padding: 30px 50px;
border: 2px solid #5989c5;
-moz-border-radius: 15px;
border-radius: 10px;
display: none;
z-index: 2000;
width: 441px;
}

.dialog h2{
  font-size: 1.3em;
  clear: both;
}

.dialog_double .dialog_item{
  float: left;
  margin-right: 10px;
}

.close_dialog{
position: absolute;
top: 5px;
right: 10px;
font-weight: bold;
font-size: 16px;
cursor: pointer;
}

#check_form_text{
  font-size: 17px;
  font-weight: bold;
  height: 35px;
  color: red;
  text-align: right;
  padding-right: 0px;
  line-height: 29px;
  display: none;
}

#scroll_position{
  display: none;
}

.filtered .select2-choice{
  background-color: #fff0a9!important;
  background-image: none!important;
}
.filtered{
  background-color: #fff0a9!important;
/*  background-image: none!important; */
}

.td_edit{
  position: absolute;
  bottom: 10px;
  right: 5px;
  cursor: pointer;
}
.td_edit3{
  position: absolute;
  /*bottom: 0px;*/
  right: 5px;
  cursor: pointer;
}
.td_edit2{
  position: relative;
  cursor: pointer;
}

.x h2{
  text-align: center;
  font-size: 17px;
}

.none{
  display: none;
}

.datepick{
  background-image: url('/img/cal.png');
  background-repeat: no-repeat;
  background-position: 175px 3px;
}

.timepick{
  background-image: url('/img/timepick.png');
  background-repeat: no-repeat;
  background-position: 177px 5px;
}

.btn_add{
display: inline-block;
width: 36px!important;
height: 32px;
background-color: #9cb2d8;
border-radius: 5px;
color: white;
text-decoration: none;
margin: 0px 1px;
font-size: 18px;
font-weight: bold;
text-align: center;
border: 0px;
cursor: pointer;
line-height: 30px;
}

.btn_add:hover{
color: white;
background-color: #70ee7e;
}

.btn_add_small{
position: absolute;
left: 5px;
bottom: 5px;
display: inline-block;
width: 26px!important;
height: 25px;
background-color: #9cb2d8;
border-radius: 5px;
color: white;
text-decoration: none;
margin: 0px 1px;
font-size: 18px;
font-weight: bold;
text-align: center;
border: 0px;
cursor: pointer;
line-height: 20px;
}

.btn_add_small:hover{
color: white;
background-color: #70ee7e;
}


.btn_list{
display: inline-block;
width: 36px!important;
height: 32px;
background-color: #5989c5;
border-radius: 5px;
color: white;
text-decoration: none;
margin: 0px 1px;
font-size: 18px;
font-weight: bold;
text-align: center;
border: 0px;
cursor: pointer;
line-height: 30px;
}

.btn_list:hover{
color: white;
background-color: #90b0d8;
}

.file_upload_row{
  position: relative;
  clear: both;
  margin: 4px 0px;
  /*min-width: 300px;*/
  /*width: 300px;*/
  width: 100%;
}

.file_upload_del{
  /*display: none;*/
  background-color: red;
}

.file_upload_nazev{
position: relative;
width: calc(100% - 80px);
display: block;
text-overflow: ellipsis;
overflow: hidden;
float: left;
padding: 5px 0px 0px 0px;
white-space: nowrap;
font-weight: 300;
font-size: 14px;
}

.file_upload_velikost{
  position: absolute;
top: 5px;
font-size: 14px;
right: 17px;
}

.file_upload_delete{
position: absolute;
right: -2px;
bottom: 0px;
display: inline-block;
width: 25px;
height: 25px;
background-color:#8f8c9b;
border-radius: 5px;
color:white;
text-decoration: none;
margin: 0px 1px;
font-size: 13px;
text-align: center;
border: 0px;
cursor: pointer;
line-height: 25px;
font-weight: 700;
}

.ok_1{
  color: red;
}

.filtr_upload_progres{
  position: relative;
  /*width: 270px;*/
  width: calc(100% - 50px);
  height: 21px;
  border-radius: 5px;
  border: 1px solid gray;
  text-align: center;
  /*background: linear-gradient(90deg,#34ec2f 50%,#eee 50%);*/
  background: linear-gradient(90deg,#18d5f4 0%,#eee 0%);
  font-weight: 500;
  color: #444;
  line-height: 21px;
  clear: both;
}

.filtr_tag{
  position: relative;
  padding: 8px 10px;
  border-radius: 4px;
  background-color: #5989c5;
  color: white;
  display: inline-block;
  font-size: 13px;
  margin-right: 10px;
  top: -3px;
}

.filtr_tag span.tag_del{
  font-weight: bold;
  cursor: pointer;
  color: #ddd;
}
.filtr_tag span.tag_del:hover{
  color: red;
}

span.row_del{
  font-weight: bold;
  cursor: pointer;
  color: red;
}
span.row_del:hover{
  color: maroon;
}

.smaz_icon_2{
  font-weight: bold;
  cursor: pointer;
  color: red;
}

.detail_button3{
  position: absolute;
  left: 10px;
}

.smaz_nadpis{
  position: absolute;
  top: 10px;
  left: 255px;
}

.tp_box{
  position: absolute;
  top: -6px;
  left: 5px;
  width: 180px;
  height: 28px;
  border-radius: 5px;
  border: 1px solid gray;
  background-color: white;
  z-index: 999;
  box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.3);
  padding: 5px;
  display: none;
}

.tp_box input{
  width: 50px;
  cursor: pointer;
  padding: 5px;
}

.tp_box input.tp_close{
  position: absolute;
  top: 2px;
  right: 2px;
  padding: 0px 1px 2px 1px;
  width: 17px;
  font-size: 16px;
  line-height: 13px;
  background-color: #ddd;
}

hr{
  position: relative;
  clear: both;
  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));
}

#tooltip{
  position: absolute;
  z-index: 99;
  width: 220px;
  background-color: white;
  border-radius: 3px;
  border: 1px solid gray;
  padding: 5px;
  font-size: 11px;
  white-space: normal;
  background-color: #fff0a9
}

.more_text{
  background-image: url('/img/more.png');
  background-repeat: no-repeat;
  background-position: right center;
}

.tester{
  position: fixed;
  top: 10px;
  left: 10px;
  background-color: white;
  width: 150px;
  height: 40px;
  z-index: 999999;
}

.dialog_nazev{
  position: relative;
  padding-top: 8px;
}

.dialog_checkbox{
  cursor: pointer;
  width: 200px;
  line-height: 25px;
}

.dialog_checkbox_float{
  position: relative;
  float: left;
  margin: 3px 0px;
}

.dialog_checkbox input[type="checkbox"]{
  display: none;
}

.dialog_checkbox .checkmark{
  position: relative;
  width: 190px;
  height: 19px;
  display: inline-block;
  background-image: url('./img/check_0.png');
  background-repeat: no-repeat;
  padding-left: 25px;
  background-position: 1px 3px;
}

.dialog_checkbox .checked{
  background-image: url('./img/check_1.png');
}

.dialog_checkbox_nw{
  width: auto!important;
}

.sh{
  cursor:pointer;
  margin-bottom: 3px;
}

.sh_cont{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 49px;
  height: 49px;
  border-left: 2px solid white;
}

.sh_icon_s{
  position: absolute;
  width: 20px;
  height: 20px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 6px;
  left: 14px;
}

.sh_icon_h{
  position: absolute;
  width: 20px;
  height: 20px;
  border-left: 2px solid white;
  border-top: 2px solid white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 16px;
  left: 14px;
}

.sh_ch{
  display: none;
}

/* CALENDAR start */

.nadpis_nep_mesic{
  position: absolute;
  width: 300px;
  text-align: center;
  font-size: 14px;
  background-color: #5989c5;
  color: white;
  padding: 3px 6px;
  border-radius: 5px;  
  top: -20px;
  left: -5px;
  cursor: pointer;
}

.nadpis_nep_mesic:hover{
  color: #5989c5;
  background-color: white;
}

.nep_mesic{
position: relative;
width: 295px;
height: 390px;
float: left;
margin: 15px;
padding-top: 18px;
padding-left: 5px;
}

.dny_nadpis{
  position: relative;
  width: 295px;
  height: 10px;
}

.d{
  position: relative;
  float: left;
  width: 41px;
  text-align: center;
  font-size: 11px;
  height: 16px;
  border: 1px solid gray;
  margin-left: -1px;
  margin-top: -1px;
  background-color: #cccccc;
}

.den_v, .den_n{
  position: relative;
  float: left;
  width: 43px;
  text-align: center;
  font-size: 11px;
  height: 60px;
  border: 1px solid gray;
  margin-left: -1px;
  margin-top: -1px;
  background-color: #fff;
  box-sizing: border-box;
}

.den_v{
  cursor: pointer;
}

.den_n{
  background-color: #eeeeee;
}

.den{
  position: relative;
  cursor: pointer;
}

.uzavrit_udalost{
  position: absolute;
  right: 7px;
  top: 7px;
  width: 15px;
  height: 15px;
  border: 1px solid gray;
  padding: 0px;
  border-radius: 3px;
  line-height: 12px;
  text-align: center;
  cursor: pointer;
  background-color: #eeeeee;
  font-size: 13px;
}


.den_udalosti{
  position: absolute;
  top: 2px;
  left: 40px;
  z-index: 9999;
  background-color: white;
  border: 1px solid gray;
  border-radius: 5px;
  width: 320px;
  display: none;
}

.den_udalosti table tr td{
  font-size: 13px;
}

.du{
  position: relative;
  padding: 3px 10px;
  width: 300px;
}
.du table{
  width: 300px;
  color: black;
  margin-left: 20px;
}

.du_1{
  position: relative;
  background-color: #05e005;
}

.du_4{
  position: relative;
  background-color: #f75fe4;
}

.du_2{
  position: relative;
  background-color: #ffc40f;
}

.du_3{
  position: relative;
  background-color: #f55f37;
}

.du_5{
  position: relative;
  background-color: #79dddc;
}

.right{
  text-align: right;
}

.small{
  font-size: 11px!important;
}

.strong{
  font-weight: 600;
}

.udalost_back{
  position: relative;
  width: 41px;
  z-index: 1;
  border-top: 1px solid #fff;
  box-sizing: border-box;
}

.den_v .udalost_back {
  border: 0px;
}

.ubp_1{  height: 100%;}
.ubp_2{  height: 50%;}
.ubp_3{  height: 33%;}
.ubp_4{  height: 25%;}
.ubp_5{  height: 20%;}
.ubp_6{  height: 16.6%;}
.ubp_7{  height: 14.3%;}
.ubp_8{  height: 12.5%;}
.ubp_9{  height: 11.1%;}
.ubp_10{  height: 10%;}
.ubp_11{  height: 9.1%;}
.ubp_12{  height: 8.3%;}
.ubp_13{  height: 7.7%;}

.ub_1{
  background-color: #05e005;
}

.ub_4{
  background-color: #f75fe4;
}

.ub_2{
  background-color: #ffc40f;
}

.ub_3{
  background-color: #f55f37;
}

.ub_5{
  background-color: #79dddc;
}

.den_cislo{
  position: absolute;
  z-index: 99;
  margin-left: -4px;
}

.kal_in{
  position: absolute;
  left: 2px;
  bottom: 2px;
  font-size: 8px;
  text-rendering: optimizeLegibility;
  text-shadow: 0px 0px 3px #FFF;
  color: black;
  font-weight:bold;
}

.edt{
  position: relative;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-image: url('/img/edt.png');
  background-repeat: no-repeat;
  background-color: white;
  border: 1px solid gray;
  padding: 0px;
  border-radius: 3px;
  float: right;
  margin: 0px 5px 0px 0px;
}

.del{
  position: relative;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-image: url('/img/del.png');
  background-repeat: no-repeat;
  background-color: white;
  border: 1px solid gray;
  padding: 0px;
  border-radius: 3px;
  float: right;
}

.tools{
  position: absolute;
  top: 2px;
  right: 2px;
  height: 23px;
  text-align: right;
}

.tools2{
  position: absolute;
  top: 2px;
  left: 2px;
  height: 23px;
  text-align: right;
}

.du_d{
  font-weight: bold;
  text-align: right;
  padding-right: 18px;
}

.odhlasit{
  position: absolute;
  right: 0px;
}

.dn_6, .dn_7{
  background-color: #d4d4d4;
}

/* CALENDAR end */

.pracovnik_barva{
  float: left;
}

.pracovnik_barva_cont{
  float: left;
  width: 200px;
  font-size: 13px;
  padding-bottom: 5px;
}

.kod_email{
  font-size: 13px;
  color: gray;
  padding: 5px 10px;
}

.filtr_soubory_overflow{
  position: relative;
  max-height: 60vh;
  overflow-y: auto;
  overflow-x: hidden;
  /*width: 365px;*/
}

.dialog_prilohy_overflow{
  position: relative;
  max-height: 30vh;
  overflow-y: auto;
  overflow-x: hidden;
  width: 405px;
}

.dialog_overflow{
  position: relative;
  max-height: 30vh;
  overflow-y: hidden;
  overflow-x: hidden;
}

.filtr_soubory_overflow .file_upload_delete{
right: 17px;
}

.vykaz_radek{
  position: relative;
  width: 500px;
  height: 35px;
}

.vykaz_hodina{
  position: absolute;
  font-size: 17px;
  font-weight: 500;
  top: 8px;
}

.readonly{
  background-color: #fff0a9!important; 
}

.sekce_datum{
  position: absolute;
  top: 7px;
  right: 70px;
}

.termin_normal{
}

.termin_green{
    color: #00ff00;
}

.termin_orange{
  color: orange;
}

.termin_red{
  color: red;
}

.termin_s_normal{
}

.termin_s_green{
    color: #3eac3c;
}

.termin_s_orange{
  color: orange;
}

.termin_s_red{
  /*color: red;*/
}

.termin_seznam{
  position: relative;
  display:inline-block;
  width: 90px;
}

.prichody tr td{
  position: relative;
}

.prichody tr td .td_edit{
  bottom: 5px;
}

.podpis{
  position: relative;
  height: 100px;
  float: left;
}

.filtr_podpis{
  position: relative;
  height: auto;
}

.filtr_podpis_upload{
  clear: both;
  /*float: right;*/
}

.cert_icon{
  width: 80px;
}

#prihlas_form{
  display: none;
}

.input_long{
  width: 100%;
  box-sizing: border-box;
  min-width: 300px;
}
.input_calc{
  width: calc(100% - 200px);
}

.input_medium{
  width: 100px;
}

.filtr_input .input_short{
  width: 60px;
}

.filtr_input .input_shorter{
  width: 90px;
}

.input_short{
  width: 60px;
}

.input_date{
  width: 78px;
  padding: 5px 5px!important;
}
.input_date.datepick{
background-position: 77px 3px;
background-size: 10%;
}

.input_num{
  width: 28px;
}

.vykazy_vikend{
  background-color: #e2baab!important;
}

.vykazy_svatek{
  background-color: #e2baab!important;
}

.filtr_a{
  text-decoration: none;
  color: black;
}

.select2-result-selectable:nth-child(even){
  background-color: #f1f1f1;
}

.check_0{
  position: relative;
  top: 0px;
  height: 19px;
  display: inline-block;
  background-image: url('./img/check_0.png');
  background-repeat: no-repeat;
  width: 21px;
  background-position: 1px 3px;
}
.check_1{
  position: relative;
  top: 0px;
  height: 19px;
  display: inline-block;
  background-image: url('./img/check_1.png');
  background-repeat: no-repeat;
  width: 21px;
  background-position: 1px 3px;
}

.checknadpis_seznam{
position: absolute;
top: 27px;
font-size: 10px;
left: 4px;
}
.checknadpis_seznam span{
  width: 25px;
  display: inline-block;
}


/* star rating */ 
.rating {
  overflow: hidden;
  vertical-align: bottom;
  display: inline-block;
  width: 95px;
  height: 25px;
}

.rating > input {
  opacity: 0;
  margin-right: -100%;
}

.rating > label {
  position: relative;
  display: block;
  float: right;
  background-image: url('/img/star_0.png');
  background-size: 25px 25px;
  cursor: pointer;
  margin: 0px 3px;
}

.rating > label:before {
  display: block;
  opacity: 0;
  content: '';
  width: 25px;
  height: 25px;
  background-image: url('/img/star_1.png');
  background-size: 25px 25px;
}

.rating > label:hover:before,  .rating > label:hover ~ label:before,  .rating:not(:hover) > :checked ~ label:before { opacity: 1; }

.rating_seznam{
  text-align: center;
}

.rating_seznam img{
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

#loader{
  position: fixed;
  top: 0px;
  left: 250px;
  width: calc(100% - 250px);
  height: 100%;
  background-color: #f0f0fc;
  z-index: 98;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('./img/loader.gif');
}

.nowrap{
  white-space: nowrap;
}

.auto_link{
position: absolute;
display: block;
width: 11px;
height: 11px;
background-image: url('/img/auto_link.png');
top: 0px;
right: -19px;
cursor: pointer;
z-index: 30;
background-repeat: no-repeat;
background-size: contain;
}

.auto_link_td{
  color: inherit;
  text-decoration-line: underline;
  text-decoration-style: dotted;
}

#naseptavac_cont{
  position: absolute;
  top: 20px;
  left: 15px;
  width: 350px;
  text-align: left;
  background-color: white;
  border: 1px solid #aaa;
  padding: 5px;
  display: none;
}

#naseptavac_cont a{
  position: relative;
  display: block;
  color: black;
  padding: 4px 0px;
  text-decoration: none;
}
#naseptavac_cont a:hover{
  background-color: #fff0a9;
}

.nasept_small{
  font-size: 10px;
  color: gray;
  display: inline-block;
  width: 60px;
}

.ico_hledat{
  position: absolute;
  z-index: 99;
  cursor: pointer;
  right: 2px;
  border-radius: 5px;
  top: 2px;
}

.filtr_text_bs{
  line-height: 28px;
}


.table_plan{
  position: relative;
  border-collapse: collapse;
  border: 1px solid gray;
    background-color: #fff;
    width: 100%;
}
.plan_den{
  position: relative;
  width: 14%;
  border: 1px solid gray;
  min-height: 200px;
  padding-bottom: 40px;
  vertical-align: top;
  min-width: 250px;
}


.plan_den_nazev{
  position: relative;
  font-size: 13px;
  text-align: center;
  background-color: #eee;
  padding: 3px 0px;
}

.plan_aktual{
  border: 2px solid gray;
}

.plan_aktual .plan_den_nazev{
  background-color: #ffdb4e!important;
}

.plany_radek{
  position: relative;
  width: 100%;
  font-size: 13px;
  padding: 3px 4px;
  box-sizing: border-box;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}

.pr_gray{
  background-color: #f4f4f4;
}
.pr_gray_2{
  background-color: #e4e4e4;
}

.pr_pracovnik{
  position: absolute;
  top: 2px;
  right: 4px;
  font-weight: bold;
  text-align: right;
}

.pr_ku{
  position: absolute;
  top: 2px;
  left: 4px;
  font-weight: normal;
  text-align: left;
  font-style: italic;
  width: 60%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 60%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.pr_kdo{
  font-weight: bold;
  color: #666;
  position: absolute;
  bottom: 2px;
  right: 2px;
  font-size: 9px;
}

.pr_pristroje{
   font-weight: bold;
  text-align: right; 
}

.long_select{
  max-width: 160px;
}

.mesic_kalendar{
  position: relative;
  width: 100%;
  border-collapse: collapse;
}

.mesic_kalendar tr{
  position: relative;
  height: 100px;
}

.mesic_kalendar tr.m_kal_spacer{
  position: relative;
  height: 5px;
  background-color: black;
}

.mesic_kalendar tr td{
  position: relative;
  width: calc(100% / 7);
  min-height: 100%;
  border: 3px solid black;
  padding: 3px;
  background-clip: padding-box; 
  vertical-align: top;
}

.m_den_n{
  background-color: #eee;
}
.m_den{
  background-color: #fff;
}

.m_den_v{
  position: relative;
  width: 100%;
  height: calc(100% - 26px);
  background-color: #fff;
  min-height: 250px;
}

.m_du{
  /*display: none;*/
}

.m_udalost_back{
  position: relative;
  width: 100%;
  z-index: 1;
  border-top: 1px solid #fff;
  box-sizing: border-box;
  font-size: 11px;
  min-height: 37px;
  padding: 3px 3px;
}

.m_den_prazdny{

}

.m_den_cislo{
  position: relative;
  width: 100%;
  height: 20px;
  background-color: #5989c5;
  color: white;
  text-align: center;
  padding: 3px 0px;
}

.m_del{
position: relative;
width: 15px;
height: 15px;
background-position: center center;
background-image: url('/img/del.png');
background-repeat: no-repeat;
background-color: white;
border: 1px solid gray;
padding: 0px;
border-radius: 3px;
float: right;
background-size: 60% 60%;
}

.help{
  position: absolute;
  width: 16px;
  height: 16px;
  right: -25px;
  top: 0px;
  background-image: url('/img/info2.png');
  cursor: help;
  z-index: 30;
}

.form_add{
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  right: -25px;
  top: 0px;
  z-index: 30;
  cursor: pointer;
}

.ukon_zak{
  font-style: italic;
}

.den_tagy{
  height: 45px;
}

.tr_invisible{
  background-color: transparent!important;
}

.aktualni_den{
  border: 2px solid #ffdb4e;
  background-color: #ffdb4e;
  color: white;
}

.aktualni_den .udalost_back{
  width: 38px;
  opacity: 0.5;
}

.aktualni_den_m{
  background-color: #ffdb4e;
  color: black;
}

/*
.menu_help{
  background-color: red;
  color: white;
}
*/

.disabled{
  cursor: not-allowed;
  background-color: #bbb!important;
}

.input_with_color{
  width: 170px!important;
}

.foto{
  position: relative;
  max-height: 300px;
}

.filtr_foto{
  position: relative;
  height: auto;
}

.row_block{
  position: relative;
  padding: 8px 10px;
  border-radius: 4px;
  background-color: transparent;
  color: black;
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
  top: -3px;
}

.olej{
  position: relative;
  display: inline-block;
  min-width: 90px;
}

.plany_protokol{
  background-color: #b8f98c;
}

.td_normal{
    background-color: #00ff00!important;
}

.td_orange{
  background-color: orange;
}

.td_red{
  background-color: red;
}

.seznam_tabulka a{
  color: black;
  text-decoration-style: dotted;
}

.dn_6, .dn_7, .den_s, .dochazky_vikend, .dochazky_svatek{
  background-color: #bdccd5!important;
}

.mex{
  background-color: #face50!important;
}

.legend_cont{
  margin: 10px;
}

.legend{
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
}

.dialog_notice{
  color: red;
  font-weight: 500;
}

.podil_bunka{
  float: left;
  margin-right: 15px;
  text-align: center;
}

.podil_bunka strong{
  font-weight: 500;
}

input.podil_bunka_selected{
  background-color: #c0ffa4;
}

.podil_input{
  width: 50px;
}
.filtr_input input.small_input{
  width: 70px;
}

.filtr_input input.small_input_tel{
  width: 75px;
}

#podily_celkem{
  line-height: 28px;
}

.detail_plateb{
  display: none;
}

.filtr_pridat{

}

.button_add{
  position: absolute;
  top: 0px;
  right: -17px;
  width: 28px;
  height: 28px;
  background-image: url('/img/plus2.png');
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  z-index: 21;
}

.button_add_z{
  position: absolute;
  top: -4px;
  right: -43px;
  width: 28px;
  height: 28px;
  background-image: url('/img/plus2.png');
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  z-index: 21;
}

.button_add_f{
  position: absolute;
  top: -5px;
  right: -50px;
  width: 28px;
  height: 28px;
  background-image: url('/img/plus2.png');
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  z-index: 21;
}

.button_add_z2{
  position: relative;
  width: 28px;
  height: 28px;
  background-image: url('/img/plus2.png');
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  z-index: 21;
}

.button_add_f2{
  position: relative;
  width: 28px;
  height: 28px;
  background-image: url('/img/plus2.png');
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  z-index: 21;
}

.zak_stav_2{
  color: gray;
  font-style: italic;
}
.zak_stav_3{
  color: gray;
  font-style: italic;
}

.seznam_edit{
  padding-right: 20px!important;
}

.menu_icon{
  position: relative;
  margin-right: 5px;
  float: left;
  display: none;
}

.helper{
  position: absolute!important;
  top: 25px;
  left: 0px;
}

#s2id_naz_zak2{
  display: none;
}

.icon_print{
  width: 34px;
  float: right;
  cursor: pointer;
}

.menu_sipka{
  float: right;
}
.menu_sipka_2{
  float: right;
  -ms-transform: rotate(90deg); /* IE 9 */
  transform: rotate(90deg);
}

.seznam_tabulka tr.nadpis_sticky th{
  position: sticky;
  top: 56px;
  z-index: 99;
}
.seznam_tabulka tr.nadpis_sticky_2 th{
  position: sticky;
  top: 80px;
  z-index: 99;
}

#spld{
  display: none;
}

.db_container_right{
  position: relative;
  width: calc(50% - 22px);
  float: left;
  margin: 0px 10px 20px 10px;
}
.db_container_left{
  position: relative;
  width: calc(50% - 22px);
  float: left;
  margin: 0px 10px 20px 10px;
}
.db_dlazdice{
  position: relative;
  width: 100%;
  border: 1px solid #417899;
  margin-bottom: 20px;
}

.db_dlazdice h1{
  background-color: #417899;
  color: white;
  font-size: 14px;
  left: 0px;
  width: auto;
  padding: 5px;
}

.db_table{
  width: 100%;
}

.db_table tr.db_table_nadpis{
  background-color: #75a2bd!important;
}

.db_table tr th{
  font-size: 12px;
  font-weight: normal;
  color: white;
  padding: 1px 5px;
  white-space: nowrap;
}
.db_table tr td{
  font-size: 12px;
  font-weight: normal;
  padding: 1px 5px;
}

.db_table tr:nth-child(even){
background: #ffffff;
}
.db_table tr:nth-child(odd){
background: #eeeeee;
}

.db_nodata{
  text-align: center;
  font-size: 13px;
  background-color: #fff;
  padding: 5px 5px;
}

nowrap{
  white-space: nowrap;
}

.db_text{
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background-color: #fff;
  padding: 5px 5px;
}

.db_settings{
  float: right;
  margin: 3px 15px 0px 0px;
  cursor: pointer;
}

.seznam_tabulka tr.red_row, .db_table tr.red_row{
  color: white;
  background-color: #ff7878;
}

.seznam_tabulka tr.blue_row, .db_table tr.blue_row{
  color: white;
  background-color: #19aed0;
}

.seznam_tabulka tr.orange_row, .db_table tr.orange_row{
  background-color: #f0c106;
}

.seznam_tabulka tr.green_row, .db_table tr.green_row{
  background-color: #5bea28;
}

.seznam_tabulka tr:hover{
  background-color: #ffe96f;
  color: black;
}

.red_text{
  color: red;
}

.blue_text{
  color: #19aed0;
}

.orange_text{
  color: #f0c106;
}

.green_text{
  color: #5bea28;
}

.seznam_tabulka tr:hover{
  background-color: #ffe96f;
  color: black;
}

.filtr_radios_cont{
  position: relative;
  width: 75px;
  display: block;
  float: left;
}
.filtr_radios{
  position: relative;
  display: block;
  font-size: 12px;
  font-weight: 400;
}

.filtr_radios input{
  position: absolute;
  right: 10px;
  height: 11px;
  width: 12px;
  top: -2px;
}

.filtr_autoc{
  background: white;
  border: 1px solid #aaa;
  width: 100%;
  border-radius: 0px 0px 4px 4px;
  top: -3px;
  position: relative;
  font-family: Tahoma;
  font-size: 13px;
  z-index: 99;
}

.filtr_autoc_line{
  padding: 5px 15px;
  display: block;
  cursor: pointer;
}

.filtr_autoc_line:hover{
  background-color: #ffecd8;
}

.login{
  width: 340px;
  margin: 0px auto;
}

.login .filtr_item{
    margin: 6px 0px;
}

.login .filtr_buttons{
  padding-top: 0px;
  padding-right: 5px;
}

.login .btn_btn{
  position: relative;
  right: auto;
  width: 200px;
}

.plany_mereni_oddelovac{
  width: 100%;
  height: 3px;
  background-color: black;
}

.dashboard_limiter{
  background-color: #417899!important;
  height: 3px;
}

.tr_yellow td{
  background-color: #ffe57d;
}
.tr_green td{
  background-color: #b8f98c;
}

.ico_h3{
  position: relative;
  top: 2px;
}

.nastaveni_db{
    border-collapse: collapse;
    width: 100%;
}
.nastaveni_db tr td{
  padding: 3px;
  border: 1px solid gray;
  height: 24px;
  width: 50%;
}
.n_db_div{
  position: relative;
  padding: 5px;
  font-size: 13px;
  background-color: #417899;
  color: #fff;
  cursor: pointer;
}

.d_skryj{
  background-color: #bec5ca;
}

.bb_r{
  border-right: 2px solid black;
}
.bb_l{
  border-left: 2px solid black;
}

.sticky_header{
  position: sticky;
  top: 55px;
  z-index: 9;
}

.sticky_header_2{
  position: sticky;
  top: 78px;
  z-index: 9;
}

.th_nep{
  background-color: #1c4b68!important;
}

#fak_fak_new{
  display: none;
}

.height_auto{
  height: auto!important;
}

.filtr_input_selects_cont{
  position: relative;
}

.fixed_buttons{
  position: fixed;
  top: 63px;
  right: 10px;
  z-index: 9990;
}

#db_d_8{
  /*display: none;*/
  min-height: 120px;
  background-color: #417899;
  color: white;
}

.f_svatek{
  position: absolute;
  right: 4px;
  font-size: 13px;
}

.f_lokace{
  font-size: 13px;
  padding: 5px 6px 8px 6px;
}
.f_box{
  position: relative;
  width: 33.3%;
  float: left;
  text-align: center;
}
.f_day_values{
  font-weight: 500;
  font-size: 13px;
  text-shadow: 1px 1px 1px #194e6061;
}
.f_icon{
  width: 53px;
}
.f_temp{
  font-size: 24px;
  line-height: 12px;
  float: left;
}
.f_temp small{
  font-size: 11px;
}
.f_day small{
  font-size: 11px;
}
.f_day{
  position: relative;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  top: -4px;
  padding-left: 10px;
  float: left;
}
.f_other{
  font-size: 12px;
  text-align: left;
  margin-left: 45px;
}
.f_rain{
  
}
.f_wind{
  
}

.f_day_values{
  /*width: 150px;*/
  white-space: nowrap;
  display: inline-block;
}

.menu_form{
  display: none;
  padding: 5px 0px 5px 20px;
  border-bottom: 1px solid #85a7bb;
}

.menu_form:first-of-type{
  border-top: 1px solid #85a7bb;;
}

.menu_form_span{
  font-size: 14px;
  font-weight: 500;
  color: white;
  display: inline-block;
  width: 80px;
}

.menu_form select{
  width: 110px;
}

.dialog_input textarea{
  width: 100%;
}

.dochazky_tab tr td{
  white-space: nowrap;
}

.novy_detail_info{
  font-weight: 400;
  color: red;
  margin-top: 15px;
  display: block;
}

.odd_barva{
  position: relative;
  display: inline-block;
  top: 2px;
  width: 13px;
  height: 13px;
  border-radius: 3px;
  box-shadow: 1px 1px 1px -1px #000000f7;
}

.tlf_2{
  color: red;
}
.tlf_3{
  color: red;
  background-color: #fbb;
}

.tr_center th{
  text-align: center;
}

.tlf_brgd{
  background-color: #94bbec !important;
  font-size: 13px;
}

.prazdne{
  background-color: transparent!important;
  height: 20px;
}
.prazdne th{
  background-color: transparent;
  height: 20px;
}

.select2-search-choice div{
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.menu_set_cont *{
  cursor: all-scroll;
}

.menu_set_box{
  /*border: 1px solid #d7d7d7;*/
  width: 200px;
  background-color: white;
  padding: 2px 10px;
}

.menu_set_box_name{
padding: 10px;
}

.menu_set_sub_box{
  width: 200px;
  min-height: 10px;
  border: 1px solid #00000017;
  background-color: #0000001a;
}

.menu_set_sub_box_name{
padding: 2px 10px;  
}
.menu_set_sub_box .menu_set_box{
  background-color: #aaa09282;
  padding: 2px 10px;
  border: none;
  width: 180px;
}
.menu_set_sub_box .menu_set_box .menu_set_box_name{
  padding: 0px;
  margin: 0px;
}
.menu_set_sub_box .menu_set_box .menu_set_sub_box{
  /*display: none;*/
}

.menu_set_cont > .menu_set_box_name{
  border: 1px solid #d7d7d7;
  width: 180px;
  margin-bottom: 10px;
  background-color: white;
}

.menu_set_box input{
  width: 20px;
  padding: 0px;
  display: none;
}

.menu_set_box strong{
  font-size: 14px;
  font-weight: 500;
  margin: 2px 0px;
  display: block;
  margin: 3px 0px;
}
#objednavka_c{
  display: none;
}

.menu_top_cont a.menu_dash{
  display: none;
}

.filtr_button_yel{
  position: absolute;
  right: 235px;
  bottom: -8px;
}

.dov_cell_1{
  background-color: #face40;
  text-align: center;
  color: #4f4f4f;
}
.dov_cell_2{
  background-color: #face4073;
  text-align: center;
  color: #4f4f4f;
}
.dov_act_row{
  background-color: #face4066 !important;
}
.db_table tr.dov_row_6, .db_table tr.dov_row_7{
  background-color: #bdccd5;
}

.db_h1_select{
  padding-top: 2px;
  padding-bottom: 2px;
}

.db_warn{
  background-color: #face40;
}
.db_d_10_a{
text-decoration: none;
  font-size: 14px;
  color: black;
  background-color: #e9e9ed;
  border: 1px solid #8f8f9d;
  border-radius: 5px;
  padding: 3px 15px;
  display: inline-block;
  margin: 5px;
}

.hide_rad{
  display: none;
}

#kodestr{
  padding-top: 3px;
}

.plany_mereni_soubor{
  position: relative;
  padding-bottom: 15px;
}

.plany_mereni_soubor div{
  position: relative;
}

.plany_mereni_soubor a{
  display: block;
  text-decoration: none;
  color: black;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 150%;
}

.plany_mereni_soubor_del{
  position: absolute;
  top: 0px;
  right: -20px;
}
.plany_mereni_soubor_del2{
  position: absolute;
  top: 0px;
  right: 10px;
}

.export_hl_1{
  border: 3px solid #face40;
  border-radius: 10px;
}

.soupis_jednotky{
  display: inline-block;
  font-weight: 500;
  color: red;
}
.smaz_uhradu{
  position: absolute;
  width: 10px;
  top: 3px;
  right: -22px;
}
.mau{
  margin: 0px auto;
}

.pridruzeny_pristroj{
  background-color: #face40;
}