/* Admin --------------------------------------------------------- */

body.Aris-Admin header {
    background-color: #000;
}

body.Aris-Admin #b-app-simulator {
    display: inline-block;
}


/* ArisTest --------------------------------------------------------- */

body.ArisTest header {
    background-color: #444;
}

body.ArisTest #b-app-simulator {
    display: inline-block;
}


/* Aris --------------------------------------------------------- */

body.Aris #b-app-simulator {
    display: inline-block;
}



/* O2 --------------------------------------------------------- */

body.O2 header {
    background-image: linear-gradient(rgb(0, 0, 140) 0%, rgb(0, 80, 255) 80%, rgb(36, 108, 255) 100%);
}

body.O2 header div.bottom {
    background-image: url("/img/cust/o2-logo-white.svg");
    transform: scale(1.7);
}

body.O2 #b-app-simulator {
    display: inline-block;
}



