﻿body {
    background: #f5f5f5;
    line-height: 1.5 !important;
    font-family: Helvetica,sans-serif !important;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    font-size: 15px;
}

    body.modal-open {
        margin-right: 0;
    }

.modal {
    overflow-y: hidden;
}

div.login {
    position: absolute;
    right: 7px;
    top: 0px;
    float: right;
    /*background-color: white;width: 199px;*/
    text-align: right;
    height: 38px;
    padding-top: 8px;
}

div.login-mobile {
    position: absolute;
    right: 6px;
    top: 0px;
    width: 38px;
    height: 38px;
    background-color: white;
    border-left: 1px solid #eceff2;
}

.login-mobile .btnlogin {
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit;
}

div.login a {
    color: #000;
}

.btnlogin {
    cursor: pointer;
    text-decoration: none !important;
}

div.info {
    position: absolute;
    right: 55px;
    top: 0px;
    border: none;
    width: 30px;
    height: 38px;
    /*border-left: 1px solid #eceff2;*/
    display:none;
}

div.flag {
    position: absolute;
    right: 87px;
    top: 7px;
    display: none;
}
div.zoom {
    position: absolute;
    right: 85px;
    top: 5px;
    display: none;
}
div.zoomNotLogin {
    position: absolute;
    right: 48px;
    top: 4px;
    display: none;
}
div.zoomNotLoginVi {
    position: absolute;
    right: 84px;
    top: 4px;
    display: none;
}
div.zoom a, div.zoomNotLogin a, div.zoomNotLoginVi a{
    cursor: pointer;
    color: #000;
}
div.themeDark {
    position: fixed;
    top: 590px;
    left: 19px;
    display:none;
}
    div.info span:hover {
        color: black;
    }
div.HuongDan {
    position: absolute;
    right: 7px;
    top: 9px;
    display: none;
}
    div.HuongDan a {
        cursor: pointer;
        text-decoration: none;
        color: #4c525e;
    }
#btnAccountInfo {
    cursor: pointer;
    width: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 9px 0 0 7px;
    display: inline-block;
    text-decoration: none;
    color: #4c525e;
}

#login-info-popup {
    top: 39px;
    width: 160px;
    position: absolute;
    background-color: #efefef;
    padding: 5px;
    z-index: 9;
    display: none;
    right: -1px;
    border: 1px solid #9a9797;
    border-radius: 10px;
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child, ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

ul, ol {
    padding: 0;
    margin: 0
}

#login-info-popup > ul > li {
    padding-left: 0;
    list-style: none
}

    #login-info-popup > ul > li > a {
        text-decoration: none;
        color: #757272;
        margin-left: 5px;
    }

        #login-info-popup > ul > li > a:hover {
            color: #3bb3e4;
        }

        #login-info-popup > ul > li > a > i {
            width: 16px
        }

.modal-content {
    width: inherit;
    max-width: inherit;
    height: inherit;
    margin: 0 auto;
    pointer-events: all;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none
}

.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.close-popup-icon-x {
    color: #888 !important;
    text-decoration: none;
    cursor: pointer;
    padding: 0 7px;
    position: absolute;
    top: 7px;
    right: 9px;
    border: solid 1px #ccc;
    border-radius: 16px;
}

.divtitleLogin {
    font-size: 20px;
    background: #faebd7;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.title-vietstock-color-red {
    color: #ec2028;
}

.title-vietstock-color-blue {
    color: #1e5caa;
}

@media(max-width: 767px) {
    #content-login-form-button {
        display: flex
    }
}

.error-message {
    color: red;
}

#reset-form {
    z-index: 1100 !important;
}

@media screen and (min-width: 768px) {
    #content-login-form {
        display: flex;
    }
}

@media screen and (min-width: 320px) and (max-width: 720px) {
    .modal {
        padding-right: 0 !important;
    }

    .info {
        background-color: white;
        width: 36px !important;
        padding-left: 3px;
    }

    #btnAccountInfo {
        width: 15px;
    }
}

@media screen and (max-width: 320px) {
    #g-recaptchaPass, #g-recaptchaPass iframe, #g-recaptchaReg, #g-recaptchaReg iframe {
        width: 278px !important;
    }
}
