﻿.alert h3 {
    color: #FFF !important;
}

.k-notification .k-icon.k-i-info {
    display: none;
}

.k-popup.k-notification {
    border: 1px;
}

.alert [class*=" fa-"], [class^=fa-] {
    font-size: 23px;
}

.clsalertmsg {
    font-size: 17px;
}

.m-footer__wrapper {
    margin-left: 0px !important;
}

.m-nav.m-nav--inline > .m-nav__item.m-nav__item--last {
    padding-right: 7px;
}

.m-header {
    box-shadow: 2px -8px 41px 0px rgba(202,210,222,.61) !important;
    height: 60px !important;
}

.m-header__top {
    height: 60px !important;
}
/*For Page Loader*/
.m-page-loader {
    display: block;
    z-index: 999999;
    cursor: default;
    opacity: 1 !important;
}

.m-page-loader-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffffe8;
    display: block;
    cursor: wait;
    z-index: 99999;
}
/*End For Page Loader*/
.m-grid__item.m-footer, .m-footer__nav a, .m-footer--push.m-aside-left--enabled:not(.m-footer--fixed) .m-footer .m-footer__wrapper {
    background: none;
    color: #a9a9aa !important;
    font-size: .9rem !important;
    font-weight: 400 !important;
}

.m-footer__wrapper {
    padding: 0 30px;
}

.m-grid--root.m-page {
    height: 100%;
}

.m-page-loader-overlay-oauth {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    display: none;
    cursor: wait;
    z-index: 99999;
}
