﻿:root {
    /*--blue-butten: #3363AF;*/ /*xanh butten*/
    /*--blur-blue-butten: rgb(51 99 175 / 0.50);*/ /*xanh butten*/
    /*--blur-blue-butten2: rgb(51 99 175 / 0.30);*/ /*xanh butten*/
    --blue: #197ffa !important;
    --blue-butten: #007FFF;
    --blur-blue-butten: rgb(0 127 255 / 0.50);
    --blur-blue-butten2: rgb(0 127 255 / 0.30);
    --blur-blue-butten3: rgb(0 127 255 / 0.20);
    --gray: #6D6E71; /*text xám*/
    --blur-gray: rgb(109 110 113 / 0.25); /*text xám*/
    --blur-gray-45: rgb(109 110 113 / 0.45); /*text xám*/
    --blur-gray-65: rgb(109 110 113 / 0.65); /*text xám*/
    --orange: #F7691F; /*text cam */
    --orange-red: #eb6035 !important; /*text cam */
    --black: #414042; /*text đen*/
    --border: 1px solid var(--blur-gray);
    --green: #1d680c !important;
    --background-gray: #f5f5f5;
    /*--font: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
    --font: Helvetica, Arial, sans-serif;
    --red: #eb3535 !important;
}

.tab-menu-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: var(--gray);
    font-size: 2.5vw;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px 3px;
    /*box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;*/
    border-top-left-radius: 3vw;
    border-top-right-radius: 3vw;
    background-color: #fff;
    padding: 3vw 0;
}

    .tab-menu-footer img {
        object-fit: contain;
        height: 3.5vh;
        margin-bottom: 0.5vh;
    }

.divThongbao {
    font-style: italic;
    font-size: 3.2vw;
    text-align: center;
    padding: 8vw 4vw;
    color: var(--red);
    font-weight: 400;
    letter-spacing: -0.22vw;
    padding-bottom: 300px;
}

    .divThongbao a {
        color: var(--blue);
        text-decoration: underline;
    }

.blink_me {
    animation: blinker 1.2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.tbl-y {
    display: block;
    height: 500px;
    overflow-y: scroll;
    width: 100%;
}

.divShowCif {
    display: none;
}

.txtMobileMess {
    width: 100%;
    text-align: left;
    border: 0;
    font-size: 13px;
    font-weight: bold;
    color: var(--orange);
    margin: 8px 0;
    display: none;
}

.rulemusthave{
    color: var(--orange);    
}

.table-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .table-wrapper > div {
        width: 100%;
        height: 100%;
        overflow-x: auto;
        box-sizing: content-box;
        min-height: 300px;
    }

        .table-wrapper div div#gridData_body_paggingtable {
            width: 100%;
            display: inline-block;
        }

.tab {
    overflow: hidden;
    background-color: #f1f1f1;
}
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 13px;
    }
        .tab button:hover {
            background-color: var(--blur-gray-45);
        }
        .tab button.active {
            background-color: var(--blur-gray);
        }

::-webkit-scrollbar {
    width: 0.3vw;
    height: 0.5vw;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--blur-gray);
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: var(--blur-gray-45);
    }

::placeholder {
    color: var(--blur-gray-45);
    opacity: 1; /* Firefox */
    font-size: 1vw;
    font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--blur-gray-45);
    font-size: 1vw;
    font-style: italic;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--blur-gray-45);
    font-size: 1vw;
    font-style: italic;
}

.disabled-input {
    pointer-events: none;
    color: var(--gray) !important;
    background-color: var(--blur-gray) !important;
    border: 0;
}

    .disabled-input div.vscomp-toggle-button {
        color: var(--gray) !important;
        background-color: var(--blur-gray) !important;
    }



.disable-click {
    pointer-events: none;
    color: var(--gray) !important;
}

    .disable-click > * {
        pointer-events: none;
        color: var(--gray) !important;
    }

.pagetitle {
    text-align: center;
    font-size: 25px;
    white-space: nowrap;
    font-weight: bold;
    margin: 30px 0;
}

.inputfile {
    display: flex;
    border: var(--border);
    margin: 5px 0;
}

    .inputfile > div:last-child {
        flex: 1;
    }

    .inputfile input[type=text] {
        border: 0;
        padding: 0 20px;
        height: 100%;
        box-sizing: border-box;
        /*pointer-events: none;*/
        color: var(--gray);
        text-align: left;
        font-size: 1vw;
    }

    .inputfile input[type=file] {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }

    .inputfile label {
        font-weight: 700;
        display: inline-block;
        cursor: pointer;
        padding: 8px;
    }

    .inputfile input[type=file]:focus + label,
    input[type=file] + label:hover {
        background-color: var(--blur-gray);
    }

*
/*.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .inputfile + label {
        font-weight: 700;
        display: inline-block;
        cursor: pointer;*/
/*margin: 10px;*/
/*border: 1px solid var(--blur-gray);
        padding: 10px;
    }

        .inputfile:focus + label,
        .inputfile + label:hover {
            background-color: var(--blur-gray);
        }*/
.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .flex > div {
        flex: 1;
    }

.white {
    background-color: #fff;
    border: 1px solid var(--blur-gray);
    padding: 15px;
    height: 100%;
    box-sizing: border-box;
}

    .swal2-popup {
        max-width: 95% !important;
    }

.swal2-title {
    font-size: 1.2vw !important;
}

.vscomp-ele {
    max-width: 100%;
    min-width: 0% !important;
    /*font-weight: normal !important;*/
}

.dataTables_filter {
    float: right;
    width: 40%;
}

.dt-buttons {
    display: flex;
    float: left;
    width: 30%;
}

    .dt-buttons button:not(:first-child) {
        margin-left: 10px;
    }

.title {
    text-align: left;
    color: var(--gray);
    font-size: 11px;
}

.title-bold {
    font-weight: bold;
    font-size: 3.5vw;
    padding-bottom: 2vw;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    justify-content: space-around;
    padding: 10px;
    text-align: center;
    box-shadow: 3px 0px 5px 1px var(--blur-gray);
    border-color: var(--blur-gray);
    background-color: #fff;
}

html, body {
    letter-spacing: 1px;
    word-spacing: 1px;
    color: var(--black);
    font-size: 16px;
    margin: 10px 0;
    font-family: var(--font);
    font-weight: 400;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    /*font-family: 'Open Sans', sans-serif;*/
    /*font-weight: 300;*/ /*font-family: "HelveticaNeue-Light", "Helvet ica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
}

a {
    text-decoration: none;
}

table {
    border-radius: 0px;
    box-sizing: border-box;
    border-style: var(--border);
    font-size: 12px;
}

    table thead {
        background-color: var(--blur-blue-butten);
        font-size: 0.9vw;
        color: var(--gray) !important;
    }

    table .clickfilter > i {
        color: var(--blue-butten) !important;
    }

    table > * {
        background-color: var(--blur-gray);
        color: var(--blue-butten);
    }
    table tbody {
        min-height: 65vh;
    }

a.blue-hover:hover {
    color: var(--blue-butten);
}

button[type=button]:not(button.buttonpage) {
    background-color: var(--blue-butten);
    color: #fff;
    font-weight: 500;
    text-align: center;
    width: 100%;
    margin: 10px 0;
    border: 0px;
    padding: 10px 15px;
    white-space: nowrap;
    border-radius: 35px;
    letter-spacing: 1px;
    word-spacing: 1px;
    font-size: 14px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.buttonpage {
    background-color: transparent;
    color: var(--gray);
    border-radius: 0;
    border: 1px solid #ddd;
    height: 36px;
    padding: 0 8px;
}

    .buttonpage:hover {
        color: var(--blue-butten);
        border: 1px solid var(--blue-butten);
    }
    .buttonpage i{
        margin: 0 3px;
    }

    a[role=button] {
        font-weight: 500;
        text-align: center;
        width: 100%;
        margin: 0 1px;
        border: 0px;
        padding: 3px 10px;
        border-radius: 35px;
        letter-spacing: 1px;
        word-spacing: 1px;
        font-size: 14px;
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    }

button.swal2-close {
    z-index: 2;
    align-items: center;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: -1.2em;
    padding: 0;
    overflow: hidden;
    transition: color .1s,box-shadow .1s;
    border: none;
    border-radius: 5px;
    background: 0 0;
    color: #ccc;
    font-family: monospace;
    font-size: 2.5em;
    cursor: pointer;
    justify-self: end;
}

    button.swal2-close:hover {
        color: var(--blue-butten);
    }

input {
    color: var(--black);
    border: 0px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 0;
    border-bottom: var(--border);
    background-color: transparent;
}

    input:not(input[type=checkbox]) {
        height: 30px;
    }

.input {
    color: var(--black);
    border: 0px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    border-bottom: var(--border);
    background-color: transparent;
}

    .input > * {
        border: 0;
    }

    .input > button {
        padding: 10px;
        background-color: transparent;
        cursor: pointer;
    }

    input:focus {
        outline: none;
    }

a {
    color: var(--black);
}

    a.active-orange, a.active-orange:hover, a.active-orange:active, a.active-orange > * {
        color: var(--orange) !important;
        border-width: 2px !important;
        border-color: var(--blue-butten) !important;
        font-weight: bold !important;
    }

    a.active-blue, a.active-blue:hover, a.active-blue:active, a.active-blue > * {
        color: var(--blue-butten) !important;
        border-width: 2px !important;
        border-color: var(--blue-butten) !important;
        font-weight: bold !important;
    }

    button[type=button]:hover, a:hover {
        cursor: pointer;
    }

.graylettersmall {
    font-size: 10px;
    color: var(--gray);
    letter-spacing: 2px;
    text-align: center;
}

#div-header .graylettersmall {
    display: block;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

html,
body {
    height: 100%;
    margin: 0;
    background-color: var(--background-gray);
    /*background-color: rgb(200 200 200 / 0.25);*/
}

#div-header {
    text-align: left;
    display: none;
    padding: 2vh 2vw;
    justify-content: space-between;
}

    #div-header #logo-vinati-div {
        width: 34%;
        position: unset;
        border: 0;
    }

        #div-header #logo-vinati-div a {
            display: inline-block;
        }

        #div-header #logo-vinati-div img {
            width: 100%;
        }

    #div-header .graylettersmall {
        flex: 1;
        text-align: right;
    }


.container {
    display: flex;
    scroll-behavior: smooth;
    width: 100vw;
    height: 100%;
}

    .container .menu {
        display: none;
    }

    .container .menu-dropdown.flex > *:last-child {
        text-align: right;
        flex: 1;
        padding-right: 1.5vw;
    }

    .container .menu-dropdown:hover > * {
        color: var(--orange);
        cursor: pointer;
    }

        .container .menu.sub-menu {
            padding-left: 1vw;
        }

    .container .menu.sub-menu-hide {
        display: none !important;
    }

    .container #div-menu {
        padding: 20px 0;
        background-color: #fff;
        border-right: var(--border);
    }


    .container > div#div-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        margin: 0 10px;
        width: 100%;
        max-width: calc(100vw - 20px);
        background-color: transparent;
    }

    .container .divMenu div#btnMenu {
        text-align: center;
    }

    .container .divMenu button#btnMenu {
        width: auto;
        min-width: 50px;
        min-height: 50px;
        font-size: 25px;
    }

    .container .divMenu button#btnMenu:hover {
        background-color: var(--orange);
    }

    .container .divMenu {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        font-size: 1.1vw;
        height: 100%;
        max-width: 15vw;
    }

    .container #divMenu {
        /*min-width: 15vw;*/
        display: flex;
    }

        .container #divMenu div a i {
            min-width: 25px;
        }

    .container .divMenu div {
        margin: 0 5px;
    }

        .container .divMenu div > * {
            white-space: nowrap;
            color: var(--blue-butten);
        }

            .container .divMenu div > *:hover {
                color: var(--orange);
            }

            .container .divMenu div a i {
                padding: 0 8px;
            }

    .container #divMenuMini {
        text-align: center;
        display: none;
    }

    .container #divMenuMini #logo-vinati img {
        width: 2.8vw;
    }

    .container #divMenu #logo-vinati img {
        width: 70%;
        padding: 0 5px;
    }

    .container .divMenu button {
        width: 2.8vw;
        height: 2.8vw;
        line-height: 2.8vw;
        padding: 0 !important;
        margin: 0 !important;
    }

        .container .divMenu button i {
            padding: 0;
        }

    .container main {
        flex: 1;
        width: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .container #div-information {
        display: flex;
        justify-content: space-between;
        padding: 5px 0;
        align-items: center;
    }

        .container #div-information div {
            display: flex;
        }

            .container #div-information div div:not(:first-child) {
                margin-left: 10px;
            }

        .container #div-information a:hover {
            color: var(--orange);
        }