.btn {
    background-color: undefined;
    text-transform: none !important;
    font-size: 13px;
    font-weight: bold;
}

.switch label input[type=checkbox]:checked + .lever {
    background-color: undefined;
}

    .switch label input[type=checkbox]:checked + .lever:after {
        background-color: undefined;
        left: 24px;
    }

.tabs .indicator {
    background-color: #f5493c;
    height: 3px;
    /*width: 120px;*/
}

.active {
    /*color: #f44336!important;*/
    color: #9e9e9e !important;
}

nav ul li:hover, nav ul li.active {
    color: #f5493c !important;
    background: none;
}

/*Added for grid alignment issue*/
.k-grid-content {
    max-height: unset !important;
    overflow: visible !important;
}

.text-as-link {
    cursor: pointer;
    /*text-decoration: underline;*/
    color: #039be5;
}
.k-grid-filter.k-state-active{
    background-color:#444 !important;
}