/*----------------------------------------------------------
                PAGEHEADER ELEMENTS LAYOUT
----------------------------------------------------------*/

/*------------------- LOGO SECTION ----------------------*/

.page-header .ClientContext 
{
    padding-top: 2px;
    padding-bottom: 2px;

    font-family: RobotoRegular;
    font-weight: bold;
    font-size: 11px;
    
    line-height: 12px;

    color: #4B6C9E;
    
    min-width: 65px;
    width: 65px;

    white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -hp-pre-wrap;
	word-wrap: break-word; 
}

/*-------------- SHOW BILL CONTENT PAGE -----------------*/

.header {
    margin: 10px auto 15px;
    text-align: center;
}

.content {
    width: 100%;
    margin: 10px 0;
    text-align: center;
}

.bill {
    margin: 0 auto;
    display: inline-block;
    color: #222222;
    border: 1px solid #BBBBBB;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    padding: 20px;
}

.font {
    white-space: nowrap;
    word-break: keep-all;
    text-align: left;
}

.font.normal,
.font.default,
.font.shtrih_1,
.font.shtrih_3,
.font.shtrih_5,
.font.shtrih_6,
.font.shtrih_7 {
    font-size: 13px;
    font-family: RobotoMono;
}

.font.total,
.font.shtrih_2 {
    font-size: 26px;
    font-family: RobotoMonoBold;
}

.font.bold,
.font.shtrih_4 {
    font-size: 13px;
    font-family: RobotoMonoBold;
}


.qrCode,
.barCode {
    color: #666666;
    border: 1px dashed #666666;
    margin: 10px auto;
    text-align: center;
    display: table;
}

.qrCode {
    height: 150px;
    width: 150px;
}

.barCode {
    height: 70px;
    width: 200px;
}

.qrCode .qrCodeData, 
.barCode .barCodeData {
    white-space: normal;
    word-break: break-all;
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
}

.hrLine {
    border: none;
    width: 90%;
    height: 1px;
    color: #666666;
    background-color: #666666;
}