﻿.Vf-linePreloader::before {
    width: 100%;
    height: 2px;
    content: "";
    background: -webkit-linear-gradient( 174deg, rgb(60 202 255) 0%, rgb(68 138 249) 100%);
    background-color: var(--hover);
    position: absolute;
    margin: 0;
    border-radius: 4px;
    background-size: 20%;
    background-repeat: repeat-y;
    background-position: top left;
    animation: scroll 1.5s ease-in-out infinite;
    z-index: 222222;
}
@keyframes scroll{
    50%{background-size:80%}
    100%{background-position:125% 0;}
}
@font-face {
    font-family: 'themify';
    src: url('themify.eot?-fvbane');
    src: url('themify.eot?#iefix-fvbane') format('embedded-opentype'),url('themify.woff?-fvbane') format('woff'),url('themify.ttf?-fvbane') format('truetype'),url('themify.svg?-fvbane#themify') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="ti-"], [class*=" ti-"] {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ti-arrow-circle-down:before {
    content: "\e65f";
}

body {
    background-color: rgb(246, 247, 251) !important;
    overflow: hidden;
    --primary-color: rgb(251, 102, 140);
    --primary-bg: rgb(246, 247, 251);
    --toolbar-color: #f1ebed;
    --yellow: #e29101;
    --green: #02a993;
    --red: #e4304e;
    --weekend: #ff9a59;
    --holiday: #cbc012;
    --current-day: #519bff;
    --present: #85e980;
    --offered: #ea3864;
    --onDuty: #1284e4;
    --paidDay: #b8d403;
    --absent: #ea3864;
    --unpaid: #0d51ff;
    --workDayHours: #16f3ca;
    --aditional: #14bdd9;
    --shortTime: #cc6b4e;
    --hover: #ddecfc;
    --last-checkout: #e33e3e;
    --first-checkin: #00ca00;
    --danger: rgb(217 217 217);
    --warning: rgb(202 194 121);
    --main-font: 'Segoe UI',Arial;
    --xs-card-c1: #22cce2;
    --xs-card-c2: #fdbf5e;
    --xs-card-c3: #3392fc;
    --xs-card-c4: #09b66d;
    --hover-var2: #8bd2ff3b;
    --olive-green: #99bc0d;
    --Onleave: #ff5f22;
}

    body.blue {
        --primary-color: rgb(5, 166, 240);
        --toolbar-color: #e3e5f2;
    }

input:-internal-autofill-selected {
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}


.Voyon-Login .LgCard.focused::before {
    width: 5px;
    height: 62px;
    margin-left: -5px;
    border-radius: 0px 2px 2px 0px;
    position: absolute;
    content: "";
    background: rgb(7, 156, 224);
    left: 0px;
    top: 0px;
}

.dispad {
    padding: 0;
}

.padding-top-10 {
    padding-top: 10px;
}

.dismargin {
    margin: 0px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-right-15 {
    margin-right: 15px;
}

.landing {
    background: rgb(245, 245, 245);
}

.login-bg {
    background-color: #fffdfd;
    background-image: url(../../img/login-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: bottom;
}

.Lg-logosection {
    text-align: center;
    padding: 20px 20px;
    width: 800px;
    margin: 6vh auto 0;
}

.Lg-Logo {
    margin-bottom: 4vh;
}

    .Lg-Logo img {
        width: 250px;
        animation: fadeInDown 1s forwards 0.3s ease;
    }

.Lg-logosection p {
    color: rgb(135, 134, 134);
    font-size: 14px;
    animation: fadeIn2 1s forwards .5s ease;
    user-select: none;
    -webkit-user-select: none;
}

.Voyon-Login {
    margin: 6vh auto 0;
    width: 484px;
    text-align: center;
    background: rgb(242, 243, 247);
    padding: 60px 50px 15px;
    border-radius: 9px;
    animation: fadeInUp 1s forwards 0s ease;
}

.Uimg_Canvas {
    position: absolute;
    width: 384px;
    margin: 0 auto;
    margin-top: -100px;
    display: block;
    text-align: center;
}

.Voyon-Login .Uimg {
    border: 6px solid rgba(242, 243, 247, 0.67);
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 1;
    box-shadow: 0px 5px 27px 0px rgb(134 139 148 / 18%);
    -webkit-box-shadow: 0px 5px 27px 0px rgb(134 139 148 / 18%);
    -moz-box-shadow: 0px 5px 27px 0px rgba(134, 139, 148, 0.18);
    width: 80px;
    height: 80px;
    text-align: center;
    margin: 0 auto;
    animation: fadeIn2 1s forwards .3s ease;
}

.Uimg img {
    padding: 15px;
}

.Voyon-Login .LgCard {
    background: #fff;
    padding: 10px 15px;
    margin-bottom: 20px;
    box-shadow: 0px 5px 8px 0px rgb(89 89 89 / 10%);
    -webkit-box-shadow: 0px 5px 8px 0px rgb(89 89 89 / 10%);
    -moz-box-shadow: 0px 5px 8px 0px rgba(89, 89, 89, 0.1);
    border-radius: 2px;
    text-align: left;
}

.Voyon-Login .dx-box-item-content .dx-first-row .dx-field-item-label {
    text-align: left;
    margin-bottom: 2px;
}

    .Voyon-Login .dx-box-item-content .dx-first-row .dx-field-item-label .dx-field-item-label-text {
        font-size: 13px;
        color: rgb(120, 120, 120);
    }

.Voyon-Login .dx-field-item-required-mark {
    display: none;
}

.LgCard .dx-widget input {
    padding: 0px 0 0;
    font-weight: 500;
    font-size: 14px;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.LgCard .dx-widget .dx-placeholder:before {
    padding: 7px 0px 8px;
}

.LgCard .dx-button-mode-contained.dx-button-default {
    background-color: #fff;
    border-color: transparent;
    color: #fff;
}

.LgCard .dx-button-has-icon .dx-icon {
    width: 16px;
    height: auto;
    background-position: 0 0;
    background-size: 16px;
    padding: 0;
    font-size: 15px;
    text-align: center;
    line-height: 18px;
    margin-right: 0;
    margin-left: 0;
}

.Lg-language {
    margin-bottom: 20px;
    padding-left: 2px;
    padding-right: 35px !important;
}

    .Lg-language .dx-texteditor-container {
        border-bottom: 1px solid #b4b4b4;
        padding-bottom: 5px;
    }

    .Lg-language .dx-placeholder:before {
        padding: 7px 3px 8px;
    }

.Lg-dArrow {
    color: #05a6f0;
    position: relative;
    top: 6px;
    font-size: 17px;
    right: -4px;
}

.forgot-password {
    color: #05a6f0;
    font-size: 13px;
    margin-top: 7px;
    cursor: pointer;
}

.Signup-for-first .dx-button-mode-contained.dx-button-danger {
    background-color: #e1e3ed;
}

.Signup-for-first .dx-button-has-text .dx-button-content {
    padding: 7px 18px 8px;
    line-height: 13px;
}

.Signup-for-first .dx-button-text {
    color: #62666a;
    font-weight: 500;
    font-size: 14px;
}

.Signup-Btn {
    box-shadow: 0px 5px 12px 0px rgb(0 0 0 / 24%);
    -webkit-box-shadow: 0px 5px 12px 0px rgb(0 0 0 / 24%);
    -moz-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.24);
    padding-left: 0px !important;
    border-radius: 3px;
}

    .Signup-Btn .dx-button-default {
        background-color: rgb(7, 156, 224);
    }

    .Signup-Btn .dx-button-content {
        color: #fff;
        font-weight: 500;
        font-size: 14px;
    }

.form-control-login {
    display: block;
    width: calc(100% - 40px);
    font-size: 14px;
    border: none;
    outline: none;
    font-weight: 500;
    padding: 0;
    color: black;
}

    .form-control-login::placeholder {
        color: #bab8b8;
        font-weight: 400;
        font-size: 13px;
    }

    .form-control-login:active {
        outline: none;
    }

.form-group label {
    font-size: 13px;
    color: rgb(120, 120, 120);
    text-align: left;
    margin-bottom: 0;
    display: block;
    margin-bottom: 2px;
}

.form-control-select {
    width: calc(100% - 30px);
    text-align: left;
    background: transparent;
    border: none;
    border-bottom: 1px solid #b4b4b4;
    padding-bottom: 5px;
    font-size: 13px;
    outline: none;
    z-index: 3;
    padding: 3px 10px;
    float: left;
}

    .form-control-select option {
        border: none;
    }

select.form-control-select::-ms-expand {
    display: none;
}

select.form-control-select {
    -webkit-appearance: none;
    appearance: none;
}

.Lg-dArrow {
    position: absolute;
    right: 34px;
    z-index: 2;
    pointer-events: none;
    top: 4px;
}

.forgott-pass a {
    color: #05a6f0;
    font-size: 13px;
    width: 100%;
    display: block;
    text-align: right;
}

.Signup-for-first {
    border: none;
    border-radius: 4px;
    background-color: #e1e3ed;
    padding: 7px 18px 8px;
    line-height: 13px;
    color: #62666a;
    font-weight: 500;
    font-size: 14px;
    width: calc(100% - 20px);
    height: 36px;
    float: left;
    outline: none;
}

.Sign-in-btn {
    border: none;
    border-radius: 4px;
    background-color: rgb(7, 156, 224);
    padding: 7px 18px 8px;
    line-height: 13px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    height: 36px;
    box-shadow: 0px 5px 12px 0px rgb(0 0 0 / 24%);
    -webkit-box-shadow: 0px 5px 12px 0px rgb(0 0 0 / 24%);
    -moz-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.24);
    outline: none;
}

.Vf-toast {
    display: flex;
    vertical-align: middle;
    align-items: center;
    min-width: 320px;
    padding: 10px 15px;
    background: #fff;
    border-radius: 4px;
    height: 56px;
    box-shadow: 0px 2px 13px 2px rgb(0 0 0 / 17%);
    -moz-box-shadow: 0px 2px 13px 2px rgb(0 0 0 / 17%);
    -webkit-box-shadow: 0px 2px 13px 2px rgb(0 0 0 / 17%);
    border: 1px solid #e6e6e6;
    border-left: 5px solid #6cca67;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    z-index: 99999;
}

    .Vf-toast.success {
        border-left: 5px solid #6cca67;
    }

    .Vf-toast.warning {
        border-left: 5px solid #ffa923;
    }

    .Vf-toast.error {
        border-left: 5px solid #f14f11;
    }

    .Vf-toast.info {
        border-left: 5px solid #2b8ffb;
    }

        .Vf-toast.info .toast-img i {
            color: #2b8ffb;
        }

    .Vf-toast .toast-img i {
        font-size: 19px;
        color: #6cca67;
    }

    .Vf-toast.warning .toast-img i {
        color: #ffa923;
    }

    .Vf-toast.error .toast-img i {
        color: #f14f11;
    }

    .Vf-toast .toast-dec {
        padding-left: 15px;
        width: 90%;
    }

.Vf-toast-close {
    font-size: 13px;
    color: #989da2;
    cursor: pointer;
}

.Vf-toast .toast-dec h3 {
    font-size: 14px;
    margin-bottom: 0;
}

.Vf-toast .toast-dec .msg {
    font-size: 12px;
    color: #5d748c;
}

#Voyon-Toast-Message-List {
    position: absolute;
    right: 15px;
    bottom: 90px;
    z-index: 222;
    padding: 0;
}

    #Voyon-Toast-Message-List li {
        margin-bottom: 15px;
    }

.eye-btn-login {
    width: 16px;
    height: auto;
    background-position: 0 0;
    background-size: 16px;
    padding: 0;
    font-size: 15px;
    text-align: center;
    line-height: 18px;
    margin-right: 0;
    margin-left: 0;
    position: absolute;
    right: 26px;
    bottom: 15px;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .login-bg {
        padding: 2vh;
    }

    .login-bg {
        background-color: #fffdfd;
        background-image: url(../img/login-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        width: 100%;
        height: 100%;
        background-position: bottom;
    }

    .Lg-logosection {
        text-align: center;
        padding: 20px 20px;
        width: 100%;
        margin: 3vh auto 0;
    }

        .Lg-logosection p {
            display: none;
        }

    .Voyon-Login {
        width: 100%;
    }

    .Voyon-Login {
        margin: 4vh auto 0;
        width: 100%;
        padding: 60px 20px 35px;
        border-radius: 6px;
    }

    .Uimg_Canvas {
        width: 90%;
    }

    .LgCard {
        padding-left: 10px !important;
        padding-top: 10px !important;
    }
}

@media (max-width:1100px) and (min-width:767px) {
    .Lg-logosection {
        text-align: center;
        padding: 20px 20px;
        width: 90%;
        margin: 12vh auto 0;
    }
}

@media (max-width:1100px) and (min-width:960px) {
    .Lg-logosection {
        text-align: center;
        padding: 20px 20px;
        width: 70%;
        margin: 20vh auto 0;
    }

    .Voyon-Login {
        width: 600px;
        padding: 80px 50px 65px;
    }

        .Voyon-Login .LgCard {
            margin-bottom: 30px;
        }

    .Uimg_Canvas {
        width: 510px;
        margin-top: -115px;
    }

    LgPass {
        margin-bottom: 40px;
    }
}

@media only screen and (min-height: 865px) {
    .Lg-logosection {
        margin: 12vh auto 0;
    }

        .Lg-logosection p {
            font-size: 16px;
        }

    .Lg-Logo img {
        width: 60%;
    }

    .Voyon-Login .Uimg {
        width: 90px;
        height: 90px;
    }

    .Voyon-Login {
        margin: 5vh auto 0;
        width: 494px;
        padding: 70px 50px 40px;
        border-radius: 9px;
        animation: fadeInUp 1s forwards 0s ease;
    }



        .Voyon-Login .LgCard {
            padding: 12px 18px;
        }

    .Uimg_Canvas {
        width: 384px;
        margin-top: -115px;
        text-align: center;
    }
}
.webApp-version {
    display: flex;
    /* position:relative;*/
    /* right: 3525px;*/
     margin-top: 5px;
     justify-content:center;
     padding-top:15px;
    font-size: 13px;
    font-weight: 400;
    opacity: 0.9;
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: #fff;
    pointer-events: none;
}
.logogeneral {
    display: flex;
    position: relative;
    right: 0;
    float: right;
    font-size: 13px;
    font-weight: 400;
    opacity: 0.9;
    padding: 20px;
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: #fff;
    pointer-events: none;
}
.logogeneral.customer-logo img{
    width: 160px;
    opacity: 1;
}