﻿* {
    font-family: "Poppins", Arial, sans-serif;
}

.outsideContainer {
    margin-top: 10%
}

#footerDiv {
    margin-top: 100px;
}

.semesterList li a {
    font-size: small;
}

.semesterList li hr {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

#allCourseDiv {
    float: right;
    padding: 10px;
}

    #allCourseDiv a {
        color: #666;
        font-size: 12px
    }

        #allCourseDiv a i {
            color: #337ab7;
        }

h3, h5 {
    /*font-size: x-large;*/
    font-weight: bold !important;
}

.navbar-right li .logoutBT {
    color: crimson !important;
}

#sideNav {
    /*min-height: calc(100vh);*/
    background: white
}

.editBT {
    color: darkgreen;
    font-size: small;
}

#fullProfileDiv {
    background-color: #f8f8f8 !important;
    margin-left: 0;
    margin-right: -15px;
    margin-bottom: 0;
    padding: 30px 15px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

    #fullProfileDiv .small {
        color: #337ab7;
        margin-bottom: -15px;
        margin-top: -15px;
    }

        #fullProfileDiv .small > div {
            color: #888;
        }

#semesterDiv {
    border-radius: 30px;
    background-color: #f8f8f8;
    margin-top: 30px;
    margin-left: -30px;
    padding: 15px 0
}

    #semesterDiv > div {
        margin-left: 15px
    }

    #semesterDiv > #houser > #semesterTitle {
        color: #033860;
        font-size: large;
        font-weight: bold;
        margin-left: 15px
    }

.contentDiv {
    margin-top: 15px;
}


#degreeSpace {
    margin-top: 15px
}

#donutHolder {
    padding: 15px 15px;
}

#allGradesOptions div {
    text-align: right
}

    #allGradesOptions div a {
        border: none;
        background: #333
    }

.contentSet {
    padding: 30px 30px;
    background: white;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    border-radius: 15px;
    min-height: 100vh;
}

#studentInfo {
    padding: 0 20px
}

#campusInfo {
    color: #337ab7;
    margin-bottom: -5px;
    margin-top: 5px !important;
}

    #campusInfo span {
        color: silver;
    }

#programInfo {
    color: #337ab7;
    margin-bottom: -5px
}

    #programInfo span {
        color: silver;
    }

#gpaInfo {
    color: #337ab7;
    margin-top: -20px;
    margin-bottom: -20px
}

    #gpaInfo .gpaWord {
        color: silver;
    }

    #gpaInfo .largeNum {
        font-size: 40px;
        margin-top: -30px
    }

    #gpaInfo .smallNum {
        font-size: 20px;
        color: silver;
        margin-top: -30px
    }

#sportDayInfo {
    color: #337ab7;
}

    #sportDayInfo span {
        color: silver;
    }

.quickGradeSet > div .assignName {
    color: #337ab7;
    margin-bottom: 0;
}

.quickGradeSet > div .className {
    color: silver;
    margin-bottom: 0;
}

#footerDiv a {
    font-weight: 400 !important;
}

.navbar-nav a {
    font-size: 12px;
}

#quickLinks {
    background-color: #f8f8f8 !important;
    margin-top: 15px;
    border-radius: 15px;
}

    #quickLinks ul {
        margin-bottom: 0;
    }

    #quickLinks a {
        color: #888;
        font-weight: lighter;
        font-size: small;
    }


@media screen and (min-width: 320px) {

    aside {
        overflow-y: auto;
    }

    .outsideContainer {
        margin-top: 15px !important;
    }



    main aside,
    main .content {
        padding: 15px 0;
    }


    main .content {
        overflow-y: auto;
    }

    nav {
        height: auto;
        margin: 0 -15px;
        /*background-image: linear-gradient(60deg, #E4EfE9   ,#93A5CF          ) !important; ;*/
        border: none;
        border-left: 10px solid black;
    }

    .fancy-border {
        text-align: center;
        border-top: 5px solid;
        border-image: linear-gradient(to right, #033860 25%, gold 50%, darkgreen 75%) 5;
    }

    .navbar {
        border: none !important;
        border-radius: 0;
    }


    #logo .longLogo {
        max-height: 200px;
        max-width: 200px;
        width: auto;
        height: auto;
        margin-top: -10px;
    }

    #logo .circleLogo {
        max-height: 100px;
        max-width: 100px;
        width: auto;
        height: auto;
        margin-top: -10px;
    }

    #sideNav {
        display: none;
    }

    .heading_quick_link {
        display: none;
    }

    .keep-left {
        padding: 5px;
    }

    .footer {
        padding: 15px;
    }

    #smallFooter {
        display: block;
        padding: 0 30px;
    }

        #smallFooter .row {
            padding: 15px;
        }

    #contentDiv {
        background: #f8f8f8;
    }

    #imgLink img {
        max-width: 260px;
        max-height: 260px;
        width: auto;
        height: auto;
        padding: 15px;
    }
}

@media screen and (min-width: 400px) {
    #imgLink img {
        max-width: 300px;
        max-height: 300px;
        width: auto;
        height: auto;
        padding: 5px;
    }
}

@media screen and (min-width: 768px) {
    #logo .longLogo {
        max-height: 200px;
        max-width: 200px;
        width: auto;
        height: auto;
        margin-top: -10px;
    }

    #logo .circleLogo {
        max-height: 100px;
        max-width: 100px;
        width: auto;
        height: auto;
        margin-top: -10px;
    }

    .nav-link {
        /*color: #033860 !important;*/
        font-weight: 500;
    }

    .heading_quick_link {
        display: block;
    }

    .keep-left {
        float: left;
        margin-top: -5px;
    }

    .keep-right {
        float: right;
        margin-top: 15px;
    }

    #imgLink img {
        max-width: 400px;
        max-height: 400px;
        width: auto;
        height: auto;
        padding: 5px;
    }
}

@media screen and (min-width: 800px) {
    #imgLink img {
        max-width: 300px;
        max-height: 300px;
        width: auto;
        height: auto;
        padding: 5px;
    }
}

@media screen and (min-width: 990px) {

    main aside,
    main .content {
        padding: 15px 0;
    }

    main .content {
        overflow-y: auto;
    }

    nav {
        height: auto;
        /*background: rgba(227,242,253 ,1);  */
        border: none;
        padding: 0;
        margin-top: 0;
        border: none;
    }

    .nav-link {
        font-size: medium;
    }

    ul {
        margin-left: -15px;
    }

    li {
        list-style: none;
        padding-top: 5px;
    }

    #sideNav {
        display: block;
    }

    #footerDiv {
        padding: 0 30px;
    }

    .footerLeft {
        float: left;
    }

    .footerRight {
        float: right;
    }

    .footer {
        padding: 15px 0;
        display: block;
    }

    #smallFooter {
        display: none
    }

    .nav-link button {
        margin-top: 7px;
        padding-right: 15px;
    }

    .login {
        margin-right: 15px;
    }

    #logo .longLogo {
        max-height: 300px;
        max-width: 300px;
        width: auto;
        height: auto;
        margin-top: -10px;
    }
}

@media screen and (min-width: 1200px) {
    #logo .longLogo {
        max-height: 310px;
        max-width: 310px;
        width: auto;
        height: auto;
        margin-top: -10px;
    }
}

.widgetDiv {
    padding: 30px 30px;
    background: white;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    border-radius: 15px
}

    .widgetDiv > .row > .widgetDivBlue {
        background: #e3f2fd;
        background: rgba(227,242,253,1);
        border-radius: 5px;
    }

        .widgetDiv > .row > .widgetDivBlue > .keep-left > h3 {
            border-left: #64b5f6 5px solid;
            border-left: rgba(100,181,246,1) 5px solid;
            padding-left: 5px
        }


    .widgetDiv > .row > .widgetDivPurple {
        background: #e8eaf6;
        background: rgba(232,234,246,1);
        border-radius: 5px;
    }

        .widgetDiv > .row > .widgetDivPurple > .keep-left > h3 {
            border-left: #9575cd 5px solid;
            border-left: rgba(149,117,205,1) 5px solid;
            padding-left: 5px
        }


    .widgetDiv > .row > .widgetDivGreen {
        background: #e8f5e9;
        background: rgba(232,245,233,1);
        border-radius: 5px;
    }

        .widgetDiv > .row > .widgetDivGreen > .keep-left > h3 {
            border-left: #81c784 5px solid;
            border-left: rgba(129,199,132,1) 5px solid;
            padding-left: 5px
        }

    .widgetDiv > .row > .widgetDivBrown {
        background: #efebe9;
        background: rgba(239,235,233,1);
        border-radius: 5px;
    }

        .widgetDiv > .row > .widgetDivBrown > .keep-left > h3 {
            border-left: #a1887f 5px solid;
            border-left: rgba(161,136,127,1) 5px solid;
            padding-left: 5px
        }

    .widgetDiv > .row > .widgetDivRed {
        background: #fbe9e7;
        background: rgba(251,233,231,1);
        border-radius: 5px;
    }


        .widgetDiv > .row > .widgetDivRed .keep-left h3 {
            border-left: #e57373 5px solid;
            border-left: rgba(229,115,115,1) 5px solid;
            padding-left: 5px
        }
