strong{
	font-weight: bold;
}

#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

a[href^="error:"] {
	background: red;
	color: white;
}

form tr, form td {
	vertical-align: top;
	font-weight: normal;
}

form .required label {
	font-weight: bold;
}

form .error {
	color: #D00;
	font-weight: bold;
}

/*-----------------------------------------------*/

body {
	padding-top: 60px;
	padding-bottom: 40px;
}

.sidebar-nav {
	padding: 9px 0;
}

@media (max-width: 980px) {
	/* Enable use of floated navbar text */
	.navbar-text.pull-right {
		float: none;
		padding-left: 5px;
		padding-right: 5px;
	}
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
	height: 0;
}


/*--- formuláře -------------------*/
form table th {
	text-align: right;
	padding-right: 10px;
}

/*--- formuláře -------------------*/
.button-bar {
	margin-bottom: 30px;
}


/*--- wizard -------------------*/
div.wizard {
	width: 650px;
	border: 1px solid #c3c1b8;
	border-radius: 6px;
}

/*- jobinfo ----------------------*/
table.jobInfo {
	font-size: 12px;
	color: #a0a0a0;

}
table.jobInfo tr th {
	text-align: right;
	padding-right: 10px;
}

/*--------------------------------------*/
#treeMessage {
	color: red;
	font-weight: bold;
}


/*--------------------------------------*/
#filter.active {
    border-left: 8px solid orangered;
    padding-left: 10px;
}


