@charset "utf-8";
/* CSS Document */
.header {
    background: #000 none repeat scroll 0% 0%;
    clear: both;
    height:70px;
	
}

.header .logo {
    text-align: center;
    padding-top: 5px;
}

.pageicon {width: 30px;font-size: 30px;}
.pagetitle {margin-left: 70px;padding-top: 12px;}
.shortcuts li .shortcuts-label {text-align: center; font-weight:bold;}
.height5{height:50px;}


@media screen and (max-width: 1024px) {
		  .header .logo { width: 727px; }
		  
		  .pinned{display:none;}
		  div.table-wrapper div.scrollable table{margin-left:0%; width:100%;}
		  #dashboard-left {
    width: 100%;
}
		  }