.logo-print{

    width: 15%;
}
.logo-print img{
    width: 80%;
    aspect-ratio: 3/4;
    object-fit: contain;
}
#tab-menu .nav-link{
    border-radius: 7px;
}
#tab-menu .nav-link.active{
    background-color: #317048;
    color: white;
}
.disabledTab{
    pointer-events: none;
}

.content-logo {
    background-color: transparent;
    width: 100%;
}

.section-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 500%;
    z-index: 9999;
    background: 50% 50% no-repeat rgba(216, 219, 217, 1);
}

.thumb-loader {
    height: 300px;
    width: 300px;
    content: url('../../img/preload.svg');
}

.part-loader {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: 1000;
    overflow: show;
    margin: auto;
    text-align: center;
}

.header-title-report {
    text-align: center;
    margin-bottom: 3%;
}

.header-title-report>div {
    margin-bottom: 2%;
}

.header-title-report>p {
    font-size: 0.8rem;
    color: #317048;
    transition: transform .3s;
    position: relative;
    width: 50%;
    display: inline-block;
}

.header-title-report>p:hover {
    font-weight: bold;
    transform: scale(1.2);
}

.title-checking-balance {
    background-color: #e4e7f1;
    height: 0;
    font-size: 0.8rem;
}

.row-table-sticky {
    width: 100%;
    margin: auto;
    background: #fff;
    max-height: 600px;
    overflow-y: auto;
}

.table-sticky {
    font-size: 0.8rem;
}

.table-sticky tr {
    cursor: pointer;
}

.table-sticky tr:hover td {
    color: #3e8b64;
    background-color: #f1f5fa;
}

.table-sticky thead th,
.table-sticky tbody td {
    padding: 10px;
}

.table-sticky tbody td {
    border-color: #d6d8e0;
    color: #425176;
    font-size: 0.8rem;
    font-weight: 500;
}

.table-sticky thead th {
    font-weight: bold;
    text-align: center;
    background: #317048;
    color: #fff;
    position: sticky;
    top: -1px;
    vertical-align: middle;
}

.table-sticky thead tr.sticky-header-first th,
thead tr.sticky-header-first td {
    position: sticky;
    top: 0;
    background: #317048;
}

.border-light {
    border-color: #ddd !important;
}

.hard_left-head {
    position: sticky;
    left: 0;
    width: auto;
    z-index: 1;
}

.next_left-head {
    position: sticky;
    left: 0px;
    width: auto;
    z-index: 1;
}

.hard_left {
    position: sticky;
    left: 0;
    top: 143px;
    z-index: 1;
    background: #fff;
}

.next_left {
    position: sticky;
    left: 0px;
    top: 115px;
    z-index: 1;
    background: #fff;
}

.table-sticky thead tr.sticky-header-second th,
thead tr.sticky-header-second td {
    position: sticky;
    top: 40px;
    background: #317048;
    font-size: 0.6rem;
}

.table-sticky thead tr.sticky-header-third th,
thead tr.sticky-header-third td {
    position: sticky;
    top: 79px;
    background: #317048;
    font-size: 0.6rem;
}

.table-sticky tbody tr.border-top-total td {
    color: #fff;
    font-weight: bold;
    background: #317048;
}

.scope-action-table {
    float: right;
}

.header-report-company {
    background: #fff !important;
    border-bottom: 1px solid #317048;
}

.scope-action-table-dropdown {
    float: right;
    width: 55%;
}

.scope-action-table-min {
    float: right;
    padding: 20px;
    display: none;
}

.account-tree {
    margin: 15px;
}

.action-tree-account {
    position: absolute;
    display: inline;
}

.action-tree-pointer {
    cursor: pointer;
}

.div-tree-account li {
    list-style-type: none;
    margin: 0;
    padding: 10px 5px 0 5px;
    position: relative
}

.div-tree-account li::before,
.div-tree-account li::after {
    content: '';
    left: -20px;
    position: absolute;
    right: auto
}

.arrow-nested {
    margin-right: 15px;
    font-weight: bold;
}

.div-tree-account li .account-tree-title {
    display: inline-block;
    padding: 3px 8px;
    text-decoration: none;
    cursor: pointer;
    font-size: 0.9rem;
}

.div-tree-account>ul>li::before,
.div-tree-account>ul>li::after {
    border: 0
}

.div-tree-account li:last-child::before {
    height: 27px
}

.div-tree-account li .account-tree-title:hover {
    font-weight: bolder;
}

[aria-expanded="false"]>.expanded,
[aria-expanded="true"]>.collapsed {
    display: none;
}

.notification-manual-custom {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: rgb(44, 101, 60);
    box-shadow: 0px 10px 25px 0px rgba(27, 92, 255, .2);
    margin: 20px;
    padding: 10px 20px;
    border-radius: 10px 8px 20px 20px;
    color: #fff;
    visibility: hidden;
    transition: all .3s ease;
    transform: translate(100%);
    width: calc(100% - 40px);
    max-width: 400px;
}

.notification-manual-custom h3 {
    font-size: 1rem;
    font-weight: 600;
    padding-bottom: 5px;
    color: #fff;
}

.notification-manual-custom p {
    font-size: .85rem;
    opacity: .7;
}

.notification-manual-custom.visible {
    visibility: visible;
    transform: translate(0);
}

.notification-manual-custom.remove {
    opacity: 0;
    transform: translate(0) scale(.8) !important;
}

.title-link-table {
    color: #317048;
}

.actions-table {
    margin: 0px;
    font-size: 0.8rem;
    text-align: center;
}

.radio-buttons {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.custom-radio input {
    display: none;
}

.radio-btn {
    margin: 5px;
    width: 140px;
    height: 50px;
    border: 2px solid #c3c3c367;
    background-color: #fff;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    text-align: center;
    box-shadow: 0 0 20px #c3c3c367;
    cursor: pointer;
}

.radio-btn-sm {
    margin: 5px;
    width: 100px;
    height: 30px;
    border: 2px solid #c3c3c367;
    background-color: #fff;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    text-align: center;
    box-shadow: 0 0 20px #c3c3c367;
    cursor: pointer;
}

.radio-btn>i {
    color: #fff;
    background: #317048;
    font-size: 20px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%) scale(4);
    border-radius: 50px;
    padding: 3px;
    transition: 0.2s;
    pointer-events: none;
    opacity: 0;
}

.radio-btn .option-check {
    width: 150px;
    height: 10px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.radio-btn .option-check h3 {
    line-height: 35px;
    font-size: 0.8rem;
}

.custom-radio input:checked+.radio-btn {
    border: 2px solid #317048;
}

.custom-radio input:checked+.radio-btn>i {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

.radio-btn-sm>i {
    color: #fff;
    background: #317048;
    font-size: 20px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%) scale(4);
    border-radius: 50px;
    padding: 3px;
    transition: 0.2s;
    pointer-events: none;
    opacity: 0;
}

.radio-btn-sm .option-check {
    width: 150px;
    height: 10px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.radio-btn-sm .option-check h3 {
    line-height: 35px;
    font-size: 0.8rem;
}

.custom-radio input:checked+.radio-btn-sm {
    border: 2px solid #317048;
}

.custom-radio input:checked+.radio-btn-sm>i {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

.label-required:after {
    content: " *";
    color: #da4646;
}

.items-hide {
    display: none;
}

.items-inline {
    display: inline;
}

.input-group-prefix {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}

.prefix-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.prefix input {
    border-radius: 0px 4px 4px 0px;
}

.prefix .input-group-prefix {
    border-right: 0;
    border-radius: 4px 0px 0px 4px;
}

.input-group-prefix.prefix {
    border-radius: 4px 0px 0px 4px;
    border-right: 0;
}

.iffyTip {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hideText2 {
    max-width: 350px;
}

.pref-table-details {
    background-color: #fff !important;
}

.text-has-error {
    color: #da4646;
}

.text-has-success {
    color: #317048;
}

.btn-posted-transaction-action {
    display: block;
    margin: auto;
    height: 30px;
    line-height: 5px;
    width: 75px;
    padding: 10px;
    font-size: 0.7rem;
}

.nav-link-home {
    padding: 30px;
    cursor: pointer;
}

.nav-link-home:hover {
    color: #317048 !important;
}

.col-centered {
    float: none;
    margin-right: auto;
    margin-left: auto;
}

.header-company-filter {
    position: relative;
    padding-top: 18px;
    margin-left: 20px;
    width: 300px;
}

.download-import a {
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
}

.download-import a:hover {
    color: #317048;
}

a.disabled {
    pointer-events: none;
    color: #ccc;
}

.list-custom-label {
    margin: 0px auto;
}

.list-custom-label>ul li {
    white-space: nowrap;
    overflow: hidden;
}

.list-custom-label>ul li input[type=checkbox] {
    display: inline;
}

.list-custom-label>ul li .label-list {
    background: #f1f5fa;
    height: 70px;
    width: 100%;
    display: block;
    color: #1c2d27;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
    text-transform: capitalize;
    font-weight: 900;
    font-size: 11px;
    letter-spacing: 1px;
    text-indent: 20px;
    cursor: pointer;
    transition: all 0.7s ease;
    position: relative;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 10px 0;
}

.list-custom-label>ul li .label-list h5 span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #317048;
    margin-top: 5px;
}

.list-custom-label>ul li .label-list input[type=checkbox] {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    border-radius: 100%;
    right: 20px;
    top: 30%;
    transition: border 0.7 ease;
}

.custom-input-picture-container {
    position: relative;
    text-align: center;
}

.custom-input-picture:not(.detail-company) {
    position: relative;
    width: 35%;
    /* height: 150px; */
    background-color: #e7e7f2;
    border: 4px solid #CCCCCC;
    color: #FFFFFF;
    border-radius: 50%;
    margin: 20px auto;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.custom-input-picture.detail-company {
    position: relative;
    width: 150px;
    height: 150px;
    background-color: #e7e7f2;
    border: 4px solid #CCCCCC;
    color: #FFFFFF;
    border-radius: 50%;
    margin: 5px auto;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.custom-input-picture:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}


.custom-input-picture-src {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.label-input-picture {
    cursor: pointer;
    font-size: 0.80rem;
    font-weight: 600;
    background-color: #317048;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
}

.label-input-picture:hover {
    background-color: #1c412a;
    color: #fff;
    font-weight: 600;
}

.custom-input-picture:hover {
    border-color: #317048;
    cursor: pointer;
}

.custom-input-picture input[type="file"] {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
}

.content-header-left-company {
    width: 400px;
}

.table-custom-width {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.no-decoration:hover {
    text-decoration: none;
}

.dataTables_wrapper {
    font-size: 90%;
}

table.dataTable td {
    padding-top: 5px;
    vertical-align: middle;
}

table.dataTable td.table-action {
    padding-top: 5px;
}

@keyframes rotation {
    100% {
        transform: rotatey(360deg);
    }
}

@media only screen and (max-width: 600px) {
    .header-company-filter {
        position: absolute;
        padding-top: 18px;
        margin-left: 100px;
        width: 200px;
    }
}

@media(max-width: 575px) {
    .scope-btn-expand {
        width: 100%;
        text-align: right;
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

@media (min-width: 992px) {
    .modal-xl {
        max-width: 850px;
    }
}

@media print {

    .sidebar,
    .content-header,
    .page-title-box,
    .no-print {
        display: none !important;
    }

    body.printing * {
        display: none;
    }

    body.printing #print-me {
        display: block;
    }
}

@media screen {
    #print-me {
        display: none;
    }
}
