﻿/*PAGINATION*/
.kt-pagination li a i {
    font-size: 8px;
}
/*PAGINATION*/

.kt-header-mobile__brand img {
    height: 40px;
}

.kt-header__brand-logo img {
    height: 60px;
}

.kt-login__logo img {
    max-width: 180px;
}

.kt-widget--user-profile-3 .kt-widget__content {
    padding-left: 0 !important;
}


.kt-svg-icon {
    width: inherit;
    height: inherit;
}

.kt-error-v1 .kt-error-v1__container .kt-error-v1__number {
    font-size: 60px !important;
}

#close-widget-btn {
    cursor: pointer
}

.display-5 {
    font-size: 3.0rem;
    font-weight: 200;
    line-height: 1.2;
}

.display-6 {
    font-size: 2.5rem;
    font-weight: 200;
    line-height: 1.2;
}

.display-8 {
    font-size: 1.5rem;
    font-weight: 200;
    line-height: 1.2;
}

.report-table td {
    white-space: nowrap;
}

.report-table .used-expense {
    background-color: #f2f2f2;
}

.report-filter button[type=submit] {
    width: 100%;
}

.report-table .table .thead-brand th {
    color: white;
    background-color: #3d94fb;
    border-color: #3d94fb;
}

.report-table .table .tfoot-brand th {
    color: white;
    background-color: #3d94fb;
    border-color: #3d94fb;
}

.kt-wizard-v2 .kt-wizard-v2__wrapper .kt-form {
    width: 100% !important;
}

.select2-fw .select2 {
    width: 100% !important;
}

.kt-widget__action .dropdown {
    display: inline-block;
}

.alert-outline-danger .kt-link {
    color: #fd27eb;
}

    .alert-outline-danger .kt-link:hover:after {
        border-bottom: 1px solid #fd27eb;
    }

.number-input-hidden-arrows {
    -webkit-appearance: none !important;
    -moz-appearance: textfield !important;
}

.iti {
    display: block !important;
}

    .iti.iti-hidden {
        display: none !important;
    }

.input-hint-label .input-hint-icon {
    cursor: pointer;
    margin-left: 4px;
    font-size: 16px;
}

.action-notification {
    cursor: pointer;
}

.header-filter-checkbox {
    position: absolute !important;
    top: 50% !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    margin-bottom: 0 !important
}

.kt-wizard-v2 .kt-wizard-v2-submit-aways-visible {
    display: inline-block !important;
}

.swal2-content .hint-content {
    text-align: left;
    max-height: 400px;
    overflow-y: scroll;
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item {
    flex-grow: 0 !important;
    flex: 1 !important;
    align-items: flex-start !important;
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__bottom {
    align-items: flex-start !important;
}

.icon-btn {
    padding-right: 0 !important;
}

table td.vp-tale-column-shrink {
    white-space: nowrap;
    width: 1%;
}

table td.vp-tale-column-expand {
    width: 99%
}

.vp-table.vp-table-vmiddle td {
    vertical-align: middle;
}

.vp-table thead th {
    font-weight: bold;
    white-space: nowrap;
    color: rgb(100, 108, 154);
    vertical-align: middle;
}

    .vp-table thead th i.fa {
        font-size: 16px;
    }

#Password-error {
    white-space: pre-wrap;
}