﻿@import url('awesome/fontawesome.min.css');
@import url('awesome/fontawesome.css');
@import url('awesome/fontawesome-all.min.css');
@import url('awesome/fontawesome-all.css');
@import url('awesome/fa-solid.min.css');
@import url('awesome/fa-solid.css');
@import url('awesome/fa-regular.min.css');
@import url('awesome/fa-regular.css');
@import url('awesome/fa-brands.min.css');
@import url('awesome/fa-brands.css');


body {
    margin: 0px;
    padding: 0px;
    font-family: Calibri,Tahoma,'Times New Roman';
    font-size: 11pt;
    background-color: #fdfdfd;
}

#Content_gvEdAppr tr:hover {
    background-color: #D1D1D1;
    cursor: pointer;
}

fieldset {
    padding: 0px;
    background-color: white;
    border: 1px solid #c7bcbc;
    border-radius: 5px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
}

.fieldset1 {
    border: 2px hidden;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 1px 1px 10px #c3c3c3; /*#549CEB;*/ /* #6b823f; */
}

legend {
    /*color: #235fb2;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
    border: 1px solid #8e8e8e;
    background-color: white;
    box-shadow: 0 1px 1px rgba(1, 1, 0, 0.50);
    border-radius: 3px;*/
    font-weight: 600;
    padding: 5px;
    width: 99%;
    border: 1px solid #d9d2d2;
    background-color: #549CEB;
    /*border-radius: 8px;*/
    color: white;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.headerbox {
    position: fixed;
    top: 0px;
    left: 0;
    background: #ffffff;
    z-index: 999;
    margin-left: 0px;
    width: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

#logo {
    padding: 10px;
    float: left;
    width: 100%;
    text-align: center;
}

    #logo img {
        width: 260px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

#small-logo img {
    /*width: 110px;*/
    height: 70px;
    float: left;
    margin-left: 20px;
}

#small-logo {
    width: 200px;
    height: 70px;
    float: left;
    padding: 10px;
}

#title {
    margin-top: 10px;
    float: left;
    width: 400px;
    float: right;
    text-align: right;
}

    #title #future {
        font-family: Calibri,Tahoma,'Times New Roman';
        font-size: 16pt;
        color: #26386a;
        text-transform: uppercase;
        font-weight: bolder;
    }

    #title #gateway {
        margin-left: 3px;
        /*font-family: OMNIBLACK;*/
        font-size: 15pt;
        color: black;
    }

    #title #name {
        /*text-transform:uppercase;*/
        color: #343957;
        font-size: 12pt;
        font-weight: 800;
        margin-top: -30px;
    }

#company {
    margin-top: 30px;
    width: 600px;
    margin-left: 50px;
    float: left;
}

    #company #company-title {
        /*text-transform:uppercase;*/
        font-family: Calibri;
        text-align: center;
        color: #800000;
        /* #3CB9FF;*/
        font-size: 25pt;
        font-weight: bolder;
        margin-top: 30px;
        margin-right: auto;
        width: 800px;
        vertical-align: baseline;
        float: left;
        text-align: left;
    }

.headerbox #right {
    float: right;
    width: 200px;
    height: 20px;
    margin-top: -2px;
}
.sidebar::-webkit-scrollbar {
    width: 0 !important
}
.sidebar {
    position: fixed;
    top: 90px;
    left: 0;
    bottom: 0;
    /*width: 265px;*/
    background: #27374D;
    overflow: auto;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.50);
    z-index: 1;
    /*overflow:hidden;*/
    /*overflow-x: hidden;*/
}

    .sidebar #accMenu {
        /*margin-top: 20px;*/
        overflow-x: hidden;
        margin-left: 0px;
    }

        .sidebar #accMenu li {
            float: left;
            overflow-x: hidden !important;
        }

        .sidebar #accMenu ul {
            margin: 0px;
            float: left;
            overflow-x: hidden !important;
        }

#accMenu {
    width: 245px;
    overflow-x: hidden !important;
    padding: 0px;
}

.accPane {
    overflow-x: hidden !important;
    overflow-wrap: break-word;
}

#accMenu div {
    overflow-x: hidden !important;
}

.sidebar div {
    /*overflow-x:hidden !important;*/
}

.content {
    position: relative;
    margin-top: 60px;
    width: inherit;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
}

.content-module {
    position: relative;
    margin-left: 265px;
    margin-top: 90px;
    width: inherit;
}

.card {
    background: #ffffff;
    margin: 60px;
    padding: 20px;
    width: 120px;
    height: 120px;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: #7c212a;
    font-weight: 600;
    text-align: center;
}

    .card:hover {
        box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
    }

.cardlist {
    background: #f2f1d3;
    /*#ffffff;*/
    margin: auto,auto,10px,10px;
    padding: 20px;
    width: 100%;
    height: 60px;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 5px 20px #6b823f; /* rgba(0, 0, 0, 0.1);*/
    text-decoration: none;
    text-align: left;
    cursor: pointer;
}

    .cardlist:hover {
        box-shadow: 0px -5px 5px #6b823f;
        /*rgba(0, 0, 0, 0.1);*/
        background-color: #f7f6c3; /*rgba(154, 154, 154, 0.10);*/
    }

a {
    text-decoration: none;
}

.card img {
    width: 70px;
    height: 70px;
}

.rotate {
    -moz-transition: all 2s linear;
    -webkit-transition: all 2s linear;
    transition: all 2s linear;
}

    .rotate.down {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.announcementlist {
    border-radius: 25px;
    background-color: white;
    border: 2px solid #0078D4;
    color: #0078D4;
    font-size: 25px;
    font-weight: 600;
}

.announcementlink {
    font-size: 20px;
    font-weight: 600;
}

.form-group-control {
    margin-bottom: 10px;
    margin-left: 10px;
}

.form-group-lcontrol {
    margin-bottom: 10px;
}

.form-group-grid {
    width: 100%;
    margin-left: 10px;
}

.form-group
.form-group-grid {
    width: 100%;
    margin-left: 50px;
}

m-group-grid-label {
    margin-bottom: 0px;
    margin-left: 10px;
}

.form-group-grid-control {
    margin-bottom: 10px;
    margin-left: 10px;
}

.row-grid-control {
    margin-right: 15px;
    margin-left: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row {
    margin-right: 15px;
    margin-left: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-label {
    width: 150px;
}

input, button, select, textarea, label, span {
    line-height: normal !important;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: 0px;
}

.label {
    font-size: 8pt !important;
}

input [type=text] {
    border: 1px solid #94ADC5;
    font-size: 9pt !important;
    color: #666666;
    resize: none;
}

.val_message {
    color: red;
    font-size: 9pt;
    float: left;
    text-decoration: none;
}

.form-title {
    font-weight: 600;
    padding: 10px;
    padding-left: 20px;
    width: 100%;
    border-bottom: 1px solid #d9d2d2;
    z-index: -1;
    background-color: #549CEB;
    overflow: hidden;
    font-size: 14pt;
    margin-bottom: 20px;
    color: white;
}

.sect-title {
    font-weight: 600;
    padding: 10px;
    width: calc(100%-20px);
    border-bottom: 1px solid #d9d2d2;
    z-index: -1;
    background-color: #549CEB;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
}

    .sect-title a {
        font-weight: 600;
        color: white;
    }

.student_homebutton {
    color: white;
}

.student_image {
    width: 1px;
    height: 1px;
}

.l1 {
    color: #343957;
    font-weight: bold;
    font-size: 12pt;
}

.l2 {
    color: #343957;
    font-weight: bold;
    font-size: 13pt;
}

.l3 {
    color: #343957;
    font-weight: bold;
    font-size: 14pt;
}

.heading-uderline {
    text-decoration: none;
    border-bottom: 3px solid #32435a;
}

.bt-Container {
    margin-top: 30px;
}

.bt-Save {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    min-width: 100px !important;
    min-height: 30px !important;
    background-color: #0078D4; /*#32BEDD;*/
    color: white;
    border-radius: 5px;
    font-weight:bold;
}

    .bt-Save:hover {
        background-color: #549CEB;
        color: white;
        transition:0.3s;
    }

.bt-AddEmp {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    min-width: 100px !important;
    min-height: 30px !important;
    background-color: #005c5a;
    color: white;
    height: 22px;
}

.bt-Prev {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    min-width: 100px !important;
    min-height: 30px !important;
    background-color: #fff; /*#a1e2ef;*/
    color: #545454; /*black;*/
    border-radius: 5px;
    border: 2px solid #545454;
}

    .bt-Prev:hover {
        background-color: #545454;
        /*#50E6FF;*/
        color: white;
        transition: 0.3s;
    }

.bt-Add {
    background: url('/Images/BTN2.png');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

    .bt-Add:hover {
        background: url('/Images/BTN1.png');
        background-repeat: no-repeat;
    }

.bt-Reply {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    min-width: 100px !important;
    min-height: 30px !important;
    background-color: #c91e1c;
    color: white;
}

.bt-Search {
    color: #444;
    color: rgba(0,0,0,.8);
    border: 1px solid #999;
    border: transparent;
    background-color: #E6E6E6;
    border-radius: 2px;
    height: 20px;
}

    .bt-Search:hover {
        background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
        background-image: linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
    }

.btn-info {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    min-width: 100px !important;
    min-height: 30px !important;
    background-color: #5e728b;
    color: white;
    border-radius: 5px;
}

    .btn-info:hover {
        background-color: #7e8ea2;
    }

.btn-grey {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    min-width: 100px !important;
    min-height: 30px !important;
    background-color: #d8d5d5;
    color: black;
    border-radius: 5px;
}

    .btn-grey:hover {
        background-color: #bbb7b7;
    }

.margin-right-20 {
    margin-right: 20px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-left-0 {
    margin-left: 0px !important;
}

.float-right {
    float: right !important;
}

.float-left {
    float: left;
}

.float-right {
    float: right !important;
}

.required::after {
    content: "*";
    color: #e32;
    padding-right: 25px;
}

.required-message {
    color: red;
    font-size: 13px;
    margin-bottom: 10px;
    width: 100%;
}

.lbt-small {
    font-size: 9pt;
}

.accordionHeader {
    background-color: #27374D; /*#0078D4;*/ /*#549CEB;*/
    color: white; /*black;*/
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid #999;
    text-align: left;
    outline: none;
    transition: 0.4s;
    font-weight: 600;
}

.accordionHeader:hover{
    opacity: 80%;
}

.accordion {
    margin: auto;
    width: 80%;
}

/* Comment */

.hideColumn {
    display: none;
}

.comment > .reply-bold {
    font-weight: 700;
    color: #343957
}

.comment hr {
    border-top: 1px dashed #ebe9e9;
}

.comment > .reply-small {
    color: #c7bcbc;
    font-size: 12px;
}

.comment .lbt-reply {
    font-size: 12px;
    color: #2e28b9;
}

.popupBg {
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.replyDiv {
    height: 600px;
    width: 600px;
}

#pnlSearch {
    height: 600px;
    width: 1000px;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/*Comment*/

.trackaccordionHeader {
    background-color: #7e7a7a /*#5e728b*/;
    color: white;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid #fff;
    text-align: left;
    outline: none;
    transition: 0.4s;
    font-weight: 600;
}

.trackaccordion {
    margin: auto;
    width: 80%;
}

.daybox {
    background-color: #445367;
    color: white;
    border-radius: 5px;
    padding: 1px;
    text-align: center;
    width: 30px;
}

/*report*/
.report-options {
    border: 1px solid #c7bcbc;
    width: calc(100% - 60px);
    padding-left: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

input[type=radio] {
    float: left;
    clear: none;
    margin: 2px 0 0 2px;
}
/*input[type=checkbox] {
float: left;
clear: none;
margin: 2px 0 0 2px; 
}*/
.report-details {
    border: 1px solid #c7bcbc;
    width: calc(100% - 60px);
    padding-left: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.report-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*report*/

.sidemenu {
    position: relative;
    top: auto;
    left: 0;
    width: 20%;
    background: #343957;
    overflow: auto;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.50);
    z-index: 1;
    overflow-x: hidden;
    float: left
}

.HR-content {
    position: relative;
    margin-top: auto;
    width: inherit;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    float: right;
    /*background-color:red; /*#fcffff;*/
}

.bread-crumb {
    /*background-color: #6AA338;*/ /*#0078D4;*/
    padding-top: 7px;
    color: white;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

    .bread-crumb .current-page {
        font-weight: bold;
        margin-top: 5px;
    }

.small-Desc {
    font-size: 10pt;
    text-align: justify;
    font-style: italic;
}

.sub-Title {
    font-weight: bold;
}

.bt-Download {
    color: black;
}
/*Progress Bar*/
.progressbar {
    counter-reset: step;
}

    .progressbar li {
        list-style-type: none;
        width: 10%;
        float: left;
        font-size: 12px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        color: #7d7d7d;
        font-weight: bold;
        top: 0px;
        left: 0px;
    }

.progressbar-8 li {
    width: 10% !important;
}

.progressbar li a {
    color: #7d7d7d;
}

.progressbar li:before {
    width: 30px;
    height: 30px;
    content: counter(step);
    counter-increment: step;
    line-height: 30px;
    border: 3px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
}

.progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 15px;
    left: -50%;
    z-index: -1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: green;
}

    .progressbar li.active a {
        color: green;
    }

    .progressbar li.active:before {
        border-color: #55b776;
    }

    .progressbar li.active + li:after {
        background-color: #55b776;
        border: 2px solid #55b776;
    }

    .progressbar li.active:before a {
        border-color: #55b776;
    }

    .progressbar li.active + li:after a {
        background-color: #55b776;
        border: 2px solid #55b776;
    }
/*Progress Bar*/
/*Accordion*/
.headerCssClass {
    background-color: #549CEB;
    color: black;
    border: 1px solid black;
    border-radius: 4px;
    padding: 4px;
    font: bold;
}

.contentCssClass {
    background-color: #e2f6fa;
    color: black;
    border: 1px dotted black;
    border-radius: 4px;
    padding: 4px;
}

.headerSelectedCss {
    background-color: #0078D4;
    color: white;
    border: 1px solid black;
    border-radius: 4px;
    padding: 4px;
}

.creditwidth {
    width: 30%;
}
/*Accordion*/
.CheckBoxLabel {
    display: inline-block;
    float: left;
    white-space: nowrap;
    text-indent: 30px;
}

.stud-content {
    position: relative;
    margin-top: 100px;
    width: inherit;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
/* Student Dashboard*/
.StudentHome {
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 1%;
}

.EmblemHeader {
    background-color: #70c9ff; /*#BCE6FF;*/
    padding-top: 1%;
    padding-bottom: 12%;
    width: 99%;
    height: 110px;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.Emblembox {
    width: 100%;
    height: 100%;
    align-self: center;
}

    .Emblembox img {
        width: 110px;
        height: 119px;
    }


.StudentCommon {
    background-color: #0078D4; /*#CE9C9D;*/
    padding-top: 1%;
    padding-bottom: 2%;
    width: 99%;
    height: auto;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    font-weight: 600;
    text-align: center;
}

.Student-label {
    word-wrap: break-word;
}

.StudentCommon-Text {
    color: #FAF3EB;
    font-size: 9pt;
    font-family: Calibri;
    padding-left: 1em;
    float: left;
}

.StudentCommon hr {
    text-align: center;
    color: #FAF3EB;
    border: solid;
    height: 1px;
    width: 99%;
}

.StudentHeader {
    background-color: #70c9ff;
    padding-top: 1%;
    padding-bottom: 2%;
    width: 100%;
    height: 110px;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    font-weight: 600;
    text-align: left;
}

/* Student Photo Css */

.zoominimg {
    height: 80px;
    width: 80px;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
    border-radius: 50%;
}

    .zoominimg:hover {
        width: 100px;
        height: 100px;
    }

.rowStudHeader {
    margin-right: 5px;
    margin-left: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/* Student Launch Button css */
.bt-Stud {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    min-width: 100px !important;
    min-height: 25px !important;
    background-color: navy;
    color: white;
    border-radius: 5px;
}

    .bt-Stud:hover {
        background-color: #1134A6;
    }
/* Student Home Gridview Css */
.studgrid {
    border-width: 0px;
    border-style: none;
    border-color: transparent;
    color: white;
}
/*Student Home Page Grids*/

.Student-layout {
    width: 100%;
    display: grid;
    grid-template-columns: 1vh 20% 1vh 20% 1vh 10% 1vh 10% 1vh 15% 1vh 15% 1vh;
    grid-template-rows: 5px 150px 5px 150px 5px auto 5px auto 5px auto 5px auto 5px auto 5px auto 5px auto 5px;
}

.Ann {
    grid-column: 2/3;
    grid-row: 2;
    background-color: #32bedd;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

    .Ann:hover {
        border: 1px solid #c1c1c1;
        box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
    }

.Att {
    grid-column: 4/5;
    grid-row: 2;
    background-color: #0078D4;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

    .Att:hover {
        border: 1px solid #c1c1c1;
        box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
    }

.Pay {
    grid-column: 6/9;
    grid-row: 2;
    background-color: #1e9ab6;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
}

    .Pay:hover {
        border: 1px solid #c1c1c1;
        box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
    }

.Cal {
    grid-column: 10/13;
    grid-row: 2/5;
    align-content: center;
    text-align: center;
}

.nche {
    grid-column: 10/13;
    grid-row: 6/9;
    align-content: center;
    text-align: center;
    background-color: #1E9A98;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
}

    .nche:hover {
        border: 1px solid #c1c1c1;
        box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
    }

.guild {
    grid-column: 10/13;
    grid-row: 10/11;
    align-content: center;
    text-align: center;
    /*background-color: #32BFCD;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);*/
}

/*.guild:hover {
        border: 1px solid #c1c1c1;
        box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
    }*/

.cw {
    grid-column: 2/9;
    grid-row: 4/7;
    align-content: center;
    text-align: center;
}

.mid_sem_mock {
    grid-column: 2/9;
    grid-row: 8/9;
    align-content: center;
    text-align: center;
}

.mid_exam {
    grid-column: 2/9;
    grid-row: 10/11;
    align-content: center;
    text-align: center;
}

.cw2 {
    grid-column: 2/9;
    grid-row: 12/13;
    align-content: center;
    text-align: center;
}

.uni_exam {
    grid-column: 2/9;
    grid-row: 14/15;
    align-content: center;
    text-align: center;
}

.resit_exam {
    grid-column: 2/9;
    grid-row: 16/17;
    align-content: center;
    text-align: center;
}
/* Calendar CSS Start */
.calendarWrapper {
    background-color: #4CCAEF;
    padding: 3%;
    display: inline-block;
    width: 90%;
    height: 90%;
}

.myCalendar {
    background-color: #f2f2f2;
    /*width: 156px;*/
    width: 100%;
    height: 100%;
    border: none !important;
}

    .myCalendar a {
        text-decoration: none;
    }

    .myCalendar .myCalendarTitle {
        font-weight: bolder;
        font-size: large;
        height: 50px;
        line-height: 40px;
        background-color: #4CCAEF;
        color: #ffffff;
        border: none !important;
    }

    .myCalendar th.myCalendarDayHeader {
        height: 30px;
    }

    .myCalendar tr {
        border-bottom: solid 1px #ddd;
    }

    .myCalendar table tr {
        border-bottom: none !important;
    }

    .myCalendar tr:last-child td {
        border-bottom: none;
    }

    .myCalendar tr td.myCalendarDay, .myCalendar tr th.myCalendarDayHeader {
        border-right: solid 1px #ddd;
    }

    .myCalendar tr td:last-child.myCalendarDay, .myCalendar tr th:last-child.myCalendarDayHeader {
        border-right: none;
    }

    .myCalendar td.myCalendarDay:nth-child(7) a {
        color: #c52e2e !important;
    }

    .myCalendar .myCalendarNextPrev {
        text-align: center;
    }

        .myCalendar .myCalendarNextPrev a {
            font-size: 1px;
        }

        .myCalendar .myCalendarNextPrev:nth-child(1) a {
            color: #4CCAEF !important;
            background: url('../Images/prev.jpg') no-repeat center center;
            background-size: 18px 18px;
        }

            .myCalendar .myCalendarNextPrev:nth-child(1) a:hover, .myCalendar .myCalendarNextPrev:nth-child(3) a:hover {
                background-color: transparent;
            }

        .myCalendar .myCalendarNextPrev:nth-child(3) a {
            color: #4CCAEF !important;
            /*background: url("nextMonth.png") no-repeat center center;*/
            background: url('../Images/next.jpg') no-repeat center center;
            background-size: 18px 18px;
        }

    .myCalendar td.myCalendarSelector a {
        background-color: #25bae5;
    }

    .myCalendar .myCalendarDayHeader a,
    .myCalendar .myCalendarDay a,
    .myCalendar .myCalendarSelector a,
    .myCalendar .myCalendarNextPrev a {
        display: block;
        line-height: 25px;
    }

    .myCalendar .myCalendarToday {
        background-color: #f2f2f2;
        -webkit-box-shadow: 1px 1px 8px 1px #8f8f8f;
        box-shadow: 1px 1px 8px 1px #8f8f8f;
        display: inline-block;
        width: 25px !important;
        height: 25px !important;
        border: 2px solid #f2f2f2;
        margin-left: -1px;
        margin-top: -1px;
        position: relative;
    }

        .myCalendar .myCalendarToday a {
            color: #25bae5 !important;
            font-weight: bolder;
        }

            .myCalendar .myCalendarToday a:after {
                content: "TODAY";
                color: #000;
                font-size: 0.6em;
                display: inline-block;
                pointer-events: none;
                width: 100%;
                float: left;
            }

    .myCalendar .myCalendarDay a:hover,
    .myCalendar .myCalendarSelector a:hover {
        background-color: #25bae5;
    }

/* Calendar CSS End */


/*Grids
.app-layout {
    display: grid;
    grid-template-columns: 20vh 40vh 1vh 40vh 1vh 40vh 1vh 40vh 1vh 40vh 1vh;
    grid-template-rows: 5vh 25vh 1vh 25vh 1vh 25vh 1vh 25vh;
}

.Profile {
    grid-column: 2/7;
    grid-row: 2;
    background-color: #bbd4d1;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

    .Profile:hover {
        border: 1px solid #c1c1c1;
        box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
    }

.Aboutus {
    grid-column: 8/9;
    grid-row: 2;
    background-color: #9CB898;
    align-content: center;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

    .Aboutus:hover {
        border: 1px solid #c1c1c1;
        box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
    }

.CourseUnits {
    grid-column: 2/3;
    grid-row: 4;
    background-color: #75BDE0;
    align-content: center;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

    .CourseUnits:hover {
        border: 1px solid #c1c1c1;
        box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
    }

.TimeTable {
    grid-column: 4/5;
    grid-row: 4;
    background-color: #82ABBD;
    align-content: center;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

    .TimeTable:hover {
        border: 1px solid #c1c1c1;
        box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
    }

.Announce {
    grid-column: 6/7;
    grid-row: 4;
    background-color: #bbc3d4;
    align-content: center;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

    .Announce:hover {
        border: 1px solid #c1c1c1;
        box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
    }

.Attendance {
    grid-column: 8/9;
    grid-row: 4;
    background-color: #51849C;
    align-content: center;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

    .Attendance:hover {
        border: 1px solid #c1c1c1;
        box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
    }

.CourseWork {
    grid-column: 2/3;
    grid-row: 6;
    background-color: #a4a2b0;
    align-content: center;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

    .CourseWork:hover {
        border: 1px solid #c1c1c1;
        box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
    }

.Tests {
    grid-column: 4/5;
    grid-row: 6;
    background-color: #39aea9;
    align-content: center;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

    .Tests:hover {
        border: 1px solid #c1c1c1;
        box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
    }

.ClassActivity {
    grid-column: 6/7;
    grid-row: 6;
    background-color: #267471;
    align-content: center;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

    .ClassActivity:hover {
        border: 1px solid #c1c1c1;
        box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
    }

.UniversityExam {
    grid-column: 8/9;
    grid-row: 6;
    background-color: #849483;
    align-content: center;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

    .UniversityExam:hover {
        border: 1px solid #c1c1c1;
        box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
    }

.Request {
    grid-column: 2/3;
    grid-row: 8;
    background-color: #bdd4bb;
    align-content: center;
    text-align: left;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

    .Request:hover {
        border: 1px solid #c1c1c1;
        box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
    }

.Feedback {
    grid-column: 4/5;
    grid-row: 8;
    background-color: #7b778c;
    align-items: center;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

    .Feedback:hover {
        border: 1px solid #c1c1c1;
        box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
    }

.Payments {
    grid-column: 6/7;
    grid-row: 8;
    background-color: #839492;
    align-content: center;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

    .Payments:hover {
        border: 1px solid #c1c1c1;
        box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
    }

.Contactus {
    grid-column: 8/9;
    grid-row: 8;
    background-color: #A2D5AB;
    align-content: center;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

    .Contactus:hover {
        border: 1px solid #c1c1c1;
        box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
    }


.GrievFeedback {
    grid-column: 2/3;
    grid-row: 2;
    background-color: #6E7889;
    align-content: center;
    text-align: left;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

    .GrievFeedback:hover {
        border: 1px solid #c1c1c1;
        box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
    }

.DiscFeedback {
    grid-column: 4/5;
    grid-row: 2;
    background-color: #E984A2;
    padding: 20px;
    align-items: center;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

    .DiscFeedback:hover {
        border: 1px solid #c1c1c1;
        box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
    }

.BatchTransfer {
    grid-column: 2/3;
    grid-row: 4;
    background-color: #B9CC95;
    padding: 20px;
    align-content: center;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

    .BatchTransfer:hover {
        border: 1px solid #c1c1c1;
        box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
    }

.ProgramTransfer {
    grid-column: 4/5;
    grid-row: 4;
    background-color: #A2D5AB;
    padding: 20px;
    align-content: center;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

    .ProgramTransfer:hover {
        border: 1px solid #c1c1c1;
        box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
    }

.IntakeTransfer {
    grid-column: 6/7;
    grid-row: 4;
    background-color: #39AEA9;
    padding: 20px;
    align-content: center;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

    .IntakeTransfer:hover {
        border: 1px solid #c1c1c1;
        box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
    }

.CreditExemption {
    grid-column: 2/3;
    grid-row: 6;
    background-color: #75BDE0;
    padding: 20px;
    align-content: center;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

    .CreditExemption:hover {
        border: 1px solid #c1c1c1;
        box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
    }

.CreditTransfer {
    grid-column: 4/5;
    grid-row: 6;
    background-color: #F8D49B;
    padding: 20px;
    align-content: center;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

    .CreditTransfer:hover {
        border: 1px solid #c1c1c1;
        box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
    }





.Resit {
    grid-column: 6/7;
    grid-row: 2;
    background-color: #F8BC9B;
    padding: 20px;
    align-content: center;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

    .Resit:hover {
        border: 1px solid #c1c1c1;
        box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
    }


.ReEntry {
    grid-column: 2/3;
    grid-row: 2;
    background-color: #98BCA1;
    padding: 20px;
    align-content: center;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

    .ReEntry:hover {
        border: 1px solid #c1c1c1;
        box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
    }

.GrievReport {
    grid-column: 2/3;
    grid-row: 2;
    background-color: #9F8189;
    #EEB462;
    padding: 20px;
    align-content: center;
    text-align: left;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

    .GrievReport:hover {
        border: 1px solid #c1c1c1;
        box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
    }*/

/*Dashboard*/
.Dashboard .card {
    background: #ffffff;
    margin: 20px;
    padding: 20px;
    width: 180px;
    height: 100px;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: #7c212a;
    font-weight: 600;
    text-align: left !important;
}

.bg-blue {
    background-color: #00c0ef !important;
}

.bg-green {
    background-color: #00a65a !important;
}

.bg-orange {
    background-color: #f39c12 !important;
}

.bg-red {
    background-color: #d9534f !important;
}

.big-Text {
    color: #e1e1e1;
    font-size: 40pt;
    text-align: left;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-top: -50px;
}

.small-Text {
    color: #e7e7e7;
    font-size: 10pt;
    text-align: left;
}

.card hr {
    margin-left: -20px;
    margin-right: -20px;
    text-align: left;
    color: whitesmoke;
    border: solid;
    height: 1px;
}
/*Dashboard*/
.searchMenu {
    margin-top: 15px;
    margin-bottom: -150px;
    width: 98%;
    height: 30px;
}

.pnlpopBc {
    background-color: #e2f6fa;
    color: black;
    border-style: solid;
    border-width: 4px;
    border-color: #0078D4;
}

.underline {
    height: 1px;
    border-bottom: 1px solid #fff;
}
