body{
	width: 100%;
	background-image: unset !important;
	background-color: #eee;
}

.tile-title.branding-stripe {
	background-color: #0d838c  !important;
}


#main-menu-top .dynamic-main-menu-top-row{
	background-color: #0d838c;!important;
}

#dynamic-main-menu-top.v8 {
	background-color: #0d838c;!important;
}

.quick-icon{
	color: #0d838c !important;
}
#dynamic-main-menu-top.v8.dynamic-main-menu-top-row .menu-item-text{
	margin: 0 18px;
}


/* Incentive Tile Reward Icons */
.incentive.icon-trophy-1{
	color:#B88606;
	margin-bottom:12px;
}
.incentive.icon-trophy-2{
	color:#C0C0C0;
	margin-bottom:12px;
}
.incentive.icon-trophy-3{
	color:#D4AF37;
	margin-bottom:12px;
}
/* End Incentive Tile Reward Icons */


/*Incentive Tile Headers*/
.task-list-title{
	display:none;
}
.task-list-header{
	background-color: #2d334a !important;
	/*height: 25px !important;*/
	color: white !important;
	margin-right: 3px !important;
	margin-left: 3px !important;
	text-align: center !important;
	border-radius: 12px !important;
}
.empowered-incentive__header{
	margin:auto;
	height:25px;
	font-weight:bold;
}
/*End Incentive Tile Headers*/

/*Incentive Tile Footers*/
.task-list-footer{
	background-color: #0d838c !important;
	/*height: 25px !important;*/
	color: white !important;
	margin-right: 3px !important;
	margin-left: 3px !important;
	text-align: center !important;
	border-radius: 40px !important;
}
.empowered-incentive__footer{
	width: 100%;
	height:38px;
	font-weight:bold;
	display: flex;
	flex-direction: row;
	align-items: center;
	border-radius: inherit;
}
.empowered-incentive__footer-text{
	text-align: center;
	width: 100%;
}
/*End Incentive Tile Footers */

/* Incentive Tile Measures Modal */
.measures-table{
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
	overflow-wrap: break-word;
}
.mt-cell{
	border: 2px solid #b1b0b0;
	padding: 18px;
	text-align: center;
	color: #38547e;
}
.mt-other{
	text-align: center;
	color: #38547e;
	font-size: 14px;
	font-weight: 500;
}
.measures-table-criteria{
	font-size: 18px;
}
.measures-table-goal{
	font-size: 18px;
}
.measures-table-results{
	font-size: 18px;
}
.measures-table-statuxs{
	font-size: 18px;
}
.measures-table-body{
	font-size: 14px;
	font-weight: 500;
}
.measures-table-footer{
	color: white;
}
/* End Incentive Tile Measures Modal */

#challengeDefault_widget_AHXDynamicLayout_renderWidget_hydration_avatar_14 > div > div.btn.btn-outline-secondary
{

	margin-top: 7px;
}

#challenge-wrapper.hydration .challenge-logo-tile .challenge-logo {
	width: auto;
	height: 287px;
	margin: 0 auto;
	background-image: url("/apps/resources/self_service/images/aciww/Hydration_Logo_1.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.btn.btn-info{
	background: unset;
	background-color: #0d838c !important;
	color: #ffffff !important;
	border-color: #0d838c !important;
}
.btn.btn-default{
	background-color: #ffffff !important;
	color: #0d838c !important;
	border-color: #0d838c !important;
}
.btn-default:not(:disabled):not(.btn-primary):not(.btn-info):not(.btn-sm):hover {
	background: #fff;
	box-shadow: inset 0 0 0 2px #0d838c;
}
a {
	color:#0d838c;
}