﻿body{
    color: black;
    font-family: 'Open Sans', sans-serif;
    background-color: white; /* #070301 */
    background-size: 100%;
    background-attachment: fixed;
    background-size: 100%;
    background-position: center center;
    /* animation: shrink 10s 1 alternate; */
    /* animation-iteration-count: number|infinite|initial|inherit; */
}
*{
    outline-width: 0;
}
.header{
    position: relative;
    margin: 0 auto;
    width: 1200px;
}
#logo{
    position: absolute;
    top: 15px;
    left: 0%;
    width: 80px;
    height: 80px;
    background: url(../images/main/logo.svg) no-repeat 0% 0%;
    background-size: 100%;
    background-position: 0% 50%;
}
.maincolor{
    color: #42973E;
}
.maincolor2{
    color: #8BB811;
}
.lightgreen{
    background: rgb(229,251,229);
}
#titlebox{
    position: absolute;
    left: 120px;
    top: 33px;
}
#titlebox .headtitle{
    font-size: 150%;
}
a #titlebox, #titlebox{
    color: black;
}
a.logo{
    z-index: 8;
}
.content{
    text-align: left;
    padding: 30px 0 0 0;
    position: relative;
}

/* content table */
.content table{
    width: 100%;
    border-collapse: collapse;
}
.content table th, .content table td{
    padding: 6px;
    margin: 0px;
    text-align: left;
}
.content table tr{
}
.content table th{
    background: #ddd;
}
.content table td{

}
.content tr:nth-of-type(odd) {

}
.content td, th {
    padding: 6px;
    border: 1px solid #ccc;
    text-align: left;
}

.main_slider{
    height: 400px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: grey;
}
#top{
}
.top_box{
    height: 150px;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-blend-mode: multiply;
    position: relative;
}
.wideline{
    position: absolute;
    width: 100%;
    top: 110px;
    height: 40px;
    background: black;
}
.top_menu_lang{
    position: absolute;
    right: 15px;
    bottom: 13px;
}

/* linkbox */
.linkbox .fixed {
    width: 196px;
    position: relative;
}
.linkbox ul li{
    list-style: none;
    padding: 0;
    margin: 2px;
    float: left;
}
.linkbox ul{
    padding: 0;
    margin: 0;
}
.linkbox ul li a{
    width: 44px;
    height: 44px;
    display: block;
    background-image: url(../images/main/links_box3.png);
    background-color: none; /* #42973E */
    webkit-box-shadow: inset 0px 0px 0px 1px rgba(140,140,140,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(140,140,140,1);
    box-shadow: inset 0px 0px 0px 1px rgba(140,140,140,1);
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
}
.linkbox ul li a:hover{
    background-color: #8BB811; /* green */
}
.linkbox ul li a.link_1{
    background-position-x: 0px;
    background-position-y: 0px;
}
.linkbox ul li a.link_2{
    background-position-x: 0px;
    background-position-y: -42px;
}
.linkbox ul li a.link_3{
    background-position-x: 0px;
    background-position-y: -84px;
}
.linkbox ul li a.link_4{
    background-position-x: 0px;
    background-position-y: -168px;
}
.linkbox ul li a.link_5{
    background-position-x: 0px;
    background-position-y: -210px;
}
.linkbox2 .fixed{
    width: 200px;
    float: none !important;
    position: relative;
    margin: 0 auto;
    top: 0
}

/* image gallery */
.image_gallery2{
    width: 100%;
}
.image_gallery .padding, .image_gallery2 .padding{
    padding: 0 15px 15px 15px;
}
.alter_gallery button{
    position: relative;
    top: 0px;
}
.alter_gallery h2{
    margin: 8px 0 0 0;
}
.image_gallery img.gallery{
    margin: 0.3% 0.5% 0.3% 0.5%;
    width: 19%;
}
.image_gallery2 img.gallery{
    margin: 0.15% 0.25% 0.15% 0.25%;
    width: 12%;
}
.image_gallery img.gallery:hover, .image_gallery2 img.gallery:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.content img.view{
    width: 110px;
    height: 110px;
    float: right;
    margin-left: 15px;
}
.content img.floatright{
    margin-left: 15px !important;
}

/* odkazy */
a{
    color: #42973E; /* blue */
    text-decoration: none;
}
a:hover{
    color: #8BB811; /* green */
}
a.exter{
    background-image: url(../images/main/ext.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 15px;
}
.top_content{
    margin: 0;
}
.top_content .category, .top_content .category a, .foot_article .keywords{
    color: silver;
}
.top_content .category img{
    position: relative;
    top: 3px;
}
.top_content .category a{
    text-decoration: underline;
}

/* nadpisy */
@font-face{
    font-family: Montserrat-Regular;
    src: url(../fonts/Montserrat-Regular.ttf), url(../fonts/Montserrat-Regular.eot), url(../fonts/Montserrat-Regular.woff);
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: montserrat-bold;
    src: url(../fonts/montserrat-bold.ttf), url(../fonts/montserrat-bold.eot), url(../fonts/montserrat-bold.woff);
    font-weight: normal;
    font-style: normal;
}
.monospace{
    font-family: "Courier New", Courier, monospace;
}
h1, h2, h3, h4{
    font-family: Arial;
}
h1{
    font-size: 30px;
    line-height: 25px;
    margin: 0 0 15px 0;
}
h2{
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 24px;
    font-weight: lighter;
    font-weight: bolder;
}
h3{
    margin-bottom: 8px;
    letter-spacing: 0.5px;
    font-size: 20px;
    line-height: 20px;
    font-weight: lighter;
    font-weight: bolder;
}
h4{
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: lighter;
}
.mobile_display{
    display: none;
}

/* footer */
#footer{
    position: relative;
    background: none;
    border-top: 40px solid black;
    height: 250px;
    color: black;
}
#footer .text_box{
    text-align: center;
}
#footer .text_box .web{
    display: block;
}
#footer a{
    color: white;
    text-decoration: underline;
}
#footer a:hover{
    color: #8BB811; /* green */
}
#footer .top{
    position: relative;
    z-index: 2;
}
#footer .top a{
    position: absolute;
    top: 60px;
    right: 20px;
    background: url(../images/main/base_scroll2.png) no-repeat 50% 50%;
    webkit-box-shadow: inset 0px 0px 0px 1px rgba(140,140,140,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(140,140,140,1);
    box-shadow: inset 0px 0px 0px 1px rgba(140,140,140,1);
    background-size: 75%;
    width: 50px;
    height: 50px;
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    border: 0;
}
#footer .top a:hover{
    background: #8BB811 url(../images/main/base_scroll.png) no-repeat 50% 50%;
    background-size: 75%;
}
.footer{
    height: 0px;
}
#footer .author{
    display: none;
}
#footer .web ul li{
    display: inline;
    list-style: none;
    margin: 0 3px 0 3px;
}
#footer .design_line{
    height: 40px;
    position: relative;
    left: 0%;
    top: 20px;
}

/* article - comments */
#footer_article h4{
    margin-top: 8px;
    background: #1e0d03;
    padding: 3px;
    font-size: 14px;
    font-weight: lighter;
    display: table;
    text-decoration: none;
}
.foot_guider{
    text-align: left;
}
.foot_guider .guider div{
    display: block;
    width: 50%;
    float: left;
    margin-bottom: 3px;
}
.foot_guider .scroll_box{
    max-height: 300px;
    width: 100%;
    overflow: auto;
    font-size: 14px;
    padding-right: 3px;
}

/* calendar booking */
.calendar .attend_0{
    color: red;
    text-decoration: line-through;
}
.calendar .attend_0:after{
    content: " [zrušeno]";
}
.calendar .attend_2{
    color: blue;
}
.calendar .attend_2:after{
    content: " [plán]";
}
.calendar .overflow .line2{
    display: none;
}

/* rozsirene */
p{
    text-align: justify;
    /* margin: 0px 0px 15px 0px; */
    margin-bottom: 1.5em;
}
i{
}
hr{
    border : 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
    margin: 10px 0 10px 0;
}
.account hr{
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
}
hr.lighter{
    border : 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
    margin: 10px 0 10px 0;
}
hr.lighter_small{
    margin: 4px 0 8px 0;
}
#footer hr{
    border : 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(256, 256, 256, 0.85), rgba(0, 0, 0, 0));
    margin: 10px 0 10px 0;
}
ol{
    list-style-type: decimal;
}
ul{
    margin-left: 15px;
    margin-bottom: 15px;
}
ol{
    margin-left: 15px;
    margin-bottom: 15px;
    list-style-image: none;
}
ul{
    list-style-image: url(../images/main/list.png);
}
ul li{
    margin-bottom: 10px;
}
ol li{
    margin-bottom: 4px;
}
ul ul, ol ol{
    list-style-image: url(../images/main/list2.png);
}
ul ul ul, ol ol ol{
    list-style-image: url(../images/main/list.png);
}
button{
    padding: 8px;
    display: block;
    background: #42973E;
    color: white;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
button:hover{
    background: #8BB811;
}
.two_boxes{
    padding: 0;
    column-gap: 15px;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
}
.three_boxes{
    padding: 0;
    column-gap: 15px;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3;
}
.four_boxes{
    padding: 0;
    column-gap: 15px;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-count: 4;
    -moz-column-count: 4;
    -webkit-column-count: 4;
}
.five_boxes{
    padding: 0;
    column-gap: 15px;
    -moz-column-gap: 5px;
    -webkit-column-gap: 5px;
    column-count: 5;
    -moz-column-count: 5;
    -webkit-column-count: 5;
}
.six_boxes{
    padding: 0;
    column-gap: 15px;
    -moz-column-gap: 5px;
    -webkit-column-gap: 5px;
    column-count: 6;
    -moz-column-count: 6;
    -webkit-column-count: 6;
}
.seven_boxes{
    padding: 0;
    column-gap: 3px;
    -moz-column-gap: 3px;
    -webkit-column-gap: 3px;
    column-count: 7;
    -moz-column-count: 7;
    -webkit-column-count: 7;
}
ul.list{
    margin-left: -20px;
}
ul.list li{
    margin-bottom: 3px;
}
ul.list ul{
    margin-top: 3px;
    margin-left: 10px;
    list-style-image: url(../images/main/list2.gif);
}
em{
    font-style: normal;
    color: grey;
}
::-moz-selection{
    background: #8BB811; /* green */
    color: white;
    text-shadow: none;
}
::selection{
    background: #8BB811; /* green */
    color: white;
    text-shadow: none;
}
p.info_article{
    color: grey;
}
img.task{
    height: 12px;
    cursor: pointer;
}
p.mobile_info{
    display: none;
}
.yt{
    margin-bottom: 15px;
}

/* odstavce */
ol.caption{
    counter-reset: item;
}
ol.caption li{
    display: block;
    margin-bottom: 3px;
}
ol.caption li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
}
.video-container{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

/* boxes ul */
.flags_box li{
    margin-left: 14px;
}

/* article - fb comments */
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
    min-width: 100% !important;
    width: 100% !important;
}

.video-container iframe,
.video-container object,
.video-container embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* form */
input, textarea, select, .button{
    padding: 7px;
    border: 1px solid #6c6c6c;
    background: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
}
input[type=radio]{
    width: auto;
}
input[type=checkbox]{
    width: auto;
}
textarea{
    height: 120px;
    min-height: 50px;
}
input[type="submit"] {
    text-align: center;
    -webkit-appearance:none;
    -webkit-border-radius:0px;
    border-radius:0;
}

input[type="button"] {
    text-align: center;
    -webkit-appearance:none;
    -webkit-border-radius:0px;
    border-radius:0;
}
input[type=submit], .button{
    padding: 4px 7px 7px 13px;
    color: white;
    background: #42973E; /* blue */
    cursor: pointer;
    font-weight: bold;
    border: 1px solid #6c6c6c; /* green */
    font-size: 17px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 7px;
    line-height: 19px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}
/* background-image: url(../images/main/more_button.png); */
input[type=submit]:hover, .button:hover{
    background-color: #8BB811; /* green */
    cursor: pointer;
    color: white;
    border: 1px solid #6c6c6c;
}
input[type=file]{
    background-image: url(../images/main/dropbox_bg.png);
    background-color: rgb(229,251,229);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size: 50%;
    height: 90px;
    border: 1px dashed #c8c8c8;
}
.button{
    cursor: pointer;
    padding: 0px 7px 7px 13px;
    display: block;
    text-align: center;
}
.button svg{
    fill: white;
    top: 5px;
    right: 5px;
    position: relative;
}
.button2{
    background: #ddd !important;
    color: #6c6c6c !important;
    border: 1px solid #6c6c6c !important;
}
.button2:hover{
    background: #eee !important;
    color: #6c6c6c !important;
}
.button2 svg{
    fill: #6c6c6c;
    top: 5px;
    right: 5px;
    position: relative;
}
.button3{
    background-color: #ffe5e5 !important;
    color: #6c6c6c !important;
}
.button3 svg{
    fill: #6c6c6c;
}
.button4, .button5{
    width: 145px !important;
    font-size: 13px !important;
    background: white !important;
    padding: 4px 6px 4px 6px !important;
}
.button4:hover, .button5:hover{
    background: #eee !important;
}
.button4{
    color: #42973E !important;
    border: 1px solid #42973E !important;
}
.button5{
    color: silver !important;
    border: 1px solid silver !important;
}
.svg_style svg{
    fill: #6c6c6c;
}
/* placeholder */
::-webkit-input-placeholder{
    color: #bbb;
}
::-moz-placeholder{
    color: #bbb;
}
input:-moz-placeholder{
    color: #bbb;
}
::-webkit-input-placeholder:active{
    color: #bbb;
}
:-moz-placeholder:active{
    color: #bbb;
}
:-ms-input-placeholder:active{
    color: #bbb;
}
:focus::-webkit-input-placeholder{
    color: #bbb;
}
:focus:-moz-placeholder{
    color: #bbb;
}
:focus:-ms-input-placeholder{
    color: #bbb;
}
::-webkit-scrollbar {
    width: 18px;
    height: 18px;
}

::-webkit-scrollbar-track {
    border: 1px solid #ddd;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: grey;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: silver;
}
.required-field{
    border: 1px solid #8BB811; /* green */
    animation: blinker 1s linear normal;
}
@keyframes blinker{
    50% {
        opacity: 0;
    }
}

/* accordion */
#accordion-container{
    text-align: left;
}
.accordion-header{
    background: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.active-header{
    color: #8BB811; /* green */
    font-weight: bolder;
}
.inactive-header{
    background: none;
    color: #42973E;
}
.inactive-header:hover{
    background: none;
    color: #8BB811;
}
.accordion-content{
    display: none;
    width: 100% !important;
}

a.webcam{
    padding: 10px 15px 10px 45px;
    background-color: #42973E; /* blue */
    background-image: url(../images/main/webcam.png);
    background-repeat: no-repeat;
    background-position: 15% 50%;
    color: white;
    display: table;
}
a.webcam:hover{
    background-color: #8BB811; /* green */
}
a.more{
    background-repeat: no-repeat;
    background-position: 12px 50%;
    color: white;
    letter-spacing: 1px;
}
a.more:hover{
    background-color: #8BB811; /* green */
}
.uploader span{
    font-size: 12px;
    color: #777;
}
.tooltiper{
    display: none;
    padding: 10px;
    position: absolute;
    margin-left: 0px;
    margin-top: 0px;
    z-index: 999999 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ddd;
    border: 1px solid #666;
    color: black;
    -moz-box-shadow: 3px 3px 9px 0px #444;
    -webkit-box-shadow: 3px 3px 9px 0px #444;
    box-shadow: 3px 3px 9px 0px #444;
    width: 350px;
}
.info img{
    display: inline;
    cursor: pointer;
    /*opacity: 0.3;
    filter: alpha(opacity=30);*/
}
.info{
    cursor: pointer;
}
.navigation_box .padding{
    display: box;
    background: #eee;
}
.webcam_box{
    background: #42973E;
    display: block;
    height: 200px;
    color: white;
    background-size: 100%;
    background-position: 50% 50%;
}
.milada .webcam_box{
    background-image: url(../../images/main/trans_black.png), url(../../images/article/full/51/51.jpg);
}
.most .webcam_box{
    background-image: url(../../images/main/trans_black.png), url(../../images/article/full/52/52.jpg);
}
.webcam_box:hover{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.webcam_box .img{
    width: 250px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}
xmp{
    font-family: Courier New;
    border: 2px dashed #999;
    font-size: 14px;
    padding: 5px;
    background: url(../images/main/structure_bg.png);
    font-weight: bolder;
    display: table;
    color: black;
}
.support{

}
.support:hover{
}
label{
    cursor: pointer;
}
.alert_div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #4c4b4e;
    color: #fff;
    z-index: 99999;
}
.alert_div {
    opacity: 1;
    display: block;
    text-align: center;
    padding: 12px;
    position: relative;
}
#mapbox{
    font-size: 90%;
}
#mapbox .imagebox2{
    opacity: 0.7;
    filter: alpha(opacity=70);
}
#mapbox #top{
    display: none;
}
#mapbox .mapbox{
    position: absolute;
    z-index: 2;
    border: 1px solid black;
    opacity: 0.6;
    filter: alpha(opacity=60);
    color: black;
    text-align: center;
    vertical-align: middle;
    font-weight: bolder;
    background: #42973E;
    padding: 3px;
}
#mapbox .mappoint{
    position: absolute;
    z-index: 2;
    border: 1px solid black;
    background: white;
    color: black;
    text-align: center;
    vertical-align: middle;
    font-weight: bolder;
    padding: 3px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
#mapbox .mappoint2{
    border: 3px dashed white;
    color: white;
}
#mapbox .imagebox{
    position: absolute;
    top: 0;
    left: 0;
}
.small_top_box{
    position: absolute;
    right: 0;
    top: 0;
    width: 800px;
    text-align: right;
}
.small_top_box .account_box .login_text{
    color: black;
}
.small_top_box .account_box:hover .login_text{
    color: white;
}
.small_top_box .account_box{
    margin-top: 0px;
    display: table;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    /* width: 299px; */
    height: 36px;
    padding: 2%;
    border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    background: #eee;
    color: black;
}
.small_top_box .account_box:hover{
    background: #ddd;
}
.small_top_box2{
    right: 250px;
    padding: 15px 15px 0 0;
    top: 0;
    width: 300px;
    position: absolute;
    text-align: right;
}
.author{
    font-size: 120%;
    font-weight: bold;
    background: #eee;
    padding: 10px 4px 4px 20px;
}
.author, .author a{
    color: grey;
}
.author a:hover{
    color: #8BB811;
}
.author svg{
    fill: grey;
}

/* form_purchase */
.form_purchase h2{
    text-transform: uppercase;
}
.admin_mode_box{
    background: #ffe5e5;
    padding: 15px;
    margin-bottom: 15px;
    display: block;
}
.form_purchase .agree_box{
    border: 1px dashed silver;
    padding: 5px;
    display: block;
    width: 95%;
    height: 30px;
}
.form_purchase .confirm_box{
    border: 1px dashed silver;
    padding: 5px;
    display: inline-block;
}
.form_purchase .persons_box .agree_box{
    width: 150px;
    height: 25px;
}
.form_purchase .support{
    display: none;
}
.form_purchase .confirmed{
    background: green;
    color: white;
    display: block;
    padding: 7px;
}
.form_purchase .confirmed2{
    background: blue;
}
.form_purchase .confirmed svg{
    fill: white;
    padding-right: 5px;
}
.form_purchase .persons_box th{
    white-space: nowrap;
}
.form_purchase .big_title{
    background: #eee;
    display: block;
    padding: 5px;
    margin-top: 0px;
    font-weight: bold;
    text-align: center;
}
.form_purchase .big_title2{
    color: green;
    display: block;
    padding: 5px;
    margin-top: 5px;
    font-weight: bold;
    font-size: 20px;
}
.form_purchase .group{
    background: lightgreen;
}
.form_purchase .fpu_material .div25{
    width: 16.667%;
}
.form_purchase .smallspace{

}
.form_purchase i{
    font-size: 11px;
}
.form_purchase textarea{
    height: 100px;
}
.form_purchase textarea:focus{
    height: 200px;
}
.form_purchase table .div10_table{
    width: 100px;
}
.form_purchase table .div25_table{
    width: 25%;
}
.form_purchase table .div33_table{
    width: 33.3333%;
}
.form_purchase table .div66_table{
    width: 66.3333%;
}
.form_purchase .item_format100{
    width: 100%;
}
.form_purchase .item_format50{
    width: 50%;
    float: left;
}
.form_purchase .item_format33{
    width: 33.3333%;
    float: left;
}
.form_purchase .item_format0{
    margin-right: 15px;
    float: left;
}
.form_purchase .guider{
    background: #e4f2f7;
    padding: 1% 1% 1% 7%;
    width: 92%;
    background-image: url(../images/icons/info.svg);
    background-repeat: no-repeat;
    background-position: 2% 50%;
}
.form_purchase .guider svg{
    fill: red;
}
.form_purchase .info{
    cursor: pointer;
    border: 1px dashed silver;
    color: silver;
    font-weight: bolder;
    margin: 3px 0 3px 0;
    padding: 3px;
    display: inline-block;
}
.form_purchase .min_box{
    min-height: 40px;
    display: block;
}

/* form_purchase print */
.form_purchase_print table th, .form_purchase_print table td {
    padding: 4px;
    margin: 0px;
    text-align: left;
    font-weight: normal;
    border: 0;
}
.form_table table{
    border-collapse: collapse;
    width: -webkit-calc(100% - 2px);
    width:    -moz-calc(100% - 2px);
    width:         calc(100% - 2px);
}
.form_table table th, .form_table table td{
    border: 1px solid #aaa;
}
.form_purchase_print table th{
    background: #eee;
}
.form_purchase_print, .form_purchase_print h2{
    margin: 0;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
}
.form_purchase_print strong {
    font-size: 14.333px;
}
/* Styles go here */
.form_purchase_print .page-header, .form_purchase_print .page-header-space {
    height: 0px;
    line-break: auto;
    display: block;
}

.form_purchase_print .page-footer, .form_purchase_print .page-footer-space {
    height: 0px;
    line-break: auto;
    display: block;

}
.form_purchase_print .page-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 0; /* for demo */
    background: white; /* for demo */
    z-index: 99; /* for demo */
}
.form_purchase_print .page-header {
    position: fixed;
    top: 0mm;
    width: 100%;
    border-bottom: 0; /* for demo */
    background: white; /* for demo */
    z-index: 99; /* for demo */
}
.form_purchase_print .page {
    page-break-after: always;
}
.form_purchase_print tbody.center, .contact_print tbody.center{
    margin: 0;
    display: block;
    width: 100%;
}
.form_purchase_print h2{
    font-size: 14px;
    letter-spacing: 1;
}
.form_purchase_print .textarea_space{
    /* min-height: 40px; */
}
.form_purchase_print ul li{
    list-style-image: none;
}
.form_purchase .listing_box{
    border: 1px solid silver;
    width: 90%;
    margin: 4%;
    padding: 1%;
    background: #eee;
}
.form_purchase .guide_box{
    font-size: 80%;
    color: grey;
    padding: 2%;
    background: #f2f8fb;
    margin-bottom: 2%;
    width: 96%;
}

.print_table{
    width: 900px !important;
    background: none !important;
}
.space_print_display{
    display: none;
}
@media print {
    body{
        font-size: 13px;
        color: black;
    }
    a{
        color: blue;
    }
    thead {
        display: table-header-group;
    }
    tfoot {
        display: table-footer-group;
    }

    .print_table{
        width: auto;
    }

    .button, button, .space_print_none, sup, .video-container {
        display: none;
    }
    .space_print_display{
        display: block;
    }
    input, select, textarea{
        border: none;
        padding: 0;
    }
    textarea{
        height: inherit;
        overflow: hidden; /* Hide scrollbars */
        padding: 0;
    }
    @page {
        size: A4;
        margin: 10mm;
    }
    body {
        margin: 0;
    }

    table th, .big_title{
        background: #eee !important;
        -webkit-print-color-adjust: exact !important;
        color-adjust: exact !important;
    }
    .content{
        padding: 0;
    }
    .header{
        width: 100%;
    }

    /* neco navic */
    .akademie_skoleni .div66{
        width: 100%;
    }
    .content{
        padding: 0;
        margin: 0;
    }
}

.print_box .logo{
    width: 0px;
}
.print_box .headbox{
    display: none;
}
.print_box .print_left_box{
    float: left;
}
@media print {
    body{
        font-size: 12px;
    }
    .print_box .print_left_box{
        width: 100% !important;
        float: none;
    }
    .print_box .headbox{
        display: block !important;
    }
    h1{
        font-size: 20px;
        padding: 1mm 2mm;
        -webkit-box-shadow: inset 0px 0px 0px 1px #42973E;
        box-shadow: inset 0px 0px 0px 1px #42973E;
        width: 98%;
        display: table;
    }
    .print_box .logo{
        width: 60px;
        margin-bottom: 15px;
        display: normal;
    }
    .attend_table .div66{
        width: 100%;
    }
}

.print{
    page-break-after: avoid;
    page-break-inside: avoid;
    margin-bottom: 0px;
}

.remove_field{
    width: 150px;
    margin: 5px 0 10px;
    padding-top: 5px;
}

table.lunch_box td{
    background-position: 100% 80%;
    background-size: 240px;
    background-repeat: no-repeat;
    font-style: italic;
    color: black;
    background-color: rgb(235,254,224);
    background-image: url(../../images/main/food_bg.png), linear-gradient(90deg, rgba(235,254,224,1) 0%, rgba(225,250,255,1) 100%);
} /* #e8fbe8 #e4f2f7 #e8f4f8 lightgreen
background: rgb(235,254,224);
    background: linear-gradient(90deg, rgba(235,254,224,1) 0%, rgba(225,250,255,1) 100%);

*/

.readonly{
    background: #eee;
    color: #ccc;
}
.copy_button svg, .svg_grey svg{
    fill: grey;
}
.svg_background svg{
    fill: white;
}
.svg_white svg{
    fill: white;
}
.svg_silver svg{
    fill: silver;
}
.svg_red svg{
    fill: red;
}
.svg_green svg{
    fill: green;
}
.svg_black svg{
    fill: black;
}
.first_symbol_name{
    font-size: 150%;
    padding: 1px;
    border: 1px solid black;
}
input[required=required]:focus{
    border: 1px solid red;
}



.item_format label{
    margin: 0px;
    border-bottom: 1px dashed blue;
    padding: 0px;
}

@media print {
    .item_format label{
        border: 0;
        background: none;
        margin: 0px;
        padding: 0;
    }
}
.button_confirm{
    width: auto;
    display: inline;
    padding: 3px !important;
    background: #eee !important;
    font-size: 90% !important;
    color: #6c6c6c !important;
}
.button_confirm1{
    background: #8BB811 !important;
}
.button_confirm2{
    background: #ffe5e5 !important;
}

/* admin_bar */
.admin_bar{
    text-align: left;
}
.admin_bar .item{
    margin: 10px 5px;
    display: block;
}
@media screen and (max-width:770px){
    .admin_bar{
        position: relative;
        width: auto;
        right: auto;
    }
    .admin_bar .item{
        float: left;
        display: inline;
    }
}

.attend_box ol li{
    margin: 0;
}
.attend_box_table td, .attend_box_table th{
    background: none !important;
    margin-top: 0px;
    border-bottom: 1px solid silver !important;
}
.attend_box_table{
    background: none !important;
}
.lightbox{
    background: #e4f2f7;
    padding: 2%;
    width: 96%;
}
.print_cover{
    width: 90px;
    display: block !important;
    border: 1px solid silver;
}
@media print {
    .print_cover{
        width: 60px;
    }
}


.relative_links5{
    display: inline;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(221,221,221,1);
    -moz-box-shadow: 0px 0px 0px 1px rgba(221,221,221,1);
    box-shadow: 0px 0px 0px 1px rgba(221,221,221,1);
}
.relative_links5 img{
    width: 100%;
}
.relative_links5 img:hover{
}
.relative_links5 .div25{
    width: 20%;
}
.relative_links5 .div25 .item{
    color: black;
}
.relative_links5 .div25 .padding{
    padding: 10px;
}
.relative_links5 .item .padding{
    padding: 0 !important;
}
.relative_links5 .item{
    width: auto;
    display: inline;
    float: left;
    height: 28px;
}
#accordion-bookmarks .title{
    position: absolute;
    right: 0;
    top: -70px;
    background: none;
    padding: 0 20px;
    color: white;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 2px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    height: 40px;
    background: black;
}
#accordion-bookmarks .title:hover{
    background: grey;
}
.searchbox .window{
    border: 1px solid black;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: white;
}
.searchbox_echo .infobox{
    background: #e4f2f7;
}
.searchbox .submit svg {
    position: relative;
    top: 2px;
}
.searchbox .submit {
    border: 1px solid #6c6c6c;
    padding: 1px !important;
}
.form_box img{
    opacity: 0.7;
}
.form_box .item1{
    width: 20%;
}
.form_box .item2{
    width: 32%;
}
.form_box .item3{
    width: 23%;
}
.form_box .item4{
    width: 25%;
}

/* branch box */
.branch_box .item a{
    font-size: 150%;
    float: left;
    padding: 0.25% 1%;
    margin: 0.5%;
    display: block;
    background: #eee;
    border: 1px solid silver;
    color: grey;
}
.branch_box .item2 a{
    font-size: 100%;
    padding: 0.5% 0.5% 0.2% 0.5%;
    margin: 0.2% 0.5% 0.2%;
}
.branch_box .smallbox{
    font-size: 70%;
}
.branch_box .item .active, .branch_box .item2 .active{
    background: #bbb;
    color: black;
}
.corporate_bg_box{
    width: 18px;
    height: 18px;
    margin: 0 5px 0 0;
    display: inline-block;
}
.corporate_bg_box_small{
    width: 12px;
    height: 12px;
    display: inline-block;
}
.corporate_bg_box_small2{
    width: 14px;
    height: 14px;
    display: inline-block;
}
.corporate_bg851{
    background-color: rgb(66,151,62);
}
.corporate_bg853{
    background-color: rgb(254,178,82);
}
.corporate_bg854{
    background-color: rgb(141,187,111);
}
.corporate_bg855{
    background-color: rgb(151,214,248);
}
.corporate_bg856{
    background-color: rgb(239,125,84);
}
.corporate_bg857{
    background-color: rgb(228,74,57);
}
.corporate_bg852{
    background-color: rgb(65,65,65);
}
.corporate_bg6, .corporate_bg22, .corporate_bg23, .corporate_bg24, .corporate_bg25, .corporate_bg26, .corporate_bg27, .corporate_bg48, .corporate_bg49{
    background-color: rgb(114,187,118);
}
.rss_feed{
    background-image: url(../images/icons/rss.svg);
    width: 18px;
    height: 18px;
    background-size: 100%;
    margin: 0 5px 0 0;
    display: inline-block;
}

.contact_cover, .contact_cover:hover{
    width: 80px;
    margin-right: 15px;
    border: 1px solid #eee;
}

/* mapbox */
.contact_nav_box .item big{
    font-size: 120%;
}
.contact_nav_box{
    background-image: url(../../images/main/bg_grey.png);
    color: black;
    position: absolute;
    /* border: 1px dotted red;*/
}
.contact_nav_box .item .itembox{
    margin: 0 7px 3px 0;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px #000000;
    -moz-box-shadow: 0px 0px 5px 0px #000000;
    box-shadow: 0px 0px 5px 0px #000000;
}
.contact_nav_box .box_shadow{
    -webkit-box-shadow: 0px 0px 5px 0px #000000;
    -moz-box-shadow: 0px 0px 5px 0px #000000;
    box-shadow: 0px 0px 5px 0px #000000;
    background: white;
    padding: 3px;
}
.contact_nav_box .room_box{
    background: white;
    padding: 4px;
    margin: 4px;
}
.contact_nav_box .mini_cover{
    position: relative;
    overflow: hidden;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.contact_nav{
    position: relative;
}
.mini_cover .contact_nav .admin_box{
    display: none;
}
.contact_nav .admin_box{
    position: absolute;
    bottom: 5px;
    background: #eee;
}
.contact_nav_box .mini_cover .contact_cover{
    width: 25px;
    position: relative;
    top: -5px;
    left: -3px;
}
.location_box{
    color: grey;
    border-left: 1px solid grey;
    border-right: 1px solid grey;
    border-bottom: 1px solid grey;
    padding: 2px 3px;
    font-size: small;
    display: inline-block;
}
.location_box:hover{
    color: #42973E;
    border-left: 1px solid #42973E;
    border-right: 1px solid #42973E;
    border-bottom: 1px solid #42973E;
}
.oldbox_settings{
    border: 1px dashed silver;
    display: block;
    padding: 0 0 2px 2px;
    margin: 0 0 10px;
}
.oldbox_settings a, .oldbox_settings{
    color: silver;
}
.oldbox_settings a:hover, .oldbox_settings:hover{
    border: 1px dashed #8BB811;
}
.oldbox_settings:before{
    content: "✖ staré nastavení: ";
}
.oldbox_settings:after{
    content: " [otevřít]";
}

/* file path design block */
.icon_format{
    display: inline-block;
}
.icon_format span{
    color: white;
    padding: 1px;
    font-size: 85%;
    text-transform: uppercase;
}
.pdf, .png, .jpg, .svg{
    background: pink;
}
.pptx{
    background: brown;
}
.docx, .dotx, .doc{
    background: blue;
}
.xls, .xlsx{
    background: green;
}

.txt{
    background: black;
}
select[readonly] {
    background: #eee; /*Simular campo inativo - Sugestão @GabrielRodrigues*/
    pointer-events: none;
    touch-action: none;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.icon_menu{
    width: 47px;
    height: 47px;
    margin: 0 3px 0 3px;
    background-size: 100%;
}
#helpdesk_logo{
    background-image: url(../images/main/help-desk3.svg);
}
#servicedesk_logo{
    background-image: url(../images/main/service-desk2.svg);
}
#evoz_logo{
    background-image: url(../images/main/evoz2.svg);
}
#portal_logo{
    background-image: url(../images/main/portal2.svg);
}
#intranet_logo{
    background-image: url(../images/main/intranet2.svg);
}
#email_logo{
    background-image: url(../images/main/e-mail2.svg);
}
#edos_logo{
    background-image: url(../images/main/edos3.svg);
}
#zadosti_logo{
    background-image: url(../images/main/zadosti2.svg);
}
.link_box a{
    color: silver;
    border: 1px solid silver;
    padding: 1px 4px;
}
.link_box a.active{
    font-weight: bold;
    color: black;
    border: 1px solid black;
}
.helpdesk_infobox{
    opacity: 0.5;
    background: rgb(229,251,229);
    font-size: 90%;
}
.background_box{
    background: #eee;
    padding: 1%;
    width: 98%;
}
.shine_box{
    margin: 0%;
    background: rgb(238,238,238);
    background: linear-gradient(0deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
}