.invalid-feedback {
    color: #ff0000;
}
ul.errorlist.nonfield li {
    color: #ff0000;
}

.scrollable-box {
    height: 250px;
    overflow-y: scroll;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: auto;
}

.embed-responsive {
    margin-bottom: 10px;
}

.right .direct-chat-text {
    margin-right: 2px;
}

.direct-chat-text {
    margin-left: 2px;
}

.table-primary {
	background-color: #3c8dbc !important;
}

.confirmed {
	background-color: #c3e6cb !important;
}

/*.filled > td.align-middle > a {*/
    /*color: #333;*/
/*}*/

/*.filled > td.align-middle > p > a {*/
    /*color: #333;*/
/*}*/

.table-info {
	background-color: #00c0ef !important;
}

.table-warning {
	background-color: #f39c12 !important;
}

.table-danger {
	background-color: #f56954 !important;

}

/*tr.incoming{*/
    /*background-color: #00c0ef;*/
/*}*/

td.align-middle {
    vertical-align: middle !important;
}