a > .panel-primary {
    color: #337ab7;
}

a:hover > .panel-primary {
    color: #23527c;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

a > .panel-green {
    color: #5cb85c;
}

a:hover > .panel-green {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red > .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

a > .panel-red {
    color: #d9534f;
}

a:hover > .panel-red {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

a > .panel-yellow {
    color: #f0ad4e;
}

a:hover > .panel-yellow {
    color: #df8a13;
}

.panel-heading .huge {
	font-size: 28px;
}

.reports-progress {
	position: relative;
	margin: 5px;
	border: 1px solid #DDD;
	padding: 5px;
	text-align: center;
	color: #fff;
}

.reports-progress > div:first-child {
	font-size: 40px;
}

.reports-progress > div:first-child + div{
	border-bottom: 1px solid #fff;
	font-size: 20px;
	padding-bottom: 5px;
}

.reports-progress h3 {
	margin: 8px 0 5px;
	color: #fff;
}

.reports-progress i {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: -23px;
    font-size: 20px;
	color: #000;
}

.triangle-right {
	width: 0;
    height: 0;
    border-top: 65.5px solid transparent;
    border-left: 30px solid red;
    border-bottom: 65.5px solid transparent;
    position: absolute;
    top: 9px;
    margin-top: -10px;
    right: -30px;
}

.triangle-left {
	width: 0;
    height: 0;
    border-top: 65.5px solid transparent;
    border-right: 30px solid red;
    border-bottom: 65.5px solid transparent;
    position: absolute;
    top: 9px;
    margin-top: -10px;
    left: -30px;
}

.dashboard .table-bordered > tbody > tr > td {
	border: 1px solid #ddd;
}


.dashboard .table-bordered > tbody > tr,
.dashboard .table-bordered > tbody > tr > td {
	height: 30px;
}

.dashboard-board-button:hover i {
	color: #337ab7;
}