html, body {
    position: relative;
    min-height: 100% !important;
}

.unit {
    height: 100px;
    width: 30%;
    margin: 1.5%;
    background: #cccccc;
    float: left;
}

.toggle {
    text-decoration: none;
    font-size: 20px;
    color: black;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out 0;
    transition: all 0.15s ease-out 0;
    position: fixed;
    top: 300px;
    left: 5px;
    z-index: 1;
    cursor: pointer;
}

.sidebar {
    /*position: fixed;
    top: 0px;
    bottom: 0px;
    left: -570px;
    -webkit-transition: all 0.15s ease-out 0;
    -moz-transition: all 0.15s ease-out 0;
    transition: all 0.15s ease-out 0;
    width: 550px;
    padding: 30px 10px;
    background: white;
    overflow: scroll;
    z-index: 0;*/
}

/*.sidebar ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .sidebar li {
        color: rgba(255, 255, 255, 0.8);
        font-family: "Ubuntu", sans-serif;
        font-size: 12px;
        margin: 0;
        margin-bottom: 16px;
        -webkit-font-smoothing: antialiased;
        cursor: pointer;
    }

        .sidebar li:hover {
            color: white;
        }*/

#sidebartoggler {
    display: none;
}

    #sidebartoggler:checked + .page-wrap .sidebar {
        left: 0px;
    }

    #sidebartoggler:checked + .page-wrap .toggle {
        left: 551px;
    }

.content {
    position: relative;
    z-index: 0;
    margin-left: 30px;
}

.title {
    text-align: center;
    font-size: 29px;
}

.left-panel, .right-panel {
    position: relative;
    height: 100vh;
}

.top .left-panel, .top .right-panel {
    height: 120px;
}

.left-panel .row, .right-panel .row {
    display: flexbox;
}

.left-panel .row, .right-panel .row {
    padding: 15px 5px 0px 0px;
    margin-right: 5px;
}

    .left-panel .row input, .right-panel .row input, .right-panel .row select {
        margin-right: 10px;
        width: 180px;
        position: relative;
        flex: 2;
    }

    .left-panel .row label, .right-panel .row label {
        float: left;
        padding: 5px 0;
        margin-right: 12px;
    }

.select-date {
    padding: 2px;
}

.btn-search {
    margin: 25px 0;
    padding: 15px 0;
    display: block;
    margin-left: 19px;
}

.btn-search-sm {
    margin: 0px 0;
    padding: 5px 0;
    display: block;
    margin-left: 20px;
}

.btn-accept {
    margin: 0px 0;
    padding: 5px 0;
    display: block;
    margin-left: 20px;
}

.btn-bottom {
    margin: 0px 0;
    padding: 5px 0;
    display: block;
    margin-left: 5px;
}

.btn-save {
    margin: 25px 0;
    text-align: center;
    padding: 15px 5px;
    display: block;
}

.btn-pre {
    margin: 5px 0;
    text-align: center;
    padding: 5px 5px;
    display: block;
}

.info-bill {
    background-color: #fff;
    top: -10px;
    left: 370px;
    position: absolute;
    width: 120px;
    margin: 0;
    z-index: 1;
    text-align: center;
}

.detail, .top {
    font-family: "Ubuntu", sans-serif;
    font-size: 12px;
    margin: 0;
    margin-bottom: 16px;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    position: relative;
}

    .detail .left-panel, .detail .right-panel {
        height: 80vh;
        padding-top: 20px;
    }

.detail-bill {
    background-color: #fff;
    left: 30px;
    top: 120px;
    position: absolute;
    width: 120px;
    margin: 0;
    z-index: 1;
    text-align: center;
}

table {
    height: 60%;
    border: 1px;
}

.func-btn {
    margin: 10px;
}

fieldset.scheduler-border {
    /*border: 1px groove #999 !important;*/
    /*padding: 0 1.4em 1.4em 1.4em !important;*/
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.1em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 10px 10px 5px 5px;
    margin-left: 20px;
    margin-bottom: 0px;
    border-bottom: none;
    color: #468ebc;
}


/* BootstrapDialog*/
/*.modal-content{
    margin: 0 auto;
    *width: 50%;
    height: 20%;
}*/
/* Set Button Midde Top Bottom */
.auto-center-5 {
    /*margin: 80% 20% auto auto;*/
    margin-top: 0%;
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
}

.auto-center-25 {
    /*margin: 80% 20% auto auto;*/
    margin-top: 25%;
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
}

.auto-center-80 {
    /*margin: 80% 20% auto auto;*/
    margin-top: 80%;
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
}

.holder {
    height: 100%;
    position: relative;
}

.aligt-center-bottom {
    height: 30px;
    position: absolute;
    text-align: center;
    bottom: 0;
    right: 0;
    left: 0;
}

/* SET column table*/

.checkedClass {
    background: #24921b;
    font-size: 14px;
    color: white;
}

.zIndexMax {
    z-index: 999999;
}

.zIndexMin {
    z-index: 0;
}

.zIndex-3 {
    /*z-index: 3;*/
}
/*Active Change*/

.clickedXuat {
    background: #24921b;
    font-size: 14px;
    color: white;
}

.clickedNhap {
    background: #294ab6;
    font-size: 14px;
    color: white;
}
/*input validate*/
input {
    display: inline-block;
    vertical-align: middle;
}

    input.ng-invalid {
        /*border: 1px solid #ac1f1f;*/
    }

.input-min {
    min-width: 100%;
}


.no-pm {
    margin: 0px;
    padding: 0px;
}

.form-group {
    margin-right: -15px;
    margin-left: -15px;
}

.font-weight-100 {
    font-weight: 100;
}

/*Font*/
.font-size-10 {
    /*font-size: 10px;*/
}

.font-size-11 {
    font-size: 11px !important;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-13 {
    /*font-size: 13px;*/
}

.font-size-14 {
    /*font-size: 14px;*/
}

.font-size-16 {
    /*font-size: 16px;*/
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

/*Begin Customize Css*/
.nano-row-padding {
    padding: 5px;
}

.div-border {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.tab-padding-left {
    padding-left: 15px;
}

.search-text-col-3 {
    width: 150px;
    max-width: 150px;
}

.textbox-width-40 {
    width: 40px;
}

.textbox-width-50 {
    width: 50px;
}

.textbox-width-55 {
    width: 55px;
}

.textbox-width-100 {
    width: 100px;
}

.textbox-width-150 {
    width: 150px;
}

.textbox-width-200 {
    width: 200px;
}

.label-width-100 {
    width: 100px;
}

.search-label-col-3 {
    width: 50px;
}

.margin-top-0 {
    margin-top: 0px;
}

.margin-top-1 {
    margin-top: 1px;
}

.margin-top-2 {
    margin-top: 2px;
}

.margin-top-3 {
    margin-top: 3px;
}

.margin-top-4 {
    margin-top: 4px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-12 {
    margin-top: 12px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-35 {
    margin-top: 35px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-row {
    margin-top: 3px;
}

.margin-left-25 {
    margin-left: 25px;
}

.margin-left-2 {
    margin-left: 2px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-left-25 {
    margin-left: 25px;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-right-25 {
    margin-right: 25px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-lr-5 {
    margin-left: 5px;
    margin-right: 5px;
}

/*padding*/
.padding-content {
    padding: 5px;
}

.padding-1 {
    padding: 1px;
}

.padding-2 {
    padding: 2px;
}

.padding-3 {
    padding: 3px;
}

.padding-4 {
    padding: 4px;
}

.padding-5 {
    padding: 5px;
}

.padding-6 {
    padding: 6px;
}

.padding-7 {
    padding: 7px;
}

.padding-10 {
    padding: 10px;
}

.padding-10 {
    padding: 10px;
}

.padding-15 {
    padding: 15px;
}

.padding-20 {
    padding: 20px;
}

.padding-25 {
    padding: 25px;
}

.padding-30 {
    padding: 30px;
}

.padding-left-0 {
    padding-left: 0px;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-left-25 {
    padding-left: 25px;
}

.padding-left-30 {
    padding-left: 30px;
}

.padding-right-0 {
    padding-right: 0px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-right-15 {
    padding-right: 15px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.no-padding {
    padding: 0px;
}

.no-margin {
    margin: 0px;
}

.font-normal {
    font-weight: normal;
}

.max-width-none {
    max-width: none;
}

.col-20 {
    width: 20px;
}

.padding-lr-2 {
    padding-left: 2px;
    padding-right: 2px;
}

.padding-lr-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.padding-lr-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.padding-lr-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.padding-left-10 {
    padding-left: 10px;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table-no-margin {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.table-tr-td-margin-5px > tr > td {
    margin: 5px;
}

.tbale-tr-padding-tb {
    padding-top: 10px;
    padding-bottom: 10px;
}

.input-text-100 {
    width: 100% !important;
}

.table-no-bordered {
    border: 0px solid #000;
    border-color: #fff;
}

.font-default {
    font-family: Arial, Tahoma, Verdana;
    font-size: 14px;
    font-weight: 100;
}

.center {
    margin: 0 auto;
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.backgroud-default {
    background-color: #fff;
}

.border-default {
    border: 1px solid #fff;
}

.no-border {
    border: 0px solid #fff;
}

.no-border-top {
    border-top: 0 none;
}

.no-border-bottom {
    border-bottom-color: #FFFFFF;
    border-bottom: 1px solid #F5F5F5;
    /*border-bottom: 0 none;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);*/
}

.border-input {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    border-color: #696969;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.border-e3e3e3 {
    border: 1px solid #e3e3e3;
}

.readonly-textbox {
    background: #c3c3c3;
}

.color-red {
    color: red;
}

.color-blue {
    color: blue;
}

.color-black {
    color: black;
}

.color-yellow {
    color: yellow;
}

.color-violet {
    color: violet;
}

.color-green {
    color: green;
}

.color-orange {
    color: orange;
}

.color-white {
    color: white;
}

.font-weight {
    font-weight: bold;
}

.background-color-LightGray {
    background-color: #D3D3D3;
}

.background-color-Gray51 {
    background-color: #828282;
}

.background-color-MediumBlue {
    background-color: #0000CD;
}

.background-color {
    background-color: #F5F5DC;
}

.large-Modal .modal-dialog {
    width: 69%;
    height: 69%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/*UP LOAD FILE*/
img {
    margin-left: 5px;
    width: 97%;
    height: 100px;
}

.uploadify {
    position: relative;
    margin-bottom: 1em;
}

.uploadify-button {
    background-color: #505050;
    background-image: linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -o-linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -moz-linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -webkit-linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -ms-linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #505050), color-stop(1, #707070) );
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #808080;
    color: #FFF;
    font: bold 12px Arial, Helvetica, sans-serif;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    width: 100%;
}

.uploadify:hover .uploadify-button {
    background-color: #606060;
    background-image: linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -o-linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -moz-linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -webkit-linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -ms-linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #606060), color-stop(1, #808080) );
    background-position: center bottom;
}

.uploadify-button.disabled {
    background-color: #D0D0D0;
    color: #808080;
}

.uploadify-queue {
    margin-bottom: 1em;
}

.uploadify-queue-item {
    background-color: #F5F5F5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font: 11px Verdana, Geneva, sans-serif;
    margin-top: 5px;
    max-width: 350px;
    padding: 10px;
}

.uploadify-error {
    background-color: #FDE5DD !important;
}

.uploadify-queue-item .cancel a {
    background: url('../Scripts/jqueryUploadFile/uploadify-cancel.png') 0 0 no-repeat;
    float: right;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
}

.uploadify-queue-item.completed {
    background-color: #E5E5E5;
}

.uploadify-progress {
    background-color: #E5E5E5;
    margin-top: 10px;
    width: 100%;
}

.uploadify-progress-bar {
    background-color: #0099FF;
    height: 3px;
    width: 1px;
}

/*overwrite z-index paging*/
.pagination > .active > a, .pagination > .active > span,
.pagination > .active > a:hover, .pagination > .active > span:hover,
.pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 0 !important;
}

.col-20 {
    width: 20px !important;
}

.col-120 {
    width: 120px !important;
}

.col-50 {
    width: 50px !important;
}

.col-70 {
    width: 70px !important;
}

.col-90 {
    width: 90px !important;
}

.col-200 {
    width: 200px !important;
}

.col-150 {
    width: 150px !important;
}

/*FIxed Header Table/ Scroll Table Body*/

.points_table thead {
    width: 100%;
}

.points_table tbody {
    overflow-y: auto;
    width: 100%;
}

.points_table thead tr {
    width: 99%;
}

.points_table tr {
    width: 100%;
}

.points_table thead, .points_table tbody, .points_table tr, .points_table td, .points_table th {
    display: inline-block;
}

.points_table thead {
    /*background: #d91f2d;
    color: #fff;*/
}

    .points_table tbody td, .points_table thead > tr > th {
        float: left;
        border-bottom-width: 0;
    }

.points_table > tbody > tr > td, .points_table > tbody > tr > th, .points_table > tfoot > tr > td, .points_table > tfoot > tr > th, .points_table > thead > tr > td, .points_table > thead > tr > th {
    padding: 8px;
    height: 40px;
    /*line-height: 32px;*/
}

.points_table_scrollbar {
    height: 512px;
    overflow-y: scroll;
}

    .points_table_scrollbar::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
        border-radius: 10px;
        background-color: #444444;
    }

    .points_table_scrollbar::-webkit-scrollbar {
        width: 1%;
        min-width: 5px;
        background-color: #F5F5F5;
    }

    .points_table_scrollbar::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #D62929;
        background-image: -webkit-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.4) 50%, transparent, transparent);
    }

table thead {
    background: #ECF0F5 !important;
}

.label-user {
    margin-bottom: 0px !important;
    font-weight: normal !important;
    cursor: pointer;
}

.label-name {
    margin-bottom: 0px !important;
    font-weight: normal !important;
}

.label-user-info {
    margin-bottom: 0px !important;
    font-weight: 600 !important;
}

.txt-area {
    width: 100% !important;
    max-width: none !important;
    resize: none;
    margin-left: -2px;
}

.tbl-xuatbanle tr th {
    font-weight: 600;
}

.tbl-thuphibh tr th {
    font-weight: 600;
}


.txt-overflow {
    white-space: normal;
    text-overflow: ellipsis;
}

.fa-font-14 {
    font-size: 14px !important;
}

.fa-font-16 {
    font-size: 16px !important;
}

.thead-bg {
    background: #ECF0F5 !important;
}

svg {
    display: block;
}

#chartcnt {
    height: 460px;
    overflow: scroll;
    overflow-y: hidden;
}

#chart1, svg {
    /*margin: 0px;
    padding: 0px;
    min-height: 100%;
    min-width: 1500px;*/
}

    svg.nvd3-svg {
        /*height: 380px !important;
        min-width: 1500px;
        padding-left: 25px;*/
    }

.vertical-sub {
    vertical-align: sub;
}

.no-padding-lr {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.no-margin-fg {
    margin: 5px !important;
}

.non-padding-top {
    padding-top: 0px !important;
}

.align-middle {
    vertical-align: middle !important;
}

.checkbox.checbox-switch {
    padding-left: 0;
}

    .checkbox.checbox-switch label,
    .checkbox-inline.checbox-switch {
        display: inline-block;
        position: relative;
        padding-left: 0;
    }

        .checkbox.checbox-switch label input,
        .checkbox-inline.checbox-switch input {
            display: none;
        }

        .checkbox.checbox-switch label span,
        .checkbox-inline.checbox-switch span {
            width: 35px;
            border-radius: 20px;
            height: 18px;
            border: 1px solid #dbdbdb;
            background-color: rgb(255, 255, 255);
            border-color: rgb(223, 223, 223);
            box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
        }

            .checkbox.checbox-switch label span:before,
            .checkbox-inline.checbox-switch span:before {
                display: inline-block;
                width: 16px;
                height: 16px;
                border-radius: 50%;
                background: rgb(255,255,255);
                content: " ";
                top: 0;
                position: relative;
                left: 0;
                transition: all 0.3s ease;
                box-shadow: 0 1px 4px rgba(0,0,0,0.4);
            }

        .checkbox.checbox-switch label > input:checked + span:before,
        .checkbox-inline.checbox-switch > input:checked + span:before {
            left: 17px;
        }


        /* Switch Default */
        .checkbox.checbox-switch label > input:checked + span,
        .checkbox-inline.checbox-switch > input:checked + span {
            background-color: rgb(180, 182, 183);
            border-color: rgb(180, 182, 183);
            box-shadow: rgb(180, 182, 183) 0px 0px 0px 8px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
        }

        .checkbox.checbox-switch label > input:checked:disabled + span,
        .checkbox-inline.checbox-switch > input:checked:disabled + span {
            background-color: rgb(220, 220, 220);
            border-color: rgb(220, 220, 220);
            box-shadow: rgb(220, 220, 220) 0px 0px 0px 8px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
        }

        .checkbox.checbox-switch label > input:disabled + span,
        .checkbox-inline.checbox-switch > input:disabled + span {
            background-color: rgb(232,235,238);
            border-color: rgb(255,255,255);
        }

            .checkbox.checbox-switch label > input:disabled + span:before,
            .checkbox-inline.checbox-switch > input:disabled + span:before {
                background-color: rgb(248,249,250);
                border-color: rgb(243, 243, 243);
                box-shadow: 0 1px 4px rgba(0,0,0,0.1);
            }

        .checkbox.checbox-switch.switch-primary label > input:checked + span,
        .checkbox-inline.checbox-switch.switch-primary > input:checked + span {
            background-color: rgb(0, 105, 217);
            border-color: rgb(0, 105, 217);
            box-shadow: rgb(0, 105, 217) 0px 0px 0px 8px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
        }

.boder-radius-50 {
    border-radius: 50%;
}

.modal-window-80 .modal-dialog {
    width: 80% !important;
}

.modal-window-95 .modal-dialog {
    width: 95% !important;
}
