﻿
html, body {
    width: 100%;
    height: 100%;
    font-size: 11px;
    font-family: Tahoma;
    background-color: white;
}

/************************  **********************************/

#login_page {
    position: absolute;
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background: url("/temp_resources/theme/img/folder.jpg") no-repeat center;
    background-size:contain;
}

#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: left;
        margin-top: 0 !important;
        margin-bottom: 20px !important;
    }

#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 {
    font-size: 12px;
    margin-bottom: 6px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    width: 272px;
    padding:0 4px;
}

    #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: #0069b4;
}

    .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;
    }

    .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;
    }

.red-border {
    border: 1px solid #e53935 !important;
}

#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/progress.gif") no-repeat;
}

#idDivLoadingAuth {
    background-image: url("/resources/theme/img/gif/progress.gif");
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
}
