


/* Start:/bitrix/components/remains/iblock.list/templates/home/style.css*/
.hidden {
    display: none;
}

#content .remains-list .table_item table td.center {
    width: 25%;
    background: none;
    line-height: 17px;
    text-align: center;
    vertical-align: middle;
}

#content .remains-list .order-filter {
    padding: 20px 0px 5px 0px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    min-height: 0px;
    margin: 0px 24px 10px 18px;
}

#content .remains-list .order-filter form, #content .remains-search .order-filter form {
    margin-top: 10px;
}

#content .remains-list .order-filter div.print #check-all {
    margin-right: 10px;
}

#print-remains {
    margin-left: 50px;
}

#content .remains-list .table_item table td {
    width: 31%;
}

#content .remains-list .table_item table td.center span {
    color: #999999;
}

#content .remains-list .table_item table td.title a {
    text-decoration: none;
    border-bottom-style: dashed;
    border-bottom-width: 2px;
}

#content .remains-list .table_item table td.title a:hover {
    text-decoration: none;
    border-bottom-style: dashed;
    border-bottom-width: 2px;
}

#content .remains-list .table_item table td.title a.active {
    color: #000000;
}

#content .remains-list .table_item table td.title .remain-checkbox {
    margin-right: 10px;
}

.order-filter span {
    display: inline-block;
    cursor: pointer;
    background-image: url(/images/updown.png);
    width: 9px;
    height: 7px;
}

.order-filter span.asc {
    background-position: -2px -4px;
}

.order-filter span.desc {
    background-position: -15px -4px;
}
/* End */
/* /bitrix/components/remains/iblock.list/templates/home/style.css */
