.color-line {
	background: #f7f9fa;
	height: 5px;
	background-image: -webkit-linear-gradient(left, #087734 10%, #F7AC09 10% 26%, #76B72D 26% 42%, #D34390 42% 58%, #065094 58% 74%, #138DCD 74% 90%, #087734 10%);
	background-image: -moz-linear-gradient(left, #087734 10%, #F7AC09 10% 26%, #76B72D 26% 42%, #D34390 42% 58%, #065094 58% 74%, #138DCD 74% 90%, #087734 10%);
	background-image: -ms-linear-gradient(left, #087734 10%, #F7AC09 10% 26%, #76B72D 26% 42%, #D34390 42% 58%, #065094 58% 74%, #138DCD 74% 90%, #087734 10%);
	background-image: linear-gradient(to right, #087734 10%, #F7AC09 10% 26%, #76B72D 26% 42%, #D34390 42% 58%, #065094 58% 74%, #138DCD 74% 90%, #087734 10%);
	background-size: 100% 5px;
	background-position: 50% 100%;
	background-repeat: no-repeat;
}

.selectedBudgetType {
	padding: 5px;
	margin-top: 5px;
	margin-left: 5px;
	width:180px;
	text-align: center;
	color:white;
}

.selectedBudgetType0 {
	background-color: #FFD700;
}


.selectedBudgetType1 {
	background-color: #90EE90;
}


.selectedBudgetType2 {
	background-color: #B9C9FE;
}


.selectedBudgetType3 {
	background-color: #B9C9FE;
}


.selectedBudgetType4 {
	background-color: #FFA07A;
}


.selectedBudgetType5 {
	background-color: #B9C9FE;
}


.selectedBudgetType6 {
	background-color: #428bca;
}


.selectedBudgetType7 {
	background-color: #B9C9FE;
}


.selectedBudgetType8 {
	background-color: #688E23;
}

.selectedBudgetType9 {
	background-color: red;
}

.selectedBudgetType12 {
	background-color: maroon;
}

.selectedBudgetType13 {
	background-color: #d7ca2b;
}

.selectedBudgetType14 {
	background-color: #cd32cd;
}

.selectedBudgetType15 {
	background-color: #828bca;
}
.scrollingDiv {
	position: sticky;
    top: 10px;
}