.status-list-component-accordion-inner{
    padding-left: 10px;
}

.component-hierarchy-expand-icon {
    padding-right: 0.5rem;
    color: rgb(3, 54, 255) !important;
}

.component-hierarchy-expand-icon:before{
    font-weight: bold;
}

.fa.fa-plus, .fa.fa-minus{
    padding-right: 0.5rem;
    color: rgb(3, 54, 255);
    -webkit-text-stroke: 1px white;
}

body{
    background: #ebeae1;
}

.component-available{
    color: #5DCDC4;
}
.component-informational{
    color: #1457C2;
}
.component-performance{
    color: #FF6E52;
}
.component-unavailable{
    color: #F65353;
}

.toc-widget-item:nth-of-type(5){
    display: none !important;
}

.btn-login{
    color: #1457C2 !important;
    border: none;
}

.loginColumns .mt-5{
    display:none;
}


#statuscast-attribution{
    display:none;
}

.current-status-comp-in-effect-text{
    display:none;
}


.status-list-component-name {
    pointer-events: none;
    cursor: default;
    color: #676A6C;
}

.historygrid a {
    pointer-events: none;
    cursor: default;
    color: #676A6C;
}

#heading-456176 a{pointer-events: auto;
    color: #337ab7;
    cursor: pointer;}
    
    
    .toc-component-identified{
    display:none !important;
}

.toc-component-investigating{
    display:none !important;
}

.toc-component-monitoring{
    display:none !important; 
}

@media (min-width: 700px){
.column-header{
min-width:1200px;}
.body-container{
    min-width:1200px;}}
    
:root {
  --secondary-background-color:#04888a;  /*teal*/
  --secondary-text-color:#ffffff;  /*white*/   
}

.ibox-title
{
    background-color:var(--secondary-background-color);
    color:var(--secondary-text-color);
}    