body {
    background: #fff;
}

#content-wrap {
    padding-bottom: 2.5rem;
}

body, input, select, textarea {
    color: #444;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13pt;
    font-weight: normal;
    line-height: 1.65;
}

a {
    color: #6D85BC;
    text-decoration: underline;
}

#banner {
    padding: 8em 0 6em 0;
    background: #f6f6f6;
    text-align: center;
}

strong, b {
    color: #6D85BC;
    font-weight: bold;
}

.summernotetext strong, b {
    color: #000;
    font-weight: bold;
}

#temptitle, #tempdescr {
    color: #000 !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #6D85BC;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 1em 0;
}

header p {
    color: #bbb;
    position: relative;
    margin: 0 0 1.5em 0;
}

label {
    color: #6D85BC;
    display: block;
    font-size: 0.9em;
    font-weight: bold;
    margin: 0 0 1em 0;
}

table th {
    color: #6D85BC;
    font-size: 0.9em;
    font-weight: bold;
    padding: 0 0.75em 0.75em 0.75em;
    text-align: left;
}

.box {
    box-shadow: 5px 5px 15px #6D85BC;
}

a.dashlinks {
    font-size: 16px;
    text-decoration: underline;
    color: #6D85BC;
}

#notice {
    display: none;
    max-width: 600px;
    background-color: #6D85BC;
    color: white;
    padding: 10px;
    margin: 0px;
}

#displaymsg {
    text-align: left;
    width: 300px;
}

.displayfancy, .displayfancy h2 {
    background-color: #6D85BC;
    color: #fff;
}

.viewreg {
    background-color: #6D85BC;
}

    .viewreg h2 {
        color: #FFF;
    }

.toggledash {
    color: #6D85BC;
}

.themecolor {
    color: #6D85BC !important;
}

.forum-primary {
    color: #fff !important;
    background-color: #6D85BC !important;
}

.fancybox-skin {
    background-color: #6D85BC !important;
    color: #fff !important;
}

#current {
    border: solid 1px rgba(144, 144, 144, 0.25) !important;
    background-color: #6D85BC;
    color: #000;
}

div.show-more {
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    height: 30px;
    padding-top: 2px;
    background-color: #6D85BC;
    color: #ffffff;
    cursor: pointer;
    width: 100%;
    border-radius: 4px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: rgba(144, 144, 144, 0.075);
    border-radius: 4px;
    border: none;
    border: solid 1px rgba(144, 144, 144, 0.25);
    color: inherit;
    display: block;
    outline: 0;
    padding: 0 1em;
    text-decoration: none;
    width: 100%;
}

    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="email"]:focus,
    input[type="tel"]:focus,
    select:focus,
    textarea:focus {
        border-color: #5AA6ED;
        box-shadow: 0 0 0 1px #5AA6ED;
    }

    input[type="text"].registration,
    textarea.registration {
        background-color: #fff;
    }

.select-wrapper:before {
    color: rgba(144, 144, 144, 0.25);
    display: block;
    height: 2.75em;
    line-height: 2.75em;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 2.75em;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
    background: rgba(144, 144, 144, 0.075);
    border-radius: 4px;
    border: solid 1px rgba(144, 144, 144, 0.25);
    content: '';
    display: inline-block;
    height: 1.65em;
    left: 0;
    line-height: 1.58125em;
    position: absolute;
    text-align: center;
    top: 0;
    width: 1.65em;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
    background: #49639f;
    border-color: #49639f;
    color: #ffffff;
    content: '\f00c';
}

input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
    border-color: #5AA6ED;
    box-shadow: 0 0 0 1px #5AA6ED;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
    text-decoration: none;
    color: #676767;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: normal;
    padding-left: 2.4em;
    padding-right: 0.75em;
    position: relative;
}

::placeholder {
    color: #676767;
    opacity: 1; /* Firefox */
}

::-webkit-input-placeholder {
    color: #676767 !important;
    opacity: 1.0;
}

:-moz-placeholder {
    color: #676767 !important;
    opacity: 1.0;
}

::-moz-placeholder {
    color: #676767 !important;
    opacity: 1.0;
}

:-ms-input-placeholder {
    color: #676767 !important;
    opacity: 1.0;
}

.box {
    border-radius: 4px;
    border: solid 1px rgba(144, 144, 144, 0.25);
    margin-bottom: 2em;
    padding: 1.5em;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    background-color: #6D85BC;
    border-radius: 4px;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    height: 2.85em;
    line-height: 2.95em;
    padding: 0 1.5em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    opacity: 1 !important;
}

    input[type="submit"]:hover,
    input[type="reset"]:hover,
    input[type="button"]:hover,
    button:hover,
    .button:hover {
        background-color: #49639f;
    }

    input[type="submit"]:active,
    input[type="reset"]:active,
    input[type="button"]:active,
    button:active,
    .button:active {
        background-color: #4d4d4d;
    }

    input[type="submit"].alt,
    input[type="reset"].alt,
    input[type="button"].alt,
    button.alt,
    .button.alt {
        background-color: transparent;
        box-shadow: inset 0 0 0 2px rgba(144, 144, 144, 0.25);
        color: #555 !important;
    }

        input[type="submit"].alt:hover,
        input[type="reset"].alt:hover,
        input[type="button"].alt:hover,
        button.alt:hover,
        .button.alt:hover {
            background-color: rgba(144, 144, 144, 0.075);
        }

        input[type="submit"].alt:active,
        input[type="reset"].alt:active,
        input[type="button"].alt:active,
        button.alt:active,
        .button.alt:active {
            background-color: rgba(144, 144, 144, 0.2);
        }

        input[type="submit"].alt.icon:before,
        input[type="reset"].alt.icon:before,
        input[type="button"].alt.icon:before,
        button.alt.icon:before,
        .button.alt.icon:before {
            color: #bbb;
        }

    input[type="submit"].special,
    input[type="reset"].special,
    input[type="button"].special,
    button.special,
    .button.special {
        background-color: #5AA6ED;
        color: #ffffff !important;
    }

        input[type="submit"].special:hover,
        input[type="reset"].special:hover,
        input[type="button"].special:hover,
        button.special:hover,
        .button.special:hover {
            background-color: #71b2f0;
        }

        input[type="submit"].special:active,
        input[type="reset"].special:active,
        input[type="button"].special:active,
        button.special:active,
        .button.special:active {
            background-color: #439aea;
        }

    input[type="submit"].disabled, input[type="submit"]:disabled,
    input[type="reset"].disabled,
    input[type="reset"]:disabled,
    input[type="button"].disabled,
    input[type="button"]:disabled,
    button.disabled,
    button:disabled,
    .button.disabled,
    .button:disabled {
        background-color: #6D85BC !important;
        box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
        color: #fff !important;
        cursor: default;
        opacity: 1 !important;
    }

#header {
    background: #6D85BC;
    color: #d5d5d5;
    cursor: default;
    height: 3.25em;
    left: 0;
    line-height: 3.25em;
    position: fixed;
    text-align: left;
    top: 0;
    width: 100%;
    z-index: 10001;
}

#footer {
    padding: 1em 0 2em 0;
    background: #6D85BC;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 2rem;
}

    #footer a {
        color: white;
        text-decoration: underline;
    }

    #footer .copyright {
        color: white;
        font-size: 0.9em;
        margin: 0 0 2em 0;
        padding: 0;
        text-align: center;
    }

        #footer .copyright li {
            border-left: solid 1px rgba(144, 144, 144, 0.25);
            display: inline-block;
            list-style: none;
            margin-left: 1.5em;
            padding-left: 1.5em;
        }

            #footer .copyright li:first-child {
                border-left: 0;
                margin-left: 0;
                padding-left: 0;
            }

#nav {
    -moz-transform: translateX(-20em);
    -webkit-transform: translateX(-20em);
    -ms-transform: translateX(-20em);
    transform: translateX(-20em);
    -moz-transition: -moz-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
    -webkit-transition: -webkit-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
    -ms-transition: -ms-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
    transition: transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
    -webkit-overflow-scrolling: touch;
    background: #6D85BC;
    box-shadow: none;
    color: #ffffff;
    height: 100%;
    max-width: 100%;
    overflow-y: auto;
    padding: 3em 0 3em 3em;
    position: fixed;
    left: -15px;
    top: 3.25em;
    /*visibility: hidden;*/
    width: 15em;
    z-index: 10002;
}