.uk-width-4-9{width:46.444%}

.main-container{
    transition: opacity 0.5s ease-in-out;
    background-color: #fafafa;
    /* border-top: 1px solid #dddddd; */
}
.tw-search_adv{        
    padding: 30px 0;
    box-shadow: unset;
    background: transparent;
}
.clr{
    clear: both;
    margin-bottom: 20px;
}
.search_advanced_main, .search_advanced_result_main{
    background-color: #fff;                
    padding: 30px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    height: auto;
    overflow: auto;
}
.search_advanced_main h3{
    color: #134A8D !important;
}
.sa_item{
    float: left;
    padding: 0;
    color: #2E3B52;
}
.sa_iteml{
    float: left;
} 
.sa_itemr{
    float: right;
}      
.sa_item input{
    padding: 3px 10px !important;
    border-radius: 5px;
    border: 1px solid #ccc;
    height: 40px;
    vertical-align: middle;
    display: inline-block;
    line-height: 38px;
    font-family: 'Roboto', Arial, sans-serif;
    color: #333;
    transition: all 0.3s ease-in-out;
}
.sa_item input:hover{
    border: 1px solid #2185ff; /* #D1A858 */
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.sa_item select{
    padding: 3px 10px !important;
    border-radius: 5px;
    border: 1px solid #ccc;
    height: 40px;
    vertical-align: middle;
    display: inline-block;
    line-height: 38px;
    font-family: 'Roboto', Arial, sans-serif;
    color: #666;
    transition: all 0.3s ease-in-out;
}
.sa_item select:hover{
    border: 1px solid #2185ff; /* #D1A858 */
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.added_type{
    margin: 0;
    padding: 0;
    width: 44.7%;
    height: 30px;
    background: #eee;
    line-height: normal;
    font-size: 13px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 500;
    border-radius: 5px;
}
.added_type input{
    padding: 3px;
    margin: 0;
    margin-left: 10px;
    max-height: 30px;
}
.added_type label{
    margin-left: 5px;
    padding-top: 7px;
    color: #666;
    height: auto;
}
.sa_title_h4{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #2E3B52;
    color: #333;
}
.sa_btn{
    background-color: #134A8D;
    padding: 7px 27px;
    color: #fff;
    font-weight:500;
    font-size: 16px;
    border: 1px solid #134A8D;
    border-radius: 5px;
    font-family: 'Roboto', Arial, sans-serif;
    transition: all 0.2s ease-in-out;
}
.sa_btn:hover{
    background-color: #D1A858;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #bd8e30;
}
.sa_reset{
    background-color: #fff;
    color: #134A8D;
    margin-right: 10px;
}
.sa_reset:hover{
    background-color: #fff;
    color: #bd8e30;
    border: 1px solid #bd8e30;
}
.uk-width-100{width:100%;}
.uk-width-4-8{width:48%}
input[type="text"]:disabled {
    background: #f5f5f5;
}