﻿.loginHolder {
    width: 350px;
    background: #ffffff;
    margin: 0px auto;
    padding: 0px 0 0 0;
    display: inline-block;
    box-shadow: 0 10px 15px 0 rgb(1 85 183 / 20%);
    border-radius: 7px;
}

.line3 {
    float: left;
    width: 400px;
    margin: 0px 0px 0 12px;
}

    .line3 hr {
        border: 0;
        border-top: 1px solid #ececec;
        height: .001em;
        width: 370px;
    }


.line2 {
    float: left;
    height: 55px;
    padding-top: .07em;
    padding-bottom: .07em;
    padding-left: .07em;
    padding-right: .07em;
    background-size: 320px 45px;
    width: 385px;
}

    .line2 .TopTitile {
        margin: 12px 0px 17px 70px;
        line-height: 12px;
        font-weight: bold;
        font-size: 12px;
        color: black;
        display: inline-block;
        text-align: center;
    }

.line5 {
    padding-top: .07em;
    padding-bottom: .07em;
    padding-left: 0.07em;
    /* padding-right: 2.67em; */
    text-align: center;
}

    .line5 .TopTitile {
        margin: 10px 0px 20px 0px;
        line-height: 28px;
        font-weight: bold;
        font-size: 20px;
        display: inline-block;
        text-align: left;
        width: 75%;
        padding-left: 15px;
    }

.line6 {
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 59px;
    border: double 2em transparent;
    background-image: linear-gradient(white, white), linear-gradient(to right, #BE1128, #BE1128);
    background-origin: border-box;
    background-clip: content-box, border-box;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

.line7 {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    height: 34px;
    z-index: 9;
    float: left;
    width: 460px;
    padding-top: .07em;
    padding-bottom: .07em;
    padding-left: 30px;
}

.line1 {
    margin: 10px 0px 0 0px;
    padding-top: .07em;
    padding-bottom: .07em;
    padding-left: 20px;
    padding-right: 20px;
}

.line8 {
    width: 350px;
    padding-bottom: .07em;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.line4 {
    float: revert;
    width: 250px;
    margin: 0 0px 0 0px;
    padding-top: .07em;
    padding-bottom: .07em;
    padding-left: 20px;
    padding-right: 20px;
}

    .line4 a {
        vertical-align: middle;
        display: table-cell;
        width: 100px;
        height: 36px;
    }

        .line4 a.bottom {
            float: left;
            padding-top: 10px;
            color: black;
            width: 100%;
            border-bottom: 1px solid #ebebeb;
        }

        .line4 a span {
            float: left;
            font-weight: bold;
        }

            .line4 a span:hover {
                text-decoration: underline;
                font-weight: bold;
            }


/* .line1 span { */
/* /* vertical-align: middle; */ */
/* display: table-cell; */
/* width: 240px; */
/* height: 36px; */
/* font-size: 14px; */
/* padding-top:18px */
/* } */
.line1 .notificationHolder span {
    vertical-align: middle;
    display: inline;
    width: auto;
    height: auto;
}

.EditPagecontainer #divFooter {
    font-size: 1em;
}

.forgotpassword .line1 .notificationHolder span {
    display: inline-block;
    margin-top: 5px;
}

    .forgotpassword .line1 .notificationHolder span[style*="visibility:hidden"] {
        display: none;
    }

.textboxHolder {
    float: left;
    width: 310px;
    height: 40px;
    padding-top: .07em;
    padding-bottom: .07em;
    padding-left: .07em;
    padding-right: .07em;
}

    .textboxHolder input[type='textbox'] {
        float: left;
        width: 100%;
        height: 30px;
    }

    .textboxHolder.short input[type='textbox'] {
        width: 200px;
    }

    .textboxHolder.short .showPassword {
        width: 40px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
    }

    .textboxHolder.short .showSearch {
        width: 40px;
        height: 100%;
        position: absolute;
        top: 7px;
        left: 5px;
        z-index: 8000;
    }

.languageHolder {
    float: right;
    width: 25%;
    height: 36px;
    margin-top: 10px;
}

.rememberP {
    line-height: 24px;
    margin: 10px 0 10px 10px;
    display: inline-flex;
    font-size: 16px;
}

.languageHolder input[type='button'].languageItem {
    width: 25px;
    height: 17px;
    float: right;
    margin: 5px 10px 0 0;
    border: none;
}

.vnIcon {
    background: url(../../img/vnIcon.png) no-repeat;
}

.enIcon {
    background: url(../../img/enIcon.png) no-repeat;
}

.cnIcon {
    background: url(../../img/cnIcon.png) no-repeat;
}
.iconAzure {
    background: url(../../img/iconAzure.png) no-repeat;
}

.iconIHRP {
    background: url(../../img/iconIHRP.png) no-repeat;
}

.optionLoginHolder {
    float: left;
    width: 100%;
    height: 36px;
    margin-left: 20px;
}

.optionLoginHolder input[type='button'].languageItem {
    width: 25px;
    height: 17px;
    float: left;
    margin: 5px 10px 0 0;
    border: none;
}
.linkOfLogin {
    /* float: right; */
    line-height: 20px;
    color: #1890FF !important;
    margin: 10px 0 10px 10px;
    /* text-decoration: none; */
    font-size: 16px;
}

    .linkOfLogin:hover {
        color: #467e62;
    }

.captchaHolder {
    float: left;
    width: 240px;
}

.captchaImg {
    float: left;
    width: 180px;
    height: 40px;
    background: url(../../img/captchaImg.png) no-repeat;
}

.captchaIconHolder {
    float: left;
    width: 17px;
    margin: 0 0 0 10px;
}

    .captchaIconHolder input[type='button'].captchaItem {
        float: left;
        width: 17px;
        height: 17px;
        margin: 0 0 6px 0;
    }

.refreshIcon {
    background: url(../../img/refreshIcon.png) no-repeat;
}

.soundIcon {
    background: url(../../img/soundIcon.png) no-repeat;
}

.notificationHolder {
    float: left;
    /* width: 240px; */
    width: 100%;
    line-height: 16px;
    margin: 5px 0;
    color: #ff0000;
}

.forgotpassword .notificationHolder {
    margin: 0;
}

a.btnLogin {
    text-transform: uppercase;
    text-decoration: none;
}

.line1 a.btnLogin {
    text-align: center;
    text-transform: uppercase;
    border-radius: 15px;
}

span.btnLogin {
    background: #BE1128;
    border-radius: 4px;
    line-height: 24px;
    padding: 13px 40px 13px 40px;
    color: #ffffff;
    font-size: 16px;
}

    a.btnLogin:hover, span.btnLogin:hover {
        background: #EB2629;
    }

input[type='button'].btnLogin:hover {
    background: #fada2c;
}

.activeHolder {
    width: 600px;
    background: #ffffff;
    margin: 80px auto;
    padding: 50px;
    color: #535353;
}

.activeContent {
    float: left;
}

.activeTitle,
.activeNote {
    float: left;
    font-weight: bold;
    width: 100%;
    color: #00a782;
}

    .activeTitle span {
        font-size: 22px;
        width: 500px;
        height: 30px;
        vertical-align: middle;
        text-align: left;
        display: table-cell;
        color: #e05b02;
    }

.activeNote {
    margin: 0 0 20px 0;
}

    .activeNote span {
        font-size: 14px;
        width: 600px;
        height: 20px;
        vertical-align: middle;
        text-align: left;
        display: table-cell;
    }

.activeLine,
.activeLabel,
.activeControl {
    float: left;
}

.activeLine {
    width: 100%;
    margin: 0 0 5px 0;
}

.activeLabel span {
    width: 120px;
    height: 30px;
    vertical-align: middle;
    text-align: left;
    display: table-cell;
    font-size: 12px;
    font-weight: bold;
}

.activeControl input {
    width: 470px;
    height: 30px;
    border: solid 1px #a5a5a5;
}

.activeControl textarea {
    width: 470px;
    height: 50px;
    border: solid 1px #a5a5a5;
}
/* productContentName*/
.productContentName {
    background: linear-gradient(to bottom, #ea7300 0%, #fbc189 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 27px;
    font-weight: bold;
    width: 350px;
    text-align: center;
    position: absolute;
    left: 60px;
    top: 300px;
    text-transform: uppercase;
    display: none; /*ThoLd6*/
}


/*********************/

* {
    box-sizing: border-box;
}


/* form starting stylings ------------------------------- */
.textboxHolder {
    position: relative;
    margin-bottom: 20px;
}

input {
    padding: 10px 10px 10px 5px;
    display: block;
    width: 368px;
    border: 1px solid #D3D8DE;
    /* border-bottom:1px solid #757575; */
}

    input:focus {
        outline: none;
    }

/* LABEL ======================================= */
#lblUserName, #lblPSD, #lblText {
    color: #999;
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 7px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */
input:focus ~ #lblUserName, input:valid ~ #lblUserName,
input:focus ~ #lblPSD, input:valid ~ #lblPSD, input:focus ~ #lblText, input:valid ~ #lblText {
    top: -20px;
    font-size: 14px;
    color: #000000;
    left: 0;
}

/* BOTTOM BARS ================================= */
.u-bar {
    position: relative;
    display: block;
    width: 308px;
}

.p-bar {
    position: relative;
    display: block;
    width: 308px;
}

    .u-bar:before, .u-bar:after, .p-bar:before, .p-bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #BE1128;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .u-bar:before, .p-bar:before {
        left: 50%;
    }

    .u-bar:after, .p-bar:after {
        right: 50%;
    }

/* active state */
input:focus ~ .u-bar:before, input:focus ~ .u-bar:after,
input:focus ~ .p-bar:before, input:focus ~ .p-bar:after {
    width: 50%;
}

.u-icon, .p-icon {
    width: 25px;
    height: 17px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    margin-right: 5px;
}

input:focus ~ .u-icon, input:valid ~ .u-icon, input:focus ~ .p-icon, input:valid ~ .p-icon {
    top: -20px;
}


#chkRememberP, #chkIsBG {
    width: auto;
}

.line9 {
    text-align: center;
}

.languageContent {
    padding-top: 2%;
}

.label {
    font-weight: normal;
    font-size: 12px;
}

.contentFormLabel {
    width: 145px;
}

.contentFormItem {
    display: inline-flex;
}

.wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
}

/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

    .fadeIn.first {
        -webkit-animation-delay: 0.4s;
        -moz-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .fadeIn.second {
        -webkit-animation-delay: 0.6s;
        -moz-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .fadeIn.third {
        -webkit-animation-delay: 0.8s;
        -moz-animation-delay: 0.8s;
        animation-delay: 0.8s;
    }

    .fadeIn.fourth {
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        animation-delay: 1s;
    }

/* Simple CSS3 Fade-in Animation */
.underlineHover:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #56baed;
    content: "";
    transition: width 0.2s;
}

.underlineHover:hover {
    color: #0d0d0d;
}

    .underlineHover:hover:after {
        width: 100%;
    }

.line10 {
    float: left;
    height: 40px;
    margin: 11px 15px 0 15px;
    padding-top: .07em;
    padding-bottom: .07em;
    padding-left: .07em;
    padding-right: .07em;
}

.searchHeader {
    height: 32px;
    background: #F8F9FA;
    border-radius: 8px;
    padding-left: 40px;
    width: 295px;
    margin-top: 5px;
}

.lineGradient {
    /* min-height:650px; */
    /* background: linear-gradient( */
    /* 180deg */
    /* , rgba(255, 249, 229, 0.1) 11.39%, #FFF9E5 79.86%); */
}

/* .contentBody { */
/* background: linear-gradient( */
/* 180deg */
/* , rgba(255, 249, 229, 0.1) 11.39%, #FFF9E5 79.86%); */
/* } */

/* .lineGradientHome { */
/* min-height:556px; */
/* } */

.logoContent {
    padding-bottom: 2%;
}

#imgLeftBottom {
    position: absolute;
    width: 316px;
    height: 248px;
    left: 24px;
    bottom: 70px;
}

.contentLogin {
    max-width: 705px;
}

#cboHoSo {
    width: 100px !important;
}

.RadComboBox_Simple #cboSearchFunctionIndex_Input {
    font-size: 1em !important;
    height: 32px !important;
    border-radius: 8px;
    padding-left: 35px;
    background-color: #F8F9FA;
    color: #222222;
}

.txtSearch {
    float: left;
    background: #ffffff;
    border: solid 1px #ffffff;
    width: 200px;
    height: 20px;
    margin: 6px 0 0 0;
}

html .RadComboBox .rcbInput, .RadComboBox_Simple .rcbInput {
    font-family: Open Sans !important;
}

#cboSearchFunctionIndex {
    background: transparent;
    width: 295px;
    width: 295px;
    height: 32px;
    margin: 3pt 0 0 0;
    border: 0px !important;
    position: relative;
    z-index: 7001;
}

    #cboSearchFunctionIndex.RadComboBox_Simple table td.rcbInputCellLeft {
        border: none !important;
        border-radius: 8px;
        box-shadow: none;
        background-color: transparent;
    }

#cboHoSo.RadComboBox_Simple .rcbFocused .rcbReadOnly .rcbInputCell, #cboTop1_ChooseLanguage.RadComboBox_Simple .rcbFocused .rcbReadOnly .rcbInputCell,
#cboHoSo.RadComboBox_Simple .rcbReadOnly .rcbInputCell, #cboTop1_ChooseLanguage.RadComboBox_Simple .rcbReadOnly .rcbInputCell,
#cboSidebar_ChooseLanguage.RadComboBox_Simple .rcbFocused .rcbReadOnly .rcbInputCell, #cboSidebar_ChooseLanguage.RadComboBox_Simple .rcbReadOnly .rcbInputCell {
    color: #222222;
    background-color: #ffffff;
    border-radius: 4px;
    border-top-right-radius: 0;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.03);
    border-right-width: 0 !important;
}

#cboHoSo.RadComboBox_Simple .rcbReadOnly .rcbInput, #cboTop1_ChooseLanguage.RadComboBox_Simple .rcbReadOnly .rcbInput, #cboSidebar_ChooseLanguage.RadComboBox_Simple .rcbReadOnly .rcbInput {
    color: #222222;
    height: 100% !important;
    padding-left: 5px;
}

#cboHoSo.RadComboBox_Simple .rcbArrowCell a, #cboTop1_ChooseLanguage.RadComboBox_Simple .rcbArrowCell a, #cboSidebar_ChooseLanguage.RadComboBox_Simple .rcbArrowCell a {
    background-image: url(../../img/SVG/vectorCbo.svg);
    background-position: 0px 6px;
    cursor: pointer;
}

#cboSearchFunctionIndex.RadComboBox_Simple .rcbArrowCellRight {
    display: none;
}

#cboHoSo table, #cboTop1_ChooseLanguage table, #cboSidebar_ChooseLanguage table {
    border-collapse: separate !important;
}

#cboHoSo td, #cboTop1_ChooseLanguage td, #cboSidebar_ChooseLanguage td {
    border: 1px solid #DFE3E8 !important;
}

#cboHoSo tr:first-child #cboHoSo td:first-child, #cboTop1_ChooseLanguage tr:first-child #cboTop1_ChooseLanguage td:first-child, #cboSidebar_ChooseLanguage tr:first-child #cboSidebar_ChooseLanguage td:first-child {
    border-top-left-radius: 10px !important;
}

#cboHoSo tr:last-child #cboHoSo td:first-child, #cboTop1_ChooseLanguage tr:last-child #cboTop1_ChooseLanguage td:first-child, #cboSidebar_ChooseLanguage tr:last-child #cboSidebar_ChooseLanguage td:first-child {
    border-bottom-left-radius: 10px !important;
}

#cboHoSo.RadComboBox_Simple .rcbReadOnly .rcbInputCellLeft, #cboTop1_ChooseLanguage.RadComboBox_Simple .rcbReadOnly .rcbInputCellLeft, #cboSidebar_ChooseLanguage.RadComboBox_Simple .rcbReadOnly .rcbInputCellLeft {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

#cboHoSo.RadComboBox_Simple .rcbReadOnly .rcbArrowCellRight, #cboTop1_ChooseLanguage.RadComboBox_Simple .rcbReadOnly .rcbArrowCellRight, #cboSidebar_ChooseLanguage.RadComboBox_Simple .rcbReadOnly .rcbArrowCellRight {
    border-left-width: 0 !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.lang-top-header {
    padding-top: 12px !important;
}


#cboTop1_ChooseLanguage.RadComboBox_Simple .rcbReadOnly .rcbInput, #cboSidebar_ChooseLanguage.RadComboBox_Simple .rcbReadOnly .rcbInput {
    padding-left: 25px;
    cursor: pointer;
}

#cboTop1_ChooseLanguage_Input, #cboSidebar_ChooseLanguage_Input {
    background-size: 18px !important;
    background-position: left !important;
}

#cboSidebar_ChooseLanguage table {
    height: 30px;
}


.RadComboBox_Simple #cboEmpTextBoxIndex_Input {
    font-size: 1em !important;
    height: 32px !important;
    border-radius: 8px;
    padding-left: 35px;
    background-color: #F8F9FA;
    color: #222222;
}

#cboEmpTextBoxIndex {
    background: transparent;
    width: 295px;
    width: 295px;
    height: 32px;
    margin: 3pt 0 0 0;
    border: 0px !important;
    position: relative;
    z-index: 7001;
}

    #cboEmpTextBoxIndex.RadComboBox_Simple table td.rcbInputCellLeft {
        border: none !important;
        border-radius: 8px;
        box-shadow: none;
        background-color: transparent;
    }

    #cboEmpTextBoxIndex.RadComboBox_Simple .rcbArrowCellRight {
        display: none;
    }

#cboEmpTextBoxIndex, #cboEmpTextBoxIndex_DropDown, #cboEmpTextBoxIndex_DropDown .rcbScroll {
    width: 100% !important;
}

    #cboEmpTextBoxIndex_DropDown.RadComboBoxDropDown .rcbItem,
    #cboEmpTextBoxIndex_DropDown.RadComboBoxDropDown .rcbHovered,
    #cboEmpTextBoxIndex_DropDown.RadComboBoxDropDown .rcbDisabled {
        padding: 5px 5px 5px 70px !important;
    }

    #cboEmpTextBoxIndex_DropDown.RadComboBoxDropDown .rcbLoading {
        padding: 10px 20px 10px 20px !important;
        color: red;
    }

#cboEmpTextBoxIndex_Arrow {
    display: none !important;
}

#cboEmpTextBoxIndex_DropDown.RadComboBoxDropDown .rcbTemplate {
    padding: 5px 5px 5px 70px !important;
    border: 0 !important;
    border-bottom: 1px solid #cccccc !important;
    *zoom: 1;
}

    #cboEmpTextBoxIndex_DropDown.RadComboBoxDropDown .rcbTemplate:after {
        content: "";
        height: 0;
        clear: both;
        display: block;
    }

    #cboEmpTextBoxIndex_DropDown.RadComboBoxDropDown .rcbTemplate .imageWrap {
        margin: 0 0 0 -60px;
        float: left;
        border-radius: 5px;
        border: 1px solid #ccc;
        height: 70px;
        width: 52px;
        overflow: hidden;
        background: #ffffff;
    }

        #cboEmpTextBoxIndex_DropDown.RadComboBoxDropDown .rcbTemplate .imageWrap img {
            height: 70px;
            background-position: center;
            float: left;
        }

    #cboEmpTextBoxIndex_DropDown.RadComboBoxDropDown .rcbTemplate .personDetails {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block;
    }

        #cboEmpTextBoxIndex_DropDown.RadComboBoxDropDown .rcbTemplate .personDetails .EmpTextBoxEmpName {
            font-weight: bold;
            color: #0033CC;
        }

        #cboEmpTextBoxIndex_DropDown.RadComboBoxDropDown .rcbTemplate .personDetails .EmpTextStatus {
            font-weight: bold;
            color: #ff0000 !important;
        }

        #cboEmpTextBoxIndex_DropDown.RadComboBoxDropDown .rcbTemplate .personDetails .EmpTextBoxEmpCode {
            font-size: small;
        }

        #cboEmpTextBoxIndex_DropDown.RadComboBoxDropDown .rcbTemplate .personDetails .EmpTextBoxJobTitleName {
            font-size: small;
        }

        #cboEmpTextBoxIndex_DropDown.RadComboBoxDropDown .rcbTemplate .personDetails .EmpTextBoxEmpOrgName {
            font-size: small;
            font-weight: bold;
        }

        #cboEmpTextBoxIndex_DropDown.RadComboBoxDropDown .rcbTemplate .personDetails .EmpTextBoxEmail {
            font-size: small;
        }

        #cboEmpTextBoxIndex_DropDown.RadComboBoxDropDown .rcbTemplate .personDetails .EmpTextBoxAccount {
            font-size: small;
        }

#cboEmpTextBoxIndex_DropDown.RadComboBoxDropDown .RadComboBoxDropDown li {
    margin-top: 2px;
}

#c_index_logincaptcha_CaptchaDiv{
	display: inline-block;
}