﻿
/*-------------- Marketing eSign --------------*/
#esign-large #btn-experience {
    height: 55px;
    width: 205px;
    position: absolute;
    bottom: 22%;
    left: 3%;
    background-image: url(../img/AdvertisementEsign/advisory_big.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

    #esign-large #btn-experience:hover {
        cursor: pointer;
    }

#esign-large #btn-phone-contact {
    height: 55px;
    width: 205px;
    position: absolute;
    bottom: 6%;
    left: 4%;
    background-image: url(../img/AdvertisementEsign/phone_big.png);
    background-size: 100%;
}

#esign-small #btn-experience {
    height: 48px;
    width: 155px;
    position: absolute;
    bottom: 25px;
    right: 1%;
    background-image: url('../img/AdvertisementEsign/advisory_small.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

    #esign-small #btn-experience:hover {
        cursor: pointer;
    }

#esign-small #btn-phone-contact {
    height: 48px;
    width: 155px;
    position: absolute;
    bottom: 25px;
    left: 3%;
    background-image: url(../img/AdvertisementEsign/phone_small.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

#esign-large {
    height: 336px;
    width: 552px;
    border: 5px solid #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0px 0px 9px #cecece;
}

#esign-small {
    height: 200px;
    right: 1%;
    bottom: -2%;
    width: 313px;
}

.esign-toast {
    min-width: 250px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 8px;
    position: absolute;
    z-index: 100000;
    border-radius: 3px;
    animation: fadein 0.5s;
}

    .esign-toast.success {
        background-color: green;
    }

    .esign-toast.error {
        background-color: red;
    }

/*small toast*/
#esign-small .know-more {
    position: absolute;
    bottom: 5px;
    left: 10px;
    color: #f5f5f5;
    text-decoration: underline;
}

    #esign-small .know-more:hover {
        color: #f5f5f5;
    }
/*Large toast*/
#esign-large .know-more {
    height: 30px;
    width: 156px;
    position: absolute;
    bottom: 20px;
    right: 19%;
    background: #2680eb;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    border-radius: 15px;
}

    #esign-large .know-more:hover {
        background-color: #2b5ce6;
    }

#esign-small .close-toast {
    position: absolute;
    right: 2px;
    top: 23px;
    width: 20px;
    height: 20px;
    text-align: center;
}

#payment-bar .close-toast {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 16px;
    height: 16px;
    text-align: center;
    color: #fff;
    background-image: url(../img/close.png);
    background-position: center;
}

.esign-toast .close-toast:hover {
    cursor: pointer;
}

#esign-large .icon-close-dl {
    position: absolute;
    right: -13px;
    top: -11px;
    width: 27px;
    height: 27px;
    text-align: center;
    color: #fff;
    background-color: #fff !important;
    border-radius: 50%;
    border: 1px solid #4b8dfa;
}

/*Loại thông điệp quảng cáo eSign size nhỏ*/
.msg-type-s1 {
    background: url('../img/AdvertisementEsign/300x150_1.png') no-repeat center;
    background-size: 100%;
}

.msg-type-s2 {
    background: url('../img/AdvertisementEsign/300x150_2.png') no-repeat center;
    background-size: 100%;
}

.msg-type-s3 {
    background: url('../img/AdvertisementEsign/300x150_3.png') no-repeat center;
    background-size: 100%;
}

.msg-type-s4 {
    background: url('../img/AdvertisementEsign/300x150_4.png') no-repeat center;
    background-size: 100%;
}
/*Loại thông điệp quảng cáo eSign size lớn*/
.msg-type-l1 {
    background: url('../img/AdvertisementEsign/500x300.png') no-repeat center;
    background-size: 100%;
}

.msg-type-l2 {
    background: url('../img/2@2x.png') no-repeat center;
    background-size: 100%;
}

.msg-type-l3 {
    background: url('../img/3@2x.png') no-repeat center;
    background-size: 100%;
}

.msg-type-l4 {
    background: url('../img/4@2x.png') no-repeat center;
    background-size: 100%;
}
/* -------------- End marketing eSign -------------*/


/* -------------- Marketing SME ------------------*/
.sme-type-l1 {
    background: url('../img/AdvertisementEsign/thong-diep-to.png') no-repeat center;
    background-size: 100%;
}

.sme-type-s1 {
    background: url('../img/AdvertisementEsign/thong-diep-nho.png') no-repeat center;
    background-size: 100%;
}

#esign-large #btn-use-free {
    height: 38px;
    width: 160px;
    position: absolute;
    bottom: 7%;
    left: 5%;
    background-size: 100%;
}

#esign-small #btn-use-free {
    height: 20px;
    width: 92px;
    position: absolute;
    bottom: 30px;
    right: 6%;
}
#btn-use-free-inbot {
    height: 40px;
    width: 92px;
    position: absolute;
    bottom: 25px;
    right: 8px;
}
/* -------------- End marketing SME --------------*/
/*--------Cảnh báo khi chưa hoàn thành các bước bắt đầu sủ dụng------------*/
#getting-started-noti, #warring-password-noti, #warring-have-account-misaid-noti {
    background-color: white;
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 8px;
    position: fixed;
    z-index: 99;
    right: 2px;
    top: 47px;
    border-radius: 6px;
    width: 327px;
    box-shadow: 1px 4px 16px lightgrey;
    transition: all .3s ease-out;
}

#getting-started-noti {
    padding: 24px 14px 12px 14px;
}

#getting-started-noti .btn-continue-setup {
    margin: 12px;
}
#getting-started-noti.show, #warring-password-noti.show, #warring-have-account-misaid-noti.show {
    visibility: visible;
    animation: fadeinopacity 1s;
}

    #getting-started-noti .warning-content, .warning-content, #warring-have-account-misaid-noti .warning-content {
        margin: 0 0 14px 12px;
        float: left;
        color: black;
        text-align: left;
    }

#getting-started-noti.hide, #warring-password-noti.hide, #warring-have-account-misaid-noti.hide {
    visibility: hidden;
    animation: fadeoutopacity 0.5s;
}

#getting-started-noti.success, #warring-password-noti.success, #warring-have-account-misaid-noti.success {
    background-color: green;
}

#getting-started-noti.error, #warring-password-noti.error, #warring-have-account-misaid-noti.error {
    background-color: red;
}

#getting-started-noti .close-noti, #warring-password-noti .close-noti, #warring-have-account-misaid-noti .close-noti {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    background: url(../img/ic_close_18px.png) no-repeat center center;
}

    #getting-started-noti .icon-warnning, #warring-password-noti .icon-warnning, #warring-have-account-misaid-noti .icon-warnning {
        background: url('../img/ic warnning 40.svg') no-repeat center center;
        background-size: 40px;
        height: 38px;
        width: 64px;
        float: left;
    }

#getting-started-noti .warning-content, .warning-content, #warring-have-account-misaid-noti .warning-content {
    margin: 0 0 10px 12px;
    float: left;
    color: black;
    text-align: left;
}

#warring-password-noti .btn-continue-setup {
    bottom: 41px;
}

#warring-have-account-misaid-noti .btn-yes-me {
    bottom: 39px;
}

#warring-have-account-misaid-noti .btn-not-me {
    bottom: 40px;
}

#warring-password-noti .btn-cancel-update-pass, #warring-have-account-misaid-noti .btn-cancel-update-pass {
    margin: 4px 0 0;
    border: none;
    color: #0095CC;
    height: 30px;
}

    #warring-password-noti .btn-cancel-update-pass:hover, #warring-have-account-misaid-noti .btn-cancel-update-pass:hover {
        cursor: pointer;
        background-color: white;
        text-decoration: underline;
    }

    #warring-password-noti .btn-cancel-update-pass:active, #warring-have-account-misaid-noti .btn-cancel-update-pass:active {
        cursor: pointer;
        background-color: white;
        box-shadow: none;
    }
#warring-have-account-misaid-noti .icon-warnning {
    margin: 5px 0;
    background: url(../img/Dialog_Quest.png) no-repeat center;
    background-size: 100%;
    height: 34px;
    width: 34px;
    float: left;
}

    .warning-content b {
        word-break: break-word;
    }

#warring-password-noti .mess-warring-password {
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
}

#getting-started-noti .warnning-step {
    margin-left: 48px;
    clear: both;
    text-align: left;
    color: #F95865;
}
/*---------End cảnh báo chưa hoàn thành các bước bắt đầu sử dụng--------*/

/*-------------- Cảnh báo chưa hoàn thành hồ sơ điện tử ----------------*/
#notification-update-company-profile {
    width: 500px;
    border: 1px solid #c1c1c1;
    border-radius: 8px;
    box-shadow: 2px 3px 5px 2px #ddd;
    height: 245px;
    display: flex;
    position: absolute;
    top: 50px;
    right: 8px;
    z-index: 100;
    background-color: white;
}

    #notification-update-company-profile .st-icon {
        width: 260px;
    }

    #notification-update-company-profile .r-block {
        margin: 23px 12px 0 12px;
    }

        #notification-update-company-profile .r-block .st-titledl {
            font-weight: bold;
            font-size: 15px;
            padding: 0 0 8px 0;
        }

        #notification-update-company-profile .r-block .st-loaded-text {
        }

        #notification-update-company-profile .r-block .st-icon-load {
            line-height: 32px;
        }

        #notification-update-company-profile .r-block .r-btn {
            margin: 20px 0 0 18px;
        }

            #notification-update-company-profile .r-block .r-btn .r-btn-general {
                border-radius: 18px!important;
            }

            #notification-update-company-profile .r-block .r-btn .st-btn-close {
                margin: 0 20px 0 0;
                width: 100px;
                border: none;
            }

            #notification-update-company-profile .r-block .r-btn .st-btn-continue {
                width: 150px;
            }

    #notification-update-company-profile .scroll-percent {
        line-height: 40px;
    }
/*----------End cảnh báo chưa hoàn thành hồ sơ điện tử-----------*/

/**---------- show quy định sử dụng hóa đơn điện tử -------------*/
#notification-rule {
    width: 500px;
    border: 1px solid #c1c1c1;
    border-radius: 8px;
    box-shadow: 2px 3px 5px 2px #ddd;
    height: 218px;
    position: absolute;
    top: 47px;
    right: 8px;
    z-index: 98;
    background-color: white;
    padding: 10px;
}

    #notification-rule .st-icon {
        width: 380px;
    }

        #notification-rule .r-block .st-titledl {
            font-weight: bold;
            font-size: 15px;
            padding: 0 0 8px 0;
        }

            #notification-rule .r-block .r-btn .r-btn-general {
                border-radius: 18px!important;
            }

            #notification-rule .r-block .r-btn .st-btn-close {
                margin: 0 20px 0 0;
                width: 100px;
                border: none;
            }

    #notification-rule .scroll-percent {
        line-height: 40px;
    }

    #notification-rule .icon-funfact {
        background: url('../img/Group 20281.png') no-repeat center;
        background-size: 116px;
        background-position: 25px 28px;
        margin-right: 15px;
    }
/*----------End show quy định sử dụng hđ điện tử------------*/

/*------------Show cảnh báo các nhận thông tin Email, SĐT-------------*/
.notification-update-account {
    height: 180px;
    width: 500px;
    position: absolute;
    right: 10px;
    background-color: #ffffff;
    top: 48px;
    font-size: 14px;
    border: 1px solid lightgrey;
    z-index: 1000;
    box-shadow: 2px 2px 10px #c0c0c0;
}

.notification-update-service-agreement {
    height: 180px;
    width: 450px;
    position: absolute;
    right: 10px;
    background-color: #ffffff;
    top: 74px;
    font-size: 14px;
    border: 1px solid lightgrey;
    z-index: 1000;
    box-shadow: 2px 2px 10px #c0c0c0;
}

    .notification-update-account .info, .notification-update-service-agreement .info {
        height: 70%;
        width: 100%;
    }

    .notification-update-account .btn-active, .notification-update-service-agreement .btn-active {
        height: 30%;
        width: 100%;
        background-color: #f0f0f0;
    }

    .notification-update-account .info .m-col, .notification-update-service-agreement .info .m-col {
        width: 35%;
        height: 100%;
    }

    .notification-update-account .info .mess, .notification-update-service-agreement .info .mess {
        width: 90%;
        height: 100%;
        padding-left: 0px !important;
        font-size: 15px;
        padding-top: 8px;
    }

    .notification-update-account .btn-active .item1, .notification-update-service-agreement .btn-active .item1 {
        height: 100%;
        width: 50%;
        padding: 10px;
    }

    .notification-update-account .btn-active .item2, .notification-update-service-agreement .btn-active .item2 {
        height: 100%;
        width: 50%;
        padding-top: 3px;
    }

        .notification-update-account .btn-active .item2 input, .notification-update-service-agreement .btn-active .item2 input {
            padding: 0px 55px;
            border-radius: 4px;
        }

        .notification-update-account .btn-active .item2 a, .notification-update-service-agreement .btn-active .item2 a {
            text-decoration: none;
        }

    .notification-update-account .backgroup, .notification-update-service-agreement .backgroup {
        width: 100px;
        height: 70px !important;
    }

    .notification-update-account .btn-hide, .notification-update-service-agreement .btn-hide {
        padding-top: 0px !important;
    }

    .notification-update-account .btn-active .item1 a, .notification-update-service-agreement .btn-active .item1 a {
        text-decoration: none;
    }

/*------------End show cảnh báo các nhận thông tin Email, SĐT-------------*/