@media screen and (min-device-width:1470px) and (max-device-width:2560px) {
    body {
        font-size: 24px;

        .pageheader {
            margin-top: 113px !important;
        }

        .subjectul li {
            width: 300px;
        }

        input,
        button,
        select,
        optgroup,
        textarea {
            margin: 0px 7px;
        }
    }

}

@media screen and (min-device-width:1024px) {
    .tab-content {
        margin-top: 0px !important;

        .pageheader {
            margin-top: 60px
        }

        input,
        button,
        select,
        optgroup,
        textarea {
            margin: 0px 7px;
        }
    }
}

@media screen and (min-device-width:768px) {
    .pageheader {
        margin-top: 60px !important;
    }
}

@media screen and (min-device-width:320px) {
    .pageheader {
        margin-top: 4px !important;
    }
}



@media only screen and (max-width:767px) {
    .subjectul li {
        float: left;
        border: 1px solid #ccc;
        margin-right: 10px;
        padding: 5px 10px;
        margin-bottom: 5px;
        width: 100%;
    }

    .col-3.col-lg-2.text-center.mobile-logo {
        float: left;
        display: inline-block;
    }

    .loginsidebar {
        background: #239acc;
        padding: 10px;
        height: 180px;
        display: table-caption;
    }

    .deptname h3 {
        color: #fff;
        font-size: 19px;
        margin-top: 15px;
        text-align: left;
    }

    .deptname h5 {

        display: none;
    }

    .deptname {
        position: relative;
        width: 74%;

    }

    .submodulename {
        padding: 5px;
        text-align: center;
        background-color: rgb(255 255 255);
        font-size: 15px;
        margin: 0px auto;
        max-width: 100%;
        font-weight: bold;
        border: 8px double #239acc;
        color: #000000;
        text-transform: uppercase;
        /* position: absolute; */
        left: 0;
        left: 0px;
        font-size: 11px;
    }

    .login-form {
        width: 100%;
        padding-top: 29px !important;
        padding-bottom: 29px !important;
    }

    footer {
        position: relative;
        bottom: 0;
        right: 0px;
        left: 0px;
        margin: 0px auto;
        text-align: center;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
        z-index: 101;
        padding: 10px 0 !important;
        line-height: 4px;
        height: auto !important;
        display: none;
    }

    .pagebody {
        padding: 15px;
    }

    .contentwraper {
        padding-top: 136px;

    }

}






.cstm-primary-edit{
    background-color: #0776d6 !important;
    border-color: #014d8f;
    border-radius: 8px;
    padding: 6px;
}




.help {

    display: none;
}