﻿.AdvancedSearchFilter_Wrapper .Search_wrapper2 {
    max-width: 540px;
}

.AdvancedSearchFilter_Wrapper .Search_wrapper2:after input[type="text"]:-ms-input-placeholder {

    color:#999;

}

.AdvancedSearchFilter_Wrapper .Search_wrapper2:after input[type="text"]:focus {
    color: #4d5c66;
}

.AdvancedSearchFilter_Wrapper .Search_wrapper2:after {
    /*color: rgba(255, 255, 254, 0.45);*/
    color: #d6d9e7;
    font-size: 16px;
    font-weight: 400;
    height: 14px;
    left: 15px;
    line-height: 5px;
    pointer-events: none;
    top: 17px;
    width: 13px;
}

.AdvancedSearchFilter_Wrapper .Search_wrapper2 input[type="text"] {
    background: #598ed1;
    background: -webkit-linear-gradient(173deg, #2464c8 0%, #598ed1 70%);
    background:    -moz-linear-gradient(173deg, #2464c8 0%, #598ed1 70%);
    background:      -o-linear-gradient(173deg, #2464c8 0%, #598ed1 70%);
    background:     -ms-linear-gradient(173deg, #2464c8 0%, #598ed1 70%);
    background:         linear-gradient(173deg, #2464c8 0%, #598ed1 70%);
    border: 0;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
    color: #d6d9e7;
    height: 38px;
    width: 100%;
    line-height: 33px;
}

.AdvancedSearchFilter_Wrapper .Search_wrapper2 input::-webkit-input-placeholder {
    /*color: rgba(255, 255, 254, 0.45);*/
    color: #6A7178!important;
    line-height: 40px;
}

.AdvancedSearchFilter_Wrapper .Search_wrapper2 input[type="text"]:focus {
    background: #fff;
    border: 1px solid #bbb;
    color: #333;
}



.Search_wrapper2 {
    font-family: FontAwesome;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
}

.Search_wrapper2 input[type="text"] {
    border-color: #ccc;
    border-radius: 25px;
    border-style: solid;
    border-width: 1px;
    box-shadow: inset 0 5px 10px 0 rgba(0,0,0,.1);
    height: 35px;
    line-height: 34px;
    padding-left: 35px;
}

.Search_wrapper2:after {
    color: #2167AE!important;
    content: "\f002";
    font-size: 14px;
    left: 15px;
    position: absolute;
    top: 11px;
}

/* Responsive */

.tablet .AdvancedSearchFilter_Wrapper .Search_wrapper2,
.phone .AdvancedSearchFilter_Wrapper .Search_wrapper2 {
    background: #fff;
    height: 50px;
    left: 0;
    max-width: initial;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
}

.tablet .AdvancedSearchFilter_Wrapper .Search_wrapper2 input[type="text"],
.phone .AdvancedSearchFilter_Wrapper .Search_wrapper2 input[type="text"] {
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    height: 50px;
    padding: 0 15px 0 50px;
}

.tablet .AdvancedSearchFilter_Wrapper .Search_wrapper2:after,
.phone .AdvancedSearchFilter_Wrapper .Search_wrapper2:after {
    display: none;
}





