
/*Рейтинг*/
.stars_gray
{
    display: block;
    position: relative;
    font-size: 14px;
    color: #9aa2ae;
    padding-left: 85px;
    padding: 0px 0px 2px 85px;
    background: url("images/shared/stars_gray.png") no-repeat left center;
}
.stars_gray .stars_container
{
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    background: url("images/shared/stars_black.png") no-repeat left center;
}

/*ЭП*/
.eds center 
{
    display: none;
}
.eds>table 
{
    font-size: 12px;
    padding: 5px;
    color: #656565;
}
.eds>table td 
{
    padding: 5px 10px;
}
.eds>table td[colspan='2']
{
    font-weight: bold;
    font-size: 14px;
}
.eds>table td[colspan='2'] td 
{
    font-weight: normal;
    font-size: 12px;
    padding: 5px 10px;	
}

div.action_container
{
    overflow:hidden;
}
/*Группа ТРУ селектор*/
.posgroup_selector_container
{
    width: 100%;
    padding-left: 25px;
    padding-right:25px;
    margin-left: -25px;
                  
}
.posgroup_selector_container .posgroup_selector
{
    width: 100%;
    display: table;
    margin-left: -25px;
    margin-right: -25px;
    overflow: hidden;
    background-color: rgb(252, 252, 252);
}
.posgroup_selector_container .posgroup_selector>div
{
    display: table-row;
}
.posgroup_selector_container .posgroup_selector .type
{
    display: table-cell;
    background-color: rgb(252, 252, 252);
}
.protocol_files 
{
    margin-top: 15px;    
}
.fileContainer .delete_file_button 
{
    margin-top: 8px;
    color: #ffffff;
    border: 1px;
    border-radius: 3px;
    background-image: none;
    background-color: #f55f5f;
}
a.complaint-link 
{
    display: none;
}
div.supplier_regclassifier
{
    padding:5px 10px; 
    margin:5px 10px;
    float:left;
    border-radius: 3px;
    background:rgb(100,181,246);
    color:#ffffff;
    font-size: 14px;    
}
button.gridview.exportbutton.xls
{
    background-color:transparent;
    background:url("images/shared/xls.png") no-repeat center center;
    width:40px;
    height:40px;
    font-size:0px;
    border:0px;
}


/*Кнопки на скачивание документа со штампом подписи
    тут цвета у каждого региона свои
*/

ul.download {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #64b5f6;
}

ul.download > li {
        display: none;
        position: relative;
        padding: 6px 10px;

}

    ul.download > li:hover {
        color: #ffffff !important;
        background: #64b5f6 !important;
        border: 1px solid #64b5f6 !important;
    }


    ul.download > li:first-child {
        display: block;
    }

    ul.download:hover > li{
        display: block;

    }

    ul.download > li:hover > a.download {
        color: #fff !important;
    }
/*Кнопки на скачивание документа со штампом подписи*/