﻿body {
    background-color: rgb(246,246,246);
    color: black;
    font-size: 0.85em;
    font-family: "Segoe UI Light", "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 2.4em;
    margin: 0.5em 0;
}

h2 {
    font-size: 1.6em;
    font-weight: normal;
}

h3 {
    font-size: 1.3em;
    font-weight: normal;
    margin-bottom: 3px;
}

p {
    margin-top: 0;
    margin-bottom: 5px;
}

    p.section {
        margin-top: 20px;
    }

a {
    color: #44555f;
    outline: none;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

    a img {
        border-style: none;
        border-width: 0;
    }

aside {
    background-color: #eaeaea;
    padding: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}


/* main layout
----------------------------------------------------------*/
.wrapper {
    background-color: white;
    margin: 0 auto;
    max-width: 960px;
    position: relative;
}

.container {
    padding: 0px 20px;
}

aside#learnMore {
    display: none;
    position: absolute;
    right: 0px;
    height: 300px;
    width: 315px;
    margin-top: 50px; /* same as header .bar height */
    padding: 15px;
    z-index: 100;
    background-color: white;
    border-left: 1px solid #c2c2c2;
}

header footer {
    display: block;
}

header .bar {
    background-color: #374548;
    line-height: 3em;
    color: white;
    height: 50px;
}

    header .bar a {
        color: white;
    }

header .line2 {
    padding-top: 10px;
    padding-bottom: 10px;
}

    header .line2 span {
        font-size: 2.4em;
        font-weight: 600;
    }

header .logo {
    font-size: 2em;
}

header #login {
    text-align: right;
}

.content {
    min-height: 340px;
    position: relative;
}

#intro {
    height: 105px;
}

aside.questions {
    float: right;
    width: 205px;
    height: 200px;
    position: absolute;
    right: 20px;
    top: 0px;
}

    aside.questions h3 {
        margin: 0;
    }

footer {
    margin-top: 30px;
    height: 45px;
    font-size: 0.85em;
    position: relative;
}

    footer p {
        margin: 5px 0;
    }

        footer p#copyright a {
            margin-left: 30px;
        }

    footer #build {
        display: none;
        color: #737373;
        margin-left: 30px;
    }

    footer #footer_logo {
        width: 180px;
        height: 50px;
        position: absolute;
        right: 20px;
        bottom: 11px;
    }


/* navigation
----------------------------------------------------------*/
.backNav {
    margin-bottom: 10px;
}

    .backNav * {
        float: left;
        margin: 0;
    }

    .backNav a {
        margin-top: -1px;
        margin-left: -4px;
        margin-right: 5px;
    }

.notice {
    background-color: #eaeaea;
    padding: 5px;
    margin: 10px 0;
}

.warning {
    background-color: #fcd116;
}

.information {
    background-color: #6dc2e9;
}

.action {
    background-color: #ba141a;
    color: #ffffff;
    font-family: "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; /* Don't use light font on dark background */
}

    .action a {
        color: #ff8c00;
    }

/* forms
----------------------------------------------------------*/
label.subtle {
    display: block;
    font-size: 0.8em;
    text-transform: uppercase;
}

input[type=text], input[type=password] {
    border: 1px solid #707070;
    padding: 5px;
}

input[type=button], input[type=submit], button, a.button {
    background-color: #44555f;
    border: none;
    border-color: currentColor;
    padding: 4px 12px 6px 12px;
    color: white;
    font-size: 100%;
    font-family: "Segoe UI Web Semibold", "Segoe UI Semibold", "Segoe UI Web Regular", "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    cursor: pointer;
}

    input[type=button]:hover, input[type=submit]:hover, button:hover, a.button:hover {
        background-color: #00b294;
    }

    input[type=button]:active, input[type=submit]:active, button:active {
        background-color: rgb(33, 33, 33);
    }

    input[type=button]:disabled, input[type=submit]:disabled, button:disabled {
        background-color: rgb(129, 129, 129) !important;
        background-image: none !important;
        color: #bebebe !important;
    }

    button.search {
        background-image: url(search.css);
        background-repeat: no-repeat;
        background-position: center center;
        padding: 6px 0;
        font-size: .85em;
        min-width: 28px;
        margin-left: -4px;
        text-indent: -2000px;
    }

        button.search.busy {
            background-image: url(spinner_white_40.css);
            -moz-background-size: 75%;
            -o-background-size: 75%;
            -webkit-background-size: 75%;
            background-size: 75%;
        }

    button.add {
        background-color: transparent;
        background-image: url(add-black.css);
        background-repeat: no-repeat;
        background-position: center center;
        padding: 6px 0;
        font-size: .85em;
        min-width: 28px;
        margin-left: -4px;
        text-indent: -2000px;
    }

    a.button:hover {
        text-decoration: none;
    }

div.buttons {
    margin-top: 1.5em;
}

.hidden {
    display: none;
}


/* validation
----------------------------------------------------------*/
.error-message {
    color: #ba141a;
    font-weight: bold;
    margin: 10px auto;
}

    .error-message span {
        display: block;
    }

.field-validation-error {
    color: #ba141a;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #ba141a;
}

input[type="checkbox"].input-validation-error, input[type="radio"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #ba141a;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* home page
----------------------------------------------------------*/
.leftContent {
    width: 705px;
}

    .leftContent > * {
        margin-right: 20px;
    }

.tilesContainer {
    max-width: 960px;
    width: 100%;
    margin: auto;
    margin-top: 20px;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
}

.leftContent > .tilesContainer {
    margin-right: 0px;
}

.tileFrame {
    float: left;
}

.tile {
    display: block;
    float: left;
    width: 205px;
    height: 75px;
    padding: 5px;
    border-width: 0;
    background-color: #44555f;
    background-image: url(arrow-foward-white.css);
    background-repeat: no-repeat;
    background-position: right bottom;
    font-size: 1.5em;
    color: white;
    -moz-text-decoration-color: white;
    text-decoration-color: white;
    text-decoration: none !important;
    cursor: pointer;
    text-wrap: normal;
    margin-right: 20px;
    margin-bottom: 20px;
    -moz-transition-property: transform;
    -o-transition-property: transform;
    -webkit-transition-property: transform;
    transition-property: transform;
    -moz-transition-duration: 0.20s;
    -o-transition-duration: 0.20s;
    -webkit-transition-duration: 0.20s;
    transition-duration: 0.20s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.tileFrame > .tile {
    float: none;
}

.tileFrame > ul {
    margin-bottom: 20px;
}

.withCount {
    padding-right: 80px;
    width: 130px;
}

.count {
    float: right;
    font-size: 2.8em;
    line-height: 0;
    margin-top: -3px;
    margin-right: -70px;
}

.tile > .data {
    display: block;
    font-size: 0.80em;
    margin-left: 15px;
}

.tileCaption {
    display: block;
    width: 215px;
    margin-top: -15px;
    margin-bottom: 20px;
    margin-right: 20px;
    border-width: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    line-height: 20px;
    text-wrap: normal;
}

.tilesContainer.icons {
    margin-top: 5px;
}

.tile.icon {
    background-repeat: no-repeat;
    background-position: 12px center;
    padding-left: 45px;
    font-size: 1.1em !important;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 120px;
    height: 40px;
    line-height: 40px;
}

.links, .links-right {
    float: left;
    margin: 0;
    list-style: none;
    padding: 0;
}

    .links li, .links-right li {
        margin-bottom: 5px;
    }

    .links a, .links-right a, a.link {
        background-image: url(arrow-forward-black.css);
        background-position: right center;
        background-repeat: no-repeat;
        color: black;
        padding-right: 28px;
    }

    .links-right li {
        text-align: right;
    }


/* misc
----------------------------------------------------------*/
.small {
    font-size: 0.8em;
}

.spinner {
    background-image: url(spinner_black_40.css);
    background-repeat: no-repeat;
    zoom: 0.6;
    width: 40px;
    height: 40px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

tr.selected {
    background-color: #44555f;
    color: white;
}

tr input[type=button], tr input[type=submit], tr button {
    border: 2px solid white;
    margin: -5px 0;
}

th {
    background-color: rgb(237, 237, 237);
    color: #707070;
    padding: 10px 8px;
    text-align: left;
}

td {
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 8px;
}

.faqSlide {
    display: none;
    margin: 15px;
    text-align: justify;
}

.faqDiv {
    margin: 10px;
}

.anchorSlide{
    cursor: pointer;
}

/* jQuery UI overrides
----------------------------------------------------------*/
.ui-dialog {
    background: none;
    background-color: #44555f;
    border: none;
    border-radius: 0;
    padding: 0;
}

    .ui-dialog a {
        color: #00d8cc;
    }

    .ui-dialog.processing {
        background-image: url(flyingdots.css);
        background-position: top;
        background-repeat: no-repeat;
    }

    .ui-dialog .ui-dialog-titlebar {
        background: none;
        border: none;
        border-width: 0;
        color: white;
        padding: .4em 0;
        max-width: 500px;
        margin: 5px auto 0;
        font-size: 1.5em;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        display: none;
    }

    .ui-dialog .ui-dialog-content {
        border: none;
        border-width: 0;
        padding: 0;
        max-width: 500px;
        margin: 0 auto;
        background: none;
        background-color: #44555f;
        color: white;
    }

    .ui-dialog .error-message, .ui-dialog .field-validation-error {
        color: #ffba73;
        font-weight: bold;
    }

    .ui-dialog .ui-dialog-buttonpane {
        background-color: #44555f;
        border: none;
        border-width: 0;
        background-image: none;
        max-width: 500px;
        margin: 15px auto;
        padding: 0;
    }

        .ui-dialog .ui-dialog-buttonpane button {
            border: 2px solid white;
            border-radius: 0;
            font-weight: bold;
            color: white;
            margin: .5em 0 .5em .4em;
            min-width: 90px;
        }

            .ui-dialog .ui-dialog-buttonpane button span {
                padding: 5px;
            }

.ui-widget {
    font-family: "Segoe UI Light", "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

input[type=button].ui-state-default.default, input[type=submit].ui-state-default.default, button.ui-state-default.default {
    background-color: #00d8cc;
    background-image: none;
}

    input[type=button].ui-state-default.default:hover, input[type=submit].ui-state-default.default:hover, button.ui-state-default.default:hover {
        background-color: #35e5dd;
        background-image: none;
    }

    input[type=button].ui-state-default.default:active, input[type=submit].ui-state-default.default:active, button.ui-state-default.default:active {
        background-color: #333;
        background-image: none;
    }


@media (max-width: 959px) {
    .title {
        max-width: 685px;
        width: 100%;
    }

    aside.questions {
        float: none;
        width: 675px;
        height: auto;
        position: relative;
        right: 0px;
    }

    footer {
        width: 685px;
    }
}

@media (max-width: 724px) {
    aside.questions {
        width: auto;
    }

    .leftContent {
        width: auto;
        margin-right: -20px;
    }

    .tileFrame {
        width: 50%;
    }

        .tileFrame > .tile {
            width: auto;
        }

    .tileCaption {
        width: auto;
    }

    footer {
        width: auto;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0px 10px;
    }

    header .logo {
        font-size: 1.5em;
    }

    .leftContent {
        margin-right: 0px;
    }

    .tileFrame {
        width: 100%;
    }

    .tile {
        height: 60px;
        margin-right: 0;
    }
}
