﻿@import url(../../App_Resources/Css/CommonWeb.css);

a, a:link, a:visited {
    color: #0366a5;
}

    a, a:link, a:hover {
        text-decoration: none;
    }

        a:hover, a:active {
            color: #0366a5;
        }

h1 {
    font-family: DINProBold, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.8em;
    line-height: 1em;
    color: #fc9a00;
    padding: 15px 0 0 0;
}


    h1 span {
        font-size: 0.8em;
        color: #6a6a6a;
        text-transform: lowercase;
    }

h2 {
    font-family: "DINProBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.8em;
    font-weight: bold;
    color: #001e35;
    letter-spacing: -1px;
}

h3 {
    font-size: 1.8em;
    font-weight: bold;
    color: #001e35;
    margin: 24px 0 5px 0;
}

    h3 span {
        font-size: 0.8em;
        color: #777777;
    }

h4 {
    font-size: 1.4em;
    font-weight: normal;
    line-height: 1;
    color: #303030;
    margin: 16px 0 4px 0;
}

h5 {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.3;
    color: #303030;
    margin: 15px 0 2px 0;
}

p {
    font-size: 1.2em;
    line-height: 1.7;
    margin: 0;
    padding: 0;
}

.HorizontalForm Label {
    font-size: 12px;
}

ul {
    margin: 0 0 10px;
}

li {
    font-size: 1.2em;
    margin: 0 0 5px 15px;
    line-height: 1.5;
}

    li li, li li li {
        font-size: 1em;
    }

    li ul {
        margin: 10px 0;
    }

img {
    border: none;
}

p.footnote {
    color: #777777;
}

code {
    font-family: Courier New;
    padding: 0 2px 0 2px;
    background-color: #efefef;
}

.CheckBox {
    margin: 0 4px 0 0;
}

.CallOut {
    float: right;
    margin: 10px 0 10px 10px;
    padding: 15px;
    width: 210px;
    border: 1px solid #a8becc;
    background-color: #ebf4fa;
}

    .CallOut.Top {
        margin: 50px 0 10px 10px;
    }

    .CallOut h3 {
        font-weight: normal;
        line-height: 1.3;
        color: #525252;
        margin: 0 0 5px 0;
        padding: 0;
        border-bottom: 2px solid #a8becc;
        font-size: 1.3em;
    }

    .CallOut p {
        line-height: 1.5;
        margin: 0;
        padding: 0;
    }

.noDataMsg {
    display: block;
    font-size: 1.2em;
    padding: 45px 25px;
}

.CheckBox label {
    margin: 0 0 0 6px;
}

.TextRight {
    text-align: right;
    font-weight: bold;
}

/*--------------------[ Pagination ]--------------------*/

.Pagination {
    font-size: 11px;
}

    .Pagination a {
        color: #fff;
    }

#ctl00_ctl00_pageContent_pageContent_indicatorResultsList_indicatorRepeater_bottomPageSelector_viewPageDropDownList {
    border: 1px solid #0d2942;
    padding: 5px;
}


/*--------------------[ Skip Nav for 508 ]--------------------*/
#skipmenu {
    /*margin: 0 auto;
    position: relative;
    text-align: left;
    width: 960px;*/
}

    #skipmenu a.skipNav {
        height: 1px;
        left: -100px;
        overflow: hidden;
        position: absolute;
        top: -100px;
        width: 1px;
    }


/*--------------------[ Methodology HTML styles ]--------------------*/

/*---------------- styles the alpha ol */
ol.alphaList {
    list-style-type: none;
}

    ol.alphaList li:before {
        content: "(" counter(section, lower-alpha) ") ";
    }

    ol.alphaList li {
        counter-increment: section;
    }

/*---------------- styles the num ol */

ol {
    list-style-type: none;
    *list-style-type: decimal; /* for ie7 */
}

    ol li:before {
        content: "(" counter(section, decimal) ") ";
    }

    ol li {
        counter-increment: section;
    }


/* styles num lists that aren't incremental, i.e. 1,2,5,8 */
ul.randomList, ul.noBullet {
    list-style-type: none;
}

/* Styles for methodology tables (could be used elsewhere */
table.methodology_table {
    border-collapse: collapse;
}

    table.methodology_table tr:nth-child(odd) {
        background-color: #f9f9f9;
    }

    table.methodology_table td {
        border: 1px solid #ddd;
        padding: 4px 8px;
    }

    table.methodology_table th {
        padding: 5px 8px;
        font-weight: bold;
        font-size: 11px;
        text-align: left;
    }

    table.methodology_table thead, table.methodology_table thead tr {
        background-color: #e5e5e5 !important;
    }

    table.methodology_table thead {
        border-top: 2px solid #bbb;
        border-bottom: 1px solid #a0a0a0 !important;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

.indent_txt {
    margin-left: 20px;
}

/*--------------------[ Filter Item ]--------------------*/
span.FilterItemDisplay {
    display: inline-block;
    padding: 2px 5px 2px 5px;
    border: 1px solid #ADBBC7;
    background-color: #E1F0F9;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

    span.FilterItemDisplay input, textarea {
    }

    span.FilterItemDisplay span.Name {
        margin-right: 10px;
        color: #953909;
        font-weight: bold;
    }

/*--------------------[ Indicator Selection ]--------------------*/
div.SelectedFilters {
    border: solid 1px #c6c6c6;
    background-color: #e6e6e6;
    height: 38px;
}

    div.SelectedFilters div.Label {
        background-image: url(Images/SelectedFilters-Seperator.png);
        background-repeat: repeat-y;
        background-position: right center;
        background-color: #cacaca;
        float: left;
        width: 100px;
        height: 26px;
        font-weight: bold;
        padding: 12px 25px 0 0;
        text-align: right;
    }

    div.SelectedFilters .NoFilters {
        margin-left: 10px;
        margin-top: 12px;
    }

    div.SelectedFilters .Filters {
        margin-top: 7px;
    }

div.RemoveFilters {
    text-align: right;
    height: 15px;
}

/*--------------------[ Indicator Graph Container ]--------------------*/

div.IndicatorGraphContainer {
    margin: 3px 0px 3px 0px;
    width: 100%;
    display: table;
}

    div.IndicatorGraphContainer div.GraphRow {
        display: table-row;
    }

    div.IndicatorGraphContainer div.IndicatorGraph {
        margin: 2px 2px 2px 2px;
        display: table-cell;
        vertical-align: top;
        width: 50%;
    }


.GraphDimensionSelection {
    text-align: left;
}

/*--------------------[ Selected Indicators]--------------------*/
.SelectedIndicatorList div {
    display: table;
}

.SelectedIndicatorList .SelectedIndicatorListTable {
    display: table;
}

.BreadCrumbs {
}

    .BreadCrumbs span {
        font-weight: bold;
        color: #5e5e5e;
    }

        .BreadCrumbs span span {
        }


/*--------------------[ Alpha Links ]--------------------*/
div.AlphaLinks {
    text-align: center;
}

    div.AlphaLinks a {
        display: inline-block;
        margin: 0 3px 0 3px;
    }

/*--------------------[ Rad Controls ]--------------------*/
div.RadPanelBar {
    white-space: nowrap !important;
}

div.RadGrid .rgPager .rgAdvPart {
    display: none;
}

/*--------------------[ Module ]--------------------*/
div.Module {
    background-color: #f2f7fa;
    border: 1px solid #e6ebed;
    border-top-color: #a7b6be;
    width: 255px;
    padding: 20px 20px 20px 20px;
    text-align: left;
}

    div.Module h2 {
        color: #27333a;
    }

    div.Module.Dark {
        background-color: #356279;
    }

        div.Module.Dark h2 {
            color: #ffffff;
        }

/*--------------------[ KeywordCloud ]--------------------*/
div.KeywordCloud {
    overflow: hidden;
}

    div.KeywordCloud div.Item {
        border: solid 1px #cccccc;
        margin-bottom: 1px;
        border-radius: 3px;
        -moz-border-radius: 3px;
    }

        div.KeywordCloud div.Item div.Weight {
            overflow: visible;
            background-color: #cccccc;
            padding: 1px 2px 0 2px;
            height: 16px;
        }

            div.KeywordCloud div.Item div.Weight span.Keyword {
            }

/*--------------------[ Other ]--------------------*/
div.GroupHeader {
    background-color: #c8d2d7;
    padding: 2px 5px 2px 0;
}

.NoPadding {
    padding: 0 0 0 0;
}

div.ExportStatus {
    border: none;
}

div.CMSReportItemTitle {
}

div.CMSReportItemLinks {
    text-align: center;
}

    div.CMSReportItemLinks a {
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
    }

td.rgPagerCell.NumericPages div.rgWrap.rgNumPart {
    float: right;
}

div.UpdateProgress {
}

    div.UpdateProgress div.Background {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        text-align: center;
        background-color: #666;
        filter: alpha(opacity = 25);
        opacity: 0.25;
        box-shadow: inset #000 0 0 50px 50px;
        z-index: 100;
    }

    div.UpdateProgress div.Loading {
        display: block;
        position: fixed;
        top: 50%;
        left: 50%;
        height: 165px;
        width: 324px;
        margin-top: -82px;
        margin-left: -162px;
        text-align: center;
        z-index: 101;
        background-color: #fff;
        box-shadow: #666 0 0 100px;
    }

    div.UpdateProgress div.LoadingTitle {
        padding: 54px 0 10px 0;
        font-size: 1.4em;
        color: #5c6e78;
    }


div.Table div.Options {
    background-color: #cccccc;
    border: solid 1px #29292a;
    height: 19px;
}

.Visible {
    display: block !important;
}

.Hidden {
    display: none !important;
}

/**********
* Common Buttons
**********/

.StandardButton {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
}

#PageContent .StandardButton {
    margin-left: 0;
}

.StandardButton, .StandardButton a {
    background-image: url('Images/buttons_Sprite.png');
    background-repeat: no-repeat;
    padding: 3px 33px 0 6px;
}

    .StandardButton a, .StandardButton a span {
        display: block;
    }

        .StandardButton a span {
            color: #fff;
            font: normal 11px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
        }

        .StandardButton a:hover, .StandardButton a:hover span {
            text-decoration: none;
        }

.StandardSmallButton, .StandardSmallIconButton {
    background-position: left -52px;
    padding: 0 0 0 5px;
}

.StandardLargeButton, .StandardLargeIconButton {
    background-position: left 0;
    padding: 0 0 0 5px;
}

.StandardSmallButton:hover, .StandardSmallIconButton:hover {
    background-position: left -71px;
}

.StandardLargeButton:hover, .StandardLargeIconButton:hover {
    background-position: left -26px;
}

.StandardSmallButton a, .StandardSmallIconButton a {
    display: inline-block;
    background-position: right -52px;
    margin: 0 -7px 0 0;
}

.StandardLargeButton a, .StandardLargeIconButton a {
    display: inline-block;
    background-position: right 0;
    margin: 0 -7px 0 0;
}

.StandardSmallButton a span {
    display: inline-block;
    height: 10px;
    padding: 3px 13px 0 6px;
}

.StandardLargeButton a span {
    display: inline-block;
    height: 19px;
    padding: 7px 13px 0 6px;
}

.StandardSmallIconButton a span {
    display: inline-block;
    height: 16px;
    padding: 3px 13px 0 22px;
    background-image: url('Images/icon_Sprite.png');
    background-repeat: no-repeat;
}

.StandardLargeIconButton a span {
    display: inline-block;
    height: 19px;
    padding: 7px 13px 0 22px;
    background-image: url('Images/icon_Sprite.png');
    background-repeat: no-repeat;
}

.SideBarContent .StandardLargeButton a span, #PageContent .StandardLargeButton a span, table.rwTable .StandardLargeButton a span {
    padding: 0;
}

.SideBarContent .StandardLargeButton a, #PageContent .StandardLargeButton a {
    margin: 0 -4px 0 0;
    padding-right: 13px;
    padding-top: 5px;
}

table.rwTable .StandardLargeButton a {
    margin: 0 -4px 0 0;
    padding-right: 13px;
    padding-top: 2px;
}

.StandardSmallIconButton a span.PlusIcon {
    background-position: 2px -523px;
}

.StandardLargeIconButton a span.PlusIcon {
    background-position: 2px -519px;
}

.StandardSmallIconButton a span.MinusIcon {
    background-position: 2px -579px;
}

.StandardLargeIconButton a span.MinusIcon {
    background-position: 2px -575px;
}

.StandardSmallButton:hover a, .StandardSmallIconButton:hover a {
    background-position: right -71px;
}

.StandardLargeButton:hover a, .StandardLargeIconButton:hover a {
    background-position: right -26px;
}

.StandardSmallIconButton:hover a span.PlusIcon {
    background-position: -198px -523px;
}

.StandardLargeIconButton:hover a span.PlusIcon {
    background-position: -198px -519px;
}

.StandardSmallIconButton:hover a span.MinusIcon {
    background-position: -198px -579px;
}

.StandardLargeIconButton:hover a span.MinusIcon {
    background-position: -198px -575px;
}

.StandardDropDownButton {
    position: relative;
    background-position: left -90px;
    padding: 0 0 0 5px;
}

    .StandardDropDownButton:hover {
        background-position: left -109px;
    }

    .StandardDropDownButton a {
        background-position: right -90px;
        margin: 0 -7px 0 0;
    }

        .StandardDropDownButton a:hover {
            color: #bae8ff;
        }

            .StandardDropDownButton a:hover span {
                background-color: #033F55;
            }

        .StandardDropDownButton a span {
            height: 16px;
            background-color: #28576D;
        }

    .StandardDropDownButton:hover a {
        background-position: right -109px;
    }

    .StandardDropDownButton.Expanded {
        background-position: left -128px;
    }

        .StandardDropDownButton.Expanded a {
            background-position: right -128px;
        }

            .StandardDropDownButton.Expanded a span {
                height: 17px;
                background-color: #033F55;
            }

.StandardDropDownButtonExpandedList {
    position: absolute;
    top: 23px;
    right: -7px;
    width: 161px;
    display: none;
    background-image: url("Images/buttons_Sprite.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    z-index: 9999;
}

.StandardDropDownButtonExpandedList_Top {
    background-image: url("Images/buttons_Sprite.png");
    background-repeat: no-repeat;
    background-position: left -150px;
    height: 3px;
    margin: -3px 0 0 0;
}

.StandardDropDownButton.Expanded .StandardDropDownButtonExpandedList {
    display: block;
}

.StandardDropDownButtonExpandedList ul {
    margin: 0;
    padding: 8px 0 0 0;
}

    .StandardDropDownButtonExpandedList ul li {
        list-style: none;
        font-size: 11px;
    }

        .StandardDropDownButtonExpandedList ul li, .StandardDropDownButtonExpandedList ul li a {
            background: none;
            color: #fff;
        }

            .StandardDropDownButtonExpandedList ul li a {
                background-color: #033F55;
                width: 100px;
            }

    .StandardDropDownButtonExpandedList ul li {
        display: block;
        margin: 0;
        padding: 0 0 6px 24px;
    }

        .StandardDropDownButtonExpandedList ul li.IconListItem {
            background-image: url("Images/icon_Sprite.png");
            background-repeat: no-repeat;
        }

        .StandardDropDownButtonExpandedList ul li.xlsxToListItem {
            background-position: 7px -269px;
        }

        .StandardDropDownButtonExpandedList ul li.csvToListItem {
            background-position: 7px -335px;
        }

        .StandardDropDownButtonExpandedList ul li.mailToListItem {
            background-position: 7px 2px;
        }

        .StandardDropDownButtonExpandedList ul li.diggListItem {
            background-position: 7px -61px;
        }

        .StandardDropDownButtonExpandedList ul li.facebookListItem {
            background-position: 7px -127px;
        }

        .StandardDropDownButtonExpandedList ul li.twitterListItem {
            background-position: 7px -193px;
        }

.StandardDropDownButton .report-list {
    top: auto;
    right: -6px;
    width: 200px;
    padding-right: 5px;
    background-color: #033e54;
    background-image: none;
}

/**********
* END Common Buttons
**********/

/**********
* Results Repeater
**********/

.RepeaterContainer {
    margin: 10px 0;
}

#Page.IndicatorSelection .RepeaterHeaderContainer {
    margin: -55px 0 50px 0;
}

#Page.IndicatorList .RepeaterHeaderContainer {
    margin: -70px 0 50px 0;
}

.RepeaterHeaderContainer .CountMessage {
    color: #FFF;
    font-size: 1.2em;
}

.RepeaterHeaderContainer a {
    color: #fc9a00;
    font-weight: bold;
}

.RepeaterHeader {
    padding: 9px 8px 8px;
    font-size: 1.3em;
}

    .RepeaterHeader span.CountMessage {
    }

    .RepeaterHeader span.Count {
        color: #fc9a00;
        font-weight: bold;
    }

    .RepeaterHeader .RepeaterFilterItem {
        display: inline-block;
        background: url("Images/filter_Sprite.png") no-repeat 0 0;
        height: 24px;
        padding: 0 0 0 10px;
        margin: 0 10px 0 0;
        vertical-align: top;
    }

        .RepeaterHeader .RepeaterFilterItem span.Label {
            position: relative;
            top: -3px;
        }

        .RepeaterHeader .RepeaterFilterItem:hover {
            background: url("Images/filter_Sprite.png") no-repeat 0 -24px;
        }

        .RepeaterHeader .RepeaterFilterItem a {
            display: inline-block;
            height: 24px;
            background: url("Images/filter_Sprite.png") no-repeat right 0;
            margin: 0 0 0 10px;
            padding: 0 6px 0 0;
            text-decoration: none;
        }

        .RepeaterHeader .RepeaterFilterItem:hover a {
            background: url("Images/filter_Sprite.png") no-repeat right -24px;
        }

        .RepeaterHeader .RepeaterFilterItem a span {
            display: inline-block;
            width: 14px;
            height: 14px;
            text-indent: -9999px;
            margin: 5px 0 0;
            background: url("Images/icon_Sprite.png") no-repeat 0 -702px;
        }

            .RepeaterHeader .RepeaterFilterItem a span:hover {
                background: url("Images/icon_Sprite.png") no-repeat -200px -702px;
            }

    .RepeaterHeader .StandardButton {
        margin: 0 10px 0 0;
    }

.RepeaterOptions {
    padding: 0 0 0 2px;
    border: 1px solid #38566d;
    background-color: #38566d;
    padding: 8px 25px 25px 0;
    height: 17px;
    margin-bottom: -50px;
    margin-top: 50px;
}

    .RepeaterOptions .Inline {
        display: none;
    }

    .RepeaterOptions .Pagination a,
    .RepeaterOptions .Pagination a:hover,
    .RepeaterOptions .Pagination a:visited {
        color: #fff;
    }

        .RepeaterOptions .Pagination a,
        .RepeaterOptions .Pagination a:hover {
            font-weight: normal;
        }

    .RepeaterOptions .Pagination select {
        padding: 5px;
    }

.RepeaterFooterContainer {
    padding: 0 0 0 2px;
    border: 1px solid #38566d;
    background-color: #38566d;
}

.RepeaterFooter {
    padding: 8px 25px 25px 0;
    height: 17px;
}

    .RepeaterFooter .StandardButton {
        margin: 0 10px 0 0;
    }

.RepeaterContent {
    border: 1px solid #9d9d9d;
    border-bottom: 1px solid #38566d;
}

.ActionsPanel {
    display: none;
}

.RepeaterActions {
    padding: 8px 20px 8px 20px;
    font-size: 1.5em;
    color: #001e35;
    border: 1px solid #9d9d9d;
    margin: 0px 0 -1px 0;
}


    .RepeaterActions a {
        display: inline-block;
        margin-right: 10px;
    }

.IndicatorResults {
    margin: 0;
    padding: 0;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
    background-color: #fff;
}

    .IndicatorResults thead {
        border-bottom: 1px solid #7194a6;
        background-color: #dedede;
        font-weight: bold;
    }

        .IndicatorResults thead th {
            padding: 8px;
            height: 33px;
            line-height: normal;
            vertical-align: middle;
        }

    .IndicatorResults tbody tr th,
    .IndicatorResults tbody tr td {
        padding: 8px;
        height: 35px;
        border-top: 1px solid #dedede;
        border-bottom: 1px solid transparent;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        text-align: left;
        vertical-align: middle;
        line-height: normal;
    }

        .IndicatorResults tbody tr th .DataSource,
        .IndicatorResults tbody tr td .DataSource {
            padding: 4px 0 0 0;
            font-weight: normal;
            color: #666;
        }

    .IndicatorResults tbody tr:hover th,
    .IndicatorResults tbody tr:hover td {
        border-top: 1px solid #7194a6;
        border-bottom: 1px solid #7194a6;
        background-color: #d4e0e6;
        margin-bottom: -1px;
    }

    .IndicatorResults tbody tr:last-child:hover th,
    .IndicatorResults tbody tr:last-child:hover td {
        border-bottom: 1px solid transparent;
    }

    .IndicatorResults tbody tr:first-child {
        border-top: none;
    }

    .IndicatorResults tbody tr th input.MoreInfo {
        /*display: none;*/
        position: relative;
        top: 1px;
        /*padding: 0 0 0 20px;*/
        margin: -4px 0 0 5px;
        vertical-align: middle;
        /*width: 16px;
        height: 16px;*/
        /*background: url("Images/icon_Sprite.png") no-repeat 0 -640px;*/
        z-index: -1;
    }

        .IndicatorResults tbody tr th:hover input.MoreInfo, .IndicatorResults tbody tr th input.MoreInfo:focus {
            z-index: 40;
        }

    /*.IndicatorResults tbody tr th a.MoreInfo span {
            display: none;
        }*/

    /* Causes links to be unclickable on iDevices. */
    /*.IndicatorResults tbody tr th:hover a.MoreInfo {
        display: inline;
    }*/

    .RepeaterContent .IndicatorResults tbody tr td.GeographicLevels div.GeographicLevelsContent {
        position: relative;
    }

        .IndicatorResults tbody tr td.GeographicLevels span {
            position: absolute;
            display: inline-block;
            width: 25px;
            height: 25px;
            top: 13px;
            line-height: 26px;
            border-radius: 2px;
            text-align: center;
            background-color: #e6e6e6;
            box-shadow: #38566d 1px 1px 1px;
            color: #38566d;
            font-size: 1em;
            font-weight: bold;
        }

            .IndicatorResults tbody tr td.GeographicLevels span.National {
                left: 17px;
                top: -10px;
            }

            .IndicatorResults tbody tr td.GeographicLevels span.State {
                left: 47px;
                top: -10px;
            }

            .IndicatorResults tbody tr td.GeographicLevels span.County {
                left: 77px;
                top: -10px;
            }

            .IndicatorResults tbody tr td.GeographicLevels span.HospitalReferralRegion {
                left: 107px;
                top: -10px;
            }

    .IndicatorResults li a {
        text-decoration: none;
    }

    .IndicatorResults li.Indicator:first-child:hover {
        margin-top: -1px;
    }

/**********
* END Results Repeater
**********/

/**********
* Modal
**********/

.StandardModal .rwTopLeft, .StandardModal .rwTitlebar, .StandardModal .rwTopRight, .StandardModal .rwTopResize, .StandardModal .rwFooterLeft, .StandardModal .rwFooterCenter, .StandardModal .rwFooterRight, .StandardModal .rwWindowContent, .StandardModal .rwBodyLeft, .StandardModal .rwWindowContent, .StandardModal .rwBodyRight, .StandardModal .rwControlButtons a {
    background-image: none !important;
}

.StandardModal .rwTable {
    height: auto !important;
}

.StandardModal .rwIcon {
    margin: 0 !important;
}

.StandardModal .rwWindowContent, .RadWindow .rwWindowContent {
    background-color: transparent !important;
    height: auto !important;
}

.TelerikModalOverlay {
    background-color: #000 !important;
    filter: alpha(opacity = 80) !important;
    opacity: 0.8 !important;
}

.StandardModal {
    width: 660px !important;
    height: auto !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

    .StandardModal .rwTopLeft, .StandardModal .rwTopRight, .StandardModal .rwBodyLeft, .StandardModal .rwBodyRight, .StandardModal .rwFooterLeft, .StandardModal .rwFooterRight {
        width: 10px !important;
    }

    .StandardModal tr.rwTitleRow, .StandardModal .rwTopLeft, .StandardModal .rwTitlebar, .StandardModal .rwTopRight {
        height: 58px !important;
        ;
    }

    .StandardModal .rwTitlebarControls {
        height: 48px !important;
    }

        .StandardModal .rwTitlebarControls td em {
            font-family: "DINProBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
            display: block !important;
            height: 32px !important;
            width: 584px !important;
            padding: 16px 0 0 10px !important;
            font-size: 22px !important;
            font-weight: bold !important;
            color: #001E35 !important;
        }

            .StandardModal .rwTitlebarControls td em span.MoreInfoLink {
                font-size: 12px !important;
                font-weight: normal !important;
            }

    .StandardModal ul.rwControlButtons {
        width: 30px !important;
        margin: 0 !important;
    }

        .StandardModal ul.rwControlButtons li {
            display: block !important;
            padding: 6px 6px 0 0 !important;
            float: right !important;
        }

        .StandardModal ul.rwControlButtons .rwCloseButton {
            width: 23px !important;
            height: 23px !important;
            background: url("Images/modal_Sprite.png") no-repeat 0 -79px !important;
            cursor: pointer !important;
        }

    .StandardModal tr.rwTitleRow td {
        background-image: url("Images/modal_Sprite.png") !important;
        background-repeat: no-repeat;
    }

    .StandardModal .rwTopLeft {
        background-position: 0 0 !important;
    }

    .StandardModal .rwTitlebar {
        background-position: -10px 0 !important;
    }

    .StandardModal .rwTopRight {
        background-position: -650px 0 !important;
    }

    .StandardModal tr.rwTitleRow td td {
        background: none !important;
    }

    .StandardModal .rwTopResize {
        height: 10px !important;
    }

    .StandardModal .rwContentRow td {
        background-image: url("Images/ModalCenter.png") !important;
        background-repeat: repeat-y;
    }

    .StandardModal .rwBodyLeft {
        background-position: 0 0 !important;
    }

    .StandardModal .rwWindowContent {
        background-position: -10px 0 !important;
    }

    .StandardModal .rwBodyRight {
        background-position: -650px 0 !important;
    }

    .StandardModal .rwContentRow td td {
        background: none !important;
    }

    .StandardModal .rwWindowContent div:first-child {
        width: auto !important;
        height: auto !important;
    }

    .StandardModal .rwControlButtons li {
        margin: 0 !important;
    }

    .StandardModal tr.rwFooterRow {
        height: 20px;
    }

        .StandardModal tr.rwFooterRow td {
            background-image: url("Images/modal_Sprite.png") !important;
            background-repeat: no-repeat;
        }

    .StandardModal .rwFooterLeft {
        background-position: 0 -58px !important;
    }

    .StandardModal .rwFooterCenter {
        background-position: -10px -58px !important;
    }

    .StandardModal .rwFooterRight {
        background-position: -650px -58px !important;
    }

    .StandardModal tr.rwFooterRow td td {
        background: none !important;
    }


.ui-widget-overlay {
    background-color: #000000;
    opacity: .75;
    filter: Alpha(Opacity=75);
    background-image: none;
}

.indicatorPopup {
    padding: 0;
    border: 10px solid #4B4B4B;
    background-color: #FFFFFF;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    .indicatorPopup .ui-icon {
        background-image: none;
    }

    .indicatorPopup .ui-dialog-titlebar-close {
        margin: 0;
        border: 0;
        width: 23px !important;
        height: 23px !important;
        background: url("Images/modal_Sprite.png") no-repeat 0 -79px !important;
        cursor: pointer !important;
        padding: 0;
        top: 15px;
        right: .6em;
        color: #000000;
    }

    .indicatorPopup .ui-state-default, .indicatorPopup .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        background-image: none;
    }

    .indicatorPopup .ui-dialog-titlebar {
        background-color: #FFFFFF;
        background-image: none;
        line-height: normal;
        border: 0;
        color: #001E35;
        font-size: 22px;
        font-weight: bold;
        padding: 9px 25px;
        font-family: "DINProBold", ​Helvetica, vetica,​ Arial,​ sans-serif;
    }

    .indicatorPopup .ui-dialog-content {
        padding: 7px 25px;
    }

    .indicatorPopup #indicatorInfoTable {
        border: 0;
        border-collapse: collapse;
        font-size: 12px;
    }

        .indicatorPopup #indicatorInfoTable tr:first-child {
            border: 0;
        }

        .indicatorPopup #indicatorInfoTable tr {
            border-top: 1px solid #eaeaea;
        }

        .indicatorPopup #indicatorInfoTable th, .indicatorPopup #indicatorInfoTable td {
            vertical-align: top;
            padding: 6px 0;
        }

        .indicatorPopup #indicatorInfoTable th {
            text-align: left;
            width: 140px;
        }

    .indicatorPopup .StandardLargeButton a span {
        padding: 3px 5px 0 0;
    }

    .indicatorPopup .StandardLargeButton a {
        margin: 0 -7px 0 0;
        padding-top: 2px;
        padding-left: 4px;
        padding-right: 8px;
    }

.ModalContainer {
    padding: 26px 27px 0;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
}

.ModalItemBlock {
    border-top: 1px solid #eaeaea;
    padding: 6px 0;
}

.ModalContainer .ModalItemBlock:first-child {
    border: none;
}

.ModalLabel {
    float: left;
    width: 110px;
    margin: 0 10px 0 0;
    font-weight: bold;
}

.ModalContent {
    margin: 0 0 0 120px;
}

.ModalButtonBar {
    height: 26px;
    background-color: #FFFFFF;
    border-top: 1px solid #ddd;
    margin: 20px 0 0;
    padding: 10px 8px 0 0;
}

    .ModalButtonBar .StandardButton {
        float: right;
        margin: 0 7px;
    }

/**********
* END Modal
**********/

/**********
* Inner Toolbar
**********/

.InnerToolbarContainer {
    font-size: 12px;
    border: 1px solid #c6c6c6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #e9e9e9;
    background-image: -ms-linear-gradient(bottom, #E5E5E5 0%, #FFFFFF 99%, #EDEDED 100%);
    background-image: -moz-linear-gradient(bottom, #E5E5E5 0%, #FFFFFF 99%, #EDEDED 100%);
    background-image: -o-linear-gradient(bottom, #E5E5E5 0%, #FFFFFF 99%, #EDEDED 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #E5E5E5), color-stop(0.99, #FFFFFF), color-stop(1, #EDEDED));
    background-image: -webkit-linear-gradient(bottom, #E5E5E5 0%, #FFFFFF 99%, #EDEDED 100%);
    background-image: linear-gradient(to top, #E5E5E5 0%, #FFFFFF 99%, #EDEDED 100%);
    margin: 0 0 10px 0;
}

.InnerToolbar {
    /*width: 916px;*/
    overflow: hidden;
    padding: 8px 10px;
}

    .InnerToolbar .SubSelection {
        display: inline;
        float: right;
    }

        .InnerToolbar .SubSelection li:last-of-type a {
            margin: 0;
        }

.InnerToolbarLabel {
    line-height: 17px;
    float: left;
    color: #525252;
    margin: 0 10px 0 0;
    padding: 5px 0 0;
}

.InnerToolbar ul, .InnerToolbar ul li, .InnerToolbar ul li a, .InnerToolbar ul li a span {
    display: block;
    float: left;
}

.InnerToolbar ul {
    padding: 0;
    margin: 0;
}

    .InnerToolbar ul li {
        font-size: 12px;
        line-height: 17px;
        margin: 0;
    }

.InnerToolbar a {
    background: #ededed;
    background-image: -ms-linear-gradient(bottom, #E5E5E5 0%, #EDEDED 100%);
    background-image: -moz-linear-gradient(bottom, #E5E5E5 0%, #EDEDED 100%);
    background-image: -o-linear-gradient(bottom, #E5E5E5 0%, #EDEDED 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #E5E5E5), color-stop(1, #EDEDED));
    background-image: -webkit-linear-gradient(bottom, #E5E5E5 0%, #EDEDED 100%);
    background-image: linear-gradient(to top, #E5E5E5 0%, #EDEDED 100%);
    border: 1px solid #c6d2dc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #244e62;
    padding: 4px 14px;
    margin: 0 10px 0 0;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .1);
}

    .InnerToolbar a:hover {
        color: #25313b;
        background: #D0D9DF;
        background-image: -ms-linear-gradient(bottom, #D0D9DF 0%, #DAE1E7 100%);
        background-image: -moz-linear-gradient(bottom, #D0D9DF 0%, #DAE1E7 100%);
        background-image: -o-linear-gradient(bottom, #D0D9DF 0%, #DAE1E7 100%);
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #D0D9DF), color-stop(1, #DAE1E7));
        background-image: -webkit-linear-gradient(bottom, #D0D9DF 0%, #DAE1E7 100%);
        background-image: linear-gradient(to top, #D0D9DF 0%, #DAE1E7 100%);
    }

    .InnerToolbar a.Selected {
        color: #25313b;
        border: 1px solid #a8b3bb;
        background: #B8C6D3;
        background-image: -ms-linear-gradient(bottom, #B8C6D3 0%, #C6D2DC 100%);
        background-image: -moz-linear-gradient(bottom, #B8C6D3 0%, #C6D2DC 100%);
        background-image: -o-linear-gradient(bottom, #B8C6D3 0%, #C6D2DC 100%);
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #B8C6D3), color-stop(1, #C6D2DC));
        background-image: -webkit-linear-gradient(bottom, #B8C6D3 0%, #C6D2DC 100%);
        background-image: linear-gradient(to top, #B8C6D3 0%, #C6D2DC 100%);
    }

    .InnerToolbar a.Disabled {
        color: Gray;
    }

/**********
* END Inner Toolbar
**********/

/**********
* Inner Legend
**********/

.InnerLegend p {
    padding: 0 34px;
    color: #6a6a6a;
}

.InnerLegend ul {
    background-color: #f4fbfd;
    border-top: 1px solid #dae9f0;
    border-bottom: 1px solid #dae9f0;
    padding: 1px 8px;
    margin: 0 0 18px;
}

    .InnerLegend ul li {
        list-style: none;
        border-top: 1px solid #e4f0f5;
        padding: 7px 4px;
        margin: 0;
    }

        .InnerLegend ul li:first-child {
            border: none;
        }

        .InnerLegend ul li:hover {
            position: relative;
            background-color: #c5e5fc;
            border-top: 1px solid #b2d1e8;
            border-bottom: 1px solid #b2d1e8;
            margin: 0 0 -1px 0;
        }

        .InnerLegend ul li:first-child:hover {
            margin: -1px 0;
        }

        .InnerLegend ul li span {
            display: block;
            float: left;
            font-size: 15px;
            color: #7f342c;
            line-height: 15px;
        }

        .InnerLegend ul li a {
            font-size: 12px;
            line-height: 16px;
            display: block;
            margin: 0 0 0 22px;
        }

            .InnerLegend ul li a:hover {
                text-decoration: none;
            }

/**********
* END Inner Legend
**********/

/**********
* Table
**********/

.dataTableUpdatePanel {
    border-left: 1px solid #828282;
    border-right: 1px solid #828282;
    border-bottom: 1px solid #828282;
    border-radius: 0 0 3px 3px;
}

    .dataTableUpdatePanel .OuterPanelClass {
        overflow-x: scroll !important;
    }

.DataTable strong {
    font-weight: normal;
}

.DataTable tfoot {
    display: none;
}

.DataTable tbody tr th[scope=rowgroup] {
    color: #333;
    background-color: #eee;
    font-weight: bold;
}

.DataTable {
    border-collapse: collapse;
    font-size: 12px;
    line-height: 16px;
    color: #303030;
}

    .DataTable, .DataTable tr, .DataTable tr th, .DataTable tr td {
        text-align: left;
    }

        .DataTable th.Numeric,
        .DataTable td.Numeric {
            text-align: right;
        }

        .DataTable thead tr {
            background-color: #eee;
            border-top: 1px solid #eee;
            border-bottom: 1px solid #c6c6c6;
            color: #333;
            font-weight: bold;
        }

            .DataTable thead tr th, .DataTable thead tr td {
                padding: 10px 5px;
            }

        .DataTable tbody tr {
            border-bottom: 1px solid #ebebeb;
        }

            .DataTable tbody tr:first-child {
                background-color: #eaebed;
                color: #7a7674;
            }

.CMSDataTable tbody tr:first-child {
    background-color: transparent;
    color: #303030;
}

.DataTable tbody .TotalRow {
    background-color: #fff !important;
}

.DataTable tbody tr:last-child {
    background-color: transparent;
    color: #303030;
    border: none;
}

.DataTable tbody th {
    padding: 6px 0 6px 5px !important;
    font-weight: normal;
}

    .DataTable tbody th.Indent1 {
        padding: 6px 0 6px 20px !important;
    }

    .DataTable tbody th.Indent2 {
        padding: 6px 0 6px 35px !important;
    }

    .DataTable tbody th.Indent3 {
        padding: 6px 0 6px 50px !important;
    }

.DataTable tbody tr.Child th {
    padding: 6px 0 6px 20px;
}

.DataTable tbody th em {
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    color: #963a00;
}

.DataTable tbody td {
    padding: 6px 5px;
}

    .DataTable tbody td span {
        color: #6a6a6a;
    }

.DataTable tbody tr td span {
    display: block;
    margin: 2px 0 0 0;
    clear: both;
}

.DataTable tfoot tr {
    background-color: #f3f3f3;
}

    .DataTable tfoot tr:first-child {
        border-top: 1px solid #ababab;
    }

    .DataTable tfoot tr td {
        padding: 4px;
        color: #525252;
    }

    .DataTable tfoot tr:first-child td {
        padding: 15px 4px 4px;
    }

    .DataTable tfoot tr:last-child td {
        padding: 4px 4px 15px;
    }

.DataTable tfoot span.TFootSymbol {
    float: left;
    display: block;
}

.DataTable tfoot span.TFootContent {
    display: block;
    margin: 0 0 0 20px;
}

.fixed {
    position: fixed;
    top: 0;
}

div.Footnote {
    border-top: 1px solid #828282;
    padding: 10px 5px;
    background-color: #eee;
}

.AdvancedTable .Footnote {
    border: 1px solid #828282;
    border-top: 0;
}

.Footnote .FootnoteBullet {
    list-style: block;
    list-style-type: disc;
}

.Footnote .FootnoteNoBullet li {
    margin-left: 10px;
}

div.Footnote ul {
    list-style: none;
}

    div.Footnote ul li {
        margin-top: 2px;
        margin-left: 25px;
    }

        div.Footnote ul li span.Term {
            font-size: 1em;
            font-weight: bold;
            margin-right: 15px;
        }

/**********
* END Table
**********/

/**********
* Standard Form
**********/

.StandardFormDropDownList {
    color: #3B3B3B;
    padding: 2px;
    max-width: 100%;
    font-size: 12px;
}

/**********
* END Standard Form
**********/

/**********
* Tag Cloud
**********/

.TagCloud {
    margin: 0 0 50px 0;
}

    .TagCloud h2 {
        border-bottom: 2px solid #576d78;
        padding-bottom: 4px;
        margin-bottom: 10px;
        font-size: 1.8em;
        letter-spacing: normal;
        font-family: Helvetica, ​Arial,​ sans-serif;
    }

    .TagCloud ul li {
        list-style: none;
        margin: 0;
        padding: 0 0 4px 0;
    }

        .TagCloud ul li a {
            display: inline-block;
            background-image: url('Images/tag_cloud.png');
            background-repeat: no-repeat;
            font: normal 12px/12px "Helvetica Neue", Helvetica, Arial, sans-serif; /*no ems here*/
            height: 24px;
            text-decoration: none;
            padding: 0 0 0 8px;
            margin: 0;
            color: #035B93;
        }

            .TagCloud ul li a span {
                display: block;
                height: 26px;
                background-image: url('Images/tag_cloud.png');
                background-repeat: no-repeat;
                position: relative;
                background-position: right 0;
                padding: 6px 10px 2px 0px;
                margin: 0 -8px 0 0;
            }

                .TagCloud ul li a span.FullWidth {
                    display: none;
                }

                .TagCloud ul li a span em {
                    float: right;
                    font-style: normal;
                    display: none;
                }

            .TagCloud ul li a:hover {
                background-position: 0 -34px;
            }

                .TagCloud ul li a:hover span.VariableWidth {
                    display: none;
                }

                .TagCloud ul li a:hover span.FullWidth {
                    display: block;
                    background-position: right -34px;
                    width: 274px !important;
                }

            .TagCloud ul li a span em {
                display: inline;
            }

/**********
* END Tag Cloud
**********/

span.ProfileDataHead {
    text-align: center;
    display: inline-block;
    width: 100%;
}

span.ProfileData {
    text-align: right;
    display: inline-block;
}

    span.ProfileData.Value {
        width: 40%;
    }

    span.ProfileData.Error {
        width: 60%;
    }

td.GroupHeader {
    font-size: 1.5em;
    background-color: #d2ecfc;
}

td.Total {
    font-size: 1.5em;
}

/**********
* Accessibility
**********/

#Accessibility {
    position: absolute;
    top: -1000px;
    left: - 10000px;
}

/**********
* END Accessibility
**********/

.Unicode {
    font-family: "Arial Unicode MS", "Lucida Grande" sans-serif;
}

.Developers_Example_Search {
}

    .Developers_Example_Search textarea {
        width: 100%;
        height: 300px;
    }

    .Developers_Example_Search div {
        text-align: right;
    }

a.External {
    padding-right: 15px;
    background-image: url(Images/ExternalLink.png);
    background-position: right center;
    background-repeat: no-repeat;
}

span.QuickJump {
    font-weight: bold;
    font-size: 12px;
}

    span.QuickJump select {
        max-width: 100%;
        font-weight: normal;
    }

.Collapsible {
}

    .Collapsible.Header {
        cursor: pointer;
    }

    .Collapsible.Content {
        margin-left: 25px;
    }

        .Collapsible.Content.Collapsed {
            display: none;
        }

img.ServiceType {
    float: right;
    padding: 0 0 10px 10px;
    width: 116px;
    cursor: pointer;
}

img.ServiceTypePopup {
    display: none;
    position: absolute;
    z-index: 1000;
    padding: 10px 10px 10px 10px;
    background-color: #cccccc;
}

button,
input[type=submit],
input[type=button] {
    padding: 2px 10px;
}

/* Overriding CollapsiblePanel style from CommonWeb */
div.CollapsiblePanel div.Header {
    border: 0px;
    background-image: none;
    background-color: #D7D7D7;
    padding: 2px 2px 2px 2px;
    height: 17px;
    vertical-align: middle;
    overflow: hidden;
    font-size: 1.2em;
    font-weight: bold;
}

div.CollapsiblePanel {
    border: 0px;
    margin-bottom: 2px;
}

/* Message Bars */

div.message {
    background-color: #E8F6FF;
    border: 1px solid #B2DFFD;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 10px;
    /*width: 1226px;*/
    overflow: hidden;
    min-height: 50px;
}

    div.message p {
        padding: 0;
        margin: 0 0 10px;
        line-height: 15px;
    }

    div.message > div {
        display: table-cell;
        /*padding: 18px 0 0 0;*/
        padding: 0;
    }

    div.message.information > div.img {
        width: 50px;
        text-align: center;
        padding-top: 10px;
    }

        div.message.information > div.img img {
            vertical-align: middle;
        }

/*div.message.information > div:first-of-type {
        text-indent: -9999px;
        width: 50px;
        background: url("Images/iconSprite.png") no-repeat 10px 10px;
    }*/

/* Definition Lists */

dl {
    display: block;
    font-size: 12px;
    margin: 0 0 10px;
}

.TabContent dl {
    padding: 0 10px;
}

dt {
    clear: left;
    display: block;
    font-weight: bold;
    float: left;
    width: 60px;
    margin: 0 0 4px;
}

dd {
    clear: right;
    display: block;
    margin: 0 0 4px;
}

/* Chart Map Table */
/*.TabContent 
{
    border: 1px solid #c6c6c6;
    border-radius: 3px 3px 3px 3px;
}*/

/*RadGrid*/

.telerikRadGrid {
}

.rgDataDiv {
    height: 500px !important;
}

.rgMasterTable th {
    padding: 5px 0;
}

.rgHeaderDiv {
    border-bottom: 1px solid #828282;
}

.rgFilterRow > td {
    padding: 6px 5px !important;
    border: 0 !important;
}

.RadComboBoxDropDown li {
    font-size: 12px !important;
}

/*#RadGrid1_GridHeader 
{
    padding: 0 !important;
}*/

.rgDimensionHeader, .rgDimensionValueHeader, .rgStateHeader, .rgCountyHeader, .rgDataHeader {
    /*padding:5px !important;*/
    text-align: left;
}

/*.rgDimensionHeader 
{
    width: 150px !important;
}

.rgDimensionValueHeader 
{
    width: 270px !important;
}

.rgStateHeader 
{
    width: 120px !important;
}

.rgCountyHeader 
{
    width: 146px !important;
}

.rgDataHeader 
{
    width: 90px !important;
    text-align: right !important;
}*/

.rgDimensionItem, .rgDimensionValueItem, .rgStateItem, .rgCountyItem {
    background-color: #eee;
}

.rgDimensionItem, .rgDimensionValueItem, .rgStateItem, .rgCountyItem, .rgDataItem {
    padding: 4px 5px !important;
}

.rgDimensionItem {
    width: 150px !important;
}

.rgDimensionValueItem {
    width: 270px !important;
}

.rgStateItem {
    width: 120px !important;
}

.rgCountyItem {
    width: 146px !important;
}

.rgDataItem {
    width: 90px !important;
    text-align: right;
}

.ProfileDataFilter .Inputs .RadComboBox,
.rgFilterRow .RadComboBox {
    width: 100% !important;
}

.noHorizontalScroll > .rgDataDiv + div {
    display: none;
}


.noHorizontalScroll .rgCountyHeader, .noHorizontalScroll .rgCountyItem {
    width: auto !important;
}

.rgHeaderOver {
    z-index: 1000;
}

/* Fix IE z-index */
.RadGrid {
    z-index: 3000;
}

    .RadGrid .rgAltRow td {
        border-color: #fff !important;
    }

.rgRow td span:first-of-type, .rgAltRow td span:first-of-type {
    display: block;
}

/*.RadGrid .rgRow td
, .RadGrid .rgAltRow td 
{
    padding: 2px 5px !important;
}*/

.RadGrid table {
    margin: inherit;
    table-layout: auto;
}

    .RadGrid table td {
        vertical-align: middle;
    }

.RadGrid .rgCommandTable td[align="right"] {
    text-align: right;
}

.radGridPager {
    border-left: 1px solid #828282;
    border-right: 1px solid #828282;
    border-bottom: 1px solid #828282;
    background-color: #eee;
    padding: 10px 5px;
    /*width: 1216px;*/
    overflow: hidden;
    font-size: 12px;
}

    .radGridPager > div {
        float: left;
        margin: 0 20px 0 0;
    }

        .radGridPager > div:last-of-type {
            float: right;
            padding: 5px 0 0;
            margin: 0;
        }

        .radGridPager > div:first-of-type {
            padding: 3px 0 0;
        }

            .radGridPager > div:first-of-type .RadComboBox {
                width: 50px !important;
            }

            .radGridPager > div:first-of-type + div .RadInput input:first-of-type {
                width: 50px !important;
            }

.rgGroupPanel th input {
    display: none;
}

    .rgGroupPanel th input:last-of-type {
        display: inline-block !important;
    }


#HIWDataTable .RadGrid th:first-child, #HIWDataTable .RadGrid td:first-child, #HIWDataTable .RadGrid th:nth-child(3), #HIWDataTable .RadGrid td:nth-child(3), #HIWDataTable .RadGrid th:nth-child(4), #HIWDataTable .RadGrid td:nth-child(4) {
    width: 110px;
}

#HIWDataTable .RadGrid th:nth-child(2), #HIWDataTable .RadGrid td:nth-child(2) {
    width: 160px;
}

#HIWDataTable .RadGrid th:nth-child(n + 5), #HIWDataTable .RadGrid td:nth-child(n + 5) {
    width: 90px;
}

.mapContainer {
    margin-bottom: 20px;
    height: 625px;
}

    .mapContainer + p {
        text-align: right;
    }

.mapContainer, .dataChartUpdatePanel {
    padding-top: 10px;
    border-left: 1px solid #828282;
    border-right: 1px solid #828282;
    border-bottom: 1px solid #828282;
    border-radius: 0 0 3px 3px;
}

#state_us-ks-all .mapContainer  {
    height: 530px;
}

#chart .noData {
    padding: 30px 0;
    font-weight: bold;
    color: #CB3332;
    font-size: 1.4em;
}

/* New Filter Styles */

table.ProfileDataFilter {
    background-image: -ms-linear-gradient(top, #FFFFFF 0, #EEEEEE 100%);
    background-image: -moz-linear-gradient(top, #FFFFFF 0, #EEEEEE 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 0, #EEEEEE 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #EEEEEE));
    background-image: -webkit-linear-gradient(top, #FFFFFF 0, #EEEEEE 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0, #EEEEEE 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#FFFFFF", endColorStr="#EEEEEE");
    border: 1px solid #828282;
    border-radius: 3px 3px 0 0;
    margin-bottom: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    border-collapse: collapse;
}

    table.ProfileDataFilter th, table.ProfileDataFilter td {
        padding: 2px 3px;
    }

    table.ProfileDataFilter th {
        text-align: left;
    }

#HIWMap table.ProfileDataFilter th:first-child {
    width: 240px;
}

div.ProfileDataFilter {
    background-image: -ms-linear-gradient(top, #FFFFFF 0, #EEEEEE 100%);
    background-image: -moz-linear-gradient(top, #FFFFFF 0, #EEEEEE 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 0, #EEEEEE 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #EEEEEE));
    background-image: -webkit-linear-gradient(top, #FFFFFF 0, #EEEEEE 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0, #EEEEEE 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#FFFFFF", endColorStr="#EEEEEE");
    border: 1px solid #828282;
    border-radius: 3px 3px 0 0;
    margin-bottom: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    border-collapse: collapse;
    display: table;
    table-layout: fixed;
}

    .ProfileDataFilter > div {
        display: table-row;
    }

        .ProfileDataFilter > div > div {
            display: table-cell;
        }

        .ProfileDataFilter > div > div.W125 {
            width: 125px;
        }

        .ProfileDataFilter > div > div.W150 {
            width: 150px;
        }

        .ProfileDataFilter > div > div.W250 {
            width: 250px;
        }

        .ProfileDataFilter > div.Labels > div {
            padding: 5px 5px 2px !important;
            font-weight: bold;
        }

        .ProfileDataFilter > div.Inputs > div {
            padding: 0 5px 7px 5px;
        }

        .ProfileDataFilter > div.Inputs > div ul.ToggleSwitch {
            position: relative;
            top: -1px;
        }

.ChartNavigation {
    padding: 10px 0;
}

.ChartNavigation a {
    display: inline-block;
    padding: 3px 6px;
    margin-right: 10px;
    border: 1px solid #696969;
    background-color: #EEEEEE;
    color: #0D2942;
    font-size: 12px;
    font-weight: bold;
}

.ChartNavigation a:hover {
    cursor: pointer;
}

.ChartNavigation a.active {
    background-color: #FFFFFF;
}

span.Error {
    display: block;
    color: red;
}

code.Block {
    display: block;
    margin: 5px 0 5px 20px;
    padding: 5px;
}

.SubNavigationInfoLink a,
.SubNavigationInfoLink a:hover,
.SubNavigationInfoLink a:visited {
    color: #fc9a00;
}

    .SubNavigationInfoLink a,
    .SubNavigationInfoLink a:hover {
        display: inline-block;
        margin-right: 10px;
        padding-top: 7px;
    }

.SiteMap h2 {
    color: #001E35;
    font-size: 1.8em;
    font-weight: bold;
    margin: 24px 0 5px;
    letter-spacing: normal;
    font-family: Helvetica, ​Arial, ​sans-serif;
}

    .SiteMap h2 a,
    .SiteMap h2 a:hover,
    .SiteMap h2 a:visited {
        color: #001e35;
    }

.cms-outer {
    overflow-x: auto;
}

.DevelopersLink {
    margin: 30px;
    text-align: center;
    font-size: 1.2em;
}

.hide {
    left: -999em;
    overflow: hidden;
    position: absolute;
    width: 1em;
}

.red, .required {
    color: #CB3332;
}

ul.errors_ul li {
    font-size: .8em;
}

div.PageAlert {
    margin-right: 310px;
    width: auto;
}

fieldset.no_border {
    border: 0;
}
