/* =========================================
   BODY
========================================= */
body {
    font-family: 'Roboto', Arial, sans-serif;
    background: #ffffff;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #000;
}

/* =========================================
   MAIN BODY
========================================= */
#mainBodyDiv {
    width: 938px;
    margin: 0 auto;
    background: #ffffff;
    padding: 8px 0;
}

/* =========================================
   HEADER
========================================= */
#titleHeader {
    margin: 0 auto;
    height: 50px;
    padding: 5px;
}

/* =========================================
   TOP WILO LOGO
========================================= */
#titleHeader2 {
   /*  background: url(../css/login/home/Logo_Wilo.jpg); */
    background-repeat: no-repeat;
    background-size: 100px 38px;
    width: 100px;
    height: 40px;
    float: right;
    padding: 0;
}

/* =========================================
   TOP BANNER IMAGE
========================================= */
#header {
    background: url(../css/login/home/mpSelectLogo.png);
    background-size: 900px 190px;
    background-repeat: no-repeat;
    height: 190px;
    margin-top: 5px;
    margin-left: 5px;
}

/* =========================================
   CONTENT WRAPPER
========================================= */
#contentWrapper {
    display: flex;
   /*  gap: 10px; */
    margin-top: 5px;
}

/* =========================================
   LEFT & RIGHT PANELS
========================================= */
#nav,
#section {
    flex: 1;
}

/* =========================================
   PANEL BOX
========================================= */
#nav .startMainContentCell,
#section .startMainContentCell {
    height: 290px;
    background-color: #e9e9e9;
    border: 4px solid #ffffff;
    vertical-align: top;
}

/* =========================================
   PANEL HEADER
========================================= */
.startMainSelectionItemCaption {
    background-color: #dcdcdc;
    height: 28px;
    display: flex;
    align-items: center;
    padding: 0 8px;
}

/* =========================================
   HEADER ARROW IMAGE
========================================= */
.startMainSelectionItemCaptionImage {
    width: 8px;
    height: 8px;
    margin-right: 4px;
}

/* =========================================
   PANEL TITLE
========================================= */
.startMainSelectionItemCaptionContent {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    line-height: 28px;
}

/* =========================================
   PANEL CONTENT
========================================= */
.startMainSelectionItemContent {
    padding: 10px;
    background-color: #e9e9e9;
}

/* =========================================
   PUMP IMAGE
========================================= */
.startMainSelectionItemContentImage {
    width: 40px;
    height: auto;
    margin-top: 25px;
    margin-right: 8px;
}

/* =========================================
   FEATURE TEXT
========================================= */
.feature-text {
    font-size: 11px;
    line-height: 21px;
    color: #000;
}

/* =========================================
   LOGIN SECTION
========================================= */
.startMainSelectionItemLogin {
    padding-top: 2px;
}

/* =========================================
   LABELS
========================================= */
.startMainSelectionItemLoginEditCaption {
    font-size: 11px;
    color: #000;
    padding-bottom: 2px;
}

/* =========================================
   INPUT FIELDS
========================================= */
.startMainUserNameAndPasswordEdit {
    border: 1px solid #bdbdbd;
    font-size: 11px;
    width: 95%;
    height: 22px;
    padding: 2px 6px;
    box-sizing: border-box;
}

/* =========================================
   EMPLOYEE LOGIN BOX
========================================= */
.employee-login-box {
    width: 220px;
    height: 30px;
    background: #f5f5f5;
    border: 1px solid #d5d5d5;
    margin: 2px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 2px;
}

/* =========================================
   EMPLOYEE LOGO
========================================= */
.employee-logo {
    width: 45px;
    height: auto;
    margin-right: 5px;
}

/* =========================================
   EMPLOYEE TEXT
========================================= */
.employee-login-text {
    font-size: 11px;
    color: #222;
    font-weight: 500;
}

/* =========================================
   OR DIVIDER
========================================= */
.or-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #000;
    font-size: 9px;
    margin: 2px 0;
}

.or-divider::before,
.or-divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px dashed #000;
    margin: 0 5px;
}

/* =========================================
   BUTTONS
========================================= */
.wiloButton,
.wiloNewButton {
    border: 1px solid #ffffff;
    box-shadow: 0 0 2px #000;
    cursor: pointer;
    height: 22px;
    padding: 0 8px;
    font-size: 11px;
    line-height: 20px;
}

/* =========================================
   GREEN BUTTON
========================================= */
.wiloButtonGreen {
    background-color: #009c82;
    color: #ffffff;
}

/* =========================================
   CONTINUE BUTTON
========================================= */
#Continue {
    height: 22px;
    font-size: 11px;
    padding: 0 8px;
    float: right;
    margin-top: 7px;
}

/* =========================================
   LOGIN BUTTON
========================================= */
#login {
    height: 22px;
    font-size: 11px;
    padding: 0 8px;
    float: right;
    margin-top: 2px;
}

/* =========================================
   REGISTRATION LINK
========================================= */
.login-action-row a span {
    font-size: 11px !important;
}

/* =========================================
   MESSAGE BOX
========================================= */
#msgbox {
    margin: 5px auto;
    min-height: 18px;
    background: #e9e9e9;
    padding: 4px;
    font-size: 11px;
    width: 250px;
    text-align: center;
    border-radius: 3px;
}

/* =========================================
   MESSAGE COLORS
========================================= */
.myerror {
    color: red;
}

.myinfo {
    color: #009c82;
}

/* =========================================
   HIDE PASSWORD & OTP
========================================= */
#passwordRow,
#otpRow {
    display: none;
}

/* =========================================
   FOOTER
========================================= */
#footer {
    background-color: #fff;
    color: #6f6f6f;
    text-align: center;
    padding: 5px;
    font-size: 10px;
}