body{
    font-family: "Google Sans", sans-serif !important;
}
.itemloader .content .title {
    height: 12px;
    margin: 10px;
    width: 150px;
    animation: loader 3s infinite ease-in-out;
    -webkit-animation: loader 3s infinite ease-in-out;
}
.itemloader .content .short-title {
    height: 12px;
    margin: 10px;
    width: 200px;
    animation: loader 3s infinite ease-in-out;
    -webkit-animation: loader 3s infinite ease-in-out;
}
.swal2-styled.swal2-deny  {
    padding: .375rem .75rem;
    font-size: 1rem;
}
.full-overlay {
    /* display: none; */
    position: fixed;
    background: rgba(0,0,0,1);
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
#mainLoadingSVG {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    z-index: 10004;
    background: #fff;
    padding: 3px;
    border-radius: 50%;
    display: none;
}
@keyframes loader {
    0% {
        background-color: rgba(165, 165, 165, 0.1);
    }
    50% {
        background-color: rgba(165, 165, 165, 0.3);
    }
    100% {
        background-color: rgba(165, 165, 165, 0.1);
    }
}

@-webkit-keyframes loader {
    0% {
        background-color: rgba(165, 165, 165, 0.1);
    }
    50% {
        background-color: rgba(165, 165, 165, 0.3);
    }
    100% {
        background-color: rgba(165, 165, 165, 0.1);
    }
}
.content-wrapper>.content {
  padding: 0rem;
}
.modal-header {
    padding: 7px;
    border-bottom: 1px solid #f5dada;
}
.progressbar li{
    cursor: pointer;
}

.modal-footer {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-color: #E4E9EE;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #EFF3F8;
}
.modal-footer {
    /* padding: 8px; */
    text-align: right;
    border-top: 1px solid #e5e5e5;
    /* height: 50px; */
}
.modal-body {
  position: relative;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 8px;
}
.card {
  z-index: 0;
  border: none;
  border-radius: 0.2rem;
  position: relative;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0.35rem;
}
.dark-mode .toolbar-inner {

    background-color: #343a40;
}
.dark-mode .foo_tab_menu-labels a.link i+span,
.dark-mode .foo_tab_menu-labels a.tab-link i+span {
    color: white;
}
.dark-mode.foo_tab_menu a.link,
.dark-mode .foo_tab_menu a.tab-link {
    color: white;
}
.card-header {
    background-color: transparent;
    border-bottom: solid #cc2127 2px;
    position: relative;
    border-top-left-radius: .0rem;
    border-top-right-radius: .0rem;
}
.card-danger.card-outline {
  border-top: unset;
}
.toolbar{
    display: none;
}
.foo_tab_menu-labels {height: 51px}

.foo_tab_menu {
    color: #555;
    z-index: 5001;
    position: fixed!important
 }
 .form-group .invalid-feedback {
    display: block;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}
.toolbar {left: 0;bottom:0}

.toolbar {
    height: 50px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 0;
    z-index: 9999;
    backface-visibility: hidden;
    font-size: 17px
 } 
.storageSide {
    color: #000000 !important; 
} 
.storageSideLink {
    background-color: #eaeaea !important;
} 
.back,.front,.ns-close {-webkit-backface-visibility: hidden}

.foo_tab_menu .toolbar-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
 }

.toolbar-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 8px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
 }

.foo_tab_menu-labels a.link,.foo_tab_menu-labels a.tab-link {
    padding-top: 9px;
    padding-bottom: 8px;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
 }

.foo_tab_menu a.link,.foo_tab_menu a.tab-link {
    min-width: 50px;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: visible;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-decoration: none
 }

.foo_tab_menu a {color: #777}

    .foo_tab_menu a:active,.foo_tab_menu a:hover {color: #333}

.toolbar a {
    -webkit-flex-shrink: 1;
    -ms-flex: 0 1 auto;
    flex-shrink: 1;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden
 }

.toolbar::before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    height: 1px;
    width: 100%;
    background-color: #e0e0e0;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
 }



a,input,select,textarea {outline: 0}

.foo_tab_menu i.icon {height: 30px}



i.icon {
    display: inline-block;
    vertical-align: middle;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat
 }

.foo_tab_menu-labels a.link i+span,.foo_tab_menu-labels a.tab-link i+span {margin: 0}

.foo_tab_menu-labels span.foo_tab_menu-label {
    line-height: 1;
    display: block;
    margin: 0;
    letter-spacing: .01em;
    font-size: 10px;
    position: relative;
    text-overflow: ellipsis
 }

 .menu-open-new >.nav-link {
    background-color: rgba(0, 0, 0, 0.1);
    color: #000;
  }


@media (max-width: 768px) {
  .toolbar{
      display: block;
      -webkit-box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.25);
      -moz-box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.25);
      box-shadow: 0px 3px 10px 1px #333;

  }
}
.card-category .card-title{
    float: unset;
}
.product-description span{
    margin: 2px;
}
.products-list .item .product-img,
.products-list .item .product-info{
    margin: 5px;
}
.sidebar__user__row {
    display: flex;
    margin-bottom: 10px;
}
.sidebar__user__row>:first-child {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}
.d-flex {
    display: flex!important;
}
.d-inline-block {
    display: inline-block!important;
}
.avatar--xl {
    width: 60px;
    height: 60px;
}
.avatar--xl[data-v-5e990434] {
    width: 60px;
    max-height: 60px!important;
}
.avatar[data-v-5e990434] {
    display: block;
    width: 60px;
    height: auto;
    margin: auto;
    cursor: pointer;
    border-radius: 100%;
}
.justify-content-center {
    justify-content: center!important;
}
.flex-column {
    flex-direction: column!important;
}
.d-flex {
    display: flex!important;
}
.d-block {
    display: block!important;
}
.sidebar__user__row {
    display: flex;
    margin-bottom: 10px;
}
.sidebar__user__row>:first-child {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.sidebar__user__row>:nth-child(2) {
    margin-left: 10px;
    flex-grow: 1;
}
.card-detail .card-header {
    background-color: transparent;
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: .20rem .0rem;
    position: relative;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.post-content table{
    width: unset;
}

/* 062 */

.swal-title { color: #000000 !important} .swal-text { color: #000000 !important} 
.navbar-dark{ background: #cc2127 !important; border-color: #cc2127 !important; }
.layout-navbar-fixed .wrapper .sidebar-dark-light .brand-link:not([class*=navbar]) { background: #cc2127 !important; color: #ffff;} 
[class*=sidebar-dark-] { background: #ffff !important; } 
.menu-open-new >.nav-link { color: #000 !important; } 
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link { color: #7c7c7c !important; } 
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus
, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover {color:  #cc2127 !important;background-color: transparent !IMPORTANT;} .menu-open-new >.nav-link { color: #000 !important; } .menu-open-new >.nav-link {background-color: #ffff;} [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link:focus, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link:hover {background-color: rgb(204, 33, 39);color: #ffff !important;} 
.nav-pills .nav-link:not(.active):hover {color:  #cc2127 !important;background-color: transparent !IMPORTANT;} 
.custom-control-input:checked~.custom-control-label::before { border-color: #cc2127; background-color: #cc2127} .navbar-dark .navbar-nav .nav-link { color: #ffff; .sidebar-dark-light .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-light .nav-sidebar>.nav-item>.nav-link.active { color: #ffff !important;background: #cc2127 !important; }}
ul.nav.nav-treeview li {
    background-color: #eaeaea !IMPORTANT;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0;
}
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link:focus,
 [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link:hover {
    color: rgb(220 53 69) !IMPORTANT;
    background-color: transparent !IMPORTANT;
}
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active,
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus, 
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover {
    color:  #000 !important;
    background-color: transparent !IMPORTANT;
}

ul.nav.nav-pills.nav-sidebar.flex-column>li>a.nav-link {
    margin-bottom: 0;
    padding-top: 13px;
    padding-bottom: 13px;
}
ul.nav.nav-pills.nav-sidebar.flex-column>li>a i.fa-angle-left{
    margin-top: 8px ;
}
 
ul.nav.nav-pills.nav-sidebar.flex-column>li:last-child {
    border-top: solid 1px #ddd;
}

ul.nav.nav-pills.nav-sidebar.flex-column>li:nth-child(2) {
    margin-top: 9px;
}
[class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link.active {
    color: #cc2127 !important;
    box-shadow: none; 
    background-color: white !important;
}

/*==============thanh======================*/
div#best a i {
    font-size: 16px;
}
div#best {
    justify-content: flex-end;
}
body .table tr {
    background-color: #fff;
}
ul.nav.nav-treeview li svg {
    width: 16px;
    height: 16px;
}

ul.nav.nav-treeview li {
    margin-top: 0 !IMPORTANT;
    border-radius: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover {
    color: #dc3545 !important;
    background-color: transparent !IMPORTANT;
}
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link {
    color: #000000 !important;
}
.elevation-4 {
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 6px !IMPORTANT;
}
/*==============thanh======================*/
/* =============lanh====================== */
.modal-full {
    max-width: 100% !important;
    max-height: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
}

.modal-full .modal-content {
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
}
@media (min-width: 576px){
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}
#createContractModalBtn{
    cursor: pointer;
}
.main-contarct{
    position: relative;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.main-contarct {
    overflow-y: auto;
}
.action-button {
    background: #28a745;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    min-width: 130px;
    font: 700 14px/40px "Roboto", sans-serif;
    border: 1px solid #84a084;
    margin: 0 5px;
    text-transform: uppercase;
    display: inline-block; 
    height: 40px; 
    margin-top: -2px; 
}
.next_create:hover{
    background: #26903e;
}
.previous_create {
    background: transparent;
    color: #99a2a8;
    border-color: #99a2a8; 
    height: 40px; 
}
.previous_create:hover {
    background: transparent;
    color: #b2b7bb;
    border-color: #8a8f92;
}
.send-button {
    background: #17a2b8;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    min-width: 130px;
    font: 700 14px/40px "Roboto", sans-serif;
    border: 1px solid #17a2b8;
    margin: 0 5px;
    text-transform: uppercase;
    display: inline-block;
}
#loadingpdf{
    height: 200px;
    text-align: center;
    line-height: 200px;
    border-radius: 5px;
    border: solid 1px #bbb4b4;
}
.modal-full .card {
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    margin-bottom: 5rem;
    border: solid 1px #e8e8e8;
}
.modal-full fieldset {
    border: solid 2px #eff3f8;
    margin-bottom: 15px;
}
.multi_step_form .formAction fieldset {
    margin-top: -30px;
}
.multi_step_form{
    background: unset;
}
.multi_step_form .formAction #progressbar {
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 20px;
}
ul.nav.nav-treeview li svg {
    width: 18px;
    height: 18px;
    color: #374d52;
}
.nav-link svg {
    color: #374d52;
    margin-top: -5px;
}
ul.nav.nav-treeview li {
    margin-top: 0 !IMPORTANT;
    border-radius: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
}
h2 {
    margin: 50px 0;
    }
    section {
    flex-grow: 1;
    }
    .file-drop-area-word {
    position: relative;
    display: flex;
    align-items: center;
    width: 420px;
    max-width: 100%;
    padding: 15px;
    border: 1.5px dashed #2a5699;
    border-radius: 3px;
    transition: 0.2s; 
    float: left; 
    } 
    .file-drop-area-excel {
    position: relative;
    display: flex;
    align-items: center;
    width: 420px;
    max-width: 100%;
    padding: 15px;
    border: 1.5px dashed #02723b;
    border-radius: 3px;
    transition: 0.2s; 
    float: left;
    }
    .file-drop-area-model {
    position: relative;
    display: flex;
    align-items: center;
    width: 500px;
    max-width: 100%;
    padding: 15px;
    border: 1.5px dashed #2a5699;
    border-radius: 3px;
    transition: 0.2s; 
    float: left; 
    } 
    .file-drop-area-word.is-active {
    background-color: #f6f6f6;
    }
    .file-drop-area-excel.is-active {
    background-color: #f6f6f6;
    } 
    .file-drop-area-model.is-active {
    background-color: #f6f6f6;
    }
    .btn-word {
    flex-shrink: 0;
    background-color: #2a5699;
    border: 1.5px solid #2a5699;
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase; 
    color: #ffffff;
    }
    .btn-excel {
    flex-shrink: 0;
    background-color: #02723b;
    border: 1.5px solid #02723b;
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase; 
    color: #ffffff;
    }
    .btn-model {
    flex-shrink: 0;
    background-color: #2a5699;
    border: 1.5px solid #2a5699;
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase; 
    color: #ffffff;
    }
    .file-msg-word {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }
    .file-msg-excel {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }
    .file-msg-model {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }
    .file-word-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
    } 
    .file-excel-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
    }
    .file-model-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
    }
    .file-word-input:focus {
    outline: none;
    }
    .file-excel-input:focus {
    outline: none;
    }
    .file-model-input:focus {
    outline: none;
    }
    footer {
    margin-top: 50px;
    }
    footer a {
    color: rgba(255, 255, 255, 0.4);
    font-weight: 300;
    font-size: 14px;
    text-decoration: none;
    }
    footer a:hover {
    color: white;
    } 
    .swal-footer { text-align: center; } 
    .drop{
        padding: 25px;
        min-height: 220px;
        border:3px dashed #8a8a8a;
        border-radius: 15px;
        overflow: hidden;
        text-align: center;
        background-color: #ffffff;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        margin-top: 0px;
        margin-bottom: 10px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .drop.dropzone {
        padding: 50px;
        border: 2px dashed rgb(23, 108, 187);
    }
    .drop.is-dragover {
        background-color: #a9b7be;
        border:3px dashed #1986c5;
    }
    .drop .cont {
        width: 100%;
        height: 150px;
        color: #8E99A5;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        margin: auto;
        position: absolute;
        top: '32%';
        left: 0;
        bottom: 0;
        right: 0;
    }
    .drop input {
        height: 100%;
        width: 100%;
        cursor: pointer;
        background: red;
        opacity: 0;
        margin: auto;
        max-height: 200px;
    }
    .drop .cont .browse {
    width: 200px;
    margin: auto;
    color: white;
    padding: 8px 16px;
    border-radius: 4px;
    background: #1f2d3d;
}
.drop:hover{
    border:3px dashed #7c0711dc;
}
.drop .browse {
    width: 180px;
    margin: auto;
    color: white;
    padding: 8px 16px;
    border-radius: 4px;
    background: #1f2d3d;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.drop .cont .desc {
    color: #787e85;
    font-size: 20px;
    padding-bottom: 10px;
}
@media (min-width: 576px){
    .d-sm-block {
        display: block!important;
    }
}
.drop .cont img {
    height: 60px;
}
.drop .cont img {
    position: relative;
}
.text-import{
    margin-top: 0px;
    font-size: 10pt;
}
.dowload-excel-text{
    cursor: pointer;
}
.review{
    border:solid  8px;
    border-radius: 15px;
}
.__icon{
    background-color: #333333;
    width: 25px;
    height: 25px;
    position: absolute;
    margin-top: -25px;
    margin-right: -25px;
    border: solid #e8e8e8;
    border-radius: 50%;
    color: white;
}

/* =============end lanh====================== */

.daterangepicker {
    position: absolute;
    left: 0;
    margin-top: 5px;
    width: auto;
    padding: 0;
  }
  .daterangepicker.dropdown-menu {
    max-width: none;
    background-color: transparent;
    border: 0;
    z-index: 1000;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .daterangepicker.dropup {
    margin-top: -7px;
  }
  .daterangepicker .ranges,
  .daterangepicker .calendar {
    float: left;
  }
  .daterangepicker.opensleft .calendars {
    float: left;
  }
  .daterangepicker.opensright .calendars {
    float: right;
  }
  .daterangepicker.single .calendar {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .daterangepicker.single .ranges {
    display: none;
  }
  .daterangepicker.show-calendar .calendar {
    display: block;
  }
  .daterangepicker .calendar {
    display: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 7px;
    /*padding: 14px;*/
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }
  .daterangepicker table {
    width: 100%;
    margin: 0;
  }
  .daterangepicker table tbody th,
  .daterangepicker table tbody td {
    cursor: pointer;
  }
  .daterangepicker th,
  .daterangepicker td {
    white-space: nowrap;
    text-align: center;
  }
  .daterangepicker th.week,
  .daterangepicker td.week {
    font-size: 80%;
    color: #ccc;
  }
  .daterangepicker th {
    color: #999999;
    font-weight: normal;
    font-size: 12px;
  }
  .daterangepicker th > i {
    top: 0;
  }
  .daterangepicker th.prev,
  .daterangepicker th.next {
    cursor: pointer;
  }
  .daterangepicker th.available:hover,
  .daterangepicker th.available:focus {
    color: #333333;
  }
  .daterangepicker td.available:hover,
  .daterangepicker td.available:focus {
    background-color: #f5f5f5;
  }
  .daterangepicker td.off,
  .daterangepicker td.disabled {
    color: #ccc;
  }
  .daterangepicker td.disabled {
    cursor: not-allowed;
  }
  .daterangepicker td.in-range {
    background-color: #f5f5f5;
  }
  .daterangepicker td.active,
  .daterangepicker td.active:hover,
  .daterangepicker td.active:focus {
    background-color: #26A69A;
    color: #fff;
    border-radius: 3px;
  }
  .daterangepicker .table-condensed tr > th,
  .daterangepicker .table-condensed tr > td {
    padding: 10px;
    line-height: 1;
  }
  .daterangepicker .table-condensed thead tr:last-child th {
    padding-top: 14px;
  }
  .daterangepicker .table-condensed .month {
    font-size: 15px;
    line-height: 1;
    color: #333333;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 400;
  }
  .daterangepicker select {
    display: inline-block;
  }
  .daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%;
  }
  .daterangepicker select.yearselect {
    width: 40%;
  }
  .daterangepicker select.hourselect,
  .daterangepicker select.minuteselect,
  .daterangepicker select.secondselect,
  .daterangepicker select.ampmselect {
    width: 60px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
  .daterangepicker .daterangepicker_input {
    position: relative;
  }
  .daterangepicker .daterangepicker_input i {
    position: absolute;
    right: 11px;
    top: auto;
    bottom: 10px;
    color: #999999;
  }
  .daterangepicker .daterangepicker_input input {
    padding-left: 11px;
    padding-right: 34px;
  }
  .daterangepicker .calendar-time {
    text-align: center;
    margin: 12px 0;
  }
  .daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed;
  }
  .ranges {
    background-color: #fff;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 200px;
    margin-top: 7px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }
  .opensright .ranges {
    margin-left: 0;
  }
  .opensleft .ranges {
    margin-right: 0;
  }
  .ranges ul {
    list-style: none;
    margin: 0;
    padding: 7px 0;
  }
  .ranges ul + .daterangepicker-inputs {
    border-top: 1px solid #e5e5e5;
  }
  .ranges ul li {
    color: #333333;
    padding: 8px 12px;
    cursor: pointer;
    margin-top: 1px;
  }
  .ranges ul li:first-child {
    margin-top: 0;
  }
  .ranges ul li:hover,
  .ranges ul li:focus {
    background-color: #f5f5f5;
  }
  .ranges ul li.active {
    color: #fff;
    background-color: #26A69A;
  }
  .ranges .daterangepicker-inputs {
    padding: 12px;
    padding-top: 19px;
  }
  .ranges .daterangepicker-inputs .daterangepicker_input + .daterangepicker_input {
    margin-top: 19px;
  }
  .ranges .daterangepicker-inputs .daterangepicker_input > span {
    display: block;
    font-size: 12px;
    margin-bottom: 7px;
    color: #999999;
  }
  .ranges .daterangepicker-inputs + .range_inputs {
    border-top: 1px solid #e5e5e5;
  }
  .ranges .range_inputs {
    padding: 12px;
  }
  .ranges .range_inputs .btn {
    display: block;
    width: 100%;
  }
  .ranges .range_inputs .btn + .btn {
    margin-top: 12px;
  }
  @media (min-width: 769px) {
    .ranges {
      margin: 7px;
    }
  }
  .daterange-custom {
    cursor: pointer;
  }
  .daterange-custom:after {
    content: '';
    display: table;
    clear: both;
  }
  .daterange-custom .label,
  .daterange-custom .badge {
    margin: 4px 0 0 7px;
    vertical-align: top;
  }
  .daterange-custom .label-icon {
    margin-top: 0;
    margin-right: 5px;
  }
  .daterange-custom-display {
    display: inline-block;
    position: relative;
    padding-left: 21px;
    line-height: 1;
  }
  .daterange-custom-display:after {
    content: '\e9c9';
    font-family: 'icomoon';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  .daterange-custom.is-opened .daterange-custom-display:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .daterange-custom-display > i {
    display: inline-block;
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: -0.015em;
  }
  .daterange-custom-display b {
    display: inline-block;
    margin-left: 4px;
    font-weight: 400;
  }
  .daterange-custom-display b > i {
    font-size: 11px;
    display: block;
    line-height: 12px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
  }
  .daterange-custom-display em {
    line-height: 30px;
    vertical-align: top;
    margin: 0 4px;
  }
  @media (min-width: 564px){
    .daterangepicker .ranges ul {
        width: 100%;
    }
  }

  @media (max-width: 769px) {
    .opensleft,
    .opensright {
      left: 0!important;
      right: 0;
    }
    .opensleft .calendars,
    .opensright .calendars {
      float: none;
    }
    .daterangepicker.opensleft .ranges,
    .daterangepicker.opensright .ranges,
    .daterangepicker.opensleft .calendar,
    .daterangepicker.opensright .calendar,
    .daterangepicker.opensleft .calendars,
    .daterangepicker.opensright .calendars {
      float: none;
    }
    .daterangepicker {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px;
    }
    .daterangepicker .calendar {
      margin-left: 0;
      margin-right: 0;
    }
    .daterangepicker .ranges {
      width: 100%;
    }
  }
  /* START PAYMENT */
  #grad1 {
    justify-content: center!important;
    position:relative;
}

#msFormPayment fieldset:not(:first-of-type) {
    display: none
}

#msFormPayment .action-button {
    width: 100px;
    background: skyblue;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msFormPayment .action-button:hover,
#msFormPayment .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue
}

#msFormPayment .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue
}


.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f023"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f09d"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}
#progressbar{
    margin-left: 80px;
}
#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 30px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

#progressbar li:first-child:after {
    content: '';
    width: 50%;
    height: 2px;
    background: lightgray;
    position: absolute;
    right: 0;
    left: auto;
    top: 25px;
    z-index: -1;
}

#progressbar li:last-child:after {
    content: '';
    width: 50%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}


#progressbar li.active:before,
#progressbar li.active:after {
    background: rgb(121, 7, 3)
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

fieldset {
    padding: revert;
}
.div-show-content-center{
    max-width: 1140px; 
    margin:0 auto;
}
.div-show-process-center{
    max-width: 635px; 
    margin:0 auto;
}
.class-hidden{
    display: none;
}
.row-fix-left-right {
    margin-left:-14px !important;
    margin-right:-14px !important;
}
.border-top-0 tr th, #tbody-show-package{
    border-top: 0 !important;
}
fieldset h6 {
    margin-left:10px;
}
.tab-left-border-0{
    border-left:0;
}
.tab-right-border-0{
    border-right:0;
}
.coler-red {
    color:red;
}

/* success */
.validation-valid-label {
    display: none !important;
}

.form-select-type-payment{
    max-width: 460px;
    margin:auto;
}

.bank_list {
    margin-top: 0px;
    clear: both;
  }
  .bank_list .b_l li {
      float: left;
      width: 90px;
      margin: 10px 10px 0px 0;
      border-bottom: none;
      padding: 0 !important;
      list-style: none;
      border: 1px solid #ddd;
      border-radius: 7px;
  }
  .img-bank {
      border: 2px solid white;
    border-radius: 7px;
  }
  
  .bank_list li.item-bank:hover {
    border-color: #cc2127;
    background-color: #ddd
  }
  
  .class-li-active {
    background-color: #ddd !important;
    border-color: #cc2127 !important;
  }

  ul#ul-tab-step-3-type-payment li {
    vertical-align: middle;
    border-radius: 4px;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 4px;
    width: 100%;
}

ul#ul-tab-step-3-type-payment li.active a {
    background-color: transparent !important;
    color: #288ad6;
}

ul#ul-tab-step-3-type-payment li a {
    background-color: #921010;
    border-radius: 4px;
    color: #fff;
    display: block;
    border-color: #eb9781;
    text-align: center;
    text-transform: none;
    font-weight: normal;
    height: 40px;
    justify-content: center;
    display: flex;
    font-size: 14px;
    width: 100%;
}

.bank_list .b_l li {
    width: 25%;
    margin: 0;
    border: none;
    padding: 5px !IMPORTANT;
}

.bank_list li.item-bank:hover img {
    background-color: #efefef;
    cursor: pointer;
}

.bank_list .b_l li img {
    border: 1px solid #E8E8E8;
    border-radius: 3px;
}

.bank_list ul.b_l {
    width: 100%;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-left: 0px !important;
}

.bank_list li.item-bank:hover {
    background-color: transparent;
}

.bank_list li.item-bank.class-li-active img {
    background-color: #efefef;
    border: 1px solid #288ad6;
}
.width-100pr{
    width: 100% !important;
}
.mt-0{
    margin-top:0px !important;
}
ul#ul-tab-step-3-type-payment li a.active {
  background-color: #f7f7f7;
  color: #1c0404;
}
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem)
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none
}
@media (min-width: 576px) {
  .modal-dialog-scrollable {
      max-height: calc(100% - 3.5rem)
  }
  .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem)
  }
}
.bank_list .b_l .li-alert{
  width: 100%;
}
  /* END PAYMENT */
  .alert-warning-white {
    color: #1f2d3d;
    background-color: #f5f5f5;
    border-color: #edb100;
}
  .icon-bell{
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
  }
  @-webkit-keyframes ring {
    0% { -webkit-transform: rotateZ(0); }
    1% { -webkit-transform: rotateZ(30deg); }
    3% { -webkit-transform: rotateZ(-28deg); }
    5% { -webkit-transform: rotateZ(34deg); }
    7% { -webkit-transform: rotateZ(-32deg); }
    9% { -webkit-transform: rotateZ(30deg); }
    11% { -webkit-transform: rotateZ(-28deg); }
    13% { -webkit-transform: rotateZ(26deg); }
    15% { -webkit-transform: rotateZ(-24deg); }
    17% { -webkit-transform: rotateZ(22deg); }
    19% { -webkit-transform: rotateZ(-20deg); }
    21% { -webkit-transform: rotateZ(18deg); }
    23% { -webkit-transform: rotateZ(-16deg); }
    25% { -webkit-transform: rotateZ(14deg); }
    27% { -webkit-transform: rotateZ(-12deg); }
    29% { -webkit-transform: rotateZ(10deg); }
    31% { -webkit-transform: rotateZ(-8deg); }
    33% { -webkit-transform: rotateZ(6deg); }
    35% { -webkit-transform: rotateZ(-4deg); }
    37% { -webkit-transform: rotateZ(2deg); }
    39% { -webkit-transform: rotateZ(-1deg); }
    41% { -webkit-transform: rotateZ(1deg); }
  
    43% { -webkit-transform: rotateZ(0); }
    100% { -webkit-transform: rotateZ(0); }
  }
  
  @-moz-keyframes ring {
    0% { -moz-transform: rotate(0); }
    1% { -moz-transform: rotate(30deg); }
    3% { -moz-transform: rotate(-28deg); }
    5% { -moz-transform: rotate(34deg); }
    7% { -moz-transform: rotate(-32deg); }
    9% { -moz-transform: rotate(30deg); }
    11% { -moz-transform: rotate(-28deg); }
    13% { -moz-transform: rotate(26deg); }
    15% { -moz-transform: rotate(-24deg); }
    17% { -moz-transform: rotate(22deg); }
    19% { -moz-transform: rotate(-20deg); }
    21% { -moz-transform: rotate(18deg); }
    23% { -moz-transform: rotate(-16deg); }
    25% { -moz-transform: rotate(14deg); }
    27% { -moz-transform: rotate(-12deg); }
    29% { -moz-transform: rotate(10deg); }
    31% { -moz-transform: rotate(-8deg); }
    33% { -moz-transform: rotate(6deg); }
    35% { -moz-transform: rotate(-4deg); }
    37% { -moz-transform: rotate(2deg); }
    39% { -moz-transform: rotate(-1deg); }
    41% { -moz-transform: rotate(1deg); }
  
    43% { -moz-transform: rotate(0); }
    100% { -moz-transform: rotate(0); }
  }
  
  @keyframes ring {
    0% { transform: rotate(0); }
    1% { transform: rotate(30deg); }
    3% { transform: rotate(-28deg); }
    5% { transform: rotate(34deg); }
    7% { transform: rotate(-32deg); }
    9% { transform: rotate(30deg); }
    11% { transform: rotate(-28deg); }
    13% { transform: rotate(26deg); }
    15% { transform: rotate(-24deg); }
    17% { transform: rotate(22deg); }
    19% { transform: rotate(-20deg); }
    21% { transform: rotate(18deg); }
    23% { transform: rotate(-16deg); }
    25% { transform: rotate(14deg); }
    27% { transform: rotate(-12deg); }
    29% { transform: rotate(10deg); }
    31% { transform: rotate(-8deg); }
    33% { transform: rotate(6deg); }
    35% { transform: rotate(-4deg); }
    37% { transform: rotate(2deg); }
    39% { transform: rotate(-1deg); }
    41% { transform: rotate(1deg); }
  
    43% { transform: rotate(0); }
    100% { transform: rotate(0); }
  }
  #detailSign ul {
    list-style-type: none;
    margin: 5px;
}
#signaturesCount{
    border: solid 1px #343a40;
    text-align: center;
    border-radius: 5px;
    background-color: #ffc107;
    margin-bottom: 5px;
    width: 100%;
}
.divmain {
    border: solid 1px #a7721e;
    border-radius: 5px;
    background-color: #fafafa;
    margin-bottom: 5px;
    width: 100%;
}
.main li {
    margin-bottom: 0em;
}

ul.cert-path {
    list-style: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

ul.cert-path ul {
    margin: 0px 0px 0px 10px;
    list-style: none;
}
ul.cert-path li {
    position: relative;
}
ul.cert-path li:before {
    position: absolute;
    left: -15px;
    top: 0px;
    content: '';
    display: block;
    border-left: 1px solid #000;
    height: 0.8em;
    border-bottom: 1px solid #000;
    width: 0.8em;
}
ul.cert-path li.root {
    margin: 0px 0px 0px 20px;
    list-style-type: circle;
}
ul.cert-path li.root:before {
    display: none;
}
ul.cert-path li.root:after {
    display: none;
}
ul.cert-path li:last-child:after {
    display: none;
}
@media only screen and (max-width: 600px) and (max-width: 550px) {
  .searchContract3,.searchContract2 {
    flex: unset;
    max-width:unset;
  }
  .toolbar{
    display: none;
  }
}
tbody {
  /*    height: 100px;
  */    overflow-y: auto;
      overflow-x: hidden;
  }
  
  .btn-sm, .request-table td {
      font-size: 12px;
  }
  
  
  .table td.fit,
  .table th.fit {
      white-space: nowrap;
      width: 1%;
  }
  
  
  
  ol {
      padding-left: 10px;
  }
  
  .noselect {
      -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
      -khtml-user-select: none; /* Konqueror HTML */
      -moz-user-select: none; /* Old versions of Firefox */
      -ms-user-select: none; /* Internet Explorer/Edge */
      user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
  }
  
  table, th, td {
      font-size: 12px !important;
  }
  
      table tbody {
  /*        height: 100px;
  */        overflow-y: auto;
          overflow-x: hidden;
      }
  
  .modal-title-cus {
      font-size: 16px;
  }
  
  .progressbar-wrapper {
      /*    background: #fff;*/
      width: 80%;
      /*    padding-top: 10px;
      padding-bottom: 5px;
  */
  }
  
  
  .progressbar {
      color: #676867;
      counter-reset: step;
      width: 100%;
      display: block;
      margin: 0;
      padding: 0;
  }
  
      .progressbar li {
          list-style-type: none;
          width: 33%;
          float: left;
          font-size: 12px;
          position: relative;
          text-align: center;
          text-transform: uppercase;
          color: #7d7d7d;
      }
  
          .progressbar li:before {
              content: counter(step);
              counter-increment: step;
              width: 54px;
              height: 54px;
              line-height: 54px;
              border: 2px solid #7d7d7d;
              display: block;
              text-align: center;
              margin: 0 auto 3px auto;
              border-radius: 50%;
              position: relative;
              z-index: 2;
              background-color: #fff;
              font-size: 16px;
          }
  
          .progressbar li:after {
              width: 100%;
              height: 2px;
              content: '';
              position: absolute;
              background-color: #7d7d7d;
              top: 30px;
              left: -50%;
              z-index: 0;
          }
  
          .progressbar li:first-child:after {
              content: none;
          }
  
          .progressbar li.active {
              color: green;
              font-weight: bold;
          }
  
              .progressbar li.active:before {
                  border-color: #55b776;
                  background: #2CA01C !important;
                  color: white !important;
              }
  
              .progressbar li.active + li:after {
                  background-color: #2CA01C;
              }
  
          .progressbar li::before {
              background: #fff url() no-repeat center center;
              background-size: 60%;
          }
  
  
  .footer-import-invoice {
      background: #3E3F3E 0% 0% no-repeat padding-box;
      border: 1px solid #D9DEDB;
  }
  
  .btn-outline-secondary {
      color: black;
  }
  
      .btn-outline-secondary:hover {
          color: black;
          background: white;
      }
  
  .success-result {
      color: #2CA01C;
  }
  
  .error-result {
      color: deeppink;
  }
  
      .success-result i, .error-result i {
          font-size: 22px;
      }
  
  .your-field {
      min-width: 100%;
      background-color: white;
      border-color: #D9DEDB;
      min-height: 35px;
      font-size: 14px;
  }
  
      .your-field + button {
          background-color: white;
          border-color: #D9DEDB;
          min-height: 35px;
          font-size: 14px;
      }
  
          .your-field:hover, .your-field + button:hover {
              border-color: #D9DEDB;
          }
  
  .table-bordered {
      border: none;
  }
  
  #searchInvoice {
      background: #fff center right 12px no-repeat padding-box url(/Images/ic_search_48px.svg);
  }
  
  
  
  #dateTimePopUp {
      width: 100%;
      height: 100% !important;
      top: 0;
      display: none;
  }
  
  /*Start Drag&Drop file*/
  *, *:before, *:after {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }
  
  input:focus, select:focus, textarea:focus, button:focus {
      outline: none;
  }
  
  .drop {
      min-height: 220px;
      border: 3px dashed #DADFE3;
      border-radius: 15px;
      overflow: hidden;
      text-align: center;
      background: white;
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      margin-top: 0px;
      margin-bottom: 10px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
      .drop .browse {
          width: 180px;
          margin: auto;
          color: white;
          padding: 8px 16px;
          border-radius: 4px;
          background: #2CA01C;
          -webkit-transition: all 0.5s ease-out;
          -moz-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out;
      }
  
      .drop .text-browser {
          display: none;
      }
  
      .drop .cont {
          width: 100%;
          height: 170px;
          color: #8E99A5;
          -webkit-transition: all 0.5s ease-out;
          -moz-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out;
          margin: auto;
          position: absolute;
          top: '32%';
          left: 0;
          bottom: 0;
          right: 0;
      }
  
          .drop .cont img {
              /*font-size: 40px;
              color: #787e85;*/
              position: relative;
          }
  
          .drop .cont .tit {
              font-size: 25px;
              /*text-transform: uppercase;*/
              font-weight: 600;
          }
  
          .drop .cont .desc {
              color: #787e85;
              font-size: 20px;
              padding-bottom: 10px;
          }
  
          .drop .cont .browse {
              width: 180px;
              margin: auto;
              color: white;
              padding: 8px 16px;
              border-radius: 4px;
              background: #2CA01C;
          }
  
  
      .drop input {
          height: 100%;
          width: 100%;
          cursor: pointer;
          background: red;
          opacity: 0;
          margin: auto;
          max-height: 200px
      }
  
      /*    .drop img {
          margin-bottom: 10px;
      }
  */
      .drop .cont img {
          height: 60px;
      }
  
  .item_panel {
      box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
      color: rgb(30, 30, 30);
      border-width: 1px;
      border-style: solid;
      border-color: rgb(217, 217, 217);
      border-image: initial;
      background: rgb(255, 255, 255);
      padding: 20px 20px 20px 0;
      min-height: 113px;
      cursor: pointer;
  }
  
      .item_panel:hover {
          border-color: #2CA01C;
          text-decoration: none;
          color: rgb(30, 30, 30);
      }
  
      .item_panel div:first-child div {
          width: 100px;
      }
  
      .item_panel .flex-grow-1 strong {
          font-size: 16px;
      }
  
      .item_panel .flex-grow-1 span {
          color: #737373;
      }
  
      .item_panel img {
          width: 50px;
      }
  
  .item_file {
      background: #FFFFFF 0% 0% no-repeat padding-box;
      border: 1px solid #DADFE3;
  }
  
      .item_file .icon_file {
          width: 50px;
          position: relative;
      }
  
          .item_file .icon_file img {
              width: 43px;
          }
  
      .item_file .info_file p {
          color: #3E3F3E;
          margin-bottom: 0;
          font-weight: bold;
          font-size: 16px;
      }
  
      .item_file .info_file span {
          color: #676867;
          font-size: 14px;
      }
  
      .item_file .action_file span {
          color: #3E3F3E;
          width: 35px;
          height: 35px;
          position: relative;
          z-index: 1;
          border-radius: 50%;
          -webkit-transition: -webkit-transform .3s ease-in-out,all .3s ease-in-out;
          -moz-transition: -moz-transform .3s ease-in-out,all .3s ease-in-out;
          -o-transition: -o-transform .3s ease-in-out,all .3s ease-in-out;
          transition: transform .3s ease-in-out,all .3s ease-in-out;
      }
  
          .item_file .action_file span:before {
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%);
          }
  
          .item_file .action_file span:hover {
              background-color: #eaeaec;
          }
  
      .item_file .action_file .dropdown {
          height: 35px;
      }
  
  
  progress[value] {
      /* Reset the default appearance */
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      /* Get rid of default border in Firefox. */
      border: none;
      width: 100%;
      height: 20px;
      -webkit-transition: all 0.3s ease-out; /* Chrome 1-25, Safari 3.2+ */
      -moz-transition: all 0.3s ease-out; /* Firefox 4-15 */
      -o-transition: all 0.3s ease-out; /* Opera 10.50â€“12.00 */
      transition: all 0.3s ease-out;
      opacity: 0;
  }
  
      progress[value]::-webkit-progress-bar {
          background-color: #D8F8D3;
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
      }
  
      progress[value]::-webkit-progress-value {
          background-color: #2CA01C;
          border-radius: 2px;
          background-size: 35px 20px, 100% 100%, 100% 100%;
      }
  
  .step_sender .icon_file {
      width: 48px;
      position: relative;
  }
  
      .step_sender .icon_file:after {
          content: '';
          width: 1px;
          height: 100%;
          background: #D9DEDB;
          display: block;
          position: absolute;
          left: 50%;
      }
  
      .step_sender .icon_file img {
          width: 24px;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
      }
  
  .step_sender .info_file p {
      color: #3E3F3E;
      margin-bottom: 0;
      font-weight: bold;
      font-size: 16px;
  }
  
  .step_sender .info_file .form-row {
      padding: 0px 24px;
      background: #fff;
      /*    border-left: 2px solid #2CA01C;*/
      margin-right: 0;
      margin-left: 0;
  }
  
  .step_sender .icon_file > div {
      border: 1px solid #D9DEDB;
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background: #fff;
      position: relative;
  }
  
  .step_sender .info_file .block_email:hover .icon_delete {
      display: inline;
  }
  
  .step_sender .info_file .block_email .icon_delete {
      display: none;
  }
  
  .step_sender:last-child .icon_file:after {
      display: none;
  }
  
  #leftviewer {
      background: #FFFFFF 0% 0% no-repeat padding-box;
      border: 1px solid #D9DEDB;
      margin-top: 10px;
  }
  
      #leftviewer > div {
          width: 190px;
          padding: 14px;
          max-height: 100%;
          overflow: hidden;
      }
  
          #leftviewer > div:hover {
              overflow-y: auto;
          }
  
  .itemfield_icon {
      width: 32px;
      height: 32px;
      background: #E8F8E2 0% 0% no-repeat padding-box;
      border-radius: 2px;
  }
  
  #leftviewer .item_obj {
      cursor: move;
  }
  
      #leftviewer .item_obj .item_label {
          font-size: 18px;
          letter-spacing: 0px;
          color: #3E3F3E;
          padding-left: 16px;
      }
  
  #leftviewer .spliter {
      border-top: 1px solid #D9DEDB;
      height: 1px;
  }
  
  #documentviewer {
      position: absolute;
      left: 1rem;
      right: 1rem;
      bottom: 0;
      top: 15%;
      overflow-y: hidden;
  }
  
  .page_view {
      /*    max-width: 1080px;*/
      position: relative;
      background: #fff;
      margin: 0 auto 50px auto;
      -webkit-box-shadow: 3px 3px 8px rgba(0,0,0,.1);
      box-shadow: 3px 3px 8px rgba(0,0,0,.1);
  }
  
      .page_view > img {
          /*    max-width: 1080px;*/
          width: 100%;
      }
  
  #rightviewer {
      background: #F6F6F6 0% 0% no-repeat padding-box;
      border: 1px solid #D9DEDB;
      margin-top: 10px;
  }
  
      #rightviewer > div {
          width: 250px;
          max-height: 100%;
          overflow-y: auto;
      }
  
      #rightviewer .item_file {
          background-color: transparent;
          border: none;
          border-bottom: 1px dashed #D9DEDB;
          cursor: pointer;
      }
  
          #rightviewer .item_file:hover {
              background-color: #fff;
          }
  
          #rightviewer .item_file .info_file p {
              font-size: 12px;
              line-height: 14px;
          }
  
          #rightviewer .item_file .info_file span {
              font-size: 12px;
          }
  
          #rightviewer .item_file .icon_file, #rightviewer .item_file .icon_file > div {
              width: 35px;
          }
  
              #rightviewer .item_file .icon_file > div > img {
                  width: 30px;
              }
  
          #rightviewer .item_file .action_file {
              width: 35px;
          }
  
      #rightviewer .thumbview {
          text-align: center;
          position: relative;
          max-width: 80%;
          margin: auto;
      }
  
          #rightviewer .thumbview img {
              background: #fff;
              box-shadow: 3px 3px 8px rgba(0,0,0,.1);
              margin: 6px 0;
              cursor: pointer;
          }
  
          #rightviewer .thumbview span {
              position: absolute;
              left: 50%;
              bottom: 5px;
              padding: 0 5px;
              transform: translate(-50%, -50%);
              background: #E8F8E2;
              box-shadow: 3px 3px 8px rgba(0,0,0,.1);
              border: 1px solid #D9DEDB;
          }
  
  html {
      scroll-behavior: smooth;
  }
  
  #centerviewer {
      padding: 0 5px 0 20px;
      margin-right: 20px;
      overflow-y: auto;
      scroll-behavior: smooth;
      margin-top: 10px;
  }
  
  .page_anchor {
      display: block;
  }
  
  .user_signature_drag {
      /*    width: 146px !important;
      height: 80px !important;
  */
      background: none !important;
      border: none !important;
      opacity: 1 !important;
  }
  
  
  .signature_drag {
      width: 98px;
      height: 58px;
      /*    padding-top: 5px;*/
      background: #E8F8E2 0% 0% no-repeat padding-box;
      border-radius: 5px;
      text-align: center;
      font-size: 16px;
      letter-spacing: 0px;
      color: #3E3F3E;
      border: 2px solid #2CA01C !important;
      position: relative;
      z-index: 1;
      cursor: move;
      opacity: 0.8;
  }
  
      .signature_drag > div {
          border: 1px solid red;
          border-radius: 50%;
          width: 25px;
          height: 25px;
          color: red;
          position: absolute;
          top: -12px;
          right: -12px;
          background: #fff;
          opacity: 0.5;
          cursor: pointer;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-transition: -webkit-transform .2s ease-in-out,all .2s ease-in-out;
          -moz-transition: -moz-transform .2s ease-in-out,all .2s ease-in-out;
          -o-transition: -o-transform .2s ease-in-out,all .2s ease-in-out;
          transition: transform .2s ease-in-out,all .2s ease-in-out;
          display: none;
      }
  
          .signature_drag > div:hover {
              opacity: 1;
          }
  
          .signature_drag > div > i {
              font-size: 20px;
          }
  
  #documentLayout .signature_drag:hover > div {
      display: flex;
  }
  
  #documentLayout {
      position: relative;
      max-width: 800px;
      margin: auto;
  }
  
  #list {
      width: 100%;
      text-align: left;
      position: absolute;
      left: 0;
      top: 0;
  }
  
  .dashed_upload {
      height: 200px;
  }
  /*End Drag&Drop file*/
  
  
  .bg-c-green {
      background: #2CA01C;
  }
  
  .bg-c-blue {
      background: #3797D3;
  }
  
  .bg-c-success {
      background: #24BAB5;
  }
  
  .card.dashboard-card {
      border-radius: 5px;
      -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
      box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
      border: none;
      margin-bottom: 30px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      height: 64px;
  }
  
      .card.dashboard-card .card-block {
          height: 23px;
          padding: 25px;
          color: #fff;
      }
  
  .f-left {
      float: left;
  }
  
  .f-right {
      float: right;
  }
  
  .item_notify h5 {
      font-size: 14px;
      font-weight: bold;
  }
  
  .item_notify span {
      font-size: 12px;
      color: #7d7d7d;
  }
  
  @media (max-width: 768px) {
      .progressbar li:before {
          height: 40px;
          width: 40px;
          line-height: 37px;
      }
  
      .progressbar li:after {
          top: 20px;
      }
          .drop .cont img {
              height: 34px;
          }
  
          .drop .cont .desc {
              font-size: 12px;
          }
  
      .item_file .info_file p {
          font-size: 12px;
      }
  
      .item_file .info_file span {
          font-size: 11px;
      }
  
      #centerviewer {
          padding: 0 5px 0 0px;
          margin-right: 0;
      }
  
      #documentLayout .page_view {
          margin-bottom: 25px;
      }
  }
  
  @media (max-width: 400px) {
      #sign-document .modal-footer .flex-grow-1 {
          display: none;
      }
  }
  
  @media (max-width: 1024px) and (orientation: landscape) {
      #sign-document .modal-footer .flex-grow-1 {
          display: none;
      }
  }
  
  
  input.form-custom, div.form-custom input, div.form-custom div input, div.form-custom suggestreceive {
      height: 26px !important;
  }
  
  
  
  #loader-pdf table th,
  #loader-pdf table td,
  #loader-pdf input,
  #loader-pdf textarea,
  #loader-pdf select,
  #loader-pdf label,
  #loader-pdf button,
  #loader-pdf a,
  #loader-pdf p,
  #loader-pdf div {
      font-size: 12px;
  }
  
  .cke_chrome {
      margin: auto;
  }
  
  .w3-light-grey, .w3-hover-light-grey:hover, .w3-light-gray, .w3-hover-light-gray:hover {
      color: #000 !important;
      background-color: #f1f1f1 !important
  }
  
  .btn-file-upload:after {
      content: attr(value);
      position: absolute;
  }
  
  .progress-bar {
      background-color: #2CA01C;
  }
  
  .waiting-posting {
      display: none;
      position: fixed;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      /*background: rgb(101 93 93 / 23%);*/
  }
  
      .waiting-posting img {
          position: absolute;
          width: 48px;
          top: calc(50% - 24px);
          left: calc(50% + 48px);
      }
  
  .btn-link {
      color: #2CA01C;
  }
  
  .row-edit-data-bidding:hover .edit-data-bidding {
      border: 1px solid #ced4da;
  }
  
  .row-edit-data-bidding .edit-data-bidding {
      border: none;
  }
  
  .row-edit-data-bidding .border-red {
      border: 1px solid red !important;
  }
  
  .row-edit-data-bidding textarea {
      resize: none;
  }
  
  .blink_me {
      animation: blinker 1s linear infinite;
  }
  
  .rp-signflow-cart {
      max-width: 400px;
  }
  .rp-signflow-cart-content {
      background-color: #f5f5f5;
      border: 2px solid white;
      border-radius: 5px;
      padding:16px;
      display:table;
      width:100%;
  }
      .rp-signflow-cart-content progress {
          width: 100%;
          opacity: 0.8;
          height: 7px;
          background-color: white;}
          
  .cursor-pointer{
      cursor:pointer;
  }
  
  .dropdown-item {
      cursor: pointer;
  }
  
  .template-receive-info , .template-receive-info label, .template-receive-info input, .template-receive-info textarea, .template-receive-info td, .template-receive-info th, .template-receive-info span {
      font-size: 13px !important;
  }
  .input-group-sm > .input-group-prepend > .input-group-text{
      line-height: 1 !important;
  }
  
  .tooltip-cs {
      position: relative;
      display: inline-block;
  }
  
      .tooltip-cs .tooltiptext {
          visibility: hidden;
          width: 120px;
          background-color: black;
          color: #fff;
          text-align: center;
          border-radius: 6px;
          padding: 5px 0;
          /* Position the tooltip */
          position: absolute;
          z-index: 1;
      }
  
      .tooltip-cs:hover .tooltiptext {
          visibility: visible;
      }
  
  @keyframes blinker {
      50% {
          opacity: 0;
      }
  }
  /*
  KhÃ´ng cáº§n load font nÃ y vÃ¬ trong tháº» meta Ä‘Ã£ load font Roboto rá»“i    
  @font-face {
      font-family: Material-Design-Iconic-Font;
      src: url(/fonts/Material-Design-Iconic-Font.woff2?v=2.2.0) format('woff2'), url(/fonts/Material-Design-Iconic-Font.woff?v=2.2.0) format('woff'), url(/fonts/Material-Design-Iconic-Font.ttf?v=2.2.0) format('truetype')
  }*/
  
  body {
      font-family: Roboto, 'Material-Design-Iconic-Font';
      font-size: 14px;
      background: #F2F2F3 !important;
      width: 100%;
      height: 100%;
  }
  
  img {
      max-width: 100%;
      max-height: 100%;
  }
  
  *:focus {
      outline: 0;
  }
  
  textarea:focus, input:focus, select:focus, button:focus {
      outline: 0;
      box-shadow: none !important;
  }
  
  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
  }
  
  .success-result {
      color: #2CA01C;
  }
  
  button.disabled, button:disabled {
      cursor: no-drop;
  }
  
  a.link-cursor-pointer {
      color: #3e3f3e;
  }
  
  hr.stronger {
      border-top: 2px solid rgba(0,0,0,.1) !important;
  }
  
  .fa {
      font-size: 16px;
  }
  
  .paging-textbox {
      width: 48px;
      display: inline-block;
      text-align: center;
  }
  
  #mainLoadingSVG {
      position: absolute;
      top: calc(50% - 20px);
      left: calc(50% - 20px);
      width: 40px;
      height: 40px;
      z-index: 10004;
      background: #fff;
      padding: 3px;
      border-radius: 50%;
      display: none;
  }
  
  #mainLoadingStatus {
      position: absolute;
      top: calc(50% - 30px);
      left: calc(50% - 20px);
      z-index: 10004;
      background: #fff;
      padding: 3px;
      border-radius: 50%;
      display: none;
  }
  
  #left-mainnavi {
      position: fixed;
      z-index: 3;
      width: 230px;
      background-color: #F2F2F3;
      background-image: url('/Images/left-sidebar-bg.jpg');
      background-repeat: no-repeat;
      background-size: cover;
      -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
      -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
      box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
      padding-top: .5rem !important;
  }
  
  #right-maincontent {
      position: fixed;
      right: 0;
      z-index: 1;
      width: calc(100% - 230px);
      -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
      -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
      -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
  }
  
  .top-left-navi {
      display: block;
      height: 3.5rem;
      text-align: center;
      border-bottom: 1px solid #D9DEDB;
  }
  
  #top-header {
      position: relative;
      z-index: 1;
      height: 4.0rem;
      padding: 0 30px 0 20px;
      background: #fff;
      /*background: #2ca01c;*/
      box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
  }
  
      #top-header .navi-icon {
          display: block;
          width: 40px;
          height: 40px;
          cursor: pointer;
          color: #2CA01C;
      }
  
      #top-header .navi-search {
          width: 320px;
          height: 40px;
          margin-left: 20px;
          padding-left: 40px;
          border: 1px solid #D9DEDB;
          border-radius: 4px;
          background-color: rgb(255, 255, 255);
      }
  
      #top-header .icon-search {
          position: absolute;
          left: 95px;
          color: #676867;
      }
  /* Change Autocomplete styles in Chrome*/
  input.navi-search:-webkit-autofill,
  input.navi-search:-webkit-autofill:hover,
  input.navi-search:-webkit-autofill:focus,
  input.navi-search:-internal-autofill-selected {
      -webkit-text-fill-color: black;
      transition: background-color 5000s ease-in-out 0s;
      background-color: transparent !important;
  }
  
  .fc-icons {
      position: relative;
      width: 40px;
      height: 40px;
      margin-right: 20px;
      cursor: pointer;
      color: #676867;
  }
  
      .fc-icons:hover .fa {
          color: #2CA01C;
      }
  
  #number-of-notify {
      position: absolute;
      top: 5px;
      right: 5px;
      width: 16px;
      height: 16px;
      background: #2CA01C 0% 0% no-repeat padding-box;
      border: 1px solid #FFFFFF;
      border-radius: 50%;
      text-align: center;
      font-size: 10px;
      letter-spacing: 0;
      color: #FFFFFF;
  }
  
  .flyout-view {
      position: absolute;
      display: none;
      width: auto;
      height: auto;
      font-size: 14px;
      background: #FFFFFF 0% 0% no-repeat padding-box;
      /*-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
      -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
      box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);*/
      border-radius: 8px;
      z-index: 6;
  }
  
      .flyout-view.flyout-open {
          display: inline-block;
      }
  
      .flyout-view.flyout-right .arrow {
          position: absolute;
          top: -15px;
          left: 15px;
      }
  
      .flyout-view.flyout-left .arrow {
          position: absolute;
          top: -15px;
          right: 15px;
      }
  
      .flyout-view a {
          line-height: 30px;
          color: #3E3F3E;
      }
  
          .flyout-view a span {
              color: #2CA01C;
              margin-right: 10px;
          }
  
  
  #flyout-account {
      position: fixed;
  }
  
  @media only screen and (max-width : 1024px) {
      #flyout-account {
          display: none;
      }
  }
  
  
  #flyout-account .arrow {
      right: 32px !important;
  }
  
  #fc-add {
      transition: all 0.5s;
      transition-timing: ease-in-out;
  }
  
      #fc-add.flyout-open {
          transform: rotate(135deg);
      }
  
      #fc-add svg path {
          fill: #fff;
      }
  
  #fc-notify .fa {
      font-size: 24px;
  }
  
  #fc-help .fa {
      font-size: 28px;
  }
  
  #fc-account {
      width: 57px;
      cursor: pointer;
      display: flex;
  }
  
  .arrow-down {
      width: 0;
      height: 0;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 7px solid #3E3F3E;
  }
  
  .arrow-left {
      width: 0;
      height: 0;
      border-top: 17px solid transparent;
      border-bottom: 17px solid transparent;
      border-right: 17px solid #F6F6F6;
  }
  
  .arrow-top {
      width: 0;
      height: 0;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-bottom: 15px solid #2CA01C
  }
  
  #avata-favicon {
      border-radius: 50%;
      width: 38px;
      height: 38px;
  }
  
  #flyout-add-new {
      width: 230px;
  }
  
  .flyout-view .header {
      letter-spacing: 0;
      color: #fff;
      padding: 7px 20px;
      background: #2CA01C;
      cursor: default !important;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      font-size: 18px;
  }
  
  .flyout-overview {
      position: absolute;
      background: rgba(0,0,0,1);
      opacity: 0;
      top: 0px;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: -1;
  }
  
  
      .flyout-overview.flyout-open {
          position: fixed;
          opacity: 0.3;
          z-index: 5;
      }
  
  
  .bg-hover:hover {
      background: #E3FBE1 0% 0% no-repeat padding-box;
  }
  
  .notify-item {
      width: 300px;
      padding-bottom: 20px;
      border-bottom: 1px solid #ccc;
      border-radius: 8px;
      margin: 5px 0px;
      -webkit-transition: -webkit-transform .3s ease-in-out,all .3s ease-in-out;
      -moz-transition: -moz-transform .3s ease-in-out,all .3s ease-in-out;
      -o-transition: -o-transform .3s ease-in-out,all .3s ease-in-out;
      transition: transform .3s ease-in-out,all .3s ease-in-out;
  }
  
      .notify-item a {
          display: block;
          text-decoration: none;
          line-height: 20px;
      }
  
          .notify-item a:hover .notify-link {
              text-decoration: underline;
          }
  
      .notify-item .notify-link {
          display: block;
      }
  
  .modal-full {
      max-width: 100% !important;
      max-height: 100% !important;
      min-height: 100% !important;
      margin: 0 !important;
  }
  
      .modal-full .modal-content {
          max-width: 100% !important;
          max-height: 100% !important;
          margin: 0 !important;
      }
  
  table td, table th {
      font-size: 14px;
  }
  
  .modal-report .modal-footer {
      background: #3E3F3E 0% 0% no-repeat padding-box;
      color: #fff;
      font-size: 14px;
      padding: 0.5rem 1rem;
  }
  
      .modal-report .modal-footer a.link-cursor-pointer {
          display: inline-block;
          padding: 0 20px;
          color: #fff;
      }
  
  .modal-report .modal-content {
      background: #ccc;
  }
  
      .modal-report .modal-content .close {
          right: 30px;
          position: absolute;
          z-index: 5;
          width: 24px;
          height: 24px;
      }
  
      .modal-report .modal-content .modal-body {
          padding-top: 1.5rem;
      }
  
          .modal-report .modal-content .modal-body > div {
              max-width: 1200px;
              min-height: 100%;
              margin: 0 auto;
              background: #fff;
              padding: 1rem;
          }
  
          .modal-report .modal-content .modal-body .modal-title {
              width: 100%;
              text-align: center;
              line-height: 24px;
          }
  
          .modal-report .modal-content .modal-body .modal-title-receipt {
              width: 100%;
              text-align: center;
              line-height: 30px;
          }
  
  
  .table-vertical-center td, .table-vertical-center th {
      vertical-align: middle;
  }
  
  .w-250 {
      width: 250px;
  }
  
  .table-invoice-itemlist thead td, .table-invoice-itemlist thead th {
      background: #E8F8E2;
  }
  
  .table-invoice-itemlist tbody input, .table-invoice-itemlist tbody select {
      border-radius: 0;
      border: 0;
  }
  
  .table-invoice-itemlist tbody tr:hover td {
      background-color: #F2F2F2;
  }
  
      .table-invoice-itemlist tbody tr:hover td suggestproduct div td {
          background-color: #fff;
      }
  
  .taxcode-symbol {
      padding: 3px 7px;
      border: 1px solid #ccc;
      font-weight: bold;
  }
  
  .taxcode-space {
      padding: 3px 7px;
  }
  
  .taxcode-account .taxcode-symbol:nth-child(n+1) {
      margin-left: -1px;
  }
  /*Check box*/
  .label-cbx {
      user-select: none;
      cursor: pointer;
      margin-bottom: 0;
  }
  
      .label-cbx input:checked + .checkbox {
          border-color: #2CA01C;
      }
  
          .label-cbx input:checked + .checkbox svg path {
              fill: #2CA01C;
          }
  
          .label-cbx input:checked + .checkbox svg polyline {
              stroke-dashoffset: 0;
          }
  
      .label-cbx:hover .checkbox svg path {
          stroke-dashoffset: 0;
      }
  
      .label-cbx .checkbox {
          position: relative;
          top: 3px;
          float: left;
          width: 20px;
          height: 20px;
          border: 2px solid #C8CCD4;
          border-radius: 3px;
      }
  
          .label-cbx .checkbox svg {
              position: absolute;
              top: -2px;
              left: -2px;
          }
  
              .label-cbx .checkbox svg path {
                  fill: none;
                  stroke: #2CA01C;
                  stroke-width: 2;
                  stroke-linecap: round;
                  stroke-linejoin: round;
                  stroke-dasharray: 71px;
                  stroke-dashoffset: 71px;
                  /*transition: all 0.6s ease;*/
              }
  
              .label-cbx .checkbox svg polyline {
                  fill: none;
                  stroke: #FFF;
                  stroke-width: 2;
                  stroke-linecap: round;
                  stroke-linejoin: round;
                  stroke-dasharray: 18px;
                  stroke-dashoffset: 18px;
                  transition: all 0.3s ease;
              }
  
      .label-cbx > .cbx-text {
          vertical-align: middle;
          font-size: 13px;
          display: table-cell;
          height: 23px;
      }
  
  .invisible {
      position: absolute;
      z-index: -1;
      width: 0;
      height: 0;
      opacity: 0;
  }
  
  /*end checkbox*/
  
  .invoice-product .del-icon {
      font-size: 24px;
      color: #B3B3B3;
  }
  
  .invoice-product tfoot p {
      margin-bottom: 0.5rem;
  }
  
  /*Custom select*/
  .cb-select-time {
      width: 240px;
      outline: 0;
  }
  
      .cb-select-time:focus, .cb-select-time:focus {
          outline: 0;
          box-shadow: none !important;
      }
  
  .dropdown-menu {
      font-size: 14px;
  }
  
      .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
          background-color: #E8F8E2;
          background-image: none;
          color: #212529 !important;
      }
  
      .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-item.active, .dropdown-item:active {
          background-color: #E8F8E2;
          background-image: none;
          color: #212529 !important;
      }
  
  .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
      color: #2CA01C;
  }
  
  .bootstrap-select > .dropdown-toggle {
      border-color: #D9DEDB;
  }
  
  /*End Custom select*/
  
  /*Custom select*/
  #menu-company span.bs-ok-default.check-mark {
      position: absolute;
      display: inline-block;
      right: 8px;
      top: 12px;
      color: #2CA01C;
      content: '';
      display: block;
      width: 0.5em;
      height: 1em;
      border-style: solid;
      border-width: 0 0.26em 0.26em 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
  }
  
  a.dropdown-item.waves-effect.waves-light.waves-round.selected {
      background-color: #E8F8E2;
      background-image: none;
      color: #212529 !important;
  }
  
      a.dropdown-item.waves-effect.waves-light.waves-round.selected:after {
          display: inline-block;
          right: -15px;
          top: 0;
          color: #2CA01C;
          content: '';
          width: 0.5em;
          height: 1em;
          border-style: solid;
          border-width: 0 0.26em 0.26em 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
          position: relative;
      }
  
  .show-comtax-code {
      font-weight: bold;
      /*    cursor: pointer;*/
      padding-right: 3px;
  }
  
  .custom-action {
      /*width: 6%;*/
      float: right;
      margin-top: 0 !important;
  }
  /*End Custom select*/
  .dashboard-review-box {
      border-radius: 6px;
      text-align: center;
      z-index: 0;
  }
  
      .dashboard-review-box .title-review-box {
          position: relative;
          z-index: 4;
          height: 47px;
          font-size: 18px;
          background-color: #fff;
          -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
          -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
          box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
          border-bottom-left-radius: 6px;
          border-bottom-right-radius: 6px;
      }
  
      .dashboard-review-box .content-review-box {
          height: 73px;
          color: #fff;
          font-size: 32px;
          position: relative;
          z-index: 5;
          border-top-left-radius: 6px;
          border-top-right-radius: 6px;
      }
  
          .dashboard-review-box .content-review-box small {
              font-size: 16px;
              margin-top: 10px;
              margin-left: 10px;
          }
  
      .dashboard-review-box:nth-child(1) .content-review-box {
          background: #2CA01C;
      }
  
      .dashboard-review-box:nth-child(2) .content-review-box {
          background: #3797D3;
      }
  
      .dashboard-review-box:nth-child(3) .content-review-box {
          background: #24BAB5;
      }
  
  .dashboard-chart > div {
      border-radius: 6px;
      background: #fff;
      margin-bottom: 10px;
      -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
      -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
      box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
  }
  
  .dashboard-chart:nth-child(1) .title-chart span {
      color: #3797D3;
  }
  
  .dashboard-chart:nth-child(2) .title-chart span {
      color: #01BCD4;
  }
  
  .dashboard-chart .title-chart {
      color: #333333;
      font-size: 24px;
      padding: 10px 20px;
      font-weight: bold;
  }
  
      .dashboard-chart .title-chart span {
          margin-right: 15px;
      }
  
  td.title-group-form span {
      display: block;
      height: 32px;
      margin-top: 20px;
      text-align: center;
      line-height: 35px;
      background: #D9DEDB 0% 0% no-repeat padding-box;
      border-radius: 4px;
  }
  
  .drop-file-box {
      display: block;
      border: 1px dashed #D9DEDB;
      padding: 20px 0;
      width: 100%;
      cursor: pointer;
      text-align: center;
      color: #676867;
  }
  
      .drop-file-box span {
          display: block;
          font-size: 10px;
      }
  
          .drop-file-box span.fa {
              font-size: 16px;
              color: #676867;
          }
  
  .button-circle-hover {
      display: flex;
      width: 35px;
      height: 35px;
      cursor: pointer;
      border-radius: 50%;
      -ms-flex-align: center !important;
      align-items: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important;
      -webkit-transition: -webkit-transform 0.3s ease-in-out, all 0.3s ease-in-out;
      -moz-transition: -moz-transform 0.3s ease-in-out, all 0.3s ease-in-out;
      -o-transition: -o-transform 0.3s ease-in-out, all 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, all 0.3s ease-in-out;
  }
  
      .button-circle-hover:hover {
          background-color: #EAEAEC;
      }
  
      .button-circle-hover .fa {
          color: #767676;
      }
  
  .cls-image-product {
      width: 64px;
  }
  
      .cls-image-product > label {
          display: block;
          width: 64px;
          height: 64px;
          background: #F6F6F6 center no-repeat padding-box;
          border: 1px dashed #D9DEDB;
          cursor: pointer;
      }
  
      .cls-image-product .button-circle-hover {
          margin: 0 10px;
      }
  
  .dashboard-review-box.extend-invoice-list:nth-child(1) .content-review-box {
      background: #DB8715;
  }
  
  .dashboard-review-box.extend-invoice-list:nth-child(2) .content-review-box {
      background: #2CA01C;
  }
  
  .dashboard-review-box.extend-invoice-list:nth-child(3) .content-review-box {
      background: #24BAB5;
  }
  
  .has-tag {
      display: inline-block;
      background: #E8F8E2 0% 0% no-repeat padding-box;
      border-radius: 4px;
      font-size: 12px;
      letter-spacing: 0;
      color: #3797D3;
      padding: 3px 5px;
      margin-left: 3px;
      cursor: pointer;
  }
  
      .has-tag:hover {
          background-color: #D9DEDB;
      }
  
  .btn-filter .dropdown-menu {
      max-width: 500px;
      min-width: 200px;
      left: 10%;
      right: 10%;
      font-size: 14px;
      background: #FFFFFF 0% 0% no-repeat padding-box;
      -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
      -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
      box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
      border: 1px solid #D8DCE6;
      border-radius: 4px;
  }
  
      .btn-filter .dropdown-menu p {
          font-weight: bold;
      }
  
  .btn-light {
      border-color: #E9E9E9;
  }
  
  .dropdown-menu.dropdown-menu-sm {
      font-size: 14px;
  }
  
  .table-head-green thead th {
      background-color: #E8F8E2;
  }
  
  .request-table td {
      font-size: 13px;
  }
  
  .btn-light .btn-link {
      border: 0;
      background-color: transparent !important;
      border-top-left-radius: .2rem !important;
      border-bottom-left-radius: .2rem !important;
  }
  
      .btn-light .btn-link:hover {
          background-color: #E2E6EA !important;
      }
  
  .frm_custom_view_column .label-cbx {
      display: block;
      height: 22px;
      margin-bottom: 10px;
  }
  
  .frm_custom_view_column p {
      font-weight: bold;
  }
  
  .frm_custom_view_column .cbx-text {
      padding-top: 4px;
      padding-left: 10px;
  }
  
  .report_col_show_more {
      display: none;
  }
  
      .report_col_show_more.open {
          height: 143px;
          -webkit-transition: -webkit-transform 0.3s ease-in-out, all 0.3s ease;
          -moz-transition: -moz-transform 0.3s ease-in-out, all 0.3s ease;
          -o-transition: -o-transform 0.3s ease-in-out, all 0.3s ease;
          transition: transform 0.3s ease-in-out, all 0.3s ease;
      }
  
  .display-none {
      display: none;
  }
  
  /* Tuyen CSS */
  /* start manage product and service*/
  .btn-manage-product {
      position: relative;
      text-align: center;
      font: Medium 14px/16px Ubuntu;
      letter-spacing: 0;
      color: #3E3F3E;
      background: #D9DEDB 0% 0% no-repeat padding-box;
      border-radius: 4px !important;
      opacity: 1;
  }
  
  #productandservice {
      width: 240px;
      height: 32px;
      font-size: 12px;
      padding: 7px 0px 9px 12px;
      background: #fff center right 12px no-repeat padding-box url(/Images/ic_search_48px.svg);
      border: 1px solid #d9dedb;
      border-radius: 4px;
  }
  
  .btn-filter-inside {
      background-color: transparent;
      border: none;
  }
  
  .dropdown-menu-service {
      width: 192px !important;
  }
  
  .dropdown-menu-settings {
      width: 190px !important;
  }
  
  .dropdown-menu-sm {
      width: 147px !important;
  }
  
  .pagination-area button {
      border: none;
      background-color: transparent;
  }
  /* end manage product and service*/
  /* start customer detail*/
  .customer-detail .active {
      border-bottom: 3px solid green;
      border-radius: 0px;
  }
  
  .customer-detail .btn-switch {
      padding: 5px 15px;
      color: black;
      text-transform: uppercase;
      font-weight: 600;
  }
  
      .customer-detail .btn-switch:hover {
          text-decoration: none;
          color: black;
      }
  /* end customer detail*/
  /* start account settings*/
  .account-setting-area .active {
      border-bottom: 2px solid #2CA01C;
      border-radius: 0px;
      color: #2CA01C !important;
  }
  
  .account-setting-area .btn-switch {
      width: 200px;
      padding: 18px;
      font-size: 24px;
      font-weight: 600;
      color: #676867;
  }
  
      .account-setting-area .btn-switch:hover {
          text-decoration: none;
      }
  
  .account-setting-content .btn-default {
      background-color: #dddddd;
  }
  
  .change-enterprise-logo span {
      border: 1px dashed grey;
      width: 100px;
      height: 100px;
      padding: 10px 0px 0px 3px;
  }
  /* end accoutn settings*/
  /* start setting*/
  .li-setting {
      display: none;
      position: absolute;
      width: 220px;
      height: auto;
      top: -200px !important;
      right: -219px;
      -webkit-transition: all 10.5s ease;
      -o-transition: all 10.5s ease;
      transition: all 10.5s ease;
  }
  
      .li-setting .arrow.arrow-left {
          top: 193px !important;
          border-top: 17px solid transparent;
          border-bottom: 17px solid transparent;
          border-right: 17px solid #fff;
      }
  
  /* end setting*/
  /* start annoucemnent area setting*/
  .announcementa-area .table-mail th {
      padding: 10px 20px 10px 20px;
  }
  
  .announcementa-area .table-mail td {
      padding: 10px 20px 0px 20px;
  }
  
  .announcementa-area .dropdown-menu {
      width: 220px !important;
  }
  
  .announcementa-area .treeview-menu ul li {
      list-style: none;
      position: relative;
      width: 100%;
      height: 30px;
      font-size: 14px;
      cursor: pointer;
      padding: 10px 10px 30px 20px;
  }
  
      .announcementa-area .treeview-menu ul li:hover {
          background: #d0f7cc 0% 0% no-repeat padding-box;
      }
  
      .announcementa-area .treeview-menu ul li a {
          color: black;
          text-decoration: none;
      }
  /* end annoucemnent area*/
  
  /**/
  .modal-user-information .change-enterprise-logo span {
      width: 30%;
  }
  
  .modal-user-information .modal-footer {
      background: #3e3f3e 0% 0% no-repeat padding-box;
  }
  
  .modal-user-information .modal-user-content {
      width: 37%;
  }
  
  .attachement-file-area .change-enterprise-logo span {
      width: 100%;
  }
  
  /* tool*/
  .tool-setting-area .active {
      border-bottom: 2px solid rgb(220 53 69);
      border-radius: 0px;
      color: rgb(220 53 69) !important;
  }
  
  .tool-setting-area .btn-switch {
      /*width: 200px;*/
      padding: 5px 10px;
      font-size: 17px;
      font-weight: 600;
      color: #676867;
  }
  
      .tool-setting-area .btn-switch:hover {
          text-decoration: none;
          color: rgb(220 53 69);
      }
  
  .tool-setting-area .dashboard-review-box .title-review-box {
      position: relative;
      z-index: 4;
      height: 300px;
      font-size: 18px;
      background-color: #fff;
      padding: 80px;
      margin-bottom: 20px;
      -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.3);
      -moz-box-shadow: 0 0 4px 0 rgba(0,0,0,.3);
      box-shadow: 0 0 4px 0 rgba(0,0,0,.3);
      border-radius: 6px;
  }
  
  .tool-setting-area .custom-control {
      transform: scale(1.5);
  }
  
  .custom-control-input:checked ~ .custom-control-label::before {
      background-color: rgb(220 53 69);
  }
  
  
      .tool-setting-area .custom-control-input:checked ~ .custom-control-label::before:focus, .custom-control-input:checked ~ .custom-control-label::before:active {
          outline: none;
      }
  
  /* end tool area*/
  
  
  .import-product .footer-import-product, .import-customer .footer-import-product {
      background: #3E3F3E 0% 0% no-repeat padding-box;
      border: 1px solid #D9DEDB;
  }
  
  .import-product .btn-outline-secondary, .import-customer .btn-outline-secondary {
      color: black;
  }
  
      .import-product .btn-outline-secondary:hover, .import-customer .btn-outline-secondary:hover {
          color: black;
          background: white;
      }
  
  .import-product .your-field, .import-customer .your-field {
      min-width: 100%;
      background-color: white;
      border-color: #D9DEDB;
      min-height: 35px;
      font-size: 14px;
  }
  
      .import-product .your-field + button, .import-customer .your-field + button {
          background-color: white;
          border-color: #D9DEDB;
          min-height: 35px;
          font-size: 14px;
      }
  
      .import-product .your-field:hover, .your-field + button:hover, .import-customer .your-field:hover, .your-field + button:hover {
          border-color: #D9DEDB;
      }
  
  .import-product .table-bordered, .import-customer .table-bordered {
      border: none;
  }
  
  .import-product .inputSearch, .import-customer .inputSearch {
      background: #fff center right 12px no-repeat padding-box url(/Images/ic_search_48px.svg);
  }
  
  /**/
  .modal-report .btn-print-invoice {
      border: none;
      background: transparent;
      color: white;
      padding: 0px 10px 0px 10px;
  }
  /**/
  .modal-preview-invoice .header-center {
      font-size: 20px;
  }
  
  .modal-preview-invoice .modal-content {
      background-color: lightgray;
  }
  
  .modal-preview-invoice .modal-body {
      overflow-y: hidden;
  }
  
  .modal-preview-invoice .btn-filter {
      transform: scale(0.79);
      transform-origin: top center;
      background-color: lightgray;
  }
  
  .modal-preview-invoice .invoice-template {
      width: 793.7007874px;
      height: 1122.519685px;
      margin: auto;
      border: 1px solid;
      padding: 10px;
      background-color: white;
  }
  
  .modal-preview-invoice .close {
      transform: scale(2.5);
  }
  
  .modal-preview-invoice .invoice-footer {
      position: fixed;
      bottom: 10px;
      position: absolute;
      padding: 0px 100px 0px 100px;
      font-size: 12px;
  }
  
  .editor_invoice {
      border: 0;
      border-bottom: 1px solid #DEE2E6;
      border-radius: 0;
      padding-left: 0;
  }
  
  .editor_invoice_dashed {
      border: 0;
      border-bottom: 1px dashed #DEE2E6;
      border-radius: 0;
  }
  
  #input_taxcode {
      font-size: 20px;
      height: 30px;
      letter-spacing: 5px;
  }
  
  .form-control[disabled="disabled"] {
    background: #e9ecef;
  }
  
      .form-control[disabled="disabled"]:hover {
          cursor: no-drop;
      }
  
  /*alert dialog*/
  #modalContainer {
      background-color: rgba(0, 0, 0, 0.3);
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      z-index: 10000;
  }
  
  #alertBox {
      position: relative;
      width: 350px;
      min-height: 100px;
      margin-top: 50px;
      background-color: #fff;
      -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.85);
      -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.85);
      box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.85);
  }
  
  #modalContainer > #alertBox {
      position: fixed;
  }
  
  #alertBox h1 {
      margin: 0;
      font: 16px verdana,arial;
      background-color: #2CA01C;
      color: #FFF;
      text-shadow: none;
      padding: 10px 5px;
  }
  
  #alertBox p {
      font: 16px verdana,arial;
      min-height: 50px;
      padding: 5px;
      padding-top: 15px;
  }
  
  #alertBox #closeBtnAlert {
      margin: 0 auto;
      display: block;
      width: 80px;
      margin-bottom: 15px;
  }
  
  .btnGroup {
      text-align: center;
      padding: 20px;
  }
  
  #cancelBtnAlert {
      margin: 0px 10px;
  }
  
  #saveBtnAlert {
      margin: 0px 10px;
  }
  /*end alert custom*/
  
  .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
      background: #28a745;
      border: 1px solid #28a745;
  }
  
  .svgloading {
      height: 38px;
  }
  
  /* jquery ui modal custom */
  .ui-dialog-title {
      font-size: 20px;
  }
  /*.ui-widget.ui-widget-content {
      top: 100px !important;
  }*/
  /* end jquery ui modal custom*/
  /**/
  .pageEdittemplate {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
  }
  
  #templateViewInvoice {
      background-color: #C5C5C5;
      height: 100%;
      padding: 20px 0;
      overflow-y: scroll;
      scrollbar-color: #B4B4B4 #E9E9E9;
      scrollbar-width: thin;
  }
  
  #viewPreviewTemplate {
      width: 680px;
      height: 1000px;
      margin: auto;
      background-color: #fff;
      box-shadow: 3px 6px 12px 6px #a9a0a0;
  }
  
  #rightPanelFunction {
      position: relative;
      width: 400px;
      height: 100%;
      border-left: 1px solid #C5C5C5;
  }
  
  #panel1 {
      position: absolute;
      top: 1rem;
      left: 1rem;
      right: 0;
      bottom: 50px;
      overflow-x: auto;
  }
  
      #panel1 > div {
          margin-right: 10px;
      }
  
  /*css custom scrollbar*/
  .onscrollbar::-webkit-scrollbar-track {
      /*    background-color: #DEE2E6;*/
  }
  
  .onscrollbar::-webkit-scrollbar {
      height: 10px;
      width: 10px;
      background-color: #DEE2E6;
  }
  
  .onscrollbar::-webkit-scrollbar-thumb {
      background-color: #B4B4B4;
  }
  
      .onscrollbar::-webkit-scrollbar-thumb:hover {
          background-color: #2CA01C;
      }
  /* end css custom scrollbar*/
  
  .selected_color_view {
      width: 62px;
      height: 62px;
      margin: auto 24px 6px 0;
      border-radius: 50%;
      background-color: #676867;
      cursor: pointer;
  }
  
  .symbol_color {
      border-radius: 50%;
      width: 25px;
      height: 25px;
      margin: 0 8px 0 0;
      cursor: pointer;
  }
  
  #iframe_templateViewInvoice {
      width: 985px;
      height: 1450px;
      border: none;
      background-color: #fff;
      overflow: hidden;
      -ms-transform: scale(0.69);
      -moz-transform: scale(0.69);
      -o-transform: scale(0.69);
      -webkit-transform: scale(0.69);
      transform: scale(0.69);
      -ms-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
      -o-transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
  }
  
  .headerEditorTemplete {
      padding-bottom: 5px;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
  }
  
  .btn-more {
      border: 1px solid transparent;
      border-radius: 50%;
      width: 35px;
      height: 35px;
      display: block;
      text-align: center;
      line-height: 39px;
      position: relative;
      transition: color 50ms ease;
      margin-left: 10px;
      background: #fff;
  }
  
      .btn-more:active {
          background: #d9f0ff;
      }
  
      .btn-more:hover {
          background: #d9f0ff;
      }
  
  .headerEditorTemplete button {
      margin-right: 20px;
  }
  
  .arow-down-header {
      -webkit-transform: rotate(-180deg);
      -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      transform: rotate(-180deg);
      transition: all .4s ease;
      width: 9px;
  }
  
      .arow-down-header .icon-collapsed {
          -webkit-transform: rotate(-180deg);
          -moz-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
          -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
          transition: all .4s ease;
          width: 15px;
      }
  
  .nav-item.dropdown.custom-hover:hover {
      background-color: #d9f0ff;
      border-radius: 6px;
      color: #009AFF !important;
  }
  
  .novaon-legend {
      padding-left: 16px;
      color: #2069af;
  }
  
  .item_bg_invoice {
      width: 23%;
      float: left;
      min-height: 113px;
      background: #fff;
      cursor: pointer;
      margin: 3px;
      border: 1px solid #F2F2F3;
      margin-top: 10px;
      -webkit-transition: -webkit-transform 0.2s ease-in-out, all 0.2s ease-in-out;
      -moz-transition: -moz-transform 0.2s ease-in-out, all 0.2s ease-in-out;
      -o-transition: -o-transform 0.2s ease-in-out, all 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out, all 0.2s ease-in-out;
  }
  
      .item_bg_invoice:hover {
          border: 1px solid #2CA01C;
      }
  
  #rightPanelFunction .title_grey_templateeditor {
      margin-top: 20px;
      font-weight: bold;
      background: #EBEBED;
      padding: 5px;
  }
  
  .list_bginvoice_temp {
      position: absolute;
      top: 350px;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      overflow-y: scroll;
  }
  
  .list_sampleinvoice_temp {
      position: absolute;
      top: 136px;
      bottom: 10px;
      left: 15px;
      right: 0;
      text-align: center;
      overflow-y: scroll;
  }
  
  .table_invoice_list_manage th, .table_invoice_list_manage td {
      font-size: 12px;
  }
  
  .list_sampleinvoice_temp img {
      border: 2px solid #fff;
      -webkit-transition: -webkit-transform 0.3s ease-in-out, all 0.3s ease-in-out;
      -moz-transition: -moz-transform 0.3s ease-in-out, all 0.3s ease-in-out;
      -o-transition: -o-transform 0.3s ease-in-out, all 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, all 0.3s ease-in-out;
  }
  
  .list_sampleinvoice_temp > div {
      position: relative;
      margin-top: 10px;
      width: 365px;
      cursor: pointer;
  }
  
  .list_sampleinvoice_temp button {
      position: absolute;
      z-index: 5;
      display: none;
      height: 38px;
      width: 70px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
      -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
      box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
      -webkit-transition: -webkit-transform 0.3s ease-in-out, all 0.3s ease-in-out;
      -moz-transition: -moz-transform 0.3s ease-in-out, all 0.3s ease-in-out;
      -o-transition: -o-transform 0.3s ease-in-out, all 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, all 0.3s ease-in-out;
  }
  
  .list_sampleinvoice_temp > div:hover button {
      display: block;
  }
  
  .list_sampleinvoice_temp > div:hover img {
      opacity: 0.5;
      border: 2px solid #2CA01C;
  }
  
  .circle_dropdown_toggle {
      border-top-left-radius: .2rem !important;
      border-bottom-left-radius: .2rem !important;
      background-color: #dadada !important;
      border: none !important;
  }
  
  .ui-tooltip {
      background: #676867;
      color: #fff;
  }
  
  .table_overflow_absolute {
      overflow: auto;
      /*position: absolute;*/
      bottom: 50px;
      /*top: 127px;*/
      left: 20px;
      right: 20px;
  }
  
      .table_overflow_absolute table {
          margin: 0px;
      }
  
      .table_overflow_absolute thead th {
          position: sticky;
          top: 0px;
          border-top: none;
      }
  
  .table td, .table th {
      padding: 5px !important;
  }
  
  .data-book-mark-table tr td {
      padding: 0px !important;
  }
  
  
  /*css custom scrollbar*/
  /*.onscrollbar::-webkit-scrollbar-track {
      background-color: #DEE2E6;
  }
  
  .onscrollbar::-webkit-scrollbar {
      width: 8px;
      background-color: #DEE2E6;
  }
  
  .onscrollbar::-webkit-scrollbar-thumb {
      background-color: #B4B4B4;
  }
  
      .onscrollbar::-webkit-scrollbar-thumb:hover {
          background-color: #2CA01C;
      }*/
  /* end css custom scrollbar*/
  .modal-form {
      z-index: 99999;
  }
  
  .paging-absolute {
      bottom: 0px;
      right: 0;
      left: 0;
      display: flex;
      align-items: center;
      /*    z-index: 9999;
  */ position: absolute;
      background: #F2F2F3;
  }
  
      .paging-absolute table {
          margin: 0px;
      }
  
  .table-mail th {
      /*padding: 10px 20px 10px 20px;*/
  }
  
  .table-mail td {
      /*padding: 10px 20px 0px 20px;*/
  }
  
  .email-history-area .paging-fixed {
      bottom: 0;
      right: 0;
      left: 20px;
      display: flex;
      align-items: center;
      z-index: 9999;
      position: fixed;
      background: #F2F2F3;
  }
  
  .content_invoice {
      overflow: auto;
      position: absolute;
      left: 20px;
      right: 0;
      bottom: 50px;
      top: 20px;
      overflow-y: scroll;
  }
  
  .invoice-all {
      width: 100%;
      /*margin: 0px;*/
  }
  
  .data td {
      text-align: center;
      padding: 100px 0px;
  }
  
  .paging {
      bottom: -20px;
      height: 50px;
      right: 40px;
      left: 0px;
      display: flex;
      align-items: center;
      z-index: 9999;
      position: sticky;
      background: #dee2e6;
  }
  
      .paging table {
          margin: 0px;
          height: 100%;
      }
  
  #toast {
      position: absolute;
      top: 0px;
      min-width: 300px;
      right: 0px;
      z-index: 9999;
  }
  
  #action_history {
      border: none;
      margin: 0px;
      padding: 0px;
  }
  
  .datepicker_icon {
      background-image: url('/Images/calendar-512.png');
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 20px;
      padding-left: 30px;
  }
  
  .invoice_datepicker_icon {
      background-image: url('/Images/calendar-512.png');
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 20px;
      padding-left: 20px;
  }
  
  /*
      truongnv custom css
  */
  .drop-file-box-sendmail {
      cursor: pointer;
  }
  
  .oc-widget {
      /*right: -19px !important;
      bottom: -12px !important;*/
      bottom: 40px !important;
      left: 2px;
  }
  
  .btn-start-chat .icon {
      width: 20px !important;
      height: 20px !important;
      bottom: 10px !important;
      right: 10px !important;
  }
  
  .btn-start-chat {
      bottom: 20px !important;
      right: 20px !important;
      width: 40px !important;
      height: 40px !important;
  }
  
  .mt-2.ml-4.pagination-area {
      padding-right: 70px;
  }
  
  .mt-2.mr-4.pagination-area {
      padding-right: 50px;
  }
  
  .mt-2.mr-2.pagination-area {
      padding-right: 30px;
  }
  
  /*.bd-highlight.pagination-area {
      margin-right: 15px;
  }*/
  
  /*.paging-absolute {
      border: 1px solid #dee2e6;
      margin-right: 1.1em;
  }
  */
  /*.flex-grow-1.bd-highlight.pagination-area label {
      margin-bottom: 0;
      margin-top: 0.7em;
  }
  
  .bd-highlight.pagination-area:last-child :only-child {
      margin-top: 0.3em;
  }
  */
  .modal-footer.footer-import-product {
      padding-right: 70px;
  }
  
  .modal-footer.d-flex.justify-content-between {
      padding-right: 70px;
  }
  
  .has-tag-attment-file {
      display: inline-block;
      background: #E8F8E2 0% 0% no-repeat padding-box;
      border-radius: 4px;
      font-size: 12px;
      letter-spacing: 0;
      color: #3797D3;
      padding: 3px 5px;
      margin-left: 3px;
      cursor: pointer;
      margin-bottom: 2px;
  }
  
      .has-tag-attment-file:hover {
          background-color: #D9DEDB;
      }
  
  .ddl-novaon-invoice {
      padding: 2px 5px 2px 4px;
      color: #333 !important;
      -webkit-appearance: none;
      background-image: url('/Images/arrow.png') !important;
      background-position: 88px !important;
      background-repeat: no-repeat !important;
      text-indent: 0.01px;
      background-position: 100% !important;
      -webkit-padding-end: 30px !important;
      opacity: 1;
      padding-inline-end: 20px;
      -moz-appearance: none;
      border-bottom: 1px solid #DEE2E6;
      border-radius: .2rem;
      appearance: none;
      background-size: contain !important;
      height: 26px;
      top: -2px;
      left: -3px;
  }
  
  .ddl-novaon {
      padding: 2px 5px 2px 4px;
      color: #333 !important;
      -webkit-appearance: none;
      background-image: url('/Images/dropdown-list.png');
      background-position: 88px;
      background-repeat: no-repeat;
      text-indent: 0.01px;
      background-position: 100%;
      -webkit-padding-end: 30px !important;
      opacity: 1;
      padding-inline-end: 20px;
      -moz-appearance: none;
      border: #DEE2E6 solid 1px;
      border-radius: .2rem;
      appearance: none;
      background-size: contain;
      height: 26px;
      top: -2px;
      left: -3px;
  }
  
  .ddl-novaon-header {
      padding: 2px 5px 2px 4px;
      color: #333 !important;
      -webkit-appearance: none;
      background-position: 88px;
      background-repeat: no-repeat;
      text-indent: 1.01px;
      background-position: 100%;
      -webkit-padding-end: 30px !important;
      opacity: 1;
      padding-inline-end: 20px;
      -moz-appearance: none;
      border: none;
      border-radius: .2rem;
      appearance: none;
      background-size: contain;
      height: 50px;
      top: -2px;
      left: -3px;
      width: 10%;
      color: #616161 !important;
      font-size: 20px;
  }
  
  .btn-add-follow {
      margin-top: 15px;
  }
  /*
      sorter column table
  */
  table th:hover {
      cursor: pointer;
  }
  
  .arrow-down_h:after, .arrow-up_h:after {
      content: ' ';
      position: relative;
      left: 6px;
      border: 8px solid transparent;
  }
  
  .arrow-down_h:after {
      top: 12px;
      border-top-color: #222;
  }
  
  .arrow-up_h:after {
      bottom: 12px;
      border-bottom-color: #222;
  }
  
  .arrow-down_h, .arrow-up_h {
      padding-right: 10px;
  }
  
  #fc-add svg path {
      fill: #2CA01C;
  }
  
  #sidebar svg path {
      fill: #2CA01C;
  }
  
  #signatureControl .modal-dialog {
      height: 600px;
      max-width: 768px;
  }
  
  #signatureControl .modal-signature .modal-content {
      height: 100%;
  }
  
  #signatureControl .signature-pad {
      position: relative;
      width: 100%;
  }
  
  #signatureControl .content-upload-img {
      position: relative;
      border: 1px dashed #ccc;
      height: 300px;
      width: 100%;
  }
  
  #signatureControl .signature {
      margin: 0 auto;
      cursor: pointer;
      width: 100%;
      height: 260px;
      background: #F1F3F4;
  }
  
      #signatureControl .signature canvas {
        border: 1px dashed #a79d9d;
          margin: 0 auto;
          cursor: pointer;
          -webkit-transition: all 0.3s ease-out;
          -moz-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
      }
  
  .tabbable .nav-tabs {
      overflow-x: auto;
      overflow-y: hidden;
      flex-wrap: nowrap;
  }
  
      .tabbable .nav-tabs .nav-link {
          padding: 10px 15px !important;
          white-space: nowrap;
      }
  
  #imgUpload {
      position: absolute;
      margin: auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
  }
  
  .order-content-style {
      top: 155px !important;
      max-height: 55vh !important;
  }
  
  #mobile-drop-down {
      display: none;
  }
  
  #desktop-dropdown {
      display: block;
  }
  
  .info_file .close {
      display: none;
  }
  
  @media only screen and (min-width : 1824px) {
      .modal-report .modal-content .close {
          right: 20px;
          width: 54px;
          height: 54px;
          padding: 10px;
          font-size: 34px;
      }
  }
  
  @media (max-width: 1367px) {
      #spa-viewer {
          padding-top: 10px !important;
          padding-bottom: 0 !important;
      }
  
      .pt-5 {
          padding-top: 1rem !important;
      }
  
      .pt-4 {
          padding-top: 0.5rem !important;
      }
  
      .dashboard-chart .title-chart {
          font-size: 20px;
      }
  
      .dashboard-review-box .content-review-box {
          height: 53px;
          font-size: 25px;
      }
  
      .dashboard-review-box .title-review-box {
          height: 37px;
      }
  
      .dashboard-review-box .content-review-box small {
          font-size: 14px;
          margin-top: 5px;
      }
  
      h2 {
          font-size: 1.5rem;
      }
  
      .table_overflow_absolute {
          /*top: 117px;*/
      }
  }
  
  @media (min-width: 1025px) and (max-width: 1199px) {
      .item_panel {
          margin-bottom: 10px;
      }
  }
  
  @media (max-width: 1024px) {
      .progressbar li {
          font-size: 10px
      }
  
          .progressbar li:before {
              width: 30px;
              height: 30px;
              line-height: 30px;
          }
  
          .progressbar li:after {
              top: 15px;
          }
  
      #spa-viewer {
          padding: 15px !important;
      }
  
      #fc-account {
          display: none;
      }
  
      #top-header {
          height: 2.7rem;
          padding: 0;
          background: #2CA01C;
          color: white;
      }
  
          #top-header .navi-icon img {
              width: 25px;
          }
  
          #top-header .header-company-name {
              font-size: 12px;
          }
  
          #top-header .show-comtax-code {
              font-size: 10px;
          }
  
      #fc-add svg path {
          fill: #fff;
      }
  
      #sidebar svg path {
          fill: #fff;
      }
  
      .fc-icons {
          width: 28px;
      }
  
      #spa-viewer {
          top: 43px !important;
      }
  
      .dashboard-review-box:nth-child(3) {
          display: none;
      }
  
      .dashboard-review-box:nth-child(1) {
          padding-right: 9px;
      }
  
      .dashboard-review-box:nth-child(2) {
          padding-left: 9px;
      }
  
      .drop {
          border: 2px dashed #DADFE3;
          border-radius: 5px;
      }
  
          .drop .text-browser {
              display: block;
          }
  
      .card.dashboard-card {
          height: 72px;
      }
  
          .card.dashboard-card .card-block {
              padding: 0;
          }
  
              .card.dashboard-card .card-block h6 {
                  text-align: center !important;
              }
  
                  .card.dashboard-card .card-block h6 span {
                      display: block;
                      position: absolute;
                      bottom: 11px;
                      left: 0;
                      right: 7px;
                      font-weight: 400;
                      font-size: 13px;
                  }
  
                  .card.dashboard-card .card-block h6 strong {
                      font-size: 28px;
                      line-height: 53px;
                  }
  
                  .card.dashboard-card .card-block h6 img {
                      display: none;
                  }
  
      .item_panel .flex-grow-1 strong {
          font-size: 14px;
      }
  
      .item_panel {
          padding: 10px 14px 10px 0;
          min-height: 96px;
          margin-bottom: 10px;
      }
  
          .item_panel img {
              width: 30px;
          }
  
          .item_panel div:first-child div {
              width: 70px;
          }
  
      .table_overflow_absolute {
          left: 15px;
          right: 15px
      }
  }
  
  @media (max-width: 768px) {
  
      .tabbable .nav-tabs .nav-link {
          padding: 5px !important;
      }
  }
  
  @media (max-width: 575.98px) {
      .signature_drag > div {
          display: block;
          opacity: 1;
      }
  
      .table_overflow_absolute {
          left: 15px;
          right: 15px;
          /*top: 105px;*/
      }
  
      #mobile-drop-down {
          display: block;
      }
  
      .right-icon .fa {
          font-size: 32px;
      }
  
      #desktop-dropdown {
          display: none;
      }
  
      #documentviewer {
          top: 22%;
      }
  
      .show-right-viewer {
          display: block !important;
          position: absolute;
          height: 100vh;
          right: 0;
          width: 50%;
          animation-name: show-right-viewer-animation;
          animation-duration: 1s;
      }
  
      .close-right-viewer {
          display: block !important;
          position: absolute;
          height: 100vh;
          right: 0;
          width: 0;
          animation-name: close-right-viewer-animation;
          animation-duration: 1s;
      }
  
      @keyframes close-right-viewer-animation {
          0% {
              width: 50%;
          }
  
          50% {
              width: 0%;
          }
  
          100% {
              display: none;
          }
      }
  
      @keyframes show-right-viewer-animation {
          from {
              width: 0%;
          }
  
          to {
              width: 50%;
          }
      }
  
      .container {
          padding: 0;
          font-size: 14px;
      }
  
      .modal-body {
          padding: 0 1rem 0 0.6em;
      }
  
      .form-group.col-12.col-sm-2.text-center.ng-scope {
          display: none;
      }
  
      .d-flex.step_sender.pb-4 {
          padding-bottom: 0 !important;
      }
  
      .step_sender.info_file.form-row {
          padding: 5px;
      }
  
      .container .form-control {
          font-size: 14px;
      }
  
      .container .form-row {
          padding: 5px !important;
      }
  
      .info_file p {
          margin-top: 0.7em;
      }
  
      .info_file ml-2 {
          margin-left: 0 !important;
      }
  
      .info_file .form-group {
          margin-bottom: 15px !important;
      }
  
      .label-cbx {
          padding: 0 !important;
      }
  
      .modal-content .modal-footer {
          padding: 10px 5px 0;
      }
  
      .modal-footer .label-cbx {
          position: absolute;
          left: 13px;
          bottom: 21px;
      }
  
      #top-header .header-company-name {
          font-size: 11px !important;
      }
  
      .row.d-flex.justify-content-center {
          padding: 10px 0 10px 0;
      }
  
      .info_file .close {
          display: block;
      }
  
      .header-mobile {
          background: #2CA01C;
          border: 1px solid #ced4da;
          padding: 10px;
          text-align: center;
          color: white !important;
          font-size: 16px !important;
          margin-top: 0 !important;
      }
  
      .content-sender {
          /*        border-left: 1px solid rgba(0,0,0,.2);
          border-right: 1px solid rgba(0,0,0,.2);
          border-bottom: 1px solid rgba(0,0,0,.2);*/
          background: #fff;
          margin-bottom: 15px;
      }
  
      .btn-add-follow {
          margin-top: 0;
      }
  }
  
  @media (max-width: 475px) {
      .btn-group-vertical > .btn, .btn-group > .btn {
          margin-bottom: 0.5em;
      }
  
      .btn-group-sm > .btn, .btn-sm {
          padding: 0;
          min-height: 30px;
          min-width: 30px;
      }
  }
  
  @media (max-width: 320px) {
      /*    .bd-highlight.pagination-area button {
          padding: 0;
      }
  
      .bd-highlight.pagination-area input {
          width: 35px;
      }
  */
      .table_overflow_absolute {
          /*top: 127px;*/
      }
  
      .btn-group-vertical > .btn, .btn-group > .btn {
          margin-bottom: 0.5em;
      }
  
      .btn-group-sm > .btn, .btn-sm {
          padding: 0;
      }
  }
  
  /* Portrait and Landscape */
  @media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) {
  
      #signatureControl .modal-dialog {
          width: 100%;
          height: 100%;
          max-width: 100%;
          margin: 0;
      }
  
      #signatureControl .signature, #signatureControl .content-upload-img {
          height: 240px;
      }
  }
  
  /*!
   *   AdminLTE v2.4.3
   *   Author: Almsaeed Studio
   *	 Website: Almsaeed Studio <https://adminlte.io>
   *   License: Open source - MIT
   *           Please visit http://opensource.org/licenses/MIT for more information
   */
  /*
   * Core: General Layout Style
   * -------------------------
   */
  
  /*
   * Component: Main Header
   * ----------------------
   */
  .main-header {
      position: relative;
      max-height: 100px;
      z-index: 4;
  }
  
  
      .main-header .logo {
          position: relative;
          display: block;
          text-align: center;
          width: 100%;
          height: 100%;
      }
  
          .main-header .logo img {
              position: relative;
              display: block;
              margin: auto;
              -webkit-transition: all .5s ease;
              -o-transition: all .5s ease;
              transition: all .5s ease;
          }
  
          .main-header .logo .logo-lg {
              height: 19px;
              opacity: 1;
          }
  
          .main-header .logo .logo-mini {
              height: 28px;
          }
  
  /*
   * Component: Sidebar
   * ------------------
   */
  .main-sidebar {
      min-height: 100%;
      -webkit-transition: -webkit-transform 0.3s ease-in-out, all 0.3s ease-in-out;
      -moz-transition: -moz-transform 0.3s ease-in-out, all 0.3s ease-in-out;
      -o-transition: -o-transform 0.3s ease-in-out, all 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, all 0.3s ease-in-out;
  }
  /*@media (max-width: 767px) {
    .main-sidebar {
      padding-top: 100px;
    }
  }
  @media (max-width: 767px) {
    .main-sidebar {
      -webkit-transform: translate(-230px, 0);
      -ms-transform: translate(-230px, 0);
      -o-transform: translate(-230px, 0);
      transform: translate(-230px, 0);
    }
  }*/
  
  
  .sidebar-menu {
      white-space: nowrap;
      list-style: none;
      margin: 0;
      padding: 0;
  }
  
      .sidebar-menu > li, .sidebar-menu li .treeview-menu ul li {
          display: -ms-flexbox !important;
          display: flex !important;
          -ms-flex-align: center !important;
          align-items: center !important;
          position: relative;
          padding-left: 16px;
          width: 100%;
          height: 46px;
          border-left: 5px solid rgba(44,160,28,0);
          margin-top: 16px;
          font-size: 14px;
          cursor: pointer;
          -webkit-transition: -webkit-transform .3s ease-in-out,all .3s ease-in-out;
          -moz-transition: -moz-transform .3s ease-in-out,all .3s ease-in-out;
          -o-transition: -o-transform .3s ease-in-out,all .3s ease-in-out;
          transition: transform .3s ease-in-out,all .3s ease-in-out;
      }
  
          .sidebar-menu > li:hover, .sidebar-menu li .treeview-menu ul li:hover {
              background: #D0F7CC 0% 0% no-repeat padding-box;
          }
  
          .sidebar-menu > li a, .sidebar-menu li .treeview-menu ul li a {
              display: -ms-flexbox !important;
              display: flex !important;
              height: 100%;
              width: 100%;
              color: #3E3F3E;
              overflow: hidden;
              -ms-flex-align: center !important;
              align-items: center !important;
              text-decoration: none;
              -webkit-transition: -webkit-transform .3s ease-in-out,all .3s ease-in-out;
              -moz-transition: -moz-transform .3s ease-in-out,all .3s ease-in-out;
              -o-transition: -o-transform .3s ease-in-out,all .3s ease-in-out;
              transition: transform .3s ease-in-out,all .3s ease-in-out;
          }
  
          .sidebar-menu > li span {
              position: relative;
              padding-left: 18px;
              left: 0;
          }
  
          .sidebar-menu > li:hover, .sidebar-menu li .treeview-menu ul li:hover {
              border-left: 5px solid rgba(168,237,158,1);
          }
  
          .sidebar-menu > li.active {
              border-left: 5px solid rgba(44,160,28,1);
              background: #D0F7CC 0% 0% no-repeat padding-box;
          }
  
              .sidebar-menu > li.active > a, .sidebar-menu > li:hover a, .sidebar-menu li .treeview-menu ul li:hover a {
                  color: rgba(44,160,28,1);
              }
  
      .sidebar-menu li > a > .pull-right-container {
          position: absolute;
          right: 10px;
          top: 50%;
          margin-top: -7px;
      }
  
      .sidebar-menu li .treeview-menu {
          display: none;
          position: absolute;
          width: 220px;
          height: auto;
          top: -1rem;
          right: -219px;
          -webkit-transition: all 10.5s ease;
          -o-transition: all 10.5s ease;
          transition: all 10.5s ease;
      }
  
      .sidebar-menu li:hover .treeview-menu {
          display: block;
      }
  
      .sidebar-menu li .treeview-menu ul {
          background: #fff;
          white-space: nowrap;
          list-style: none;
          margin: 0;
          padding: 0;
          border-radius: 8px;
          -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
          -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
          box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
      }
  
          .sidebar-menu li .treeview-menu ul li {
              margin: 0;
          }
  
              .sidebar-menu li .treeview-menu ul li .arrow {
                  position: absolute;
                  left: -15px;
              }
  
  
      .sidebar-menu li.header, .sidebar-menu li.header:hover {
          font-weight: bold;
          letter-spacing: 0;
          color: #3E3F3E;
          background: #F6F6F6 !important;
          cursor: default !important;
          border-top-left-radius: 8px !important;
          border-top-right-radius: 8px !important;
      }
  
      .sidebar-menu > li:last-child {
          position: absolute;
          bottom: 10px;
          width: 100%;
          border-top: 1px solid #D9DEDB;
      }
  /*
   * Component: Sidebar Mini
   */
  /*@media (min-width: 768px) {*/
  .sidebar-mini.sidebar-collapse #right-maincontent {
      width: calc(100% - 64px);
  }
  
  .sidebar-mini.sidebar-collapse .main-sidebar {
      width: 64px !important;
  }
  
  .sidebar-mini.sidebar-collapse .sidebar-menu > li {
      position: relative;
      width: auto; /*47px*/
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
  }
  
      .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span,
      .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right {
          display: none !important;
          width: 0;
          -webkit-transform: translateZ(0);
          left: -100px;
      }
  
      .sidebar-mini.sidebar-collapse .sidebar-menu > li:last-child {
          position: absolute;
          width: 100%;
      }
  
  .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
      height: 28px;
      transform: translateY(10px);
  }
  
  .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
      height: 0;
      opacity: 0;
  }
  /*}*/
  
  
  #spa-viewer {
      position: absolute;
      z-index: 0;
      left: 230px;
      right: 0;
      bottom: 0;
      top: 64px;
      padding: 20px;
      /*    overflow: hidden;*/
      -webkit-transition: -webkit-transform .3s ease-in-out,left .3s ease-in-out;
      -moz-transition: -moz-transform .3s ease-in-out,left .3s ease-in-out;
      -o-transition: -o-transform .3s ease-in-out,left .3s ease-in-out;
      transition: transform .3s ease-in-out,left .3s ease-in-out;
  }
  
  .sidebar-mini.sidebar-collapse #spa-viewer {
      left: 64px;
  }
  
  .full-overlay {
      /*display: none;*/
      position: fixed;
      background: rgba(0,0,0,1);
      opacity: 0;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: -1;
      /*    -webkit-transition: opacity .3s linear;
      -moz-transition: opacity .3s linear;
      -o-transition: opacity .3s linear;
      transition: opacity .3s linear;*/
  }
  
  @media only screen and (max-width : 320px) {
      #right-maincontent {
          width: 100%;
      }
  }
  
  @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  
      #right-maincontent {
          width: 100%;
      }
  
      #spa-viewer {
          left: 0;
      }
  
      #left-mainnavi {
          left: -300px;
      }
  
      .sidebar-open #left-mainnavi {
          left: 0;
      }
  
      .sidebar-open .full-overlay {
          opacity: .7 !important;
          z-index: 3 !important;
      }
  
      #fc-help, .navi-search, #top-header .icon-search {
          display: none !important;
      }
  }
  /*==================================================================================================================================*/

#loader-pdf {
    position: relative;
    height: 100%;
}

    #loader-pdf #mainViewer {
        height: 100%;
    }

    #loader-pdf .content-pdf-viewer {
        position: relative;
        border: 1px solid rgba(0,0,0,.125);
        height: 100%;
    }

    #loader-pdf .control-file {
        background: #e8e8e8;
        border-top: 1px solid #D9DEDB;
        border-bottom: 1px solid #D9DEDB;
        padding: 2px 0;
    }

    #loader-pdf .content-pdf-viewer .control-file {
        padding: 0 10px 0 8px !important;
    }

    #loader-pdf .content-pdf-viewer .content-canvas {
        padding-top: 10px;
        margin: auto;
        width: 100%;
    }

    /*==================================================================================================================================*/

    #loader-pdf .content-pdf-viewer .pdfscroll {
        margin: auto;
        width: 100%;
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        background-color: #444444;
    }

        #loader-pdf .content-pdf-viewer .pdfscroll::-webkit-scrollbar,
        #loader-pdf .content-right .ls-files::-webkit-scrollbar {
            width: 10px;
            height: 10px;
        }

        /* Track */
        #loader-pdf .content-pdf-viewer .pdfscroll::-webkit-scrollbar-track,
        #loader-pdf .content-right .ls-files::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        /* Handle */
        #loader-pdf .content-pdf-viewer .pdfscroll::-webkit-scrollbar-thumb,
        #loader-pdf .content-right .ls-files::-webkit-scrollbar-thumb {
            background: #888;
        }

            /* Handle on hover */
            #loader-pdf .content-pdf-viewer .pdfscroll::-webkit-scrollbar-thumb:hover,
            #loader-pdf .content-right #thumbnailView::-webkit-scrollbar-thumb:hover {
                background: #555;
            }

    /*==================================================================================================================================*/

    #loader-pdf .page-viewer {
        position: relative;
    }

    /*==================================================================================================================================*/
    #loader-pdf .pdf-loading {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgb(255, 255, 255);
        z-index: 2;
    }

        #loader-pdf .pdf-loading img {
            width: 64px;
            height: 40px;
            top: calc(50% - 64px);
            left: calc(50% - 57px);
            position: absolute;
        }

    /*==================================================================================================================================*/

    #loader-pdf .canvas-container {
        margin-bottom: 10px !important;
        margin: auto;
        -webkit-box-shadow: 3px 3px 8px rgba(0,0,0,.1);
        box-shadow: 3px 3px 8px rgba(0,0,0,.1);
    }
    /*==================================================================================================================================*/

    #loader-pdf .ls-files {
        position: relative;
        padding: 3px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        background-color: transparent;
        border: 1px solid rgba(0,0,0,.2);
        height: 100%;
    }
    /*==================================================================================================================================*/

    #loader-pdf .content-left {
        padding: 0 10px 0 8px !important;
    }

    /*==================================================================================================================================*/
    #loader-pdf .content-right {
        padding: 0 8px 0 10px !important;
    }

        #loader-pdf .content-right #thumbnailView {
            /* position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            padding: 10px 30px;
            overflow: auto;
            -webkit-overflow-scrolling: touch;
            background-color: transparent;
            right: 0;*/
        }

            #loader-pdf .content-right #thumbnailView > a:active,
            #loader-pdf .content-right #thumbnailView > a:focus {
                outline: 0;
            }

        /*==================================================================================================================================*/

        #loader-pdf .content-right .thumbnail {
            border-radius: 2px;
            /*            padding: 7px;*/
            -webkit-box-shadow: 3px 3px 8px rgba(0,0,0,.1);
            box-shadow: 3px 3px 8px rgba(0,0,0,.1);
            margin: 0 10px 5px 10px;
            position: relative;
            border: solid 1px #607d8b;
        }

        #loader-pdf .content-right #thumbnailView > a:last-of-type > .thumbnail {
            margin-bottom: 10px;
        }

            #loader-pdf .content-right #thumbnailView > a:last-of-type > .thumbnail:not([data-loaded]) {
                margin-bottom: 9px;
            }

        #loader-pdf .content-right .thumbnail:not([data-loaded]) {
            margin: -1px 9px 4px 9px;
        }

        #loader-pdf .content-right .thumbnailImage {
            border: 1px solid rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.3);
            opacity: 0.8;
            z-index: 99;
            background-color: rgba(255, 255, 255, 1);
            background-clip: content-box;
        }

        #loader-pdf .content-right .thumbnail .page-number {
            position: absolute;
            left: 50%;
            bottom: 5px;
            padding: 0 5px;
            transform: translate(-50%, -50%);
            background: #E8F8E2;
            box-shadow: 3px 3px 8px rgba(0,0,0,.1);
            border: 1px solid #D9DEDB;
        }

        #loader-pdf .content-right a:focus > .thumbnail > .thumbnail > .thumbnailImage,
        .thumbnail:hover > .thumbnail > .thumbnailImage {
            opacity: .9;
        }

        #loader-pdf .content-right a:focus > .thumbnail > .thumbnail,
        .thumbnail:hover > .thumbnail {
            background-color: rgba(255, 255, 255, 0.15);
            background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
            background-clip: padding-box;
            box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 0 1px rgba(0, 0, 0, 0.2);
            color: rgba(255, 255, 255, 0.9);
        }

        #loader-pdf .content-right .thumbnail.selected > .thumbnail > .thumbnailImage {
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
            opacity: 1;
        }

        #loader-pdf .content-right .thumbnail.selected > .thumbnail {
            background-color: rgba(255, 255, 255, 0.3);
            background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
            background-clip: padding-box;
            box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.1) inset, 0 0 1px rgba(0, 0, 0, 0.2);
            color: rgba(255, 255, 255,1);
        }

    /*==================================================================================================================================*/

    #loader-pdf .card {
        margin-bottom: 0;
        height: 100%;
        width: 100%;
        background: transparent;
    }

        #loader-pdf .card .card-header {
            padding: 0;
        }

    /*==================================================================================================================================*/

    #loader-pdf .container-foreign {
        padding-top: 24px;
        text-align: center;
        overflow-y: auto;
        overflow-x: hidden;
        border: 1px solid rgba(0,0,0,.2);
        height: 100%;
    }

    #loader-pdf .note {
        margin-top: 8px;
        margin-left: 10px;
        padding-left: 8px;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        color: #b8bcbf;
        border-left: 3px solid #769ffa;
        text-align: left
    }

    #loader-pdf .header {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #121e28;
        text-transform: uppercase;
    }

    #loader-pdf .field-icon-left {
        width: 100%;
        padding-top: 12px;
    }

        #loader-pdf .field-icon-left .btn {
            z-index: 9999;
        }

    #loader-pdf .text-icon {
        width: 164px;
        height: 32px;
        background: url(../uploads//defaults/text-icon.png) no-repeat center center;
        background-size: 164px 32px;
    }

    #loader-pdf .signature-icon {
        width: 164px;
        height: 80px;
        background-size: 164px 80px;
    }

    #loader-pdf .textfield-icon {
        width: 164px;
        height: 42px;
        background-size: 100% 100%;
    }

    #loader-pdf .signature-icon-img {
        width: 164px;
        height: 80px;
        background-size: 164px 80px;
    }
    #loader-pdf .comment-icon-img {
        width: 164px;
        height: 80px;
        background: url(https://thuthuattienich.vn/sites/default/files/pdf_to_text.png) no-repeat center center;
        background-size: 164px 80px;
    }
    #loader-pdf .signature-icon-approval {
        width: 164px;
        height: 80px;
        background: url(../uploads//defaults/duyet-icon.png) no-repeat center center;
        background-size: 164px 80px;
    }

    /*==================================================================================================================================*/

    #loader-pdf .mybtn {
        /*        background: #2CA01C;*/
        /* height: 50px; */
        /*        min-width: 80px;*/
        border: none;
        border-radius: 5px;
        /*color: #eee;*/
        /* font-size: 20px; */
        /* font-family: 'Cookie', cursive; */
        /*position: relative;
        transition: 1s;
        -webkit-tap-highlight-color: transparent;*/
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        margin-top: 2px;
        margin-right: 5px;
        width: 24px;
        height: 24px;
    }

    #loader-pdf .first-page {
        background: url(../uploads//defaults/arrow-first.svg) no-repeat center center;
    }

    #loader-pdf .previous-page {
        background: url(../uploads//defaults/arrow-previous.svg) no-repeat center center;
    }

    #loader-pdf .next-page {
        background: url(../uploads//defaults/arrow-next.svg) no-repeat center center;
    }

    #loader-pdf .last-page {
        background: url(../uploads//defaults/arrow-last.svg) no-repeat center center;
    }

    /*    #loader-pdf .mybtn:hover {
        background: #2b841f;
    }*/

    #loader-pdf .pageNum {
        margin-right: 5px;
    width: 40px;
    text-align: center;
    border: solid 1px #ebebeb;
}


    /*==================================================================================================================================*/
    #loader-pdf .progressbar-wrapper {
        width: 100%;
        padding: 10px;
    }


    #loader-pdf .container-thumb {
        max-height: 60px;
        line-height: 16px;
        vertical-align: middle;
        border-bottom: 1px dashed #D9DEDB;
        padding-top: 5px;
        cursor: pointer;
    }

    #loader-pdf .icon-thumbs {
        width: 45px;
        height: 45px;
    }

    #loader-pdf .title-file-thumb {
        padding-left: 5px;
        height: 3em;
        width: 100%;
        line-height: 1.5em;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        text-overflow: ellipsis;
    }

    #loader-pdf .toolbarButton-Toggle-left,
    #loader-pdf .toolbarButton-Toggle-right {
        display: none;
    }

    #loader-pdf .zoom-in {
        position: absolute;
        right: 36px;
        background: url(../uploads//defaults/plus.png) no-repeat center center;
        width: 24px;
        height: 24px;
        margin-top: 2px;
        cursor: pointer;
    }

    #loader-pdf .zoom-out {
        position: absolute;
        right: 5px;
        background: url(../uploads//defaults/minus.png) no-repeat center center;
        width: 24px;
        height: 24px;
        margin-top: 2px;
        cursor: pointer;
    }

    #loader-pdf .properties {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10px;
        left: 0;
        background: #f6f6f6;
    }

        #loader-pdf .properties .header-title {
            padding: 24px 0px 5px 20px;
            font-weight: 600;
            font-size: 16px;
            line-height: 24px;
            color: #121e28;
            text-transform: uppercase;
        }

        #loader-pdf .properties .card-body {
            padding-top: 5px;
            padding-bottom: 5px;
        }

    #loader-pdf .moving-sign {
        background-color: #dcdcdc;
    }

        @media(max-width: 768px) {
            #loader-pdf .content-left, #loader-pdf .content-right, #loader-pdf .content-left .container-foreign {
        display: none;
    }

        #loader-pdf .content-left.show {
            position: absolute;
            display: block;
            z-index: 1;
            width: 25%;
            height: 100%;
            /* background: #f6f6f6; */
            padding: 0 !important;
        }

        #loader-pdf .content-right.show {
            position: absolute;
            display: block;
            z-index: 1;
            width: 25%;
            height: 100%;
            background: #f6f6f6;
            padding: 0 !important;
            right: 0;
        }

        #loader-pdf .content-left.show.width {
            width: 0;
        }

        #loader-pdf .content-right.show.width {
            width: 0;
        }

        #loader-pdf .content-left.show .container-foreign {
            display: block;
            background: #f6f6f6;
        }

    #loader-pdf .canvas-container {
        width: auto;
    }

    #loader-pdf .pdf-loading img {
        left: calc(50% - 32px);
    }

    #loader-pdf .toolbarButton-Toggle-left {
        display: block;
        background: url(../uploads//defaults/menu.png) no-repeat center center;
        width: 24px;
        height: 24px;
        margin: 2px 10px 0 10px;
    }

    #loader-pdf .toolbarButton-Toggle-right {
        display: block;
        background: url(../uploads//defaults/paper.png) no-repeat center center;
        width: 24px;
        height: 24px;
        margin-top: 2px;
        position: absolute;
        right: 0;
    }

    #loader-pdf .zoom-in {
        right: 70px;
    }

    #loader-pdf .zoom-out {
        right: 39px;
    }
}
.progressbar li.active:before {
    border-color: #f39c12;
    background: #972a2a !important;
    color: white !important;
}
.progressbar li.active + li:after {
    background-color: #972a2a;
}
.progressbar li.active {
    color: #972a2a;
    font-weight: bold;
}
.drop .cont .browse {
    width: 180px;
    margin: auto;
    color: white;
    padding: 8px 16px;
    border-radius: 4px;
    background: #972a2a;
}
#loader-pdf .control-file {
    background: #ffffff;
    border-top: 1px solid #D9DEDB;
    border-bottom: 1px solid #D9DEDB;
    padding: 2px 0;
}
@media(max-width: 425px) {
    #loader-pdf .note {
        margin-left: 5px;
        padding-left: 5px;
    }

    #loader-pdf .signature-icon, #loader-pdf .signature-icon-img {
        width: 140px;
        height: 77px;
        background-size: 140px 77px;
    }

    #loader-pdf .content-left.show {
        width: 50%;
    }

    #loader-pdf .content-right.show {
        width: 50%;
    }
    /*
    #loader-pdf .content-left.show.width {
        width: 0;
    }

    #loader-pdf .content-right.show.width {
        width: 0;
    }*/
}
.item-list-action .div-item i{
    color: #939ba2;
}
.item-list-action .div-item span{
    color: #939ba2;
}
.item-list-action a:hover{
    background-color: #efefef;
    border-radius: 5px;
    color: red;
}
.item-list-action a:hover >.div-item span{
    color: #0e6974;
    font-weight: bold;
}
.item-list-action a:hover >.div-item i{
    color: #0e6974;
    font-weight: bold;
}

/* .div-item i:hover{
    color: red;
}

.div-item span:hover{
    color: red;
} */
  /* width */
  ::-webkit-scrollbar {
    width: 10px;
  }

  /* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
  }

  /* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
/* width */
  .modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    width: 10px;
  }

  /* Track */
    .modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
    .modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
    background: #888;
  }

  /* Handle on hover */
    .modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb:hover {
    background: #555;
  }


  #loader-pdf .properties .header-title {
    padding: 11px 0px 5px 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #121e28;
    text-transform: uppercase;
}
.icon-download-plugin {
    display: block;
    position: relative;
}
.icon-download-plugin {
    position: absolute;
    top: 50%;
    z-index: 10000000;
    right: 15px;
}
.swal-text {
    color: #000000 !important;
    text-align: center;
}
.toolbar{
    display: none;
}
.dataTables_empty{
    background-color: #e5e5e5;
}
ul.nav.nav-treeview li {
    cursor: pointer;
}
.bg-color-red-n {
    background-color: #DC3545 !important;
}

.bg-color-yellow-n {
    background-color: #F6BF00 !important;
}
.btn-bg-color-red-n {
    background-color: #DC3545 !important;
    color: #ffffff !important;
}
.btn-bg-color-yellow-n {
    background-color: #F6BF00 !important;
    color: #ffffff !important;
}
ol.ui-sortable li.border-success{
    border-color: #f6bf00!important;
}

.content-pdf-viewer .content-canvas{
    background-color: #363636 !important;
}

div.scrollmenu {
    background-color: #333;
    overflow: auto;
    white-space: nowrap;
    border-bottom: solid 3px #ff9800;
  }
  
  div.scrollmenu a {
    display: inline-block;
    color: white;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    margin: 3px;
    text-decoration: none;
    border: solid 1px #6a6a6a;
    border-radius: 3px;
  }
  
  div.scrollmenu a:hover {
    background-color: #777;
  }
  div.scrollmenu a.active{
    background: rgb(66 66 65);
  }

  #loader-pdf .reset-data {
    position: absolute;
    right: 65px;
    background: url('./../uploads/defaults/restart.png') no-repeat center center;
    background-size: 100%;
    width: 24px;
    height: 24px;
    margin-top: 2px;
    cursor: pointer;
}
.countContract {
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 0.84rem;
}