@CHARSET "UTF-8";
/* -------------------------PAGE CSS----------------------------------- */
.lock-screen {
    padding: 0;
    margin: 0;
    background: url('../images/bg-lockscreen.jpg') no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Segoe UI', 'Tahoma', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    display: table;
}

.lock-screen .container {
    display: table-cell;
    vertical-align: middle;
}

.lock-screen .container > div {
    text-align: center;
}

.lock-screen .lockscreen-form {
    max-width: 500px;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
    width: 400px;
    margin: 0 auto;
    padding: 25px 0;
}

.lockscreen-form .message {
    text-align: center;
}

.lockscreen-form .message .z-label {
    margin-top: 10px;
    color: #EE0033;
    display: block;
}

.lockscreen-form .button-text {
    text-align: center;
    margin: 20px 0 0 0;
    display: block;
}

.lockscreen-form .button-text .z-label {
    margin: 10px 0 0 0;
    color: #00918d !important;
    cursor: pointer !important;
    display: block;
}

.lockscreen-form .button-text .z-label:HOVER {
    text-decoration: underline;
    color: #00726c !important;
}

.lock-screen .user-name {
    text-align: center;
    font-size: 1.8em;
    height: 1.8em;
}

.lock-screen .user-name .z-label {
    color: #00918d !important;
    font-weight: 300 !important;
}

.lock-screen .user-image {
    position: relative;
    top: -128px;
    height: 0;
}

.lock-screen .user-image .profile-image {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 1);
}

.lock-screen .user-image .lock-icon {
    position: relative;
    top: -60px;
    right: -64px;
}

.lock-screen .user-image .lock-icon:BEFORE {
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 32px;
    font-style: normal;
    font-weight: normal;
    background: #00918d;
    color: #fff;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 1);
}

.lock-screen .logo-app {
    margin: 30px 0;
}

.lock-screen .logo-app .logo {
    background: url('../images/logo/logo_voffice_fulltext.svg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 257px;
    height: 80px;
    margin: 0 auto;
}

.lock-screen .loginTextbox {
    padding: 0;
    margin: 0 auto;
    display: table;
}

.lock-screen .loginTextbox div {
    display: table-cell;
    vertical-align: middle;
}

.lock-screen .loginTextbox .textbox-icon {
    cursor: default;
    display: inline-block;
    font-family: 'FontAwesome' !important;
    font-style: normal;
    font-weight: normal;
    font-size: 17px !important;
    line-height: 1em;
    color: #fff !important;
    margin: 0 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lock-screen .loginTextbox div.textbox {
    background-color: #fff;
    height: 38px;
    border: 1px solid #00918d;
    margin-left: 5px;
    width: 300px;
}

.lock-screen .loginTextbox div.textbox .z-textbox {
    border: 1px solid #fff;
    height: 24px;
    width: 280px;
    font-size: 1.2em;
    color: #484848;
}

.loginTextbox div.textbox .z-textbox.z-textbox-focus, .loginTextbox div.textbox .z-combobox-focus .z-combobox-inp {
    border: 1px solid #fff;
}

.loginTextbox div.button {
    background-color: #00918d;
    height: 40px;
    width: 40px;
    text-align: center;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.loginTextbox div.button.captcha:HOVER {
    background-color: #00726c;
    cursor: pointer;
    color: #fff;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.lock-screen .lockscreen-footer {
    width: 100% !important;
    padding: 20px 0 0 0 !important;
}

.lock-screen .lockscreen-footer span {
    font-weight: 300 !important;
    color: #fff !important;
    font-size: 1.2em !important;
}

/* -------------------------ZK CSS----------------------------------- */
.lock-screen .z-textbox, .lock-screen .z-decimalbox, .lock-screen .z-intbox, .lock-screen .z-longbox, .lock-screen .z-doublebox, .lock-screen .z-label, .lock-screen .z-radio-cnt, .lock-screen .z-checkbox-cnt, .lock-screen .z-loading, .lock-screen .z-button-os {
    font-family: 'Segoe UI', 'Tahoma', 'Arial' !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 1.2em !important;
    color: #484848 !important;
}

.lock-screen .z-textbox-focus, .lock-screen .z-intbox-focus, .lock-screen .z-datebox-focus .z-datebox-inp, .lock-screen .z-combobox-focus .z-combobox-inp, .lock-screen .z-spinner-focus .z-spinner-inp, .lock-screen .z-timebox-focus .z-timebox-inp {
    border-color: #fff !important;
}

.lock-screen .z-checkbox {
    display: table;
}

.lock-screen .z-checkbox:nth-child {
    display: table-cell;
    vertical-align: middle;
}

.lock-screen .z-button-os {
    background-color: #00918d !important;
    border: 0px solid #00918d !important;
    color: #fff !important;
    font-size: 16px !important;
    margin: 5px 10px !important;
    padding: 5px !important;
    text-transform: uppercase !important;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.lock-screen .z-button-os:HOVER, .lock-screen .z-button-os:ACTIVE, .lock-screen .z-button-os:FOCUS {
    cursor: pointer !important;
    background-color: #00726c !important;
    color: #fff !important;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.lock-screen .z-button-os:BEFORE {
    display: inline-block !important;
    font-family: 'FontAwesome' !important;
    font-size: 36px !important;
    font-style: normal !important;
    font-weight: normal !important;
    margin-right: 10px !important;
}

.lock-screen .z-button-os[disabled] {
    background-color: #ACACAC !important;
}
