.red {
	color: red;
}

.blue{
	color: blue;
}

.yellow {
	color: #dada0c;
}

.green {
	color: #1dbb90;
}

.redBorder {
	border: 1px solid red;
}

.blueBorder{
	border: 1px solid blue;
}

.yellowBorder {
	border: 1px solid #dada0c;
}

.greenBorder {
	border: 1px solid #1dbb90;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=date]{
    padding:4px !important;
}

/****************/
.list-footer-value-text {
	color: blue !important;
}

.list-footer-label-height {
	height: 30px; 
	padding-left: 8px; 
	line-height: 29px;
	background:#CCC;
	border: thin #BBB solid;
	border-right: none;
	color: #444;
	margin: 0px;
	font-size: 14px;
}

.list-footer-value-height {
	height: 30px; 
	line-height: 29px;
	padding-left: 8px; 
	border: thin #BBB solid;
	border-radius: 0;
	/*text-align: right;*/
	background:#EEE;
	margin: 0px;
	font-weight: normal;
	font-size: 14px;
}

.total-box {
	border:thin #CCC solid;
	padding: 20px 28px 0 28px;
}

