
body.site-action-login div.wrapper{
    background-color:black;


}

body.site-action-login 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.blade-logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:15px;
    width:270px;

}

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

    background-image: url('/images/login_background.png');

    /* 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{
    display:none;
}

body.site-action-login footer#footer{
    display:none;
}

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-blades-area .legend-item .positive{
    color:#24D124;
}

.accumulated-blades-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;
}