@charset "utf-8";

/* CSS stylesheet for IMS - initial bootstrap stylesheet for login page
 * --------------------------------------------------------------------
 * Copyright (C) 2003 - 2025 dreipro GmbH, Erlenbach, Germany
 */

html, body {
    height: 100%;
    width: 100%;
}

body {
    color: #262626;
    font-size: 10pt;
    line-height: 18px;
    font-family: 'Arial Unicode MS', arial, helvetica, sans-serif;
    background-color: #3F3F3F;
    padding: 0;
    margin: 0;
    user-select: none;
}

#login_page, #password_reset_page, #new_password_page {
    height: 100%;
    width: 100%;
    background-image: url("./images/isoflow-logo.png");
	background-size: 750px;
    background-repeat: no-repeat;
    background-position: center top 450px;
}

.login_caption {
    width: 175px;
    text-align: right;
    padding-right: 10px;
	font-size: 1em;
}

.login_password_reset a {
    color: #5AA3E2;
    font-size: 0.9em;
    text-decoration: none;
    margin-top: 10px;
}

.back_to_login a {
    color: #5AA3E2;
    font-size: 0.9em;
    text-decoration: none;
    margin-top: 10px;
}

.no-select {
    user-select: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.bold {
    font-weight: bold;
}

.cutcell {
    height: 100%;
    width: 100%;
    overflow: hidden;
    visibility: visible;
    display: block;
}

.cutcellx {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    white-space: nowrap;
}

.warning_login, .success_reset {
    position: absolute;
    top: 270px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    font-size: 1.1rem;
}

.warning_login {
    color: orangered;
}

.success_reset {
    color: lawngreen;
}

.login_box, .password_reset_box, .new_password_box {
    position: absolute;
    top: 300px;
    left: 50%;
    transform: translateX(-50%);
    height: 114px;
    color: #B0B0B0;
    font-size: 1.4em;
}

.login_box, .password_reset_box, .new_password_box {
    width: 500px;
}

#loginline {
    position: absolute;

    top: 0;
    left: 10%;
    width: 5px;
    height: 0;
    background-color: #ffffff;

}

.loginbtn {
    background-color: #cacaca;
    color: #ffffff;
    font-size: 1em;
    border: 1px outset white;
}

.organigramm {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    z-index: 1;
}

.toolbox {
    position: relative;
    z-index: 2;
    top: 5px;
    left: 5px;
    width: 120px;
    background-color: #E8E8D0;
    padding: 2px;
}

.tools {
    position: relative;
    background-color: #E8E8D0;
    z-index: 2;
}

.dragorg {
    position: relative;
    height: 30px;
    width: 50px;
    background-color: white;
    border: 1px solid black;
    z-index: 10;
}

.wdform {
    font-family: Arial, helvetica, sans-serif;
    background-color: #ffffff;
    border-style: none;
    border-left: 1px solid #666666;
    border-top: 1px solid #666666;
    color: black;
    font-size: 8pt;
}

.login_input {
    font-family: Arial, helvetica, sans-serif;
    background-color: #ffffff;
    font-weight: bold;
    color: black;
    font-size: 11pt;
	border: none;
}

.proxy {
    border: 1px dashed black;
}

#imslang, .settings, .windowlang, .instlang, .aktlang, .applmodeid, .appl, .mode, .mid, .winmode, .topinfo, .leftinfo, .heightinfo, .widthinfo {
    position: relative;
    display: none;
}

.coverims {
    position: absolute;
    z-index: 998;
    background-color: transparent;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
}

.errorTbl {
    width: 100%;
}

.errorbox {
    background-color: orangered;
    padding: 10px;
    position: absolute;
    width: calc(100% - 20px);
    text-align: center;
    font-weight: bold;
}

.successbox {
    background-color: lawngreen;
    padding: 10px;
    position: absolute;
    width: calc(100% - 20px);
    text-align: center;
    font-weight: bold;
}

div.tablecell {
    position: relative;
    display: table-cell;
    border: 1px solid black;
    float: left;
    padding: 2px;
}

.qmaster_icon {
    vertical-align: top;
}

.qmaster_text {
    margin-right: 15px;
}

.hide {
    display: none;
}

button div {
    display: none;
}

.stategreen {
    background-color: green;
}
