.vue-app {
    display: flex;
}

[v-cloak] {
    display: none;
}

a {
    color: #1E8069;
}

a:hover,
a:active {
    color: #28648C;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.bg-persona {
    background-color: #FFF;
}

.bg-persona-gruen {
    background-color: #64B32B;
}

.card-header-login,
.card-footer-login {
    background-color: #64B32B;
}

.card-shadow {
    box-shadow: 0 0 16px rgba(100, 179, 43, 0.5);
    border: rgba(100, 179, 43, 0);
}

.btn {
    border-radius: 0;
}

.btn-success {
    background-color: #64B32B;
    border-color: #64B32B;
}

.btn-success:hover {
    background-color: #1E8069;
}

.btn-outline-success {
    color: #64B32B;
    border-color: #64B32B;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #64B32B;
    border-color: #64B32B;
}

.text-success {
    color: #64B32B !important;
}

.btn-primary {
    background-color: #6193AC;
    border-color: #6193AC;
}

.btn-primary:hover {
    background-color: #28648C;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #555555;
    background-color: #e9ecef;
    border-color: #6193AC;
}

.text-primary {
    color: #6193AC !important;
}

.btn-gray {
    color: #FFF;
    background-color: #AAAAAA;
    border-color: #555555;
}

.btn-gray:hover {
    color: #FFF;
    background-color: #555555;
}

.btn-sun {
    color: #212529;
    background-color: #FFE599;
    border-color: #FFE599;
}

.btn-sun:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-sun:focus,
.btn-sun.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-sun.disabled,
.btn-sun:disabled {
    color: #212529;
    background-color: #FFE599;
    border-color: #FFE599;
}

.btn-sun:not(:disabled):not(.disabled):active,
.btn-sun:not(:disabled):not(.disabled).active,
.show>.btn-sun.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-sun:not(:disabled):not(.disabled):active:focus,
.btn-sun:not(:disabled):not(.disabled).active:focus,
.show>.btn-sun.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-outline-sun {
    color: #FFE599;
    border-color: #FFE599;
}

.btn-outline-sun:hover {
    color: #212529;
    background-color: #FFE599;
    border-color: #FFE599;
}

.btn-outline-sun:focus,
.btn-outline-sun.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-sun.disabled,
.btn-outline-sun:disabled {
    color: #FFE599;
    background-color: transparent;
}

.btn-outline-sun:not(:disabled):not(.disabled):active,
.btn-outline-sun:not(:disabled):not(.disabled).active,
.show>.btn-outline-sun.dropdown-toggle {
    color: #212529;
    background-color: #FFE599;
    border-color: #FFE599;
}

.btn-outline-sun:not(:disabled):not(.disabled):active:focus,
.btn-outline-sun:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-sun.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}


.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #28648C;
    border-color: #28648C;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #28648C;
    border-color: #28648C;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

btn-sm,
.btn-group-sm>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0;
}

.btn-icon-split {
    padding: 0;
    overflow: hidden;
    display: inline-flex;
    align-items: stretch;
}

.btn-icon-split .icon {
    background: rgba(0, 0, 0, .15);
    display: inline-block;
    padding: .375rem .75rem;
}

.btn-icon-split .btn-lg .icon {
    background: rgba(0, 0, 0, .15);
    display: inline-block;
    padding: .75rem .75rem;
}

.btn-icon-split .text {
    display: inline-block;
    padding: .5rem .75rem;
}

.form-control {
    border-radius: 0;
}

input.form-control {
    border-color: #64B32B;
}

select.form-control {
    border-color: #64B32B;
}

.form-control.has-error {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.sb-topnav .navbar-brand {
    width: 225px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0;
}

.sb-topnav.navbar-dark .top-link {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.75rem;
    padding: 0.375rem 0.5rem;
}

.sb-topnav.navbar-dark .top-link.active {
    color: #FFF;
}

.nav-link {
    cursor: pointer;
}

.sb-sidenav-light .sb-sidenav-menu .nav-link.active {
    background-color: #64B32B;
    color: #FFF;
    border-top: 1px solid #FFF;
}

.sb-sidenav-light .sb-sidenav-menu .nav-link.active .sb-nav-link-icon {
    color: #FFF;
}

.sb-sidenav-light .sb-sidenav-menu .nav-link:hover {
    background-color: #1E8069;
    color: #FFF;
}

.sb-sidenav-light .sb-sidenav-menu .nav-link:hover .sb-nav-link-icon {
    color: #FFF;
}

.container-fluid {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.container-fluid-track {
    padding-left: 1rem;
    padding-right: 1rem;
}

.no-display-imp {
    display: none !important;
}

.no-display {
    display: none;
}


ol.versions {
    padding-left: 1rem;
}

#stop-btn {
    --scale-value: 1;
    transform: scale3d(var(--scale-value), var(--scale-value), 1);
    transition: transform cubic-bezier(0.175, 0.885, 0.32, 1.275) .2s;
}

a.card-header[data-toggle="collapse"] {
    display: flex;
    text-decoration: none;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

a.card-header[data-toggle="collapse"] .card-collapsable-arrow {
    height: 0.9rem;
    width: 0.9rem;
    display: inline-flex;
    font-size: 0.9rem;
    transition: transform 0.1s ease-in-out;
}

.open-entry {
    cursor: pointer;
}

.sense {
    cursor: pointer;
}

.input-sm {
    max-width: 2.8rem;
    padding: 0.3rem;
    font-size: 0.8rem;
}

.input-sm-wide {
    max-width: 6.1rem;
    padding: 0.3rem;
    font-size: 0.8rem;
}

.select-sm {
    padding: 0.3rem;
    font-size: 0.8rem;
}

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #C1D4DE;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
    border-color: #6193AC;
}

table.resp-table {
    font-size: 1.0rem;
}

@media (max-width: 575.98px) {
    table.resp-table {
        font-size: 0.85rem;
    }
}

table.big-resp-table {
    font-size: 1.0rem;
}

@media (max-width: 575.98px) {
    table.big-resp-table {
        font-size: 0.78rem;
    }

    table.big-resp-table th,
    table.big-resp-table td {
        padding: 0.25rem;
    }
}

div.table-filter {
    font-size: 0.875rem;
}

div.table-filter label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

div.table-filter select {
    width: auto;
    display: inline-block;
}

div.signature-pad canvas {
    border: 1px solid #000;
    min-height: 3rem;
}

@media (max-width: 575.98px) {
    div.signature-pad canvas {
        min-height: 8rem;
        width: 100%;
    }
}

div#approve-sign-div {
    padding-right: 1.5rem !important;
}

@media (max-width: 575.98px) {
    div#approve-sign-div {
        padding-right: 0 !important
    }
}

.table-success,
.table-success>th,
.table-success>td {
    background-color: #dff0d8;
    border-color: rgba(0, 0, 0, 0.125);
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6;
}

.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #fcf8e3;
    border-color: #fcf8e3;
}

.table-hover .table-warning:hover {
    background-color: #faf2cc;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #faf2cc;
}

.table thead th {
    vertical-align: middle;
    font-size: 0.875rem;
}

/*
table.big-resp-table thead th {
    vertical-align: middle;
    font-size: 1rem;
 }
*/

.table-sm th,
.table-sm td {
    padding: 0.3rem;
    font-size: 0.80rem;
    padding-left: 0;
    padding-right: 0;
}

table.table-sm thead th {
    font-size: 0.80rem;
}

.td_manage_c_date {
    width: 29%;
    text-align: left;
}

.td_manage_c_sum {
    width: 20%;
    text-align: right;
}

.td_manage_c_act {
    width: 15%;
    text-align: right;
}

.td_manage_c {
    width: 16%;
    text-align: left;
}

.td_approve_c1 {
    width: 30%;
}

.td_approve_c2 {
    width: 20%;
}

.td_approve_c {
    width: 16%;
}

.td-w-10 {
    width: 10%;
}

.td-w-14 {
    width: 14%;
}

.td-w-15 {
    width: 15%;
}

.td-w-20 {
    width: 20%;
}

.td-w-21 {
    width: 21%;
}

.td-w-25 {
    width: 25%;
}

.td-w-30 {
    width: 30%;
}

.td-w-35 {
    width: 35%;
}

img.qrcode {
    min-width: 12rem;
    min-height: 12rem;
    width: 14rem;
    height: 14rem;
}

.modal-content {
    border-radius: 0;
    background-clip: padding-box;
    box-shadow: 0 0 40px rgba(0, 0, 0, .5);
    color: #000;
    background-color: #fff;
    border: rgba(0, 0, 0, 0);
}

.modal-backdrop.in {
    zoom: 1;
    filter: alpha(opacity=85);
    opacity: .75;
}

.modal-backdrop {
    background-color: #fff;
}

#spinner-modal-lg {
    background-color: transparent;
    width: 3rem;
    height: 3rem;
}

.ps-spinner {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.75rem;
    background-color: transparent;
}

#spinner-modal-lg .modal-dialog {
    display: table;
    position: relative;
    margin: 0 auto;
    top: calc(50% - 24px);
}

#spinner-modal-lg .modal-dialog .modal-content {
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #000;
}

.modal-info .modal-content {
    box-shadow: 0 0 40px rgba(97, 147, 172, 0.5);
    border: rgba(97, 147, 172, 0);
}

.modal-info .modal-header {
    border-bottom: 2px solid #6193AC;
}

.modal-info .modal-footer {
    border-top: 2px solid #6193AC;
}

.modal-success .modal-content {
    box-shadow: 0 0 40px rgba(100, 179, 43, 0.5);
    border: rgba(100, 179, 43, 0);
}

.modal-success .modal-header {
    border-bottom: 2px solid #64B32B;
}

.modal-success .modal-footer {
    border-top: 2px solid #64B32B;
}

.modal-danger .modal-content {
    box-shadow: 0 0 40px rgba(220, 53, 69, .5);
    border: rgba(220, 53, 69, 0);
}

.modal-danger .modal-header {
    border-bottom: 2px solid #dc3545;
}

.modal-danger .modal-footer {
    border-top: 2px solid #dc3545;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(100, 179, 43, .5) !important;
}

.shadow-danger {
    box-shadow: 0 0 10px rgba(220, 53, 69, .5);
    border: rgba(220, 53, 69, 0);
}

.shadow-warning {
    box-shadow: 0 0 10px rgba(255, 193, 7, .5);
    border: rgba(255, 193, 7, 0);
}

#manage-swipe-area {
    min-height: 30rem;
}

.v-select .dropdown-menu {
    display: block;
}

.spinner-small {
    width: 8rem;
    max-width: 8rem;
}

.spinner-xsmall {
    width: 2rem;
    max-width: 2rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.45rem;
    margin-left: -1.25rem;
}

.form-check-label {
    margin-bottom: 0;
    font-size: 0.75rem;
}

.nightshift {
    background-color: #f2f2f2;
}

label.sub {
    font-size: 0.875rem;
    font-weight: bold;
    margin-left: 2px;
}

table.no-border th {
    border-top: none;
}

tr.border-top-double {
    /*border-top: 2px solid rgba(0,0,0,.35);*/
    border-top: 2px solid #dee2e6 !important;
}

.op-success {
    background-color: #dff0d8;
    border-color: rgba(0, 0, 0, 0.125);
}

.op-warning {
    background-color: #fcf8e3;
    border-color: #fcf8e3;
}

ul.no-dot {
    list-style-type: none;
    padding-left: 1.1rem;
}

ul.no-dot>li {
    margin-bottom: 1rem;
}

ul.help>li {
    margin-bottom: 1rem;
}

button#approve-btn {
    min-width: 156px;
}

.card {
    border-radius: 0;
}

.card-header {
    padding: 0.75rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header-sub {
    padding: 0.25rem;
    padding-bottom: 0.6rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header-sub .btn-link {
    font-weight: 400;
    color: #1E8069;
    text-decoration: none;
}

.ml-2rem {
    margin-left: 2rem !important;
}

.btn-outline-success.btn-icon-only:hover {
    color: #28a745;
    border-color: #64B32B;
    background-color: transparent;
}

.btn-outline-warning.btn-icon-only:hover {
    color: #ffc107;
    border-color: #ffc107;
    background-color: transparent;
}

.btn-sm-sdaterange {
    font-size: 0.875rem;
    line-height: 1.2;
    border-radius: 0;
}

#za-table {
    font-size: .80rem;
    padding: 0.25rem;
}

#za-table>tr>td {
    font-size: .80rem;
    padding: 0.25rem;
}

#za-table_wrapper {
    font-size: .80rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #64B32B;
    border-color: #1E8069;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #64B32B;
    background-color: #fff;
    border: 1px solid #1E8069;
}

.page-link:hover {
    z-index: 2;
    color: #64B32B;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #1E8069;
}

.text-bold {
    font-weight: bold;
    font-size: 97%;
}

.modal-table th,
.modal-table td {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}

.vc-container {
    --rounded: 0 !important;
    --rounded-lg: 0 !important;
    --rounded-full: 0 !important;
}

.vc-day-content:focus {
    color: #FFF;
    border-radius: 0 !important;
    background-color: #64B32B !important;
}

.vc-highlight {
    width: 28px;
    height: 28px;
    color: #FFF;
    border-radius: 0 !important;
    background-color: #64B32B !important;
}

.date-edit:disabled,
.date-edit[readonly] {
    background-color: #FFF;
    opacity: 1;
}

.time-edit[readonly] {
    background-color: #FFF;
    opacity: 1;
}

.tooltip {
    border-radius: 0;
}

.tooltip-inner {
    background-color: #FFF;
    color: #333;
    border: 2px solid #6193AC;
    border-radius: 0;
    padding: 10px;
    font-size: 14px;
    max-width: 240px;
    width: 240px;
    text-align: left;
}

tfoot tr {
    border-bottom: 2px solid #dee2e6;
}

tfoot tr.tr-success {
    border-bottom: 2px solid #64B32B;
}

tfoot tr.tr-danger {
    border-bottom: 1px solid #dc3545;
}

.p-11 {
    padding: 0.1rem !important;
}

.modal-body {
    padding: 0.5rem;
}

.btn-sm-double,
.btn-group-sm>.btn-double {
    padding: 0.25rem 0.3rem;
}