.degrade_gray {
	background: rgba(217, 217, 217, 1);
	background: -moz-linear-gradient(top, rgba(217, 217, 217, 1) 0%,
		rgba(212, 212, 212, 1) 50%, rgba(201, 201, 201, 1) 51%,
		rgba(245, 245, 245, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(217, 217,
		217, 1)), color-stop(50%, rgba(212, 212, 212, 1)),
		color-stop(51%, rgba(201, 201, 201, 1)),
		color-stop(100%, rgba(245, 245, 245, 1)));
	background: -webkit-linear-gradient(top, rgba(217, 217, 217, 1) 0%,
		rgba(212, 212, 212, 1) 50%, rgba(201, 201, 201, 1) 51%,
		rgba(245, 245, 245, 1) 100%);
	background: -o-linear-gradient(top, rgba(217, 217, 217, 1) 0%,
		rgba(212, 212, 212, 1) 50%, rgba(201, 201, 201, 1) 51%,
		rgba(245, 245, 245, 1) 100%);
	background: -ms-linear-gradient(top, rgba(217, 217, 217, 1) 0%,
		rgba(212, 212, 212, 1) 50%, rgba(201, 201, 201, 1) 51%,
		rgba(245, 245, 245, 1) 100%);
	background: linear-gradient(to bottom, rgba(217, 217, 217, 1) 0%,
		rgba(212, 212, 212, 1) 50%, rgba(201, 201, 201, 1) 51%,
		rgba(245, 245, 245, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9',
		endColorstr='#f5f5f5', GradientType=0);
}

.ui-selectonemenu-trigger.ui-state-default.ui-corner-right {
	background-color: white;
}

.ui-datatable-header.ui-widget-header.ui-corner-top {
	background-color: white;
}

.ui-paginator.ui-paginator-bottom.ui-widget-header.ui-corner-bottom {
	background-color: white;
}

.ui-icon.ui-icon-triangle-1-e {
	display: none;
}

.ui-icon.ui-icon-triangle-1-s {
	display: none;
}

.ui-icon.ui-icon-triangle-1-s.ui-c {
	display: block;
}

.ui-icon-triangle-1-s {
	display: none;
}

.table_style {
	border: 1px solid black;
}

.table_style_no_border {
	border: 0 !important;
}

.backgroundWhite {
	background-color: white !important;
}

.panel-blue {
	background-color: #347AB8;
}

.panel-brown {
	background-color: #A62A2A;
}

.panel-yellow {
	background-color: #F1AD4C;
}

.panel-red {
	background-color: #DA534F;
}

.panel-green {
	background-color: #5AB75C;
}