.wrapper {
    overflow-x: visible;
    overflow-y: visible;
}

@media (min-width:1366px) {
    .container {
        width: 1366px
    }
}

.main-header {
    max-height: 117px;
}

.content-wrapper {
    background-color: #fff;
}

.content {
    padding-top: 0;
    padding-bottom: 0;
}

.skin-blue .main-header .navbar {
    background-color: #00854c;
}

.navbar-name {
    display: block;
    float: left;

}

.navbar-name a {
    padding-top: 11px;
    padding-bottom: 11px;
    color: #fff;
    display: block;
}

.navbar-nav>li>a {
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 14px;
    text-transform: uppercase;
}

.navbar-name img {
    display: block;
    width: 48px;
    height: 42px;
    float: left;
}

.navbar-name span {
    display: block;
    width: 250px;
    float: right;
    padding-left: 10px;
    text-transform: uppercase;
}

.navbar-custom-menu>.navbar-nav>li {
    height: 64px;
}

.navbar-nav>.user-menu a {
    height: 64px;
}

.navbar-nav>.user-menu .user-image {
    width: 42px;
    height: 42px;
    margin-top: -11px;
}

.skin-blue .content-header {

    background-color: #e4e4e4;
}

.content-header {
    min-height: 32px;
    padding: 0;
}

.nav2 {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-inline-start: 0;
    margin-block-start: 0;

}

.nav2 li {
    position: relative;
    float: left;
    display: block;
    height: 32px;
    padding: 0 18px;
}

.nav2 li a {
    line-height: 32px;
    color: #494949;
}

.nav2 li a.active {
    font-weight: bold;
    color: #000;
}

.skin-blue .main-header .navbar .nav>li>a:hover,
.skin-blue .main-header .navbar .nav>li>a:active,
.skin-blue .main-header .navbar .nav>li>a:focus,
.skin-blue .main-header .navbar .nav .open>a,
.skin-blue .main-header .navbar .nav .open>a:hover,
.skin-blue .main-header .navbar .nav .open>a:focus,
.skin-blue .main-header .navbar .nav>.active>a {
    background: rgba(240, 240, 240, 0.1);
    color: #fff;
    text-decoration: underline;
}

.skin-blue .main-header .navbar .nav>.active>a {
    font-weight: bold;
}

.s2cus .select2-container .select2-selection--multiple,
.s2cus .select2-container .select2-selection--multiple {
    border: 0;
}

.s2cus .select2-container .select2-search--inline .select2-search__field {
    background: #fff;
    border: 1px solid #737373;
    height: 32px;
    margin: 0;
    padding: 0 10px;
    display: block;
    width: 100% !important;
}

.s2cus .select2-container .select2-selection--multiple,
.s2cus .select2-container .select2-selection--multiple {
    background: #f6f6f6;
}

.s2cus .select2-container .select2-selection__rendered {
    margin: 0;
    padding: 0;
    position: static;
    background: #f6f6f6;
}

.s2cus .select2-container {
    position: relative;
}

.s2cus .select2-container .select2-search,
.s2cus .select2-container .select2-selection__choice {
    display: block;
    width: 100%;
}

.s2cus .select2-container .select2-search {

    position: absolute;
    top: 0;
}

.s2cus .select2-container .select2-search::before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f002";
    position: absolute;
    right: 10px;
    top: 8px;
    color: #a1a1a1;
    z-index: 1;
}

.s2cus .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice:nth-child(1) {
    margin-top: 34px;
}

.s2cus .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
    height: 32px;
    line-height: 30px;
    border: 0;
    background: #f6f6f6;
    color: #333;
}

.s2cus .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #333;
    cursor: pointer;
    display: block;
    font-weight: bold;
    margin-right: 2px;
    float: right;
    padding: 0 4px 0 10px;
}

.s2cus .select2-search__field {
    position: relative;
}

.s2drop .select2-container--default .select2-selection--single,
.s2drop .select2-container--default .select2-selection--multiple {
    border-color: #d2d6de;
    border-radius: 0;
    height: 34px;
    padding: 6px;
}

.s2drop .select2-container--default .select2-selection--single .select2-selection__arrow,
.s2drop .select2-container--default .select2-selection--multiple .select2-selection__arrow {
    height: 34px;
}

.p0 {
    padding: 0 !important;
}

.box.box-b .box-body {
    padding: 0 10px;
}

.box.box-b {
    border: 0;
    background: #f6f6f6;
    border-radius: 0;
    margin-bottom: 0;
}

.b-header.b-header-none {
    margin-top: 10px;
}

.b-header .box-title {
    margin: 0;
    padding: 26px 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #00854c;
}

.box-body .ls-search {
    padding: 16px 0 10px;
}

.box-page .b-header {
    text-align: left;
}


.box-page .b-header .box-title {
    padding: 8px 0;
}


.box-b .ls-title {
    font-weight: 600;
    padding: 16px 0 8px 0;
}

.box-b .ls-content {
    padding-left: 8px;
}

.select2-dropdown {
    border-radius: 0;
}


/**box box-content **/

/* search */
.b-header-search {
    text-align: right;
    padding: 20px 0;
}

.b-search {
    display: inline-block;
}

.b-header-search .b-search .b-search-ctrl {
    display: inline-block;
}


.b-search .b-search-ctrl.b-search-input {
    position: relative;
    width: 255px;
}

.b-search-input input {
    border-radius: 4px;
    background-color: #f6f6f6;
}

.btn.btn-ctrl img {
    margin-top: -4px;
}

.b-search-input::after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f002";
    position: absolute;
    right: 10px;
    top: 8px;
    color: #a1a1a1;
    z-index: 1;
    border-radius: 0 4px 4px 0;
}

.ls-search .b-search-input::after {
    top: 25px;
    right: 18px;
}

.b-search .b-search-btn {
    color: #00854c;
    padding-left: 6px;
    font-weight: 500;
    cursor: pointer;
}

.box.box-page,
.box.box-content {
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
}

.box.box-content {
    padding-bottom: 30px;
}

.box-page-search {
    background-color: #f6faf7;
    margin-bottom: 15px;
    padding-bottom: 0;
}


/* table */
.table>thead>tr.filters>th,
.filters th {
    vertical-align: middle;
    text-align: center;
    padding: 2px 8px;
}

.filters th .table-ctrl {
    width: 100%;
    min-width: 50px;
    position: relative;
}

.table .filters th .table-ctrl>input {
    width: 100%;
    min-width: 30px;
}

.input-filter::after,
.table .filters th .table-ctrl::after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0b0";
    position: absolute;
    right: 1px;
    top: 1px;
    color: #a1a1a1;
    z-index: 1;
    width: 30px;
    height: 32px;
    background: #fff;
    text-align: center;
    vertical-align: middle;
    padding: 8.5px;
    border-radius: 0 4px 4px 0;
}

.input-date::after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f073";
    position: absolute;
    right: 1px;
    top: 1px;
    color: #a1a1a1;
    z-index: 1;
    width: 30px;
    height: 32px;
    background: #fff;
    text-align: center;
    vertical-align: middle;
    padding: 8.5px;
    border-radius: 0 4px 4px 0;
}

.input-date::after,
.input-filter::after {
    margin-right: 16px;
    border-radius: 0 4px 4px 0;
}


.table .b-center {
    text-align: center;
}

.table .i-ctrl {
    padding: 5px;
    cursor: pointer;
    width: 24px;
    display: inline-block;
    height: 24px;
}

.table .i-ctrl {
    padding: 5px;
    cursor: pointer;
    width: 24px;
    display: inline-block;
    height: 24px;
}


i.color1 {
    color: #00854c;
}


i.color2 {
    color: #dd5d5d;
}

.box-ctrl {
    margin-bottom: 8px;
}

.btn.btn-primary:focus-visible,
.btn.btn-primary:active.focus,
.btn.btn-primary:active:focus,
.btn.btn-primary:focus,

.btn.btn-danger:focus-visible,
.btn.btn-danger:active.focus,
.btn.btn-danger:active:focus,
.btn.btn-danger:focus,


.btn.btn-ex:focus-visible,
.btn.btn-ex:active.focus,
.btn.btn-ex:active:focus,
.btn.btn-ex:focus,
.btn.btn-non:focus-visible,
.btn.btn-non:active.focus,
.btn.btn-non:active:focus,
.btn.btn-non:focus,
.btn.btn-plus:focus-visible,
.btn.btn-plus:active.focus,
.btn.btn-plus:active:focus,
.btn.btn-plus:focus {
    outline: none
}

.btn-primary.focus,
.btn-primary:focus,
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary.hover,
.btn-primary,
.btn.btn-plus {
    background-color: #00854c;
    color: #fff;
    border-color: #00854c;
    box-shadow: none;
}

.btn.btn-ex {
    background-color: #fff;
    color: #00854c;
    border-color: #00854c;
    box-shadow: none;
}

.btn.btn-none {
    background-color: #fff;
    color: #999999;
    border-color: #999999;
    box-shadow: none;
}

.btn.btn-ex>img,
.btn.btn-none>img,
.btn.btn-plus>img {
    margin-top: -3px;

    margin-top: -3px;
}





.dataTables_wrapper .tFt {
    text-align: right;
}

.dataTables_wrapper .tInfo,
.dataTables_wrapper .tPaginate {
    display: inline-block
}

.dataTables_wrapper .tPaginate .pagination {
    margin: 0;
    border: 0;
}

.table-pagination .dataTables_paginate .pagination>li:first-child>a,
.table-pagination .dataTables_paginate .pagination>li:first-child>span,
.table-pagination .dataTables_paginate .pagination>li:last-child>a,
.table-pagination .dataTables_paginate .pagination>li:last-child>span,

.dataTables_wrapper .dataTables_paginate .pagination>li:first-child>a,
.dataTables_wrapper .dataTables_paginate .pagination>li:first-child>span,
.dataTables_wrapper .dataTables_paginate .pagination>li:last-child>a,
.dataTables_wrapper .dataTables_paginate .pagination>li:last-child>span {
    background-color: transparent;
    border: 0;

}

.table-pagination .dataTables_paginate .pagination>li:first-child>a,
.table-pagination .dataTables_paginate .pagination>li:last-child>a,

.dataTables_wrapper .dataTables_paginate .pagination>li:first-child>a,
.dataTables_wrapper .dataTables_paginate .pagination>li:last-child>a {
    padding: 6px 18px;
}

.table-pagination .dataTables_paginate .paginate_text span,
.dataTables_wrapper .dataTables_paginate .paginate_text span {
    color: #494949;
    background-color: #fff;
    border-radius: 4px;
}

.table-pagination .dataTables_info,
.dataTables_wrapper .dataTables_info {
    padding: 0 12px !important;
}

.table-pagination>div,
.box-table .dataTables_wrapper>div:nth-child(3) {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.table-pagination>div [class^='col-'],
.box-table .dataTables_wrapper>div:nth-child(3) [class^='col-'] {
    display: inline-block;
    width: auto;
    float: none;
    padding: 0;
    margin: 0;
    height: 40px;
    line-height: 40px;
}

ul.pagination {
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0
}


@media (min-width:1366px) {
    .modal-lgx {
        width: 1366px;
    }

    .modal-lgx {
        margin: 100px auto 30px auto
    }
}

.nav-tabs-custom>.nav-tabs {
    border-radius: 0;
}

.nav-tabs-custom>.nav-tabs>li,
.nav-tabs-custom>.nav-tabs>li.active>a,
.nav-tabs-custom>.nav-tabs>li.active {
    border: 0;
    border-top: 0;
    margin: 0;
}

.nav-tabs-custom>.nav-tabs>li.active>a,
.nav-tabs-custom>.nav-tabs>li.active:hover>a,
.nav-tabs-custom>.nav-tabs>li>a {
    padding: 15px;
    color: #fff;
    border: 0;
}

.nav-tabs-custom>.nav-tabs>li>a:hover,
.nav-tabs-custom>.nav-tabs>li.active>a,
.nav-tabs-custom>.nav-tabs>li.active:hover>a {
    background-color: #006e3f;
    color: #fff;
}

.nav-tabs-custom {
    margin-bottom: 0;
    background: #fff;
    box-shadow: none;
    border-radius: 0;
    border: 0;
}

.nav-tabs-custom>.nav-tabs {
    background-color: #00854c;
    border: 0;
}

.modal-lgx .modal-body {
    padding: 0;
    font-size: 13px;
}

.modal-lgx .modal-footer {
    padding: 0;
    padding: 13px 15px;
}

/*detail*/
.box-header-no {
    padding: 26px 0;
}

.box-b .ls-menu {}

.page-detail .bd {
    border-top: 1px solid #494949;
    border-left: 1px solid #494949;
}

.page-detail .bd:nth-child(2n) {
    border-right: 1px solid #494949;
}

.page-detail .bd:nth-last-child(2),
.page-detail .bd:last-child {
    border-bottom: 1px solid #494949;
}

.table-view {
    border: 1px solid #f4f4f4;
}

.table-view.table>tbody>tr>td {
    border-right: 1px solid #f4f4f4;
    padding: 9px;
}

.table-view.table>tbody>tr>td:last-child {
    border-right: 0
}

.table-view .r-w {
    background-color: #fff;
}

.table-view .r-s {
    background-color: #fafafa;
}

.table-view .t-t {
    color: #00854c;
}

.table-view .t-b {
    font-weight: bold;
}

.table-view .t-i {
    font-style: italic;
}

.box .nav-stacked>li,
.ls-menu li {
    font-weight: bold;
    border: 0;
}

.ls-menu li a {
    padding: 15px;
}

.ls-menu.nav-pills>li.active>a,
.ls-menu.nav-pills>li.active>a:focus,
.ls-menu.nav-pills>li.active>a:hover,
.ls-menu li.active>a,
.ls-menu li.active>a:hover {
    font-weight: bold;
    border-left: 0;
    background-color: #e6f6ef;
    color: #444;
}

.modal-tool {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
}

.modal-tool .close,
.modal-tool .close:focus,
.modal-tool .close:hover,
.modal-tool button {
    color: #fff;
    font-weight: 300;
    opacity: 1;
}

.modal-tool button.tool2 {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.modal-tool button {
    margin-left: 15px;
}

.nav-tabs-custom .tab-content {
    padding: 0;
}

.nav-tabs-custom2 .tab-content {
    padding: 0;
}

.nav-tabs-custom2>.nav-tabs {
    background-color: #fff;
}

.nav-tabs-custom2>.nav-tabs>li>a {
    color: #666666;
}

.nav-tabs-custom2>.nav-tabs>li>a:hover,
.nav-tabs-custom2>.nav-tabs>li.active>a,
.nav-tabs-custom2>.nav-tabs>li.active:hover>a {
    background-color: #e0f4eb;
    color: #666666;
    border-bottom: 2px solid #00854c;
}

.nav-tabs-custom2>.nav-tabs>li.active>a,
.nav-tabs-custom2>.nav-tabs>li.active:hover>a,
.nav-tabs-custom2>.nav-tabs>li>a {
    padding: 10px 15px;
}

.tabs-content {
    padding: 15px 15px 0 15px;
}

.nav-tabs-custom.nav-tabs-custom-3>.nav.nav-tabs {
    background-color: transparent;
    border-bottom: 1px solid #cdcdcd;
}

.nav-tabs-custom.nav-tabs-custom-3>.nav-tabs>li>a {
    color: #666666;
    font-weight: bold;
    border-bottom: 3px solid #fff;
    padding: 8px;
}

.nav-tabs-custom.nav-tabs-custom-3>.nav-tabs>li {
    margin-right: 5px;
}

.nav-tabs-custom.nav-tabs-custom-3>.nav-tabs>li.active>a,
.nav-tabs-custom.nav-tabs-custom-3>.nav-tabs>li>a:hover,
.nav-tabs-custom.nav-tabs-custom-3>.nav-tabs>li.active>a,
.nav-tabs-custom.nav-tabs-custom-3>.nav-tabs>li.active:hover>a {
    color: #006e3f;
    background-color: #fff;
    border-bottom: 3px solid #006e3f;
    padding: 8px;
}


.dataTables_filter .form-control {
    border-radius: 4px;
    background-color: #e9ecef;
}

.dataTables_filter>label::after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f002";
    position: absolute;
    right: 25px;
    top: 8px;
    color: #a1a1a1;
    z-index: 1;
    border-radius: 0 4px 4px 0;
}

.tab-content .tab-data {
    padding-top: 25px;
    margin-bottom: 25px;
}

.nav-tabs-custom.nav-tabs-custom-4>.nav.nav-tabs {
    background-color: #e1ece7;
}

.nav-tabs-custom.nav-tabs-custom-4>.nav-tabs>li>a {
    color: #006e3f;
    padding: 15px 20px;
}

.nav-tabs-custom.nav-tabs-custom-4>.nav-tabs>li.active>a,
.nav-tabs-custom.nav-tabs-custom-4>.nav-tabs>li>a:hover,
.nav-tabs-custom.nav-tabs-custom-4>.nav-tabs>li.active>a,
.nav-tabs-custom.nav-tabs-custom-4>.nav-tabs>li.active:hover>a {
    color: #fff;
    padding: 15px 20px;
}

.nav-tabs-custom.nav-tabs-custom-4>.nav-tabs>li.active>a {
    text-transform: uppercase;
}

.nav-tabs-custom.nav-tabs-custom-4>.nav-tabs>li {
    margin-right: 1px;
}

span.red {
    color: red;
}

.form-content label {
    font-weight: 600;
}

.form-title {
    font-weight: 700;
    padding: 15px 0;
}

.form-date.input-date::after {
    top: 26px;
    background: #2196f3;
    right: 0;
    border-radius: 0 4px 4px 0;
    color: #fff;
}

.form-control {
    border-radius: 4px;
}

.tab-action {
    margin-top: 20px;
}

form>.tab-action {
    margin-top: 0;
    margin-bottom: 15px;
}

.uppercase {
    text-transform: uppercase;
}

.table thead {
    background-color: #f6faf7;
}

.table.table-style-2 thead {
    background-color: #006e3f;
    color: #fff;
}

.table.table-style-2 thead th {
    font-weight: 500;
    color: #fff;
}

.table-hover>tbody>tr:hover {
    background-color: #e9f5f0;
}

.hr-box {
    height: 0;
    margin-bottom: 25px;
    box-shadow: 1;
    box-shadow: 0 5px 5px 1px #888888;
}

.modal-header {
    background-color: #006e3f;
    height: 50px;
    color: #fff;
    padding: 13px;
}

.modal-header .modal-title {
    font-size: 15px;
    color: #fff;
}

.modal-body .form-content {
    padding: 20px;
}

.file-tr-view img {
    display: inline-block;
    padding: 0 6px;
}

.btn-action-group {
    margin-top: 15px;
}

.ls-content .ls-item label,
.ls-content .ls-item {
    cursor: pointer;
}

.ls-content .ls-item:last-child {
    margin-bottom: 10px;
}