﻿/*Joao14092017*/
.MainLearnSimArea_TableHeader_Col{
    font-size: 0.9em;
    font-weight: bolder;
    vertical-align: bottom;
    /*Joao14092017*/
    /*min-width: 70px;*/
    /*Joao14092017*/
}
/*Joao14092017*/

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

.MainLearnSimArea_Table_Col{
    background-color: #f9f9f9;
    border-bottom: solid 1.5px #fff;
    border-right: solid 1.5px white;
    min-width: 60px;
}

.MainLearnSimArea_Table_Col_Minimized{
    background-color: #f9f9f9;
    border-bottom: solid 1.5px #fff;
    border-right: solid 1.5px white;
    width: 15px;
}

.MainLearnSimArea_Table_Col_Minimized textarea{
    display:none;
}

.MainLearnSimArea_Table_Col textarea{
    resize: none;
    background-color: transparent;
    border: 0px;
    font-family: myFirstFont;
    text-align: center;
    width: 94%;
    font-size: 0.8em;
}

.MainLearnSimArea_Table_Col textarea:focus {
    outline: none;
}

.MainLearnSimArea_Table_Col_Finished{
    background-color:#e8e8e8;
    width: 100px;
    border-bottom: solid 1.5px #fff;
    border-right: solid 1.5px white;
}

.MainLearnSimArea_Table_Col_Finished textarea{
    resize: none;
    background-color: transparent;
    border: 0px;
    font-family: myFirstFont;
    text-align: center;
    width: 98%;
    font-size: 0.8em;
}

.MainLearnSimArea_Table_Col_Finished textarea:focus {
    outline: none;
}

.HeaderLabel_Minimized{
    display: none;
}

.MainLearnSimArea_TableHeaderBtn_Col{
    display: inline-block;
    float: right;
}


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

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

/*PICC*/
.MainLearnSimArea_Table_PICC{
    background-color: #f9f9f9;
    border-bottom: solid 1.5px #fff;
    border-right: solid 1.5px white;
}

.MainLearnSimArea_Table_PICC_Finished{
    background-color:#e8e8e8;
    width: 100px;
    border-bottom: solid 1.5px #fff;
    border-right: solid 1.5px white;
}

.MainLearnSimArea_Table_PICC_Request{
    color: #acacb8;
    cursor: pointer;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.MainLearnSimArea_Table_PICC_Request:hover{
    color: gray;
    cursor: pointer;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}


/*Joao15032018PICCForms_Start*/
.MainLearnSimArea_Table_PICC_Requesting{
    color: #b5d8de;
    cursor: pointer;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.MainLearnSimArea_Table_PICC_Requesting:hover{
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.MainLearnSimArea_Table_PICC_Approved{
    color: #3ac973;
    cursor: pointer;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.MainLearnSimArea_Table_PICC_Requesting:hover{
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.MainLearnSimArea_Table_PICC_Rejected{
    color: #ff8080;
    cursor: pointer;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.MainLearnSimArea_Table_PICC_Requesting:hover{
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

/*Joao15032018PICCForms_End*/


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


.MainLearnSimArea_Table_Deliverable_Finished{
    background-color:#e8e8e8;
    width: 100px;
    border-bottom: solid 1.5px #fff;
    border-right: solid 1.5px white;
}


.MainLearnSimArea_Table_Deliverable textarea {
    resize: none;
    background-color: transparent;
    border: 0px;
    font-family: myFirstFont;
    text-align: center;
    width: 98%;
    font-size: 0.8em;
    height: 98%;
}

.MainLearnSimArea_Table_Deliverable_Minimized{
    background-color: #f9f9f9;
    border-bottom: solid 1.5px #fff;
    border-right: solid 1.5px white;
    width: 15px;
}

.MainLearnSimArea_Table_Deliverable_Minimized textarea{
    display:none;
}

.MainLearnSimArea_Table_AddColumns {
    background-color: #f5f5f5;
    border-bottom: solid 1.5px #fff;
    border-right: solid 1.5px white;
    display: none;
}

.MainLearnSimArea_Table_WP_Minimized{
    background-color: #f9f9f9;
    border-bottom: solid 1.5px #fff;
    border-right: solid 1.5px white;
    width: 15px;
}

.MainLearnSimArea_Table_WP_Minimized textarea{
    display:none;
}

.MainLearnSimArea_Table_Activity_Minimized{
    background-color: #f9f9f9;
    border-bottom: solid 1.5px #fff;
    border-right: solid 1.5px white;
    width: 15px;
}

.MainLearnSimArea_Table_Activity_Minimized textarea{
    display:none;
}

.MainLearnSimArea_Table_Task_Minimized{
    background-color: #f9f9f9;
    border-bottom: solid 1.5px #fff;
    border-right: solid 1.5px white;
    width: 15px;
}

.MainLearnSimArea_Table_Task_Minimized textarea{
    display:none;
}

/*Minimize*/

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


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

.hiddencolumnsclass{
    display: none;
}

.TableBodyOtherUsers {
    background-color: #f0f0f0;
}

.MainLearnSimArea_RealProjectOrder_hidden{
    display: none;
}


