
#locationFaultReport .widget {
    border-radius: 0;
    margin-bottom: 15px;
}

#locationFaultReport .card-header {
    padding: 12px !important;
}

#locationFaultReport .card-title {
    font-size: 12.6px !important;
    margin: 0;
    display: inline-block;
}

#locationFaultReport {
    padding: 1rem;
}

#faulttimeline, #locationFaultReport {
    margin: 0;
}

    #faulttimeline .left, #locationFaultReport .left {
        float: left !important;
    }

    #faulttimeline .notice, #locationFaultReport .notice {
        background: #fff6bf;
        color: #514721;
        border-color: #ffd324;
    }

        #faulttimeline .notice a, #locationFaultReport .notice a {
            color: #514721;
        }

#faulttimeline a, #locationFaultReport a {
    color: #990000;
    text-decoration: underline;
}

    #faulttimeline a:hover, #locationFaultReport a:hover, #faulttimeline a:focus, #locationFaultReport a:focus {
        color: #09f;
    }

    #faulttimeline .success, #locationFaultReport .success {
        /*background: #e6efc2;*/
        color: #264409;
        background-color: #c6d880;
    }

    #faulttimeline .info, #locationFaultReport .info {
        /*background: #d5edf8;*/
        color: #205791;
        background-color: #92cae4;
    }

    #faulttimeline .error a, #faulttimeline .alert a, #locationFaultReport .error a, #locationFaultReport .alert a {
        color: #8a1f11;
    }

    #faulttimeline .success a, #locationFaultReport .success a {
        color: #264409;
    }

    #faulttimeline .info a, #locationFaultReport .info a {
        color: #205791;
    }

    #faulttimeline .error,
    #faulttimeline .alert,
    #faulttimeline .notice,
    #faulttimeline .success,
    #faulttimeline .info, 
    #locationFaultReport .error,
    #locationFaultReport .alert,
    #locationFaultReport .notice,
    #locationFaultReport .success,
    #locationFaultReport .info {
        /*padding: 0.8em;
        margin-bottom: 1em;
        border: 2px solid #ddd;*/
    }

    #faulttimeline .error,
    #faulttimeline .alert,
    #locationFaultReport .error,
    #locationFaultReport .alert {
        /*background: #fbe3e4;*/
        color: #8a1f11;
        background-color: #fbc2c4;
    }

#faulttimeline {
    position: absolute;
    left: 12px;
    width: 200px;
    height: 65px;
    padding: 0;
    display: none;
    z-index: 999;
}

#faulttimeline.show {
    display: block;
}

#faulttimeline-toolbar {
    display: none;
    padding: 20px 5px 0 0;
    height: 45px;
    background-color: rgba(255,255,255,0.5);
    height: 100%;
}

#faulttimeline-toolbar-intern {
    background-color: rgba(255,255,255,1);
}

#faulttimeline-daterangeselector span {
    display: none;
}

#faulttimeline-loading {
    padding: 20px 0 0px 30px;
    width: 200px;
    background-color: rgba(255,255,255,0.5);
    text-align: center;
    height: 45px;
}

    #faulttimeline-loading div {
        display: none;
        background-image: url(../spinner.gif);
        background-repeat: no-repeat;
        width: 150px;
        height: 25px;
        margin-right: auto;
        margin-left: auto;
    }

#faulttimeline .btn {
    min-width: 25px;
    color: #555;
    opacity: 0.9;
    cursor: pointer;
    background-image: none;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    white-space: nowrap;
    padding: 2px 5px;
}

    #faulttimeline .btn:hover {
        opacity: 1;
        background-color: #e6e6e6;
    }

    #faulttimeline .btn.left-button {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    #faulttimeline .btn.right-button {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }



.faultReport-group {
    margin-bottom: 1rem;
}

.table {
    margin-bottom: 0;
}

.table th {
    text-align: left;
}

.faultReport-groupHeader,.faultReport-impactHeader {
    font-weight: bold;
    padding: 5px;
    background: #454545;
    color: #fff;
    max-height: 300px;
}

.faultReport-impactHeader {
	font-weight:normal;
	padding: 2px 5px 2px 5px;
    border-bottom-color: #F6F6F6;
    position: relative;
}

.faultReport-impactHeader .fault-count {
    position: absolute;
    right: 50px;
}
.faultReport-impactHeader .toggle-list-icon {
    position: absolute;
    right: 10px;
    top: 11px;
    cursor: pointer;
    margin-left:4px;
    background:white;
    width:3px;
    height:11px;
    margin-left:4px;
}

.faultReport-impactHeader .toggle-list-icon:before {
    background:white;
    content:"";
    width:11px;
    height:3px;
    position:absolute;
    top:4px;
    left:-4px;
}

.faultReport-impactHeader .toggle-list-icon.expanded {
    background: none;
}

.faultReport-hidden {
    display: none;
}

.faultReport-nofaults {
    padding: 5px 0 5px 10px;
}

.faultReport-location {
    background-repeat: no-repeat;
    background-position: 10px 20px;
}

.faultReport-location .marker-image {
    position: absolute;
    left: 10px;
    top: 45px;
}

.faultReport-group table {
    width: 100%;
}

.faultReport-group td, .faultReport-group th {
    padding: 4px 10px;
}

.faultReport-group td.label {
    /*border-right: 1px solid #ccc;
    background: #f6f6f6;*/
    /*padding: 4px 5px;*/
}

    .faultReport-group th.label {
        /*padding: 4px 5px;*/
    }

.faultReport-group td.severity, .faultReport-group th.severity {
    width: 50px;
}
.faultReport-group th {
    white-space: nowrap;
}

.faultReport-group td.nowrap {
    white-space: nowrap;
}

.faultReport-list-wrapper {
    overflow-y: auto;
    position: relative;
    border-bottom: 1px solid #F6F6F6;
}
 .faultReport-list-row {
     cursor: pointer;
}

 .faultReport-list-row:hover {
     background-color: #f5f5f5;
}


