﻿@font-face {
    font-family: 'HyundaiSansHead-Light';
    src: url('HyundaiSansHead-Light.otf') format('opentype');
}

@font-face {
    font-family: 'HyundaiSansHead-Medium';
    src: url('HyundaiSansHead-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'HyundaiSansHead-Bold';
    src: url('HyundaiSansHead-Bold.otf') format('opentype');
}

body {
    /*background: url(images/bg_TopMenu_Underline.png) repeat-x top left;
    background-image: url(images/1px_bg_sprite.png);
    background-position: 0 -88px;
    background-repeat: repeat-x;*/
    font-family: 'HyundaiSansHead-Light' !important;
    font-size: 12px;
    height: 3px;
    line-height: 1.2;
    position: relative;
    width: 100%;
    background: #efefef;
    margin: 0px;
}

h1 {
    font-size: 2em;
    font-weight: 700;
    line-height: 1.25;
    margin: 3em 0 .5em;
}

h2 {
    color: #fff;
    font-family: "Arial black" Arial !important;
    font-size: 25px;
    font-weight: 700;
    left: 10px;
    line-height: 1.25;
    margin: 55px 0 .5em;
    position: absolute;
    text-transform: uppercase;
    top: -82px;
    white-space: nowrap;
}

h3 {
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.25;
    margin: 3em 0 .5em;
}

h4 {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.25;
    margin: 3em 0 .5em;
}

ul {
    margin: 1em 0;
    padding-left: 40px;
}

ol {
    margin: 1em 0;
    padding-left: 40px;
}

blockquote {
    margin: 1em 40px;
}

a {
    cursor: pointer;
    text-decoration: underline;
}

    a:hover {
        color: #183260;
        outline: 0;
    }

    a:focus {
        color: #183260;
    }

    a:active {
        color: #1e3a6e;
        outline: 0;
    }

q {
    font-style: italic;
}

cite {
    font-style: italic;
}

q:before {
    content: "";
}

q:after {
    content: "";
}

sup {
    line-height: 0;
}

sub {
    line-height: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
}

td {
    padding: 1px;
    text-align: left;
    vertical-align: middle;
}

th {
    padding: 1px;
    text-align: left;
    vertical-align: middle;
}

td:first-child {
    empty-cells: hide;
}

th:first-child {
    empty-cells: hide;
}

table.yui-datatable-theme {
    border: solid 1px #7f7f7f;
    border-collapse: collapse;
    font-family: arial;
    font-size: inherit;
}

.yui-datatable-theme th {
    border: 1px solid #aaa;
    color: #FFF;
    cursor: default;
    padding: 2px 10px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}

.yui-datatable-theme td {
    border-right: solid 1px #ccc;
    cursor: default;
    padding: 2px 10px;
    white-space: nowrap;
}

.yui-datatable-theme .DefaultSpannedHeaderCell {
    background: #EFEFEF;
    background-color: #454545;
    color: #fff;
    font-weight: 700;
}

.yui-datatable-theme th a {
    color: #FFF;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}

.table .GLGridHeaderStyle {
    background-color: #444;
    color: #FFF;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}

    .table .GLGridHeaderStyle a {
        color: #FFF;
    }

.grid_drill_up_button {
    border-width: 0;
    margin-right: 5px;
    padding: 0;
    vertical-align: middle;
}

.yui-datatable-theme tr {
    border: 1px solid #CCC;
    border-color: #CCC;
}

.yui-datatable-theme .GLGridDescriptionStyle {
    background: #454545;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.yui-datatable-theme td.bg_green {
    background-color: #C2FFC2 !important;
}

.yui-datatable-theme td.bg_red {
    background-color: #FFC8C8 !important;
}

.yui-datatable-theme .alt-data-row td.GLGridDescriptionStyle {
    background-color: #f6f6f6;
    color: #444;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: none;
    white-space: nowrap;
}

.yui-datatable-theme td.GLGridDescriptionStyle {
    background: url(images/altRowBG.png) repeat-x bottom left;
    background-color: #fff;
    color: #444;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: none;
    white-space: nowrap;
}

.yui-datatable-theme td.glgriddescriptionstyle {
    background: url(images/altRowBG.png) repeat-x bottom left;
    background-color: #fff;
}

.yui-datatable-theme .GLGridHeaderStyle {
    background: url(images/highlightBar.png) repeat-x scroll 0 -4px #eee;
    background: #444;
    color: #fff;
    background-image: none;
    border: 1px solid #aaa;
    cursor: default;
    font-weight: 700;
    padding: 2px 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

th.asc a {
    text-decoration: underline !important;
}

th.desc a {
    text-decoration: underline !important;
}

th.sortable a {
    text-decoration: underline !important;
}

    th.sortable a:hover {
        text-decoration: underline;
        white-space: nowrap;
    }

.DrillDownLink {
    color: #333 !important;
    font-weight: 700;
}

.GLGridDescriptionStyle a.DrillDownLink {
    color: #333 !important;
    font-weight: 700;
}

.DrillDownLink:hover {
    color: red;
}

.GLGridDescriptionStyle a.DrillDownLink:hover {
    color: red;
}

.SoftGrey_GridViewStyle {
    border: #444 1px solid;
    border-collapse: collapse;
    font-family: Arial,Sans-Serif;
    font-size: 10px;
    table-layout: auto;
}

.SoftGrey_HeaderStyle th {
    color: #555fff;
    padding: 5px;
    white-space: nowrap;
}

.SoftGrey_RowStyle td a {
    background: transparent;
    white-space: nowrap;
}

.SoftGrey_AltRowStyle td a {
    background: transparent;
    white-space: nowrap;
}

.Chrome_GridViewStyle {
    border: #ddd 1px solid;
    border-collapse: collapse;
    font-family: Arial,Sans-Serif;
    table-layout: auto;
}

.Chrome_HeaderStyle th {
    color: #333;
    padding: 5px;
}

.Chrome_HeaderStyle a {
    color: #fff;
    display: block;
    font-weight: 700 !important;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}

.Chrome_PagerStyle td {
    border-top: #999 1px solid;
}

.Chrome_PagerStyle a {
    border-bottom: solid 1px #999;
    border-left: solid 1px #fff;
    border-right: solid 1px #999;
    border-top: solid 1px #fff;
    color: #fff;
    font-weight: 700;
    padding: 2px 10px;
    text-decoration: none;
}

.Chrome_PagerStyle span {
    color: #fff;
    font-weight: 700;
    padding: 2px 10px;
    text-decoration: none;
}

.Chrome_AltRowStyle td {
    background-color: #fff;
    border-right: solid 1px #ddd;
    border-top: 1px solid #DDD;
    padding: 5px;
    vertical-align: middle;
}

.Chrome_SelectedRowStyle td {
    background-color: #FF9;
    border-right: solid 1px #ddd;
    padding: 5px;
    vertical-align: middle;
}

.WhiteChrome_GridViewStyle {
    border: #666 2px solid;
    border-collapse: collapse;
    font-family: Arial,Sans-Serif;
    table-layout: auto;
}

.softGreyGv_GridViewStyle {
    border: #444 1px solid;
    border-collapse: collapse;
    font-family: Arial,Sans-Serif;
    table-layout: auto;
}

.chromeBlackGv_GridViewStyle {
    border: #1d1d1d 5px solid;
    border-collapse: collapse;
    font-family: Arial,Sans-Serif;
    table-layout: auto;
}

.chromeBlackGv_PagerStyle td {
    border-top: #1d1d1d 3px solid;
}

.grid_wrap td.indent_level_1 {
    display: block;
    padding-left: 30px !important;
}

td.glgridtoprowstyle {
    background: #888 !important;
    background-color: #e9e9e9;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-right: solid 1px #ccc !important;
    color: #fff !important;
    padding: 5px;
}

.glgridtoprowstyle.GLGridDescriptionStyle {
    background: #888 !important;
    background-color: #e9e9e9;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-right: solid 1px #ccc !important;
    color: #fff !important;
    padding: 5px;
}

.box_container .grid_wrap th {
    background: #454545;
    border: 0;
    border-collapse: collapse;
    border-right: solid 1px #ccc !important;
    color: #fff;
    font-weight: 700;
    padding: 5px;
}

.box_container .grid_wrap td {
    border: 0;
    border-collapse: collapse;
    border-right: solid 1px #ccc !important;
    font-weight: 400;
}

.box_container .grid_wrap .alt-data-row td {
    border: 0;
    border-collapse: collapse;
    border-right: solid 1px #ccc !important;
    font-weight: 400;
}

td.glgridtoprowstyle a {
    color: #555 !important;
    font-weight: 700;
}

.glgridtoprowstyle.GLGridDescriptionStyle a {
    color: #555 !important;
    font-weight: 700;
}

html {
    background-position: top left;
    background: #f3f3f3;
    /*background: linear-gradient(to right, rgba(35,66,129,.2), #fff);*/
}

.MENUITEM {
    background: #FFF;
    border: 1px solid #ccc;
    border-radius: 10px;
    left: 1vw;
    margin-bottom: 25px;
    min-width: 953px;
    padding: 10px 10px 45px 10px;
    position: absolute;
    top: 150px;
    /*box-shadow: 3px 3px 6px rgba(174, 36, 53, 1);*/
    /*box-shadow: 3px 3px 6px rgba(35, 66, 129, .6);*/
    box-shadow: 3px 3px 6px rgba(100, 100, 100, .8);
    /*border:solid 2px rgba(35, 66, 129, .6)*/
    border: solid 1px rgba(100, 100, 100, .6)
}

#logo {
    _top: 5px !important;
    background-image: url(images/Logo.png);
    background-repeat: no-repeat;
    height: 65px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 138px;
}

#auto_plus_logo {
    _top: 5px !important;
    background-image: url(images/autoPlusLogo.png);
    background-repeat: no-repeat;
    height: 29px;
    left: 200px;
    position: absolute;
    top: 30px;
    width: 143px;
}

#just_brakes_logo {
    _top: 5px !important;
    background-image: url(images/justBrakesLogo.png);
    background-repeat: no-repeat;
    height: 64px;
    left: 390px;
    position: absolute;
    top: 12px;
    width: 104px;
}

#wd_auto_parts_logo {
    _top: 5px !important;
    background-image: url(images/wdAutoPartsLogo.png);
    background-repeat: no-repeat;
    height: 28px;
    left: 540px;
    position: absolute;
    top: 28px;
    width: 189px;
}

#footer {
    background: #fff;
    border: 1px solid #CCC;
    bottom: 0;
    height: 35px;
    padding-top: 5px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #footer .poweredBy {
        background: url(images/JDGLLogos.png) no-repeat;
        height: 32px;
        position: absolute;
        right: 0;
        top: 10px;
        width: 115px;
    }

.storeselection {
    position: absolute;
    color: #aaa;
    top: 19px;
    right: 400px;
    font-family: 'HyundaiSansHead-Light';
}

    .storeselection a {
        color: #4b4640;
        font-weight: bold !important;
        text-decoration: underline !important;
        font-size: 12px;
        font-family: 'HyundaiSansHead-Light';
    }

.StoreSelector span {
    font-weight: bold !important;
    font-size: 12px;
    font-family: 'HyundaiSansHead-Light';
}

.StoreSelector {
    margin-top: 5px !important;
    padding-left: 10px;
}

.ui-dialog {
    font-family: 'HyundaiSansHead-Light';
    padding: .9em;
    width: 33% !important;
    z-index: 10;
    top: 10% !important;
    position: fixed !important;
    left: 33% !important;
}

.ui-dialog-titlebar {
    padding: 5px !important;
    min-height: 35px;
}

.ui-dialog-title {
    margin-left: 40px !important;
    font-size: 14px;
    font-weight: 700;
}

    .ui-dialog-title:before {
        content: '';
        background-image: url('images/sitemap.png');
        background-size: contain;
        position: absolute;
        width: 20px;
        height: 20px;
        margin-left: -30px;
        top: 0 !important;
    }

.ui-dialog-titlebar-close {
    background: no-repeat url(images/close.png) !important;
    background-size: cover !important;
}

.ui-widget-overlay {
    height: 100vh !important;
    z-index: 9;
}

.HierarchyLegendWrapper {
    display: none
}

.hierarchy_icon {
    display: none !important;
}

.hierarchySearchBtn, .hierarchyClearSearchBtn {
    padding: 5px 4px;
    border-radius: 6px;
    color: #fff;
    background-color: #002c5f;
    border-color: #2e6da4;
    font-size: 11px !important;
    border: 0 solid #fff;
    color: #fff;
    text-transform: uppercase;
    margin-left: 5px;
}

.ui-dialog-buttonset button {
    padding: 3px 5px !important;
    line-height: 1.3333333 !important;
    border-radius: 6px !important;
    color: #fff !important;
    background-color: #aaa !important;
    border: none !important;
    margin: .5em .4em .5em 0 !important;
    cursor: pointer !important;
}

.Selector_default {
    display: inline-block !important;
    margin: 5px;
}

.Inline_Select {
    display: inline-block !important;
    width: inherit !important;
}

.selection_container .Selector_default {
    margin: 0 15px 15px 0;
}



.ThinMenu {
    position: absolute;
    right: 0;
    top: -23px;
    z-index: 5;
    background-color: #1d1d1d !important;
    border-bottom-left-radius: 4px;
    box-shadow: 2px 2px 6px rgba(0,0,0,.3);
    border: 1px solid #555;
}

    .ThinMenu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .ThinMenu ul ul {
            position: absolute;
            width: 15em;
        }

            .ThinMenu ul ul li {
                width: 100%;
            }

        .ThinMenu ul li {
            padding-top: 20px;
            display: inline;
            border-right: 1px solid #555;
            float: right;
            position: relative;
        }

            .ThinMenu ul li:hover {
                visibility: inherit;
            }

                .ThinMenu ul li:hover ul, .ThinMenu ul li.sfHover ul {
                    right: -50%;
                    top: 2.5em;
                    z-index: 99;
                }

            .ThinMenu ul li ul {
                min-width: 150px;
                margin-top: 20px;
                z-index: 100;
            }

            .ThinMenu ul li a {
                color: #FFF;
                font-family: 'HyundaiSansHead-Light';
                text-transform: uppercase;
                text-decoration: none;
                font-weight: 700;
                padding: 10px 10px 5px;
            }

                .ThinMenu ul li a:hover {
                    text-decoration: underline;
                }

            .ThinMenu ul li li {
                border: 1px solid #555;
                background: #717073;
                z-index: 11;
                white-space: nowrap;
                padding: 10px 10px 5px;
                margin-left: 40px;
                box-shadow: 2px 2px 6px rgba(0,0,0,.3);
            }

                .ThinMenu ul li li a {
                    font-size: 11px;
                    border-right: 2px solid #555;
                    padding: 2px;
                }

                    .ThinMenu ul li li a:hover {
                        color: #fff;
                        text-decoration: underline;
                        border-right: 2px solid #fff;
                    }

        .ThinMenu ul a {
            display: block;
            position: relative;
        }

.grid_title input {
    display: block;
    float: right;
    margin: 15px 0 0 10px;
}

.gridContainer {
    display: inline-block;
    float: left;
    margin: 0 5px 10px 0;
}

.grid_wrap {
    display: inline-block;
    float: left;
    margin: 0 5px 10px 0;
}

label {
    color: #717073;
    font-weight: 700;
    padding: 0 5px;
    text-transform: uppercase;
    white-space: nowrap;
}

.vContainer .element {
    margin: 0;
}

.hContainer .element {
    margin: 0;
}

#FeaturedReport {
    background: #eee;
    border: 2px solid #DDD;
    padding: 0 10px;
}

    #FeaturedReport .fr_heading {
        background: url(images/highlightBar.png) repeat-x scroll 0 -4px #eee;
        color: #FFF;
        font-size: 14px;
        font-weight: 700;
        padding: 5px;
    }

#ctl00_ContentPlaceHolder1_eObj4401 .element GLGrid_default {
    float: right;
    width: 300px;
}

.calluploadcontainer {
    background: #ececec;
    border: 1px solid #ccc;
    display: block;
    float: inherit;
    padding: 5px;
}

.calluploadtitle {
    color: #717073;
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 0;
    text-transform: uppercase;
}

.calluploadlabel {
    color: #717073;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0 0;
}

.calluploadlabelblock {
    color: #717073;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0 0;
}

.box_container #FeaturedReport {
    max-width: 300px;
    min-width: 100px;
}

.box_container .alert_wrap {
    max-width: 300px;
    min-width: 100px;
}

.box_container .map_wrap {
    max-width: 300px;
    min-width: 100px;
}

.box_container .Footnote {
    max-width: 480px;
    padding: 5px;
}

.box_container .grid_title_text {
    font-size: 16px;
}

.box_container .kpi_link {
    left: 390px;
    position: absolute;
}

.box_container th.GLGridDescriptionStyle {
    background: #717073 !important;
}

.box_container th {
    background: #717073 !important;
}

    .box_container th.GLGridDescriptionStyle a {
        color: #333;
    }

.box_container .arrow_wrap {
    min-height: 300px;
}

.box_container .gridContainer {
    margin: 0 !important;
}

.box_container .chart_wrap {
    margin: 0 !important;
}

.box_container .grid_wrap {
    margin: 0 !important;
}

.box_container .chart_header {
    background: #B7242E;
    color: #FFF;
    border-bottom: 1px solid #ddd;
    display: block;
    padding-left: 5px !important;
    border-radius: 2px;
    padding-top: 4px;
}

.box_container .container_title {
    background: #B7242E;
    color: #FFF;
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding-left: 5px !important;
    padding-top: 4px;
    text-transform: uppercase;
    border-radius: 2px;
}

.box_container .fr_heading {
    background: #B7242E;
    color: #FFF;
    border-bottom: 1px solid #ddd;
    display: block;
    padding-left: 5px !important;
}

.box_container .arrow_header {
    background: #B7242E;
    color: #FFF;
    border-bottom: 1px solid #ddd;
    display: block;
    padding-left: 5px !important;
}

.box_container .alert_header {
    background: #B7242E;
    color: #FFF;
    border-bottom: 1px solid #ddd;
    display: block;
    padding-left: 5px !important;
}

.chart_header {
    background: #B7242E;
    color: #FFF;
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding-left: 5px !important;
    text-transform: uppercase;
    border-radius: 2px;
    padding-top: 4px;
}

.b_gauge_header {
    background: #B7242E;
    color: #FFF;
    /*background: linear-gradient(to right, #777, rgba(174,36,53,.9)); color: #FFF;*/
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding-left: 5px !important;
    text-transform: uppercase;
    border-radius: 2px;
    padding-top: 4px;
}

.arrow_header {
    overflow: hidden;
    white-space: nowrap;
}

.arrow_image {
    background-position: center center !important;
    height: 180px;
    margin: 0 auto;
    width: 116px;
}

.arrow_content.increase.positive .arrow_image {
    background: url(images/green_arrow_up.png) no-repeat;
}

.arrow_content.increase.negative .arrow_image {
    background: url(images/red_arrow-up.png) no-repeat;
}

.arrow_content.decrease.positive .arrow_image {
    background: url(images/green_arrow_down.png) no-repeat;
}

.arrow_content.decrease.negative .arrow_image {
    background: url(images/red_arrow_down.png) no-repeat;
}

.equals .arrow_image {
    background: url(images/arrow_equals.png) no-repeat;
}

.arrow_value {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-left: 2px;
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    text-align: center;
    width: 100px;
}

.arrow_sentance strong span {
    color: #000;
    font-weight: 400;
}

.negative .arrow_sentance strong {
    color: #b8242d;
    font-weight: 700;
}

.negative .arrow_value_text {
    color: #b8242d;
    font-weight: 700;
}

.positive .arrow_sentance strong {
    color: #74b33d;
    font-weight: 700;
}

.positive .arrow_value_text {
    color: #74b33d;
    font-weight: 700;
}

.equals .arrow_sentance strong {
    color: Blue;
}

.decrease.negative .arrow_value {
    padding: 75px 0;
}

.positive.decrease .arrow_value {
    padding: 75px 0;
}

table.arrow_table {
    margin: 10px 0 0;
    width: 100%;
}

td.arrow_table_label {
    color: #444;
    font-size: 14px;
}

ul.alert_items {
    margin: 0;
    padding: 4px 2px;
}

    ul.alert_items li {
        background: #f6f6f6;
        border: 1px solid #c2c2c2;
        height: 24px;
        list-style: none;
        margin: 4px 0;
        min-width: 344px;
        padding: 0px !important;
        border-radius: 0px !important;
    }

        ul.alert_items li .icon {
            background: #f6f6f6;
            display: block;
            float: left;
            height: 16px;
            width: 16px;
        }

        ul.alert_items li .close {
            background: url(images/icon_close.png) no-repeat;
            cursor: pointer;
            display: block;
            float: right;
            height: 16px;
            width: 16px;
        }

        ul.alert_items li .link {
            background: #f6f6f6;
            display: block;
            float: left;
            font-size: 12px;
            font-weight: 700;
            height: 16px;
            margin: 4px;
            min-height: 16px;
        }

            ul.alert_items li .link a {
                color: #444;
                cursor: pointer;
            }

        ul.alert_items li.alert .icon {
            background: url(images/icon_alert.png) no-repeat;
            background-color: #fff;
            background-image: url(images/icon_sprite_V3.png);
            background-position: -57px -157px;
            background-repeat: no-repeat;
            height: 27px;
            left: -1px;
            position: relative;
            top: -1px;
            width: 29px;
        }

        ul.alert_items li.report .icon {
            background: url(images/icon_report.png) no-repeat;
        }

        ul.alert_items li.star .icon {
            background: url(images/icon_star.png) no-repeat;
            background-color: #fff;
            background-image: url(images/icon_sprite_V3.png);
            background-position: -57px -238px;
            background-repeat: no-repeat;
            height: 27px;
            left: -1px;
            position: relative;
            top: -1px;
            width: 29px;
        }

        ul.alert_items li.red_cross .icon {
            background: url(images/icon_red_cross.png) no-repeat;
        }

.overview_right_column {
    width: 320px;
}

.alert_content {
    overflow: auto;
}

.arrow_content {
    overflow: auto;
    text-align: center;
}

.dashContainer {
    margin: 2px;
}

    .dashContainer div.dashHeader {
        background: #004b8d;
        border: 1px solid #babcbe;
        color: #EEE;
        font-size: 13px;
        min-height: 26px;
        padding: 2px 3px;
    }

    .dashContainer div.dashContent {
        background: #fefefe;
        padding: 5px;
    }

img.arrow_img {
    vertical-align: middle;
}

.selectedNode {
    color: #004b8d !important;
    font-weight: 700;
    padding: 5px;
}

.survey_search_container {
    background: #ECECEC;
    border: 1px solid #ccc;
    margin-right: 10px;
    padding: 5px;
}

.case_search_container {
    background: #ECECEC;
    border: 1px solid #ccc;
    margin-right: 10px;
    padding: 5px;
}

.customer_search_container {
    background: #ECECEC;
    border: 1px solid #ccc;
    margin-right: 10px;
    padding: 5px;
}

.survey_search_container label {
    display: block;
    float: left;
    padding: 3px 4px 3px 0;
    text-align: right;
    width: 110px;
}

.case_search_container label {
    display: block;
    float: left;
    padding: 3px 4px 3px 0;
    text-align: right;
    width: 110px;
}

.customer_search_container label {
    display: block;
    float: left;
    padding: 3px 4px 3px 0;
    text-align: right;
    width: 110px;
}

.survey_search_container select {
    min-width: 150px;
}

.case_search_container select {
    min-width: 150px;
}

.customer_search_container select {
    min-width: 150px;
}

.survey_search_container .GLDashDisplayButton_default input {
    float: right;
    font-weight: 700;
    margin-left: 200px;
    margin-top: 10px;
    width: 150px;
}

.case_search_container .GLDashDisplayButton_default input {
    font-weight: 700;
    margin-left: 200px;
    width: 150px;
}

.customer_search_container .GLDashDisplayButton_default input {
    float: right;
    font-weight: 700;
    margin-left: 200px;
    width: 150px;
}

.survey_search_container .hContainer {
    margin-left: 26px;
}

.case_search_container .hContainer {
    margin-left: 26px;
}

.customer_search_container .hContainer {
    margin-left: 26px;
}

.survey_search_container .hContainer label {
    text-align: right;
    width: 85px;
}

.case_search_container .hContainer label {
    text-align: right;
    width: 85px;
}

.customer_search_container .hContainer label {
    text-align: right;
    width: 85px;
}

.survey_delete_cell {
    margin: 0;
    min-width: 1px;
    padding: 0;
    width: 18px !important;
}

.gaugePanel-container .b_gauge_header {
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
}

.leftheading {
    font-family: arial !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    vertical-align: top;
    white-space: nowrap !important;
    width: 10% !important;
}

.rightheading {
    font-family: arial !important;
    vertical-align: top;
    width: 40% !important;
}

.errormessage {
    color: #c00;
    font-weight: 700;
}

.positivemessage {
    color: #060;
    font-weight: 700;
}

.grouphead td {
    background-color: #e5edf3 !important;
    font-family: arial !important;
    font-size: .9em !important;
}

.questionrow td {
    background-color: #f2f2f2 !important;
    font-family: arial !important;
    font-size: .8em !important;
}

.questiongridheader {
    background-color: #c00 !important;
    color: #FFF !important;
    font-family: arial !important;
    font-size: .9em !important;
}

    .questiongridheader th {
        color: #FFF !important;
        font-family: arial !important;
        font-size: .9em !important;
    }

.popuppanel {
    background: #FFF;
}

.record_body {
    padding: 5px 10px 25px;
}

    .record_body .record_body {
        padding: 5px 0 0;
    }

.record_header .record_corner_left {
    background: #FFF url(images/ReportHeader-Black-Left.png) no-repeat left;
    height: 45px;
    left: 0;
    position: absolute;
    width: 12px;
}

.record_header .record_label {
    background: #FFF url(images/ReportHeader-Black-Centre.png) repeat-x;
    color: #555;
    font-size: 16px;
    font-weight: 700;
    height: 25px;
    padding-left: 17px;
    padding-top: 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.record_section .record_corner_left {
    background: #FFF url(images/ReportHeader-White-Left.png) no-repeat left;
    height: 45px;
    left: 0;
    position: absolute;
    width: 12px;
}

.record_image {
    position: relative;
    right: 40px;
    text-align: right;
    width: 100%;
}

.record_section .record_corner_right {
    background: url(images/ReportHeader-White-Minus-Right.png) no-repeat right;
    height: 45px;
    position: absolute;
    right: 0;
    width: 38px;
}

.record_section .record_label {
    background: #FFF url(images/ReportHeader-White-Centre.png) repeat-x;
    color: #555;
    font-size: 16px;
    font-weight: 700;
    height: 25px;
    padding-left: 17px;
    padding-top: 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.record_section_down .record_corner_right {
    background: url(images/ReportHeader-White-Plus-Right.png) no-repeat right;
    height: 45px;
    position: absolute;
    right: 0;
    width: 38px;
}

.element .SingleRecordContainer_default .vContainer .element .GLGrid_default {
    margin-left: 10px !important;
    padding-left: 10px !important;
}

.tab-selector label {
    background: #f2f2f2;
    border: 1px solid #CCC;
    border-bottom: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #000;
    display: block;
    margin-bottom: -2px;
    outline: 0;
    padding: .4em 1em;
    position: relative;
    text-align: center;
}

    .tab-selector label:hover {
        background: #555;
        background-color: #fff;
        cursor: pointer;
        text-decoration: underline !important;
    }

label.selected-tab:hover {
    background: #555;
    background-color: #fff;
    cursor: default;
    text-decoration: none !important;
}

label.selected-tab {
    background: #555;
    background-color: #f2f2f2 !important;
    background-repeat: repeat-x;
    border-bottom: 1px solid #f2f2f2 !important;
    color: #000 !important;
}

.record_body .grid_wrap {
    padding: 0 0 0 5px;
}

.infowindow {
    font-family: Verdana;
    font-size: 8pt;
    font-weight: 400;
    height: 100px;
    overflow: auto;
    width: 100px;
}

.infodescription {
    height: 250px;
    max-height: 250px;
    max-width: 100px;
    min-height: 250px;
    min-width: 200px;
    overflow-x: auto;
    overflow-y: auto;
    padding-right: 6px;
    text-align: justify;
    width: 100px;
}

.tab-content {
    background: #f9f9f9;
    border: 1px solid #ccc;
    margin: 0 0 5px;
    padding: 5px;
}

td.question_text {
    white-space: normal !important;
}

.dealership_selection_container {
    position: absolute;
    right: 10px;
    top: 75px;
}

.no_wrap_cell {
    max-width: 600px;
    white-space: normal !important;
}

.verbatium_extra_width {
    display: block;
    min-width: 600px !important;
}

.yui-datatable-theme .grid_header .GLGridDescriptionStyle {
    _color: #fff !important;
}

th.asc {
    background: #454545 url(images/sort_up_new.gif) no-repeat scroll 95% 50% !important;
    padding-right: 5px;
    text-decoration: underline !important;
}

.large_tbl_wrap th.asc {
    background: #454545 url(images/sort_up_new.gif) no-repeat scroll 95% 50% !important;
    padding-right: 5px;
    text-decoration: underline !important;
}

th.desc {
    background: #454545 url(images/sort_down_new.gif) no-repeat scroll 95% 50% !important;
    padding-right: 5px;
    text-decoration: underline !important;
}

.large_tbl_wrap th.desc {
    background: #454545 url(images/sort_down_new.gif) no-repeat scroll 95% 50% !important;
    padding-right: 5px;
    text-decoration: underline !important;
}

.row_hilite {
    background-color: #ababab !important;
    color: #444 !important;
    font-weight: 700 !important;
}

.glgridtoprowstyle {
    background-color: #ababab !important;
    color: #444 !important;
    font-weight: 700 !important;
}

.grid_count {
    color: #000;
    float: right;
    font-weight: 700;
    text-transform: uppercase;
}

.large_tbl_wrap .GLGridHeaderStyle {
    min-width: 47px;
    padding-right: 5px;
    text-transform: capitalize;
    white-space: normal !important;
}

    .large_tbl_wrap .GLGridHeaderStyle a {
        min-width: 47px;
        text-transform: capitalize;
        white-space: normal !important;
    }

.tab1 {
    padding-left: 30px !important;
}

.tab2 {
    padding-left: 60px !important;
}

.tab3 {
    padding-left: 90px !important;
}

.tab4 {
    padding-left: 120px !important;
}

.overview_key_metrics_grid table tr td a:hover {
    text-decoration: underline;
}

.htmlToggled {
    background-color: #fff;
    background-image: none;
}

.MaindivToggle {
    width: 980px;
}

.overview_wrap .right_side {
    left: 600px;
    position: absolute;
    width: 372px;
}

.jstree li {
    line-height: 24px !important;
}

.hierarchy_tree a {
    display: block;
    margin-top: 3px;
}

.sls .hierarchy_icon {
    background-color: transparent;
    background-image: url(images/SALES.png);
    background-position: right center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    position: relative;
    top: 4px;
    width: 20px;
}

.svc .hierarchy_icon {
    background-color: transparent;
    background-image: url(images/SERVICE.png);
    background-position: right center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    position: relative;
    top: 4px;
    width: 20px;
}

.svc.sls .hierarchy_icon {
    background-color: transparent;
    background-image: url(images/img_SalesServiceSprites2.png) !important;
    background-position: 5px 0 !important;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    position: relative;
    top: 4px;
    width: 40px;
}

.jstree-default-rtl .jstree-hovered {
    padding: 1px 2px !important;
}

.jstree-classic .jstree-clicked {
    background-color: #fff !important;
    border: 1px solid navy !important;
    color: #000 !important;
}

.ui-widget-header {
    background-color: #3C47A3 !important;
    border: 1px solid #ddd;
    color: #eee;
    font-weight: 700;
    height: 20px;
    left: -3px;
    padding: 2px;
    width: 96%;
}

.current_selection {
    background-color: #bfbfbf;
    clear: both;
    color: #000;
    font-weight: 700;
    left: -4px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-top: 8px;
    position: relative;
}

.ui-dialog-buttonset {
    position: relative;
    right: -10px;
    top: 20px;
}

.ui-button {
    background-color: #454545 !important;
    cursor: pointer;
    display: inline-block;
    margin-right: .1em;
    overflow: visible;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    zoom: 1;
}

.ui-button-text {
    color: #fff !important;
    font-family: Arial;
    font-size: 13px;
    font-weight: 700;
}

.ui-dialog .ui-dialog-content {
    background: none;
    border: 0;
    overflow: auto;
    padding: .5em 1em 1.8em !important;
    position: relative;
    zoom: 1;
    margin-right: 14px;
}

.messagetext h3 {
    padding-left: 3px;
}

.messagetext p {
    padding-left: 3px;
}

.vContainer .Selector_default label {
    padding-top: 4px;
}


@media screen and (max-width: 1800px) {
    .storeselection {
        top: 40px;
        right: 40px;
    }
}

@media screen and (max-width: 1495px) {
    /*HEADER*/
    .supportWrapper {
        top: 125px !important;
    }

    .storeselection {
        right: 0;
    }

    .MENUITEM {
        top: 170px;
    }

    .logo_slogan {
        visibility: hidden;
    }

    .logo_caption {
        visibility: hidden;
    }

    .ui-dialog {
        width: 50% !important;
        left: 25% !important;
    }
}

.sf-menu {
    background: #777;
    float: left;
    margin-bottom: .5em;
    width: 100%;
}

ul.sf-menu {
    font-size: 12px;
    left: 0;
    min-width: 1030px;
    position: absolute;
    top: 83px;
    z-index: 1;
}

    ul.sf-menu a {
        color: #f3f3f3 !important;
    }

.sf-menu li:hover {
    background: #B7242E !important;
    color: #444 !important;
}

.sf-menu li.sfHover {
    background: #B7242E !important;
    color: #444;
}

.sf-menu a:focus {
    background: #B7242E !important;
    color: #444;
}

.sf-menu a:hover {
    background: #B7242E !important;
    color: #444;
}

.sf-menu a:active {
    background: #FFF !important;
    color: #444;
}

.sf-menu li .current {
    background: #444;
    color: #808084;
}

    .sf-menu li .current a:hover {
        background: #444;
        color: #808084;
    }

.sf-menu li li {
    background: #808084;
    border: 0;
    border-bottom: 1px solid #E2E2E2;
}

.sf-menu li ul {
    border: 1px solid #E2E2E2;
}

ul.sf-menu ul li.has_children a {
    background-color: #717073;
    background-image: url(images/RightArrow.png);
    background-position: 175px 9px;
    background-repeat: no-repeat;
}

ul.sf-menu ul li.has_children ul li.has_children a {
    background-color: #717073;
    background-image: url(images/RightArrow.png);
    background-position: 175px 9px;
    background-repeat: no-repeat;
}

ul.sf-menu ul li.has_children a:hover {
    background-color: #285179 !important;
    border-right: 1px solid #fff;
}

ul.sf-menu ul li.has_children ul li a {
    background-image: none;
}

ul.sf-menu ul li.has_children ul li.has_children ul li a {
    background-image: none;
}

.sf-menu li ul li ul li ul {
    top: -26px !important;
}

ul.sf-menu ul li.has_children ul li a:hover {
    background-color: #285179 !important;
}

.Managment.has_children ul li {
    width: 190px !important;
}

    .Managment.has_children ul li ul li {
        width: 250px !important;
    }

.sf-menu li.sfHover ul li {
    background-color: #717073;
}

    .sf-menu li.sfHover ul li a {
        _width: 330px;
        height: 15px;
        margin-top: 0 !important;
        padding-bottom: 7px;
        padding-top: 10px;
    }

        .sf-menu li.sfHover ul li a:hover {
            border-top: 1px solid #fff;
            color: #fff;
        }

    .sf-menu li.sfHover ul li ul li {
        position: relative;
        top: -1px;
    }

        .sf-menu li.sfHover ul li ul li a {
            height: 16px;
        }

.ThinMenu sup {
    font-size: .6em;
    vertical-align: top;
}

.grid_export_button {
    background-image: url(images/ExportToExcel_2016.png);
    background-repeat: no-repeat;
    background-size: auto;
    display: block;
    float: left;
    height: 28px;
    margin-top: 3px;
    position: relative;
    top: -1px;
    width: 28px;
    float: left !important;
}

.grid_reset_sort_button {
    display: block;
    float: left;
    height: 20px;
    margin-top: 3px;
    position: relative;
    top: -1px;
    width: 103px;
}

.GLDashDisplayMap2_default {
    overflow: hidden;
}

.supportWrapper ul li img, .supportWrapper ul li span, .HierarchyLegendWrapper .svc, .HierarchyLegendWrapper .sls {
    display: block;
    float: left;
}

.supportWrapper {
    position: absolute;
    right: 20px;
    top: 105px;
    height: 30px;
    z-index: 1;
    margin-top: 7px;
    font-size: 10px;
}

    .supportWrapper ul li, .supportWrapper ul li a {
        display: block;
        float: left;
        color: #454545;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
    }

        .supportWrapper ul li > span, .supportWrapper ul li > img, .supportWrapper ul li > a {
            margin-right: 5px;
            margin-top: 4px;
        }

        .supportWrapper ul li .EmailImageLink {
            width: 22px;
            height: 22px;
            margin-top: 0;
            border-color: inherit;
            border-style: none;
            border-width: medium;
        }

        .supportWrapper ul li .supportImage {
            width: 22px;
            height: 22px;
            float: left;
            border-color: inherit;
            border-style: none;
            border-width: medium;
        }

.convertPDF {
    cursor: pointer;
    z-index: 1;
    color: #454545;
    padding-right: 10px;
}

    .convertPDF .messagetext {
        font-weight: 700;
        text-transform: uppercase;
        font-size: 10px;
        margin-left: 30px;
        margin-top: -15px;
    }

.printLoader {
    background: url(images/LoaderImage-V4.gif) no-repeat;
    height: 196px;
    left: 50%;
    position: fixed;
    top: 50%;
    width: 150px;
}

.btnPrint {
    background-image: url(images/icon_sprite_V3.png);
    background-position: -3px 31px;
    cursor: pointer;
    display: none !important;
    height: 20px;
    position: absolute;
    right: 290px;
    top: 69px;
    width: 94px;
}

.InquiryWrapperOutter {
    background-color: #fff;
    border: 2px solid #444;
    display: none;
    left: 32%;
    position: absolute;
    top: 118px;
    z-index: 9999;
}

.InquiryTitle {
    background-color: #444;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 2px 5px;
}

.InquiryWrapper {
    padding: 10px;
}

.iframeCloseBtn {
    background-image: url(images/icon_sprite_V3.png);
    background-position: -57px 65px;
    cursor: pointer;
    height: 29px;
    left: 488px;
    position: relative;
    top: -29px;
    width: 29px;
    z-index: 9999;
}

.InquiryIframe {
    border: 0 solid #fff;
    position: relative;
    top: -38px;
}

div[id*='ParentUserList1_upPnlGrid'] th {
    background-color: #454545;
    font-size: 14px;
    padding: 5px;
}

div[id*='ParentUserList1_upPnlGrid'] {
    margin-right: 10px;
    margin-top: 5px;
}

.btnExpandAll {
    _padding: 0;
    background-color: #454545;
    border: 0;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    margin: 2px 0 2px 2px;
    padding: 0;
    text-transform: uppercase;
    width: auto !important;
}

.btnCollapseAll {
    _padding: 0;
    background-color: #454545;
    border: 0;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    margin: 2px 0 2px 2px;
    padding: 0;
    text-transform: uppercase;
    width: auto !important;
}

div[id*='ParentUserList1_upPnlGrid'] table input {
    _padding: 0;
    background-color: #454545;
    border: 0;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    margin: 2px 0 2px 2px;
    padding: 0;
    text-transform: uppercase;
    width: auto !important;
}

input[id*='btnSearch'] {
    _padding: 0;
    background-color: #454545;
    border: 0;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    margin: 2px 0 2px 2px;
    padding: 0;
    text-transform: uppercase;
    width: auto !important;
}

input[id*='btnClear'] {
    _padding: 0;
    background-color: #454545;
    border: 0;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    margin: 2px 0 2px 2px;
    padding: 0;
    text-transform: uppercase;
    width: auto !important;
}

input[id*='btnReset'] {
    _padding: 0;
    background-color: #454545;
    border: 0;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    left: -10px;
    margin: 2px 0 2px 2px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    top: 22px;
    width: auto !important;
}

input[id*='btnBack'] {
    _padding: 0;
    background-color: #454545;
    border: 0;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    margin: 2px 0 2px 2px;
    padding: 0;
    text-transform: uppercase;
    width: auto !important;
}

input[id*='btnDeactivateUser'] {
    _padding: 0;
    background-color: #454545;
    border: 0;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    margin: 2px 0 2px 2px;
    padding: 0;
    text-transform: uppercase;
    width: auto !important;
}

input[id*='btnCreateManagedUser'] {
    _padding: 0;
    background-color: #454545;
    border: 0;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    margin: 2px 0 2px 2px;
    padding: 0;
    text-transform: uppercase;
    width: auto !important;
}

.btnRemoveAll {
    _padding: 0;
    background-color: #454545;
    border: 0;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    margin: 2px 0 2px 2px;
    padding: 0;
    text-transform: uppercase;
    width: auto !important;
}

.btnRemove {
    _padding: 0;
    background-color: #454545;
    border: 0;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    margin: 2px 0 2px 2px;
    padding: 0;
    text-transform: uppercase;
    width: auto !important;
}

.btnAddAll {
    _padding: 0;
    background-color: #454545;
    border: 0;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    margin: 2px 0 2px 2px;
    padding: 0;
    text-transform: uppercase;
    width: auto !important;
}

.btnAdd {
    _padding: 0;
    background-color: #454545;
    border: 0;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    margin: 2px 0 2px 2px;
    padding: 0;
    text-transform: uppercase;
    width: auto !important;
}

.btnRest {
    _padding: 0;
    background-color: #454545;
    border: 0;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    margin: 2px 0 2px 2px;
    padding: 0;
    text-transform: uppercase;
    width: auto !important;
}

.btnManagedUsers {
    _padding: 0;
    background-color: #454545;
    border: 0;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    margin: 2px 0 2px 2px;
    padding: 0;
    text-transform: uppercase;
    width: auto !important;
}

.btnDeactivateUser {
    _padding: 0;
    background-color: #454545;
    border: 0;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    margin: 2px 0 2px 2px;
    padding: 0;
    text-transform: uppercase;
    width: auto !important;
}

.btnActivateUser {
    _padding: 0;
    background-color: #454545;
    border: 0;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    margin: 2px 0 2px 2px;
    padding: 0;
    text-transform: uppercase;
    width: auto !important;
}

.btnClear {
    _padding: 0;
    background-color: #454545;
    border: 0;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    margin: 2px 0 2px 2px;
    padding: 0;
    text-transform: uppercase;
    width: auto !important;
}

.btnSearch {
    _padding: 0;
    background-color: #454545;
    border: 0;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    margin: 2px 0 2px 2px;
    padding: 0;
    text-transform: uppercase;
    width: auto !important;
}

.btnEdit {
    _padding: 0;
    background-color: #454545;
    border: 0;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    margin: 2px 0 2px 2px;
    padding: 0;
    text-transform: uppercase;
    width: auto !important;
}

.btnCreateManagedUser {
    _padding: 0;
    background-color: #454545;
    border: 0;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    margin: 2px 0 2px 2px;
    padding: 0;
    text-transform: uppercase;
    width: auto !important;
}

.btnBackToParent {
    _padding: 0;
    background-color: #454545;
    border: 0;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    margin: 2px 0 2px 2px;
    padding: 0;
    text-transform: uppercase;
    width: auto !important;
}

div[id*='ChangePassword1_pnlChangePasswordMod'] input[id*='btnChangePassword'] {
    _padding: 0;
    background-color: #454545;
    border: 0;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    margin: 2px 0 2px 2px;
    padding: 0;
    text-transform: uppercase;
    width: auto !important;
}

div[id*='ChangePassword1_pnlChangePasswordMod'] input[id*='btnCancelChangePass'] {
    _padding: 0;
    background-color: #454545;
    border: 0;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    margin: 2px 0 2px 2px;
    padding: 0;
    text-transform: uppercase;
    width: auto !important;
}

input[id*='UserDetails1_btnBack'] {
    margin-left: 7px;
    position: relative;
    top: 32px;
}

.btnCreateNew {
    background: url(images/CreateNewUser.png) transparent no-repeat;
    border: 0;
    color: transparent;
    float: none;
    height: 20px;
    position: relative;
    top: -2px;
    width: 171px;
}

span[id*='ParentUserList1_lblSearchText'] {
    font-size: 14px;
    font-weight: 700;
}

.box {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-top: 55px;
    padding-bottom: 42px;
}

.YellowNoteLeft {
    background: url(images/YellowNoteBar-Left.png) no-repeat transparent;
    float: left;
    height: 45px;
    width: 41px;
}

.YellowNoteCenter {
    background: url(images/YellowNoteBar-Middle.png) repeat-x transparent;
    float: left;
    height: 20px;
    min-width: 800px;
    padding: 12px;
}

.YellowNoteRight {
    background: url(images/YellowNoteBar-Right.png) no-repeat transparent;
    float: left;
    height: 45px;
    width: 30px;
}

.EditAccountInfoWrapper {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-family: Arial;
    margin-bottom: 15px;
}

.PermissionsBox {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    color: #9c9c9c;
    font-family: Arial;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.EditAccountHierarchyWrapper {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-family: Arial;
    margin-bottom: 15px;
}

.EditAccountPermInnerWrapper {
    width: 795px;
}

.PermissionsBox .HeaderInfo {
    padding: 5px 0 0 !important;
}

    .PermissionsBox .HeaderInfo span {
        display: block;
        float: left;
        font-size: 13px;
        font-weight: 700;
        margin-left: 5px;
    }

    .PermissionsBox .HeaderInfo .HeaderBtns {
        float: right;
        margin-right: 5px;
    }

        .PermissionsBox .HeaderInfo .HeaderBtns a {
            color: #fff;
            font-family: Arial;
            font-size: 12px;
            font-weight: 400;
            padding-right: 5px;
            text-transform: none;
        }

.featured_comm .messagetext {
    overflow: auto;
    width: 350px;
}

.siteVersionLt {
    padding-top: 5px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.userDateTime {
    display: none;
    float: left;
}

.hierarchy_search {
    width: 370px;
    padding: 10px;
}

.hierarchySearchBtn {
    background-color: #454545;
    border: 0 solid #fff;
    color: #fff;
    font-family: arial;
    font-size: 12px;
    font-weight: 700;
    margin-left: 5px;
    margin-right: 5px;
    padding: 2px 5px;
    text-transform: uppercase;
}

.hierarchyClearSearchBtn {
    background-color: #454545;
    border: 0 solid #fff;
    color: #fff;
    font-family: arial;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 5px;
    text-transform: uppercase;
}

.HierarchyLegendWrapper .LegendText {
    display: block;
    float: left;
    font-family: Arial;
    font-size: 12px;
    font-weight: 700;
    margin-right: 5px;
    position: relative;
    top: 4px;
}

div > .container_title {
    margin: 100px;
}

.chart_header_trend .chart_title {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.b_gauge_content {
    padding: 5px;
}

.b_gauge_table {
    margin: 0 auto;
}

.overview_wrap .b_gauge_table {
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 10px;
}

.b_gauge_table_label {
    font-weight: 700;
    padding-right: 10px;
    text-align: right;
}

.b_gauge_footer {
    background: url(images/Legend.png) no-repeat transparent;
    height: 20px;
    margin: 5px;
    width: 175px;
}

ul.alert_items li.doc .icon {
    background-color: #fff;
    background-image: url(images/icon_sprite_V3.png);
    background-position: -57px -211px;
    background-repeat: no-repeat;
    height: 27px;
    left: -1px;
    position: relative;
    top: -1px;
    width: 29px;
}

ul.alert_items li.cross .icon {
    background-color: #fff;
    background-image: url(images/icon_sprite_V3.png);
    background-position: -57px -184px;
    background-repeat: no-repeat;
    height: 27px;
    left: -1px;
    position: relative;
    top: -1px;
    width: 29px;
}

.container_title + div.Selector_default select {
    margin-top: 2px;
}

.overview_metrics_dropdown_wrap {
    height: 15px;
    margin: 3px 3px 5px;
    position: relative;
    width: 450px;
    z-index: 999;
}

.overview_key_metrics_grid {
    margin: 0 5px 5px !important;
    position: relative;
    top: -12px;
    width: 99%;
}

    .overview_key_metrics_grid table {
        width: 557px;
    }

.b_gauge_content div:first-child {
    margin: 0 auto;
    width: 120px;
}

.dashboard_chart_container .chart_wrap {
    border: 1px solid #DDD;
    margin: 5px 9px 5px 0;
}

.chart_wrap {
    border: 1px solid #DDD;
    display: inline-block;
    margin: 5px 9px 5px 0;
}

    .chart_wrap .chart_content {
        padding-left: 1px;
    }

.box_container {
    border: 1px solid #DDD;
    display: block;
    margin: 4px 8px 5px 0;
    border-radius: 2px;
}

.b_gauge_container {
    border: 1px solid #DDD;
    display: inline-block;
    margin: 5px 9px 5px 0;
    max-width: 185px;
}

.overview_wrap .right_side .box_container {
    min-width: 361px;
}

.ratings_wrap .right_side .chart_wrap {
    min-width: 510px;
}

.ratings_wrap .right_side .box_container {
    min-width: 510px;
}

.area_division_wrap {
    width: 960px;
}

.case_overview_wrap {
    width: 1275px;
}

.sm_summary {
    padding: 0 5px 5px;
}

.sm_totals {
    padding: 0 5px 5px;
}

.hsi_weekly_ro_trends_wrap_header th {
    min-width: 32px;
    white-space: normal !important;
}

.case_search_container input[type*='submit']:hover {
    background-position: -110px -293px;
}

.survey_search_container input[type*='submit']:hover {
    background-position: -110px -293px;
}

.selection_container {
    padding: 5px 10px;
}

.case_search_container textarea {
    min-width: 600px;
}

.selection_container .Selector_default {
    margin: 0 15px 0 0;
}

.selection_container .available_dates {
    display: block;
    font-size: 12px;
    margin: 0 0 5px;
}

.post_it_note .information_note {
    background-color: transparent;
    background-image: url(images/icon_sprite_V3.png);
    background-position: -93px -157px;
    background-repeat: no-repeat;
    color: #000;
    display: block;
    min-height: 22px;
    padding: 5px 5px 5px 40px;
    vertical-align: middle;
}

.PrintLinkAll {
    background: transparent url(images/print.png) no-repeat scroll 0 0;
    display: block;
    position: absolute;
    right: 20px;
    top: 15px;
}

.PrintLink {
    background: transparent url(images/print.png) no-repeat scroll 0 0;
    display: block;
    position: absolute;
    right: 20px;
    top: 40px;
}

.kpi_link {
    float: right !important;
}

.dashboard_wrap {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 0 5px;
}

.overview_wrap .left_side {
    max-width: 589px;
}

.tab_selector_wrapper table {
    margin-left: 9px;
}

.tab_selector_wrapper label {
    border-bottom: 1px solid #ddd;
}

.tab_selector_wrapper .selected-tab {
    background-color: #fff !important;
    border-bottom-color: #FFF !important;
    border-left: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    border-top: 1px solid #ccc !important;
    color: #444 !important;
}

.overview_wrap {
    z-index: 1;
}

.date_selection_wrap {
    position: relative;
    top: -2px;
}

.from_panel label {
    position: relative;
    text-align: right;
    top: 3px;
    width: 60px;
}

.to_panel label {
    position: relative;
    text-align: right;
    top: 3px;
    width: 30px;
}

.from_panel button {
    position: relative;
    top: 2px;
}

.to_panel button {
    position: relative;
    top: 2px;
}

.case_search_container input[type*="submit"] {
    left: 15px;
    position: relative;
    top: 2px;
}

.SurveyCustomerCommentCategoryDD {
    width: 188px;
}

.SuveyCustomerCommentSubCategoryDD {
    width: 236px;
}

.SurveyCustomerCommentPeriodDD {
    width: 122px;
}

.SurveyCustomerCommentLevelDD {
    width: 422px;
}

.record_body .tab-selector label:hover {
    background: #555;
}

.record_header .record_btn_print {
    background: url(images/Print.png) no-repeat;
    cursor: pointer;
    display: block;
    height: 20px;
    position: absolute;
    right: 50px;
    top: 23px;
    width: 94px;
}

.record_header .record_convertPDF {
    background: url(images/ExportToPDF.png) no-repeat;
    cursor: pointer;
    display: block;
    height: 20px;
    position: absolute;
    right: 150px;
    top: 23px;
    width: 94px;
}

.gauge_container {
    background: #c7c7c7;
    font-size: 11px;
    margin: 2px;
    overflow: hidden;
    width: 227px;
}

.gauge_header {
    background-image: url(images/KPI-Frame.png);
    background-position: -1px -1px;
    border: 1px solid #9c9c9c;
    height: 25px;
}

.gauge_title {
    color: #fff;
    display: block;
    float: left;
    font-weight: 700;
    margin-left: 10px;
    margin-top: 6px;
    overflow: hidden;
    text-transform: uppercase;
    white-space: nowrap;
    width: 150px;
}

.gauge_title_long {
    color: #fff;
    display: block;
    float: left;
    font-weight: 700;
    line-height: 1;
    margin-left: 10px;
    margin-top: 4px;
    overflow: hidden;
    text-transform: uppercase;
    white-space: normal !important;
    width: 150px;
}

.gauge_icons {
    display: block;
    float: right;
    margin: 7px;
}

.gauge_body {
    background-image: url(images/KPI-Frame.png);
    background-position: 0 -26px;
    height: 152px;
    text-align: center;
    vertical-align: middle;
}

.gauge_variance_header {
    background: #4e4d4e;
    border: 0;
    height: 26px;
    margin: 0;
    padding-top: 3px;
}

    .gauge_variance_header th {
        background: transparent;
        border: 1px solid #ccc;
        color: #fff;
        font-size: 11px;
        font-weight: 400 !important;
        overflow: hidden;
        text-align: center;
        text-transform: uppercase;
        vertical-align: middle;
        white-space: nowrap;
    }

.gauge_variance table {
    border: none !important;
}

    .gauge_variance table td {
        background: #eee;
        border-color: #ccc;
        font-weight: 700;
        overflow: hidden;
        text-align: center;
        white-space: nowrap;
    }

.Message_default {
    padding: 0 5px;
}

.ratings_wrap .left_side .Message_default {
    padding: 7px !important;
}

.ratings_wrap .sm_summary table tr.GLGridviewFooter td {
    color: #444;
    font-weight: 700;
}

.ratings_wrap .review_sort_selector {
    padding-top: 2px;
}

.dr_r_left_side {
    max-width: 455px;
    min-width: 145px;
}

.ratings_wrap .left_side {
    max-width: 391px;
    min-width: 376px;
}

.ratings_wrap .right_side {
    width: 510px;
}

.sm_totals th {
    text-align: center !important;
    white-space: normal !important;
}

.sm_summary th {
    text-align: center !important;
    white-space: normal !important;
}

.GLGridviewFooter td {
    background: #ababab !important;
    color: #004b8e;
    font-weight: 700;
}

.sm_review_content {
    border: 1px solid #ccc !important;
    color: #222;
    height: 365px;
    overflow: auto;
    padding: 1px #ccc;
}

    .sm_review_content ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .sm_review_content ul li {
            border-bottom: 1px solid #ccc;
            list-style: none;
            margin: 0;
            overflow: hidden;
            padding: 5px;
        }

            .sm_review_content ul li .date {
                color: #000;
                float: left;
                margin-right: 5px;
            }

            .sm_review_content ul li .star_5 {
                background-image: url(images/RatingStars.png);
                background-position: 0 -36px;
                background-repeat: no-repeat;
                display: block;
                float: left;
                height: 8px;
                margin: 4px 2px 0 0;
                width: 45px;
            }

            .sm_review_content ul li .star_4 {
                background-image: url(images/RatingStars.png);
                background-position: 0 -27px;
                background-repeat: no-repeat;
                display: block;
                float: left;
                height: 8px;
                margin: 4px 2px 0 0;
                width: 45px;
            }

            .sm_review_content ul li .star_3 {
                background-image: url(images/RatingStars.png);
                background-position: 0 -19px;
                background-repeat: no-repeat;
                display: block;
                float: left;
                height: 8px;
                margin: 4px 2px 0 0;
                width: 45px;
            }

            .sm_review_content ul li .star_2 {
                background-image: url(images/RatingStars.png);
                background-position: 0 -10px;
                background-repeat: no-repeat;
                display: block;
                float: left;
                height: 8px;
                margin: 4px 2px 0 0;
                width: 45px;
            }

            .sm_review_content ul li .star_1 {
                background-image: url(images/RatingStars.png);
                background-position: 0 -1px;
                background-repeat: no-repeat;
                display: block;
                float: left;
                height: 8px;
                margin: 4px 2px 0 0;
                width: 45px;
            }

            .sm_review_content ul li .sm_src_thumb {
                background: #eee;
                float: left;
                height: 50px;
                margin: 0 5px;
                width: 50px;
            }

            .sm_review_content ul li .printFriendly {
                background-image: url(images/print_friendly_small.png);
                background-repeat: no-repeat;
                display: block;
                float: right;
                height: 16px;
                margin: 1px 0 0;
                width: 16px;
            }

.more_review_text {
    color: #3a5bbc;
    text-decoration: underline;
}

.dealer_name {
    color: #444;
    display: inline;
    font-weight: 700;
    padding: 0 3px;
}

.box_container.red .container_title {
    background: #cf0000;
}

.ratings_wrap .left_side .box_container.green {
    max-width: 380px;
    padding-bottom: 5px;
}

.ratings_wrap .left_side .box_container.red {
    max-width: 380px;
    padding-bottom: 5px;
}

.textanalytics {
    width: 520px;
}

.box_container.green .container_title {
    background: #9c0;
}

.sm_review_content.buzz {
    height: 191px;
}

    .sm_review_content.buzz ul li {
        height: 85px;
    }

.summary_grid table {
    width: 635px;
}

.caseoverview_grid table {
    line-height: 2;
    width: 1022px;
}

.summary_grid table td {
    padding: 6px 3px;
}

.sm_review_content.buzz .dealer_name {
    display: block;
    float: none;
    margin-left: 5px;
}

.sm_dr {
    max-width: 367px;
}

div.jqcloud {
    color: #09f;
    font-family: Helvetica, Arial,sans-serif;
    line-height: normal;
    overflow: hidden;
    position: relative;
}

    div.jqcloud a {
        color: inherit;
        font-size: inherit;
        text-decoration: none;
    }

        div.jqcloud a:hover {
            color: #444;
        }

    div.jqcloud span.w10 {
        color: #3481f1;
        font-size: 50px;
    }

    div.jqcloud span.w9 {
        color: #444;
        font-size: 48px;
    }

    div.jqcloud span.w8 {
        color: #444;
        font-size: 46px;
    }

    div.jqcloud span.w7 {
        color: #39d;
        font-size: 42px;
    }

    div.jqcloud span.w6 {
        color: #90c5f0;
        font-size: 36px;
    }

    div.jqcloud span.w5 {
        color: #90a0dd;
        font-size: 32px;
    }

    div.jqcloud span.w4 {
        color: #90c5f0;
        font-size: 26px;
    }

    div.jqcloud span.w3 {
        color: #f68b1f;
        font-size: 22px;
        font-weight: 700;
    }

    div.jqcloud span.w2 {
        color: #6cd0c3;
        font-size: 16px;
    }

    div.jqcloud span.w1 {
        color: #000;
        font-size: 12px;
    }

.word_cloud {
    height: 280px;
    position: relative;
    width: 500px;
}

.modalPrintWindow {
    background: #ddd;
    display: none;
    height: 2000px;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    z-index: 99999;
}

.word_cloud_social_media {
    height: 340px;
    position: relative;
    width: 500px;
}

.overview_selector_bar {
    float: right !important;
    margin-top: 7px !important;
    width: 400px;
}

.grid_export_all_button {
    margin-left: 10px;
}

.hcontainer_message {
    margin-bottom: 5px;
    margin-top: 5px;
}

.case_filters_container {
    width: 1085px;
}

    .case_filters_container .element.Selector_default label {
        width: 100px;
    }

.case_filters_container_dates {
    padding-bottom: 10px;
    width: 860px;
}

    .case_filters_container_dates input[type='text'] {
        margin: 2px;
        width: 153px;
    }

    .case_filters_container_dates .element.Selector_default label {
        text-align: left;
        width: 100px;
    }

.case_search_container_multi {
    width: 550px;
}

    .case_search_container_multi .element.Selector_default {
        width: 250px;
    }

        .case_search_container_multi .element.Selector_default label {
            width: 101px;
        }

    .case_search_container_multi input[type='text'] {
        border: 1px solid #000;
    }

    .case_search_container_multi input[type*='submit'] {
        background-color: #3a3a3a;
        border: 0;
        color: #fff;
        cursor: pointer;
        font-size: 15px;
        height: 21px;
        margin: 5px;
        padding: 0;
        width: 74px;
    }

.survey_search_container input[type*='submit'] {
    background-color: #3a3a3a;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    height: 21px;
    margin: 5px;
    padding: 0;
    width: 74px;
}

.search_report_wrap input[type*='submit'] {
    background-color: #3a3a3a;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    height: 21px;
    margin: 5px;
    padding: 0;
    width: 74px;
}

.contactoverview_grid table {
    width: 1100px;
}

.co_kpi_chart .chart_title {
    text-transform: uppercase !important;
}

.footer-logo {
    background-image: url(images/BoostCX.png);
    display: inline-block;
    height: 32px;
    width: 175px;
}

.siteVer {
    margin-top: 11px;
}

.machineName {
    margin-top: 11px;
}

.element.my_open_cases {
    max-height: 300px;
    overflow-y: scroll;
    text-align: center;
}

.my_open_cases table {
    width: 1245px;
}

.yui-datatable-theme td.text_red {
    border-bottom-color: #000;
    color: red;
}

.yui-datatable-theme td.background_yellow {
    background-color: #FF0;
    border-bottom-color: #000;
}

.yui-datatable-theme td.bacground_text_yellow_red {
    background-color: #FF0;
    border-bottom-color: #000;
    color: red;
}

.ui-helper-hidden-accessible {
    clip: rect(1px,1px,1px,1px);
    position: absolute !important;
}

.ui-helper-reset {
    border: 0;
    font-size: 100%;
    line-height: 1.3;
    list-style: none;
    margin: 0;
    outline: 0;
    padding: 0;
    text-decoration: none;
}

.ui-helper-clearfix:after {
    clear: both;
    content: ".";
    display: block;
    visibility: hidden;
}

* html .ui-helper-clearfix {
    height: 1%;
}

.ui-helper-zfix {
    filter: Alpha(Opacity=0);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.ui-state-disabled {
    background-image: none;
    cursor: default !important;
    filter: Alpha(Opacity=35);
    opacity: .35;
}

.ui-icon {
    background-image: url(images/ui-icons_004b8e_256x240.png);
    background-repeat: no-repeat;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99999px;
    width: 16px;
}

.ui-widget-overlay {
    background: #eee url(images/ui-bg_flat_0_eeeeee_40x100.png) 50% 50% repeat-x;
    filter: Alpha(Opacity=80);
    height: 100%;
    left: 0;
    opacity: .80;
    position: absolute;
    top: 0;
    width: 100%;
}

.ui-widget {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

    .ui-widget .ui-widget {
        font-size: 12px;
    }

    .ui-widget input {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 1em;
    }

    .ui-widget select {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 1em;
    }

    .ui-widget textarea {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 1em;
    }

    .ui-widget button {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 1em;
    }

.ui-widget-content {
    background: #fff 50% 50% repeat-x;
    border: 1px solid #ddd;
    color: #444;
}

.ui-widget-header a {
    color: #eee;
}

.ui-state-default {
    background: #f6f6f6 50% 50% repeat-x;
    border: 1px solid #ddd;
    color: #004292;
    font-weight: 700;
}

.ui-widget-content .ui-state-default {
    background: #f6f6f6 50% 50% repeat-x;
    border: 1px solid #ddd;
    color: #004292;
    font-weight: 700;
}

.ui-widget-header .ui-state-default {
    background: #f6f6f6 50% 50% repeat-x;
    border: 1px solid #ddd;
    color: #004292;
    font-weight: 700;
}

.ui-state-hover {
    background: #E5EDF3;
    border: 1px solid #004292;
    color: #000;
    font-weight: 700;
}

.ui-widget-content .ui-state-hover {
    background: #E5EDF3;
    border: 1px solid #004292;
    color: #000;
    font-weight: 700;
}

.ui-widget-header .ui-state-hover {
    background: #E5EDF3;
    border: 1px solid #004292;
    color: #000;
    font-weight: 700;
}

.ui-state-focus {
    background: #E5EDF3;
    border: 1px solid #004292;
    color: #000;
    font-weight: 700;
}

.ui-widget-content .ui-state-focus {
    background: #E5EDF3;
    border: 1px solid #004292;
    color: #000;
    font-weight: 700;
}

.ui-widget-header .ui-state-focus {
    background: #E5EDF3;
    border: 1px solid #004292;
    color: #000;
    font-weight: 700;
}

.ui-state-hover a {
    color: #444;
    text-decoration: none;
}

    .ui-state-hover a:hover {
        color: #444;
        text-decoration: none;
    }

.ui-state-active {
    background: #fff 50% 50% repeat-x;
    border: 1px solid #ddd;
    color: #004292;
    font-weight: 700;
}

.ui-widget-content .ui-state-active {
    background: #fff 50% 50% repeat-x;
    border: 1px solid #ddd;
    color: #004292;
    font-weight: 700;
}

.ui-widget-header .ui-state-active {
    background: #fff 50% 50% repeat-x;
    border: 1px solid #ddd;
    color: #004292;
    font-weight: 700;
}

.ui-widget :active {
    outline: none;
}

.ui-state-highlight {
    background: #fff 50% 50% repeat-x;
    border: 1px solid #ccc;
    color: #444;
}

.ui-widget-content .ui-state-highlight {
    background: #fff 50% 50% repeat-x;
    border: 1px solid #ccc;
    color: #444;
}

.ui-widget-header .ui-state-highlight {
    background: #fff 50% 50% repeat-x;
    border: 1px solid #ccc;
    color: #444;
}

.ui-state-error {
    background: #fff 50% 50% repeat-x;
    border: 1px solid #004292;
    color: #222;
}

.ui-widget-content .ui-state-error {
    background: #fff 50% 50% repeat-x;
    border: 1px solid #004292;
    color: #222;
}

.ui-widget-header .ui-state-error {
    background: #fff 50% 50% repeat-x;
    border: 1px solid #004292;
    color: #222;
}

.ui-priority-secondary {
    filter: Alpha(Opacity=70);
    font-weight: 400;
    opacity: .7;
}

.ui-widget-content .ui-priority-secondary {
    filter: Alpha(Opacity=70);
    font-weight: 400;
    opacity: .7;
}

.ui-widget-header .ui-priority-secondary {
    filter: Alpha(Opacity=70);
    font-weight: 400;
    opacity: .7;
}

.ui-widget-content .ui-state-disabled {
    background-image: none;
    filter: Alpha(Opacity=35);
    opacity: .35;
}

.ui-widget-header .ui-state-disabled {
    background-image: none;
    filter: Alpha(Opacity=35);
    opacity: .35;
}

.ui-state-default .ui-icon {
    background-image: url(images/ui-icons_666666_256x240.png);
}

.ui-state-hover .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png);
}

.ui-state-focus .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png);
}

.ui-state-active .ui-icon {
    background-image: url(images/ui-icons_454545_256x240.png);
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
    display: none !important;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-off {
    background-position: -96px -144px;
}

.ui-icon-radio-on {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all {
    -khtml-border-bottom-left-radius: 2px;
    -khtml-border-bottom-right-radius: 2px;
    -khtml-border-top-left-radius: 2px;
    -khtml-border-top-right-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.ui-corner-top {
    -khtml-border-top-left-radius: 2px;
    -khtml-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.ui-corner-left {
    -khtml-border-bottom-left-radius: 2px;
    -khtml-border-top-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-topleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.ui-corner-tl {
    -khtml-border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
}

.ui-corner-right {
    -khtml-border-bottom-right-radius: 2px;
    -khtml-border-top-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

.ui-corner-tr {
    -khtml-border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
}

.ui-corner-bottom {
    -khtml-border-bottom-left-radius: 2px;
    -khtml-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.ui-corner-bl {
    -khtml-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.ui-corner-br {
    -khtml-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.ui-widget-shadow {
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    border-radius: 0;
    filter: Alpha(Opacity=60);
    margin: -4px 0 0 -4px;
    opacity: .60;
    padding: 4px;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    display: block;
    font-size: .1px;
    position: absolute;
    z-index: 99999;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    left: 0;
    top: -5px;
    width: 100%;
}

.ui-resizable-s {
    bottom: -5px;
    cursor: s-resize;
    height: 7px;
    left: 0;
    width: 100%;
}

.ui-resizable-e {
    cursor: e-resize;
    height: 100%;
    right: -5px;
    top: 0;
    width: 7px;
}

.ui-resizable-w {
    cursor: w-resize;
    height: 100%;
    left: -5px;
    top: 0;
    width: 7px;
}

.ui-resizable-se {
    bottom: 1px;
    cursor: se-resize;
    height: 12px;
    right: 1px;
    width: 12px;
}

.ui-resizable-sw {
    bottom: -5px;
    cursor: sw-resize;
    height: 9px;
    left: -5px;
    width: 9px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    height: 9px;
    left: -5px;
    top: -5px;
    width: 9px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    height: 9px;
    right: -5px;
    top: -5px;
    width: 9px;
}

.ui-selectable-helper {
    border: 1px dotted #000;
    position: absolute;
    z-index: 100;
}

.ui-accordion .ui-accordion-header {
    cursor: pointer;
    margin-top: 1px;
    position: relative;
    zoom: 1;
}

.ui-accordion .ui-accordion-li-fix {
    display: inline;
}

.ui-accordion .ui-accordion-header-active {
    border-bottom: 0 !important;
}

.ui-accordion .ui-accordion-header a {
    display: block;
    font-size: 1em;
    padding: .5em .5em .5em .7em;
}

.ui-accordion-icons .ui-accordion-header a {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-icon {
    left: .5em;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-accordion .ui-accordion-content {
    border-top: 0;
    display: none;
    margin-bottom: 2px;
    margin-top: -2px;
    overflow: auto;
    padding: 1em 2.2em;
    position: relative;
    top: 1px;
    zoom: 1;
}

.ui-autocomplete {
    cursor: default;
    position: absolute;
}

* html .ui-autocomplete {
    width: 1px;
}

.ui-menu {
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 2px;
}

    .ui-menu .ui-menu {
        margin-top: -3px;
    }

    .ui-menu .ui-menu-item {
        clear: left;
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
        zoom: 1;
    }

        .ui-menu .ui-menu-item a {
            display: block;
            line-height: 1.5;
            padding: .2em .4em;
            text-decoration: none;
            zoom: 1;
        }

            .ui-menu .ui-menu-item a.ui-state-hover {
                font-weight: 400;
                margin: -1px;
            }

            .ui-menu .ui-menu-item a.ui-state-active {
                font-weight: 400;
                margin: -1px;
            }

.ui-button-icon-only {
    width: 2.2em;
}

button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

.ui-button .ui-button-text {
    display: block;
    line-height: 1.4;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
    text-transform: uppercase;
}

.ui-button-icon-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

input.ui-button {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-button-text-icon-primary .ui-icon {
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-button-text-icon-secondary .ui-icon {
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-button-text-icons .ui-icon {
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-button-icons-only .ui-icon {
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-button-text-icon-primary .ui-button-icon-primary {
    left: .5em;
}

.ui-button-text-icons .ui-button-icon-primary {
    left: .5em;
}

.ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.ui-buttonset {
    margin-right: 7px;
}

    .ui-buttonset .ui-button {
        margin-left: 0;
        margin-right: -.3em;
    }

button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-dialog {
    overflow: hidden;
    padding: 20px 0 0 15px;
    position: absolute;
    width: 300px;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 16px .1em 0;
        position: relative;
        text-transform: uppercase;
        top: 2px;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        height: 18px;
        margin: -10px 0 0;
        padding: 1px;
        position: absolute;
        right: .3em;
        top: 50%;
        width: 19px;
    }

        .ui-dialog .ui-dialog-titlebar-close span {
            display: block;
            margin: 1px;
        }

    .ui-dialog .ui-dialog-buttonpane {
        background-image: none;
        border-width: 1px 0 0;
        margin: .5em 0 0;
        padding: .3em 1em .5em .4em;
        text-align: left;
    }

        .ui-dialog .ui-dialog-buttonpane button {
            cursor: pointer;
            margin: .5em .4em .5em 0;
        }

    .ui-dialog .ui-resizable-se {
        bottom: 3px;
        height: 14px;
        right: 3px;
        width: 14px;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        cursor: default;
        height: 1.2em;
        position: absolute;
        width: 1.2em;
        z-index: 2;
    }

    .ui-slider .ui-slider-range {
        background-position: 0 0;
        border: 0;
        display: block;
        font-size: .7em;
        position: absolute;
        z-index: 1;
    }

.ui-slider-horizontal {
    height: .8em;
}

    .ui-slider-horizontal .ui-slider-handle {
        margin-left: -.6em;
        top: -.3em;
    }

    .ui-slider-horizontal .ui-slider-range {
        height: 100%;
        top: 0;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    height: 100px;
    width: .8em;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-bottom: -.6em;
        margin-left: 0;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }

.ui-tabs {
    padding: .2em;
    position: relative;
    zoom: 1;
}

    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: .2em .2em 0;
    }

        .ui-tabs .ui-tabs-nav li {
            border-bottom: 0 !important;
            float: left;
            list-style: none;
            margin: 0 .2em 1px 0;
            padding: 0;
            position: relative;
            top: 1px;
            white-space: nowrap;
        }

            .ui-tabs .ui-tabs-nav li a {
                color: #888;
                cursor: pointer;
                float: left;
                padding: .2em 1em;
                text-decoration: none;
            }

            .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
                background: #fff;
                margin-bottom: 0;
                padding-bottom: 1px;
            }

                .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
                    color: #000;
                    cursor: text;
                }

            .ui-tabs .ui-tabs-nav li.ui-state-disabled a {
                color: #000;
                cursor: text;
            }

            .ui-tabs .ui-tabs-nav li.ui-state-processing a {
                color: #000;
                cursor: text;
            }

    .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
        cursor: pointer;
    }

    .ui-tabs .ui-tabs-panel {
        background: none;
        border-width: 0;
        display: block;
        padding: 1em 1.4em;
    }

.ui-datepicker {
    display: none;
    padding: .2em .2em 0;
    width: 17em;
}

    .ui-datepicker .ui-datepicker-header {
        padding: .2em 0;
        position: relative;
    }

    .ui-datepicker .ui-datepicker-prev {
        height: 1.8em;
        left: 2px;
        position: absolute;
        top: 2px;
        width: 1.8em;
    }

    .ui-datepicker .ui-datepicker-next {
        height: 1.8em;
        position: absolute;
        right: 2px;
        top: 2px;
        width: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev span {
        display: block;
        left: 50%;
        margin-left: -8px;
        margin-top: -8px;
        position: absolute;
        top: 50%;
    }

    .ui-datepicker .ui-datepicker-next span {
        display: block;
        left: 50%;
        margin-left: -8px;
        margin-top: -8px;
        position: absolute;
        top: 50%;
    }

    .ui-datepicker .ui-datepicker-title {
        line-height: 1.8em;
        margin: 0 2.3em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month {
        width: 49%;
    }

    .ui-datepicker select.ui-datepicker-year {
        width: 49%;
    }

    .ui-datepicker table {
        border-collapse: collapse;
        font-size: .9em;
        margin: 0 0 .4em;
        width: 100%;
    }

    .ui-datepicker th {
        border: 0;
        font-weight: 700;
        padding: .7em .3em;
        text-align: center;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td span {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

        .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        border-bottom: 0;
        border-left: 0;
        border-right: 0;
        margin: .7em 0 0;
        padding: 0 .2em;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            cursor: pointer;
            float: right;
            margin: .5em .2em .4em;
            overflow: visible;
            padding: .2em .6em .3em;
            width: auto;
        }

    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group table {
    margin: 0 auto .4em;
    width: 95%;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-row-break {
    clear: both;
    font-size: 0;
    width: 100%;
}

.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        left: auto;
        right: 2px;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        left: auto;
        right: 1px;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

.ui-datepicker-cover {
    display: block;
    filter: mask();
    height: 200px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 200px;
    z-index: -1;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
}

    .ui-progressbar .ui-progressbar-value {
        height: 100%;
        margin: -1px;
    }

.ui-dialog-content.ui-widget-content {
    height: 200px !important;
}

    .ui-dialog-content.ui-widget-content iframe {
        height: 200px !important;
    }

article {
    display: block;
}

aside {
    display: block;
}

figcaption {
    display: block;
}

figure {
    display: block;
    margin: 1em 0;
}

footer {
    display: block;
}

header {
    display: block;
}

hgroup {
    display: block;
}

nav {
    display: block;
}

section {
    display: block;
}

.HierarchyLegendWrapper .svc {
    display: block;
}

.HierarchyLegendWrapper .sls {
    display: block;
}

.ui-helper-clearfix {
    /*display: block;*/
}

.ui-accordion .ui-accordion-content-active {
    display: block;
}

p {
    margin: 1em 0;
}

a:link {
    color: #1e3a6e;
}

a:visited {
    color: #1e3a6e;
}

a img {
    border: 0;
}

.gv_pager_class table tr {
    border: 0;
}

    .gv_pager_class table tr td {
        border: 0;
    }

.yui-datatable-theme .alt-data-row td {
    background-color: #f6f6f6;
}

    .yui-datatable-theme .alt-data-row td.glgriddescriptionstyle {
        background-color: #f6f6f6;
    }

.Chrome_RowStyle td {
    background-color: #f6f6f6;
    border-right: solid 1px #ddd;
    padding: 5px;
    vertical-align: middle;
}

.yui-datatable-theme .GLGridDescriptionStyle a {
    color: #FFF;
}

.yui-datatable-theme .glgriddescriptionstyle a {
    color: #FFF;
}

.gaugePanel-container .b_gauge_header a:link {
    color: #FFF;
}

.gaugePanel-container .b_gauge_header a:visited {
    color: #FFF;
}

.SoftGrey_HeaderStyle {
    background-color: #1d1d1d !important;
    background-image: url(Images/HeaderSoftGrey.jpg) !important;
    background-position: center !important;
    background-repeat: repeat-x !important;
}

.SoftGrey_PagerStyle /*Common Styles*/ {
    background-color: #1d1d1d !important;
    background-image: url(Images/HeaderSoftGrey.jpg) !important;
    background-position: center !important;
    background-repeat: repeat-x !important;
}

.SoftGrey_PagerStyle {
    background-color: #1d1d1d !important;
    background-image: url(Images/HeaderSoftGrey.jpg) !important;
    background-position: center !important;
    background-repeat: repeat-x !important;
}

.SoftGrey_HeaderStyle a {
    color: #555fff;
    display: block;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
}

.WhiteChrome_HeaderStyle a {
    color: #555fff;
    display: block;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
}

.softGreyGv_HeaderStyle a {
    color: #555fff;
    display: block;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
}

.chromeBlackGv_HeaderStyle a {
    color: #555fff;
    display: block;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
}

.SoftGrey_PagerStyle table {
    margin: auto;
    text-align: center;
}

.Chrome_PagerStyle table {
    margin: auto;
    text-align: center;
}

.WhiteChrome_PagerStyle table {
    margin: auto;
    text-align: center;
}

.softGreyGv_PagerStyle table {
    margin: auto;
    text-align: center;
}

.chromeBlackGv_PagerStyle table {
    margin: auto;
    text-align: center;
}

.SoftGrey_PagerStyle table td {
    border: 0;
    padding: 5px;
}

.Chrome_PagerStyle table td {
    border: 0;
    padding: 5px;
}

.WhiteChrome_PagerStyle table td {
    border: 0;
    padding: 5px;
}

.softGreyGv_PagerStyle table td {
    border: 0;
    padding: 5px;
}

.chromeBlackGv_PagerStyle table td {
    border: 0;
    padding: 5px;
}

.SoftGrey_.PagerStyle td {
    border-top: #1d1d1d 1px solid;
}

.WhiteChrome_PagerStyle td {
    border-top: #1d1d1d 1px solid;
}

.softGreyGv_PagerStyle td {
    border-top: #1d1d1d 1px solid;
}

.SoftGrey_PagerStyle a {
    border-bottom: solid 1px #333;
    border-left: solid 1px #777;
    border-right: solid 1px #333;
    border-top: solid 1px #777;
    color: #555fff;
    padding: 2px 10px;
    text-decoration: none;
}

.WhiteChrome_PagerStyle a {
    border-bottom: solid 1px #333;
    border-left: solid 1px #777;
    border-right: solid 1px #333;
    border-top: solid 1px #777;
    color: #555fff;
    padding: 2px 10px;
    text-decoration: none;
}

.softGreyGv_PagerStyle a {
    border-bottom: solid 1px #333;
    border-left: solid 1px #777;
    border-right: solid 1px #333;
    border-top: solid 1px #777;
    color: #555fff;
    padding: 2px 10px;
    text-decoration: none;
}

.chromeBlackGv_PagerStyle a {
    border-bottom: solid 1px #333;
    border-left: solid 1px #777;
    border-right: solid 1px #333;
    border-top: solid 1px #777;
    color: #555fff;
    padding: 2px 10px;
    text-decoration: none;
}

.SoftGrey_PagerStyle span {
    color: #555fff;
    font-weight: 700;
    padding: 2px 10px;
    text-decoration: none;
}

.WhiteChrome_PagerStyle span {
    color: #555fff;
    font-weight: 700;
    padding: 2px 10px;
    text-decoration: none;
}

.softGreyGv_PagerStyle span {
    color: #555fff;
    font-weight: 700;
    padding: 2px 10px;
    text-decoration: none;
}

.chromeBlackGv_PagerStyle span {
    color: #555fff;
    font-weight: 700;
    padding: 2px 10px;
    text-decoration: none;
}

.SoftGrey_RowStyle td {
    background-color: #c9c9c9;
    border-right: solid 1px #1d1d1d;
    padding: 5px;
}

.SoftGrey_AltRowStyle td {
    background-color: #f0f0f0;
    border-right: solid 1px #1d1d1d;
    padding: 5px;
}

.SoftGrey_SelectedRowStyle td {
    background-color: #555f66;
    border-right: solid 1px #1d1d1d;
    padding: 5px;
}

.SoftGrey_EditRowStyle td /*Common Styles*/ {
    border-right: solid 1px #1d1d1d;
    padding: 5px;
}

.WhiteChrome_RowStyle td {
    background-color: #c9c9c9;
    border-right: solid 1px #1d1d1d;
    padding: 5px;
}

.WhiteChrome_AltRowStyle td {
    background-color: #f0f0f0;
    border-right: solid 1px #1d1d1d;
    padding: 5px;
}

.WhiteChrome_SelectedRowStyle td {
    background-color: #555f66;
    border-right: solid 1px #1d1d1d;
    padding: 5px;
}

.WhiteChrome_EditRowStyle td /*Common Styles*/ {
    border-right: solid 1px #1d1d1d;
    padding: 5px;
}

.softGreyGv_RowStyle td {
    background-color: #c9c9c9;
    border-right: solid 1px #1d1d1d;
    padding: 5px;
}

.softGreyGv_AltRowStyle td {
    background-color: #f0f0f0;
    border-right: solid 1px #1d1d1d;
    padding: 5px;
}

.softGreyGv_SelectedRowStyle td {
    background-color: #555f66;
    border-right: solid 1px #1d1d1d;
    padding: 5px;
}

.softGreyGv_EditRowStyle td /*Common Styles*/ {
    border-right: solid 1px #1d1d1d;
    padding: 5px;
}

.chromeBlackGv_RowStyle td {
    background-color: #c9c9c9;
    border-right: solid 1px #1d1d1d;
    padding: 5px;
}

.chromeBlackGv_AltRowStyle td {
    background-color: #f0f0f0;
    border-right: solid 1px #1d1d1d;
    padding: 5px;
}

.chromeBlackGv_SelectedRowStyle td {
    background-color: #555f66;
    border-right: solid 1px #1d1d1d;
    padding: 5px;
}

.chromeBlackGv_EditRowStyle td /*Common Styles*/ {
    border-right: solid 1px #1d1d1d;
    padding: 5px;
}

.SoftGrey_EditRowStyle td {
    border-right: solid 1px #1d1d1d;
    padding: 5px;
}

.WhiteChrome_EditRowStyle td {
    border-right: solid 1px #1d1d1d;
    padding: 5px;
}

.softGreyGv_EditRowStyle td {
    border-right: solid 1px #1d1d1d;
    padding: 5px;
}

.chromeBlackGv_EditRowStyle td {
    border-right: solid 1px #1d1d1d;
    padding: 5px;
}

.Chrome_HeaderStyle {
    background-color: #555;
    background-image: url(Images/HeaderWhiteChrome.jpg);
    background-position: center;
    background-repeat: repeat-x;
    border-bottom: solid 1px #999;
}

.Chrome_PagerStyle /*Common Styles*/ {
    background-color: #555;
    background-image: url(Images/HeaderWhiteChrome.jpg);
    background-position: center;
    background-repeat: repeat-x;
    border-bottom: solid 1px #999;
}

.Chrome_PagerStyle {
    background-color: #555;
    background-image: url(Images/HeaderWhiteChrome.jpg);
    background-position: center;
    background-repeat: repeat-x;
    border-bottom: solid 1px #999;
}

.Chrome_EditRowStyle td /*Common Styles*/ {
    border-right: solid 1px #ddd;
    padding: 5px;
    vertical-align: middle;
}

.Chrome_EditRowStyle td {
    border-right: solid 1px #ddd;
    padding: 5px;
    vertical-align: middle;
}

.WhiteChrome_HeaderStyle {
    background-color: #1d1d1d;
    background-image: url(Images/HeaderChrome.jpg);
    background-position: center;
    background-repeat: repeat-x;
    border-bottom: #1d1d1d 1px solid;
}

.WhiteChrome_PagerStyle /*Common Styles*/ {
    background-color: #1d1d1d;
    background-image: url(Images/HeaderChrome.jpg);
    background-position: center;
    background-repeat: repeat-x;
    border-bottom: #1d1d1d 1px solid;
}

.WhiteChrome_PagerStyle {
    background-color: #1d1d1d;
    background-image: url(Images/HeaderChrome.jpg);
    background-position: center;
    background-repeat: repeat-x;
    border-bottom: #1d1d1d 1px solid;
}

.WhiteChrome_HeaderStyle th {
    color: #555fff;
    padding: 5px;
}

.softGreyGv_HeaderStyle th {
    color: #555fff;
    padding: 5px;
}

.chromeBlackGv_HeaderStyle th {
    color: #555fff;
    padding: 5px;
}

.softGreyGv_HeaderStyle {
    background-color: #1d1d1d;
    background-image: url(Images/HeaderSoftGrey.jpg);
    background-position: center;
    background-repeat: repeat-x;
}

.softGreyGv_PagerStyle /*Common Styles*/ {
    background-color: #1d1d1d;
    background-image: url(Images/HeaderSoftGrey.jpg);
    background-position: center;
    background-repeat: repeat-x;
}

.softGreyGv_PagerStyle {
    background-color: #1d1d1d;
    background-image: url(Images/HeaderSoftGrey.jpg);
    background-position: center;
    background-repeat: repeat-x;
}

.chromeBlackGv_HeaderStyle {
    background-color: #1d1d1d;
    background-image: url(Images/HeaderChromeBlack.jpg);
    background-position: center;
    background-repeat: repeat-x;
}

.chromeBlackGv_PagerStyle /*Common Styles*/ {
    background-color: #1d1d1d;
    background-image: url(Images/HeaderChromeBlack.jpg);
    background-position: center;
    background-repeat: repeat-x;
}

.chromeBlackGv_PagerStyle {
    background-color: #1d1d1d;
    background-image: url(Images/HeaderChromeBlack.jpg);
    background-position: center;
    background-repeat: repeat-x;
}

.grid_header_clear {
    clear: both;
}

.grid_title {
    clear: both;
    color: #717073;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 0;
    text-transform: uppercase;
}

    .grid_title .grid_titleClear {
        clear: both;
    }

.box_container .container_footer {
    clear: both;
}

.easyClear {
    clear: both;
}

#header {
    border-top: 3px #B7242E solid;
    background: #fff;
    height: 90px;
    width: 100%;
}

.hierarchy_dealer {
    width: 100%;
}

.ui-accordion {
    width: 100%;
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}

.grid_title .grid_title_text {
    color: #717073;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 0;
    text-transform: uppercase;
}

.grid_title_text {
    color: #717073;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 0;
    text-transform: uppercase;
}

#rightLogo {
    display: none;
}

.box_container .frReportPhrase {
    display: none;
}

.equals .arrow_value {
    display: none;
}

.equals .arrow_value_text {
    display: none;
}

ul.alert_items li.alert .close {
    display: none;
}

ul.alert_items li.red_cross .close {
    display: none;
}

.tab-selector input[type=radio] {
    display: none;
}

.ui-helper-hidden {
    display: none;
}

.ui-resizable-disabled .ui-resizable-handle {
    display: none;
}

.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.box_container .chart_title {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.box_container .arrow_title {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.box_container .alert_title {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.box_container .reportTitle {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.chart_center_title .chart_header {
    text-align: center;
}

tr.period_1 td {
    font-size: 14px;
}

tr.period_2 td {
    font-size: 14px;
}

.selection_container .available_dates strong {
    font-size: 14px;
}

td.arrow_table_value {
    text-align: right;
}

.varianceCol {
    text-align: right;
}

.popupcustomer {
    text-align: right;
}

.emails-level {
    margin-top: 50px;
}

.calls-level {
    margin-top: 50px;
}

.emails-plevel {
    margin-top: 25px;
}

.calls-plevel {
    margin-top: 25px;
}

.rtrw-gauge {
    margin-top: 25px;
}

.claims-gauge {
    margin-top: 25px;
}

.element.emails-level .b_gauge_container {
    border: 0;
    max-width: none;
}

.element.emails-plevel .b_gauge_container {
    border: 0;
    max-width: none;
}

.element.calls-level .b_gauge_container {
    border: 0;
    max-width: none;
}

.element.calls-plevel .b_gauge_container {
    border: 0;
    max-width: none;
}

.element.rtrw-gauge .b_gauge_container {
    border: 0;
    max-width: none;
}

.element.claims-gauge .b_gauge_container {
    border: 0;
    max-width: none;
}

.element.psqi-gauge .b_gauge_container {
    border: 0;
    max-width: none;
}

.record_header {
    height: 45px;
    margin: 0;
    position: relative;
    width: 100%;
}

.record_header_down {
    height: 45px;
    margin: 0;
    position: relative;
    width: 100%;
}

.record_section {
    height: 45px;
    margin: 0;
    position: relative;
    width: 100%;
}

.record_section_down {
    height: 45px;
    margin: 0;
    position: relative;
    width: 100%;
}

.record_header .record_corner_right {
    background: url(images/ReportHeader-Black-Cross-Right.png) no-repeat right;
    height: 45px;
    position: absolute;
    right: 0;
    width: 38px;
}

.record_header_down .record_corner_right {
    background: url(images/ReportHeader-Black-Cross-Right.png) no-repeat right;
    height: 45px;
    position: absolute;
    right: 0;
    width: 38px;
}

.record_header span {
    color: #555;
    font-size: 32px;
    font-weight: 700;
    position: absolute;
    right: 44px;
    text-decoration: none;
    text-transform: uppercase;
    top: 10px;
}

.record_section span {
    color: #555;
    font-size: 32px;
    font-weight: 700;
    position: absolute;
    right: 44px;
    text-decoration: none;
    text-transform: uppercase;
    top: 10px;
}

.gv_pager_class table tr td a {
    text-decoration: none;
}

.overview_key_metrics_grid table tr td a {
    text-decoration: none;
}

.ui-icon-closethick:hover {
    display: none !important;
}

.h2style {
    display: none !important;
}

.ui-tabs .ui-tabs-hide {
    display: none !important;
}

#ctl00_ContentPlaceHolder1_eObj403021 {
    width: 1024px;
}

.chart_line {
    width: 1024px;
}

.DropDownWrapper {
    float: left;
}

.from_panel {
    float: left;
}

.to_panel {
    float: left;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.Selector_default label {
    display: block;
    float: left;
}

#LanguageSelctionUC label {
    display: block;
    float: left;
}

div[id*='ParentUserList1_upPnlGrid'] table tr td:last-child {
    padding: 0 1px 0 0 !important;
}

div[id*='_ManagedUserList_upPnlGrid'] table tr td:last-child {
    padding: 0 1px 0 0 !important;
}

.ParentUserList1_upPnlGridLastChildTD {
    padding: 0 1px 0 0 !important;
}

.box table {
    margin-top: 10px;
}

    .box table label {
        color: #000;
    }

.EditAccountHierarchyInnerWrapper span {
    font-weight: 700;
}

.hierarchySearchText {
    font-weight: 700;
}

.ui-priority-primary {
    font-weight: 700;
}

.ui-widget-content .ui-priority-primary {
    font-weight: 700;
}

.ui-widget-header .ui-priority-primary {
    font-weight: 700;
}

.noFloat {
    float: none !important;
}

.co_kpi_selector {
    float: none !important;
}

.case_search_container input[type*='submit'] {
    background-color: #3a3a3a;
    border: 0;
    color: #fff;
    font-size: 15px;
    height: 21px;
    padding: 0;
    width: 74px;
}

.case_filters_container_dates input[type*='submit'] {
    background-color: #3a3a3a;
    border: 0;
    color: #fff;
    font-size: 15px;
    height: 21px;
    padding: 0;
    width: 74px;
}

div.jqcloud span {
    padding: 0;
}

.ui-dialog .ui-dialog-titlebar-close:hover {
    padding: 0;
}

.ui-dialog .ui-dialog-titlebar-close:focus {
    padding: 0;
}

.case_filters_container .element.Selector_default {
    width: 540px;
}

.case_filters_container_dates .from_panel {
    width: 540px;
}

.searchcasebtn {
    clear: left;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-widget-content a {
    color: #444;
}

.ui-state-highlight a {
    color: #444;
}

.ui-widget-content .ui-state-highlight a {
    color: #444;
}

.ui-widget-header .ui-state-highlight a {
    color: #444;
}

.ui-state-default a {
    color: #004292;
    text-decoration: none;
}

    .ui-state-default a:link {
        color: #004292;
        text-decoration: none;
    }

    .ui-state-default a:visited {
        color: #004292;
        text-decoration: none;
    }

.ui-state-active a {
    color: #004292;
    text-decoration: none;
}

    .ui-state-active a:link {
        color: #004292;
        text-decoration: none;
    }

    .ui-state-active a:visited {
        color: #004292;
        text-decoration: none;
    }

.ui-state-error a {
    color: #222;
}

.ui-widget-content .ui-state-error a {
    color: #222;
}

.ui-widget-header .ui-state-error a {
    color: #222;
}

.ui-state-error-text {
    color: #222;
}

.ui-widget-content .ui-state-error-text {
    color: #222;
}

.ui-widget-header .ui-state-error-text {
    color: #222;
}

.ui-widget-content .ui-icon {
    background-image: url(images/ui-icons_004b8e_256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_004b8e_256x240.png);
}

.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_004b8e_256x240.png);
}

.ui-state-error .ui-icon {
    background-image: url(images/ui-icons_004b8e_256x240.png);
}

.ui-state-error-text .ui-icon {
    background-image: url(images/ui-icons_004b8e_256x240.png);
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary {
    right: .5em;
}

.ui-button-text-icons .ui-button-icon-secondary {
    right: .5em;
}

.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0;
}

@media print {
    .MENUITEM {
        background-image: none;
        border: none;
    }
}

.ecom_metrics_container {
    width: 570px;
    display: block !important;
}

    .ecom_metrics_container table {
        width: 100%;
    }

    .ecom_metrics_container .grid_content {
        width: 550px;
        margin: 0px 10px;
    }


.glgridSelectedItem, .glgridselecteditem {
    background-image: url(images/charticon_16.png) !important;
    background-repeat: no-repeat !important;
    background-position: 98% 50% !important;
    padding-right: 25px !important;
}

td.forceWrap, td.forcewrap {
    white-space: normal;
    width: 300px;
    display: block;
}

.metrics_container {
    min-height: 225px;
}



.case-type-ddl {
    box-sizing: border-box;
    border: 1px solid;
}

.export-store-level-data, .export-region-level-data, .export-area-level-data, .export-lob-level-data {
    width: 165px;
    margin-left: 10px;
}

.export-store-level-data-to-pdf, .export-region-level-data-to-pdf, .export-area-level-data-to-pdf,
.export-lob-level-data-to-pdf {
    margin-left: 20px;
}

.store-selector, .region-selector, .area-selector, .lob-selector {
    width: 360px;
}

    .store-selector select,
    .region-selector select,
    .area-selector select,
    .lob-selector select {
        width: 300px;
        float: right;
    }

.logo_slogan {
    border-left: solid 2px #444;
}

.ui-dialog {
    border: 2px solid#B7242E;
}

.ui-dialog-titlebar {
    background-color: #777 !important;
}

.hierarchySearchBtn, .hierarchyClearSearchBtn {
    background-color: #B7242E;
}

.menu_title, .Message_default .nav-pills a, .MENUITEM H2 {
    color: #444;
    text-shadow: 2px 2px 3px rgba(100, 100, 100, .7);
    /*text-shadow:2px 2px rgba(174, 36, 53, .6);*/
}

.Message_default .nav-pills > li.active > a {
    color: #7a7a7a !important;
    text-decoration: underline;
}

.text-uppercase {
    text-transform: uppercase;
}

.gears-wrapper span.gear {
    margin-top: -3px;
}

.gears-wrapper.lead span.gear {
    margin-top: 5px;
}

.indent1{
	text-indent : 10px;
}

.indent2{
	text-indent : 20px;
}

.section_label {
    font-weight: bold;
    font-size: 14px;
}

.olob-cell {
    font-size: 11px !important;
    padding-left: 30px !important;
}

.cs_overview_excelExp {
    position: absolute;
    top: 380px;
    left: 40px;
}

.cs_breakDown_exelExp {
    position: absolute;
    margin-top: -15px !important;
    margin-left: 30px !important;
}
.row_hilite_footer {
    color: #004b8e !important;
    font-weight: 700 !important;
    background: #ababab !important;
}
.row_hilite_header {
    background-color: #ababab !important;
    color: #444 !important;
    font-weight: 700 !important;
    border: 1px #ababab !important;
}

.case-breakdown-export-btn {
    position: absolute !important;
    top: 18px !important;
    left: 32px !important;
}

.row_hilite > td {
    border: 1px #ababab !important;
}

.box_container .grid_wrap .row_hilite > td {
    border: 1px #ababab !important;
    font-weight: 700 !important;
}

.case-trends-selector-wrapper {
    max-width: 1300px;
}

.case-trends-export-btn {
    position: absolute !important;
    top: 40px !important;
    left: 32px !important;
}