/* Company Search Form */

.b-company-search {
    position  : relative;
    min-width : 700px;
}

    .b-company-search__form {
        text-align : center;
    }

    .b-company-search__input {
        width : 300px;
    }

    .b-company-search__count {
        position  : absolute;
        top       : 10px;
        right     : 10px;
        font-size : 30px;
    }

    .b-company-search__finded-companies {
        border     : 1px solid #e6e6e6;
        max-height : 200px;
        padding    : 0 20px 50px 10px;
        overflow-x : hidden;
        overflow-y : auto;
    }

    .b-company-search__info {
        padding    : 10px;
        text-align : center;
        font-size  : 18px;
    }


.b-csf-stripe {
    margin        : 3px 0;
    border        : 2px solid #d3d3d3;
    border-radius : 60px;
    text-align    : left;
}

    .b-csf-stripe--active {
        color       : white;
        font-weight : bold;
        background  : linear-gradient(#67c532, #4cb21e);
        box-shadow  : 0 2px 5px #699450;
    }

    .b-csf-stripe--inactive:hover {
        background-color : #ddf;
        border-color     : #876984
    }

    /* lkg0dzre: нарушает БЭМ, но так намного проще */
    .b-csf-stripe--inactive .b-csf-buttons {
        display : none;
    }

    .b-csf-stripe__master-id,
    .b-csf-stripe__name,
    .b-csf-stripe__url {
        display : inline-block;
        padding : 5px;
    }

    .b-csf-stripe__master-id {
        width      : 50px;
        text-align : right;
    }

    .b-csf-stripe__master-id--main {
        font-weight : bold;
    }

    .b-csf-stripe__url-link {
    }


.b-csf-buttons {
    padding      : 2px;
    float        : right;
    margin-right : 15px;
}

    .b-csf-buttons__button {
        font-weight : normal;
        font-size   : 13px;
    }

    .b-csf-buttons__icon {
        margin-top : 1px;
    }


.b-csf-to-be-continued {
    margin     : 20px;
    text-align : center;
    color      : grey;
    font-size  : 20px;
    font-style : italic;
}

/* TO REFACTOR


.ipr-search .stripe .url a
{
    background-color : white;
    padding          : 3px;
    margin-right     : 3px;
    text-decoration  : underline;
}



.ipr-search .stripe-inactive .add
{
    visibility : hidden;
}
