/* CSS Document */


.light_blue{
	color: #A3CBD9;
}

.bg_light_blue{
	background-color: #A3CBD9;
}


.middle_teal{
	color: #396F7B !important;
}


.bg_middle_teal{
	background-color: #396F7B;
}


.dark_blue{
	color: #102941;
}

.bg_dark_blue{
	background-color: #102941;
}


.data_red{
	color: #893939;
}

.bg_data_red{
	background-color: #893939;
}


.data_blue{
	color: #58C4C4;
}

.bg_data_blue{
	background-color: #58C4C4;
}


.black{
	color: #000000;
}

.color_override-black{
	color: #000000 !important;
}

.bg_black{
	background-color: #000000;
}

.white{
	color: #FFFFFF;
}

.bg_white{
	background-color: #FFFFFF;
}



.heavy_grey{
	color: #6E6E6E;
}

.bg_heavy_grey{
	background-color: #6E6E6E;
}


.light_grey{
	color: #D2D2D2;
}

.bg_light_grey{
	background-color: #D2D2D2;
}


.verylight_grey{
	color: #e6e6e6;
}

.bg_verylight_grey{
	background-color: #e6e6e6;
}

.verydark_grey{
	color: #272727;
}

.bg_verydark_grey{
	background-color: #272727;
}

.error_red{
	color: #F15860;
}

.bg_error_red{
	background-color: #F15860;
}

.success_green{
	color: #39BB9D;
}

.bg_success_green{
	background-color: #39BB9D;
}

.bg_purpleblue_gradient{
	background: rgb(70,98,221);
	background: -webkit-linear-gradient(left, rgba(130,51,145,1) 0%, rgba(70,98,221,1) 100%);
	background: -o-linear-gradient(left, rgba(130,51,145,1) 0%, rgba(70,98,221,1) 100%);
	background: linear-gradient(to right, rgba(130,51,145,1) 0%, rgba(70,98,221,1) 100%);
}

.bg_bluepurple_gradient{
	background: rgb(70,98,221);
	background: -webkit-linear-gradient(left, rgba(70,98,221,1) 0%, rgba(130,51,145,1) 100%);
	background: -o-linear-gradient(left, rgba(70,98,221,1) 0%, rgba(130,51,145,1) 100%);
	background: linear-gradient(to right, rgba(70,98,221,1) 0%, rgba(130,51,145,1) 100%);
}

.bg_darkscale_bg_bottomup{
	background: #000;
	background: -webkit-linear-gradient(bottom, rgba(34,34,32,1) 0%, rgba(0,0,0,1) 20%);
	background: -o-linear-gradient(bottom, rgba(34,34,32,1) 0%, rgba(0,0,0,1) 20%);
	background: linear-gradient(to top, rgba(34,34,32,1) 0%, rgba(0,0,0,1) 20%);
}

.bg_darkscale_bg_bottomup_50{
	background: #000;
	background: -webkit-linear-gradient(bottom, rgba(34,34,32,1) 0%, rgba(0,0,0,1) 50%);
	background: -o-linear-gradient(bottom, rgba(34,34,32,1) 0%, rgba(0,0,0,1) 50%);
	background: linear-gradient(to top, rgba(34,34,32,1) 0%, rgba(0,0,0,1) 50%);
}

.bg_darkscale_bg_topdown{
	background: #000;
	background: -webkit-linear-gradient(top, rgba(34,34,32,1) 0%, rgba(34,34,32,1) 10%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(34,34,32,1) 0%, rgba(34,34,32,1) 10%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(34,34,32,1) 0%, rgba(34,34,32,1) 10%, rgba(0,0,0,1) 100%);
}

.bg_darkscale_bg_topdown_50{
	background: #000;
	background: -webkit-linear-gradient(top, rgba(34,34,32,1) 0%, rgba(0,0,0,1) 50%);
	background: -o-linear-gradient(top, rgba(34,34,32,1) 0%, rgba(0,0,0,1) 50%);
	background: linear-gradient(to bottom, rgba(34,34,32,1) 0%, rgba(0,0,0,1) 50%);
}

.bg_darkscale_bg_topdown_50Soft{
	background: #000;
	background: -webkit-linear-gradient(top, rgba(34,34,32,1) 0%, rgba(9,9,9,1) 30%, rgba(0,0,0,1) 55%);
	background: -o-linear-gradient(top, rgba(34,34,32,1) 0%, rgba(9,9,9,1) 30%, rgba(0,0,0,1) 55%);
	background: linear-gradient(to bottom, rgba(34,34,32,1) 0%, rgba(9,9,9,1) 30%, rgba(0,0,0,1) 55%);
}

.bg_darkscale_bg_topdown_20{
	background: #000;
	background: -webkit-linear-gradient(top, rgba(34,34,32,1) 0%, rgba(0,0,0,1) 20%);
	background: -o-linear-gradient(top, rgba(34,34,32,1) 0%, rgba(0,0,0,1) 20%);
	background: linear-gradient(to bottom, rgba(34,34,32,1) 0%, rgba(0,0,0,1) 20%);
}

.bg_gradient_tealgreen, .bg_hover_gradient_tealgreen:hover{
	background: rgb(14,197,190);
	background: -webkit-linear-gradient(left, rgba(14,197,190,1) 0%, rgba(122,236,38,1) 100%);
	background: -o-linear-gradient(left, rgba(14,197,190,1) 0%, rgba(122,236,38,1) 100%);
	background: linear-gradient(to right, rgba(14,197,190,1) 0%, rgba(122,236,38,1) 100%);
}

.bg_gradient_orangeyellow, .bg_hover_gradient_orangeyellow:hover{
	background: rgb(254,203,3);
	background: -webkit-linear-gradient(right, rgba(254,203,3,1) 0%, rgba(245, 65, 35,1) 100%);
	background: -o-linear-gradient(right, rgba(254,203,3,1) 0%, rgba(245, 65, 35,1) 100%);
	background: linear-gradient(to left, rgba(254,203,3,1) 0%, rgba(245, 65, 35,1) 100%);
}

.bg_gradient_yelloworange, .bg_hover_gradient_yelloworange:hover{
	background: rgb(254,203,3);
	background: -webkit-linear-gradient(left, rgba(254,203,3,1) 0%, rgba(245, 65, 35,1) 100%);
	background: -o-linear-gradient(left, rgba(254,203,3,1) 0%, rgba(245, 65, 35,1) 100%);
	background: linear-gradient(to right, rgba(254,203,3,1) 0%, rgba(245, 65, 35,1) 100%);
}

.bg_gradient_purpleblue, .bg_hover_gradient_purpleblue:hover{
	background: rgb(70,98,221);
	background: -webkit-linear-gradient(left, rgba(130,51,145,1) 0%, rgba(70,98,221,1) 100%);
	background: -o-linear-gradient(left, rgba(130,51,145,1) 0%, rgba(70,98,221,1) 100%);
	background: linear-gradient(to right, rgba(130,51,145,1) 0%, rgba(70,98,221,1) 100%);
}

.bg_gradient_bluepurple, .bg_hover_gradient_bluepurple:hover{
	background: rgb(70,98,221);
	background: -webkit-linear-gradient(right, rgba(130,51,145,1) 0%, rgba(70,98,221,1) 100%);
	background: -o-linear-gradient(right, rgba(130,51,145,1) 0%, rgba(70,98,221,1) 100%);
	background: linear-gradient(to left, rgba(130,51,145,1) 0%, rgba(70,98,221,1) 100%);
}

.greenblue_horizontal{
	background: rgb(14,197,190);
	background: -webkit-linear-gradient(right, rgba(14,197,190,1) 0%, rgba(122,236,38,1) 100%);
	background: -o-linear-gradient(right, rgba(14,197,190,1) 0%, rgba(122,236,38,1) 100%);
	background: linear-gradient(to left, rgba(14,197,190,1) 0%, rgba(122,236,38,1) 100%);
}

.purpleblue_vertical{
	background: rgb(70,98,221);
	background: -webkit-linear-gradient(bottom, rgba(130,51,145,1) 0%, rgba(70,98,221,1) 100%);
	background: -o-linear-gradient(bottom, rgba(130,51,145,1) 0%, rgba(70,98,221,1) 100%);
	background: linear-gradient(to top, rgba(130,51,145,1) 0%, rgba(70,98,221,1) 100%);
}

.bluegreen_vertical{
	background: rgb(14,197,190);
	background: -webkit-linear-gradient(bottom, rgba(122,236,38,1) 0%, rgba(14,197,190,1) 100%);
	background: -o-linear-gradient(bottom, rgba(122,236,38,1) 0%, rgba(14,197,190,1) 100%);
	background: linear-gradient(to top, rgba(122,236,38,1) 0%, rgba(14,197,190,1) 100%);
}


.greenblue_vertical{
	background: rgb(14,197,190);
	background: -webkit-linear-gradient(bottom, rgba(14,197,190,1) 0%, rgba(122,236,38,1) 100%);
	background: -o-linear-gradient(bottom, rgba(14,197,190,1) 0%, rgba(122,236,38,1) 100%);
	background: linear-gradient(to top, rgba(14,197,190,1) 0%, rgba(122,236,38,1) 100%);
}


.orangeyellow_vertical{
	background: rgb(14,197,190);
	background: -webkit-linear-gradient(bottom, rgba(245, 65, 35,1) 0%, rgba(254,203,3,1) 70%);
	background: -o-linear-gradient(bottom, rgba(245, 65, 35,1) 0%, rgba(254,203,3,1) 70%);
	background: linear-gradient(to top, rgba(245, 65, 35,1) 0%, rgba(254,203,3,1) 70%);
}

.yelloworange_vertical{
	background: rgb(14,197,190);
	background: -webkit-linear-gradient(bottom, rgba(254,203,3,1) 0%, rgba(245, 65, 35,1) 70%);
	background: -o-linear-gradient(bottom, rgba(254,203,3,1) 0%, rgba(245, 65, 35,1) 70%);
	background: linear-gradient(to top, rgba(254,203,3,1) 0%, rgba(245, 65, 35,1) 70%);
}