﻿@charset "UTF-8";
/* BEGIN FONTS */
@font-face {
    font-family: 'OpenSans-Regular';
    src: url("/SharedElementsPublic/fonts/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'Encode Sans Compressed';
    src: url("/SharedElementsPublic/fonts/EncodeSansCompressed-400-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Encode Sans Compressed';
    src: url("/SharedElementsPublic/fonts/EncodeSansCompressed-500-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Encode Sans Compressed';
    src: url("/SharedElementsPublic/fonts/EncodeSansCompressed-600-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Encode Sans Compressed';
    src: url("/SharedElementsPublic/fonts/EncodeSansCompressed-700-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Encode Sans Compressed';
    src: url("/SharedElementsPublic/fonts/EncodeSansCompressed-800-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Encode Sans Compressed';
    src: url("/SharedElementsPublic/fonts/EncodeSansCompressed-900-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

/* END FONTS */
/************************************************************************************************************/
/* BEGIN GLOBAL ELEMENT STYLES */
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.722;
    opacity: 0;
    transition: opacity .2s;
    transition-delay: .5s;
}

    body #render-body {
        min-height: 400px;
    }

a {
    /* Avoid overriding "button" links */
}

    a:link, a:visited, a:active {
        color: #3077B4;
    }

    a.btn-primary:link, a.btn-primary:visited, a.btn-primary:active {
        color: #ffffff;
    }

h1, h2, h3 {
    font-family: 'Encode Sans Compressed';
    font-weight: 700;
    color: #4b2e83;
}

h1 {
    font-size: 31px;
    margin: 30px 0;
}

h2 {
    font-size: 24px;
    margin: 20px 0;
}

h3, h4 {
    margin: 20px 0;
}

tbody {
    /*border: solid 1px #ddd;*/
}

th {
    font-weight: bold;
}

/* END GLOBAL ELEMENT STYLES */
/************************************************************************************************************/
/* BEGIN HEADER & SUPERHEADER */
#hdrOuter {
    background-color: #4b2e83;
    border-bottom: solid 1px #eeeeee;
    padding-top: 32px;
}

#hdrSuper {
    background-color: #444;
    border-bottom: solid 1px #333;
    color: #c0c0c0;
    padding: 5px 0;
    font-size: 14px;
    height: 35px;
}

    #hdrSuper a {
        color: #c0c0c0;
        text-decoration: none;
    }

        #hdrSuper a:hover {
            color: #fff;
        }

.div-circle {
    margin: -5px 3px 0 18px;
    width: 15px;
    height: 15px;
    font-size: 12px;
    text-align: center;
    padding: 0;
    line-height: 13px;
    font-weight: bold;
    background-color: #444;
    color: #c0c0c0;
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
}

.btn-default.div-circle:hover, .btn-default.div-circle:focus {
    background-color: #444;
    color: #c0c0c0;
}

ul.uw-thin-links li {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
}

    ul.uw-thin-links li a {
        font-weight: 600;
        color: #fff;
        font-size: 18px;
        font-family: "Encode Sans Compressed";
    }

/* END HEADER & SUPERHEADER */
/************************************************************************************************************/
/* BEGIN NAVBAR */
.navbar {
    border: none;
    margin-bottom: 0;
    background-color: #ffffff;
}

#navOuter {
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    -webkit-box-shadow: rgba(34, 25, 25, 0.4) 0px 1px 3.0px 0px;
    margin-bottom: 10px;
}

.navbar-brand, .navbar-default .navbar-nav > li > a {
    font-family: 'Encode Sans Compressed';
    font-weight: 800;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    color: #4b2e83;
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-brand {
    color: #85754D !important;
    padding-left: 0;
    height: 60px;
}

.navbar-collapse {
    padding-left: 0;
}

.dropdown-menu > li > a {
    font-family: 'Encode Sans Compressed';
    font-weight: 600;
    font-size: 15px;
}

    .dropdown-menu > li > a:hover {
        background-color: #d9d9d9;
    }

.dropdown-menu > .active > a, .dropdown-menu > .active a:focus, .dropdown-menu > .active a:hover {
    text-decoration: none;
    background-color: #d9d9d9;
    color: #333333;
    outline: 0;
}

.top-nav {
    font-family: "Encode Sans Compressed",sans-serif;
    letter-spacing: .01em;
    margin-top: 25px;
}

    .top-nav a {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
    }

        .top-nav a:hover {
            color: #b7a57a;
            text-decoration: none;
        }

        .top-nav a.active {
            color: #b7a57a;
            font-size: 18px;
            font-weight: 600;
        }

    .top-nav span.active {
        color: #b7a57a;
        font-size: 18px;
        font-weight: 600;
    }

.nav-pills > li.active > a, .nav-pills > li.active a:focus, .nav-pills > li.active a:hover {
    color: #000000;
    background-color: #d9d9d9;
}

.task {
    margin-right: 10px;
    color: #333;
}

.nav > li > a.task {
    padding-left: 10px;
}

/* END NAVBAR */
/************************************************************************************************************/
/* BEGIN BREADCRUMB */
.breadcrumb {
    margin-top: 3px;
}

    .breadcrumb > li + li:before {
        color: #aaa;
        content: "> ";
        padding: 0 5px;
    }

/* END BREADCRUMB */
/************************************************************************************************************/
/* BEGIN BUTTONS */
.btn-primary,
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    color: #fff;
    background-color: #4b2e83;
    border-color: #462170;
}

    .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-primary.dropdown-toggle,
    .open > .btn-primary.active,
    .open > .btn-primary.focus,
    .open > .btn-primary:active,
    .open > .btn-primary:focus,
    .open > .btn-primary:hover,
    .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #85754d;
        border-color: #80683A;
    }

/* END BUTTONS */
/************************************************************************************************************/
/* BEGIN FOOTER */
.footer {
    background: url("Images/footer_small.jpg") center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 20px 0 20px 0;
    background-color: #4b2e83;
    border-top: 7px solid #d1d1d1;
    position: relative;
    margin-top: 50px;
    color: #fff;
    font-size: 12px;
}

    .footer .be-boundless {
        font-size: 24px;
        background: url("Images/boundless.png") no-repeat center top transparent;
        display: block;
        text-indent: -99999px;
        margin: 10px 0 10px;
        opacity: .6;
        -o-transition: opacity .25s;
        -webkit-transition: opacity .25s;
        transition: opacity .25s;
    }

    .footer .be-boundless-left {
        /* Add this class if there are footer links */
        background-position-x: left;
    }

@media screen and (max-width: 767px) {
    .footer .be-boundless-left {
        /* bootstrap xs */
        background-position-x: center;
    }
}

.footer .nav a {
    color: #ccc;
}

    .footer .nav a:hover {
        color: #4b2e83;
    }

@media screen and (max-width: 767px) {
    .footer {
        /* bootstrap xs */
    }

        .footer ul.navbar-right {
            margin: auto auto;
            display: table;
            max-width: 400px;
        }
}

/* END FOOTER */
/************************************************************************************************************/
/* BEGIN PANELS */
.panel-primary {
    border-color: #c0c0c0;
}

    .panel-primary > .panel-heading {
        background-color: #d9d9d9;
        color: #000;
        border-color: #c0c0c0;
    }

/* END PANELS */
/* BEGIN ALERTS SECTION */
#alertRegion {
    padding-left: 0px;
}

.goToTop {
    position: fixed;
    top: 0;
    left: 30px;
    right: 0;
    z-index: 999;
}

/* END ALERTS SECTION */
/************************************************************************************************************/
/* BEGIN BOOTSTRAP MODAL THEME */
.modal-header {
    padding: 0;
    border: none;
}

    .modal-header .close {
        position: absolute;
        right: 15px;
        top: 15px;
        color: #fff;
        opacity: 1;
    }

.modal-footer {
    border: none;
    padding: 0 15px 15px;
}

.modal-title {
    margin: 0;
    padding: 8px 16px;
    text-align: center;
    background: #4b2e83;
    color: #fff;
    font-size: 24px;
    /* keep font-size consistent regardless of tag used */
}

/* END BOOTSTRAP MODAL THEME */
/************************************************************************************************************/
/* BEGIN UTILITY CLASSES */
/* Generic class to override default bold setting (for labels, etc.) */
.no-bold {
    font-weight: normal !important;
}

.red-text {
    color: red;
}

.skip-link {
    left: -100%;
    position: absolute;
}

    .skip-link:focus {
        color: #fff;
        left: 50%;
    }

/* glyphicon-none class can be used to keep conditional icons aligned in tables */
.glyphicon-none:before {
    content: "\2122";
    color: transparent !important;
}

/* UW-purple background */
.uw-purple-bg {
    background-color: #4b2e83;
}

/* Right-caret for expanding/collapsing elements */
.right-caret {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid transparent;
    border-left: 4px solid;
}

.well {
    background: #f9f9f9;
}

/* END UTILITY CLASSES */

.error-message {
    display: none;
}

.is-invalid {
    color: #ee0000;
}

    .is-invalid > .error-message {
        display: inline-block;
    }

.formLabel {
    text-align: right;
    font-weight: bold;
}


.form-label {
    font-weight: bold;
    margin-bottom: 0;
}
.sr-only {
    position:absolute;
    left:-99999px;
}

#skipToMain {
    position: absolute;
    left: -99999px;
    top: 0;
    background: #fff;
    color: #4b2e83;
    font-weight: 700;
    z-index: 999;
}
    #skipToMain:focus {
        left: 8px;
    }


@media screen and (min-width: 992px) {
    .form-horizontal .form-label {
        text-align: right;
    }
}