struktura-odbor-header*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html{
  font-family: 'Roboto', Georgia, Serif;
  height: 100%;
  width: 100%;  
}

body{
  margin:0;
  font-size: 16px;
}

h1{
  font-weight: 600;
}
h1.blind-nadpis {
  margin-top: 1rem;
}
.menu-b{
 padding-bottom: 15px; 
 border-bottom: 1px solid rgb(218,218,218); 
 padding-top: 15px;
 text-align:left;
 display:grid;
 grid-template-columns: 20% 80%;
}
.mezera {
  padding-left: 15px;
}

.menu-reports{
  list-style-type: none;
  padding: 0px;
  margin:0px;
  float:left; 
  overflow: visible;
}

.menu-reports li{
  text-align: center;
  padding: 1em 5px;
  position: relative;
  width:94px;  
  height:100%;
  cursor: pointer;
}

_:-ms-lang(x), _:-webkit-full-screen, .menu-reports li { padding: 1.4em 0em; }


.menu-reports li a{
  color: white;
}

.menu-reports li a:last-child .menu-b {
  border: none;
}

.pelo a:hover{
  background-color: white;
}

.menu-reports ul{
  height: auto;
}
.menu-reports ul li{
  padding: 0;
  width: 100%;
  min-width: 250px;
}

.menu-reports ul li a{
  color: white;
}
.hover a:hover > li{
  background-color: black !important;
}

.menu-reports li > ul{
  display:none;
  position: absolute;
  left: 94px;
  color: white;
  top:0;
  z-index: 10;
}

.menu-reports li.active > ul{
  display:flex;
}

.menu-reports li:nth-last-child(1){
  border-bottom: 0px;
}

.menu-reports li a i, .menu-reports li i{
  font-size: 36px;
}

.menu-reports > li > a > div{
  font-size: 12px;
}



/*.menu-left{
  list-style-type: none;
  padding: 0px;
  margin:0px;
}

.menu-left li{
  padding: 1em;  
  background: #3399cc;
  color: white;
}

.menu-left li:last-child{
  border-bottom: none;
}

.menu-left ul li a{
}

.menu-left > li > a, .menu-left > li > ul > li> a{
  color: white;
  
}
#main-menu ul ul {
  display: none;
}

.menu-left li:hover{
  background-color: #066694;
}

.menu-left > li > a:hover, .menu-left > li > ul > li> a:hover {
  color: #d8f3f0;
  
}


.menu-left > li > a > i{
  font-size: 16px;
}

.menu-left > li > a > div{
  font-size: 14px;
  left: 4em;
  position: absolute;
}*/


/*------------------------main-menu*/
#main-menu,
#main-menu ul,
#main-menu ul li,
#main-menu ul li a {
  /*margin: 0;*/
  
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: static;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.main-menu {
  position: relative;
}
#main-menu {
  /*width: 260px;*/
  /*font-family: Raleway, sans-serif;*/
  color: #ffffff;
}
#main-menu ul ul {
  display: none;
}

#main-menu {

}

.leftinfoblock {
  position: absolute;
  bottom: 20px;
}
/*#main-menu > ul > li.active > ul {
  display: block;
}*/
.align-right {
  float: right;
}

.blindWidth{
 width:300px;
}

#main-menu > ul > li > a {
  padding: 16px 16px;
  cursor: pointer;
  z-index: 2;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

.dx-data-row .cell-highlighted {
    background-color: #e6e6e6;
}

#cursor{
  cursor:pointer;
}
/*+ ul.menu-sub*/
/*
#main-menu > ul > li > a:focus { 
  color: black !important;
}

#main-menu > ul > li.has-sub > a:focus + ul.menu-sub {
  display: block;
}*/

#main-menu ul > li.has-sub .menu-rotate{
    position: absolute;
    display: table;
    margin-left: 250px;
    margin-top: -17px;



  -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.menu-rotate {
  position: absolute;
    display: table;
    margin-left: 250px;
    margin-top: -17px;
}

#main-menu ul > li.has-sub.open .menu-rotate{ 
  -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.menu-rotated{
  position: absolute;
    display: table;
    margin-left: 250px;
    margin-top: -17px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.menu-left > .li-menu:not(.open)  i.menu-rotated{
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

.menu-rotate-right {
  position: absolute;
    display: table;
    margin-left: 250px;
    margin-top: -17px;
    
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}


/*.active-submenu  .menu-rotate-right:active {
   -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}*/

/*
#main-menu ul > li.has-sub.open .menu-sub .menu-rotate-right:active{ 
  -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
*/

/*#main-menu ul > li.has-sub > a:after {
  position: absolute;
  right: 26px;
  top: 19px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#main-menu ul > li.has-sub > a:before {
  position: absolute;
  right: 22px;
  top: 23px;
  display: block;
  width: 10px;
  height: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#main-menu ul > li.has-sub.open > a:after,
#main-menu ul > li.has-sub.open > a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}*/
#main-menu ul ul li a {
  padding: 14px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#main-menu ul ul ul li a {
  padding-left: 32px;
}
#main-menu ul ul li a:hover {
  color: #ffffff;
}
#main-menu ul ul > li.has-sub > a:after {
  top: 16px;
  right: 26px;
  background: #dddddd;
}
#main-menu ul ul > li.has-sub > a:before {
  top: 20px;
  background: #dddddd;
}
/*---------------------------------*/

.menu-top{
  display: flex;
  list-style-type: none;
  padding: 0px;
  margin:0px;
}

.menu-top > li > a{
  display: flex;
  padding-right: 1em;
}

.top-layout{
  display:flex;
  border-bottom: 1px solid #ddd;
  padding-bottom: 3px;
  height:90px;
  text-align: center;
}

.navbar-light {
color: black;

}

.unlog-logo{
  /*width:20%;*/
  height:6em;
  /*background-color:white; */
}

.unlog-top-panel{
  background-color:white;
  width:80%;
  display:flex;
  align-items: center;
  text-align: center;
  /*padding: 1em;*/
  justify-content: flex-end;
  /*border-bottom:1px solid #ddd;*/
}

.main-layout{
  display:inherit;
}

.skryt {

  height: 150px;
}

.panel-left{

  /*background-color: #3399cc;*/
  border-right:1px solid #e4e4e4;
}

.content{
  width:80%;
  padding: 0 25px 15px 15px;
  background: #f5f5f5;
}

.mobile-menu, .option-menu{
  display: none;
}

.unlog-top-panel-item{
  vertical-align: middle;
  text-align: center;
    margin: 3px;
    padding: 15px;
    height: 4em;
}

.unlog-top-panel-item a{
  color: black;
}

#language-menu{
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 1rem 1rem 1rem;
  margin-top: -1rem;
  line-height: 2em;
}

#language-block {
  position: relative;
}

#language-block:hover #language-menu{
  display:block;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

#language-block:hover #active{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#language-block:focus-within #language-menu{
  display:block;
}

#cmp-podani:focus-within #cmp-podani-menu,
#cmp-konto-platce:focus-within #cmp-konto-platce-menu,
#cmp-odpady:focus-within #cmp-odpady-menu,
#cmp-smlouvy:focus-within #cmp-smlouvy-menu,
#cmp-nastaveni:focus-within #cmp-nastaveni-menu{
  display: flex;
}




/*#language-block a:focus + #language-menu{
  display:block;
}*/

.footer{
  margin: 0 auto;
  border-top: 1px solid #ddd;
  padding: 1% 10%;
  /*display: flex;*/
  background-color: #333333;
}


.f{
  text-align: left;
  width: 100%;
}

.footerimage{
  max-width: 600px;
}

.footertextadditional{
  text-align:center;
  font-size:10px;
  opacity: 0.9;
  margin: 0px;
  width: 100%;
}

.copyright{
  margin: 0 auto;
  text-align: center;
}
[role="columnheader"]{
  color: #0c0e13; !important;
}
p.text-muted, label.text-muted{
  color: #42474a !important
}
/*#language-menu li{
    vertical-align: middle;
    line-height: 4em;
    padding: 0 1em;
}*/


.dashboard-panel{
  background-color:white;
  width:100%;
  border: 1px solid #efefef;
  margin-bottom: 2em;
  /*margin-left: 1em;*/
}

.dashboard-panel-no-width{
  background-color:white;
  border: 1px solid #efefef;
  margin-bottom: 1em;
  margin-left: 1em;
}

.dashboard-header{
  padding: 0 1em;
  font-size: 18px;
  /*width:100%;*/
  border-bottom:1px solid #ddd;
  min-height:3em;
  vertical-align: middle;
  line-height: 3em;
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.dashboard-content{
  padding:1em;
  display:flex;
  flex-wrap: wrap;
}

.dashboard-content-item{
  width:24%;
  padding:1em;
}

.dashboard-content-item-header{
  font-size: 18px;
  width:100%;
  border-bottom:1px solid #ddd;
  height:3em;
  vertical-align: middle;
  line-height: 3em;
  color:white;
  display:flex;
  justify-content: space-between;
  padding: 0 1em;
}

.dashboard-content-item-header a{
  color: white;
}

.dashboard-content-item-header a:hover{
  color: #333;
}

.dashboard-content-item-detail{
  border-bottom:1px solid #ddd;
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
  padding: 1em;
    min-height: 10em;
}

.warning-blue{
  background-color:#6191ff;
}

.warning-orange{
  background-color:#F9812A;
}

.warning-yellow{
  background-color:#FADA5E;
}

.warning-green{
  background-color:#00A86B;
}

.warning-black{
  background-color:black;
}

.warning-red{
  background-color:#ED2939;
}

.warning-icon{
   width: 20px;
   height: 20px;
   border-radius: 50%;
   display: inline-block;
   margin:10px;
   margin-bottom: -5px;
}

.light-gray a{
  color: #ddd;
}

.light-gray a:hover{
  color: black;
}

.simple-button-new{
  box-shadow: 0px 0px 0px transparent;
    font-size: 14px;
    font-family: 'Helvetica Neue','Segoe UI',Helvetica,Verdana,sans-serif;
    padding: 7px 15px 8px;
    border: 1px solid;
}


.cp-panel{
  background-color:white;
  width:100%;
  border: 1px solid #efefef;
  margin-bottom: 1em;
}

.cp-header{
  padding: 0 1em;
  font-size: 18px;
  width:100%;
  border-bottom:1px solid #ddd;
  min-height:3em;
  vertical-align: middle;
  line-height: 3em;
  display:flex;
  justify-content: space-between;
}

.cp-content{
  padding:1em;
  /*display:flex;
  flex-wrap: wrap;*/
}

.left-menu-reports{
  width: 94px;
  border-right:1px solid #e4e4e4;
}

.panel-heading h2{
  font-size: 20px;
}


#user:hover{
  cursor: pointer;
  text-decoration: underline;
}

#pocasi:hover{
  text-decoration: underline;
  cursor: pointer;
}

.pocasi-button{
  width: 100%;
  text-align: center;
}

.pocasi-table td{
  width: 33%;
    text-align: center;
}

.custom-button a, .custom-button a:hover{
  color: white;
}
@media screen and (max-width: 450px) {
  
.unlog-logo-img {
  height: 67.3px;

  
}
 
}


.default-panel{
  background-color:white;
  border: 1px solid #efefef;
  display: grid;
}

.default-panel-header{
  padding: 1em;
  font-size: 18px;
  /*width:100%;*/
  border-bottom:1px solid #ddd;
  min-height:3em;
  vertical-align: middle;
  display:flex;
  justify-content: space-between;
}

.struktura-odbor-header{
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
}

.struktura-odbor-data:hover{
  cursor: pointer;
  /*background-color: #3399cc;*/
  color: #3399cc;
  font-weight: 500;
  

}

/deep/ .hovered {
color: white
}


.inner-panel{
  border: 1px solid #efefef;
  width:100%;
  margin: 1em 0;
  display:flex;
  justify-content: space-between;
  height:4em;
  line-height:4em;
  align-items: center;
  padding: 1em;
}

.url-clanek-zs{
  padding-top: 2%;
}
#cmp-formulare .menu-b{
  width: 250px;
  white-space: nowrap;
  overflow-x: hidden;
}
.menu-b:hover span.overflow{
  animation: text-slide 5s ease-in-out infinite;
}
@keyframes text-slide {
  0%{
    margin-left: 0px;
  }
  5%{
    margin-left: 0px;
  }
  45%{
    margin-left: -80px;
  }
  55%{
    margin-left: -80px;
  }
  95%{
    margin-left: 0px;
  }
  100%{
    margin-left: 0px;
  }
}

.dx-item.dx-state-hover > .dx-item-content.tile-active{
  border: none;
}

.li-menu a div{
  display: grid;
  grid-template-columns: 1.75rem auto;
  padding-left: 0.5rem;
}
a.menu-sub-open-next > div{
  display: grid;
  grid-template-columns: 1.75rem auto;
  padding-left: 0.5rem;
}

a.dx-button:hover{
  text-decoration: none;
}

.tall-header-wrapper{
  margin-bottom: 1.5rem;
  color: white;
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.tall-header-wrapper > *:first-child{
  padding: 1rem 0 0 0;
}
.tall-header-wrapper h1{
  border-bottom: none;
  font-size: 2.5rem;
}

.card{
  padding: 2em;
  margin: 1em;
  font-size: 1rem;
  border: 1px solid #efefef;
  background-color: white;
  box-shadow: 0 10px 10px 0 #e0e0e0;
  width: 300px;

  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;

  color: rgb(33,37,41);
  font-size: 16px;
}
.card.card-500{
  width: 47%;
}
.card h1, .card h2, .card h3{
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.card .info{
  color: gray;
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 14px;
}
.card .image-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5em;
}
.card.card-layout{
  display: grid;
  grid-template-rows: max-content auto;
  grid-auto-columns: 100%;
}
.card-header{
  font-size: 22px;
  text-transform: uppercase;

  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;

  padding: 0 0 1.25em 0;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid lightgrey;
}
.card-header-info-row i{
  font-size: 16px;
  padding-right: 0.2em;
  margin-top: 0.2em;
}
.card-header-info-row{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: -0.8em 0.5em 0.5em;
}
.card-content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 1.25em;
}
.card-content h2{
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  margin-top: 2em;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.no-underline{
  text-decoration: none !important;
  border-bottom: none !important;
  margin-bottom: 0.5em;
}

.steps-navigation{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 80%;
}
.steps-navigation li{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3em;
  font-size: 18px;
}
.steps-navigation li a{
  color: #888888;
  font-weight: bold;
}
.steps-navigation li:before{
  margin-right: 1em;
  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 100%;
  border: 2px solid #888888;

  width: 36px;
  height: 36px;

  font-weight: bold;
  font-size: 18px;
  color: #888888;
}
.steps-navigation li.active a{
  color: #e7a600 !important;
  text-decoration: underline;
}
.steps-navigation li.active:before{
  background: #e7a600 !important;
  border: 2px solid #e7a600 !important;
  color: white;
}
.steps-navigation li.no-link > a{
  text-decoration: none;
  cursor: default;
}
.steps-navigation li.visited:before{
  background: #3484D2;
  border: 2px solid #2b6ba9;
  color: white;
}
.steps-navigation li.visited a{
  color: #3484D2;
}

.steps-navigation li:nth-child(1):before{
  content: "1";
}
.steps-navigation li:nth-child(2):before{
  content: "2";
}
.steps-navigation li:nth-child(3):before{
  content: "3";
}
.steps-navigation li:nth-child(4):before{
  content: "4";
}
.steps-navigation li:nth-child(5):before{
  content: "5";
}
.steps-navigation li:nth-child(6):before{
  content: "6";
}
.steps-navigation li:nth-child(7):before{
  content: "7";
}
.steps-navigation li:nth-child(8):before{
  content: "8";
}
.steps-navigation li:nth-child(9):before{
  content: "9";
}
.steps-navigation li:nth-child(10):before{
  content: "10";
}

@media screen and (max-width: 350px){
  .content.scrol.scrol2{
    /*margin-top: 10px !important; */
    min-width: initial !important;
    /* max-width: 80vw !important; */
  }
}
@media screen and (max-width: 600px) {
  .content.scrol.scrol2{
    min-width: initial !important;
    /*max-width: 80vw;
    margin-top: 50px;*/
  }
}
@media screen and (max-width: 800px) {
  .content{
    padding: 0;
  }
  .content.scrol.scrol2{
    padding-left: 10px !important;
  }
  .blind-nadpis{
    font-size: 32px;
  }
  .tab-content-inherit > h2{
    font-size: 28px;
  }
  .zs-prvek{
    min-width: 250px !important;
    margin: 5px 5px 30px 5px;
  }
  #step-back{
    float: none !important;
    margin-bottom: 15px;
  }
  .content > h1 {
    font-size: 26px;
  }
  .content.scrol.scrol2{
    min-width: initial !important;
  }
  .nazev-zs{
    font-size: 24px !important;
  }
  .tab-content.active{
    /*width: 70vw;
    grid-template-columns: 65vw;*/
  }
  .tab-buttons{
    display: flex;
    flex-direction: column;
  }
  .dashboard-header{
    flex-direction: column;
    font-size: 16px;
  }
  .dashboard-panel .dashboard-header{
    padding: 1em;
    justify-content: center;
    align-items: flex-start;
  }
  .dashboard-header > div{
    line-height: 1.5em !important;
  }
  .dashboard-content{
    padding: 0.2em;
    max-width: 100%;
    flex-direction: column;
  }
  .dashboard-panel .dashboard-content{
    padding: 1em;
  }
  .dashboard-panel .dashboard-content .inner-panel{
    margin: 0.25em 0;
    height: auto;
    line-height: inherit;
  }
  .dashboard-content-item-header{
    font-size: 14px;
  }
  .dashboard-content-item-detail{
    font-size: 13px;
  }
  .default-panel-header{
    margin-bottom: 0.5em;
    height: auto;
    line-height: inherit;
  }
  .notification-scrollview .close-button{
    font-size: 22px;
    left: 16px;
  }
}

/*tablet*/
@media only screen and (max-width: 700px) {
  .fixedmargin{
    display: flex;
    flex-direction: column;
  }
  .menu-reports li{
    width: 100%;
    height: 100%;
  }
  ul.menu-reports{
    display: grid;
    width: 100%;
    grid-template-columns: 33.3% 33.3% 33.3%;
    grid-auto-rows: 100px;
  }
  ul.menu-reports.menu-reports-header{
    grid-template-columns: 25% 25% 25% 25%;
    width: 100%;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
  }
  ul.menu-reports.menu-reports-header li{
    border-bottom: none;
    background: white;

  }
  ul.menu-reports.menu-reports-header a{
    display: grid;
    grid-template-rows: 50% 50%;
    align-items: center;
    height: 50px;
    color: inherit;
  }
  ul.menu-reports.menu-reports-header a > *{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 25px;
    line-height: 0.9em;
  }
  .menu-reports-header .notification-badge:after{
    display: block;
  }
  ul.menu-reports.menu-reports-header i{
    font-size: 24px;
  }
  .menu-reports.menu-reports-header .notification-badge i{
    font-size: 24px;
  }
  #userMobileDisplay{
    width: 100%;
    padding: 0;
    height: auto;
  }

  .menu-reports li > ul.submenuFullscreen{
    width: 100vw;
    position: fixed;
    left: 0;
    z-index: 1500;
    overflow-y: scroll;
  }
  ul.submenuFullscreen .menu-b{
    width: 100vw !important;
  }
  .menu-reports
  .menu-reports li > div.menu-b > i{
    font-size: 25px;
    padding-right: 15px;
    padding-left: 15px;
  }
  ul.steps-navigation{
    display: grid;
    grid-template-columns: repeat(auto-fill, 150px);
    margin: 0.5em auto;
    width: 95%;
  }
  .steps-navigation > li{
    margin-right: 0;
    margin-bottom: 0.5em;
    justify-content: flex-start;
  }
  .steps-navigation li:before{
    width: 32px;
    height: 32px;
  }
  ul.menu-reports.menu-reports-header li{
    border: none;
  }
}

/*laptop*/
@media only screen and (max-width: 1024px) {
    body {

    }
}

/*laptop l*/
@media only screen and (max-width: 1440px) {
    body {

    }
}

/*4k*/
@media only screen and (max-width: 2560px) {
    body {

    }
}