﻿/**
{
    font-family: Arial;
}*/

a {
    text-decoration: none;
}

/*@font-face {
    font-family: 'Open Sans';
    /*src: url('../../Content/font/OpenSans-Light.ttf'), url('../../Content/font/OpenSans-Semibold.ttf'), url('../../Content/font/OpenSans-Regular.ttf'), url('../../Content/font/OpenSans-SemiboldItalic.ttf'), url('../../Content/font/OpenSans-Bold.ttf'), url('../../Content/font/OpenSans-BoldItalic.ttf');*/
}

*/
/*style cho thằng left panel*/
.divContent {
    background: none repeat scroll 0 0 rgba(60, 60, 60, 0.4);
    display: block;
    float: left;
    margin: 10px 0 25px 0;
    text-align: left;
    width: 100%;
}


.divLeftPanel {
    background: #509601;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    height: auto;
    margin: 1% 0px 1% 1%;
    padding: 0px 0;
    position: relative;
    width: 98%;
}

.divRightPanel {
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    float: right;
    margin: 0% 1% 1% 1%;
    height: auto;
    width: 98%;
}

/*Div chứa các điều kiện tìm kiếm*/
.divSearchContent {
    background: #FFF;
    border-bottom: 1px #c6c6c6 solid;
    float: left;
    height: 30px;
    padding: 10px 0px 10px 0;
    width: 100%;
    z-index: 1;
}

    .divSearchContent ul {
        display: table-cell;
        float: left;
    }

        .divSearchContent ul li {
            display: block;
            list-style: none;
            text-align: left;
            float: left;
        }

            .divSearchContent ul li label {
                float: left;
                margin: 0 0 0 10px;
                line-height: 25px;
            }

.divLeftPanel ul {
    background-color: white;
    list-style: none;
    margin: 0;
    height: auto;
    padding: 0px;
}

    .divLeftPanel ul li {
        background: #509601;
        float: left;
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        width: auto;
    }

        .divLeftPanel ul li:hover {
            background: #67b50f;
            -moz-animation-delay: 0.1s;
            -o-animation-delay: 0.1s;
            -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
            -moz-transition-delay: 0.1s;
            -o-transition-delay: 0.1s;
            -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
        }

        .divLeftPanel ul li a, .divLeftPanel ul li a:visited {
            color: #fff;
            display: inline-block;
            height: 100%;
            width: 100%;
        }

.LiCurrentTab {
    /*box-shadow: inset 0px 0px 40px 10px #e4e1dc;*/
    background: #fff !important;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    color: #333;
}

    .LiCurrentTab a span {
        color: #333;
        font-weight: lighter;
        font-family: 'Segoe UI','Open Sans';
        font-size: 16px;
    }


.lblMenuLeft {
    padding-left: 0px;
    color: #fff;
    font-size: 12px;
}
/* đến đây*/

/* class này cho thằng label của form*/
.divCtrlTitle {
    width: 25%;
    float: left;
    padding: 10px 0 0 1%;
}
/* class này cho thằng input của form*/
.divCtrlContent {
    width: 72%;
    float: left;
    padding: 10px 0 0 1%;
}

    /* class này cho ảnh của thằng datetime picker*/
    .divCtrlContent img {
        vertical-align: middle;
        width: 20px;
    }

    .divCtrlContent input[type="radio"] {
        display: inline-block;
        vertical-align: middle;
    }

    .divCtrlContent label {
        display: inline-block;
        padding: 2px 0;
    }

/* class này cho ảnh của thằng lable của form nhưng mà rộng hơn*/
.divBigCtrlTitle {
    width: 25%;
    float: left !important;
    margin-top: 10px;
    margin-left: 10px;
}

/* class này cho thằng input của form nhưng mà bé hơn*/
.divBigCtrlContent {
    width: 69%;
    float: left;
    margin-top: 10px;
    margin-left: 5px;
}

    .divBigCtrlContent input[type="text"], divBigCtrlContent input[type="password"], .divBigCtrlContent textarea, .divBigCtrlContent select {
        width: 98%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        min-height: 25px;
    }

    .divBigCtrlContent input[type="text"] {
        color: #444;
        height: 25px;
        padding: 0 0 0 7px;
    }

/* class này cho thằng input với cha nó là divCtrlContent*/
/*.divCtrlContent input[type="text"]{
        height:20px;
    }*/
.divCtrlContent input[type="text"], .divCtrlContent input[type="password"] {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 25px;
}

input[type="text"]::-ms-clear {
    display: none;
}

input[type="text"]:hover {
    /* background: #f9f9f9; */
}

input[type="text"]:focus {
}
/*style for password*/
input[type="password"] {
    background: #fff;
}

    input[type="password"]::-ms-clear {
        display: none;
    }

    input[type="password"]:hover {
        /* background: #f9f9f9; */
    }

    input[type="password"]:focus {
    }

.divCtrlContent textarea {
    border: 1px solid #b9b9b9;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Segoe UI', Arial;
    font-size: 12px;
    padding-left: 1%;
    width: 100%;
}

    .divCtrlContent textarea:hover {
        background: #f9f9f9;
    }

    .divCtrlContent textarea:focus {
        border: 1px solid #008cd2;
    }

.divCtrlContent select {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #b9b9b9;
    height: 25px;
    padding: 2px 0 0 0;
    width: 100%;
}

    .divCtrlContent select option {
        border: none;
        border-right: 1px solid #b9b9b9;
        padding: 7px 5px;
    }

        .divCtrlContent select option:hover {
            background: #006699;
            color: #FFF;
        }



/* Tên của form*/
.divFormHead {
    background-color: #E6E6E6;
    /*border-radius: 5px 5px 0 0;*/
    border-bottom: 1px solid #c6c6c6;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    float: left;
    font-weight: bold;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 5px;
    text-align: left;
    width: 100%;
}

/* Ghi chú bôi đỏ*/
.redspan {
    color: red;
    font-style: italic;
}

/*sáng dd thêm mục đích để co giã các textarrea*/
.textareaMutilRow {
    color: #333;
    font-family: 'Segoe UI', Arial;
    font-size: 12px;
    height: 70px;
    -moz-resize: vertical;
    -ms-resize: vertical;
    -o-resize: vertical;
    resize: vertical;
}

/* Text arear cao 70px*/
.textarea5row {
    color: #333;
    font-family: 'Segoe UI', Arial;
    font-size: 12px;
    height: 70px !important;
    -moz-resize: none;
    -ms-resize: none;
    -o-resize: none;
    resize: none;
}

/* Text arear cao 140px*/
.textarea10row {
    color: #333;
    font-family: 'Segoe UI', Arial;
    font-size: 12px;
    height: 140px !important;
    -moz-resize: none;
    -ms-resize: none;
    -o-resize: none;
    resize: none;
}

/* div chứa danh sách bảng*/
.divDataList {
    background: #FFF;
    float: left;
    display: block;
    margin: 1% 0 1% 1%;
    width: 98%;
}

.clssOverFlowtable {
    border: 1px solid #c6c6c6;
    width: 100%;
    float: left;
    overflow-x: auto;
}

/* table  danh sách bảng*/
._tablelist {
    background: #FFF;
    border: 1px solid #c6c6c6;
    border-collapse: collapse;
    float: left;
    margin: 0px auto;
    overflow-x: scroll;
    width: 100%;
}

    ._tablelist 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;
    }



        ._tablelist td a {
            color: #0094ff;
            text-decoration: none;
            white-space: pre-wrap;
        }

            ._tablelist td a:hover {
                color: #0c63e7;
            }

    ._tablelist 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;
    }

        ._tablelist th span {
            cursor: pointer;
        }

    ._tablelist .tbColorRows:nth-child(2n) {
        background-color: #f3f3f3;
    }

    ._tablelist .tbColorRows:nth-child(2n+1) {
        background-color: #ffffff;
    }

    ._tablelist th.hasSort {
        cursor: pointer;
    }
/* textbox là datetime picker*/
.InputDate, .InputMonth, .txt-date {
    text-align: center;
}


.SmallInput {
    border: 1px solid #b9b9b9;
    background: #FFF;
    height: 25px;
    padding-left: 3px;
}

    .SmallInput:hover {
        background: #f9f9f9;
    }

    .SmallInput:focus {
        border: 1px solid #008cd2;
    }

/* div cho thằng label ở khung tìm kiếm*/
.SearchControllTitle {
    margin-left: 20px;
    width: 100px;
    float: left;
    text-align: left;
    margin-top: 10px;
}

/* div cho thằng input ở khung tìm kiếm*/
.SearchControllContent {
    width: 200px;
    float: left;
    text-align: left;
    margin-top: 10px;
}

    .SearchControllContent img {
        vertical-align: middle;
        margin-left: 5px;
        width: 20px;
    }

/*==================================placeholder=========================*/
::-webkit-input-placeholder {
    color: #666;
    font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
    color: #666;
    font-style: italic;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #666;
    font-style: italic;
}

:-ms-input-placeholder {
    color: #666;
    font-style: italic;
}

/*==================================end placeholder=========================*/

/*================================button===========================*/
input[type="button"], input[type="submit"], input[type="reset"], .btn {
    cursor: pointer;
    background: #7a98f8;
    padding: 5px 30px;
    font-weight: bold;
    border-radius: 2px;
    min-width: 145px;
    min-height: 32px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, .btn:hover {
        background: #5a7df0;
        transition: 0.3s;
    }

#btntieuchi {
    border-bottom: none;
    border-left: none;
    border-top: none;
    color: #333;
    font-size: 18px;
    font-weight: bold;
}
/*================================end button============================*/

/*style cho thằng tab tab*/


.DivTabMenu ul {
    display: flex;
    border-bottom: 1px solid #323b58;
    margin-bottom: 40px;
}

    .DivTabMenu ul li {
        cursor: pointer;
        font-weight: bold;
    }

    .DivTabMenu ul .menuselected {
        border-bottom: 3px solid #7a98f8;
        color: #7a98f8;
    }

    .DivTabMenu ul li a {
        font-size: 14px;
        display: block;
        padding: 10px 20px;
    }

    .DivTabMenu ul li:hover {
        border-bottom: 3px solid #7a98f8;
        transition: 0.1s;
    }

.DivTabMenu .mnslelected {
    background: #FFF;
    border-left: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
    color: #333;
}

    .DivTabMenu .mnslelected:first-child {
        border-left: none;
    }

/*thằng div thông báo lỗi*/
.d_Message {
    float: left;
    width: 96%;
    text-align: left;
    padding: 5px 10px;
    color: red;
}

._dFormList {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.ui-autocomplete {
    position: absolute;
    height: auto;
    max-height: 300px;
    overflow-y: scroll;
    list-style: none;
    background: white;
    border: 1px solid #486892;
    font-size: 12px;
}

.ui-autocomplete-input {
    position: relative;
}

.ui-autocomplete li {
    cursor: pointer;
    padding: 3px 5px;
    color: #333;
    text-align: left;
}

    .ui-autocomplete li:hover, .uinormal:hover {
        color: #333;
        background: #B1CBF7;
    }
/*=================================================================================*/


/*====================================table by div=====================================*/
.TableDiv {
    display: table;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.Title {
    display: table-caption;
    text-align: center;
    font-weight: bold;
    font-size: larger;
}

.Heading {
    display: table-row;
    font-weight: bold;
    text-align: center;
}

.Row {
    display: table-row;
}

.Cell {
    display: table-cell;
    line-height: 35px;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
}

.CellWithLable {
    width: 20%;
}

.CellWithControl {
    width: 70%;
}

    .CellWithControl textarea {
        width: 51%;
    }

.CellWithControl80 {
    width: 80%;
}

.CellWithControl90 {
    width: 90%;
}

    .CellWithControl90 textarea {
        width: 90%;
    }
/*===================================end table by div==================================*/




/*div content search tren bao cao Online*/
._divSearchOnReport {
    background: #FFF;
    clear: both;
    margin: 0 auto;
    height: auto;
    text-align: left;
}
/*div Container chonj an hien cac cot*/
._divShowHideOnReport {
    margin: 0 0 15px;
}

._divShowHideOnReport_content {
    border: 1px solid #c6c6c6;
    border-bottom: none;
    padding-top: 0;
}

.clssClearBoth {
    clear: both;
    padding: 5px;
}

.dktimkiem_table {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 5px 1%;
}

.dktimkiem_row {
    width: 48%;
    height: auto;
    padding: 5px;
    display: inline-block;
}

.dktimkiem_cell_title {
    width: 39%;
    height: auto;
    display: inline-block;
}

.dktimkiem_cell_content {
    width: 60%;
    height: auto;
    display: inline-block;
}

.classTextBox {
    width: 80%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

#row_space, .row_space {
    clear: both;
    width: 96%;
    padding: 5px;
    position: relative !important;
}

.tieuchi_table {
    display: none;
    position: absolute;
    z-index: 1;
    background: #fff;
    width: 350px;
}

.tieuchi_table_header {
    border: 1px solid #c6c6c6;
    border-left: none;
    border-right: none;
    width: 100%;
    padding: 10px 0;
    font-weight: bold;
    background: #e9e9e9;
    text-align: center;
    /*margin-bottom: 5px;*/
}

.tieuchi_table_body {
    max-height: 280px;
    overflow: auto;
    padding: 5px 0;
}

.btntieuchi {
    height: 30px !important;
    width: 30px !important;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
}

.tieuchi_show {
    border-left: 1px solid #c6c6c6;
    display: inline-block;
    left: 8px !important;
    top: 40px !important;
    /*border: 1px solid #c6c6c6;*/
    -webkit-box-shadow: 5px 10px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 10px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 5px 10px 10px 0px rgba(0,0,0,0.5);
    overflow-y: auto;
    max-height: 350px;
}

.tieuchi_row {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #c6c6c6;
}

    .tieuchi_row:last-child {
        border-bottom: none;
    }

.tieuchi_cell_title {
    float: left;
    padding: 3px 0 3px 10px;
    width: 80%;
}

.tieuchi_cell_content {
    float: right;
    width: 10%;
    text-align: right;
    padding: 3px 10px 3px 0;
}

/*div bo table */
.divContaintable {
    overflow-x: scroll;
}

.exporting {
    display: inline-block;
    margin-top: 5px;
}



/*Tiêu đề báo cáo*/
.styleTitleReport {
    color: #FFF;
    float: left;
    font-family: 'Segoe UI', Arial;
    font-size: 14px;
    padding: 5px 5px 10px 5px;
    -moz-min-width: 700px;
    -ms-min-width: 700px;
    -o-min-width: 700px;
    -webkit-min-width: 700px;
    min-width: 700px;
}

/*THANH SCROLL KHI NOI DUNG TRONG COMBOBX DAI QUA */
.cboComboboxOverFlow {
    overflow-x: scroll;
}

.clsSearchTitle {
    width: 19%;
    float: left;
    margin-left: 1%;
}

.clsSearchCrt {
    width: 19%;
    float: left;
    margin-left: 1%;
}

.clssWidth100px {
    width: 100px;
}

.clssWidth150px {
    width: 150px;
}

.clssWidth180px {
    width: 180px;
}

.clssWidth200px {
    width: 200px;
}
/*end sangdd thêm mới*/
.divContainSearch {
    background: #FFF;
    display: inline-block;
    width: 98%;
    padding: 10px 0;
    margin: 0 auto 0 1%;
}

    .divContainSearch::after {
        content: "";
        clear: both;
    }


/*Bo ngoaif table cua cac bao cao*/


input:read-only {
    /*background: #ddd;*/
}

input:-moz-read-only {
    /*background: #ddd;*/
}

input[type="text"][disable] {
    background: #ddd;
}

input[readonly="readonly"] {
    background: #ddd;
}

input:disabled {
    background: #ddd;
}

textarea:read-only {
    background: #ddd;
}

select:disabled {
    background: #ddd;
}

._table_form {
    width: 800px;
    float: left;
}

    ._table_form td {
        padding: 2px 4px;
    }

        ._table_form td input[type="text"] {
            width: 65% !important;
        }

._table_infomation {
    width: 100%;
    background: #fff;
}

    ._table_infomation td {
        padding: 5px 10px 5px 10px;
    }

.td_contect {
    padding: 5px !important;
    font-weight: bold;
    text-align: left;
}

.TitlePag {
    padding: 10px;
    text-align: center;
}

/*Kiểm NH*/
/*Style căn chỉnh align text ở các <td>,<th>table*/
.tdLeftAlign {
    text-align: left !important;
}

.tdRightAlign {
    text-align: right !important;
}

.tdCenterAlign {
    text-align: center !important;
}

.tdJustifyAlign {
    text-align: justify !important;
}

/*End Kiểm NH*/


.btnexport {
    width: 20%;
    float: left;
    padding: 10px 0 0 10px;
}

    .btnexport li img {
        /*margin-top: 5px;*/
        margin-right: 3px;
    }

    .btnexport li {
        list-style-type: none;
        display: inline-block;
        cursor: pointer;
    }

    .btnexport div {
        margin-right: 5px;
        font-size: 12px;
        float: left;
        margin-top: 5px;
    }



select {
    font-family: 'Segoe UI', Arial;
    font-size: 12px;
    padding-top: 1px;
}

    select option {
        padding: 10px;
        color: #000;
    }


/*table cho thằng form insert update*/
._table_form {
    width: 100%; /*800px*/
    float: left;
    padding: 0 15px;
}

    ._table_form td {
        padding: 4px;
    }

        ._table_form td input[type="text"] {
            width: 80% !important;
        }

.divDataTables_report {
    background: #FFF;
    margin: 0 0 1% 1%;
    overflow-x: auto;
    width: 98%;
    min-height: 310px;
}



/*===========================================navigator==================================*/
#navigator {
    float: left;
    height: 15px;
    list-style-type: none;
    margin: 5px 0 0 0;
    -moz-min-width: 100px;
    -ms-min-width: 100px;
    -o-min-width: 100px;
    -webkit-min-width: 100px;
    min-width: 100px;
    text-align: center;
}

    #navigator ul li {
        display: inline;
        margin-right: 5px;
    }

        #navigator ul li a {
            color: #ff9b00;
            font-weight: bold;
            font-family: 'Segoe UI', Arial;
            font-size: 12px;
        }

        #navigator ul li:last-child a {
            color: #FFF;
        }
/*=====================================end navigator=======================================*/


/*style phần tiêu chí tìm kiếm cho các báo cáo*/
#d_title {
    width: 100%;
    padding: 5px;
}

.p_title {
    background: #2561a4;
    border-bottom: 1px solid #00336d;
    color: #fff;
    font-family: 'Segoe UI', Arial;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 30px;
    padding-left: 10px;
}

.h2_title {
    color: #205e3d;
    font-family: 'Open Sans','Segoe UI', Arial;
    font-weight: 100;
    font-size: 18px;
    text-align: left;
    padding: 10px 10px 10px 10px;
}

.h4_title {
    border-bottom: 2px solid #ff6229;
    color: #ff6229;
    font-family: 'Segoe UI', Arial;
    font-weight: normal;
    font-size: 14px;
    font-style: italic;
    margin: 10px 2%;
    padding: 3px 0;
}

._searchbox {
    background: #FFF;
    /*border: 1px solid #c6c6c6;*/
    display: inline-block;
    width: 98%;
    padding: 10px 0;
    margin: 0 auto 0 1%;
}

s ._searchbox::after {
    content: "";
    clear: both;
}

._searchbox_content {
    margin: 0 auto 0 40px;
    width: 100%;
}

#_lyDoContent {
    text-align: justify;
}

/*Kiểm NH: Search Master*/
.SearchMasterContainer {
    width: auto;
    float: right;
    position: relative;
    line-height: 22px;
}

    .SearchMasterContainer img {
        cursor: pointer;
        margin: 0 15px 0 0;
    }

.isRelative {
    position: relative;
}

.user_arrowup {
    border-color: transparent transparent #FFF;
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    display: none;
    height: 0;
    left: 2px;
    position: absolute;
    top: 28px;
    width: 0;
    z-index: 11;
}

.UserInfo {
    background: #FFF;
    border-bottom: none;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 10px 10px 5px rgba(50, 50, 50, 0.5);
    -ms-box-shadow: 0 10px 10px 5px rgba(50, 50, 50, 0.5);
    box-shadow: 0 10px 10px 5px rgba(50, 50, 50, 0.5);
    display: none;
    height: auto;
    position: absolute;
    right: 80px;
    top: 35px;
    -moz-min-width: 250px;
    -ms-min-width: 250px;
    -o-min-width: 250px;
    -webkit-min-width: 250px;
    min-width: 250px;
    width: auto;
    z-index: 10;
}

    .UserInfo > div {
        display: block;
        border-bottom: 1px solid #c6c6c6;
        padding-top: 10px;
    }

        .UserInfo > div > div {
            height: 30px;
            padding: 0 15px;
            white-space: nowrap;
        }

            .UserInfo > div > div label:first-child {
                color: #666;
                display: inline;
                float: left;
                font: 13px/27px 'Segoe UI', Arial,sans-serif;
            }

            .UserInfo > div > div label:last-child {
                color: #333;
                display: inline;
                float: right;
                font-family: 'Segoe UI', Arial;
                font-weight: 600;
                font-size: 13px;
                width: auto;
            }

    .UserInfo #userinfo_footer {
        background: #f5f5f5;
        height: 35px;
    }

        .UserInfo #userinfo_footer input:first-child {
            float: left;
            margin-left: 10px;
            width: 140px;
        }

        .UserInfo #userinfo_footer input:last-child {
            float: right;
            margin-right: 10px;
            width: 80px;
        }

.search_arrowup {
    border-color: transparent transparent #FFF;
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    display: none;
    height: 0;
    left: 38px;
    position: absolute;
    top: 28px;
    width: 0;
    z-index: 11;
}

.SearchMaster {
    background: #FFF;
    border-bottom: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 10px 10px 5px rgba(50, 50, 50, 0.5);
    -webkit-box-shadow: 0 10px 10px 5px rgba(50, 50, 50, 0.5);
    box-shadow: 0 10px 10px 5px rgba(50, 50, 50, 0.5);
    display: none;
    height: 40px;
    line-height: 40px;
    padding: 5px 3px 5px 8px;
    position: absolute;
    right: 40px;
    top: 35px;
    width: 350px;
    z-index: 10;
}

    .SearchMaster #txtSearchMaster {
        -moz-border-radius: 2px 0 0 2px;
        -webkit-border-radius: 2px 0 0 2px;
        border-radius: 2px 0 0 2px;
        border-right: none;
        display: inline-block;
        font-family: 'Segoe UI', Arial;
        height: 33px;
        padding: 0 10px 0 3px !important;
        margin: 0 !important;
        width: 250px !important;
    }

    .SearchMaster input[type="button"] {
        background: none repeat scroll 0 0 #d83c3c;
        border: none;
        -ms-border-radius: 0 2px 2px 0;
        -moz-border-radius: 0 2px 2px 0;
        -webkit-border-radius: 0 2px 2px 0;
        border-radius: 0 2px 2px 0;
        color: #fff;
        display: inline-block;
        height: 35px;
        margin: -3px 0 0 -3px !important;
        padding: 0 !important;
        width: 80px !important;
    }

        .SearchMaster input[type="button"]:hover {
            background: #eb5353;
        }

    .SearchMaster .arrow-left {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #d83c3c;
        display: inline-block;
        position: absolute;
        right: 85px;
        top: 15px;
        width: 0;
        height: 0;
        z-index: 11;
    }


.favorite_arrowup {
    border-color: transparent transparent #FFF;
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    display: none;
    height: 0;
    position: absolute;
    right: 25px;
    top: 28px;
    width: 0;
    z-index: 11;
}

.Favorite {
    background: #FFF;
    border-bottom: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 10px 10px 5px rgba(50, 50, 50, 0.5);
    -webkit-box-shadow: 0 10px 10px 5px rgba(50, 50, 50, 0.5);
    -ms-box-shadow: 0 10px 10px 5px rgba(50, 50, 50, 0.5);
    box-shadow: 0 10px 10px 5px rgba(50, 50, 50, 0.5);
    display: none;
    line-height: 40px;
    /*padding: 5px 3px 5px 8px;*/
    position: absolute;
    right: 10px;
    top: 35px;
    width: 410px;
    z-index: 10;
}

    .Favorite #txtFavorite {
        border-radius: 2px 0 0 2px;
        border-right: none;
        display: inline-block;
        font-family: 'Segoe UI', Arial;
        height: 33px;
        padding: 0 10px 0 3px !important;
        margin: 10px 0 10px 10px !important;
        width: 255px !important;
    }

    .Favorite #btnAddFavorite {
        /*background: none repeat scroll 0 0 #459dff;
        border: none;
        border-radius: 0 2px 2px 0;
        color: #fff;
        display: inline-block;
        height: 35px;
        margin: -3px 0 0 -3px !important;
        padding: 0 !important;
        width: 120px !important;*/
        background: none repeat scroll 0 0 #459dff;
        border: none;
        border-radius: 0 2px 2px 0;
        color: #fff;
        display: inline-block;
        height: 35px;
        margin: -3px 1% 0 1% !important;
        padding: 0 !important;
        width: 98% !important;
    }

    .Favorite .arrow-left {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #459dff;
        display: inline-block;
        position: absolute;
        right: 127px;
        top: 17px;
        width: 0;
        height: 0;
        z-index: 11;
    }

    .Favorite .FavoriteList {
        max-height: 300px;
        overflow-y: auto;
    }

    .Favorite .FavButton {
        /*background-color: #7e7e7e;*/
        border-bottom: 1px solid #c6c6c6;
    }

.FavoriteList ul li {
    border-bottom: 1px dashed #c6c6c6;
    height: 40px;
    line-height: 40px;
    list-style-type: none;
    /*padding: 1px 1px 0 1px;*/
}

    .FavoriteList ul li:last-child {
        border-bottom: none;
    }

    .FavoriteList ul li a {
        /*background: url("/Content/images/report.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
        color: #3890e1;
        float: left;
        font-size: 13px;
        font-weight: 600;
        /*margin-top: -10px;*/
        overflow: hidden;
        padding: 0 0 0 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 90%;
        margin-right: 1%;
    }

        .FavoriteList ul li a:hover {
            color: #f00;
        }

    .FavoriteList ul li span {
        color: #bbb;
        float: left;
        font-size: 11px;
        margin-top: -22px;
        padding-left: 10px;
        text-transform: uppercase;
    }

    .FavoriteList ul li img {
        float: right;
        margin: -30px 10px 0 0 !important;
        -ms-opacity: 0.8;
        opacity: 0.8;
    }

        .FavoriteList ul li img:hover {
            -ms-opacity: 1;
            opacity: 1;
        }

/*End Kiểm NH*/


/*  Kiểm NH  */
/*  Ngày 30/05/2015  */
/*  CSS box  Add và Edit */

.RowControl, .RowControlShortTile {
    float: left;
    display: inline-block;
    padding: 5px 1%;
    min-height: 27px;
}

.RowControl {
    width: 48%;
}

    .RowControl .dktimkiem_cell_title {
        float: left;
        width: 40%;
    }

    .RowControl .dktimkiem_cell_content {
        float: left;
        width: 60%;
    }

.RowControlShortTile {
    width: 44%;
}

    .RowControl input[type="text"], .RowControl textarea,
    .RowControlShortTile input[type="text"], .RowControlShortTile textarea {
        padding: 0;
        text-indent: 5px;
        width: 100%;
    }

    .RowControl select, .RowControlShortTile select {
        padding: 0;
        width: 100%;
    }



    .RowControlShortTile .dktimkiem_cell_title {
        float: left;
        width: 30%;
    }

    .RowControlShortTile .dktimkiem_cell_content {
        float: left;
        width: 70%;
    }

    .RowControlShortTile:not([style*="display:none"]):nth-child(2n+1) {
        padding-right: 5%;
    }

    .RowControlShortTile:not([style*="display:none"]):nth-child(2n) {
        padding-left: 5%;
    }

.RowControlFull, .RowControlFullShortTile {
    float: left;
    width: 98%;
    padding: 5px 1%;
    min-height: 25px;
}

    .RowControlFull .dktimkiem_cell_title {
        float: left;
        width: 19.6%;
    }

    .RowControlFull .dktimkiem_cell_content {
        float: left;
        width: 80.4%;
    }

    .RowControlFullShortTile .dktimkiem_cell_title {
        float: left;
        width: 13.5%;
    }

    .RowControlFullShortTile .dktimkiem_cell_content {
        float: left;
        width: 86.5%;
    }


    .RowControlFull input[type="text"], .RowControlFull textarea, .RowControlFullShortTile input[type="text"], .RowControlFullShortTile textarea {
        padding: 0;
        text-indent: 5px;
        width: 100%;
    }

    .RowControlFull select, RowControlFullShortTile select {
        width: 100%;
    }

    .RowControl .InputDate, .RowControl .InputMonth, .RowControlShortTile .InputDate, .RowControlShortTile .InputMonth .RowControlFull .InputDate, .RowControlFull .InputMonth, .RowControlFullShortTile .InputDate, .RowControlFullShortTile .InputMonth {
        width: 50% !important;
    }
/*End Kiểm NH*/


/*======================================style phần cảnh báo================================================*/
#warning {
    background: #ff8c00;
    bottom: 0;
    box-shadow: -2px -2px 5px 0 #444;
    height: auto;
    line-height: 30px;
    padding: 0 0 0px 0;
    position: fixed;
    right: 0;
    width: 250px;
    z-index: 1000;
    -webkit-box-shadow: -2px -2px 5px 0 #444;
}

    #warning > label {
        color: #FFF;
        font-weight: 700;
        padding: 10px 0 10px 10px;
        text-shadow: 1px 0px 1px rgba(150, 150, 150, 1);
    }

    #warning > a {
        float: right;
        margin: 5px 10px 0 0;
    }

        #warning > a > img {
            opacity: 0.7;
            height: 18px;
            width: 18px;
        }

        #warning > a:hover > img {
            opacity: 1;
        }

    #warning > div {
        display: block;
        height: auto;
    }

        #warning > div > div {
            background: #FFF;
            border-bottom: 1px solid #ccc;
            height: 30px;
            width: 100%;
        }

            #warning > div > div:last-child {
                border-bottom: none;
            }

            #warning > div > div:hover {
                background: #ccc;
            }

            #warning > div > div > a {
                background: #ccc;
                height: 35px;
                width: 100%;
            }

            #warning > div > div a:hover {
                cursor: pointer;
            }

            #warning > div > div > a > span:first-child {
                color: #333;
                float: left;
                margin-left: 15px;
            }

            #warning > div > div > a > span:last-child {
                color: #d31717;
                float: right;
                font-size: 16px;
                font-weight: 600;
                margin-right: 15px;
            }

/*======================================end style phần cảnh báo================================================*/

#ul_horizontal {
    display: table-cell;
    float: left;
    list-style-type: none;
}

    #ul_horizontal li {
        display: inline-block;
        float: left;
        text-align: left;
        list-style: none outside none;
        line-height: 20px;
    }

.ul_horizontal {
    width: 100%;
    display: flex;
    align-items: flex-end;
    margin: 10px 0;
}

.d-flex .ul_horizontal {
    width: auto;
    display: flex;
}

    .d-flex .ul_horizontal:first-child li {
        width: 150px;
    }

    .d-flex .ul_horizontal:last-child li {
        width: 130px;
    }

        .d-flex .ul_horizontal:last-child li:last-child {
            width: auto;
        }

.ul_horizontal li, .div-item-search {
    width: 25%;
    max-width: 280px;
    padding-right: 30px;
}


#_table_search input[type="text"] {
    width: 160px;
    margin: 5px !important;
}

#_table_search select {
    width: 170px;
    margin: 5px !important;
}

.divReport {
    border: 1px solid #c6c6c6;
    border-top: none;
    margin-left: 1%;
    min-height: 300px;
    overflow: auto;
    width: 98%;
}

.GeneralReport {
    background: #fff;
    float: left;
    margin-top: -30px;
    padding-right: 20px;
    text-align: right;
    width: 98%;
}

/*HUNGTD: Style cho ds báo cáo ETF, STock, đấu thầu*/
#listfunction {
    background: transparent;
    display: block;
    height: auto;
    margin: 0 auto;
    float: left;
}

#listfunction_content {
    background: none repeat scroll 0 0 rgba(60, 60, 60, 0.4);
    display: block;
    float: left;
    margin: 10px auto 25px 0;
    min-height: 500px;
    width: 1000px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    #listfunction_content p {
        color: #FFF;
        font-size: 18px;
        font-family: 'Open Sans';
        font-weight: 400;
        margin: 10px 0 10px 10px;
    }

.function_title {
    cursor: pointer;
}

    .function_title:hover {
        color: #77f7dc !important;
    }


#d_xemganday {
    float: left;
    width: 100%;
}

.d_chuyenmuc {
    font-weight: bold;
    width: 100%;
    padding-left: 10px;
    color: #ff6a00;
    margin-bottom: 10px;
    float: left;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .d_chuyenmuc:hover {
        color: greenyellow;
    }

.d_report {
    float: left;
    height: 30px;
    margin-left: 20px;
    width: 30%;
    padding-bottom: 15px;
}

.DefaultFunc {
    background: url('/Content/images/report.png') no-repeat;
    color: #eee;
    float: left;
    outline: none;
    padding: 0 0 0 30px;
    /*white-space: nowrap;*/
    word-wrap: break-word;
    min-height: 25px;
    text-align: justify;
}

.DefaultFuncAddRecord {
    background: url('/Content/images/report.png') no-repeat;
    color: #eee;
    float: left;
    outline: none;
    padding: 0 0 0 30px;
    /*white-space: nowrap;*/
    word-wrap: break-word;
    min-height: 25px;
    text-align: justify;
}

.DefaultFunc:hover {
    color: #ff9b00;
}

#left_recent, #center_recent, #right_recent {
    background: transparent;
    display: block;
    float: left;
    height: auto;
    list-style-type: none;
    margin: 1%;
    width: 31.3%;
}

    #left_recent ul li, #center_recent ul li, #right_recent ul li {
        display: inline-block;
        list-style: none;
        line-height: 24px;
        vertical-align: middle;
    }

        #left_recent ul li a, #center_recent ul li a, #right_recent ul li a, #listfunction_content #left ul li a, #center ul li a, #right ul li a, #left_recent ul li a, #center_recent ul li a, #right_recent ul li a {
            background: url('/Content/images/report.png') no-repeat;
            color: #eee;
            float: left;
            margin-bottom: 15px;
            outline: none;
            padding: 0 0 0 30px;
            word-wrap: break-word;
        }

            #left_recent ul li a:hover, #center_recent ul li a:hover, #right_recent ul li a:hover {
                color: #ff9b00;
            }

/*end: Style cho ds báo cáo ETF, STock, đấu thầu*/
/*style cho ds báo cáo chỉ số, đấu giá*/
#listfunction_content #left, #center, #right, #left_recent, #center_recent, #right_recent {
    background: transparent;
    display: block;
    float: left;
    height: auto;
    list-style-type: none;
    margin: 1%;
    width: 29.3%;
    padding-left: 10px;
}

    #listfunction_content #left ul li, #center ul li, #right ul li, #left_recent ul li, #center_recent ul li, #right_recent ul li {
        display: inline-block;
        list-style: none;
        line-height: 24px;
        vertical-align: middle;
    }

        #listfunction_content #left ul li a, #center ul li a, #right ul li a, #left_recent ul li a, #center_recent ul li a, #right_recent ul li a {
            background: url('/Content/images/report.png') no-repeat;
            color: #eee;
            float: left;
            margin-bottom: 15px;
            outline: none;
            padding: 0 0 0 30px;
            white-space: nowrap;
        }

            #listfunction_content #left ul li a:hover, #center ul li a:hover, #right ul li a:hover, #left_recent ul li a:hover, #center_recent ul li a:hover, #right_recent ul li a:hover {
                color: #ff9b00;
            }
/*end style cho ds báo cáo chỉ số, đấu giá*/


._fieldset {
    float: left;
    width: 95%;
    margin-left: 15px;
    padding-right: 5px;
}

    ._fieldset .dktimkiem_row .dktimkiem_cell_content input[type="text"] {
        width: 250px;
    }

    ._fieldset legend {
        font-weight: normal;
        font-family: 'Segoe UI', Arial;
        color: #706e6e;
        font-style: italic;
    }

.tblLogin li a:hover {
    color: #006699 !important;
}

.ms-parent li {
    line-height: normal;
    padding: 3px;
}

    .ms-parent li input {
        margin-right: 2px;
    }




/*****
*   chi tiết giám sát lệnh
*****/

.cmd-fo, .cmd-gate {
    font-size: 12px;
    display: inline-block;
    padding: 20px;
    background: #232639;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    border-radius: 5px;
    width: 50%;
    max-width: 300px;
    margin-right: 15px;
    margin-top: 0;
    font-weight: bold;
}

    .cmd-fo span, .cmd-gate span {
        margin-right: 10px;
        font-size: 14px;
        margin-top: 5px;
        display: inline-block;
    }

.search-content {
    margin: 10px 0;
}

.div-btn-search {
    display: inline-block;
}

.input-search {
    width: 100%;
}

.divNumberRecordOnPage {
    display: none;
}

.d-paging-left {
    color: white;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    /* Location of the box */
    left: 0;
    top: 0;
    bottom: 0;
    right: 0; /* Full width */
    /* Full height */
    /* Enable scroll if needed */
    /* Fallback color */
    background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

.wapModalContent {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}


.modal-content {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    background: #181b2a;
    width: 630px;
    height: 375px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    padding: 35px;
}

.wapModalContent .btn {
    font-size: 12px;
    position: inherit;
    margin-top: 90px;
}

.close {
    font-size: 28px;
    position: absolute;
    top: 5px;
    right: 10px;
}

    .close:hover,
    .close:focus {
        text-decoration: none;
        cursor: pointer;
    }

.modal-header h2 {
    font-size: 16px;
    font-weight: bold;
    color: #7798f7;
}

.dvContentLenh {
    display: flex;
    color: #4e5b87;
    margin: 40px 0;
}

    .dvContentLenh p {
        padding-right: 20px;
        margin-right: 20px;
        font-weight: bold;
        border-right: 1px solid #212332;
    }

        .dvContentLenh p:last-child {
            padding-right: 0;
            margin-right: 0;
            border: none;
        }

    .dvContentLenh span {
        display: block;
        color: #d3e1fe;
        font-size: 14px;
        font-weight: normal;
    }

.dvWrapStatus {
    position: relative;
    display: flex;
    margin-bottom: 20px;
    padding: 0 20px;
}

    .dvWrapStatus:before {
        position: absolute;
        content: '';
        height: 1px;
        background: #21273f;
        left: 0;
        right: 0;
        bottom: 5px;
    }

    .dvWrapStatus:after {
        position: absolute;
        content: '';
        right: 0;
        bottom: 0;
        border-left: 5px solid #21273f;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
    }

.div-status-lenh-ck {
    display: flex;
    justify-content: center;
}

    .div-status-lenh-ck:nth-of-type(2) {
        margin: 0 auto;
    }

    .div-status-lenh-ck input[type="checkbox"]:checked + label span:after {
        content: '';
        position: absolute;
        border-top: none;
        border-right: none;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 1px;
        left: 3px;
        width: 2px;
        height: 5px;
        border: solid #161c2a;
        border-width: 0 2px 2px 0;
    }

    .div-status-lenh-ck input[type="checkbox"] {
        position: absolute;
        display: none;
    }

        .div-status-lenh-ck input[type="checkbox"] + label span {
            position: relative;
            overflow: hidden;
            cursor: pointer;
            display: block;
        }

            .div-status-lenh-ck input[type="checkbox"] + label span:before {
                content: "";
                display: block;
                background-color: #21263a;
                width: 10px;
                height: 10px;
                border-radius: 50%;
            }

    .div-status-lenh-ck input[checked] + label span:before {
        background-color: #3d933a;
    }

.lb-checkbox-lenhck {
    font-family: 'SExtralight';
    display: flex;
    justify-content: center;
}

.div-status-lenh-ck p {
    padding: 5px 15px;
    border-radius: 2px;
    background: #21263a;
    color: #4e5b87;
    font-weight: bold;
    margin-bottom: 8px;
    position: relative;
}

    .div-status-lenh-ck p:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        width: 1px;
        margin: auto;
        border-top: 4px solid #21263a;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        bottom: -4px;
    }

.div-status-lenh-ck .checkedStatus {
    background: #3d933a;
    color: #181b2a;
}

    .div-status-lenh-ck .checkedStatus:before {
        border-top: 4px solid #3d933a;
    }

.div-status-lenh-ck > div {
    position: relative;
}

    .div-status-lenh-ck > div > span {
        position: absolute;
        bottom: -30px;
        left: 0;
        right: 0;
        text-align: center;
    }



/*****
*   cảnh báo lệnh
*****/
.dvTopCanhBaoLenh {
    background: #232639;
    padding: 10px;
    position: relative;
    padding-right: 80px;
    font-weight: bold;
    line-height: 1.5;
}

    .dvTopCanhBaoLenh button {
        padding: 0;
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        font-weight: bold;
    }


/****** style input, select cho article *******/
article input[type="text"], article select, article .ms-choice, header input[type="text"] {
    border: 1px solid #343b58;
    min-height: 32px;
    width: 100%;
    cursor: pointer;
}

#divNumberRecordOnPage {
    width: 60px !important;
    margin: 0 5px;
}



/**********
*   style datepicker
**********/
.ui-datepicker-calendar th {
    background: transparent;
}



/******
*   mainGuiMailSaoKe
******/
.mainGuiMailSaoKe {
    display: flex;
}

#divBaoCaoDay, #divBaoCaoMonth {
    display: flex;
    align-items: flex-end;
}

    #divSaoKe li, #divBaoCaoDay li, #divBaoCaoMonth li {
        width: 170px;
        max-width: 280px;
        padding-right: 30px;
    }


/*****
*  Đối soát lệnh
*******/
.d-gr-lenh .tablelist thead tr td:first-child, .d-gr-lenh .tablelist tr th:first-child {
    display: none;
}

.clear-fix::after {
    content: "";
    display: table;
    clear: both;
}

.c-title {
    padding: 15px 10px;
    background-color: #0094ff;
    color: #fff;
    font-weight: bold;
}


.lblShowDetail {
    background-image: url(/Content/images/up-arrow-angle-in-circular-filled-button.png);
}


#cbShowDetail {
    display: none;
}

    #cbShowDetail:checked ~ .d-details {
        height: -webkit-calc(35%);
        height: -moz-calc(35%);
        height: -o-calc(35%);
        height: calc(35%);
    }

        #cbShowDetail:checked ~ .d-details .lblShowDetail {
            background-image: url(/Content/images/down-angle-arrow-in-circular-filled-button.png);
        }


    #cbShowDetail ~ .d-details .d-gr-lenh-ct {
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        -webkit-transition-timing-function: linear;
        transition-timing-function: linear;
        height: 0;
    }

    #cbShowDetail:checked ~ .d-details .d-gr-lenh-ct {
        height: -webkit-calc(100% - 44px);
        height: -moz-calc(100% - 44px);
        height: -o-calc(100% - 44px);
        height: calc(100% - 44px);
    }

.d-gr-lenh, .d-gr-lenh-ct {
    position: relative;
    overflow: hidden;
}

    .d-gr-lenh .tb-sb-head, .d-gr-lenh-ct .tb-sb-head {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .d-gr-lenh .tb-sb-data, .d-gr-lenh-ct .tb-sb-data {
        overflow: auto;
    }

.lblLeft {
    padding-left: 10px;
}

#d_total_information {
    margin: 5px 0 15px;
}



/*******
*   thêm icon cho input date
*******/
.dvMainInputDate {
    position: relative;
}

    .dvMainInputDate input {
        position: relative;
        z-index: 1;
    }

    .dvMainInputDate i {
        position: absolute;
        top: 9px;
        right: 10px;
        color: #313d57;
    }




/*******
*   tạo scroll cho bảng và cố định thead
*******/
.divMainTable {
    width: 100%;
    overflow: hidden;
}

.scrollTable {
    overflow: auto;
    max-height: 395px;
    margin-bottom: 15px;
}

.d-gr-lenh .scrollTable, .d-gr-lenh-ct .scrollTable {
    max-height: 220px;
}

.scrollTable th {
    position: sticky;
    top: 0;
}

.divDatCommonDatLenh .scrollTable {
    max-height: 220px;
}
