/* Minification failed. Returning unminified contents.
(211,32): run-time error CSS1046: Expect comma, found '0'
(211,36): run-time error CSS1046: Expect comma, found '/'
 */
/* Minification failed. Returning unminified contents.
(207,32): run-time error CSS1046: Expect comma, found '0'
(207,36): run-time error CSS1046: Expect comma, found '/'
 */
body {
    font-family: Muli,sans-serif;
    color: #555;
}

.banner {
    color: White;
    background-color: Gray;
}

.mainlabel {
    font-size: 11px;
    text-transform: uppercase;
    color: #000066;
    font-family: verdana,arial,helvetica,sans-serif;
}

.menuV2 {
    font-family: Noto Sans,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;
    color: #140a9a;
    text-decoration: none;
    font-size: 13px;
}

#htmlbody .ui-widget {
    font-size: 11px;
}

.arrow-r {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #444;
    margin-bottom: 1%;
    margin-right: 7px;
    margin-left: 3px;
    display: inline-block; /* *display: inline; */
}

.arrow-d {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #444;
    margin-bottom: 6px;
    margin-right: 5px;
    display: inline-block; /* *display: inline; */
}

.divhidden {
    display: none;
}

.logon {
    color: Navy;
    font-size: 14px;
}

.komatsuline {
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-bottom-color: #092a72;
}

.environment {
    font-size: 14px;
    background-color: #f2f2f2;
}

.titleV2 {
    font-family: Noto Sans,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif !important;
    color: #140a9a;
}

.textV2 {
    font-family: Noto Sans,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif !important;
    color: #1b232a;
}

.labelV2 {
    font-family: Noto Sans,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif !important;
    color: #575757;
}

.lineV2 {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #d1d4d3;
}

.thinlineV2 {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #d1d4d3;
}

.buttonV2 {
    font-family: Noto Sans,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif !important;
    background: #140a9a !important;
    border-radius: 20px !important;
    color: white !important;
    text-align: center !important;
    cursor: pointer !important;
    padding-left: 10px;
    padding-right: 10px;
}

.whiteboxV2 {
    font-family: Noto Sans,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif !important;
    box-sizing: border-box;
    background-color: white;
    border: 1px solid #1b232a;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
}

    .whiteboxV2 td {
        padding-left: 20px;
        padding-right: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

.whitebox_grayV2 {
    font-family: Noto Sans,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif !important;
    box-sizing: border-box;
    background-color: white;
    border: 1px solid #E1E1E1;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.06);
    border-radius: 6px;    
}

    .whitebox_grayV2 td {
        padding-left: 20px;
        padding-right: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

.whitebox_gray_tidyV2 {
    font-family: Noto Sans,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif !important;
    box-sizing: border-box;
    background-color: white;
    border: 1px solid #E1E1E1;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    float: left;
}

    .whitebox_gray_tidyV2 td {
        padding-left: 2px;
        padding-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

.grayboxV2 {
    font-family: Noto Sans,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif !important;
    background-color: #EEEEEE;
    border-radius: 6px;
}

    .grayboxV2 td {
        padding: 10px;
    }

.white_buttonV2 {
    font-family: Noto Sans,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif !important;
    background: white;
    border-radius: 20px;
    color: #140a9a;
    text-align: center;
    border: 1px solid #1b232a;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer !important;
}

.selectedmenuV2 {
    background-color: #EEEEEE;
}

a.homelink {
    color: #140a9a;
}

    a.homelink:visited {
        color: #140a9a;
    }

a.textV2 {
    color: #140a9a;
}

.a.textV2:visited {
    color: #140a9a;
}

.graydataboxV2 {
    background-color: #F7F7F7;
    border-radius: 12px;
    border: 1px solid lightgray;
    box-shadow: 0 0 14px rgb(0 0 0 / 6%);
}

    .graydataboxV2 td {
        padding: 3px;
    }

.checkV2 {
    accent-color: #140a9a;
}

    .checkV2 label {
        position: relative;
        top: -1px;
    }

.breadcrumbsubV2 {
    color: black;
    font-size: 10px;
    font-style: italic;
    padding: 0;
}

.clickV2 {
    cursor: pointer;
}

/* HEARBEAT */
.heartbeat {
    position: absolute;
    display: none;
    color: black;
    right: 0;
    bottom: 5px;
    font-size: 20px;
    margin-right: 25px;
}

.heartbeat_error {
    position: absolute;
    display: none;
    color: red;
    right: 0;
    bottom: 5px;
    font-size: 20px;
    margin-right: 25px;
}
