﻿html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0
}

body {
    background-color: #fff;
    border-top: solid 10px #000;
    color: #333;
    font-size: 10.8px;
    font-family: Verdana,sans-serif;
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

#listing {
    list-style: circle
}

a {
    color: #333;
    outline: none;
    padding-left: 0;
    padding-right: 0;
    text-decoration: none
}

    a:link, a:visited, a:active {
        color: #333
    }

    a:hover {
        color: #e63f1b
    }

header, footer, hgroup, nav, section {
    display: block
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0
}

h1 {
    font-size: 2em
}

h2 {
    font-size: 1.75em
}

h3 {
    font-size: 1.2em
}

h4 {
    font-size: 1.1em
}

h5, h6 {
    font-size: 1em
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none
    }

.drag, .list {
    width: 150px
}

.drag {
    z-index: 100;
    position: absolute;
    opacity: .5;
    filter: alpha(opacity=50)
}

.list {
    position: relative;
    z-index: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
    left: 0
}

#nav {
    list-style: none;
    float: right
}

    #nav li {
        float: left;
        position: relative
    }

    #nav a {
        display: block;
        padding: 20px 5px;
        text-decoration: none
    }

        #nav a:hover {
            color: #fff
        }

    #nav ul {
        background: #fff;
        list-style: none;
        padding-left: 20px;
        padding-bottom: 10px;
        padding-right: 20px;
        position: absolute;
        left: -9999px;
        z-index: 1000
    }

        #nav ul li {
            float: none
        }

        #nav ul a {
            padding: 0;
            white-space: nowrap
        }

    #nav li:hover ul {
        left: 0
    }

    #nav li:hover a {
        text-align: left;
        background-color: #fff
    }

    #nav li:hover ul a {
        text-decoration: none
    }

    #nav li:hover ul li a:hover {
        background: #fff
    }

.display-label, .editor-label {
    margin: 1em 0 0 0;
    font-weight: bold
}

.display-field, .editor-field {
    margin: .5em 0 0 0
}

.clear {
    clear: both
}

.ReportInfo {
    float: left;
    width: 15em
}

.ReportLabel {
    float: left
}

#menucontainer {
    margin-top: 40px
}

div#title {
    display: block;
    float: left;
    text-align: left
}

.content-wrapper {
    margin: 0 auto;
    max-width: 960px
}

#body {
    background-color: #efeeef;
    clear: both;
    padding-bottom: 35px
}

.main-content {
    background: url("../icons/accent.png") no-repeat;
    padding-left: 10px;
    padding-top: 30px
}

.featured + .main-content {
    background: url("../icons/heroAccent.png") no-repeat
}

header .content-wrapper {
    padding-top: 20px
}

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px
}

.site-title {
    font-family: Rockwell,Consolas,"Courier New",Courier,monospace;
    font-size: 2.3em;
    margin: 0
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        outline: none;
        text-decoration: none
    }

#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none
    }

        #login a.username {
            background: none;
            margin: 0;
            padding: 0;
            text-decoration: underline
        }

    #login ul {
        margin: 0
    }

    #login li {
        display: inline;
        list-style: none
    }

ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none
            }

.featured {
    background-color: #fff
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left,#7ac0da 0%,#a4d4e6 100%);
        background-image: -o-linear-gradient(left,#7ac0da 0%,#a4d4e6 100%);
        background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#7ac0da),color-stop(1,#a4d4e6));
        background-image: -webkit-linear-gradient(left,#7ac0da 0%,#a4d4e6 100%);
        background-image: linear-gradient(left,#7ac0da 0%,#a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff
    }

    .featured p {
        font-size: 1.1em
    }

hgroup.title {
    margin-bottom: 10px
}

    hgroup.title h1, hgroup.title h2 {
        display: inline
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px
    }

section.feature {
    width: 300px;
    float: left;
    padding: 10px
}

ol.round {
    list-style-type: none;
    padding-left: 0
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px
    }

        ol.round li.zero {
            background: url("../icons/orderedList0.png") no-repeat
        }

        ol.round li.one {
            background: url("../icons/orderedList1.png") no-repeat
        }

        ol.round li.two {
            background: url("../icons/orderedList2.png") no-repeat
        }

        ol.round li.three {
            background: url("../icons/orderedList3.png") no-repeat
        }

        ol.round li.four {
            background: url("../icons/orderedList4.png") no-repeat
        }

        ol.round li.five {
            background: url("../icons/orderedList5.png") no-repeat
        }

        ol.round li.six {
            background: url("../icons/orderedList6.png") no-repeat
        }

        ol.round li.seven {
            background: url("../icons/orderedList7.png") no-repeat
        }

        ol.round li.eight {
            background: url("../icons/orderedList8.png") no-repeat
        }

        ol.round li.nine {
            background: url("../icons/orderedList9.png") no-repeat
        }

article {
    float: left;
    width: 70%
}

aside {
    float: right;
    width: 25%
}

    aside ul {
        list-style: none;
        padding: 0
    }

        aside ul li {
            background: url("../icons/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px
        }

.label {
    font-weight: 700
}

#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0
    }

    #loginForm input {
        width: 250px
    }

        #loginForm input[type="checkbox"], #loginForm input[type="submit"], #loginForm input[type="button"], #loginForm button {
            width: auto
        }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%
}

    #socialLoginForm h2 {
        margin-bottom: 5px
    }

#socialLoginList button {
    margin-bottom: 12px
}

#logoutForm {
    display: inline
}

.contact h3 {
    font-size: 1.2em
}

.contact p {
    margin: 5px 0 0 10px
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px
}

fieldset {
    border: none;
    margin: 0;
    padding: 0
}

    fieldset legend {
        display: none
    }

    fieldset ol {
        padding: 0;
        list-style: none
    }

        fieldset ol li {
            padding-bottom: 5px;
            list-style: none
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600
}

    label.checkbox {
        display: inline
    }

input, textarea {
    border: 1px solid #e2e2e2;
    color: #333;
    font-size: 1.2em;
    margin: 0 0 0 0;
    padding: 0;
    font-family: inherit;
    width: auto
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto
    }

    input[type="submit"], input[type="button"], button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto
    }

td input[type="submit"], td input[type="button"], td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px
}

.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0
}

.error {
    color: #e80c4d
}

.field-validation-error {
    color: #e80c4d;
    font-weight: bold
}

.field-validation-valid {
    display: none
}

input.input-validation-error {
    border: 1px solid #e80c4d
}

input[type="checkbox"].input-validation-error {
    border: 0 none
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em
}

.validation-summary-valid {
    display: none
}

#scroller {
    width: 930px;
    height: 600px;
    border: 1px solid #fff;
    overflow: scroll;
    margin: 0 auto
}

#inner-scroller {
    width: 800px;
    height: 400px
}

table {
    border: solid 1px silver
}

    table th {
        padding: 6px 5px;
        text-align: left;
        background-color: silver;
        border: solid 1px silver;
        text-align: center
    }

td {
    padding: 5px;
    border: solid 1px silver;
    text-align: center
}

tr.pager td {
    padding: 0 .25em 0 0
}

.pager {
    margin: 8px 3px;
    padding: 3px
}

    .pager .disabled {
        border: 1px solid #ddd;
        color: #999;
        margin-top: 4px;
        padding: 3px;
        text-align: center
    }

    .pager .current {
        background-color: #6ea9bf;
        border: 1px solid #6e99aa;
        color: #fff;
        font-weight: bold;
        margin-top: 4px;
        padding: 3px 5px;
        text-align: center
    }

    .pager span, .pager a {
        margin: 4px 3px
    }

    .pager a {
        border: 1px solid #aaa;
        padding: 3px 5px;
        text-align: center;
        text-decoration: none
    }

.Navigation {
    width: 200px;
    display: inline
}

.PreviousPage {
    float: left;
    display: inline
}

.NextPage {
    float: left;
    display: inline
}

img {
    vertical-align: top;
    border-style: none
}

.Imglink {
    font-size: 90%
}

.Message-Success {
    font-weight: bold;
    color: green
}

.Message-Error {
    font-weight: bold;
    color: red
}

.Horizontal-Aligned-Menu {
    display: inline;
    padding-bottom: 20px
}

.Aligned-Menu-Element {
    padding-left: 5px;
    float: left
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    color: #c09853;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.alert-heading {
    color: inherit
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 18px
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-danger, .alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px
}

    .alert-block > p, .alert-block > ul {
        margin-bottom: 0
    }

    .alert-block p + p {
        margin-top: 5px
    }

.progress {
    height: 18px;
    margin-bottom: 18px;
    overflow: hidden;
    background-color: #abcdef;
    background-image: -moz-linear-gradient(top,#f5f5f5,#f9f9f9);
    background-image: -ms-linear-gradient(top,#f5f5f5,#f9f9f9);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#f9f9f9));
    background-image: -webkit-linear-gradient(top,#f5f5f5,#f9f9f9);
    background-image: -o-linear-gradient(top,#f5f5f5,#f9f9f9);
    background-image: linear-gradient(top,#f5f5f5,#f9f9f9);
    background-repeat: repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f5f5f5',endColorstr='#f9f9f9',GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

    .progress .bar {
        width: 0;
        height: 18px;
        font-size: 12px;
        color: #fff;
        text-align: center;
        text-shadow: 0 -1px 0 rgba(0,0,0,.25);
        background-color: #0e90d2;
        background-image: -moz-linear-gradient(top,#149bdf,#0480be);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#149bdf),to(#0480be));
        background-image: -webkit-linear-gradient(top,#149bdf,#0480be);
        background-image: -o-linear-gradient(top,#149bdf,#0480be);
        background-image: linear-gradient(top,#149bdf,#0480be);
        background-image: -ms-linear-gradient(top,#149bdf,#0480be);
        background-repeat: repeat-x;
        filter: progid:dximagetransform.microsoft.gradient(startColorstr='#149bdf',endColorstr='#0480be',GradientType=0);
        -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
        -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
        box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: width .6s ease;
        -moz-transition: width .6s ease;
        -ms-transition: width .6s ease;
        -o-transition: width .6s ease;
        transition: width .6s ease
    }

a.DisableAction {
    background: url(themes/Icons/locked.png) no-repeat top left;
    display: block;
    text-indent: -9999px
}

a.EnableLink {
    background: url(themes/Icons/unlocked.png) no-repeat top left;
    display: block;
    text-indent: -9999px
}

@media only screen and (max-width:850px) {
    header .float-left, header .float-right {
        float: none
    }

    header .site-title {
        margin: 10px;
        text-align: center
    }

    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center
    }

        #login ul {
            margin: 5px 0;
            padding: 0
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0
        }

            #login a:hover {
                color: #333
            }

    .main-content, .featured + .main-content {
        background-position: 10px 0
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px
    }

    .featured .content-wrapper {
        padding: 10px
    }

    article, aside {
        float: none;
        width: 100%
    }

    ol.round {
        list-style-type: none;
        padding-left: 0
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0
        }

            ol.round li.zero, ol.round li.one, ol.round li.two, ol.round li.three, ol.round li.four, ol.round li.five, ol.round li.six, ol.round li.seven, ol.round li.eight, ol.round li.nine {
                background: none
            }

    section.feature {
        float: none;
        padding: 10px;
        width: auto
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600
        }

    input {
        width: 90%
    }

    #loginForm {
        border-right: none;
        float: none;
        width: auto
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto
    }

    footer .float-left, footer .float-right {
        float: none
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0
    }

        footer p {
            margin: 0
        }
}
#custom-loading-overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.1;
}

#custom-loading {
    width: 50px;
    height: 57px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -25px;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}