.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}
body {
    min-height: 75rem;
}
.color-windows{
    color: #01AFF1;
}
.color-angular{
    color: #DD0031;
}
.color-es{
    color: #0bcf15;
}

.color-healthy{
    color : rgba(85,163,98,1);
}
.color-degraded{
    color : rgba(214,127,60,1);
}
.color-unhealthy{
    color : rgba(205,74,69,1);
}
.color-unknown{
    color : rgba(0,120,212,1)
}
.color-unavailable{
    color : red;
}
.hoverable-icon:hover{
    cursor: pointer;
    font-size: 30px;
}