
@media screen and (min-device-width:1470px) and (max-device-width:2560px) {
}

@media only screen and (max-width:1240px) {
}

@media only screen and (max-width:990px) {
}

@media only screen and (max-width:768px) {
    .menusidebar {
        width: 0%;
    }

    .menusidebar-width {
        width: 80%;
        left: 0;
        top: 0;
        z-index: 101;
        max-width: 255px;
    }

    .menusidebar .profiletitle {
        padding: 5px 0 0 20px;
    }

    .contentwraper {
        padding-left: 0;
    }

    .header {
        left: 0;
    }

    .portalhed {
        font-size: 1em;
    }

        .portalhed small {
            font-size: 70%;
        }

    .moudlename {
        padding: 7px 0px 0 18px;
    }

    .hedlink {
        margin: 10px 3px;
    }

    .navbar-toggler1 {
        display: block;
        outline: 0 !important;
    }

    .loginbox {
        margin: 5px -5px;
    }

        .loginbox:before {
            display: none;
        }

    .namepanal {
        margin: 0 0 15px;
        min-height: 160px;
    }

        .namepanal img {
            width: 50px;
            margin-top: -10px;
        }

        .namepanal .deptname h3 {
            font-size: 1.5em;
            margin-top: 5px;
        }

    .deptname h5 {
        margin-top: 10px;
        font-size: 0.8rem;
    }
    .foot-bottom {
        position: relative;
        bottom: 0;
        width: 100%;
        padding: 0 15px;
    }
}

@media only screen and (max-width:640px) {
}

@media only screen and (max-width:410px) {
    .noti-content {
        inset: 0px auto auto 20px !important;
    }
}

@media only screen and (max-width:320px) {
    .noti-content {
        inset: 0px auto auto -105px !important;
    }
}
