


/*	GROUP PRINT OVERRIDE CSS FILE  		*/
@media only print {

.page-header-section,
.panel-view-button,
.panel-title,
.dashboard-contents .left-panel,
.visible-xs,
span[id*='print_RespAccountDashboard'], 
.panel-action-items
{
    display: none !important;
}


.page-section-dashboard .right-panel
{
    position: absolute;
    top:0px;
    left:0px;
    background-color: #ffffff;
    width:740px;
    height: 1000px;
}

.hidden-xs {
    display: block !important;
}

.highcharts-container  {
    margin-left: 150px;
}

.panel-heading,
.app-table
{
    width:80%;
    margin: 0 auto;
}


.print-logo {
    position: absolute;
    top: 0px;
    left: 0px;
    width:180px;
    margin: 20px;
}

.print-account-table {
    margin-left: 400px;
    margin-top: 40px;
    width: 340px;
}

.print-chart-title {
    margin: 30px;
}

.print-footer {
    color: #666666;
    width:100%;
}

.print-footer table {
    width: 740px;
}
.print-footer tr td:first-child {
    width: 500px;
}
.print-logo-img {
    width: 180px;
}
}
