/**************************************/
/** Dashboard-CSS *********************/
/**************************************/
.jumbotron {
	background: rgba(220,220,220,1);
	background: -moz-linear-gradient(left, rgba(220,220,220,1) 0%, rgba(101,101,101,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(220,220,220,1)), color-stop(100%, rgba(101,101,101,0)));
	background: -webkit-linear-gradient(left, rgba(220,220,220,1) 0%, rgba(101,101,101,0) 100%);
	background: -o-linear-gradient(left, rgba(220,220,220,1) 0%, rgba(101,101,101,0) 100%);
	background: -ms-linear-gradient(left, rgba(220,220,220,1) 0%, rgba(101,101,101,0) 100%);
	background: linear-gradient(to right, rgba(220,220,220,1) 0%, rgba(101,101,101,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#656565', GradientType=1 );
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 20px;
}

table.dashboard td, table.dashboard th {
	font-size: 11px;
	padding: 3px !important;
}

#caller-list tr.date {
	background-color: #cfe2ff;
	color: #000;
}