/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10 Apr, 2017, 6:54:05 PM
    Author     : shubham
*/

#locationInHeader{
    padding-left: 36px;
    width: 119%;
    border: none;
    outline: none;
    height: 40px;
}
.search-input {
    display: inline-block;
    width: 100%;
}

.keywordTextBox {
    padding-left: 36px;
    width: 100%;
    border: none;
    outline: none;
    height: 40px;
}

.filter-icon-holder{
    padding: 0;
    margin-bottom: 10px;
    top: 167px;
    position: absolute;
}

.removePad {
    padding: 0px;
}

.location-head {
    background-color: #ffffff;
    outline: none;
    border: none;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    width: 97%;
    padding-left: 26px;
    /*padding-bottom: 12px;*/
    height: 40px;
}

.location-head>option {
    padding-left: 10px;
}


/*	.location-head >option:hover{
                background-color: red;
        }*/

.location-head .first-option~option {
    /*color:red;*/
    /*padding:10px;*/
    /*padding-left: 10px;*/
}

.ui-menu-item-wrapper:focus {
    background-color: red;
}

.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    font-family: 'Open Sans';
    font-size: 12px;
}

.ui-autocomplete .ui-menu-item:nth-child(odd) {
    
}
.search-icon {
    position: absolute;
    left: 7px;
    top: 10px;
    color: #676767;
}

.search-icon>i {

}

.location-icon {
    font-size: 16px;
    left: 2px !important;
    top: 5px !important;
}
.searchContainer{
    text-align: center;
}
.searchBoxesContainer{
    display: inline-block;
    width: 47%;
}

.findJobsContainer{
    display: inline-block;
}

@media only screen and (max-width:770px){
    .findJobsContainer{
        text-align: center;
        margin-top: 10px;
    }
    .searchBoxesContainer{
        display: block;
    }
    .searchBox1{
        width: 100%;
        margin: 10px 0px;

    }
    #locationInHeader{
        width: 100% !important;
    }
}
@media only screen and (max-width:500px){
    .filter-icon{
        font-size:12px;
        cursor:pointer;
    }
    .searchContainer{
        margin: 0;
    }
}

