/* filter form */
section.filter_form{
    margin:30px 0;
}

section.filter_form div.form_wrap{
    background:#f2f4f4;
    padding:30px;
    border-top:2px solid #353535;
    border-bottom:2px solid #353535;
    position:relative;
}

section.filter_form div.form_wrap:after{
    content:'';
    display:table;
    clear:both;
}

section.filter_form div.form_wrap select{
    background:#fff;
    padding:12px 40px 12px 20px;
    border:1px solid #cecece;
    border-radius:8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width:100%;
}

section.filter_form div.form_wrap div.select_wrap{
    position:relative;
    z-index:99;
    padding-top:30px;
}

section.filter_form div.form_wrap div.select_wrap:hover select{
    border:1px solid #353535;
    outline:none;
}

section.filter_form div.form_wrap select:focus{
    outline:none;
}

section.filter_form div.form_wrap div.select_wrap img{
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    width:12px;
    height:12px;
    z-index:999;
}

section.filter_form div.form_wrap input.text{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding:12px 20px;
    border-radius:4px;
    outline:none;
    width:100%;
    border:1px solid #aaa;
}

section.filter_form div.form_wrap input.text:focus{
    border:1px solid black;
}

section.filter_form div.form_wrap div.select_wrap label{
    position:absolute;
    top:0px;
    left:5px;
}

section.filter_form div.form_wrap button.btn{
    float:right;
}

section.filter_form div.form_wrap button.btn i.fa{
    position:relative;
    top:2px;
    left:-5px;
}

span.result_count{
    position:absolute;
    bottom:0;
    left:15px;
}

/* GRAD LIST */
section.grad_list{
    max-width:100%;
    overflow-x:hidden;
}

section.grad_list h3{
    background:#f2f4f4;
    padding:15px;
    margin:0;
    border:1px solid #d9dbdb;
    border-bottom-width:0;
}

section.grad_list table{
    width:100%;
    max-width:100%;
    margin-bottom:30px
}

section.grad_list td{
    padding:10px;
    border:1px solid #d9dbdb;
}