/* vypis obrazků */
.listImage
{
    width: 42%; /*325px;*/
    /*box-sizing:border-box;*/
    margin:0px 15px 15px 0px !important;
	/* float:left; */
	padding:10px;
	position:relative;
	border:1px solid #e1e1e1;
    display: inline-block;
    vertical-align: top;
    background: #fff;
}
.listImage span.no
{
	font-size:1.5em;
	font-weight:bold;
	position:absolute;
	top:0px;
	left:0px;
	border:1px solid #e1e1e1;
	border-left:0;
	border-top:0;
	padding:0.25em 0.5em;
	background:white;
}
.sortable .listImage span.no
{
    cursor: move;
}
.sortable .listImage.ui-state-highlight
{
    border-color: #fad42e;
    background-color: #fbec88;
}
.listImage img
{
    max-width:48%;
    float:left;
    margin-right:4%;
}
.listImage table
{
    float:left;
    width:48%;
}
.listImage .table tbody tr th, 
.listImage .table tbody tr td
{
	height: auto;
}
.listImage table input[type="text"]
{
    width:100%;
    box-sizing:border-box;
}
.listImage table .btn-block
{
    box-sizing:border-box;
}