/* Minification failed. Returning unminified contents.
(2961,37): run-time error CSS1030: Expected identifier, found ','
(2961,56): run-time error CSS1031: Expected selector, found ')'
(2961,56): run-time error CSS1025: Expected comma or open brace, found ')'
(2984,37): run-time error CSS1030: Expected identifier, found ','
(2984,55): run-time error CSS1031: Expected selector, found ')'
(2984,55): run-time error CSS1025: Expected comma or open brace, found ')'
(3008,37): run-time error CSS1030: Expected identifier, found ','
(3008,55): run-time error CSS1031: Expected selector, found ')'
(3008,55): run-time error CSS1025: Expected comma or open brace, found ')'
(3028,37): run-time error CSS1030: Expected identifier, found ','
(3028,55): run-time error CSS1031: Expected selector, found ')'
(3028,55): run-time error CSS1025: Expected comma or open brace, found ')'
 */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Removes default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: none;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*

   Typography Styles

 */


/* ---------------------------------------
 * Defaults
 * --------------------------------------- */
html { font-size: 100%; }

body {
  font-family: 'Open Sans', sans-serif;
  text-rendering: optimizespeed;
}

a {
  text-decoration: none;
}

.upper {
  text-transform: uppercase;
}

.normal-case {
  text-transform: none;
}

.l-text {
  font-size: 1.15em;
  font-weight: bold;
}

.l-text i { font-weight: bold; }


/* ---------------------------------------
 * Baseline Grid
 * --------------------------------------- */

body {
  font-size: 1.00000em; /* 16px */
  line-height: 1.50000em; /* 24px */
}

article {
  max-width: 944px;
  margin: auto;
}

h1 {
  font-size: 6.87500em; /* 110px */
  line-height: 1.09091em; /* 120px */
  margin-top: 0.2182em; /* 24px */
  margin-bottom: 0.4364em; /* 48px */
}

h2 {
  font-size: 2.62500em; /* 42px */
  letter-spacing: -2px;
  line-height: 1.14286em; /* 48px */
  margin-top: 1.1429em; /* 48px */
  margin-bottom: 0.5714em; /* 24px */
}

h3 {
  font-size: 1.2500em; /* 20px */
  line-height: 1.84615em; /* 48px */
  margin-top: 0.9231em; /* 24px */
  margin-bottom: 0em;
}

p, ul {
  margin-top: 0em;
  margin-bottom: 1.5em;
}

small, aside {
  font-size: 0.62500em; /* 10px */
}

i {
  font-style: italic;
  font-weight: 400;
}


/* ---------------------------------------
 * Abstract Styles
 * --------------------------------------- */

.center {
  text-align: center;
}

.fancy-label {
  font-weight: 300;
  text-transform: capitalize;
}

.bold {
  font-weight: 700;
}

.close,
.close-download {
  font-weight: 800;
  line-height: 30px; /* use px value unless it doesn't work as expected */
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}

.small-print {
  font-size: 0.875em; /* 14px */
}

.program {
  font-size: 1.125em; /* 18px */
  font-weight: 700;
}

.justified {
  text-align: justify;
}


/* ---------------------------------------
 * Landing Page
 * --------------------------------------- */

.landing .logo-wrapper,
.landing-body .text-wrapper {
  font-size: 0.85em; /* 13.6 px */
}

.landing-col {
  font-size: 0.9375em; /* 15px */
}

.nv-slogan {
  font-size: 3.225em;
  line-height: 1em;
}


/* ---------------------------------------
 * Reports Pane
 * --------------------------------------- */

.pane {
  font-weight: 400;
}

.pane .active span {
  font-weight: 700;
}

.pane h4 {
  margin-top: 2.8em;
  margin-bottom: -0.5em;
}

.tab-pane {
  font-size: 0.8125em; /* 13px */
}

.conditions p {
  vertical-align: middle;
}


/* ---------------------------------------
 * Selectors
 * --------------------------------------- */

.components h1,
.components h2,
.components h3 {
  font-weight: 800;
}

.components h2 {
  letter-spacing: -2px;
}

.components h3 {
  letter-spacing: -1px;
}

.components .desc {
  font-size: 0.875em; /* 14px */
  font-weight: 300;
}

.component select {
  font-weight: 400;
}

.smooshed h3 {
  margin-top: 40px;
  margin-bottom: -0.5em;
}

.btn {
  font-size: 1em;
  font-weight: 700;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  vertical-align: middle;
}


/* ---------------------------------------
 * Notifications
 * --------------------------------------- */

.alert {
  font-size: 0.875em;
  text-align: center;
}


/* ---------------------------------------
 * Report Container
 * --------------------------------------- */

.components h2,
.components h3 {
  text-transform: capitalize;
}

.components h2 {
  margin-bottom: 0.285714em;
}

.components h3 {

}

.nav-tabs li {
  font-size: 0.875em;
  font-weight: 400;
}

footer,
.footnote {
  font-size: 0.75em; /* 12px */
}


/* ---------------------------------------
 * Filters
 * --------------------------------------- */

.tab-pane label {
  font-weight: 400;
}

.justify{
  text-align: justify;
}


/*

   Main Style Guide
   ----------------

   1. Basic Styles
   2. Abstract Classes
   3. Report List Pane
   4. Selectors
      4.1. Components
      4.2. Multi-select
      4.3. Buttons
   5. Notifications
   6. Report Container
   7. Filters
      7.1. Tabs
      7.2. Components
      7.3. Tab Content
   8. Navigation
   9. Transitions and Animations

  */


/* ---------------------------------------
 * 1. Basic Styles
 * --------------------------------------- */

body {
    background: white url('./images/top_pattern.gif') repeat-x top center;
    color: #707070;
}

a {
    color: #1F89AA;
}

    a:focus {
        color: #939393;        
        outline: dotted 2px #04e!important
    }

    a[data-href] {
        cursor: pointer;
    }

ul, ol {
    list-style-type: none;
    padding-left: 0;
}

    ol.ol {
        list-style-type: decimal;
        list-style-position: inside;
    }

form .padded-input {
    display: block;
    width: 250px;
}

form [type=submit] {
    float: right;
}

iframe {
    display: none;
}

/* landing page bg */
[data-groovy-bg]:nth-of-type(1) { /* required hack for chrome */
    background-size: cover;
    background-image: url(./images/walker_lake_02.jpg);
}

.container {
    margin: auto;
    padding: 48px;
    position: relative;
}

.narrow {
    width: 960px;
}

.container.landing {
    background-color: #FFF;
    padding: 0 0 48px 0;
    width: 800px;

    /*position: relative;*/
    /*top: 190px;*/
}

.landing .logo-wrapper {
    position: relative;
    z-index: 90;
    margin-top: 0;
    margin-bottom: 40px;
}

.container > .content {
    /*margin-top: 1.5em;*/
    /*margin-top: 70px;*/
    margin-top: 40px;
}

.logo-wrapper + label {
    margin-top: 2.5em;
}

.landing-logo {
    background-color: transparent;
    margin-bottom: -170px;
    position: relative;
    bottom: 178px;
    z-index: 19;
}

.standard-logo {
    margin-bottom: 0px;
}

.banner-info {
    margin: 0;
    width: 690px;
    position: relative;
    bottom: 0;
    z-index: 10;
    font-size: 1em;
}

.landing-copyright {
    background-color: #FFF;
    float: none;
    clear: both;
    height: 58px;
    padding-bottom: 23px;
    margin-bottom: -25px;
}

    .landing-copyright [href="http://www.emetric.net"] {
        margin-right: 20px;
    }

.nv-slogan {
    color: #4F81BD;
    display: inline-block;
    margin: 0 0 0 0.5em;
    width: 480px;
}

.v-centered-correctly {
    display: inline-block;
    vertical-align: middle;
}

.landing-resourcelist, .landing-announcementslist, .landing-cohortlist, .landing-dropoutlist {
    margin-bottom: 0px;
    margin-left: 16px;
    display: none;
}

.landing-announcements, .landing-announcementslist {
    font-size:17px;
}

.landing-cohortlist, .landing-dropoutlist {
  font-size: 14px;
}

.landing-contactlist {
    width: 260px;
    height: 180px;
    border: dotted 1px #aaa;
    position: absolute;
    padding: .5em 1em .6em 1em;
    background: #fffff2;
    display: none;
    font-size: 0.7em;
    margin-top: -150px;
}

.power-wrapper {
    position: absolute;
    right: 0;
    top: 0;
}

.landing-body a:hover {
    color: #11519E;
}

.media .l-text i {
  color: #ab9a30;
}

.landing-col {
    display: inline-block;
    margin-left: 5%;
    width: 44%;
}

    .landing-col h4 {
        color: #000;
        margin-top: 0;
        margin-bottom: 0.1em;
    }

.left,
.landing-left-col {
    float: left;
}

.right,
.landing-right-col {
    float: right;
    margin-right: 0;
}

.landing-desc {
    color: #000;
}

    .landing-desc b {
        display: block;
    }

.org-search {
    margin-bottom: 20px;
    position: relative;
}

    .org-search > ul {
        position: absolute;
        top: 33px;
        left: 54px;
        background-color: #fff;
        border-left: solid 1px #bbb;
        border-right: solid 1px #bbb;
        border-top: none;
        width: 199px;
    }

        .org-search > ul > li {
            padding: 4px 8px;
            border-bottom: solid 1px #bbb;
            cursor: pointer;
        }

            .org-search > ul > li:hover {
                background-color: #eee;
            }

        .org-search > ul ~ input {
            width: 197px;
            height: 27px;
            outline: 0;
        }

            .org-search > ul ~ input::-ms-clear {
                width: 0;
                height: 0;
            }

.landing-tips {
    position: absolute;
    width: 250px;
    border: 1px solid #bbb;
    top: 0;
    right: 0;
    font-size: 0.7em;
    padding: 10px;
    display: none;
}

.landing-body .media {
    margin-top: 3.6em;
}

.landing-body .text-wrapper {
    margin-top: 1em;
}

.landing-copyright {
    clear: both;
    padding-top: 1em;
    font-size: 0.8em;
    text-align: center;
}

    .landing-copyright ul {
        width: 210px;
    }

.list-divider {
    padding: 0 0.5em;
}

.toggle-resource {
    padding-top: 5px;
}

.media {
    width: 473px;
    margin-left: auto;
    margin-right: auto; 
    padding-bottom: 5px;
}

/* prevent jitter on main page when choosing different reports */
#main {
    overflow-y: scroll;
}

.footnote + footer {
    background-color: #FFF;
    border: 3px solid rgb(47, 150, 180);
    padding: 1em;
    position: absolute;
    bottom: 72px;
    z-index: 99999;
    -webkit-box-shadow: 3px 4px 4px 1px rgba(171, 174, 177, 0.7);
    -moz-box-shadow: 3px 4px 4px 1px rgba(171, 174, 177, 0.7);
    -o-box-shadow: 3px 4px 4px 1px rgba(171, 174, 177, 0.7);
    -ms-box-shadow: 3px 4px 4px 1px rgba(171, 174, 177, 0.7);
    box-shadow: 3px 4px 4px 1px rgba(171, 174, 177, 0.7);
}

    .footnote + footer ul {
        margin-bottom: 0;
        list-style: none;
    }

.chart-footnote {
  margin-top: 25px;
}


/* ---------------------------------------
 * 2. Abstract Styles
 * --------------------------------------- */

.overlay {
    /* fallback for IE */
    background: #FFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQIW2NkQALPnj37zwjjgzhSUlKMYAEYB8RmROaABAAMsA+2a23rGQAAAABJRU5ErkJggg==) repeat;
    background: rgba(255,255,255,0.8) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQIW2NkQALPnj37zwjjgzhSUlKMYAEYB8RmROaABAAMsA+2a23rGQAAAABJRU5ErkJggg==) repeat;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9999;
}

.hidden {
    display: none;
    z-index: -1;
}

.overlay-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #000000;
}

    .overlay-modal.fade {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.15s linear;
        -moz-transition: opacity 0.15s linear;
        -o-transition: opacity 0.15s linear;
        transition: opacity 0.15s linear;
    }

        .overlay-modal.fade.in {
            z-index: 998;
            opacity: 0.4;
            filter: alpha(opacity=40);
        }


.disabled {
    color: #777;
}

.h-centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.v-centered {
    margin: auto;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 500px;
    height: 360px;
}

.tab-pane .component .no-float {
    display: block;
    float: none;
}

.tab-pane .component .lbl-generic {
    display: inline-block;
    margin-left: 0.5em;
    width: 170px;
}

.close {
    background-color: #000;
    color: #FFF;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    z-index: 9999;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
}

    .close:hover,
    .close:focus {
        background-color: rgb(34, 103, 136);
        color: #FFF;
    }

.components .component .inline-label {
    display: inline-block;
    margin-left: 2px;
    margin-right: 12px;
    width: auto;
}

.components .component.full {
    display: block;
    margin-left: 0;
    width: 100%;
}

.components .component .download-elements label:first-child,
.components .component .savereport-elements label:first-child {
    width: 90px;
}

/* clearfix */
.reports:after,
.controls:after,
.components .component:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    zoom: 1;
}

.media * {
    margin-top: 0;
}

.media .scaled {
    width: 70px;
}

.media .text-wrapper {
    width: 80%;
}

    .media .text-wrapper.scaled-wrapper {
        width: 82%;
    }

.media-item {
    margin-bottom: 2em;
}

    .media-item.media-video-item {
        margin-bottom: 60px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 30px;
    }

        .media-item.media-video-item.last {
            border-bottom: none;
        }

    .media-item:first-of-type {
        margin-top: 0;
    }

    .media-item .media-left {
        display: inline-block;
        vertical-align: middle;
        width: 140px;
    }

    .media-item .center {
        color: #4F81BD;
    }

    .media-item .media-title {
        display: inline-block;
        width: 150px;
        vertical-align: top;
        margin-right: 10px;
        color: #4F81BD;
    }

    .media-item .media-video {
        display: inline-block;
        width: 650px;
        height: 400px;
        vertical-align: top;
    }

        .media-item .media-video iframe {
            display: block;
            border: none;
        }

.media .media-img {
    margin-top: 1em;
}


/* ---------------------------------------
 * 3. Reports Pane
 * --------------------------------------- */

.program {
    color: rgb(48, 153, 48);
    display: inline-block;
    position: relative;
    bottom: 3px;
    right: 320px;
    margin-bottom: 0px;
}

    .program i {
        color: rgb(75, 75, 75);
    }

.landing .program {
    bottom: 10px;
    right: 230px;
    font-size: 1.5em;
}

.reports {
    overflow: hidden;
    height: auto;
    width: 90%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -o-column-count: 2;
    -ms-column-count: 2;
    column-count: 2;
}

    .reports li {
        padding-left: 2px;
    }

.student-search {
    margin-bottom: 1em;
}

    .student-search label {
        vertical-align: middle;
    }

    .student-search input {
        border: 1px solid rgb(196, 196, 196);
        width: 160px;
        padding: 2px 6px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
        display: inline-block;
        vertical-align: middle;
    }

    .student-search .btn-student-search {
        padding: 3px 12px;
        display: inline-block;
        vertical-align: middle;
    }


.pane {
    border-bottom: 1px solid #DADADA;
}

[data-groovy-bg] .landing-pane {
    border-bottom: 0;
    margin-top: 180px;
}

.landing .pane {
    position: relative;
}

/*.pane > img {*/
/*display: block;*/
/*margin: 0.5em 0 1.5em;*/
/*}*/

.pane [type=radio] {
    margin-right: 6px;
}

.pane label {
    color: #424242;
    display: inline-block;
    vertical-align: middle;
}

.landing-body a,
.pane .active,
.fancy-label.active,
.main-nav a {
    color: #005A8E;
}

/* queued pdf header */
.pane.pane2 {
    border-bottom: none;
}

.saved-report-list {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    border: solid 2px #cce6ec;
    padding: 16px;
}

    .saved-report-list small {
        cursor: pointer;
    }

.saved-report {
    margin-left: 20px;
}

    .saved-report:hover {
        background-color: #cce6ec;
        cursor: pointer;
    }

.saved-report-current {
    font-weight: bold;
}

.saved-report-pane {
    display: inline-block;
    vertical-align: top;
    max-width: 50%;
    border: solid 2px #cce6ec;
    padding: 16px;
    margin-left: 10px;
}

.change_language {
    color: #000;
    font-weight: bold;
}

/* ---------------------------------------
 * 4. Selectors
 * --------------------------------------- */

.two-selector-table, table.two-selector-table tr, table.two-selector-table td {
    border: none !important;
}

/* 4.1 Components */
.components {
    color: #424242;
}

    .components .component:first-child {
        border-top: none;
        padding-top: 0em;
    }

    .components .component {
        border-top: 1px solid #dadada;
        margin-top: 1.25em;
        padding-top: 1.25em;
    }

.sel-type-wrapper.component .component:first-child {
    float: left;
    margin-left: 0px;
}

.sel-type-wrapper.component .component {
    margin-top: 0em;
    padding-top: 0em;
    margin-left: 20px;
}

.desc-ib {
    display: inline-block;
    width: 60%;
    margin-bottom: 1em;
}

.search-filter {
    display: inline-block;
    width: 60%;
    font-size: 14px;
}

    .search-filter a.removesort {
        color: #1A2391;
    }

.components .component label {
    display: block;
    width: 100%;
}

.components .component select {
    width: 100%;
}

.components .component .inlined {
    display: inline-block;
    float: left;
    margin-right: 16px;
    padding-top: 6px;
    width: auto;
}

.components h2 {
    display: inline-block;
    width: 80%;
}

    .components h2 + .fancy-label {
        float: right;
    }

.content .components.widen {
    margin-left: 0;
    width: 100%;
    position: relative;
}

    .content .components.widen h2 {
        margin-top: 0;
    }

.content .components .component:last-of-type {
    border-bottom: none;
}

.pane .fancy-label,
.component label {
    margin-bottom: 12px;
}

.padded-input,
.component select {
    border-color: #dadada;
    border-style: solid;
    padding: 6px;
    margin-bottom: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.component table {
    margin-left: -10px;
}

    .component table td {
        padding: 0.2em 1em;
    }

    .component table tr > th:not([colspan]):first-child,
    .component table tr > td:first-child {
        border-right: 1px solid #dadada;
    }

    .component table tr:nth-of-type(1) > th,
    .component table tr:nth-of-type(1) > td {
        border-bottom: 1px solid #dadada;
    }

.sink {
    clear: both;
    float: right;
    display: block;
    margin: 24px 0;
}

    .sink.right {
        margin-top: 0;
    }

.component.sink {
    width: 100%;
}

.components .sink {
    position: relative;
    right: 220px;
}

/* 4.2 Multi-select */
.components [id^=organization] {
    width: 100%;
}

.components .org-select,
.components .multi-org-select {
    padding-top: 0.5em;
}

    .components .org-select [for="district-sel"],
    .components .org-select [name="district-sel"],
    .components .multi-org-select [for="district-sel"],
    .components .multi-org-select [name="district-sel"] {
        display: none;
        width: auto;
    }

    .components .org-select .component,
    .components .multi-org-select .component {
        margin-bottom: 0;
    }

        .components .org-select .component:nth-of-type(n + 2),
        .components .multi-org-select .component:nth-of-type(n + 2) {
            margin-left: 20px;
        }

        .components .org-select .component > *,
        .components .multi-org-select .component > * {
            margin-bottom: 0;
        }

    .components .org-select .sel-type-wrapper,
    .components .multi-org-select .sel-type-wrapper {
        border-bottom: none;
        display: block;
        padding-bottom: 0.5em;
    }

        .components .org-select .sel-type-wrapper .component,
        .components .multi-org-select .sel-type-wrapper .component {
            border-bottom: none;
            padding-bottom: 0;
        }

    .components .org-select [name*="organization"] {
        width: auto;
    }

    .components .multi-org-select .select-multiple {
        margin-top: 1em;
    }

    .components .multi-org-select .input-wrapper {
        margin: 0.96em 0 0.5em;
    }

        .components .multi-org-select .input-wrapper > div {
            display: inline-block;
            margin-left: 70px;
            width: 290px;
        }

            .components .multi-org-select .input-wrapper > div input {
                border: 1px solid rgb(196, 196, 196);
                width: 130px;
                padding: 2px 6px;
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                -o-border-radius: 2px;
                -ms-border-radius: 2px;
                border-radius: 2px;
            }

        .components .multi-org-select .input-wrapper label {
            display: inline-block;
            float: left;
            margin-right: 12px;
            width: auto;
            vertical-align: middle;
        }

        .components .multi-org-select .input-wrapper > input {
            width: 170px;
        }

    .components .multi-org-select [name=org-type],
    .components .org-select [name=org-type] {
        margin-bottom: 0;
        width: 200px;
    }

    .components .multi-org-select [multiple] {
        display: inline-block;
        float: left;
        height: 300px;
        width: 300px;
    }

.components .multi-select-list {
    display: none;
    float: left;
    margin: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 300px;
    width: 300px;
    border: 1px solid #dadada;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

    .components .multi-select-list li {
        list-style: none;
        padding: 5px 0px 5px 5px;
    }

        .components .multi-select-list li:hover {
            background: #DDD;
            cursor: pointer;
        }

        .components .multi-select-list li.selected {
            background: rgb(122, 114, 114);
            color: #fff;
        }

.components .multi-select-controls {
    display: inline-block;
    float: left;
    margin: auto;
    padding-top: 13%;
    width: 15%;
}

    .components .multi-select-controls button {
        display: block;
        margin: auto auto 1em;
    }

[data-type="S"] {
    background-color: #DDD;
}

[data-type="D"] {
    background-color: #EEE;
}

/* 4.3 Buttons */
.btn {
    /* Borrowed and tweaked from Twitter Bootstrap */
    background-repeat: repeat-x;
    background-position: top center;
    background-image: -webkit-linear-gradient(top, white, rgb(230, 230, 230));
    background-image: -moz-linear-gradient(top, white, rgb(230, 230, 230));
    background-image: -o-linear-gradient(top, white, rgb(230, 230, 230));
    background-image: -ms-linear-gradient(top, white, rgb(230, 230, 230));
    background-image: linear-gradient(top, white, rgb(230, 230, 230));
    border: 1px solid #bbbbbb;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-bottom-color: #a2a2a2;
    color: #ffffff;
    padding: 6px 12px;
    /* IE Gradients */
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#E6E6E6', GradientType=0);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-small {
    padding: 2px 5px;
}

.btn-blue,
.btn-refresh {
    color: #ffffff;
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    /* IE fix */
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
}

    .btn-blue:hover,
    .btn-blue:active,
    .btn-blue:focus,
    .btn-refresh:hover,
    .btn-refresh:active,
    .btn-refresh:focus {
        background: rgb(0, 68, 204);
    }

.btn-light-blue,
.tab-active,
.current {
    color: #ffffff;
    background-image: -moz-linear-gradient(top, rgb(91, 192, 222), rgb(47, 150, 180));
    background-image: -webkit-linear-gradient(top, rgb(91, 192, 222), rgb(47, 150, 180));
    background-image: -o-linear-gradient(top, rgb(91, 192, 222), rgb(47, 150, 180));
    background-image: linear-gradient(to bottom, rgb(91, 192, 222), rgb(47, 150, 180));
    /* IE fix */
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#5BC0DE', endColorstr='#2F96B4', GradientType=0);
}

    .btn-light-blue:hover,
    .btn-light-blue:active,
    .btn-light-blue:focus,
    .current:hover,
    .current:active,
    .current:focus, {
        background: rgb(47, 150, 180);
    }

.btn-link {
    color: #424242;
    margin-right: 8px;
}



/* ---------------------------------------
 * 5. Notifications
 * --------------------------------------- */

.alert {
    display: none;
    margin: auto;
    padding: 9px 14px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 400px;
    z-index: 999;
    border: 2px solid rgb(134, 177, 134);
    border-top: none;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -o-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
}

.alert-success {
    color: rgb(27, 85, 50);
    background-image: -webkit-linear-gradient(bottom, rgb(150, 218, 150) 0%, rgb(88, 163, 103) 70%, rgb(86, 150, 114) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(150, 218, 150) 0%, rgb(88, 163, 103) 70%, rgb(86, 150, 114) 100%);
    background-image: -o-linear-gradient(bottom, rgb(150, 218, 150) 0%, rgb(88, 163, 103) 70%, rgb(86, 150, 114) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(150, 218, 150) 0%, rgb(88, 163, 103) 70%, rgb(86, 150, 114) 100%);
    background-image: linear-gradient(bottom, rgb(150, 218, 150) 0%, rgb(88, 163, 103) 70%, rgb(86, 150, 114) 100%);
    /* IE fix */
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#96DA96', endColorstr='#569672', GradientType=0);
    -webkit-box-shadow: 0 0 7px 0 rgb(8, 85, 8), 0 -1px 2px 0 rgb(216, 255, 222) inset;
    -moz-box-shadow: 0 0 7px 0 rgb(8, 85, 8), 0 -1px 2px 0 rgb(216, 255, 222) inset;
    -o-box-shadow: 0 0 7px 0 rgb(8, 85, 8), 0 -1px 2px 0 rgb(216, 255, 222) inset;
    -ms-box-shadow: 0 0 7px 0 rgb(8, 85, 8), 0 -1px 2px 0 rgb(216, 255, 222) inset;
    box-shadow: 0 0 7px 0 rgb(8, 85, 8), 0 -1px 2px 0 rgb(216, 255, 222) inset;
}

.alert-info {
    color: rgb(66, 70, 68);
    background-image: -webkit-linear-gradient(bottom, rgb(102, 236, 231) 0%, rgb(71, 197, 191) 70%, rgb(85, 160, 148) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(102, 236, 231) 0%, rgb(71, 197, 191) 70%, rgb(85, 160, 148) 100%);
    background-image: -o-linear-gradient(bottom, rgb(102, 236, 231) 0%, rgb(71, 197, 191) 70%, rgb(85, 160, 148) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(102, 236, 231) 0%, rgb(71, 197, 191) 70%, rgb(85, 160, 148) 100%);
    background-image: linear-gradient(bottom, rgb(102, 236, 231) 0%, rgb(71, 197, 191) 70%, rgb(85, 160, 148) 100%);
    /* IE fix */
    /* filter: progid:dximagetransform.microsoft.gradient(startColorstr='#66ECE7', endColorstr='#55A095', GradientType=0);*/
    background-color: #66ECE7\9;
    border: 2px solid rgb(0, 150, 163);
    -webkit-box-shadow: 0 0 7px 0 rgb(8, 79, 85), 0 -1px 2px 0 rgb(216, 253, 255) inset;
    -moz-box-shadow: 0 0 7px 0 rgb(8, 79, 85), 0 -1px 2px 0 rgb(216, 253, 255) inset;
    -o-box-shadow: 0 0 7px 0 rgb(8, 79, 85), 0 -1px 2px 0 rgb(216, 253, 255) inset;
    -ms-box-shadow: 0 0 7px 0 rgb(8, 79, 85), 0 -1px 2px 0 rgb(216, 253, 255) inset;
    box-shadow: 0 0 7px 0 rgb(8, 79, 85), 0 -1px 2px 0 rgb(216, 253, 255) inset;
}

    .alert-info img {
        position: relative;
        top: 3px;
    }


.alert-error {
    color: rgb(63, 39, 39);
    background-image: -webkit-linear-gradient(bottom, rgb(218, 150, 150) 0%, rgb(163, 88, 88) 70%, rgb(150, 86, 86) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(218, 150, 150) 0%, rgb(163, 88, 88) 70%, rgb(150, 86, 86) 100%);
    background-image: -o-linear-gradient(bottom, rgb(218, 150, 150) 0%, rgb(163, 88, 88) 70%, rgb(150, 86, 86) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(218, 150, 150) 0%, rgb(163, 88, 88) 70%, rgb(150, 86, 86) 100%);
    background-image: linear-gradient(bottom, rgb(218, 150, 150) 0%, rgb(163, 88, 88) 70%, rgb(150, 86, 86) 100%);
    /* IE fix */
    /* filter: progid:dximagetransform.microsoft.gradient(startColorstr='#DA9696', endColorstr='#965656', GradientType=0); */
    background-color: #DA9696\9;
    border: 2px solid rgb(177, 134, 134);
    -webkit-box-shadow: 0 0 7px 0 rgb(85, 8, 8), 0 -1px 2px 0 rgb(255, 216, 216) inset;
    -moz-box-shadow: 0 0 7px 0 rgb(85, 8, 8), 0 -1px 2px 0 rgb(255, 216, 216) inset;
    -o-box-shadow: 0 0 7px 0 rgb(85, 8, 8), 0 -1px 2px 0 rgb(255, 216, 216) inset;
    -ms-box-shadow: 0 0 7px 0 rgb(85, 8, 8), 0 -1px 2px 0 rgb(255, 216, 216) inset;
    box-shadow: 0 0 7px 0 rgb(85, 8, 8), 0 -1px 2px 0 rgb(255, 216, 216) inset;
}

.alert-warning {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5;
}

/* ---------------------------------------
 * 6. Report Container
 * --------------------------------------- */

.back-link {
    position: absolute;
    right: 48px;
}

    .back-link img {
        display: inline-block;
        margin-left: 12px;
        vertical-align: middle;
    }

.report-name {
    position: relative;
    top: 1em;
}



    /* One hack deserver another */
    .report-name + div > .component > .component {
        border-bottom: none;
    }

    .report-name .report-back {
        background: url(images/back.png) no-repeat;
        padding-left: 20px;
        font: 07em;
        position: absolute;
        right: 20px;
        line-height: 17px;
        top: 10px;
    }

.back-selection {
    background: url(images/back.png) 0 no-repeat;
    padding-left: 20px;
}

.report-container {
    clear: both;
    visibility: hidden;
}

.report-grid {
    height: 350px;
    border: 1px solid #bbb;
}

.report-actions {
    display: inline-block;
    position: relative;
    float:right;
}

.report-component {
    text-align: right;
    margin: 1.25em 0;
}

    .report-component select {
        border-color: #dadada;
        border-style: solid;
        padding: 6px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        font-weight: 400;
    }

.report-change {
    position: absolute;
    right: 54px;
    z-index: 200;
    top: 42px;
}

    .report-change select {
        border-color: #dadada;
        border-style: solid;
        padding: 6px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        font-weight: 400;
    }

.highcharts-container {
    margin-top: 3px;
}
/* ---------------------------------------
 * 7. Filters
 * --------------------------------------- */

.tab-container {
    width: 70%;
    clear: both;
    position: relative;
    z-index: 99999;
}

.download-panel,
.savereport-panel,
.sharereport-panel {
    width: 360px;
    position: absolute;
    right: 60px;
    top: 114px;
}

    .download-panel .tab-content > *,
    .savereport-panel .tab-content > *,
    .sharereport-panel .tab-content > *
     {
        display: block;
    }

    .download-panel .tab-content .component button,
    .savereport-panel .tab-content .component button
    .sharereport-panel .tab-content .component button
    {
        clear: none;
        margin-right: 8px;
    }


/* 7.1 Tabs */
.nav-tabs {
    display: inline-block;
    margin-bottom: -1px;
    position: relative;
    z-index: 10;
    float:left;
}

    .nav-tabs li {
        float: left;
        padding: 0.5em 0.5em 0;
        margin-right: 4px;
        width: auto;
        -webkit-border-radius: 8px 8px 0 0;
        -moz-border-radius: 8px 8px 0 0;
        -o-border-radius: 8px 8px 0 0;
        -ms-border-radius: 8px 8px 0 0;
        border-radius: 8px 8px 0 0;
    }

        .nav-tabs li a {
            color: #424242;
        }

    .nav-tabs .current a {
        color: #FFF;
    }

.tab-pane {
    background: #FFF;
    color: #424242;
    max-height: 740px;
    overflow-y: auto;
}

    /* 7.2 Components */
    .tab-pane .component {
        border-bottom: none;
        clear: both;
        display: table;
        margin-bottom: 0;
        padding: 24px 0 24px 24px;
        width: 96%;
        position: relative;
        z-index: 100;
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        -o-border-radius: 0 0 4px 4px;
        -ms-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
    }

        .tab-pane .component select {
            width: auto;
        }

        .tab-pane .component button {
            clear: both;
            float: left;
            margin-top: 2em;
        }

        .tab-pane .component .component {
            border-bottom: none;
            margin-bottom: 0;
            margin-right: 2em;
            min-width: auto;
            vertical-align: middle;
        }

        .tab-pane .component .label-desc {
            padding-top: 1em;
            padding-bottom: 1em;
        }

        .tab-pane .component > *,
        .tab-pane .component .component > * {
            margin-top: 0;
            margin-bottom: 0;
        }

    .tab-pane .hide-link {
        display: inline-block;
        float: right;
        width: 80px;
        position: relative;
        right: 8px;
    }

    .tab-pane .controls .checkbox,
    .tab-pane .controls .radio {
        display: inline-block;
        vertical-align: top;
        width: 160px;
    }

    .tab-pane [type=checkbox] {
        margin-right: 12px;
    }

    .tab-pane .conditions .btn {
        float: none;
        margin-top: 0;
    }

    .tab-pane .current-criteria [type=checkbox] {
        margin: 0;
        padding: 0;
    }

.conditions li {
    margin-bottom: 1em;
}

.conditions p {
    display: inline-block;
}

.component .fancy-label + .btn-light-blue {
    float: none;
    display: inline-block;
    margin-top: 0;
}

.component .component {
    border: none;
    display: inline-block;
    clear: both;
    float: none;
    min-width: 240px;
    width: auto;
    padding-left: 0;
}

.label-desc {
    background-color: rgb(232, 243, 248);
    margin-bottom: 1.5em;
    padding: 1.5em 1em;
    max-width: 98%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

    .label-desc p {
        margin-bottom: 0;
    }

/* 7.3 Tab Content */
.tab-content {
    background-color: #FFF;
    border: 6px solid rgb(47, 150, 180);
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 99999;
    -webkit-box-shadow: 3px 4px 4px 1px rgba(171, 174, 177, 0.7);
    -moz-box-shadow: 3px 4px 4px 1px rgba(171, 174, 177, 0.7);
    -o-box-shadow: 3px 4px 4px 1px rgba(171, 174, 177, 0.7);
    -ms-box-shadow: 3px 4px 4px 1px rgba(171, 174, 177, 0.7);
    box-shadow: 3px 4px 4px 1px rgba(171, 174, 177, 0.7);
    margin-top: 4px;
}

    .tab-content > * {
        display: none;
    }

    .tab-content .close {
        display: inline-block;
        top: -19px;
    }

.controls {
    /*margin-bottom: 1.4em;*/
    margin-bottom: 4px;
}

    .controls .control-wrapper-score:first-child {
        margin-right: 6em;
    }

    .controls .control-wrapper-score-half:first-child {
        margin-left: 6em;
    }

.control-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 200px;
}

    .control-wrapper [type=checkbox] {
        vertical-align: top;
        display: inline-block;
        margin-top: 6px;
    }

.control-wrapper-score {
    float: left;
    width: 96px;
}

.control-wrapper-score-half {
    float: left;
    width: 50px;
}

.checkbox-wrapper, .radio-wrapper {
    float: left;
    margin-right: 40px;
    width: auto;
}

    .checkbox-wrapper [type=checkbox], .radio-wrapper [type=radio] {
        margin-right: 8px;
    }

.components .checkbox-wrapper label, .components .radio-wrapper label {
    display: inline-block;
    width: auto;
}

.download-panel .tab-pane .component form,
.savereport-panel .tab-pane .component form {
    border-top: 1px solid #dadada;
    display: none;
    margin-top: 2em;
    padding-top: 2em;
}

.download-panel .tab-pane .component button,
.savereport-panel .tab-pane .component button {
    float: none;
    margin-top: 0;
    vertical-align: baseline;
}

.download-panel .tab-pane .component,
.savereport-panel .tab-pane .component,
.sharereport-panel .tab-pane .component
 {
    margin-bottom: 0;
    width: auto;
}

    .savereport-panel .tab-pane .component select {
        display: inline-block;
    }

.download-input {
    width: 135px;
}

.score-header {
    margin-bottom: 1.5em;
}

.score-margin {
    margin-right: 1.5em;
}

.group-header {
    margin-right: 1em;
}

[name=pagenum] {
    display: block;
    margin-top: 1em;
}

[name=demographic] {
    display: inline-block;
    margin-right: 1em;
}

    [name=demographic] + .fancy-label {
        display: inline-block;
        width: 120px;
    }

.score-groupheader {
    font-weight: bold !important;
    margin-left: 25px;
}

ul.domains {
    list-style-type: disc;
    list-style-image: url(images/arrow.png);
    margin: 0 0 0 75px;
    position: relative;
}

.domains li {
    margin-bottom: 3px;
}

    .domains li a {
        color: #06c;
    }

        .domains li a:hover {
            text-decoration: underline;
        }

a.httplink {
    color: #06c !important;
    margin-left: 15px;
}

.profile-table {
    border: 1px solid #000;
    width: 100%;
}

    .profile-table tr, .profile-table td {
        border: 1px solid #000;
    }

    .profile-table ul {
        margin-left: 15px;
    }

/* ---------------------------------------
 * 8. Navigation
 * --------------------------------------- */

.main-nav {
    color: #000;
    min-width: 400px;
    position: absolute;
    top: 20px;
    right: 3em;
    z-index: 100;
    text-align: right;
    margin-right: 40px;
}

.home-link {
    display: none;
    position: absolute;
    top: 30px;
    left: 48px;
    z-index: 100;
}

.home-link-standalone {
    display: block;
    margin-bottom: 2em;
    position: relative;
    top: -2em;
    left: 0;
}

.home-link-2 + h4 {
    margin: 2em 0;
}

.nav-link {
    border-left: 1px dotted #E0E0E0;
    padding-right: 1em;
    padding-left: 1em;
    width: auto;
}


    .nav-link.first,
    .nav-link:first-child {
        border-left: none;
        padding-left: 1.5em;
    }



/* ---------------------------------------
 * 9. Transitions and animations
 * --------------------------------------- */

.download-form {
    visibility: hidden;
    opacity: 0;
}

.fades {
    -webkit-transition: visibility 0.5s ease, opacity 0.5s ease;
    -moz-transition: visibility 0.5s ease, opacity 0.5s ease;
    -o-transition: visibility 0.5s ease, opacity 0.5s ease;
    -ms-transition: visibility 0.5s ease, opacity 0.5s ease;
    transition: visibility 0.5s ease, opacity 0.5s ease;
}

.fades-longer {
    -webkit-transition: visibility 1s ease, opacity 1s ease;
    -moz-transition: visibility 1s ease, opacity 1s ease;
    -o-transition: visibility 1s ease, opacity 1s ease;
    -ms-transition: visibility 1s ease, opacity 1s ease;
    transition: visibility 1s ease, opacity 1s ease;
}

.fades-out {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
}

.fades-in {
    visibility: visible;
    opacity: 1;
}

html.touch .fades-out {
    display: none;
}

html.touch .fades-in {
    display: block;
}

.highlights {
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

.modal-container {
    background-color: white;
    border: 6px solid #2F96B4;
    display: none;
    margin-left: -300px;
    padding: 10px;
    width: 600px;
    position: fixed;
    top: 20%;
    left: 50%;
    z-index: 99999;
    -webkit-box-shadow: 3px 4px 4px 1px rgba(171, 174, 177, 0.7);
    -moz-box-shadow: 3px 4px 4px 1px rgba(171, 174, 177, 0.7);
    -o-box-shadow: 3px 4px 4px 1px rgba(171, 174, 177, 0.7);
    -ms-box-shadow: 3px 4px 4px 1px rgba(171, 174, 177, 0.7);
    box-shadow: 3px 4px 4px 1px rgba(171, 174, 177, 0.7);
}

    .modal-container .close {
        display: inline-block;
        top: -19px;
    }
/* ---------------------------------------
 * 9. Profile
 * --------------------------------------- */
.profile {
    position: relative;
}

    .profile h1 {
        font-size: 1.125em;
        line-height: 1.09091em;
        margin-top: 2em;
        margin-bottom: 1em;
        color: #000;
    }

        .profile h1 span {
            font-size: 0.8em;
            font-weight: normal;
        }

.profile-bread {
    font-size: 0.7em;
    text-align: right;
    margin-bottom: 1em;
}

    .profile-bread em {
        font-size: 0.7147em;
    }

.profile-title h2 {
    font-size: 1.3em;
    letter-spacing: 0px;
    line-height: 1.14286em;
    margin: 0.5em 0;
    text-align: center;
    color: #000;
}

.profile-left {
    position: absolute;
    width: 250px;
    left: 0;
}

.profile-table {
    border: 2px solid #bbb;
    padding: 10px;
    color: #005A8E;
    font-size: 0.8em;
}

    .profile-table strong {
        font-weight: 800;
        font-size: 0.9em;
    }

    .profile-table:last-child {
        border-top: 0;
    }



    .profile-table ul {
        margin: 0;
    }

    .profile-table.profile-basinfo {
        border-top: 2px solid #bbb;
    }

.profile-box {
    margin: 0 0 0 300px;
    font-size: 0.8em;
    border: 2px solid #bbb;
    padding: 0 15px 15px 15px;
    position: relative;
}

  .profile-box.resources-box {
    margin: 0 0 0 0px;
  }

    .profile-box h3 {
        font-size: 1.125em;
        line-height: 1.09091em;
        margin: 1em 0;
    }

    .profile-box a {
        cursor: pointer;
    }

.profile-tab {
    position: absolute;
    height: 34px;
    top: -34px;
    left: -3px;
}


    .profile-tab ul {
        margin: 0;
    }

        .profile-tab ul li {
            float: left;
            padding: 0.5em 0.5em 0;
            margin-right: 4px;
            width: auto;
            -webkit-border-radius: 8px 8px 0 0;
            -moz-border-radius: 8px 8px 0 0;
            -o-border-radius: 8px 8px 0 0;
            -ms-border-radius: 8px 8px 0 0;
            border-radius: 8px 8px 0 0;
            color: #424242;
            cursor: pointer;
        }

            .profile-tab ul li.active {
                color: #ffffff;
                background-image: -moz-linear-gradient(top, rgb(91, 192, 222), rgb(47, 150, 180));
                background-image: -webkit-linear-gradient(top, rgb(91, 192, 222), rgb(47, 150, 180));
                background-image: -o-linear-gradient(top, rgb(91, 192, 222), rgb(47, 150, 180));
                background-image: linear-gradient(to bottom, rgb(91, 192, 222), rgb(47, 150, 180));
                filter: progid:dximagetransform.microsoft.gradient(startColorstr='#5BC0DE', endColorstr='#2F96B4', GradientType=0);
            }

.profile-content ul {    
    margin-top: 0;
    margin-right: 0;    
    margin-left: 1.5em;
    list-style-type: disc;
}


.profile-content strong {
    display: block;
    font-size: 0.9em;
}

.profile-back {
    background: url(images/back.png) no-repeat;
    padding-left: 20px;
}

    .profile-back:hover {
        background-image: url(images/back_hover.png);
    }

.profile-tab-container {
    display: none;
}

#tab-profile .profile-content strong, #tab-parents .profile-content strong, #tab-curriculum .profile-content strong {
    display: inline;
}

#tab-profile .profile-content blockquote, #tab-parents .profile-content blockquote, #tab-curriculum .profile-content blockquote {
    margin-left: 0;
}

#tab-profile .profile-content table, #tab-parents .profile-content table, #tab-curriculum .profile-content table {
    margin: 0 !important;
}

#tab-profile .profile-content font, #tab-parents .profile-content font, #tab-curriculum .profile-content font {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 100% !important;
    line-height: 1.50000em !important;
}

#tab-profile .profile-content p, #tab-parents .profile-content p, #tab-curriculum .profile-content p {
    margin-left: 0 !important;
    line-height: 1.50000em !important;
}

#tab-profile .profile-content span, #tab-parents .profile-content span, #tab-curriculum .profile-content span {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 100% !important;
    line-height: 1.50000em !important;
}

/************************************/


.message-box {
    font-size: 0.8em;
    border: 2px solid #bbb;
    padding: 0 15px 55px 15px;
    position: relative;
}

.message-language-link {
    margin-top: 30px;
    text-align: left;
    cursor: pointer;
}

    .message-language-link .active {
        color: #000000;
        font-weight: bold;
    }

.disclaimer-box {
    margin: 30px 0 0 0;
    font-size: 0.8em;
    border: 2px solid #bbb;
    padding: 0 15px 55px 15px;
    position: relative;
}

    .disclaimer-box h3 {
        font-size: 1.125em;
        line-height: 1.09091em;
        margin: 1em 0;
    }

.disclaimer-title {
    margin: 30px 0 0 0;
}

    .disclaimer-title h2 {
        font-size: 1.3em;
        letter-spacing: 0px;
        line-height: 1.14286em;
        margin: 0.5em 0;
        text-align: center;
        color: #000;
    }

.message-box-table {
    width: 100%;
    background: white;
    border-collapse: collapse;
}

.message-box-p {
    font-size: 10.0pt;
    color: #3366FF;
}

.message-box-header {
    width: 100%;
}

    .message-box-header td {
        vertical-align: top;
    }

/* Glossary */
.terms td {
    padding-bottom: 30px;
    vertical-align: top;
}

.leftCol {
    width: 20%;
    text-align: left;
    font-weight: bold;
}

#alphaLinks a {
    display: inline-block;
    margin-bottom: 30px;
    padding: 0 25px;
    text-decoration: underline;
}

/* ---------------------------------------
 * 10. FAQ
 * --------------------------------------- */
ul.accountabilityInfo {
    margin: 0 0 0 1.5em;
    list-style-type: disc;
}


.menu-container {
    position: absolute;
    margin: 0;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    z-index: 1000;
    background-color: #fafafa;
    border-color: #ddd;
    color: #444;
    display: none;
    font-size: 12px;
    min-width: 120px;
    -moz-box-shadow: 2px 2px 3px #cccccc;
    -webkit-box-shadow: 2px 2px 3px #cccccc;
    box-shadow: 2px 2px 3px #cccccc;
    top: 0;
    left: 110px;
}

.menu-list {
    margin: 0;
    padding: 0;
}

    .menu-list .menu-item {
        position: relative;
        margin: 0;
        padding: 0;
        white-space: nowrap;
        cursor: pointer;
        border-width: 1px;
        height: 20px;
        border-style: solid;
        line-height: 20px;
        border-color: transparent;
        _border-color: #fafafa;
        padding-left: 10px;
    }

        .menu-list .menu-item:hover,
        .menu-list .menu-item.active {
            -moz-border-radius: 5px 5px 5px 5px;
            -webkit-border-radius: 5px 5px 5px 5px;
            border-radius: 5px 5px 5px 5px;
            border-color: #b7d2ff;
            color: #000000;
            background: #eaf2ff;
        }

    .menu-list .menu-item-disabled,
    .menu-list .menu-item-disabled:hover {
        color: gray;
        border: none;
        background: none;
    }

.htmlgrid {
    position: relative;
    z-index: 100;
    overflow: hidden;
}

.frozengrid {
    position: absolute;
    top: 0;
    bottom: 16px;
    overflow: hidden;
    z-index: 200;
}

.frozentopgrid {
    position: absolute;
    top: 0;
    right: 16px;
    overflow: hidden;
    left: 0;
    z-index: 250;
}

.cell-menu:hover {
    cursor: pointer;
    text-decoration: underline;
}

.cell-menu {
    color: #06C;
}


.scrollgrid {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: scroll;
    z-index: 100;
    left: 0;
}

.fixgrid {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 300;
}

.fullgrid {
    height: 100%;
    width: 1182px;
}

    .fullgrid table {
        width: 100%;
        background: #fff;
    }

.frozengrid .reportTable thead tr th {
    background: #fff;
    color: #fff;
    border-color: #fff;
    border-bottom: solid 1px #cce6ec;
    border-color: rgb(226, 226, 226) !important;
}

.frozentopgrid .reportTable th.frozen-col,
.frozentopgrid .reportTable td.frozen-col {
    background: #fff;
    color: #fff;
    border-color: #fff;
}

.scrollgrid .reportTable td {
    text-align: center;
}

.scrollgrid .reportTable td.alignleft {
  text-align: left;
}

.reportTable td {
    text-align: center;
}

.indent-normal-level {
    text-indent: 10px;
}

.indent-first-level {
    text-indent: 0;
}
/*
.reportTable tr td:first-child{
    text-align: left;
}*/



.baseheader,
.groupheader {
    text-align: center;
    vertical-align: bottom;
    padding: .25em .5em .3em .5em;
    border-bottom: solid 1px #cce6ec;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-top: solid 1px #ccc;
    background: #F6F9F6 !important;
    border-color: rgb(226, 226, 226) !important;
}

.groupheader {
    color: rgb(8, 76, 147);
}

.baseheader {
    color: rgb(0, 102, 204);
    font-weight: normal;
    border-bottom-width: 2px !important;
}

.header-menu {
    cursor: pointer;
}

.reportTable tbody tr td {
    padding: 3px 5px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    white-space: nowrap;
    border-color: rgb(226, 226, 226) !important;
}

.odd-tr {
  background-color: rgb(240, 245, 248);
}

#moretable th {
    font-weight : bold;
    text-align: left;
    padding-bottom:10px;
}

#moretable th:nth-child(1) {
    width:40%;    
}

#moretable td {
    padding: 5px;
}

.recents h1{
   font-size: initial;
}

.recents ul {
  list-style-type: disc;
  padding-left: 40px;
  margin-bottom: 15px;
}

.recents ul ul {
  list-style-type: circle;
  margin-bottom: 5px;
}

.recents-title {
  font-weight: bold;
  font-size: 20px;
  color: #004A9C;
}
/*
 * Styles for printing reports
 *
 * borrowed from HTML5 Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/css/main.css
 */

@media print {
  /* Boilerplate styles */
  .print * {
    background: transparent !important;
    color: #000;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  .print a,
  .print a:visited { text-decoration: none; }

  .print a[href^="javascript:"]:after,
  .print a[href^="#"]:after {
    content: "";
  }

  @page { margin: 0.5em; }
   

  body {background: none !important;
        text-rendering: optimizeLegibility !important;}
  .home-link{ display: none !important;}

  /* Application styles */
  .print .main-nav { display: none; }

  body {background: none !important;}
  .home-link{ display: none !important;}
  .container {
    padding-top: 0 !important;
  }
  .container > .content {
    margin-top: 0 !important;
  }
  .footnote{ 
    display: none;
  }
  .report-name {
    top: 0;
  }
  .desc-ib
  {
    margin-bottom: 0;
  }

  #filter, .main-nav, .pager
  {
    display: none;
  }
}

/*

    Style adjustments using media queries

 */

/* Vertical rhythm adjustments */
@media only screen
and (max-height: 768px)
and (max-device-height: 768px) {
  h3 { font-size: 1.25em; }

  .container { padding-top: 22px; }

  .tab-container:not(.download-panel, .savereport-panel) {
    width: 85%;
    top: 2%;
  }

  .tab-pane { max-height: 480px; overflow: auto; }

  .tab-pane .component .btn-refresh { margin-top: 1em; }

  #report-name {
    position: relative;
    top: 12px;
  }

  .report-actions button { top: 50px; }

  .components .savereport-panel { top: 118px; }
}

/* laptops and desktops */
@media only screen
and (max-width: 1024px) {
  .narrow { max-width: 888px; }
  .tab-container:not(.download-panel,.savereport-panel) { width: 94%; }
  .reports { width: 100%; }
  .components .sink { right: 156px; }

}


@media only screen
and (max-width: 1280px) {
  .main-nav {
    right: 20px;
    font-size: 0.75em; /* 12px */
  }

  .main-nav a {
    margin-right: 0.5em;
    padding-right: 0.5em;
  }
}


@media only screen
and (min-width: 1025px)
and (max-width: 1280px) {
  .tab-container:not(.download-panel,.savereport-panel) { width: 80%; }
}

/* Tablets */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape) {
  /* straight up copy from 1024x768 above */
  .main-nav {
    right: 20px;
    font-size: 0.75em; /* 12px */
  }

    .main-nav a {
      margin-right: 0.5em;
      padding-right: 0.5em;
    }

  .narrow { max-width: 888px; }
  .tab-container:not(.download-panel,.savereport-panel) { width: 94%; }
  .reports { width: 100%; }
  .components .sink { right: 156px; }

}

/*
 * IE Fixes
 *
 * Normally, it's not a good idea to use !important,
 * but who cares, IE sucks.
 *
 */


/*
 * IE8 only
 * --------------------------------------------------*/
/* IE 8 is good with filter
.no-canvas .btn {
  background-color: #E6E6E6;
  filter: none !important;
}

.no-canvas .btn-blue,
.no-canvas .btn-light-blue,
.no-canvas .btn-refresh {
  background-color: #08C !important;
  filter: none !important;
}

.no-canvas #left,
.no-canvas #right {
  background-image: url('./images/triangles.gif');
  background-repeat: no-repeat;
  margin-bottom: 10px;

  height: 40px;
  width: 40px;

  font-size: 0;
}

.no-canvas #right { background-position: -17px; }
.no-canvas #left  { background-position: 10px;  }
*/

.no-canvas .nav-tabs li {
    font-weight: 600;
}

/*
 * IE8+
 * --------------------------------------------------*/
.no-cssgradients .tab-pane .controls .checkbox {
  width: 140px;
  vertical-align: baseline;
}

.no-cssgradients .tab-pane .controls [type=checkbox] {
  padding-left: 0;
}

.no-cssgradients .components .multi-select-controls button {
  width: 37px;
}

.no-cssgradients .nav-tabs li {
  background-color: #E6E6E6 !important;
}

.no-cssgradients .smooshed {
  letter-spacing: normal !important;
}

.no-transitions .pager {
  visibility: visible !important;
  opacity: 1 !important;
}

.Zebra_Tooltip {
    position: absolute;
    z-index: 8000;
    background: transparent;
    font-family: Geneva, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

.Zebra_Tooltip .Zebra_Tooltip_Message {
    position: relative;
    padding: 20px;
    font-size: inherit;
    text-align: left;
    font-weight: normal;
    line-height: 1.25em;
    white-space: pre-wrap;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
    -moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
    box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
    *margin-right: 0;
    _width:expression(document.body.clientWidth > 250 ? '250px': 'auto'); /* max-width for IE6 */
}

.Zebra_Tooltip .Zebra_Tooltip_Arrow         { position: absolute; height: 10px; width: 20px; overflow: hidden }

.Zebra_Tooltip .Zebra_Tooltip_Arrow_Bottom  { bottom: 0 }
.Zebra_Tooltip .Zebra_Tooltip_Arrow_Top     { top: 0    }

.Zebra_Tooltip .Zebra_Tooltip_Arrow div {
    position: absolute;
    border-style: solid;
    border-width: 10px;
    height: 0;
    width: 0;
    left: 0;
    _border-left-color: pink;
    _border-right-color: pink;
    _filter: chroma(color=pink);
}

.Zebra_Tooltip .Zebra_Tooltip_Arrow_Bottom div  {
    top: 0;
    _border-bottom-color: pink;
}

.Zebra_Tooltip .Zebra_Tooltip_Arrow_Top div     {
    bottom: 0;
    _border-top-color: pink;
}

.Zebra_Tooltip .Zebra_Tooltip_Close {
    text-decoration: none;
    color: #FFF;
    position: absolute;
    right: 8px;
    top: 1px;
    font-size: inherit;
    font-weight: bold;
}

.Zebra_Tooltip .Zebra_Tooltip_Close:hover {
    color: #C40000;
}

