/* Legacy Login PC 5 */

body > div#vcenter {
    background: url(/bundles/mirusysbase/img/background.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

body > div#vcenter div#header {
    height: 150px;
    background: url(/bundles/mirusysbase/img/mirusys_pimcore.svg) no-repeat center center;
    background-size: 300px 120px;
}

body > div#vcenter div#header img {
    display: none;
}

body > div#vcenter div#hcenter {
    padding-top: 200px;
}

body > div#vcenter div#hcenter div#header {
    height: 150px;
    margin-top: -150px;
}

body > div#footer {
    color: white;
    background-color: #222;
}

body > div#footer a {
    color: #eee;
}

body #content {
    padding: 0;
}

body #pimcore_signet {
    background-color: #888;
}


/* Login PC 6 */

body.pimcore_version_6 > #background {
	margin: 0;
	padding: 0;
    background-image: url(/bundles/mirusysbase/img/background.png);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: 100%;
    text-align: center;
    z-index: -1;
}

body.pimcore_version_6 > #background:before {
	content: ' ';
	width: 300px;
	height: 120px;
	margin-top: 60px;
	display: inline-block;
    background: url(/bundles/mirusysbase/img/mirusys_pimcore.svg) no-repeat center center;
    background-size: 300px 120px;
}

body.pimcore_version_6 > #contentBackground {
	display: none;
}

body.pimcore_version_6 > #content {
	background: rgba(0,0,0,0.2);
	padding: 40px 40px;
	margin: 180px auto 0 auto;
	position: relative;
	z-index: 1;
}

body.pimcore_version_6 > #logo {
	display: none;
}

body.pimcore_version_6 > div#footer {
    background-color: none;
}

body.pimcore_version_6 > div#footer {
    background-color: transparent;
}


/* Backend */

body #pimcore_panel_tabs-body {
    background-image: url(/bundles/mirusysbase/img/mirusys_pimcore.svg);
}

body #pimcore_panel_tabs > .x-tab-bar {
    background-image: none;
}


/* replace #6428b4 by #61ae47: */

body #pimcore_navigation li:hover:after {
	background-color: #61ae47;
}
