.filter-wrapper{
  	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
  	background-color: #252a3c;
  	color: #fff;
}

.btn-submit,
.btn-submit:hover,
.btn-submit.btn-primary.active, .btn-submit.btn-primary:active,
.btn-submit.btn-primary.focus, .btn-submit.btn-primary:focus,
{
	background-color: #23c0e9;
}

.btn-clear,
.btn-clear:hover,
.btn-clear.btn-default.active, .btn-clear.btn-default:active,
.btn-clear.btn-default.focus, .btn-clear.btn-default:focus {
	background-color: #f36969;
  	border: 1px solid #f36969;
  	color: #fff;
}

.list-group-item {
    margin: 15px 0px;
}

.sticky-container{
	padding-bottom: 10px;
}

.label-sticky
{
	background-color:#f39c12;
}

.content-wrapper{
	background-color: #ffffff;
  	padding-top: 40px;
  	padding-bottom: 40px;
}

.list-group-item{
  padding: 15px 20px;
}

a.list-group-item:hover{
  border-color: #c0c0c0;
  background-color: #fafafa;
  cursor: pointer;
}

.list-group-item-heading {
  font-weight: bold;
}

ul.header-listing,
ul.footer-listing{
  padding: 0;
  margin: 10px 0;
}

ul.header-listing li,
ul.footer-listing li{ 
  display: inline-block;
  font-size: 0.8em;
  color: #337ab7;
  font-weight: bold;
}

ul.header-listing li:not(:last-child):after,
ul.footer-listing li:not(:last-child):after {
	content: "|";
	padding-right: 5px;
	padding-left: 10px;
}

.job-wrapper h2{
	margin-top: 0;
  	font-weight: bold;
  	font-size: 18px;
}

.job-detail-wrapper h4{
  	font-weight: bold;
  	font-size: 14px;
  	color: #337ab7;
}

.job-detail-description{
	white-space: pre-line;
}

.form-group.required .control-label:after { 
   content:" *";
   color:red;
}