* {
    padding: 4px 0;
    margin: 0%;
    font-family: "Aptos", Arial, "san-serif";
    text-align: center;
}

.div_DisplayNone {
    display: none;
}

.div_VisibleHidden {
    visibility: hidden;
}

.div_DisplayNone {
    display: none;
}

table, th, td {
    border: 2px solid rgba(0, 0, 0, 1)
}

.lbl_HeaderHidden {
    padding: 0px;
    font-size: 64px;
    visibility: hidden;
    z-index: 2;
}

@media (min-aspect-ratio: 1/1) {
    .div_Navigation_Mobile {
        display: none !important;
    }
    .div_Navigation_Computer {
        display: block;
    }
    #img_EnerTasks_Navigation_Mobile {
        display: none;
    }
    .div_Content {
        margin-top: 7%;
        height: 80%;
        width: 70%;
        position: absolute;
        left: 15%;
        z-index: -1;
    }
    .tbl_Standard {
        width: 60%;
        position: relative; left: 20%;
        z-index: -1;
    }
}

@media (max-aspect-ratio: 1/1) {
    .div_Navigation_Computer {
        display: none;
    }
    .div_Navigation_Mobile {
        display: none;
    }
    #img_EnerTasks_Navigation_Mobile {
        display: block;
    }
    .div_Content {
        margin-top: 15%;
        height: 80%;
        width: 70%;
        position: absolute;
        left: 15%;
        z-index: -1;
    }
    .tbl_Standard {
        width: 80%;
        position: relative;
        z-index: -1;
    }
    .div_Content_Additional_Layer {
        margin-top: 15%;
        height: 80%;
        width: 70%;
        position: absolute;
        left: 15%;
        z-index: -1;
    }
}

@media (aspect-ratio: 1/1) {
    .div_Navigation_Computer {
        display: none;
    }
    .div_Navigation_Mobile {
        display: none;
    }
    #img_EnerTasks_Navigation_Mobile {
        display: block;
    }
    .div_Content {
        margin-top: 15%;
        height: 80%;
        width: 70%;
        position: absolute;
        left: 15%;
        z-index: -1;
    }
    .tbl_Standard {
        width: 80%;
        position: relative;
        z-index: -1;
    }
        .div_Content_Additional_Layer {
        margin-top: 15%;
        height: 80%;
        width: 70%;
        position: absolute;
        left: 15%;
        z-index: -1;
    }
}

.div_Navigation_Mobile {
    z-index: 10 !important;
    position: sticky !important;
}

.div_Header {
    background-color: rgba(179, 232, 255, 1);
    border-top: 2px solid rgba(170, 170, 170, 1);
    border-bottom: 2px solid rgba(170, 170, 170, 1);
    position: fixed; 
    top: 0%;
    width: 100%;
    margin-bottom: 0%;
    padding-bottom: 0%;
    z-index: 5 !important;
    height: auto;
}

.div_Navigation_Computer {
    width: 15%;
    height: 100%;
    background-color: rgba(93, 137, 223, 0.8);
    position: fixed; 
    top: 10%;
    margin-top: 0%;
    border-right: 2px solid rgba(170, 170, 170, 1);
    z-index: -1 !important;
    color: black;
}


#lbl_NavigationDashboard_Mobile {
    position: absolute;
    top: 34%;
    border-right: 2px solid rgba(170, 170, 170, 1);
    width: 100%;
    left: 0%;
    background-color: rgba(93, 137, 223, 0.8);
    margin-top: 0%;
    width: 400%;
    color: black;
}

#lbl_NavigationAssignedTasks_Mobile {
    position: absolute;
    top: 50%;
    border-right: 2px solid rgba(170, 170, 170, 1);
    width: 100%;
    left: 0%;
    background-color: rgba(93, 137, 223, 0.8);
    margin-top: 0%;
    width: 400%;
    color: black;
}

#lbl_NavigationManageTeam_Mobile {
    position: absolute;
    top: 66%;
    border-right: 2px solid rgba(170, 170, 170, 1);
    width: 100%;
    left: 0%;
    background-color: rgba(93, 137, 223, 0.8);
    margin-top: 0%;
    width: 397.5%;
    color: black;
}

#lbl_NavigationAssign_Mobile {
    position: absolute;
    top: 82%;
    border-right: 2px solid rgba(170, 170, 170, 1);
    width: 100%;
    left: 0%;
    background-color: rgba(93, 137, 223, 0.8);
    margin-top: 0%;
    width: 397.5%;
    color: black;
}

#lbl_NavigationChange_Mobile {
    position: absolute;
    top: 98%;
    border-right: 2px solid rgba(170, 170, 170, 1);
    width: 100%;
    left: 0%;
    background-color: rgba(93, 137, 223, 0.8);
    margin-top: 0%;
    width: 397.5%;
    color: black;
}

#lbl_NavigationLogout_Mobile {
    position: absolute;
    top: 114%;
    border-right: 2px solid rgba(170, 170, 170, 1);
    left: 0%;
    background-color: rgba(93, 137, 223, 0.8);
    margin-top: 0%;
    width: 397.5%;
    color: black;
}

.lbl_NavigationMobile {
    border: 2px solid rgba(170, 170, 170, 1);
}

#lbl_NavigationDashboard {
    width: 100%;
    height: 4%;
}

.div_Content_Additional_Layer {
    display: none;
    margin-top: 7%;
    height: 80%;
    width: 70%;
    position: absolute;
    left: 15%;
    z-index: -2;
}

.div_RightAdvertisement {
    width: 15%;
    height: 100%;
    position: fixed; left: 85%; top: 2.5%;
    height: 100%;
    margin-top: 0%;
    border-left: 2px solid rgba(170, 170, 170, 1);
    z-index: -1;
}

.lbl_NavigationLogout {
    position: sticky; bottom:10%;
}

.img_Cross {
    width: 2%;
    height: auto;
    position: relative;
    transform: translateY(35.5%);
}

@media (min-aspect-ratio: 1/1) {
    #div_Login {
        width: 40%;
        position: absolute; left:30%; top: 10%;
        font-size: 1vw;
        margin-bottom: 10%;
    }
    
    .div_Credential {
        width: 40%;
        position: absolute; left:30%; top: 4%;
        font-size: 1vw;
        margin-bottom: 10%;
    }

    #img_EnerTasks_CreateAccount {
        width: 60%;
    }
}

@media (max-aspect-ratio: 1/1) {
    #div_Login {
        width: 60%;
        position: absolute; left:20%; top: 10%;
        font-size: 2vw;
    }
    
    .div_Credential {
        width: 60%;
        position: absolute; left:20%; top: 10%;
        font-size: 2vw;
    }
}

@media (aspect-ratio: 1/1) {
    #div_Login {
        width: 40%;
        position: absolute; left:20%; top: 10%;
        font-size: 2vw;
    }
    
    .div_Credential {
        width: 60%;
        position: absolute; left:20%; top: 10%;
        font-size: 2vw;
    }
}

.div_Info_Credential {
    border: 5px solid black;
    padding: 5%;
    border-radius: 10%;
}


#tbl_ManageTeam_EmployeeInfo {
    width: 60%;
    position: relative; left: 20%;
}

th {
    text-align: center;
    border: 1px solid black;
    font-size: 1.2vw;
}

td {
    text-align: center;
    border: 1px solid black;
}

.row_TitleEmployeeProgress_DashboardManager {
    font-weight: 700;
}

.row_BodyEmployeeProgress_DashboardManager {
    font-weight: 400;
}

#div_EmployeeSelect {
    position: relative;
    z-index: -1;
}

#txt_TaskDescription_AssignManager {
    width: 60%;
    height: 60%;
    resize: none;
}

#btn_AddEmployee_DashboardManager {
    position: fixed; bottom: 5%; right: 20%;
}

.div_BottomContentAdvertisment {
    z-index: 2;
    height: 5%;
    width: 60%;
    position: fixed; top: 90%;
    border: 1px solid rgba(170, 170, 170, 1);
}

@media (min-aspect-ratio: 1/1) {
    .div_BottomInfo {
        z-index: 2;
        height: 5%;
        left: 30%;
        width: 40%;
        position: absolute; top: 90%;
        border: 1px solid rgba(170, 170, 170, 1);
    }
    
    .div_BottomInfoLogin {
        z-index: 2;
        height: 5%;
        left: 30%;
        width: 40%;
        position: absolute; top: 80%;
        border: 1px solid rgba(170, 170, 170, 1);
    }
}

@media (max-aspect-ratio: 1/1) {
    .div_BottomInfo {
        z-index: 2;
        height: 5%;
        left: 20%;
        width: 60%;
        position: absolute; top: 80%;
        border: 1px solid rgba(170, 170, 170, 1);
    }
    
    .div_BottomInfoLogin {
        z-index: 2;
        height: 5%;
        left: 20%;
        width: 60%;
        position: absolute; top: 70%;
        border: 1px solid rgba(170, 170, 170, 1);
    }
}

@media (aspect-ratio: 1/1) {
    .div_BottomInfo {
        z-index: 2;
        height: 5%;
        left: 20%;
        width: 60%;
        position: absolute; top: 80%;
        border: 1px solid rgba(170, 170, 170, 1);
    }
    
    .div_BottomInfoLogin {
        z-index: 2;
        height: 5%;
        left: 20%;
        width: 60%;
        position: absolute; top: 70%;
        border: 1px solid rgba(170, 170, 170, 1);
    }
}

#div_NavigationBottom {
    position: relative;
    bottom: -45%;
}

#img_EnerTasks {
    position: absolute;
    height: 100%;
    top: 0%;
    left: 0%;
    padding: 0% !important;
    right: 200% !important;
    border-right: 2px solid rgba(170, 170, 170, 1);
}

#img_EnerTasks_Navigation_Mobile {
    position: absolute;
    height: 100%;
    top: 0%;
    left: 75%;
    padding: 0% !important;
}

#div_NavigationTop {
    position: relative;
    top: 3%;
    z-index: 5;
}

@media (max-aspect-ratio: 1/1) {
    #div_Navigation {
        width: 25%;
    }
}

@media (aspect-ratio: 1/1) {
    #div_Navigation {
        width: 25%;
    }
}

#img_EnerTasks_Starting_Page {
    height: auto;
    width: 30%;
}

.img_EnerTasks_Credential {
    width: 80%;
}

.btn_StartingPage {
    font-size: 1.5vw;
    padding: 0.5%;
    font-weight: 700;
}

@media (max-aspect-ratio: 1/1) {
    .btn_StartingPage {
        font-size: 2.5vw;
    }
    .div_StartingPage_Reason {
        font-size: 2vw !important;
    }
    #img_EnerTasks_Starting_Page {
        height: auto;
        width: 60% !important;
    }
}

@media (aspect-ratio: 1/1) {
    .btn_StartingPage {
        font-size: 2.5vw;
    }
    .div_StartingPage_Reason {
        font-size: 2vw !important;
    }
    #img_EnerTasks_Starting_Page {
        height: auto;
        width: 60% !important;
    }
}

tr {
    background-color: #FBFDFF;
}

tr:hover {
    cursor: pointer;
    background-color: #EEF5FF;
}

th {
    cursor: pointer;
    background-color: #FBFDFF !important;
}

.ToggleBox {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 47%;
}

.ToggleBox:checked {
    width: 20px;
    height: 20px;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.div_Home {
    font-size: 2vw;
    position: absolute; left: 10%; top: 10%;
    width: 80%;
}

@media (min-aspect-ratio: 1/1) {
    .div_Home {
        font-size: 1vw;
    }
}

.btn_Home {
    border-radius: 10%;
    padding: 1%;
}


.btn_StartingPage {
    border-radius: 10%;
    padding: 1%;
    font-size: 3vw;
}

#div_StartingPage {
    position: absolute; left: 20%; top: 10%;
    width: 60%;
}

@media (min-aspect-ratio: 1/1) {
    .btn_StartingPage {
        border-radius: 10%;
        padding: 1%;
        font-size: 2vw;
    }
    #lbl_StartingPage_ReasonTitle {
        font-size: 3vw !important;
    }
    
    .div_StartingPage_IndividualReasonTitle {
        font-size: 2vw;
    }
    
    .div_StartingPage_Reason {
        border: 2px solid #DFDFDF;
        border-radius: 10%;
        width: 60%;
        position: relative;
        left: 20%;
    }

    #img_EnerTasks_Starting_Page {
        width: 50% !important;
    }

    #div_CreateOrganisation {
        top: 10%;
    }
}

@media (max-aspect-ratio: 1/1) {
    .btn_StartingPage {
        border-radius: 10%;
        padding: 1%;
        font-size: 3vw;
    }
    #lbl_StartingPage_ReasonTitle {
        font-size: 3vw !important;
    }
    
    .div_StartingPage_IndividualReasonTitle {
        font-size: 2vw;
    }
    
    .div_StartingPage_Reason {
        border: 2px solid #DFDFDF;
        border-radius: 10%;
        width: 60%;
        position: relative;
        left: 20%;
    }

    #img_EnerTasks_Starting_Page {
        width: 80% !important;
    }
}

@media (aspect-ratio: 1/1) {
    .btn_StartingPage {
        border-radius: 10%;
        padding: 1%;
        font-size: 3vw;
    }
    #lbl_StartingPage_ReasonTitle {
        font-size: 3vw !important;
    }
    
    .div_StartingPage_IndividualReasonTitle {
        font-size: 2vw;
    }
    
    .div_StartingPage_Reason {
        border: 2px solid #DFDFDF;
        border-radius: 10%;
        width: 60%;
        position: relative;
        left: 20%;
    }

    #img_EnerTasks_Starting_Page {
        width: 80% !important;
    }
}

.btn_Hover:hover {
    cursor: pointer;
    background-color: #EEF5FF;
}