


#filter-cnt {


	padding: 10px 0;
	font-size: 0.9em;
}

#filter-cnt label {



	font-size: 1em;
}

#filter-cnt.active {


	background-color: #DFF0D8;
}

#table-cnt {

}

#mainTable {
	margin-left: 20px;

	width: 98%;
	min-width: 1000px;
	font-size: 0.7em;
	margin-bottom: 60px;
}

#mainTable thead {
	background-color: #F5F5F5;
	position: sticky;
	top: 0;
	box-shadow:  0 3px 3px rgba(0,0,0,0.1);

}

#mainTable th {
	vertical-align: top;
	line-height: 12px;
}

.container {
	margin-left: 20px;
}

#footer {
		padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 30px;
        height: 20px;
        width: 100%;
        position: fixed;
        bottom: 0;
        z-index: 99;
        background-color: #333;
        color: #fff;

      }


p.pocet-vysledku {
	margin-left: 23px;
	float:left;
}



.table-hover tbody tr td.zbyva[value="hotovo"] { background-color: #C0F7C0; }
.table-hover tbody tr td.zbyva[value^="-"] { background-color: #FBDADA; }
/*.table-hover tbody tr td.zbyva:not([value^="-"]) { background: #; }*/

input.placeholder { color: #aaaaaa; }

.table-hover tbody tr.highlight td{

	background-color: #FFF170;
}

.DTinfo {
	color: red;
	width: 300px;
	float: left;
}

.dataTables_processing {
	position: fixed;
	bottom: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #000;
	font-size: 14px;
	background-color: #FFFACC;
}

.dataTables_length {
	width: 40%;
	float: left;
}

.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
}

.dataTables_info {
	width: 20%;
	float: left;
	margin-left: 25px;
	font-weight: bold;

}

.dataTables_paginate {
	float: left;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.DTpaginate
{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}


.text-block {
	display: block;
}

.text-right {
	text-align: right;
}


@media(min-width: 768px) and (max-width: 980px) {

	.container {
		width: 100%;
	}

	.span12 {
		width: 100%;
	}

	.span3 {
		width: 20%;
	}

	#filter-cnt input[type=text] {
		width: 150px;
	}

	#filter-cnt select {
		width: 160px;
	}



}