/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.light-style .menu .app-brand.demo {
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  /*width: 34px;
  height: 24px;*/
}
.app-brand-logo.demo img {
  width: 8.8888888889rem;
  height: auto;
}
.app-brand-logo.demo svg {
  width: 35px;
  height: 24px;
}

.app-brand-text.demo {
  font-size: 1.375rem;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 72px !important;
}
/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 254px;
    position: relative;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}
.layout-navbar{
  height: 4.0rem;
}
.fs-10px {
    font-size: 0.7rem
}
.fs-11px {
    font-size: 0.8rem
}
.fs-12px {
    font-size: 1rem
}
.fs-13px {
    font-size: 1.1rem
}
.fs-14px {
    font-size: 1.2rem
}
.fs-16px {
    font-size: 1.3rem
}
.fs-18px {
    font-size: 1.4rem
}
.center-table-value td{
    text-align: center;
}
.center-table-value th {
    text-align: center;
}
.table-list-small td {
    font-size: 0.85rem;
}
.table-list-small th {
    font-size: 0.85rem;
}
.table-list-small thead tr th {
    padding: 0.3rem 0.45rem;
    padding-block: 0.65rem !important;
}

.page-title h2 {
    font-size: 1.5rem;
}
.breadcrumb{
    margin-bottom:0px;
}
.small-column-block {
    padding-block: 0.25rem !important;
    padding: 0.3rem 0.45rem !important;
}
.form-select{
    background-color:white;
}
.table.table-sm thead tr th {
    vertical-align: baseline;
    text-align: center;
    font-weight: 700;
    font-size: 0.85rem;
}
.form-select-sm {
    font-size: 0.85rem;
}
.form-control-sm {
    font-size: 0.85rem;
}
.table.table-sm tbody tr td {
    font-size: 0.85rem;
}
.table-sm > :not(caption) > * > * {
    padding: 0.3rem 0.5rem;
}
.number{
    text-align: right;
}
.required{
    color:red;
}
.text-notes{
    font-size:1rem;
    color:red;
}
input[type="checkbox"][readonly] {
    pointer-events: none;
    opacity:0.5;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

.th-sr-no {
    width: 15px;
    max-width: 15px;
}
.th-emp-code {
    width: 50px;
    max-width: 50px;
}
.th-emp-name {
    width: 150px;
    max-width: 150px;
}
.th-emp-grade {
    width: 3%;
    max-width: 3%;
}
.th-emp-des {
    width: 5%;
    max-width: 5%;
}
.th-emp-dep {
    width: 5%;
    max-width: 5%;
}
.th-emp-loc {
    width: 5%;
    max-width: 5%;
}
.th-emp-doj {
    width: 80px;
    max-width: 80px;
}
.th-emp-dob {
    width: 6%;
    max-width: 6%;
}
.th-emp-expin {
    width: 2%;
    max-width: 2%;
}
.th-emp-exptotal {
    width: 2%;
    max-width: 2%;
}
.th-emp-age {
    width: 2%;
    max-width: 2%;
}
.th-emp-basic {
    width: 5%;
    max-width: 5%;
}
.th-emp-ctc {
    width: 5%;
    max-width: 5%;
}
.th-emp-ctcpa {
    width: 5%;
    max-width: 5%;
}
.th-emp-inclastyr {
    width: 3%;
    max-width: 3%;
}
.th-emp-lastpromyr {
    width: 3%;
    max-width: 3%;
}
.th-emp-salarch {
    width: 3%;
    max-width: 3%;
}
.th-emp-prefrate {
    width: 6%;
    max-width: 6%;
}
.th-emp-check {
    width: 3%;
    max-width: 3%;
}
.th-emp-currgrade {
    width: 5%;
    max-width: 5%;
}
.th-emp-currdes {
    width: 6%;
    max-width: 6%;
}
.th-emp-newgrade {
    width: 7%;
    max-width: 7%;
}
.th-emp-newdes {
    width: 6%;
    max-width: 6%;
}
.th-emp-inc {
    width: 3%;
    max-width: 3%;
}
.th-emp-payinc {
    width: 3%;
    max-width: 3%;
}
.th-emp-salcorr {
    width: 5%;
    max-width: 5%;
}
.th-emp-status {
    width: 3%;
    max-width: 3%;
}
.th-emp-action {
    width: 3%;
    max-width: 3%;
}

.col-th-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: auto;
}

.col-th-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
    max-width: 8.33333333%;
}

.col-th-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
    max-width: 16.66666667%;
}

.col-th-3 {
    flex: 0 0 auto;
    width: 25%;
    max-width: 25%;
}

.col-th-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
    max-width: 33.33333333%;
}

.col-th-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
    max-width: 41.66666667%;
}

.col-th-6 {
    flex: 0 0 auto;
    width: 50%;
    max-width: 50%;
}

.col-th-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
    max-width: 58.33333333%;
}

.col-th-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
    max-width: 66.66666667%;
}

.col-th-9 {
    flex: 0 0 auto;
    width: 75%;
    max-width: 75%;
}

.col-th-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
    max-width: 83.33333333%;
}

.col-th-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
    max-width: 91.66666667%;
}

.col-th-12 {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
}
@media (min-width: 576px) {

    .col-sm-th-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: auto;
    }

    .col-sm-th-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-sm-th-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-sm-th-3 {
        flex: 0 0 auto;
        width: 25%;
        max-width: 25%;
    }

    .col-sm-th-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-sm-th-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-sm-th-6 {
        flex: 0 0 auto;
        width: 50%;
        max-width: 50%;
    }

    .col-sm-th-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-sm-th-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-sm-th-9 {
        flex: 0 0 auto;
        width: 75%;
        max-width: 75%;
    }

    .col-sm-th-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-sm-th-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-sm-th-12 {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .col-md-th-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: auto;
    }

    .col-md-th-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-md-th-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-md-th-3 {
        flex: 0 0 auto;
        width: 25%;
        max-width: 25%;
    }

    .col-md-th-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-md-th-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-md-th-6 {
        flex: 0 0 auto;
        width: 50%;
        max-width: 50%;
    }

    .col-md-th-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-md-th-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-md-th-9 {
        flex: 0 0 auto;
        width: 75%;
        max-width: 75%;
    }

    .col-md-th-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-md-th-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-md-th-12 {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .col-lg-th-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: auto;
    }

    .col-lg-th-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-lg-th-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-lg-th-3 {
        flex: 0 0 auto;
        width: 25%;
        max-width: 25%;
    }

    .col-lg-th-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-lg-th-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-lg-th-6 {
        flex: 0 0 auto;
        width: 50%;
        max-width: 50%;
    }

    .col-lg-th-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-lg-th-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-lg-th-9 {
        flex: 0 0 auto;
        width: 75%;
        max-width: 75%;
    }

    .col-lg-th-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-lg-th-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-lg-th-12 {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .col-xl-th-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: auto;
    }

    .col-xl-th-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-xl-th-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-xl-th-3 {
        flex: 0 0 auto;
        width: 25%;
        max-width: 25%;
    }

    .col-xl-th-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-xl-th-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-xl-th-6 {
        flex: 0 0 auto;
        width: 50%;
        max-width: 50%;
    }

    .col-xl-th-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-xl-th-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-xl-th-9 {
        flex: 0 0 auto;
        width: 75%;
        max-width: 75%;
    }

    .col-xl-th-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-xl-th-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-xl-th-12 {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
    }
}
@media (min-width: 1400px) {
    .col-xxl-th-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: auto;
    }

    .col-xxl-th-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-xxl-th-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-xxl-th-3 {
        flex: 0 0 auto;
        width: 25%;
        max-width: 25%;
    }

    .col-xxl-th-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-xxl-th-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-xxl-th-6 {
        flex: 0 0 auto;
        width: 50%;
        max-width: 50%;
    }

    .col-xxl-th-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-xxl-th-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-xxl-th-9 {
        flex: 0 0 auto;
        width: 75%;
        max-width: 75%;
    }

    .col-xxl-th-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-xxl-th-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-xxl-th-12 {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
    }
}
.light-style .swal2-popup .swal2-title{
    font-size:2rem !important;
}
@-webkit-keyframes invalid-row {
    from {
        background-color: red;
    }

    to {
        background-color: inherit;
    }
}

@-moz-keyframes invalid-row {
    from {
        background-color: red;
    }

    to {
        background-color: inherit;
    }
}

@-o-keyframes invalid-row {
    from {
        background-color: red;
    }

    to {
        background-color: inherit;
    }
}

@keyframes invalid-row {
    from {
        background-color: red;
    }

    to {
        background-color: inherit;
    }
}

.invalid-row td {
    --bs-table-bg-type: var( --bs-table-bg) !important;
    -webkit-animation: invalid-row 7s infinite; /* Safari 4+ */
    -moz-animation: invalid-row 7s infinite; /* Fx 5+ */
    -o-animation: invalid-row 7s infinite; /* Opera 12+ */
    animation: invalid-row 7s infinite; /* IE 10+ */
}