
body.site-action-login div.wrapper,
body.site-action-two-factor-sms div.wrapper
{
    background-color:#232323;


}

body.site-action-login h1,
body.site-action-two-factor-sms h1
{
    color:white;
    font-weight: bold;
    font-size:40px;
    line-height:40px;
    letter-spacing:0;
    margin:0 auto;
    text-align:center;
    margin-bottom:40px;
}

body.site-action-login img.device-logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:15px;
    width:270px;

}

body.site-action-login div.background-image,
body.site-action-two-factor-sms div.background-image
{
    position:fixed;
    top:0;
    left:0;

    background-color:#232323;

    /* Full height */
    height: 100%;
    width:100%;
    opacity: 0.5;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body.site-action-login ul.breadcrumb,
body.site-action-two-factor-sms ul.breadcrumb

{
    display: none;
}

body.site-action-login footer#footer,
body.site-action-two-factor-sms footer#footer {
    display: none;
}

.site-action-login div#bg {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

.site-action-login div#bg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
}

.site-action-login div#logo {
    position: fixed;
    top: 0;
    left: 0;
}

div.performance-pie div.legend-item {
    margin-bottom: 20px;
    letter-spacing: 0;
}

div.performance-pie div.legend-item h1 {
    margin-top: -5px;
    font-weight: bold;
    font-size: 40px;
    line-height:50px;

}

div.performance-pie div.legend-item h2{
    margin:-5px 0px 0px 0px;
    color:#707070;


}



div.performance-pie div.legend-item h1 span{
    break-inside: avoid-column;
    font-size: 16px;
}

div.performance-pie div.legend-item h1 span.positive{
    color:#24D124;
    line-height:35px;
    vertical-align: top;
}
div.performance-pie div.legend-item h1 span.negative{
    color:#FF2B00;
    line-height:35px;
    vertical-align: bottom;
}


@media(max-width: 450px){
    div.performance-pie div.legend-item h1{
        font-size:25px;
    }

    div.performance-pie div.legend-item h1 span{
        font-size:13px;
        line-height:5px;
    }
}

.accumulated-devices-area .legend-item .positive{
    color:#24D124;
}

.accumulated-devices-area .legend-item .negative{
    color:#FF2B00;
}


div.active-issues h1.highlight {
    vertical-align: top;
    line-height: 70px;
    margin: 0px;
    margin-left: 5px;
}

div.graph-nav-container {
    float: none;
}


div.group-action-group-data h1.datacard {
    color: black;
}

.group-action-group-data .type {
    color: #4d4d4d;
    font-size: 16px;
    margin-right: 4px;
}

.group-action-group-data .value {
    color: #4d4d4d;
    font-size: 16px;
    margin-right: 1px;
}

.group-action-group-data .unit {
    color: #4d4d4d;
    font-size: 16px;
}
