html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    flex-shrink: 0;
    background-color: currentColor;
    -webkit-mask: url('../images/Logo.svg');
    mask: url('../images/Logo.svg');
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 180px;
    height: 24px;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}
.header {
    min-width: auto;
    font-family: 'OpenSansCondensedBold', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
    width: 100%;
    height: 60px;
    border-bottom: 2px solid #f3f3f3;
}

.header-container {
    position: relative;
    z-index: 2;
    height: 100%;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
}

.header .logo {
    font-size: 20px;
    text-decoration: none;
    float: left;
    margin: 15px 19px 10px;
    color: #903ca5;
    background: url('../images/itf.png') no-repeat;
}

    .header .logo .dx {
        color: #404040;
        margin-left: 32px;
    }

header.header .header-buttons {
    float: right;
    margin-right: 25px;
}

.header .header-buttons a {
    display: inline-block;
    height: 34px;
    margin: 13px 0;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: top;
    cursor: pointer;
    text-decoration: none;
    border-right: 1px solid #d0d6db;
    color: #505050;
    background-position: 5px center;
}

    .header .header-buttons a:hover {
        color: #903ca5;
    }

    .header .header-buttons a:last-child {
        border-right: none;
    }

    .header .header-buttons a .menu-text {
        display: inline-block;
        font-size: 11px;
        padding-left: 33px;
        padding-right: 5px;
        margin-top: 10px;
    }

    .header .header-buttons a:last-child .menu-text {
        padding-right: 0;
    }

    .header .header-buttons a.dangnhap {
        background-image: url('../images/dangnhap.png');
    }

        .header .header-buttons a.dangnhap:hover {
            background-image: url('../images/dangnhap.png');
        }

    .header .header-buttons a.dangky {
        background-image: url('../images/dangky.png');
    }

        .header .header-buttons a.dangky:hover {
            background-image: url('../images/dangky.png');
        }

.footer {
    height: 40px;
    padding-top: 5px;
    border-top: solid 1px #e3e7ea;
    font-size: 13px;
    background-color: #f0f1f2;
    color: #606060;
    clear: both;
    position: relative;
    z-index: 1;
}

    .footer .logo {
        float: left;
        background: url(../images/tm48.png) no-repeat 60px 5px;
        width: 160px;
        height: 58px;
    }

    .footer .notice {
        float: left;
    }

        .footer .notice .links {
            margin-top: 14px;
        }

    .footer a {
        text-decoration: none;
        color: #949495;
    }

        .footer a:hover {
            text-decoration: underline;
        }

    .header .header-container,
    .body,
    .footer .footer-container {
        max-width: 1940px;
        margin: 0 auto;
    }

.mainheader {
    min-width: auto;
    font-family: 'OpenSansCondensedBold', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
    width: 100%;
    height: 60px;
    border-bottom: 2px solid #f3f3f3;
    position: fixed;
    z-index: 1000;
    display: block;
    background-color: white;
    top: 0px;
    overflow: hidden;
}

.mainheader-container {
    position: relative;
    z-index: 1000;
    height: 100%;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
}

.mainheader .logo {
    font-size: 24px;
    text-decoration: none;
    height:52px;
    float: left;
    margin: 1px 25px 1px 5px;
    color: #903ca5;
    background: url('../images/itf.png') no-repeat;
}

.mainheader .dx {
    display: inline-block;
    color: #404040;
    margin: 10px 0px 1px 54px;
    height: 52px;
}

.mainheader .mainheader-buttons {
    font-family: 'OpenSansCondensedBold', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
    font-size: large 13px;
    float: right;
    margin-right: 25px;
}

    .mainheader .mainheader-buttons a {
        display: inline-block;
        height: 34px;
        margin: 13px 0;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: top;
        cursor: pointer;
        text-decoration: none;
        border-right: 1px solid #d0d6db;
        color: #505050;
        background-position: 5px center;
    }

        .mainheader .mainheader-buttons a:hover {
            color: #903ca5;
            font-weight: 700;
        }

        .mainheader .mainheader-buttons a:last-child {
            border-right: none;
        }

        .mainheader .mainheader-buttons a .menu-text {
            display: inline-block;
            font-size: 13px;
            padding-left: 38px;
            padding-right: 5px;
            margin-top: 10px;
        }

        .mainheader .mainheader-buttons a:last-child .menu-text {
            padding-right: 0;
        }

        .mainheader .mainheader-buttons a.dangnhap {
            /*background-image: url('../images/dangnhap.png');*/
        }

            .mainheader .mainheader-buttons a.dangnhap:hover {
                /* background-image: url('../images/dangnhap.png');*/
            }

        .mainheader .mainheader-buttons a.dangky {
            /* background-image: url('../images/dangky.png');
            */
        }

            .mainheader .mainheader-buttons a.dangky:hover {
                /* background-image: url('../images/dangky.png');
                */
            }

.mainbody {
    overflow-y: scroll;
    position: relative;
    padding: 65px 10px 10px 10px;
    padding-right: -17px; /* Increase/decrease this value for cross-browser compatibility */
}
.w95 {
    width: 95% !important;
}


