.content-wrapper.light-content {
    background-color: #fefefe;
}

.panel-message .panel-body {
    border-top: 1px solid #ededed;
    padding: 7px 10px;
}

.incident {
    background: #fff;
    border: 1px solid #ddd;
}

.panel-message:after {
    position: absolute;
    top: 17px;
    left: 2px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 0 solid #fff;
    border-right: 14px solid #f5f5f5;
    border-bottom: 14px solid transparent;
    content: " ";
}

.panel-message:before {
    position: absolute;
    top: 17px;
    left: 1px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 0 solid #fff;
    border-right: 14px solid #EAE8E8;
    border-bottom: 14px solid transparent;
    content: " ";
}

.status-icon span {
    color: #fff;
}

.status-icon {
    width: 35px;
    height: 35px;
    line-height: 34px;
    font-size: 1.4em;
    text-align: center;
    background-color: #03A9F4;
    z-index: 100;
    border: 1px solid #000;
    border-radius: 30px;
    text-transform: lowercase;
    font-style: italic;
}

.sb-cs-1,
.sb-cs.sb-cs-1 {
    color: #323232;
}

.sb-cs-2,
.sb-cs.sb-cs-2 {
    color: #323232;
}

.sb-cs-3,
.sb-cs.sb-cs-3 {
    color: #323232;
}

.sb-cs-4,
.sb-cs.sb-cs-4 {
    color: #323232;
}

.sb-cs {
    margin-right: 22px;
}

.lgi-cs-1 {
    background: #EEFFDB;
}

.lgi-cs-2 {
    background: #FFFDF4;
}

.lgi-cs-3 {
    background: #EAEDFF;
}

.lgi-cs-4 {
    background: #FFE7E7;
}

.pan-status-0 {
    background: #FFD8E5;
}

.pan-status-1 {
    background: #FFDAB0;
}

.pan-status-2 {
    background: #FFFDAD;
}

.pan-status-3 {
    background: #EAEDFF;
}

.pan-status-4 {
    background: #EEFFDB;
}

.panel-message.pm-inc-0:after {
    border-right: 14px solid #FFD8E5;
}

.panel-message.pm-inc-1:after {
    border-right: 14px solid #FFDAB0;
}

.panel-message.pm-inc-2:after {
    border-right: 14px solid #FFFDAD;
}

.panel-message.pm-inc-3:after {
    border-right: 14px solid #EAEDFF;
}

.panel-message.pm-inc-4:after {
    border-right: 14px solid #EEFFDB;
}

.components .list-group-item {
    border: none;
}

span.sb-cs.sb-cs-1:after {
    background: #5fb936;
}

span.sb-cs.sb-cs-2:after {
    background: #FBD302;
}

span.sb-cs.sb-cs-3:after {
    background: #cc3300;
}

span.sb-cs.sb-cs-4:after {
    background: #112645;
}

span.sb-cs:after {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 6px;
    float: right;
    position: absolute;
    top: 13px;
    right: 0;
    margin-right: 12px;
}

/* .no-incident .panel-body {
    background: #fff;
} */

.moment .status-0 {
    background: #E91E63;
}

.moment .status-1 {
    background: #FF8800;
}

.moment .status-2 {
    background: #FFF900;
}

.moment .status-3 {
    background: #3498DB;
}

.moment .status-4 {
    background: #7ED321;
}
.dark-gray-panel>ul>li.list-group-item:nth-child(odd) {
    background: #f2f2f2;
    border: transparent;
}
.dark-gray-panel .list-group-item {
    color: #323232;
}