﻿.body-content {
    margin-top: 20px;
    position: relative;
    z-index: 5;
}

.main-container {
    min-height: calc(100vh - 140px);
    margin-top: 0;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.text-hint {
    font-size: 12px;
    color: #999;
}

/* only show the error class if it has already been blurred, see ucop.validation.js and the blurFocusDirective directive*/
input.has-visited.ng-invalid:not(.has-focus), select.has-visited.ng-invalid:not(.has-focus) {
    color: #b94a48;
    border-color: #b94a48 !important;
}

.error-message {
    color: #b94a48;
}

.margin-top-3 {
    margin-top: 3px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

/* Overrides of Override.css */
.fa.fa-question-circle {
    color: #E95DA4;
    font-size: 22px;
    height: 20px;
    width: 21px;
    margin: 1px 10px 0 10px;
}

.fa.fa-minus-circle {
    margin-top: 0;
}

.btn-no-margin {
    margin: 0;
}

.fa.fa-asterisk {
    margin-top: 0px;
    vertical-align: text-top;
}

.btn-success {
    background: #1295D8 !important;
    border: none !important;
    font-size: 13px;
    padding: 6px 12px;
}

.btn-danger {
    background: #b94a48 !important;
    border: none !important;
    font-size: 13px;
    padding: 6px 12px;
}

.btn-info {
    background: #1295D8 !important;
    border-color: #1295D8 !important;
}

.btn-grey {
    background: #888 !important;
    border: none !important;
    font-size: 13px;
    padding: 6px 12px;
    color: #fff;
}

.btn-group .btn {
    font-size: 12px;
    margin: 9px 0;
    padding: 3px 10px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

input::-webkit-input-placeholder {
    font-style: italic;
    opacity: .65;
}

input::-moz-placeholder {
    font-style: italic;
    opacity: .65;
}

input:-moz-placeholder { /* Older versions of Firefox */
    font-style: italic;
}

input:-ms-input-placeholder {
    font-style: italic;
}

/****************************************
    saving 
*****************************************/
.background-light-blue {
    background-color: #000;
    background: rgba(0,0,0,0.5);
}

.saving {
    color: #fff;
    line-height: 2.4;
    vertical-align: middle;
    /*position: absolute;*/
    top: -31px;
    z-index: 1;
    margin-left: -15px;
}

    .saving.ui-scrollfix {
        top: 0px;
        position: fixed;
    }

/*
    fixed side bar
*/

.sidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 250px;
}

.sidebar-right {
    right: 0;
}

.sidebar-left {
    left: 0;
}

.sidebar-fixed {
    width: 250px;
}

    .sidebar-fixed.ui-scrollfix {
        position: fixed;
        top: 20px;
        bottom: 10px;
        height: auto;
    }

.sidebar-content-container {
    width: 250px;
    height: 100%;
}

.sidebar-scrollable {
    overflow: hidden;
    width: 260px;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
}

.sidebar-right .sidebar-scrollable {
    margin-right: -10px;
}

.sidebar-left .sidebar-scrollable {
    margin-left: -10px;
}

.sidebar-scrollableInner {
    overflow-x: hidden;
    width: 260px;
    overflow-y: auto;
    padding-left: 10px;
}



/****************************************
    fixed search sidebar
*****************************************/

.old-search-container {
    margin-left: 280px;
    min-height: 600px;
}

/*** 
     We are hiding the left search bar for phones using the hidden-xs class and therefore we need to get rid of the left margin in those case.
     The max-width: 767px is how bootstrap determines hiding based on .hidden-cs so we used that same exact logic here so they will always match up.
       ***/
@media (max-width: 767px) {
    .old-search-container {
        margin-left: 0px;
        min-height: 600px;
    }
}

.background-group {
    background-color: #f2efeb;
    border-radius: 6px 6px 6px 6px;
    position: relative;
}

.grouped-form .row {
    margin-bottom: 15px;
}

.grouped-form h4 {
    font-size: 18px !important;
    color: #9D9D9D !important;
}

.grouped-form .form-group {
    margin-top: inherit;
}

.indent-rows .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 15px;
}

/****************************************
    public course list
*****************************************/
.courselist {
}

    .courselist th.title {
        width: 380px;
    }

    /*.courselist th.transcript {
    width: 210px;
}*/

    .courselist th.discipline {
        width: 240px;
    }

    .courselist th.honors {
        width: 115px;
    }

    .courselist h4 small {
        font-size: 14px;
        padding-left: 5px;
    }


/****************************************
    login
*****************************************/
.login {
}

    .login h2 {
        border-bottom: solid 1px #ccc;
        border-top: solid 5px #1295D8;
        color: #333;
        font-size: 15px;
        font-weight: bold;
        padding: 20px 0;
    }

        .login h2.gold {
            border-top-color: #d29604;
        }

    .login .access-to {
        font-size: 16px;
    }

        .login .access-to p {
            padding: 20px 0 5px 0;
        }

        .login .access-to .fa {
            color: #ccc;
            font-size: 18px;
        }

        .login .access-to ul {
            list-style-type: none;
        }

        .login .access-to li {
            margin-bottom: 20px
        }

            .login .access-to li i {
                margin-right: 7px
            }

    .login .login-form {
        background-color: #eee;
        padding: 26px 22px;
        margin-bottom: 60px;
    }

        .login .login-form label {
            font-weight: bold;
        }

        .login .login-form .form-group {
            margin-top: 0;
        }

            .login .login-form .form-group.fixed-height {
                height: 65px;
            }

            .login .login-form .form-group .checkbox label {
                padding-left: 0;
            }

    .login .btn-default {
        font-weight: bold;
        font-size: 15px;
        padding: 10px 25px;
    }

    .login .submission-period {
    }

        .login .submission-period h5 {
            font-size: 15px;
            font-weight: bold;
            margin-bottom: 5px;
            margin-top: 20px;
        }

            .login .submission-period h5 span {
                color: #999;
                font-weight: normal;
            }

        .login .submission-period p {
            margin-bottom: 10px;
        }

        .login .submission-period .fa-asterisk {
            color: #ccc;
        }

/****************************************
    register
*****************************************/
.register {
}

    .register h2 {
        margin-top: 0;
    }

/****************************************
    misc
*****************************************/
.pad-bottom-0 {
    padding-bottom: 0;
}

/****************************************
    ADA Compliance Skip Nav link
*****************************************/
.skipnav a {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

    .skipnav a:focus, .skipnav a:active {
        position: static;
        left: 0;
        width: auto;
        height: auto;
        overflow: visible;
        text-decoration: underline;
    }


/****************************************
    content management
*****************************************/
.answers {
}

    .answers .fa.fa-question-circle {
        margin: 5px 0px;
    }

    .answers h5 {
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

    .answers .title {
        font-weight: bold;
        margin-bottom: 5px;
    }

    .answers .content {
    }

        .answers .content.placeholder {
            color: #999;
        }

.outdated {
    color: white;
}

/****************************************
    institution registration
*****************************************/
.asessment-rating-info {
    position: fixed;
    width: 240px;
    top: 20px;
    display: none;
}

    .asessment-rating-info.ui-scrollfix {
        display: block;
        -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
        -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
        -o-animation: fadein 2s; /* Opera < 12.1 */
        animation: fadein 2s;
    }

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.search-bar {
    display: block;
}

.search-bar .search {
    padding-left: 30px;
    width: 40rem;
}

.search-bar .search-icon {
    position: absolute;
    top: 23px;
    left: 23px;
    color: #CCC;
}

.font-size-20 {
    font-size: 20px;
}

.color-gray {
    color: gray;
}

.color-light-gray {
    color: lightgray;
}

/* ---- Timeline ---- */
timeline {
    margin: 3px;
}

.timeline ol {
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 10px 50px 80px;
    height: 4px;
    background: #dfdfdf;
}

    .timeline ol:before,
    .timeline ol:after {
        content: "";
        position: absolute;
        top: -8px;
        display: block;
        width: 0;
        height: 0;
        border-radius: 10px;
        border: 10px solid #999999;
    }

    .timeline ol:before {
        left: -5px;
    }

    .timeline ol:after {
        right: -10px;
        border: 10px solid transparent;
        border-right: 0;
        border-left: 20px solid #999999;
        border-radius: 3px;
    }

.timeline li {
    position: relative;
    display: inline-block;
    float: left;
    width: 150px;
    font: bold 14px arial;
    height: 50px;
}

    .timeline li .title {
        position: relative;
        text-align: center;
        margin-top: -23px;
        height: 1.1em;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .timeline li .point {
        content: "";
        top: -2px;
        left: 47%;
        display: block;
        width: 6px;
        height: 6px;
        border: 4px solid #999999;
        border-radius: 10px;
        background: #fff;
        position: absolute;
    }

    .timeline li .description {
        display: block;
        background-color: white;
        padding: 10px;
        margin-top: 20px;
        position: relative;
        font-weight: normal;
        z-index: 1;
        margin-left: 5px;
        text-align: center;
    }

.btn-add-course {
    width: 555px;
    height: 42px;
    border-radius: 5px;
    background-color: #FFE552;
    color: #1295D8;
    font-size: 1.6rem;
}