@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

html {
    height: 100%;
}

body {
    background-color: white;
    font-family: 'Roboto', sans-serif !important;
    width: 100vw;
    overflow-x: hidden;
    font-size: 20px;
}

img {
    max-width: 100%;
    height: auto;
}

h1 {
    border-bottom: 1px solid;
}

.alpha-black {
    background-color: black;
    z-index: -9;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    position: absolute;
}

a:hover {
    cursor: pointer;
    color: white;
}

a.black:hover {
    color: black;
}

.buttons-ribbon-sub:hover {
    color: black;
}

.userpanel li.titleheader:hover {
    background-color: white;
}

.content {
    background-color: white;
    width: 80%;
    margin: 0px auto;
}

.topmenu {
    list-style-type: none;
    padding-top: 5px;
    overflow: hidden;
    list-style-type: none;
    line-height: 30px;
    float: right;
    background-color: #4e4e4e;
    width: 100%;
}

.userpanel {
    text-align: right;
    margin-bottom: 0px;
    display: -webkit-flex;
    display: flex;
    list-style-type: none;
    padding: 0;
    border-bottom: 1px solid #f1f1f1;
    width: 100%;
    position: relative;
    background-image: url(../images/cl1.png);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%), url(../images/cl1.png);

}

.eu-cookies {
    position: fixed;
    bottom: 0;
    background-color: #333;
    color: white;
    text-align: center;
    z-index: 10;
    width: 100%;
}

a .headerlogotext {
    color: black;
    float: left;
    font-weight: 400;
    padding-left: 1%;
}

a .headerlogoimage {
    padding: 1%;
    float: left;
    max-width: 470px;
}

a .headertextonly {
    padding-top: 6%;
}

.pageheader {
    background: url(../images/cl1.png) repeat;
    height: 225px;
}

.pagebody {
    display: flex;
}

.leftmenu {
    min-width: 200px;
    border-right: 1px solid #ddd;
    background-color: white;
}

.pagecontent {
    display: inline-block;
    width: 100%;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;

}

.topmenu li {
    float: left;
}

.userpanel li {
    display: inline-block;
    border-left: 1px solid #ddd;
    min-width: 100px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.userpanel li:hover {
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: #f7f7f7;
    -webkit-transition: background-color 0.25s linear;
    -moz-transition: background-color 0.25s linear;
    -o-transition: background-color 0.25s linear;
    -ms-transition: background-color 0.25s linear;
    transition: background-color 0.25s linear;
}

.functionbutton {
    display: inline-block;
    border-left: 1px solid #ddd;
    min-width: 100px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.toppanelpocasi {
    margin-top: 10px;
    padding-left: 5px;
}

.toppanellogo {
    border-left: none;
    width: 70%;
}

.toppanellogin {
    width: 150px;
    height: 50px;
}

.functionbutton:hover {
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: #2e8ebd;
    -webkit-transition: background-color 0.25s linear;
    -moz-transition: background-color 0.25s linear;
    -o-transition: background-color 0.25s linear;
    -ms-transition: background-color 0.25s linear;
    transition: background-color 0.25s linear;
    color: white;

}

.userpanel li a {
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.userpanel li a:hover {
    background-color: initial;
}

.userpanel li a.pocasi:hover {
    text-decoration: none;
}

.userpanel li a.maintitle:hover {
    color: black;
    text-decoration: none;
}

.userpanel li:first-child {
    border-left: none;
}

li a {
    text-decoration: none;
}

.displayblock {
    display: block;
}

ul.black li a {
    color: black;
}

ul.white li a {
    color: white;
}

.black {
    color: black !important;
}

.white {
    color: white !important;
}

.nav > li > a.menu:hover {
    -webkit-transition: background-color 0.5s linear;
    -moz-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    -ms-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

.navbar-nav {
    align-items: center;
    overflow: visible;
    margin-right: 10px;
}

.left {
    float: left;
    margin-right: auto;
}

.leftnomargin {
    float: left;
}

.footer {
    margin: 0 auto;
    border-top: 1px solid #ddd;
    padding: 1% 10%;
    background-color: #333333;
}

.footerimage {
    max-width: 800px;
}

.footertextadditional {
    text-align: center;
    font-size: 10px;
    margin-top: 0px;
}

.copyright {
    margin: 0 auto;
    text-align: center;
}

tr.menu:hover, tr.podmenu2:hover, tr.podmenu3:hover,
tr.menu:focus, tr.podmenu2:focus, tr.podmenu3:focus,
tr.menu:active, tr.podmenu2:active, tr.podmenu3:active {
    background-color: #efefef;;
    -webkit-transition: background-color 0.25s linear;
    -moz-transition: background-color 0.25s linear;
    -o-transition: background-color 0.25s linear;
    -ms-transition: background-color 0.25s linear;
    transition: background-color 0.25s linear;
}

a.menu:focus {
    background-color: #4e4e4e;
    color: white !important;
}

.panel-heading a:focus {
    color: #777;
}

.pocasi:focus {
    background-color: #4e4e4e;
}

tr.menu:hover .menu-row-icon .fa, tr.podmenu2:hover .menu-row-icon .fa, tr.podmenu3:hover .menu-row-icon .fa {
    color: #303030;
}

.inmenu {
    display: none;
}

.subinmenu {
    font-size: 12px;
    display: inline-block;
    width: 100%;
}

.menu li {
    display: flex;
    padding: 0 1%;
}

.inmenu li {
    background-color: #ededed;
    padding: 0;
    margin: 0;
}

.subinmenu li {
    background-color: #5F98D4;
}

.menu li a {
    float: left;
}

.menu li a i {
    margin-right: 10px;
}

.triangle {
    width: 0;
    height: 0;
    border-right: 30px solid white;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    position: relative;
    left: 100%;
}

ul.topmenu li.menuicon {
    display: none;
}

@media screen and (max-width: 1080px) {
    .menu li a {
        padding-left: 1px;
        padding-bottom: 4px;
        text-align: center;
    }
}

.top-logo {
    background-color: #f1f1f1;
    display: flex;
    line-height: 30px;
    width: 15%;
}

.top-logo img {
    width: 100%;
    height: 100%;
}

.button-menu-hlavni {
    display: none;
    float: right;
    position: relative;
    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;
    border-color: #ddd;
    background-color: #fff;
    color: #333;
}

.button-menu-horni {
    display: none;
    float: right;
    position: relative;
    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;
    border-color: #ddd;
    background-color: #fff;
    color: #333;
}

.button-menu-hlavni a, .button-menu-horni a, .button-menu-horni a:hover {
    color: #333;
}

.button-menu-funkci {
    display: none;
}

.menu-funkce-horni {
    background-color: #fafafa;
    display: inherit;
}

.menu-funkce-horni a:focus {
    color: white;
    text-decoration: underline;
}

.menu-funkce-horni-grey {
    width: 80%;
    transition: 0.5s;
    border-bottom: 1px solid #ddd;
    position: absolute;
    right: 10%;
    height: 0;
    z-index: 5;
    overflow-x: hidden;
    transition: 0.5s;
}

.sidenav {
    width: 100%;
    transition: 0.5s;
    border-right: 1px solid #3d80c4;
}

.sidesubnav {
    position: absolute;
    padding: 0;
    height: 0;
    opacity: 0;
    transition: opacity 1s ease-in;
    transition-delay: 0.2s;
}

.sidenav a:hover, .offcanvas a:focus {
    background-color: cadetblue;
    border-radius: 0.2em;
    width: 100%;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }

    .content {
        width: 100%;
    }
}

.pmenu {
    font-size: 15px;
    display: inline;
    vertical-align: text-bottom;
}

.topnav {
    height: 0;
    width: 100%;
    position: relative;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #f1f1f1;
    overflow-x: hidden;
    transition: 0.5s;
    text-align: center;
}

.topnav a {
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}

.closebtn {
    position: absolute;
    width: 50px;
    top: 0;
    right: 25px;
    font-size: 36px !important;
    margin-left: 50px;
    color: black;
}

.loginsidenav {
    width: 136px;
    background-color: white;
    border-right: 1px solid #3d80c4;
    z-index: 5;
    overflow: hidden;
    transition: 0.5s;
    position: absolute;
    right: 0px;
    height: 0px;
    top: 50px;
    border-left: 1px solid #3d80c4;
    border-bottom: 1px solid #3d80c4;
}

#searchNav, #formNav, #loginEditorNav {
    overflow: hidden;
}

.nav > li > a.menu {
    padding: 0px 0px;
}

.menuicon {
    padding: 5%;
    display: inline-block;
    width: 20%;
    text-align: center;
    color: white;
}

ul.slidemenu {
    border-bottom: 1px solid #ddd;
}

.bottomborder {
    border-bottom: 6px solid #e4e4e4;
    padding: 0 5%;
}

.topborder {
    border-top: 6px solid #e4e4e4;
    padding: 0 5%;
}

.formpme table {
    margin: auto;
    margin-top: 3%;
}

.low.dx-radiobutton-checked .dx-radiobutton-icon .dx-radiobutton-icon-dot {
    background: gray;
}

.normal.dx-radiobutton-checked .dx-radiobutton-icon .dx-radiobutton-icon-dot {
    background: green;
}

.urgent.dx-radiobutton-checked .dx-radiobutton-icon .dx-radiobutton-icon-dot {
    background: orange;
}

.high.dx-radiobutton-checked .dx-radiobutton-icon .dx-radiobutton-icon-dot {
    background: red;
}

#radio-group-with-selection {
    margin-bottom: 10px;
}

#tasks-list {
    margin: 0 0 10px 10px;
    white-space: normal;
}

#list {
    margin: 10px 0 0 20px;
    padding-left: 0;
    text-align: left;
}

.clicked-row {
    background-color: rgba(211, 211, 211, 0.3)
}

.dx-datagrid-content tr.dx-data-row:hover {
    background-color: #f1f1f1;
    -webkit-transition: background-color 0.25s linear;
    -moz-transition: background-color 0.25s linear;
    -o-transition: background-color 0.25s linear;
    -ms-transition: background-color 0.25s linear;
    transition: background-color 0.25s linear;
}

#textbox-mobil, #textbox-email {
    width: 100%;
}

.marginleft {
    margin-left: 2px !important;
}

.current {
    color: #fff !important;
}

#fileuploader-container {
    border: 1px solid #d3d3d3;
}

#osobniDataVyp, #osobniDataZap {
    padding: 1%;
    background-color: #f1f1f1;
}

.menu-row-icon {
    width: 10%;
    text-align: center;
    color: white;
    padding: 11px;
}

.user-name {
    padding: 10px;
}

.user-name #expireButton {
    color: #4CAF50;
    padding-left: 2px;
    cursor: pointer;
}

.user-name > div:nth-child(2) {
    padding-top: 5px;
}

.user-name #expireDiv {
    padding: 7px 18px 8px;
    float: right;
    margin: 0px 0px 7px;
    border-color: #ddd;
    border-width: 1px;
    border-style: solid;
}

.user-name .mojeid-icon {
    background-color: #4e4e4e;
}

.user-name .mojeid-button > div {
    border-color: #ddd;
    background-color: #fff;
}

.weathernav {
    width: 10%;
    background-color: white;
    transition: 0.5s;
    position: fixed;
    top: 7%;
    z-index: 5;
    overflow-x: hidden;
    transition: 0.5s;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

@media screen and (max-width: 1415px) {
    .pocasi {
        font-size: 26px;
    }
}

.user-name a.displayblock {
    padding: 1%;
}

.logoheader {
    width: 100%;
}

.hledat-icon {
    font-size: 18px;
}

.urednik-prihlaseni-icon {
    font-size: 21px;
    margin-top: 5px;
}

#formNav .dx-field-value {
    float: initial;
    margin: 0px auto;
}

.podmenu2 > .menu-row-icon {
    opacity: 0.5;
}

.podmenu3 > .menu-row-icon {
    opacity: 0.3;
}

.leftmenu .active:not(a) {
    background-color: #4e4e4e !important;
}

.tablemenu a.menu {
    color: #263c4e !important;
}

.tablemenu tr.menu td:not(.menu-row-icon) {
    border-bottom: 1px solid #efefef;
}

.tablemenu .menu-row-icon i.fa {
    font-size: 18px;
}

.leftmenu h5 {
    color: #3c3c3c;
}

.pagecontent .tabs .tabs-container {
    border-right: 0px;
}

#tabs .dx-tabs {
    border-right: 0px;
}

#tabs .dx-tabs .dx-item {
    border-right: 1px solid #ddd;
}

.footer-text {
    margin: 5px 0;
}

.footer > .f {
    border: 0px !important;
}


.panel-default > .panel-heading:hover {
    background-color: #efefef;
}

.blog .panel-heading {
    padding: 1px 10px 5px 10px;
    border-bottom: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: #fafafa;
}

.blog .panel-heading a {
    color: #3f3f3f;
}

.blog .panel {
    border-radius: 0px;
}

.blog .panel-body {
    border-top: 1px solid #dddddd;
}

.content > .pagebody > .pagecontent > h3.article-title {
    padding: 6px 0px 6px 8px;
}

.content > .pagebody > .pagecontent > .blog .article-head-after {
    padding-left: 15px;
}

.content > .pagebody > .pagecontent > .blog hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

#loginNav > ul > li > a {
    padding: 10px 0px;
}

#ida, #idb, #idc {
    border: 1px solid #dddddd;
    padding: 8px;
    border-top: 0px;
}

.menu-funkce-horni .dx-button {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 0px transparent;
    -moz-box-shadow: 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px transparent;
    border: 0px;
    background-color: #4e4e4e;
    color: #fff;
}

.menu-funkce-horni a.active .dx-button, .menu-funkce-horni-grey a.active .dx-button, .menu-funkce-horni a.active {
    color: #fff;
    display: inline-block;
}

.menu-funkce-horni a.active .dx-button:hover, .menu-funkce-horni-grey a.active .dx-button:hover {
    background: #338dba;
}

.menu-funkce-horni .dx-button:hover {
    background: #353535;
}

.menu-funkce-horni .dx-button-default .dx-icon {
    color: #fff;
}

.dx-button {
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

#watchdog-items {
    border-bottom: 0px;
    margin-top: 10px;
}

#watchdog-items .dx-field {
    padding: 10px 0px 10px 15px;
    border: 1px solid #e4e4e4;
    margin-top: 5px;
    background-color: #fafafa;
}

.userprofil {
    text-decoration: none;
}

#ribbonNav {
    overflow: hidden;
    background-color: #353535;
}

.pagecontent .dx-fieldset {
    padding: 15px;
    margin: 25px 0px;
}

.pagecontent .dx-fieldset hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.MojeIdLogin, .eidentita {
    text-decoration: none;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 12px;
    position: relative;
    font-weight: bold;
    height: 50px;
    width: 250px;
    margin: 5px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: black;
}

.MojeIdLogin:hover {
    text-decoration: underline;
}

#mojeIdLink:focus, #mojeIdLin:active {
    outline-color: orangered;
}

.popup-login-content > a:focus, .popup-login-content > a:active {
    text-decoration: underline;
}

.MojeIdCreate {
    text-decoration: none;
    color: #fff;
    border: none;
    background: #64b117;
    cursor: pointer;
    font-size: 12px;
    position: relative;
    font-weight: bold;
    background: transparent url(../images/mojeIDnew.png) no-repeat center center;
    height: 50px;
    width: 190px;
    margin-bottom: 4px;
}

.MojeIdCreate:hover {
    text-decoration: underline;
}

.SchrankaLogin {
    text-decoration: none;
    color: #000;
    border: none;
    cursor: pointer;
    font-size: 12px;
    position: relative;
    font-weight: bold;
    height: 50px;
    width: 250px;
    margin: 5px 0;
    background-color: #ffb900;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.SchrankaLogin:hover {
    text-decoration: underline;
}

.popup-login-content {
    text-align: center;
}

table.table.table-hover tr:nth-child(1) {
    background-color: #f5f5f5;
}

.not-allowed .dx-state-hover {
    cursor: not-allowed;
}


.buttons-ribbon {
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 0px transparent;
    -moz-box-shadow: 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px transparent;
    border: 0px;
    background-color: #4e4e4e;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, sans-serif;
    display: inline-block;
    padding: 0px 18px 0px;
}

.buttons-ribbon:hover {
    color: white;
    text-decoration: underline;
    background-color: black;
}

.ribbon-icon {
    width: 18px;
    height: 18px;
    background-position: 0 0;
    -webkit-background-size: 18px 18px;
    -moz-background-size: 18px 18px;
    background-size: 18px 18px;
    padding: 0;
    font-size: 18px;
    text-align: center;
    line-height: 18px;
    margin-right: 9px;
    margin-left: 0;
}

.buttons-ribbon-sub {
    padding: 7px 18px 8px;
    box-shadow: 0 1px 3px transparent;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-color: #ddd;
    color: #333;
}

.skipMenu a {
    position: absolute;
    z-index: -3;
    left: 20%;
    color: white;
}

.skipMenu a:focus {
    z-index: 3;
    padding: 8px;
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
}

.flag-wrapper {
    width: 100%;
    display: inline-block;
    position: relative;
    box-shadow: 0 0 2px black;
    overflow: hidden;
    margin-bottom: 20px;
}

.flag-wrapper:after {
    padding-top: 75%;
    display: block;
    content: '';
}

.flag-wrapper .flag {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.lead {
    margin-bottom: 0px;
    padding: 5%;
}

.lead a {
    padding: 5%;
}

#login-urednik-value, #password-value {
    margin-bottom: 5px;
}

.edit-buttons {
    box-shadow: 0px 0px 0px transparent;
    font-size: 14px;
    font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, sans-serif;
    line-height: 35px;
    display: inline-block;
    padding: 0px 18px 0px;
    border: 1px solid;
}

.panel-footer {
    text-align: right;
}

.footer-copyright {
    padding: 2em;
    font-size: 14px;
}

.page-footer a {
    color: #a8a8a8;
}

.page-footer a:hover {
    color: white;
}

.blog {
    clear: both;
}

.edit-add-button {
    text-align: right;
    padding-bottom: 10px;
}

.edit-menu-icon {
    padding: 0;
}

.simple-button {
    box-shadow: 0px 0px 0px transparent;
    font-size: 14px;
    font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, sans-serif;
    display: inline-block;
    padding: 7px 15px 8px;
    border: 1px solid;
    border-color: #ddd;
    background-color: #fff;
    color: #333;
}

.blue-button {
    background-color: #337ab7;
    border-color: #2d6da3;
    color: #fff;
}

.red-button {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
}

.green-button {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
}

.article-head-after a {
    color: #333;
}

.article-text ul li {
    list-style: disc outside none;
    display: list-item;
    margin-left: 2em;
}

.language-block {
    width: 80%;
    margin: 0px auto;
    text-align: right;
}

#language-block:hover #language-active {
    border-radius: 5px;
}

.top-menu-item:hover, .top-menu-item a:hover, .top-menu-item span:hover {
    text-decoration: none !important;
    border-radius: 5px;
}

.column-hover:hover {
    cursor: pointer;
    text-decoration: underline;
}

.column-blind {
    font-size: 100px;
}

.dx-datebox > div > div > div > [role=button]:focus, .dx-datebox > div > div > div > [role=button]:active {
    border: #007bff 1px solid;
}

.loading-panel {
    text-align: center;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    font-size: 10px;
    margin: 40px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.tablemenu a.menu:focus, .menu .active a {
    color: white !important;
}

.blue-button:hover {
    color: #fff;
}

.red-button:hover {
    color: #fff;
}

.green-button:hover {
    color: #fff;
}

.printed-from {
    display: none;
}

.menublock {
    display: flex;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.menublock::after {
    content: '';
    flex-grow: 1;
    order: 0;
}

.li-right {
    order: 1;
}

.menublock li {
    border-right: 1px solid #ddd;
    text-align: center;
    background-color: #4e4e4e;
    display: block;
    position: relative;
    width: 100px;
    vertical-align: middle;
    cursor: pointer;

}

.menublock li a {
    padding: 0;
}

.menublock li i {
    font-size: 25px;
    color: white;
    margin-top: 5px;
}

.menublock li p {
    margin: 0;
    font-size: 12px;
    color: white;
    font-style: italic;
}

.menublock li ul {
    display: none;
}

.menublock li:hover {
    position: initial;
    border-top: 5px solid #4e4e4e;
}

.menublock li:hover > i {
    color: white;
}

.menublock li:hover > ul {
    display: block;
    position: absolute;
    z-index: 20;
}

.menublock li:hover li {
    float: none;
}

.menublock:after, .menublock li ul:after {
    clear: both;
}

.rozcestnik-zs {
    display: flex;
    text-align: center;
}

.rozcestnik-zs li {
    margin: auto;
    background-color: #fafafa;
    border: 1px solid #ddd;

}

.rozcestnik-zs li:hover {
    text-decoration: underline;
}

.rozcestnik-zs li a {
    text-align: center;
    text-decoration: none;
    width: 18vw;
    height: 10vw;
    display: table-cell;
    vertical-align: middle;
    margin-right: 30px;
    margin-bottom: 30px;
}

.zs-prvek {
    text-align: left;
    background-color: #fafafa;
    color: #333;
    display: inline-grid;
    width: 30%;
    margin: 1%;
    border-radius: 5px;
}

.login-button {
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 21px;
    padding-right: 21px;
}

.zs-head {
    color: #333;
    font-size: 18px;
    display: flex;
    border-radius: 5px;
}

.zs-body ul {
    margin: 0;
}

.zs-body a {
    color: #333;
}

.zs-head-podkategorie {
    text-decoration-style: solid;
    text-decoration-color: black;
    padding: 0.5em;
    font-weight: 600;

}

.zs-head-podkategorie span {
    text-decoration-line: underline;
}

.panel-zs {
    width: auto;
    text-align: center;
}

.zs-tab-item {

    background-color: #f7f7f7;
    position: static;
    display: block;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
}

.zs-tab-item i {
    color: #333;
    display: inline;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background-position: 0px 0px;
    -webkit-background-size: 18px 18px;
    -moz-background-size: 18px 18px;
    background-size: 18px 18px;
    padding: 0px;
    font-size: 18px;
    text-align: center;
    line-height: 18px;
    margin-right: 9px;
    margin-left: 0;
}

.zs-ul {
    border: 1px solid #ddd;
}

.zs-ul li {
    border-right: 1px solid #ddd;
}

.zs-ul li:last-child {
    border-right: none;
}

.zs-ul .active .zs-tab-item, .zs-ul .active .zs-tab-item i {
    color: white;
}

.li .active i {
    color: white;
}

.custom-odbor-hledam {
    font-weight: 600;
}

.custom-odbor-hledam.
.custom-clanek-hledam {
    padding-left: 30px;
}

.tab, .tab-rezervace {
    display: flex;
}

.tab-buttons {
    padding: 1%;
}

.tab-button, .tab-buttons-button {
    box-shadow: 0px 0px 0px transparent;
    font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, sans-serif;
    display: inline-block;
    padding: 7px 15px 8px;
    background-color: #fff;
    color: #333;
    margin: 0;
    border-right: 1px solid #efefef;
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
    cursor: pointer;
}

.tab-button a {
    color: #333;
}

.tab-active, .tab-active a, .tab-active a:hover {
    color: white;
}

.tab-content, .tab-detail-content, .tab-content-inherit {
    display: none;
}

.tab-content.active, .tab-detail-content.active {
    display: grid;
}

.tab-content-inherit.active {
    display: block;
}

.li-zs {
    margin-left: 15px;
    padding: 0.5em;
}

.li-zs a {
    padding: 0;
}

.top-bar {
    display: flex;
    justify-content: space-between;
}


@-moz-document url-prefix() {
    .panel-zs {
        margin-top: 0;
    }
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .zs-tab-item {
        display: block;
    }

    .zs-prvek {
        display: inline-block;
    }
}

.fzs-h3 {
    font-size: 16px;
    font-weight: 600;
}

.progressbar li {
    list-style-type: none;
    width: 33%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #333;
}

.progressbar li i:before {
    width: 60px;
    height: 60px;
    line-height: 50px;
    border: 5px solid #3399cc;
    display: block;
    text-align: center;
    margin: 0 auto 10px;
    border-radius: 50%;
    background-color: white;
}

.progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 15px;
    left: -50%;
    z-index: -1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: #3399cc;
}

.progressbar li.active:before {
    border-color: #3399cc;
}

.progressbar li.active + li:after {
    background-color: #3399cc;
}

.green {
    color: #5cb85c;
}

.red {
    color: #d9534f;
}

#osobni-informace-container {
    display: flex;
    justify-content: space-between;
}

#osobni-informace-seznam {
    display: none;
}

.personal-panel {
    border-bottom: 1px solid #ddd;
    padding: 1%;
    display: flex;
    display: flex;
    justify-content: space-between;
    width: 45%;
    margin: 0.5em;
    align-items: center;
}

.personal-panel {
    border-bottom: 1px solid #ddd;
    padding: 1%;
    display: flex;
    justify-content: space-between;
    width: 45%;
    margin: 0.5em;
    align-items: center;
}

.personal-panel-line {
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 0.5em;
    align-items: center;
}

.personal-panel:hover, .personal-panel-line:hover {
    background-color: #f7f7f7;
}

.personal-panel:hover, .personal-panel-line:hover {
    background-color: #f7f7f7;
}

.dx-popup-content .personal-panel span {
    padding-right: 0;
}

#dochazka-panel, #osoba-info-panel {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: fit-content;
}

#osobni-informace-container {
    display: flex;
    justify-content: space-between;
}

#osobni-informace-seznam {
    display: none;
}

.person-detail-image {
    max-width: 180px;
    max-height: 180px;
}

#buttonRealizovane, #buttonRealizace {
    border: 1px solid #ddd;
    width: 25%;
    text-align: center;
    padding: 1%;
    background: white;
    margin: 0.5em;
}

#buttonRealizovane:hover, #buttonRealizace:hover, .buttonActive {
    color: white;
    cursor: pointer;
}

.no-margin {
    margin: 0 !important;
}

.dashboard-file {
    border: 1px solid #ddd;
    padding: 5%;
}

.dashboard-file-icon {
    font-size: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-file-name {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5%;
    font-weight: 600;
}

.dashboard-content-heading {
    font-size: 16px;
}

.pointer:hover {
    cursor: pointer;
}

.dashboard-content-payments-panel {
    display: flex;
}

.dashboard-content-payment {
    width: 33%;
    padding: 1%;
    border: 1px solid #ddd;
    margin: 1%;
}

.warning-panel {
    color: white;
    background-color: #d9534f;
    display: grid;
}

.grid {
    display: grid;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #888;
    width: 300px;
}

.close {
    text-align: right;
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.dashboard-content-noflex {
    padding: 1em;
    flex-wrap: wrap;
}

.panel50 {
    width: 48% !important;
    min-width: 290px;
    margin-right: 1%;
}

.menu-reports li a:hover {
    text-decoration: none !important;
}

.image-tile {
    max-width: 100%;
    max-height: 100%;
}

.block {
    text-align: center;
    position: relative;
}

.tile-icon {
    top: 25%;
}

.side-absolute-submenu {
    padding: 14px 22px;
}

.side-absolute-submenu span {
    padding-left: 1em;
}

.dx-widget.dx-tooltip {
    display: inline-block;
}

.grid-tooltip {
    font-size: 16px;
    font-weight: bold;
}

.margin-right-50 {
    margin-right: 50px;
    width: 100px;
}

.margin-right-20 {
    margin-right: 20px;
    width: 100px;
}

#uredni-hodiny-text-nad {
    padding-bottom: 20px;
}

#uredni-hodiny-text-pod {
    padding-top: 20px;
}

.fixedmargin {
    display: flex;
    width: 100%;
}

.list-flex-div {
    display: flex;
    align-items: center;
}

.list-flex-div-text {
    display: flex;
    align-items: center;
    overflow-wrap: break-word;
    white-space: initial;
    word-break: break-all;
}

.list-flex-div-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.boldText {
    font-weight: bold;
}

.blue {
    color: #337ab7 !important;
}

.red {
    color: #d9534f !important;
}

.green {
    color: #5cb85c !important;
}

.orange {
    color: #ed7014 !important;
}

.list-flex-div i {
    font-size: 22px;
    padding-right: 2em;
}

.block {
    text-align: center;
    top: 25%;
    position: relative;
}

#tile-cast-mesta .item {
    padding: 0;
}

.item {
    box-sizing: border-box;
    position: relative;
    padding: 10px 20px;
    margin-bottom: 10px;
}

.item img {
    padding: 5px;
}

.break-words {
    overflow-wrap: break-word;
    white-space: initial;
    word-break: break-all;
}

.margin-right-5 {
    margin-right: 5px;
}

.tile-with-font-icon {
    text-align: center;
    padding-top: 20px;
}

@media screen and (max-width: 475px) {
    .dx-popover-arrow {
        display: none;
    }

}

@media screen and (max-width: 780px) {
    .blog-article {
        word-break: break-word;
    }

    .dx-resizable[role=tooltip] {
        width: 95vw !important;
        font-size: 18px;
        margin-top: calc(50vh - 80px);
    }

    .dx-resizable[role=tooltip] .dx-popup-content {
        white-space: pre-wrap !important;
    }
}

.panel-default > .panel-heading {
    border-bottom: 1px solid #888;
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel {
    border-radius: 0px;
}

.panel-default {
    border: 1px solid #888;
}

.panel-body {
    padding: 15px;
}

#gov-cz-button {
    color: white;
    background: #254E80;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#gov-cz-button > div {
    padding-bottom: 5px;
}

#gov-cz-text-div > img {
    width: 3em;
    height: 3em;
    margin: 0;
}

#gov-cz-button:hover {
    text-decoration: none !important;
}

#gov-cz-text-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#gov-cz-text-div > p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 15px;
    margin-top: 2px;
    font-family: "Roboto", helvetica, arial, sans-serif;
}

.login-button {
    cursor: pointer;
}

.dx-datagrid-headers {
    color: #333;
}

.dx-button-mode-contained.dx-button-success {
    background-color: #1C5F1C;
    color: #fff;
}

a > * {
    color: unset;
}

li:focus-visible, a:focus, a:focus-visible, div[role="button"]:focus-visible,
button:focus-visible, a:focus-visible > .menu-b {
    filter: brightness(90%);
}

a#homepage-link:focus, a#homepage-link:focus-visible {
    border: none !important;
}

.unlog-top-panel-item > a {
    padding: 2px;
}

@media screen and (max-width: 480px) {
    #absolute {
        margin-left: 0 !important;
        width: 100vw !important;
        left: 0 !important;
    }
}

.share-buttons {
    display: flex;
}

.show-mobile {
    display: none !important;
}

.hidden {
    display: none !important;
}

#slabozrakeNavItem {
    background: none !important;
}

.top-menu-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    text-align: left;
    height: 4em;
    position: relative;
    cursor: pointer;
}

.top-menu-item i {
    font-size: 20px;
}

.top-menu-item span {
    margin-left: 5px;
}

#menu-mobile-gov-icon {
    max-width: 100%;
    max-height: 100%;
    padding: 10px 16px !important;
    height: 48px;
}

#menu-logged-gov-icon svg {
    height: 36px;
}

#menu-mobile-gov-icon svg {
    width: 28px;
}

#menu-mobile-gov-icon g#lev path {
    fill: white;
    stroke: white;
}

#menu-content-block {
    height: 125px;
}

@media screen and (max-width: 700px) {
    .mobile-hide {
        display: none !important;
    }

    .show-mobile {
        display: inherit !important;
    }

    #menu-mobile-gov-icon svg {
        width: 100%;
        height: 24px;
    }

    .top-menu-item {
        font-size: 14px;
    }

    .footer-text {
        text-align: center;
    }
}