body{
   background-image: url('/apps/resources/self_service/images/empowered/Empowered_Login_1650x1032.png');
}

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


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

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

.quick-icon{
   color: #058299 !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: #058299 !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 */