/* Add here all your CSS customizations */


.pocasi-data .heading{
    margin-top: 25px;
}
    

.pocasi-data table{
    margin: 0 auto;
}


.table-battery table tr td:first-child, .table-battery table tr td:nth-child(3),  .table-battery table tr td:nth-child(5){
    background: #eee;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    text-align: left !important;
    padding: 5px !important;
}

ul.slideshow {
	list-style: none;
	width: 294px;
	height: 166px;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
	padding-left: 0.5em;
        cursor: zoom-in;
}

ul.slideshow li {
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0.0;
}

ul.slideshow li.show {
	z-index: 500;
	opacity: 1.0;
}

.slideshow.zoom-slideshow{
    left: -900px;
    top:-200px;
    width: 1600px !important;
    height: 900px !important;
    cursor: zoom-out !important;
}

#casosber.slideshow{
    width:100%;
    height: auto;
}

@media (max-width: 479px) {
    ul.image-gallery {
        list-style: none;
        margin: 0;
        padding: 0;
        display: none;
    }
}

@media (max-width: 767px) {

    /* skrýt tab navigaci */
    .tabs .nav.nav-tabs {
        display: none !important;
    }

    /* zobrazit všechny panely */
    .tabs .tab-content > .tab-pane {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        height: auto !important;
        padding: 12px 0;
        border-top: 1px solid rgba(0,0,0,0.08);
    }

    .tabs .tab-content > .tab-pane:first-child {
        border-top: 0;
        padding-top: 0;
    }

    /* nadpis vložený přes JS */
    .mobile-tab-title {
        text-align: center;
        margin: 0 0 10px 0;
    }

    /* lepší čitelnost textu */
    .tabs .tab-content .center {
        text-align: left;
    }

    .tabs .tab-content .center h3 {
        text-align: center;
    }

    h3 {
        font-size: 1.3em;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 24px;
        margin-bottom: 33px;
        text-transform: none;
    }
}