footer.footer!important {
    display: none;
}
* a {
    text-decoration: none;
}
.content-page {
    background: #f5f5f5;
}
.card {
    color: #2f2f2f;
}
.w-90 {min-width: 140px}
table * {
    font-size: 13px;
        text-align: center;
    vertical-align: middle;
}
table label.form-check-label {
    min-width: 200px;
}
.btn-ldsx img {
  filter: hue-rotate(180deg) saturate(300%) brightness(50%);
}

.menu-lsx {
    list-style: none;
    padding: 0;
    width: 220px;
}
#v-pills-tabContent {
    width: calc(100% - 220px);
}
ul#menu-lsx li {
    position: relative;
}
ul#menu-lsx li .menu-item {
    display: block;
    padding: 10px;
    background: #f8f9fa;
    text-decoration: none;
    color: #333;
}

ul#menu-lsx li .menu-item.active {
    background: #287F71;
    color: white;
}
ul#menu-lsx li .menu-item.active::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 21px solid #287F71;
    position: relative;
    top: 27%;
    right: -20px;
    position: absolute;
}

.menu-content {
    display: none;
}

.menu-content.show {
    display: block;
}
.font-weight-normal {
    font-weight: 400;
}
.edit-row:hover,.save-editupdate-row:hover,.delete-row:hover {
    background: #ddd;
}
.table thead th:last-child {
    border-radius: 0;
}
input.form-control.readonly {
    background: #eee;
}
.progress, .progress-stacked {
        background-color: #d1d1d1;
}