/*Блок подтверждения*/
div.gridview div.gridview_item div.reject_block div.arrow-up
{
    width: 0; 
    height: 0;
    position: relative;
    margin-left: 95px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;	
    border-bottom: 10px solid rgb(255,255,255);

}
div.gridview div.gridview_item div.reject_block div.content
{
    background: #fff;
    right: 20px;
    height: 90px;
    margin-top: -1px;
    background: #fff;
    border-radius: 3px;	
    padding: 15px 14px 0px 14px;
    border: 1px solid #eaeaea;
    box-shadow: 0px 0px 15px 0px rgba(67, 72, 80, 0.18);	
}
div.gridview div.gridview_item div.reject_block div.content div.title
{
    font-size: 14px;
    color: #000;
    text-align: left;
    line-height: 19px;
}
div.gridview div.gridview_item div.reject_block div.content div.action
{
    text-align: center;
    margin-top: 15px;
}
div.gridview div.gridview_item div.reject_block div.content div.action a.reject
{
    background: #fff;
    color: #64b5f6 !important;
    border: 1px solid #bababa;
}

div.ui-dialog div.gridview,
div.gridview.table
{
    background-color: #ffffff;
}

div.gridview div.grid_filter
{
    display: block;
    background-color: #fff;
    margin-top: 0px;
    padding: 0px 30px;
    padding-top: 20px;
    overflow: hidden;
}
div.gridview div.grid_filter div.export-buttons-container 
{
    float: right;    
}
div.gridview div.grid_filter div.filter_switch_container 
{
    overflow: hidden;    
}
div.gridview div.grid_filter div.filter_switch_container div.filter_switch 
{
    float: left;    
}
div.gridview div.grid_filter div.filter_switch_container div.grid_buttons 
{
    float: right;    
}
div.gridview div.grid_filter div.grid_buttons a.excel 
{
    font-size: 0px;
    color: #fff;
    width: 30px;
    height: 30px;
    background-image: url("images/2excel.png");
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}
div.gridview div.grid_filter.active form,
div.gridview div.grid_filter.active div.form
{
    display: block;
    border-bottom: 1px solid #bbb;
}
div.ui-dialog div.grid_filter button.clear 
{
    background-color: #fff;
    border: 0px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-image: url("images/gridview/close_dark.png");
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0px;
    float: right;
}
div.gridview div.grid_filter div.filter_switch
{
    padding: 3px 0px;
    color: #646b75;
    cursor: pointer;
    display: inline-block;
    padding-left: 35px;	
    background: url("images/gridview/filter_off.png") no-repeat left center;
}
div.gridview div.grid_filter.active div.filter_switch
{
    background: url("images/gridview/filter_on.png") no-repeat left center;
}
div.gridview div.grid_filter form,
div.gridview div.grid_filter div.form
{
    margin-top: 25px;
    display: none;
}
div.gridview div.grid_filter form table th,
div.gridview div.grid_filter div.form table th
{
    font-size: 16px;
    padding-bottom: 25px;
    color: #646b75;
    text-align: left;
}
div.gridview div.grid_filter form table td,
div.gridview div.grid_filter div.form table td
{
    color: #646b75;
    font-size: 14px;
    line-height: 20px;	
    padding-bottom: 10px;
    padding-top: 10px;
}
div.gridview div.grid_filter form table td:nth-child(even),
div.gridview div.grid_filter div.form table td:nth-child(even)
{
    text-align: left;
    padding-left: 30px;	
}
div.gridview div.grid_filter form input[type='checkbox'],
div.gridview div.grid_filter div.form input[type='checkbox']
{
    padding: 5px;
}
div.gridview div.grid_filter form select,
div.gridview div.grid_filter div.form select
{
    padding: 6px 6px;
    font-size: 14px;
    color: #646b75;
    border:1px solid #bbb;
}
div.gridview div.grid_filter form input[type='text'],
div.gridview div.grid_filter div.form input[type='text']
{
    padding: 6px 6px;
    font-size: 14px;
    color: #646b75;
    border:1px solid #bbb;
}
div.gridview div.grid_filter form input[type='text']::placeholder,
div.gridview div.grid_filter div.form input[type='text']::placeholder,
div.gridview div.grid_filter form input[type='text']::-moz-placeholder,
div.gridview div.grid_filter div.form input[type='text']::-moz-placeholder,
div.gridview div.grid_filter form input[type='text']::-ms-input-placeholder,
div.gridview div.grid_filter div.form input[type='text']::-ms-input-placeholder,
div.gridview div.grid_filter form input[type='text']::-webkit-input-placeholder,
div.gridview div.grid_filter div.form input[type='text']::-webkit-input-placeholder
{
    color: #bbb;    
}
div.gridview div.grid_filter form input[type='text'].small,
div.gridview div.grid_filter div.form input[type='text'].small
{
    width: 184px;
}
div.gridview div.grid_filter form input[type='text'].middle,
div.gridview div.grid_filter div.form input[type='text'].middle
{
    width: 400px;
}
div.gridview div.grid_filter form input[type='text'].big,
div.gridview div.grid_filter div.form input[type='text'].big
{
    width: 600px;
}
div.gridview div.grid_filter form div.action_buttons,
div.gridview div.grid_filter div.form div.action_buttons
{
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}
div.gridview div.grid_filter form div.action_buttons button,
div.gridview div.grid_filter div.form div.action_buttons button
{
    background: #fff;
    color: #64b5f6;
    margin-left: 20px;
    margin-right:20px;
    font-size: 14px;
    padding: 5px 10px;
    border:1px solid #bbb;
    border-radius: 3px;
    cursor: pointer;
}
div.gridview div.grid_filter form div.action_buttons button:hover,
div.gridview div.grid_filter div.form div.action_buttons button:hover
{
    color: #fff;
    border:1px solid #64b5f6;
    background: #64b5f6;
}
div.gridview div.grid_pager
{
    display: table;
    background-color: #fff;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 20px;
}
div.gridview div.grid_pager:last-child 
{
    margin-top: 30px;    
}
div.gridview div.grid_pager div.page_container 
{
    display: table-cell;
    text-align: left;
    padding-left: 30px;
    vertical-align:middle;
}
div.gridview div.grid_pager div.page_container>span
{
    cursor: pointer;
    padding: 3px 2px;
    background: #fff;	
    display: table-cell;
    vertical-align: middle;
}
div.gridview div.grid_pager div.page_container>span.page>span
{
    padding: 7px 2px;
    display: block;
    min-width: 26px;
    text-align: center;
    color: #545a67;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 14px;
}
div.gridview div.grid_pager div.page_container>span.page:hover>span,
div.gridview div.grid_pager div.page_container>span.page.active>span
{
    background-color: #64b5f6;
    border: 1px solid #53a4e5;
    color: #fff; 
}
div.gridview div.grid_pager div.page_container>span.page.prev>span
{
    width: 35px;
    background: url("images/gridview/left_arrow.png") no-repeat center center;
    border: 1px solid #eee;
}
div.gridview div.grid_pager div.page_container>span.page.next>span
{
    width: 35px;
    background: url("images/gridview/right_arrow.png") no-repeat center center;
    border: 1px solid #eee;
}
div.gridview div.grid_pager div.page_container>span.desc
{
    font-size: 12px;
    color: #646b75;
    margin-top: 11px;
    padding-left: 15px;
    display: table-cell;
    vertical-align:middle;	
}
div.gridview div.grid_pager div.sort_container
{
    display: table-cell;
    vertical-align:middle;
}
div.gridview div.grid_pager div.sort_container span
{
    font-size: 14px;
    padding-right: 20px;
    color: #646b75;
}
div.gridview div.grid_pager div.rp_container
{
    display: table-cell;
    padding-right: 30px;
    vertical-align:middle;
    text-align: right;
}
div.gridview div.grid_pager div.rp_container span
{
    font-size: 14px;
    padding-right: 20px;
    color: #646b75;	
}
div.gridview div.grid_pager select
{
    padding: 5px 10px;
    font-size: 14px;
    color: #646b75;
}
div.gridview div.grid_pager select option
{
    font-size: 14px;
    color: #646b75;	
}
div.gridview div.grid_content
{
    min-height: 30px;
    padding: 0px;
}
div.gridview div.grid_content div.total
{
    display: none;
    margin-top: 15px;
    font-size: 12px;
    font-weight: bold;
    color: #8a929e;
    text-transform: uppercase;
}
/*Строка Грида*/
div.gridview div.gridview_item
{
    margin-top: 30px;
    margin-bottom: 0px;
}
div.gridview div.gridview_item table
{
    width: 100%;
    background-color: #fff;
    border: 1px solid rgb(233, 233, 233);
    border-collapse: collapse;
}
div.gridview div.gridview_item table tr>td
{
    border: 1px solid rgb(233, 233, 233);
    padding: 20px 20px;
    text-align: left;
}
div.gridview div.gridview_item span
{
    font-size: 14px;
    line-height: 20px;
    color: #444;
}
div.gridview div.gridview_item span.number a:visited {
    color:#af1ad3;
    }


    div.gridview div.gridview_item span.marketplace,
    div.gridview div.gridview_item span.marketplace  a{
        color: #64b5f6;
        float: right;
        font-size: 14px;
        line-height: 0;
        font-weight: bold;
    }

    div.gridview div.gridview_item span.caption,
    div.gridview div.gridview_item span.tooltip {
        display: block;
        margin-bottom: 5px;
        font-size: 10px;
        line-height: 12px;
        color: #8a929e;
        text-transform: uppercase;
    }
div.gridview div.gridview_item span.tooltip 
{
    display: block;
    margin-top: 5px;
    font-size: 12px;
    line-height: 14px;
    color: #8a929e;
    text-transform: uppercase;
}
div.gridview div.gridview_item span + span.caption 
{
    margin-top: 15px;
}
div.gridview div.gridview_item span.caption.big 
{
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    color:#444
}
div.gridview div.gridview_item span.copy a
{
    display: block;
    width: 32px;
    height: 32px;
    font-size: 0px;
    background: url("images/icons/copy.png") no-repeat center center;
    float: right;
}
div.gridview div.gridview_item div.block_table
{
    display: table;
}
div.gridview div.gridview_item div.block_row
{
    display: table-row;
}
div.gridview div.gridview_item div.td
{
    display: table-cell;
}
div.gridview div.gridview_item div.state.public
{
    font-size: 14px;
    display:inline-block;
    color: #3fca4a;
    padding:5px 10px;
    text-align: center;
    border:1px solid #3fca4a
}
div.gridview div.gridview_item div.state.unpublic
{
    font-size: 14px;
    display:inline-block;
    margin-left:auto;
    margin-right:auto;
    color: #ca3f4a;
    padding:5px 10px;
    text-align: center;
    border:1px solid #ca3f4a
}
/*Гриде в виде таблице в диалоговом окне*/
div.gridview_table.ui-dialog
{
    position: absolute;
    background-color: transparent;
    background-image: none;
    border: 0px;
}
div.gridview_table.ui-dialog div.grid_filter
{
    position: absolute;
    right: 0px;
    top: 5px;
}
div.gridview_table div.grid_header, 
div.gridview_table div.grid_content 
{
    padding: 0px;
    width: 100%;
}
div.gridview_table.ui-dialog div.grid_header, 
div.gridview_table.ui-dialog div.grid_content 
{
    padding: 0px;
    background: transparent;
}
div.gridview_table.ui-dialog div.grid_header,
div.gridview_table.ui-dialog div.grid_content
{
    padding: 0px;
    margin-left: 30px;
    margin-right: 30px;
    border-bottom: 1px solid #aaa;
    width: 1040px;
}
div.gridview_table.ui-dialog div.grid_filter form,
div.gridview_table.ui-dialog div.grid_filter div.form
{
    margin-top: 0px !important;
    border-bottom: 0px !important;
}
div.gridview_table.ui-dialog div.ui-dialog-titlebar
{
    z-index: 1;
    height: 30px;
    background-color: transparent;
    background-image: none;
    border: 0px;
    padding: 0px;
    background: none;
}
div.gridview_table.ui-dialog div.ui-dialog-titlebar a.ui-dialog-titlebar-close,
div.gridview_table.ui-dialog div.ui-dialog-titlebar button.ui-dialog-titlebar-close
{
    position: absolute;
    right: -25px;
    width: 30px;
    height: 30px;
    border: 0px;
    background: url("images/gridview/close.png") no-repeat right top;
}
div.gridview_table.ui-dialog div.ui-dialog-titlebar a.ui-dialog-titlebar-close span,
div.gridview_table.ui-dialog div.ui-dialog-titlebar button.ui-dialog-titlebar-close span
{
    background: none;
}
    div.gridview_table span.ui-dialog-title
    {
        display: none;
    }

div.gridview_table .ui-dialog-content {
    background-color: #fff;
}
div.gridview_table div.grid_header
{
    border-bottom: 1px solid #aaa;
    min-height: 40px;
}
div.gridview_table div.grid_header,
div.gridview_table div.grid_content
{
    display: table;	
    margin-left: auto;
    margin-right: auto;    
}
div.gridview_table div.grid_header>div,
div.gridview_table div.grid_content>div
{
    display: table-row;
}
div.gridview_table div.grid_header>div>span,
div.gridview_table div.grid_content>div>span
{
    display: table-cell;
    border-collapse: collapse;
    text-align: left;
    overflow: hidden;
    vertical-align: middle;
}
div.gridview_table div.grid_content>div>span
{
    word-break: break-all;
}
div.gridview_table div.grid_header>div>span
{
    color: #646b75;	
    font-size: 10px;
    line-height: 12px;
    padding: 20px 5px;
    text-transform: uppercase;
}
div.gridview_table.ui-dialog div.grid_header>div>span 
{
    padding: 10px 5px;    
}
div.gridview_table div.grid_content>div>span
{
    color: #333;
    font-size: 12px;	
    padding: 5px 5px;
}
div.gridview_table div.grid_content>div:nth-child(even)
{
    background-color: #f5f5f5;
}
div.gridview_table button.close
{
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}
div.gridview_table div.total
{
    display: none !important;
}
div.gridview_table.ui-dialog-content
{
    padding: 0px !important;
}
div.gridview_table.ui-dialog-content div.sort_container
{
    display: none !important;
}
div.gridview_table.ui-dialog-content div.rp_container
{
    display: none !important;
}
div.gridview_table.ui-dialog-content div.page_container span.desc
{
    font-size: 12px;
}

/*Гриды*/
div.gridview div.grid_pager div.page_container > span.page.next > span,
div.gridview div.grid_pager div.page_container > span.page.prev > span
{
    border-color: #c9cdcf;
}

div.gridview div.grid_pager div.page_container > span.page{
	width:auto;
}

div.gridview .rp_container span,
div.gridview .sort_container span
{
    display: none !important;
}
div.gridview .page_container span.desc 
{
    font-size: 12px; 
}
div.gridview button.close
{
    float: left;
    opacity: 1;    
}
div.gridview div.gridview_item table tr > td
{
    border-color: #e3e5e9;
    border-collapse: collapse;
}
/*Табличный вид*/
div.gridview.sp_table
{
    margin: 0px;
    background-color: transparent;
}
div.gridview.sp_table>.grid_pager 
{
    box-shadow: none;	
}
div.gridview.sp_table>.grid_content>div.total 
{
    display: none;
}
div.gridview.sp_table>.grid_header>div>span,
div.gridview.sp_table>.grid_content>div>span
{
    display: table-cell;
    padding: 5px;
    font-size: 14px;
    color: #888888;
}
div.gridview.sp_table>.grid_header 
{
    margin-top: 20px;
    border-bottom: 1px solid #aaa;
}
div.gridview.sp_table>.grid_header>div>span 
{
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;	
}
div.gridview.sp_table>.grid_content 
{
    padding: 0px;
    margin: 0px;	
}
div.gridview.sp_table>.grid_header>div,
div.gridview.sp_table>.grid_content>.gridview_item
{
    display: table;	
}
div.gridview.sp_table>.grid_header>div>span,
div.gridview.sp_table>.grid_content>.gridview_item>span
{
    display: table-cell;
    vertical-align: middle;
}
/*Статусы*/
div.gridview div.gridview_item span.status.active
{
    padding-left: 20px;
    background: url("images/gridview/status_actual.png") no-repeat left center;
}
div.gridview div.gridview_item span.status.finish
{
    padding-left: 20px;
    background: url("images/gridview/status_finish.png") no-repeat left center;
}
div.gridview div.gridview_item span.status.unactive
{
    padding-left: 20px;
    background: url("images/gridview/status_unactual.png") no-repeat left center;
}
div.gridview div.gridview_item span.status.create
{
    padding-left: 20px;
    background: url("images/gridview/status_create.png") no-repeat left center;
}
div.gridview div.gridview_item span.status.execute
{
    padding-left: 20px;
    background: url("images/gridview/status_execute.png") no-repeat left center;
}

/*Строка факта ненадлежащего исполнения*/
div.gridview div.gridview_item.sp_unfair td.name
{
    width: 75%;
}
div.gridview div.gridview_item.sp_unfair span.number 
{
    margin-top: 15px;
}
/*Строка октмо*/
div.gridview div.gridview_item.sp_oktmo span.check
{
    width:50px;
}
div.gridview div.gridview_item.sp_oktmo span.code
{
    width:100px;
}
/*Строка заказчиков*/
div.gridview div.gridview_item.sp_customer span.name a
{
    font-size: 16px;
    font-weight: bold;
    color: #64b5f6;
}
div.gridview div.gridview_item.sp_customer table tr:first-child td:last-child
{
    width: 230px;	
}
div.gridview div.gridview_item.sp_customer table tr:last-child td
{
    vertical-align: top;
}
div.gridview div.gridview_item.sp_customer table tr td.boss
{
    width: 30%;	
}
div.gridview div.gridview_item.sp_customer table tr td.phone
{
    width: 20%;
    white-space: pre-wrap;
    word-break: break-all;
}
/*Строка заявок*/
div.gridview div.gridview_item.sp_bid table td
{
    padding-top: 10px;
    padding-bottom: 10px;
}
div.gridview div.gridview_item.sp_bid table tr:first-child>td:last-child
{
    width: 25%;
    border-left-width: 1px;
    vertical-align: top;
}
div.gridview div.gridview_item span 
{
    color: #444;    
}
div.gridview div.gridview_item span.big
{
    font-size: 18px;
    color: #444;
}
div.gridview div.gridview_item.sp_bid table td.regdate
{
    width: 20%;
}
div.gridview div.gridview_item.sp_bid span.reg_number a
{
    font-size: 16px;
    font-weight: bold;
    color: #64b5f6;
}
div.gridview div.gridview_item.sp_bid span.summa
{
    display: block;
    font-size: 25px;
    margin-bottom: 15px;
}
div.gridview div.gridview_item.sp_bid span.status
{
    display: block;
    margin-bottom: 15px;
}
div.gridview div.gridview_item.sp_bid span.winner 
{
    color: #d5d53f;
}
/*Строка извещения*/
div.gridview div.gridview_item.sp_notice table tr:first-child>td:last-child
{
    width: 25%;
    vertical-align: top;
}
div.gridview div.gridview_item.sp_notice span.regnumber a
{
    font-size: 16px;
    font-weight: bold;
    color: #64b5f6;
}
div.gridview div.gridview_item.sp_notice span.nmck
{
    display: block;
    font-size: 25px;
    margin-bottom: 15px;
}
div.gridview div.gridview_item.sp_notice span.status
{
    display: block;
    margin-bottom: 15px;
}
div.gridview div.gridview_item.sp_notice span.period
{
    display: block;
    margin-bottom: 25px;
}
div.gridview div.gridview_item.sp_notice span.customer a
{
    color: #64b5f6;
    text-transform: uppercase;
}
div.gridview div.gridview_item span.unit_trade 
{
    background-color: #7cfc00;
    float: right;
    font-weight: bold;
    cursor: default;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    font-size: 16px;
}


div.gridview div.gridview_item span.smp {
    float: right;
    margin-left: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    padding: 3px 6px;
    border-radius: 3px;
    text-transform: uppercase;
    background-color: #64b5f6;
}

/*Строка оферты*/
div.outblock_buttons
{
    float: none;
    text-align: right;
    margin: 0px;
    padding-bottom: 10px;
}
div.gridview div.gridview_item.sp_offer
{
    position: relative;
}
div.gridview div.gridview_item.sp_offer table tr:first-child>td:last-child
{
    width: 25%;
    vertical-align: top;
}
div.gridview div.gridview_item.sp_offer span.caption.regnumber
{
    font-weight: bold;
}
div.gridview div.gridview_item.sp_offer span.name a
{
    font-size: 16px;
    font-weight: bold;
    color: #64b5f6;
}
div.gridview div.gridview_item.sp_offer span.customer a
{
    color: #64b5f6;
}
div.gridview div.gridview_item.sp_offer span.pos_path
{
    display: block;
    color: #8e8e8e;
    margin-top: 2px;
    margin-bottom: 10px;
}
div.gridview div.gridview_item.sp_offer span.places 
{
    display: block;
    color: #8e8e8e;
    margin-top: 2px;
    margin-bottom: 10px;    
}
div.gridview div.gridview_item.sp_offer span.pos_code
{
    margin-bottom: 0px;
}
div.gridview div.gridview_item.sp_offer span.price
{
    display: block;
    font-size: 25px;
    margin-bottom: 15px;
}
div.gridview div.gridview_item.sp_offer span.status
{
    display: block;
    margin-bottom: 15px;
}
div.gridview div.gridview_item.sp_offer span.action_period
{
    display: block;
    margin-bottom: 15px;
}
div.gridview div.gridview_item.sp_offer td:last-child div
{
    float: left;
}
div.gridview div.gridview_item.sp_offer td:last-child div.td+div.td
{
    margin-left: 15px;
}
div.gridview div.gridview_item.sp_offer td:last-child button
{
    margin-top: 20px;
}
div.gridview div.gridview_item.sp_offer td button.button
{
    float: right;
    margin-left: 20px;
}
/*Строка поставщика*/
div.gridview div.gridview_item.sp_supplier tr:first-child td:first-child
{
    width: 60%;
}
div.gridview div.gridview_item.sp_supplier tr:first-child td:last-child
{
    width: 15%;
}
div.gridview div.gridview_item.sp_supplier span.name a
{
    font-size: 15px;
    color: #64b5f6;
}
div.gridview_table.supplier div.grid_header span.address,
div.gridview div.gridview_item.sp_supplier span.address 
{
    width: 350px;
}
div.gridview div.gridview_item.sp_supplier span.smp
{
    float: right;
    margin-left: 5px;
    margin-bottom: 10px;    
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    padding: 3px 6px;
    border-radius: 3px;
    text-transform: uppercase;
    background-color: #64b5f6;
}
div.gridview div.gridview_item.sp_supplier span.isp
{
    float: right;
    margin-left: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    padding: 3px 6px;
    border-radius: 3px;
    text-transform: uppercase;
    background-color: #64f6b5;
}

/*Строка контракта*/
div.gridview div.gridview_item.sp_contract table tr:first-child>td:first-child
{
    width: 60%;
}
div.gridview div.gridview_item.sp_contract table tr:first-child>td:last-child
{
    width: 25%;
    vertical-align: top;
}
div.gridview div.gridview_item.sp_contract span.regnumber
{
    font-size: 20px;
    color: #888;
}
div.gridview div.gridview_item.sp_contract span.name a,
div.gridview div.gridview_item.sp_contract span.customer a,
div.gridview div.gridview_item.sp_contract span.regnumber a
{
    font-size: 16px;
    text-transform: uppercase;
    color: #64b5f6;
}
div.gridview div.gridview_item.sp_contract span.nmck
{
    font-size: 22px;
    color: #444;
    display: block;
    margin-bottom: 15px;
}
div.gridview div.gridview_item.sp_contract span.summa
{
    display: block;
    font-size: 25px;
    margin-bottom: 15px;
}
div.gridview div.gridview_item.sp_contract span.status
{
    display: block;
    margin-bottom: 15px;
}
div.gridview div.gridview_item.sp_contract span.sign_date
{
    color: #883333;
}
div.gridview div.gridview_item.sp_contract span.in_date
{
    margin-bottom: 10px;
    display: block;
}
/*Заявка на комм. предложения*/
div.gridview div.gridview_item.sp_proposalsbid table tr:first-child>td:first-child {
    width: 50%;
}
div.gridview div.gridview_item.sp_proposalsbid table tr:first-child>td:last-child
{
    width: 25%;
    vertical-align: top;
}
/*Комм. предложения*/
div.gridview div.gridview_item.sp_proposal table tr:first-child>td:first-child 
{
    width: 60%;
}
div.gridview div.gridview_item.sp_proposal table tr:first-child>td:last-child
{
    width: 20%;
    vertical-align: top;
}
/*Грид Группы каталога ТРУ*/
div.gridview_table.posgroup div.grid_header>div>span.check,
div.gridview_table.posgroup div.grid_content>div>span.check
{
    width:80px;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
div.gridview_table.posgroup div.grid_header>div>span.name,
div.gridview_table.posgroup div.grid_content>div>span.name
{
    width:450px;
    text-align: left;
}
div.gridview_table.posgroup div.grid_header>div>span.req_q_name,
div.gridview_table.posgroup div.grid_content>div>span.req_q_name
{
    width:350px;
    text-align: left;
}

/*Грид позиции каталога ТРУ*/
div.gridview_table.pos div.grid_header>div>span.check,
div.gridview_table.pos div.grid_content>div>span.check
{
    width:30px;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

div.gridview_table.pos div.grid_header>div>span.number,
div.gridview_table.pos div.grid_content>div>span.number
{
    width: 90px;
}
div.gridview_table.pos div.grid_header>div>span.number a,
div.gridview_table.pos div.grid_content>div>span.number a
{
    color: #64b5f6;
}
div.gridview_table.pos div.grid_header>div>span.min_req,
div.gridview_table.pos div.grid_content>div>span.min_req
{
    width:200px;
}
div.gridview_table.pos div.grid_header>div>span.name,
div.gridview_table.pos div.grid_content>div>span.name
{
    text-align: center;
}
div.gridview_table.pos div.grid_header>div>span.unit,
div.gridview_table.pos div.grid_content>div>span.unit
{
    width:80px;
    text-align: center;
}
div.gridview_table.pos div.grid_header>div>span.price,
div.gridview_table.pos div.grid_content>div>span.price
{
    width:130px;
    text-align: right;
    padding-right: 10px;
}
div.gridview_table.pos div.grid_header>div>span.note,
div.gridview_table.pos div.grid_content>div>span.note
{
    width:160px;
    text-align: center;
    padding-right: 10px;
}
div.gridview_table.pos div.grid_header>div>span.properties,
div.gridview_table.pos div.grid_content>div>span.properties
{
    width: 110px;
    text-align: center;
}
div.gridview_table.pos div.grid_header>div>span.properties .button,
div.gridview_table.pos div.grid_content>div>span.properties .button
{
    font-size: 10px;
    padding: 3px 5px;
}

div.gridview a.excel,
div.gridview button.excel 
{
    height: 24px;    
    font-size:0px;
    display: inline-block;
    color: rgb(1, 87, 155);
    text-decoration: underline !important;
    padding-left: 32px;
    background: none;
    border: 0px;
    cursor: pointer;
    background-image: url("images/shared/xls.png");
    background-repeat: no-repeat;
    background-position: left center;
}
div.gridview a.html,
div.gridview button.html 
{
    height: 24px;
    display: inline-block;
    font-size: 0;
    color: rgb(1, 87, 155);
    text-decoration: underline !important;
    padding-left: 32px;
    background: none;
    border: 0px;
    cursor: pointer;
    background-image: url("images/shared/html.png");
    background-repeat: no-repeat;
    background-position: left center;
}
div.gridview a.link
{
    text-decoration:underline;
    cursor:pointer;
}
