@charset "utf-8";
/* CSS Document */


.category-job-list{}



.category-job-list ul.tab-nav {
  clear: both;
  margin: 0;
  padding: 0;
}

.category-job-list ul.tab-nav li {
  background: rgb(241, 241, 241) none repeat scroll 0 0;
  border-right: 1px solid rgb(199, 199, 199);
  cursor: pointer;
  display: inline-block;
  float: left;
  margin: 1px 0;
  padding: 5px 15px;
}

.category-job-list ul.tab-nav li.active {
  background: rgb(228, 228, 228) none repeat scroll 0 0;
}

.category-job-list ul.box {
  clear: both;
  margin: 0;
  padding: 0;
}

.category-job-list ul.box li.tab-box {
  border: 1px solid rgb(153, 153, 153);
  display: none;
  margin: 0;
  width: 100%;
}





.category-job-list .job-list{}

.category-job-list .job-list .single {
  margin-bottom: 30px;
  padding: 10px;
}

.category-job-list  .job-list .single.featured {
  background: none repeat scroll 0 0 rgb(255, 248, 191);
}


.category-job-list  .job-list .title {
  display: inline-block;
  font-weight: bold;
}

.category-job-list .job-list .title a {
	text-decoration:none;
}

.category-job-list .job-list .short_content {
  font-size: 13px;
  margin-bottom: 15px;
  text-align: left;
}

.category-job-list .job-list .job_type {
  display: inline-block;
  font-size: 13px;
  padding: 2px 10px;
}

.category-job-list .job-list .job-meta {
  display: inline-block;
  font-size: 13px;
  margin: 5px 4px;
  padding: 2px 10px;
}

.category-job-list .job-list .job-meta a {
  text-decoration: none;
}

.category-job-list .job-list .job_type a, .job-list .job_type i {
color: rgb(255, 255, 255);
}
.job-list .job_type.freelance {
  background: none repeat scroll 0 0 rgb(70, 166, 255);
  
}
.category-job-list .job-list .job_type.full-time {
  background: none repeat scroll 0 0 rgb(46, 194, 116);

}

.category-job-list .job-list .job_type.internship {
  background: none repeat scroll 0 0 rgb(160, 102, 255);

}
.category-job-list .job-list .job_type.part-time {
  background: none repeat scroll 0 0 rgb(255, 194, 77);

}

.category-job-list .job-list .job_type.temporary {
  background: none repeat scroll 0 0 rgb(255, 87, 65);
}

.category-job-list .job-list .job_status {
  color: rgb(255, 255, 255);

}

.category-job-list .job-list .job_status a{
  color: rgb(255, 255, 255);

}

.category-job-list .job-list .job_status.open {
  background: none repeat scroll 0 0 rgb(58, 193, 112);
}

.category-job-list .job-list .job_status.closed {
  background: none repeat scroll 0 0 rgb(250, 50, 24);
  
}

.category-job-list .job-list .job_status.filled {
  background: none repeat scroll 0 0 rgb(73, 162, 237);
}

.category-job-list .job-list .job_status.re-open {
  background: none repeat scroll 0 0 rgb(47, 194, 249);
}

.category-job-list .job-list .location {

}
.category-job-list .job-list .company_name {

}
.category-job-list .job-list .company_logo {
  display: inline-block;
  height: 50px;
  margin-right: 10px;
  overflow: hidden;
  vertical-align: top;
  width: 50px;
}
.category-job-list .job-list .total_vacancies {

}
.category-job-list .job-list .expire_date {

}

.category-job-list .job-list .fa {
  padding-right: 5px;
}



.category-job-list .job-list .paginate {
  text-align: center;
}

.category-job-list .job-list .paginate .page-numbers {
  background: none repeat scroll 0 0 rgb(84, 207, 116);
  color: rgb(255, 255, 255);
  font-size: 15px;
  padding: 1px 6px;
  text-decoration: none;
}
.category-job-list .job-list .paginate .current {
  background: none repeat scroll 0 0 rgb(50, 176, 82);
}









