.filter-wrapper{
  	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;    
    background-color: #2ea3f2;
  	color: #fff;
}

.sticky-container{
	padding-bottom: 10px;
}

.label-sticky
{
	background-color:#167db7;
}

.content-wrapper{
   	padding-top: 40px;
	background-color: #ffffff;
  	padding-bottom: 40px;
}

.list-group-header-container{
	text-align: center;
}

.list-group-header, .header-message{
  	margin-top: 0px;
  	font-weight: bold;
  	font-size: 25px;
  	color: #555;
}

.list-group-header:after {
    content: " ";
    display: block;
    width: 100px;
    height: 2px;
    margin: 20px auto 20px;
    background: #00008f;
}

.list-group-item{
  padding: 15px 20px;
}

a.list-group-item:hover{
  background-color: #e9eef4;
  cursor: pointer;
}

a.list-group-item .list-group-item-heading {
  font-weight: bold;
  color: #555;
}

.list-group-item-sticky {
	background-color: #FDF7E2;
}

a.list-group-item-sticky:hover{
  background-color: #FCF3CF;
  cursor: pointer;
}


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;
}
