.treen-alert {
    display: none;
    position: fixed;
    width: 300px;
    padding: 10px;
    background: #117100b0;
    border-radius: 10px;
    text-align: center;
    color: #FFF;
    left: 50%;
    z-index: 101;
    top: 90%;
    transform: scale(1, 1) translate(-50%, -50%);
    box-shadow: 0 0 2px 2px #1171003d;
}

.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index:2000;
}

#popup-title {
    padding: 1px 0 9px 0;
    border-bottom: 0 solid #999;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 2px 1px -2px #999;
    margin: 10px 10px 2px 10px;
}

#popup-exit {
    float: right;
    border-radius: 15px;
    color: #F44336;
    cursor: pointer;
    font-size: 30px;
}

#popup-title-text {
    font-family: 'Open Sans', sans-serif;
    color: #777373;
}

#popup-details {
    padding: 10px 15px 10px 15px;
    background: #FFF;
    font-size: 17px;
    min-height: 200px;
    overflow-x: auto;
    margin-bottom: 5px;
}

#popup-main {
    display: none;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    background: #FFF;
    min-width: 300px;
    left: 50%;
    top: 50%;
    transform: scale(1, 1) translate(-50%, -50%);
    z-index: 100;
    border-radius: 5px;
}

#popup-black-bg {
    display: none;
    z-index: 100;
    background: rgba(0, 0, 0, .75) url(//tools.bikiran.com/bikimg/loading-1.gif) no-repeat center;
    background-size: 50px;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}


i.menu-icon.ion {
    font-size: 20px;
}

.navbar .navbar-nav li > a .menu-icon {
    margin-top: 5px;
}

.navbar .navbar-nav li.menu-item-has-children a:before {
    top: 4px;
}

.modal-confirm {
    color: #636363;
    max-width: 400px;
}

.modal-confirm .modal-content {
    padding: 5px;
    border-radius: 5px;
    border: none;
    text-align: center;
    font-size: 14px;
}

.modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
    display: block;
    padding: 10px 10px 5px;
}

.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 20px 0 0;
}

.modal-confirm .close {
    position: absolute;
    top: -10px;
    right: 0;
    font-size: 35px;
}

.modal-confirm .modal-body {
    color: #999;
    display: block;
    padding: 10px 10px 5px;
}

.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 10px 20px;
    display: block;
}

.modal-confirm .modal-footer a {
    color: #999;
}

.modal-confirm .icon-box {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 3px solid #f15e5e;
}

.modal-confirm .icon-box i {
    color: #f15e5e;
    font-size: 30px;
    display: inline-block;
    margin-top: 13px;
}

.modal-confirm .btn {
    color: #fff;
    border-radius: 4px;
    background: #60c7c1;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    min-width: 100px;
    border: none;
    min-height: 30px;
    margin: 0 5px;
    outline: none !important;
}

.modal-confirm .btn-info {
    background: #c1c1c1;
}

.modal-confirm .btn-info:hover, .modal-confirm .btn-info:focus {
    background: #a8a8a8;
}

.modal-confirm .btn-danger {
    background: #f15e5e;
}

.modal-confirm .btn-danger:hover, .modal-confirm .btn-danger:focus {
    background: #ee3535;
}

/*.tooltip-label {
    display: flex;
    align-items: center;
    justify-content: center;
}*/
/*
.tooltip-toggle {
    cursor: pointer;
    position: relative;
}

.tooltip-toggle::before {
    position: absolute;
    top: -80px;
    left: -80px;
    background-color: #2B222A;
    border-radius: 5px;
    color: #fff;
    content: attr(title);
    padding: 1rem;
    text-transform: none;
    transition: all 0.5s ease;
    width: 160px;
}

.tooltip-toggle::after {
    position: absolute;
    top: 0;
    left: 10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #2B222A;
    content: " ";
    font-size: 0;
    line-height: 0;
    margin-left: -5px;
    width: 0;
}

.tooltip-toggle::before, .tooltip-toggle::after {
    color: #efefef;
    font-size: 16px;
    opacity: 0;
    pointer-events: none;
    text-align: center;
}

.tooltip-toggle:focus::before, .tooltip-toggle:focus::after, .tooltip-toggle:hover::before, .tooltip-toggle:hover::after {
    opacity: 1;
    transition: all 0.75s ease;
}*/

.shortcut-buttons-flatpickr-button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    transition: all .15s ease-in-out;
    cursor: pointer;
    color: #fff;
    background-color: #007bff;
    border: none;
    padding: 5px 20px;
    font-size: 15px;
    margin: 10px 5px 5px;
    border-radius: 5px;
}

.shortcut-buttons-flatpickr-button:nth-child(2) {
    background: #e74c3c;
}

input.hide-arrow::-webkit-outer-spin-button,
input.hide-arrow::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.hide-arrow {
    -moz-appearance: textfield;
}

.tokenize {
    min-width: 300px;
}

.tokenize-label {
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    margin: 5px 7px 0 7px;
}

.user-area .user-menu {
    min-width: 200px;
    box-shadow: 0 3px 4px 0 #999;
}

i.icon-char {
    font-size: 20px !important;
    top: 2px !important;
}

.width-400 {
    width: 400px;
}

.text-sm {
    font-size: 14px;
}

.navbar .navbar-nav {
    width: 100%;
}


.card-custom {
    background: no-repeat;
    border: 0;
    padding: 20px;
}

.card-custom > .card-header {
    border: 0;
    background: none;
    padding: 0;
}

.card-custom > .card-body {
    padding: 0;
    margin-top: 25px;
}

.cus-table tbody tr {
    background: #FFF;
}

.cus-table tbody tr > td:first-child, .cus-table thead tr > th:first-child {
    padding-left: 10px;
}

.cus-table tbody tr > td:last-child, .cus-table thead tr > th:last-child {
    padding-right: 10px;
}

tr.cust-table-footer {
    background: #b0daff85 !important;
    border-top: 2px solid #999;
}

tr.cust-table-footer td {
    font-size: 18px;
}

.btn-custom {
    width: 120px;
    height: 40px;
    line-height: 25px;
}

.btn-report {
    width: 200px;
    height: auto;
    min-height: 60px;
    line-height: 25px;
}

.font-18 {
    font-size: 18px;
}

.table-max-content {
    width: max-content;
}


tr.bg-color-odd > td {
    background-color: #f2f2f2;
}

tr.bg-color-even > td {
    background-color: #FFF;
}

tr.bg-color-1 > th {
    background-color: #68ace8;
}

tr.bg-color-2 > td {
    background-color: #999;
}

.inst-edit {
    display: none;
    height: 40px;
    border: 2px solid #00bcd4c7;
    box-shadow: 4px 4px 7px 0 #00000047;
    border-radius: 5px;
    position: absolute;
}

.icon-delete {
    color: #F44336;
    font-size: 20px;
    cursor: pointer;
}

.show-on-bank-receive {
    display: none;
}

.flatpickr {
    background: #FFF !important;
}

.pl0 {
    padding-left: 0 !important;
}

#infoBody {
    margin: 5px auto 15px;
}

#infoBody p {
    color: #000;
    font-size: 18px;
}

#infoBody td, #editBody td {
    padding: 10px;
}

#infoBody td:nth-child(odd) {
    font-weight: bold;
    padding-right: 2px;
}

#infoBody td:nth-child(even) {
    padding-left: 3px;
}

#infoBody td:first-child, #editBody td:first-child {
    padding-left: 0;
}

/* Responsive Styles */
@media screen and (max-width: 1366px) {
    .btn-report {
        width: 150px;
    }
}

@media screen and (max-width: 768px) {
    .btn-report {
        width: 200px;
    }

    .hide-on-sm {
        display: none;
    }
}

@media screen and (max-width: 481px) {
    .btn-report {
        width: calc(100% - 40px);
        margin: 10px 20px;
    }
}
