/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 11, 2019, 3:21:46 PM
    Author     : niloo
*/

.homeBody{
    padding-top: 10px;
    background-color: whitesmoke;
}

.usersGuideFile {
    padding-top: 5px;
    text-align: center;
    display: block;
}

.usersGuideFile a{
    cursor: pointer;
    color:red;
    opacity:0.6;
}

.usersGuideFile a:hover{
    cursor: pointer;
    color:red;
    opacity:1.0;
}

.demoVideoVR{
    cursor: pointer;
    color:  #63b4cf;
    padding-right: 10px;
    opacity:0.6;
}

.demoVideoVR:hover{
    cursor: pointer;
    color:  #63b4cf;
    padding-right: 10px;
    opacity:1.0;
}

.demoVideoGeneral{
    cursor: pointer;
    color:   #ffa64d;
    padding-right: 10px;
    opacity:0.6;
}

.demoVideoGeneral:hover{
    cursor: pointer;
    color:   #ffa64d;
    padding-right: 10px;
    opacity:1.0;
}

.demoVideoCourseAdmin{
    cursor: pointer;
    color:  #d0b3ff;
    padding-right: 10px;
    opacity:0.6;
}

.demoVideoCourseAdmin:hover{
    cursor: pointer;
    padding-right: 10px;
    opacity:1.0;
}

.homePage{
    padding-top: 5px;
    background-color: whitesmoke;
}

.usersGuide {
    color:  #696963;  
    vertical-align: top;
    line-height: 50px;
    font-size: 1.4em; 
    font-weight: bold;
    padding-top: 40px;
    text-align: center;

}

.stepsTable{
    padding-top: 5px;
    padding-bottom: 10px;
}

.libraryHome{
    text-align: center;
}

.lib{
    display: inline-block;
    vertical-align: top;
    padding-top: 22px;
    width: 270px;
}

.libraryDescription{
    color: orange;
    font-weight: bold;
    text-align: center;
    font-size: 1.0em;
    padding-top: 10px;
    padding-bottom: 3px;
}

.stagesDescription{
    color:  #4f5f85;
    text-align: center;
    font-weight: bold;
    font-size: 1.0em;
    padding-top: 10px;
    padding-bottom: 3px;
}

.roundStep{
    width: 50px;
    height: 50px;
    background: #fff;
    border: 2px solid #dadad8;
    border-radius: 50%;
    text-align: center;
    color: #ACACA6;
    font-weight: bold;
}

.stepsTable tr:nth-child(2) td{
    font-size: 0.8em;   
}

.roundStep:hover{
    border: 3px solid #4f5f85;
    color:#4f5f85;
    cursor: pointer;
}

.connector{
    width: 30px;
}

.progress {
    margin-left: 15px; 
    position: absolute;
    width: 615px;
    height:35px;
    border-bottom: 2px solid #dadad8;
    margin: 0 auto;
    display: table;
    z-index: -1;
}

.percent {
    position: absolute;
    width: 0;
    height: 35px;
    border-bottom: 2px solid #4f5f85;
    z-index: -1;
    transition: width 2s;
}

.processBarHome {

}


.processBar{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.progressCourseAdmin{
    width: 535px;
}

.percentCourseAdmin{
    position: absolute;
    width: 0;
    height: 35px;
    border-bottom: 2px solid #4f5f85;
    z-index: 1;
    transition: width 2s;
}

.selected {
    border: 2px  solid #4f5f85;   
    transition: border 1s;
}

.completed {
    transition: background 2s;
    border: 2px solid  #4f5f85;
    background:  #bfd8d9; 
}