﻿html {
    height: 100%;
}

body {
    font-size: 14px;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #d3e1fe;
    min-width: 100%;
    min-height: 100%;
}

/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 45px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}


/* Site */
* {
    margin: 0;
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

input, button, select {
    border: none;
    background: transparent;
    border-radius: 3px;
    padding: 5px 10px;
    outline: none;
    color: inherit;
}

table, tr, th, td {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 10px;
    /*max-width: 172px;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

th {
    background: #232639;
    border-left: 1px solid #1a2030;
    cursor: pointer;
    padding: 15px 10px;
    font-size: 12px;
}

    th:last-child, td:last-child {
        border-right: 1px solid #1a2030;
    }

td {
    border-left: 1px solid #1a2030;
    border-bottom: 1px solid #1a2030;
}

.classWrapper {
    margin: auto;
}

/* Menu */
.classMenu {
    height: 48px;
    margin: auto;
    background: #012854;
    white-space: nowrap;
    /*font-weight: 600;*/
}

    .classMenu:before,
    .classMenu:after {
        display: table;
        content: " ";
    }

    .classMenu:after {
        clear: both;
    }

.classMenu-left {
    float: left;
}

    .classMenu-left > ul {
        list-style: none;
    }

        .classMenu-left > ul > li > a {
            color: #fff;
            float: left;
            padding: 0 14px;
            text-align: center;
            line-height: 48px;
        }

            .classMenu-left > ul > li > a:hover {
                background: #2561a4;
            }

    .classMenu-left li {
        list-style: none;
    }

        .classMenu-left li.user {
            float: right;
        }

/* End menu */

/* Content */
.classContent {
    background: #ddd;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* Sidebar - Menu Left */
.classWrapperSidebar {
    padding: 0px !important;
    background: #012854;
    margin-right: 1.2%;
}

.classSidebarNav {
    top: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .classSidebarNav li {
        line-height: 40px;
    }

        .classSidebarNav li p {
            background: #012145;
            color: #ffffff;
            border: 1px solid #011a38;
            font-weight: 600;
            padding-left: 5px;
        }

        .classSidebarNav li a {
            padding-left: 20px;
            display: block;
            text-decoration: none;
            color: #ffffff;
            transition: .3s;
        }

            .classSidebarNav li a:hover {
                color: #fff;
                background: rgba(255,255,255,0.2);
            }

    .classSidebarNav > li.active > a,
    .classSidebarNav > li.active > a:hover {
        color: #fff;
        background: #2561a4;
        width: 101.8%;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    }

    .classSidebarNav > .classSidebarBrand {
        height: 65px;
        font-size: 18px;
        line-height: 60px;
    }

        .classSidebarNav > .classSidebarBrand a {
            color: #e2e2e2;
        }

            .classSidebarNav > .classSidebarBrand a:hover {
                color: #fff;
                background: none;
            }

/* Main Content */
.classWrapperContent {
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 0 30px 0 !important;
}


.classFooter {
    /*background: #092c14;*/
    background-color: #071c37;
    color: #fff;
    text-align: center;
    /*margin-top:10px;*/
    bottom: 0px;
    border-top: 2px solid #fff;
}

/*style cho tiêu đề */
.ClassTitleForm {
    margin-left: 10px;
    font-family: Verdana;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    width: 98%;
    display: block;
    /*float: left;*/
    margin-bottom: 7px;
    padding-bottom: 5px;
    margin-top: 5px;
}

.classTitleForm {
    margin-left: 10px;
    font-family: Verdana;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    width: 98%;
    display: block;
    /*float: left;*/
    margin-bottom: 7px;
    padding-bottom: 5px;
    margin-top: 5px;
}

.classRow100 {
    width: 100%;
    height: auto;
    margin-left: 10px;
    padding: 3px 0;
    display: inline-block;
}

.classRow50 {
    width: 48.5%;
    height: auto;
    margin-left: 10px;
    padding: 3px 0;
    display: inline-block;
    float: left;
}

.ClassLabel label {
    font-weight: 500;
}

.clssTitle {
    width: 200px;
    height: auto;
    display: inline-block;
    text-align: left !important;
}

.clssContent {
    width: 99% -200px;
    height: auto;
    display: inline-block;
    text-align: left !important;
}


.clssTexDate {
    width: 226px;
}

.redspan {
    color: red;
}

.clssTitle label {
    display: inline-block;
    margin-bottom: 5px;
    color: #444444;
    font-weight: 500;
}

.clssContent input[type="text"] {
    display: inline-block;
    margin-bottom: 5px;
    color: #444444;
    font-weight: 500;
}

/* table  danh sách bảng*/
.clssTableList {
    background: #FFF;
    border: 1px solid #c6c6c6;
    border-collapse: collapse;
    float: left;
    margin: 0px auto;
    overflow-x: scroll;
    width: 100%;
    overflow: auto;
}

    .clssTableList td {
        display: table-cell;
        vertical-align: inherit;
        text-align: center;
        border: 1px solid #b8b5ad;
        color: #333;
        height: 22px;
        padding: 3px 6px 3px 6px;
        font-family: 'Segoe UI', Arial;
        font-size: 12px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: table-cell;
        border-collapse: collapse;
        white-space: nowrap;
        word-wrap: inherit;
    }



        .clssTableList td a {
            color: #0094ff;
            text-decoration: none;
            white-space: pre-wrap;
        }

            .clssTableList td a:hover {
                color: #0c63e7;
            }

    .clssTableList th {
        background: #ccc;
        border-collapse: collapse;
        border: 1px solid #999;
        border-spacing: 2px;
        color: #333;
        display: table-cell;
        font-weight: bold;
        font-family: Segoe UI, Arial;
        font-size: 12px;
        height: auto;
        overflow: hidden;
        padding: 10px 5px;
        text-align: center;
        vertical-align: inherit;
        white-space: normal;
    }

        .clssTableList th span {
            cursor: pointer;
        }

    .clssTableList .tbColorRows:nth-child(2n) {
        background-color: #f3f3f3;
    }

    .clssTableList .tbColorRows:nth-child(2n+1) {
        background-color: #ffffff;
    }

    .clssTableList th.hasSort {
        cursor: pointer;
    }

.clssRight {
    text-align: right !important;
}

.clssCenter {
    text-align: center !important;
}

.clssLeft {
    text-align: left !important;
}


.ul_horizontal {
    list-style-type: none;
}

.clssSelect {
    width: 200px;
    height: 24px;
}

.classSelect {
    width: 100% !important;
    height: 24px;
}

/* Phân trang */
.end_gird {
    display: block;
    float: left;
    width: 100%;
    bottom: 6px;
    position: absolute;
}

._ClassPage {
    width: 100%;
    float: right;
    text-align: right;
    /*margin-top:5px;*/
}

/*Style thằng phân trang*/
.a-active {
    background: #7a98f8;
}

.d_member_page {
    padding: 5px !important;
    margin: 5px;
}

#d_number_of_page span, .paging-page-number a {
    cursor: pointer !important;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    padding: 2px 6px;
}

    #d_number_of_page span:hover, .paging-page-number a:hover {
        animation-delay: 2s;
        background: #7a98f8;
    }


#d_number_of_page, .paging-page-number {
    display: flex;
    justify-content: flex-end;
}

#d_total_rec, .d-paging-left {
    margin: 10px 0;
}


#d_page {
    width: 100%;
}

/*#d_total_rec {
    text-align: left;
    margin: 0px;
    font-family: 'Segoe UI', Arial;
    font-size: 12px;
}*/
.paging {
    text-align: right;
    margin-top: 2px;
}

    .paging ul {
        margin-bottom: 0px;
    }

        .paging ul li {
            text-align: center;
            font-weight: normal;
            text-decoration: none;
        }

.pagin-active {
    background: #5bc0de !important;
    color: #fff !important;
    cursor: default !important;
    border: 1px solid #46b8da !important;
}

.paging ul li:hover {
    cursor: pointer;
}

    .paging ul li:hover a {
        color: #357ebd;
    }

.paging ul li a {
    text-shadow: 0 0 0 transparent, 0px 1px 0px #fff;
    display: block;
}

.controlFullWidth {
    width: 100% !important;
}

/*==========================================context menu=================================*/
/*.context_menu {
    cursor: pointer;
    text-align: left;
    padding: 0 0 0 3px;
}

    .context_menu .context {
        text-align: left;
    }

.context {
    display: inline-block;
    position: relative;
    vertical-align: baseline;
    *display: inline;
    *vertical-align: auto;
    width: 98%;
    zoom: 1;
}

    .context img {
        float: left;
        width: 32px;
        height: 32px;
        margin-right: 8px;
    }

    .context h5 {
        font-family: 'Segoe UI', Arial;
        font-size: 12px;
        font-weight: normal;
        text-overflow: ellipsis;
        word-wrap: break-word;
    }

        .context h5 small {
            display: block;
            font-size: 9px;
            text-transform: uppercase;
            color: #364168;
            color: rgba(0, 0, 0, 0.6);
            text-shadow: 0 1px rgba(255, 255, 255, 0.3);
        }

    .context:hover ul {
        padding: 4px 0 6px;
        visibility: visible;
        opacity: 1;
    }

   .context_menu .context:hover h5  {
        padding: 4px 0 6px;
        display:block;
    }

    .context ul {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        bottom: 100%;
        left: 0;
        right: 0;
        background: #d9e3fa;
        border: 1px solid;
        border-color: #777 #6c6c6c #666;
        border-radius: 5px;
        -webkit-transition: 0.2s ease-out;
        -moz-transition: 0.2s ease-out;
        -o-transition: 0.2s ease-out;
        transition: 0.2s ease-out;
        -webkit-transition-property: opacity, padding, visibility;
        -moz-transition-property: opacity, padding, visibility;
        -o-transition-property: opacity, padding, visibility;
        transition-property: opacity, padding, visibility;
        background-image: -webkit-linear-gradient(top, #eef3fe, #d9e3fa);
        background-image: -moz-linear-gradient(top, #eef3fe, #d9e3fa);
        background-image: -o-linear-gradient(top, #eef3fe, #d9e3fa);
        background-image: linear-gradient(to bottom, #eef3fe, #d9e3fa);
        -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 1px 2px rgba(0, 0, 0, 0.1);
        list-style: none;
        min-width: 180px;
        max-width: 300px;
        margin-bottom: 5px;
    }

        .context ul:before, .context ul:after, .context li:first-child:after {
            content: '';
            display: block;
            position: absolute;
            left: 15px;
            height: 0;
            width: 0;
            border: 7px outset transparent;
        }

        .context ul:before {
            bottom: -14px;
            border-top: 7px solid #555;
        }

    .context li:first-child:after {
        bottom: -13px;
        border-top: 7px solid white;
    }

    .context ul:after {
        bottom: -12px;
        border-top: 7px solid #d9e3fa;
    }

    .context li {
        padding: 0 12px;
        font-size: 12px;
        color: #838ca2;
        line-height: 25px;
    }

        .context li.sep {
            margin-top: 4px;
            padding-top: 4px;
            border-top: 1px solid #b4bbce;
            -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.6);
            box-shadow: inset 0 1px rgba(255, 255, 255, 0.6);
        }

        .context li a {
            display: block;
            position: relative;
            margin: 0 -13px;
            padding: 0 20px 0 12px;
            color: #313a4f;
            text-decoration: none;
            border: 1px solid transparent;
            white-space: nowrap;
        }

            .context li a:hover {
                color: white;
                text-shadow: 0 1px rgba(0, 0, 0, 0.3);
                background: #5a70b0;
                border-color: #5a70b0 #495d98 #42558a;
                background-image: -webkit-linear-gradient(top, #7688bd, #4e64a3);
                background-image: -moz-linear-gradient(top, #7688bd, #4e64a3);
                background-image: -o-linear-gradient(top, #7688bd, #4e64a3);
                background-image: linear-gradient(to bottom, #7688bd, #4e64a3);
            }

                .context li a:hover:after {
                    display: block;
                }

            .context li a:after {
                content: '';
                display: none;
                position: absolute;
                top: 50%;
                right: 5px;
                margin-top: -4px;
                width: 0;
                height: 0;
                border-left-color: #9facd1;
                border-left-color: rgba(255, 255, 255, 0.4);
            }*/
/*==========================================end context menu=================================*/



/*Context Menu ------------------------------------------------------------------------------------------------*/
.context-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 150px;
    padding: 5px 0;
    margin: 2px 0 0;
    /*font-size: 14px;*/
    list-style: none;
    background-color: #195cb3;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    background-clip: padding-box;
    z-index: 1000;
}


    .context-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .context-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #ffffff;
        white-space: nowrap;
    }

        .context-menu > li > a.disable {
            display: none;
        }

        .context-menu > li > a:hover {
            color: #195cb3;
            text-decoration: none;
            background-color: #ffffff;
        }

/*td:before, td:after {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  width: 0;
  height: 0;
  border: 7px outset transparent;
}*/

/*Nav Tabs ------------------------------------------------------------------------------------------------*/
.nav-top {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .nav-top:before,
    .nav-top:after {
        display: table;
        content: " ";
    }

    .nav-top:after {
        clear: both;
    }

    .nav-top > li {
        position: relative;
        display: block;
        z-index: 1;
    }

        .nav-top > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
            color: #fff;
            cursor: pointer;
            z-index: 1;
        }

            .nav-top > li > a:hover {
                text-decoration: none;
                background: rgba(255,255,255,0.2);
            }

            .nav-top > li > a > img {
                max-width: none;
            }

.nav-top-tabs {
    margin-bottom: 10px;
    background-color: #195cb3;
}

    .nav-top-tabs > li {
        float: left;
    }

        .nav-top-tabs > li > a {
            line-height: 1.428571429;
            border: 1px solid transparent;
            /*font-size: 14px;*/
        }

        .nav-top-tabs > li.active > a,
        .nav-top-tabs > li.active > a:hover {
            color: #195cb3;
            /*cursor: default;*/
            background-color: #ffffff;
        }
/*div bo toàn bộ form tạo mới*/
.classFromAction {
    background-color: #ffffff;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 5px;
    font-size: 9pt;
    box-sizing: border-box;
    font-family: Verdana,Arial,Tahoma,Segoe UI,sans-serif,Trebuchet MS,Georgia,Courier,Times New Roman,serif;
}

/*Select - FormControl ------------------------------------------------------------------------------------------------*/

.classOptionSearch {
    margin-bottom: 10px;
}
/* sap xoa */
.clssFormControl {
    border: 1px solid #ccc;
    overflow: hidden;
    height: 24px;
    width: 100%;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    padding: 5px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    line-height: 1.42857143;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

.form-control-success:focus {
    border-color: #66e96e !important;
}

input[readonly="readonly"] {
    background-color: #ededed;
}

.bg-danger {
    background-color: #f2dede;
}

    .bg-danger:hover {
        background-color: #e4b9b9;
    }

.clssTextBox {
    width: 250px;
    color: #444444;
    height: 26px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
/*select {
    height: 26px;
}*/

.classBtn {
    display: inline-block;
    padding: 4px 11px;
    line-height: 1.42857143;
    margin-bottom: 0;
    /*font-size: 12px;*/
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


.classBtn-Success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .classBtn-Success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

hr {
    border: none;
    border-top: 1px #ddd solid;
    height: 1px;
    margin-bottom: 10px;
    /*hunglm - remove margin top*/
    /*margin-top: 10px;*/
}

/* Form thêm mới sửa xóa tìm kiếm các kiểu */
.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-nowrap {
    white-space: nowrap;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    display: table;
    content: " ";
}

.form-horizontal .form-group:after {
    clear: both;
}

.form-group {
    margin-bottom: 10px;
    margin-top: 10px;
    /*height: 26px;*/
}

.form-horizontal .control-label {
    padding-top: 5px;
    margin-bottom: 0;
    text-align: left;
    /*white-space: nowrap;*/
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}
/* End form */

/* tab left form */
.tabs-left {
    border-bottom: none;
    padding-top: 2px;
    border-right: 1px solid #ddd;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .tabs-left > li {
        float: none;
        margin-bottom: 2px;
        margin-right: -1px;
        position: relative;
        display: block;
    }

        .tabs-left > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
            position: relative;
            display: block;
            padding: 10px 15px;
            border-radius: 4px 0 0 4px;
            margin-right: 0;
            display: block;
            /*font-size: 14px;*/
            color: #428bca;
        }

            .tabs-left > li > a:hover {
                border-color: #eee;
                background-color: #eee;
            }

        .tabs-left > li.active > a,
        .tabs-left > li.active > a:hover {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: #ddd;
            border-right-color: transparent;
        }
/* End tab left*/
/*.search-TK {
    display: block;
    float: left;
    width: 100%;
    background: #FFFFFF;
    padding: 7px 0px;
    text-align: left;
    padding-bottom: 10px;
}
.clssTitleSearch {
    margin-left: 10px;
    font-family: Verdana;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    width: 98%;
    display: block;
    float: left;
    margin-bottom: 7px;
    padding-bottom: 5px;
    margin-top: 5px;
}

.divContainer {
    padding-left: 10px;
    padding-right: 10px;
}
.divMenuLeft {
    width: 25%;
    border: 1px solid #ccc;
    height: 400px;
    background-color: #FFFFFF;
    float: left;
}
.divContentRight {
    width: 74%;
    float: right;
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    height: 400px;
    padding: 10px;
}
.space1 {
    min-height: 5px;
    width: 100%;
    clear: both;
    padding: 0;
    margin-bottom: 0px;
    margin-top: 0px;
}
.clssSelectServices {
    color: #0026ff;
}
.clssServices {
    font-size: 12px;
    color: #000;
    font-style: normal;
    font-weight: 300;
    padding-left: 10px;
}
.clssTitleServices {
    padding: 10px 0 0 15px;
    color: #008c4f;
    font-weight: bold;
    text-decoration: underline;
}*/


/* Check box style ------------------- */
.checkbox {
    padding-left: 30px;
    display: block;
    position: relative;
    margin-top: 2px;
}

    .checkbox label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
        cursor: pointer;
        font-weight: 400;
        margin-bottom: 0;
        min-height: 20px;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

    .checkbox input[type="checkbox"] {
        opacity: 0;
        z-index: 1;
    }

        .checkbox input[type="checkbox"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .checkbox input[type="checkbox"]:checked + label::after {
            content: "\2714";
            color: white;
            font-size: 18px;
            /*text-align:center;*/
            line-height: 15px;
        }

        .checkbox input[type="checkbox"]:disabled + label {
            opacity: 0.65;
        }

            .checkbox input[type="checkbox"]:disabled + label::before {
                background-color: #eeeeee;
                cursor: not-allowed;
            }

    .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        margin-left: -20px;
        margin-top: 3px;
        width: 20px;
        height: 20px;
        position: absolute;
    }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}

/* End Checkbox ---------------------------------- */

/* Form Login */
.form-login {
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    margin-left: -200px;
    margin-top: -190px;
    border-radius: 4px;
    border: 1px solid #ccc;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(180, 180, 180, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(180, 180, 180, .6);
    color: #5cb85c;
    padding-top: 15px;
    padding-bottom: 20px;
}

.form-register {
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    margin-left: -250px;
    margin-top: -190px;
    border-radius: 4px;
    border: 1px solid #ccc;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(180, 180, 180, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(180, 180, 180, .6);
    color: #5cb85c;
    padding-top: 15px;
    padding-bottom: 20px;
}
/*Hunglm*/
.clsUpperCase {
    text-transform: uppercase;
}

input[type="password"].form-control, select.form-control {
    width: 90%;
    padding-top: 2px;
}

.clsTableForView {
    border-collapse: collapse;
    width: 100%;
}

    .clsTableForView td:last-child {
        width: 100%;
        padding-left: 30px;
    }

    .clsTableForView td {
        padding: 5px 10px;
        white-space: nowrap;
    }

    .clsTableForView tr:nth-child(odd) {
        background-color: #F3F3F3;
    }

.sumRecord {
    float: right;
    padding: 0px 10px 20px 0px;
}

.clsNote {
    width: 100%;
    text-align: right;
    padding-right: 20px;
    padding-top: 3px;
    font-style: italic;
}

.clsRight {
    float: right;
}

.clsHide {
    visibility: hidden;
}

.clsNone {
    display: none;
}

.form-fix {
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #fafafa;
    margin-bottom: 0;
}

.tablelist {
    width: 100%;
}

    .tablelist th {
        border-spacing: 2px;
        font-weight: bold;
    }

        .tablelist th span {
            cursor: pointer;
        }


    .tablelist td a {
        color: #0094ff;
        text-decoration: none;
        white-space: pre-wrap;
    }

        .tablelist td a:hover {
            color: #0c63e7;
        }


/*******
*   VTD - Khung
*********/
.a-item-end {
    display: flex;
    align-items: flex-end;
}

.a-item-center {
    display: flex;
    align-items: center;
}

.j-item-end {
    display: flex;
    justify-content: flex-end;
}

.j-item-center {
    display: flex;
    justify-content: center;
}
