/* 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,
fbodmenu,
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

 */
/*
    Custom Header
*/
.sidebar {
    background: #fafafa;
    position: fixed;
    top: 50px;
    left: 0px;
    bottom: 0px;
    border-right: 1px solid #ddd;
    width: 220px;
    z-index: 100;
    overflow-y: auto;
    overflow-x: hidden;
}

    .sidebar .logo {
        padding: 10px 10px;
        text-align: center;
        color: #fff;
        background: #b70103;
    }

        .sidebar .logo .img {
            display: inline-block;
        }

            .sidebar .logo .img img {
                height: 60px;
                margin: 5px 50px 15px 50px;
            }

        .sidebar .logo .text {
            font-size: 16px;
        }

        .sidebar .logo .txt {
            font-weight: normal;
            color: #fdd072;
        }

    .sidebar .menus .icon {
        opacity: 0.6;
    }

    .sidebar .menus > li {
        display: block;
    }

        .sidebar .menus > li > a {
            display: block;
            padding: 15px 10px;
            position: relative;
            padding-left: 45px;
            color: #000;
            opacity: 0.75;
        }

            .sidebar .menus > li > a:hover {
                opacity: 1;
            }

        .sidebar .menus > li .icon {
            position: absolute;
            top: 10px;
            left: 10px;
        }

        .sidebar .menus > li.active .down:before {
            content: "\e313";
        }

        .sidebar .menus > li.active > .dropdown-menu {
            display: block;
        }

        .sidebar .menus > li.active > a {
            opacity: 1;
            font-weight: bold;
        }

            .sidebar .menus > li.active > a:before {
                content: "";
                top: 0px;
                left: 0px;
                right: 0px;
            }

    .sidebar .menus .down {
        position: absolute;
        top: 15px;
        right: 7px;
        font-size: 16px;
    }

        .sidebar .menus .down:before {
            content: "\e315";
        }

    .sidebar .menu-child {
        position: relative;
        width: 100%;
        top: 0px;
        left: 0px;
        float: none;
        box-shadow: none;
        background: #FFF;
        border-radius: 0px;
        border: 0px;
    }

        .sidebar .menu-child > li > a {
            color: #000000;
            padding: 10px 10px;
            display: block;
            padding-left: 40px;
            opacity: 0.7;
        }
            /*.sidebar .menu-child > li.active > a,*/
            .sidebar .menu-child > li > a:hover,
            .sidebar .menu-child > li > a:focus {
                opacity: 1;
                color: #d9251c;
                background: none;
            }

    .sidebar .nav-collapse {
        position: relative;
        bottom: 0px;
        padding: 10px;
        right: 0px;
        left: 0px;
        background: #fafafa;
        z-index: 10;
        text-align: center;
        cursor: pointer;
    }

        .sidebar .nav-collapse .icon {
            border: 1px solid #ddd;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            display: inline-block;
            position: relative;
            z-index: 2;
            background: #fff;
            text-align: center;
            font-family: FontAwesome;
            line-height: 22px;
            color: #999;
        }

            .sidebar .nav-collapse .icon:before {
                content: "\f100";
            }

        .sidebar .nav-collapse:after,
        .sidebar .nav-collapse:before {
            content: "";
            left: 0px;
            right: 0px;
            height: 1px;
            background: #ddd;
            position: absolute;
            bottom: 0px;
            top: 0px;
            margin: auto;
        }

        .sidebar .nav-collapse:after {
            top: 5px;
        }

.ecn-collapse-menu .sidebar {
    width: 50px;
    overflow: visible;
}

    .ecn-collapse-menu .sidebar .menus > li > a {
        font-size: 0px;
        height: 45px;
        width: 50px;
    }

        .ecn-collapse-menu .sidebar .menus > li > a .icon {
            font-size: 24px;
        }

.ecn-collapse-menu .main-wrapper {
    margin-left: 50px;
}

.ecn-collapse-menu .sidebar .nav-collapse .icon:before {
    content: "\f101";
}

.ecn-collapse-menu .sidebar .menu-child {
    position: absolute;
    left: 100%;
    width: 260px;
    background: #fafafa;
    border: 1px solid #eee;
    z-index: 100;
}

    .ecn-collapse-menu .sidebar .menu-child > li:last-child {
        border-bottom: 0px;
    }

    .ecn-collapse-menu .sidebar .menu-child > li > a {
        padding-left: 10px;
        border-bottom: 1px solid #eee;
    }

.ecn-collapse-menu .sidebar .down {
    display: none;
}

.ecn-collapse-menu .sidebar li {
    position: relative;
}

    .ecn-collapse-menu .sidebar li.active > ul {
        display: none !important;
    }

    .ecn-collapse-menu .sidebar li:hover > ul {
        display: block !important;
    }

.header-top {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    padding: 0px 10px;
    color: #fff;
    height: 50px;
    background-size: cover;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

    .header-top .logo {
        position: absolute;
        top: 0px;
        left: 0px;
        padding-top: 8px;
        padding-left: 55px;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
    }

        .header-top .logo .img {
            width: 40px;
            position: absolute;
            top: 5px;
            left: 5px;
            display: block;
        }

            .header-top .logo .img img {
                width: 100%;
            }

        .header-top .logo .txt {
            display: block;
            margin-top: 5px;
        }

    .header-top .search {
        position: relative;
    }

        .header-top .search .icon {
            position: absolute;
            top: 0px;
            left: 7px;
            opacity: 0.6;
            bottom: 0px;
            height: 20px;
            line-height: 20px;
            margin: auto;
            font-size: 20px;
        }

        .header-top .search .form-control {
            padding-left: 30px;
            border: 0px;
            border-radius: 20px;
            background: rgba(0, 0, 0, 0.1);
            color: #fff;
            border-bottom: 1px solid transparent;
        }

            .header-top .search .form-control::placeholder {
                color: rgba(255, 255, 255, 0.4);
            }

            .header-top .search .form-control:hover,
            .header-top .search .form-control:focus {
                box-shadow: none;
                background: rgba(0, 0, 0, 0.2);
            }

    .header-top .box-menus {
        float: right;
        margin-top: 10px;
    }

    .header-top .header-nav-item {
        float: left;
        padding: 5px 20px;
    }

        .header-top .header-nav-item.-notify {
            position: relative;
            cursor: pointer;
        }

            .header-top .header-nav-item.-notify .icon {
                opacity: 0.6;
            }

            .header-top .header-nav-item.-notify .dot {
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background: #FF7043;
                position: absolute;
                top: 5px;
                right: 22px;
                z-index: 2;
            }

            .header-top .header-nav-item.-notify .dropdown-menu {
                padding: 0px;
                min-width: 300px;
            }

                .header-top .header-nav-item.-notify .dropdown-menu .head {
                    background: #f6f7f8;
                    padding: 10px;
                    padding-right: 100px;
                    position: relative;
                }

                    .header-top .header-nav-item.-notify .dropdown-menu .head .title {
                        font-size: 18px;
                        margin-bottom: 0px;
                    }

                    .header-top .header-nav-item.-notify .dropdown-menu .head .checkall {
                        position: absolute;
                        top: 5px;
                        right: 10px;
                        padding: 5px 10px;
                        color: #0D47A1;
                    }

                        .header-top .header-nav-item.-notify .dropdown-menu .head .checkall:hover {
                            text-decoration: underline;
                        }

            .header-top .header-nav-item.-notify li > a {
                padding: 10px 15px;
                padding-right: 100px;
                position: relative;
            }

            .header-top .header-nav-item.-notify .user {
                padding: 5px 0px;
                padding-left: 35px;
                position: relative;
            }

                .header-top .header-nav-item.-notify .user .avatar {
                    display: inline-block;
                    margin-right: 10px;
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    width: 24px;
                    height: 24px;
                }

                .header-top .header-nav-item.-notify .user .name {
                    color: #555;
                }

            .header-top .header-nav-item.-notify .title {
                padding: 0px;
                margin-bottom: 7px;
                font-weight: bold;
                line-height: 20px;
            }

                .header-top .header-nav-item.-notify .title:hover {
                    background: none;
                }

            .header-top .header-nav-item.-notify .datetime {
                position: absolute;
                top: 15px;
                right: 10px;
                font-size: 12px;
                color: #999;
            }

        .header-top .header-nav-item.-user {
            padding-left: 40px;
            position: relative;
            cursor: pointer;
        }

            .header-top .header-nav-item.-user .avatar {
                position: absolute;
                top: 0px;
                left: 0px;
            }

            .header-top .header-nav-item.-user .name {
                font-weight: bold;
                margin-bottom: 3px;
            }

            .header-top .header-nav-item.-user .pos {
                font-size: 12px;
                opacity: 0.6;
            }

    .header-top .dropdown-menu {
        left: auto;
        right: 0px;
        border: none;
        box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    }

    .header-top .dropdown-menu {
        min-width: 160px;
    }

        .header-top .dropdown-menu li {
            border-bottom: 1px solid #e1e4ea;
        }

            .header-top .dropdown-menu li > a {
                padding: 7px 10px;
                font-size: 14px;
                display: block;
            }

            .header-top .dropdown-menu li:last-child {
                border-bottom: 0px;
            }

            .header-top .dropdown-menu li .icon {
                margin-right: 5px;
                opacity: 0.6;
            }
/*
    Home page
*/
.btn-search {
    background: #FFB300;
    color: #fff;
}

    .btn-search:hover {
        color: #fff;
        background: #cc8f00;
    }

.btn-add {
    background: #b80002;
    color: #fff;
    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: #feb212;
        color: #fff;
    }

.table th {
    font-weight: bold;
    border-bottom: 0px !important;
    background: #5278a6;
    font-size: 14px;
    color: #fff;
    border: 1px solid #5278a6 !important;
}

.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;
}

.table.treetable span.indenter > a {
    font-family: FontAwesome;
    display: inline-block;
}

    .table.treetable span.indenter > a:before {
        content: "\f0da";
        opacity: 0.6;
    }

.table.treetable .expanded span.indenter > a {
    font-family: FontAwesome;
    display: inline-block;
}

    .table.treetable .expanded span.indenter > a:before {
        content: "\f0d7";
    }

.modal-content {
    border-radius: 2px;
}

.modal-header {
    background: #f6f7f8;
}

.box-attend-part {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

    .box-attend-part:last-child {
        border-bottom: 0px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .box-attend-part .item {
        margin-bottom: 10px;
    }

    .box-attend-part .list-users .btn {
        margin-left: 10px;
        display: inline-block;
        opacity: 0.4;
        padding: 2px 4px;
        height: auto;
    }

        .box-attend-part .list-users .btn:hover {
            opacity: 1;
        }

    .box-attend-part .cta {
        margin-top: 15px;
    }

        .box-attend-part .cta a:hover {
            text-decoration: underline;
        }

.profile-info-row {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

    .profile-info-row .key,
    .profile-info-row .value {
        display: table-cell;
        vertical-align: top;
    }

    .profile-info-row .key {
        width: 160px;
        font-weight: bold;
        opacity: 0.85;
        text-align: left;
        padding-right: 10px;
    }

    .profile-info-row .list-value a {
        color: #1565C0;
    }

        .profile-info-row .list-value a:hover {
            color: #0D47A1;
        }

    .profile-info-row .list-value p {
        margin-bottom: 10px;
    }

@media (max-width: 768px) {
    .profile-info-row {
        display: block;
    }

        .profile-info-row .key,
        .profile-info-row .value {
            display: block;
            text-align: left;
            margin-bottom: 5px;
        }
}

.modal-title {
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    display: block;
}

.modal-header .close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.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;
    }

.box-schedule {
    margin-bottom: 10px;
    line-height: 20px;
    border-bottom: 1px dotted #e1e4ea;
    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;
        }

.list-tree {
    border-radius: 3px;
    font-size: 14px;
}

    .list-tree .icon {
        color: #e8be01;
        margin-right: 5px;
    }

    .list-tree .jstree-open > a > .fa-folder:before {
        content: "\f07c";
    }

.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 .upload1 {
    position: relative;
    border: none;
    margin: 0px;
    padding: 5px;
    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: 100px;*/
    line-height: 1.2;
}

.box-form {
    padding: 20px;
    margin-bottom: 20px;
}

.box-file-note .list-act {
    margin-bottom: 20px;
    border: 1px solid #e1e4ea;
    display: inline-block;
    border-radius: 3px;
}

    .box-file-note .list-act:after {
        content: "";
        clear: both;
        display: block;
    }

    .box-file-note .list-act .icon {
        margin-right: 5px;
        opacity: 0.6;
    }

    .box-file-note .list-act > li {
        float: left;
        border-right: 1px solid #e1e4ea;
    }

        .box-file-note .list-act > li:last-child {
            border-right: 0px;
        }

        .box-file-note .list-act > li > a {
            padding: 5px 15px;
            height: auto;
            opacity: 0.8;
            border-radius: 0px;
        }

            .box-file-note .list-act > li > a:hover {
                background: #f6f7f8;
                opacity: 1;
            }

        .box-file-note .list-act > li.active > a {
            background: #3788e2;
            color: #fff;
            opacity: 1;
        }

.box-file-note .list-notes a {
    display: block;
    padding: 5px 10px;
    position: relative;
    padding-left: 20px;
}

    .box-file-note .list-notes a:before {
        content: "";
        width: 3px;
        height: 3px;
        position: absolute;
        top: 0px;
        left: 0px;
        background: #17181b;
        top: 10px;
    }

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
    border-color: #e1e4ea;
}

.fc-event,
.fc-event-dot {
    background-color: #1d97c7;
    border: 0px;
    border-radius: 2px;
}

.fc-state-default {
    background: #fff;
    box-shadow: none;
    border-color: #e1e4ea;
    border-radius: 0px;
    text-shadow: none;
    outline: none;
}

    .fc-state-default:hover {
        background: #f6f7f8;
    }

.fc-unthemed .fc-widget-header {
    background: #f2f4f7;
    color: #17181b;
    border-color: #dadee4 !important;
}

    .fc-unthemed .fc-widget-header > span,
    .fc-unthemed .fc-widget-header > a {
        display: block;
        padding: 5px 0px;
    }

.fc-list-table td {
    padding: 5px 10px;
}

.fc-unthemed .fc-widget-header > span,
.fc-unthemed .fc-widget-header > a {
    color: #17181b;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
    background: #1b7dcc;
}

.fc-toolbar h2 {
    font-size: 18px;
    padding-top: 5px;
    font-weight: bold;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
    background: #1d7bab;
    color: #fff;
}

.fc-basic-view .fc-day-top .fc-week-number {
    border-radius: 0px;
    background: #ffeae3;
    color: #f76422;
    text-align: center;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
    border-radius: 0px;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    color: #fff;
}

.fc-toolbar.fc-header-toolbar {
    background: #1b7dcc;
    color: #fff;
    padding: 10px 0px;
    margin-bottom: 0px;
}

    .fc-toolbar.fc-header-toolbar .fc-state-default {
        background: none;
        color: #fff;
        border: 0px;
    }

.top-main-schedule {
    margin-bottom: 30px;
}

    .top-main-schedule .main-title-schedule {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #0c315a;
        line-height: 32px;
    }

    .top-main-schedule .info {
        margin-bottom: 10px;
        font-size: 16px;
        padding-left: 30px;
        position: relative;
        line-height: 20px;
    }

        .top-main-schedule .info .icon {
            position: absolute;
            top: 0px;
            left: 0px;
            color: #6b6b6b;
        }

    .top-main-schedule .list-file {
        padding-left: 50px;
    }

        .top-main-schedule .list-file a {
            display: block;
            padding: 5px 0px;
            color: #143e82;
        }

            .top-main-schedule .list-file a:hover {
                text-decoration: underline;
            }

.frm_signIn {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 10;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 1024px) {
    .frm_signIn {
        background-position: 85% 100%;
    }
}

@media only screen and (max-width: 768px) {
    .frm_signIn {
        overflow: hidden;
        min-height: 100vh;
        height: auto;
        padding-bottom: 100px;
    }
}

.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;
        padding-left: 60px;
    }

    .frm_signIn .img__logo .title {
        font-size: 24px;
        font-weight: bold;
        padding: 15px 0px;
    }

        .frm_signIn .img__logo .title .product {
            color: #5278a5;
            font-weight: normal;
        }

.frm_signIn .logo {
    position: absolute;
    top: 0px;
    left: 0px;
}

    .frm_signIn .logo img {
        height: 50px;
    }

.frm_signIn .input-icon .form-control {
    padding: 10px 10px;
    padding-right: 30px;
}

    .frm_signIn .input-icon .form-control:hover,
    .frm_signIn .input-icon .form-control:focus {
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    }

.frm_signIn .input-icon .icon {
    top: 5px;
    right: 5px;
}

.frm_signIn .btn__submit {
    background-color: #b80002;
    color: #fff !important;
    font-size: 13px !important;
    display: inline-block;
    height: 43px;
    border: 0px;
    font-weight: bold;
    width: 100%;
    padding: 10px 20px;
    border-radius: 100px;
    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: #f9c489;
        -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;
    }

.main-login-wrap {
    position: relative;
}

    .main-login-wrap .bg {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 2;
        opacity: 1;
    }

.frm__signIn {
    position: absolute;
    top: 50%;
    right: 0%;
    left: 0px;
    margin: auto;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    max-width: 456px;
    color: #de021d;
}

    .frm__signIn .img__logo {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

        .frm__signIn .img__logo img {
            display: inline-block;
            max-width: 200px;
        }

    .frm__signIn .box {
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.15);
        padding: 30px;
    }

@media only screen and (max-width: 768px) {
    .frm__signIn {
        right: 0px;
    }
}

@media only screen and (max-width: 480px) {
    .frm__signIn {
        width: 100% !important;
        padding: 20px;
    }
}

.frm__signIn .bottom {
    margin-top: 20px;
    color: #000;
    text-align: center;
}

    .frm__signIn .bottom .btn {
        border-color: #fff;
        padding: 2px 10px;
        border-radius: 2px;
    }

        .frm__signIn .bottom .btn:hover {
            background: #fff;
            color: #0D47A1;
        }

.frm__title {
    color: #fff;
    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-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 {
    margin-top: 20px;
    font-size: 12px;
    color: #000;
    opacity: 0.6;
    text-align: center;
}

.input-icon {
    position: relative;
}

    .input-icon .form-control {
        padding-right: 30px;
    }

    .input-icon .icon {
        width: 30px;
        height: 30px;
        text-align: center;
        position: absolute;
        top: 0px;
        right: 0px;
        margin: auto;
        bottom: 0px;
        pointer-events: none;
        color: #17181a;
        opacity: 0.6;
        line-height: 30px;
    }

.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);
    }

.title-main {
    display: block;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: bold;
}

@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: "\f110";
        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;
        }
/*style home*/
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 0px;
    text-rendering: geometricPrecision;
}

body {
    font-family: 'Roboto', Arial;
    font-size: 14px;
    background: #fff;
    color: #17181b;
}

.container {
    max-width: 1200px;
    width: 100%;
}

.overlay-common {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 98;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

    .overlay-common.show {
        display: block;
    }

.tright {
    text-align: right !important;
}

.form-control {
    box-shadow: none;
    border-radius: 2px;
    border-color: #e1e4ea;
    height: 32px;
    font-size: 14px;
}

    .form-control:hover,
    .form-control:focus {
        box-shadow: 0px 0px 0px 2px #f1f1f1;
    }

.btn {
    padding: 5px 10px;
    height: 32px;
    font-size: 14px;
    border-radius: 2px;
    margin-right:5px;
}

.panel {
    margin-bottom: 20px;
}

.panel-heading {
    padding: 10px 15px;
}

.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: "\f105";
    }

.main-wrapper {
    margin-left: 220px;
    margin-top: 60px;
    padding: 30px;
}

.label-text {
    margin-bottom: 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 #e1e4ea;
        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: "\f107";
        position: absolute;
        top: 10px;
        right: 8px;
        opacity: 0.6;
        pointer-events: none;
        font-family: FontAwesome;
    }

.pagination-cus {
    height: 32px;
    border: 1px solid #e1e4ea;
    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: 30px;
        border-radius: 0px;
        font-size: 16px;
        position: absolute;
    }

        .pagination-cus .btn:hover {
            background: #0D47A1;
            color: #fff;
        }

        .pagination-cus .btn.-prev {
            left: 0px;
        }

        .pagination-cus .btn.-next {
            right: 0px;
        }

    .pagination-cus .name {
        padding: 7px 7px;
        display: inline-block;
        font-weight: bold;
        vertical-align: middle;
    }

.red {
    color: red !important;
}

.input-icon {
    position: relative;
}

    .input-icon .form-control {
        padding-right: 30px;
    }

.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;
    padding-right: 40px;
}

    .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: #5278a6;
        color: #fff;
        font-weight: bold;
    }

.btn-primary {
    background: #1976D2;
}

.btn-default {
    border-color: #e1e4ea;
    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;
        color: #000;
        position: relative;
        display: block;
        min-height: 18px;
    }

        .check-action .name:before {
            content: "";
            width: 16px;
            height: 16px;
            border-radius: 2px;
            border: 1px solid #e1e4ea;
            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: "\f00c";
        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 #e1e4ea;
        font-family: FontAwesome;
    }

.jstree-default .jstree-anchor > .jstree-undetermined:before {
    content: "\f068";
    color: #a2a6b1;
}

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:before,
.jstree-default .jstree-checked > .jstree-checkbox:before {
    background: #4CAF50;
    color: #fff;
    content: "\f00c";
    border-color: rgba(0, 0, 0, 0.1);
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 2px;
    border-color: #e1e4ea;
}

.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;
}

.dropdown-menu .icon {
    opacity: 0.6;
    margin-right: 5px;
}

.tabs:after {
    content: "";
    display: block;
    clear: both;
}

.tabs > li {
    float: left;
    margin-right: 5px;
    border: 1px solid #e1e4ea;
    border-bottom: 0px;
    position: relative;
    box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.05);
}

    .tabs > li.active:before {
        content: "";
        height: 2px;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -1px;
        background: #fff;
        z-index: 2;
    }

    .tabs > li.active:after {
        content: "";
        height: 3px;
        background: #d9251c;
        top: -1px;
        left: 0px;
        right: 0px;
        position: absolute;
    }

    .tabs > li.active > a {
        opacity: 1;
        font-weight: bold;
        background: #fff;
    }

    .tabs > li > a {
        display: block;
        padding: 12px 20px;
        font-size: 14px;
        opacity: 0.7;
        background: #f6f7f8;
    }

.tab-content {
    padding: 30px 20px;
    border: 1px solid #e1e4ea;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
}
/*# sourceMappingURL=style.css.map */
.nav-toggle {
    display: none;
}

.table-calendar-wrap {
    width: 100%;
    overflow: auto;
}

.footable-details {
    background: #fff;
}

    .footable-details tr:nth-child(2n+2) {
        background: #fff;
    }

    .footable-details th {
        background: #f9f9f9 !important;
        border-color: #ddd !important;
        color: #232425;
    }

@media (max-width: 991px) {
    .nav-toggle {
        display: block;
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        cursor: pointer;
        z-index: 10;
        margin: auto;
    }

        .nav-toggle .icon {
            line-height: 36px;
            font-size: 24px;
        }

    .sidebar {
        position: fixed;
        left: -100%;
        visibility: hidden;
        opacity: 0;
        z-index: 100;
        transition: all 0.3s ease;
    }

        .sidebar.show {
            left: 0px;
            visibility: visible;
            opacity: 1;
            transition: all 0.3s ease;
        }

        .sidebar .search {
            padding: 10px;
            position: relative;
        }

            .sidebar .search .form-control {
                padding-left: 30px;
            }

            .sidebar .search .icon {
                position: absolute;
                top: 15px;
                left: 15px;
                opacity: 0.5;
            }

    .header-top {
        background: #13538c;
        color: #fff;
    }

        .header-top .search .icon {
            color: #777;
            left: 5px;
        }

    .breadcrumb-content {
        display: none;
    }

    .header-top {
        left: 0px;
    }

    .main-wrapper {
        margin-left: 0px;
        padding: 20px;
    }

    .header-top .header-nav-item {
        padding: 5px 10px;
    }

        .header-top .header-nav-item.-user {
            padding-left: 32px;
        }

            .header-top .header-nav-item.-user .wrap {
                height: 36px;
            }

            .header-top .header-nav-item.-user .name,
            .header-top .header-nav-item.-user .pos {
                display: none;
            }

    .header-top .search {
        display: none;
    }
}

@media (max-width: 768px) {
    .btn {
        margin: 5px 0px;
        width: 100%;
        display: block;
    }
}

.files .item {
    margin-top: 7px;
    position: relative;
    padding-left: 30px;
    min-height: 20px;
}

    .files .item .icon {
        position: absolute;
        top: 0px;
        left: 0px;
        opacity: 0.6;
        font-size: 16px;
    }

.head-button {
    margin-bottom: 20px;
}

    .head-button:after {
        content: "";
        display: block;
        clear: both;
    }

    .head-button .title-main {
        position: relative;
    }

        .head-button .title-main:before {
            height: 1px;
            position: absolute;
            left: 0px;
            right: 0px;
            content: "";
            background: #ddd;
            bottom: 5px;
        }

        .head-button .title-main span {
            display: inline-block;
            background: #fff;
            padding-right: 10px;
            position: relative;
            z-index: 1;
            z-index: 10;
        }

.filetree li .check {
    position: absolute;
    top: 5px !important;
    right: 10px !important;
}

.filetree li {
    position: relative;
    background: none !important;
    padding: 8px 10px !important;
    border-bottom: 1px solid #ddd !important;
}

    .filetree li:last-child {
        border-bottom: 0px !important;
    }

    .filetree li:before {
        content: "";
        height: 1px;
        position: absolute;
        top: 14px;
        left: -9px;
        border-top: 1px dotted #000;
        width: 10px;
    }

.treeview .hitarea {
    margin-left: 0 !important;
    float: none !important;
    cursor: pointer !important;
    position: absolute !important;
    top: 8px !important;
    left: -4px !important;
    background: #fff !important;
    color: #666 !important;
    z-index: 2;
    font-family: FontAwesome;
}

.filetree span.folder {
    background: url(images/folder.gif) 3px 0 no-repeat !important;
}

.treeview li.last {
    background-position: 0 -1760px !important;
}

.treeview .hitarea:before {
    content: "\f147";
}

.treeview .expandable-hitarea {
    background: none;
}

.filetree > li:before {
    left: 6px;
    z-index: 10;
}

.treeview .expandable-hitarea:before {
    content: "\f196";
}

.treeview ul:before {
    content: "";
    width: 1px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    top: 0px;
    border-left: 1px dotted #000;
}

.qlph-header-top {
    background: #e8f5fe;
    padding: 10px;
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 10px;
}

    .qlph-header-top .form-group {
        margin: 0px;
    }

    .qlph-header-top .input-search {
        position: relative;
    }

        .qlph-header-top .input-search .form-control {
            padding-right: 40px;
        }

        .qlph-header-top .input-search .btn {
            position: absolute;
            top: 2px;
            right: 2px;
            bottom: 2px;
            height: auto;
            background: #1d7dca;
        }

.qlph .list-schedules .item {
    border: 1px solid #b7b7b7;
    padding: 10px;
    margin-bottom: 20px;
}

.qlph .list-schedules .name {
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 15px;
}

.qlph .list-schedules .info .li {
    margin-right: 20px;
    display: inline-block;
}

    .qlph .list-schedules .info .li:last-child {
        margin-right: 0px;
    }

.qlph .list-schedules .info .icon {
    margin-right: 5px;
}

.qlph .list-schedules .link {
    color: #1d7dca;
}

.qlph a:hover {
    text-decoration: underline;
}

.qlph .bottom {
    padding: 10px;
    background: #f7f7f7;
    margin-top: 15px;
}

    .qlph .bottom .add {
        color: #268d02;
    }

    .qlph .bottom a {
        margin-right: 20px;
        display: inline-block;
    }

        .qlph .bottom a .icon {
            margin-right: 5px;
        }

        .qlph .bottom a:last-child {
            margin-right: 0px;
        }

.cap-nhap-phien-hop .label-text {
    color: #828181;
}

    .cap-nhap-phien-hop .label-text .link {
        color: #1d7dca;
        font-weight: normal;
    }

        .cap-nhap-phien-hop .label-text .link:hover {
            text-decoration: underline;
        }

.cap-nhap-phien-hop .link {
    color: #1d7dca;
}

    .cap-nhap-phien-hop .link:hover {
        text-decoration: underline;
    }

.cap-nhap-phien-hop .profile-info-row .key {
    width: 140px;
}

.cap-nhap-phien-hop .panel-collapse {
    border: 1px solid #b7b7b7;
}

    .cap-nhap-phien-hop .panel-collapse .panel-heading {
        border-bottom: 1px solid #b7b7b7;
    }

    .cap-nhap-phien-hop .panel-collapse .panel-body {
        padding: 20px;
    }

    .cap-nhap-phien-hop .panel-collapse .box {
        border: 1px solid #b7b7b7;
        padding: 10px;
    }

        .cap-nhap-phien-hop .panel-collapse .box .bottom {
            margin-top: 20px;
            padding: 10px;
            background: #f7f7f7;
        }

            .cap-nhap-phien-hop .panel-collapse .box .bottom a {
                margin-right: 20px;
                display: inline-block;
                color: #1d7dca;
            }

                .cap-nhap-phien-hop .panel-collapse .box .bottom a:hover {
                    text-decoration: underline;
                }

                .cap-nhap-phien-hop .panel-collapse .box .bottom a .icon {
                    margin-right: 5px;
                }

                .cap-nhap-phien-hop .panel-collapse .box .bottom a:last-child {
                    margin-right: 0px;
                }

                .cap-nhap-phien-hop .panel-collapse .box .bottom a.save {
                    color: #268d02;
                }

                .cap-nhap-phien-hop .panel-collapse .box .bottom a.remove {
                    color: #eb0f04;
                }

.cap-nhap-phien-hop .list-check .check-action {
    margin-bottom: 10px;
    display: block;
}

/* Bieu quyet - Huy add */
/*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;
            }