/* ========================================================================= */
/* upravit bootstrap komponenty, aby lepsie vypadalo s inymi pozadiami knihy */
.panel {
    background-color: inherit;
}



/* ========================================================================= */
.strong {
    font-weight: bold;
}

p {
    text-align: justify;
    margin:0 0 13px !important;
}

h1 {
    margin-bottom: 20px;
}
button:focus,
button:active {
    outline: none !important;
}


/* ========================================================================= */
/* MENDELU styl */
/* mendelu zelena: rgb(120,190,20) */
/* mendelu PEF modra: rgb(0,70,160) */

/* trochu prebarvit bootstrap podla MENDELU */
a {
    color: rgb(0,70,160);
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    background-color: rgb(0,70,160);
}
.panel-success>.panel-heading {
    background-color: rgba(120,190,20,0.3);
    border-bottom: 0;
}
.panel-success {
    border-color: rgb(120,190,20);
}
.bf-3:not(.navbar) .panel-heading {
    color: white;
}

/* ne-boostrap mendelu veci */
.mendelu-varianta1.strana {
    position: relative;
    padding-right: 78px;
}
.mendelu-varianta1.strana-side-text {
    padding-right: 110px;
}
@media screen and (max-width: 767px) {
    .mendelu-varianta1.strana {
        padding-right: 53px;
    }
}
@media screen and (min-width: 992px) {
    .mendelu-varianta1.strana-side-text {
        padding-right: 120px;
    }
}

.mendelu-varianta1 .side-text {
    text-align: right;
    position: absolute;
    right: 0;
    max-width: 100px;
    font-style: italic;
}
.mendelu-varianta1 .side-symbol {
    position: absolute;
    right: 0;
}
.mendelu-varianta1 .side-symbol img {
    width: 50px;
    height: 50px;
}
@media screen and (max-width: 767px) {
    .mendelu-varianta1 .side-symbol img {
        width: 40px;
        height: 40px;
    }
    .mendelu-varianta1 .side-text {
        /*max-width: 200px;*/
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        text-align: left;
        transform-origin: bottom right;
    }
    .mendelu-varianta1 .side-text span {
        position: absolute;
        /*max-height: 300px;*/
        /*max-width: 300px;*/
        /*display: inline-block;*/
        padding-left: 0.4em;
        line-height: 1.3em;
    }
}

.mendelu-varianta1 .tooltip {
    font-family: inherit;
    font-size: 100%;
    /*opacity: 1;*/
}
.mendelu-varianta1 .tooltip.in {
    opacity: 1;
}
.mendelu-varianta1 .tooltip-inner {
    background-color: white;
    border: 2px solid black;
    color: black;
    font-style: italic;
}


textarea {
    border-radius: 4px;
    border-color: darkgrey;
    resize: none;
    width: 100%;
    background-color: rgba(255,255,255,0.2);
    padding: 15px;
}
textarea:focus {
    outline: none;
    border-color: rgb(0,70,160);
}
textarea::-moz-placeholder
{
    font-style: italic;
    color: darkgray;
}
textarea::placeholder
{
    font-style: italic;
    color: darkgray;
}
textarea:-ms-input-placeholder
{
    font-style: italic;
    color: darkgray;
}
textarea::-webkit-input-placeholder
{
    font-style: italic;
    color: darkgray;
}



.lt-zobrazit-odpoved button .glyphicon-eye-close {
    display: none;
}
.lt-zobrazit-odpoved button .glyphicon-eye-open {
    display: inline-block;
}
.lt-zobrazit-odpoved button[aria-expanded=true] .glyphicon-eye-open {
    display: none;
}
.lt-zobrazit-odpoved button[aria-expanded=true] .glyphicon-eye-close {
    display: inline-block;
}
.lt-zobrazit-odpoved .lt-when-shown,
.lt-zobrazit-odpoved[aria-expanded=true] .lt-when-hidden,
.lt-zobrazit-odpoved[aria-expanded=false] .lt-when-shown {
    display: none;
}
.lt-zobrazit-odpoved[aria-expanded=true] .lt-when-shown,
.lt-zobrazit-odpoved[aria-expanded=false] .lt-when-hidden {
    display: inline;
}
#content .btn .glyphicon {
    padding-right: 0.3em;
}
/* ========================================================================= */



.vf_imag-label {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
    padding-top: 25px;
}

.vf_imag-label img {
    max-width: 70% !important;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 767.98px) {
    .vf_imag-label img {
        max-width: 70% !important;
        width: auto !important;}
}


@media (max-width: 576px) {
    .vf_imag-label img {
        max-width: 100% !important;
        width: auto !important;}
    pre {
        font-size: 10px !important;
    }
}

.vf_imag-label figcaption {
    text-align: center;
    font-weight: bold;
}

figcaption {
    font-weight: bold;
}


/* ----------------------tabulky -----------------*/
/* ----------------------tabulky - PODBARVENÝ 1. HOR -----------------*/
.vf_tab-1 td {
    padding: 15px;
    border: 1px solid rgba(91, 192, 222, 0.56) !important;
}

.vf_tab-2 {
    text-align: center;
    max-width: 90%;
    width: auto;
    padding: 13px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;

}

.vf_tab-2 td {
    padding-bottom: 0.3em !important;
    padding-right: 1em !important;
    padding-left: 1em !important;
    padding-top: 0.3em;
    border: 1px solid rgba(91, 192, 222, 0.56);
}

.vf_tab-2  tr:first-child td {
    background-color: rgba(91, 192, 222, 0.56);
}

/* ----------------------tabulky - PODBARVENÝ 1. HOR A 1. VER -----------------*/
.vf_tab-3 td {
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.78) !important;
}

.vf_tab-3 tr:first-child td {
    background-color: rgba(91, 192, 222, 0.56) ;
}

.vf_tab-3 td:first-child {
    background-color: rgba(91, 192, 222, 0.56) ;
}

.vf_tab-3 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5em;
    margin-bottom:1.5em;
}

/* ----------------------tabulky - TUČNÝ 1. HOR A 1. VER -----------------*/
.vf_tab-4 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom:1.5em;
}

.vf_tab-4 td {
    padding: 15px;
    border: 1px solid rgba(81, 168, 195, 0.78) !important;
}

.vf_tab-4 tr:first-child td {
    font-weight: bold;
}

.vf_tab-4 td:first-child {
    font-weight: bold;
}

/* ----------------------tabulky - TUČNÝ 1. VER -----------------*/

.vf_tab-5 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom:1.5em;
}

.vf_tab-5 td {
    padding: 15px;
    border: 1px solid rgba(81, 168, 195, 0.78) !important;
}

.vf_tab-5 td:first-child {
    font-weight: bold;
}

/* ----------------------tabulky - obyč. TUČNÁ-----------------*/
.vf_tab-6 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom:1.5em;
}

.vf_tab-6 td {
    padding: 15px;
    border: 1px solid rgba(81, 168, 195, 0.78) !important;
}

.vf_tab-6 td:first-child {
    font-weight: bold;
}



/* ----------------------tabulky -  OBYČ.-----------------*/

.vf_tab-7 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom:1.5em;
}

.vf_tab-7 td {
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 7px;
    padding-bottom: 7px;
    border: 1px solid rgba(81, 168, 195, 0.78) !important;
    text-align: left
}


.vf_tab-8 {
    text-align: center;
    max-width: 90%;
    width: auto;
    padding: 13px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;

}

.vf_tab-8 td {
    padding-bottom: 0.3em !important;
    padding-right: 1em !important;
    padding-left: 1em !important;
    padding-top: 0.3em;
    border: 1px solid rgba(91, 192, 222, 0.56);
    background-color: #f7f7f7;
}

.vf_tab-8  tr:first-child td {
    background-color: rgba(91, 192, 222, 0.56);
}



/* ---------------------------------------------------------------*/


.table td {
    border-top: none !important;
}

.table img {
    width: auto !important;
}


.vf_uloha {
    padding: 20px;
    border: 2px solid rgba(91, 192, 222, 0.56);
  /*  margin-top: 1.5em;*/
    margin-bottom:1.5em;
}

.vf_centrovat {
    text-align:center;
}

.vf_centrovat p{
    text-align:center;
}

.vf_centrovat img {
    width: auto !important;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}


code {
    color: inherit !important;
     background-color: rgba(214, 233, 198, 0.88); !important;

}

pre {
    border: none !important;
}

.vf_inline {
    text-align: center;
}

.vf_inline table {
    display: inline;
}

.vf_inline img {
    width: auto !important;
}

.vf_courier_new {
    font-family: "Courier New";
}

.vf_bgc_grey {
    background-color: #e5e5e5;
}

.vf_no-border {
    border: none !important;
    background-color: transparent !important;
}

#content ul {
    margin-bottom: 1.5em;
}

.vf_zarovnani_ulohy {
    margin-top: 1.5em;
}

#content a {
    word-break: break-all;
}

.vf_bgc-green {
    padding: 1.5em;
    background-color: rgba(120, 176, 11, 0.17);
    border-radius: 4px;
}

@media (min-width: 768px) {
    .vf_hidden-when-lg {
        display:none;
    }
}

@media (max-width: 767px) {
    .vf_hidden-when-sm {
        display:none;
    }
}

.vf_img-100 img {
    width: auto !important;
    max-width: 100% !important;
}
/* --------------------------TIRÁŽ-------------------------------------*/

.da-cover2{
    text-transform: uppercase;
    text-align: center;
}
.da-cover2 h1{
    display: block;
    margin-top: 25vh;
}
.da-cover2 h2{
    display: block;
    margin-top: 40px;
}
.da-cover2 h3:first-child{
    margin-top: 20vh;
}
.da-tiraz-wrapper{
    margin: 0 auto;
    width: 80%;
}
.da-tiraz-wrapper .row{
    padding-bottom: 20px;
}

/* --------------------------TIRÁŽ end-------------------------------------*/



