
.print-report .container-report {
    border: 1px solid #eaf7fc;
    min-width: 800px;
}

.print-report .body-report.body-report-large, .print-report .header-report.header-report-large {
    min-width: 800px;
}

.print-report .header-report {
    position: relative;
    width: 100%;
    background-color: #eaf7fc;
    padding: 12px 24px;
    z-index: 20;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.print-report .header-report .table {
    display: table;
    width: 100%;
}

.print-report .header-report .row {
    display: table-row;
    width: 100%;
}

.print-report .header-report .row .left {
    display: table-cell;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.print-report .header-report .row .right {
    text-align: left;
    display: table-cell;
    vertical-align: top;
    width: 95px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.print-report .header-report h1.title-report {
    margin: 0 0;
    padding: 0 0;
    vertical-align: middle;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #005b88;
    text-align: left;
    text-transform: capitalize;
}

.print-report .header-report .powered {
    margin: 0 0;
    padding: 0 0;
}

.print-report .header-report .powered h6 {    
    margin: 0 0;
    padding: 0 0;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #005b88;
    text-align: left;
}

.print-report .header-report .powered img {
    max-height: 24px; 
}

.print-report .body-report {
    position: relative;
    float: none;
    width: 100%;
    z-index: 50;
}

.print-report .body-report .top {
    position: relative;
    float: none;
    width: 100%;
    border-bottom: 1px solid #eaf7fc;
    padding: 24px 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.print-report .body-report .top h1 {
    margin: 0 0 4px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #444444;
}

.print-report .body-report .top h1.highlight {
    margin: 4px 0 4px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 64px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #2daee5;
}

.print-report .body-report .top h2 {
    margin: 24px 0 0 0;
    vertical-align: top;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #757575;
}

.print-report .body-report .top h2.first-item {
    margin: 0 0;
}

.print-report .body-report .top h5 {
    width: 100%;
    margin: 0 0 4px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #757575;
}

.print-report .body-report .top p {
    width: 100%;
    margin: 2px 0 2px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: var(--black);
}

.print-report .body-report .top .table {
    display: table;
    width: 100%;
}

.print-report .body-report .top .row {
    display: table-row;
    width: 100%;
}

.print-report .body-report .top .left {
    display: table-cell;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
}

.print-report .body-report .top .left-number {
    display: table-cell;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 150px;
}

.print-report .body-report .top .right {
    display: table-cell;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
}

.print-report .body-report .top .right-number {
    display: table-cell;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: unset;
}


.print-report .body-report section {
    padding: 24px 24px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #eaf7fc;
}

.print-report .body-report section .content {
    padding: 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.print-report .body-report table {
    padding: 0 0;
    margin: 0 0;
}

.print-report .body-report .table-sm-sec table {
    width: unset !important;
}

.print-report .body-report table tr td {
    padding: 2px 0;
    vertical-align: top;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #444444;
}

.print-report .body-report table tr td h2 {
    margin: 24px 0 0 0;
    vertical-align: top;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #757575;
}

.print-report .body-report table tr td h2.first-item {
    margin: 0 0;
}

.print-report .body-report table tr td b {
    margin: 0 0 4px 0;
    vertical-align: top;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #444444;
}

.print-report .body-report table tr td span {
    margin: 0 0 4px 0;
    vertical-align: top;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #757575;
}

.print-report .body-report table tr td a {
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #2daee5;
}

.print-report .body-report .bottom {
    position: relative;
    float: none;
    width: 100%;
    padding: 24px 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.print-report .body-report .bottom .table {
    display: table;
    width: 100%;
}

.print-report .body-report .bottom .row {
    display: table-row;
    width: 100%;
}

.print-report .body-report .bottom .left {
    display: table-cell;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 64px;
}

.print-report .body-report .bottom .center {
    display: table-cell;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.print-report .body-report .bottom .right {
    display: table-cell;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100px;
    text-align: right;
}

.print-report .body-report .bottom h3 {
    margin: 0 0 4px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #005b88;
}

.print-report .body-report .bottom h6 {
    width: 100%;
    margin: 0 0 4px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #757575;
}

.print-report .body-report .bottom .left img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.print-report .body-report .bottom h2 {
    margin: 24px 0 0 0;
    vertical-align: top;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #757575;
}

.print-report .body-report .bottom h2.first-item {
    margin: 0 0;
}

.print-report .body-report .bottom h5 {
    width: 100%;
    margin: 0 0 4px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #757575;
}

.print-report .body-report .bottom p {
    width: 100%;
    margin: 2px 0 2px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: var(--black);
}

.print-report .body-report .bottom-top {
    border-bottom: 1px solid #eaf7fc;
}

.print-report .body-report img {
  cursor: default;
}

.print-report .body-report img:hover {
  cursor: default;
  filter:alpha(opacity=100);
  opacity:1;
}



.print-report .body-report section {
    padding: 0px 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #eaf7fc;
}

.print-report .body-report section .content {
    padding: 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.print-report .body-report section .content .item {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

.print-report .body-report section .content .summary {
    width: 100%;
    padding: 14px 0 30px 0;
}

.print-report .body-report section .content .summary .new-line {
    padding: 15px 0;
}

.print-report .body-report table {
    padding: 0 0;
    margin: 0 0;
    width: 100%;
}

.print-report .body-report table tr td {
    padding: 2px 0;
    vertical-align: top;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #444444;
}

.print-report .body-report table tr td.text-right {
    text-align: right;
    padding-right: 24px;
}

.print-report .body-report table tr td.text-right h3 { 
  text-align: right;
}

.print-report .body-report table tr td.last {
    padding-right: 0px;
}

.print-report .body-report table tr td h1 {
    margin: 0 0 4px 0;
    vertical-align: top;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #005b88;
}

.print-report .body-report table tr td h3 {
    margin: 0 0 4px 0;
    vertical-align: top;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #757575;
    text-transform: capitalize;
}

.print-report .body-report table tr td b {
    margin: 0 0 4px 0;
    vertical-align: top;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #444444;
}

.print-report .body-report table tr td span {
    margin: 0 0 4px 0;
    vertical-align: top;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #444444;
}

.print-report .body-report table tr td.new-line {
    padding: 4px 0;
}

.print-report .body-report table tr td.sub {
    padding-top: 5px;
    vertical-align: middle;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #444444;
}

.print-report .body-report section .content .summary table tr td {
    padding: 10px 0;
}

.print-report .body-report section .content .summary table tr td.summary-text {
    padding-right: 20px;
    vertical-align: middle;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #444444;
}





.print-report .content-sec {
    display: flex;
}

.print-report .content-sec .avatar {
    width: 64px;
}

.print-report .content-sec .content {
  margin-left: 20px;
}







.print-report-invoice {
    /*position: absolute;
    top: 0;
    left: 0;*/
    width: 100%;
    min-height: 100%;
}

.print-report-invoice .container-report {
    border: 1px solid #eaf7fc;
    min-width: 750px;
}

.print-report-invoice .body-report.body-report-large, .print-report-invoice .header-report.header-report-large {
    min-width: 750px;
}

.print-report-invoice .header-report {
    position: relative;
    width: 100%;
    background-color: #eaf7fc;
    padding: 12px 24px;
    z-index: 20;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.print-report-invoice .header-report .table {
    display: table;
    width: 100%;
}

.print-report-invoice .header-report .row {
    display: table-row;
    width: 100%;
}

.print-report-invoice .header-report .row .left {
    display: table-cell;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.print-report-invoice .header-report .row .right {
    text-align: left;
    display: table-cell;
    vertical-align: top;
    width: 95px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.print-report-invoice .header-report h1.title-report {
    margin: 0 0;
    padding: 0 0;
    vertical-align: middle;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #005b88;
    text-align: left;
    text-transform: capitalize;
}

.print-report-invoice .header-report .powered {
    margin: 0 0;
    padding: 0 0;
}

.print-report-invoice .header-report .powered h6 {    
    margin: 0 0;
    padding: 0 0;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #005b88;
    text-align: left;
}

.print-report-invoice .header-report .powered img {
    max-height: 24px; 
}

.print-report-invoice .body-report {
    position: relative;
    float: none;
    width: 100%;
    z-index: 50;
}

.print-report-invoice .body-report .top {
    position: relative;
    float: none;
    width: 100%;
    border-bottom: 1px solid #eaf7fc;
    padding: 24px 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.print-report-invoice .body-report .top h1 {
    margin: 0 0 4px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #444444;
}

.print-report-invoice .body-report .top h5 {
    width: 100%;
    margin: 0 0 4px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #757575;
    text-transform: capitalize;
}

.print-report-invoice .body-report .top p {
    width: 100%;
    margin: 0 0 4px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #757575;
}

.print-report-invoice .body-report .top h1.status {
    margin: 0 0 4px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #00b3cc;
    text-transform: capitalize;
}

.print-report-invoice .body-report .top h1.status.success {
    color: #00b3cc;
    /*color: #5bc43b;*/
}

.print-report-invoice .body-report .top h1.status.failed {
    color: #ee2d56;
}

.print-report-invoice .body-report .top .table {
    display: table;
    width: 100%;
}

.print-report-invoice .body-report .top .row {
    display: table-row;
    width: 100%;
}

.print-report-invoice .body-report .top .left {
    display: table-cell;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 40%;
}

.print-report-invoice .body-report .top .right {
    display: table-cell;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 60%;
}

.print-report-invoice .body-report .top .right .table-column {
    float: right;
    display: table;
    width: 100%;
}

.print-report-invoice .body-report .top .right .row-column {
    display: table-row;
}

.print-report-invoice .body-report .top .right .column {
    display: table-cell;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    //min-width: 100px;
    padding-right: 24px;
}

.print-report-invoice .body-report .top .right .column.last {
    padding-right: 0px;
}

.print-report-invoice .body-report section {
    padding: 0px 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #eaf7fc;
}

.print-report-invoice .body-report section .content {
    padding: 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.print-report-invoice .body-report section .content .item {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

.print-report-invoice .body-report section .content .summary {
    width: 100%;
    padding: 14px 0 30px 0;
}

.print-report-invoice .body-report section .content .summary .new-line {
    padding: 15px 0;
}

.print-report-invoice .body-report table {
    padding: 0 0;
    margin: 0 0;
    width: 100%;
}

.print-report-invoice .body-report table tr td {
    padding: 2px 0;
    vertical-align: top;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #444444;
}

.print-report-invoice .body-report table tr td.text-right {
    text-align: right;
    padding-right: 24px;
}

.print-report-invoice .body-report table tr td.last {
    padding-right: 0px;
}

.print-report-invoice .body-report table tr td h1 {
    margin: 0 0 4px 0;
    vertical-align: top;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #005b88;
}

.print-report-invoice .body-report table tr td h3 {
    margin: 0 0 4px 0;
    vertical-align: top;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #757575;
    text-transform: capitalize;
}

.print-report-invoice .body-report table tr td b {
    margin: 0 0 4px 0;
    vertical-align: top;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #444444;
}

.print-report-invoice .body-report table tr td span {
    margin: 0 0 4px 0;
    vertical-align: top;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #444444;
}

.print-report-invoice .body-report table tr td.new-line {
    padding: 4px 0;
}

.print-report-invoice .body-report table tr td.sub {
    padding-top: 5px;
    vertical-align: middle;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #444444;
}

.print-report-invoice .body-report section .content .summary table tr td {
    padding: 10px 0;
}

.print-report-invoice .body-report section .content .summary table tr td.summary-text {
    padding-right: 20px;
    vertical-align: middle;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #444444;
}

.print-report-invoice .body-report .link-sec {
    padding: 16px 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #eaf7fc;
}

.print-report-invoice .body-report .link-sec p {
    margin: 0 0 4px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #444444;
}

.print-report-invoice .body-report .link-sec a {
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #2daee5;
}

.print-report-invoice .body-report .bottom {
    position: relative;
    float: none;
    width: 100%;
    padding: 24px 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.print-report-invoice .body-report .bottom .table {
    display: table;
    width: 100%;
}

.print-report-invoice .body-report .bottom .row {
    display: table-row;
    width: 100%;
}

.print-report-invoice .body-report .bottom .left {
    display: table-cell;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 64px;
}

.print-report-invoice .body-report .bottom .right {
    display: table-cell;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.print-report-invoice .body-report .bottom h3 {
    margin: 0 0 4px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #005b88;
}

.print-report-invoice .body-report .bottom h6 {
    width: 100%;
    margin: 0 0 4px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #757575;
}

.print-report-invoice .body-report .bottom .left img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.print-report-invoice .body-report .bottom-top {
    border-bottom: 1px solid #eaf7fc;
}


