
/* Import Global styles from Nimbus */

/* zero out ALL margins and padding while loading chrome */
html.chrometwo:not(.chrometwoComplete) * {
	margin: 0;
	padding: 0;
}
html.chrometwo:not(.chrometwoComplete) #chrometwo,
html.chrometwo:not(.chrometwoComplete) body:before,
html.chrometwo:not(.chrometwoComplete) body:after {
    box-sizing: border-box !important;
}

html.chrometwo:not(.chrometwoComplete) body:before {
	/* Fake header */
    content: "";
    display: block;
    position: relative;
    height: 200px;
	background-image: url(/chrome_themes/nimbus/img/nimbus-hero_grey.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 30%;
	/*border-bottom: 46px solid #e0e0e0;*/
}

html.chrometwo:not(.chrometwoComplete) body:after {
	/* Fake footer */
    content: "";
    display: block;
    position: relative;
	z-index: 1;
	width: 100%;
	height: 340px;
	background: #252527;
	background-image: linear-gradient(to bottom right, #000000 0%, #292e33 100%);
}

@media (min-width: 768px) {
	#chrometwo {
		width: 750px;
	}
}

@media (min-width: 992px) {
	#chrometwo {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	#chrometwo {
		width: 1170px;
	}
}

html.chrometwo:not(.chrometwoComplete) #chrometwo {
	position: relative;
	height: 700px; /* 500 + 200 */
	margin-top: -200px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

html.chrometwo:not(.chrometwoComplete) #chrometwo:before {
	/* Fake logo */
    content: "";
    display: block;
    position: absolute;
    top: 78px;
    left: 10px;
    width: 138px;
    height: 44px;
    background: url(/chrome_themes/nimbus/img/l_redhat-lg.png) no-repeat 0 0;
    z-index: 1000;
}

html.chrometwo:not(.chrometwoComplete) #chrometwo:after {
    /* Fake logo */
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    background: #fff;
    z-index: 999;
}

html.chrometwo:not(.chrometwoComplete) #main,
html.chrometwo:not(.chrometwoComplete) #cp-content,
html.chrometwo:not(.chrometwoComplete) #page-wrap,
html.chrometwo:not(.chrometwoComplete) #chromed-app-content {
    visibility: hidden;
}

