

/* SECTION: Summary Header*/

.summary-card .card-header {
    background: rgba(1,87,155 ,1);
    color: #f8f9fa;
}

.summary-card .card-header .summary-chevron {
    margin: 0px 8px; 
    font-size: 12px
}

.summary-card .card-header .summary-level-name {
    cursor: pointer;
}

/* SECTION: Summary List */

.progress-external {
    border-radius: 50px;
    height: 15px;
}

.summary-card .progress {
    border-radius: 50px;
    height: 15px;
}

.summary-card .list-group-item {
    cursor: pointer;
}

.summary-card .remote-section-header {
    background: rgba(1,87,155,1);
    color: #f8f9fa;
    font-weight: bold;
}

.summary-card .remote-section-header:hover {
    background: rgba(1,87,155,1) !important;
}

.summary-card .list-group-item .list-column {
    border-left: 0px solid rgba(0,0,0,.125);
}

.summary-card .list-group-item:hover {
    background-color: rgba(0,0,0,.02);
}

.summary-card .list-group-item .summary-action {
    margin: 0px 4px;
}

.summary-card .list-group-item .event-badge {
    background: rgba(255,214,0 ,1);
    border-radius: 50px;
    margin-right: 10px;
    padding: 0px 10px;
}


.dot {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.status-bar {
    height: 15px;
    width: 33.33%;
    border-radius: 50px;
}

.connected-bar {
    background: rgba(0,145,234 ,1);
}

.disconnected-bar {
    background: rgba(221,44,0 ,1);
}

.query-bar {
    background: rgba(255,171,0 ,1);
}

.error-bar {
    background: rgba(69, 90, 100, 1);
}

