.job-item {
	width: 100%;
	padding:10px 10px 10px 10px;
	font-size:13pt;
	display:none;
}

.jobsummary p {
margin:0px;
}

.jobheading{
font-family:HelveticaNeueLTStd-Bd; 
font-size:13pt;
}

a > .job-item{
color:black;
cursor:pointer;
}

#jobscontainer{
}


        div#jobscontainer::-webkit-scrollbar {
            width: 15px;
        }
        
        div#jobscontainer::-webkit-scrollbar-track {
            background-color: #CCCCCC;
        } 
        
        div#jobscontainer::-webkit-scrollbar-thumb {
            background-color: #BBBBBB;
        } 
        
        div#jobscontainer::-webkit-scrollbar-button {
            background-color: #BBBBBB;
        }

.ui-tabs >div>div>div:first-of-type {
	border: none;
}

.tab-headers {
	list-style-type: none;
	padding: 0px;
	margin-bottom: 0px;
}

.vacanciesheaderhomepage{
font-size: 38px;
padding:20px 0px 10px 0;
font-family: HelveticaNeueLTStd-Lt;
color:#7851af;
margin-bottom:50px;
border-bottom: 1px solid #7851af;
}


#vacanciescontainer{

margin:30px 0px 20px 20px;
}


.news-item>.content>.title,
.news-item>.content>.read_more {
	font-weight: bold;
}

.tab [type=radio] {
  display: none;   
}
.tab>.content {
  position: absolute;
  top: 28px;
  left: 0;
  background-color: white;
  right: 0;
  bottom: 0;
  padding: 20px;
  border: 1px solid #ccc; 
}
[type=radio]:checked ~ label {
  background-color: white;
  border-bottom: 1px solid white;
  z-index: 2;
}
[type=radio]:checked ~ label ~ .content {
  z-index: 1;
}

#locationdropdown {
width:90%;
outline: none;
appearance: none;
-ms-appearance: none;
-o-appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
background: #e6e6e6 url("//www.kainos.com/wp-content/plugins/kvacancies/img/selectarrow.png") no-repeat right center;
}

select:: -ms-expand{
display: none;
}

#locationdropdown{
background-color: #ffffff;
padding: 10px 0px 10px 10px;
border: 0px;
width: 100%;
border:1px solid #4d4d4d;
}

.vacancies-footer{
padding:10px;
height: 40px;
padding: 5px 10px;
text-align: left;
font-size: 18px;
}

.vacancies-footer a{
border-bottom: 2px solid #7851ae;
}


