/* ######## :: SETUP :: ######## */

@import url(../css/font.css);
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@400;500;600&family=Sarabun:wght@100;200;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");

body {
    margin: 0px;
    padding: 0;
    color: #000000;
    /* font-family: "tahoma"; */
    font-family: "IBM Plex Sans Thai", sans-serif;
    font-family: "Sarabun", sans-serif;
    font-size: 14px;
    line-height: 1.35em;
    background: #ffffff;
}


/*
div, ul, ol, li {
    margin:0px;
    padding:0px;
    list-style:none;
}
*/

.fontfile {
    font-family: tahoma;
    font-size: 12px;
    color: #aaaaaa;
}

img {
    border: none;
}


/*
::-webkit-input-placeholder { color:#e1e0e1;}
:-moz-placeholder {  color:#e1e0e1;}
::-moz-placeholder {   color:#e1e0e1;}
:-ms-input-placeholder { color:#e1e0e1;}
::-moz-selection { text-shadow:none;}
*/

a:link,
a:visited {
    text-decoration: none;
    color: #000000;
}

a:hover {
    text-decoration: none;
    color: #1a1a1a;
}

.borderLeft {
    border-left: #c8c7cc solid 1px;
}

.borderBottom {
    border-bottom: #c8c7cc solid 1px;
}

.fontContantB {
    font-weight: bold;
}

.fontContantSubMenu:link,
.fontContantSubMenu:visited {
    font-size: 14px;
    text-decoration: none;
    color: #1a1a1a;
}

.fontContantSubMenu:hover {
    text-decoration: none;
    color: #1a1a1a;
    font-size: 14px;
}

.fontContantSub:link,
.fontContantSub:visited {
    font-size: 14px;
    text-decoration: none;
    color: #000000;
}

.fontContantSub:hover {
    text-decoration: none;
    color: #1a1a1a;
    font-size: 14px;
}

.fontHeadRight {
    font-size: 28px;
    line-height: normal;
    color: #333333;
}

.fontTitlTbRight {
    font-size: 16px;
    font-weight: bold;
}

.fontContantTbupdate {
    color: #616161;
}

.fontContantTbNav {
    color: #f3f4f4;
    font-size: 14px;
}

.fontContantTbNav a {
    color: #fff;
    font-size: 14px;
}

.fontContantTbNavPage {
    color: #000000;
    font-size: 14px;
}

.fontContantTbNavPage a {
    color: #000000;
    font-size: 14px;
}

.fontContantAlert {
    color: #104d90;
    font-size: 14px;
}

.fontContantTbTime {
    color: #616161;
    font-size: 13px;
    line-height: 25px;
}

.fontContantTbManage {
    color: #616161;
    font-size: 12px;
    line-height: 25px;
}

.fontContantTbDisable {
    color: #f5391c;
}

.fontContantTbEnable {
    color: #2ee034;
}

.fontContantTbHomeSt {
    color: #ff9900;
}

.fontContantTbNew {
    color: #0d00ff;
}

.fontContantTbComplete {
    color: #2ee034;
}

.fontContantTbReject {
    color: #f5391c;
}

.fontContantTbRead {
    color: #000000;
}

.fontContantTbRead {
    color: #000000;
}

input {
    background-color: #fefefe;
    border: #c8c7cc solid 1px;
    height: 25px;
    padding: 3px;
    font-size: 14px;
}

textarea {
    background-color: #fefefe;
    border: #c8c7cc solid 1px;
    height: 50px;
    padding: 3px;
    font-size: 14px;
}

.inputContantTb {
    background-color: #fefefe;
    border: #c8c7cc solid 1px;
    height: 22px;
    width: 200px;
}

.btnAdd {
    width: 52px;
    height: 52px;
    background: url(../img/btn/add.png) center no-repeat;
    margin-left: 15px;
    text-align: center;
    padding-top: 10px;
    float: left;
    cursor: pointer;
}

.btnAdd2 {
    width: 38px;
    height: 38px;
    background: url(../img/btn/add.png) center no-repeat;
    background-size: cover;
    margin-left: 15px;
    text-align: center;
    /*padding-top: 10px;*/
    float: left;
    cursor: pointer;
}

.btnDel2 {
    width: 38px;
    height: 38px;
    background: url(../img/btn/del.png) center no-repeat;
    background-size: cover;
    margin-left: 15px;
    text-align: center;
    /*padding-top: 10px;*/
    float: left;
    cursor: pointer;
}

.btnAdd3 {
    width: 22px;
    height: 22px;
    background: url(../img/btn/add2.png) center no-repeat;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
}

.btnDel {
    width: 52px;
    height: 52px;
    background: url(../img/btn/del.png) center no-repeat;
    margin-left: 15px;
    text-align: center;
    padding-top: 10px;
    float: left;
    cursor: pointer;
}

.btnCancel4 {
    width: 52px;
    height: 52px;
    background: url(../img/btn/cancle-4.png) center no-repeat;
    margin-left: 15px;
    text-align: center;
    padding-top: 10px;
    float: left;
    cursor: pointer;
}

.btnPay {
    width: 52px;
    height: 52px;
    background: url(../img/btn/pay.png) center no-repeat;
    margin-left: 15px;
    text-align: center;
    padding-top: 10px;
    float: left;
    cursor: pointer;
}

.btnApprove {
    width: 52px;
    height: 52px;
    background: url(../img/btn/approve.png) center no-repeat;
    margin-left: 15px;
    text-align: center;
    padding-top: 10px;
    float: left;
    cursor: pointer;
}

.btnCopy {
    width: 52px;
    height: 52px;
    background: url(../img/btn/copy.png) center no-repeat;
    margin-left: 15px;
    text-align: center;
    padding-top: 10px;
    float: left;
    cursor: pointer;
}

.btnSend {
    width: 52px;
    height: 52px;
    background: url(../img/btn/sendPop.png) center no-repeat;
    margin-left: 15px;
    text-align: center;
    padding-top: 10px;
    float: left;
    cursor: pointer;
}

.btnSort {
    width: 52px;
    height: 52px;
    background: url(../img/btn/sort.png) center no-repeat;
    margin-left: 15px;
    text-align: center;
    padding-top: 10px;
    float: left;
    cursor: pointer;
}

.btnSync {
    width: 52px;
    height: 52px;
    background: url(../img/btn/sync.png) center no-repeat;
    margin-left: 15px;
    text-align: center;
    padding-top: 10px;
    float: left;
    cursor: pointer;
}

.btnSortH {
    width: 52px;
    height: 52px;
    background: url(../img/btn/sortH.png) center no-repeat;
    margin-left: 15px;
    text-align: center;
    padding-top: 10px;
    float: left;
    cursor: pointer;
}

.btnExport {
    width: 52px;
    height: 52px;
    background: url(../img/btn/export.png) center no-repeat;
    margin-left: 15px;
    text-align: center;
    padding-top: 10px;
    float: left;
    cursor: pointer;
}

.btnExportCSV {
    width: 52px;
    height: 52px;
    background: url(../img/btn/csv.png) center no-repeat;
    margin-left: 15px;
    text-align: center;
    padding-top: 10px;
    float: left;
    cursor: pointer;
}

.btnExportPdf {
    width: 52px;
    height: 52px;
    background: url(../img/btn/pdfPop.png) center no-repeat;
    margin-left: 15px;
    text-align: center;
    padding-top: 10px;
    float: left;
    cursor: pointer;
}

.btnPdf {
    width: 52px;
    height: 52px;
    background: url(../img/btn/pdfPop.png) center no-repeat;
    margin-left: 15px;
    text-align: center;
    padding-top: 10px;
    float: left;
    cursor: pointer;
}

.btnPdfAll {
    width: 52px;
    height: 52px;
    background: url(../img/btn/btn-pdf-all.png) center no-repeat;
    margin-left: 15px;
    text-align: center;
    padding-top: 10px;
    float: left;
    cursor: pointer;
}

.btnLable {
    width: 52px;
    height: 52px;
    background: url(../img/btn/dhl.png) center no-repeat;
    margin-left: 15px;
    text-align: center;
    padding-top: 10px;
    float: left;
    cursor: pointer;
}

.btnSave {
    width: 52px;
    height: 52px;
    background: url(../img/btn/save.png) center no-repeat;
    margin-left: 15px;
    text-align: center;
    padding-top: 10px;
    float: left;
    cursor: pointer;
}

.btnEditView {
    width: 52px;
    height: 52px;
    background: url(../img/btn/edit1.png) center no-repeat;
    margin-left: 15px;
    text-align: center;
    padding-top: 10px;
    float: left;
    cursor: pointer;
}

.btnCancel {
    width: 52px;
    height: 52px;
    background: url(../img/btn/cancel2.png) center no-repeat;
    margin-left: 15px;
    text-align: center;
    padding-top: 10px;
    float: left;
    cursor: pointer;
}

.btnBack {
    width: 52px;
    height: 52px;
    background: url(../img/btn/back.png) center no-repeat;
    margin-left: 15px;
    text-align: center;
    padding-top: 10px;
    float: left;
    cursor: pointer;
}

.btnImport {
    width: 52px;
    height: 52px;
    background: url(../img/btn/import.png) center no-repeat;
    margin-left: 15px;
    text-align: center;
    padding-top: 10px;
    float: left;
    cursor: pointer;
}

.btnSearch {
    width: 32px;
    height: 32px;
    background: url(../img/btn/search.png) center no-repeat;
    cursor: pointer;
    border: none;
    padding: 0;
    margin: 0;
    border-left: none;
    border-top: none;
    border: 0px;
}

.clearAll {
    display: block;
    height: 0px;
    clear: both;
}

.allBackOffice {
    width: 100%;
    min-width: 1024px;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}


/*############################## Login ##############################*/

.headLogin {
    width: 100%;
    min-width: 1024px;
    min-height: 560px;
    margin: 0;
    padding: 0;
    background-color: #f6f6f6;
    border-bottom: #c8c7cc solid 1px;
    border-top: #aaaaaa solid 1px;
    background: url(../img/logo/login-bg.jpg) top no-repeat;
}

.mainLogin {
    width: 100%;
    min-width: 1024px;
    height: auto;
    min-height: 180px;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

.mLeftLogin {
    float: left;
    width: 33.3%;
    height: auto;
    min-height: 180px;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

.mCenterLogin {
    float: left;
    width: 33.4%;
    height: auto;
    min-height: 180px;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

.mRightLogin {
    float: left;
    width: 33.3%;
    height: auto;
    min-height: 180px;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

.lBoxContantLogin {
    float: right;
    width: 344px;
    height: 150px;
    margin-top: 15px;
}

.cBoxContantLogin {
    width: 344px;
    height: 150px;
    margin: 0 auto;
    margin-top: 15px;
}

.rBoxContantLogin {
    float: left;
    width: 344px;
    height: 150px;
    margin-top: 15px;
}

.cycle1Login {
    width: 52px;
    height: 52px;
    background: url(../img/login/cycle1.png) center no-repeat;
    float: left;
}

.cycle2Login {
    width: 52px;
    height: 52px;
    background: url(../img/login/cycle2.png) center no-repeat;
    float: left;
}

.cycle3Login {
    width: 52px;
    height: 52px;
    background: url(../img/login/cycle3.png) center no-repeat;
    float: left;
}

.cycle4Login {
    width: 52px;
    height: 52px;
    background: url(../img/login/cycle4.png) center no-repeat;
    float: left;
}

.cycleTContantLogin {
    float: left;
    font-size: 16px;
    margin-left: 15px;
    margin-top: 17px;
    color: #666666;
}

.cycleBContantLogin {
    float: left;
    font-size: 14px;
    margin-top: 15px;
    line-height: 20px;
}


/*############################## CORE ##############################*/

.headBackOffice {
    width: 100%;
    min-width: 1024px;
    height: 58px;
    margin: 0;
    padding: 0;
    background-color: #fefefe;
    border-bottom: #25c3f3 solid 1px;
    border-top: #aaaaaa solid 1px;
}

.imgLogo {
    float: left;
    /*width:230px;*/
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 15px;
    position: relative;
}

.menuSub {
    width: 100%;
    min-width: 1024px;
    height: 0px;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border-bottom: #c8c7cc solid 1px;
    border-top: #c8c7cc solid 1px;
    display: none;
}

.menuSubManage {
    float: right;
    width: 650px;
    height: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-right: 20px;
    position: relative;
    text-align: right;
}

.divLogin {
    float: right;
    width: 450px;
    margin-left: 15px;
    margin-top: 16px;
    margin-bottom: 10px;
    margin-right: 20px;
    position: relative;
    text-align: right;
}

.mainBackOffice {
    width: 100%;
    min-width: 1024px;
    height: auto;
    min-height: 600px;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    position: relative;
    z-index: 10;
}

.mLeftBackOffice {
    float: left;
    width: 225px;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #ff0000;
    position: fixed;
    top: 60px;
    bottom: 50px;
    overflow: hidden;
}

.navControl {
    width: 225px;
    position: absolute;
    height: 100%;
    top: -2px;
    /* overflow-y: scroll; */
    padding-right: 17px;
}

.tbLeftMenu {
    width: 225px;
    background-color: #ff0000;
}

.divLeftMenu {
    float: left;
    width: 100%;
    max-width: 225px;
    min-width: 225px;
    height: auto;
    min-height: 35px;
    margin: 0;
    background-color: #4c4b49;
    border-bottom: #616161 solid 1px;
}

.divLeftMenuOverNew {
    float: left;
    width: 100%;
    max-width: 225px;
    min-width: 225px;
    height: auto;
    min-height: 35px;
    margin: 0;
    background-color: #393836;
    /* border-bottom: #616161 solid 1px; */
    border-bottom: #104d90 solid 1px;
}

.divLeftMenu:hover {
    background-color: #393836;
}

.divLeftMenuTb {
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
}

.divLeftMenuTb a {
    color: #fff;
}

.boxLeftSubMenu {
    display: none;
}

.divLeftSubMenu {
    float: left;
    width: 100%;
    max-width: 225px;
    min-width: 225px;
    height: auto;
    margin: 0;
    background-color: #ffffff;
    border-bottom: #bbbbba solid 1px;
}

.divLeftSubMenuOver {
    float: left;
    width: 100%;
    max-width: 225px;
    min-width: 225px;
    height: auto;
    margin: 0;
    background-color: #ffffff;
    border-bottom: #bbbbba solid 1px;
    color: #000;
    font-weight: bold;
}

.divLeftSubMenuOver a {
    color: #000;
}

.divLeftSubMenuEnd {
    float: left;
    width: 100%;
    max-width: 225px;
    min-width: 225px;
    height: auto;
    margin: 0;
    background-color: #616161;
    border-bottom: #616161 solid 1px;
}

.divLeftSubMenu a {
    color: #000;
}

.divLeftSubMenu:hover {
    background-color: #fff;
    font-weight: bold;
}

.divLeftSubMenuTb {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
}

.divLeftMenuOver {
    float: left;
    width: 100%;
    max-width: 195px;
    min-width: 195px;
    margin: 0;
    background-color: #2e252a;
    border-bottom: #616161 solid 1px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    color: #ffffff;
}

.divLeftMenuOver a {
    color: #ffffff;
}

.mRightBackOffice {
    float: left;
    width: 100%;
    min-height: 700px;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

.divRightNav {
    float: left;
    width: 100%;
    margin: 0 auto;
    height: 38px;
    background-color: #fff;
    border-bottom: #c8c7cc solid 1px;
}

.divRightHead {
    float: left;
    width: 100%;
    margin: 0 auto;
    height: 80px;
}

.divRightMain {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: -2px;
    height: auto;
}

.divRightNavTb {
    height: 38px;
    color: #ffffff;
}

.divRightTitleTb {
    height: 57px;
    border-bottom: #c8c7cc solid 2px;
    /*border-left:#c8c7cc solid 1px;*/
    background: #969696;
    color: #ffffff;
}

.divRightTitleTbFr {
    height: 37px;
    border-bottom: #c8c7cc solid 2px;
    /*border-left:#c8c7cc solid 1px;*/
    padding-left: 10px;
}

.divRightTitleTbL {
    height: 37px;
    border-bottom: #c8c7cc solid 2px;
    /*border-left:#c8c7cc solid 1px;*/
    background: #969696;
    color: #ffffff;
}

.divRightTitleTbR {
    height: 37px;
    border-bottom: #c8c7cc solid 2px;
    /*border-right:#c8c7cc solid 1px;*/
    background: #969696;
    color: #ffffff;
    /*border-left:#c8c7cc solid 1px;*/
}

.divRightContantTb {
    height: 37px;
    border-bottom: #c8c7cc solid 1px;
    /*border-left:#c8c7cc solid 1px;*/
    /*background-color:#ffffff;
padding-left:10px;*/
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.divRightContantTbL {
    height: 37px;
    border-bottom: #c8c7cc solid 1px;
    /*border-left:#c8c7cc solid 1px;*/
    /*background-color:#ffffff;*/
    padding-top: 8px;
}

.divRightContantTbR {
    height: 37px;
    border-bottom: #c8c7cc solid 1px;
    /*border-right:#c8c7cc solid 1px;*/
    /*border-left:#c8c7cc solid 1px;*/
    /*background-color:#ffffff;*/
    padding-top: 8px;
}

.divRightContantTbRL {
    height: 37px;
    /*	border-bottom:#c8c7cc solid 1px;
        border-left:#c8c7cc solid 1px;
        border-right:#c8c7cc solid 1px;
    */
    /*background-color:#ffffff;*/
}

.divRightContantTbRLT {
    border: #c8c7cc solid 1px;
    /*background-color:#ffffff;*/
}

.divRightContantOverTb {
    height: 37px;
    border-bottom: #c8c7cc solid 1px;
    /*border-left:#c8c7cc solid 1px;*/
    /*background-color:#f9f9f9;
padding-left:10px;*/
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.divRightContantOverTb a {
    font-weight: bold;
    font-size: 16px;
    color: #4c4b49;
}

.divRightContantOverTb a span {
    font-size: 14px;
    font-weight: 300;
}

.divRightContantOverTbL {
    height: 37px;
    border-bottom: #c8c7cc solid 1px;
    /*border-left:#c8c7cc solid 1px;*/
    /*background-color:#f9f9f9;*/
    padding-top: 8px;
}

.divOverTb {
    background-color: #ffffff;
}

.divOverTb:hover {
    background-color: #f1f2f2;
}

.divSubOverTb {
    background-color: #eaeaea;
}

.divSubOverTb:hover {
    background-color: #e1e0e0;
}

.divRightContantOverTbR {
    height: 37px;
    border-bottom: #c8c7cc solid 1px;
    /*border-right:#c8c7cc solid 1px;*/
    /*border-left:#c8c7cc solid 1px;*/
    /*background-color:#f9f9f9;*/
    padding-top: 8px;
}

.divRightManage {
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}

.divRightContantEnd {
    height: 50px;
}

.footerBackOffice {
    width: 100%;
    min-width: 1024px;
    height: 50px;
    margin: 0;
    padding: 0;
    background-color: #616161;
    border-top: #4c4b49 solid 1px;
    color: #fff;
}


/*###################### Form Add ################################*/

.viewEditorTileTxt {
    line-height: normal;
    margin-top: -10px;
    list-style-type: auto;
    padding: 20px;
}

.formTileTxt {
    height: 70px;
}

.formTileTxtGenCode {
    height: 50px;
}

.formFontSubjectTxt {
    font-size: 18px;
}

.formFontSubjectTxtGencode {
    font-size: 50px;
    color: #ff0000;
}

.formFontTileTxt {
    font-size: 14px;
    color: #616161;
    line-height: 25px;
}

.formFontNoteTxt {
    font-size: 12px;
    color: #616161;
    line-height: 25px;
}

.formInputContantTb {
    background-color: #fefefe;
    border: #c8c7cc solid 1px;
    height: 30px;
    width: 90%;
}

.formSelectContantTb {
    background-color: #fefefe;
    border: #c8c7cc solid 1px;
    height: 37px;
    width: 91%;
    font-size: 14px;
    line-height: 31px;
}

.formSelectContantTbShort {
    background-color: #fefefe;
    border: #c8c7cc solid 1px;
    height: 37px;
    width: 100%;
    font-size: 14px;
    line-height: 31px;
}

.formSelectContantPage {
    background-color: #fefefe;
    border: #c8c7cc solid 1px;
    height: 25px;
    width: 50px;
    font-size: 14px;
}

.formInputContantTbShot {
    background-color: #fefefe;
    border: #c8c7cc solid 1px;
    height: 30px;
    width: 39%;
    min-width: 350px;
}

.formInputContantTbShot2 {
    background-color: #fefefe;
    border: #c8c7cc solid 1px;
    height: 30px;
    width: 19%;
    min-width: 150px;
}

.formInputContantTbShotBD {
    background-color: #fefefe;
    border: #c8c7cc solid 1px;
    height: 30px;
    width: 100%;
    min-width: 50px;
}

.formInputContantTbAlertY {
    border: #ff0000 solid 1px;
}

.formInputContantTbAlertYcheck {
    color: #ff0000;
}

.formInputContantTbAlertN {
    border: #c8c7cc solid 1px;
}

.formTextareaContantTb {
    background-color: #fefefe;
    border: #c8c7cc solid 1px;
    height: 130px;
    width: 90%;
    font-size: 14px;
}

.formRadioContantTb {
    background: none;
    border: none;
    height: 20px;
    margin-top: 10px;
}

.formCheckBoxContantTb {
    background: none;
    border: none;
    height: 20px;
    margin-top: 10px;
}

.equipment {
    background: none;
    border: none;
    height: 20px;
    margin-top: 10px;
}

.software {
    background: none;
    border: none;
    height: 20px;
    margin-top: 10px;
}

.hardware {
    background: none;
    border: none;
    height: 20px;
    margin-top: 10px;
}

.manageEdit {
    background: none;
    border: none;
    height: 20px;
    margin-top: 10px;
}

.formCheckboxList {
    background: none;
    border: none;
    height: 20px;
    margin-top: -3px;
}

.formCheckboxHead {
    background: none;
    border: none;
    height: 20px;
    margin-top: 5px;
}

.formDivRadioL {
    float: left;
    margin-right: 5px;
}

.formDivRadioR {
    float: left;
    margin-top: 10px;
    margin-right: 15px;
}

.formDivRadioJob {
    float: left;
    margin-top: 10px;
    margin-right: 15px;
    width: 80px;
}

.formDivView {
    margin-top: 10px;
}

.formDivViewColor {
    margin-top: 10px;
}

.formLeftContantTb {
    height: 37px;
    background-color: #ffffff;
    padding-right: 15px;
    padding-top: 10px;
}

.formEndContantTb {
    height: 20px;
    background-color: #ffffff;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: #c8c7cc solid 1px;
}

.formRightContantTb {
    height: 37px;
    background-color: #ffffff;
    padding-bottom: 15px;
}

.formRightContantTbEditor {
    height: 37px;
    background-color: #ffffff;
    padding-bottom: 0px;
}

.divRightContantTbnoBL {
    height: 37px;
    border-left: #c8c7cc solid 1px;
    background-color: #ffffff;
}

.divRightContantTbnoBR {
    height: 37px;
    border-right: #c8c7cc solid 1px;
    background-color: #ffffff;
}

.divSortDrop {
    margin: 0px;
    height: 37px;
    border-left: #c8c7cc solid 1px;
    border-right: #c8c7cc solid 1px;
    border-bottom: #c8c7cc solid 1px;
    background-color: #f9f9f9;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: move;
    list-style: none;
}

.boxPermissionSort .divSortDrop {
    margin: 0;
    padding: 0;
}

#boxPermissionSort {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
}

.tbRightTitleTb {
    height: 37px;
    border-bottom: #c8c7cc solid 2px;
    /*	border-top:#c8c7cc solid 1px;
    */
}

.tbRightTitleTbFr {
    height: 37px;
    border-bottom: #c8c7cc solid 2px;
    border-top: #c8c7cc solid 1px;
    padding-left: 10px;
}

.tbRightTitleTbL {
    height: 37px;
    border-bottom: #c8c7cc solid 2px;
    /*	border-left:#c8c7cc solid 1px;
        border-top:#c8c7cc solid 1px;
    */
    padding-left: 15px;
}

.tbRightTitleTbR {
    height: 37px;
    border-bottom: #c8c7cc solid 2px;
    /*border-right:#c8c7cc solid 1px;
border-top:#c8c7cc solid 1px;*/
}

.formSelectSearch {
    background-color: #fefefe;
    border: #c8c7cc solid 1px;
    height: 30px;
    width: 300px;
    font-size: 13px;
    margin-right: 5px;
    line-height: 24px;
    border-radius: 15px;
    padding-left: 15px;
}

.formSelectSearch2 {
    background-color: #fefefe;
    border: #c8c7cc solid 1px;
    height: 30px;
    width: 100%;
    min-width: 255px;
    font-size: 13px;
    margin-right: 5px;
    line-height: 24px;
    margin-bottom: 5px;
    border-radius: 15px;
    padding-left: 15px;
}

.formInputSearchdate {
    background-color: #fefefe;
    border: #c8c7cc solid 1px;
    height: 22px;
    width: 98%;
    min-width: 255px;
}

.formSelectSearchL {
    background-color: #fefefe;
    border: #c8c7cc solid 1px;
    height: 30px;
    width: 100%;
    min-width: 235px;
    font-size: 14px;
    margin-right: 5px;
    line-height: 24px;
}

.formSelectSearchR {
    background-color: #fefefe;
    border: #c8c7cc solid 1px;
    height: 30px;
    width: 100%;
    min-width: 205px;
    font-size: 14px;
    line-height: 24px;
}

.formInputSearchI {
    background-color: #fefefe;
    border: #c8c7cc solid 1px;
    height: 22px;
    width: 100%;
    min-width: 205px;
    border-radius: 15px;
}

.formInputSearch {
    background-color: #fefefe;
    border: #c8c7cc solid 1px;
    height: 22px;
    width: 100%;
    min-width: 255px;
}

.file-input-wrapper {
    width: 350px;
    height: 40px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.file-input-wrapper>input[type="file"] {
    font-size: 200px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
    width: 350px;
    height: 40px;
}

.file-input-wrapper>.btn-file-input {
    display: inline-block;
    width: 350px;
    height: 40px;
    border: #c8c7cc solid 1px;
    color: #000000;
    vertical-align: middle;
    text-align: center;
    background-color: #fefefe;
    font-size: 14px;
    cursor: pointer;
}

.file-input-wrapper:hover>.btn-file-input {
    background-color: #dddddd;
    color: #000000;
    cursor: pointer;
}

.divRightHome {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0px;
    margin-top: -2px;
    height: auto;
}

.divRightInnerHome {
    width: 98%;
    padding: 0;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    height: auto;
}

.divRightInnerTopBoxHome {
    float: left;
    width: 31%;
    padding: 0;
    margin: 0 auto;
    height: 145px;
    margin-left: 1.7%;
    margin-bottom: 1.7%;
    border-bottom: #e9e9ea solid 1px;
    overflow: hidden;
}

.divRightInnerBoxHome {
    float: left;
    width: 31%;
    padding: 0;
    margin: 0 auto;
    height: auto;
    margin-left: 1.7%;
    margin-bottom: 1.7%;
}

.divRightInnerBigBoxHome {
    float: left;
    width: 96.4%;
    padding: 0;
    margin: 0 auto;
    height: auto;
    margin-left: 1.7%;
    margin-bottom: 1.7%;
}

.divRightTitleHome {
    height: 38px;
    border-bottom: #c8c7cc solid 2px;
    color: #ffffff;
}

.divRightTitleHomeBoxAll {
    height: 38px;
    border: #c8c7cc solid 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 2px 3px #d4d4d4;
    -moz-box-shadow: 0px 2px 3px #d4d4d4;
    -webkit-box-shadow: 0px 2px 3px #d4d4d4;
    background: #969696;
}

.divRightTrHome {
    height: 180px;
    padding-top: 8px;
    overflow: hidden;
    background-color: #ffffff;
}

.boxViewAllHome {
    margin: 10px;
    height: 20px;
    padding: 5px;
    background: #cccccc;
    border: #c8c7cc solid 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 2px 3px #d4d4d4;
    -moz-box-shadow: 0px 2px 3px #d4d4d4;
    -webkit-box-shadow: 0px 2px 3px #d4d4d4;
}

.boxViewAllHomeTable {
    height: 125px;
}

.fontTitlTbHome {
    font-size: 16px;
}

.fontContantTbHome {
    font-size: 13px;
    color: #333;
}

.divRightTrHomeLog {
    border-bottom: #c8c7cc solid 1px;
}

#boxHomeSort {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    height: auto;
    margin-left: 0px;
    margin-bottom: 1.7%;
}

.boxHomeSortli {
    float: left;
    width: 31%;
    padding: 0;
    margin: 0 auto;
    height: auto;
    margin-left: 1.7%;
    margin-bottom: 1.7%;
    list-style: none;
}

.boxHomeSortPic {
    float: left;
    padding: 0;
    margin: 0 auto;
    height: auto;
    list-style: none;
    cursor: move;
}

.divRightInnerBoxHome {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    height: auto;
}

.ui-datepicker {
    font-family: tahoma;
    font-size: 14px;
    text-align: center;
    min-width: 350px;
}

.divRightHeadSearch {
    padding-bottom: 20px;
    width: 96.4%;
    margin: 0 auto;
    height: auto;
    border-bottom: #c8c7cc solid 1px;
}

.haedEnews {
    width: 100%;
    height: 38px;
    background-color: #f6f6f6;
    border-bottom: #c8c7cc solid 1px;
}

.fontHeadEnews {
    font-size: 16px;
    padding-left: 14px;
}

.formSelectStatus {
    background-color: #fefefe;
    border: #c8c7cc solid 1px;
    height: 30px;
    width: 100px;
    font-size: 14px;
    line-height: 24px;
}

.formSelectStatusSn {
    background-color: #fefefe;
    border: #c8c7cc solid 1px;
    height: 30px;
    width: 160px;
    font-size: 14px;
    line-height: 24px;
}

.selectTheme {
    width: 300px;
    /*height: 50px;*/
    list-style: none;
    /*margin: 0;*/
    margin: 0;
    padding: 0;
    overflow: auto;
}

.parentTheme {
    position: relative;
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 3px;
    margin-bottom: 3px;
}

.themeActive {
    margin: 1px;
    border: 3px #fff solid;
    width: 42px;
    height: 42px;
    background-image: url(../img/controlpage/correct.png);
    background-position: top right;
    background-repeat: no-repeat;
}

.tbBoxViewBorder {
    border: #cccccc solid 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 2px 3px #d4d4d4;
    -moz-box-shadow: 0px 2px 3px #d4d4d4;
    -webkit-box-shadow: 0px 2px 3px #d4d4d4;
    background: #ffffff;
}

.tbBoxViewBorderBottom {
    border-bottom: #cccccc solid 1px;
    padding-left: 20px;
    line-height: 30px;
    background: #969696;
    color: #ffffff;
}

.tbBoxViewBorderBottomGenCode {
    border-bottom: #cccccc solid 1px;
    line-height: 30px;
    background: #969696;
    color: #ffffff;
}

.tbBoxViewBorderBottom span {
    color: #ffffff;
}

.tbBoxListwBorder {
    border: #c8c7cc solid 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 2px 3px #d4d4d4;
    -moz-box-shadow: 0px 2px 3px #d4d4d4;
    -webkit-box-shadow: 0px 2px 3px #d4d4d4;
    background: #ffffff;
}


/*################## 2016 Login ################33*/

.headBackOfficeLogin {
    width: 100%;
    min-width: 1024px;
    height: 108px;
    margin: 0;
    padding: 0;
    background-color: #fefefe;
    /*border-bottom:#c8c7cc solid 1px;
border-top:#aaaaaa solid 1px;*/
    padding-top: 2px;
    padding-bottom: 3px;
}

.imgLogoLogin {
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
}

.headLoginNew {
    width: 100%;
    min-width: 1024px;
    min-height: 560px;
    margin: 0;
    padding: 0;
    background: url(../img/logo/login-bg.jpg) top no-repeat;
}


/* ####################### Start Login ######### */

.boxLogin {
    width: 394px;
    box-sizing: border-box;
    padding: 30px;
    color: #fff;
    height: 320px;
    background: #969696;
    float: right;
    box-shadow: inset -20px 20px 80px rgba(0, 0, 0, 0.1);
}

.boxInput {
    border: 2px solid #fff;
    padding: 0;
    margin: 0;
    height: 35px;
    width: 100%;
}

.styleInput {
    border: none;
    width: 299px;
    height: 35px;
    background-color: #ffffff;
    font-size: 16px;
    text-indent: 12px;
    margin: 0;
    padding: 0;
}

.login-btn {
    width: 100%;
    display: block;
    padding: 0;
    text-decoration: none;
    height: 50px;
    text-align: center;
    margin-top: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background: #616161;
    color: #fff;
    font: 400 normal 24px/50px "Helvethaica Mon";
    border: none;
    cursor: pointer;
}

.login-btn:hover {
    background: #4f4e4e;
}


/*.login-box{height:320px; margin:auto;  background:linear-gradient(to right,#fff 0%,rgba(255,255,255,0) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff',endColorstr='#0ffff',GradientType=1 )}*/

.login-title {
    padding: 100px 60px;
    float: left;
}

.login-title .title {
    font: 700 normal 52px "Helvethaica Mon";
    margin: 0;
    line-height: 1;
    color: #333333;
    text-align: left;
}

.login-title .subtitle {
    font: 600 normal 39px "Helvethaica Mon";
    margin: 0;
    text-align: left;
}

.txtLogoLogin {
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
}

.txtLogoLogin .title {
    font: 700 normal 40px "Helvethaica Mon";
    margin: 0;
    line-height: 1;
    color: #969696;
    text-align: left;
    margin-top: 25px;
}

.txtLogoLogin .subtitle {
    font: 600 normal 26px "Helvethaica Mon";
    margin: 0;
    text-align: left;
    margin-top: -5px;
}

.txtLogoLogin .titleInner {
    font: 700 normal 30px "Helvethaica Mon";
    margin: 0;
    line-height: 1;
    color: #54667a;
    text-align: left;
    margin-top: 7px;
}

.txtLogoLogin .subtitleInner {
    font: 600 normal 16px "Helvethaica Mon";
    margin: 0;
    text-align: left;
    margin-top: -3px;
    color: #54667a;
    opacity: 0.8;
}


/* ####################### End Login ######### */


/* ###################### Star New Menu Sub #####################*/

.menuSubMod {
    float: right;
    width: auto;
    min-width: 100px;
    text-align: center;
    height: 26px;
    background-color: #fff;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
    color: #999 !important;
    margin-top: 5px;
    margin-right: 4px;
    border: 1px solid #d3d7db;
    /* -webkit-border-radius: 3px 3px 0px 0px;
-moz-border-radius: 3px 3px 0px 0px;
border-radius: 3px 3px 0px 0px; */
}

.menuSubMod.active {
    float: right;
    width: auto;
    min-width: 100px;
    text-align: center;
    height: 26px;
    background-color: #104d90;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    margin-top: 5px;
    margin-right: 4px;
    -webkit-border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
    border: 1px solid #104d90;
}

.menuSubMod.active a:link,
.menuSubMod.active a:visited {
    color: #fff;
}

.btnNewComment {
    border: #cccccc solid 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 2px 3px #d4d4d4;
    -moz-box-shadow: 0px 2px 3px #d4d4d4;
    -webkit-box-shadow: 0px 2px 3px #d4d4d4;
    background: #ffffff;
    width: 200px;
    padding: 12px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.btnNewComment:hover {
    border: #cccccc solid 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 2px 3px #d4d4d4;
    -moz-box-shadow: 0px 2px 3px #d4d4d4;
    -webkit-box-shadow: 0px 2px 3px #d4d4d4;
    background: #cccccc;
    width: 200px;
    padding: 12px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}


/* ###################### End New Menu Sub #####################*/

.listper {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.listper input {
    height: auto;
}

.listper li {
    float: left;
    margin: 5px;
}

.listper li span {
    line-height: 40px;
}

.listper label {
    background: #eaeaea;
    border: 1px solid #333;
    padding: 5px;
    margin: 5px;
    display: block;
}

.tabchart {
    padding: 8px;
    background: #ecfbf8;
    text-align: right;
}

.tabchart select {
    padding: 3px;
    border: 1px solid #333;
    background: #fff;
}

#viewChartImage {
    padding: 8px;
    text-align: right;
}

#viewChartImage img {
    width: 100%;
}

.divmenu {
    width: 225px;
}

.listImggallery {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.listImggallery li {
    display: block;
    float: left;
    padding: 15px;
    border: 1px solid #d4d4d4;
    margin-bottom: 4px;
    margin-right: 4px;
}

.listImggallery li label {
    margin-left: 5px;
    float: left;
    font-size: 11px;
}

.listImggallery li .delimgal {
    float: left;
    cursor: pointer;
}

.btnHistory {
    width: 52px;
    height: 52px;
    background: url(../img/btn/history.png) center no-repeat;
    margin-left: 15px;
    text-align: center;
    padding-top: 10px;
    float: left;
    cursor: pointer;
}


/*---------- j10 editor ----------*/

body {
    min-height: 100vh;
    background-color: #e8ecf0;
    color: #54667a;
    /*font-family: Arial,Helvetica Neue,Helvetica,sans-serif;*/
    /* font-family: Arial, sans-serif; */
    font-family: "IBM Plex Sans Thai", sans-serif;
    font-family: "Sarabun", sans-serif;
    /*-webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;*/
}


/*---------- main color ----------*/

.headBackOffice {
    background-color: #ffffff;
    border-bottom: solid #231f20 2px;
}

.divRightTitleHomeBoxAll {
    background-color: #104d90;
}

.divRightInnerBigBoxHome .divRightTitleHomeBoxAll>tbody>tr:first-child>td {
    border-bottom: 2px solid #969696;
}

.login-form .btn {
    background-color: #969696;
    border: 1px solid #969696;
    -webkit-transition: All 200ms ease;
    -moz-transition: All 200ms ease;
    -o-transition: All 200ms ease;
}

.login-form .btn:hover {
    background-color: #fff;
    border: 1px solid #969696;
    color: #969696;
}

.divLogin a {
    color: #fff;
}

.divLogin-btn .fa {
    color: #231f20;
}

.divLeftMenuTb a {
    color: #54667a;
}

.divLeftMenuTb a .angle {
    color: #54667a;
}

.menuSubManage a {
    color: #54667a;
}

.fontContantTbNav {
    color: #54667a;
}

.divRightNavTb {
    color: #54667a;
}

.fontHeadRight {
    color: #54667a;
}

.fontContantTbHome {
    color: #54667a;
}

.divRightInnerTopBoxHome a {
    color: #54667a;
}

a:link,
a:visited {
    color: #54667a;
}

.fontTitlTbHome {
    color: #54667a;
}

.divLeftMenuOver a {
    background-color: #104d90;
    color: #fff;
}

.fontContantTbNavPage {
    color: #54667a;
    font-size: 13px;
}


/*.navControl > div:last-child{display: none;}*/

.footerBackOffice {
    display: block;
    width: auto;
}

.versionsmall {
    color: #fff !important;
}

.mainBackOffice td.borderLeft {
    border: none;
}

.imgLogo {
    margin: 5px 10px 5px 15px;
}

.imgLogo img {
    height: 50px;
    border-radius: 3px;
}

.tbLeftMenu,
.mLeftBackOffice {
    background-color: #fff;
}

.divLeftMenu {
    background-color: #fff;
    border: none;
}

.divLeftMenu:hover {
    /*background-color: rgba(0, 0, 0, 0.1);*/
    background-color: #e8ecf0;
}

.divLeftMenuOver {
    background-color: #fff;
    border: none;
    padding: 0;
}

.divLeftMenuOver a {
    font-weight: normal;
    display: block;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
}

.divLeftMenuOver a .fa {
    font-size: 14px;
    position: relative;
    top: -1px;
    margin-right: 6px;
}

.divLeftMenuOver a img {
    width: 14px;
}

.mLeftBackOffice {
    top: 60px !important;
    bottom: 0 !important;
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.06);
}

.divLeftMenuOver {
    background-color: #fff;
    border-color: #d1d1d1;
}

.divLeftMenuTb {
    padding: 0;
    position: relative;
}

.divLeftMenuTb a {
    font-size: 13px;
    display: block;
    padding: 0 15px 0 40px;
    position: relative;
    height: 40px;
    line-height: 40px;
}

.divLeftMenuTb a .fa {
    margin-right: 5px;
    position: absolute;
    top: 12.5px;
    left: 15px;
    font-size: 14px;
}

.divLeftMenuTb a .fa.angle {
    position: absolute;
    top: 10px;
    right: 12px;
    left: auto;
    font-size: 18px;
}

.divLeftMenuTb a img {
    width: 14px;
    /*-webkit-filter: grayscale(100%);
filter: grayscale(100%);*/
}

.divLeftMenuOverNew {
    min-width: inherit;
    max-width: inherit;
    width: 100%;
    /* background-color: #54667a; */
    background-color: #104d90;
}

.divLeftMenuOverNew a {
    color: #fff;
    font-weight: normal;
}

.divLeftMenuOverNew a .fa {
    color: #fff;
}

.divLeftMenuOverNew .divLeftMenuTb a img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.divLeftSubMenuOver {
    min-width: inherit;
    max-width: inherit;
    width: 100%;
    /*background-color: rgba(0, 0, 0, 0.1);*/
    background-color: #e8ecf0;
    color: #54667a;
}

.divLeftSubMenuOver a,
.fontContantSubMenu:link,
.fontContantSubMenu:visited {
    color: #54667a;
    font-weight: normal;
    font-size: 13px;
}

.divLeftSubMenuTb a:hover {
    background-color: #000;
}

.divLeftSubMenuOver {
    border-bottom: none;
}

.divLeftMenuTb td>div {
    position: absolute;
    top: 16px;
    right: 12px;
}

.divLeftSubMenuTb {
    padding: 0;
}

.divLeftSubMenuTb a {
    position: relative;
    padding: 10px 10px 10px 50px;
    display: block;
}

.divLeftSubMenuTb a:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border: 1px solid #54667a;
    position: absolute;
    left: 35px;
    top: 17px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.divLeftSubMenuTb a:hover {
    font-weight: normal;
    /* background-color: #54667a; */
    background-color: #104d90;
    color: #fff;
}

.divLeftSubMenuTb a:hover:before {
    border-color: #fff;
}

.tbLeftMenu,
.mLeftBackOffice,
.navControl,
.divLeftMenu,
.divLeftSubMenu,
.divmenu,
.divLeftMenuOver {
    min-width: inherit;
    max-width: inherit;
    padding: 0;
    width: 240px;
}

.divLeftSubMenu {
    border: none;
}

.divLeftSubMenu a {
    font-size: 13px;
    color: #54667a;
}

.borderLeft {
    border-color: #d1d1d1;
}

.headBackOffice {
    position: fixed;
    border: none;
    height: 60px;
    border-bottom: solid #969696 2px;
}

.mRightBackOffice {
    padding-top: 60px;
    background-color: #fbfbfb;
    min-height: calc(100vh - 110px);
}

.navControl>.divLeftMenu:first-child a:before {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.divRightNavTb {
    background-color: #fff;
    height: 50px;
    border: none;
}

.divRightNav>table {
    width: 100% !important;
}

.divLogin {
    margin-top: 15px;
    margin-bottom: 15px;
    float: right;
    width: auto;
}

.divLogin>div {
    float: left;
}

.divLogin-img {
    overflow: hidden;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.divLogin-name {
    padding: 0 15px 0 10px;
    line-height: 28px;
    font-size: 13px;
}

.divLogin-name a {
    color: #231f20;
}

.divLogin-btn .fa {
    font-size: 20px;
    position: relative;
    top: 4px;
}

.menuSub {
    background-color: transparent;
    position: fixed;
    z-index: 500;
    top: 60px;
    border: none;
    height: auto !important;
}

.menuSubManage {
    width: 200px;
    height: auto;
    margin: 0;
    padding: 8px 0;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
}

.menuSubManage ul {
    padding-left: 0;
    margin: 0;
}

.menuSubManage li {
    list-style: none;
    text-align: left;
}

.menuSubManage a {
    font-size: 13px;
    display: block;
    padding: 8px 15px;
}

.menuSubManage a:hover {
    background-color: rgba(0, 0, 0, 0.03);
}

.menuSubManage a img {
    margin-right: 4px;
}

.menuSubManage a .fa {
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 6px;
}

.divRightNav {
    height: auto;
    border: none;
    padding: 0 30px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fontContantTbNav,
.divRightNavTb {
    font-size: 13px;
}

.fontHeadRight {
    font-size: 22px;
}

.btnAdd,
.btnDel,
.btnSort,
.btnBack,
.btnSave,
.btnExport,
.btnExportPdf,
.btnHistory,
.btnExportCSV,
.btnImport,
.btnPdf {
    padding: 0;
    width: 52px;
    height: 52px;
    background-size: 100%;
    margin-left: 10px;
    padding-top: 10px;
}

.divRightInnerTopBoxHome {
    background-color: #fff;
    border: none;
    padding: 15px;
    height: 155px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
}

.divRightTitleHomeBoxAll {
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.divRightTitleHome {
    border-bottom: none;
}

.borderBottom {
    border-color: #d3d7db;
}

.formEndContantTb {
    background-color: transparent;
    border-top-color: #d3d7db;
}

.divRightTrHomeLog {
    border-color: #eee;
}

.divRightInnerBigBoxHome {
    border: 1px solid #eee;
}

.divRightInnerBigBoxHome .divRightTitleHomeBoxAll {
    background-color: #fff;
}

.divRightInnerBigBoxHome .divRightTitleHomeBoxAll .divRightTitleHome {
    padding: 0 5px;
}

.divRightTrHome {
    padding-top: 12px;
}

.divRightNavTb .inputContantTb {
    border-color: #d1d1d1;
    color: #54667a;
    font-size: 13px;
    padding: 0 15px;
    height: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.btnSearch {
    width: 34px;
    height: 34px;
    border: 1px solid #d1d1d1;
    background-color: #fff;
    background-size: 14px;
    background-position: center;
    margin-left: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.tbBoxListwBorder {
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.divRightTitleTbL,
.divRightTitleTb,
.divRightTitleTbR {
    height: 46px;
}

.divRightContantOverTbL,
.divRightContantOverTb,
.divRightContantOverTbR {
    border-bottom: 1px solid #eee;
    /* padding-top: 10px;
    padding-bottom: 10px; */
    vertical-align: middle;
}

.divRightContantOverTb {
    padding-left: 10px;
}

.divRightContantOverTb a {
    font-size: 14px;
    font-weight: bold;
}

.fontTitlTbRight {
    font-size: 14px;
    font-weight: bold;
}

.divSubOverTb {
    background-color: rgba(0, 0, 0, 0.04);
}

.divSubOverTb:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.formCheckboxList {
    height: auto;
    margin-top: 0;
}

.fontContantTbEnable {
    color: #006f49;
}

.divRightTitleTbL,
.divRightTitleTb,
.divRightTitleTbR {
    background-color: #104d90;
    border-bottom: 2px solid;
    /* text-align: center;*/
}

.fontTitlTbRight {
    color: #fff;
}

.divRightTitleTb_L {
    text-align: left;
}

.tbBoxListwBorder {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.tbBoxViewBorder {
    border: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.tbBoxViewBorderBottom {
    background-color: #104d90;
    line-height: 1.6em;
    border: none;
    border-bottom: 1px dashed;
}

.tbBoxViewBorderBottom span {
    color: #ffffff;
}

.tbBoxViewBorderBottomGenCode {
    background-color: #fff;
    line-height: 1.6em;
    border: none;
    border-bottom: 2px solid;
}

.tbBoxViewBorderBottomGenCode span {
    color: #54667a;
}

.formInputContantTb {
    padding: 6px 10px;
    height: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.formTextareaContantTb {
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.formFontNoteTxt {
    color: #8496aa;
    padding-top: 4px;
    display: block;
}

.divRightMain {
    margin-top: -3px;
}

.formInputSearch {
    height: 34px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
}

.divRightHeadSearch .btnSearch {
    margin-left: 0;
}

.formSelectSearch2 {
    height: 34px;
    margin-bottom: 0;
    padding: 0 5px;
}

.navControl {
    overflow-x: hidden;
    border-top: solid #fff 2px;
}

#loadAlertLogin {
    margin-top: 15px;
}

.loginBack {
    text-align: center;
    height: 100vh;
    background-color: transparent;
}

.loginBack:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.loginBack-wrapper {
    margin: 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 500px;
    margin-top: -40px;
}

.login-header {
    margin-bottom: 20px;
}

.login-header img {
    max-width: 150px;
    height: auto;
}

.login-body {
    background-color: #fff;
    padding: 35px 50px 50px 50px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
}

.login-footer {
    color: #54667a;
    font-size: 12px;
    margin-top: 15px;
}

.login-form {
    margin-top: 30px;
}

.login-form * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.login-form .form-group {
    margin-bottom: 15px;
}

.login-form .form-btn {
    margin-top: 30px;
}

.login-form .control-label {
    color: #54667a;
    font-weight: normal;
    font-size: 13px;
    padding-bottom: 4px;
    text-align: left;
    display: block;
}

.login-form .form-control {
    width: 100%;
    height: 40px;
    border: 1px solid #dfdfdf;
    padding: 0 10px 0 40px;
    color: #54667a;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: All 200ms ease;
    -moz-transition: All 200ms ease;
    -o-transition: All 200ms ease;
}

.login-form .control-group {
    position: relative;
}

.login-form .control-group .fa {
    position: absolute;
    left: 14px;
    top: 14px;
    color: #54667a;
    font-size: 14px;
}

.login-form .form-control:focus {
    border-color: #54667a;
}

.login-form .form-control::-webkit-input-placeholder {
    color: #54667a;
    opacity: 0.4;
}

.login-form .form-control::-moz-placeholder {
    color: #54667a;
    opacity: 0.4;
}

.login-form .form-control:-ms-input-placeholder {
    color: #54667a;
    opacity: 0.4;
}

.login-form .form-control:-moz-placeholder {
    color: #54667a;
    opacity: 0.4;
}

.login-form .btn {
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    padding: 10px 20px;
    border: none;
    width: 100%;
    height: auto !important;
    border: 1px solid #969696;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.formRightContantTb [class*=" flaticon-"]:before {
    margin-left: 0px;
}

.cursor {
    cursor: pointer;
}

.txtLogoLogin .titleInner {
    color: #54667a;
    font-size: 24px;
    font-weight: normal;
    padding-left: 0;
    line-height: 1em;
    margin-top: 10px;
}

.txtLogoLogin .subtitleInner {
    color: #54667a;
    display: block;
    font-weight: normal;
    font-size: 16px;
    opacity: 0.6;
}

.divRightHeadSearch td {
    padding: 0 10px 10px 0 !important;
    /*width: 50% !important;*/
}

.divRightHeadSearch .colTd01 {
    padding: 0 10px 10px 0 !important;
    width: 90% !important;
}

.divRightHeadSearch .colTd02 {
    padding: 0 10px 10px 0 !important;
    width: 42.5% !important;
}

.divRightHeadSearch .colTd04 {
    padding: 0 10px 10px 0 !important;
    width: 5% !important;
}

.divRightHeadSearch .formSelectSearch2 {
    margin-right: 0;
}

.divRightTitleTbL,
.divRightTitleTb,
.divRightTitleTbR {
    /*border-bottom: 2px solid transparent;*/
    border-bottom: none;
}


/*.divRightTitleTbL,
.divRightTitleTb{border-right: 1px solid #eee;}

.divRightContantOverTbL,
.divRightContantOverTb{border-right: 1px solid #eee;}*/

.btnPlan {
    background-color: #969696;
    /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.displayClickSubject {
    height: 50px;
    overflow: hidden;
}

.displayClickImg {
    width: 25px;
    height: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.displayTdImg {
    width: 25px;
    padding-right: 10px;
}

.formInputSearchStyle {
    background-color: #fefefe;
    border: #c8c7cc solid 1px;
    height: 22px;
    width: 100%;
    min-width: 205px;
    border-radius: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.formSelectSearchStyle {
    background-color: #fefefe;
    border: #c8c7cc solid 1px;
    height: 30px;
    width: 100%;
    min-width: auto;
    font-size: 14px;
    margin-right: 5px;
    line-height: 24px;
    border-radius: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.formSelectSearchStyle30p {
    background-color: #fefefe;
    border: #c8c7cc solid 1px;
    height: 30px;
    width: 30%;
    min-width: 235px;
    font-size: 14px;
    margin-right: 5px;
    line-height: 24px;
    border-radius: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.formSelectHomeStyle {
    background-color: #fefefe;
    border: #c8c7cc solid 1px;
    height: 30px;
    width: 100%;
    font-size: 14px;
    margin-right: 5px;
    line-height: 24px;
    border-radius: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.formInputSearchStyle97p {
    background-color: #fefefe;
    border: #c8c7cc solid 1px;
    height: 22px;
    width: 97%;
    min-width: 205px;
    border-radius: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.formInputSearchStyle30p {
    background-color: #fefefe;
    border: #c8c7cc solid 1px;
    height: 22px;
    width: 30%;
    min-width: 205px;
    border-radius: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.btn-gencode {
    -moz-box-shadow: 0px 8px 12px -7px #0d482d;
    -webkit-box-shadow: 0px 8px 12px -7px #0d482d;
    box-shadow: 0px 8px 12px -7px #0d482d;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #104d90), color-stop(1, #104d90));
    background: -moz-linear-gradient(top, #104d90 5%, #104d90 100%);
    background: -webkit-linear-gradient(top, #104d90 5%, #104d90 100%);
    background: -o-linear-gradient(top, #104d90 5%, #104d90 100%);
    background: -ms-linear-gradient(top, #104d90 5%, #104d90 100%);
    background: linear-gradient(to bottom, #104d90 5%, #104d90 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#104d90', endColorstr='#104d90', GradientType=0);
    background-color: #104d90;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 20px 0 20px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #0d482d;
    height: 40px;
}

.btn-gencode span {
    line-height: 25px;
    font-size: 16px;
}

.btn-gencode:hover {
    color: #ffffff !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #104d90), color-stop(1, #104d90));
    background: -moz-linear-gradient(top, #104d90 5%, #104d90 100%);
    background: -webkit-linear-gradient(top, #104d90 5%, #104d90 100%);
    background: -o-linear-gradient(top, #104d90 5%, #104d90 100%);
    background: -ms-linear-gradient(top, #104d90 5%, #104d90 100%);
    background: linear-gradient(to bottom, #104d90 5%, #104d90 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#104d90', endColorstr='#104d90', GradientType=0);
    background-color: #104d90;
}


/*----- new login -----*/

@font-face {
    font-family: "db_helvethaica";
    src: url("../fonts/helvethaica/db_helvethaica_x_bd_v3.2-webfont.eot");
    src: url("../fonts/helvethaica/db_helvethaica_x_bd_v3.2-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helvethaica/db_helvethaica_x_bd_v3.2-webfont.woff2") format("woff2"), url("../fonts/helvethaica/db_helvethaica_x_bd_v3.2-webfont.woff") format("woff"), url("../fonts/helvethaica/db_helvethaica_x_bd_v3.2-webfont.ttf") format("truetype"), url("../fonts/helvethaica/db_helvethaica_x_bd_v3.2-webfont.svg#db_helvethaica_x75_bd") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "db_helvethaica";
    src: url("../fonts/helvethaica/db_helvethaica_x_med_v3.2-webfont.eot");
    src: url("../fonts/helvethaica/db_helvethaica_x_med_v3.2-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helvethaica/db_helvethaica_x_med_v3.2-webfont.woff2") format("woff2"), url("../fonts/helvethaica/db_helvethaica_x_med_v3.2-webfont.woff") format("woff"), url("../fonts/helvethaica/db_helvethaica_x_med_v3.2-webfont.ttf") format("truetype"), url("../fonts/helvethaica/db_helvethaica_x_med_v3.2-webfont.svg#db_helvethaica_x65_med") format("svg");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "db_helvethaica";
    src: url("../fonts/helvethaica/db_helvethaica_x_v3.2-webfont.eot");
    src: url("../fonts/helvethaica/db_helvethaica_x_v3.2-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helvethaica/db_helvethaica_x_v3.2-webfont.woff2") format("woff2"), url("../fonts/helvethaica/db_helvethaica_x_v3.2-webfont.woff") format("woff"), url("../fonts/helvethaica/db_helvethaica_x_v3.2-webfont.ttf") format("truetype"), url("../fonts/helvethaica/db_helvethaica_x_v3.2-webfont.svg#db_helvethaica_x55_regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.new_login {
    /*font-family: 'db_helvethaica';*/
    /* font-family: Arial, sans-serif; */
    font-family: "IBM Plex Sans Thai", sans-serif;
    font-family: "Sarabun", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.new_login .login-form .form-control {
    font-size: 14px;
    color: #444;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.new_login .login-form .form-btn {
    margin-top: 0;
}

.new_login .login-form .btn {
    /*font-family: 'db_helvethaica';*/
    font-weight: bold;
}

.new_login {
    background: url("../img/bg-login.jpg") center;
    background-size: cover;
}

.loginBack {
    display: flex;
    padding: 40px 0;
}


/*.loginBack > div{display: inline-block; height: 200px;}*/

.new_login .login-form {
    /*opacity: 0;*/
    background-color: #fff;
    width: 400px;
    /*position: absolute;
    top: 50%;*/
    margin: auto;
    position: relative;
    /*transform: translate(0, -50%);*/
    /* -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15); */
}

.new_login .login-copy {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    text-align: center;
    margin-top: 35px;
    font-size: 13px;
    color: #666;
    line-height: 1.6em;
}

.new_login .login-form .form-group {
    margin-bottom: 20px;
}

.new_login .login-form .form-btn .btn {
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    height: 46px;
    font-size: 15px;
    border-radius: 3px;
}

.new_login .login-form .input-group-addon {
    width: 50px;
    padding: 0 15px;
    text-align: center;
    background-color: transparent;
    border: none;
    position: absolute;
    z-index: 10;
    color: #104d90;
    /*border-right: 1px solid #e1e1e1;*/
}

.new_login .login-form .input-group-addon .fa {
    line-height: 46px;
}

.new_login .login-form .control-label {
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    color: #999;
    margin: 0;
    line-height: 46px;
    text-align: left;
    padding: 0;
}

.new_login .login-form .control-label:after {
    content: "";
    position: absolute;
    top: 9px;
    right: 0;
    width: 1px;
    height: 28px;
    background-color: #e1e1e1;
}

.new_login .login-form .input-group {
    width: 100%;
    position: relative;
}

.new_login .login-form .input-group .form-control:last-child {
    width: 100%;
    height: 46px;
    padding-left: 50px;
    border-radius: 0;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    border-radius: 3px;
}

.new_login .login-form .header {
    height: auto;
    margin-bottom: 0;
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
}

.new_login .login-form .header .brand {
    position: relative;
    text-align: center;
    padding: 30px 0 20px 0;
}

.new_login .login-form .header .brand img {
    width: 140px;
}

.new_login .login-form .body {
    padding: 0 40px 40px 40px;
}

.new_login .login-form .body .title {
    font-size: 18px;
    font-weight: normal;
    color: #333;
    text-align: center;
    line-height: 1em;
    margin-bottom: 30px;
}

.new_login .login-form .body .title small {
    display: block;
    font-weight: normal;
    font-size: 14px;
    color: #999;
    margin-top: 5px;
}

.new_login .login-form .footer {
    text-align: center;
    margin-top: 20px;
}

.new_login .login-form .footer a {
    color: #104d90;
    font-weight: 500;
    font-size: 15px;
}

.new_login .login-form .footer a:hover {
    text-decoration: underline;
}

.new_login .login-form .regis {
    border-top: 1px solid #ebebeb;
    text-align: center;
    margin-top: 15px;
    padding-top: 20px;
}

.new_login .login-form .regis p {
    margin: 0 0 15px 0;
    color: #464646;
    font-size: 14px;
    line-height: 1.4em;
}

.new_login .btn {
    background: none;
    /* padding: 0 20px; */
    text-shadow: none;
    height: 44px !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: All 200ms ease;
    -moz-transition: All 200ms ease;
    -o-transition: All 200ms ease;
}

.new_login .btn:hover,
.new_login .btn:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
}

.new_login .btn-primary,
.new_login .btn-primary:focus,
.new_login .btn-primary.focus {
    border: 1px solid transparent;
    background-color: #104d90;
    color: #fff;
}

.new_login .btn-primary:hover,
.new_login .btn-primary:active:hover,
.new_login .btn-primary.active:hover,
.new_login .btn-primary:active:focus,
.new_login .btn-primary.active:focus,
.new_login .btn-primary:active.focus,
.new_login .btn-primary.active.focus,
.new_login .btn-primary:focus:hover,
.new_login .btn-primary.focus:hover {
    border-color: transparent;
    background-color: #104d90;
    color: #fff;
}

.new_login .btn-primary.disabled,
.new_login .btn-primary.disabled:hover {
    border: 1px solid #104d90;
    background-color: #104d90;
    color: #fff;
    opacity: 0.2;
}

.new_login {}

.new_login .footerBackOffice {
    margin-left: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.new_login .footerBackOffice .imgLogo {
    color: #333;
    margin: 15px 15px;
    font-size: 12px;
    line-height: 1.4em;
}

.new_login .footerBackOffice .imgLogo a {
    color: #333;
}

.new_login .footerBackOffice .imgLogo a:hover {
    color: #104d90;
}

.new_login .footerBackOffice .divLogin {
    margin: 15px;
    color: #333;
    font-size: 14px;
    line-height: 1.4em;
}

.new_login .footerBackOffice>div {
    display: table;
    width: 100%;
}

.new_login .footerBackOffice>div>div {
    padding: 15px;
    float: none;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}

.allBackOffice .footerBackOffice {
    height: auto;
    background-color: #fff;
    border: none;
    /*-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);*/
    position: relative;
    z-index: 20;
    margin-left: 240px;
}

.allBackOffice .footerBackOffice .imgLogo {
    color: #333;
    margin: 15px 15px;
    font-size: 12px;
    line-height: 1.4em;
}

.allBackOffice .footerBackOffice .imgLogo a {
    color: #333;
}

.allBackOffice .footerBackOffice .imgLogo a:hover {
    color: #104d90;
}

.allBackOffice .footerBackOffice .divLogin {
    margin: 15px;
    color: #333;
    font-size: 14px;
    line-height: 1.4em;
}

.allBackOffice .footerBackOffice>div {
    display: table;
    width: 100%;
}

.allBackOffice .footerBackOffice>div>div {
    padding: 15px;
    float: none;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}

.headBackOffice {
    z-index: 9999;
}

.divRightHead.fixed {
    position: fixed;
    height: 60px;
    z-index: 400;
    top: 62px;
    left: 240px;
    right: 0;
    width: auto;
    background-color: #e8ecf0;
    border-bottom: 1px solid #d3d7db;
    /*-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);
-moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
box-shadow: 0 0 3px rgba(0,0,0,0.15);*/
}

.divRightHead.fixed .borderBottom {
    border-bottom: none;
}

.divRightHead.fixed table td {
    height: 60px !important;
}

.divRightHead.fixed .fontHeadRight {
    font-size: 20px;
    position: absolute;
    top: 20px;
}

.divRightHead.fixed .btnCopy,
.divRightHead.fixed .btnAdd,
.divRightHead.fixed .btnDel,
.divRightHead.fixed .btnSort,
.divRightHead.fixed .btnBack,
.divRightHead.fixed .btnSave,
.divRightHead.fixed .btnEditView,
.divRightHead.fixed .btnExport,
.divRightHead.fixed .btnExportPdf,
.divRightHead.fixed .btnHistory .divRightHead.fixed .btnPdf {
    width: 40px;
    height: 40px;
    background-size: contain;
}

.divRightMain.tiny {
    margin-top: 80px;
}

.navControlH {
    margin-bottom: 150px;
}

.formInputSearchI {
    width: 100% !important;
    float: left !important;
}


/*######### Start Theme Select Minisite #########*/

.selectTheme {
    width: 800px;
    height: 160px;
    list-style: none;
    /*margin: 0;*/
    margin: 0;
    padding: 0;
    overflow: auto;
}

.parentTheme {
    position: relative;
    width: 100px;
    height: 150px;
    float: left;
    margin-right: 3px;
    margin-bottom: 3px;
}

.themeActive {
    margin: 1px;
    border: 3px #ff0000 solid;
    width: 92px;
    height: 142px;
    background-image: url(../img/controlpage/correct.png);
    background-position: top right;
    background-repeat: no-repeat;
}


/*######### End Theme Select Minisite #########*/

.selectSearch1 {
    width: 25% !important;
    padding-right: 1% !important;
}

.selectSearch2 {
    width: 50% !important;
    padding-right: 2% !important;
}

.textSearch2 {
    /* width: 46% !important; */
}

.textSearch1 {
    width: 96% !important;
}

.bottonSearch {
    padding-right: 2% !important;
    width: 4% !important;
    min-width: 50px !important;
    max-width: 50px !important;
}

.seDate {
    width: 98% !important;
}

.tbBoxViewBorder {
    border-radius: 10px;
    overflow: hidden;
}

.tbBoxViewBorderBottom {
    padding-top: 3px !important;
    padding-bottom: 0px;
    background-color: #fff;
    border-bottom-width: 1px;
    border-color: #e8ecf0;
}

.tbBoxViewBorderBottom .formFontSubjectTxt {
    color: #104d90;
}

.tbBoxViewBorderBottom .formFontTileTxt {
    color: #54667a;
    opacity: 0.7;
    font-size: 13px;
}

.input-group {
    position: relative;
}

.input-group input {
    padding-left: 44px;
    width: 100%;
}

.input-group .label {
    color: #999;
    position: absolute;
    width: 34px;
    height: 100%;
    top: 0;
    left: 0;
    border-right: 1px solid #ccc;
    line-height: 38px;
    text-align: center;
}

.input-group.unit {
    position: relative;
}

.input-group.unit input {
    padding-left: 10px;
}

.input-group.unit .unit {
    color: #999;
    font-weight: normal;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    line-height: 38px;
    text-align: center;
    padding: 0 10px;
}

.item-list {
    margin: 0;
    padding: 0;
}

.item-list>li {
    list-style: none;
    float: left;
}

.item-list:before,
.item-list:after {
    content: " ";
    display: table;
}

.item-list:after {
    clear: both;
}

.item-list.fluid>li {
    width: 100%;
}

.nav-list {
    margin: 0;
    padding: 0;
}

.nav-list>li {
    list-style: none;
    float: left;
}

.nav-list:before,
.nav-list:after {
    content: " ";
    display: table;
}

.nav-list:after {
    clear: both;
}

.nav-list.fluid>li {
    width: 100%;
}

.row-table {
    display: table;
    width: 100%;
}

.row-table>div {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 0;
}

.row-table>.col {
    width: auto;
}

.row-table>.col-auto {
    width: 1%;
}

.row-table.vlign-top>div {
    vertical-align: top;
}

.row-flex {
    display: flex;
}

.row-flex .col-auto {}

.row-flex .col {
    flex-grow: 1;
}

.row-flex .middle {
    align-self: center;
}

.divRightHeadSearch {
    border-bottom: none;
    padding-top: 40px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 10px;
}

.divRightHeadSearch * {
    box-sizing: border-box;
}

.divRightHeadSearch table {
    margin-top: 30px;
    padding: 20px 10px 20px 20px;
    background-color: #fff;
}

.divRightHeadSearch td {
    padding-bottom: 0 !important;
}

.divRightHeadSearch .formSelectSearchStyle {
    border-radius: 3px;
    height: 34px;
    color: #54667a;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../img/btn/select.png") no-repeat center right 10px;
    background-size: 12px;
}


/*.divRightHeadSearch .formSelectSearchStyle:focus{
outline: none;
border-color: inherit;
-webkit-box-shadow: none;
box-shadow: none;
}*/

.divRightHeadSearch .formInputSearchI {
    border-radius: 3px;
    height: 34px;
    padding: 0 10px;
    color: #54667a;
}

.divRightHeadSearch .btnSearch {
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
    height: 34px;
    background-color: #fff;
}

.divRightHeadSearch .formInputSearchStyle {
    border-radius: 3px;
    height: 34px;
    padding: 0 10px;
    color: #54667a;
}

.divRightHeadSearch .datepick {
    background: url("../img/btn/datepicker.png") center right 8px no-repeat;
    background-size: 18px;
}

.viewOrder {
    width: 96%;
    margin: 30px auto 0;
}

.viewOrder * {
    box-sizing: border-box;
}

.viewOrder .row {
    margin: 0 -5px;
}

.viewOrder .row:before,
.viewOrder .row:after {
    content: " ";
    display: table;
}

.viewOrder .row:after {
    clear: both;
}

.viewOrder .row>div {
    float: left;
    padding: 0 5px;
}

.viewOrder .col-6 {
    width: 50%;
}

.viewOrder .box-content {
    background-color: #fff;
    min-height: 100px;
    margin-bottom: 10px;
}

.viewOrder .content-header {
    border-bottom: 1px solid #ebebeb;
    height: 40px;
    padding: 0 15px;
}

.viewOrder .content-header .title {
    margin: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 38px;
    white-space: nowrap;
}

.viewOrder .content-header .fa {
    margin-right: 6px;
    font-size: 14px;
    position: relative;
    top: 0px;
}

.viewOrder .content-body {
    padding: 20px;
}

.viewOrder .status .action {
    margin-top: 20px;
}

.viewOrder .status .action .row-table {
    margin: 0 -5px;
    width: 60%;
}

.viewOrder .status .action .row-table>div {
    padding: 0 5px;
}

.viewOrder .status .action .row-table>div:last-child {
    display: none;
}

.viewOrder .status .action .desc {
    margin: 0;
    padding-left: 20px;
    opacity: 0.5;
}

.viewOrder .status .action .btn {
    min-width: inherit;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background-color: #00aff0;
    display: inline-block;
    color: #fff;
}

.viewOrder .status .action .btn.btn-cancel {
    background-color: #104d90;
}

.viewOrder .status .action .btn.btn-update {
    background-color: #ffad29;
}

.viewOrder .status .action .btn.cancel {
    background-color: #f5f5f5;
    color: #ccc;
}

.viewOrder .status .action .btn:hover {
    background-color: #0077a4;
}

.viewOrder .status .action .btn.btn-cancel:hover {
    background-color: #bb0d1b;
}

.viewOrder .status .action .btn.btn-update:hover {
    background-color: #e48d1b;
}

.viewOrder .status-progress {
    position: relative;
}

.viewOrder .status-progress:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    height: 4px;
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 2px;
}

.viewOrder .status-progress li {
    position: relative;
    z-index: 10;
    width: calc(100% / 7);
    text-align: center;
}

.viewOrder .status-progress .icon {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0 auto 5px;
    border-radius: 50%;
    background-color: #f5f5f5;
}

.viewOrder .status-progress .icon:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
}

.viewOrder .status-progress .desc {
    font-size: 12px;
    opacity: 0.5;
}

.viewOrder .status-progress .active .desc,
.viewOrder .status-progress .cancel .desc {
    opacity: 1;
}

.viewOrder .status-progress .wait .icon:before {
    background-color: #ff6c00;
}

.viewOrder .status-progress .wait .icon:after {
    font-family: "FontAwesome";
    content: "\f12a";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    color: #fff;
}

.viewOrder .status-progress .active .icon:before {
    background-color: #72c279;
}

.viewOrder .status-progress .active .icon:after {
    font-family: "FontAwesome";
    content: "\f00c";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    color: #fff;
}

.viewOrder .status-progress .cancel .icon:before {
    background-color: #ff5450;
}

.viewOrder .status-progress .cancel .icon:after {
    font-family: "FontAwesome";
    content: "\f00d";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    color: #fff;
}

.viewOrder .shipping {
    min-height: 80px;
}

.viewOrder .shipping .empty {
    height: 80px;
    padding: 16px 0;
    background-color: #f5f5f5;
    text-align: center;
}

.viewOrder .shipping .empty .fa {
    font-size: 24px;
    opacity: 0.4;
}

.viewOrder .shipping .empty .desc {
    margin: 5px 0 0 0;
    opacity: 0.4;
    font-size: 12px;
}

.viewOrder .shipping table {
    width: 100%;
    text-align: left;
}

.viewOrder .shipping table .text-left {
    text-align: left;
}

.viewOrder .shipping table .text-center {
    text-align: center;
}

.viewOrder .shipping table .text-right {
    text-align: right;
}

.viewOrder .shipping table th {
    height: 35px;
    vertical-align: top;
    padding: 5px 10px 0 10px;
    font-weight: normal;
    font-size: 13px;
    white-space: nowrap;
}

.viewOrder .shipping table td {
    height: 40px;
    vertical-align: top;
    padding: 10px 10px 0 10px;
    font-size: 13px;
    border-top: 1px solid #104d90;
}

.viewOrder .shipping table td a {
    color: #00aff0;
}

.viewOrder .shipping table td a:hover {
    color: #0077a4;
}

.viewOrder .orderDesc {
    font-size: 14px;
}


/*.viewOrder .orderDesc a{
font-size: 14px;
}*/

.viewOrder .orderDesc .row-table+.row-table {
    margin-top: 4px;
}

.viewOrder .orderDesc .row-table.stat {
    margin-top: 14px;
}

.viewOrder .orderDesc label {
    margin: 0;
    padding: 0;
    font-weight: normal;
    display: block;
    width: 140px;
}

.viewOrder .orderDesc a {
    color: #00aff0;
}

.viewOrder .orderDesc a:hover {
    color: #0077a4;
}

.viewOrder .orderDesc .count {
    color: #fff;
    font-size: 12px;
    padding: 2px 15px;
    border-radius: 15px;
    display: inline-block;
    margin-top: 6px;
}

.viewOrder .orderDesc .count.num {
    background-color: #00aff0;
}

.viewOrder .orderDesc .count.price {
    background-color: #72c279;
}

.viewOrder .content-header .row-table {
    width: auto;
}

.viewOrder .member-no {
    color: #00aff0;
    margin-left: 20px;
    display: inline-block;
    white-space: nowrap;
    padding: 0 10px;
    height: 26px;
    line-height: 24px;
    border: 1px solid #ebebeb;
    border-radius: 20px;
}

.viewOrder .member-no:hover {
    color: #0077a4;
}

.viewOrder .rang {
    margin-left: 4px;
    display: inline-block;
    white-space: nowrap;
    padding: 0 10px;
    height: 26px;
    line-height: 24px;
    border: 1px solid #ebebeb;
    border-radius: 20px;
}

.viewOrder .rang img {
    font-size: 10px;
    color: #fff;
}

.viewOrder .orderAddress {
    margin-top: 22px;
}

.viewOrder .orderAddress .nav-list .link {
    display: block;
    padding: 0 20px;
    line-height: 40px;
    border: 1px solid transparent;
    border-bottom: none;
    background-color: transparent;
    margin-bottom: -1px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.viewOrder .orderAddress .nav-list li+li {
    margin-left: 10px;
}

.viewOrder .orderAddress .nav-list .link .fa {
    margin-right: 8px;
}

.viewOrder .orderAddress .nav-list .active .link {
    border-color: #ebebeb;
    background-color: #fff;
}

.viewOrder .orderAddress .tab-content {
    border: 1px solid #ebebeb;
    min-height: 159px;
    font-size: 14px;
    padding: 20px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.viewOrder .orderAddress .tab-content>div {
    border-radius: 3px;
    background-color: #f5f5f5;
    padding: 15px 20px;
    min-height: 117px;
}

.viewOrder .orderAddress .tab-content .tab-pane {
    display: none;
}

.viewOrder .orderAddress .tab-content .tab-pane.active {
    display: block;
}

.viewOrder .orderList {
    margin-top: 30px;
}

.viewOrder .orderList table .text-left {
    text-align: left;
}

.viewOrder .orderList table .text-center {
    text-align: center;
}

.viewOrder .orderList table .text-right {
    text-align: right;
}

.viewOrder .orderList table th {
    padding: 10px;
    font-size: 14px;
    font-weight: normal;
    background-color: #f5f5f5;
}

.viewOrder .orderList table td {
    padding: 10px;
    font-size: 14px;
    border-bottom: 1px solid #ebebeb;
}

.viewOrder .orderList .cover {
    display: block;
    overflow: hidden;
    width: 64px;
    height: 64px;
    margin: 0;
    padding: 0;
    border-radius: 3px;
    border: 1px solid #ebebeb;
}

.viewOrder .orderList .cover img {
    display: block;
    width: 100%;
}

.viewOrder .orderList small {
    display: block;
    line-height: 1.2em;
    padding-top: 4px;
    opacity: 0.5;
}

.viewOrder .orderList small span {}

.viewOrder .orderList table tfoot td {
    border: none;
    padding: 0;
}

.viewOrder .orderSum {
    border-radius: 3px;
    border: 1px solid #ebebeb;
    width: 420px;
    float: right;
    margin-top: 20px;
}

.viewOrder .orderSum strong {
    color: #104d90;
}

.viewOrder .orderSum .row-table {
    padding: 5px 10px;
    text-align: right;
}

.viewOrder .orderSum .row-table>div {
    width: 50%;
}

.viewOrder .orderSum .row-table>div+div {
    text-align: right;
}

.viewOrder .orderSum .row-table+.row-table {
    border-top: 1px solid #ebebeb;
}

.product-nav {
    width: 96.4%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 35px;
    border-bottom: 1px solid #d8dce0;
}

.product-nav .nav-list {
    margin-left: 20px;
}

.product-nav li {
    position: relative;
}

.product-nav li+li:before {
    content: "";
    position: relative;
    width: 1px;
    height: 20px;
    display: block;
    float: left;
    background-color: #d3d7db;
    margin: 0 15px;
}

.product-nav .link {
    font-size: 14px;
}

.product-nav .link:hover {
    color: #104d90;
}

.product-nav .active .link {
    color: #104d90;
}

.menuSubMod {
    height: 27px;
    top: 4px;
    position: relative;
    border-bottom: none;
    background-color: transparent;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.menuSubMod.active {
    height: 26px;
    border-color: transparent;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.selectmultiform {
    width: 50%;
}

.btn-listbox {
    background-color: rgb(122, 121, 121);
    border: none;
    color: white;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.btn-listbox.green {
    background-color: #4caf50;
}

.btn-listbox.red {
    background-color: red;
}


/*----- dashboard -----*/

.dashboard-block {
    padding: 15px 30px;
    /*font-family: 'Helvethaica Mon';*/
    font-size: 14px;
}

.dashboard-block * {
    box-sizing: border-box;
}

.dashboard-block .topic {
    font-size: 18px;
    color: #54667a;
    line-height: 1.2em;
    font-weight: 500;
    margin: 0;
}

.dashboard-block form .form-control {
    padding: 0 10px;
    height: 34px;
    border-radius: 3px;
    border: 1px solid #c8c7cc;
    background-color: #fff;
    width: 200px;
    margin-right: 10px;
    color: #54667a;
    font-size: 13px;
}

.dashboard-block form .btnSearch {
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 34px;
    height: 34px;
    background-color: #fff;
    margin-left: 0;
}

.dashboard-block .datepicker {
    background: url("../img/icon/calendar.png") 7px center no-repeat;
    background-size: 18px;
    padding-left: 32px !important;
}

.dashboard-nav .item-list {
    margin: 0 -10px;
}

.dashboard-nav .item-list>li {
    width: calc(100% / 4);
    padding: 0 10px;
}

.dashboard-nav .wrapper {
    height: 110px;
    border-radius: 3px;
    padding: 20px 15px;
}

.dashboard-nav .title {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 1.2em;
    margin: 0;
}

.dashboard-nav .number {
    margin-top: 20px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
}

.dashboard-nav .number img {
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -1px;
    margin-right: 2px;
}

.dashboard-nav .wrapper.customer {
    background-color: #1fa6c3;
}

.dashboard-nav .wrapper.order {
    background-color: #165f9a;
}

.dashboard-nav .wrapper.income {
    background-color: #307cc9;
}

.dashboard-nav .wrapper.average {
    background-color: #6e8495;
}

.dashboard-order {
    /*margin-top: 20px;
background-color: #fff;
min-height: 300px;
border-radius: 3px;*/
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #c8c7cc;
}

.dashboard-order-area {
    margin-top: 30px;
    background-color: #fff;
    border-radius: 3px;
    padding: 20px;
}

.dashboard-order .header {
    margin-bottom: 25px;
}

.dashboard-order .header .item-list {
    margin: 0 -10px;
}

.dashboard-order .header .item-list>li {
    padding: 0 10px;
    width: calc(100% / 3);
}

.dashboard-order .header .link {
    display: block;
    height: 110px;
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid #c8c7cc;
    text-align: center;
    color: #a4b6ca;
    padding: 20px;
    position: relative;
}

.dashboard-order .header .title {
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 5px 0;
}

.dashboard-order .header .title img {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-right: 10px;
    top: -5px;
    opacity: 0.4;
}

.dashboard-order .header strong {
    font-size: 42px;
    font-weight: bold;
    line-height: 1em;
}

.dashboard-order .header .link:hover {
    border-color: #104d90;
}

.dashboard-order .header .active .link {
    border-color: #104d90;
    color: #54667a;
}

.dashboard-order .header .active .link:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    top: 100%;
    margin: auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #104d90;
}

.dashboard-order .header .active .link:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    top: 100%;
    margin: -1px auto 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}

.dashboard-order .header .active img {
    opacity: 1;
}

.dashboard-order .topbar {
    margin-bottom: 15px;
}

.dashboard-order .topbar .title {
    font-weight: normal;
    font-size: 16px;
    margin: 0;
}

.dashboard-order .topbar .link {
    white-space: nowrap;
}

.dashboard-order .topbar .link .fa {
    position: relative;
    margin-right: 4px;
    top: 0px;
}

.dashboard-order .topbar .link:hover {
    color: #104d90;
}

.dashboard-order .tab-content {}

.dashboard-order .tab-content>div {}

.dashboard-order .tab-content .tab-pane {
    display: none;
}

.dashboard-order .tab-content .tab-pane.active {
    display: block;
}

.dashboard-income {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #c8c7cc;
}

.dashboard-income-area {
    margin-top: 30px;
    background-color: #fff;
    border-radius: 3px;
    padding: 20px;
}

.dashboard-income-area .row-flex {
    margin: 0 -10px;
}

.dashboard-income-area .row-flex>div {
    width: 50%;
    padding: 0 10px;
}

.dashboard-income .income-sum {
    border-radius: 5px;
    height: 100px;
    background-color: #f4f7fc;
    border: 1px solid #d6dce8;
    text-align: left;
    padding: 20px 15px;
}

.dashboard-income .income-sum .title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2em;
    margin: 0;
}

.dashboard-income .income-sum .number {
    margin-top: 15px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1em;
    color: #679cec;
}

.dashboard-income .income-avg {
    border-radius: 5px;
    height: 100px;
    padding: 20px 15px;
    margin-top: 20px;
}

.dashboard-income .income-avg .title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2em;
    margin: 0;
    color: #fff;
}

.dashboard-income .income-avg .number {
    margin-top: 15px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1em;
    color: #fff;
}

.dashboard-income .income-avg.order {
    background-color: #679cec;
}

.dashboard-income .income-avg.customer {
    background-color: #ec9021;
}

.dashboard-info {
    margin-top: 20px;
    background-color: #fff;
    padding: 20px;
    border-radius: 3px;
}

.dashboard-info .row {
    display: flex;
    margin: 0 -10px;
}

.dashboard-info .row>div {
    padding: 0 10px;
}

.dashboard-info .row>div.col-3 {
    width: 40%;
}

.dashboard-info .row>div.col-9 {
    width: 60%;
}

.dashboard-buy {}

.dashboard-buy .h-title {
    font-weight: normal;
    font-size: 16px;
    margin: 0 0 20px 0;
}

.dashboard-buy li {
    line-height: 38px;
    border-radius: 5px;
    background-color: #f4f7fc;
    border: 1px solid #d6dce8;
    padding: 0 10px;
}

.dashboard-buy li+li {
    margin-top: 5px;
}

.dashboard-buy strong {
    font-size: 20px;
    color: #679cec;
}

.dashboard-rank {}

.dashboard-rank .h-title {
    font-weight: normal;
    font-size: 16px;
    margin: 0 0 20px 0;
}

.dashboard-rank .item-list {
    margin: 0 -5px;
}

.dashboard-rank .item-list>li {
    width: calc(100% / 4);
    padding: 0 5px;
}

.dashboard-rank .wrapper {
    color: #211d1e;
    border-radius: 5px;
    height: 175px;
}

.dashboard-rank .wrapper {
    height: 175px;
    border-radius: 3px;
    padding: 55px 15px;
}

.dashboard-rank .wrapper.bronze {
    background-color: #a27b35;
}

.dashboard-rank .wrapper.silver {
    background-color: #a4a6a9;
}

.dashboard-rank .wrapper.gold {
    background-color: #e4bc44;
}

.dashboard-rank .wrapper.supreme {
    background-color: #c0b39a;
}

.dashboard-rank .title {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 1.2em;
    margin: 0;
}

.dashboard-rank .number {
    margin-top: 20px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
}

.dashboard-rank .number img {
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -1px;
    margin-right: 2px;
}

.table-default {
    width: 100%;
}

.table-default th {
    background-color: #104d90;
    height: 46px;
    color: #fff;
    font-size: 14px;
    padding: 0 15px;
}

.table-default td {
    padding: 12px 15px;
    vertical-align: top;
    border-bottom: 1px solid #eee;
}

.table-default tr:nth-child(even) td {
    background-color: rgba(0, 0, 0, 0.04);
}

.box-content .file-attachment {}

.box-content .file-attachment .text-content {
    width: 60%;
}

.content-body:after {
    content: "";
    display: block;
    clear: both;
}

.content-body .file-attachment {
    width: 60%;
    float: left;
}

.content-body .file-attachment-pic {
    width: 40%;
    float: left;
}

.file-attachment-pic img {
    /*width: 174px;
    height: 248px;*/
    max-width: 100%;
    max-height: 100%;
}

.fancybox-overlay {
    z-index: 10000 !important;
    background: rgba(255, 255, 255, 0.8) !important;
}

.file-attachment-no .shipping {
    min-height: 80px;
    width: 100%;
    min-height: 248px;
    display: table;
}

.file-attachment-no .empty {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

@media (max-width: 1442px) {}

@media (max-width: 576px) {}


/* begin::edit ui coupon & code */

.coupon-note {
    text-align: right;
    padding-bottom: 10px;
    color: #8496aa;
    font-size: 12px;
}

.coupon-note strong {
    display: block;
    color: #54667a;
    font-size: 14px;
}

.coupon-form {
    border-left: 1px solid #e8ecf0;
    display: inline-block;
    width: 100%;
    padding-left: 15px;
    padding-bottom: 8px;
}

.coupon-form .formLeftContantTb {
    height: auto;
}

.coupon-form .formRadioContantTb {
    margin-top: 8px;
    margin-left: 0;
}

.coupon-form .formRightContantTb {
    padding-bottom: 0;
}

.selectmultiform-style .btn-listbox {
    border-radius: 3px;
    margin: 0;
    padding: 5px 15px;
    font-size: 14px;
}

.selectmultiform-style .btn-listbox.green {
    background-color: #7fca82;
}

.selectmultiform-style .btn-listbox.red {
    background-color: #104d90;
}

.selectmultiform-style .selectmultiform {
    border-radius: 3px;
    border: 1px solid #c8c7cc;
    font-size: 12px;
    padding: 0;
    height: 522px;
}

.selectmultiform-style .selectmultiform option {
    padding: 5px 10px;
}


/* end::edit ui coupon & code */


/* add 13 July */

.mLeftBackOffice {
    background-color: #f5f5f5;
}

.divLeftMenu {
    background-color: #f5f5f5;
}

.divLeftMenu:hover {
    background-color: #222;
}

.divLeftMenu:hover .divLeftMenuTb a {
    color: #fff;
}

.divLeftMenuTb a {
    color: #6d6d6d;
}

.divLeftMenuOver a {
    background-color: #104d90;
    color: #fff;
}

.divLeftMenuOverNew {
    background-color: #104d90;
}

.divLeftMenuOverNew .divLeftMenuTb a {
    color: #fff;
}

.divLeftSubMenu a {
    background-color: #f1f1f1;
    color: #5b5b5b;
}

.divLeftSubMenuTb a::before {
    border-color: #999;
}

.divLeftSubMenuOver a,
.fontContantSubMenu:link,
.fontContantSubMenu:visited {
    color: #fff;
}

.divLeftSubMenuOver {
    background-color: #195393;
}

.divLeftSubMenuTb a:hover {
    background-color: #4379b5;
    color: #fff;
}

.divLeftSubMenuTb a:hover:before {
    border-color: #999;
}

.divLeftMenuOverNew {
    border: none;
}

.divLeftSubMenuTb a::before {
    left: 38px;
    top: 16px;
}

.divLeftMenuTb a .fa.angle {
    color: #6d6d6d;
}

.divLeftMenuTb a {
    line-height: 1.4em;
    height: auto;
    padding: 10px 40px 10px 40px;
}


/*.tbBoxViewBorderBottom{
    position: relative;
    border-bottom: none;
    padding-bottom: 20px;
}
.tbBoxViewBorderBottom:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 15px;
    left: 0;
    background-color: #e8ecf0;
}*/

.formSelectSearch {
    border-radius: 5px;
    height: 34px;
}

.divRightNavTb .inputContantTb {
    border-radius: 5px;
    height: 32px;
}

.btnSearch {
    border-radius: 5px;
}

#boxPermissionSort {
    margin-top: 20px;
}

.displayTdImg .table-thumbnail {
    margin-right: 0;
}

.table-thumbnail {
    margin-right: 10px;
    width: 44px;
    height: 44px;
    border-radius: 3px;
}

.table-thumbnail img {
    display: none;
}


/*G-STYLE*/

.btn {
    cursor: pointer;
    background: none;
    position: relative;
    overflow: hidden;
    top: 0;
    z-index: 10;
    border: 1px solid transparent;
    padding: 0 10px;
    min-width: 120px;
    height: 40px;
    line-height: 38px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.btn-primary {
    color: #ffffff;
    background-color: #1d2884;
    border-color: #1d2884;
    -webkit-box-shadow: 0px 10px 20px 5px rgba(29, 40, 132, 0.2);
    -moz-box-shadow: 0px 10px 20px 5px rgba(29, 40, 132, 0.2);
    box-shadow: 0px 10px 20px 5px rgba(29, 40, 132, 0.2);
}

.btn-secondary {
    color: #ffffff;
    background-color: #ec1f27;
    border-color: #ec1f27;
    -webkit-box-shadow: 0px 10px 20px 5px rgba(236, 31, 39, 0.2);
    -moz-box-shadow: 0px 10px 20px 5px rgba(236, 31, 39, 0.2);
    box-shadow: 0px 10px 20px 5px rgba(236, 31, 39, 0.2);
}

.btn-light {
    color: #999;
    background-color: #ffffff;
    border-color: #999;
    -webkit-box-shadow: 0px 10px 20px 5px rgba(29, 40, 132, 0.2);
    -moz-box-shadow: 0px 10px 20px 5px rgba(29, 40, 132, 0.2);
    box-shadow: 0px 10px 20px 5px rgba(29, 40, 132, 0.2);
}

.viewEditorTileTxt img {
    width: 100% !important;
    height: auto !important;
}


/*G-STYLE*/


/* G-Jr  12012021 */

.input-key {
    background-color: #fefefe;
    border: 1px solid #c8c7cc;
    height: 30px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}

.input-key div {
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    margin: 8px 110px 0 5px;
}

.input-key .btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    line-height: 30px;
    background-color: #104d90;
    border: none;
    min-width: 80px;
    padding: 0 15px;
    font-size: 12px;
    color: #fff;
    outline: none;
    box-shadow: none;
    border-radius: 3px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.input-key .btn:focus {
    outline: none;
    box-shadow: none;
}

.input-key .btn:hover {
    background-color: #104d90;
}

.modal * {
    box-sizing: border-box;
}

.modal-backdrop {
    z-index: 10000;
}

.modal {
    z-index: 10050;
    /*display: flex;
    align-items: center;*/
}

.modal-content {
    border: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.modal-title {
    font-weight: normal;
    font-size: 20px;
}

.modal-body {
    padding: 20px 15px;
}

.modal-body textarea {
    width: 100% !important;
    padding: 10px;
    margin: 0;
    font-family: inherit;
    border-color: #c8c7cc;
    color: #616161;
    font-size: 13px;
    line-height: 1.4em;
}

.modal-footer .btn-secondary {
    background-color: #f2f2f2;
    color: #616161;
    border: none;
    box-shadow: none;
    height: 36px;
    min-width: 120px;
    font-size: 13px;
    border-radius: 5px;
    float: left;
    padding: 0 20px;
}

.modal-footer .btn-primary {
    background-color: #2671c2;
    color: #fff;
    border: none;
    box-shadow: none;
    height: 36px;
    min-width: 120px;
    font-size: 13px;
    border-radius: 5px;
    padding: 0 20px;
}

.modal-backdrop {
    display: none;
}


/* .modal{
    background-color: rgba(0,0,0,0);
}
.modal-open .modal{
    background-color: rgba(0, 0, 0, 0.8);
} */

.modal-open .headBackOffice:before {
    opacity: 0.7;
    visibility: visible;
}

.modal-open .mainBackOffice:before {
    opacity: 0.7;
    visibility: visible;
}

.headBackOffice:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: -2px;
    width: 100%;
    z-index: 10010;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms ease;
}

.mainBackOffice:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10010;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms ease;
}

.product-nav {
    width: 96.4%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 35px;
    border-bottom: 1px solid #d8dce0;
}

.product-nav .nav-list {
    margin-left: 20px;
}

.product-nav li {
    position: relative;
}

.product-nav li+li:before {
    content: "";
    position: relative;
    width: 1px;
    height: 20px;
    display: block;
    float: left;
    background-color: #d3d7db;
    margin: 0 15px;
}

.product-nav .link {
    font-size: 14px;
}

.product-nav .link:hover {
    color: #df0f20;
}

.product-nav .active .link {
    color: #df0f20;
}

.nav-list {
    margin: 0;
    padding: 0;
}

.nav-list>li {
    list-style: none;
    float: left;
}

.nav-list:before,
.nav-list:after {
    content: " ";
    display: table;
}

.nav-list:after {
    clear: both;
}

.nav-list.fluid>li {
    width: 100%;
}


/* G-Jr */

.dataTables_wrapper {
    width: 96%;
    margin: auto;
}

.dataTables_filter,
.dataTables_length {
    margin: 10px 0;
}

.dataTables_wrapper .dataTables_filter input {
    background-color: #fefefe !important;
    border: #c8c7cc solid 1px;
    height: 22px;
    width: 100%;
    min-width: 205px;
    border-radius: 3px;
    height: 34px;
    padding: 0 10px;
    color: #54667a;
}

.dataTables_wrapper .dataTables_filter label,
.dataTables_wrapper .dataTables_length label {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.dataTables_wrapper .dataTables_length select {
    border-radius: 3px;
    height: 34px;
    color: #54667a;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fefefe !important;
    background: url("../img/btn/select.png") no-repeat center right 10px;
    background-size: auto;
    background-size: 12px;
    border: #c8c7cc solid 1px;
    width: 100%;
    min-width: 60px;
    font-size: 14px;
    margin-right: 10px;
    margin-left: 10px;
    line-height: 24px;
    border-radius: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.tbBoxListwBorder thead th {
    background-color: #104d90;
    color: #fff;
    white-space: nowrap;
}

table.dataTable thead>tr>th.sorting::after,
table.dataTable thead>tr>th.sorting::before {
    opacity: 0.5 !important;
}

table.dataTable thead>tr>th.sorting_desc::after,
table.dataTable thead>tr>th.sorting_asc::before {
    opacity: 0.9 !important;
}

.material-symbols-outlined {
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}

.gallerythumb li {
    width: auto;
    float: left;
    padding: 0px;
    position: relative;
}

.gallerythumb .cover {
    height: 140px;
    object-fit: cover;
}

.gallerythumb .count {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #fff;
    padding: 0px 4px;
    line-height: 18px;
    font-size: 12px;
}

.gallerythumb .divRightManage {
    position: absolute;
    top: 4px;
    right: 0;
    z-index: 10;
}


/* style='float: left;width: 33.33%; margin: 0; min-height: 380px;' */

.divSortImageAlbum td {
    padding: 20px;
}

.mCSB_inside>.mCSB_container {
    margin-right: 0px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(45, 154, 82, 0)
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(45, 154, 82, 0.53)
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(0, 0, 0, 0.0);
}

.questionRow {
    margin-bottom: 10px;
    /* border: 1px solid #ddd;
    border-radius: 8px; */
    padding: 15px;
    /* background-color: #f9f9f9; */
    position: relative;
    /* box-shadow: 0 2px 5px rgba(0,0,0,0.1); */
}

.questionRow label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #555;
    font-size: 14px;
}

.questionRow input {
    width: calc(100% - 20px);
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.questionRow textarea {
    width: calc(100% - 20px);
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.questionRow .btn-danger {
    position: absolute;
    top: 5px;
    right: 10px;
    background-color: #dc3545;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 22px;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    padding: 0;
    text-align: center;
}

.questionRow .btn-danger:hover {
    background-color: #c82333;
}

.questionRow input::placeholder {
    color: #aaa;
    font-size: 13px;
}

.btnsubminmember {
    background: #1cb66b;
    color: #fff;
}

.new_login .login-form {
    border-radius: 20px;
}

.new_login .login-form .form-btn .btn {
    border-radius: 10px;
}

.divRightContantOverTbR {
    /* display: flex; */
    justify-content: center;
    /* border-bottom: unset; */
    /* height: auto; */
}

.divRightContantOverTbR td {
    width: auto;
}

#boxPermissionSort {
    border-top: #c8c7cc solid 1px;
}

/* .titleec {
    color: #104d90;
    border-bottom: 1px solid #1a1a1a;
} */


.titleec {
    color: #104d90;
    border-bottom: 1px solid #1a1a1a;
    font-size: 19px;
    padding-top: 10px;
    padding-bottom: 10px;
}


.eclistans li {
    list-style: none;
    padding: 10px 5px;
}

.eclistans li:nth-child(odd) {
    background-color: #ffffff;
    /* สีสำหรับลำดับคู่ เช่น 2, 4, 6... */

}

.eclistans li:nth-child(even) {
    background-color: #f9f9f9;
    /* สีสำหรับลำดับคี่ เช่น 1, 3, 5... */
}

.budget-grid {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #e6ecff;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    margin-top: 10px;
}

.budget-grid th,
.budget-grid td {
    padding: 14px 12px;
    border-right: 1px solid #eef2ff;
    border-bottom: 1px solid #eef2ff;
    vertical-align: middle;
}

.budget-grid th:last-child,
.budget-grid td:last-child {
    border-right: 0;
}

.budget-grid tr:last-child td {
    border-bottom: 0;
}

.budget-grid .header-row th {
    background: #f4f8ff;
    font-weight: 700;
    text-align: left;
}

.budget-grid .header-row th:not(:first-child) {
    text-align: center;
}

.budget-grid .data-row .label {
    font-weight: 600;
}

.budget-grid .data-row .money {
    text-align: right;
}


/* ตารางตรวจสอบ (ธีมสีอ่อน) */
.chk-table {
    width: 96%;
    border-collapse: collapse;
    background: #ffffff;
    color: #1f2937;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    margin-left: 36px;
}

.chk-table th,
.chk-table td {
    border: 1px solid #e9edf5;
    /* เส้นแบ่งจางๆ */
    padding: 10px 12px;
    vertical-align: middle;
}

.chk-table thead th {
    background: #f6f9ff;
    /* ฟ้าอ่อนมาก */
    color: #111827;
    font-weight: 700;
    text-align: center;
}

/* ความกว้างคอลัมน์ */
.chk-table .col-desc {
    text-align: left;
}

.chk-table .col-ans {
    width: 8%;
}

.chk-table .col-remark {
    width: 18%;
}

/* แถวหัวข้อหลัก/ย่อย */
.chk-table .row-section td {
    background: #eef2f7;
    /* เทาอมฟ้าอ่อน */
    font-weight: 700;
}

.chk-table .row-subsection td {
    background: #f5f7fb;
    /* อ่อนลงอีกนิด */
    font-weight: 700;
}

/* แถวรายการ */
.chk-table .row-item .desc {
    background: #ffffff;
}

.chk-table .row-item .ans {
    text-align: center;
}

.chk-table .row-item .remark {
    background: #ffffff;
}

/* เสริม: hover แถวรายการให้ดูมีปฏิสัมพันธ์ */
.chk-table .row-item:hover td {
    background: #fafcff;
}

div:where(.swal2-container) .swal2-textarea {
    padding: 10px;
    width: 100%;
    margin: 0px;
}

#map {
    width: 96%;
    height: 420px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
}

.map-search {
    display: flex;
    gap: 8px;
    margin: 10px 0 6px 0;
    align-items: center;
    flex-wrap: wrap;
}

.map-search input[type="text"] {
    width: 360px;
    max-width: 100%;
}

.map-results {
    position: relative;
}

.map-results-list {
    position: absolute;
    z-index: 1000;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    max-height: 260px;
    overflow: auto;
    width: 420px;
    max-width: 100%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}

.map-results-item {
    padding: 8px 10px;
    cursor: pointer;
}

.map-results-item:hover {
    background: #f5f7fa;
}

.map-actions {
    margin: 8px 0 0 0;
}

.map-actions .formInputContantTbShot {
    width: 160px;
}



.map-search {
    display: flex;
    gap: 8px;
    margin: 10px 0 6px;
    align-items: center;
    flex-wrap: wrap;
}

.map-search input[type="text"] {
    width: 360px;
    max-width: 100%;
}

/* กล่องรองรับ dropdown */
.map-results {
    position: relative;
    /* สำคัญ: ให้ลูก absolute อ้างอิงได้ */
    flex: 1 1 100%;
    /* ให้ตกบรรทัดใหม่ใต้ input */
}

/* ตัวลิสต์ผลลัพธ์ */
.map-results-list {
    position: absolute;
    top: 6px;
    /* เลื่อนลงนิดจากมุมบนของ .map-results */
    left: 0;
    width: 420px;
    max-width: 100%;
    max-height: 280px;
    overflow: auto;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .12);
    z-index: 99999;
    /* สูงพอที่จะอยู่เหนือ select2/ckeditor */
}

.map-results-item {
    padding: 8px 10px;
    cursor: pointer;
    line-height: 1.3;
}

.map-results-item:hover {
    background: #f5f7fa;
}


.login-form .form-hr {
    position: relative;
    padding: 20px 0;
}

.login-form .form-hr::before {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #DEDEDE;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}


.login-form .form-hr p {
    text-align: center;
    width: max-content;
    padding: 0 22px;
    margin: auto;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    font-size: 16px;
}


.login-form .btn-sso-login::before {
    content: '';

    background: linear-gradient(#f7b402 0%, #f76e00 100%);

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: -1;

    -webkit-transition: All 200ms ease;

    -moz-transition: All 200ms ease;

    -o-transition: All 200ms ease;

    border-radius: 5px;

}

.login-form .btn-sso-login .icon-sso {
    width: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 13px;
    -webkit-transition: All 200ms ease;
    -moz-transition: All 200ms ease;
    -o-transition: All 200ms ease;
}

.login-form .btn-sso-login .icon-sso.-hover {
  opacity: 0;
}
.login-form .btn-sso-login .icon-sso {
  width: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 13px;
  -webkit-transition: All 200ms ease;
  -moz-transition: All 200ms ease;
  -o-transition: All 200ms ease;
}


/* p p เขียนเพิ่ม */

.scroller {
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #A0A0A0 #F0F0F0;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-track {
    background: #F0F0F0;
    border-radius: 0px !important;
}
::-webkit-scrollbar-thumb {
    background-color: #A0A0A0;
    border-radius: 0px !important;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #777;
}
::-webkit-scrollbar-button {
    display: none;
}

/* p p สิ้นสุด */