/* 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 (min-width: 1400px) {
	.container {
		width: 1370px;
	}
}

@media (min-width: 1600px) {
	.container {
		width: 1570px;
	}
}
