﻿@charset "UTF-8";
/* Fonts */
@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Bold.woff") format("woff"), url("../fonts/roboto/Roboto-Bold.ttf") format("truetype"), url("../fonts/roboto/Roboto-Bold.svg#SFUFutura") format("svg");
    font-weight: bold;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Light.woff") format("woff"), url("../fonts/roboto/Roboto-Light.ttf") format("truetype"), url("../fonts/roboto/Roboto-Light.svg#SFUFutura") format("svg");
    font-weight: 300;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Regular.woff") format("woff"), url("../fonts/roboto/Roboto-Regular.ttf") format("truetype"), url("../fonts/roboto/Roboto-Regular.svg#SFUFutura") format("svg");
    font-weight: normal;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after {
        content: "";
        content: none;
    }

    q:before, q:after {
        content: "";
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a:hover {
    text-decoration: none;
}

a {
    color: inherit;
}

    a:active, a:focus {
        text-decoration: none;
        color: inherit;
    }

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

ol, ul, li {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

/* Let's get this party started */
html {
    overflow-x: hidden;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee;
}

/*
example keyframes
@include keyframes( incrediblehulk ){
    0% {
        color: #f8d2c0;
    }
    100% {
        color: #0f0;
    }
}*/
.background-graylight {
    background-color: #f6f7f9;
}

.background-white {
    background-color: #fff;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fri {
    float: right !important;
}

.lsn,
.lsn > li {
    list-style: none;
}

.posr {
    position: relative;
}

.posa {
    position: absolute;
}

.posf {
    position: fixed;
}

.imgdf > img {
    max-width: 100%;
    width: auto;
    height: auto;
    border: none;
}

.hidden {
    display: none;
}

.dib {
    display: inline-block;
}

.dtb {
    display: table;
}

.dtbc {
    display: table-cell;
}

.pt0 {
    padding-top: 0 !important;
}

.pr0 {
    padding-right: 0 !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.tac {
    text-align: center;
}

.taj {
    text-align: justify;
}

.ttu {
    text-transform: uppercase;
}

.tdu {
    text-decoration: underline;
}

.tdn {
    text-decoration: none;
}

.fwb {
    font-weight: bold;
}

.vat {
    vertical-align: top;
}

.fwb {
    font-weight: bold;
}

.fw2 {
    font-weight: 200;
}

.fw3 {
    font-weight: 300;
}

.fw4 {
    font-weight: 400;
}

.fw5 {
    font-weight: 500;
}

.fw6 {
    font-weight: 600;
}

.fw7 {
    font-weight: 700;
}

.fw8 {
    font-weight: 800;
}

.fw9 {
    font-weight: 900;
}

.fwsb {
    font-weight: 600;
}

.color-blue {
    color: #824198;
}

.color-blue-bold {
    color: #4B3C50;
}

.color-gray-bold {
    color: #63676E;
}

.ovfh {
    overflow: hidden;
}

.img-background-full-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    min-height: 101%;
    min-width: 101%;
}

.tar {
    text-align: right;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.fixed {
    position: fixed;
}

.normal {
    font-weight: normal;
}

.bold {
    font-weight: bold;
}

.tleft {
    text-align: left;
}

.tright {
    text-align: right;
}

.center {
    text-align: center;
}

.justify {
    text-align: justify;
}

.upper {
    text-transform: uppercase;
}

.left,
.ap-left {
    float: left;
}

.right,
.ap-right {
    float: right;
}

.pointer {
    cursor: pointer;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

.hidden {
    display: none;
}

.xo,
.ap-xo {
    overflow: hidden;
}

.full {
    width: 100%;
    height: 100%;
}

.fullw {
    width: 100%;
}

.fullh {
    height: 100%;
}

.block {
    display: block;
}

.inline {
    display: inline-block;
}

.cell {
    display: table-cell;
}

.table {
    display: table;
}

.invisible,
.ap-invisible {
    opacity: 0;
    filter: alpha(opacity=0);
}

.vtop {
    vertical-align: top;
}

.vcenter {
    vertical-align: middle;
}

.vbottom {
    vertical-align: bottom;
}

.f9 {
    font-size: 9px;
}

.f10 {
    font-size: 10px;
}

.f11 {
    font-size: 11px;
}

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.f17 {
    font-size: 17px;
}

.f18 {
    font-size: 18px;
}

.f19 {
    font-size: 19px;
}

.f20 {
    font-size: 20px;
}

.f21 {
    font-size: 21px;
}

.f22 {
    font-size: 22px;
}

.f23 {
    font-size: 23px;
}

.f24 {
    font-size: 24px;
}

.f25 {
    font-size: 25px;
}

.f26 {
    font-size: 26px;
}

.f27 {
    font-size: 27px;
}

.f28 {
    font-size: 28px;
}

.f29 {
    font-size: 29px;
}

.f30 {
    font-size: 30px;
}

.f31 {
    font-size: 31px;
}

.f32 {
    font-size: 32px;
}

.thin {
    font-weight: 300;
}

.thick {
    font-weight: 500;
}

@media (max-width: 1024px) {
    .hidden-devide-1024 {
        display: none !important;
    }
}

@media (min-width: 1025px) {
    .show-devide-1024 {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .hidden-devide-768 {
        display: none !important;
    }
}

@media (min-width: 769px) {
    .show-devide-768 {
        display: none !important;
    }
}
/*

	Footer

 */
.footer {
    padding: 15px 10px;
    text-align: center;
    background: #1d7dca;
    color: #fff;
    font-size: 13px;
}

/*
    Custom Header
*/
.header {
    background-color: #1d7dca;
    background-image: url(../images/bg-header.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left center;
    height: 55px;
}

    .header .logo {
        position: relative;
        padding-left: 60px;
        text-transform: uppercase;
        color: #fff;
        font-weight: bold;
        padding-top: 10px;
        padding-bottom: 10px;
        float: left;
    }

        .header .logo .img {
            position: absolute;
            top: 5px;
            left: 5px;
        }

        .header .logo .title {
            margin-bottom: 5px;
        }

        .header .logo img {
            height: 45px;
            width: 45px;
            background: #fff;
            object-fit: contain;
        }

    .header .box-menus-right {
        float: right;
    }

    .header .menus,
    .header .box-user {
        float: left;
    }

        .header .menus > li {
            float: left;
            margin-right: 30px;
        }

            .header .menus > li > a {
                display: block;
                padding: 10px 0px;
                color: #fff;
                text-align: center;
                position: relative;
            }

                .header .menus > li > a .icon {
                    margin-bottom: 7px;
                    display: block;
                }

            .header .menus > li.active > a:before, .header .menus > li:hover > a:before {
                height: 3px;
                content: "";
                bottom: 0px;
                left: 0px;
                right: 0px;
                position: absolute;
                background: #e61f53;
            }

@media (max-width: 1600px) {
    .header .menus {
        position: fixed;
        background: #1d7dca;
        top: 0px;
        right: -100%;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease;
        width: 220px;
        bottom: 0px;
        z-index: 100;
    }

        .header .menus.show {
            right: 0%;
            visibility: visible;
            opacity: 1;
            transition: all 0.3s ease;
        }

        .header .menus > li {
            display: block;
            width: 100%;
            margin-right: 0px;
            text-align: left;
        }

            .header .menus > li > a {
                padding: 15px 10px;
                padding-left: 30px;
                text-align: left;
                position: relative;
            }

                .header .menus > li > a .icon {
                    position: absolute;
                    top: 15px;
                    left: 10px;
                }

            .header .menus > li:hover > a {
                background: rgba(0, 0, 0, 0.1);
            }
}

.header .nav-toggle {
    display: none;
}

@media (max-width: 1600px) {
    .header .nav-toggle {
        display: block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        right: 110px;
        color: #fff;
        font-size: 20px;
        text-align: center;
        margin-top: 10px;
        float: left;
        cursor: pointer;
    }

        .header .nav-toggle .icon {
            line-height: 30px;
        }
}

.header .box-user {
    background: #076ab9;
    height: 55px;
}

    .header .box-user li {
        float: left;
        margin-right: 10px;
    }

        .header .box-user li.-user {
            position: relative;
            padding: 10px 0px;
            padding-left: 40px;
            color: #fff;
        }

            .header .box-user li.-user .name {
                font-weight: bold;
                margin-bottom: 5px;
            }

            .header .box-user li.-user .pos {
                opacity: 0.6;
            }

            .header .box-user li.-user .avatar {
                position: absolute;
                top: 10px;
                left: 0px;
            }

    .header .box-user .dropdown-menu {
        min-width: 160px;
        width: auto;
        border: none;
        font-size: 14px;
        right: 0px;
        left: auto !important;
        box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    }

        .header .box-user .dropdown-menu li {
            border-bottom: 1px solid #eee;
            position: relative;
            width: 100%;
            margin-right: 0px;
        }

            .header .box-user .dropdown-menu li > a {
                padding: 7px 10px;
                display: block;
                white-space: nowrap;
            }

            .header .box-user .dropdown-menu li:last-child {
                border-bottom: 0px;
            }

            .header .box-user .dropdown-menu li .icon {
                margin-right: 5px;
                opacity: 0.6;
            }

    .header .box-user [data-toggle=dropdown] {
        cursor: pointer;
    }

    .header .box-user .notify {
        padding: 18px 10px;
        color: #fff;
        position: relative;
    }

        .header .box-user .notify .icon {
            font-size: 16px;
        }

        .header .box-user .notify .number {
            background: #e61f53;
            border-radius: 50%;
            top: 10px;
            left: 20px;
            text-align: center;
            color: #fff;
            position: absolute;
            font-size: 10px;
            width: 16px;
            height: 16px;
            line-height: 16px;
        }

        .header .box-user .notify .dropdown-menu {
            padding: 0px;
            min-width: 260px;
            right: 0px;
        }

            .header .box-user .notify .dropdown-menu > li {
                margin-right: 0px;
            }

                .header .box-user .notify .dropdown-menu > li > a {
                    white-space: normal;
                }

            .header .box-user .notify .dropdown-menu .head {
                background: #f6f7f8;
                padding: 10px;
                padding-right: 100px;
                position: relative;
                width: 100%;
                color: #333;
                font-weight: bold;
            }

                .header .box-user .notify .dropdown-menu .head .title {
                    padding: 0px;
                    margin-bottom: 7px;
                    font-weight: bold;
                    font-size: 18px;
                }

                .header .box-user .notify .dropdown-menu .head .checkall {
                    position: absolute;
                    top: 5px;
                    right: 10px;
                    padding: 5px 10px;
                    color: #0D47A1;
                }

                    .header .box-user .notify .dropdown-menu .head .checkall:hover {
                        text-decoration: underline;
                    }

        .header .box-user .notify .title:hover {
            background: none;
        }

        .header .box-user .notify .datetime {
            font-size: 12px;
            color: #999;
        }

        .header .box-user .notify .title {
            font-weight: bold;
            margin-bottom: 5px;
            line-height: 20px;
        }

        .header .box-user .notify .user {
            padding: 2px 0px;
            padding-left: 40px;
            position: relative;
            height: 30px;
            margin-top: 3px;
        }

            .header .box-user .notify .user .avatar {
                box-shadow: none;
                position: absolute;
                top: 5px;
                left: 0px;
                border: 0px;
                width: 24px;
                height: 24px;
            }

            .header .box-user .notify .user .name {
                margin-bottom: 5px;
            }

    .header .box-user .user-item .user {
        padding: 10px 0px;
        color: #fff;
    }

    .header .box-user .user-item .avatar {
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }

.search {
    position: relative;
}

    .search .form-control {
        border-radius: 20px;
        background: #edecec;
        border: 1px solid #b7b7b7;
        padding-left: 30px;
    }

        .search .form-control:focus {
            background: #fff;
        }

    .search .icon {
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        position: absolute;
        top: 0px;
        left: 5px;
        color: #aaa;
        pointer-events: none;
        bottom: 0px;
        margin: auto;
    }

.header-bottom {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
    position: relative;
    z-index: 2;
}

    .header-bottom:after {
        content: "";
        display: block;
        clear: both;
    }

    .header-bottom .breadcrumb {
        margin-top: 10px;
    }

/*
    Home page
*/
.box-info-schedule .title-main {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 40px;
    position: relative;
    padding-right: 120px;
}

    .box-info-schedule .title-main .btn {
        border: 2px solid #1d7dca;
        font-weight: bold;
        border-radius: 20px;
        position: absolute;
        top: 0px;
        right: 0px;
        color: #1d7dca;
        padding: 0px 20px;
        height: auto;
    }

        .box-info-schedule .title-main .btn .icon {
            margin-right: 5px;
        }

        .box-info-schedule .title-main .btn:hover {
            background: #1d7dca;
            color: #fff;
        }

.box-info-schedule .panel {
    border: 1px solid #ddd;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.box-info-schedule .panel-heading {
    background: #edecec;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding-right: 80px;
}

    .box-info-schedule .panel-heading .actions {
        position: absolute;
        top: 5px;
        right: 10px;
    }

    .box-info-schedule .panel-heading .btn {
        width: 26px;
        height: 26px;
        padding: 0px;
        line-height: 26px;
        text-align: center;
        border-radius: 50%;
        background: #1d7dca;
        font-size: 14px;
        color: #fff;
    }

        .box-info-schedule .panel-heading .btn:hover {
            background: #17619d;
        }

        .box-info-schedule .panel-heading .btn .icon {
            line-height: 26px;
        }

    .box-info-schedule .panel-heading .btn-enounced,
    .box-info-schedule .panel-heading .btn-enounced:hover {
        width: auto;
        border-radius: 20px;
        height: auto;
        padding: 0px 8px;
        font-size: 12px;
        line-height: 20px;
        background: #118c18;
        color: #fff;
    }

.box-info-schedule .panel-title {
    display: inline-block;
    font-weight: bold;
    color: #1d7dca;
    font-size: 16px;
    text-transform: uppercase;
}

.box-info-schedule .bottom {
    margin-top: 20px;
    text-align: center;
}

    .box-info-schedule .bottom .btn-submit {
        background: #1c76d0;
        color: #fff;
        border-color: #1469c1;
    }

        .box-info-schedule .bottom .btn-submit:hover {
            background: #1469c1;
        }

.box-info-schedule.tlhop .panel {
    border-radius: 0px;
}

.box-info-schedule.tlhop .panel-heading {
    background: #3b8be4;
    color: #fff;
    border-radius: 0px;
}

.box-info-schedule.tlhop .panel-title {
    color: #fff;
    font-size: 16px;
}

.box-info-schedule.tlhop .panel-heading .btn {
    background: #fff;
    color: #464647;
}

.box-info-schedule.tlhop .panel-body {
    padding: 0px;
}

.box-info-schedule.tlhop th {
    background: #ececec !important;
    border: 1px solid #ddd !important;
    color: #222;
    font-weight: bold;
}

.box-info-schedule.tlhop table {
    margin-bottom: 0px;
}

    .box-info-schedule.tlhop table a {
        height: auto;
    }

.box-info-schedule.tlhop .cat td {
    border-bottom: 1px solid #999 !important;
    text-align: left;
    font-weight: bold;
    color: #1d7dca;
    text-transform: uppercase;
}

.box-info-schedule.tlhop .header-action {
    padding: 10px;
    background: #eef2f7;
}

    .box-info-schedule.tlhop .header-action:after {
        content: "";
        display: block;
        clear: both;
    }

.box-info-schedule.tlhop .btn-add-file {
    border-radius: 0px;
    background: #e3033d;
}

    .box-info-schedule.tlhop .btn-add-file:hover {
        background: #b1022f;
    }

.box-info-schedule.tlhop .btn-add-folder {
    border-radius: 0px;
}

.box-info-schedule.tlhop .search .form-control {
    border-radius: 0px;
    background: #fff;
}

.box-info-schedule.tlhop .box-search {
    padding-right: 50px;
    position: relative;
}

    .box-info-schedule.tlhop .box-search .btn-search {
        background: #1d7dca;
        color: #fff;
        font-weight: bold;
        position: absolute;
        top: 0px;
        right: 0px;
    }

.header-info {
    margin-bottom: 20px;
    position: relative;
}

    .header-info:after {
        content: "";
        display: block;
        clear: both;
    }

    .header-info .tabs {
        border-bottom: 1px solid #e3033d;
        padding: 0px 5px;
        padding-top: 20px;
    }

        .header-info .tabs:after {
            content: "";
            display: block;
            clear: both;
        }

        .header-info .tabs > li {
            border: 0px;
            box-shadow: none;
            opacity: 1;
            float: left;
            position: relative;
        }

            .header-info .tabs > li:after {
                content: "";
                position: absolute;
                top: 6px;
                bottom: 6px;
                background: #fff;
                right: 0px;
                width: 1px;
            }

            .header-info .tabs > li:last-child:after {
                display: none;
            }

            .header-info .tabs > li:last-child > a:before {
                border-top-right-radius: 5px;
            }

            .header-info .tabs > li > a {
                color: #fff;
                padding: 12px 14px;
                border: 0px;
                display: block;
                opacity: 1;
                border-radius: 0px;
                font-weight: bold;
                text-transform: uppercase;
                position: relative;
            }

                .header-info .tabs > li > a:before {
                    content: "";
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    background: #1d7dca;
                    right: 0px;
                    bottom: 0px;
                    z-index: -1;
                    border-top-left-radius: 0px;
                    border-top-right-radius: 0px;
                }

            .header-info .tabs > li:hover > a {
                background: #17619d;
            }

            .header-info .tabs > li.active > a {
                box-shadow: none;
                z-index: 10;
            }

                .header-info .tabs > li.active > a:before {
                    top: -8px;
                    background: #e3033d;
                    box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.1);
                    border-top-left-radius: 12px;
                    border-top-right-radius: 12px;
                }

    .header-info .btn-vote {
        background: #feb212;
    }

        .header-info .btn-vote:hover {
            background: #dc9601;
        }

    .header-info .box-right {
        position: absolute;
        top: 15px;
        right: 10px;
    }

        .header-info .box-right .search,
        .header-info .box-right .actions {
            margin-left: 10px;
            float: left;
        }

@media (max-width: 1600px) {
    .header-info {
        border-bottom: none;
    }

        .header-info .tabs {
            width: 100%;
            border-bottom: 1px solid #555;
            padding-left: 5px;
            margin-bottom: 10px;
            white-space: nowrap;
            overflow: auto;
        }

            .header-info .tabs > li {
                float: none;
                display: inline-block;
            }

        .header-info .box-right {
            width: 100%;
            top: 0px;
            right: 0px;
            margin-top: 20px;
            position: relative;
        }

            .header-info .box-right .actions {
                float: right;
            }
}
@media(max-width:768px){
    .header .logo .title, .header .logo .subtitle{
        display:none;
    }

}

.article {
    line-height: 22px;
}

    .article p,
    .article h2,
    .article h3,
    .article h4,
    .article h5,
    .article li {
        margin-bottom: 5px;
    }

    .article ul > li {
        padding-left: 20px;
        position: relative;
    }

        .article ul > li:before {
            width: 4px;
            height: 4px;
            content: "";
            position: absolute;
            border-radius: 50%;
            background: #000;
            top: 10px;
            left: 0px;
        }

        .article ul > li ul > li:before {
            border-radius: 0px;
            background: #aaa;
        }

.popup-box {
    position: fixed;
    top: 30%;
    left: -220px;
    transition: all 0.3s ease;
    background: #fff;
    border: 1px solid #ddd;
    width: 220px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
}

    .popup-box.show {
        left: 0px;
        transition: all 0.3s ease;
    }

    .popup-box .nav-show {
        width: 38px;
        height: 38px;
        text-align: center;
        top: 0px;
        right: 0px;
        line-height: 38px;
        position: absolute;
        background: #feb212;
        color: #fff;
        right: -38px;
        font-size: 18px;
        cursor: pointer;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .popup-box .head {
        background: #feb212;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        padding: 10px;
    }

    .popup-box .list-enounce .item {
        padding: 8px 10px;
    }

        .popup-box .list-enounce .item .name {
            display: block;
            margin-bottom: 5px;
        }

        .popup-box .list-enounce .item:nth-child(2n+2) {
            background: #e4f1fb;
        }

.box-take-note .ctas {
    border-radius: 3px;
    border: 1px solid #d2d5da;
}

    .box-take-note .ctas .k-button {
        width: 30px;
        height: 30px;
        text-align: center;
        display: inline-block;
        line-height: 30px;
        cursor: pointer;
    }

        .box-take-note .ctas .k-button:last-child {
            border-left: 1px solid #d2d5da;
        }

.box-take-note .file-wrap {
    min-height: 500px;
    overflow: auto;
    background: #f5f6f7;
    margin-top: 10px;
    position: relative;
}

.box-take-note .actions-zoom {
    position: absolute;
    top: 10px;
    right: 10px;
}

    .box-take-note .actions-zoom .k-button {
        display: inline-block;
        padding: 7px 10px;
        background: #fff;
        border: 1px solid #d2d5da;
        border-radius: 2px;
    }

.box-vote-form .head-vote {
    margin-bottom: 20px;
    text-align: center;
}

    .box-vote-form .head-vote .title {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .box-vote-form .head-vote .subtitle {
        line-height: 20px;
    }

.box-vote-form .panel {
    border: 1px solid #ddd;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}

    .box-vote-form .panel.list {
        border-radius: 0px;
    }

        .box-vote-form .panel.list .panel-heading {
            background: #3b8be4;
            color: #fff;
            text-transform: uppercase;
            font-weight: bold;
            border-radius: 0px;
        }

        .box-vote-form .panel.list .panel-body {
            padding: 0px;
        }

        .box-vote-form .panel.list .table th {
            background: #ececec !important;
            font-weight: bold;
            color: #333 !important;
            border: 1px solid #ddd !important;
        }

.table-box-content {
    display: table;
    width: 100%;
    max-width: 991px;
    margin: auto;
}

    .table-box-content .box-left-table,
    .table-box-content .box-mid-table,
    .table-box-content .box-right-table {
        display: table-cell;
        vertical-align: middle;
        padding: 5px;
    }

    .table-box-content .seat {
        padding: 0px 2px;
        padding-top: 12px;
        position: relative;
        margin: 2px;
        vertical-align: middle;
        text-align: center;
        display: inline-block;
    }

        .table-box-content .seat .top {
            border-radius: 3px;
            background: #d1cdcc;
            height: 10px;
            position: absolute;
            top: 0px;
            left: 0px;
            right: 0px;
        }

        .table-box-content .seat .content {
            height: 54px;
            width: 54px;
            display: inline-block;
            background: #d1cdcc;
            padding: 5px;
            line-height: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px;
        }

        .table-box-content .seat.-left {
            padding: 2px 0px;
            padding-left: 12px;
        }

            .table-box-content .seat.-left .top {
                left: 0px;
                right: auto;
                top: 0px;
                bottom: 0px;
                width: 10px;
                height: auto;
            }

            .table-box-content .seat.-left .content {
                border-radius: 0px;
                border-top-right-radius: 5px;
                border-bottom-right-radius: 5px;
            }

        .table-box-content .seat.-right {
            padding: 2px 0px;
            padding-right: 12px;
        }

            .table-box-content .seat.-right .top {
                right: 0px;
                left: auto;
                top: 0px;
                bottom: 0px;
                width: 10px;
                height: auto;
            }

            .table-box-content .seat.-right .content {
                border-radius: 0px;
                border-top-left-radius: 5px;
                border-bottom-left-radius: 5px;
            }

        .table-box-content .seat.-bottom {
            padding: 0px 2px;
            padding-bottom: 12px;
        }

            .table-box-content .seat.-bottom .top {
                right: 0px;
                left: 0px;
                top: auto;
                bottom: 0px;
                height: 10px;
            }

            .table-box-content .seat.-bottom .content {
                border-radius: 0px;
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
            }

        .table-box-content .seat.color {
            color: #fff;
        }

        .table-box-content .seat.dkpb .top,
        .table-box-content .seat.dkpb .content {
            background: #edb819;
        }

        .table-box-content .seat.cpb .top,
        .table-box-content .seat.cpb .content {
            background: #f9253f;
        }

        .table-box-content .seat.dpb .top,
        .table-box-content .seat.dpb .content {
            background: #0070c1;
        }

        .table-box-content .seat.cdpb .top,
        .table-box-content .seat.cdpb .content {
            background: #A94442;
        }

        .table-box-content .seat.dangpb .top,
        .table-box-content .seat.dangpb .content {
            background: #28A745;
        }

        .table-box-content .seat.vm .top,
        .table-box-content .seat.vm .content {
            background: #777777;
        }

    .table-box-content .box-left-table,
    .table-box-content .box-right-table {
        white-space: nowrap;
    }

        .table-box-content .box-left-table .seat,
        .table-box-content .box-right-table .seat {
            display: block;
            white-space: normal;
        }

        .table-box-content .box-left-table .list-seat,
        .table-box-content .box-right-table .list-seat {
            display: inline-block;
        }

    .table-box-content .box-mid-table {
        text-align: center;
    }

        .table-box-content .box-mid-table .seat {
            margin-bottom: 5px;
        }

    .table-box-content .table-main-table {
        margin: 10px 0px;
        height: 260px;
        width: 100%;
        text-transform: uppercase;
        font-weight: bold;
        position: relative;
        font-size: 18px;
    }

        .table-box-content .table-main-table .bg {
            background-image: url(../images/bg-table.png);
            position: absolute;
            top: 0px;
            left: 50px;
            right: 50px;
            bottom: 0px;
        }

        .table-box-content .table-main-table:before, .table-box-content .table-main-table:after {
            content: "";
            top: 0px;
            left: 0px;
            bottom: 0px;
            right: 0px;
            z-index: 10;
            position: absolute;
        }

        .table-box-content .table-main-table:before {
            background-image: url(../images/bg-table-left.png);
            background-position: left center;
            background-repeat: no-repeat;
        }

        .table-box-content .table-main-table:after {
            background-image: url(../images/bg-table-right.png);
            background-position: right center;
            background-repeat: no-repeat;
        }

        .table-box-content .table-main-table .text {
            position: relative;
            z-index: 10;
            padding: 120px 0px;
            text-align: center;
        }

    .table-box-content .circle-table .table-main {
        margin: 50px 0px;
        padding: 80px;
        position: relative;
        max-width: 768px;
    }

        .table-box-content .circle-table .table-main .table {
            width: 100%;
        }

        .table-box-content .circle-table .table-main .seat {
            position: absolute;
        }

            .table-box-content .circle-table .table-main .seat:nth-child(1) {
                transform: rotate(8deg);
                top: -11px;
                left: 361px;
            }

            .table-box-content .circle-table .table-main .seat:nth-child(2) {
                transform: rotate(-7deg);
                left: 283px;
                top: -12px;
            }

            .table-box-content .circle-table .table-main .seat:nth-child(3) {
                transform: rotate(-19deg);
                left: 209px;
                top: 4px;
            }

            .table-box-content .circle-table .table-main .seat:nth-child(4) {
                top: 38px;
                left: 136px;
                transform: rotate(-34deg);
            }

            .table-box-content .circle-table .table-main .seat:nth-child(5) {
                top: 92px;
                left: 74px;
                transform: rotate(-51deg);
            }

            .table-box-content .circle-table .table-main .seat:nth-child(6) {
                top: 158px;
                left: 26px;
                transform: rotate(-63deg);
            }

            .table-box-content .circle-table .table-main .seat:nth-child(7) {
                top: 230px;
                left: -2px;
                transform: rotate(-77deg);
            }

            .table-box-content .circle-table .table-main .seat:nth-child(8) {
                top: 316px;
                left: -10px;
                transform: rotate(-94deg);
            }

            .table-box-content .circle-table .table-main .seat:nth-child(9) {
                top: 396px;
                left: 0px;
                transform: rotate(-106deg);
            }

            .table-box-content .circle-table .table-main .seat:nth-child(10) {
                top: 474px;
                left: 35px;
                transform: rotate(54deg);
            }

            .table-box-content .circle-table .table-main .seat:nth-child(11) {
                top: 535px;
                left: 92px;
                transform: rotate(42deg);
            }

            .table-box-content .circle-table .table-main .seat:nth-child(12) {
                top: 581px;
                left: 155px;
                transform: rotate(27deg);
            }

            .table-box-content .circle-table .table-main .seat:nth-child(13) {
                top: 607px;
                left: 234px;
                transform: rotate(10deg);
            }

            .table-box-content .circle-table .table-main .seat:nth-child(14) {
                top: 614px;
                left: 319px;
                transform: rotate(-4deg);
            }

            .table-box-content .circle-table .table-main .seat:nth-child(15) {
                top: 607px;
                left: 397px;
                transform: rotate(-12deg);
            }

            .table-box-content .circle-table .table-main .seat:nth-child(16) {
                top: 575px;
                left: 472px;
                transform: rotate(-32deg);
            }

            .table-box-content .circle-table .table-main .seat:nth-child(17) {
                top: 523px;
                left: 539px;
                transform: rotate(-48deg);
            }

            .table-box-content .circle-table .table-main .seat:nth-child(18) {
                top: 436px;
                left: 587px;
                transform: rotate(-64deg);
            }

            .table-box-content .circle-table .table-main .seat:nth-child(19) {
                top: 348px;
                left: 620px;
                transform: rotate(-258deg);
            }

            .table-box-content .circle-table .table-main .seat:nth-child(20) {
                top: 264px;
                left: 619px;
                transform: rotate(-280deg);
            }

            .table-box-content .circle-table .table-main .seat:nth-child(21) {
                top: 183px;
                left: 599px;
                transform: rotate(-295deg);
            }

            .table-box-content .circle-table .table-main .seat:nth-child(22) {
                top: 112px;
                left: 560px;
                transform: rotate(-306deg);
            }

            .table-box-content .circle-table .table-main .seat:nth-child(23) {
                top: 59px;
                left: 505px;
                transform: rotate(-325deg);
            }

            .table-box-content .circle-table .table-main .seat:nth-child(24) {
                top: 17px;
                left: 440px;
                transform: rotate(-330deg);
            }

    .table-box-content.table-phonghop .table-main-table {
        height: 99px;
    }

        .table-box-content.table-phonghop .table-main-table .text {
            padding: 40px 0px;
        }

        .table-box-content.table-phonghop .table-main-table .bg {
            background-image: url(../images/phonghop/bg-mid.png);
        }

        .table-box-content.table-phonghop .table-main-table:before {
            background-image: url(../images/phonghop/bg-table-left.png);
        }

        .table-box-content.table-phonghop .table-main-table:after {
            background-image: url(../images/phonghop/bg-table-right.png);
        }

    .table-box-content.table-phonghop .box-table {
        margin-bottom: 30px;
        text-align: center;
    }

.box-note-table {
    text-align: center;
    margin: 10px 0px;
}

    .box-note-table .item {
        display: inline-block;
        margin: 0px 10px;
        padding-left: 20px;
        position: relative;
    }

        .box-note-table .item:before {
            content: "";
            display: block;
            width: 10px;
            height: 10px;
            background: #d1cdcc;
            position: absolute;
            top: 2px;
            left: 0px;
        }

        .box-note-table .item.-dkpb:before {
            background: #edb819;
        }

        .box-note-table .item.-cpb:before {
            background: #f9253f;
        }

        .box-note-table .item.-dpb:before {
            background: #0070c1;
        }

        .box-note-table .item.-cdpb:before {
            background: #A94442;
        }

        .box-note-table .item.-dangpb:before {
            background: #28A745;
        }

        .box-note-table .item.-vm:before {
            background: #777777;
        }

.suntory-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(251, 140, 0, 0.4);
    border-radius: 100%;
    height: 80px;
    left: -24px;
    opacity: 0.1;
    position: absolute;
    top: -24px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 80px;
}

.suntory-alo-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 50px;
    left: -8px;
    position: absolute;
    top: -8px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 50px;
}

.nav-show .box-vote {
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    position: absolute;
    right: 2px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.2);
    top: 2px;
}

    .nav-show .box-vote .icon {
        line-height: 34px;
    }

    .nav-show .box-vote:hover {
        opacity: 1;
    }

        .nav-show .box-vote:hover .suntory-alo-ph-circle {
            border-color: #00aff2;
            opacity: 0.5;
        }

.suntory-alo-green:hover .suntory-alo-ph-circle {
    border-color: #ffc82e;
    opacity: 1;
}

.suntory-alo-ph-circle-fill {
    background-color: #fb8c00;
}

.suntory-alo-hover .suntory-alo-ph-img-circle,
.nav-show .box-vote:hover .suntory-alo-ph-img-circle {
    background-color: #00aff2;
}

@keyframes suntory-alo-circle-anim {
    0% {
        opacity: 0.1;
        transform: rotate(0deg) scale(0.5) skew(1deg);
    }

    30% {
        opacity: 0.5;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }

    100% {
        opacity: 0.6;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes suntory-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes suntory-alo-circle-fill-anim {
    0% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }

    50% {
        opacity: 0.2;
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    100% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}

.nav-show .box-vote .icon {
    animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
    color: #fff;
}

/*=================== End phone ring ===============*/
@keyframes suntory-alo-ring-ring {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

.fixed-icon {
    width: 40px;
    position: fixed;
    top: 40%;
    right: 0px;
}

    .fixed-icon .nav-icon {
        width: 40px;
        height: 40px;
        border-radius: 0;
        background: #22bf56;
        color: #fff;
        text-align: center;
        top: 0px;
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
        display: block;
        cursor: pointer;
        transition: all 0.3s ease;
        margin-bottom: 10px;
    }

        .fixed-icon .nav-icon .icon,
        .fixed-icon .nav-icon .fa {
            line-height: 40px;
        }

        .fixed-icon .nav-icon:hover {
            background: #014a94;
        }

        .fixed-icon .nav-icon .fa {
            line-height: 40px;
        }

.box-extension {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #fff;
    width: 220px;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    right: -100%;
}

    .box-extension .head {
        display: block;
        background: #1d7dca;
        color: #fff;
        padding: 10px 10px;
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
    }

    .box-extension.show {
        visibility: visible;
        opacity: 1;
        transition: all 0.3s ease;
        right: 0;
    }

    .box-extension .list-action {
        padding: 15px;
    }

        .box-extension .list-action a {
            display: block;
            margin: 7px 0px;
            padding: 10px 10px;
            text-align: center;
            border: 1px solid #1d7dca;
            color: #1d7dca;
            font-size: 16px;
            border-radius: 5px;
        }

            .box-extension .list-action a .icon {
                margin-right: 5px;
            }

            .box-extension .list-action a:hover {
                background: #1d7dca;
                color: #fff;
            }

.box-search-input {
    padding: 20px 0px;
    background: #f8f8f8;
    border-bottom: 1px solid #ddd;
}

    .box-search-input .wrap {
        padding-left: 110px;
        padding-right: 110px;
        position: relative;
    }

        .box-search-input .wrap .title {
            position: absolute;
            top: 0px;
            left: 0px;
            font-size: 22px;
            font-weight: bold;
            padding-top: 10px;
        }

    .box-search-input .form-control {
        height: auto;
        padding: 8px 15px;
        font-size: 15px;
    }

    .box-search-input .btn-search {
        position: absolute;
        top: 0px;
        right: 0px;
        padding: 4px 10px;
        height: auto;
        width: 90px;
        background: #1d7dca;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
    }

        .box-search-input .btn-search:hover {
            background: #17619d;
        }

    .box-search-input .input-search {
        position: relative;
    }

        .box-search-input .input-search .form-control {
            padding-left: 35px;
        }

        .box-search-input .input-search .icon {
            position: absolute;
            top: 10px;
            left: 10px;
        }

.breadcrumb-content-search {
    border-bottom: 1px solid #ddd;
    padding-top: 20px;
    margin-bottom: 20px;
}

    .breadcrumb-content-search .tabs > li {
        float: left;
    }

        .breadcrumb-content-search .tabs > li > a {
            display: block;
            position: relative;
            padding: 12px 15px;
            font-size: 15px;
        }

        .breadcrumb-content-search .tabs > li.active > a {
            font-weight: bold;
        }

            .breadcrumb-content-search .tabs > li.active > a:before {
                height: 3px;
                content: "";
                position: absolute;
                bottom: -1px;
                background: #1d7dca;
                left: 0px;
                right: 0px;
            }

.result-search-text {
    font-size: 14px;
    color: #878585;
    margin-bottom: 20px;
}

.box-result-search {
    padding: 20px 0px;
}

.result-box-search .item {
    margin-bottom: 40px;
}

.result-box-search .title {
    font-size: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    display: block;
    color: #000;
}

    .result-box-search .title:hover {
        color: #071c9f;
    }

.result-box-search .url {
    color: #1d7dca;
    font-size: 15px;
    display: block;
    margin-bottom: 5px;
}

    .result-box-search .url:hover {
        text-decoration: underline;
    }

.result-box-search .desc {
    color: #7a7a7a;
    line-height: 22px;
    font-size: 15px;
    margin-top: 5px;
}

    .result-box-search .desc strong {
        color: #000;
    }

.box-search-relate {
    padding: 20px;
    border: 1px solid #ddd;
    font-size: 16px;
}

    .box-search-relate .title {
        margin-bottom: 20px;
    }

    .box-search-relate .list > li > a {
        display: block;
        padding: 5px 0px;
        color: #071c9f;
    }

        .box-search-relate .list > li > a:hover {
            text-decoration: underline;
        }

.modal-title {
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    display: block;
}

.modal-header .close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.title-main {
    display: block;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: bold;
}

.profile-info-row {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

    .profile-info-row .key {
        width: 160px;
        font-weight: bold;
        opacity: 0.85;
        text-align: right;
        padding-right: 10px;
    }

    .profile-info-row .key,
    .profile-info-row .value {
        display: table-cell;
        vertical-align: top;
    }

.box-upload .upload input[type=file] {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}

.box-upload .upload > .txt {
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    overflow-x: hidden;
    text-align: center;
    font-size: 12px;
    opacity: 0.7;
    vertical-align: middle;
}

.box-upload .btn {
    padding: 1px 5px;
}

.box-upload .list-files > li {
    margin-top: 7px;
    padding-top: 7px;
    border-top: 1px solid #e5e6e7;
    display: block;
    clear: both;
    padding-right: 40px;
    position: relative;
}

    .box-upload .list-files > li .btn-delete {
        position: absolute;
        top: 5px;
        right: 0px;
    }

    .box-upload .list-files > li:first-child {
        border-top: 0px;
    }

.box-upload .list-files .name {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.box-upload .upload {
    position: relative;
    border: 2px dashed #ddd;
    margin: 0px;
    padding: 5px 10px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
}

    .box-upload .upload:hover > a {
        text-decoration: underline;
    }

    .box-upload .upload a {
        color: #337ab7;
        font-weight: bold;
        display: block;
        padding: 2px 10px;
        width: 100%;
        line-height: 1.2;
    }

.title-comment {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
    text-decoration: underline;
    color: #1d7dca;
    padding-left: 20px;
    position: relative;
    cursor: pointer;
}

    .title-comment:before {
        font-family: FontAwesome;
        position: absolute;
        top: 0px;
        left: 0px;
        content: "";
        font-weight: normal;
    }

    .title-comment.active:before {
        content: "";
    }

.box-comment {
    display: none;
}

    .box-comment.show {
        display: block;
    }

/*bieu quyet*/
.box-get-vote {
    margin-bottom: 50px;
}

    .box-get-vote .bq-title {
        font-size: 16px;
        font-weight: bold;
        display: block;
        margin-bottom: 20px;
    }

    .box-get-vote .list-check li {
        margin-bottom: 10px;
    }

    .box-get-vote .check-action {
        font-size: 14px;
    }

    .box-get-vote .progress-box {
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background: #fff;
        padding: 10px;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    }

        .box-get-vote .progress-box .info {
            display: inline-block;
        }

            .box-get-vote .progress-box .info .text {
                display: block;
                margin-bottom: 5px;
                font-size: 13px;
                opacity: 0.8;
                display: block;
                margin-bottom: 5px;
            }

            .box-get-vote .progress-box .info .number {
                font-size: 16px;
                font-weight: bold;
            }

    .box-get-vote .progressbar {
        position: absolute;
        right: 10px;
        top: 10px;
        max-width: 200px;
        text-align: right;
        width: 100%;
    }

        .box-get-vote .progressbar .bar {
            margin-bottom: 5px;
            height: 10px;
            width: 100%;
            float: none;
            background: #f1f1f1;
            border-radius: 20px;
            position: relative;
            overflow: hidden;
        }

            .box-get-vote .progressbar .bar span {
                left: 0px;
                bottom: 0px;
                border-radius: 20px;
                top: 0px;
                position: absolute;
                display: block;
                background: #388E3C;
            }

        .box-get-vote .progressbar .percent {
            font-size: 13px;
            opacity: 0.8;
        }

    .box-get-vote .bq-results .item {
        position: relative;
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 1px solid #e5e5e5;
    }

    .box-get-vote .bq-results .comment-desc {
        font-size: 14px;
        margin-bottom: 10px;
        opacity: 0.8;
        line-height: 20px;
    }

    .box-get-vote .bq-results .users {
        position: absolute;
        top: 10px;
        right: 0px;
    }

        .box-get-vote .bq-results .users .avatar {
            display: inline-block;
            width: 28px;
            height: 28px;
            vertical-align: middle;
            border: 0px;
            box-shadow: none;
            cursor: pointer;
        }

            .box-get-vote .bq-results .users .avatar.-more {
                line-height: 28px;
                font-size: 12px;
                color: #777;
                text-align: center;
                background: #f3f3f3;
            }

        .box-get-vote .bq-results .users .text {
            display: inline-block;
            margin-left: 5px;
            font-size: 13px;
            opacity: #999;
            position: relative;
            vertical-align: middle;
        }

    .box-get-vote .bq-results .part-name {
        margin-bottom: 10px;
        font-size: 15px;
        color: #000;
        line-height: 20px;
    }

    .box-get-vote .bq-results .poup-list-user {
        padding: 10px;
        background: #fff;
        bottom: 15px;
        border-radius: 5px;
        position: absolute;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
        border: 1px solid #ddd;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease;
    }

        .box-get-vote .bq-results .poup-list-user:before, .box-get-vote .bq-results .poup-list-user:after {
            content: "";
            position: absolute;
            bottom: 0px;
            left: 0px;
            right: 0px;
            margin: auto;
            width: 0px;
            z-index: 10;
            height: 0px;
            border-top: 7px solid #ddd;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
        }

        .box-get-vote .bq-results .poup-list-user:after {
            bottom: -7px;
        }

        .box-get-vote .bq-results .poup-list-user:before {
            border-top-width: 5px;
            border-top-color: #fff;
            border-left-width: 5px;
            border-right-width: 5px;
            z-index: 11;
            bottom: -5px;
        }

        .box-get-vote .bq-results .poup-list-user .body {
            max-height: 150px;
            overflow: auto;
        }

        .box-get-vote .bq-results .poup-list-user .user-name {
            font-size: 14px;
            display: block;
            white-space: nowrap;
            padding: 8px 0px;
            border-bottom: 1px solid #eee;
        }

    .box-get-vote .bq-results .progressbar {
        position: relative;
        padding-right: 150px;
        right: 0px;
        top: 0px;
        max-width: 100%;
    }

        .box-get-vote .bq-results .progressbar .text {
            position: absolute;
            width: 140px;
            top: 0px;
            right: 0px;
            color: #222;
            font-size: 12px;
            opacity: 0.85;
            text-align: left;
        }

            .box-get-vote .bq-results .progressbar .text:hover .poup-list-user {
                visibility: visible;
                opacity: 1;
                transition: all 0.3s ease;
            }

        .box-get-vote .bq-results .progressbar .bar {
            border-radius: 0px;
            background: #f0f3f0;
        }

            .box-get-vote .bq-results .progressbar .bar span {
                background: #66BB6A;
                border-radius: 0px;
            }

.user {
    padding-left: 50px;
    position: relative;
    min-height: 32px;
}

    .user .name {
        font-weight: bold;
        margin-bottom: 3px;
    }

    .user .pos {
        font-size: 13px;
        color: #7b7b7b;
    }

    .user .avatar {
        position: absolute;
        top: 0px;
        left: 0px;
    }

.list-users .user {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

    .list-users .user .avatar {
        top: 7px;
        left: 7px;
    }

    .list-users .user:hover {
        cursor: pointer;
        background: #f6f6f6;
    }

    .list-users .user:last-child {
        margin-bottom: 0px;
        border-bottom: 0px;
    }

.sidebar-box-note.opened {
    right: 0;
    transition: all 0.3s ease;
    visibility: visible;
    opacity: 1;
}

.sidebar-box-note {
    position: fixed;
    top: 50px;
    bottom: 0px;
    width: 260px;
    right: 0px;
    background: #fff;
    z-index: 1000;
    right: -100%;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.1);
}

.nav-cat {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    position: fixed;
    top: 50%;
    background: #0D47A1;
    cursor: pointer;
    font-size: 16px;
    right: 0px;
    color: #fff;
    line-height: 36px;
    z-index: 10;
}

.sidebar-box-note .title {
    font-size: 16px;
    font-weight: bold;
}

.sidebar-box-note .head {
    padding: 15px 10px;
    padding-right: 10px;
    padding-right: 40px;
    position: relative;
    background: #f6f7f8;
    border-bottom: 1px solid #eee;
}

.sidebar-box-note .close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.sidebar-box-note.-left {
    right: auto;
    left: -100%;
}

    .sidebar-box-note.-left.opened {
        left: 0px;
    }

.sidebar-box-note .list-document .item > a {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    word-break: break-all;
    padding-left: 35px;
    position: relative;
    display: block;
    line-height: 20px;
}

.sidebar-box-note .list-document .item .icon {
    position: absolute;
    top: 13px;
    font-size: 20px;
    left: 5px;
    opacity: 0.6;
}

.sidebar-box-note .list-note-cat li:last-child {
    border-bottom: 0px;
}

.sidebar-box-note .list-note-cat li {
    border-bottom: 1px solid #eee;
}

.sidebar-box-note .list-note-cat a {
    display: block;
    padding: 10px 10px;
    line-height: 20px;
}

.nav-document {
    width: 30px;
    height: 40px;
    background: #0D47A1;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    top: 0px;
    bottom: 0px;
    margin: auto;
    position: absolute;
}

.alert-fix {
    position: fixed;
    bottom: 40px;
    right: 10px;
    background: #43A047;
    color: #fff;
    padding: 20px;
    padding-right: 40px;
    font-size: 16px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

    .alert-fix .icon {
        font-size: 24px;
        color: #fff;
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
    }

    .alert-fix .close {
        position: absolute;
        top: 20px;
        right: 10px;
    }

.audio-canvas .close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.audio-canvas .audio-box {
    background: #eef2f7;
    padding: 20px;
}

    .audio-canvas .audio-box .box-time {
        margin-bottom: 20px;
        padding-right: 100px;
        position: relative;
    }

        .audio-canvas .audio-box .box-time .time {
            position: absolute;
            top: 0px;
            right: 0px;
            text-align: right;
            font-weight: bold;
        }

    .audio-canvas .audio-box .sound-box {
        color: #959595;
        padding-left: 50px;
        position: relative;
        padding-right: 30px;
    }

        .audio-canvas .audio-box .sound-box .volumn-icon {
            position: absolute;
            top: 7px;
            left: 0px;
        }

        .audio-canvas .audio-box .sound-box .volumn {
            position: absolute;
            top: 7px;
        }

            .audio-canvas .audio-box .sound-box .volumn.-down {
                left: 30px;
            }

            .audio-canvas .audio-box .sound-box .volumn.-up {
                right: 0px;
            }

    .audio-canvas .audio-box .actions .btn {
        color: #959595;
        font-size: 16px;
    }

.audio-canvas .content {
    max-height: 300px;
    overflow: auto;
    padding: 20px 0px;
}

    .audio-canvas .content .title {
        color: #1d7dca;
        font-size: 20px;
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }

.panel-heading {
    padding: 10px 15px;
}

.main-login-wrap {
    background: #00356b;
    height: 100vh;
    padding: 40px 0px;
}

.frm_signIn {
    position: relative;
    margin: auto;
    background: #fff;
    z-index: 10;
    max-width: 991px;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0px;
    right: 0px;
    margin: auto;
    transform: translateY(-50%);
}

    .frm_signIn .form-control, .frm_signIn .btn {
        height: auto;
    }

    .frm_signIn .img__logo {
        text-align: center;
    }

        .frm_signIn .img__logo .wrap {
            display: inline-block;
            position: relative;
        }

        .frm_signIn .img__logo .title {
            font-size: 24px;
            font-weight: bold;
            padding: 15px 0px;
            color: #b70103;
        }

            .frm_signIn .img__logo .title .product {
                color: #030405;
                font-weight: normal;
            }

    .frm_signIn .logo {
        display: inline-block;
    }

        .frm_signIn .logo img {
            height: 50px;
        }

    .frm_signIn .input-icon .form-control {
        padding: 6px 10px;
        padding-right: 30px;
    }

    .frm_signIn .input-icon .icon {
        height: 5px;
        width: 5px;
        line-height: 5px;
        top: 0px;
        bottom: 0px;
        right: 15px;
        pointer-events: none;
        margin: auto;
    }

    .frm_signIn .btn__submit {
        background-color: #b70103;
        color: #fff !important;
        font-size: 13px !important;
        display: inline-block;
        border: 0px;
        font-weight: bold;
        width: 100%;
        padding: 7px 20px;
        border-radius: 100px;
        line-height: 1.5;
        text-transform: uppercase !important;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .frm_signIn .btn__submit i {
            font-size: 13px;
        }

        .frm_signIn .btn__submit:hover {
            background-color: #1575ad;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        .frm_signIn .btn__submit:focus {
            background-color: #1575ad;
            outline: none;
        }

    .frm_signIn .bottom {
        display: block;
        text-align: center;
        margin-top: 20px;
    }

.frm__signIn--box {
    padding: 20px;
}

.frm__title {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 480px) {
    .frm__title {
        font-size: 20px;
    }
}

.frm__note {
    color: #fff;
    font-size: 14px;
    opacity: 0.8;
    line-height: 16px;
}

.frm__signIn--content {
    position: relative;
    width: 100%;
}

    .frm__signIn--content .frm__group {
        margin-bottom: 15px;
        position: relative;
    }

        .frm__signIn--content .frm__group:nth-of-type(3) {
            margin-bottom: 0;
        }

@media only screen and (max-width: 480px) {
    .frm__signIn--content {
        margin-top: 25px;
        padding-bottom: 50px;
    }

        .frm__signIn--content .frm__group {
            margin-bottom: 20px;
        }
}

.frm__label {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

    .frm__label span {
        color: #f44336;
    }

    .frm__label.radio-inline {
        padding-left: 0;
        margin: 0 85px 0 0;
    }

@media only screen and (max-width: 480px) {
    .frm__label.radio-inline {
        margin: 0 15px 0 0;
    }
}

.signIn__footer {
    padding: 10px;
    color: #fff;
    font-size: 12px;
    opacity: 0.6;
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.frm__input {
    height: 40px;
    border-radius: 5px;
    box-shadow: none;
    outline: none;
    border: 1px solid rgba(75, 60, 80, 0.31);
    color: #4B3C50;
    font-weight: 500;
    font-size: 14px;
    padding: 7px 12px;
}

    .frm__input:focus {
        box-shadow: none;
        border: 1px solid #4b3c50;
    }

    .frm__input::-webkit-input-placeholder {
        color: rgba(75, 60, 80, 0.25);
    }

    .frm__input::-moz-placeholder {
        color: rgba(75, 60, 80, 0.25);
    }

    .frm__input:-ms-input-placeholder {
        color: rgba(75, 60, 80, 0.25);
    }

@media only screen and (max-width: 480px) {
    .frm__input {
        height: 40px;
    }
}

.forget__pass a {
    color: #fff;
    border-bottom: 1px dotted #fff;
    opacity: 0.6;
    font-size: 13px;
    line-height: 15px;
    text-align: left;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .forget__pass a:hover {
        color: #fff;
        opacity: 1;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

.frm__forget--b3 {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    transform: translatey(-50%);
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.15);
    padding: 60px 35px 0 35px;
}

@media only screen and (max-width: 480px) {
    .frm__forget--b3 {
        padding: 35px 25px 0 25px;
    }
}

.frm__forget--content {
    padding-bottom: 80px;
}

@media only screen and (max-width: 480px) {
    .frm__forget--content {
        padding-bottom: 45px;
    }
}

.forget__pass--b2 {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    transform: translatey(-50%);
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.15);
    padding: 120px 95px 135px;
    text-align: center;
}

    .forget__pass--b2 .forget__pass--description {
        font-weight: 700;
        color: #00396B;
        font-weight: bold;
        font-size: 13px;
        line-height: 20px;
        margin: 15px 0 10px 0;
    }

@media only screen and (max-width: 768px) {
    .forget__pass--b2 {
        padding: 65px 55px 60px;
    }
}

@media only screen and (max-width: 375px) {
    .forget__pass--b2 {
        padding: 55px 35px 50px;
    }
}

.forget__pass--notification {
    color: #63676E;
    font-style: italic;
    font-size: 13px;
    line-height: 20px;
}

    .forget__pass--notification span {
        font-weight: 700;
        color: #4B3C50;
    }

        .forget__pass--notification span a {
            color: #4B3C50;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

        .forget__pass--notification span:hover a {
            color: #ff891e;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

.recaptcha {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}

    .recaptcha .recaptcha__content {
        width: 60%;
        margin-right: 4%;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        border: 1px solid #E9ECF0;
        border-radius: 5px;
    }

        .recaptcha .recaptcha__content .img-recaptcha {
            width: 90%;
            padding: 5px 20px;
        }

        .recaptcha .recaptcha__content .icon-recaptcha {
            width: 10%;
        }

            .recaptcha .recaptcha__content .icon-recaptcha .icon-recaptcha--item {
                border: 1px solid #E9ECF0;
                border-radius: 5px 5px 0 0;
                width: 100%;
                height: 50%;
                cursor: pointer;
                display: -webkit-flex;
                display: -moz-flex;
                display: flex;
                -webkit-align-items: center;
                -moz-align-items: center;
                align-items: center;
                -webkit-justify-content: center;
                -moz-justify-content: center;
                justify-content: center;
            }

                .recaptcha .recaptcha__content .icon-recaptcha .icon-recaptcha--item i {
                    color: rgba(33, 53, 87, 0.75);
                    font-size: 13px;
                }

    .recaptcha .input__captcha {
        width: 36%;
    }

@media only screen and (max-width: 375px) {
    .recaptcha {
        flex-direction: column;
        -webkit-flex-direction: column;
    }

        .recaptcha .recaptcha__content {
            width: 100%;
            margin-right: 0;
            margin-bottom: 15px;
        }

        .recaptcha .input__captcha {
            width: 100%;
        }
}

.frm__signUp {
    width: 100%;
    padding: 20px 35px 0 35px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

@media only screen and (max-width: 1024px) {
    .frm__signUp {
        padding: 25px 25px 0 25px;
    }
}

.frm__signUp--content {
    position: relative;
    margin-top: 25px;
    padding-bottom: 50px;
    width: 100%;
}

    .frm__signUp--content .frm__group {
        margin-bottom: 15px;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        position: relative;
    }

        .frm__signUp--content .frm__group .frm__input {
            height: 45px;
        }

@media only screen and (max-width: 1024px) {
    .frm__signUp--content {
        padding-bottom: 20px;
        margin-top: 15px;
    }

        .frm__signUp--content .frm__group {
            margin-bottom: 15px;
        }
}

@media only screen and (max-width: 480px) {
    .frm__signUp--content .frm__group .frm__input {
        height: 32px;
    }
}

.check--null {
    border: 1px solid #f44336;
}

.frm__signUp--contentb2 {
    margin-top: 0;
}

.frm__half {
    position: relative;
    float: left;
    width: 48% !important;
    margin-left: 4%;
}

    .frm__half:nth-of-type(2) {
        margin-left: 0;
    }

.back__form {
    position: absolute;
    top: 0;
    left: 0;
    color: #BDC5D1;
    font-size: 12px;
    font-weight: 500;
    line-height: 19px;
}

    .back__form a span {
        margin-right: 5px;
    }

        .back__form a span i {
            font-size: 9px;
            color: #BDC5D1;
            padding: 5px;
            background-color: #F6F7F9;
            border-top-left-radius: 5px;
        }

.calender {
    position: absolute;
    bottom: 13px;
    right: 15px;
}

    .calender i {
        color: rgba(43, 70, 106, 0.3);
    }

@media only screen and (max-width: 480px) {
    .calender {
        bottom: 9px;
    }

        .calender i {
            font-size: 13px;
        }
}

@media only screen and (max-width: 320px) {
    .calender {
        display: none;
    }
}

.frm__signUp--b3 {
    padding-top: 60px;
}

    .frm__signUp--b3 .forget__pass--notification span {
        font-style: italic;
    }

@media only screen and (max-width: 480px) {
    .frm__signUp--b3 {
        padding-top: 35px;
    }
}

.frm__description {
    color: #63676E;
    font-size: 13px;
    font-style: italic;
    line-height: 20px;
    margin: 40px 0 20px 0;
}

@media only screen and (max-width: 480px) {
    .frm__description {
        margin: 25px 0 20px 0;
    }
}

.frm__group--inline {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    margin-bottom: 20px;
}

    .frm__group--inline .frm_input--item {
        padding: 5px 0px;
        width: 30px;
        height: 43px;
        border: 0;
        outline: none;
        box-shadow: none;
        border-bottom: 1px solid #4B3C50;
        border-radius: 0;
        margin-right: 5px;
        color: #4B3C50;
        font-size: 31px;
        font-weight: 300;
        line-height: 42px;
        text-align: center;
    }

        .frm__group--inline .frm_input--item:focus {
            border-bottom: 1px solid #f44336;
        }

@media only screen and (max-width: 480px) {
    .frm__group--inline {
        margin-bottom: 15px;
    }
}

.frm__signUp--contentb3 {
    padding-bottom: 80px;
}

@media only screen and (max-width: 480px) {
    .frm__signUp--contentb3 {
        padding-bottom: 45px;
    }
}

.pageRegister {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    padding-right: 16.7%;
}

@media only screen and (max-width: 768px) {
    .pageRegister {
        position: static;
        display: block;
        padding-right: 0;
        height: auto;
    }
}

.pageRegister__inner {
    position: absolute;
    width: 456px;
    overflow: inherit !important;
    overflow-x: hidden;
}

@media only screen and (max-width: 768px) {
    .pageRegister__inner {
        position: relative;
        margin-top: 60px;
        width: 100%;
        padding: 0 20px;
    }
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.pageRegister__steps {
    overflow: visible;
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.15);
}

    .pageRegister__steps:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1;
        margin-top: -23px;
        margin-left: -23px;
        background-color: transparent;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-animation: fa-spin 2s infinite linear;
        animation: fa-spin 2s infinite linear;
        opacity: 0.8;
        font-size: 45px;
        color: gray;
        font-family: FontAwesome;
    }

    .pageRegister__steps:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 6px;
        background-color: #fff;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

.pageRegister__step {
    opacity: 0 !important;
    background-color: #fff;
    border-radius: 6px;
}

    .pageRegister__step.swiper-slide-active {
        opacity: 1 !important;
        transition-duration: 0.6s !important;
        transition-delay: 0.7s !important;
        -webkit-transition: all 0.8s ease-in-out;
        -moz-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;
    }

.pageForgetPass {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    padding-right: 16.7%;
}

@media only screen and (max-width: 480px) {
    .pageForgetPass {
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        padding: 0;
    }
}

.pageForgetPass .pageForgetPass__slide {
    position: absolute;
    width: 456px;
    height: 415px;
    overflow: inherit !important;
    overflow-x: hidden;
}

@media only screen and (max-width: 480px) {
    .pageForgetPass .pageForgetPass__slide {
        width: calc(100% - 30px);
    }
}

.pageForgetPass .pageForgetPass__slide .pageForgetPass__slide__item {
    opacity: 0 !important;
}

    .pageForgetPass .pageForgetPass__slide .pageForgetPass__slide__item.swiper-slide-active {
        opacity: 1 !important;
    }

    .pageForgetPass .pageForgetPass__slide .pageForgetPass__slide__item.swiper-slide-prev {
        opacity: 0 !important;
    }

    .pageForgetPass .pageForgetPass__slide .pageForgetPass__slide__item.swiper-slide-next {
        opacity: 0 !important;
    }

.msg {
    color: #f44336;
    font-size: 10px;
    position: absolute;
    bottom: -17px;
    left: 12px;
    z-index: 1000;
    display: none;
    text-align: left;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #f44336;
    border-radius: 3px;
    padding: 5px 7px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 480px) {
    .msg {
        padding: 4px 6px;
        bottom: -15px;
    }
}

.msg-fail {
    font-weight: 300;
    color: #f44336;
    font-size: 14px;
    padding-top: 15px;
    line-height: 16px;
}

@media only screen and (max-width: 480px) {
    .msg-fail {
        font-size: 13px;
    }
}

.dmk__form .form-group {
    margin-bottom: 23px;
}

    .dmk__form .form-group input {
        color: #dee2e8;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .dmk__form .form-group input:focus {
            color: #2b466a;
        }

@media (max-width: 768px) {
    .img-bg {
        display: none;
    }

    .main-login-wrap {
        padding: 20px;
    }

    .frm_signIn {
        position: relative;
    }
}
/*style home*/
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 0px;
    font-size: 14px;
    text-rendering: geometricPrecision;
}

body {
    font-family: "Roboto", Arial;
    font-size: 14px;
    background: #fff;
    color: #17181b;
}

.container {
    max-width: 1200px;
    width: 100%;
}

#overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 98;
    background: rgba(255, 255, 255, 0.6);
    display: none;
}

    #overlay.show {
        display: block;
    }

.tright {
    text-align: right !important;
}

.form-control {
    box-shadow: none;
    border-radius: 2px;
    border-color: #d1d4da;
    height: 32px;
}

    .form-control:hover, .form-control:focus {
        box-shadow: 0px 0px 0px 2px #f1f1f1;
    }

.panel {
    margin-bottom: 20px;
}

.btn {
    padding: 0px 10px;
    height: 32px;
    line-height: 30px;
    border-radius: 2px;
    font-size: 14px;
}

    .btn .icon {
        line-height: 30px;
    }

.avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

    .avatar.-x48 {
        width: 48px;
        height: 48px;
    }

    .avatar.-x64 {
        width: 64px;
        height: 64px;
    }

.breadcrumb-content {
    padding: 7px 0px;
}

    .breadcrumb-content .title {
        font-size: 24px;
        margin: 0px;
        margin-bottom: 5px;
        font-weight: normal;
        display: block;
    }

.breadcrumb {
    background: none;
    padding: 0px;
    margin-bottom: 0px;
}

    .breadcrumb > li .icon {
        font-size: 14px;
        margin-right: 7px;
    }

    .breadcrumb > li > a,
    .breadcrumb > li > span {
        opacity: 0.6;
    }

        .breadcrumb > li > a:hover {
            opacity: 1;
        }

    .breadcrumb > li + li:before {
        font-family: FontAwesome;
        content: "";
    }

.main-wrapper {
    padding: 20px;
}

.label-text {
    margin-bottom: 5px;
}

.box-form .row {
    margin: 0px -5px;
}

.box-form .col-xs-12 {
    padding: 0px 5px;
}

.toggle-check {
    position: relative;
    display: inline-block;
}

    .toggle-check .check {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 2;
        cursor: pointer;
    }

    .toggle-check .text {
        width: 32px;
        height: 16px;
        border-radius: 20px;
        display: block;
        position: relative;
        border: 1px solid #d1d4da;
        box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
    }

        .toggle-check .text:before {
            content: attr(text-off);
            position: absolute;
            top: 0px;
            left: 40px;
            font-weight: normal;
            white-space: nowrap;
            color: #666;
            font-size: 12px;
        }

        .toggle-check .text:after {
            content: "";
            width: 16px;
            height: 16px;
            border-radius: 50%;
            position: absolute;
            top: -1px;
            left: -1px;
            background: #fff;
            box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
        }

    .toggle-check .check:checked + .text {
        background: #28bb5c;
        border-color: rgba(0, 0, 0, 0.1);
    }

        .toggle-check .check:checked + .text:after {
            right: -1px;
            left: auto;
        }

        .toggle-check .check:checked + .text:before {
            content: attr(text-on);
        }

.select-custom {
    position: relative;
}

    .select-custom select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding-right: 20px;
    }

    .select-custom:before {
        content: "";
        position: absolute;
        top: 10px;
        right: 8px;
        opacity: 0.6;
        pointer-events: none;
        font-family: FontAwesome;
    }

.pagination-cus {
    height: 32px;
    border: 1px solid #d1d4da;
    display: block;
    border-radius: 2px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

    .pagination-cus .btn {
        height: auto;
        border-radius: 2px;
        font-size: 16px;
        position: absolute;
        top: 1px;
        bottom: 1px;
        background: #f1f1f1;
    }

        .pagination-cus .btn:hover {
            background: #1d7dca;
            color: #fff;
        }

        .pagination-cus .btn.-prev {
            left: 1px;
        }

        .pagination-cus .btn.-next {
            right: 1px;
        }

        .pagination-cus .btn .icon {
            line-height: 28px;
        }

    .pagination-cus .name {
        padding: 7px 7px;
        display: inline-block;
        font-weight: bold;
        vertical-align: middle;
    }

.table th {
    font-weight: bold;
    border-bottom: 0px !important;
    background: #1b7dcc;
    font-size: 14px;
    color: #fff;
    border: 1px solid #1b7dcc !important;
}

.table-gray th {
    background: #f3f3f3;
    border-color: #ddd !important;
    color: #333;
}

.table td {
    vertical-align: middle !important;
    border: 1px solid #e5e6e8 !important;
}

.table tr td:first-child {
    text-align: center;
}

.table tr:nth-child(2n+2) {
    background: #f6f7f8;
}

.table .icon {
    margin-right: 5px;
    opacity: 0.6;
    font-size: 14px;
}

.box-schedule {
    margin-bottom: 10px;
    line-height: 20px;
    border-bottom: 1px dotted #d1d4da;
    padding-bottom: 10px;
    cursor: pointer;
}

    .box-schedule:last-child {
        border-bottom: 0px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .box-schedule .head {
        margin-bottom: 6px;
        font-size: 15px;
        padding-right: 40px;
        position: relative;
    }

    .box-schedule .date {
        font-weight: bold;
    }

    .box-schedule .schedule-info {
        margin-bottom: 5px;
        padding-left: 10px;
        font-size: 13px;
        color: #42444a;
    }

        .box-schedule .schedule-info li {
            margin-bottom: 5px;
            position: relative;
            padding-left: 10px;
        }

.main {
    color: #1d7dca !important;
}

.state {
    border-radius: 20px;
    padding: 0px 10px;
    font-size: 11px;
    position: absolute;
    top: 0px;
    right: 0px;
    border: 1px solid transparent;
    line-height: 18px;
    white-space: nowrap;
}

    .state.nopos {
        position: relative;
        display: inline-block;
    }

    .state.-accept {
        border-color: #43A047;
        color: #43A047;
    }

    .state.-waiting {
        border-color: #FFA000;
        color: #FFA000;
    }

    .state.-cancel {
        border-color: #B0BEC5;
        color: #B0BEC5;
        background: #f6f7f8;
    }

    .state.-confirm {
        border-color: #1976D2;
        color: #1976D2;
    }

    .state.-danger {
        border-color: #e53935;
        color: #e53935;
    }

.red {
    color: red !important;
}

.input-icon {
    position: relative;
}

    .input-icon .form-control {
        padding-right: 30px;
    }

    .input-icon .icon {
        position: absolute;
        top: 8px;
        opacity: 0.6;
        right: 10px;
        pointer-events: none;
    }

.box-legend {
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #e9ebf1;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
    padding-top: 30px;
}

    .box-legend .legend-title {
        font-size: 15px;
        position: absolute;
        top: -8px;
        margin-bottom: 20px;
        font-weight: bold;
    }

        .box-legend .legend-title span {
            background: #fff;
            padding: 0px 10px;
            position: relative;
            z-index: 2;
            color: #00539e;
        }

.pagination {
    margin: 0px;
}

    .pagination > li .icon {
        line-height: 30px;
    }

    .pagination > li > a {
        border: 0px;
        color: #17181b;
        width: 30px;
        height: 30px;
        line-height: 30px;
        padding: 0px;
        text-align: center;
        display: block;
        border-radius: 3px !important;
    }

    .pagination > li.active > a {
        background: #1d7dca;
        color: #fff;
        font-weight: bold;
    }

.btn-primary {
    background: #1976D2;
}

.btn-default {
    border-color: #d1d4da;
    color: #17181b;
}

.btn-warning {
    background: #FFB300;
}

.label-text {
    margin-bottom: 5px;
    font-weight: bold;
}

.check-action {
    position: relative;
    display: inline-block;
}

    .check-action .check {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2;
        opacity: 0;
        left: 0px;
        right: 0px;
        bottom: 0px;
        top: 0px;
        cursor: pointer;
    }

    .check-action .name {
        padding-left: 25px;
        position: relative;
        display: block;
        min-height: 18px;
    }

        .check-action .name:before {
            content: "";
            width: 16px;
            height: 16px;
            border-radius: 2px;
            border: 1px solid #d1d4da;
            position: absolute;
            top: 0px;
            font-family: FontAwesome;
            left: 0px;
            line-height: 14px;
            text-align: center;
            font-size: 9px;
            background: #fff;
        }

    .check-action input[type=radio] + .name:before {
        border-radius: 50%;
    }

    .check-action .check:checked + .name:before {
        background: #4CAF50;
        color: #fff;
        content: "";
        border-color: rgba(0, 0, 0, 0.1);
    }

.jstree-default .jstree-themeicon {
    font-family: ap;
    border-radius: 2px;
    background: none;
    display: none;
}

.jstree-default .jstree-icon {
    font-style: normal;
}

.jstree-default .jstree-checkbox {
    background: none;
    display: inline-block;
    margin-right: 10px;
}

    .jstree-default .jstree-checkbox:before {
        content: "";
        width: 16px;
        height: 16px;
        border-radius: 2px;
        display: inline-block;
        vertical-align: middle;
        line-height: 14px;
        font-size: 9px;
        margin-top: 4px;
        border: 1px solid #d1d4da;
        font-family: FontAwesome;
    }

.jstree-default .jstree-anchor > .jstree-undetermined:before {
    content: "";
    color: #a2a6b1;
}

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:before,
.jstree-default .jstree-checked > .jstree-checkbox:before {
    background: #4CAF50;
    color: #fff;
    content: "";
    border-color: rgba(0, 0, 0, 0.1);
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 2px;
    border-color: #d1d4da;
}

.select2-container--default .select2-selection--multiple {
    height: 50px;
    overflow: auto;
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background: #ECEFF1;
        border-radius: 20px;
        border: 0px;
        padding: 2px 5px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #17181b;
        margin-right: 7px;
        opacity: 0.3;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            opacity: 1;
        }

.input-button {
    position: relative;
    padding-right: 40px;
}

    .input-button .btn {
        position: absolute;
        top: 0px;
        right: 0px;
    }

.table .btn-delete {
    color: #e53935;
    opacity: 0.8;
}

    .table .btn-delete:hover {
        opacity: 1;
    }

.table a {
    display: inline-block;
    padding: 2px 5px;
    line-height: 18px;
    height: auto;
}

.dropdown-menu .icon {
    opacity: 0.6;
    margin-right: 5px;
}

.tab-content {
    padding: 30px 20px;
    border: 1px solid #d1d4da;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
}

.btn-add {
    background: #4CAF50;
    color: #fff !important;
    position: relative;
    padding-left: 40px !important;
}

    .btn-add .icon {
        width: 30px;
        text-align: center;
        top: 0px;
        position: absolute;
        left: 0px;
        height: 30px;
        line-height: 30px;
        background: rgba(0, 0, 0, 0.1);
    }

    .btn-add:hover,
    .btn-add:focus {
        background: #3d8b40;
        color: #fff;
    }

.noti-fixed-bottom {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #fff;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 10;
    padding: 10px;
    padding-left: 120px;
}

    .noti-fixed-bottom .title {
        border-left: 3px solid #b71c1c;
        font-weight: bold;
        padding-left: 10px;
        position: absolute;
        top: 0px;
        padding: 10px 10px;
        left: 0px;
    }

.fixed-video-box {
    position: fixed;
    bottom: 40px;
    left: 10px;
    z-index: 100;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    height: 220px;
    width: 260px;
}

    .fixed-video-box .head-act {
        position: absolute;
        top: 0px;
        right: 0px;
    }

        .fixed-video-box .head-act .bt {
            width: 30px;
            height: 30px;
            opacity: 0.8;
            font-size: 20px;
            text-align: center;
            line-height: 30px;
            display: inline-block;
            cursor: pointer;
        }

            .fixed-video-box .head-act .bt:hover {
                opacity: 1;
            }

.dspb .btn.actived {
    background: #BDBDBD;
    border-color: #BDBDBD;
}

.filetree li .check {
    position: absolute;
    top: 5px;
    right: 10px;
}

.filetree li {
    position: relative;
    padding: 7px 10px;
}

.treeview .hitarea {
    margin-left: 0;
    float: none;
    cursor: pointer;
    position: absolute;
    top: 5px;
    left: 1px;
    background: #fff;
    color: #666;
    font-family: FontAwesome;
}

    .treeview .hitarea:before {
        content: "";
    }

.treeview .expandable-hitarea {
    background: none;
}

    .treeview .expandable-hitarea:before {
        content: "";
    }

.widget .head {
    background: #1d7dca;
    padding: 10px 10px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}

.widget .body {
    border: 1px solid #d1d4da;
}

.tabs {
    margin-bottom: 2px;
    border-bottom: 1px solid #d1d4da;
}

    .tabs > li > a {
        padding: 15px 20px;
        display: block;
        font-size: 16px;
        position: relative;
    }

        .tabs > li > a.active {
            font-weight: bold;
        }

            .tabs > li > a.active:before {
                content: "";
                position: absolute;
                bottom: -1px;
                left: 0px;
                right: 0px;
                height: 3px;
                background: #1d7dca;
            }

/*# sourceMappingURL=style.css.map */

/*Huy add*/
ul.dropdown-menu li a {
    padding: 7px 10px;
    font-size: 14px;
}

.header-danguy-DNTW {
    background-size: auto 125%;
}

.header-danguy-DNTW .logo {
    color: #FFF500;
}

.header-danguy-DNTW .menus > li.active > a:before, .header .menus > li:hover > a:before {
    background: #FFF500;
}

.header-danguy-DNTW .box-user .notify .number {
    background: #e0a800;
}