﻿* {
    margin: 0;
    padding: 0;

}

body {
    width: 100%;
    height: 100vh;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left center;
    overflow:auto;
}

.bottomleft {
    position: absolute;
    bottom: 8px;
    left: 12px;
    font-size: 20px;
}

.no-border * {
    border: none !important;
    --stroke-width: 0;
}

fluent-text-field::part(root) {
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: none;
    border-radius: 0px;
}

fluent-checkbox::part(label) {
    color: #82807E;
}

.valid.modified:not([type=checkbox]){
    outline: 0px solid;
}

.modified valid{
    outline: 0px solid;
}

.login-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 66vw;
    min-width: 1400px;
    font-family: Arial;
    color: #545654;
    min-height: 100vh;
    overflow: hidden;
    margin-left: calc(15% + 39px);
    max-width: 100vw;
    max-height: 100vh;
}

.login-container-2 {
    transform: scale(1.3);
    margin-bottom: 40vh;
    padding-top: 10vh;
}

.validation-container-2 {
    transform: scale(1.3);
    margin-bottom: 40vh;
    padding-top: 600px;
}

.login-text {
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.login-form {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.login-image-container {
    width: 25%;
    overflow: hidden;
    position: absolute;
    min-width: 378px;
}

.login-image {
    width: auto;
    height: 100vh;
    object-fit: cover;
    opacity: 0.5;
}

.login-image-text {
    text-align: center;
    left: 50%;
    bottom: 8%;
    width: auto;
    white-space: nowrap;
    font-weight: bold;
    transform: translate(-50%, -50%);
    color: #545654;
}

.logout-button {
    margin: 10px;
    float: right;
    border-radius: 160px;
    padding: 10px;
    border-color: gray;
    z-index: 9999;
    position:relative;
}

.onboarding-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 66vw;
    min-width: 1400px;
    font-family: Arial;
    color: #545654;
    min-height: 100vh;
    overflow: hidden;
    margin-left: 15%;
    max-width: 100vw;
    max-height: 100vh;
}

.status_0 fluent-select::part(control) {
    background: #ADD8E6;
    border-radius: 4px;
    color: white;
}

.status_1 fluent-select::part(control) {
    background: #236900;
    border-radius: 4px;
    color: white;
}

.status_2 fluent-select::part(control) {
    background: #FF0000;
    border-radius: 4px;
    color: white;
}

.status_3 fluent-select::part(control) {
    background: #FFA500;
    border-radius: 4px;
    color: white;
}

.status_4 fluent-select::part(control) {
    background: #A9A9A9;
    border-radius: 4px;
    color: white;
}

.widget-content {
    display: flex;
    margin-bottom: 10px;
}

.status-dropdown {
    background-color: black;
    margin-left: auto;
    min-width: 35%;
    width: 35%;
}

.disabled_True h6{
    color:dimgrey;
}

.font-bold {
    font-weight: bold
}

.align-start {
    align-items: start;
}

h6{
    font-size: 1.0rem;
    font-weight:normal !important;
}

.e-dashboardlayout.e-control .e-panel .e-panel-header {
    border-bottom: 1px solid #e9ecef;
    color: #212529;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
    font-size: 13px;
    font-weight: 200;
    height: 28px;
    padding: 3px 10px;
}

.widget-header {
    color: #4b4948;
    font-weight: bold;
    font-size: 17px;
    padding-bottom: 2px
}

.code-field {
    width: 402px;
    margin-bottom: 20px
}

.form-text {
    text-align: center;
    font-size: small;
}

.text-center {
    text-align: center;
}

.padding-r-10p {
    padding-right: 10px;
}

.padding-l-10p {
    padding-left: 10px;
}

.height-140p {
    height: 140px;
}