@page abstract {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 20px;
    margin-right: 20px;
    header: mainheader;
    footer: mainfooter;
}
@page specification { sheet-size: 216mm 330mm; size: portrait; }

div#abs {
    page: abstract;
}
div#specs {
    page: specification;
}
.header {
    font-family: Calibri, sans-serif;
}
.vsu-header-container {
    float: left;
    width: 250px;
    height: 60px;
    padding-left: 50px;
}
.break {
    page-break-after: always!important;
    page-break-before: always!important;
    page-break-inside: auto!important;
}
.offer-remark{
    font-style: italic;
    font-size: 12px;
    color: black!important;
}
.abs-title {
    font-weight: bold;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-top: 5px;
    letter-spacing: 2px;
    /*border: thick solid #0000FF;*/
    padding-left: 75px;
}
.abs-barcode-container {
    float: right;
    width: 250px;
    height: 40px;
    padding-top: 0px;
    /*border: thick solid #0000FF;*/
}
.table-project {
    width: 100%;
    padding-top: 0px;
    margin-top: 0px;
    border-collapse: collapse;
}
.table-project-td {
    margin: 0px;
    padding: 0px;
}
td {
    padding: 5px 0 5px 0;
    word-wrap: break-word;
}
td.header_details {
    padding: 5px 2px 5px 2px !important;
    word-wrap: break-word;
}
tr td.no-bottom-border {
    border-bottom: none
}
tr td.no-top-border {
    border-top: none;
}
td.row-details {
    padding: 3px 3px !important;
    text-align: center;
    font-size: 14px;
    /*margin: 5px 5px 5px 5px !important; ;*/
}
td.row-details-end {
    padding: 3px 3px !important;
    text-align: center;
    /*margin: 5px 5px 5px 5px !important; */
}
td.above-abc {
     background: #8DD3C7;
 }
td.award {
    background: yellow;
}
td.lcb {
    color: red;
}
td.items-details {
    padding: 2px 9px 2px 9px !important;
    font-size: 12px;
}
.bac_twg {
    padding-top: 30px;
    text-align: center;
}
.vertical_text {
    writing-mode:tb-rl;
    transform: rotate(90deg);
    white-space:nowrap;
    /*!*writing-mode: vertical-rl;*!*/
    /*!*text-orientation: mixed;*!*/
    /*writing-mode: vertical-rl;*/
    /*-webkit-writing-mode: vertical-rl;*/
    /*-ms-writing-mode: vertical-rl;*/
    color: #ff0000;
}
td.row-footer {
    padding: 0;
    word-wrap: break-word;
    font-size: 14px;
}
table {
    border-collapse: collapse;
}
body {
    font-family: Tahoma;
    font-size: 13px;
    color: black;
}

/*For the Legend box*/
.legend {
    /*border: 1px solid #999;*/
    width: 150px;
}
.legend-title{
    text-align: left;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 90%;
}
.legend-scale ul {
    margin: 0 0 0 30px;
    padding: 0;
    float: left;
    list-style: none;
}

.legend-scale ul li {
    font-size: 80%;
    list-style: none;
    margin-left: 0;
    line-height: 14px;
    margin-bottom: 2px;
}

.legend-labels li span {
    display: block;
    float: left;
    height: 16px;
    width: 30px;
    margin-right: 5px;
    margin-left: 0;
    border: 1px solid #999;
}
table {
    width: 100%;
    table-layout: fixed; /* Ensures equal spacing */
}
td, th {
    white-space: normal; /* Allows text wrapping */
}