.alert {
    font-size: 14px !important;
}

.text-right {
    text-align: right !important;
}.sidebar_active{	color: #4154f1 !important;}

.dashboard .activity img {
    width: 60px !important;
}

.dashboard .activity p {
    font-size: 14px;
}

.dashboard .activity h4 {
	font-size: 15px;
	font-weight: bold;
}td.details-control {
    background: url('../img/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../img/details_close.png') no-repeat center center;
}



