﻿
.applyFilter
{
	float:right;
	margin-bottom:10px;
}
.rtl .applyFilter
{
	float:left;
}
.tlt_txt {
    font-family: 'Droid Sans', sans-serif !important;
    font-size: 18px;
    display: block;
    text-align: left;
    color: #989898 !important;
}

.tlt_txt_right {
    text-align:right;
    line-height:30px;
}

.search-field-min, .search-field-max {
    padding:0;
}

.search-field-min input, .search-field-max input{
border-radius: 0;
border-color: #aaa;
height: 29px;
}

.search-field input {
    height: 29px;
    box-shadow: none;
    background: rgb(253, 253, 253);
    border: 1px solid gainsboro;
    border-radius: 5px;
    outline:none;
}


.half_advance {
    margin-bottom:10px;
}
.rtl .half_advance ,.rtl .half_advance:last-child > div>* {
    float:right !important;
}

.rtl .tlt_txt {
    text-align: right;
}

.advanced_border {
    border: 1px solid #CCCCCC;
    margin-bottom: 2%;
    padding-top: 10px;
    padding-left: 5%;
    padding-right: 5%;
    background-color: whitesmoke;
}
.VacancyRow a {
    color: #e0a53f;
}
.chosen-container-multi .chosen-choices{
    box-shadow: none;
    background: rgb(253, 253, 253);
    border: 1px solid gainsboro;
    border-radius: 5px;
}
.pageHeader{
    color:#00a3e4;
}
#submitAdvancedSearch{
    border: 0;
    /* box-shadow: none; */
    background: #6e6e6e;
    border-radius: 0px;
    width: 130px;
    height: 42px;
    color: white;
    text-shadow: none;
    border-bottom: 5px solid #464646;
}
#AdvancedSearch{
    min-height: 626px;
}
@media all and (max-width: 500px) and (min-width: 150px) {
    .advanced_border {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.inp_advanced
{
    -moz-box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    background-image: linear-gradient(rgb(238, 238, 238) 1%, rgb(255, 255, 255) 15%);
    border: 1px solid rgb(170, 170, 170);
    cursor: text;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
    position: relative;
    width: 100%;
    height: 30px;
}
.AdvancedSearch
{
	padding:10px;
}

.AdvancedSearch .chosen-results
{
	font-size:11px;
}
 .search-field select{     
     
     max-width: 100%;        
     width: 100%;    

 }