/*
*/

main {
    margin-top: 20px;
    margin-bottom: 20px;
}

#buttons {
    margin-bottom: 5px;
    text-align: right;
}

#groups .accordion {
    margin-bottom: 5px;
}

#defaultGroup {
    margin-bottom: 5px;
}

#groups h5 {
    cursor: pointer;
}

#groups .before-time {
    font-size: 0.9rem;
}

#groups .item-status {
    width: 100px;
    margin-right: 10px;
}

#groups .card-header.bg-success {
    color: white;
}

#groups .card-header.bg-warning {
    background-color: #ffe180 !important;
    color: #664d00;
}

#groups .card-body {
    max-height: 300px;
    overflow: auto;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}

ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

ul.timeline > li.status-danger:before {
    border: 3px solid #dc3545;
}

ul.timeline > li.status-warning:before {
    border: 3px solid #ffc107;
}

ul.timeline > li.status-maintenance:before {
    border: 3px solid #004085;
}

#languages {
    display: inline;
    margin-right: 10px;
}

#subscribe {
    display: inline;
}

#pageTopText {
    margin: 20px 0px;
    font-size: 13px;
}

p {
    margin: 0.5rem 0;
}

.card-header.bg-danger {
    color: white;
}

.card-header.bg-primary {
    color: #004085;
    background-color: #cce5ff !important;
}

.list-group-item small {
    color: #777777;
}

.incident-date {
    font-size: 0.8rem;
    text-align: right;
    margin-bottom: 5px;
}

.incident-status {
    font-size: 0.8rem;
}

time[title] {
    border-bottom: 1px dotted #333;
}

.card i.fa-exclamation-triangle {
    font-size: 1.5rem;
}

.card h5 {
    display: inline-block;
}

.card h5 i.fa {
    transition: all 0.5s;
}

.card h5[aria-expanded=true] i.fa-angle-right {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}

#autoReloadStatus {
    display: inline-block;
    width: 20px;
    font-weight: bold;
}

.incidentDescription {
    font-size: 13px;
}

.maintenanceDescription {
    font-size: 13px;
}

figure.image-style-align-left {
        float: left;
        margin-right: 15px;
}

figure.image-style-align-center {
        margin-left: auto;
        margin-right: auto;
}

figure.image-style-align-right {
        float: right;
        margin-left: 15px;
}

footer {
    font-size: 12px;
}

.footerRight {
    color: #555555;
}
