

/* Start:/local/components/webpult/tender.filter/templates/.default/style.css?1738670784999*/
.filter-button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;

    color: #231f20;
    text-decoration: none;
    -webkit-transition: color .35s;
    transition: color .35s;
}

.filter-menu .active .filter-button {
    border-bottom: solid 1px #59b129;
    padding-bottom: 11px;
}


.form_radio_btn {
    display: inline-block;
    margin-right: 10px;
}

.form_radio_btn input[type=radio] {
    display: none;
}

.form_radio_btn label {
    font-size: 0.83333em;
    display: inline-block;
    cursor: pointer;
    /*padding: 0px 15px;*/
    line-height: 34px;
    /*border: 1px solid #999;*/
    /*border-radius: 6px;*/
    user-select: none;
}


/* Checked */
.form_radio_btn input[type=radio]:checked + label {
    /*background: #ffe0a6;*/
    border-bottom: solid 1px #59b129;
}


/* Hover */
.form_radio_btn label:hover {
    /*color: #666;*/
}


/* Disabled */
.form_radio_btn input[type=radio]:disabled + label {
   background: #efefef;
    color: #666;
}
/* End */
/* /local/components/webpult/tender.filter/templates/.default/style.css?1738670784999 */
