﻿.jobSearch .txtQuickSearchKeyword {
	width:95%;
}

/*.ddlQuickSearchSpecialisation
{
	padding-left:30px;
}*/

span.k-widget.k-dropdown.k-header {
    width: 100%;
}

.jobSearch{
	background-color:#d0d727;
	width:100%;
}

.jobSearch h4 {
    color: #333!important;
    text-align: center;
    font-size: 12pt !important;
    font-weight: bold !important;
    display: block !important;
    margin-top: 8px !important; 
    text-align:left;
}

.txtQuickSearchKeyword {
    height: 25px!important;
}

.k-dropdown{
	width:100%;
}

.backgroundGrey {
    background-color: #D0D727;
    padding: 15px 10px 0px 10px;
}

.backgroundOrange {
    background-color: #333333;
    padding: 12px 10px 5px 0;
    margin-top: -1px;
}

DIV.col-sm-9.backgroundGrey {
    padding-top: 12px!important;
    min-height: 50px;
    padding-top: 25px;
}

DIV.col-sm-3.backgroundOrange{
	padding-top: 10px;
    min-height: 50px;
    margin-bottom: 0px;
    margin-top:-1px;
}

.ddlQuickSearchSpecialisation .k-widget{
	width: 100%;
}

button#btnSearch {
    min-width: 0px !important;
    border-radius: 25px;
    background-color: rgba(0, 0, 0, 0);
    border-color: transparent;
    float: right;
    padding-top: 12px;
    margin-top:5px;
}

@media screen and (min-width: 768px){

	
	#searchtoggl{
		display:none;
	}
	
	.jobSearch .ddlQuickSearchSpecialisation{
		padding-left:14px;	
	}

}

@media screen and (max-width: 767px){
	button#btnSearch {
	    float: unset !important;
	}
	
	#searchComponents,
	#btnSearch{
		display: none;
		padding-left: 10px
	}
	
	#searchBlocks{
		padding-bottom:0px;
	}	
}



