﻿.backpack-header { background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ebf1f6)); background: -moz-linear-gradient(top, #fff, #ebf1f6); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = #ffffff, endColorstr = #ebf1f6)"; position: relative; margin-bottom: 40px; height: 138px; width: 100%; }
.backpack-header .welcomeBox { position: absolute; top: 0; left: 10px; background: url('https://securemedia.applygovt.com/id/mgs/6914/backpack.png'); background-repeat: no-repeat; width: 125px; height: 138px; }
.backpack-header .heading { /*margin-left: 145px;*/ padding-top: 35px; }
.backpack-header .heading h1 { padding:0!important; }
.backpack-header .tour { position: absolute; right: 50px; bottom: 30px; }
.backpack-header .owen { position: absolute; right: 0; bottom: 10px; }

.backpackHeader .tour {display:none;} 

@media print {
    .sidebar { display: none; }
    .content { width: 100% !important; margin-top: -100px; position: relative; top: 100px; }
    .backpack-header {height:auto;margin:0;padding:0;}
    .backpack-header .heading { padding:0 5px; }
}