﻿
/*--------------------------- Responsive Start Here --------------------------*/

@media screen and (max-width: 1400px) {
    .dashboard-top-box {
        padding: 0 10px;
    }

    .dashboard-top-box-in-right h6 {
        white-space: normal;
    }
}
/*---------------------------------------*/

@media screen and (max-width: 1380px) {


    /*.dashboard-mid-inner.custom {
        height: calc(100vh - 126px);
    }*/

    .custom-dashboard-mid-inner {
        height: auto;
    }



        .custom-dashboard-mid-inner > .news-group:nth-child(3n+3) {
            margin-right: 0px !important;
        }

    /*.dashboard-mid-left {
        width: 70%;
    }

    .dashboard-mid-notices {
        width: 30%;
    }*/





    .web-form-inner-header.custom .filter-information ul li {
        padding: 0px 15px 0px 0px;
    }

        .web-form-inner-header.custom .filter-information ul li span {
            font-size: 14px;
        }
}
/*---------------------------------------*/

@media screen and (max-width: 1200px) {
    .nav-bar {
        position: absolute;
        right: -350px;
        top: -10px;
        background: #fff;
        width: 300px;
        height: 100vh;
        z-index: 1;
        transition: all 0.6s ease;
        border-radius: 15px 0 0px 15px;
        box-shadow: 0 0 2px #000;
        padding: 10px;
    }

        .nav-bar.active {
            right: -20px;
        }

        .nav-bar .right-menu-trigger {
            position: absolute;
            left: -240px;
            top: 17px;
            z-index: 9;
        }

        .nav-bar.active .right-menu-trigger {
            left: -30px;
            top: 10px;
            background: var(--primary-color);
        }

        .nav-bar ul {
            border-radius: 6px;
            padding: 10px 0;
            margin: 0;
        }

            .nav-bar ul li {
                display: block;
                padding: 0;
                transition: all 0.6s ease;
            }

                .nav-bar ul li:hover {
                    background: var(--primary-color);
                }

                    .nav-bar ul li:hover > a {
                        color: #fff !important;
                        background-color: var(--secondary-color);
                    }

        .nav-bar > ul > li > a {
            margin: 0;
        }

        .nav-bar ul li a {
            border-radius: 0;
            color: var(--primary-color);
            border-bottom: 1px solid #eeeeee;
            padding: 6px 10px;
            display: block;
            font-size: 14px !important;
        }

        .nav-bar > ul > li > a {
            background-color: #f9f9f9;
            border-bottom: 1px solid #eeeeee;
            padding: 6px 10px;
        }

        .nav-bar ul li a.active:after {
            content: none;
        }

        .nav-bar ul li a.active {
            color: #fff;
            background: var(--primary-color);
        }
        /*.nav-bar ul li a.active, .nav-bar ul li :hover {
                        color: #fff;
                        background: var(--primary-color);
                    }*/

        .nav-bar ul li ul {
            left: -251px;
            top: 0;
            height: calc(100vh - 155px);
            width: 250px;
            transition: all 0.6s ease;
        }

        .nav-bar ul li.more:after {
            top: 7px;
            right: 50px;
            color: var(--primary-color);
        }

        .nav-bar ul li.more:hover::after {
            color: #fff;
        }

        .nav-bar ul li ul li a:hover {
            background: var(--primary-color);
        }



    .dashboard-mid-latest-news .dashboard-mid-inner .news-group.sub {
        width: 32.333%;
        float: left;
        /*margin: 0 5px 10px 20px;*/
        margin: 0 1% 10px 0;
    }

    .dashboard-mid-left {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    .dashboard-mid-latest-news {
        width: 100%;
        padding: 20px 15px;
        margin: 20px 0;
    }

    .custom-dashboard-mid-inner > .news-group {
        width: 30.333%;
        float: left;
        margin-right: 1% !important;
    }

    .dashboard-top-box-group .dashboard-top-box-in-left {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .dashboard-top-box-in-left span i {
        width: 25px;
        height: 25px;
        padding: 2px;
        overflow: hidden;
    }

    .dashboard-top-box-in-right {
        padding: 0;
    }

    .dashboard-top-box-group .dashboard-top-box-in-right {
        width: 100%;
        text-align: center;
        padding-bottom: 0;
    }

    .dashboard-top-box-group .dashboard-top-box-in-left span {
        font-size: 19px;
        width: 34px;
    }

    .dashboard-top-box-group .dashboard-top-box-in-right p {
        display: none;
    }

    .dashboard-top-box-group .dashboard-top-box-in-right h6 {
        font-size: 13px;
    }

    .right-menu-trigger {
        display: block;
    }



    /*-------------------- Job ------------------------*/
    .job-left {
        padding: 5px 5px 5px 5px;
    }

    .job-form-container {
        padding: 0px 0 15px 0;
    }
    /*-------------------- News ------------------------*/
    .news-group-left {
        float: none;
        margin: 0 auto;
    }

    .news-group-right {
        float: none;
        width: 100%;
        padding: 10px;
    }

    .info-footer {
        padding: 0 10px !important;
    }

    .news-group-left.sub {
        margin: 0 auto;
    }

    .news-group-right.sub {
        width: 100%;
        padding: 4px 10px;
    }

    .news-group.sub {
        margin-left: 0;
    }
    /*-------------------- Webinar ------------------------*/
    .video-top-layer {
        padding: 10px 15px;
    }

    .webinar-vidoe-date {
        margin-bottom: 5px;
    }

    .webinar-vidoe-title {
        margin-bottom: 0;
    }

    .webinar-vidoe-time ul li {
        padding: 0 4px;
    }

        .webinar-vidoe-time ul li span {
            font-size: 12px;
        }

    .custom-dashboard-mid-inner > .news-group {
        width: 32.333%;
    }

    .profile-info-left {
        width: 100%;
        margin-bottom: 20px;
        border-bottom: 1px solid #ccc;
    }

    .profile-info-right {
        width: 100%;
        padding: 10px;
        border-left: 0;
    }
}
/*---------------------------------------*/

@media screen and (max-width: 1110px) {
    .dashboard-mid-left {
        width: 100%;
        padding: 0 0px 0 0;
    }

    .dashboard-mid-notices {
        width: 100%;
        padding-top: 20px;
    }

    .dashboard-mid-inner.custom {
        height: auto;
    }
}
/*---------------------------------------*/

@media screen and (max-width: 1024px) {
    .dashboard-top-box {
        width: 50%;
        margin-bottom: 10px;
    }

    .dashboard-mid-section {
        max-height: inherit;
    }
    /*-------------------- Job ------------------------*/
    /*.web-form {
        padding: 15px;
    }*/

    .job-form-controls {
        padding: 0;
    }

    .form-group.job-type {
        padding: 0;
    }

    .job-left {
        margin-bottom: 25px;
    }
    /*-------------------- News ------------------------*/
    .news-group-left {
        width: 130px;
        height: 130px;
    }

        .news-group-left.sub {
            width: 50px;
            height: 50px;
        }
    /*-------------------- Webinar ------------------------*/
    .webina-inner-section {
        width: 100%;
    }

    .video-top-layer {
        padding: 30px 20px;
    }

    .webinar-vidoe-date {
        font-size: 17px;
        margin-bottom: 15px;
    }

    .webinar-vidoe-title {
        font-size: 19px;
        margin-bottom: 10px;
    }

        .webinar-vidoe-title span {
            font-size: 25px;
        }

    .webinar-vidoe-time ul li {
        font-size: 20px;
        padding: 0 2px;
    }

        .webinar-vidoe-time ul li span {
            font-size: 10px;
        }
    /*-------------------- De-Registration Request ------------------------*/

    .re-registration-box .re-registration-section {
        width: 100%;
    }

    .re-registration-box .re-registration-group {
        width: 100%;
        margin-bottom: 5px;
        padding-bottom: 6px;
    }

        .re-registration-box .re-registration-group:last-child {
            border: none !important;
        }

    .re-registration-section.edit {
        border: 0;
        width: 100%;
    }
    /*-------------------- Form Popup ------------------------*/

    .form-popup-body.re-registration-request-popup .form-popup-body-left {
        width: 80%;
        margin: 0 auto;
        float: none;
        margin-bottom: 20px;
    }

    .gp-model-lg .gp-model-content {
        width: 70%;
        left: calc(50% - 35%);
    }

    .re-registration-group.margin-bottom {
        padding: 5px 10px;
    }

    .form-popup-body-right {
        float: none;
        width: 100%;
    }

    .form-popup-body.re-registration-request-popup {
        max-height: calc(100vh - 220px);
        overflow-y: auto;
    }

    .form-popup-body-right {
        max-height: none;
    }

    .subjects-group ul li {
        width: 33.333%;
    }

    .add-form.xl {
        width: 98% !important;
    }

    .academic-document-group ul li {
        width: 33.333%;
    }
}
/*---------------------------------------*/

@media screen and (max-width: 992px) {
    .subjects-group ul li {
        width: 50%;
    }

    .academic-document-group ul li {
        width: 50%;
    }

    .form-section {
        /*width: 100%;*/
        width: calc(100% - 20px);
        margin-left: 0px;
        padding-left: 0px;
    }

        .form-section.wedget-active {
            /*width: calc(100% - 20px);
        margin-left: 20px;*/
        }

    .web-form {
        width: calc(100% - 20px);
    }

    .custom-dashboard-mid-inner > .news-group:nth-child(3n+3) {
        margin-right: 1% !important;
    }

    .custom-dashboard-mid-inner > .news-group:nth-child(2n+3) {
        margin-right: % !important;
    }

    /*.custom-dashboard-mid-inner > .news-group {
        width: 49%;
    }*/

    .web-form-inner-full-left {
        width: 100%;
        margin-bottom: 10px;
    }

    .web-form-inner-full-right {
        width: 100%;
        padding: 0 15px;
    }

    /*.course-details-right.request {
        padding: 0;
    }*/

    .data-form-controls.news {
        height: auto;
    }

    .web-form-inner-full-left-inner {
        height: auto;
    }

    .web-form-inner-full-right-inner {
        height: auto;
    }

    /*.course-details-right.request {
        width: 100%;
        min-height: inherit;
    }*/

    .course-details-left.request {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .bottom-popup {
        width: 90%;
        left: 0;
        right: 0;
        height: 390px;
        margin: 0 auto;
    }

    .bottom-popup-wrapper {
        bottom: -390px;
    }

    .bottom-popup-body {
        height: 300px;
    }

    .left-blocks-left {
        width: 100%;
        padding-right: 15px;
        margin-bottom: 20px;
    }

    .job-form-inner {
        height: auto;
    }

    .left-blocks-right {
        width: 100%;
        padding-left: 15px;
        height: auto;
    }

    .nav-bar {
        float: left;
        position: absolute;
        padding: 12px 8px 0 8px;
    }

        .nav-bar .right-menu-trigger {
            position: absolute;
            left: -260px;
            top: 32px;
            z-index: 9;
            border: 1px solid #fff;
            border-radius: 4px;
        }

    .profile-tab-section ul li {
        display: inline-block;
        margin-left: 10px;
    }

    /*.profile-button-section {
        bottom: 28px;
    }*/
}

@media screen and (max-width: 768px) {
    header {
    }

    .dashboard-top-box {
        width: 25%;
        margin-bottom: 10px;
    }

    /*-------------------- Job ------------------------*/
    .job-left {
        padding: 5px 5px 10px 5px;
    }

    .jobs-form-header-left h3.web-form-title {
        font-size: 20px;
    }

    .full-time {
        font-size: 15px;
        padding: 3px 0 0 0;
    }

    .jobs-form-header-left {
    }

        .jobs-form-header-left h5.web-form-title {
            font-size: 19px;
        }

    .jobs-form-body {
        padding: 5px 0;
    }

    .job-form-footer-right {
    }

        .job-form-footer-right p {
            font-size: 12px;
        }

    .jobs-form-header-right h6 {
        font-size: 13px;
    }
    /*-------------------- News ------------------------*/

    .news-group.sub {
        margin-left: 25px;
    }

    .news-group-left.sub {
        margin-left: -20px;
        width: 70px;
        height: 70px;
        float: left;
    }

    .news-group-right.sub {
        padding: 0 0px 17px 0px;
        min-height: 75px !important;
        width: calc(100% - 59px);
    }

    .news-group-right.sub {
        padding: 0 5px 17px 0px;
        min-height: 75px !important;
        width: calc(100% - 59px);
        float: right;
        /*padding: 0 5px;*/
    }

    .course-details-right.request {
        width: 100%;
        min-height: inherit;
    }

    .dashboard-mid-left h4 {
        font-size: 20px;
    }

    .course-details-left {
        width: 100%;
    }

    .course-details-right {
        width: 100%;
    }

    .web-form-title {
        font-size: 18px;
    }

    .box-two ul li {
        width: 33.333%;
    }
    .portal-table .assignment-box .box-two {
      width: calc(100% - 35px);
    }
    .assignment-box.request .box-three{
        width: 35px;
    }
    .assignment-box.request .box-three.single-btn {
      padding: 10px 0px;
    }



    .web-form-inner {
        padding-right: 15px;
    }

    .custom-dashboard-mid-inner > .news-group {
        margin-right: 0px !important;
    }

    .custom-dashboard-mid-inner > .news-group {
        width: 95%;
    }

    .dashboard-mid-inner.custom {
        height: auto;
    }

    /*.dashboard-mid-section {
        max-height: inherit;
    }*/

    .dashboard-mid-notices {
        padding: 20px 5px 0 0;
    }


    .assignment-box.request .box-two ul {
        display: block;
    }

    .exam-details-section {
        width: calc(50% - 15px);
        float: left;
        margin: 7.5px;
    }

    .dashboard-mid-latest-news .dashboard-mid-inner .news-group.sub {
        width: calc(100% - 20px);
        margin: 0 0 5px 20px;
    }

    .profile-tab-section ul li a {
        font-size: 14px;
    }
    .rsvp-steps-item{
        border-radius: 5px;
        margin-bottom: 15px;
        border: 1px solid #ccc;
        padding: 10px;
        word-wrap: break-word;
    }
    .no-request-section h3{
        font-size: 20px;
    }
    .RSVP-response{
        font-size: 90px;
    }
    .rsvp-steps-title {
      font-size: 18px;
      line-height: 20px;
      margin-top: 0px;
    }
    .rsvp-steps-subtitle {
      margin-top: 15px;
    }
    .grad-process-display h4 {
      font-size: 14px;
    }
    .grad-process-display{
        text-align: justify;
    }
}


@media screen and (max-width: 576px) {
    .main-popup-header-left .title {
        font-size: 16px;
    }

    .subjects-group ul li {
        width: 100%;
        padding-right: 0;
    }

    .box-two ul li {
        width: 50%;
    }

    .data-search-box .form-group button {
        margin-top: 10px;
    }
    /*data search box start here*/
    .database-list-grid {
        display: block;
    }

    .database-list-grid-left {
        width: 100%;
    }

    .database-list-grid-right {
        width: 100%;
        padding: 0;
        text-align: right;
    }
    /*data search box end here*/
    header {
        width: calc(100vw - 70px);
    }

    .top-header.request ul li {
        width: 50%;
    }

    .dashboard-top-box {
        width: 50%;
        margin-bottom: 10px;
    }

    .dashboard-filter-left, .dashboard-filter-right {
        width: 100%;
    }

    .dashboard-filter-right {
        margin-bottom: 10px;
    }


    .exam-details-section {
        width: 100%;
        float: left;
        margin: 0 0 10px 0;
    }

    .add-form {
        width: 300px;
    }

    .box-two ul li {
        height: auto;
    }

    .fc .fc-button-group > * {
        font-size: 12px;
    }

    .fc-toolbar .fc-center {
        margin-top: 10px;
    }

    .nav-bar ul li ul {
        left: 0px;
        top: 30px;
        height: calc(100vh - 185px);
        width: 250px;
        transition: all 0.6s ease;
    }

    .form-section.wedget-active {
        /*width: calc(100% - 20px);*/
        /*margin-left: 0px;*/
    }




    .profile-tab-section ul li {
        display: block;
    }

    .contact-info-table table tr td {
        display: inline-block;
        width: 100%;
        padding: 0 0 10px 0 !important;
    }
    .contact-info-table table tr td{
        padding: 0 0 15px 0 !important;
    }
    .contact-info-table table tr td.text-center{
        text-align: left !important;
    }
    .contact-info-table table td .done{
        width: auto;
        padding: 2px 10px;
    }

    .contact-info-table table tr td:empty {
        display: none;
    }

    .contact-info-table table tr:first-child {
        background: inherit;
        border: inherit;
        border-left: inherit;
    }

        .contact-info-table table tr:first-child td {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }

    .contact-info-table table tr {
        background: #fbfbfb;
        border: 1px solid #ccc;
    }

        .contact-info-table table tr td {
            padding-left: 5px !important;
            padding-right: 5px !important;
            word-break: break-all;
        }

            .contact-info-table table tr td.width-adjustment {
                max-width: inherit;
            }

    .contact-info-table .contact-email-email {
        overflow: auto;
        text-overflow: inherit;
    }

    .contact-info-form label br {
        display: none;
    }
    .profile-tab-section ul li {
        margin-left: 0px;
    }
    .two-col-display{
        display: block;
    }
}
