/* XS */
#autority-filter {
	font-family: "OpenSansHebrew", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #323333;
    text-align: right;
    direction: rtl;
}

#autority-filter .hidden {
    display: none;
}

.filter .dropdown-parent{
	width: 100%;
    position: relative;
    display: block;
    cursor: pointer;
    margin-bottom: 10px;
}

.filter .dropdown {
    display: block;
    width: auto;
    height: 42px;
    margin-left: 7px;
    padding: 0 0;
    float: none;
    clear: none;
    border: 1px solid #c6cacc;
    border-radius: 3px;
    line-height: 37px;
    padding-right: 10px;
    position: relative;
}

.filter .dropdown.has-error{
	border-color: #d35d5d;
}

.filter .dropdown-parent.opened .dropdown {
    border-width: 1px;
    border-color: #ff9500;
}

.filter .dropdown-arrow,
.filter .dropdown-lbl-i,
.filter .dropdown-text {
    top: 0;
    color: #c8cbcc;
    bottom: 0;
    display: inline-block;
    text-align: right;
}
.filter .dropdown-text.selected-value{
    color: #323333;
}
.filter .dropdown-lbl-i {
    float: right;
}

.filter .dropdown-parent.opened .dropdown-arrow,
.filter .dropdown-parent.opened .dropdown-lbl-i,
.filter .dropdown-parent.opened .dropdown-sep,
.filter .dropdown-parent.opened .dropdown-text {
    color: #323333;
}

.filter .dropdown-sep {
	display: inline-block;
	margin-top: 7px;
    margin-right: 11px;
    margin-left: 12px;
    float: right;
}

.filter .dropdown-text {
    float: right;
}

.filter .dropdown-list {
    position: absolute;
    background: #ddd;
    display: none;
    min-width: 100%;
    background-color: #fff;
    border: 2px solid #eee;
    border-radius: 3px;
    height: 240px;
    overflow-y: scroll;
}

.filter .dropdown-list.opened{
	display: block;
}

.filter .dropdown-link {
    display: block;
    color: #222;
    font-family: 'Opensanshebrew regular',sans-serif;
    font-size: 16px;
    text-align: right;
    padding: 10px 20px;
}

.filter a.dropdown-link:hover{
    text-decoration: none;
    background-color: #eee;
}

.filter .dropdown-link.customized-inquiry-link{
    font-size: 13px;
    text-align: center;
    color: #33687c;    
}

.filter .dropdown-arrow{
	float: left;
	margin-left: 10px;
	font-size: 12px;
}


.filter .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: button;
    cursor: pointer;
}

.filter .btn.btn-start{
	width: 100%;
	height: 42px;
	vertical-align: top;
	background-color: #ff9500;
	color: white;
	font-weight: bold;
}

.filter .manufacturer-group{
    display: none;
}

.filter .inquiry {
    width: auto;
    margin-top: 10px;

    border: 2px solid #ff9403;
    padding: 5px 5px;
    text-align: center;
    display: none;
}

.filter .benefits {
    margin-top: 35px;
    margin-bottom: 45px;
}

.filter .benefits .benefit{
    background-image: url('../img/autority/bullet.png');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 35px;
    margin-bottom: 5px;
    vertical-align: center;
}

.filter .benefits .benefit span {
    font-size: 12px;
}

.filter .contact-us-form {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 25px;
}

.filter .contact-us-form .titles {
    background-image: url('../img/autority/ic-surprise.svg');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 45px;
}
.filter .contact-us-form h3 {
    margin-bottom: 0;
}

.filter .contact-us-form h5 {
    font-weight: normal;
    margin-top: 0;
}

.filter .contact-us-form input[type="text"] {
    min-width: 175px;
    height: 42px;
    margin-left: 7px;
    padding: 0 0;
    border: 1px solid #c6cacc;
    border-radius: 3px;
    line-height: 37px;
    padding-right: 10px;
    margin-bottom: 7px;
}

.filter .contact-us-form input[type="submit"] {
    background-color: #ff9400;
    border: 0;
    border-radius: 4px;
    height: 42px;
    color: white;
    font-weight: bold;
    padding-right: 15px;
    padding-left: 15px;
    cursor: pointer;

    display: block;
    min-width: 187px;
    -webkit-appearance: none;

}

.filter .contact-us-form .message span {
    font-weight: bold;
    color: red;
}

.filter .customized-inquiry {
    margin-top: 20px;
    margin-bottom: 25px;

    background-image: url('../img/autority/ic-search.png');
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 75px;    

}

.filter .contact-us {
    background-image: url('../img/autority/ic-faq.svg');
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 75px; 

    margin-bottom: 30px;   
}

.filter h3 {
    margin-bottom: 7px;
    margin-top: 0;
}

.filter p {
    margin-top: 0;
}

.filter .coop {
    margin-top: 60px;
}

.filter .coop h3 {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    height: 45px;
    margin-left: 10px;    
}

.filter .coop a {
    display: inline-block;
    height: 30px;
}

/* MD */

@media(min-width:992px){

    #filter-collapse{
        margin-top: 30px;
    }

    .filter .dropdown-parent{
        width: auto;
        display: inline-block;
        margin-bottom: 0;       
    }   

    .filter .dropdown {
        display: inline-block;
        width: 170px;
    }

    .filter .dropdown-parent[data-name="engine"] .dropdown{
        width: 145px;
    }

    .filter .dropdown-link {
        font-size: 16px;
        padding: 12px 20px;
    }

    .filter .btn.btn-start{
        width: 64px;
        color: transparent;
        background-image: url('../img/autority/ic-arrow-next.svg');
        background-position: center center;
        background-size: 24px 24px;
        background-repeat: no-repeat;
    }

    .filter .btn.btn-loading{
        background-image: none;
        color: white;
    }

    .filter span.error{
        position: absolute;
        background-color: white;
        top: -55px;
        border-radius: 3px;
        width: 100%;
        right: 0;
        opacity: 0.9;
        color: black;
        border: 1px solid #eee;
        font-size: 13px;
    }
    .filter span.error::after{
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -8px;
        width: 0;
        height: 0;
        border-top: 8px solid #eee;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
    }    

    .filter .inquiry {
        width: 550px;
    }

    .filter .benefits .benefit{
        width: 20%;
        display: inline-block;
        margin-bottom: 12px;        
    }    

    .filter .contact-us-form input[type="submit"] {
        display: inline-block;
        min-width: auto;
    }    
}