@CHARSET "UTF-8";

.timeline-panel {
}
.timeline-panel.success {
    border-color: green !important;
    background-color: #dff0d8;    
}
.timeline-panel.success:before {
	border-right-color:  green !important;
    }
    
.timeline-panel.warning {
    border-color: orange !important;
    background-color: #fcf8e3;
}
.timeline-panel.warning:before {
	border-right-color:  orange !important;
    }
    
.timeline-panel.danger {
    border-color: red !important;
    background-color: #f2dede;
}
.timeline-panel.danger:before {
	border-right-color:  red !important;
    }