
/******************************************************************}
{                                                                  }
{     deepinvent MailStore                                         }
{                                                                  }
{     Copyright (c) deepinvent Software GmbH                       }
{                                                                  }
{******************************************************************/

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-color: #e8e8e8;
    text-align: center;
    min-width: 430px;
    min-height: 370px;
}

.vert-hoz {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -185px; /* half height */
    margin-left: -215px; /* half width */
    width: 430px;
    height: 370px;
    overflow: auto;
    text-align: left;
}

.box-outer {
    width: 430px;
    height: 370px;
    background-color: #F2F2F2;
    background-image: url('../images/login-background.png');
    background-repeat: no-repeat;
    background-position: left top;
    text-align: left;
}

.box-inner {
    background-image: url('../images/login-header.png');
    background-repeat: no-repeat;
    background-position: 10px 10px;
    padding: 120px 42px 10px 42px;
    color: #000000;
}

.languages {
    text-align: right;
}

.languages a {
    text-decoration: none;
    color: #000000;
}

.languages a:hover {
    text-decoration: none;
    color: #000000;
    background-color: #FFE7A2;
}

.loginForm {
    margin-top: 16px;
}

.loginForm div {
    margin: 0px 0px 4px 0px;
}

.loginForm label {
    display: inline-block;
    width: 110px;
    height: 22px;
    line-height: 22px;
    vertical-align: middle;
}

.loginForm input {
}

.loginForm input.inputText {
    width: 200px;
}

.loginForm button {
    padding: 2px 20px 2px 20px;
}

#cmbUICulture {
}

#boxFailed, #boxFailedInitCred, #boxIncomplete, #boxWindowsAuthentication {
    padding: 4px 8px 4px 32px;
    background-color: #FFFFE1;
    border: solid 1px #808080;
    margin-bottom: 8px;
    background-image: url('../images/error16.png');
    background-repeat: no-repeat;
    background-position: 4px 2px;
}

#boxWindowsAuthentication {
    background-image: url('../images/information16.png');
    cursor: pointer;
}

span.clickable {
    cursor: pointer;
}

#webclientHint {
    display: none;
    z-index: 100;
    overflow: hidden;
}

#webclientHint .header {
    font-size: 14px;
}

#webclientHint .buttonContainer {
    text-align: center;
}
    
#webclientHint .primaryButton {
    border: none;
    padding: 15px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    width: 250px;
    margin: 30px 0px 15px 0px;
    cursor: pointer;
}

#webclientHint .secondaryButton {
    border: none;
    padding: 15px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 15px;
    cursor: pointer;
}

#noteSslOnly {
    font-size: 12px;
    color: #727272;
}

