.error{
	color:#ff0000;
}
.list-inline a {
    color: #2b2828;
}
div.container.bg-container {
    background-color: #fff;
    margin-top: 35px;
}
.panel-body .form-inline {
    border-bottom: 1px solid #d5d4d4;
    padding: 10px 0;
}
.panel-body .form-inline:last-child {
    padding-bottom: 0;
    border: 0;
}
.panel-body {
    background-color: #ffffff;
}
.table thead {
    background-color: #0bb14e;
    color: #fff;
}
.table tr th, .table tr td {
    text-align: center;
}
ul.breadcrumb{
	padding:0;
	background-color:#fff;
}
.fa-list-alt {
    color: #0c71c3;
}
li a:hover .fa-dot-circle-o {
    color: #0c71c3;
}