body {
    padding: 0px;
    margin: 0px;
    background-color: #f5f5f5;
    /*font: 300 12px Roboto,arial,sans-serif;*/
    font: 300 12px ‘Metrophobic’, Arial, serif;
    padding-top: 0px;
    width: 100%;
    height: 100%;
}
body .custom .modal-header .close, body .vcard .modal-header .close {
	font-size: 2.5em;
	margin-top: -15px;
	font-weight: normal;
}
body .custom .modal-body {
	padding: 0px;
}
div#h-global-toolbar {
    background-color: #3f3f3f;
    line-height: 20px;
    height: 40px;
    color: #fff;
    z-index: 10;
}
body.h-app-drawer-open div#h-global-toolbar {
	height: 335px;
}
div#h-global-toolbar img.logo {
    padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 5px;
}

div#h-app-toolbar {
    background-color: #fff;
    color: #666;
    height: 39px;
    border-bottom: 1px solid #ccc;
    line-height: 39px;
    width: 100%;
    
    
}
				#h-global-apps-all ul {
					padding: 0px;
					margin: 0px;
					list-style: none;
					margin-top: 10px;
				}
				#h-global-apps-all li {
					padding: 0px;
					margin: 0px;
					float: left;
					text-align: center;
					width: 45px;
					height: 60px;
					font-size: 9px;
					margin-right: 10px;
					line-height: 11px;
					margin-bottom: 10px;
					cursor: pointer;
				}
				#h-global-apps-all li img {
					padding-bottom: 10px;
				}
#h-global-apps, #h-global-search {
	height: 300px;
	background-color: #333;
}
#h-global-apps-all a {
	color: #fff;
}
#h-global-apps-all a:hover {
	color: orange;
}
body.h-app-drawer-closed #h-global-apps, body.h-app-drawer-closed #h-global-search {
	display: none;
}
div#h-global-toolbar.scrolled {
    /*display: none;*/
    height: 79px;
}

div#h-global-toolbar.scrolled.fast {
    display: block;
    position: fixed;
    top:  0;
    width: 100%;
}

div#h-app-toolbar.scrolled {
    position: fixed;
    top: 0px;
    left: 0px;
    -webkit-box-shadow: 0 0px 8px 0px #ccc, 
    -moz-box-shadow: 0 0px 8px 0px #ccc;
    box-shadow: 0 0px 8px 0px #ccc; 	
	margin-right: 250px;
	z-index: 10;
}

body.h-app-drawer-open div#h-app-toolbar.scrolled.fast {
    position: fixed;
    top: 338px;
    left: 0px;	
}

div#h-app-toolbar.scrolled.fast {
    position: fixed;
    top: 40px;
    left: 0px;	
}


div#h-app-breadcrumb {
    float: left;
    background-color: #C54252;
    padding-right: 15px;
    /*background-image:-webkit-linear-gradient(left,#C54252 95%,#6ea5b3);
    background-image:linear-gradient(left,#C54252 95%,#6ea5b3);
    background-image:-moz-linear-gradient(left,#C54252 95%,#6ea5b3);
    background-image:-o-linear-gradient(left,#C54252 95%,#6ea5b3);
    background-image:-ms-linear-gradient(left,#C54252 95%,#6ea5b3);*/
    color: #fff;
    padding-left: 10px;
}
div#h-app-breadcrumb a {
	color: #fff;
}
div#h-app-navi {
    padding-left: 0px;
    position: relative;
}
div#h-app-navi ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    z-index: 10;
}

div#h-app-navi ul li.spy {
    font-weight: bold;
}

input#h-search-box {
    width: 200px;
    margin-top: 5px;
    margin-left: 20px;
    border: 1px solid #666;
    background-color: #333;
    border-radius: 20px;
    line-height: 25px;
    height: 25px;
    padding: 0px;
    outline-width: 0;
    outline: none;
    color: #fff;
    padding-left: 5px;
		position: absolute;
		top: 2px;
		right: 5px;
		z-index: 101;
}
div#h-user-name {
    line-height: 40px;
    color: #999;
    text-align: center;
    font-size: 1.2em;
}

#h-right-rail-search-spacer {
	height: 25px;
}

#h-global-search h3, #h-right-rail-related-apps h3 {
	font-size: 1.5em;
}

#h-global-search-app-results-list {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}		

#h-global-search-app-results-list li {
	padding: 3px;
	border-radius: 4px;
	cursor: pointer;
}

#h-global-search-app-results-list li a {
	color: #fff;
	text-decoration: none;
}

#h-global-search-app-results-list li:hover {
	background-color: #202020;
}

#h-global-search-app-results-list li span.lowlight {
	color: #666;
}

#h-global-search-app-results-list li.hidden {
	display: none;
}

#h-global-search-app-results-list li span.highlight {
	color: yellow;
	font-weight: bold;
}

ul.mm-list li img {
	padding-right: 10px;
}

ol.tour-outline {
	display: none;
}

.file-wrapper {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.file-wrapper input {
  cursor: pointer;
  font-size: 100px;
  height: 100%;
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  opacity: 0.01;
  position: absolute;
  right: 0;
  top: 0;
}