.PlanningSelect{
padding: 5px;
    margin: 5px;
    padding-left: 15px;
}

.duedayday{
    font-size: 16px;
    font-weight:bold;
    color: red;
}

.remainday{
    font-size:16px;
    font-weight:bold;
}

.duedate{
    color: red;
}

.paddingTop20{
    padding-top:20px;
}

.minWidth70{
    min-width:70%;
}

.minWidth30{
    min-width:30%;
}

.MyPlanningSpan{
    font-weight: bold;
}

.CycleSelect{
    width:40%;
    display:inline;
    height:30px;
    line-height:30px;
}

.apr-yellowbar{
    background-color: #faf6d3;
    display: table;
    height: 50px;
    border: 1px solid #f0f1eb;
    width: 100%;
}

.apr-bluebar{
    background-color : #5f85e8;
    border: 1px solid #f0f1eb;
    height:50px;
}

.apr-bluebar-left{
    flex: 70%;
}

.apr-bluebar-right{
    flex:30%;
    text-align: center;
}

.apr-alltheback{
    background-color: #f2f4fa;
}



.APRcoverAll{
    display : flex;
    flex-wrap : nowrap;
    background-color : #f0f5f9;
    min-width:1200px;
}

.Assessment{
    border: 1px solid #c8d4f6;
    flex : 70%;
    margin : 10px;
    background-color : white;
    border-radius: 5px;
    box-shadow:2px 1px #e0e3e4;
    max-width: 70%;
    min-width: 780px;
}

#BenchmarkAction {
    display : flex;
    flex-wrap : nowrap;
}

.MyPlaningHeader{
    padding: 20px;
}

.MyPlanningDueDaySpan{
    font-size:large;
}

.SelfInfoD{
    flex : 30%;
    margin : 10px;
    margin-left: 0px;
    min-width:370px;
}

.SubSelectorBar{
    display : flex;
    flex-wrap : nowrap;
}

.flex{
    display:flex;
    flex-wrap: nowrap;
}

.flexhalf{
  flex : 50%; 
}

.flex70{
    flex: 70%;
}

.flex30 {
    flex:30%;
}

.flex80{
    flex:80%;
}rat

.flex20{
    flex: 20%
}

.flex60{
    flex:60%;
 }

.flex40{
    flex:40%;
}

.MyselectionClass-blueSelect{
width : 100%;
height: 100%;
background-color : #5f85e8;
border: 0px;
color:white;
font-size:12px;
}

.MyselectionClass{
    width : 70%;
    height: 40px;
}

.apr-greenButton{
    background-color: #8bc53e;
}

/*circle*/
.circle {
  width: 100px;
  margin: 6px 6px 20px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
}

.circle canvas {
  vertical-align: top;
}

.circle strong {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
}

.circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}

.circle span {
  display: block;
  color: #aaa;
  margin-top: 12px;
}

/*Chartjs*/
canvas{
    -moz-user-select:none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#chartjs-tooltip{
    opacity: 1;
    position:absolute;
    background-color : #f2f9ff;
    border: 1px solid #8db5d6;
    border-radius:3px;
    -webkit-transition:all .1s ease;
    transition: all .1s ease;
    pointer-events: none;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    padding:0;
    z-index: 10;
}

#chartjs-tooltip-key{
    display: inline-block;
    width:10px;
    height:10px;
    margin-right:10px;
}

.ProgressiveTooltipHolder{
    width:170px;
    display:flex;
    flex-wrap:nowrap;
}

.tooltipAchievementText{
    color: #7f8388;
    height: 20px;
    padding-left: 10px;
    padding-top: 10px;
}

.tooltipAchievement{
    color: #1e72b4;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    text-align: left;
    padding-left: 10px;
    /* line-height: 40px; */
    padding-top: 10px;
}

.tooltipScoreText{
    color: white;
    text-align: center;
    height: 20px;
    font-size: 12px;
    padding-top: 10px;
}

.tooltipScore{
color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    height: 30px;
    padding-top: 10px;

}

.tooltipLeft{
    flex: 65%;
}

.tooltipRight{
    background-color : #1a75bb;
    flex:35%;
}

/*Benchmark*/
.SectionHeader{
    text-align: left;
    font-size: 18px;
    padding-left: 20px;
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.CustomBenchmark{
    flex: 50%;
    display: flex;
    border: 1px solid #cfd4d7;
    max-height: 230px;
    max-width: 50%;
    min-width: 385px;
}

.BenchmarkLeftPanel{
  flex : 70%;
  position:relative;
  min-width: 260px;
}

.BenchmarkRightPanel{
    min-width: 125px;
    flex: 30%;
    text-align:center;
}

.BenchmarkRightPanel .topRight{
    background-color: #f1f8ff;
    height: 114px;
    position: relative;
}

.BenchmarkRightPanel .botRight{
    background-color: #f2f2f2;
    height: 114px;
    position: relative;
}

.RightContainer{
    transform: translate(0%,50%);
    position: absolute;
    width: 100%;
}

.BenchmarkStatusCover{
    padding-left: 20px;
    padding-top: 10px;
    height: 35px;
}

.BenchmarkStatus-pending{
    border:1px solid #d5a183;
    background-color: #f7ebdf;
    border-radius: 10px;
    color: #f18246;
    height: 25px;
    position: relative;
    display: inline-block;
    padding-right: 5px;
}

.BenchmarkStatus-reject{
    border:1px solid #8d444d;
    background-color: #f9dfe4;
    color:  #a93b4a;
    border-radius : 10px;
    height: 25px;
    position: relative;
    display: inline-block;
    padding-right: 5px;
}

.BenchmarkStatus-approved{
    height: 25px;
    position: relative;
    display: inline-block;
    padding-right: 5px;
}

.BenchmarkStatus-Icon{
    margin:auto;
    width:20px;
    height:20px;
}

.BenchmarkStatus-Text{
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    padding-left: 20px;
}

.BenchmarkCurrentScore{
    color: #2373ae;
    font-size: 24px;
    font-weight:bold;
    display: block;
}

.BenchmarkCurrentText{
    color:#818082;
    display:block;
}

.BenchmarkPreviousScore{
    color:#818183;
    font-size: 20px;
    font-weight:bold;
    display:block;
    line-height: 20px;
}

.BenchmarkPreviousText{
    color:#818082;
    display:block;
}

.BenchmarkRequireMore{
        margin: auto;
    text-align: center;
    font-size: 14px;
    color: #a6a6a6;
}

.BenchmarkNextTarget-MetTargetText{
    color : #61d511;
    font-size: 24px;
    font-weight:bold;
}

.BenchmarkNextTarget-Score{
    color: #2373ae;
    font-size: 24px;
    font-weight:bold;
    line-height: 20px;
}

.BenchmarkNextTarget-Text{
    font-size: 14px;
    color: #a6a6a6;
    text-align: center;
    position: absolute;
    bottom: 5px;
    width: 170px;
    left: 50%;
    transform: translate(-50%,-20px);
    height: 95px;
    padding-top: 35px;
}

.BenchmarkChartContainer{
    max-width: 272px;
    margin:auto;
    pointer-events:none;
    height: 125px;
}

.BenchmarkScoreCircle{
    padding-top:60px;
}

.BenchmarkKeyPointTitle{
    font-size: 16px;
    font-weight: bold;
    margin: auto;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px;
    text-align: center;
    width: 275px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-height:32px;
}

.BenchmarkToTargetUnit {
    font-size : 12px;
    line-height: 15px;
}

.BenchmarkToTargetScore {
    line-height : 20px;
    font-size: 20px;
}

.BenchmarkToTargetText {
    background-color: #feffff;
    border-radius: 5px;
    display: inline-block;
    font-size: 10px;
    line-height: 14px;
    width: 80%;
    text-align: center;
    color: #818082;
}

.BenchmarkCurrentUnit {
    font-size: 10px;
    line-height: 20px;
    font-weight: bold;
    color: #818183;
}

.BenchmarkNextTarget-Score.BenchmarkCurrentUnit {
    color: #2373ae;
}

.BenchmarkCurrentTextNew {
    font-size: 12px;
}

.TinyNextTarget{
    color:#818082;
    font-size: 8px;
    display: block;
}

/*Progressive*/
.lineChartStatusBar{
    display:flex;
    flex-wrap:nowrap;
    width:95%;
    position:absolute;
}

.lineChartStatusBar .lineChartOption{
    min-width : 50%;
    padding-top:5px;
}

.lineChartStatusBar .lineChartMessage{
   min-width: 50%;
    position: relative;
}

.Progressive-nextTarget{
    color : #6ccc22;
    font-weight:bold;
}

.Progressive-requireTarget{
    color : #b8444e;
    font-weight:bold;
}

.ProgressiveChartContainer{
    border-top: 1px solid #cfd4d7;
    padding-left : 35px;
    padding-right: 35px;
    padding-bottom: 35px;
}

.LineChartBenchmarkText{
    margin: 5px;
    display: table;
    height: 60px;
    border: solid 1px #e6e6e6;
    box-shadow: 2px 2px #e6e6e6;
    font-size: 16px;
    border-radius: 8px;
    position: absolute;
    right: 0px;
    width: 300px;
}

.ProgressiveCanvasContainer{
    width:100%;
    padding-top: 70px;
    height:400px;
}

.LineChartOptionText{
    text-align: center;
    font-size: 16px;
    width:100px;
    border: 1px solid #e7ecf0;
    border-radius: 5px;
    background-color: #f2f9fe;
    color: #63686b;
}

.ProgressiveChartMessage{
    padding-left: 50px;
    display: table-cell;
    vertical-align: middle;
}

.LineChartBenchmarkIcon{
}

/*SelfRatingScore*/
.MyAccImg{
    width:60px;
    height:60px;
    border-radius:50%;
}

.SelfContainer{
    border: 1px solid #c8d4f6;
    border-radius: 5px;
    background-color: white;
    box-shadow:2px 1px #e0e3e4;
}

.SelfRatingLeftContainer{
    padding: 5px;
    margin-bottom: 0;
}

.SelfRatingActualScore {
    font-size: 20px;
    font-weight: bold;
    transform: translate(0px, 5px);
    display: inline-block;
}

.SelfRatingScoreContainner {
    flex: 1;
    margin-left: 5px;
    color: #8f8e63;
}

.SelfRatingLeftIconContainer{
    
}

.SelfRatingRakingIconContainer{
    margin:auto;
}

.SelfRatingAccIconContainer{
    
}


.SelfRatingDescriptionContainer{
    margin-left: 5px;
    width: 100%;
    border-radius: 5px;
    background-color: #6184e8;
    text-align: center;
    padding-top: 10px;
    color: white;
}

.RatingScoreDescription{
    font-size: 16px;
    font-weight:bold;
}

.SelfRatingRigthContainer{
    background-color : #5f85e8;
    flex:20%;
    color:white;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    min-width: 30%;
}

.RatingScoreContainer{
    color: white;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 26.5px;
    position:relative;
    height: 100%;
}

.RatingScoreScore{
    font-size: 48px;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.RatingScoreText{
    position:absolute;
    bottom:15px;
    left:50%;
    transform: translate(-50%,-10px)
}

.RatingOverHeadCountContainer{
    margin: auto;
    text-align: center;
    padding-bottom: 3px;
    display: flex;
    line-height: 30px;
}

.RatingOverHeadCount{
    font-size:16px;
    font-weight: bold;
}

.ratingUpdownScore{
    color:white;
    padding-left:10px;
}

.ratingUpdownContainer{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    display: inline-block;
    margin-left: 5px;
}

.hrRating{
    margin: 0 auto;
    width: 90%;
}

/*AssessmentScore*/
.AssessmmentContainer{
    height: 420px;
    min-width: 30%;
}

.AssessmentScoreCircle{
    padding-top:20px;
    width : 185px;
}

.AssessmentScoreUpDown{
    font-size: 16px;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    border-radius: 30px;
    min-width: 60px;
    min-height: 60px;
    color: white;
    position: relative;
    line-height: 60px;
    margin-top:20px;
}

.AssessmentEventTemplate{
    line-height:50px;
    color: white;
    padding-left:20px;
}

.ScoreAverageContainer{
    text-align: center;
    background-color: #3f3f4b;
    height: 20px;
    color: white;
    border-radius: 10px;
    padding-top: 5px;
    margin: auto;
    height: 50px;
    padding: 5px;
    position: absolute;
    width: 150px;
    bottom: -45px;
}
.AssessmentPreviousScore{
    height: 32px;
    font-size:32px;
    font-weight:bold;
}

.HeadCountOverFlexDiv {
    border-right: 1px solid #eaebee;
    flex: 3;
    color: #818181;
}

/*Competency*/

.CompetencyContainer{
    min-width:30%;
}

/*Loading*/
.DivLoading {
    text-align: center;margin-top: 40px;margin-bottom: 20px;z-index: 10;position: absolute;width: 100%;height: 100%;
}

/*Border Style*/
.boderStyle{
    border: 1px solid #c8d4f6;
    background-color:white;
    border-radius:5px;
    box-shadow: 2px 1px #e0e3e4;
}

.greenButton{
    height: 35px;
    background-color: #8dc441;
    width: 70px;
    border: 0;
    border-radius: 5px;
    color: white;
    position: relative;
}

.greenButton-Text{
    text-align:center;
    padding-left:20px;
}


/*icon*/
.Rating-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url('../../../img/BOSS_iNET_Icon_40px.png');
    background-position: -60px -60px;
}

.BenchmarkPending-icon{
    width: 20px;
    height: 20px;
    background-image: url(../../../img/BOSS_iNET_Icon_20px.png);
    background-position: -280px -360px;
    top: 1px;
    bottom: 1px;
    position: absolute;
    display:inline-block;
}

.BenchmarkApproved-icon{
    width: 20px;
    height: 20px;
    background-image: url('../../../img/BOSS_iNET_Icon_20px.png');
    background-position: -320px -360px;
    top: 1px;
    bottom: 1px;
    position: absolute;
    display: inline-block;
    content: '';
}

.BenchmarkRejected-icon{
    width: 20px;
    height: 20px;
    background-image: url('../../../img/BOSS_iNET_Icon_20px.png');
    background-position: -300px -360px;
        top: 1px;
    bottom: 1px;
    position: absolute;
}

.DueDateNotification-icon:before{
    content: '';
    width: 30px;
    height: 30px;
    background-image: url('../../../img/BOSS_iNET_Icon_30px.png');
    background-position: 300px -60px;
    position:absolute;
    top:10px;
    bottom:10px;
    left:10px;
    display: inline-block;
}

.DueDateMesssageContainer{
    height:50px;
    display:table;
    position:relative;
    text-align:left;
}

.DueDateMessageSpan{
    padding-left:50px;
    display:table-cell;
    vertical-align:middle;
}

.ProgressiveNotification-icon:before{
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../../../img/BOSS_iNET_Icon_30px.png);
    background-position: 270px -60px;
    top: 15px;
    bottom: 15px;
    position: absolute;
    left: 10px;
    right: 10px;
}

.Gobutton-icon:before{
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('../../../img/BOSS_iNET_Icon_20px.png');
    background-position: -340px -360px;
    display:inline-block;
    position:absolute;
    top:7.5px;
    bottom:7.5px;
}

.SelfRatingUp-icon:before{
    content:'';
    width: 15px;
    height: 15px;
    background-image: url('../../../img/BOSS_iNET_Icon_15px.png');
    background-position: 45px -210px;
    display:inline-block;
    position: absolute;
    transform: translate(-2px, 7px);
}

.SelfRatingDown-icon:before{
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../../../img/BOSS_iNET_Icon_15px.png);
    background-position: 30px -210px;
    display: inline-block;
    position: absolute;
    transform: translate(-2px, 7px);
}

.AssessmentRatingUp-icon:before{
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url('../../../img/BOSS_iNET_Icon_15px.png');
    background-position: 45px -210px;
    position:absolute;
    top: 21.25px;
    bottom: 21.25px;
}

.RatingUp20px-icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../../../img/BOSS_iNET_Icon_20px.png');
    background-position: -360px -360px;
}


.AssessmentRatingDown-icon:before{
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url('../../../img/BOSS_iNET_Icon_15px.png');
    background-position: 30px -210px;
    position:absolute;
    top: 21.25px;
    bottom: 21.25px;
}

.Rating1st-icon{
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius:20px;
    background-image: url('../../../img/BOSS_iNET_Icon_40px.png');
    background-position: -161px 80px;
}

.Rating2st-icon{
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius:20px;
    background-image: url('../../../img/BOSS_iNET_Icon_40px.png');
    background-position: -200px 80px;
}


.Rating3st-icon{
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius:20px;
    background-image: url('../../../img/BOSS_iNET_Icon_40px.png');
    background-position: -240px 80px;
}

.Rating4st-icon{
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius:20px;
    background-image: url('../../../img/BOSS_iNET_Icon_40px.png');
    background-position: -280px 80px;
}

.Rating-icon{
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius:20px;
    background-image: url('../../../img/BOSS_iNET_Icon_40px.png');
    background-position: -320px 80px;
}


.arrowup{
    width:0;
    height:0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #3f3f4b;
    margin: auto;
    position: absolute;
    left: 72.5px;
    bottom: 5px;
}

.arrowdown:after,.arrowdown:before{
    content: '';
    top: 100%;
    left:50%;
    border: 1px solid transparent;
    height:0;
    width: 0;
    position:absolute;
}

.arrowdown:before{
    border-top-color: #8db5d6;
    border-width:12px;
    margin-left:-12px;
}

.arrowdown:after{
    border-top-color: #f2f9ff;
    border-width:11px;
    margin-left:-11px;
}


.SelfRatignDivLoading{
    position: absolute;
    width: 100%;
    margin-top: 60px;
    text-align: center;
    margin-bottom: 20px;
    z-index: 10;
}

.ScoreLoading{
    position:relative
}

.MyAssessmentScoreBar{
    background-color:#34f5d8;
    width: 50px;
    height:12px;
    border: 1px solid #c8d4f6;
    border-radius:30px;
    left:30%;
    display: inline-block;
}

.ScoreStatus{
    color:#818085;
    flex:30%;
    text-align:left;
    padding-left:30px;
}

.MyAssessmentScoreContrainer{
    position:relative;
    pointer-events: none;
    padding-top: 20px;
}


.BenchmarkScoreCirlce{
    pointer-events:none;
}

.BenchmarkScoreCircleContainer{
    left:50%;
    top:50%;
    transform:translate(-50%,0%);
}

.MyAssessmentScoreContrainer .c100:after,
.BenchmarkScoreCirlce .c100:after {
  position: absolute;
  top: 0.04em;
  left: 0.04em;
  width: 0.92em;
  height: 0.92em;
  display: block;
  content: " ";
  border-radius: 50%;
  background-color: #f5f5f5;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-traBenchmarkStatusCovernsition-timing-function: ease-in;
  transition-timing-function: ease-in;
  pointer-events:none;
}

.c100 .AssessmentScoreSpan,
.BenchmarkScoreCirlce .c100 span{
    color: black;
    width: 3.33em;
    line-height: 3.33em;
    font-size: 0.3em;
    pointer-events:none;
}

.AssessmentScoreUpDownContainer{
    padding-top: 62.5px;
}


/*UI tooltip*/
.ui-tooltip{
    /*width:150px;*/
    text-align:center;
    box-shadow:none;
    padding:0;
    font-weight:bold;
}

.ui-tooltip-content{
    position:relative;
    padding:0.5em;
}

.ui-tooltip-content::after, .ui-tooltip-content::before{
    /*content : "";
    position:absolute;
    border-style:solid;
    display:block;
    left : 75px;*/
}

.bottom .ui-tooltip-content::before{
    bottom: -10px;
    border-color: #AAA transparent;
    border-width : 10px 10px 0;
}

.bottom .ui-tooltip-content::after{
    bottom: -7px;
    border-color: white transparent;
    border-width : 10px 10px 0;
}

.top .ui-tooltip-content::before{
    bottom: -10px;
    border-color: #AAA transparent;
    border-width : 0 10px 10px;
}

.top .ui-tooltip-content::after{
    top: -7px;
    border-color: white transparent;
    border-width : 0 10px 10px;46
}