﻿/*Main CRM*/
body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    min-height: 720px;
    font-family: 'SegoeUI','SegoeUI-Light','SegoeUI-Bold','SegoeUI-SemiLight';
    font-size: 14px;
    background-color: #E5E5E5;
    min-width: 1050px; /*ipad มีปัญหาเลยต้องปรับ by katak*/
    min-height: 700px;
    color: #000;
    float: left;
}

    body.main-mycrm {
        font-family: 'SegoeUI', 'Tahoma';
        font-weight: 400 !important;
    }

        body.main-mycrm label {
            font-weight: 400 !important;
        }

        body.main-mycrm .k-grid .k-header {
            font-weight: 400 !important;
        }

        body.main-mycrm input {
            font-weight: 400;
        }

        body.main-mycrm th {
            font-weight: 400;
        }

    body .font-main {
        color: #396cac;
    }

.overflow-hidden {
    overflow: hidden;
    position: fixed;
}

.overflow-hidden-report {
    overflow: hidden;
    position: fixed;
}

.divRow {
    float: left;
    width: 100%;
}

.font-SegoeUI{
    font-family: 'SegoeUI', 'Tahoma'!important;
}
/*****  Disable mouse highlight ***/
.k-grid {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .k-grid.grid-nohover table tbody tr:hover {
        background-color: transparent !important;
        cursor: default;
    }

    .k-grid.grid-nohover table tbody td:hover {
        cursor: default;
    }


.NoticeShowMain {
    position: fixed;
    bottom: 35px;
    right: 30px;
    vertical-align: bottom;
    width: 300px;
    height: auto;
    z-index: 100000;
}

    .NoticeShowMain .NoticeShowPopup {
        position: relative;
        width: 320px;
        height: 180px;
        border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        margin: 10px;
        display: block;
        bottom: 0;
        clear: both;
        margin-left: auto;
        margin-right: auto;
    }

.NoticeShowPopup .NoticeShowDetail {
    float: left;
    width: 100%;
    height: 100%;
    padding: 10% 20px;
    background-color: #fff;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid #2AA717;
    text-align: center;
    vertical-align: middle;
}

.NoticeShowPopup .NoticeShowClose {
    position: absolute;
    top: 1px;
    right: 2px;
    cursor: pointer;
}

.NoticeShowPopup .NoticeShowDetail .Title {
    font-family: 'ThaiSansNeue-Light', 'ThaiSans Neue';
    font-size: 28PX;
}

.NoticeShowPopup .NoticeShowDetail .btn.btn-showNotice {
    background-color: #2AA717;
    color: #fff;
    border: none;
    font-family: 'ThaiSansNeue-Light', 'ThaiSans Neue';
    font-size: 22PX;
    width: 180px;
    height: 40px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    padding: 3px 15px 15px;
}

@media screen and (min-width: 700px) and (max-width : 1200px) {
    /*.body-normal .selectedGrid {
        margin-right: 65px;
        clear: both;
    }*/

    .body-normal .k-grid {
        height: auto !important;
    }

}
@media screen and (min-width: 500px) and (max-width : 1235px) {
   

    #DepositReceive #CashAmnt, #DepositReceive #ChequeAmnt, #DepositReceive #CreditCardAmnt, 
    #DepositReceive #TransferAmnt, #DepositReceive #WhtAmnt, #DepositReceive #TotalReceiveAmnt, 
    #DepositReceive #TotalPayinAmnt, #DepositReceive #BalanceReceive,
    #ReceiptReceive #CashAmnt, #ReceiptReceive #ChequeAmnt, #ReceiptReceive #CreditCardAmnt, 
    #ReceiptReceive #TransferAmnt, #ReceiptReceive #OtherDiscount, #ReceiptReceive #DepositAmnt,
    #ReceiptReceive #WHTAmnt, #ReceiptReceive #BalanceReceive , #ReceiptReceive #TotalReceiveAmnt , #ReceiptReceive #TotalPayinAmnt{
        width: 150px !important;
    }

  
  

}


#imgloading {
    position: fixed;
    z-index: 10000000000000000;
}
/*.main-img-bg{
    background-image: url('Images/bg01.jpg');  
    background-repeat: no-repeat;
    background-size:100%;  
}*/
.bg-loading {
    float: left;
    width: 100%;
    background-color: #FFF;
    opacity: 0.6;
    z-index: 10000;
}

.body-popup {
    min-width: 800px;
    min-height: 300px;
    /*width:initial;
    height:initial;*/
}

.body-popup-small {
    min-width: 500px;
    min-height: 200px;
}

.bg-blue {
    background-color: #396CAC !important;
    color: white !important;
}

.navigate-bar {
    font-size: 12px;
    color: #396CAC;
    float: left;
}

    .navigate-bar > a {
        color: #396CAC;
    }

    .navigate-bar > .pagecurrent {
        color: #333333;
    }

.main_RB {
    float: left;
    height: auto;
    width: 25.35%;
    margin-left: 1.07%;
}

.btn {
    border-radius: 2px;
}

    .btn.btn-success {
        background-color: #249d56;
        color: #fff;
        border: none;
        height: 30px;
    }

        .btn.btn-success:hover {
            background-color: #1F854A;
        }

    .btn.btn-primary {
        background-color: #396CAC;
        color: #fff;
        border: none;
    }

        .btn.btn-primary:hover {
            background-color: #2C5383;
        }

    .btn.btn-default {
        background-color: #E4E4E4;
        color: #333333;
        border: none;
    }

.RightBlock .btn.btn-default {
    height: 30px;
}

.modal .btn.btn-default {
    height: auto !important;
}

.btn.btn-default:hover {
    background-color: #cccccc;
}

.btn.btn-danger {
    background-color: #FF6C6C;
    color: #fff;
    border: none;
}

    .btn.btn-danger:hover {
        background-color: #FF3E3E;
    }

.modal {
    font-family: 'SegoeUI-SemiLight';
}

    .modal.modal-delete {
        font-family: 'SegoeUI-SemiLight';
    }

        .modal.modal-delete .delete-info {
            word-wrap: break-word;
        }

        .modal.modal-delete .formContent {
            margin-left: 0px;
        }

            .modal.modal-delete .formContent.mar_l10 {
                margin-left: 10px;
            }

.modal-content {
    /*border-radius: 0px;
    background-color: #F2F2F2;*/
    border-radius: 5px;
}

.modal-body {
    /*border: 1px solid #CCCCCC;*/
    margin: 20px 20px 10px 20px;
    background-color: white;
}

.modal-body-mobile {
    /*border: 1px solid #CCCCCC;*/
    padding: 0px;
    margin: 20px 20px 10px 20px;
    background-color: white;
}

.modal-delete .modal-body{
    margin-right: 0px;
}

.modal-footer {
    padding: 0 20px 20px 0;
    margin: 0px;
    border: none;
}

    .modal-footer > .btn {
        width: 100px;
        height: 30px;
    }

    .modal-footer > .btn-Delete {
        background-position: 17px;
        padding-left: 20px;
    }

    .modal-footer > .btn.btn-default {
        height: 30px !important;
    }

.modal-footer-mobile {
    padding: 0 20px 20px 0;
    margin: 0px;
    border: none;
    text-align: center;
}

    .modal-footer-mobile > .btn {
        width: 100px;
        height: 30px;
    }

    .modal-footer-mobile > .btn-Delete {
        background-position: 17px;
        padding-left: 20px;
    }

    .modal-footer-mobile > .btn.btn-default {
        height: 30px !important;
    }

.modal-body-header {
    font-size: 26px;
    padding-bottom: 7px;
    word-break: break-word;
    font-family: 'RSU';
}

.modal-body-header-mobile {
    font-size: 20px;
    padding-bottom: 7px;
    word-break: break-word;
}

.modal .confirm-body {
    word-break: break-all;
}

.modal.modal-delete .modal-dialog {
    min-width: 625px;
}

.bootbox-wrapper {
    padding-left: 80px;
}

.bootbox-body hr {
    margin: 0px;
}

.bootbox-body .icon-confirm {
    background-image: url('Images/icon-question.png');
    background-repeat: no-repeat;
    width: 50px;
    height: 100%;
    min-height: 50px;
    float: left;
    position: absolute;
    left: 30px;
    top: 25px;
}

.bootbox-body .icon-notice {
    background-image: url('Images/icon-notice.png');
    background-repeat: no-repeat;
    width: 50px;
    height: 100%;
    min-height: 50px;
    float: left;
    position: absolute;
    left: 30px;
    top: 25px;
}

.bootbox-body .icon-success {
    background-image: url('Images/check-alt.png');
    background-repeat: no-repeat;
    width: 50px;
    height: 100%;
    min-height: 50px;
    float: left;
    position: absolute;
    left: 30px;
    top: 25px;
}


.bootbox-body .icon-lock {
    background-image: url('Images/icon-lock.png');
    background-repeat: no-repeat;
    width: 50px;
    height: 100%;
    min-height: 50px;
    float: left;
    position: absolute;
    left: 30px;
    top: 25px;
}

.modal-content-wrapper {
    float: left;
}
/***** ซ่อน Scroll bar ของ Modal / bootbox **/
.modal {
    direction: rtl;
    overflow-y: auto;
}

.bootbox.modal {
}

.modal-backdrop.in {
}

.modal .modal-dialog {
    direction: ltr;
}

.modal-open {
    overflow: auto;
}

.modal .Modal-Reciept {
    width: 48%;
    min-width: 500px;
}
/*******************************************/
.dropdown-menu {
    min-width: 120px;
    margin-top: 10px;
    text-align: left;
}

    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        color: #333333;
        text-decoration: none;
        background-color: #f2f2f2;
    }

.arrow_box {
    background: #ffffff;
}

    .arrow_box:after, .arrow_box:before {
        bottom: 100%;
        left: 90%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        border-width: 6px;
        margin-left: -6px;
    }

    .arrow_box:before {
        border-color: rgba(204, 204, 204, 0);
        border-bottom-color: #CCCCCC;
        border-width: 7px;
        margin-left: -7px;
    }

.btn .CRMcaret, .icon-close {
    margin-left: 0;
}

.btn-primary .CRMcaret, .btn-success .CRMcaret, .btn-warning .CRMcaret, .btn-danger .CRMcaret, .btn-info .CRMcaret {
    border-top-color: #fff;
    text-align: center;
}

.btn .CRMcaret-gray {
    margin-left: 0;
}

.btn-primary .CRMcaret-gray, .btn-success .CRMcaret-gray, .btn-warning .CRMcaret-gray, .btn-danger .CRMcaret-gray, .btn-info .CRMcaret-gray {
    border-top-color: #fff;
    text-align: center;
}

.previewcaret {
    margin-left: 0;
}

.btn-primary .previewcaret, .btn-success .previewcaret, .btn-warning .previewcaret, .btn-danger .previewcaret, .btn-info .previewcaret, .btn-info .sendEmailNow {
    border-top-color: #fff;
    text-align: center;
}
/*====================================icon===========================================*/
.CRMcaret {
    display: inline-block;
    background-size: 10px 10px;
    background-position: center;
    width: 10px;
    height: 10px;
    background-image: url('Images/icon-arrow-down-white10.png');
}

.CRMcaret-gray {
    display: inline-block;
    background-size: 10px 10px;
    background-position: center;
    width: 10px;
    height: 10px;
    background-image: url('Images/icon-arrow-down-white17.png');
}

.previewcaret {
    display: inline-block;
    background-size: 10px 10px;
    background-position: center;
    width: 10px;
    height: 10px;
    background-image: url('Images/icon-preview12.png');
}

.sendEmailNow {
    display: inline-block;
    background-size: 10px 10px;
    background-position: center;
    width: 10px;
    height: 10px;
    background-image: url('Images/icon-sendEmail-Activity.png');
}

.icon-feed20 {
    display: inline-block;
    background-size: 20px 20px;
    background-position: center;
    width: 100%;
    height: 100%;
    background: url('Images/icon-feed2.png') no-repeat;
    background-position: 10px 11px;
}

.icon-logout {
    display: inline-block;
    background-size: 20px 20px;
    background-position: center;
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url('Images/icon-logout.png');
}

.icon-setting {
    display: inline-block;
    background-size: 20px 20px;
    background-position: center;
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url('Images/icon-setting.png');
}

.icon-close {
    display: inline-block;
    background-size: 10px 10px;
    background-position: center;
    width: 10px;
    height: 10px;
    background-image: url('Images/icon-cancel3.png');
}


.icon-tutorial-close44 {
    display: inline-block;
    background-size: 44px 44px;
    background-position: center;
    width: 44px;
    height: 44px;
    background-image: url(/Content/Default/Images/icon-Close-44.png);
    cursor: pointer;
}

#modelNotice .icon-tutorial-close44 {
    background-repeat: no-repeat;
    position: fixed;
    right: 201px;
}

.group-btnNotice {
    float: right;
    margin-top: 80px;
}

.icon-tutorial-contact48 {
    display: inline-block;
    background-size: 52px 48px;
    background-position: center;
    width: 52px;
    height: 48px;
    background-image: url('Images/Noti_Contact48.png');
    background-repeat: no-repeat;
    cursor: pointer;
    position: fixed;
    right: 195px;
}

.icon-tutorial-clear54 {
    display: inline-block;
    background-size: 54px 54px;
    background-position: center;
    width: 54px;
    height: 54px;
    background-image: url('Images/icon-Clear-54.png');
    cursor: pointer;
    margin-top: 80px;
    position: fixed;
    right: 195px;
}

.icon-tutorial-close32 {
    display: inline-block;
    background-size: 32px 32px;
    background-position: center;
    width: 32px;
    height: 32px;
    background-image: url('Images/icon-Close-32.png');
    cursor: pointer;
}



.icon-tutorial-contact36 {
    display: inline-block;
    background-size: 36px 38px;
    background-position: center;
    width: 38px;
    height: 36px;
    background-image: url('Images/Noti_Contact36.png');
    cursor: pointer;
}

.icon-tutorial-ListNotice32 {
    display: inline-block;
    background-size: 32px 32px;
    background-position: center;
    width: 32px;
    height: 32px;
    background-image: url('Images/icon-ListNotice-32.png');
    cursor: pointer;
}

.icon-tutorial-arrow-l {
    display: inline-block;
    background-size: 25px 50px;
    background-position: center;
    width: 100px;
    height: 50px;
    background-image: url('Images/icon-arrowl.png');
    cursor: pointer;
    margin-top: 5px;
    background-repeat: no-repeat;
}

.icon-tutorial-arrow-r {
    display: inline-block;
    background-size: 25px 50px;
    background-position: center;
    width: 100px;
    height: 50px;
    background-image: url('Images/icon-arrowr.png');
    cursor: pointer;
    margin-top: 5px;
    background-repeat: no-repeat;
}

.img-icon-notice {
    display: inline-block;
    background-size: 50px 50px;
    background-position: center;
    width: 50px;
    height: 50px;
    background-image: url('Images/icon-mycrmnotice.png');
    cursor: pointer;
    position: fixed;
    right: 15px;
    bottom: 65px;
}

.img-icon-new20 {
    display: inline-block;
    background-size: 20px 20px;
    background-position: center;
    width: 20px;
    height: 20px;
    background-image: url('Images/icon-new-20.png');
    cursor: pointer;
    position: fixed;
    right: 12px;
    bottom: 61px;
}

.icon-cancel-email {
    display: inline-block;
    background-size: 10px 10px;
    background-position: center;
    width: 10px;
    height: 10px;
    margin: 0px 5px 0px 5px;
    background-image: url('Images/icon-cancel3.png');
}

.icon-email {
    display: inline-block;
    background-size: 10px 10px;
    background-position: center;
    width: 10px;
    height: 10px;
    margin: 0px 5px 0px 5px;
    background-image: url('Images/icon-email3.png');
}

.icon-bell {
    display: inline-block;
    background-size: 20px 20px;
    background-position: center;
    width: 20px;
    height: 20px;
    margin-top: 10px;
    /*position: absolute;
    top: 10px;
    right: 220px;*/
    background-image: url('Images/icon-bell.png');
}

.icon-white-bell {
    display: inline-block;
    background-size: 20px 20px;
    background-position: center;
    width: 20px;
    height: 20px;
    margin-top: 10px;
    /*position: absolute;
    top: 10px;
    right: 220px;*/
    cursor: pointer;
    background-image: url('Images/icon-white-bell.png');
}

.icon-full-calendar {
    display: inline-block;
    background-size: 16px 16px;
    background-position: center;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-repeat: no-repeat;
    position: absolute;
    top: 165px;
    background-image: url('Images/icon-full-calendar.png');
}

.icon-prev-month {
    display: inline-block;
    background-size: 11px 32px;
    background-position: center;
    width: 11px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 161px;
    margin-left: -11px;
    background-image: url('Images/icon-prev-month.png');
}

.icon-next-month {
    display: inline-block;
    background-size: 11px 32px;
    background-position: center;
    width: 11px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 161px;
    background-image: url('Images/icon-next-month.png');
}

.icon-check {
    display: inline-block;
    background-size: 10px 10px;
    background-position: center;
    width: 10px;
    height: 10px;
    background-image: url('Images/icon-check2.png');
}

.icon-check-blue {
    display: inline-block;
    background-size: 16px 16px;
    background-position: center;
    width: 15px;
    height: 10px;
    background-image: url('Images/checkmark16_b.png');
}

.icon-circle-del {
    cursor: pointer;
    display: inline-block;
    background-size: 20px 20px;
    background-position: center;
    width: 20px;
    height: 20px;
    background-image: url('Images/icon-circle-minus.png');
}

.icon-circle-add {
    cursor: pointer;
    display: inline-block;
    background-size: 20px 20px;
    background-position: center;
    width: 20px;
    height: 20px;
    background-image: url('Images/icon-circle-plus.png');
}

.icon-add-child-product {
    display: inline-block;
    background-size: 20px 20px;
    background-position: center;
    width: 20px;
    height: 20px;
    background-image: url('Images/icon-circle-plus.png');
}

.icon-circle-add-to {
    display: inline-block;
    background-size: 20px 20px;
    background-position: center;
    width: 20px;
    height: 20px;
    background-image: url('Images/icon-circle-plus.png');
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    cursor: pointer; /*เพิ่มมาใช้ใน SaleAutomation Product 09/06/2558 By OATz */
}

.icon-activity-center-notification {
    display: inline-block;
    background-size: 20px 20px;
    background-position: center;
    width: 20px;
    height: 20px;
    background-image: url('Images/icon-activity-center.png');
}

.icon-approve-center-notification {
    display: inline-block;
    background-size: 20px 20px;
    background-position: center;
    width: 20px;
    height: 20px;
    background-image: url('Images/icon-approve-center.png');
}

.icon-assign-center-notification {
    display: inline-block;
    background-size: 20px 20px;
    background-position: center;
    width: 20px;
    height: 20px;
    background-image: url('Images/icon-assing-center.png');
}

.icon-share-center-notification {
    display: inline-block;
    background-size: 20px 20px;
    background-position: center;
    width: 20px;
    height: 20px;
    background-image: url('Images/icon-app-sharecenter-blue48.png');
}

.icon-bigdeal-center-notification {
    display: inline-block;
    background-size: 20px 20px;
    background-position: center;
    width: 20px;
    height: 20px;
    background-image: url('Images/icon-bigdeal-center.png');
}

.window-overlay-popup {
    background-color: #fff;
    opacity: 0.6;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    overflow-y: auto;
    width: 100%;
    z-index: 100;
    display: block;
    overflow-x: hidden;
    margin-top: 41px;
}

.icon-app-All {
    float: left;
    display: inline-block;
    background-size: 35px 35px;
    background-position: center;
    width: 35px;
    height: 35px;
    background-image: url('Images/All48.png');
}

.icon-app-lead {
    float: left;
    display: inline-block;
    background-size: 35px 35px;
    background-position: center;
    width: 35px;
    height: 35px;
    background-image: url('Images/icon-app-lead-blue48.png');
}

.icon-app-Lead {
    float: left;
    display: inline-block;
    background-size: 35px 35px;
    background-position: center;
    width: 35px;
    height: 35px;
    background-image: url('Images/Lead-48x48.png');
}

.icon-app-account {
    float: left;
    display: inline-block;
    background-size: 35px 35px;
    background-position: center;
    width: 35px;
    height: 35px;
    background-image: url('Images/icon-app-account-blue48.png');
}

.icon-app-Activity {
    float: left;
    display: inline-block;
    background-size: 35px 35px;
    background-position: center;
    width: 35px;
    height: 35px;
    background-image: url('Images/Activity-48x48-N.png');
}

.icon-app-Service-Activity {
    float: left;
    display: inline-block;
    background-size: 35px 35px;
    background-position: center;
    width: 35px;
    height: 35px;
    background-image: url('Images/icon-activity-iservice-48.png');
}

.icon-app-Account {
    float: left;
    display: inline-block;
    background-size: 35px 35px;
    background-position: center;
    width: 35px;
    height: 35px;
    background-image: url('Images/Account-48x48-N.png');
}

.icon-app-contact {
    float: left;
    display: inline-block;
    background-size: 35px 35px;
    background-position: center;
    width: 35px;
    height: 35px;
    background-image: url('Images/icon-app-contact-blue48.png');
}

.icon-app-Contact {
    float: left;
    display: inline-block;
    background-size: 35px 35px;
    background-position: center;
    width: 35px;
    height: 35px;
    background-image: url('Images/Contact-48x48-N.png');
}

.icon-app-opp {
    float: left;
    display: inline-block;
    background-size: 35px 35px;
    background-position: center;
    width: 35px;
    height: 35px;
    background-image: url('Images/icon-app-opp-blue48.png');
}

.icon-app-Opportunity {
    float: left;
    display: inline-block;
    background-size: 35px 35px;
    background-position: center;
    width: 35px;
    height: 35px;
    background-image: url('Images/Opportunity-48x48.png');
}

.icon-app-Vat {
    float: left;
    display: inline-block;
    background-size: 35px 35px;
    background-position: center;
    width: 35px;
    height: 35px;
    background-image: url('Images/icon-rb-vat-32x32.png');
}

.icon-app-quotation {
    float: left;
    display: inline-block;
    background-size: 35px 35px;
    background-position: center;
    width: 35px;
    height: 35px;
    background-image: url('Images/icon-app-quotation-blue48.png');
}

.icon-app-Quotation {
    float: left;
    display: inline-block;
    background-size: 35px 35px;
    background-position: center;
    width: 35px;
    height: 35px;
    background-image: url('Images/Quotation-48x48-N.png');
}

.icon-app-order {
    float: left;
    display: inline-block;
    background-size: 35px 35px;
    background-position: center;
    width: 35px;
    height: 35px;
    background-image: url('Images/icon-app-order-blue48.png');
}

.icon-app-Order {
    float: left;
    display: inline-block;
    background-size: 35px 35px;
    background-position: center;
    width: 35px;
    height: 35px;
    background-image: url('Images/Order-48x48-N.png');
}

.icon-app-Deposit {
    float: left;
    display: inline-block;
    background-size: 35px 35px;
    background-position: center;
    width: 35px;
    height: 35px;
    background-image: url('Images/Deposit-48x48.png');
}

.icon-app-invoice {
    float: left;
    display: inline-block;
    background-size: 35px 35px;
    background-position: center;
    width: 35px;
    height: 35px;
    background-image: url('Images/icon-app-invoice-blue48.png');
}

.icon-app-Invoice {
    float: left;
    display: inline-block;
    background-size: 35px 35px;
    background-position: center;
    width: 35px;
    height: 35px;
    background-image: url('Images/Invoice-48x48-N.png');
}

.icon-app-Receipt {
    float: left;
    display: inline-block;
    background-size: 35px 35px;
    background-position: center;
    width: 35px;
    height: 35px;
    background-image: url('Images/Receipt-48x48.png');
}

.icon-app-activity {
    float: left;
    display: inline-block;
    background-size: 35px 35px;
    background-position: center;
    width: 35px;
    height: 35px;
    background-image: url('Images/icon-app-activity-blue48.png');
}

.icon-app-Activity {
    float: left;
    display: inline-block;
    background-size: 35px 35px;
    background-position: center;
    width: 35px;
    height: 35px;
    background-image: url('Images/Activity-48x48-N.png');
}

.icon-app-Contract {
    float: left;
    display: inline-block;
    background-size: 35px 35px;
    background-position: center;
    width: 35px;
    height: 35px;
    background-image: url('Images/Contract48x48.png');
}

.icon-app-CustomerService {
    float: left;
    display: inline-block;
    background-size: 35px 35px;
    background-position: center;
    width: 35px;
    height: 35px;
    background-image: url('Images/Service48x48.png');
}

.icon-app-Case {
    float: left;
    display: inline-block;
    background-size: 35px 35px;
    background-position: center;
    width: 35px;
    height: 35px;
    background-image: url('Images/Case48x48.png');
}

.icon-app-InvoiceOfMaintenance {
    float: left;
    display: inline-block;
    background-size: 35px 35px;
    background-position: center;
    width: 35px;
    height: 35px;
    background-image: url('Images/Invoice48x48.png');
}

.icon-sale-report {
    float: left;
    display: inline-block;
    background-size: 32px 32px;
    background-position: center;
    width: 32px;
    height: 32px;
    background-image: url('Images/icon_Sale32x32.png');
}

.icon-setup-report {
    float: left;
    display: inline-block;
    background-size: 35px 35px;
    background-position: center;
    width: 35px;
    height: 35px;
    background-image: url('Images/General-Setup-48x48.png');
}

.icon-prosoft-report {
    float: left;
    display: inline-block;
    background-size: 35px 35px;
    background-position: center;
    width: 35px;
    height: 35px;
    background-image: url('../Report/Images/icon-prosoft-report.png');
}

.icon-center-report {
    float: left;
    display: inline-block;
    background-size: 32px 32px;
    background-position: center;
    width: 32px;
    height: 32px;
    background-image: url('Images/icon_CenterReport32x32.png');
}

.IconSave {
    background-image: url('Images/icon-save-gray16.png');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    float: left;
    margin: 2px 5px 0px 0px;
    width: 16px;
    height: 16px;
}

.IconCorrect {
    background-image: url('Images/icon-correct16.png');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    float: left;
    margin: 2px 5px 0px 0px;
    width: 16px;
    height: 16px;
    margin: 7px 5px 0 20px;
}

.IconNoCorrect {
    background-size: 16px 16px;
    background-repeat: no-repeat;
    float: left;
    margin: 2px 5px 0px 0px;
    width: 16px;
    height: 16px;
    margin: 7px 5px 0 20px;
}

.iconCheckMark, .iconCheckMark-tmpl {
    background-image: url('Images/checkmark16_b.png');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    float: left;
    width: 16px;
    height: 16px;
}

.iconCheckMark-tmpl {
    float: none !important;
    display: block;
    margin: auto;
}

.icon-attact-blue {
    background-image: url('../RightBlock/Images/setup-addfile_16.png'); /*url('Images/icon-attact-blue16.png');*/
    background-size: 16px 16px;
    background-repeat: no-repeat;
    float: left;
    width: 16px;
    height: 16px;
}

.icon-attact-gray {
    background-image: url('../RightBlock/Images/setup-addfile_16.png'); /*url('Images/icon-attact-gray16.png');*/
    background-size: 16px 16px;
    background-repeat: no-repeat;
    float: left;
    width: 16px;
    height: 16px;
}

.icon-attact-gray32 {
    background-size: 32px;
    background-image: url('Images/icon-attact.png');
    background-repeat: no-repeat;
    float: left;
    width: 32px;
    height: 32px;
}

.icon-link-blue {
    background-image: url('../RightBlock/Images/setup-addlink_16.png'); /*url('Images/icon-link-blue16.png');*/
    background-size: 16px 16px;
    background-repeat: no-repeat;
    float: left;
    width: 16px;
    height: 16px;
}

.icon-link-gray {
    background-image: url('../RightBlock/Images/setup-addlink_16.png'); /*url('Images/icon-link-gray16.png');*/
    background-size: 16px 16px;
    background-repeat: no-repeat;
    float: left;
    width: 16px;
    height: 16px;
}

.icon-delcomment {
    background-image: url('Images/icon-delcomment-gray16.png');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    float: left;
    width: 16px;
    height: 16px;
}

.icon-editcomment {
    background-image: url('Images/icon-editcomment-gray16.png');
    background-size: 14px 14px;
    background-repeat: no-repeat;
    float: left;
    width: 14px;
    height: 14px;
    margin-top: 1px;
}

.icon-triangle-down {
    background-image: url('Images/icon-triangle-down.png');
    background-repeat: no-repeat;
    width: 10px;
    height: 15px;
    float: left;
    margin-left: 3px;
}

.icon-delete {
    background-image: url('Images/icon-delrecord-blue16.png');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    float: left;
    width: 16px;
    height: 16px;
}

.icon-comment {
    background-image: url('Images/icon-comment-blue16.png');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    float: left;
    width: 16px;
    height: 16px;
}

.icon-attactfile {
    background-image: url('Images/attactfile.png');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    float: left;
    width: 16px;
    height: 16px;
}

.icon-search23 {
    background-image: url('Images/search23.png');
    background-size: 12px 12px;
    background-repeat: no-repeat;
    float: left;
    width: 12px;
    height: 12px;
    margin-top: 3px;
}

.icon-chatter {
    background-image: url('Images/icon_chatter.png');
    background-size: 32px 32px;
    background-repeat: no-repeat;
    float: left;
    width: 32px;
    height: 34px;
}

.icon-Service-chatter {
    background-image: url('Images/icon-chatter-iservice-32.png');
    background-size: 32px 32px;
    background-repeat: no-repeat;
    float: left;
    width: 32px;
    height: 34px;
}

.icon-note {
    background-image: url('Images/icon_note.png');
    background-size: 32px 32px;
    background-repeat: no-repeat;
    float: left;
    width: 32px;
    height: 34px;
}

.icon-square-blue {
    background-image: url('Images/icon-square-blue.png');
    background-size: 32px 32px;
    background-repeat: no-repeat;
    float: left;
    width: 32px;
    height: 32px;
}

.icon-Competitor {
    float: left;
    display: inline-block;
    background-size: 32px 32px;
    background-position: center;
    width: 32px;
    height: 32px;
    background-image: url('Images/icon-Competitor-Mangement-32x32.png');
}

.icon-Opportunity-Stage {
    float: left;
    display: inline-block;
    background-size: 32px 32px;
    background-position: center;
    width: 35px;
    height: 32px;
    background-image: url('Images/icon-Opportunity-Stage-Management-32x32.png');
}

.icon-Opportunity-Type {
    float: left;
    display: inline-block;
    background-size: 32px 32px;
    background-position: center;
    width: 35px;
    height: 32px;
    background-image: url('Images/icon-Opportunity-Type-Management-32x32.png');
}

.icon-Sale-Process {
    float: left;
    display: inline-block;
    background-size: 32px 32px;
    background-position: center;
    width: 35px;
    height: 32px;
    background-image: url('Images/icon-Sale-Process-Management-32x32.png');
}

.icon-bigdeal-32 {
    float: left;
    display: inline-block;
    background-size: 32px 32px;
    background-position: center;
    width: 35px;
    height: 32px;
    background-image: url('Images/icon-bigdeal-blue-32x32.png');
}

.icon-hand-right {
    float: left;
    display: inline-block;
    background-size: 32px 32px;
    background-position: center;
    width: 32px;
    height: 32px;
    background-image: url('Images/icon-hand-right.png');
}

.icon-none-select-currency {
    float: left;
    display: inline-block;
    background-size: 40px 40px;
    background-position: center;
    width: 40px;
    height: 40px;
    background-image: url('Images/icon-none-select-currency.png');
}

.icon-none-select-language {
    float: left;
    display: inline-block;
    background-size: 40px 40px;
    background-position: center;
    width: 40px;
    height: 40px;
    background-image: url('Images/icon-none-select-language.png');
}

.icon-select-currency {
    float: left;
    display: inline-block;
    background-size: 40px 40px;
    background-position: center;
    width: 40px;
    height: 40px;
    background-image: url('Images/icon-select-currency.png');
}

.icon-select-language {
    float: left;
    display: inline-block;
    background-size: 40px 40px;
    background-position: center;
    width: 40px;
    height: 40px;
    background-image: url('Images/icon-select-language.png');
}

.icon-lang-thai {
    float: left;
    display: inline-block;
    background-size: 24px 24px;
    background-position: center;
    width: 24px;
    height: 24px;
    background-image: url('Images/icon-lang-thai.png');
}

.icon-lang-eng {
    float: left;
    display: inline-block;
    background-size: 24px 24px;
    background-position: center;
    width: 24px;
    height: 24px;
    background-image: url('Images/icon-lang-thai.png');
}

.icon-slideup {
    margin: -3px 0 0 0;
    float: left;
    display: inline-block;
    background-size: 16px 16px;
    background-position: center;
    width: 16px;
    height: 16px;
    background-image: url('Images/icon-arrow-up-rb.png');
}

.icon-slidedown {
    margin: -3px 0 0 0;
    float: left;
    display: inline-block;
    background-size: 16px 16px;
    background-position: center;
    width: 16px;
    height: 16px;
    background-image: url('Images/icon-arrow-down-rb.png');
}

.icon-point-notification {
    background-image: url('Images/icon-point-notification.png');
    background-size: 10px 10px;
    background-repeat: no-repeat;
    float: left;
    width: 10px;
    height: 10px;
}

.icon-create {
    margin: -3px 0 0 0;
    float: left;
    display: inline-block;
    background-size: 16px 16px;
    background-position: center;
    width: 16px;
    height: 16px;
    background-image: url('Images/icon-create.png');
}

.icon-shared {
    float: left;
    cursor: pointer;
    display: inline-block;
    background-size: 32px 32px;
    background-position: center;
    width: 32px;
    height: 32px;
    background-image: url('Images/icon-send.png');
}
/*==============================================================*/
ul.dropdown-rating li {
    cursor: pointer;
}

.dd-arrow-down {
    background-image: url('Images/icon-arrow-down-black10.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 27px;
    height: 100%;
}

.dd-arrow-up {
    background-image: url('Images/icon-arrow-up-black10.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}
/*==================================================================================*/
.btndropdown {
    width: 78%;
    height: 100%;
}

@font-face {
    font-family: 'SegoeUI';
    src: url('fonts/SEGOEUI.eot');
    src: url('fonts/SEGOEUI.eot#iefix') format('embedded-opentype'), url('fonts/SEGOEUI.woff') format('woff'), url('fonts/SEGOEUI.ttf') format('truetype'), url('fonts/SEGOEUI.svg#segoe_uiregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SegoeUI-Bold';
    src: url('fonts/SEGOEUIB.eot');
    src: url('fonts/SEGOEUIB.eot#iefix') format('embedded-opentype'), url('fonts/SEGOEUIB.woff') format('woff'), url('fonts/SEGOEUIB.ttf') format('truetype'), url('fonts/SEGOEUIB.svg#SegoeUIB') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SegoeUI-Light';
    src: url('fonts/SEGOEUIL.eot');
    src: url('fonts/SEGOEUIL.eot#iefix') format('embedded-opentype'), url('fonts/SEGOEUIL.woff') format('woff'), url('fonts/SEGOEUIL.ttf') format('truetype'), url('fonts/SEGOEUIL.svg#segoe_uilight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SegoeUI-SemiLight';
    src: url('fonts/SEGOEUISL.eot');
    src: url('fonts/SEGOEUISL.eot#iefix') format('embedded-opentype'), url('fonts/SEGOEUISL.woff') format('woff'), url('fonts/SEGOEUISL.ttf') format('truetype'), url('fonts/SEGOEUISL.svg#SegoeUISL') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ThaiSansNeue-Light';
    src: url('fonts/ThaiSansNeue-Light.eot');
    src: url('fonts/ThaiSansNeue-Light.eot#iefix') format('embedded-opentype'), url('fonts/ThaiSansNeue-Light.woff') format('woff'), url('fonts/ThaiSansNeue-Light.ttf') format('truetype'), url('fonts/ThaiSansNeue-Light.svg#ThaiSansNeue-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ThaiSans-Light';
    src: url('fonts/ThaiSans-Light.eot');
    src: url('fonts/ThaiSans-Light.eot#iefix') format('embedded-opentype'), url('fonts/ThaiSans-Light.woff') format('woff'), url('fonts/ThaiSans-Light.ttf') format('truetype'), url('fonts/ThaiSans-Light.svg#ThaiSans-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RSU';
    src: url('fonts/RSU.eot');
    src: url('fonts/RSU.eot#iefix') format('embedded-opentype'), url('fonts/RSU.woff') format('woff'), url('fonts/RSU.ttf') format('truetype'), url('fonts/RSU.svg#RSU') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RSU-Bold';
    src: url('fonts/RSU-Bold.eot');
    src: url('fonts/RSU-Bold.eot#iefix') format('embedded-opentype'), url('fonts/RSU-Bold.woff') format('woff'), url('fonts/RSU-Bold.ttf') format('truetype'), url('fonts/RSU-Bold.svg#RSU-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RSU-Light';
    src: url('fonts/RSU-Light.eot');
    src: url('fonts/RSU-Light.eot#iefix') format('embedded-opentype'), url('fonts/RSU-Light.woff') format('woff'), url('fonts/RSU-Light.ttf') format('truetype'), url('fonts/RSU-Light.svg#RSU-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*-----Validate------*/
.error {
}

label.error {
    color: red;
    font-weight: normal;
    font-size: 12px;
}

span.error {
    color: red;
}

/* ------------ set default bootstrap ---------*/
.input-append, .input-prepend {
    margin-bottom: 0px;
}

.layout-l {
    float: left;
    width: 48%;
    padding: 0px;
}

.layout-r {
    float: right;
    width: 48%;
    padding: 0px;
}

.glyphicon-th:before {
    content: "\e109";
}

.glyphicon-th-home:before {
    content: "\e011";
}

.input-group-addon {
    background-color: white;
}
/*-----------  class ที่ใช้ บ่อยๆ  --------------*/
.iradio_flat-blue {
    float: left;
    margin-right: 5px;
}

.labelIcheck {
    float: left;
    cursor: pointer;
    width: 100%;
}

.iradio_flat-blue.checked.disabled {
    background-position: -60px 0 !important;
}

.fl_l {
    float: left;
}

.fl_r {
    float: right;
}

.fl_n {
    float: none !important;
}

.layout_center {
    margin: 0 auto;
}

.inline {
    display: inline-block;
}

.textelip {
    -o-text-overflow: ellipsis; /* Opera */
    text-overflow: ellipsis; /* IE, Safari (WebKit) */
    overflow: hidden; /* don't show excess chars */
    white-space: nowrap; /* force single line */
}

.show {
    display: block;
}

.hide {
    display: none;
}

.bor_0 {
    border-radius: 0px;
}

.bor-tab-picker {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.clean {
    clear: both;
}

.clean3 {
    clear: both;
    height: 3px;
}

.clean5 {
    clear: both;
    height: 5px;
}

.clean7 {
    clear: both;
    height: 7px;
}

.clean8 {
    clear: both;
    height: 8px;
}

.clean10 {
    clear: both;
    height: 10px;
}

.clean15 {
    clear: both;
    height: 15px;
}

.clean20 {
    clear: both;
    height: 20px;
}

.clean25 {
    clear: both;
    height: 25px;
}

.clean27 {
    clear: both;
    height: 27px;
}

.clean28 {
    clear: both;
    height: 28px;
}

.clean30 {
    clear: both;
    height: 30px;
}

.clean35 {
    clear: both;
    height: 35px;
}

.clean40 {
    clear: both;
    height: 40px;
}

.clean48 {
    clear: both;
    height: 48px;
}

.clean50 {
    clear: both;
    height: 50px;
}

.clean60 {
    clear: both;
    height: 60px;
}

.clean63 {
    clear: both;
    height: 63px;
}

.clean70 {
    clear: both;
    height: 70px;
}

.clean80 {
    clear: both;
    height: 80px;
}

.clean85 {
    clear: both;
    height: 85px;
}

.clean86 {
    clear: both;
    height: 86px;
}

.clean90 {
    clear: both;
    height: 90px;
}

.clean100 {
    clear: both;
    height: 100px;
}

.clean101 {
    clear: both;
    height: 101px;
}

.clean110 {
    clear: both;
    height: 110px;
}

.clean120 {
    clear: both;
    height: 120px;
}

.clean130 {
    clear: both;
    height: 130px;
}

.clean140 {
    clear: both;
    height: 140px;
}

.clean150 {
    clear: both;
    height: 150px;
}

.clean160 {
    clear: both;
    height: 160px;
}

.clean170 {
    clear: both;
    height: 170px;
}

.clean180 {
    clear: both;
    height: 180px;
}

.clean190 {
    clear: both;
    height: 190px;
}

.clean200 {
    clear: both;
    height: 200px;
}

.clean328 {
    clear: both;
    height: 328px;
}

.v_mid {
    vertical-align: middle;
}

.cursor, .cursor-pointer {
    cursor: pointer;
}

.mar_center {
    margin: 0 auto;
    display: table;
}

.mar_0 {
    margin: 0px;
}

.mar_5 {
    margin: 5px;
}

.mar_10 {
    margin: 10px;
}

.mar_15 {
    margin: 15px;
}

.mar_20 {
    margin: 20px;
}

.mar_30 {
    margin: 30px;
}

.mar_t-3 {
    margin-top: -3px;
}

.mar_t-1 {
    margin-top: -1px;
}

.mar_t0 {
    margin-top: 0px;
}

.mar_t_i0 {
    margin-top: 0px !important;
}

.mar_t1 {
    margin-top: 1px;
}

.mar_t2 {
    margin-top: 2px;
}

.mar_t3 {
    margin-top: 3px;
}

.mar_t4 {
    margin-top: 4px;
}

.mar_t5 {
    margin-top: 5px;
}

.mar_t6 {
    margin-top: 6px;
}

.mar_t7 {
    margin-top: 7px;
}

.mar_t8 {
    margin-top: 8px;
}

.mar_t9 {
    margin-top: 9px;
}

.mar_t10 {
    margin-top: 10px;
}

.mar_t12 {
    margin-top: 12px;
}

.mar_t13 {
    margin-top: 13px;
}

.mar_t15 {
    margin-top: 15px;
}

.mar_t18 {
    margin-top: 18px;
}

.mar_t20 {
    margin-top: 20px;
}

.mar_t25 {
    margin-top: 25px;
}

.mar_t30 {
    margin-top: 30px;
}

.mar_t40 {
    margin-top: 40px;
}

.mar_t50 {
    margin-top: 50px;
}

.mar_t60 {
    margin-top: 60px;
}

.mar_t55 {
    margin-top: 55px;
}

.mar_t57 {
    margin-top: 57px;
}

.mar_t70 {
    margin-top: 70px;
}

.mar_t80 {
    margin-top: 80px;
}

.mar_t100 {
    margin-top: 100px;
}

.mar_t110 {
    margin-top: 110px;
}

.mar_t120 {
    margin-top: 120px;
}

.mar_t130 {
    margin-top: 130px;
}

.mar_t140 {
    margin-top: 140px;
}

.mar_t150 {
    margin-top: 150px;
}

.mar_t175 {
    margin-top: 175px;
}

.mar_t200 {
    margin-top: 200px;
}

.mar_t-5 {
    margin-top: -5px;
}

.mar_tl17 {
    margin: 17px 0 0 17px;
}

.mar_tb5 {
    margin: 5px 0 5px 0px;
}

.mar_r-15 {
    margin-right: -15px;
}

.mar_r0 {
    margin-right: 0px !important;
}

.mar_r2 {
    margin-right: 2px;
}

.mar_r5 {
    margin-right: 5px;
}

.mar_r6 {
    margin-right: 6px;
}

.mar_r7 {
    margin-right: 7px;
}

.mar_r10 {
    margin-right: 10px;
}

.mar_r15 {
    margin-right: 15px;
}

.mar_r25 {
    margin-right: 25px;
}

.mar_r20 {
    margin-right: 20px;
}

.mar_r30 {
    margin-right: 30px;
}

.mar_r40 {
    margin-right: 40px;
}

.mar_r50 {
    margin-right: 50px;
}

.mar_r60 {
    margin-right: 60px;
}

.mar_r100 {
    margin-right: 100px;
}

.mar_l0 {
    margin-left: 0px;
}

.mar_l1 {
    margin-left: 1px;
}

.mar_l2 {
    margin-left: 2px;
}

.mar_l3 {
    margin-left: 3px;
}

.mar_l4 {
    margin-left: 4px;
}

.mar_l5 {
    margin-left: 5px;
}

.mar_l6 {
    margin-left: 6px;
}

.mar_l7 {
    margin-left: 7px;
}

.mar_l8 {
    margin-left: 8px;
}

.mar_l9 {
    margin-left: 9px;
}

.mar_l10 {
    margin-left: 10px;
}

.mar_l12 {
    margin-left: 12px;
}

.mar_l13 {
    margin-left: 13px;
}

.mar_l15 {
    margin-left: 15px;
}

.mar_l17 {
    margin-left: 17px;
}

.mar_l20 {
    margin-left: 20px;
}

.mar_l22 {
    margin-left: 22px;
}

.mar_l25 {
    margin-left: 25px;
}

.mar_l27 {
    margin-left: 27px;
}

.mar_l30 {
    margin-left: 30px;
}

.mar_l40 {
    margin-left: 40px;
}

.mar_l45 {
    margin-left: 45px;
}

.mar_l50 {
    margin-left: 50px;
}

.mar_l55 {
    margin-left: 55px;
}

.mar_l60 {
    margin-left: 60px;
}

.mar_l65 {
    margin-left: 65px;
}

.mar_l70 {
    margin-left: 70px;
}

.mar_l75 {
    margin-left: 75px;
}

.mar_l80 {
    margin-left: 80px;
}

.mar_l100 {
    margin-left: 100px;
}

.mar_l110 {
    margin-left: 110px;
}

.mar_l120 {
    margin-left: 120px;
}

.mar_l130 {
    margin-left: 130px;
}

.mar_l150 {
    margin-left: 150px;
}

.mar_l160 {
    margin-left: 160px;
}

.mar_l185 {
    margin-left: 185px;
}

.mar_l205 {
    margin-left: 205px;
}

.mar_l170 {
    margin-left: 170px;
}

.mar_l215 {
    margin-left: 215px;
}

.mar_l250 {
    margin-left: 250px;
}

.mar_l290 {
    margin-left: 290px;
}

.mar_l300 {
    margin-left: 300px;
}

.mar_l450 {
    margin-left: 450px;
}

.mar_l500 {
    margin-left: 500px;
}

.mar_l500 {
    margin-left: 550px;
}

.mar_rl3 {
    margin: 0px 3px 0 3px;
}

.mar_rl5 {
    margin: 0px 5px 0 5px;
}

.mar_rl10 {
    margin: 0px 10px 0 10px;
}

.mar_tr10 {
    margin: 10px 0px 0 10px;
}

.mar_rl20 {
    margin: 0px 20px 0 20px;
}

.mar_rl30 {
    margin: 0px 30px 0 30px;
}

.mar_t8r30 {
    margin: 8px 30px 0px 0px;
}

.mar_tl10 {
    margin: 10px 0 0 10px;
}

.mar_tb10 {
    margin: 10px 0px;
}

.mar_tb20 {
    margin: 20px 0px;
}

.mar_tbl10 {
    margin: 10px 0 10px 10px;
}

.margin_b10 {
    margin-bottom: 10px;
}

.mar_b0 {
    margin-bottom: 0 !important;
}

.mar_b5 {
    margin-bottom: 5px;
}

.mar_b2 {
    margin-bottom: 2px;
}

.mar_b10 {
    margin-bottom: 10px;
}

.mar_b12 {
    margin-bottom: 12px;
}

.mar_b15 {
    margin-bottom: 15px;
}

.mar_b20 {
    margin-bottom: 20px;
}

.mar_b30 {
    margin-bottom: 30px;
}

.mar_b40 {
    margin-bottom: 40px;
}

.mar_b50 {
    margin-bottom: 50px;
}

.mar_b60 {
    margin-bottom: 60px;
}


.padd0 {
    padding: 0px;
}

.padd2 {
    padding-top: 2px;
}

.padd5 {
    padding: 5px;
}

.padd10 {
    padding: 10px;
}

.padd15 {
    padding: 15px;
}

.padd_t5 {
    padding-top: 5px;
}

.padd_t8 {
    padding-top: 8px;
}

.padd_t10 {
    padding-top: 10px;
}

.padd_t15 {
    padding-top: 15px;
}

.padd_t20 {
    padding-top: 20px;
}

.padd_t25 {
    padding-top: 25px;
}

.padd_t40 {
    padding-top: 40px;
}

.padd_t4 {
    padding-top: 4px;
}

.padd_l0 {
    padding-left: 0px;
}

.padd_l5 {
    padding-left: 5px;
}

.padd_l8 {
    padding-left: 8px;
}

.padd_l10 {
    padding-left: 10px;
}

.padd_l15 {
    padding-left: 15px;
}

.padd_l20 {
    padding-left: 20px;
}

.padd_l25 {
    padding-left: 25px;
}

.padd_l30 {
    padding-left: 30px;
}

.padd_l35 {
    padding-left: 35px;
}

.padd_l50 {
    padding-left: 50px;
}

.padd_l75 {
    padding-left: 75px;
}

.padd_r5 {
    padding-right: 5px;
}

.padd_r10 {
    padding-right: 10px;
}

.padd_r20 {
    padding-right: 20px;
}

.padd_r25 {
    padding-right: 25px;
}

.padd_t90 {
    padding-top: 90px;
}

.padd_b4 {
    padding-bottom: 4px;
}

.padd_b5 {
    padding-bottom: 5px;
}

.padd_b10 {
    padding-bottom: 10px;
}

.padd_30 {
    padding: 30px;
}

.padd_20 {
    padding: 20px;
}

.padd_10 {
    padding: 10px;
}

.padd_5 {
    padding: 5px;
}

.padd_tb5 {
    padding: 5px 0px;
}

.padd_tb10 {
    padding: 10px 0px;
}

.padd_tb20 {
    padding: 20px 0px;
}

.padd_lr5 {
    padding: 0 5px 0 5px;
}

.padd_lr10 {
    padding: 0 10px 0 10px;
}

.padd_lr20 {
    padding: 0 20px 0 20px;
}

.padd_lr30 {
    padding: 0 30px 0 30px;
}

.padd_rl5 {
    padding: 0 5px;
}

.padd_rl10 {
    padding: 0 10px;
}

.brdr {
    border: 1px solid #ddd;
}

.br_gray89 {
    border: 1px solid #e3e3e3;
}
/*===========================Height======================*/
.h12 {
    height: 12px;
}

.h13 {
    height: 13px;
}

.h14 {
    height: 14px;
}

.h15 {
    height: 15px;
}

.h16 {
    height: 16px;
}

.h20 {
    height: 20px;
}

.h25 {
    height: 25px;
}

.h30 {
    height: 30px;
}

.h35 {
    height: 35px;
}

.h40 {
    height: 40px;
}

.h45 {
    height: 45px;
}

.h52 {
    height: 52px;
}

.h70 {
    height: 70px;
}

.h150 {
    height: 150px;
}

.hAuto {
    height: auto;
}

.h350 {
    height: 350px;
}
/*===========================Width======================*/
.w10 {
    width: 10px;
}

.w20 {
    width: 20px;
}

.w30 {
    width: 30px;
}

.w40 {
    width: 40px;
}

.w50 {
    width: 50px;
}

.w60 {
    width: 60px;
}

.w70 {
    width: 70px;
}

.w80 {
    width: 80px;
}

.w90 {
    width: 90px;
}

.w95 {
    width: 95px;
}

.w100 {
    width: 100px;
}

.w110 {
    width: 110px;
}

.w120 {
    width: 120px;
}

.w130 {
    width: 130px;
}

.w135 {
    width: 135px;
}

.w140 {
    width: 140px;
}

.w150 {
    width: 150px;
}

.w155 {
    width: 155px;
}

.w170 {
    width: 170px;
}

.w175 {
    width: 175px;
}

.w179 {
    width: 179px;
}

.w180 {
    width: 180px;
}

.w195 {
    width: 195px;
}

.w200 {
    width: 200px;
}

.w210 {
    width: 210px;
}

.w220 {
    width: 220px;
}

.w225 {
    width: 225px;
}

.w230 {
    width: 230px !important;
}

.w238 {
    width: 238px;
}

.w240 {
    width: 240px;
}

.w250 {
    width: 250px;
}

.w300 {
    width: 300px;
}

.w400 {
    width: 400px;
}

.w418 {
    width: 418px;
}

.w450 {
    width: 450px;
}

.w500 {
    width: 500px;
}

.w700 {
    width: 700px;
}

.w720 {
    width: 720px;
}

.w750 {
    width: 750px;
}

.w760 {
    width: 760px;
}

.w780 {
    width: 780px;
}

.w800 {
    width: 800px;
}

.w910 {
    width: 910px;
}

.w990 {
    width: 990px !important;
}
.wAuto {
    width: auto !important;
}
.w11p{
    width:11% !important;
}
.w11_5p{
    width:11.5% !important;
}
.w15_5p{
    width:15.5% !important;
}
.w12_5p{
    width:12.5% !important;
}
.w14_3p{
    width:14.3% !important;
}
.w20p {
    width: 20% !important;
}
.w25p {
    width: 25% !important;
}
.w32_5p {
    width:32.5% !important;
}
.w38p {
    width:38% !important;
}
.mw620{
    max-width: 620px;
}
.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
/*====================txt-align======================*/
.txt_c {
    text-align: center;
}

.txt_r {
    text-align: right;
}

.txt_l {
    text-align: left;
}

/*====================opacity======================*/
.opacity-1 {
    opacity: 0.1;
}

.opacity-2 {
    opacity: 0.2;
}

.opacity-3 {
    opacity: 0.3;
}

.opacity-4 {
    opacity: 0.4;
}

.opacity-5 {
    opacity: 0.5;
}

.opacity-6 {
    opacity: 0.6;
}

.opacity-7 {
    opacity: 0.7;
}

.opacity-8 {
    opacity: 0.8;
}

.opacity-9 {
    opacity: 0.9;
}
/*================--Font--==================*/
.b {
    font-weight: bold;
}

.font_center, .text_c {
    text-align: center;
}

.font_right, .text_r {
    text-align: right;
}

.font_left, .text_l {
    text-align: left;
}

.font-ss {
    font-size: 10px;
}

.font-s {
    font-size: 11px;
}

.font-m {
    font-size: 13px;
}

.font-mm {
    font-size: 14px;
}

.font-l {
    font-size: 15px;
}

.font-xl {
    font-size: 18px;
}

.font-xx {
    font-size: 20px;
}

.font-xxl {
    font-size: 22px;
}

.font-blue {
    color: #007AFF;
}

.font-black {
    color: #000000;
}

.font-midblue {
    color: #007AFF;
}

.font-warning {
    color: #f0ad4e;
}

.font-red {
    color: #FF1300;
}

.font-red_icon {
    color: #FD2F2F;
}

.font-green {
    color: #009999;
}

.font-orange {
    color: #F1B35C;
}

.font-yellow {
    color: yellow;
}

.font-aqua {
    color: #2AAABB;
}

.font-redlight {
    color: #d9534f;
}

.font-normal {
    font-weight: normal;
}

.font-graylitht {
    color: #999999;
}

.font-gray {
    color: #999999;
}

.font-subheading {
    font-size: 20px;
    font-family: 'Segoe UI Regular', 'Segoe UI';
    font-weight: 400;
    font-style: normal;
}

.font-headQuickModal {
    font-size: 26px;
    font-family: 'RSU';
    float: left;
}

.font-head-ModalTitel {
    font-size: 26px;
    font-family: 'RSU';
    float: left;
}

.font-head-RSU {
    font-size: 26px;
    font-family: 'RSU';
    float: left;
}

.font-head-RSU22 {
    font-size: 22px;
    font-family: 'RSU';
    float: left;
}

.font_13 {
    font-size: 13px;
}

.font_14 {
    font-size: 14px;
}

.txt_w70 {
    width: 70% !important;
    margin-left: 0px !important;
}

.txt_w500 {
    width: 500px !important;
}

.txt_w200 {
    width: 200px !important;
}

.txt_w80 {
    width: 80px !important;
}

.txt_w161 {
    width: 161px !important;
}

.txt_w180 {
    width: 180px !important;
}

.txt_w135 {
    width: 135px !important;
}

.txt_w245 {
    width: 245px !important;
}

.txt_w290 {
    width: 290px !important;
}

.txt_w280 {
    width: 280px !important;
}

.txt_w470 {
    width: 470px !important;
}

.txt_w480 {
    width: 480px !important;
}

.txt_w490 {
    width: 490px !important;
}

.ahref_blue {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

    .ahref_blue:hover {
        color: #3996EC;
        text-decoration: none;
    }

.window-overlay {
    background-color: white;
    opacity: 0.6;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    overflow-y: auto;
    width: 100%;
    z-index: 10000;
    display: block;
    overflow-x: hidden;
}

.iConLoading {
    width: 100%;
    height: 100%;
    text-align: center;
}

    .iConLoading img {
        left: 48%;
        top: 49%;
        position: fixed;
        width: 50px;
        height: 50px;
        z-index: 10001;
    }

.ModalOverlay {
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: transparent;
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    top: 0px;
    bottom: 0px;
    min-width: 1024px;
    min-height: 720px;
    display: none;
    font-family: "SegoeUI-Light";
}

    .ModalOverlay .Modal-In {
        width: 100%;
        height: 40%;
        min-height: 300px;
        position: absolute;
        z-index: 1000;
        top: 240px;
        left: 0px;
        background-color: #006AC1;
    }

        .ModalOverlay .Modal-In .ModalContent {
            width: 40%;
            height: 100%;
            margin: auto auto;
            color: white;
            font-family: "SegoeUI-Light";
            padding: 1.5%;
            min-width: 610px;
        }

            .ModalOverlay .Modal-In .ModalContent .Header {
                font-size: 18px;
            }

            .ModalOverlay .Modal-In .ModalContent .Question {
                font-size: 32px;
                padding: 1.7% 0 1.7% 0;
            }

            .ModalOverlay .Modal-In .ModalContent .ConfirmBtn {
                text-align: right;
                width: 100%;
                height: auto;
                float: right;
            }

            .ModalOverlay .Modal-In .ModalContent .AutoHeight {
                height: 30%;
                clear: both;
            }

            .ModalOverlay .Modal-In .ModalContent .ConfirmBtn .BtnBG {
                background-size: 48px;
                background-repeat: no-repeat;
                background-position: center;
                background-color: #006AC1;
                width: 48px;
                height: 48px;
                border-radius: 50%;
                margin: auto auto;
                border: 2px solid white;
                float: left;
                cursor: pointer;
            }

            .ModalOverlay .Modal-In .ModalContent .ConfirmBtn .IconContent {
                float: left;
                margin: 10px;
                text-align: center;
            }

            .ModalOverlay .Modal-In .ModalContent .ConfirmBtn .BtnDelete {
                background-image: url("Images/icon-delete.png");
            }

            .ModalOverlay .Modal-In .ModalContent .ConfirmBtn .BtnCancel {
                background-image: url("Images/icon-cancel.png");
            }

    /***************************Tutorial******************************/
    .ModalOverlay .ModalTutorial {
        width: 100%;
        height: 350px;
        min-height: 300px;
        position: absolute;
        z-index: 1000;
        top: 22%;
        left: 0px;
        background-color: #001940;
    }

        .ModalOverlay .ModalTutorial .ModalContent {
            width: 50%;
            height: 100%;
            margin: auto auto;
            color: white;
            padding: 1.5%;
            min-width: 700px;
            text-align: center;
            font-family: "SegoeUI-Light";
        }

            .ModalOverlay .ModalTutorial .ModalContent .Header {
                padding: 4% 0 4% 0;
                font-size: 48px;
            }

            .ModalOverlay .ModalTutorial .ModalContent .GetStart {
                padding: 8% 0 4% 0;
            }

                .ModalOverlay .ModalTutorial .ModalContent .GetStart .btn-start {
                    border: 1px solid white;
                    border-radius: 0px;
                    width: 25%;
                    min-width: 198px;
                    height: 48px;
                    background-color: #396CAC;
                    font-size: 20px;
                    font-family: "SegoeUI-SemiLight";
                    color: white;
                }

    .ModalOverlay .SetUp {
        width: 100%;
        height: 480px;
        min-height: 300px;
        position: absolute;
        z-index: 1000;
        top: 180px;
        bottom: auto;
        left: 0px;
        background-color: white;
        display: none;
    }

        .ModalOverlay .SetUp .Header {
            width: 100%;
            height: 17%;
            min-height: 80px;
            float: left;
            text-align: center;
            background-color: #f2f2f2;
            -webkit-box-shadow: 0px 1px 1px #ACACAC;
            -moz-box-shadow: 0px 1px 1px #ACACAC;
            box-shadow: 0px 2px 1px #ACACAC;
        }

            .ModalOverlay .SetUp .Header .HeadNav {
                width: 50%;
                height: 100%;
                margin: auto auto;
            }

                .ModalOverlay .SetUp .Header .HeadNav .HeadUL {
                    list-style: none;
                    display: inline-block;
                    padding: 0px;
                    margin: 0px;
                    height: 100%;
                    width: 100%;
                }

                    .ModalOverlay .SetUp .Header .HeadNav .HeadUL li {
                        float: left;
                        width: 33%;
                        height: 100%;
                        position: relative;
                        font-size: 14px;
                        font-family: 'SegoeUI';
                        line-height: 70px;
                        color: #999999;
                    }

        .ModalOverlay .SetUp .SetUpContent {
            width: 50%;
            height: 80%;
            margin: auto auto;
            text-align: center;
            display: none;
        }

            .ModalOverlay .SetUp .SetUpContent .Title {
                font-size: 36px;
                padding: 2% 0 2% 0;
            }

            .ModalOverlay .SetUp .SetUpContent .Label {
                padding: 2% 0 2% 0;
                font-family: 'SegoeUI';
                color: #999999;
            }

            .ModalOverlay .SetUp .SetUpContent .btn {
                border-radius: 0px;
            }

            .ModalOverlay .SetUp .SetUpContent .Select {
                width: 60%;
                padding: 2% 0 2% 0;
                margin: auto auto;
            }

                .ModalOverlay .SetUp .SetUpContent .Select .btn-languang {
                    width: 400px;
                }

            .ModalOverlay .SetUp .SetUpContent .btninline {
                display: inline-block;
                padding: 4.5% 0 2% 0;
            }

                .ModalOverlay .SetUp .SetUpContent .btninline .btnBack {
                    min-width: 150px;
                    height: 50px;
                    float: left;
                    font-size: 20px;
                }

                .ModalOverlay .SetUp .SetUpContent .btninline .btnNext {
                    min-width: 150px;
                    height: 50px;
                    float: left;
                    margin-left: 10px;
                    font-size: 20px;
                    text-align: left;
                }

                    .ModalOverlay .SetUp .SetUpContent .btninline .btnNext img {
                        float: left;
                        margin: 0 10px 0 10px;
                    }

            .ModalOverlay .SetUp .SetUpContent .divbox {
                width: 100%;
                text-align: center;
            }

            .ModalOverlay .SetUp .SetUpContent .textbox {
                width: 65%;
                border-radius: 0px;
                margin: auto auto;
                font-size: 18px;
                height: 40px;
                text-align: center;
            }

.Icon {
    position: relative;
    top: -10%;
    background-size: 24px !important;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #396CAC;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid white;
    margin: auto auto;
    cursor: pointer;
}

.IC-Language {
    background-image: url('Images/icon-language.png');
}

.IC-LanguageGray {
    background-image: url('Images/icon-language-gray.png');
    background-color: #E4E4E4;
    border: 3px solid #CCCCCC;
}

.IC-Currency {
    background-image: url('Images/icon-currency.png');
}

.IC-CurrencyGray {
    background-image: url('Images/icon-currency-gray.png');
    background-color: #E4E4E4;
    border: 3px solid #CCCCCC;
}

.IC-Setting {
    background-image: url('Images/icon-wrench.png');
}

.IC-SettingGray {
    background-image: url('Images/icon-wrench-gray.png');
    background-color: #E4E4E4;
    border: 3px solid #CCCCCC;
}

.NotificationMain {
    position: fixed;
    bottom: 60px;
    right: 20px;
    vertical-align: bottom;
    width: 357px;
    height: auto;
    z-index: 100000;
}

    .NotificationMain .NotificationPopup {
        position: relative;
        width: 350px;
        height: 70px;
        border: 1px solid #CCCCCC;
        margin: 10px;
        display: none;
        bottom: 0px;
        clear: both;
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
        cursor: pointer;
    }

.NotificationPopup .NoticLogo {
    float: left;
    width: 20%;
    height: 100%;
    background-color: #f5f5f5;
    text-align: center;
    vertical-align: middle;
    padding-top: 18px;
}

.NotificationPopup .NoticDetail {
    float: left;
    width: 80%;
    height: 100%;
    padding: 10px 20px;
    background-color: white;
}

    .NotificationPopup .NoticDetail .Title {
        font-size: 14px;
        color: #333333;
    }

    .NotificationPopup .NoticDetail .Info {
        font-size: 13px;
        color: #666;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
        display: inline-block;
    }

.NotificationPopup .NoticLogo .NoticIcon {
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin: auto auto;
}

.NotificationPopup .NoticLogo .NoticDelete {
    background-image: url("Images/icon-delete.png");
    background-color: #4cd964;
}

.NotificationPopup .NoticLogo .NoticSuccess {
    background-image: url("Images/icon-check.png");
    background-color: #4cd964;
}

.NotificationPopup .NoticLogo .NoticError {
    background-image: url("Images/icon-cross.png");
    background-color: #FF6C6C;
}

.NotificationPopup .NoticLogo .NoticReminder {
    background-image: url("Images/icon-exclamation.png");
    /*background-color: #FF6C6C;*/
}

.NoticRemindEmail {
    background-image: url("Images/icon-mail-remind.png");
    /*background-color: #FF6C6C;*/
}

.NoticBigDealEmail {
    background-image: url("Images/icon-mail-bigDeal.png");
    /*background-color: #FF6C6C;*/
}

.NotificationPopup .NoticClose {
    position: absolute;
    top: 1px;
    right: 2px;
    cursor: pointer;
}

    .NotificationPopup .NoticClose img {
        opacity: 0.4;
        height: 20px;
        width: 20px;
    }

        .NotificationPopup .NoticClose img:hover {
            opacity: 1.0;
        }

.lbl_default {
    font-weight: 100;
    font-size: 14px;
    line-height: 25px;
    min-width: 170px;
    cursor: pointer;
}

.req {
    min-width: 20px;
    height: 5px;
    padding-left: 7px;
    color: red;
    float: left;
    margin-top: 5px;
}

.impot {
    min-width: 20px;
    height: 5px;
    padding-left: 7px;
    color: #428bca;
    float: left;
    margin-top: 5px;
}

.HeadGridPopup {
    font-family: 'RSU' !important;
    font-weight: 400;
    font-style: normal;
    font-size: 26px !important;
    color: #000000;
}
/*Date picker*/
.k-header {
    /*width: 245px !important;*/
    height: 28px;
    font-size: 13px;
    background: none;
}

.k-state-default {
    border-radius: 0px !important;
    height: 28px !important;
}

.k-picker-wrap.k-state-default .k-input {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 1px;
}

.k-input.k-fontSize {
    padding: 0px !important;
}

.k-input.k-fontName {
    padding: 0px !important;
}

.k-widget.k-datepicker {
    background: none !important;
}

.k-select {
    border-width: 0 0 0 0px !important;
    border: none;
}

.form-control {
    height: 30px;
    padding: 4px 12px;
    /*margin-bottom:10px; แก้ไข Validate ขนาดเปลี่ยน */
    border-radius: 0px;
    color: #333333;
    box-shadow: none;
    width: 245px;
}
/*Grid*/
.selectedGrid {
    float: right;
}

.GridHeader {
    font-size: 22px;
    float: left;
    font-family: 'SegoeUI-SemiLight';
}

.k-grid {
    border-radius: 0px !important;
    /*font-family:'SegoeUI-SemiLight' !important;*/
    font-size: 13px !important;
    color: #333333 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

    .k-grid tr td {
        border-width: 0px 1px 1px 0px !important;
        height: 35px;
        cursor: pointer;
    }

    .k-grid td {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; /** เอา important ออก OAT**/
    }

    .k-grid tbody tr {
        height: 25px;
    }

    .k-grid .k-header {
        background-color: #f2f2f2 !important;
        border-bottom-width: 0px !important;
        border-width: 0 1px 0px 0px !important;
    }

        .k-grid .k-header:hover {
            background-color: #E4E4E4 !important;
        }

    .k-grid .k-alt {
        background-color: #FFFFFF !important;
    }

    .k-grid .k-grid-content table tr {
        background-color: #FFFFFF;
    }

        .k-grid .k-grid-content table tr:hover {
            background-color: #f2f2f2 !important;
        }

    .k-grid tr.checked {
        background-color: #ECF5FF !important;
    }

    .k-grid .k-grid-header-wrap, .k-grid-footer-wrap {
        border-width: 0 0 0 0 !important;
    }

    .k-grid .k-loading-image {
        background-image: url('Images/grid-loading.gif') !important;
        background-size: 30px 30px;
    }

    .k-grid .k-link {
        height: 28px !important;
        line-height: 27px !important;
    }

    .k-grid .k-widget {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .k-grid .k-pager-sizes .k-widget.k-dropdown {
        margin-top: -1px !important;
        width: 70px !important;
        border: none !important;
    }

    .k-grid .k-state-selected {
        height: 28px !important;
        color: #fff !important;
        background-color: #396CAC !important;
        border-color: #396CAC !important;
    }

    .k-grid .k-state-default {
        border-radius: 0px !important;
        height: 28px !important;
    }

.k-pager-wrap.k-grid-pager.k-widget {
    border-right: 1px solid #ccc;
}

.k-i-arrow-n {
    float: right !important;
    margin-top: 3px;
}

.k-i-arrow-s {
    float: right !important;
    margin-top: 7px;
}

.k-grid-header .k-link span.k-i-arrow-s {
    background-position: 0 -288px !important;
}

.k-grid-header .k-link:hover span.k-i-arrow-s {
    background-position: 0 -255px !important;
}

.k-grid-header .k-link span.k-i-arrow-n {
    background-position: 0 -251px !important;
}

.k-grid-header .k-link:hover span.k-i-arrow-n {
    background-position: 0 -284px !important;
}

.k-grid td.subtxt {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.k-grid.grid-children .k-grid-header th.k-header {
    border-bottom: 1px solid #ccc !important;
}

.k-pager-refresh.k-link:hover {
    background-color: white !important;
}

.Grid-Edit, .Quote-Item-Edit {
    /*background: url('Images/icon-pencil-gray13.png') no-repeat center;
display: block;
width: 13px;
height: 13px;
float:left;
padding-top:3px;
cursor:pointer;*/
    background: url('Images/pencilac.png') no-repeat center;
    display: block;
    width: 13px;
    height: 13px;
    float: left;
    padding-top: 3px;
    cursor: pointer;
}

.Grid-Edit, .Quote-Item-Edit {
    /*background: url('Images/icon-pencil-gray13.png') no-repeat center;
display: block;
width: 13px;
height: 13px;
float:left;
padding-top:3px;
cursor:pointer;*/
    background: url('Images/pencilac.png') no-repeat center;
    display: block;
    width: 13px;
    height: 13px;
    float: left;
    padding-top: 3px;
    cursor: pointer;
}

.Grid-Delete {
    /*background: url('Images/icon-trashcan-gray16.png') no-repeat center;
display: block;
width: 16px;
height: 16px;
float:left;
margin-left:5px;
cursor:pointer;*/
    background: url('Images/icon-trashcan-rad16.png') no-repeat center;
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    margin-left: 3px;
    cursor: pointer;
}

.icon-AddPerson {
   
    background: url('/Content/SaleSetup/SalesTarget/Image/addPerson.png') no-repeat center;
    display: block;
    width: 24px;
    height: 24px;
    float: left;
    margin-left: 3px;
    cursor: pointer;
    background-size: 24px;
}

.icon-PersonBlue {
    background: url('Images/icon-peopleRemind-blue17.png') no-repeat center;
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    margin-left: 3px;
    cursor: pointer;
    background-size: 16px;
}



.Grid-NotAccept {
    background: url('Images/icon-circle-cross16x16.png') no-repeat center;
    display: block;
    width: 14px;
    height: 16px;
    float: left;
    margin-left: 4px;
    cursor: pointer;
}

.Grid-Accept {
    background: url('Images/icon-circle-check16x16.png') no-repeat center;
    display: block;
    width: 14px;
    height: 13px;
    float: left;
    padding-top: 3px;
    cursor: pointer;
}

.Grid-NotAccept2 {
    background: url('/Content/Default/Images/icon-grid-delete.png') no-repeat center;
    display: block;
    width: 14px;
    height: 16px;
    float: left;
    margin-left: 4px;
    cursor: pointer;
}

.Grid-Accept2 {
    background: url('/Content/Default/Images/icon-grid-save.png') no-repeat center;
    display: block;
    width: 14px;
    height: 13px;
    float: left;
    padding-top: 3px;
    cursor: pointer;
}

.Grid-Accept-Marker {
    background: url('/Content/Default/Images/u255.png') no-repeat center;
    display: block;
    width: 14px;
    height: 13px;
    float: left;
    padding-top: 3px;
}

.input-grid-full{
    width: 100%;
    height: 2.2em;
    padding-right: 5px;
}

.Grid-NotAccept-Gray {
    background: url('Images/circle-cross-gray16x16.png') no-repeat center;
    display: block;
    width: 14px;
    height: 16px;
    float: left;
    margin-left: 4px;
    cursor: default;
}

.Grid-Accept-Gray {
    background: url('Images/circle-check-gray16x16.png') no-repeat center;
    display: block;
    width: 14px;
    height: 13px;
    float: left;
    padding-top: 3px;
    cursor: default;
}

.edit-hover {
    background: url('Images/pencilac.png') no-repeat center;
    display: block;
    width: 13px;
    height: 13px;
    float: left;
    padding-top: 3px;
    cursor: pointer;
}

.delete-hover {
    background: url('Images/icon-trashcan-rad16.png') no-repeat center;
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    margin-left: 3px;
    cursor: pointer;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: rgb(235, 235, 228) !important;
}

.form-horizontal .form-group {
    margin: 0px;
    height: auto;
    min-height: 40px;
}

.frm-header-content {
    font-family: 'RSU';
    font-size: 22px;
    float: left;
    height: 40px;
}

.form-header {
    width: 30%;
    height: 51px;
    color: #000000;
    float: left;
    line-height: 45px;
    font-size: 26px;
    font-family: 'RSU';
}

.formHeader {
    width: auto;
    float: left;
    /*margin-top:8px;*/
    height: 45px;
    font-size: 22px;
    margin-bottom: 2px;
    font-family: 'RSU';
    cursor: pointer;
}

.formHeaderDefault {
    width: auto;
    float: left;
    height: 40px;
    font-size: 22px;
    font-family: 'RSU';
}

.formHeader-Approval {
    width: auto;
    float: left;
    margin-top: 23px;
    height: 30px;
    font-size: 24px;
    margin-bottom: 2px;
    font-family: 'SegoeUI-SemiLight';
}

.formLabel {
    font-weight: 100;
    line-height: 30px;
    width: 15.2%;
    padding: 0px;
    display: inline-block;
    margin-bottom: 5px;
    float: left;
    min-width: 146px;
    /*word-wrap: break-word;*/
    -o-text-overflow: ellipsis; /* Opera */
    text-overflow: ellipsis; /* IE, Safari (WebKit) */
    overflow: hidden; /* don't show excess chars */
    white-space: nowrap; /* force single line */
}

.formLabel-Right {
    font-weight: 100;
    line-height: 30px;
    padding: 0px;
    display: inline-block;
    margin-bottom: 5px;
    float: left;
    min-width: 70px;
    /*word-wrap: break-word;*/
    -o-text-overflow: ellipsis; /* Opera */
    text-overflow: ellipsis; /* IE, Safari (WebKit) */
    overflow: hidden; /* don't show excess chars */
    white-space: nowrap; /* force single line */
}

.formLabel-detail {
    line-height: 30px;
    width: 15.2%;
    padding: 0px;
    display: inline-block;
    margin-bottom: 5px;
    float: left;
    min-width: 146px;
    -o-text-overflow: ellipsis; /* Opera */
    text-overflow: ellipsis; /* IE, Safari (WebKit) */
    overflow: hidden; /* don't show excess chars */
    white-space: nowrap; /* force single line */
}

.Label-detail {
    min-height: 30px;
    line-height: 30px;
    float: left;
    width: 75%;
    min-width: 330px;
    height: auto;
    word-wrap: break-word;
}

.formContent {
    float: left;
    margin-left: 10px;
}

.formContentDetail { /** Standard width หน้า Detail ของทั้งระบบครับ **/
    min-height: 30px;
    line-height: 30px;
    float: left;
    width: 70%;
    min-width: 490px;
    height: auto;
    word-wrap: break-word;
    color: #428BCA;
}

.formContentTime {
    float: left;
    margin-left: 24px;
}

.formContent_TextEditor {
    min-width: 500px;
    width: 65%;
    margin-bottom: 10px;
}

.detail {
    line-height: 30px;
}

.labeliCheck {
    font-weight: 100;
    margin-right: 12px;
    padding: 0px;
    display: inline-block;
    margin-bottom: 5px;
    float: left;
    cursor: pointer;
}

.label-checkbox {
    margin: 5px 12px 0px 0px;
    padding: 0px;
    display: inline-block;
    margin-bottom: 5px;
    float: left;
    cursor: pointer;
}

.label-radio {
    padding: 0px;
    float: left;
    margin-right: 12px;
    cursor: pointer;
}

    .label-radio .iradio_flat-blue {
        margin-top: 5px !important;
    }

.input-group.data-picker {
    width: 200px;
}

    .input-group.data-picker > .input-group-btn {
        vertical-align: top;
    }
/*.form-control.picker-code{
    width:170px;
}*/
.form-control.for-picker {
    width: 280px;
}

.input-group.date {
    width: 245px;
}

.tabbar {
    width: 100%;
}

    .tabbar .req, .tabbar .impot {
        float: none;
        padding: 0px;
    }

.formHeader-Caret-Right {
    float: left;
    width: 20px;
    height: 40px;
    background-image: url('Images/icon-caret-right14.png');
    background-repeat: no-repeat;
    background-size: 14px;
    background-position-y: 9px;
}

.formHeader-Caret-Down {
    float: left;
    width: 20px;
    height: 40px;
    background-image: url('Images/icon-caret-down10.png');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position-y: 12px;
}

.btn-group > .btn.btn-tab:first-child {
    border: 1px solid #396CAC;
    border-right: 0px;
}

.btn-group > .btn.btn-tab:last-child {
    border: 1px solid #396CAC;
}

.btn-group > .btn.btn-tab:not(:first-child):not(:last-child) {
    margin-left: 0px !important;
    border-right: 0px;
}


/*  เฉพาะ Sale Automation */


.btn-tab {
    height: 30px;
    background-color: white;
    border: 1px solid #396CAC;
    color: #396CAC;
    padding: 3px;
    -o-text-overflow: ellipsis; /* Opera */
    text-overflow: ellipsis; /* IE, Safari (WebKit) */
    overflow: hidden; /* don't show excess chars */
    white-space: nowrap; /* force single line */
}

    .btn-tab:hover {
        background-color: #396CAC;
        color: white !important;
    }

    .btn-tab:focus {
        color: #396CAC;
    }

.btn-picker {
    background-color: #ffffff !important;
    border: 1px solid #cccccc !important;
    border-left: none !important;
    border-radius: 0px;
    box-shadow: none;
    width: 30px;
    height: 30px;
    /* background-image: url('Images/icon-ilist.png');*/
    background-image: url('Images/icon-btn-picker.png');
    background-repeat: no-repeat;
    background-position: center;
}

.btn-picker-modal {
    background-color: #ffffff !important;
    border: 1px solid #cccccc !important;
    border-left: none !important;
    border-radius: 0px;
    box-shadow: none;
    width: 30px;
    height: 30px;
    /* background-image: url('Images/icon-ilist.png');*/
    background-image: url('Images/icon-btn-picker.png');
    background-repeat: no-repeat;
    background-position: center;
}

.btn-picker-remove {
    background-color: #ffffff !important;
    border: 1px solid #cccccc !important;
    border-left: none !important;
    border-radius: 0px;
    box-shadow: none;
    width: 30px;
    height: 30px;
    background-image: url('Images/icon-cancel2.png');
    background-repeat: no-repeat;
    background-position: center;
}

.k-grid > .form-control.picker-code {
    width: 100px !important;
}

.btn-picker-grid {
    background-color: transparent !important;
    border-left: 1px solid #cccccc !important;
    border-radius: 0px;
    box-shadow: none;
    width: 30px;
    height: 39px;
    background-image: url('Images/icon-ilist.png');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.btn-picker-modal {
    background-color: #ffffff !important;
    border: 1px solid #cccccc !important;
    border-left: none !important;
    border-radius: 0px;
    box-shadow: none;
    width: 30px;
    height: 30px;
    /* background-image: url('Images/icon-ilist.png');*/
    background-image: url('Images/icon-btn-picker.png');
    background-repeat: no-repeat;
    background-position: center;
}

.input-group-addon {
    padding: 5px 6px 5px 7px;
    border: 1px solid #ccc;
    border-left: 0px;
    border-radius: 0px;
}

/******* Popup Picker *******/
.popup {
    width: 800px;
    height: auto;
    background-color: #f2f2f2;
    padding: 20px 20px 19px 20px;
}

.popup-content {
    padding: 20px;
    background-color: white;
    border: 1px solid #ccc;
}


    .popup-content .popup-header {
        font-size: 26px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
        margin-bottom: 20px;
        font-family: 'RSU';
    }

    .popup-content .popup-subheader {
        font-size: 22px;
        font-family: 'RSU';
        /*border-bottom: 1px solid #ccc;*/
        padding-bottom: 5px;
        margin-bottom: 20px;
        margin-left: 15px;
    }


.popup-label-header {
    width: 32%;
    float: left;
    vertical-align: middle;
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: 'RSU';
    -o-text-overflow: ellipsis; /* Opera */
    text-overflow: ellipsis; /* IE, Safari (WebKit) */
    overflow: hidden; /* don't show excess chars */
    white-space: nowrap; /* force single line */
}

.popup-footer {
    padding-top: 10px;
    text-align: right;
}

    .popup-footer .btn {
        width: 100px;
    }

ul.typeahead {
    width: 100%;
    border-radius: 0px;
    border: 1px solid #cccccc;
    background-color: white;
}

    ul.typeahead > li > a:hover {
        background-color: #396CAC !important;
        color: white !important;
    }

.overlay-transparent {
    background-color: white;
    opacity: 0;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    overflow-y: auto;
    width: 100%;
    z-index: 10000;
    display: block;
    overflow-x: hidden;
}

.overlay-transparent-black {
    background-color: black;
    opacity: 0.7;
    height: 100%;
    left: 0;
    position: fixed;
    top: 41px;
    overflow-y: auto;
    width: 100%;
    z-index: 10000;
    display: block;
    overflow-x: hidden;
}

.formstatus {
    font-weight: 100;
    font-size: 14px;
    line-height: 30px;
    width: 16.666666666666664%;
    margin-right: 12px;
    padding: 0px;
    display: inline-block;
    margin-bottom: 5px;
    float: left;
}

    .formstatus.statusBar {
        float: right;
        width: auto;
        padding: 0px;
        margin-left: -10px;
        margin-top: 11px;
        margin-right: 0px !important;
        margin-bottom: 10px !important;
    }

.is-no-img {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.font_Top {
    float: left;
    font-size: 14px;
    margin-top: -8px;
}

.font_Down {
    float: left;
    font-size: 11px;
    margin: -22px 0px;
}

.btnStatusBar {
    width: 120px;
    height: 40px;
    float: left;
    margin: 0 0 0 10px;
    padding: 5px 0 5px 10px;
    border-radius: 0px;
}

    .btnStatusBar.btn_vertion {
        /*background-color: #396CAC;
        color: white;
        border: none;*/
        background-color: none;
        color: #396cac;
        border: 1px solid #396cac;
    }
    /*.btnStatusBar.btn_vertion:hover{
    background-color: #1866C5;
}*/
    /*.btnStatusBar.btn_lowrating{
    background-color: #E4E4E4;
    color: #999999;
    border: none;
}
.btnStatusBar.btn_lowrating:hover{
    background-color: #D7D7D7;
}*/
    .btnStatusBar.btn_lowrating {
        background-color: #FFFFFF;
        color: #999999;
        border: 1px solid #999;
        border-right: none;
    }

    .btnStatusBar.btn_normalrating {
        background-color: #FFFFFF;
        color: #396cac;
        border: 1px solid #396cac;
        border-right: none;
    }

    .btnStatusBar.btn_hotrating {
        background-color: #FFFFFF;
        color: #249d56;
        border: 1px solid #249d56;
        border-right: none;
    }
    /*.btnStatusBar.btn_normalrating{
    background-color: #FFFFFF;
    color: white;
    border: none;
}*/
    /*.btnStatusBar.btn_normalrating:hover{
    background-color: #1866C5;
}*/
    /*.btnStatusBar.btn_hotrating{
    background-color: #249D56;
    color: white;
    border: none;
}
.btnStatusBar.btn_hotrating:hover{
    background-color: #1F854A;
}*/
    .btnStatusBar.btn_active {
        /*background-color: #249D56;
        color: white;
        border: none;*/
        color: #249D56;
        border: 1px solid #249D56;
    }
    /*.btnStatusBar.btn_active:hover{
    background-color:#1F854A;
}*/
    .btnStatusBar.btn_inactive {
        /*background-color: #E4E4E4;
        color: #999999;
        border: none;*/
        color: #ff6c6c;
        border: 1px solid #ff6c6c;
    }
/*.btnStatusBar.btn_inactive:hover{
    background-color:#D7D7D7;
}*/
/*.btnoptionlow{
    height: 40px;
    width: 29px;
    border-radius: 0px;
    border: none;
    border-left: 1px #cccccc solid;
    background-color: #E4E4E4;
}
.btnoptionlow:hover{
    background-color: #D7D7D7;
}*/
.btnoptionblue {
    height: 40px;
    width: 29px;
    border-radius: 0px;
    border: none;
    border-left: none;
    background-color: #396CAC;
}

    .btnoptionblue:hover {
        background-color: #1866C5;
    }

.btnoptiongreen {
    height: 40px;
    width: 29px;
    border-radius: 0px;
    border: none;
    border-left: none;
    background-color: #249d56;
}

    .btnoptiongreen:hover {
        background-color: #1F854A;
    }

.btnoptionlow {
    height: 40px;
    width: 29px;
    border-radius: 0px;
    border: none;
    border: 1px solid #999;
    border-left: none;
    background-color: #FFFFFF;
}

.btnoptionnormal {
    height: 40px;
    width: 29px;
    border-radius: 0px;
    border: none;
    border: 1px solid #396cac;
    border-left: none;
    background-color: #FFFFFF;
}

    .btnoptionnormal:hover {
        background-color: #FFFFFF;
    }

.btnoptionhot {
    height: 40px;
    width: 29px;
    border-radius: 0px;
    border: none;
    border: 1px solid #249d56;
    border-left: none;
    background-color: #FFFFFF;
}

    .btnoptionhot:hover {
        background-color: #FFFFFF;
    }

.w90 {
    width: 90px;
}

.btn_next {
    width: 30px;
    height: 30px;
    border: 1px solid #396CAC;
    border-left: none !important;
    background-color: white;
    background: url('Images/icon-arrow-right-blue22.png') center no-repeat;
}

    .btn_next:hover {
        background-image: url('Images/icon-arrow-right-white22.png');
        background-color: #396CAC;
    }

.btn_alt {
    width: 30px;
    height: 30px;
    border: 1px solid #396CAC;
    border-left: none !important;
    background-color: white;
    background: url('Images/icon-in-alt-blue30.png') center no-repeat;
}

    .btn_alt:hover {
        background-image: url('Images/icon-in-alt-white30.png');
        background-color: #396CAC;
    }

.btn_back {
    width: 30px;
    height: 30px;
    border: 1px solid #396CAC;
    background-color: white;
    background: url('Images/icon-arrow-left-blue22.png') center no-repeat;
}

    .btn_back:hover {
        background-image: url('Images/icon-arrow-left-white22.png');
        background-color: #396CAC;
    }

.btn-select-primary {
    width: 30px;
    height: 30px;
    /*border-left: none !important;*/
    border: 1px solid #396CAC;
    background-color: white;
    background: url('Images/select-contact-primary.png') center no-repeat;
}

    .btn-select-primary:hover {
        background-color: #396CAC;
        background-image: url('Images/select-contact-primary-white.png');
    }

.btn_plus {
    width: 30px;
    height: 30px;
    /*border-left: none !important;*/
    border: 1px solid #396CAC;
    background-color: white;
    background: url('Images/icon-newrecode-blue14.png') center no-repeat;
}

    .btn_plus:hover {
        background-image: url('Images/icon-newrecode-white14.png');
        background-color: #396CAC;
    }

    .btn_plus.btn-sale-item {
        border-left: 1px solid #396CAC !important;
    }


    .btn_plus2 {
    width: 135px;
    height: 30px;
    /*border-left: none !important;*/
    border: 1px solid #396CAC;
    background-color: white;
    background: url('Images/icon-newrecode-blue14.png') center no-repeat;
    background-position-x:8px;
    font-size: 13px;
    color: #396CAC !important;
    text-align: right;
    margin-right: 5px;
    padding: 5px 8px !important;
}

    .btn_plus2:hover {
        background-image: url('Images/icon-newrecode-white14.png');
        background-color: #396CAC;
        color: #fff !important;
    }

.btn_trash {
    width: 30px;
    height: 30px;
    border: 1px solid #396CAC;
    background-color: white;
    background: url('Images/icon-delrecord-blue16.png') center no-repeat;
}

    .btn_trash:hover {
        background-image: url('Images/icon-delrecord-white16.png');
        background-color: #396CAC;
    }

.btn_viewtype {
    width: 30px;
    height: 30px;
    border-radius: 2px;
    border: 1px solid #396CAC;
    background-color: white;
    background: url('Images/icon-viewtype-blue14.png') center no-repeat;
}

    .btn_viewtype:hover {
        background-image: url('Images/icon-viewtype-white14.png');
        background-color: #396CAC;
    }

    .btn_viewtype.btn-sale-item {
        border-left: 1px solid #396CAC !important;
    }

.ddl-viewtype {
    position: absolute;
    right: 0px;
    left: auto;
}

    .ddl-viewtype li {
        padding: 3px 10px;
        cursor: pointer;
    }

        .ddl-viewtype li:hover {
            color: #ffffff;
            text-decoration: none;
            background-color: #428bca;
        }

/*.btn_viewtype:hover {
        background-image: url('Images/icon-newrecode-white14.png');
        background-color: #396CAC;
    }
    .btn_viewtype.btn-sale-item{
        border-left:1px solid #396CAC!important;
    }*/

.btn_insert_row {
    width: 30px;
    height: 30px;
    border: 1px solid #396CAC;
    border-left: none;
    background-color: white;
    background: url('Images/icon-insert-item.png') center no-repeat;
}

    .btn_insert_row:hover {
        background-image: url('Images/icon-insert-item-white.png');
        background-color: #396CAC;
    }


.btn_insert_row2 {
    width: 127px;
    height: 30px;
    border: 1px solid #396CAC;
    background-color: white;
    background: url('Images/icon-insert-item.png') center no-repeat;
    background-position-x: 8px;
    font-size: 13px;
    font-family: initial;
    color: #396CAC !important;
    text-align: right;
    margin-right: 5px;
}

    .btn_insert_row2:hover {
        background-image: url('Images/icon-insert-item-white.png');
        background-color: #396CAC;
        color: #fff !important;
    }
/*.btn_insert_row > .icon-insert{ 
    width: 20px;
    height:20px;
    background-image:  url('Images/icon-insert-item.png') center no-repeat; 
    float:left; 
}
.btn_insert_row:hover.icon-insert{  
    background:  url('Images/icon-insert-item-white.png') center no-repeat;  
}*/
.btn_up {
    width: 30px;
    height: 30px;
    border: 1px solid #396CAC;
    background-color: white;
    background: url('Images/move-up.png') center no-repeat;
}

    .btn_up:hover {
        background-image: url('Images/move-up-hover.png');
        background-color: #396CAC;
    }

.btn_down {
    width: 30px;
    height: 30px;
    border: 1px solid #396CAC;
    background-color: white;
    background: url('Images/move-down.png') center no-repeat;
}

    .btn_down:hover {
        background-image: url('Images/move-down-hover.png');
        background-color: #396CAC;
    }

.btn_more {
    width: 30px;
    height: 30px;
    border: 1px solid #396CAC;
    background-color: white;
    background: url('Images/icon-ellipsis-blue16.png') center no-repeat;
}

    .btn_more:hover {
        background-image: url('Images/icon-ellipsis-white16.png');
        background-color: #396CAC;
    }

.btn_pencil {
    width: 30px;
    height: 30px;
    border: 1px solid #396CAC;
    background-color: white;
    background: url('Images/icon-pencil-blue16.png') center no-repeat;
}

    .btn_pencil:hover {
        background-image: url('Images/icon-pencil-white16.png');
        background-color: #396CAC;
    }

.btn_tools {
    width: 30px;
    height: 30px;
    border: 1px solid #396CAC;
    background-color: white;
    background: url('Images/icon-tools-blue17.png') center no-repeat;
    border-right: none;
}

    .btn_tools:hover {
        background: url('Images/icon-tools-white17.png') center no-repeat;
        background-color: #396CAC;
    }

.btn_table3 {
    width: 30px;
    height: 30px;
    border: 1px solid #396CAC;
    background-color: white;
    background: url('Images/icon-table-blue17.png') center no-repeat;
}

    .btn_table3:hover {
        background-image: url('Images/icon-table-white17.png');
        background-color: #396CAC;
    }

.btn_ilist {
    background-color: #ffffff !important;
    border: 1px solid #cccccc !important;
    border-left: none !important;
    border-radius: 0px;
    box-shadow: none;
    width: 30px;
    height: 30px;
    background-image: url('Images/icon-ilist.png');
    background-repeat: no-repeat;
    background-position: center;
}

    .btn_ilist:active {
        background-image: url('Images/icon-ilist.png');
        background-repeat: no-repeat;
        background-position: center;
    }

.btn_irefresh {
    vertical-align: top;
    background-color: #ffffff !important;
    border: 1px solid #cccccc !important;
    border-left: none !important;
    border-radius: 0px;
    box-shadow: none;
    width: 30px;
    height: 30px;
    background-image: url('Images/icon-refresh.png');
    background-repeat: no-repeat;
    background-position: center;
}

    .btn_irefresh:active {
        background-image: url('Images/icon-refresh.png');
        background-repeat: no-repeat;
        background-position: center;
    }

.btn_arrow_drow {
    vertical-align: top;
    background-color: #ffffff !important;
    border: 1px solid #cccccc !important;
    border-radius: 0px;
    box-shadow: none;
    width: 10px;
    height: 7px;
    background-image: url('Images/icon-arrow-drow.png');
    background-repeat: no-repeat;
    background-position: center;
}

.btn_arrow_up {
    vertical-align: top;
    background-color: #ffffff !important;
    border: 1px solid #cccccc !important;
    border-radius: 0px;
    box-shadow: none;
    width: 10px;
    height: 7px;
    background-image: url('Images/icon-arrow-up.png');
    background-repeat: no-repeat;
    background-position: center;
}
/*.................................Search........................................*/
.form-search .select2-chosen {
    padding-right: 0px !important;
}

.view-by {
    border: none;
    background-color: white;
    padding: 0;
    width: 80%;
    max-width: 100%;
}

.view-by-dropdown {
    width: auto;
    top: 32px;
}

    .view-by-dropdown span {
        font-size: 12px;
        margin: 0px 10px;
    }

    .view-by-dropdown ul {
        list-style: none;
        padding: 0px;
        width: auto;
        min-width: 175px;
    }

        .view-by-dropdown ul li {
            margin: 5px;
            cursor: pointer;
            -o-text-overflow: ellipsis; /* Opera */
            text-overflow: ellipsis; /* IE, Safari (WebKit) */
            overflow: hidden; /* don't show excess chars */
            white-space: nowrap;
        }

            .view-by-dropdown ul li a {
                color: #333333;
                margin-left: 20px;
                font-size: 12px;
            }

    .view-by-dropdown .IconCorrect {
        margin: 2px -15px 0px 0px;
    }

.view-type-dropdown {
    width: auto;
    top: 32px;
}

    .view-type-dropdown span {
        font-size: 12px;
        margin: 0px 20px;
    }

    .view-type-dropdown ul {
        list-style: none;
        padding: 0px;
        width: auto;
        min-width: 175px;
    }

        .view-type-dropdown ul li {
            margin: 5px;
            cursor: pointer;
            -o-text-overflow: ellipsis; /* Opera */
            text-overflow: ellipsis; /* IE, Safari (WebKit) */
            overflow: hidden; /* don't show excess chars */
            white-space: nowrap;
        }

            .view-type-dropdown ul li a {
                color: #333333;
                margin-left: 20px;
                font-size: 12px;
            }

    .view-type-dropdown .IconCorrect {
        margin: 2px -15px 0px 0px;
    }

.view-by-wrapper {
    min-width: 180px;
    float: left;
    padding: 0px;
    width: 35%;
}

    .view-by-wrapper .arrow_box:after {
        left: 10%;
    }

    .view-by-wrapper .arrow_box:before {
        left: 10%;
    }

.view-by-info {
    min-width: 25px;
    text-align: left;
    font-family: 'RSU';
    font-size: 26px;
    float: left;
    width: auto;
    max-width: 85%;
    -o-text-overflow: ellipsis; /* Opera */
    text-overflow: ellipsis; /* IE, Safari (WebKit) */
    overflow: hidden; /* don't show excess chars */
    white-space: nowrap; /* force single line */
}

.view-by-icon {
    display: block;
    width: 13px;
    height: 13px;
    background: url('Images/arrow-down-gray.png') no-repeat;
    float: left;
    margin-top: 12px;
    margin-left: 15px;
}

.NewStatus {
    float: right;
}

.form-header.wd_status1 {
    width: 50vw;
}

.form-header.wd_status2 {
    width: 40vw;
}

.form-header.wd_status3 {
    width: 33vw;
}

.form-header.wd_status4 {
    width: 20vw;
}

.form-header.wd_status5 {
    width: 12vw;
}
.viewhistory-wrapper {
    float: left;
    width: 79%;
    max-width: 100%;
}

    .viewhistory-wrapper .header {
        font-family: 'RSU';
        font-size: 26px;
        line-height: 30px;
        float: left;
        width: 120%;
        -o-text-overflow: ellipsis; /* Opera */
        text-overflow: ellipsis; /* IE, Safari (WebKit) */
        overflow: hidden; /* don't show excess chars */
        white-space: nowrap; /* force single line */
    }

    .viewhistory-wrapper .viewhistory {
        float: left;
        margin-top: -7px;
        font-size: 12px;
        font-family: 'SegoeUI', 'Tahoma';
        cursor: pointer;
        color: #396CAC;
        margin: 3px 0 0 0;
        line-height: 10px;
    }

        .viewhistory-wrapper .viewhistory .viewhistory-comma {
            margin: 3px 3px;
            float: left;
        }

        .viewhistory-wrapper .viewhistory .viewhistory-tooltip + .tooltip > .tooltip-inner {
            background-color: #FEFEFE;
            min-width: 260px;
            border-radius: 4px;
            padding: 10px;
            text-align: left;
            line-height: 25px;
            border: 1px solid #CCCCCC;
        }

        .viewhistory-wrapper .viewhistory .viewhistory-tooltip + .tooltip > .tooltip-arrow {
            border-bottom-color: #ccc;
        }

.recommend-wrapper {
    float: left;
    width: 100%;
    max-width: 100%;
}

    .recommend-wrapper .header {
        line-height: 30px;
        float: left;
        width: 100%;
        -o-text-overflow: ellipsis; /* Opera */
        text-overflow: ellipsis; /* IE, Safari (WebKit) */
        overflow: hidden; /* don't show excess chars */
        white-space: nowrap; /* force single line */
    }

    .recommend-wrapper .viewhistory {
        float: left;
        margin-top: -7px;
        font-size: 14px;
        cursor: pointer;
        color: #396CAC;
        margin: 3px 0 0 0;
        line-height: 10px;
    }

        .recommend-wrapper .viewhistory .viewhistory-comma {
            margin: 3px 3px;
            float: left;
        }

        .recommend-wrapper .viewhistory .viewhistory-tooltip + .tooltip > .tooltip-inner {
            background-color: #FEFEFE;
            min-width: 350px;
            border-radius: 4px;
            padding: 10px;
            text-align: left;
            line-height: 25px;
            border: 1px solid #396cac;
            font-size: 14px;
        }

        .recommend-wrapper .viewhistory .viewhistory-tooltip + .tooltip > .tooltip-arrow {
            border-bottom-color: #ccc;
            display: none;
        }

.all-invoice  .viewhistory-tooltip + .tooltip > .tooltip-inner {
    background-color: #FEFEFE;
    min-width: 200px;
    border-radius: 4px;
    padding: 10px;
    text-align: left;
    line-height: 25px;
    border: 1px solid #396cac;
    font-size: 14px;
}

.all-invoice .viewhistory-tooltip + .tooltip > .tooltip-arrow {
    border-bottom-color: #ccc;
    display: none;
}

@media screen and (max-width: 1200px) {
    .form-header {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .NewStatus {
        float: left;
    }

    .statusBar {
        float: left;
    }

    .viewhistory {
        width: 80%;
    }

    #frmEditDeposit .form-header, #frmDeposit .form-header {
        width: 80% !important;
        margin-bottom: 10px;
    }

    #frmEditDeposit .NewStatus, #frmDeposit .NewStatus {
        clear: none !important;
        float: right !important;
    }
   
}

#frmEditDeposit .form-header
    {
        margin-bottom:10px;
    }

@media screen and (max-width : 1366px) {
    .form-header.wd_status3 {
        width: 29vw;
    }

    .scrollbarListNotice {
        height: 470px !important;
    }

    .viewportListNotice {
        height: 470px !important;
    }

    .scrollbarListNoticeTutorial {
        height: 470px !important;
    }

    .viewportListNoticeTutorial {
        height: 470px !important;
    }

    .scrollbarNotice {
        height: 380px !important;
    }

    .viewportNotice {
        height: 380px !important;
    }

    .ArticleListclean30 {
        clear: both !important;
        height: 0px !important;
    }

    .ArticleListclean {
        clear: none !important;
    }

    .ArticleListclean80 {
        clear: both !important;
        height: 35px !important;
    }

    .ArticleListclean111 {
        clear: both !important;
        height: 20px !important;
    }

    .scrollbarArticle {
        height: 320px !important;
    }

    .viewportArticle {
        height: 320px !important;
    }

    .TextArticleName {
        margin-top: 15px !important;
    }

    .slidesArticle {
        height: 450px !important;
    }

    .blueberryArticle {
        max-width: 900px !important;
        max-height: 470px !important;
    }

    .icon-tutorial-ListNotice32 {
        margin-top: 32px !important;
        position: fixed !important;
        right: 10px !important;
    }

    .ListNotice32 {
        margin-top: 62px !important;
    }

    .ListNotice36 {
        margin-top: 120px !important;
        right: 6px !important;
    }

    .Article-body {
        padding: 10px 10px 10px 10px !important;
    }

    .ArticleHeight {
        height: 410px !important;
    }
}

@media screen and (max-width : 1480px) {
    .form-header.wd_status4 {
        width: 24vw;
    }
}

@media screen and (max-width : 1560px) {
    .Quote-ApproveType2-col3 {
        width: 26% !important;
    }

    .Quote-ApproveType2-col1 {
        width: 39% !important;
    }

    .Quote-ApproveType1-col2 {
        width: 34% !important;
    }

    .Quote-ApproveType1-col4 {
        width: 26% !important;
    }
}

@media screen and (max-width : 1370px) {
    .form-header.wd_status4 {
        width: 22vw;
    }
}

@media screen and (max-width : 1315px) {
    .form-header.wd_status4 {
        width: 18vw;
    }
}

@media all and (max-width: 1230px) {
    .view-by {
        min-width: 70px;
    }

    .view-by-info {
        max-width: 80%;
    }

    .view-by-wrapper {
        width: 27%;
    }
}

.span_List {
    margin-right: 10px;
    font-size: 24px;
    float: left;
}

.div_search {
    padding: 0px;
    float: right;
    margin-top: 4px;
    width: 485px;
}

.div_search_item {
    padding: 0px;
    float: right;
    margin-top: 4px;
    width: 635px;
}
/*.form-search{
    float:right;
    width: 485px;
}*/
#SearchGrid .txt_search {
    float: left;
    width: 300px !important;
    box-shadow: none;
    border-radius: 0px;
    height: 25px;
    padding: 0 0 0 5px;
}

#SearchGridChatter .txt_search {
    float: left;
    width: 300px !important;
    box-shadow: none;
    border-radius: 0px;
    height: 25px;
    padding: 0 0 0 5px;
}

#SearchQuotationRequest .txt_search {
    float: left;
    width: 300px !important;
    box-shadow: none;
    border-radius: 0px;
    height: 25px;
    padding: 0 0 0 5px;
}

#SearchGrid .btn_gridsearch, .btn_gridsearchMuti {
    background-image: url("Images/icon-search16.png");
    background-position: 5px 4px;
    background-repeat: no-repeat;
    box-shadow: none;
    float: left;
    top: 0;
    width: 25px;
    height: 25px;
    border: 1px #cccccc solid;
    border-left: none;
    background-color: transparent;
    border-left-width: 0px;
    position: absolute;
    right: 0;
}

#SearchGrid .btn_gridlabel {
    background-image: url("Images/icon-search16.png");
    background-position: 5px 4px;
    background-repeat: no-repeat;
    box-shadow: none;
    float: left;
    top: 0;
    width: 25px;
    height: 25px;
    border: 1px #cccccc solid;
    border-left: none;
    background-color: transparent;
    border-left-width: 0px;
    position: absolute;
    right: 0;
}

#SearchGridChatter .btn_gridChattersearch {
    background-image: url("Images/icon-search16.png");
    background-position: 5px 4px;
    background-repeat: no-repeat;
    box-shadow: none;
    float: left;
    top: 0;
    width: 25px;
    height: 25px;
    border: 1px #cccccc solid;
    border-left: none;
    background-color: transparent;
    border-left-width: 0px;
    position: absolute;
    right: 0;
}

#SearchGridChatter .btn_gridlabel {
    background-image: url("Images/icon-search16.png");
    background-position: 5px 4px;
    background-repeat: no-repeat;
    box-shadow: none;
    float: left;
    top: 0;
    width: 25px;
    height: 25px;
    border: 1px #cccccc solid;
    border-left: none;
    background-color: transparent;
    border-left-width: 0px;
    position: absolute;
    right: 0;
}

#SearchQuotationRequest .btn_searchQuotationRequest {
    background-image: url("Images/icon-search16.png");
    background-position: 5px 4px;
    background-repeat: no-repeat;
    box-shadow: none;
    float: left;
    top: 0;
    width: 25px;
    height: 25px;
    border: 1px #cccccc solid;
    border-left: none;
    background-color: transparent;
    border-left-width: 0px;
    position: absolute;
    right: 0;
}

#SearchGrid .btn_dropdown {
    width: 130px;
    text-align: left;
    padding: 0 0 0 5px;
    float: left;
    border-radius: 0px;
    height: 25px;
    background-color: white;
    border: 1px solid #CCCCCC;
    margin: 0 10px 0 0;
}

#SearchGrid .txt_dropdown {
    float: left;
    margin-left: 3px;
    line-height: 21px;
}

#SearchGrid .img_down {
    float: right;
    margin: 7px 6px;
}

#SearchGrid #txtStartDate {
    margin-left: 160px;
}

#SearchGrid .to {
    width: 51px;
    float: left;
    text-align: center;
}

#SearchGrid .input-group.date {
    width: 137px;
    float: left;
}

#SearchGrid .inputdate {
    width: 110px !important;
    height: 25px;
}

#SearchGrid .input-group-addon {
    padding: 2px 4px 0px 6px;
}

#SearchGrid #s2id_SearchBy.select2-container > .select2-choice {
    height: 25px !important;
    line-height: 1;
    box-shadow: none;
    width: 150px !important;
    float: left;
}

#SearchGridChatter .btn_dropdown {
    width: 130px;
    text-align: left;
    padding: 0 0 0 5px;
    float: left;
    border-radius: 0px;
    height: 25px;
    background-color: white;
    border: 1px solid #CCCCCC;
    margin: 0 10px 0 0;
}

#SearchGridChatter .txt_dropdown {
    float: left;
    margin-left: 3px;
    line-height: 21px;
}

#SearchGridChatter .img_down {
    float: right;
    margin: 7px 6px;
}

#SearchGridChatter #txtStartDate {
    margin-left: 160px;
}

#SearchGridChatter .to {
    width: 51px;
    float: left;
    text-align: center;
}

#SearchGridChatter .input-group.date {
    width: 137px;
    float: left;
}

#SearchGridChatter .inputdate {
    width: 110px !important;
    height: 25px;
}

#SearchGridChatter .input-group-addon {
    padding: 2px 4px 0px 6px;
}

#SearchGridChatter #s2id_SearchBy.select2-container > .select2-choice {
    height: 25px !important;
    line-height: 1;
    box-shadow: none;
    width: 150px !important;
    float: left;
}

#SearchQuotationRequestMobile .txt_search {
    float: left;
    width: 300px !important;
    box-shadow: none;
    border-radius: 0px;
    height: 25px;
    padding: 0 0 0 5px;
}

#SearchQuotationRequestMobile .btn_searchQuotationRequest {
    background-image: url("Images/icon-search16.png");
    background-position: 5px 4px;
    background-repeat: no-repeat;
    box-shadow: none;
    float: left;
    top: 0;
    width: 25px;
    height: 25px;
    border: 1px #cccccc solid;
    border-left: none;
    background-color: transparent;
    border-left-width: 0px;
    position: absolute;
    right: 0;
}

.select2-drop-active .select2-results .select2-result {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.select2-container .select2-choices .select2-search-field input, .select2-container .select2-choice, .select2-container .select2-choices {
    font-family: 'SegoeUI', 'Tahoma' !important;
}

.div-ddl-search > .select2-container > .select2-choice {
    height: 25px !important;
    line-height: 1;
    box-shadow: none;
    width: 300px !important;
    float: left;
}
/*** สำหรับ Picker ที่แสดง Dropdown (Standard)***/
.select2-container.select-picker-ddl {
    width: 280px;
}

.tooltip.in {
    opacity: 1;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #CCCCCC;
}

.tooltip-inner {
    max-width: 350px;
    padding: 0;
    color: #000000;
    text-align: center;
    text-decoration: none;
    background-color: #FFFFFF;
    border-radius: 0px;
}

#TooltipContent {
    height: 110px;
    border: 1px #CCCCCC solid;
    padding: 8px 0 0 8px;
    font-size: 11px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.boxtooltip {
    width: 195px;
    height: 25px;
    text-align: left;
}

.tooltiptitle {
    float: left;
    width: 90px;
}

.tooltiptxt {
    float: left;
    width: 105px;
}
/*------------------------Show Pass-------------------------------------*/
#showPass {
    width: 20px;
    height: 20px;
    background-image: url("Images/eyegray.png");
    cursor: pointer;
}

    #showPass:hover {
        background-image: url("Images/eyeblue.png");
    }

.password-detail {
    cursor: default;
    border: none;
    font-size: 14px;
}

    .password-detail:active {
        border: none;
    }

.tab-picker {
    padding: 20px;
    background-color: #F2F2F2;
    width: 860px;
}

#tabs > li.active {
    border-radius: 0px !important;
}

    #tabs > li.active > a {
        border-top: 2px solid #396CAC;
        margin-left: 0px !important;
        border-radius: 0px !important;
        border-bottom: 0px !important;
    }

#tabs > li > a {
    padding-top: 5px !important;
    margin-top: 0px;
    height: 30px;
    text-align: center;
    margin-right: 5px !important;
    border: 1px solid #ccc;
    border-radius: 0px !important;
    width: 150px;
    color: #000;
}

.tab-picker-content {
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-top: 0px;
}

.tab-picker-content-all {
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #ccc;
}

.textarea {
    width: 475px !important;
    height: 70px !important;
    margin-left: 0;
    resize: none;
    padding-left: 10px;
}

.fix-rightbox {
    float: left;
    padding: 0px;
    width: 100%;
    list-style: none;
}

.txtDetail {
    min-height: 30px;
    line-height: 30px;
    float: left;
    width: 200px;
    height: auto;
    word-wrap: break-word;
    color: #428BCA;
}

.txtDetail_max {
    min-height: 30px;
    line-height: 30px;
    float: left;
    width: 500px;
    height: auto;
    word-wrap: break-word;
    color: #428BCA;
}

.div-upload {
    padding: 0px;
    float: left;
    /*margin-left:10px; กระทบกับส่วนอื่นคะ*/
}

    .div-upload .k-upload-sync .k-upload-button, .k-ie7 .k-upload-button, .k-ie8 .k-upload-button, .k-ie9 .k-upload-button {
        margin: 0 !important;
    }

    .div-upload .k-upload-button {
        width: 100px;
        height: 30px;
        line-height: 20px;
        background-color: #F8F8F8 !important;
        border-radius: 0px !important;
    }

    .div-upload .k-progress {
        position: relative;
    }

    .div-upload .k-upload-files {
        float: left !important;
        border: none;
        display: none;
    }

    .div-upload .k-upload {
        border: none;
        background: none;
        float: left;
    }

    .div-upload .k-dropzone {
        padding: 0 !important;
        float: left;
        width: 100px;
        height: 30px;
    }

    .div-upload .k-upload-status {
        display: none;
    }

    .div-upload .k-file {
        padding: 0;
        border: none;
        margin: 0 0 0 10px;
        width: 150px;
        height: 175px;
    }

    .div-upload .k-filename {
        height: 25px;
        width: 128px;
        margin-top: 116px;
        bottom: 0px;
    }

    .div-upload .kendoUploadImage {
        width: 150px;
        height: 175px;
        float: left;
        margin: 0 0 10px 10px;
    }

        .div-upload .kendoUploadImage img.loading {
            border: 1px solid #ccc;
            width: 150px;
            height: 150px;
        }

    .div-upload .imgUploaded {
        border: 1px solid #ccc;
    }

    .div-upload .ImageName {
        width: 150px;
    }

    .div-upload .NameImg {
        float: left;
        width: 135px;
    }

    .div-upload .RemoveImg {
        float: left;
        margin-left: 5px;
    }

    .div-upload .loading {
        padding: 65px 23px;
        position: absolute;
    }

.viewby-grid {
    border: none;
    background-color: white;
}

.min_w120 {
    min-width: 120px;
}

.detail-date {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.detail-date-to {
    width: 35px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}

.save-option {
    padding: 5px 0 0 10px;
    text-align: left;
}

.ab_l {
    position: absolute;
    right: 0;
}

.RightBlock .dropdown-menu > li > a {
    padding: 3px 10px;
}

.view-list label {
    display: inline-block;
    margin-bottom: 0px;
    font-weight: normal;
}

.icon-view-by {
    width: 13px;
    height: 13px;
    background: url('Images/arrow-down-gray.png');
    margin-top: 10px;
}

.Logout {
    cursor: pointer;
}

.logo-prosoftCRM {
    max-width: 100%;
    height: 38px;
    background: url('Images/icon-logo-home.png');
    background-repeat: no-repeat;
    box-shadow: none;
}

.logo-myCRM {
    background: url('Images/Logo-myCRM-Black.png');
    background-repeat: no-repeat;
    box-shadow: none;
    width: 78px;
    height: 35px;
}

.logo-facebook {
    background: url('Images/icon-facebook.png');
    background-repeat: no-repeat;
    box-shadow: none;
    width: 48px;
    height: 48px;
}

.logo-email {
    background: url('Images/icon-email.png');
    background-repeat: no-repeat;
    box-shadow: none;
    width: 180px;
    height: 180px;
}

.icon-more {
    background: url('Images/icon-more.png');
    background-repeat: no-repeat;
    box-shadow: none;
    width: 5px;
    height: 8px;
}

    .icon-more.hover {
        background: url('Images/icon-more-hover.png');
        background-repeat: no-repeat;
        box-shadow: none;
        width: 5px;
        height: 8px;
    }

.box-more {
    border: 0px !important;
    background: url('Images/img-more.png') center;
    background-color: transparent !important;
    background-repeat: no-repeat;
    height: 18px;
    cursor: pointer !important;
}

.box-activity {
    border: 1px solid #396CAC !important;
    background-color: #DAE6F3 !important;
    font-style: normal !important;
    font-size: 11px !important;
    color: #396CAC !important;
}

.box-activity-Appointment {
    border: 1px solid #396CAC !important;
    background-color: #3498DB !important;
    font-style: normal !important;
    font-size: 11px !important;
    color: #000 !important;
}

.box-activity-Phone {
    border: 1px solid #1ABC9C !important;
    background-color: #46D6DB !important;
    font-style: normal !important;
    font-size: 11px !important;
    color: #000 !important;
}

.box-activity-Email {
    border: 1px solid #9365B8 !important;
    background-color: #F1C40F !important;
    font-style: normal !important;
    font-size: 11px !important;
    color: #000 !important;
}

.box-activity-Fax {
    border: 1px solid #E7AE05 !important;
    background-color: #7AE7BF !important;
    font-style: normal !important;
    font-size: 11px !important;
    color: #000 !important;
}

.box-activity-Letter {
    border: 1px solid #AEAE00 !important;
    background-color: #E67E22 !important;
    font-style: normal !important;
    font-size: 11px !important;
    color: #000 !important;
}

.box-activity-Task {
    border: 1px solid #75706B !important;
    background-color: #51B749 !important;
    font-style: normal !important;
    font-size: 11px !important;
    color: #000 !important;
}

.box-anniversary {
    border: 1px solid #FF79FF !important;
    background-color: #9B59B6 !important;
    font-style: normal !important;
    font-size: 11px !important;
    color: #000 !important;
}

.box-birthday {
    border: 1px solid #73CC77 !important;
    background-color: #DBADFF !important;
    font-style: normal !important;
    font-size: 11px !important;
    color: #000 !important;
}

.box-established {
    border: 1px solid #FF9248 !important;
    background-color: #FF9BFF !important;
    font-style: normal !important;
    font-size: 11px !important;
    color: #000 !important;
}

.box-holiday {
    border: 1px solid #FF5A5A !important;
    background-color: #9B59B6 !important;
    font-style: normal !important;
    font-size: 11px !important;
    color: #000 !important;
}

.symbol-activity {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url('Images/symbol-activity.png');
}

.symbol-anniversary {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url('Images/symbol-anniversary.png');
}

.symbol-birthday {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url('Images/symbol-birthday.png');
}

.symbol-established {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url('Images/symbol-established.png');
}

.symbol-holiday {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url('Images/symbol-holiday.png');
}

.icon-mouse {
    background: url('Images/icon-mouse.png');
    background-repeat: no-repeat;
    box-shadow: none;
    width: 18px;
    height: 18px;
}

.icon-skype {
    background: url('Images/icon-skype.png');
    background-repeat: no-repeat;
    box-shadow: none;
    width: 18px;
    height: 18px;
}

.tutorial-content {
    height: 460px;
    width: 480px;
    margin: 0 auto;
    border-radius: 20px;
    border: none !important;
}

.tutorial-body {
    font-style: normal;
    text-align: center;
    white-space: nowrap;
    border: none;
    height: 100%;
    margin: 0;
    border-radius: 20px;
}

.tutorial-title-xl {
    font-family: 'Segoe UI Semilight', 'Segoe UI';
    font-weight: 400;
    font-size: 28px;
}

.tutorial-title-l {
    font-family: 'SegoeUI-Light', 'Segoe UI';
    font-weight: 300;
    font-size: 36px;
}

.tutorial-title-detail {
    font-family: 'Segoe UI Regular', 'Segoe UI';
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}

.tutorial-menu-content {
    width: 100%;
    height: 80px;
    background-color: #f2f2f2;
    float: left;
}

.tutorial-menu {
    font-family: 'Segoe UI Regular', 'Segoe UI';
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 80px;
    position: relative;
}

    .tutorial-menu > .active {
        color: #000;
    }

.tutorial-icon {
    position: absolute;
    bottom: -20px;
    left: 42%;
}

.tutorial-language-content, .tutorial-currency-content {
    padding: 0;
    height: 400px;
}

.tutorialList-content {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    border: none !important;
}

.tutorialList-body {
    font-style: normal;
    text-align: center;
    border: none;
    height: 100%;
    margin: 0;
    padding: 20px 200px 20px 200px;
    word-wrap: break-word;
}

.tutorialListArticle-body {
    font-style: normal;
    text-align: center;
    border: none;
    height: 100%;
    margin: 0;
    padding: 20px 100px 20px 100px;
    word-wrap: break-word;
}

.tutorialList-title-xl {
    font-family: 'ThaiSansNeue-Light', 'ThaiSans Neue';
    font-weight: 300;
    font-size: 72px;
    display: inline-block;
}

.tutorialList-title-l {
    font-family: 'SegoeUI-Light', 'Segoe UI';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

.tutorialList-title-m {
    font-family: 'ThaiSansNeue-Light', 'ThaiSans Neue';
    font-weight: 400;
    font-size: 48px;
    color: #666666;
}

.tutorialList-title-detail {
    font-family: 'Segoe UI Regular', 'Segoe UI';
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    display: inline-block;
    width: 25%;
    text-align: left;
}

.tutorialList-detail {
    font-family: 'ThaiSansNeue-Light';
    font-weight: 400;
    font-size: 25px;
    color: #396CAC;
    display: inline-block;
    width: 100%;
    text-align: center;
    cursor: pointer;
    letter-spacing: 1px;
    line-height: 25px;
    margin-bottom: 15px;
}

    .tutorialList-detail:hover {
        text-decoration: underline;
    }

.div-tutorialList {
    margin: auto;
    width: 800px;
    padding: 0px 200px 0px 200px;
}

.tutorialList-overlayShadow {
    display: table;
    left: 0px;
    top: 0px;
    width: 100%;
}

.tutorialList-overlayBand {
    display: table-cell;
    vertical-align: middle;
}

.tutorialList-overlayBox {
    display: table;
    margin: 0 auto 0 auto;
    width: 600px; /* or whatever */
    background-color: white; /* or whatever */
}

#btnSelected {
    width: 150px;
    border-radius: 4px;
    padding: 8px 25px;
    font-size: 14px;
}

#btnStart, #btnStartUserManual, #btnDone {
    width: 190px;
    height: 45px;
    border-radius: 4px;
    padding: 8px 25px;
    font-size: 28px;
    line-height: 0px;
    font-family: 'ThaiSansNeue-Light', 'ThaiSans Neue';
}

#btnSetUp {
    width: 190px;
    height: 45px;
    border-radius: 4px;
    /*padding: 8px 25px;*/
    text-align: center;
    font-size: 28px;
    line-height: 0px;
    font-family: 'ThaiSansNeue-Light', 'ThaiSans Neue';
    color: #396cac;
    border: 1px solid #396cac;
    background-color: #FFFFFF;
    margin-right: 20px;
}

.img-logo-tutorial {
    width: 235px;
    height: 118px;
    margin-top: -55px;
    margin-left: 15px;
}

.img-logo-notice {
    width: 30px;
    height: 30px;
    margin-top: -5px;
    margin-right: 5px;
    display: inherit !important;
}

.img-logo-noticenew {
    width: 16px;
    height: 16px;
    margin-top: -27px;
    margin-left: -20px;
    margin-right: 8px;
}

.img-icon-tutorial {
    width: 235px;
    height: 118px;
    margin-top: -55px;
    margin-left: 15px;
}

.table-amount, .table-total-amount {
    width: 100%;
    border-left: 1px solid #ccc !important;
    background: #f2f2f2;
}


    .table-amount td {
        border: 1px solid #ccc;
        text-align: right;
    }

        .table-amount td.label-amount {
            font-weight: 700;
            background: #fff !important;
            width: 70%;
            text-align: right;
        }

    .table-total-amount td {
        border: 1px solid #ccc;
        text-align: right;
        padding: 0px;
        line-height: 24px;
    }

        .table-total-amount td.label-amount {
            font-weight: 700;
            background: #fff !important;
            width: 65%;
            text-align: right;
            padding-right: 5px;
        }

        .table-total-amount td.label-amount {
            background: #f5f5f5;
        }

        .table-total-amount td.label-amount-total {
            background: #f5f5f5 !important;
        }

    .table-total-amount .ddl-vat {
        border-left-width: 0px;
    }

.sub-table {
    width: 100%;
    border: none;
}

.bg-white {
    background: #fff;
}

.sub-table td {
    padding: 0 5px;
}

.sub-table .col-1 {
    width: 200px !important;
}

.table-total-amount .input-text {
    width: 100%;
    border: none;
    text-align: right;
    margin: 0;
    padding: 0 5px;
}

.sub-table td {
    border: none;
}

.border-r {
    border-right: 1px solid #ccc !important;
}

.border-l {
    border-right: 1px solid #ccc;
}

.border-ccc1 {
    border: 1px solid #ccc;
}

.total-amount-all {
    padding: 0 5px;
}

.total-amount-all,
.pre-vat,
.after-discount,
.detail-amount,
.detail-discount {
    padding: 0 5px !important;
}

.grid-content {
    border: 1px solid #ccc;
}

.dropdown-rating {
    float: right;
    right: 0;
    margin-left: 9px;
}

/*highlight Text ApproveCenter*/

/* highlight สีเขียว*/
.h_light-GDCEBD8 {
    display: inline-block;
    color: #5C964D;
    background-color: #DCEBD8;
    border: 1px solid #DCEBD8;
    font-weight: normal;
}
/* highlight สีแดง*/
.h_light-GF7D1D0 {
    display: inline-block;
    color: #C52622;
    background-color: #F7D1D0;
    border: 1px solid #F7D1D0;
    font-weight: normal;
}
/* highlight สีฟ้า*/

.h_light-GD2E4EB {
    display: inline-block;
    color: #396CAC;
    background-color: #D2E4EB;
    border: 1px solid #D2E4EB;
    font-weight: normal;
}

/* highlight สีเทา*/

.h_light-C999999 {
    display: inline-block;
    color: #999999;
    background-color: #E4E4E4;
    border: 1px solid #E4E4E4;
    font-weight: normal;
}

/*BG-highlight*/
.block-square {
    font-size: 13px;
    text-align: center;
    padding: 10px;
    padding-top: 1px;
    padding-bottom: 2px;
    text-decoration: none;
    margin-left: 1px;
    margin-top: 5px;
    border-radius: 3px;
    white-space: nowrap;
    width: 60px;
}

.block-square-common {
    font-size: 13px;
    text-align: center;
    padding: 10px;
    padding-top: 1px;
    padding-bottom: 2px;
    text-decoration: none;
    margin-left: 1px;
    border-radius: 3px;
    white-space: nowrap;
}

.block-square-chatter {
    font-size: 13px;
    text-align: center;
    padding: 5px;
    padding-top: 1px;
    padding-bottom: 2px;
    text-decoration: none;
    margin-left: 1px;
    border-radius: 3px;
    white-space: nowrap;
}

.cross-gray {
    width: 14px;
    height: 14px;
    background-image: url("Images/cross-gray.png");
    background-repeat: no-repeat;
    cursor: pointer;
}

.icon-logo-mycrm {
    width: 78px;
    height: 35px;
    background-image: url("Images/icon-LG-myCRM-N.png");
    background-repeat: no-repeat;
    cursor: pointer;
}

    .icon-logo-mycrm.hover {
        width: 78px;
        height: 35px;
        background-image: url("Images/icon-LG-myCRM-H.png");
        background-repeat: no-repeat;
        cursor: pointer;
    }

.icon-logo-mycrm133 {
    width: 133px;
    height: 60px;
    background-image: url("Images/icon-LG-myCRM-N133.png");
    background-repeat: no-repeat;
    cursor: pointer;
}

.icon-menu-search {
    width: 20px;
    height: 20px;
    background-image: url("Images/icon-menu-search.png");
    background-repeat: no-repeat;
}

.img-home-1 {
    height: 750px;
    background-image: url("Images/img-WWD-BG-Home.jpg");
    background-repeat: no-repeat;
}

.img-home-2 {
    height: 750px;
    background-image: url("Images/img-BG-Home-View.jpg");
    background-repeat: no-repeat;
}

.img-home-3 {
    height: 750px;
    background-image: url("Images/img-BG-Home-White-Room.jpg");
    background-repeat: no-repeat;
}

.img-home-4 {
    height: 750px;
    background-image: url("Images/img-BG-Home-Contact.jpg");
    background-repeat: no-repeat;
}

.img-about {
    height: 363px;
    background-image: url("Images/img-BG-PlayApps-IOS.png");
    background-repeat: no-repeat;
}

.img-badge-content {
    height: 253px;
    background-image: url("Images/img-Badge-Content-Regular.png");
    background-repeat: no-repeat;
}

.img-contact {
    height: 363px;
    background-image: url("Images/img-Contact-Background.png");
    background-repeat: no-repeat;
}

/********************************Enlarge Google Map*********************************************/
#TopBlockActivityMap {
    position: absolute;
    right: 0;
    background-color: #fff;
    width: 340px;
    height: 235px;
    z-index: 1000;
    padding: 20px;
}

.enlargeModalMap {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
}

#EnlargeMap .modal-dialog {
    width: auto;
    height: auto;
    padding: 0px !important;
}

#RightBlockActivityMap {
    position: absolute;
    right: 0;
    background-color: #fff;
    width: 21%;
    min-width: 255px;
    height: 770px;
    z-index: 1000;
    padding: 10px;
    max-width: 330px;
}

#EnlargeMap .activity-rb {
    border-bottom: 1px solid #CCCCCC;
    height: 43px;
}

#EnlargeMap .activity-type-rb {
    float: left;
    width: 70%;
    height: 20px;
}

#EnlargeMap .TextDetail {
    font-size: 13px;
    color: #333333;
    text-align: left;
    padding-top: 10px;
}

#EnlargeMap .nol {
    color: #396CAC;
}

#EnlargeMap .actiivity-priorlity {
    width: 15%;
    height: 20px;
    font-size: 11px;
    text-align: right;
    float: right;
    margin-top: 3px;
}

#EnlargeMap .activity-owner {
    font-size: 11px;
    color: #999999;
    float: left;
    width: 70%;
    height: 20px;
    margin-top: 2px;
}

#EnlargeMap .activity-rowsflag {
    font-size: 11px;
    height: 20px;
    text-align: right;
    width: 15%;
    float: right;
}

#EnlargeMap a.textelip {
    float: right;
}

#EnlargeMap .title-detail {
    font-size: 12px;
    color: #999999;
}

.enlargeMapSize {
    width: 100%;
    height: 770px;
    min-width: 769px;
    background-color: #fff;
    border: 1px solid #ccc;
}

.showEnlargeMap {
    cursor: pointer;
    width: 16px;
    float: left;
}

.showEnlargeMap2 {
    cursor: pointer;
    width: 16px;
    float: left;
}

.txtlatlngModal {
    width: 230px !important;
    box-shadow: none;
    border-radius: 0px;
    margin-bottom: 10px !important;
}

.btn-close {
    width: 40px;
    height: 40px;
    background-color: #FF6666;
    right: 0;
    float: right;
    padding: 5px;
    cursor: pointer;
}

.divSearchRightBlock {
    width: 230px;
}

.fontHeadActivityMap {
    margin-top: 0px !important;
    width: auto;
    margin-top: 8px;
    height: 28px;
    font-size: 32px;
    margin-bottom: 2px;
    font-family: 'RSU';
    font-weight: 300;
}

.txtsearchlocation2 {
    width: 100% !important;
    margin-right: 0px;
    border-right: 1px solid #fff;
    float: left;
    box-shadow: none;
    border-radius: 0px;
}

.txtsearchlocations2 {
    width: 100% !important;
    margin-right: 0px;
    border-right: 1px solid #fff;
    float: left;
    box-shadow: none;
    border-radius: 0px;
}

.btn.btn-default.btn_searchinbox {
    background-color: #ffffff !important;
    border: 1px solid #cccccc !important;
    border-left: none !important;
    border-radius: 0px;
    box-shadow: none;
    width: 30px;
    height: 30px !important;
    background-image: url("Images/icon-search16.png");
    background-repeat: no-repeat;
    background-position: center;
}

.btn.btn-default.btn_searchinbox2 {
    background-color: #ffffff !important;
    border: 1px solid #cccccc !important;
    border-left: none !important;
    border-radius: 0px;
    box-shadow: none;
    width: 30px;
    height: 30px !important;
    background-image: url("Images/icon-search16.png");
    background-repeat: no-repeat;
    background-position: center;
}

.btn.btn-default.btn_searchinbox_fullmap {
    background-color: #ffffff !important;
    border: 1px solid #cccccc !important;
    border-left: none !important;
    border-radius: 0px;
    box-shadow: none;
    width: 30px;
    height: 30px !important;
    background-image: url("Images/icon-search16.png");
    background-repeat: no-repeat;
    background-position: center;
}

.form-control {
    margin-left: 0px !important;
    cursor: auto !important;
}

.label_mapModal {
    width: 70px !important;
    min-width: 0px !important;
}

.headSite {
    width: auto;
}

.ac-img {
    width: 25px;
    float: left;
    height: 35px;
    margin: 5px 8px 0 0;
    line-height: 30px;
}

.modal {
    overflow: hidden;
}
/****************************** Enlarge Map 2***********************************/

#EnlargeMap2 .modal-dialog {
    width: auto;
    height: auto;
    padding: 0px !important;
}

#EnlargeMap2 .activity-rb {
    border-bottom: 1px solid #CCCCCC;
    height: 43px;
}

#EnlargeMap2 .activity-type-rb {
    float: left;
    width: 70%;
    height: 20px;
}

#EnlargeMap2 .TextDetail {
    font-size: 13px;
    color: #333333;
    text-align: left;
    padding-top: 10px;
}

#EnlargeMap2 .nol {
    color: #396CAC;
}

#EnlargeMap2 .actiivity-priorlity {
    width: 15%;
    height: 20px;
    font-size: 11px;
    text-align: right;
    float: right;
    margin-top: 3px;
}

#EnlargeMap2 .activity-owner {
    font-size: 11px;
    color: #999999;
    float: left;
    width: 70%;
    height: 20px;
    margin-top: 2px;
}

#EnlargeMap2 .activity-rowsflag {
    font-size: 11px;
    height: 20px;
    text-align: right;
    width: 15%;
    float: right;
}

#EnlargeMap2 a.textelip {
    float: right;
}

#EnlargeMap2 .title-detail {
    font-size: 12px;
    color: #999999;
}

/*********************************Enlarge Google Map Detail***************************************/
#EnlargeMapDetail #TopBlockActivityMap {
    position: absolute;
    right: 7px;
    top: 30px;
    background-color: #fff;
    width: 60px;
    height: 60px;
    z-index: 1000;
    padding: 10px;
    box-shadow: 0px 0px 20px #999;
}

.detail #TopBlockActivityMap {
    position: absolute;
    right: 7px;
    top: 30px;
    background-color: #fff;
    width: 60px;
    height: 60px;
    z-index: 1000;
    padding: 10px;
    box-shadow: 0px 0px 20px #999;
}

.enlargeModalMap {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
}

#EnlargeMapDetail .modal-dialog {
    width: auto;
    height: auto;
    padding: 0px !important;
}

#RightBlockActivityMap {
    position: absolute;
    right: 0;
    background-color: #fff;
    width: 21%;
    min-width: 255px;
    height: 770px;
    z-index: 1000;
    padding: 10px;
    max-width: 330px;
}

#EnlargeMapDetail .activity-rb {
    border-bottom: 1px solid #CCCCCC;
    height: 43px;
}

#EnlargeMapDetail .activity-type-rb {
    float: left;
    width: 70%;
    height: 20px;
}

#EnlargeMapDetail .TextDetail {
    font-size: 13px;
    color: #333333;
    text-align: left;
    padding-top: 10px;
}

#EnlargeMapDetail .nol {
    color: #396CAC;
}

#EnlargeMapDetail .actiivity-priorlity {
    width: 15%;
    height: 20px;
    font-size: 11px;
    text-align: right;
    float: right;
    margin-top: 3px;
}

#EnlargeMapDetail .activity-owner {
    font-size: 11px;
    color: #999999;
    float: left;
    width: 70%;
    height: 20px;
    margin-top: 2px;
}

#EnlargeMapDetail .activity-rowsflag {
    font-size: 11px;
    height: 20px;
    text-align: right;
    width: 15%;
    float: right;
}

#EnlargeMapDetail a.textelip {
    float: right;
}

#EnlargeMapDetail .title-detail {
    font-size: 12px;
    color: #999999;
}

.searchMap {
    width: 60%;
    min-width: 500px;
    float: left;
}

.map {
    width: 500px;
    height: 300px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    float: left;
    margin-right: 10px;
}

.tip-add-div {
    float: left;
    margin: 0 0 10px 10px;
}

.tip-add-image {
    width: 200px;
    height: 16px;
    font-size: 12px;
    color: #999999;
}

.owner-asign {
    margin: 0 0 10px 237px; /*ปรับระยะห่างในหน้า AssignCenter/Detail จากเดิม margin:0 0 10px 180px;  ของ Katak ค่ะ*/
    font-size: 12px;
    color: #999999;
}

.owner-asign-saleauto {
    /*margin: 0 0 10px 180px;*/ /*SaleAutomation*/
    font-size: 12px;
    color: #999999;
}

.owner-asign-detail {
    margin: 0 0 10px 10px;
    font-size: 12px;
    color: #999999;
}


/*********************************Enlarge Map Detail 2*********************************************/
#EnlargeMapDetail2 #TopBlockActivityMap {
    position: absolute;
    right: 7px;
    top: 30px;
    background-color: #fff;
    width: 60px;
    height: 60px;
    z-index: 1000;
    padding: 10px;
    box-shadow: 0px 0px 20px #999;
}

#EnlargeMapDetail2 .modal-dialog {
    width: auto;
    height: auto;
    padding: 0px !important;
}


#EnlargeMapDetail2 .activity-rb {
    border-bottom: 1px solid #CCCCCC;
    height: 43px;
}

#EnlargeMapDetail2 .activity-type-rb {
    float: left;
    width: 70%;
    height: 20px;
}

#EnlargeMapDetail2 .TextDetail {
    font-size: 13px;
    color: #333333;
    text-align: left;
    padding-top: 10px;
}

#EnlargeMapDetail2 .nol {
    color: #396CAC;
}

#EnlargeMapDetail2 .actiivity-priorlity {
    width: 15%;
    height: 20px;
    font-size: 11px;
    text-align: right;
    float: right;
    margin-top: 3px;
}

#EnlargeMapDetail .activity-owner {
    font-size: 11px;
    color: #999999;
    float: left;
    width: 70%;
    height: 20px;
    margin-top: 2px;
}

#EnlargeMapDetail2 .activity-rowsflag {
    font-size: 11px;
    height: 20px;
    text-align: right;
    width: 15%;
    float: right;
}

#EnlargeMapDetail2 a.textelip {
    float: right;
}

#EnlargeMapDetail2 .title-detail {
    font-size: 12px;
    color: #999999;
}

/******** Header BG IMG ********/
.header-apps-img {
    background-image: url("Images/header-sprite.png");
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
}

.header-apps-img-export {
    background-image: url("Images/export-icon.png");
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
}

.header-create-img {
    background-image: url("Images/header-sprite.png");
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    margin: 6px 4px 0 0;
}
.header-apps-img.apps-receipt {
    background-position: -321px -55px;
}
.header-apps-img.apps-lead {
    background-position: -56px -55px;
}

.header-apps-img.apps-contact {
    background-position: -268px -2px;
}

.header-apps-img.apps-account {
    background-position: -3px -2px;
}

.header-apps-img.apps-opportunity {
    background-position: -109px -55px;
}

.header-apps-img.apps-quotation {
    background-position: -215px -55px;
}

.header-apps-img.apps-order {
    background-position: -162px -55px;
}

.header-apps-img.apps-invoice {
    background-position: -3px -55px;
}

.header-apps-img.apps-activity {
    background-position: -56px -2px;
}

.header-apps-img.apps-approve {
    background-position: -109px -2px;
}

.header-apps-img.apps-chatter {
    background-position: -321px -2px;
}

.header-apps-img.apps-sharing {
    background-position: -3px -108px;
}

.header-apps-img.apps-assign {
    background-position: -162px -2px;
}

.header-apps-img.apps-report {
    background-position: -268px -55px;
}

.header-apps-img.apps-calendar {
    background-position: -215px -2px;
}

.header-apps-img.apps-pricelist {
    background-position: -56px -108px;
}

.header-apps-img.apps-campaign {
    background-position: -109px -108px;
}

.header-apps-img.apps-solution {
    background-position: -321px -108px;
}

.header-apps-img.apps-Contract {
    background-position: -162px -160px;
}

.header-apps-img.apps-CustomerService {
    background-position: -215px -160px;
}

.header-apps-img.apps-Case {
    background-position: -268px -159px;
}

.header-apps-img.apps-InvoiceofMaintenancefee {
    background-position: -321px -158px;
}
.header-apps-img.apps-iService-Activity {
    background-position: -216px -210px;
}
.header-apps-img.apps-iService-Chatter {
    background-position: -267px -210px;
}
.header-apps-img.apps-iService-Calendar {
    background-position: -321px -210px;
}
/*19-01-2559*/
.header-Qcreate-img {
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    margin: 6px 4px 0 0;
}

    .header-Qcreate-img.quick-lead {
        background-image: url("Images/quick_lead_16.png");
    }

    .header-Qcreate-img.quick-account {
        background-image: url("Images/quick_account_16.png");
    }

    .header-Qcreate-img.quick-contact {
        background-image: url("Images/quick_contact_16.png");
    }

    .header-Qcreate-img.quick-opportunity {
        background-image: url("Images/quick_opp_16.png");
    }

    .header-Qcreate-img.quick-vendor {
        background-image: url("Images/quick_vendor_16.png");
    }

    .header-Qcreate-img.quick-appointment {
        background-image: url("Images/quick_appointment_16.png");
    }

    .header-Qcreate-img.quick-phone {
        background-image: url("Images/quick_phone_16.png");
    }

    .header-Qcreate-img.quick-email {
        background-image: url("Images/quick_email_16.png");
    }

    .header-Qcreate-img.quick-fax {
        background-image: url("Images/quick_fax_16.png");
    }

    .header-Qcreate-img.quick-letter {
        background-image: url("Images/quick_letter_16.png");
    }

    .header-Qcreate-img.quick-task {
        background-image: url("Images/quick_task_16.png");
    }

.header-apps-img.apps-AdministratorSetting {
    background: url("Images/AdministratorSetting-48x48.png") no-repeat;
}

.header-apps-img.apps-Administrator {
    background: url("Images/Administrator-48x48.png") no-repeat;
}

.header-apps-img.apps-Approve-Setup {
    background: url("Images/Approve-Setup-48x48.png") no-repeat;
}

.header-apps-img.apps-General-Setup {
    background: url("Images/General-Setup-48x48.png") no-repeat;
}

.header-apps-img.apps-Product-Setup {
    background: url("Images/Product-Setup-48x48.png") no-repeat;
}

.header-apps-img.apps-Service-Setup {
    background: url("Images/Service_gray_48x48.png") no-repeat;
}

.header-apps-img.apps-Sale-Setup {
    background: url("Images/Sale-Setup-48x48.png") no-repeat;
}

.apps-Deposit {
    background: url("Images/Deposit-48x48.png");
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
}

.header-img-home {
    background: url("Images/header-sprite.png") no-repeat -76px -219px;
    width: 14px;
    height: 13px;
    float: left;
    margin: 15px 0px 0px 10px;
}

.header-img-apps {
    background: url("Images/header-sprite.png") no-repeat -8px -219px;
    width: 14px;
    height: 13px;
    float: left;
    margin: 14px 0 0 8px;
}

.header-img-icondown {
    background: url("Images/header-sprite.png") no-repeat -177px -245px;
    width: 10px;
    height: 6px;
    float: left;
    margin-top: 19px;
    margin-left: 7px;
}

.header-img-create {
    background: url("Images/header-sprite.png") no-repeat -100px -216px;
    width: 18px;
    height: 18px;
    float: left;
    margin: 12px 0 0 9px;
}

.header-img-calendar {
    background: url("Images/header-sprite.png") no-repeat -52px -218px;
    width: 16px;
    height: 16px;
    margin: 13px 0px 0px 5px;
}

.header-img-search {
    background: url("Images/header-sprite.png") no-repeat -129px -218px;
    width: 16px;
    height: 16px;
    margin: 14px 0px 0px 5px;
}

.header-img-menu-left {
    background: url("Images/icon-menu-header-comp.jpg") no-repeat;
    width: 32px;
    height: 32px;
    margin: 7px 12px 12px 4px;
}

.header-img-bell {
    background: url("Images/header-sprite.png") no-repeat -148px -242px;
    width: 16px;
    height: 16px;
    margin: 14px 0px 0px 5px;
}

.header-img-setting {
    background: url("Images/icon-setting.png") no-repeat;
    background-size: 20px 20px;
    background-position: 10px 10px;
    width: 100%;
    height: 100%;
}

.header-img-logout {
    background: url("Images/header-sprite.png") no-repeat -31px -219px;
    width: 12px;
    height: 12px;
    margin: 16px 0 0 3px;
    cursor: pointer;
}

.header-img-logoCRM {
    background: url("Images/header-sprite.png") no-repeat -27px -253px;
    width: 78px;
    height: 35px;
    cursor: pointer;
    margin: 5px;
}

.Feed {
    float: right;
    width: 40px;
    height: 46px;
    /*font-size: 13px;*/
    color: #FFFFFF;
    right: 10.32%;
    background: #396CAC;
    /*padding-top: 2px;*/
    /*margin: 0 8px 0 0;*/
}

    .Feed :hover {
        background-color: #5093E4;
    }

.icon-feed {
    display: inline-block;
    background-size: 20px 20px;
    background-position: center;
    width: 20px;
    height: 20px;
    margin-top: 10px;
    background-image: url('Images/icon-feed.png');
}

.icon-feed-noti {
    background-image: url('Images/icon-feed-noti.jpg');
}

.FeedBar {
    width: 300px;
    height: 100%;
    background: white;
    position: fixed;
    right: 0;
    top: 0;
    display: none;
    z-index: 1000;
    border-left: 1px solid #e4e4e4;
}

.FeedHead {
    /*padding: 12px 0px 0 0;*/
    width: 300px;
    height: 46px;
    font-size: 14px;
    border-bottom: 1px solid #e4e4e4;
    /*margin: 0px 0 5px 0;*/
    margin: 0px 0 0px 0;
}

.FeedHead-Box {
    float: left;
    border-right: 1px solid #e4e4e4;
    /*width: 64px;*/
    width: 85px;
    height: 46px;
    font-size: 14px;
    margin: 0px 0 0px 0;
    border-bottom: 1px solid #e4e4e4;
}

.FeedHead-Bar {
    margin: 15px 0 0 35px;
    float: left;
    width: 32px;
    height: 32px;
    /*background-size: 32px 32px;
    background-position: 10px;*/
    background-image: url('Images/icon-feed-gray.png');
    background-repeat: no-repeat;
    color: #999999;
}

.FeedHead-Bar-active {
    background-image: url('Images/icon-feed-blue.png');
    color: #396CAC;
}

.Post-Bar {
    margin: 12px 0 0 30px;
    float: left;
    width: 32px;
    height: 32px;
    /*background-size: 32px 32px;
    background-position: 10px;*/
    background-image: url('Images/icon-feed-post-gray.png');
    background-repeat: no-repeat;
    color: #999999;
}

.Post-Bar-active {
    background-image: url('Images/icon-feed-post-blue.png');
    color: #396CAC;
}

.Chat-Bar {
    margin: 13px 0 0 19px;
    float: left;
    width: 32px;
    height: 32px;
    /*background-size: 32px 32px;
    background-position: 10px;*/
    background-image: url('Images/icon-feed-chat-gray.png');
    background-repeat: no-repeat;
    color: #999999;
}

.Chat-Bar-active {
    background-image: url('Images/icon-feed-chat-blue.png');
    color: #396CAC;
}

.Todo-Bar {
    margin: 11px 0 0 30px;
    float: left;
    width: 32px;
    height: 32px;
    /*background-size: 32px 32px;
    background-position: 10px;*/
    background-image: url('Images/icon-todo-gray.png');
    background-repeat: no-repeat;
    color: #999999;
}

.Todo-Bar-active {
    background-image: url('Images/icon-todo-blue.png');
    color: #396CAC;
}

.Feed-Box {
    width: 300px;
    /*height: 75px;*/
    min-height: 56px;
    margin-bottom: 0px;
    padding-bottom: 5px;
    border-bottom: 1px #e4e4e4 solid;
}

.Feed-Box-Todo {
    width: 300px;
    /*height: 75px;*/
    min-height: 50px;
    margin-bottom: 0px;
    padding-bottom: 5px;
    border-bottom: 1px #e4e4e4 solid;
}

.Feed-Box .Image-Profile {
    width: 62px;
    float: left;
    padding: 10px 10px 0 10px;
    height: 35px;
}

.Bottun-line {
    border-bottom: 2px #396cac solid;
}

.Feed-Detail-Todo {
    margin: 15px 12px;
    float: left;
    color: #999999;
}

.Chat-Todo {
    margin: 15px 12px;
    float: left;
    color: #999999;
}

.Feed-Todo {
    margin: 15px 12px;
    float: left;
    color: #999999;
}

.Post-Todo {
    margin: 15px 12px;
    float: left;
    color: #999999;
}

.Feed-Detail-Todo-num {
    float: right;
    padding: 4px 10px 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: -11px;
    font-size: 11px;
    margin-top: 13px;
    margin-right: 20px;
    color: white;
    background-color: #CCCCCC;
}

.Feed-Name {
    height: 23px;
    line-height: 30px;
    color: #396CAC;
}

.Feed-Detail {
    color: #333;
    width: 220px;
    font-size: 13px;
    max-height: 55px;
    float: left;
    word-break: break-all;
    white-space: normal !important;
}

a:hover.Feed-Detail {
    color: #333;
    text-decoration: none;
}

.Feed-Time {
    font-size: 11px;
    color: #999999;
    margin-left: 63px;
    float: left;
}

#txtChatter {
    width: 84%;
}

@media (min-width: 1000px) and (max-width: 1260px) {

    .ListNotice48 {
        right: 30px !important;
    }

    #modelNotice .icon-tutorial-clear54 {
        right: 30px !important;
    }

    #modelNotice .icon-tutorial-close44 {
        right: 30px !important;
    }
}

@media screen and (max-width : 999px) {

    #modelNotice .group-btnNotice {
        margin-top: 40px;
    }

    .ListNotice48 {
        right: 45px !important;
        background-size: 30px 30px;
        width: 30px;
        height: 30px;
    }

    #modelNotice .icon-tutorial-clear54 {
        right: 45px !important;
        background-size: 30px 30px;
        width: 30px;
        height: 30px;
        margin-top: 45px;
    }

    #modelNotice .icon-tutorial-close44 {
        right: 45px !important;
        background-size: 30px 30px;
        width: 30px;
        height: 30px;
    }
}

@media (min-width: 500px) and (max-width: 1204px) {

    .feed-comment .attact {
        clear: both;
    }

    .tutorialList-body {
        padding: 20px 50px 20px 50px !important;
    }
}

@media screen and (max-width : 800px) {
    .tutorialList-body {
        padding: 20px 20px 20px 20px !important;
    }

    .blueberryArticle {
        margin-left: 20px !important;
        max-width: 700px !important;
        max-height: 470px !important;
    }

    .div-listNotice {
        width: 760px !important;
    }

    .viewportNotice {
        height: 300px !important;
    }

    .group-btnNotice {
        margin-top: 40px;
    }

    .ListNotice48 {
        right: 45px !important;
        background-size: 30px 30px;
        width: 30px;
        height: 30px;
    }

    #modelNotice .icon-tutorial-clear54 {
        right: 45px !important;
        background-size: 30px 30px;
        width: 30px;
        height: 30px;
        margin-top: 45px;
    }

    #modelNotice .icon-tutorial-close44 {
        right: 45px !important;
        background-size: 30px 30px;
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 700px) {
    /*.img-logo-tutorial {
        margin: auto !important;
        display: block;
    }*/
    .ListNotice48 {
        right: 5px !important;
    }

    #modelNotice .icon-tutorial-clear54 {
        right: 5px !important;
    }

    #modelNotice .icon-tutorial-close44 {
        right: 5px !important;
    }

    .NoticeShowMain {
        right: 10px !important;
        width: 270px !important;
    }

        .NoticeShowMain .NoticeShowPopup {
            width: 265px !important;
            height: 180px !important;
        }

    .NoticeShowPopup .NoticeShowDetail .Title {
        font-size: 24px !important;
    }

    .NoticeShowPopup .NoticeShowDetail .btn.btn-showNotice {
        font-size: 20px !important;
        width: 165px !important;
        height: 35px !important;
    }

    .img-logo-tutorial {
        width: 185px;
        height: 95px;
        margin-top: -55px !important;
        margin-left: 15px !important;
    }

    .tutorialList-title-xl {
        font-size: 54px;
    }
}

@media (max-width: 499px) {
    .tutorialList-body {
        padding: 20px 20px 20px 20px !important;
    }

    .img-logo-tutorial {
        width: 185px;
        height: 95px;
        margin-top: -55px !important;
        margin-left: 15px !important;
    }

    .tutorialList-title-xl {
        font-size: 54px;
    }
}

@media (max-width: 401px) {
    .img-logo-tutorial {
        width: 135px;
        height: 65px;
        margin-top: -29px !important;
        margin-left: 0px !important;
    }

    .tutorialList-title-xl {
        font-size: 46px;
    }
}

.circle {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.Chat-FeedBox {
    width: 285px;
    height: 50px;
}

    .Chat-FeedBox .Image-Profile {
        width: 42px;
        float: left;
        margin: 7px 15px 0 10px;
    }

.Chat-FeedName {
    height: 23px;
    color: #396CAC;
    float: left;
    line-height: 52px;
}

    .Chat-FeedName .txtname {
        color: #396CAC;
        text-decoration: none;
        cursor: pointer;
    }

.Chat-FeedBox.online .txtname {
    color: green;
}

.Chat-NumChat {
    float: right;
    margin: 20px 10px 0 0;
}

.Chat-FeedBorder {
    height: 20px;
    min-width: 20px;
    border: 1px solid #ff9933;
    border-radius: 10px;
    font-weight: 700;
    font-size: 10px;
    color: #FF9933;
    margin: 15px 0 0 0;
    padding: 3px 3px;
    text-align: center;
}

.Hide-Feed {
    float: right;
    background: url("Images/icon-hid-feed.png") no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    margin: 15px 15px 0 0;
}

.statusBar .rowflag-blue {
    /*background-color: #396CAC;
    color: white;*/
    background-color: none;
    color: #396cac;
    border: 1px solid #396cac;
}

.statusBar .rowflag-red {
    /*background-color: #FF6C6C;
    color: white;*/
    background-color: none;
    color: #FF6C6C;
    border: 1px solid #FF6C6C;
}

.statusBar .rowflag-green {
    /*background-color: #249D56;
    color: white;*/
    background-color: none;
    color: #249D56;
    border: 1px solid #249D56;
}

.statusBar .rowflag-gray {
    /*background-color: #E4E4E4;
    color: #999999;*/
    background-color: none;
    color: #999;
    border: 1px solid #999;
}

.Feed-Name .txtname {
    color: #396CAC;
    text-decoration: none;
}

.Feed-Detail .msgChatter {
    color: #333333;
    text-decoration: none;
}

.AutoPost-More {
    width: 300px;
    height: 65px;
    padding: 10px 60px;
}

    .AutoPost-More .Show-More {
        width: 200px;
        height: 25px;
        background: #FFFFFF;
        border: 1px solid #f2f2f2;
        border-radius: 0;
        font-size: 12px;
        margin: auto auto;
    }

.Feed-Box-Chat {
    width: 350px;
    height: 380px;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    right: 310px;
    /*display:none;*/
}

    .Feed-Box-Chat .Header {
        width: 350px;
        height: 30px;
        background: #396cac;
        font-size: 14px;
        color: #FFFFFF;
        font-weight: 700;
        padding: 5px 0 0 10px;
    }

    .Feed-Box-Chat .Box-Chat {
        width: 350px;
        height: 310px;
        /*border-left: 1px solid #e4e4e4;*/
        border-right: 1px solid #e4e4e4;
        background: #FFFFFF;
        padding: 0 15px 15px 10px;
    }

    .Feed-Box-Chat .Chat-Box {
        width: 350px;
        height: 40px;
        border-left: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        background: #FFFFFF;
        padding: 0 9px 0 9px;
    }

    .Feed-Box-Chat .Text-Chat {
        width: 265px;
        height: 30px;
        border: 1px solid #e4e4e4;
        border-radius: 3px;
        padding: 0 5px;
    }

    .Feed-Box-Chat .Btn-Send-Chat {
        width: 60px;
        height: 30px;
        background: #396cac;
        border: 1px solid #396cac;
        border-radius: 3px;
        color: #FFFFFF;
        margin: 0 0px 0 5px;
    }

.ToMember {
    width: 300px;
    height: auto;
    float: left;
}

.ToImage {
    width: 55px;
    float: left;
}

.ToDetail {
    float: left;
    max-width: 245px;
}

.ToMemberName {
    width: auto;
    height: 20px;
    color: #396CAC;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.ToMsg {
    width: auto;
    max-width: 200px;
    height: auto;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    background: #f4f4f4;
    padding: 3px 5px;
    font-size: 13px;
    float: left;
    word-break: break-word;
}

.ToSendTime {
    font-size: 10px;
    color: #999;
    text-align: -webkit-center;
    width: auto;
    margin: 8px 0 0 10px;
    float: left;
    line-height: 0;
}

.FromMember {
    width: auto;
    height: auto;
    float: right;
}

.FromStatus {
    float: left;
    width: 40px;
}

.FromRead {
    font-size: 10px;
    color: #999999;
    height: 13px;
}

.FromSendTime {
    font-size: 10px;
    color: #999999;
    height: 13px;
}

.FromMsg {
    width: auto;
    max-width: 280px;
    height: auto;
    border: 1px solid #396cac;
    border-radius: 3px;
    background: #dde8f4;
    padding: 3px 5px;
    font-size: 13px;
    float: left;
    word-break: break-word;
}

.Feed-Box-Chat .IsOnline {
    width: 10px;
    height: 10px;
    float: left;
    background: url("Images/Online.png") no-repeat;
    background-size: 8px;
    margin: 7px 10px 0 0;
}

.Feed-Box-Chat .IsOfline {
    /*width: 10px;
    height: 10px;*/
    float: left;
    /*background: url("Images/u1089.png") no-repeat;*/
    /*background-size: 8px;
    margin: 7px 10px 0 0;*/
}

.close-box-chat {
    width: 14px;
    height: 14px;
    float: right;
    background: url("Images/icon-cross.png") no-repeat;
    background-size: 14px;
    margin: 3px 5px 0 0;
    cursor: pointer;
}

.clear-box-chat {
    width: 14px;
    height: 14px;
    float: right;
    background: url("Images/icon-clear-hit-chat.jpg") no-repeat;
    background-size: 15px;
    margin: 2px 10px 0 0;
    cursor: pointer;
}

.noti-all-feed,
.noti-chat-active,
.noti-userpost-active,
.noti-autopost-active,
.noti-chat-feed,
.noti-todo-active {
    background: #f93;
    position: absolute;
    padding: 0 3px;
    border-radius: 2px;
    display: none;
    color: #fff;
    font-size: 12px;
    margin-top: -5px;
    margin-left: -5px;
}

.noti-all-feed {
    border-radius: 20px;
    padding: 0px 0px;
}

.noti-all-feed {
    margin-top: 9px;
    width: 8px;
    height: 8px;
    margin-left: 25px;
}

.noti-userpost-active, .noti-autopost-active, .noti-chat-active, .noti-todo-active {
    width: 8px;
    height: 8px;
    border-radius: 20px;
    margin-left: -11px;
    margin-top: 7px;
}

.have-msg {
    background: #FF9933 !important;
}



/* tinyscrollbar**/
.tinyscrollbar-wrapper .viewport {
    overflow: hidden;
    position: relative;
}

.tinyscrollbar-wrapper .overview {
    width: 100%;
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
}

.tinyscrollbar-wrapper .scrollbar {
    position: relative;
    float: right;
}

.tinyscrollbar-wrapper .track {
    background-color: #EAEAEA;
    height: 100%;
    width: 10px;
    position: relative;
    border-radius: 5px;
}

.tinyscrollbar-wrapper .thumb {
    background-color: #BCBCBC;
    height: 20px;
    width: 8px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0px;
    border: 1px solid #BCBCBC;
    border-radius: 5px;
}

    .tinyscrollbar-wrapper .thumb .end {
        background-color: #BCBCBC;
        overflow: hidden;
        height: 5px;
        width: 9px;
    }

.tinyscrollbar-wrapper .disable {
    display: none;
}

.box-chat-date {
    font-size: 10px;
    border: 1px solid #d2d2d2;
    background: #ddd;
    width: 40px;
    text-align: center;
    margin: 10px auto;
}

.ellip112 {
    text-overflow: ellipsis;
    list-style-position: inside;
    white-space: nowrap;
    overflow: hidden;
    width: 112px;
}

.ellip80 {
    text-overflow: ellipsis;
    list-style-position: inside;
    white-space: nowrap;
    overflow: hidden;
    width: 80px;
}

.ellip100 {
    text-overflow: ellipsis;
    list-style-position: inside;
    white-space: nowrap;
    overflow: hidden;
    width: 100px;
}

table.table-amount tr td.label-amount-total {
    background-color: #fff !important;
    cursor: default;
}

table.table-amount tr td.label-amount {
    background-color: #fff !important;
    cursor: default;
}

.grid-compn, .grid-service, .grid-accessory {
    border-right: none !important;
}

    .grid-compn .k-pager-wrap.k-grid-pager.k-widget {
        border-top: 0 !important;
    }

    .grid-service .k-pager-wrap.k-grid-pager.k-widget {
        border-top: 0 !important;
    }

    .grid-accessory .k-pager-wrap.k-grid-pager.k-widget {
        border-top: 0 !important;
    }

.img-circle {
    border-radius: 100% !important;
}
/*------line-height-----*/
.line-h25 {
    line-height: 25px;
}

.line-h30 {
    line-height: 30px;
}

.noti-unread-chat {
    background: red;
    color: white;
    padding: 0px 2px;
    font-size: 12px;
    margin-top: -5px;
    /* border-radius: 20px; */
}

/* PageJS */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 2000;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    width: 200px;
    background: #fff;
    border: 1px solid #29d;
    overflow: hidden;
}

    .pace .pace-progress {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        max-width: 200px;
        position: fixed;
        z-index: 2000;
        display: block;
        position: absolute;
        top: 0;
        right: 100%;
        height: 100%;
        width: 100%;
        background: #29d;
    }

    .pace.pace-inactive {
        display: none;
    }

.bg-new-msg {
    background: #ffffda;
}

.CompanyByAdmin {
    cursor: pointer;
}

.icon-contact {
    width: 40px;
    height: 40px;
    background-image: url("Images/icon-contact.png");
    background-repeat: no-repeat;
}

.icon-facebookhome {
    width: 40px;
    height: 40px;
    background-image: url("Images/icon-facebookhome.png");
    background-repeat: no-repeat;
}

.icon-youtrub {
    width: 40px;
    height: 40px;
    background-image: url("Images/icon-youtrub.png");
    background-repeat: no-repeat;
}

.icon-up {
    width: 8px;
    height: 5px;
    background-image: url("Images/icon-up.png");
    background-repeat: no-repeat;
}

.icon-down {
    width: 8px;
    height: 5px;
    background-image: url("Images/icon-down.png");
    background-repeat: no-repeat;
}

.icon-yes {
    width: 20px;
    height: 20px;
    background-image: url("Images/icon-yes.png");
    background-repeat: no-repeat;
}

.icon-menu-open-mobile {
    width: 16px;
    height: 12px;
    background-image: url("Images/menu-open-mobile.png");
    background-repeat: no-repeat;
}

.tab-picker h2 {
    font-size: 24px;
}

.Emp-FeedBox {
    width: 100%px;
    height: 50px;
}

    .Emp-FeedBox .Image-Profile {
        width: 24%;
        float: left;
        margin: 4px 15px 0 10px;
    }

.Emp-FeedName {
    width: 65%;
    height: 50px;
    color: #396CAC;
    float: left;
    line-height: 45px;
    text-overflow: ellipsis;
    list-style-position: inside;
    white-space: nowrap;
    overflow: hidden;
}

    .Emp-FeedName .txtname {
        color: #396CAC;
        text-decoration: none;
        cursor: pointer;
    }

#form-Login .error {
    width: 300px;
}
/*-+--------------Assign Email------------------------*/
.send-email-assign {
    width: 515px;
    height: 240px;
}

.msg-name {
    height: 40px;
    margin: 10px 10px;
}

.send-to {
    margin: 10px 0 10px 20px;
}

.is-send {
    margin: 10px 10px;
    height: 20px;
    line-height: 23px;
}

.is-to {
    margin: 10px 10px;
}

.is-leader {
    margin: 10px 10px;
}

.is-other {
    margin: 0px 10px;
}

.email-note {
    resize: none;
    width: 350px;
}
/*-+--------------Send EmailSo------------------------*/
.send-emailSo {
    width: 515px;
    height: 25px;
}

.msg-name {
    height: 40px;
    margin: 10px 10px;
}

.send-to {
    margin: 10px 0 10px 20px;
}

.is-send {
    margin: 10px 10px;
    height: 20px;
    line-height: 23px;
}

.is-to {
    margin: 10px 10px;
}

.is-leader {
    margin: 10px 10px;
}

.email-note {
    resize: none;
    /*color:red; By Yim*/
    width: 350px;
}

.Quote-NotApprove {
    background: url('Images/icon-circle-cross16x16.png') no-repeat center;
    display: block;
    width: 16px;
    height: 16px;
    float: right;
    margin-left: 4px;
    margin-top: 3px;
    cursor: pointer;
}

.Quote-Approve {
    background: url('Images/icon-circle-check16x16.png') no-repeat center;
    display: block;
    width: 16px;
    height: 16px;
    float: right;
    margin-top: 3px;
    cursor: pointer;
}

.Quote-ApproveType2-col1 {
    border-bottom: 1px solid #dddddd;
    border-top: 0px;
    font-size: 13px;
    width: 50%;
    height: 40px;
    max-width: 314px;
}

.Quote-ApproveType2-col2 {
    border-bottom: 1px solid #dddddd;
    border-top: 0px;
    font-size: 13px;
    width: 33%;
    height: 40px;
}

.Quote-ApproveType2-col3 {
    border-bottom: 1px solid #dddddd;
    border-top: 0px;
    font-size: 13px;
    width: 17%;
    height: 40px;
}

.Quote-ApproveType1-col1 {
    border-bottom: 1px solid #dddddd;
    border-top: 0px;
    font-size: 13px;
    width: 10%;
    height: 40px;
}

.Quote-ApproveType1-col2 {
    border-bottom: 1px solid #dddddd;
    border-top: 0px;
    font-size: 13px;
    width: 46%;
    height: 40px;
    max-width: 314px;
}

.Quote-ApproveType1-col3 {
    border-bottom: 1px solid #dddddd;
    border-top: 0px;
    font-size: 13px;
    width: 27%;
    height: 40px;
}

.Quote-ApproveType1-col4 {
    border-bottom: 1px solid #dddddd;
    border-top: 0px;
    font-size: 13px;
    width: 17%;
    height: 40px;
}

.div-table-layout {
    border: 1px solid #E4E4E4;
    width: 23%;
    height: 290px;
    display: inline-block;
    margin: 0px 10px 10px 0px;
}

.div-table-top {
    background-color: #F2F2F2;
    width: 100%;
    height: 226px;
}

.div-table-button {
    width: 100%;
    height: 64px;
}

.text-name-gray {
    color: #999999;
    text-align: center;
    padding: 20px 10px 20px 10px;
}

.text-count-gray-big {
    color: #999999;
    font-size: 50px;
    text-align: center;
    font-family: 'SegoeUI-Light', 'Tahoma';
}

.text-name-blue {
    padding: 8px;
    color: #396CAC;
    width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.text-count-gray {
    padding: 0px 8px 18px 8px;
    color: #666666;
}

.f-report-button {
    font-size: 13px;
    text-align: left;
}

    .f-report-button .btnReport {
        width: 100%;
        height: 30px;
        align-content: center;
        vertical-align: middle !important;
        text-align: center !important;
    }

        .f-report-button .btnReport > .btn {
            width: 100%;
            height: 30px;
            padding-left: 30px;
            font-size: 13px;
        }

.divtxttitle-r {
    height: 32px;
    line-height: 32px;
    text-align: center;
    vertical-align: middle !important;
}

.txtTitle-r {
    color: #000000;
    font-size: 26px;
    font-family: 'RSU';
    text-align: center;
    vertical-align: middle !important;
}

span.txtTitle-r:first-letter {
    text-transform: uppercase;
}

.input-group .txt_search_report {
    float: left;
    width: 300px !important;
    box-shadow: none;
    border-radius: 0px;
    height: 25px;
    padding: 0 0 0 5px;
}

.btn.btn_gridsearch_report {
    background-color: transparent;
    border: 1px #F0F0F0 solid;
    border-left: none;
    width: 25px;
    height: 25px;
}

.icon_gridsearch_report {
    background-image: url("Images/icon-search16.png");
    background-position: 5px 4px;
    background-repeat: no-repeat;
    box-shadow: none;
    float: left;
    top: 0;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
}

.Report-Menulink {
    list-style: none;
    width: 100%;
    /*padding: 0px 10px 0px 0px;*/
}

    .Report-Menulink li {
        border-bottom: 1px solid #F0F0F0;
        float: left;
        width: 100%;
        padding: 8px 0;
    }

        .Report-Menulink li .li-icon {
            float: left;
            width: 5%;
        }

        .Report-Menulink li .li-link {
            float: left;
            width: 95%;
        }

.contect-link-report {
    width: 100%;
    padding: 0px;
    border-right: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    height: 230px;
}

    .contect-link-report .f-report-button {
        font-size: 13px;
        text-align: left;
    }

        .contect-link-report .f-report-button .btnReport {
            width: 100%;
            height: 30px;
            align-content: center;
            vertical-align: middle !important;
            text-align: center !important;
        }

            .contect-link-report .f-report-button .btnReport > .btn {
                width: 38%;
                height: 30px;
                padding-left: 30px;
                font-size: 13px;
            }

.f-center-blue {
    font-family: 'Segoe UI Regular', 'Segoe UI';
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    color: #396CAC;
    padding: 35px 10px 0px 10px;
    width: 100%;
}

.view-report-name > .f-center-blue {
    width: 100%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.view-report-name {
    width: 100%;
    max-width: 100%;
    align-content: center;
    vertical-align: middle !important;
    text-align: center !important;
    padding: 0px 10px 0px 10px;
}

    .view-report-name > .f-center-blue {
        width: 100%;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .view-report-name > .f-center-black {
        width: 100%;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

.f-center-black {
    font-family: 'Segoe UI Regular', 'Segoe UI';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    padding: 0px 10px 0px 10px;
    width: 100%;
}

.f-center-grey {
    font-family: 'Segoe UI Regular', 'Segoe UI';
    font-size: 13px;
    font-style: normal;
    color: #868686;
}

.btn.btn-report-white {
    background-color: #fff;
    color: #396cac !important;
    border: 1px solid #396cac;
    height: 30px;
}

    .btn.btn-report-white:hover {
        background-color: #396cac;
        color: #fff !important;
    }

.btn-document {
    background-image: url('../Report/Images/icon-document-blue.png');
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 20%;
}


    .btn-document:hover {
        background-image: url('../Report/Images/icon-document-white.png');
        background-repeat: no-repeat;
        background-position: 20%;
        background-size: 13px;
    }

.btn-graph {
    background-image: url('../Report/Images/icon-graph-blue.png');
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 20%;
}


    .btn-graph:hover {
        background-image: url('../Report/Images/icon-graph-white.png');
        background-repeat: no-repeat;
        background-position: 20%;
        background-size: 16px;
    }

.spinner {
    width: 100px;
}

    .spinner input {
        text-align: right;
    }

.input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}

    .input-group-btn-vertical > .btn {
        display: block;
        float: none;
        padding: 7px 13px 7px 13px;
        margin-left: -1px;
        position: relative;
        border-radius: 0;
    }

        .input-group-btn-vertical > .btn:last-child {
            margin-top: -2px;
        }

    .input-group-btn-vertical i {
        position: absolute;
        top: 0;
        left: 4px;
    }

.modelTutorial {
    cursor: pointer;
    color: #428bca;
}

    .modelTutorial:hover {
        color: #2a6496;
        text-decoration: underline;
    }

.scrollbarListNoticeTutorial {
    height: 650px;
}

.viewportListNoticeTutorial {
    height: 650px;
}

.scrollbarListNotice {
    height: 650px;
}

.viewportListNotice {
    height: 650px;
}

.scrollbarNotice {
    height: 450px;
}

.viewportNotice {
    height: 450px;
}

.ArticleListclean30 {
    clear: both;
    height: 30px;
}

.ArticleListclean {
    clear: both;
}

.ArticleListclean80 {
    clear: both;
    height: 80px;
}

.ArticleListclean111 {
    clear: both;
    height: 111px;
}

.NoticeRemindDate {
    display: inline-block;
    width: 110px;
    text-align: left;
    font-family: 'Tahoma Regular', 'Tahoma';
}

.NoticeSubject {
    display: inline-block;
    width: 610px;
    text-align: left;
    color: #396CAC;
    line-height: 50px;
    font-family: 'Tahoma Regular', 'Tahoma';
}

.NoticetextSubject:hover {
    text-decoration: underline;
}

.slidesArticle {
    height: 600px;
    padding-left: 50px;
    padding-right: 50px;
    border: 1px solid #396CAC;
    border-radius: 4px;
}

.scrollbarArticle {
    height: 450px;
}

.viewportArticle {
    height: 450px;
}

.TextArticleName {
    font-size: 28px;
    font-family: 'ThaiSansNeue-Light', 'ThaiSans Neue';
    text-align: center;
    margin-top: 43px;
}

.p_relative {
    position: relative;
}

.ArticleHeight {
    height: 450px;
}

.icon-loginas-admin {
    background-image: url('Images/icon-user-tie.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 5px;
}

.icon-loginas-maincomp {
    background-image: url('Images/icon-loginas-maincomp.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 5px;
}

.modelTel {
    color: #428bca;
}

.btn-QuickCreateItem {
    width: 130px;
    height: 30px;
    display: inline-block;
    color: #396cac;
    border: 1px solid #396cac;
    border-radius: 2px;
    align-content: center;
    vertical-align: middle !important;
    text-align: center !important;
    cursor: pointer;
    padding: 4px;
    background-image: url('Images/icon-circle-plus.png');
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 12%;
}

    .btn-QuickCreateItem:hover, .plus-white:hover {
        background-color: #396cac;
        color: #FFF;
        background-image: url('Images/icon-circle-plus-white.png');
    }

    .plus-white-rb:hover {
        background-color: #396cac;
        color: #FFF;
        background-image: url('Images/icon-search-white16.png');
    }

.icon-tooltip-recommend {
    cursor: pointer;
    display: inline-block;
    background-size: 16px 16px;
    background-position: center;
    width: 16px;
    height: 16px;
    background-image: url('Images/tooltip_recommend_blue.png');
}

.icon-tooltip-recommend:hover {
    background-image: url('Images/tooltip_recommend_blue.png');
}

.icon-tooltip-Dashboard {
    margin-left:5px;
    cursor: pointer;
    display: inline-block;
    background-size: 16px 16px;
    /*border-bottom: 1px dotted black;*/
    background-position: center;
    width: 16px;
    height: 16px;
    position:relative;
    top: 3px;
    background-image: url('Images/tooltip_recommend_blue.png');
}

.icon-tooltip-Dashboard:hover {
    background-image: url('Images/tooltip_recommend_blue.png');
}

.tab-content-fromaddr > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content-fromaddr > .active,
.pill-content > .active {
    display: block;
}

.contact_name {
    width: auto !important;
    max-width: 500px;
}

.div-listNotice {
    width: 760px;
    margin: auto;
}


.icon-navTH {
    width: 40px;
    height: 30px;
    /*border: 1px solid #396CAC;*/
    background-color: white;
    background: url('../SystemSetup/Imges/icon-th.png') center no-repeat;
    opacity: 0.4;
}

.icon-navEN {
    width: 40px;
    height: 30px;
    /*border: 1px solid #396CAC;*/
    background-color: white;
    background: url('../SystemSetup/Imges/en.png') center no-repeat;
    opacity: 0.4;
}

.nav-tabs.nav-flag > li.active > a,
.nav-tabs.nav-flag > li.active > a:hover,
.nav-tabs.nav-flag > li.active > a:focus {
    color: none;
    background-color: transparent;
    background-repeat: no-repeat;
    opacity: 1.0;
}

#PackageDetailWrapper .package-title {
    color: #3399CC;
    width: 250px;
    height: 30px;
    line-height: 30px;
}

#PackageDetailWrapper .under-line {
    border-bottom: 1px #e4e4e4 solid;
    clear: both;
    height: 10px;
    margin: 0 0 10px 0;
}

.icon-footer-fb {
    background-image: url("../Default/Images/FB.png");
    background-repeat: no-repeat;
}

.icon-footer-line {
    background-image: url("../Default/Images/LINE.png");
    background-repeat: no-repeat;
}

.icon-footer {
    width: 93px;
    height: 30px;
    float: right;
}

.footer-social {
    float: right;
    margin-top: 3px;
    margin-right: 270px;
}

    .footer-social ul {
        padding: 0;
        margin: 0 0 0 0px;
        list-style-type: none;
    }

    .footer-social li {
        list-style-type: none;
        display: inline;
        float: right;
    }

        .footer-social li a {
            display: block;
        }

.div-address-std .txtDetail {
    min-height: 30px;
    line-height: 30px;
    float: left;
    width: 200px;
    padding: 0;
    display: inline-block;
    margin-bottom: 5px;
    float: left;
    min-width: 146px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #428BCA;
}

.font-30 {
    font-size: 30px;
}

.k-grid .k-header {
    border-width: 0 0 0 0 !important;
}

.k-grid tr td {
    border-width: 0 0 1px 0 !important;
}


/*----------------------------------------------------modal Show Item Picture------------------------------------------------*/

/* The Modal (background) */
.ModalViewImg {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(255,255,255); /*  Fallback color */
    background-color: rgba(255,255,255,0.6); /* Black w/ opacity */
    /*background-color: #fff;
    opacity: 0.6;*/
}

/* Modal Content (image) */
.ModalViewImg-content {
    margin: auto;
    display: block;
    /*width: 50%;*/
    max-width: 800px;
}

/* Caption of Modal Image */
#caption {
    font-family: 'SegoeUI', 'Tahoma';
    font-size: 24px;
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #000;
    padding: 10px 0 20px 0;
    height: 70px;
}

/* Add Animation */
.ModalViewImg-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

/* The Close Button */
.closeShowImg {
    position: absolute;
    top: 40px;
    right: 35px;
    color: #bbb;
    font-size: 50px;
    font-weight: bold;
    transition: 0.3s;
}

    .closeShowImg:hover,
    .closeShowImg:focus {
        color: rgba(255, 0, 0, 0.8);
        text-decoration: none;
        cursor: pointer;
    }

/*  Image Width on Smaller Screens */
@media only screen and (max-width: 1200px) {
    .ModalViewImg-content {
        max-width: 50%;
    }
}

@media only screen and (max-width: 800px) {
    .ModalViewImg-content {
        max-width: 50%;
    }
}

@media only screen and (max-width: 600px) {
    .ModalViewImg-content {
        max-width: 80%;
    }
}


.fontDetail_Blue {
    color: #428BCA !Important;
}

.Under_line {
    text-decoration: underline;
}

.transac-input-error{
    border: solid 1px red !important;
}



/*
    ModalViewImage
*/
.img01{
  width:100%;
}
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
    .img01{
        max-height:600px !important;
    }
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  .img01{
      max-height:400px !important;
    }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  .img01{
      max-height:200px !important;
    }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .img01{
      max-height:200px !important;
    }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  .img01{
      max-height:300px !important;
    }
}

@font-face {
    font-family: 'DB-Adman-X';
    src: url('Content/Default/fonts/db-adman-x.eot?') format('embedded-opentype'), url('Content/Default/fonts/db-adman-x.woff') format('woff'), url('Content/Default/fonts/db-adman-x.svg') format('svg'), url('Content/Default/fonts/db-adman-x.ttf') format('truetype');
    font-family: 'DB-Adman-X-0';
    src: url('Content/Default/fonts/db-adman-x-0.eot?') format('embedded-opentype'), url('Content/Default/fonts/db-adman-x-0.woff') format('woff'), url('Content/Default/fonts/db-adman-x-0.svg') format('svg'), url('Content/Default/fonts/db-adman-x-0.ttf') format('truetype');
    font-family: 'DB-Adman-X-1';
    src: url('Content/Default/fonts/db-adman-x-1.eot?') format('embedded-opentype'), url('Content/Default/fonts/db-adman-x-1.woff') format('woff'), url('Content/Default/fonts/db-adman-x-1.svg') format('svg'), url('Content/Default/fonts/db-adman-x-1.ttf') format('truetype');
    font-family: 'DB-Adman-X-BD-0';
    src: url('Content/Default/fonts/db-adman-x-bd-0.eot?') format('embedded-opentype'), url('Content/Default/fonts/db-adman-x-bd-0.woff') format('woff'), url('Content/Default/fonts/db-adman-x-bd-0.svg') format('svg'), url('Content/Default/fonts/db-adman-x-bd-0.ttf') format('truetype');
    font-family: 'DB-Adman-X-BD-IT-0';
    src: url('Content/Default/fonts/db-adman-x-bd-it-0.eot?') format('embedded-opentype'), url('Content/Default/fonts/db-adman-x-bd-it-0.woff') format('woff'), url('Content/Default/fonts/db-adman-x-bd-it-0.svg') format('svg'), url('Content/Default/fonts/db-adman-x-bd-it-0.ttf') format('truetype');
    font-family: 'DB-Adman-X-BD-IT';
    src: url('Content/Default/fonts/db-adman-x-bd-it.eot?') format('embedded-opentype'), url('Content/Default/fonts/db-adman-x-bd-it.woff') format('woff'), url('Content/Default/fonts/db-adman-x-bd-it.svg') format('svg'), url('Content/Default/fonts/db-adman-x-bd-it.ttf') format('truetype');
    font-family: 'DB-Adman-X-BD';
    src: url('Content/Default/fonts/db-adman-x-bd.eot?') format('embedded-opentype'), url('Content/Default/fonts/db-adman-x-bd.woff') format('woff'), url('Content/Default/fonts/db-adman-x-bd.svg') format('svg'), url('Content/Default/fonts/db-adman-x-bd.ttf') format('truetype');
    font-family: 'DB-Adman-X-IT-0';
    src: url('Content/Default/fonts/db-adman-x-it-0.eot?') format('embedded-opentype'), url('Content/Default/fonts/db-adman-x-it-0.woff') format('woff'), url('Content/Default/fonts/db-adman-x-it-0.svg') format('svg'), url('Content/Default/fonts/db-adman-x-it-0.ttf') format('truetype');
    font-family: 'DB-Adman-X-IT';
    src: url('Content/Default/fonts/db-adman-x-it.eot?') format('embedded-opentype'), url('Content/Default/fonts/db-adman-x-it.woff') format('woff'), url('Content/Default/fonts/db-adman-x-it.svg') format('svg'), url('Content/Default/fonts/db-adman-x-it.ttf') format('truetype');
}


/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  .img01{
      max-height:250px !important;
    }
}


.zoomImage {
    cursor: zoom-in;
    transition: 0.3s;  
}

.zoomImage:hover {
    opacity: 0.7;
}


.ValitDayeRed {
    border-color: red;
   
}


.pd-tb-5{
    padding-top: 5px;
    padding-bottom: 5px;
}

.float-l{
    float: left;
}

.float-r{
    float: right;
}

.plus-white {
    /*display: inline-block;
    background-size: 10px 10px;
    background-position: center;
    width: 10px;
    height: 10px;
    background-image: url(../Default/Images/icon-plus-white16.png);*/
    width: 130px;
    height: 30px;
    display: inline-block;
    color: #396cac;
    border: 1px solid #396cac;
    border-radius: 2px;
    align-content: center;
    vertical-align: middle !important;
    text-align: center !important;
    cursor: pointer;
    padding: 4px;
    background-image: url(Images/icon-circle-plus.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 12%;
}

.plus-white-rb {

    width: 312px;
    height: 30px;
    display: inline-block;
    color: #396cac;
    border: 1px solid #396cac;
    border-radius: 2px;
    align-content: center;
    vertical-align: middle !important;
    text-align: center !important;
    cursor: pointer;
    padding: 4px;
    background-image: url(Images/icon-search.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 12%;
}

.disabled-signer{
    background-color: #cccccc;
    filter: grayscale(100%);
}
#ModalItemStockLocation .SearchBy{
    border-color: #ccc;
    height: 25px;
    cursor: pointer;
}

#ModalItemStockLocation .SearchBy option{
    padding: 3px 7px 4px;
    cursor: pointer;
}

#ModalItemStockLocation tr td {
    cursor:auto;
}


#ForEmail1 label.error{
    float:left;
    padding-left: 480px;
}


.headtitle-modal-Blue {
    color: white !important;
    background-color: #396CAC !important;
}


.icon-close-modal-white {
    color: white !important;
    opacity: 1 !important;
}

.formContent-Picker-Modal {
    display: flex;
}

.icon-close-modal-white {
    color: white !important;
    opacity: 1 !important;
}

.pointer-e-none {
    pointer-events: none;
}

.quickCreateModalItem {
    width: 130px;
    height: 30px;
    display: inline-block;
    color: #396cac;
    border: 1px solid #396cac;
    border-radius: 2px;
    align-content: center;
    vertical-align: middle !important;
    text-align: center !important;
    cursor: pointer;
    padding: 4px;
    background-image: url(Images/icon-circle-plus.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 12%;
}

.quickCreateModalItem {
    width: 130px;
    height: 30px;
    display: inline-block;
    color: #396cac;
    border: 1px solid #396cac;
    border-radius: 2px;
    align-content: center;
    vertical-align: middle !important;
    text-align: center !important;
    cursor: pointer;
    padding: 4px;
    background-image: url(Images/icon-circle-plus.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 12%;
}

.quickCreateModal {
    cursor: pointer;
    display: inline-block;
    background-size: 20px 20px;
    background-position: center;
    width: 20px;
    height: 20px;
    background-image: url('Images/icon-circle-plus.png');
}

.modal .tab-content .tab-pane {
    float: none;
    width: auto;
}

#GridCalendarActivity tbody tr td, #GridCalendarCustomer tbody tr td {
    cursor: pointer;
}

.detail-data {
    display: inline-block;
    overflow: hidden !important;
    white-space: nowrap;
    width: 70%;
    text-overflow: ellipsis;
}