BODY {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    text-decoration: none;
    font-family: Arial, verdana, Helvetica, sans-serif;
    background: #FFF;
}

.fa {
    margin-right: 2px;
}

a {
    text-decoration: none;
}

.clearfix {
    clear: both;
}

.fcn_left {
    float: left;
}

.fcn_right {
    float: right;
}

.png_tms_body_login {
    width: 452px;
    height: 260px;
    background-color: #3474b2;
    border-radius: 7px 7px 7px 7px;
    margin: auto;
}

.png_tms_body_header {
    width: 452px;
    height: 58px;
    float: left;
}

    .png_tms_body_header logotms {
        width: 71px;
        height: 41px;
        background-image: url(../Images/image_body/PNG_Login_03.jpg);
        background-repeat: no-repeat;
        margin-top: 10px;
        margin-left: 11px;
        float: left;
    }

    .png_tms_body_header company {
        width: 327px;
        height: 19px;
        background-image: url(../Images/image_body/PNG_Login_05.jpg);
        background-repeat: no-repeat;
        margin-top: 10px;
        margin-left: 14px;
        float: left;
    }

.png_tms_body_line {
    width: 452px;
    height: 2px;
    background-color: #0082ff;
    margin-bottom: 18px;
    float: left;
}

.png_tms_body_container {
    width: 452px;
    height: auto;
    float: left;
}

    .png_tms_body_container txt {
        width: 121px;
        height: 25px;
        font-size: 12px;
        color: #FFF;
        font-weight: bold;
        text-align: right;
        padding-right: 20px;
        line-height: 25px;
        float: left;
    }

    .png_tms_body_container txtinput {
        width: 257px;
        height: 25px;
        font-size: 12px;
        color: #FFF;
        background-color: #FFF;
        float: left;
    }

    .png_tms_body_container txtsave {
        width: 116px;
        height: 16px;
        font-size: 12px;
        color: #FFF;
        font-weight: bold;
        text-align: right;
        padding-right: 20px;
        line-height: 25px;
        float: left;
    }

    .png_tms_body_container txtinputsave {
        width: 257px;
        height: 16px;
        font-size: 12px;
        line-height: 15px;
        color: #FFF;
        float: left;
    }

.png_tms_body_button {
    width: 452px;
    height: auto;
    float: left;
}

    .png_tms_body_button btnlogin {
        width: 112px;
        height: 28px;
        margin-top: 5px;
        margin-left: 180px;
        cursor: pointer;
        float: left;
    }


.png_tms_body_footer {
    width: 452px;
    height: auto;
    font-size: 12px;
    margin-top: 3px;
    float: left;
}

    .png_tms_body_footer txt1 {
        width: 250px;
        height: 17px;
        padding-left: 10px;
        color: #85acd1;
        float: left;
    }


    .png_tms_body_footer txt2 {
        width: 180px;
        height: 17px;
        text-align: right;
        color: #FFF;
        float: left;
    }

    .png_tms_body_footer txt1 a {
        color: #85acd1;
        text-decoration: none;
    }

        .png_tms_body_footer txt1 a:hover {
            color: #B70A4C;
            text-decoration: none;
        }

.png_tms_note {
    height: 280px;
    width: 300px;
    float: left;
    position: relative;
    left: 100px;
    top: 0px;
    font-size: 12px;
    padding-top: 120px;
    padding-left: 30px;
    background-image: url(../Images/image_body/PNG_NoteBig.jpg);
    background-repeat: no-repeat;
}

.png_tms_note_text {
    padding-left: 30px;
}

.png_menu {
    padding: 0px;
    width: 1185px;
    height: 31px;
    margin: auto;
    list-style: none;
    background-image: url(../Images/menu/bg.jpg);
}

    .png_menu li {
        float: left;
        position: relative;
        list-style: none;
    }

    .png_menu > ul > li ul {
        border: solid 1px #d2d8de;
        border-top: 0px;
        border-bottom: 0px;
    }

    .png_menu > ul > li .fa {
        float: right;
        margin-top: 5px;
        margin-right: 2px;
    }

    .png_menu > ul > li > ul li {
        width: 200px;
        border-top: solid 1px #f6f7f9;
        border-bottom: solid 1px #dde1e4;
        border-left: 0px;
        border-right: 0px;
    }

    .png_menu > ul {
        padding: 0px 10px;
        margin: 0px;
    }

        .png_menu > ul > li > a {
            color: white;
            font-weight: bold;
        }

        .png_menu > ul > li::before {
            content: url(../Images/menu/line.jpg);
            float: right;
        }

        .png_menu > ul > li:last-child:before {
            content: "";
        }

    .png_menu a {
        display: block;
        text-decoration: none;
        padding: 6px 15px;
        color: #000;
        font-size: 12px;
    }

    .png_menu ul ul {
        position: absolute;
        left: 0;
        top: 100%;
        visibility: hidden;
        opacity: 0;
        list-style;
        padding: 0px;
        margin: 0px;
        z-index: 1000;
    }

        .png_menu ul ul ul {
            left: 100%;
            top: 0;
        }

    .png_menu li:hover, .png_menu li:hover li {
        background: #F2F2F2;
    }

    .png_menu li li:hover {
        background: white;
    }

    .png_menu > ul > li:hover {
        background-color: transparent !important;
    }

    .png_menu li li li:hover {
        background: white;
    }

    .png_menu li:hover > ul {
        visibility: visible;
        opacity: 1;
    }


BODY {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    text-decoration: none;
    font-family: Arial, verdana, Helvetica, sans-serif;
    background: #CFDCEC;
}

.Png_tab > ul {
    margin: 0;
    padding: 0;
    height: 22px;
    margin-top: 10px;
}

    .Png_tab > ul > li {
        float: left;
        list-style: none;
    }

.control-header {
    background-color: azure;
    padding: 5px 10px;
    font-weight: bold;
    border: 1px solid #e5e5e5;
    text-transform: uppercase;
}

.control-body {
    border: 1px solid #e5e5e5;
    border-top-width: 0px;
    padding: 5px;
    margin-bottom: 10px;
}

    .control-body lable {
        font-weight: bold;
        width: 78px;
        display: inline-block;
        text-align: right;
        padding-right: 5px;
    }

    .control-body .row div {
        display: inline-block;
    }

    .control-body .row {
        margin-top: 5px;
    }

.Png_tab > ul > li > a {
    background-color: #ccccff;
    padding: 5px 25px;
    color: #595959;
    font-weight: bold;
    border-bottom: 2px solid blue;
    margin: 0px 2px;
    cursor: pointer;
}


.Png_tab .active {
    background-color: #3474B2;
    color: white;
    border-bottom: 2px solid red;
}

.Png_tab > ul > li > a:hover {
    background-color: #3474B2;
    color: white;
    border-bottom: 2px solid red;
}

/*Duongitvn(18/08/2018) - Png_tabSub*/

.Png_tabSub .active {
    background-color: #3474B2;
    color: white;
    border-bottom: 2px solid red;
}

.Png_tabSub > ul > li > a:hover {
    background-color: #3474B2;
    color: white;
    border-bottom: 2px solid red;
}

.clearfix {
    clear: both;
}

.fcn_left {
    float: left;
}

.fcn_right {
    float: right;
}

.png_tms_banner {
    width: 1185px;
    height: 76px;
    background-color: #FFF;
    margin: auto;
}

    .png_tms_banner logotms {
        width: 103px;
        height: 56px;
        background-image: url(../Images/image_body/PNG_Hotel_09.jpg);
        background-repeat: no-repeat;
        margin-top: 11px;
        margin-left: 13px;
        float: left;
    }

    .png_tms_banner company {
        width: 288px;
        height: 14px;
        background-image: url(../Images/image_body/PNG_Hotel_10.jpg);
        background-repeat: no-repeat;
        margin-top: 20px;
        margin-left: 21px;
        float: left;
    }

    .png_tms_banner listoption {
        width: 853px;
        height: 19px;
        margin-top: 14px;
        font-size: 12px;
        color: #595959;
        margin-left: 21px;
        float: left;
    }

    .png_tms_banner contact {
        width: 185px;
        height: 40px;
        font-size: 12px;
        line-height: 13px;
        text-align: right;
        color: #595959;
        float: left;
    }

.png_tms_menu {
    width: 1185px;
    height: 31px;
    background-image: url(../Images/image_body/PNG_Hotel_15.jpg);
    margin: auto;
}

    .png_tms_menu txt {
        width: auto;
        height: 31px;
        padding-left: 31px;
        padding-right: 31px;
        line-height: 31px;
        font-weight: bold;
        font-size: 12px;
        cursor: pointer;
        color: #dde8f2;
        float: left;
    }

    .png_tms_menu line {
        width: 4px;
        height: 31px;
        background-image: url(../Images/image_body/PNG_Hotel_17.jpg);
        background-repeat: no-repeat;
        float: left;
    }


.png_tms_body {
    width: 1185px;
    height: auto;
    font-size: 12px;
    background-color: #FFF;
    margin: auto;
}

.png_tms_body_breakcum {
    width: 1180px;
    height: 34px;
    font-size: 12px;
    font-weight: bold;
    line-height: 34px;
    padding-left: 5px;
    border-bottom: 1px solid #d9d9d9;
    float: left;
}

    .png_tms_body_breakcum step {
        width: auto;
        height: 34px;
        color: #383838;
        padding-right: 5px;
        padding-left: 5px;
        line-height: 34px;
        float: left;
    }

    .png_tms_body_breakcum line {
        width: 9px;
        height: 12px;
        margin-top: 11px;
        background-image: url(../Images/image_body/PNG_Hotel_24.jpg);
        background-repeat: no-repeat;
        float: left;
    }

    .png_tms_body_breakcum stepactive {
        width: auto;
        height: 34px;
        color: #4889c8;
        padding-right: 5px;
        padding-left: 5px;
        line-height: 34px;
        float: left;
    }

.png_tms_footer {
    width: 1170px;
    height: 57px;
    background-image: url(../Images/image_body/PNG_Hotel_38.jpg);
    font-size: 12px;
    color: #383838;
    line-height: 20px;
    padding-top: 10px;
    padding-left: 15px;
    margin: auto;
}

.png_tms_menu_left {
    width: 245px;
    height: auto;
    border: 1px solid #e5e5e5;
    padding: 1px;
    float: left;
}

.png_tms_menu_left_sale {
    width: 470px;
    height: auto;
    border: 1px solid #e5e5e5;
    padding: 1px;
    float: left;
}

.png_tms_menu_left_header {
    width: 235px;
    height: 27px;
    color: #525458;
    font-weight: bold;
    line-height: 27px;
    padding-left: 10px;
    background-color: #d8dfea;
    float: left;
}

.png_tms_menu_left_header_sale {
    width: 460px;
    height: 27px;
    color: #525458;
    font-weight: bold;
    line-height: 27px;
    padding-left: 10px;
    background-color: #d8dfea;
    float: left;
}

.png_tms_menu_left_body {
    width: 237px;
    height: auto;
    border: 1px solid #e5e5e5;
    border-top: 0px;
    margin-bottom: 10px;
    padding: 5px;
    float: left;
}

    .png_tms_menu_left_body linetxt {
        width: auto;
        height: 20px;
        font-size: 12px;
        font-weight: bold;
        padding-right: 6px;
        color: #383838;
        float: left;
    }

.png_tms_menu_left_txt {
    width: 70px;
    height: 32px;
    line-height: 32px;
    padding-right: 5px;
    text-align: right;
    font-size: 12px;
    float: left;
    font-weight: bold;
}

.png_tms_menu_left_txtinput {
    width: 160px;
    height: 27px;
    line-height: 32px;
    padding-top: 5px;
    float: left;
}

    .png_tms_menu_left_txtinput input {
        line-height: normal !important;
    }

.png_tms_input_txt {
    width: 160px;
    height: 18px;
    border: 1px solid #b3abab;
}

.png_tms_input_combo {
    width: 162px;
    height: 22px;
    padding: 2px;
    border: 1px solid #b3abab;
}

a.png_button {
    background: transparent url('../Images/image_control/PNG_btn_02.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 3px;
    padding-right: 9px; /* sliding doors padding */
    text-decoration: none;
    cursor: pointer;
}

    a.png_button span {
        background: transparent url('../Images/image_control/PNG_btn_01.gif') no-repeat;
        display: block;
        line-height: 24px;
        padding-left: 20px;
        padding-right: 10px;
        color: #343434;
        font-weight: bold;
        height: 24px;
    }

a.png_imgbutton {
    color: #000;
    font: normal 12px arial, sans-serif;
}

    a.png_imgbutton img {
        position: relative;
        left: 0px;
        top: 3px;
    }

table.png_gridtable {
    border-collapse: collapse;
    border-color: #ebebeb;
    border-width: 1px;
    border-style: solid;
    color: #333333;
    font: normal 12px arial, sans-serif;
}

    table.png_gridtable th {
        background-color: #3474b2;
        border-color: #ebebeb;
        border-style: solid;
        border-width: 1px;
        height: 25px;
        color: #fafafa;
        padding-left: 2px;
        font-size: 13px;
        text-align: center;
    }

        table.png_gridtable th.header {
            text-align: left;
            padding-left: 15px;
        }

    table.png_gridtable td {
        border-color: #ebebeb;
        border-style: solid;
        border-width: 1px;
        line-height: 16px;
        padding: 5px;
    }

    table.png_gridtable tr {
        background-color: #FFF;
    }

a.png_title_s {
    font-weight: bold;
    text-decoration: none;
    color: #3b5998;
}


.png_tms_dot {
    width: 10px;
    height: 10px;
    background-image: url(../Images/dot.png);
    background-repeat: no-repeat;
    margin-right: 5px;
    margin-top: 5px;
    float: left;
}


.png_tms_edit {
    width: 17px;
    height: 18px;
    background-image: url(../Images/edit.png);
    background-repeat: no-repeat;
    margin-right: 5px;
    margin-top: 2px;
    margin-left: 12px;
    float: left;
}

.png_tms_recycle {
    width: 17px;
    height: 20px;
    background-image: url(../Images/rec.png);
    background-repeat: no-repeat;
    margin-right: 5px;
    float: left;
}

table.png_hoteltableedit {
    border-collapse: collapse;
    border-color: #ebebeb;
    border-width: 0px;
    color: #333333;
    font: normal 12px arial, sans-serif;
}

    table.png_hoteltableedit th {
        background-color: #3474b2;
        border-color: #ebebeb;
        border-style: solid;
        border-width: 1px;
        height: 20px;
    }

    table.png_hoteltableedit td {
        line-height: 20px;
        padding: 3px;
        border: 1px dashed #f0f0f0;
    }

table.png_hoteltableedit_noboder {
    color: #333333;
    font: normal 12px arial, sans-serif;
    border: none;
}

    table.png_hoteltableedit_noboder th {
        background-color: #f2f2f2;
        border: none;
    }

    table.png_hoteltableedit_noboder tr {
        background-color: transparent !important;
        border: none;
    }

    table.png_hoteltableedit_noboder td {
        border: none;
        padding: 0px;
    }

.png_tms_inputhotel_txt {
    width: 278px;
    height: 20px;
    border: 1px solid #b3abab;
}

.png_tms_inputhotel_txt_multiline {
    font-family: Calibri;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    color: #000000;
    width: 99%;
}

.png_tms_input_combohotel {
    width: 280px;
    height: 24px;
    padding: 2px;
    border: 1px solid #b3abab;
}

.png_tms_page_frame {
    width: 922px;
    height: 33px;
    margin-top: 10px;
    padding-left: 2px;
    float: right;
}

    .png_tms_page_frame a {
        text-decoration: none;
        color: #2B2D2F;
    }

.png_tms_page {
    width: auto;
    height: 25px;
    background-color: #D8DFEA;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    margin-right: 4px;
    padding-left: 7px;
    padding-right: 7px;
    color: #2B2D2F;
    float: left;
}

.png_tms_page_go {
    width: auto;
    height: 25px;
    background-color: #D10000;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    margin-right: 4px;
    margin-left: 2px;
    padding-left: 7px;
    padding-right: 7px;
    color: #F6CCCC;
    float: left;
}


.png_tms_page_txt {
    width: 50px;
    height: 21px;
    border: 1px solid #b3abab;
    float: left;
}

.png_tms_page_lable {
    font-weight: bold;
}

.png_tms_page_lable_paging {
    width: auto;
    height: 25px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    margin-right: 4px;
    padding-left: 7px;
    padding-right: 7px;
    color: #2B2D2F;
    float: left;
}

.png_tms_txt_login {
    width: 250px;
    border: 0px inset;
    height: 20px;
    font-size: 13px;
    background-color: transparent;
    font-family: Arial;
    margin-top: 1px;
    margin-left: 2px;
    color: #000;
}

.png_tms_label_day {
    color: #5f95cb;
    text-transform: uppercase;
    padding: 0 25px 0 15px;
}

.png_tms_LoadingPanel {
    z-index: 999;
}

.png_tms_LoadingPanel_addmanual {
    background-color: #3474b2;
    border: solid 1px #869aaf;
    vertical-align: middle;
    padding: 5px;
    z-index: 999;
}

.png_tms_dxdvLoadingPanel {
    background-color: Gray;
    background-position: center;
    background-repeat: repeat-x;
    width: 200px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    padding-top: 25px;
}

.popup_block {
    background: #fff;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0px;
}

.travelsen_popup_url {
    width: 511px;
    height: 39px;
    line-height: 39px;
    font-size: 12px;
    margin-left: 15px;
    color: #000;
    font-weight: bold;
    float: left;
    overflow: hidden;
}

.travelsen_popup_line {
    width: 583px;
    height: 1px;
    background-color: #0077B6;
    margin-bottom: 35px;
    float: left;
}

.travelsen_popup_body {
    width: 99%;
    height: auto;
    font-size: 12px;
    position: relative;
    padding-bottom: 35px;
    float: left;
}

.FadeCSS {
    display: none;
    background: #231F20;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .60;
    z-index: 9999;
}

.AutoExtender {
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    border: solid 1px #006699;
    line-height: 20px;
    padding: 10px;
    background-color: White;
    margin-left: auto;
    z-index: 10001;
}

.AutoExtenderList {
    border-bottom: dotted 1px #006699;
    cursor: pointer;
    color: black;
    z-index: 10001;
}

.AutoExtenderHighlight {
    color: White;
    background-color: #006699;
    cursor: pointer;
    z-index: 10001;
}

.popContent {
    padding: 5px;
    font-size: 12px;
}

.popImageClose {
    position: absolute;
    cursor: pointer;
    top: 3px;
    right: 3px;
}

.popButton {
    width: auto;
    height: 25px;
    line-height: 25px;
    color: #ffffff;
    background: #0794da;
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 7px;
    float: left;
}

.cssDesMain {
    z-index: 10;
    display: none;
    margin: 10px;
    width: auto;
    line-height: 16px;
    position: absolute;
    color: #111;
    border: 1px solid #DCA;
    background: #fffAF0;
    margin-left: 40px;
}

.PopMain {
    background-color: #ffffff;
    border: 1px solid #0794da;
    box-shadow: 0 0 3px #DEDEDE;
    position: fixed;
    max-width: 500px;
    top: 40%;
    left: 40%;
    padding-bottom: 10px;
    z-index: 9999;
    min-width: 250px;
}

.popTitle {
    width: auto;
    height: 30px;
    background-color: #eeeded;
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
    border-bottom: 1px solid #0794da;
}

table.png_tablenone td {
    border-color: white;
}

.top-menu .navbar-nav > li.dropdown > .dropdown-toggle > .badge {
    font-family: "Open Sans",sans-serif;
    position: absolute;
    top: 7px;
    right: 23px;
    font-weight: 300;
    padding: 3px 6px;
}

.top-menu a {
    color: #595959;
}

.top-menu .navbar-nav > li.dropdown .dropdown-toggle .badge.badge-default {
    background-color: #36c6d3;
    color: #fff;
}

.top-menu .navbar-nav > li.dropdown .dropdown-toggle > i {
    color: #79869a;
}

.top-menu .navbar-nav > li.dropdown > .dropdown-toggle > i {
    font-size: 17px;
}

.top-menu .navbar-nav .dropdown-menu .dropdown-menu-list {
    padding-right: 0 !important;
    padding-left: 0;
    list-style: none;
}

.top-menu .navbar-nav > li.dropdown-extended .dropdown-menu {
    min-width: 160px;
    max-width: 275px;
    width: 275px;
    z-index: 9995;
}

.top-menu .navbar-nav .dropdown-menu .dropdown-menu-list > li > a {
    display: block;
    clear: both;
    font-weight: 300;
    line-height: 20px;
    white-space: normal;
    font-size: 13px;
    padding: 16px 15px 18px;
    text-shadow: none;
}

.top-menu .dropdown-menu .dropdown-menu-list > li > a:hover .time {
    background: #e4e4e4;
}

.top-menu .dropdown-menu .dropdown-menu-list > li a .time {
    float: right;
    max-width: 75px;
    font-size: 11px;
    font-weight: 400;
    opacity: .7;
    filter: alpha(opacity=70);
    text-align: right;
    padding: 1px 5px;
}

.top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external {
    background: #eaedf2;
}

.top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external {
    display: block;
    overflow: hidden;
    padding: 15px;
    letter-spacing: .5px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.top-menu .navbar-nav > li.dropdown-extended .dropdown-menu {
    padding: 0px;
}

    .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external > a {
        display: inline-block;
        padding: 0;
        background: 0 0;
        clear: inherit;
        font-size: 13px;
        font-weight: 300;
        position: absolute;
        right: 10px;
        border: 0;
        margin-top: -8px;
        cursor: pointer;
    }

    .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external > a {
        color: #337ab7;
    }

.top-menu .navbar-nav .dropdown-menu .dropdown-menu-list > li > a {
    border-bottom: 1px solid #EFF2F6 !important;
    color: #888888;
}

    .top-menu .navbar-nav .dropdown-menu .dropdown-menu-list > li > a:hover {
        background: #f8f9fa;
    }

.TabContent {
    margin: 0px 10px;
    border: 1px solid #d9d9d9;
    border-top: 0px;
}

.TabContentSub {
    border: none;
    border-top: 0px;
}

.Png_tab {
    height: 20px;
    border-bottom: 1px solid #d9d9d9;
    margin: 10px;
    margin-bottom: 0px;
}

    .Png_tab > ul {
        margin: 0;
        padding: 0;
    }

        .Png_tab > ul > li {
            float: left;
            list-style: none;
            cursor: pointer;
        }

            .Png_tab > ul > li > a {
                background-color: #ccccff;
                padding: 5px 25px;
                color: #595959;
                font-weight: bold;
                border-bottom: 2px solid blue;
                margin: 0px 2px;
            }

    .Png_tab .Active {
        background-color: #3474B2;
        color: white;
        border-bottom: 2px solid red;
    }

    .Png_tab > ul > li > a:hover {
        background-color: #3474B2;
        color: white;
        border-bottom: 2px solid red;
    }

/*Duongitvn(18/08/2018) - Png_tabSub*/
.Png_tabSub {
    height: 18px;
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 0px 2px 2px;
    margin-bottom: 0px;
}

    .Png_tabSub > ul {
        margin: 0;
        padding: 0;
    }

        .Png_tabSub > ul > li {
            font-style: italic;
            float: left;
            list-style: none;
            cursor: pointer;
        }

            .Png_tabSub > ul > li > a {
                background-color: #ccccff;
                padding: 2px 10px;
                color: #595959;
                font-weight: bold;
                border-bottom: 2px solid blue;
                margin: 0px 2px;
            }

    .Png_tabSub .Active {
        background-color: #3474B2;
        color: white;
        border-bottom: 2px solid red;
    }

    .Png_tabSub > ul > li > a:hover {
        background-color: #3474B2;
        color: white;
        border-bottom: 2px solid red;
    }

.tms-inbox {
    list-style: none;
    padding: 0px;
    margin: 0px;
    clear: both;
    border-bottom: solid 1px #ebebeb;
    border-top: solid 1px #ebebeb;
    margin-bottom: 10px;
}

    .tms-inbox li {
        cursor: pointer;
        padding: 7px 5px;
        height: 24px;
    }

        .tms-inbox li.active {
            background-color: #ebebeb;
        }

        .tms-inbox li:hover {
            background-color: #ebebeb;
        }

        .tms-inbox li > a {
            font-weight: bold;
            padding-top: 5px;
            display: -webkit-box;
        }

        .tms-inbox li > span {
            background-color: #3090bd;
            border-radius: 15px;
            -moz-border-radius: 15px;
            -webkit-border-radius: 15px;
            color: #ecf0f1;
            display: inline-block;
            font-size: 12px;
            line-height: 24px;
            height: 24px;
            min-width: 12px;
            padding: 0 6px;
            text-align: center;
        }

        .tms-inbox li > a > i {
            padding-right: 5px;
        }

rq {
    color: red;
}

    rq::after {
        content: "(*)";
    }

.tms_tooltip {
    display: none;
    position: absolute;
    margin-top: -68px;
    background-color: azure;
    -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 red;
    padding: 5px;
    min-width: 200px;
}

    .tms_tooltip i.fa-caret-down {
        margin-top: 6px;
        font-size: 20pt;
        color: red;
        position: absolute;
    }

    .tms_tooltip p.close {
        float: right;
        padding-left: 5px;
        font-size: 12pt;
        color: blue;
    }

    .tms_tooltip p.content {
        padding-top: 5px;
        margin: 0px;
        height: 35px;
    }


.tms_menu * {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.tms_menu {
    padding: 0px 10px;
    height: 29px;
}

    .tms_menu a {
        display: block;
        text-decoration: none;
        color: #3B5330;
    }

    .tms_menu ul li:hover {
        color: #000 !important;
        background-color: #ccc !important;
    }

    .tms_menu ul li ul li a:hover {
        background: #ECF1E7;
        padding-left: 9px;
        border-left: solid 1px #000;
    }

    .tms_menu ul li ul li {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

        .tms_menu ul li ul li a {
            font: 11px arial;
            font-weight: normal;
            font-variant: small-caps;
            padding-top: 3px;
            padding-bottom: 3px;
        }

    .tms_menu > ul > li {
        list-style: none;
        float: left;
        font-weight: bold;
        white-space: normal;
        margin-right: 5px;
        padding: 5px;
        cursor: pointer;
        border: 1px solid #888888 !important;
        filter: alpha(opacity=90);
        background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
        background-image: linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
        border-radius: 5px;
    }

    .tms_menu ul li a {
        font-weight: bold;
        text-decoration: none;
    }

    .tms_menu > ul > li {
        position: relative;
        float: left;
    }

    .tms_menu i {
        padding: 0px 5px;
    }

    .tms_menu ul li ul, .tms_menu:hover ul li ul, .tms_menu:hover ul li:hover ul li ul {
        display: none;
        list-style-type: none;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }

    .tms_menu:hover ul, .tms_menu:hover ul li:hover ul, .tms_menu:hover ul li:hover ul li:hover ul {
        display: block;
    }

        .tms_menu:hover ul li:hover ul li:hover ul {
            position: absolute;
            margin-left: 145px;
            margin-top: -22px;
            font: 10px;
        }

        .tms_menu:hover ul li:hover ul {
            position: absolute;
            margin-top: 1px;
            font: 10px;
            bottom: 100%;
        }

.png_gridtable tr:hover {
    background-color: #ebebeb;
}

.png_gridtable tr td:hover {
    background-color: #D8DFEA;
}

.png_tms_banner listoption a {
    cursor: pointer;
    color: #595959;
}

.png_tms_banner listoption ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    .png_tms_banner listoption ul li {
        display: inline-block;
        margin-right: 10px;
    }

.png_tms_banner .radios {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

    .png_tms_banner .radios::before {
        display: block;
        height: 1.125rem;
        width: 1.125rem;
        margin-right: 2px;
        content: "";
        border: 2px solid #bababa;
        border-radius: 50%;
        -webkit-transition: all 0.25s linear;
        transition: all 0.25s linear;
        margin-top: -2px;
    }

    .png_tms_banner .radios.select::before {
        background-color: #666666;
        border: 2px solid #bababa;
    }

.DayImages {
}

    .DayImages.Two {
        width: 473px;
    }

    .DayImages.Four {
        width: 335px;
    }

    .DayImages .ImagesItem {
        display: inline-grid;
        border: 1px solid #e9ebee;
        margin: 2px;
    }

        .DayImages .ImagesItem img {
            cursor: pointer;
        }

        .DayImages .ImagesItem input {
            display: inherit;
        }


    .DayImages.Four img {
        width: 161px;
        height: 120px;
    }

    .DayImages.Two img {
        width: 230px;
        height: 172px;
    }

    .DayImages.Two input {
        width: 226px;
    }

    .DayImages.Four input {
        width: 157px;
    }

    .DayImages .ImagesItem img:hover {
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    }

    .DayImages.Four .png_button {
        width: 320px;
        text-align: center;
        margin-left: 2px;
    }

    .DayImages.Two .png_button {
        width: 391px;
        text-align: center;
        margin-left: 28px;
    }

.progress-circle {
    font-size: 15px;
    margin: 0px;
    position: relative; /* so that children can be absolutely positioned */
    padding: 0;
    width: 3em;
    height: 3em;
    background-color: #F2E9E1;
    border-radius: 50%;
    line-height: 5em;
}

    .progress-circle:hover {
        -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
        cursor: pointer;
    }

    .progress-circle:after {
        border: none;
        position: absolute;
        top: 0.35em;
        left: 0.35em;
        text-align: center;
        display: block;
        border-radius: 50%;
        width: 2.3em;
        height: 2.3em;
        background-color: white;
        content: " ";
    }
    /* Text inside the control */
    .progress-circle span {
        position: absolute;
        line-height: 3em;
        width: 3em;
        text-align: center;
        display: block;
        color: #53777A;
        z-index: 2;
    }

        .progress-circle span:hover {
            font-weight: bold;
        }

.left-half-clipper {
    /* a round circle */
    border-radius: 50%;
    width: 3em;
    height: 3em;
    position: absolute; /* needed for clipping */
    clip: rect(0, 3em, 3em, 1.5em); /* clips the whole left half*/
}
/* when p>50, don't clip left half*/
.progress-circle.over50 .left-half-clipper {
    clip: rect(auto,auto,auto,auto);
}

.value-bar {
    position: absolute;
    clip: rect(0, 1.5em, 3.5em, 0);
    width: 3em;
    height: 3em;
    border-radius: 50%;
    border: 0.45em solid #53777A;
    /* background-color: #4D642D; */
    box-sizing: border-box;
}
/* Progress bar filling the whole right half for values above 50% */
.progress-circle.over50 .first50-bar {
    /*Progress bar for the first 50%, filling the whole right half*/
    position: absolute; /*needed for clipping*/
    clip: rect(0, 3em, 3em, 1.5em);
    background-color: #53777A;
    border-radius: 50%;
    width: 3em;
    height: 3em;
}

.progress-circle:not(.over50) .first50-bar {
    display: none;
}


/* Progress bar rotation position */
.progress-circle.p0 .value-bar {
    display: none;
}

.progress-circle.p1 .value-bar {
    transform: rotate(4deg);
}

.progress-circle.p2 .value-bar {
    transform: rotate(7deg);
}

.progress-circle.p3 .value-bar {
    transform: rotate(11deg);
}

.progress-circle.p4 .value-bar {
    transform: rotate(14deg);
}

.progress-circle.p5 .value-bar {
    transform: rotate(18deg);
}

.progress-circle.p6 .value-bar {
    transform: rotate(22deg);
}

.progress-circle.p7 .value-bar {
    transform: rotate(25deg);
}

.progress-circle.p8 .value-bar {
    transform: rotate(29deg);
}

.progress-circle.p9 .value-bar {
    transform: rotate(32deg);
}

.progress-circle.p10 .value-bar {
    transform: rotate(36deg);
}

.progress-circle.p11 .value-bar {
    transform: rotate(40deg);
}

.progress-circle.p12 .value-bar {
    transform: rotate(43deg);
}

.progress-circle.p13 .value-bar {
    transform: rotate(47deg);
}

.progress-circle.p14 .value-bar {
    transform: rotate(50deg);
}

.progress-circle.p15 .value-bar {
    transform: rotate(54deg);
}

.progress-circle.p16 .value-bar {
    transform: rotate(58deg);
}

.progress-circle.p17 .value-bar {
    transform: rotate(61deg);
}

.progress-circle.p18 .value-bar {
    transform: rotate(65deg);
}

.progress-circle.p19 .value-bar {
    transform: rotate(68deg);
}

.progress-circle.p20 .value-bar {
    transform: rotate(72deg);
}

.progress-circle.p21 .value-bar {
    transform: rotate(76deg);
}

.progress-circle.p22 .value-bar {
    transform: rotate(79deg);
}

.progress-circle.p23 .value-bar {
    transform: rotate(83deg);
}

.progress-circle.p24 .value-bar {
    transform: rotate(86deg);
}

.progress-circle.p25 .value-bar {
    transform: rotate(90deg);
}

.progress-circle.p26 .value-bar {
    transform: rotate(94deg);
}

.progress-circle.p27 .value-bar {
    transform: rotate(97deg);
}

.progress-circle.p28 .value-bar {
    transform: rotate(101deg);
}

.progress-circle.p29 .value-bar {
    transform: rotate(104deg);
}

.progress-circle.p30 .value-bar {
    transform: rotate(108deg);
}

.progress-circle.p31 .value-bar {
    transform: rotate(112deg);
}

.progress-circle.p32 .value-bar {
    transform: rotate(115deg);
}

.progress-circle.p33 .value-bar {
    transform: rotate(119deg);
}

.progress-circle.p34 .value-bar {
    transform: rotate(122deg);
}

.progress-circle.p35 .value-bar {
    transform: rotate(126deg);
}

.progress-circle.p36 .value-bar {
    transform: rotate(130deg);
}

.progress-circle.p37 .value-bar {
    transform: rotate(133deg);
}

.progress-circle.p38 .value-bar {
    transform: rotate(137deg);
}

.progress-circle.p39 .value-bar {
    transform: rotate(140deg);
}

.progress-circle.p40 .value-bar {
    transform: rotate(144deg);
}

.progress-circle.p41 .value-bar {
    transform: rotate(148deg);
}

.progress-circle.p42 .value-bar {
    transform: rotate(151deg);
}

.progress-circle.p43 .value-bar {
    transform: rotate(155deg);
}

.progress-circle.p44 .value-bar {
    transform: rotate(158deg);
}

.progress-circle.p45 .value-bar {
    transform: rotate(162deg);
}

.progress-circle.p46 .value-bar {
    transform: rotate(166deg);
}

.progress-circle.p47 .value-bar {
    transform: rotate(169deg);
}

.progress-circle.p48 .value-bar {
    transform: rotate(173deg);
}

.progress-circle.p49 .value-bar {
    transform: rotate(176deg);
}

.progress-circle.p50 .value-bar {
    transform: rotate(180deg);
}

.progress-circle.p51 .value-bar {
    transform: rotate(184deg);
}

.progress-circle.p52 .value-bar {
    transform: rotate(187deg);
}

.progress-circle.p53 .value-bar {
    transform: rotate(191deg);
}

.progress-circle.p54 .value-bar {
    transform: rotate(194deg);
}

.progress-circle.p55 .value-bar {
    transform: rotate(198deg);
}

.progress-circle.p56 .value-bar {
    transform: rotate(202deg);
}

.progress-circle.p57 .value-bar {
    transform: rotate(205deg);
}

.progress-circle.p58 .value-bar {
    transform: rotate(209deg);
}

.progress-circle.p59 .value-bar {
    transform: rotate(212deg);
}

.progress-circle.p60 .value-bar {
    transform: rotate(216deg);
}

.progress-circle.p61 .value-bar {
    transform: rotate(220deg);
}

.progress-circle.p62 .value-bar {
    transform: rotate(223deg);
}

.progress-circle.p63 .value-bar {
    transform: rotate(227deg);
}

.progress-circle.p64 .value-bar {
    transform: rotate(230deg);
}

.progress-circle.p65 .value-bar {
    transform: rotate(234deg);
}

.progress-circle.p66 .value-bar {
    transform: rotate(238deg);
}

.progress-circle.p67 .value-bar {
    transform: rotate(241deg);
}

.progress-circle.p68 .value-bar {
    transform: rotate(245deg);
}

.progress-circle.p69 .value-bar {
    transform: rotate(248deg);
}

.progress-circle.p70 .value-bar {
    transform: rotate(252deg);
}

.progress-circle.p71 .value-bar {
    transform: rotate(256deg);
}

.progress-circle.p72 .value-bar {
    transform: rotate(259deg);
}

.progress-circle.p73 .value-bar {
    transform: rotate(263deg);
}

.progress-circle.p74 .value-bar {
    transform: rotate(266deg);
}

.progress-circle.p75 .value-bar {
    transform: rotate(270deg);
}

.progress-circle.p76 .value-bar {
    transform: rotate(274deg);
}

.progress-circle.p77 .value-bar {
    transform: rotate(277deg);
}

.progress-circle.p78 .value-bar {
    transform: rotate(281deg);
}

.progress-circle.p79 .value-bar {
    transform: rotate(284deg);
}

.progress-circle.p80 .value-bar {
    transform: rotate(288deg);
}

.progress-circle.p81 .value-bar {
    transform: rotate(292deg);
}

.progress-circle.p82 .value-bar {
    transform: rotate(295deg);
}

.progress-circle.p83 .value-bar {
    transform: rotate(299deg);
}

.progress-circle.p84 .value-bar {
    transform: rotate(302deg);
}

.progress-circle.p85 .value-bar {
    transform: rotate(306deg);
}

.progress-circle.p86 .value-bar {
    transform: rotate(310deg);
}

.progress-circle.p87 .value-bar {
    transform: rotate(313deg);
}

.progress-circle.p88 .value-bar {
    transform: rotate(317deg);
}

.progress-circle.p89 .value-bar {
    transform: rotate(320deg);
}

.progress-circle.p90 .value-bar {
    transform: rotate(324deg);
}

.progress-circle.p91 .value-bar {
    transform: rotate(328deg);
}

.progress-circle.p92 .value-bar {
    transform: rotate(331deg);
}

.progress-circle.p93 .value-bar {
    transform: rotate(335deg);
}

.progress-circle.p94 .value-bar {
    transform: rotate(338deg);
}

.progress-circle.p95 .value-bar {
    transform: rotate(342deg);
}

.progress-circle.p96 .value-bar {
    transform: rotate(346deg);
}

.progress-circle.p97 .value-bar {
    transform: rotate(349deg);
}

.progress-circle.p98 .value-bar {
    transform: rotate(353deg);
}

.progress-circle.p99 .value-bar {
    transform: rotate(356deg);
}

.progress-circle.p100 .value-bar {
    transform: rotate(360deg);
}

.note-messeger {
    overflow-y: scroll;
    height: 145px;
    border: 1px solid #f0f0f0;
    overflow-x: hidden;
}

    .note-messeger .ms-item {
        border-bottom: 1px dashed #f0f0f0;
        padding: 5px 10px;
    }

        .note-messeger .ms-item .time {
            float: right;
            display: none;
        }

        .note-messeger .ms-item:hover .time {
            display: block;
            color: #777;
            font-style: italic;
        }

.panel-label {
    background-color: #d8dfea;
    font-weight: bold;
    padding: 3px 10px;
    color: #3474B2;
}

.png-scroll {
}

    .png-scroll > ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
        position: absolute;
        background-color: white;
        border: 1px solid #d9d9d9;
    }

        .png-scroll > ul > li {
            padding: 5px;
            width: 100px;
            cursor: pointer;
        }

            .png-scroll > ul > li:hover {
                background-color: #eee;
            }

            .png-scroll > ul > li.active {
                background-color: #337AB7;
                color: white;
                font-weight: bold;
            }

    .png-scroll .scroll-panel {
        overflow: auto;
        margin-left: 120px;
    }

        .png-scroll .scroll-panel .panelitem {
        }

            .png-scroll .scroll-panel .panelitem.active {
                -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
                -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
                box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
                border: solid 1px blue;
            }
