/* po overení že odstránenie nespôsobuje problémy, to môže ísť preč
@-moz-document url-prefix() {
	fieldset { display: table-cell; }
}
*/

@media screen and (max-width: 1140px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 12.75px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #dddddd;
	}

	.table-responsive table {
		min-width: 1100px;
	}
}

.listing-title {
	margin: 20px 0 10px 0;
}

.listing-title > div {
	padding: 0;
}

.listing-title h2 {
	margin: 0;
}

.listing-controls {
	text-align: right;
}

.listing .listing-header {
	margin-bottom: 5px;
}

.listing .listing-header h2 {
	margin: 0;
}

.listing .listing-header .col-md-12 + .col-md-12 {
	text-align: right;
}

.listing {
	border-bottom: 1px solid #ddd;
}

.listing > thead {
	background-color: #ddd;
}

.listing td {
	white-space: nowrap;
}

.listing > thead > tr > th {
	color: #555;
	border-bottom: 0;
	line-height: 1.1em;
}

.listing > thead > tr > td {
	border: 0;
}

.listing > thead > tr > th > a {
	display: block;
	overflow: hidden;
	color: #555;
	text-decoration: none;
}

.listing > thead > tr:first-child > th a:hover {
	text-decoration: none;
	background-color: #d0d0d0;
}

.listing thead th button {
	display: block;
	width: 100%;
	border: 0;
	background-color: inherit;
	text-align: left;
	text-decoration: none;
	color: #fff;
}

.listing thead .input-sm {
	padding-top: 0;
	padding-bottom: 0;
}

.listing thead td {
	padding-top: 3px !important;
	padding-bottom: 4px !important;
}

.listing .listing-footer .input-sm {
	padding-top: 0;
	padding-bottom: 0;
}

.listing .listing-footer .form-control {
	display: inline-block;
	width: 6em;
	text-align: center;
}

.listing thead .input-sm {
	padding-top: 0;
	padding-bottom: 0;
}

.listing  tbody > tr:hover {
	background-color: #7C9629 !important;
	color: #fff;
}

.listing  tbody > tr:hover a {
	color: #fff;
}

.listing  tbody > tr > td {
	line-height: 1.6;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: middle;
	text-overflow: ellipsis;
}

.listing .listing_clickable {
	cursor: pointer;
}

.listing  tbody > tr > td > a {
	/* display: block; */
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.listing .listing-row-actions {
	text-align: right;
}

.listing .listing-selector {
	width: 2em;
}

.listing-navigbar {
	text-align: center;
}

.listing-navigbar input[type=text] {
	display: inline-block;
	text-align: center;
	width: 4em;
}

.listing .sort-asc,
.listing .sort-desc {
	display: block;
	float: right;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-bottom-color: #fff;
	border-top: 0;
	margin-top: 8px;
}

.listing .sort-desc {
	border-top: 5px solid #fff;
	border-bottom: 0;
}



/*
.listing > tbody > tr > th,
.listing > tbody > tr >td {
	line-height: 1.6;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
}

.listing > thead > tr + tr {
	background-color: #eee;
}

/*
.listing {
	width: 100%;
}

.listing > thead > tr > th {
	color: #fff;
	font-weight: normal;
}

.listing > thead > tr > td {
	padding-top: 2px;
	padding-bottom: 2px;
}

.listing > thead > tr {
	background-color: #657a21;
}

.listing > thead > tr a {
	color: #fff;
}

.listing > thead > tr + tr {
	background-color: #eee;
}

.listing > tbody > tr > th,
.listing > tbody > tr >td {
	line-height: 1.6;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
}

.listing thead .input-sm {
	padding-top: 0;
	padding-bottom: 0;
}

span.btn input[type=text] {
	line-height: 17px;
	height: 17px;
	border: 0;
	color: #000;
	text-align: center;
}

.listing-title {
	margin-bottom: 5px;
}

.listing-title h2 {
	margin-top: 0;
}

.listing-navigbar {
	text-align: center;
}

.listing-controls {
	text-align: right;
}
*/