﻿@font-face {
    font-family: 'FontAwesome';
    src: url('/fonts/fontawesome-webfont.eot');
    src: url('/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype');
    src: url('/fonts/fontawesome-webfont.woff') format('woff');
    src: url('/fonts/fontawesome-webfont.ttf') format('truetype');
    src: url('/fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*edit size ADW*/
html {
    padding: 0;
    background-position: center center;
    background-size: 100% 600%;
    background-repeat: no-repeat;
}

form {
    min-width: 450px;
}

body {
    color: #282828;
    background-color: #000;
    font-family: "Open Sans", Arial, sans-serif;
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
}

a {
    color: #b25325;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
    background-color: transparent;
}

    a:hover, a:focus {
        color: #b25325;
        text-decoration: underline;
    }

footer, hgroup,
nav, section {
    display: block;
}
/*editedADW*/
header {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-position: top center;
    height: 150px;
    margin-bottom: 0px;
    width: 100%;
}

mark {
    background-color: yellow;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
    height: 10px;
    width: 781px;
}

.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: x-large;
}

h2 {
    font-size: x-large;
    font-weight: bold;
    padding-bottom: 10px;
}

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;
    }

.progress div.progress-bar {
    background-color: #BA5A2B;
}

div.LinksProgressBar {
    margin: -2px;
}

/* main layout
----------------------------------------------------------*/
/*edittedADW*/
.content-wrapper {
    width: 100%;
}

#body {
    clear: both;
    width: 100%;
    line-height: 26px;
    padding-top: 10px;
}

.main-content {
    padding-left: 10px;
    padding-top: 30px;
}

.featured + .main-content {
    background: url("../Images/heroAccent.png") no-repeat;
}

header .content-wrapper {
    padding-top: 5px;
    height: 86px;
}

footer {
    clear: both;
    /*background-color: #f3f3f3;*/
    font-size: .9em;
    height: 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

footerlinks.p {
    color: white;
}

footerlinks.a {
    color: white;
}

footer.a.link {
    color: white;
}

.Links2 a {
    color: #b25325;
    font-weight: bold;
    background-color: transparent;
}

    .Links2 a:hover {
        color: #b25325;
    }

/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: 'Lato', sans-serif;
    font-size: 1.5em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }


/* login
----------------------------------------------------------*/
#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;
        padding-top: 4px;
    }

    #login a {
        color: white;
        background: none;
        margin-left: 0px;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }

    #login > p {
        position: relative;
        color: white;
    }


/* menu
----------------------------------------------------------*/
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;
            }


/* page elements
----------------------------------------------------------*/
/* featured */
/*edittedADW*/
.featured {
    /*background-color: #f3f3f3;*/
    height: 107px;
}

    .featured .content-wrapper {
        text-align: center;
        /*background-color: #f3f3f3;*/
        color: #2d85d3;
        width: 100%;
        height: 52px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #000;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
    font-weight: 800;
    font-size: large;
}
    /*editedADW*/
    hgroup.title h1, hgroup.title h2 {
        display: inline;
        width: 68%;
    }

    hgroup.title h2 {
        font-weight: bold;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 90%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 83%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

fieldset.open-auth-providers {
    margin-top: 15px;
}

    fieldset.open-auth-providers button {
        margin-bottom: 12px;
    }

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

input {
    box-sizing: border-box;
    align-items: center;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    font-size: 14px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: #000000;
    background-color: white;
    cursor: default;
}

textarea {
    box-sizing: border-box;
    align-items: center;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    height: 30px;
    font-size: 14px !important;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: #000000;
    background-color: white;
    cursor: default;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    color: #000;
    background-color: #C86536;
    border-color: #C86536;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 700;
    padding: 10px;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 5px 10px 5px 10px;
    margin-right: 4px;
}

/* info and errors */
.message-info {
    clear: both;
    padding: 10px 20px;
    background-color: #2d85d3;
    color: white;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #347F98;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.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;
}

/* tables
----------------------------------------------------------*/
table {
    border-style: none;
    border-color: #cccccc;
    border-width: 0px;
    border-collapse: collapse;
    border-spacing: 0;
    text-space-collapse: preserve;
    vertical-align: middle;
    background-color: #f3f3f3;
    border-radius: 4px;
}

th {
    border-style: none;
    border-color: #999;
    border-width: 0px;
    font-weight: bold;
    text-align: center;
    padding: 5px !important;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 5px !important;
    font-size: 14px;
    text-align: left;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

.hhm-table {
    border: 1px solid #999999 !important;
}
/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 650px) {
    .logo-mobile {
        max-height: 50px;
    }
}

@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
    }

        #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;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 0px;
        padding-left: 0px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    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;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }



    /* login page */
    #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
    ----------------------------------------------------------*/
    footer .float-right {
        float: none;
    }

    footer .float-left {
        flex-align: center;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}
/* END: Mobile Styles */
/*apriledits*/
divMain {
    width: 80%;
}

divContent {
    width: 100%;
    vertical-align: top;
}

Buttons {
    width: 100%;
    text-align: center;
    height: 7%;
}

.button-padding {
    padding-top: 30px;
}

leftONLY {
    height: auto;
    padding-left: 3%;
    padding-right: 3%;
    margin-top: 0px;
    float: left;
    width: 62%;
    margin-left: 0px;
}

DemoFields {
    width: 90%;
}

GeneralHousehold {
    vertical-align: text-top;
}

Address {
    min-width: 50%;
    width: 50%;
    max-width: 90%;
}

Links {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

divDDsetFields {
    Width: 270px;
}

.right {
    float: right;
    vertical-align: top;
}

#leftONLY {
    /*
    margin-top: 20px;
    width: 85%;
    margin-right: auto;
    margin-left: auto;*/
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
}

#Buttons {
    width: 100%;
    text-align: center;
    height: 77%;
}

.Right {
    text-align: right;
    margin-right: 65px;
    vertical-align: top;
    margin-bottom: 50px;
}

.loginBox {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
    /*margin-top:-140px;*/
    margin-bottom: 86px;
    position: absolute;
    top: 0px;
    right: 30px;
    transform: translateZ(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
}
/* TAB MENU   
----------------------------------------------------------*/
div.hideSkiplink {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    height: 50px;
    position: relative;
    background-color: #2d85d3;
    border-bottom: 2px rgba(189,189,189,1) solid !important;
}

div.menu {
    padding: 0px 0px 0px 100px;
    float: right;
    width: 100%;
    border-top: 1px #7ac0da solid;
    border-bottom: 2px rgba(189,189,189,1) solid !important;
    height: 50px;
    background-color: #2d85d3;
}

    div.menu ul {
        list-style: none;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #2d85d3;
            font-size: 15px;
            border-left: 1px rgba(0, 0, 0, 0.20) solid;
            color: #ffffff;
            text-decoration: none;
            padding: 5px 20px 5px 20px !important;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #aad1e4;
                color: #ffffff;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #aad1e4;
                color: #ffffff;
                text-decoration: none;
            }

tr.blueheader {
    background-color: #2d85d3;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
}

th.blueheaderbig {
    background-color: #2d85d3;
    color: #ffffff;
    text-align: center;
    font-size: 14px !important;
    line-height: 14px;
}




td.noavailability {
    background-color: #e80c4d;
    color: white;
}

td.intakecenter {
    background-color: #2d85d3;
    color: white;
}

table.dashboard {
    width: 100%;
    text-align: left;
    background-color: white;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(189,189,189,1);
    -moz-box-shadow: 0px 0px 10px 1px rgba(189,189,189,1);
    box-shadow: 0px 0px 10px 1px rgba(189,189,189,1);
    line-height: 50px;
}

table.blueheader {
    width: 100%;
    background-color: #2d85d3 !important;
    color: #ffffff;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
    -webkit-box-shadow: 0px -1px 13px 1px rgba(189,189,189,1);
    -moz-box-shadow: 0px -1px 13px 1px rgba(189,189,189,1);
    box-shadow: 0px -1px 13px 1px rgba(189,189,189,1);
}

tr.blueheader {
    width: 100%;
    background-color: #2d85d3 !important;
    color: #ffffff;
    text-align: center;
    padding: 5px;
    border-radius: 5px 5px 0px 0px;
    -webkit-box-shadow: 0px -1px 13px 1px rgba(189,189,189,1);
    -moz-box-shadow: 0px -1px 13px 1px rgba(189,189,189,1);
    box-shadow: 0px -1px 13px 1px rgba(189,189,189,1);
}

tr.blueheaderreg {
    width: 100%;
    background-color: #2d85d3 !important;
    color: #ffffff;
    text-align: left;
    border-radius: 5px 5px 0px 0px;
    -webkit-box-shadow: 0px -1px 13px 1px rgba(189,189,189,1);
    -moz-box-shadow: 0px -1px 13px 1px rgba(189,189,189,1);
    box-shadow: 0px -1px 13px 1px rgba(189,189,189,1);
}

table.whitetable {
    background-color: #f3f3f3;
    padding-top: 40px;
}

tr.whitetable:nth-child(even) {
    background-color: #ffffff;
}

select {
    /*-webkit-appearance: menulist;*/
    box-sizing: border-box;
    align-items: center;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    padding: 5px;
    font-size: 14px !important;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: #000000;
    background-color: white;
    cursor: default;
}

.time {
    font-weight: bold;
}

.slot {
    padding-top: 4px;
    padding-bottom: 4px;
}

.timeslot {
    padding-top: 4px;
    padding-bottom: 4px;
}

.location::before {
    font-family: Webdings;
    content: "=";
    color: #2d85d3;
}
/* Progress Bar */
.progress-bar {
    background-color: #0088cc;
}

.progress .progress-bar-primary {
    background-color: #0088cc;
}
/*Pulled from the default.css*/
h3,
h4,
h5 {
    color: #039;
}

a {
    color: #b25325;
    font-weight: bold;
}

    a:active {
        color: #0077b3;
    }

.alternative-font {
    color: #0088cc;
}

p.drop-caps:first-child:first-letter {
    color: #0088cc;
}

p.drop-caps.secundary:first-child:first-letter {
    background-color: #0088cc;
}

ul.nav-pills > li.active > a {
    background-color: #0088cc;
}

    ul.nav-pills > li.active > a:hover,
    ul.nav-pills > li.active > a:focus {
        background-color: #0088cc;
    }

.sort-source-wrapper .nav > li.active > a {
    color: #0088cc;
}

    .sort-source-wrapper .nav > li.active > a:hover,
    .sort-source-wrapper .nav > li.active > a:focus {
        color: #0088cc;
    }
/* Labels */
.label-primary {
    background-color: #0088cc;
}

.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #0088cc;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #0088cc;
    border-color: #0088cc;
}

body.dark .pagination > li > a,
body.dark .pagination > li > span,
body.dark .pagination > li > a:hover,
body.dark .pagination > li > span:hover,
body.dark .pagination > li > a:focus,
body.dark .pagination > li > span:focus {
    color: #0088cc;
}

body.dark .pagination > .active > a,
body.dark .pagination > .active > span,
body.dark .pagination > .active > a:hover,
body.dark .pagination > .active > span:hover,
body.dark .pagination > .active > a:focus,
body.dark .pagination > .active > span:focus {
    background-color: #0088cc;
    border-color: #0088cc;
}

.btn-primary,
.pagination > .active > a,
body.dark .pagination > .active > a {
    border-color: #0088cc !important;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0088cc;
    border-color: #0088cc;
}

    .btn-primary:hover,
    .pagination > .active > a:hover,
    body.dark .pagination > .active > a:hover {
        border-color: #0099e6;
        background-color: #0099e6;
    }

    .btn-primary:active,
    .pagination > .active > a:active,
    body.dark .pagination > .active > a:active,
    .btn-primary:focus,
    .pagination > .active > a:focus,
    body.dark .pagination > .active > a:focus {
        border-color: #0077b3;
        background-color: #0077b3;
    }

.progress-bar-primary {
    background-color: #0088cc;
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #47a447;
    border-color: #47a447;
}

    .btn-success:hover {
        border-color: #51b451;
        background-color: #51b451;
    }

    .btn-success:active,
    .btn-success:focus {
        border-color: #3f923f;
        background-color: #3f923f;
    }

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ed9c28;
    border-color: #ed9c28;
}

    .btn-warning:hover {
        border-color: #efa740;
        background-color: #efa740;
    }

    .btn-warning:active,
    .btn-warning:focus {
        border-color: #e89113;
        background-color: #e89113;
    }

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #d2322d;
    border-color: #d2322d;
}

    .btn-danger:hover {
        border-color: #d64742;
        background-color: #d64742;
    }

    .btn-danger:active,
    .btn-danger:focus {
        border-color: #bd2d29;
        background-color: #bd2d29;
    }

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bc0de;
    border-color: #5bc0de;
}

    .btn-info:hover {
        border-color: #70c8e2;
        background-color: #70c8e2;
    }

    .btn-info:active,
    .btn-info:focus {
        border-color: #46b8da;
        background-color: #46b8da;
    }

.btn-dark {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #171717;
    border-color: #171717;
}

    .btn-dark:hover {
        border-color: #242424;
        background-color: #242424;
    }

    .btn-dark:active,
    .btn-dark:focus {
        border-color: #0a0a0a;
        background-color: #0a0a0a;
    }

section.highlight {
    background-color: #0088cc !important;
    border-color: #0077b3 !important;
}

section.page-top h1 {
    border-bottom-color: #6ABB7C;
}

section.toggle label {
    color: #0088cc;
    border-left-color: #0088cc;
}

section.toggle.active > label {
    background-color: #0088cc;
    border-color: #0088cc;
    color: #FFF;
}

section.page-top.custom-product {
    background-color: #0077b3;
    border-top-color: #0081c2;
}

.feature-box .feature-box-icon {
    background-color: #0088cc;
}

.feature-box.secundary .feature-box-icon i.fa {
    color: #0088cc;
}

.thumb-info .thumb-info-type {
    background-color: #0088cc;
}

.thumb-info .thumb-info-action-icon {
    background-color: #0088cc;
}

.thumb-info-social-icons a {
    background-color: #0088cc;
}

.thumbnail .zoom {
    background-color: #0088cc;
}

.img-thumbnail .zoom {
    background-color: #0088cc;
}

.inverted {
    background-color: #0088cc;
}

.tabs ul.nav-tabs a,
.tabs ul.nav-tabs a:hover {
    color: #0088cc;
}

    .tabs ul.nav-tabs a:hover,
    .tabs ul.nav-tabs a:focus {
        border-top-color: #0088cc;
    }

.tabs ul.nav-tabs li.active a {
    border-top-color: #0088cc;
    color: #0088cc;
}

.tabs ul.nav-tabs.nav-justified a:hover,
.tabs ul.nav-tabs.nav-justified a:focus {
    border-top-color: #0088cc;
}

.tabs.tabs-bottom ul.nav-tabs li a:hover,
.tabs.tabs-bottom ul.nav-tabs li.active a,
.tabs.tabs-bottom ul.nav-tabs li.active a:hover,
.tabs.tabs-bottom ul.nav-tabs li.active a:focus {
    border-bottom-color: #0088cc;
}

.tabs.tabs-vertical.tabs-left ul.nav-tabs li a:hover,
.tabs.tabs-vertical.tabs-left ul.nav-tabs li.active a,
.tabs.tabs-vertical.tabs-left ul.nav-tabs li.active a:hover,
.tabs.tabs-vertical.tabs-left ul.nav-tabs li.active a:focus {
    border-left-color: #0088cc;
}

.tabs.tabs-vertical.tabs-right ul.nav-tabs li a:hover,
.tabs.tabs-vertical.tabs-right ul.nav-tabs li.active a,
.tabs.tabs-vertical.tabs-right ul.nav-tabs li.active a:hover,
.tabs.tabs-vertical.tabs-right ul.nav-tabs li.active a:focus {
    border-right-color: #0088cc;
}

ul.list.icons li i {
    color: #0088cc;
}

i.icon-featured {
    background-color: #0088cc;
}

.parallax blockquote i.fa-quote-left {
    color: #0088cc;
}

section.video blockquote i.fa-quote-left {
    color: #0088cc;
}

.panel-group .panel-heading a {
    color: #0088cc;
}

.panel-group.secundary .panel-heading {
    background-color: #0088cc !important;
}

#header nav ul.nav-main ul.dropdown-menu,
#header nav ul.nav-main li.dropdown.open .dropdown-toggle,
#header nav ul.nav-main li.active a,
#header nav ul.nav-main li > a:hover,
#header nav ul.nav-main li.dropdown:hover a {
    color: #fff;
    background: #0088cc !important;
}

    #header nav ul.nav-main ul.dropdown-menu li:hover > a {
        background-color: #00aaff !important;
    }

#header nav ul.nav-main ul.dropdown-menu {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0088cc;
    border-color: #0088cc;
}

    #header nav ul.nav-main ul.dropdown-menu:hover {
        border-color: #0099e6;
        background-color: #0099e6;
    }

    #header nav ul.nav-main ul.dropdown-menu:active,
    #header nav ul.nav-main ul.dropdown-menu:focus {
        border-color: #0077b3;
        background-color: #0077b3;
    }

#header nav ul.nav-main li.dropdown:hover ul.dropdown-menu li > a {
    background: none !important;
}

    #header nav ul.nav-main li.dropdown:hover ul.dropdown-menu li > a:hover {
        background: #0099e6 !important;
    }

@media (min-width: 992px) {
    #header.single-menu nav ul.nav-main li.active > a {
        border-top: 5px solid #0088cc;
    }

    #header.darken-top-border {
        border-top: 5px solid #0077b3 !important;
    }

    #header.colored .header-top {
        background-color: #0088cc;
    }

        #header.colored .header-top ul.nav-top li a:hover {
            background-color: #0099e6 !important;
        }

    #header.flat-menu nav ul.nav-main li > a,
    #header.flat-menu nav ul.nav-main li.active > a {
        color: #666;
    }

    #header.flat-menu nav ul.nav-main li.active > a {
        color: #0088cc;
        background-color: transparent !important;
    }

    #header.flat-menu nav ul.nav-main li > a:hover,
    #header.flat-menu nav ul.nav-main li.dropdown:hover a {
        color: #FFF;
        background-color: #0088cc !important;
    }

    #header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu {
        border-top-color: #0088cc;
    }
}

blockquote.testimonial {
    background: #0099e6;
}

.testimonial-arrow-down {
    border-top-color: #0099e6;
}

.featured-box-secundary i.icon-featured {
    background-color: #0088cc;
}

.featured-box-secundary h4 {
    color: #0088cc;
}

.featured-box-secundary .box-content {
    border-top-color: #0088cc;
}

.pricing-table .most-popular {
    border-color: #0088cc;
}

    .pricing-table .most-popular h3 {
        background-color: #0088cc;
    }

section.timeline .timeline-box.left:before,
section.timeline .timeline-box.right:before {
    background: #0088cc;
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #0088cc;
}

ul.history li .featured-box .box-content {
    border-top-color: #0088cc;
}

.recent-posts .date .month,
article.post .post-date .month {
    background-color: #0088cc;
}

.recent-posts .date .day,
article.post .post-date .day {
    color: #0088cc;
}

.slider .tp-bannertimer {
    background-color: #0088cc;
}

.home-intro p em {
    color: #00aaff;
}

.home-concept strong {
    color: #0088cc;
}

.shop ul.products li.product .onsale {
    background-color: #0088cc;
    border-bottom-color: #006da3;
}

.shop .star-rating span,
.shop .cart-totals tr.total .amount {
    color: #0088cc;
}

#footer .footer-ribbon {
    background: #0088cc;
}

    #footer .footer-ribbon:before {
        border-right-color: #005580;
    }

#footer.light h1,
#footer.light h2,
#footer.light h3,
#footer.light h4,
#footer.light a {
    color: #0088cc !important;
}

#footer.color {
    background: #0088cc;
    border-top-color: #0088cc;
}

    #footer.color .footer-ribbon {
        background: #006699;
    }

        #footer.color .footer-ribbon:before {
            border-right-color: #00334d;
        }

    #footer.color .footer-copyright {
        background: #0077b3;
        border-top-color: #0077b3;
    }

html.boxed .body {
    border-top-color: #0088cc;
}

.cbo TD {
    border: none;
    padding-right: 10px;
}

.shaded {
    style ="background-color:#F6F6F6; padding:20px; margin: 30px 0px; border-radius:10px;"
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #72968f;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

#btnPrevious {
    max-width: 100px;
}

#btnNext {
    max-width: 100px;
}

#btnSave {
    max-width: 100px;
}

#btnGetStarted {
    max-width: 150px;
}

#btnAddNote {
    max-width: 150px;
}

#MainContent_btnAddNote {
    max-width: 150px;
}

#btnReset {
    max-width: 150px;
}

#btnAdd {
    max-width: 150px;
}

#MainContent_btnAddHouseholdMember {
    max-width: 370px;
}

#MainContent_btnAddHouseholdMemberE {
    max-width: 370px;
}

#MainContent_btnAddHouseholdMemberSE {
    max-width: 370px;
}

#MainContent_btnAddHouseholdMemberUI {
    max-width: 370px;
}

#MainContent_btnAddEligibleExpense {
    max-width: 150px;
}

.btnDelete {
    max-width: 150px;
}

#MainContent_btnAdd {
    max-width: 150px;
}

#btnRegister {
    max-width: 150px;
}

#MainContent_RegisterUser_CreateUserStepContainer_register {
    max-width: 150px;
}

#MainContent_ctl09_ChangePasswordContainerID_btnChangePassword {
    max-width: 200px;
}

#MainContent_logLogin_btnLogin {
    max-width: 150px;
}

#btnSubmit {
    max-width: 200px;
}

#MainContent_btnSubmit {
    max-width: 200px;
}

.cbo label {
    margin-left: 8px;
}

.rbl label {
    margin-left: 8px;
}

.ufh {
    max-width: 150px;
}


.label {
    display: block;
    margin-left: 20px;
}

.input {
    float: left;
    margin-left: -20px;
    margin-right: 7px;
}

.cbo label {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}

    .cbo label .tooltip {
        opacity: 1;
        background-color: #3D6199;
        color: #fff;
        width: 250px;
        border-radius: 5px;
        z-index: 1000000;
        margin: 3px;
        padding: 10px;
    }

.Envlbl {
    color: #e80c4d;
    position: relative;
}

.FQACol {
    color: #ffffff;
}

.OEBcopyright {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    color: #fff;
}


input[type="submit"]:disabled,
input[type="button"]:disabled,
button:disabled {
    background-color: #777;
    border-color: #555;
}

a.hover-link:hover {
    background-color: transparent;
}

.agency-login .control-label {
    margin-top: 0;
}

@media (max-width: 1024px) {
    img {
        max-width: 100%;
    }

    header a {
        display: block;
    }

    header .lang-change {
        float: none !important;
        margin: 0 auto !important;
    }

    .home-title, .h1, h1 {
        font-size: 30px;
    }

    .h2, h2 {
        font-size: 25px;
    }

    a.start-button {
        padding: 10px 20px;
        display: block;
        height: auto !important;
        font-size: 16px !important;
        text-align: center;
    }

    .form-group {
        margin: 0;
    }

    form {
        min-width: inherit;
    }

        form .row fieldset label {
            margin-left: 20px;
        }

    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        margin-left: -40px;
    }

    .login-forms {
        width: 100%;
    }

    .user-id label, .user-password label {
        float: none;
        display: block;
        width: 100%;
    }

    .forgot-password {
        padding-top: 0;
    }

    .login-block input[type=submit].btn {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .check-status-btn {
        padding-right: 0;
    }

    .k-window, .ui-dialog {
        max-width: 90%;
        left: 5% !important;
    }

    #main-content .container {
        width: 100%;
    }

    #divResults > p, #divResults em, #divResults ol, #divResults h1, #divEligible, #divNotEligible {
        font-size: 14px;
    }

    li.row {
        display: block;
    }

    input[type=checkbox], input[type=radio] {
        width: inherit;
    }

    input.text-box-title {
        max-width: 100%;
    }

    .credentials-label-wrap {
        padding: 40px 20px;
    }

    .contact-hours {
        font-size: 1em;
    }

    .ui-dialog .ui-dialog-title {
        white-space: inherit !important;
    }
}
