/* print.css */
body {
    line-height:1.5;
    font: normal 10pt Arial,Helvetica,sans-serif;
    color:#000;
    background:none;
}
.wrapper{
    margin: 0;
}
.navbar,#routes-form,#status-form,#files-grid,.files,#docs-form,#footer,.yiiLog,.related-docs{
    display: none;
}

.table th, .table td {
    border-bottom: 1px solid #DDDDDD;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    padding: 0 4px;
}
.table th {
    font-weight: bold;
}
table.detail-view th {
    width: 160px;
    text-align: right;
}
h1 {
    font-size: 20px;
    line-height: 24px;
}
blockquote small:before {
    content: "— ";
}
blockquote small {
    display: inline;
}
small {
    font-size: 80%;
}
strong {
    font-weight: bold;
}
blockquote.group {
    margin: 9px 0 0;
}
blockquote.user {
    margin: 1px 0 0 20px;
}
/*ХАК для того, чтобы договор был выше, чем лист рассмотрения*/
/*.container-fluid{
    display: table; 
    width: 100%;
}*/
.container-fluid{
     width: 100%;
}
/*.span5 {display: table-row-group; }*/ /* Will display at the bottom of pseudo-table */
/*.span7 {display: table-header-group; }*/ /* Will display at the top */    
.span7{page-break-before: always;}
.row-fluid > [class*="span"] {
    float: none;
    width: 96%;
}
/*
.container {background:none;}
hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;}
code {font:.9em "Courier New", Monaco, Courier, monospace;}
a img {border:none;}
p img.top {margin-top:0;}
blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
.small {font-size:.9em;}
.large {font-size:1.1em;}
.quiet {color:#999;}
.hide {display:none;}
a:link, a:visited {background:transparent;font-weight:700;text-decoration:underline;}
a:link:after, a:visited:after {content:" (" attr(href) ")";font-size:90%;}
*/