.list-table > thead > tr > th {
	background: #e4f5fb;
	color: #545454;
	border-bottom: 0;
	text-align: center;
	padding: 15px 3px;
	font-weight: 600;
}

.box.tinted {
	background: #e4f5fb;
	color: #545454;
}

.box.highlight {
	background: #e4f5fb;
	color: #000000;
}

.box.highlight .title-icon {
	color: #005f94;
}

.box.highlight .title-text {
	color: #005f94;
}

.box.border .dates-table > thead > tr > th {
	background: #009dd4;
	color: #ffffff;
	border: 1px solid #009dd4;
}

.box.border .title-icon {
	color: #005f94;
}

.box.tinted .title-icon {
	color: #005f94;
}

.box.tinted {
	background: #e4f5fb;
	color: #000000;
}

.box.tinted .title-text {
	color: #005f94;
}

.btn-success {
	color: #fff;
	background-color: #f39100;
	border-color: #50ad6e;
}

.btn-success:hover {
	color: #fff;
	background-color: #ec6602;
	border-color: #000000;
}