﻿.MainLearnSimAreas{
    padding-bottom: 1%;
}

.MainLearnSimAreas_invisible{
    display: none;
}

.MainLearnSimAreas_RightScreen{
    height: 100%;
    width: 80%;
    margin-left: 16%;
}

/*Lapse Button*/

.TimeLapse{
    display: inline-block;
    width: 100%;
    float: right;
    margin-bottom: 1%;
    margin-top: 1%;
}

.TimeLapseContent{
    float: right;
    margin-right: 3%;
}

.TimeLapseLabel{
    text-align: center;
    width: 10%;
    position: absolute;
    line-height: 15px;
    padding: 5px;
    margin-left: -10%;
    border: 2px solid #f0f0f0;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    z-index: -2;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    opacity:1;
}

.TimeLapseLabel_Disabled{
    text-align: center;
    width: 10%;
    margin-top: 3px;
    position: absolute;
    line-height: 20px;
    padding: 5px;
    margin-left: -10%;
    border: 2px solid #f0f0f0;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    z-index: -2;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    opacity:0;
}

.TimeLapseLabel_hidden{
    position: absolute;
    width: 8%;
    height: 8%;
    z-index: -1;
    margin-left: 2%;
    background: white;
        display: none; /* used to hide the time box change to the same color of background*/
}


.TimeLapseBtn_Idle{
    float: right; 
    background-image: url(../Images/sim.png);
    width: 30px;
    height: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    cursor: pointer;
}

.TimeLapseBtn_Play{
    float: right; 
    background-image: url(../Images/sim_play.png);
    width: 30px;
    height: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    cursor: pointer;

}
.TimeLapseBtn_Pause{
    float: right; 
    background-image: url(../Images/sim_pause.png);
    width: 30px;
    height: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    cursor: pointer;
}

.TimeLapseStopBtn_Enabled{
    opacity: 1;
    position: absolute;
    float: right;
    background-image: url(../Images/sim_stop.png);
    width: 2%;
    max-width: 15px;
    height: 15px;
    margin-left: 20px;
    margin-top: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;

}

.TimeLapseStopBtn_Disabled{
    opacity: 0;
    position: absolute;
    float: right;
    background-image: url(../Images/sim_stop.png);
    width: 2%;
    max-width: 20px;
    height: 20px;
    margin-left: 27px;
    margin-top: 27px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.MainLearnSimAreas_LeftBar{
    background-color: #f0f0f0;
    width: 15%;
    height: 100vh;
    min-height: 660px;
    float: left;
}

.MainLearnSimAreas_LeftBar_Logo div{
    width: 70%;
    max-width: 180px;
    height: 70px;
    background-image: url(../Images/top_logo.png);
    display: block;
    margin: 10px auto;
    padding-top: 5%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}

/*Teams*/

.MainLearnSimAreas_LeftBar_TeamsDiv{
    direction: ltr;
}

.ListTeamTitle{
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    min-height: 20px;
    height: 25px;
    cursor: pointer;
    border-top: solid 1px #e2e2e2;
    padding-top: 5px;
}

.ListTeam_AllTeamsDiv{
    display: none;
}
.ListTeam_AllTeamsDiv_Active{
    display: block;
    padding-left: 15%;
    color: #a9a9a9;
}

.ListTeamTitle_maindiv{
    padding-left: 5%;
}

.ListTeamTitleImageIcon{
    background-image: url(../Images/teams.png);
    width: 18px;
    max-width: 25px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.ListTeamTitleLabel{
    padding-left: 5%;
    padding-top: 3px;
    vertical-align: top;
    display: inline-block;
    cursor: pointer;
}


.ListTeamTitleListImageDropIcon{
    float: right;
    background-image: url(../Images/mini_arrow_right.png);
    width: 10%;
    max-width: 50px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.ListTeamTitleListImageDropIcon:hover{
    float: right;
    background-image: url(../Images/mini_arrow_down.png);
    width: 10%;
    max-width: 50px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    cursor: pointer;
}

.ListTeamTitleListImageDropIcon_Active{
    float: right;
    background-image: url(../Images/mini_arrow_down.png);
    width: 10%;
    max-width: 50px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.ListTeamTitleListImageDropIcon_Active:hover{
    float: right;
    background-image: url(../Images/mini_arrow_right.png);
    width: 10%;
    max-width: 50px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    cursor: pointer;
}


.ListTeamName{
}

.ListTeamNameLabel{
    padding-left: 5%;
    vertical-align: top;
    display: inline-block;
    margin-bottom: 5px;
    cursor: pointer;
}

.ListTeamNameLabel:hover{
    padding-left: 5%;
    vertical-align: top;
    display: inline-block;
    margin-bottom: 5px;
    color: #666;
    cursor: pointer;
}

.ListTeamNameLabel_Active{
    padding-left: 5%;
    vertical-align: top;
    display: inline-block;
    margin-bottom: 5px;
    color: #666;
}

.ListTeamNameImageDropIcon{
    background-image: url(../Images/mini_arrow_right.png);
    width: 5%;
    max-width: 15px;
    padding-left: 8%;
    padding-top: 3px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    display: inline-block;
    float: right;
    margin-right: 4px;
}

.ListTeamNameImageDropIcon:hover{
    background-image: url(../Images/mini_arrow_down.png);
    cursor: pointer;
}

.ListTeamNameImageDropIcon_Active{
    background-image: url(../Images/mini_arrow_down.png);
    width: 5%;
    max-width: 15px;
    padding-left: 8%;
    padding-top: 3px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    display: inline-block;
    float: right;
    margin-right: 4px;
}

.ListTeamNameImageDropIcon_Active:hover{
    background-image: url(../Images/mini_arrow_down.png);
    width: 5%;
    max-width: 15px;
    padding-left: 8%;
    padding-top: 3px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    display: inline-block;
    cursor: pointer;
}

.ListTeamWorker_maindiv_Activate{
    display: block;
    padding-left: 7%;
}

.ListTeamWorker_maindiv{
    display:none;
}

.ListTeamWorker{
    padding-left: 5%;
}

.ListTeamWorker:hover{
    padding-left: 5%;
    color: #666;
    cursor: pointer;
}

.ListTeamWorker_Active{
    display: block;
    padding-left: 15%;
    font-size: 0.9em;
    color: #666
}

.ListTeamEditTitleImageIcon{
    background-image: url(../Images/edit_btn.png);
    width: 10px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    margin-right: 7px;
    margin-top: 6px;
    float: right;
}

.ListTeamWorkerIcon{
    width: 15px;
    max-width: 20px;
    display: inline-block;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

#ListTeamWorker_0_0 div.ListTeamWorkerIcon{
    background-image: url(../Images/worker01.png);
}

#ListTeamWorker_0_1 div.ListTeamWorkerIcon{
    background-image: url(../Images/worker02.png);
}

#ListTeamWorker_0_2 div.ListTeamWorkerIcon{
    background-image: url(../Images/worker03.png);
}

#ListTeamWorker_0_3 div.ListTeamWorkerIcon{
    background-image: url(../Images/worker04.png);
}

#ListTeamWorker_0_4 div.ListTeamWorkerIcon{
    background-image: url(../Images/worker05.png);
}

.ListTeamWorkerLabel{
    padding-left: 5px;
    vertical-align: top;
    display: inline-block;
    cursor: pointer;
}

.ListTeamWorkerLabel_Active{
    padding-left: 5%;
    vertical-align: top;
    display: inline-block;
    font-weight: bold;
    color: #666;
    cursor: pointer;
}



/*Scope*/

.MainLearnSimAreas_LeftBar_ScopeDiv{
    direction: ltr;
}

.ListScopeTitleImageIcon{
    background-image: url(../Images/scope.png);
    width: 12%;
    max-width: 50px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.ListScopeTitle{
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    min-height: 20px;
    height: 25px;
    padding-top: 5px;
    border-top: solid 1px #e2e2e2;
    cursor: pointer;

}

.ListScopeTitleListImageDropIcon{
    float: right;
    background-image: url(../Images/mini_arrow_right.png);
    width: 10%;
    max-width: 50px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.ListScopeTitleListImageDropIcon:hover{
    float: right;
    background-image: url(../Images/mini_arrow_down.png);
    width: 10%;
    max-width: 50px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    cursor: pointer;
}

.ListScopeTitleListImageDropIcon_Active{
    float: right;
    background-image: url(../Images/mini_arrow_down.png);
    width: 10%;
    max-width: 50px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    cursor: pointer;
}

.ListScopeImageIcon{
    content: url("../Images/testicon.png");
    width:20%;
}

.ListScopeTitleLabel{
    padding-left: 5%;
    padding-top: 3px;
    vertical-align: top;
    display: inline-block;
}

.ListScope_Content_Active{
    display: block;
    padding-left: 10%;
}


.ListScope_Content{
    display:none;
}

.ListScopeLabel{
    padding-left: 10%;
    display: block;
    color: #a9a9a9;
    margin-bottom: 5px;
}

.ListScopeLabel:hover{
    padding-left: 10%;
    display: block;
    color: #666;
    margin-bottom: 5px;
    cursor: pointer;
}

.ListScopeLabel_Active{
    padding-left: 10%;
    display: block;
    color: #666;
    margin-bottom: 5px;
    cursor: pointer;
}

/*ProjCharter*/

.MainLearnSimAreas_LeftBar_ProjCharterDiv{
    direction: ltr;
}

.ListProjCharterTitleImageIcon{
    background-image: url(../Images/projects.png);
    width: 12%;
    max-width: 20px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.ListProjCharterTitle{
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    min-height: 20px;
    height: 25px;
    padding-top: 5px;
    border-top: solid 1px #e2e2e2;
    cursor: pointer;

}

.ListProjCharterTitleListImageDropIcon{
    float: right;
    background-image: url(../Images/mini_arrow_right.png);
    width: 10%;
    max-width: 50px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.ListProjCharterTitleListImageDropIcon:hover{
    float: right;
    background-image: url(../Images/mini_arrow_down.png);
    width: 10%;
    max-width: 50px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    cursor: pointer;
}

.ListProjCharterTitleListImageDropIcon_Active{
    float: right;
    background-image: url(../Images/mini_arrow_down.png);
    width: 10%;
    max-width: 50px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    cursor: pointer;
}

.ListProjCharterImageIcon{
    content: url("../Images/testicon.png");
    width:20%;
}

.ListProjCharterTitleLabel{
    padding-left: 5%;
    padding-top: 3px;
    vertical-align: top;
    display: inline-block;
}

.ListProjCharter_Content_Active{
    display: block;
    padding-left: 20%;
}


.ListProjCharter_Content{
    display:none;
}

.ListProjCharterLabelDiv{
    margin-bottom: 5px;
    width: 100%;
    margin-top: 5px;
    display: block;
}

.ListProjCharterLabel{
    color: #a9a9a9;
    display: block;
    vertical-align: middle;
}

.ListProjCharterLabel:hover{
    color: #666;
    cursor: pointer;
}

.ListProjCharterLabel_Active{
    color: #666;
    width: 85%;
    display: inline-block;
    overflow: scroll;
    white-space: nowrap;
    vertical-align: middle;
}

.MainLearnSimAreas_RightScreen{
    height: 100%;
    width: 80%;
    margin-left: 18%;
}


/*LeftBarBubble*/


.LeftBarBubble{
    position: absolute;
    width: 70%;
    margin-left: 5%;
    margin-top: -40%;
    background-color: #f9f9f9;
    display: none;
}

.LeftBarBubble_Active{
    position: absolute;
    background-color: white;
    border: solid 2px #f0f0f0;
    border-radius: 20px;
    padding: 10px;
    width: 40%;
    box-shadow: 5px 5px 10px #888888;
    margin-top: -20%;
}

.LeftBarBubble_Title{
    width: 100%;
    margin-bottom: 2%;
    margin-top: 2%;
    text-align: center;
    display: inline-block;
}

.LeftBarBubble_TextArea{
    width: 80%;
    margin-left: 10%;
    display: block;
    border: none;
    box-sizing:border-box;
    resize: none;   
    overflow: visible
}

.LeftBarBubble_Button{
    margin: auto;
    background-color: #a9a9a9;
    color: white;
    padding: 6px 16px;
    text-align: center;
    text-decoration: none;
    font-size: 0.7em;
    border-bottom-color: #e6e6e6;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.LeftBarBubble_Button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4CAF50;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  cursor: pointer;
}

.LeftBarBubble_Button:hover, .LeftBarBubble_Button:focus, .LeftBarBubble_Button:active {
  color: white;
  outline: none;
}
.LeftBarBubble_Button:hover:before, .LeftBarBubble_Button:focus:before, .LeftBarBubble_Button:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  cursor: pointer;
}


/*Left_Bar_End


/*Tables*/

.MainLearnSimArea_TableArea{
display: table;
width: 100%;
}

.tabletextareahighlight{    
   box-shadow: 0px 0px 10px #888888;
      -webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.MainLearnSimArea_TableArea_invisible{
    opacity:0;
    height:0;
     pointer-events: none;   
}

.MainLearnSimArea_TableProjectName{
    background-color: transparent;
    width: 96%;
    height: 40px;
    border-bottom: solid 2px #e2e2e2;
    padding: 10px;
    margin-left: 1%;
    padding-top: 0px;
    padding-bottom: 0px;
}

input#projecttablenameinput {
    font-family: myFirstFont;
    font-size: 13px;
    color: #808080;
    background-color: transparent;
    border: 0px;
    margin-left: 10px;
    margin-right: 10px;
}

input#projecttablenameinput:focus {
outline: none;
}

label#projecttablenamelabel{
    display: inline-block;
    max-width: 500px;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 1.1em;
    font-weight: bolder;
    line-height: 35px;
    color: #b3b3b3;
    margin-right: 15px;
}

label#projecttablename{
    display: inline-block;
    max-width: 500px;
    font-size: 1.1em;
    font-weight: bolder;
    line-height: 35px;
    color: #b3b3b3;
    margin-right: 15px;
}

/*RemovedJoao*/
/*
label#projecttablename{
    margin-left: 2%;
    width: 24%;
    display: inline-block;
    font-size: 1.1em;
    vertical-align: top;
    padding-top: 1px;
    font-weight: bolder;
    line-height: 35px;
}
*/

.MainLearnSimArea_TableScroller{
    overflow-x: hidden;
    overflow-y: scroll;
    height: 650px;
    /*Joao04092017 commented this line*/
    /*position: absolute;*/
    /*Joao04092017*/
}



.MainLearnSimArea_Table{
    background-color: white;
    width: 99%;
    margin: auto;
}

.MainLearnSimArea_Table, .MainLearnSimArea_Table th{
    border-spacing: 1px;
}


/* Table Headers*/
.MainLearnSimArea_TableHeader{

}

.MainLearnSimArea_TableLine{

}

.MainLearnSimArea_TableHeader_Project{
    font-size: 0.9em;
    font-weight: bolder;
    vertical-align: bottom;
}

.MainLearnSimArea_TableHeader_Deliverable{  
    font-size: 0.9em;
    font-weight: bolder;
    vertical-align: bottom;
    min-width: 70px;
}

.MainLearnSimArea_TableHeader_AddColumn{  
    font-size: 0.9em;
    font-weight: bolder;
    vertical-align: bottom;
}

.MainLearnSimArea_TableHeader_Level1{  
    font-size: 0.9em;
    font-weight: bolder;
    vertical-align: bottom;
}

.MainLearnSimArea_TableHeader_Level2{  
    font-size: 0.9em;
    font-weight: bolder;
    vertical-align: bottom;
}

.MainLearnSimArea_TableHeader_Level3{  
    font-size: 0.9em;
    font-weight: bolder;
    vertical-align: bottom;
}

.MainLearnSimArea_TableHeader_WP{  
    font-size: 0.9em;
    font-weight: bolder;
    vertical-align: bottom;
    min-width: 70px;
}
.MainLearnSimArea_TableHeader_Activity{
    font-size: 0.9em;
    font-weight: bolder;
    vertical-align: bottom;
    min-width: 70px;
}
.MainLearnSimArea_TableHeader_Task{
    font-size: 0.9em;
    font-weight: bolder;
    vertical-align: bottom;
    width: 100%;
}
.MainLearnSimArea_TableHeader_EstTime{
    font-size: 0.9em;
    font-weight: bolder;
    vertical-align: bottom;
}
.MainLearnSimArea_TableHeader_RealTime{
    font-size: 0.9em;
    font-weight: bolder;
    vertical-align: bottom;
}
.MainLearnSimArea_TableHeader_Risk{
    font-size: 0.9em;
    font-weight: bolder;
    vertical-align: bottom;
}
.MainLearnSimArea_TableHeader_ID{
    font-size: 0.9em;
    font-weight: bolder;
    vertical-align: bottom;
}
.MainLearnSimArea_TableHeader_MaterialCosts{
    font-size: 0.9em;
    font-weight: bolder;
    vertical-align: bottom;
}

.MainLearnSimArea_TableHeader_PICC{
    font-size: 0.9em;
    font-weight: bolder;
    vertical-align: bottom;
}

.MainLearnSimArea_TableHeader_Approval{
    font-size: 0.9em;
    font-weight: bolder;
    vertical-align: bottom;
}
.MainLearnSimArea_TableHeader_TaskControlStatus{
    font-size: 0.9em;
    font-weight: bolder;
    vertical-align: bottom;
}
.MainLearnSimArea_TableHeader_Delete{
    font-size: 0.9em;
    font-weight: bolder;
    vertical-align: bottom;
}

.MainLearnSimArea_TableHeader_Delete div{
    width: 100%;
    max-width: 20px;
    height: 20px;
    background-image: url(../Images/delete.png);
    background-position: center;
    background-size: 90%;
    background-repeat: no-repeat;
    -webkit-transition: background-size 0.2s;
    transition: background-size 0.2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.MainLearnSimArea_TableHeader_Delete div:hover{
    width: 100%;
    max-width: 20px;
    height: 20px;
    background-image: url(../Images/delete.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: background-size 0.2s;
    transition: background-size 0.2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.MainLearnSimArea_TableHeader_LessonsLearned{
    font-size: 0.9em;
    font-weight: bolder;
    vertical-align: bottom;
}

.MainLearnSimArea_TableHeader_ExecutionDate{
    font-size: 0.9em;
    font-weight: bolder;
    vertical-align: bottom;
}

/*Invisible part*/
.MainLearnSimAreas_LeftBar_TeamsDiv_invisible{
    opacity:0;
}

.MainLearnSimAreas_LeftBar_ScopeDiv_invisible{
    opacity:0;
}

.MainLearnSimAreas_LeftBar_ProjCharterDiv_invisible{
    opacity: 0;
}

.ActivityFeedMainDiv_invisible{
    opacity: 0;
    width: 47%;
    display: inline-block;
    margin-left: 1%;
}

.Metrics_invisible{
    opacity: 0;
    width: 47%;
    display: inline-block;
    float: right;
}
/*Invisible part*/


/* Table Columns*/


.MainLearnSimArea_Table_Project{
    background-color: #f9f9f9;
    border-bottom: solid 1px #e2e2e2;
    border-right: solid 1.5px white;
    border-top: solid 1.5px white;
}

.MainLearnSimArea_Table_Project textarea{
    resize: none;
    background-color: #f9f9f9;
    border: 0px;
    font-family: myFirstFont;
    text-align: center;
    width: 98%;
    font-size: 0.9em;
    -webkit-writing-mode: vertical-rl;
}

.MainLearnSimArea_Table_Project textarea:focus{
    outline: none;
}

.MainLearnSimArea_Table_Project_Finished{
    background-color:#f0f0f0; 
}

.MainLearnSimArea_Table_Project_Finished textarea{
    resize: none;
    background-color: #f0f0f0;
    border: 0px;
    font-family: myFirstFont;
    text-align: center;
    width: 98%;
    font-size: 0.9em;
}

.MainLearnSimArea_Table_Project_Finished textarea:focus{
    outline: none;
}

.MainLearnSimArea_Table_Deliverable_Finished{
    background-color:#f0f0f0; 
}

.MainLearnSimArea_Table_Deliverable_Finished textarea{
    resize: none;
    background-color: #f0f0f0;
    border: 0px;
    font-family: myFirstFont;
    text-align: center;
    width: 98%;
    font-size: 0.9em;
}

.MainLearnSimArea_Table_WP{  
    background-color: #f9f9f9;
    border-bottom: solid 1.5px #b5d8de;
    border-right: solid 1.5px white;
    border-top: solid 1.5px white;
    position: relative;
    width: 100px;
}

.MainLearnSimArea_Table_WP textarea{
    resize: none;
    background-color: #f9f9f9;
    border: 0px;
    font-family: myFirstFont;
    text-align: center;
    width: 98%;
    font-size: 0.9em;
}

.MainLearnSimArea_Table_WP textarea:focus{
    outline: none;
}

.MainLearnSimArea_Table_WP_Finished{
    background-color:#f0f0f0;
    position: relative;
    width: 100px; 
}

.MainLearnSimArea_Table_WP_Finished textarea{
    resize: none;
    background-color: #f0f0f0;
    border: 0px;
    font-family: myFirstFont;
    text-align: center;
    width: 98%;
    font-size: 0.9em;
}

.MainLearnSimArea_Table_WP_Finished textarea:focus{
    outline: none;
}

.MainLearnSimArea_Table_WPImg{
    background-image: url(../Images/dictionary.png);
    width: 15px;
    height: 15px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.MainLearnSimArea_Table_WPImg:hover{
    background-image: url(../Images/dictionary_act.png);
    cursor: pointer;
}

.MainLearnSimArea_Table_WPImg_Finished{
 background-color:#f0f0f0; 
}

.MainLearnSimArea_Table_WPImg div{
    width:10px;
    content: url("../Images/testicon.png");
}

.MainLearnSimArea_Table_WPImg_Active{
    background-image: url(../Images/dictionary_act.png);
    width: 15px;
    height: 15px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.MainLearnSimArea_Table_WPImg_Active div{
    width: 15px;
    background-image: url(../Images/dictionary.png);
    height: 15px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.MainLearnSimArea_Table_Activity{
    background-color: #f9f9f9;
    border-bottom: solid 1px #e2e2e2;
    border-right: solid 1.5px white;
    border-top: solid 1.5px white;
    width: 100px;
}

.MainLearnSimArea_Table_Activity textarea{
    resize: none;
    background-color: #f9f9f9;
    border: 0px;
    font-family: myFirstFont;
    text-align: center;
    width: 98%;
    font-size: 0.9em;
}

.MainLearnSimArea_Table_Activity textarea:focus {
    outline: none;
}

.MainLearnSimArea_Table_Activity_Finished{
    background-color:#f0f0f0;
    width: 100px; 
}

.MainLearnSimArea_Table_Activity_Finished textarea{
    resize: none;
    background-color: #f0f0f0;
    border: 0px;
    font-family: myFirstFont;
    text-align: center;
    width: 98%;
    font-size: 0.9em;
}

.MainLearnSimArea_Table_Activity_Finished textarea:focus {
    outline: none;
}

.MainLearnSimArea_Table_Task{
    background-color: #f9f9f9;
    border-bottom: solid 1px #e2e2e2;
    border-right: solid 1.5px white;
    border-top: solid 1.5px white;
}

.MainLearnSimArea_Table_Task textarea{
    resize: none;
    background-color: #f9f9f9;
    border: 0px;
    font-family: myFirstFont;
    text-align: center;
    width: 98%;
    font-size: 0.9em;
}

.MainLearnSimArea_Table_Task textarea:focus {
    outline: none;
}

.MainLearnSimArea_Table_Task_Finished{
    background-color:#f0f0f0; 
}

.MainLearnSimArea_Table_Task_Finished textarea{
    resize: none;
    background-color: #f0f0f0;
    border: 0px;
    font-family: myFirstFont;
    text-align: center;
    width: 98%;
    font-size: 0.9em;
}

.MainLearnSimArea_Table_Task_Finished textarea:focus {
    outline: none;
}

.MainLearnSimArea_Table_EstTime{
    background-color: #f9f9f9;
    border-bottom: solid 1px #e2e2e2;
    border-right: solid 1.5px white;
    border-top: solid 1.5px white;
    width: 20px;
}

.MainLearnSimArea_Table_EstTime input{
    background-color: #f9f9f9;
    border: 0px;
    font-family: myFirstFont;
    text-align: center;
    width: 20px;
    font-size: 0.9em;
}

.MainLearnSimArea_Table_EstTime input:focus{
    outline: none;
}

.MainLearnSimArea_Table_EstTime_Finished{
    background-color:#f0f0f0;
    width: 20px; 
}

.MainLearnSimArea_Table_EstTime_Finished input{
    background-color: #f0f0f0;
    border: 0px;
    font-family: myFirstFont;
    text-align: center;
    width: 20px;
    font-size: 0.9em;
}

.MainLearnSimArea_Table_EstTime_Finished input:focus{
    outline: none;
}

.MainLearnSimArea_Table_RealTime{
    background-color: #f9f9f9;
    border-bottom: solid 1px #e2e2e2;
    border-right: solid 1.5px white;
    border-top: solid 1.5px white;
    width: 20px;
}

.MainLearnSimArea_Table_RealTime label{
    background-color: #f9f9f9;
    border: 0px;
    font-family: myFirstFont;
    text-align: center;
    width: 20px;
    font-size: 0.9em;
}

.MainLearnSimArea_Table_RealTime input{
    background-color: #f9f9f9;
    border: 0px;
    font-family: myFirstFont;
    text-align: center;
    width: 20px;
    font-size: 0.9em;
}

.MainLearnSimArea_Table_RealTime input:focus{
    outline: none;
}

.MainLearnSimArea_Table_RealTime_Finished{
    background-color:#f0f0f0;
    width: 20px; 
}

.MainLearnSimArea_Table_RealTime_Finished label{
    background-color: #f0f0f0;
    border: 0px;
    font-family: myFirstFont;
    text-align: center;
    width: 20px;
    font-size: 0.9em;
}

.MainLearnSimArea_Table_RealTime_Finished input{
    background-color: #f0f0f0;
    border: 0px;
    font-family: myFirstFont;
    text-align: center;
    width: 20px;
    font-size: 0.9em;
}

.MainLearnSimArea_Table_RealTime_Finished input:focus{
    outline: none;
}

.MainLearnSimArea_Table_Risk{
    background-color: #f9f9f9;
    border-bottom: solid 1px #e2e2e2;
    border-right: solid 1.5px white;
    border-top: solid 1.5px white;
    width: 20px;
}

.MainLearnSimArea_Table_Risk input{
    background-color: #f9f9f9;
    border: 0px;
    font-family: myFirstFont;
    text-align: center;
    width: 20px;
    font-size: 0.9em;
}

.MainLearnSimArea_Table_Risk input:focus{
    outline: none;
}

.MainLearnSimArea_Table_Risk_Finished{
    background-color:#f0f0f0; 
    width: 20px;
}

.MainLearnSimArea_Table_Risk_Finished input{
    background-color: #f0f0f0;
    border: 0px;
    font-family: myFirstFont;
    text-align: center;
    width: 20px;
    font-size: 0.9em;
}

.MainLearnSimArea_Table_Risk_Finished input:focus{
    outline: none;
}

.MainLearnSimArea_Table_ID{
    background-color: #f9f9f9;
    border-bottom: solid 1px #e2e2e2;
    border-right: solid 1.5px white;
    border-top: solid 1.5px white;
    width: 20px;
}

.MainLearnSimArea_Table_ID input{
    background-color: #f9f9f9;
    border: 0px;
    font-family: myFirstFont;
    text-align: center;
    width: 20px;
    font-size: 0.9em;
}

.MainLearnSimArea_Table_ID input:focus{
    outline: none;
}

.MainLearnSimArea_Table_ID_Finished{
    background-color:#f0f0f0; 
    width: 20px;
}

.MainLearnSimArea_Table_ID_Finished input{
    background-color: #f0f0f0;
    border: 0px;
    font-family: myFirstFont;
    text-align: center;
    width: 20px;
    font-size: 0.9em;
}

.MainLearnSimArea_Table_ID_Finished input:focus{
    outline: none;
}

.MainLearnSimArea_Table_ApprovalYes{
    background-color: #f9f9f9;
    border-bottom: solid 1px #e2e2e2;
    border-top: solid 1.5px white;
    width: 20px;
    cursor: pointer;
}

.MainLearnSimArea_Table_ApprovalYes_Finished{
    background-color:#f0f0f0; 
    width: 20px;
}

.MainLearnSimArea_Table_ApprovalNo{
    background-color: #f9f9f9;
    border-bottom: solid 1px #e2e2e2;
    border-top: solid 1.5px white;
    width: 20px;
    cursor: pointer;
}

.MainLearnSimArea_Table_ApprovalNo_Finished{
    background-color:#f0f0f0; 
    width: 20px;
}

.MainLearnSimArea_Table_MaterialCosts{
    background-color: #f9f9f9;
    border-bottom: solid 1px #e2e2e2;
    border-right: solid 1.5px white;
    border-top: solid 1.5px white;
    width: 20px;
}

.MainLearnSimArea_Table_MaterialCosts input{
    background-color: #f9f9f9;
    border: 0px;
    font-family: myFirstFont;
    text-align: center;
    width: 20px;
    font-size: 0.9em;
}

.MainLearnSimArea_Table_MaterialCosts input:focus{
    outline: none;
}

.MainLearnSimArea_Table_MaterialCosts_Finished{
 background-color:#f0f0f0; 
 width: 20px;
}

.MainLearnSimArea_Table_MaterialCosts_Finished input{
    background-color: #f0f0f0;
    border: 0px;
    font-family: myFirstFont;
    text-align: center;
    width: 20px;
    font-size: 0.9em;
}

.MainLearnSimArea_Table_MaterialCosts_Finished input:focus{
    outline: none;
}

.MainLearnSimArea_Table_Approval{
    background-color: #f9f9f9;
    border-bottom: solid 1px #e2e2e2;
    border-right: solid 1.5px white;
    border-top: solid 1.5px white;
}

.MainLearnSimArea_Table_Approval input{
    background-color: #f9f9f9;
    border: 0px;
    font-family: myFirstFont;
    text-align: center;
    width: 20px;
}

.MainLearnSimArea_Table_Approval input:focus{
    outline: none;
}

.MainLearnSimArea_Table_Approval_Finished{
 background-color:#f0f0f0 
}

.MainLearnSimArea_Table_Approval_Finished input{
    background-color: #f0f0f0;
    border: 0px;
    font-family: myFirstFont;
    text-align: center;
    width: 20px;
}

.MainLearnSimArea_Table_Approval_Finished input:focus{
    outline: none;
}

.MainLearnSimArea_Table_TaskControlStatus_Pause{
    background-color: #f9f9f9;
    border-bottom: solid 1px #e2e2e2;
    border-top: solid 1.5px white;
    width: 20px;
}

.MainLearnSimArea_Table_TaskControlStatus_Pause div{
    width: 15px;
    height: 20px;
    background-image: url(../Images/pause.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: auto;
    cursor: pointer;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.MainLearnSimArea_Table_TaskControlStatus_Pause div:hover{
    width: 17px;
    height: 20px;
    background-image: url(../Images/pause_h.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: auto;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.MainLearnSimArea_Table_TaskControlStatus_Pause div:active{
    width: 12px;
    height: 20px;
    background-image: url(../Images/pause_h.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: auto;
}

.MainLearnSimArea_Table_TaskControlStatus_Pause_Finished{
    background-color: #f0f0f0;
    font-size: 0.7em;
    width: 20px;
}

.MainLearnSimArea_Table_TaskControlStatus_Finish{
    background-color: #f9f9f9;
    border-bottom: solid 1px #e2e2e2;
    border-right: solid 1.5px white;
    border-top: solid 1.5px white;
    width: 20px;
}

.MainLearnSimArea_Table_TaskControlStatus_Finish div{
    width: 15px;
    height: 20px;
    background-image: url(../Images/finished.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: auto;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.MainLearnSimArea_Table_TaskControlStatus_Finish div:hover{
    width: 19px;
    height: 20px;
    background-image: url(../Images/finished_h.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: auto;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.MainLearnSimArea_Table_TaskControlStatus_Finish div:active{
    width: 12px;
    height: 20px;
    background-image: url(../Images/finished_h.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: auto;
}

.MainLearnSimArea_Table_TaskControlStatus_Finish_Finished{
 background-color:#f0f0f0;
 width: 20px; 
}

.MainLearnSimArea_Table_Delete{
    background-color: #f9f9f9;
    border-bottom: solid 1px #e2e2e2;
    border-right: solid 1.5px white;
    border-top: solid 1.5px white;
    width: 20px;
}

.MainLearnSimArea_Table_Delete_Finished{
 background-color:#f0f0f0; 
 width: 20px;
}

.MainLearnSimArea_Table_Delete input{
    cursor: pointer;
}

.MainLearnSimArea_Table_Delete input[type='checkbox'] { 
    height: 15px;
    border:1px solid #B5B7B8;
    font: 14px/26px 'pt-sans', 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
    padding:7px 7px 7px 7px;
    /*margin:0 0 30px 0;*/
    background:#FFF;
    border:1px solid #d5d5d6;
    outline:none;
    color:#96999D;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);        
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    -webkit-transition: all 0.15s;
       -moz-transition: all 0.15s;
        -ms-transition: all 0.15s;
         -o-transition: all 0.15s;
            transition: all 0.15s;          
}

.MainLearnSimArea_Table_Delete input[type=checkbox]:focus
  {
    border-color: #ACACB8;
    color: #2E3236;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18)!important;
       -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18)!important;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18)!important;
}
.MainLearnSimArea_Table_Delete input[type='checkbox']:checked
{
    position:relative;
}
.MainLearnSimArea_Table_Delete input[type='checkbox']:checked:before
{
    content:'';
    display:block;
    width:12px;
    height:12px;
    position:absolute;
    top:1px;
    left:1px;
    background:none #ACACB8;
    -webkit-border-radius: 3px;
}

.MainLearnSimArea_Table_Delete_Finished input{
    cursor: pointer;
}

.MainLearnSimArea_Table_Delete_Finished input[type='checkbox'] { 
    height: 15px;
    border:1px solid #B5B7B8;
    font: 14px/26px 'pt-sans', 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
    padding:7px 7px 7px 7px;
    /*margin:0 0 30px 0;*/
    background:#FFF;
    border:1px solid #d5d5d6;
    outline:none;
    color:#96999D;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);        
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    -webkit-transition: all 0.15s;
       -moz-transition: all 0.15s;
        -ms-transition: all 0.15s;
         -o-transition: all 0.15s;
            transition: all 0.15s;          
}

.MainLearnSimArea_Table_Delete_Finished input[type=checkbox]:focus
  {
    border-color: #ACACB8;
    color: #2E3236;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18)!important;
       -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18)!important;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18)!important;
}
.MainLearnSimArea_Table_Delete_Finished input[type='checkbox']:checked
{
    position:relative;
}
.MainLearnSimArea_Table_Delete_Finished input[type='checkbox']:checked:before
{
    content:'';
    display:block;
    width:12px;
    height:12px;
    position:absolute;
    top:1px;
    left:1px;
    background:none #ACACB8;
    -webkit-border-radius: 3px;
}

.MainLearnSimArea_Table_LessonsLearned{
    background-color: #f9f9f9;
    border-bottom: solid 1px #e2e2e2;
    border-right: solid 1.5px white;
    border-top: solid 1.5px white;
        width: 50px;
}

.MainLearnSimArea_Table_LessonsLearned textarea{
    background-color: #f9f9f9;
    border-color: transparent;
    width: 40%;
    height: 10px;
    font-size: 0.9em;
}

.MainLearnSimArea_Table_LessonsLearned_Finished{
 background-color:#f0f0f0; 
     width: 50px;
}

.MainLearnSimArea_Table_LessonsLearned_Finished textarea{
    background-color: #f0f0f0;
    border-color: transparent;
    width: 40%;
    height: 10px;
    font-size: 0.9em;
}

.MainLearnSimArea_Table_ExecutionDate{
    background-color: #f9f9f9;
    border-bottom: solid 1px #e2e2e2;
    border-right: solid 1.5px white;
    border-top: solid 1.5px white;
    font-size: 0.8em;
}

.MainLearnSimArea_Table_ExecutionDate_Finished{
 background-color:#f0f0f0; 
}


.MainLearnSimArea_Table_AddColumns{

}
.MainLearnSimArea_Table_AddColumns_Finished{
 background-color:#f0f0f0; 
}

.MainLearnSimArea_Table_Project_empty{
    background-color: #f9f9f9;
    border-bottom: solid 1px #e2e2e2;
    border-right: solid 1.5px white;
    border-top: solid 1.5px white;
}

.MainLearnSimArea_Table_Project_empty textarea{
    resize: none;
    background-color: #f9f9f9;
    border: 0px;
    font-family: myFirstFont;
    text-align: center;
    width: 98%;
    font-size: 0.9em;
}

.MainLearnSimArea_Table_WP_empty{
    background-color: #f9f9f9;
    border-bottom: solid 1px #e2e2e2;
    border-right: solid 1.5px white;
    border-top: solid 1.5px white;
    width: 100px;
}

.MainLearnSimArea_Table_WP_empty textarea{
    resize: none;
    background-color: #f9f9f9;
    border: 0px;
    font-family: myFirstFont;
    text-align: center;
    width: 98%;
    font-size: 0.9em;
}

.MainLearnSimArea_Table_Activity_empty{
    background-color: #f9f9f9;
    border-bottom: solid 1px #e2e2e2;
    border-right: solid 1.5px white;
    border-top: solid 1.5px white;
    width: 100px;
}

.MainLearnSimArea_Table_Activity_empty textarea{
    resize: none;
    background-color: #f9f9f9;
    border: 0px;
    font-family: myFirstFont;
    text-align: center;
    width: 98%;
    font-size: 0.9em;
}

.MainLearnSimArea_Table_Task_empty{
    background-color: #f9f9f9;
    border-bottom: solid 1px #e2e2e2;
    border-right: solid 1.5px white;
    border-top: solid 1.5px white;
}

.MainLearnSimArea_Table_Task_empty textarea{
    resize: none;
    background-color: #f9f9f9;
    border: 0px;
    font-family: myFirstFont;
    text-align: center;
    width: 98%;
    font-size: 0.9em;
}

.MainLearnSimArea_Table_Task_empty{
    background-color: #f9f9f9;
    border-bottom: solid 1px #e2e2e2;
    border-right: solid 1.5px white;
    border-top: solid 1.5px white;
}

.MainLearnSimArea_Table_EstTime_empty{
    background-color: #f9f9f9;
    border-bottom: solid 1px #e2e2e2;
    border-right: solid 1.5px white;
    border-top: solid 1.5px white;
    width: 20px;
}

.MainLearnSimArea_Table_EstTime_empty input{
    background-color: #f9f9f9;
    border: 0px;
    font-family: myFirstFont;
    text-align: center;
    width: 20px;
    font-size: 0.9em;
}

.MainLearnSimArea_Table_Risk_empty{
    background-color: #f9f9f9;
    border-bottom: solid 1px #e2e2e2;
    border-right: solid 1.5px white;
    border-top: solid 1.5px white;
    width: 20px;
}

.MainLearnSimArea_Table_Risk_empty input{
    background-color: #f9f9f9;
    border: 0px;
    font-family: myFirstFont;
    text-align: center;
    width: 20px;
    font-size: 0.9em;
}

.MainLearnSimArea_Table_ID_empty{
    background-color: #f9f9f9;
    border-bottom: solid 1px #e2e2e2;
    border-right: solid 1.5px white;
    border-top: solid 1.5px white;
    width: 20px;
}

.MainLearnSimArea_Table_ID_empty input{
    background-color: #f9f9f9;
    border: 0px;
    font-family: myFirstFont;
    text-align: center;
    width: 20px;
    font-size: 0.9em;
}

.MainLearnSimArea_Table_MaterialCosts_empty{
    background-color: #f9f9f9;
    border-bottom: solid 1px #e2e2e2;
    border-right: solid 1.5px white;
    border-top: solid 1.5px white;
    width: 20px;
}

.MainLearnSimArea_Table_MaterialCosts_empty input{
    background-color: #f9f9f9;
    border: 0px;
    font-family: myFirstFont;
    text-align: center;
    width: 20px;
    font-size: 0.9em;
}

/* Input Columns

.MainLearnSimArea_Table_Project input{
    background-color: #f9f9f9;
    border: 0px;
    font-family: myFirstFont;
    text-align: center;
    width: 70px;
}

.MainLearnSimArea_Table_Project input:focus{
    outline: none;
}

.MainLearnSimArea_Table_Project_Finished input{
    background-color: #f0f0f0;;
    border: 0px;
    font-family: myFirstFont;
    text-align: center;
    width: 70px;
}

.MainLearnSimArea_Table_Project_Finished input:focus{
    outline: none;
}

.MainLearnSimArea_Table_WP input{
    background-color: #f9f9f9;
    border: 0px;
    font-family: myFirstFont;
    text-align: center;
    width: 70px;
}

.MainLearnSimArea_Table_WP input:focus{
    outline: none;
}

.MainLearnSimArea_Table_WP_Finished input{
    background-color: #f0f0f0;;
    border: 0px;
    font-family: myFirstFont;
    text-align: center;
    width: 70px;
}

.MainLearnSimArea_Table_WP_Finished input:focus{
    outline: none;
}

.MainLearnSimArea_Table_Activity input{
    background-color: #f9f9f9;
    border: 0px;
    font-family: myFirstFont;
    text-align: center;
    width: 100px;
}

.MainLearnSimArea_Table_Activity input:focus{
    outline: none;
}
.MainLearnSimArea_Table_Activity_Finished input{
    background-color: #f0f0f0;;
    border: 0px;
    font-family: myFirstFont;
    text-align: center;
    width: 100px;
}

.MainLearnSimArea_Table_Activity_Finished input:focus{
    outline: none;
}

.MainLearnSimArea_Table_Task input{
    background-color: #f9f9f9;
    border: 0px;
    font-family: myFirstFont;
    text-align: center;
    width: 100%;
}

.MainLearnSimArea_Table_Task input:focus{
    outline: none;
}
.MainLearnSimArea_Table_Task_Finished input{
    background-color: #f0f0f0;;
    border: 0px;
    font-family: myFirstFont;
    text-align: center;
    width: 250px;
}

.MainLearnSimArea_Table_Task_Finished input:focus{
    outline: none;
}

Input Columns*/



/* Help Control*/
.HelpWindow{
    display: none;
}

.HelpWindow_active div{
    height: 40px;
    width: 40px;
    background-image: url(../Images/hint_window.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -12px;
    left: -12px;
}
.HelpWindow_active{
    background-color: white;
    border: solid 2px #f0f0f0;
    border-radius: 20px;
    padding: 10px;
    width: 45%;
    height: auto;
    z-index: 1;
    position: absolute;
    box-shadow: 5px 5px 10px #888888;
}

label#HelpWindowText{
    display: block;
    font-size: 1em;
    text-align: center;
    color: #808080;
}

.HelpWindowBtn{
    font-family: myFirstFont;
    margin: auto;
    display: inline-block;
    margin-left: 1%;
    background-color: #a9a9a9;
    color: white;
    padding: 6px 16px;
    text-align: center;
    text-decoration: none;
    font-size: 0.7em;
    border-bottom-color: #e6e6e6;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    margin-left: 37%;
    margin-top: 10px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

border-radius
.HelpWindowBtn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4CAF50;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  cursor: pointer;
}

.HelpWindowBtn:hover, .HelpWindowBtn:focus, .HelpWindowBtn:active {
  color: white;
  outline: none;
}
.HelpWindowBtn:hover:before, .HelpWindowBtn:focus:before, .HelpWindowBtn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  cursor: pointer;
}

.BottomRightButtons{
    display: inline-block;
    float: right;
    position: absolute;
    right: 10px;
}

.ChatButton{
    display: block;

}

.ChatButton div{
    background-image: url(../Images/chat.png);
    width: 40px;
    height: 40px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
}

.ChatButton_Active{

}

.ChatButton_Active div{
    background-image: url(../Images/chat_active.png);
    width: 40px;
    height: 40px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
}

.ChatButton div:hover{
    background-image: url(../Images/chat_active.png);
    width: 40px;
    height: 40px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    cursor: pointer;
}

.HelpButton{
    position: absolute;
    right: 30px;
    top: 195%;
}

.HelpButton div{
    background-image: url(../Images/newhint.png);
    width: 30px;
    height: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    z-index: -100;
    -webkit-transition: background-size 0.2s;
    transition: background-size 0.2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.HelpButton_Active{

}

.HelpButton_Active div{
    background-image: url(../Images/newhint_active.png);
    width: 30px;
    height: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    z-index: -100;
    position: absolute;
    bottom: 25px;
    right: 25px;
        -webkit-transition: background-size 0.2s;
    transition: background-size 0.2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.HelpButton div:hover{
    background-image: url(../Images/newhint_active.png);
    cursor: pointer;
    -webkit-transition: background-size 0.2s;
    transition: background-size 0.2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

/*Metrics*/

.ActivityFeedandMetrics{
    overflow: auto;
}

.Metrics{
    width: 47%;
    display: inline-block;
    float: right;
}

.Metrics_TableVisible{
    opacity: 1;
    width: 100%;
    opacity: 1;
    max-height: 170px;
    padding-top: 3px;
    background-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 1s;
}

.Metrics_TableVisible:hover{
    cursor: -moz-zoom-in; 
    cursor: -webkit-zoom-in; 
    cursor: zoom-in;
}

.Metrics_TableInvisible{
    opacity:0;
    width: 100%;
    height: 170px;
    max-height: 170px;
    background-color: white;
    border-bottom: solid #f0f0f0 3px;
    border-right: solid #f0f0f0 3px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 1s;
    display: none;
}

.Metrics_TableHeader{
    background-color: transparent;
    width: 100%;
    height: 35px;
    border-bottom: solid 2px #e2e2e2;
}

th.Table_Metrics_Percentage{
    width: 70px;
}


.Metrics_TableTitle{
    margin-left: 3%;
    width: 24%;
    display: inline-block;
    font-size: 1.1em;
    vertical-align: top;
    padding-top: 1px;
    font-weight: bolder;
    line-height: 35px;
    color: #b3b3b3;
}

.MetricsTeamBtn_Enabled{
    background-image: url(../Images/teams.png);
    width: 10%;
    max-width: 25px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: center;
    vertical-align: top;
    padding-top: 10px;
    -webkit-transition: background-size 0.2s;
    transition: background-size 0.2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.MetricsTeamBtn_Disabled{
    background-image: url(../Images/teams_in.png);
    width: 10%;
    max-width: 25px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    vertical-align: top;
    padding-top: 10px;
    -webkit-transition: background-size 0.2s;
    transition: background-size 0.2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.MetricsTeamBtn_Disabled:hover{
    background-image: url(../Images/teams.png);
    width: 10%;
    max-width: 25px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: center;
    vertical-align: top;
    padding-top: 10px;
    cursor: pointer;
    -webkit-transition: background-size 0.2s;
    transition: background-size 0.2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.MetricsCalendarBtn_Enabled{
    background-image: url(../Images/btable_active.png);
    width: 20px;
    max-width: 25px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    vertical-align: top;
    padding-top: 10px;
    margin-left: 3%;
    -webkit-transition: background-size 0.2s;
    transition: background-size 0.2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.MetricsCalendarBtn_Disabled{
    background-image: url(../Images/btable.png);
    width: 20px;
    max-width: 25px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center;
    vertical-align: top;
    padding-top: 10px;
    margin-left: 3%;
    -webkit-transition: background-size 0.2s;
    transition: background-size 0.2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.MetricsCalendarBtn_Disabled:hover{
    background-image: url(../Images/btable_active.png);
    width: 20px;
    max-width: 25px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    vertical-align: top;
    padding-top: 10px;
    margin-left: 3%;
    cursor: pointer;
    -webkit-transition: background-size 0.2s;
    transition: background-size 0.2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.MetricsDropBtn_Down{
    float: right;
    display: inline-block;
    background-image: url(../Images/mini_arrow_down.png);
    width: 10%;
    max-width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    vertical-align: top;
    padding-top: 10px;
    margin-right: 10px;
}

.MetricsDropBtn_Down:hover{
    cursor: pointer;
}

.MetricsDropBtn_Up{
    float: right;
    display: inline-block;
    background-image: url(../Images/mini_arrow_right.png);
    width: 10%;
    max-width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    vertical-align: top;
    padding-top: 10px;
    margin-right: 10px;
}

.MetricsDropBtn_Up:hover{
    cursor: pointer;
}

.Metrics_Bar{
    height: 100%;
    width: 57%;
}

.Metrics_Bar table{
    width: 100%;
    height: 50%;
    border-spacing: 0;
}

.Metricsbar_Green{
    background-color: #77c698;
    font-size: 0.8em;
    color: white;
    border-radius: 8px;
}

.Metricsbar_Green_Yes{
    background-color: #77c698;
    font-size: 0.8em;
    color: white;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.Metricsbar_Yellow{
    background-color: #b6d1a7;
    font-size: 0.8em;
    color: white;
    border-radius: 8px;
}

.Metricsbar_Yellow_NoGreen_NoRed{
    background-color: #b6d1a7;
    font-size: 0.8em;
    color: white;
    border-radius: 8px;
}

.Metricsbar_Yellow_NoGreen_YesRed {
    background-color: #b6d1a7;
    font-size: 0.8em;
    color: white;
    position: relative;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    height: 100%;
}

.Metricsbar_Yellow_NoGreen_YesRed:after {
    content: '';
    position: absolute;
    top: -0.1px;
    left: -1px;
    border: 1px solid #fff;
    height: 91%;
    width: 96%;
    border-color: transparent;
    background-color: transparent;
    z-index: -1;
}

.Metricsbar_Yellow_YesGreen_YesRed {
    background-color: #b6d1a7;
    font-size: 0.8em;
    color: white;
    position: relative;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    height: 100%;
}

.Metricsbar_Yellow_YesGreen_YesRed:after {
    content: '';
    position: absolute;
    top: -0.1px;
    left: -1px;
    border: 1px solid #fff;
    height: 90%;
    width: 96%;
    border-color: transparent;
    background-color: #77c698;
    z-index: -1;
}

.Metricsbar_Yellow_YesGreen_NoRed {
    background-color: #b6d1a7;
    font-size: 0.8em;
    color: white;
    position: relative;
    border-radius: 8px;
    position: relative;
    height: 100%;
}

.Metricsbar_Yellow_YesGreen_NoRed:after {
    content: '';
    position: absolute;
    top: -0.1px;
    left: -1px;
    border: 1px solid #fff;
    height: 85%;
    width: 45%;
    border-color: transparent;
    background-color: #77c698;
    z-index: -1;
}

.Metricsbar_Red{
    background-color: #F37370;
    font-size: 0.8em;
    color: white;
    border-radius: 8px;
}

.Metricsbar_Red_Yellow{
    background-color: #F37370;
    font-size: 0.8em;
    color: white;
    border-radius: 8px;
    position: relative;
    height: 100%;
}

.Metricsbar_Red_Yellow:after {
    content: '';
    position: absolute;
    top: -0.1px;
    left: -1px;
    height: 100%;
    width: 45%;
    border-color: transparent;
    background-color: #b6d1a7;
    z-index: -1;
}

.Metricsbar_Red_Green{
    background-color: #F37370;
    font-size: 0.8em;
    color: white;
    border-radius: 8px;
    position: relative;
    height: 100%;
}

.Metricsbar_Red_Green:after {
    content: '';
    position: absolute;
    top: -0.1px;
    left: -1px;
    height: 100%;
    width: 45%;
    border-color: transparent;
    background-color: #77c698;
    z-index: -1;
}

.Metricsbar_Green_invisible{
display: none;
}

.Metricsbar_Yellow_invisible{
display: none;
}

.Metricsbar_Red_invisible{
display: none;
}

.Metrics_Table_WorkerIcon div{
    width: 25px;
    max-width: 25px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

div#Metrics_Table_Image1{
    background-image: url(./Images/worker01.png);
}

div#Metrics_Table_Image2{
    background-image: url(./Images/worker02.png);
}

div#Metrics_Table_Image3{
    background-image: url(./Images/worker03.png);
}

div#Metrics_Table_Image4{
    background-image: url(./Images/worker04.png);
}

div#Metrics_Table_Image5{
    background-image: url(./Images/worker05.png);
}

.Metrics_Table_Percentage{
    width: 20%;
}

.Metrics_TableScroller{
    overflow-y: scroll;
    width: 100%;
}


/*Activity Feed*/
.ActivityFeedMainDiv{
    width: 47%;
    display: inline-block;
    margin-left: 1%;
}

.ActivityFeed_TableHeader{
    background-color: transparent;
    width: 100%;
    height: 35px;
    border-bottom: solid 2px #e2e2e2;
}

.ActivityFeed_TableTitle{
    margin-left: 3%;
    max-width: 40%;
    display: inline-block;
    font-size: 1.1em;
    vertical-align: top;
    padding-top: 1px;
    font-weight: bolder;
    line-height: 35px;
    color: #b3b3b3;
    margin-right: 10px;
}

.ActivityFeedContent_Visible{
    opacity: 1;
    max-height: 170px;
    background-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.ActivityFeedContent_Invisible{
    opacity: 0;
    max-height: 170px;
    background-color: white;
    border-bottom: solid #f0f0f0 3px;
    border-right: solid #f0f0f0 3px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    display:none;
}

.ActivityFeedWorkerLogBtn_Enabled{
    background-image: url(../Images/feed.png);
    width: 10%;
    max-width: 25px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    vertical-align: top;
    padding-top: 10px;
    -webkit-transition: background-size 0.2s;
    transition: background-size 0.2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    cursor: pointer;
}

.ActivityFeedWorkerLogBtn_Disabled{
    background-image: url(../Images/feed_in.png);
    width: 10%;
    max-width: 25px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center;
    vertical-align: top;
    padding-top: 10px;
    -webkit-transition: background-size 0.2s;
    transition: background-size 0.2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    cursor: pointer;
}

.ActivityFeedWorkerLogBtn_Disabled:hover{
    background-image: url(../Images/feed.png);
    width: 10%;
    max-width: 25px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    vertical-align: top;
    padding-top: 10px;
    -webkit-transition: background-size 0.2s;
    transition: background-size 0.2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    cursor: pointer;
}

.ActivityFeedGraphBtn_Enabled{
    background-image: url(../Images/graph.png);
    margin-left: 3%;
    width: 10%;
    max-width: 25px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    vertical-align: top;
    padding-top: 10px;
    -webkit-transition: background-size 0.2s;
    transition: background-size 0.2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    cursor: pointer;
}

.ActivityFeedGraphBtn_Disabled{
    margin-left: 3%;
    background-image: url(../Images/graph_in.png);
    width: 10%;
    max-width: 25px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center;
    vertical-align: top;
    padding-top: 10px;
    -webkit-transition: background-size 0.2s;
    transition: background-size 0.2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.ActivityFeedGraphBtn_Disabled:hover{
    background-image: url(../Images/graph.png);
    margin-left: 3%;
    width: 10%;
    max-width: 25px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    vertical-align: top;
    padding-top: 10px;
    cursor: pointer;
    -webkit-transition: background-size 0.2s;
    transition: background-size 0.2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.ActivityFeedDropBtn_Down{
    float: right;
    display: inline-block;
    background-image: url(../Images/mini_arrow_down.png);
    width: 10%;
    max-width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    vertical-align: top;
    padding-top: 10px;
    margin-right: 10px;
}

.ActivityFeedDropBtn_Down:hover{
    cursor: pointer;
}

.ActivityFeedDropBtn_Up{
    float: right;
    display: inline-block;
    background-image: url(../Images/mini_arrow_right.png);
    width: 10%;
    max-width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    vertical-align: top;
    padding-top: 10px;
    margin-right: 10px;
}

.ActivityFeedDropBtn_Up:hover{
    cursor: pointer;
}

.ActvityWorkerLog{
    border: 0px;
    width: 99.5%;
    height: 170px;
}

.ActvityWorkerLog:focus{
    outline: none;
}

.ActvityWorkerLog_Disabled{
    width:0%;
    display: none;
}

.ActvityWorkerLogTextArea{
    font-family: myFirstFont;
    width: 100%;
    height: 98%;
    display: block;
    border: none;
    box-sizing: border-box;
    resize: none;
    overflow: visible;
    line-height: 17px;
    color: #808080;
    font-size: 0.9em;
}


/*Graphs */ 

/* The customization of the graph must be done by code. Here are a list of the different graphs options that we can use: http://www.jqueryflottutorial.com/jquery-flot-customizing-data-series-format.html*/
.activityfeedgraphcontainer{
    width:90%;
    height:170px;
     text-align: center;
    margin: 0 auto;
}
.activityfeedgraphcontainer_Disabled{
    width:0%;
    height:170px;
     text-align: center;
    margin: 0 auto;
    display: none;
}

div#return div{
    background-image: url(../Images/arrowupfp.png);
    width: 35px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    margin: auto;
    position: absolute;
    left: 57%;
    margin-top: 7px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

div#return div:hover, div#return div:focus, div#return div:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}

.goToTable_invisible{
    display: none;
}

.goToTable_Visible{
    display: block;
}

#goTable_img{
    background-image: url(../Images/arrowdownfp.png);
    width: 35px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    margin: auto;
    position: absolute;
    left: 50%;
    bottom: 42px;
    margin-top: 7px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

#goTable_img:hover, #goTable_img:focus, #goTable_img:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}

/* Fixed Table Header*/

#HeaderClone{
    z-index: 5;
    position: absolute;
    width: 81.5%;
    height: 40px;
    overflow: hidden;
}

.tableheaderhighlight{
    border-bottom: solid 2px #5fbcd3;
    color: #5fbcd3;
}


