html {
    height: 100%;
}

body {
    background: #144294;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#144294, #0b1640);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#144294, #0b1640);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#144294, #0b1640);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#144294, #0b1640);
    /* Standard syntax */
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/** SAP OpenUI5 custom modifications START **/

/* Token Lists have to wrap to another line */
.sapMTokenizer .sapMToken {
    float: left;
}

/* Long texts in Notification headlines have to be cut off */

.sapMNLI-Header .sapMTextMaxWidth .sapMTextMaxLine {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sapMShellBrandingBar {
    background-color: transparent;
}

.sapMGTBackgroundImage {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.sapMShellCentralBox {
    border:1px solid #444;
    -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.40);
    box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.40);
}

.sapMShellGlobalOuterBackground {
    background: none !important;
}

.checkboxLabel label {
    line-height: 3rem !important;
}

.textLight {
    color: #888;
}

/** Override foundation table alternation **/
table tbody tr:nth-child(2n) {
    background-color: #FFFFFF;
}

/** SAP OpenUI5 custom modifications END **/

.defaultFont {
    font-family: 'Open Sans';
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
}





.debug1 {
    background-color: red;
}

.global_top_header {
    width: 100%;
    background-color: #FFFFFF;
    height: 64px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.50);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.50);
}


/* ------------ Main Page ---------- */

#content {
    height: 100%;
    margin-top: 10px;
}

#content img {
    -webkit-box-shadow: 0px 0px 41px -8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 41px -8px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 41px -8px rgba(0, 0, 0, 0.5);
}

.header_logo {
    height: 58px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-top: 4px;
    margin-bottom: 0px;
}

.header_userinfo_container {
    background-color: #EEE;
    height: 62px;
    text-align:right;
}

.header_vlist li {
    display: inline-block;
}


.header_mainmenu_container {
    height: 62px;
    text-align: center;
    padding-top: 4px;
}

.header_mainmenu li img {
    width: 24px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.7;
}

.header_mainmenu li span {
    color: #444;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}

.header_mainmenu li {
    padding-top: 5px;
    padding-bottom: 2px;
}

.header_mainmenu li:hover {
    background-color: #EEE;
    cursor: pointer;
}

.header_username {
    overflow:hidden;
    width:140px;
    height: 58px;

}

.header_username span {
    overflow:hidden;
    text-wrap: none;
    text-overflow: ellipsis;
}

.header_username:hover {
    background-color: white;
    cursor: none;
}

.header_logout {
    overflow:hidden;
    height: 58px;
}


/* ------- Login -------- */


.login_openinfo {
    text-align:center;
    margin-top:50px;
    font-size: 16px;
}

.login_headline {
    text-align: center;
    font-weight: lighter;
    font-size: 20px;
    height: 128px;
    padding-top: 30px;
    color: #888;
}


.login_top_row_container {
    height: 128px;
    /*border-bottom: 1px solid #CCC;*/
}

.login_logo_container {
    margin-top: 30px;
    text-align: right;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.login_form {
    margin-top: 50px;
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
}

.login_label {
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: left;
    color: #888;
}

.login_label_password {
    margin-top: 28px;
}

.login_info_label {
    color: #019298;
    font-weight: bold;
    position: absolute;
    text-align: center;
    width: 320px;
    top: -30px;
}

.login_alert_label {
    color: #980101;
    font-weight: bold;
    position: absolute;
    text-align: center;
    width: 320px;
    top: -30px;
}

.login_input {
    font-size: 24px;
    height: 48px;
    background-color: #F8F6F4;
}

.login_input_container {
    height: 50px;
}

.login_link {
    text-align: left;
}

.login_version {
    text-align: right;
    padding-top: 20px;
    padding-right: 8px;
    color: #CCC;
    font-size: 10px;
}

.button {
    background-color: #144294;
    font-weight: bold;
    font-size: 16px;
}

.login_frame {
    margin-top: 180px;
    margin-left: auto;
    margin-right: auto;
    width: 360px;
    height: 480px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 41px -8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 41px -8px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 41px -8px rgba(0, 0, 0, 0.5);
}

.login_button {
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 50px;
}
