﻿html, body {
    width: 100%;
    height: 100%;
    font-size: 11px;
    font-family: Tahoma;
    background-color: white;
}

/************************  **********************************/
#login_page {
    position: absolute;
    width: 100%;
    height: 100%;
    /*background:url("../../../temp_resources/texts and illustrations/HTML/folder.jpg") no-repeat;*/
    background-position: 50% 20%;
}

#idDivLoginLayout {
    padding: 20px;
    width: 274px;
    background-color: #F7F7F7;
    margin: 17% auto;
    border-radius: 2px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    background-position: 50% 20%;
}

    #idDivLoginLayout h1 {
        font-weight: 100;
        text-align: center;
        font-size: 2.3em;
        margin-top: 0;
        margin-bottom: 20px;
    }

#idDivSelectUsername, #selectBoxLanguage {
    margin-bottom: 6px;
}

/* dhtmlx classes overloading */
#login_page .dhx_combo_box {
    height: 30px;
}

#login_page .dhx_combo_input {
    font-size: 15px;
}

#login_page .dhx_combo_list {
    font-size: 13px;
}

#login_page .dhx_combo_img {
    width: 30px;
    height: 30px;
}

#idDivLoginLayout input[type=button] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
}

#idPassword, #idUsername {
    height: 36px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 6px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    #idPassword:hover, #idUsername:hover {
        border: 1px solid #b9b9b9;
        border-top: 1px solid #a0a0a0;
        -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
        -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
        box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    }

.login {
    text-align: center;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
}

.login-submit {
    cursor: pointer;
    border: 0;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.1);
    width: 100%;
    background-color: #4d90fe;
}

    .login-submit:hover {
        border: 0;
        text-shadow: 0 1px rgba(0,0,0,0.3);
        background-color: #357ae8;
    }

.login-submit:disabled {
    cursor:not-allowed;
    background-color:#a0a0a0;
}

#idDivLoginLayout a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    transition: opacity ease 0.5s;
}

    #idDivLoginLayout a:hover {
        opacity: 1;
    }

.login-help {
    width: 100%;
    text-align: center;
    font-size: 12px;
}

#idDivProgressWhell {
    z-index: 5;
    position: absolute;
    width: 150px;
    height: 250px;
    background: url("/resources/theme/img/gif/loading.gif") no-repeat;
}
