﻿th {
    vertical-align: middle !important
}

thead {
    height: 30px;
}

.Error-popup, .chat-popup {
    display: none;
    z-index: 1111;
    position: fixed;
    bottom: 22px;
    right: 16px;
    z-index: 11111111;
}

hr {
    margin-top: 2px;
    margin-bottom: 2px;
    border: 0;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.btn_blink {
    background-color: #1c87c9;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    border: none;
    color: #eeeeee;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 20px;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
}

@keyframes glowing_card {
    0% {
        background-color: #2ba805;
        box-shadow: 0 0 5px #2ba805;
    }

    50% {
        background-color: #49e819;
        box-shadow: 0 0 20px #49e819;
    }

    100% {
        background-color: #2ba805;
        box-shadow: 0 0 5px #2ba805;
    }
}

.btn_blink {
    animation: glowing_card 1300ms infinite;
}


.aabutton {
    background-color: #ff9f00;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    /*display: inline-block;
    font-family: Arial;
    font-size: 16px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;*/
}

@-webkit-keyframes glowing {
    0% {
        background-color: #ff9f00;
        -webkit-box-shadow: 0 0 3px #ff9f00;
    }

    50% {
        background-color: #0094FF;
        -webkit-box-shadow: 0 0 10px #0094FF;
    }

    100% {
        background-color: #ff9f00;
        -webkit-box-shadow: 0 0 3px #ff9f00;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #ff9f00;
        -moz-box-shadow: 0 0 3px #ff9f00;
    }

    50% {
        background-color: #0094FF;
        -moz-box-shadow: 0 0 10px #0094FF;
    }

    100% {
        background-color: #ff9f00;
        -moz-box-shadow: 0 0 3px #ff9f00;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #ff9f00;
        box-shadow: 0 0 3px #ff9f00;
    }

    50% {
        background-color: #0094FF;
        box-shadow: 0 0 10px #0094FF;
    }

    100% {
        background-color: #ff9f00;
        box-shadow: 0 0 3px #ff9f00;
    }
}

@keyframes glowing {
    0% {
        background-color: #ff9f00;
        box-shadow: 0 0 3px #ff9f00;
    }

    50% {
        background-color: #0094FF;
        box-shadow: 0 0 10px #0094FF;
    }

    100% {
        background-color: #ff9f00;
        box-shadow: 0 0 3px #ff9f00;
    }
}

.aabutton {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

.tableNone1 table, .tableNone1 th, .tableNone1 td {
    border: none;
    font-size: 12px;
    color: #000;
    padding: 5px;
    background: #ece;
    float: right;
}

.tableNone table, .tableNone th, .tableNone td {
    border: none;
    font-size: 12px;
    color: #000;
    padding: 5px;
    background: #ccc;
    float: left;
}

.RadioButtonListCss td {
    padding-right: 10px;
}

.RadioButtonListCss input {
    margin-right: 10px;
}

.lds-spinner {
    color: #3695eb;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-spinner div {
        transform-origin: 40px 40px;
        animation: lds-spinner 1.2s linear infinite;
    }

        .lds-spinner div:after {
            content: " ";
            display: block;
            position: absolute;
            top: 3px;
            left: 37px;
            width: 6px;
            height: 18px;
            border-radius: 20%;
            background: #3695eb;
        }

        .lds-spinner div:nth-child(1) {
            transform: rotate(0deg);
            animation-delay: -1.1s;
        }

        .lds-spinner div:nth-child(2) {
            transform: rotate(30deg);
            animation-delay: -1s;
        }

        .lds-spinner div:nth-child(3) {
            transform: rotate(60deg);
            animation-delay: -0.9s;
        }

        .lds-spinner div:nth-child(4) {
            transform: rotate(90deg);
            animation-delay: -0.8s;
        }

        .lds-spinner div:nth-child(5) {
            transform: rotate(120deg);
            animation-delay: -0.7s;
        }

        .lds-spinner div:nth-child(6) {
            transform: rotate(150deg);
            animation-delay: -0.6s;
        }

        .lds-spinner div:nth-child(7) {
            transform: rotate(180deg);
            animation-delay: -0.5s;
        }

        .lds-spinner div:nth-child(8) {
            transform: rotate(210deg);
            animation-delay: -0.4s;
        }

        .lds-spinner div:nth-child(9) {
            transform: rotate(240deg);
            animation-delay: -0.3s;
        }

        .lds-spinner div:nth-child(10) {
            transform: rotate(270deg);
            animation-delay: -0.2s;
        }

        .lds-spinner div:nth-child(11) {
            transform: rotate(300deg);
            animation-delay: -0.1s;
        }

        .lds-spinner div:nth-child(12) {
            transform: rotate(330deg);
            animation-delay: 0s;
        }

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #ffffff;
            margin: -4px 0 0 -4px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 63px;
                left: 63px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 68px;
                left: 56px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 71px;
                left: 48px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 72px;
                left: 40px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 71px;
                left: 32px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 68px;
                left: 24px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 63px;
                left: 17px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 56px;
                left: 12px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.bt_BSTT {
    width: 148px;
    height: 55px;
    padding: 8px 4px;
    border-radius: 10px;
    font-size: 17px;
    line-height: 1.33;
    background-size: 99%;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    position: fixed;
    bottom: 9px;
    right: 28px;
    background-color: #ff9f00;
    color: #fff !important;
    text-align: center;
}


.chat-popupss {
    display: none;
    position: fixed;
    bottom: 45px;
    right: 16px;
    z-index: 9;
}

#so_luong {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 24px;
    line-height: 1.33;
    background-size: 100%;
    background-color: #e94a35;
    border: none;
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 16px;
    z-index: 2;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: medium;
    text-align: center;
    transition: transform .2s .5s,-webkit-transform .2s .5s;
    -webkit-font-smoothing: antialiased;
    padding: 3px 2px 0px 2px;
}

.bt_chat {
    width: 55px;
    height: 55px;
    padding: 8px 4px;
    border-radius: 10px;
    font-size: 23px;
    line-height: 1.33;
    background-size: 99%;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    position: fixed;
    bottom: 9px;
    right: 28px;
    background: white;
}

.notification_css {
    border-radius: 15px;
    padding-left: 1rem;
    padding-right: 1rem;
    color: white;
    background-color: red;
    animation-name: notification;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

@keyframes notification {
    0% {
        background-color: red;
    }

    25% {
        background-color: yellow;
    }

    50% {
        background-color: blue;
    }

    75% {
        background-color: green;
    }

    100% {
        background-color: red;
    }
}

.v_dis {
    background: #eee !important;
}

table {
    font-size: 10px;
}

.NOT_paleBotoom {
    position: fixed;
    bottom: 10px;
    width: calc(100% - 13rem);
}

.csyt_non_paleBotoom {
    position: fixed;
    bottom: 10px;
    width: calc(100% - 13rem);
}

.non_paleBotoom {
    position: fixed;
    bottom: 10px;
    right: 78px;
    width: calc(100% - 13rem - 78px);
}

.paleBotoom {
    z-index: 5;
    position: fixed;
    bottom: 10px;
    right: 229px;
    width: calc(100% - 13rem - 229px);
}

.csyt_paleBotoom {
    z-index: 5;
    position: fixed;
    bottom: 10px;
    right: 170px;
    width: calc(100% - 13rem);
}
.ins-td-img-cs {
    width: 100px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    background-color: #fff;
}

.ins-img-cs {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
