/* Minification failed. Returning unminified contents.
(300,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(301,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(302,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(303,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(304,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(305,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1622,25): run-time error CSS1039: Token not allowed after unary operator: '-camp-primary-color'
(1631,17): run-time error CSS1039: Token not allowed after unary operator: '-camp-primary-color'
(2050,25): run-time error CSS1030: Expected identifier, found ' '
 */
.menu {
    width: 100%;
    /*font: 12px/33px Arial,sans-serif;*/
    color: #3366cc;
    height: 35px;
}

.current > a {
    cursor: default;
}

.dropDownItem a:hover {
    /*color: #CCCCCC;*/
}

.dropDownItem > a {
    /*border-top: 2px solid #c0c0c0;*/
    padding-left: 5px;
    /*padding-top:5px;*/
    padding-right: 5px;
    /*margin-top:2px;*/
    padding-bottom: 0px;
    z-index: 1;
    display: block;
}

#menuItemContainer li a {
    padding-left: 10px;
    padding-right: 10px;
}

.dropDownItem a {
    text-decoration: none;
    color: #CCCCCC;
    outline: none;
}

.menu ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px;
}

    .menu ul li {
        padding: 0;
        float: left;
        position: relative;
        z-index:999;
    }

        .menu ul li ul li {
            padding: 0;
            float: none;
            margin: 0 0 0 0px;
            width: 100%;
            line-height: 20px;
            white-space: nowrap;
        }

        .menu ul li ul {
            position: absolute;
            border-top: 1px solid #C3D1EC;
            border-bottom: 1px solid #C3D1EC;
            border-left: 1px solid #C3D1EC;
            border-right: 1px solid #C3D1EC;
            -webkit-box-shadow: 0 1px 5px #CCCCCC;
            -moz-box-shadow: 0 1px 5px #CCCCCC;
            box-shadow: 0 1px 5px #CCCCCC;
            margin-top: 10px;
            display: none;
            padding: 0px 0px 0px 0px;
            z-index: 9999;
        }

.active ul {
    display: block !important;
}

.single ul {
    display: block !important;
}

.active a {
    display: block;
    /*position: relative;*/
    z-index: 1;
    /*background-color: #2D2D2D;*/
    /*color: #CCC;*/
    color: #000000;
    /*background-color: #ffffff;*/
    border-top-color: #C0C0C0;
}
/*Styling for the link of the current page*/
.current a {
    /*border-top: 2px solid #C3692C; /*red ribbon at top*/
    border-bottom: 0;
    height: 25px;
    /*padding: 0 8px 0 8px;*/
    position: relative;
    z-index: 1;
    color: #FFFFFF;
    font-weight: bold;
    /*padding-top:2px;*/
    font: 14px 'Segoe UI','Helvetica Neue','Droid Sans',Arial,Tahoma,Geneva,Sans-serif;
}

.active a:hover {
    /*background-color: #2D2D2D;
    color: #CCC;*/
}

.active ul a:hover {
    background-color: #E17E37;
    color: white;
    cursor: pointer;
    padding-bottom: 5px;
    padding-top: 5px;
    text-decoration: none;
}

.active ul a {
    color: #2B2B2B;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 13px;
    font-family: 'Segoe UI','Helvetica Neue','Droid Sans',Arial,Tahoma,Geneva,Sans-serif;
    margin: 0;
    text-decoration: none;
}

    .active ul a.selected {
        background-color: #dcdcdc;
        cursor: default;
    }

.arrow {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #C0C0C0;
    margin-top: 7px;
}

.mid-line {
    background-color: #FFF;
    border-top: 1px solid #e5e5e5;
    font-size: 0;
}

#menuItemContainer {
    min-height: 50px;
    min-width: 200px;
    /*overflow-x: hidden;
    overflow-y: auto;*/
    z-index: 999;
    background-color: #ffffff;
    top: inherit;
}

#menuItemSubContainer {
    overflow-x: hidden;
    overflow-y: auto;
}

    #menuItemContainer li {
        cursor: pointer;
    }

li#options {
    padding-left: 40px;
    color: #ffffff;
}

/* Css for Service portfolio views*/
.viewsMenu {
    width: 100%;
    font: 12px/33px Arial,sans-serif;
    color: #3366cc;
    height: 35px;
    text-decoration: none;
}

    .viewsMenu ul {
        list-style: none;
        margin: 0;
        padding: 0 0 0 0px;
        width: 200px;
    }

        .viewsMenu ul li {
            padding: 0;
            float: left;
        }

            .viewsMenu ul li ul li {
                padding: 0;
                float: none;
                margin: 0 0 0 0px;
                width: 100%;
                line-height: 20px;
                white-space: nowrap;
            }

            .viewsMenu ul li ul {
                margin-top: -1px;
                display: none;
                padding: 0px 0px 0px 0px;
                z-index: 9999;
            }

                .viewsMenu ul li ul li a {
                    color: #1E395B;
                }

                    .viewsMenu ul li ul li a.current {
                        background-color: #E4EBF8;
                        border-color: #36C;
                        color: #985813;
                    }

/*#menuItemContainer:before {
    content: "";
    position: absolute;
    top: 65%;
    left: 50%;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    margin-left: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #C3D1EC;
}

#menuItemContainer:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #88b7d5;
    border-width: 30px;
    margin-left: -30px;
}*/



body
{
    /*font: 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
    background: #FFF;*/
}

#text
{
    margin: 50px auto;
    width: 500px;
}

.hotspot
{
    color: #900;
    padding-bottom: 1px;
    border-bottom: 1px dotted #900;
    cursor: pointer;
}

#tt
{
    position: absolute;
    display: block;
    background: url(images/tt_left.gif) top left no-repeat;
}

#tttop
{
    display: block;
    height: 5px;
    margin-left: 5px;
    background: url(images/tt_top.gif) top right no-repeat;
    /*overflow: hidden;*/
}

#ttcont
{
    display: block;
    padding: 2px 12px 3px 7px;
    /*margin-left: 5px;*/
    background: #666;
    color: #FFF;
}

#ttbot
{
    display: block;
    height: 5px;
    /*margin-left: 5px;*/
    background: url(images/tt_bottom.gif) top right no-repeat;
    /*overflow: hidden;*/
}

/* CAMP common CSS properties */
:root {
    --camp-menu-background-color: #21353e; /*#3D6071*/
    --camp-primary-color: #21353e; /*dark blue shade*/
    --camp-lightprimary-color: #436c7e; /*lighter shade*/
    --camp-secondary-color: #f58b3f; /*bright orange*/
    --camp-gray-color: #dddddd;
    --camp-lightgray-color: #f5f5f5;
}
/* Reset */

body, form, div, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset,
p, blockquote {
    margin: 0;
    padding: 0;
}

fieldset, img {
    border: 0;
}

ol, ul {
    /*list-style: none;*/
    padding-left: 0px;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}


.fl {
    float: left;
}

.fr {
    float: left;
}

/* Common */

.floatLeftClass {
    float: left;
}

/*for FireFox only*/
@-moz-document url-prefix() {
    .DashboardSpan;

{
    vertical-align: top;
}

}

body {
    color: #2f2f2f;
    background: white;
    height: 100%;
    overflow: hidden;
    float: left;
    font-size: 13px;
    font-family: 'Segoe UI','Helvetica Neue','Droid Sans',Arial,Tahoma,Geneva,Sans-serif;
    color: #2B2B2B;
}



#content {
    /*margin: 10px 0 0 00px;*/
    float: left;
}

.exportParent {
    float: right;
    width: 100%;
    background-color: #e2e2e2;
    /*height: 55px;*/
}

.exportContent {
    float: right;
    vertical-align: top;
    /*padding: 8px 5px 5px 5px;*/
}

.innerLoginBox {
    float: left;
    padding-top: 20px;
}

    .innerLoginBox a {
        text-decoration: none;
        padding-left: 5px;
        cursor: pointer;
        line-height: 20px;
    }

.loginLeftText {
    width: 285px;
    float: left;
    border-right: 1px solid #d1d1d1;
    padding-right: 15px;
}

.divLanguageSelection {
    float: left;
    padding: 5px;
}

    .divLanguageSelection a {
        margin-left: 10px;
    }

.loginButton {
    margin-top: 10px;
    margin-left: 5px;
}

.loginTextBox {
    margin-left: 5px;
}

.addObjectLink {
    padding: 10px;
    float:left;
}

.tableThirdTD {
    padding-left: 2%;
    width: 20%;
}

.loginTable td {
    padding-right: 5px;
}

.tableFirstTD {
    width: 20%;
}

.tableSecondTD {
    width: 30%;
}

.tableFourthTD {
    width: 30%;
}

.LabelForm {
    color: #7e7e7e;
}

.divSeparator {
    width: 97%;
    height: 1px;
    margin: 10px 0px 10px 0px;
    border-bottom: 1px solid #d1d1d1;
}

.LabelValueForm {
    padding-right: 3px;
}

.mg50 {
    margin: 30px 0 40px 0;
}

.TextContent {
    line-height: 14px;
}

    .TextContent p,
    .TextContent ul li,
    .TextContent ol li,
    .TextContent code {
        margin-bottom: 10px;
    }

    .TextContent ul,
    .TextContent ol {
        list-style: outside;
        padding: 0;
        margin-left: 32px;
    }

    .TextContent ul {
        list-style-type: disc;
    }

    .TextContent ol {
        list-style-type: decimal;
    }

    .TextContent a {
        color: #b71d1d;
        text-decoration: none;
    }

        .TextContent a:hover {
            text-decoration: underline;
        }

.DemoSprite {
    background-image: url(Sprite.png);
    background-repeat: no-repeat;
}

/* Core Layout */

.DarkSide {
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: -100;
    background: #2f2f2f;
}

.LayoutContainer {
    margin: 0 auto;
    min-height: 100%;
    -height: 100%; /* IE6 */
    text-align: left;
    width: 1200px;
    background: url(Back.png) repeat-y left top white;
}

.LayoutFooterSpacing {
    clear: both;
    height: 250px; /* footer height + spacing */
}

.LayoutFooter {
    margin: -180px auto 0;
    height: 180px;
    width: 1200px;
}

.AspForm {
    display: block;
    height: 100%;
}

.LayoutLeft {
    float: left;
    width: 286px;
}

.LayoutRight {
    float: left;
    width: 914px;
}

.LayoutLeftInner {
    padding-top: 20px;
}

.LayoutRightInner {
    padding-left: 60px;
}

.FooterLeftInner {
    padding-left: 75px;
    padding-top: 9px;
}

.FooterRightInner {
    padding-left: 60px;
}


/* Title */

.TitleLogo {
    height: 63px;
}

    .TitleLogo img {
        display: block;
    }

/* Navigation bar */

.Navigation {
    padding-left: 67px;
}

.NavigationBar {
    padding: 0;
    color: White;
}

    .NavigationBar .dxnb-header,
    .NavigationBar .dxnb-headerCollapsed,
    .NavigationBar .dxnb-item {
        padding: 2px 0 1px;
    }

    .NavigationBar a {
        color: White;
        text-decoration: none;
        display: inline-block;
        padding: 1px 5px 2px;
        line-height: 15px;
    }

    .NavigationBar .dxnb-header a {
        font-weight: bold;
        cursor: default;
    }

    .NavigationBar .dxnb-headerCollapsed a:hover,
    .NavigationBar .dxnb-item a:hover {
        background: white;
        color: #2f2f2f;
        zoom: 1; /* IE8 in IE7 mode */
    }

    .NavigationBar .dxnb-content {
        padding-left: 19px;
        padding-right: 12px;
    }

    .NavigationBar .dxnb-itemSelected a,
    .NavigationBar .dxnb-itemSelected a:hover {
        background: #b71d1d;
        color: white;
        cursor: default;
    }

    .NavigationBar .NewImage,
    .NavigationBar .UpdatedImage {
        width: 30px;
        height: 12px;
        border: 0;
        position: absolute;
        margin-top: 2px;
        margin-left: -42px;
    }

    .NavigationBar .dxnb-item .NewImage,
    .NavigationBar .dxnb-item .UpdatedImage {
        margin-left: -61px;
    }

    .NavigationBar .NewImage {
        background-position: -333px -65px;
    }

    .NavigationBar .UpdatedImage {
        background-position: -333px -78px;
    }

/*Close*/
.closeImage {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

/*Analytics chart Content*/
.chartContent {
    float: none;
    clear: both;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}

/*Measure Chart DiV*/
.bubbleChartDiv {
    float: left;
    /*margin-left: 10px;*/
    margin-top: 0px;
    /*overflow: auto;*/
    width: 99%;
    height: 99%;
    overflow-y: auto;
    overflow-x: hidden;
}



.bubbleChartCanvas {
    width: 200px;
    height: 200px;
    border: 1px solid black;
    background-color: white;
}

.ChartHeader {
    float: right;
    vertical-align: top;
    background-color: #e2e2e2;
}

.bubbleChartHeader {
    width: 100%;
    background-color: #e2e2e2;
    float: left;
}
/* Suite Switcher */

.SuiteSwitcher {
    padding-left: 30px;
    padding-top: 25px;
}

    .SuiteSwitcher div {
        line-height: 35px;
    }

    .SuiteSwitcher img {
        vertical-align: middle;
    }

    .SuiteSwitcher .Title {
        margin-left: 8px;
    }

    .SuiteSwitcher a {
        color: white;
        font-weight: bold;
        text-decoration: none;
    }

        .SuiteSwitcher a:hover {
            text-decoration: underline;
        }

.Suite_XtraReports,
.Suite_XtraCharts,
.Suite_ASPxGridView,
.Suite_ASPxPivotGrid,
.Suite_ASPxperience,
.Suite_ASPxScheduler,
.Suite_ASPxHtmlEditor,
.Suite_ASPxGauges,
.Suite_ASPxTreeList,
.Suite_ASPxEditors,
.Suite_ASPxSpellChecker {
    width: 30px;
    height: 30px;
}

.Suite_XtraReports {
    background-position: -302px -51px;
}

.Suite_XtraCharts {
    background-position: -302px -82px;
}

.Suite_ASPxGridView {
    background-position: -302px -113px;
}

.Suite_ASPxPivotGrid {
    background-position: -302px -144px;
}

.Suite_ASPxperience {
    background-position: -302px -175px;
}

.Suite_ASPxScheduler {
    background-position: -302px -206px;
}

.Suite_ASPxHtmlEditor {
    background-position: -302px -237px;
}

.Suite_ASPxGauges {
    background-position: -302px -268px;
}

.Suite_ASPxTreeList {
    background-position: -302px -299px;
}

.Suite_ASPxEditors {
    background-position: -302px -330px;
}

.Suite_ASPxSpellChecker {
    background-position: -302px -361px;
}
.addTechnology {
    font-size: 12px;
    padding-left: 10px;
    color: inherit;
    margin-bottom: 10px;
    float: left;
}


/* Top Buttons */

.TopButtons {
    height: 48px;
}

    .TopButtons .Button,
    .TopButtons .TabsArea {
        float: left;
    }

    .TopButtons .Button {
        cursor: pointer;
        display: block;
        margin-left: 1px;
        background-color: #b71d1d;
    }

.TabControl,
.TabControl .dxtc-strip,
.TabControl .dxtc-strip li {
    float: left;
}

    .TabControl .dxtc-text {
        font-weight: normal;
    }

    .TabControl a {
        display: block;
    }

    .TabControl .dxtc-tab a {
        background: #b71d1d;
    }

    .TabControl .dxtc-activeTab a {
        background: #2f2f2f;
        padding-bottom: 12px;
    }

    .TabControl .dxtc-leftIndent,
    .TabControl .dxtc-rightIndent {
        width: 0;
        font-size: 1px;
    }

    .TabControl .dxtc-spacer {
        font-size: 1px;
    }

    .TabControl a,
    .TopButtons .Button {
        color: white;
        text-decoration: none;
        text-align: center;
        width: 91px;
        padding: 8px 0 10px;
    }

        .TabControl a:hover,
        .TopButtons .Button:hover {
            background-color: #2f2f2f;
        }

.TopButtons .SelectedButton {
    background-color: #2f2f2f;
    padding-bottom: 12px;
}

#AllProductsButton {
    background-position: -417px -143px;
    padding-left: 22px;
    width: 104px;
}

#ThemeSelectorButton {
    background-position: -378px -113px;
    padding-right: 7px;
    width: 84px;
}

#DownloadButton,
#BuyButton {
    padding-left: 21px;
}

#DownloadButton {
    background-position: -418px -50px;
}

#BuyButton {
    background-position: -418px -81px;
}

#ThemesContainer {
    font-size: 16px;
    padding: 6px 3px 18px;
    width: 480px;
}

.ThemeGroupMenu {
    padding-top: 28px;
}

    .ThemeGroupMenu ul {
        padding: 0;
    }

    .ThemeGroupMenu li {
        float: left;
    }

    .ThemeGroupMenu .dxm-item {
        color: white;
        cursor: pointer;
        font-size: 11px;
        padding: 5px;
        text-align: center;
        font-style: italic;
    }

        .ThemeGroupMenu .dxm-item img {
            margin-bottom: 4px;
        }

    .ThemeGroupMenu .dxm-hovered {
        background-color: white;
        color: #2f2f2f;
        padding: 5px;
    }

    .ThemeGroupMenu .dxm-selected {
        background-color: #b71d1d;
        color: White;
        cursor: default;
        font-weight: bold;
        padding: 5px;
    }

.ThemeDefaultImage,
.ThemeDevExImage {
    width: 150px;
    height: 50px;
}

.ThemeDefaultImage {
    background-position: 0 0;
}
.ThemeDevExImage {
    background-position: -151px 0;
}

/* Intro pages */

.IntroVersion {
    padding: 5px 0;
}

    .IntroVersion .Light {
        color: #8d8d8d;
    }

.IntroBannerShadow {
    width: 918px;
    height: 333px;
    background: lime;
    position: absolute;
    background: url(Shadows.png) no-repeat;
    margin-left: -32px;
    margin-top: -3px;
    z-index: 1;
}

.IntroBanner {
    border: solid 1px #b2b2b2;
    padding: 4px;
    position: relative;
    background: white;
    z-index: 2;
}

    .IntroBanner .Grad {
        background: url(BannerGrad.png) repeat-x 0 0;
    }

    .IntroBanner .Left,
    .IntroBanner .Right {
        float: left;
    }

    .IntroBanner .Right {
        width: 400px;
    }

    .IntroBanner h1 {
        padding: 30px 0 18px;
        font-size: 23px;
        line-height: 31px;
    }

    .IntroBanner h3 {
        line-height: 20px;
        font-size: 12px;
        height: 87px;
    }

    .IntroBanner .Link {
        padding: 5px 0 8px 27px;
    }

        .IntroBanner .Link a {
            color: #b71d1d;
            text-decoration: none;
        }

            .IntroBanner .Link a:hover {
                text-decoration: underline;
            }

    .IntroBanner .LearnLink {
        background-position: -431px -237px;
    }

    .IntroBanner .DocLink {
        background-position: -431px -262px;
    }

    .IntroBanner .VideoLink {
        background-position: -431px -287px;
    }

/* Intro Featured Demos */

.HilightArea h2 {
    font-size: 16px;
    padding: 43px 0 12px;
}

.HilightArea .Item {
    float: left;
    padding-right: 71px;
}

.HilightArea .First {
}

.HilightArea .Last {
    padding-right: 0;
}

.HilightArea .Shadow {
    background: url(Shadows.png) no-repeat -64px -16px;
    width: 182px;
    height: 96px;
    position: absolute;
    margin-top: -4px;
    margin-left: -12px;
    z-index: 1;
}

.HilightArea .ImageWrap {
    padding: 4px;
    width: 148px;
    border: solid 1px #b2b2b2;
    background: white;
    position: relative;
    z-index: 2;
}

.HilightArea .Item img {
    width: 148px;
    height: 78px;
    display: block;
}

.HilightArea .Item .Title {
    padding: 10px 0 8px;
    font: 12px Tahoma;
    font-weight: bold;
    text-align: center;
}

    .HilightArea .Item .Title a {
        color: #2f2f2f;
        text-decoration: none;
    }

/* Intro Main Area */

.IntroArea {
    padding: 58px 0 0;
}

    .IntroArea h2 {
        font-size: 16px;
        margin-bottom: 10px;
    }

/* Intro Features */

.FeaturesArea {
    padding: 11px 0 0;
}

.FeatureImageArea {
    float: left;
    clear: both;
    width: 41px;
}

.FeatureTextArea {
    float: left;
    width: 375px;
}

    .FeatureTextArea h4 {
        font-weight: bold;
        padding: 5px 0;
    }

    .FeatureTextArea div {
        margin-bottom: 20px;
        margin-right: 31px;
    }

/* Demo pages */

.DemoTitle {
    font-size: 23px;
    padding: 34px 0 16px;
}

#DemoArea h1 {
    font-size: 24px;
}

#DemoArea h2 {
    font-size: 20px;
}

#DemoArea h3 {
    font-size: 18px;
}

#DemoArea h4 {
    font-size: 16px;
}

#DemoArea h5 {
    font-size: 14px;
}

#DemoArea h6 {
    font-size: 12px;
}

#DemoArea p {
    margin-bottom: 10px;
}

#DemoArea .DescriptionTitle {
    clear: both;
    font-size: 16px;
    padding: 56px 0 16px;
}

/* Event monitor */

.EventLogPanel {
    clear: both;
    float: left;
    padding: 0 10px 0 0;
}

.EventListPanel {
    line-height: 200%;
    float: left;
    white-space: nowrap;
}

    .EventListPanel input {
        vertical-align: middle;
    }


#EventLog,
.EventLog {
    background-color: White;
    border: solid 1px #9d9d9d;
    color: Black;
    font-family: Tahoma, Sans-Serif;
    font-size: 11px;
    overflow: auto;
    padding: 5px;
    width: 550px;
    height: 200px;
    margin-bottom: 8px;
}

/* Code area */

#CodeArea {
    display: none;
}

.CodeNavBar {
    padding: 0;
}

    .CodeNavBar .dxnb-header,
    .CodeNavBar .dxnb-headerCollapsed {
        font-size: 16px;
    }

    .CodeNavBar .dxnb-header {
        padding-bottom: 4px;
    }

    .CodeNavBar .dxnb-headerCollapsed {
        padding-bottom: 32px;
    }

    .CodeNavBar .dxWeb_nbCollapse,
    .CodeNavBar .dxWeb_nbExpand {
        cursor: pointer;
        width: 13px;
        height: 13px;
        margin-right: 6px;
        margin-top: 3px;
        float: left;
    }

    .CodeNavBar .CollapseIcon,
    .CodeNavBar .ExpandIcon {
        width: 13px;
        height: 13px;
        margin-right: 6px;
        margin-top: 3px;
        float: left;
        cursor: pointer;
    }

    .CodeNavBar .CollapseIcon {
        background-position: -347px -51px;
    }

    .CodeNavBar .ExpandIcon {
        background-position: -333px -51px;
    }

    .CodeNavBar .dxnb-header a,
    .CodeNavBar .dxnb-headerCollapsed a {
        text-decoration: none;
        float: left;
        color: #2f2f2f;
    }

    .CodeNavBar .PopupLinkContainer {
        float: right;
        font-size: 11px;
        color: #b71d1d;
        cursor: pointer;
        padding-top: 2px;
    }

        .CodeNavBar .PopupLinkContainer:hover {
            text-decoration: underline;
        }

    .CodeNavBar .dxnb-content {
        background: #efefef;
        max-height: 360px;
        overflow: auto;
        margin-bottom: 34px;
        padding: 25px;
        white-space: nowrap;
        font-family: Courier New, Monospace;
        font-size: 11px;
    }

/* Footer */

.FooterLogo {
    width: 153px;
    height: 49px;
    background-position: -302px 0;
}

.LayoutFooter .Version {
    font-size: 17px;
}

.LayoutFooter a {
    color: #b71d1d;
    text-decoration: none;
}

    .LayoutFooter a:hover {
        text-decoration: underline;
    }

.LayoutFooter .Copyright {
    margin-top: 20px;
}


/* Aux */

.Clear {
    display: block;
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 0;
}

.LeftPadding {
    padding-left: 12px;
}

.TopPadding {
    padding-top: 6px;
}

.BottomPadding {
    padding-bottom: 6px;
}

.TopMargin {
    margin-top: 6px;
}

.BottomMargin {
    margin-bottom: 6px;
}

.Note {
    margin: 10px 0;
}

div.Spacer {
    overflow: hidden;
    width: 1px;
    height: 1px;
}

.NoWrap {
    white-space: nowrap;
}


.chartOptionsPanel {
    font-size: 8pt;
    background: #F9F9FA;
    border: solid 1px #D3D6DA;
    -moz-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.117188);
    -webkit-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.117188);
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.117188);
    width: 800px;
    padding: 5px 24px 10px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 4px;
}

.editorsPanel {
    text-align: left;
    width: 100%;
    clear: both;
}

    .editorsPanel div.editorContainer {
        float: left;
        text-align: left;
        width: 170px;
    }

    .editorsPanel label {
        display: block;
        float: left;
        width: 80px;
        clear: right;
        line-height: 150%;
        padding: 2px 0px 12px;
    }

.headerBorder {
    border-bottom: solid;
    border-color: #AAA white #AAA white;
    border-width: 1px 0px 1px 0px;
    margin-left: 1px;
}

.footerArea {
    clear: both;
    float: left;
    height: 40px;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    box-shadow: 0px 0px 5px 5px rgba(50, 50, 50, 0.2);
    z-index: -10;
    /*position:relative;*/
}

.footerAreaRegister {
    clear: both;
    float: left;
    height: 40px;
    min-width: 1100px;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    border: solid;
    border-color: #AAA white #AAA white;
    border-width: 1px 0px 1px 0px;
}

.contentArea {
}

.headerArea {
    float: left;
    width: 100%;
}

.footerSection1 {
    float: left;
    width: 30%;
    vertical-align: middle;
    padding-top: 12px;
}

.footerSection2 {
    float: left;
    width: 35%;
    text-align: center;
    padding-top: 5px;
}

.footerSection3 {
    float: left;
    width: 16%;
}

.footerSection3-1 {
    float: left;
    width: 37%;
    vertical-align: middle;
    padding-top: 12px;
}

.footerSection3-2 {
    float: left;
    width: 63%;
    padding-top: 8px;
}

.footerSection4 {
    float: right;
    width: 17%;
}

.footerSection4-1 {
    /*float: left;*/
    width: 55%;
    vertical-align: middle;
    /*padding-top: 12px;*/
}

    .footerSection4-1 label {
        float: right; 
        padding-right: 5px; 
        font-size: 13px;
        font-family: 'Segoe UI','Helvetica Neue','Droid Sans',Arial,Tahoma,Geneva,Sans-serif;
    }

.footerSection4-2 {
    /*float: left;*/
    width: 45%;
    /*padding-top: 8px;*/
}


/*Filter Popup Classes*/
.filterPopupContentClass {
    padding: 0px 0px 0px 5px !important;
}

    .filterPopupContentClass #formFirstDiv {
        position: absolute;
        z-index: 99999;
        /*background-color: white;*/
        margin-left: -5px;
        top: 35px;
    }

    .filterPopupContentClass #filterWrapper {
        /*margin-top: 54px;*/
        height: 508px;
        overflow: auto;
        top: 85px;
    }

    .filterPopupContentClass .filterScrollNavigator {
        color: -webkit-link;
    }

/* Content of Main.css */

.mainTable {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    clear: both;
}

.mainTableLogin {
    width: 100%;
    /*//position:absolute;*/
    /*//top:30%;*/
    /*padding-top: 100px;
    padding-bottom: 100px;*/
    display: none;
    text-align: center;
    clear: both;
}

.innerTable {
    border: 1px solid #d1d1d1;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    clear: both;
    padding: 20px;
    width: 625px;
    display: inline-block;
    margin-top: 5px;
}

.ht100 {
    height: 100px;
}

.pr10 {
    padding-right: 10px;
}

.pr5 {
    padding-right: 5px;
}

.pt2 {
    padding-top: 2px;
}

.pl15 {
    padding-left: 15px;
}

.pl10 {
    padding-left: 10px;
    float: left;
}


.pl5 {
    padding-left: 5px;
}

.imgClass {
    /*height: 100px;
    width: 282px;*/
}

.imgClassPad {
    /*height: 100px;
    width: 282px;*/
    min-height: 40px;
    min-width: 100px;
    max-height: 100px;
    max-width: 282px;
    padding-left: 10px;
    padding-top: 4px;
}

.borderStyle {
    border-right: 1px solid #d1d1d1;
    height: 210px;
}

.loginTable {
    width: auto;
    margin: 0 auto;
}

/* Content of ltr_2.css (for Main Menu) */

.Ui {
    /*clear: both;*/
    margin: 0;
    padding: 0;
    /*width: 100%;*/
    background: #fff;
}

.pe {
    float: right;
    font-weight: normal;
    margin: 14px 10px 0 0;
    white-space: nowrap;
}

    .pe a, .pe span {
        margin-left: 15px;
    }

        .pe a, .pe a:VISITED {
            color: var(--camp-primary-color); /*#1155cc*/
        }

            .pe a:HOVER {
                text-decoration: underline;
                cursor: pointer;
            }

.Ya {
    color: var(--camp-primary-color); /*#1155cc*/
}

.OC {
    /*width: 100%;*/
    /*background-color: #618292;*/
    /*background-color: #3D6071;*/
    /*display: block;*/
    display: none;
    margin: 0;
    padding: 0 0 0;
    height: 30px;
    /*border-bottom: 3px solid #F58B3F;*/
}

.cf, .Wb {
    height: 36px;
}

.cf {
    padding-left: 0px;
    padding-right: 20px;
}

.sc {
    float: left;
}

.Pr {
    padding-top: 6px;
    padding-bottom: 7px;
}

    .Pr:hover {
        color: #fff;
    }

    .Pr:selected {
        color: #fff;
    }

.Uv {
    cursor: pointer;
    margin-top: 0;
    padding-right: 9px;
}

ul.Wb {
    margin: 0;
    padding: 0;
}

.Wb li {
    cursor: pointer;
    color: #fff;
    height: 26px;
    padding: 10px 20px 0;
    margin: 0;
    display: inline-block;
    /*font-family: Verdana;*/
    *zoom: 1;
    *display: inline;
    margin-top: 4px;
}
/* Original DK-- .Wb li{cursor:pointer;color:#fff;height:24px;padding:12px 20px 0;margin:0;display:inline-block;font-family:Georgia;*zoom:1;*display:inline;margin-top: 4px;} */
.zb.Wb li {
    border-left: 1px solid #f09d61;
}

.sc.Wb li {
}

.Wb li a {
    color: #ffffff;
    /*font-weight: bold;*/
    font-size: 14px;
    text-decoration: none;
    /*text-shadow: #985813 0 -1px;*/
}

.Wb li:HOVER, .cf:HOVER {
    background-color: #E17E37;
    margin: 0px;
    background-image: -webkit-gradient(linear,left bottom,left top,from(#F78C40),to(#D67632));
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F78C40', endColorstr='#D67632');
    background: -moz-linear-gradient(top, #F78C40, #D67632);
    background-image: linear-gradient(top, #F78C40, #D67632);
}

.Wb li:ACTIVE, .cf:ACTIVE {
    -webkit-box-shadow: inset 0px 0px 5px #4c2a12;
    -moz-box-shadow: inset 0px 0px 5px #4c2a12;
    box-shadow: inset 0px 0px 5px #4c2a12;
    background: #b6622b;
}

.Wb li.an {
    cursor: pointer;
    background-image: -webkit-gradient(linear,left bottom,left top,from(#F78C40),to(#D67632));
    background-color: #E17E37;
    margin-top: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F78C40', endColorstr='#D67632');
    background: -moz-linear-gradient(top, #F78C40, #D67632);
    background-image: linear-gradient(top, #F78C40, #D67632);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.mr15 {
    margin-right: 20px;
}


.filterIcon {
    background-image: url(images/filterIcon.png);
    height: 10px;
}

/* Capability page */
.p10 {
    padding: 10px;
}

.p5 {
    padding: 5px;
}

.imgTipsOn {
    background-image: url(images/Selected-Tips-Icon.png);
    vertical-align: middle;
    margin-bottom: 5px;
    height: 21px;
    width: 30px;
    float: right;
    background-repeat: no-repeat;
    margin: 3px;
    margin-top: 5px;
}

.imgTipsOff {
    background-image: url(images/Normal-Tips-Icon.png);
    vertical-align: middle;
    margin-bottom: 5px;
    height: 21px;
    width: 30px;
    float: right;
    background-repeat: no-repeat;
    margin: 3px;
    margin-top: 5px;
}

.imgPracOn {
    background-image: url(images/Selected-Prectice-Icon.png);
    vertical-align: middle;
    margin-bottom: 5px;
    height: 21px;
    width: 30px;
    float: right;
    background-repeat: no-repeat;
    margin: 3px;
    margin-top: 5px;
}

.imgPracOff {
    background-image: url(images/Normal-Prectice-Icon.png);
    vertical-align: middle;
    margin-bottom: 5px;
    height: 21px;
    width: 30px;
    float: right;
    background-repeat: no-repeat;
    margin: 3px;
    margin-top: 5px;
}

.imgCapability {
    float: left;
    padding-left: 2px;
}

.inputCapability {
    float: left;
}

.cmDescTitleBar {
    /*background: #D4E4F3 url('~/DXR.axd?r=0_2492-E8z05') repeat-x left top;*/
    background-color: #e2e2e2;
    height: 30px;
}

.cmDescTitle {
    margin: 5px;
    font-size: 11px;
    float: left;
    vertical-align: middle;
    font-weight: bold;
    margin-top: 10px;
}

.cmLevelHeading {
    background-color: #D4E4F3;
    height: 20px;
    padding: 5px;
    font-weight: normal;
}

.cmDescHeading {
    font-weight: bold;
    font-size: 10px;
}

.cmContent{
    word-break: break-word;
}

.cmTipsHeading {
    font-weight: bold;
    font-size: 10px;
}

.mQuestionHeading {
     font-weight: bold;
    font-size: 11px;
    padding-top: 5px;
}

.cmPracticesHeading {
    font-weight: bold;
    font-size: 10px;
}



/* Grid Edit Form */
.editor textarea {
    resize: both;
}

.inlineCommentMemo textarea {
    resize: vertical;
}

.edit_form {
    width: 100%;
}

    .edit_form .label {
        display: block;
        float: left;
        width: 32%;
        clear: left;
        padding: 4px 0px;
        color: #1E395B;
        padding-left: 10px;
    }

        .edit_form .OrgUnitlabel {
        display: block;
        float: left;
        width: 34%;
        clear: left;
        padding: 4px 0px;
        color: #1E395B;
        padding-left: 10px;
            word-wrap: break-word;
    }

.Passwordlabel {
    display: block;
    float: left;
    width: 35%;
    clear: left;
    padding: 4px 0px;
    color: #1E395B;
    padding-left: 10px;
}

.edit_form .editor {
    float: left;
    margin-right: 8px;
    width: 58%;
}

.edit_form .editorMeasure {
    margin-right: 8px;
    width: 58%;
}

.locationtooltipleft {
    float: left;
    padding: 4px;
    width: 36%;
}

.locationtooltip {
    float: left;
    margin-right: 8px;
    width: 58%;
    font-size: x-small;
    margin-bottom: 8px;
    color: darkgrey;
}

.Passwordeditor {
    float: left;
    margin-right: 8px;
    width: 58%;
}

.edit_form .line {
    display: block;
    float: left;
    width: 49%;
    margin: 2px 0px;
}

.oneColumn {
    display: block;
    float: left;
    width: 100%;
    margin: 2px 0px;
}

.edit_form .line100 {
    display: block;
    float: left;
    width: 100%;
    margin: 2px 0px;
}

.edit_form .button {
    margin: 8px 4px 0px 0px;
    float: right;
}

.edit_form .controlContainer {
    display: block;
    float: left;
    width: 98%;
    margin: 2px 0px;
}

.edit_form .labelcontrol {
    display: block;
    float: left;
    width: 195px;
    clear: left;
    padding: 5px 0px;
    color: #1E395B;
    padding-left: 10px;
}

.edit_form .control {
    /*display: block;*/
    float: left;
    /*width: 61%;*/
    width: calc(100% - 205px);
    color: #1E395B;
    /*padding-left: 10px;*/
}

.control textarea {
    resize: both;
}

.Passwordbutton {
    margin: 8px 4px 0px 0px;
    float: right;
}

.form_Pipeline {
    width: 100%;
    float: left;
}

    .form_Pipeline .colLabel {
        display: block;
        float: left;
        width: 30%;
        margin: 3px 0px 10px 12px;
        text-align: left;
    }

    .form_Pipeline .colData {
        display: block;
        float: left;
        width: 65%;
        margin: 0px 0px 10px 0px;
    }

.HeaderStyle {
    padding: 15px 10px 2px 10px;
    font-weight: bold;
    color: gray;
    clear: both;
}

.ScopeHeaderStyle {
   padding: 15px 10px 2px 10px;
    font-weight: normal;
    color: #927878;
}

.TopHeaderStyle {
    padding: 0px 10px 2px 10px;
    font-weight: bold;
    color: gray;
    clear: both;
}

.GridHeaderAddLink {
    color: #337CD4;
    padding-left: 20px;
    text-decoration: initial;
}

    .GridHeaderAddLink : hover {
        color: #337CD4;
        padding-left: 20px;
        text-decoration: initial;
    }

.GridHeaderLabel {
    cursor: pointer;
}

.cursorPointer{
    cursor:pointer
}

/*.GridCommandColumn .CommandEdit {
    color: #337CD4;
    padding-left: 5px;
    text-decoration: initial;
    text-decoration: none;
}

.GridCommandColumn .CommandDelete {
    color: #337CD4;
    text-decoration: initial;
    text-decoration: none;
}

.GridCommandColumn .CommandNew {
    color: #337CD4;
    padding-left: 5px;
    text-decoration: initial;
    text-decoration: none;
}

.GridCommandColumn a:hover {
    text-decoration: underline;
    cursor: pointer;
}*/

.CancelButtonAlign {
    float: right;
    /*padding-left: 10px;*/
    margin-left: 5px;
    margin: 3px;
}

.cmLevelHeading {
    /*background: #D4E4F3 url('/DXR.axd?r=0_2492-E8z05') repeat-x left top;*/
    background-color: #e2e2e2;
    height: 20px;
    padding: 5px;
}

.cmDescHeading {
    font-weight: bold;
    font-size: 11px;
}

.cmTipsHeading {
    font-weight: bold;
    font-size: 11px;
}

.cmPracticesHeading {
    font-weight: bold;
    font-size: 11px;
}

.subMenuhl {
    cursor: pointer;
}


/* Menu Styles */

body {
    /*color: #444;*/
    /* font: Gerogia,serif; */
    /*font: Verdana;*/
}

h2 {
    color: #467AA7;
    /* font-family: Georgia,serif; */
    /*font-family: Verdana;
    font-size: 1.2em;
    font-weight: 400;*/
    margin: 0 0 10px 0;
}

#MenuContainer h2 {
    color: #467AA7;
    /* color: #618292; */
    /*font-weight: 400;
    font-size: 1.3em;*/
    margin-left: 10px;
    font-size: 15px;
}

#MenuContainer {
    background-color: rgba(245, 175, 87, 0.09); /* changed from .14 to .09 - dinesh */
    margin: 0 auto;
    /*  padding: 20px 25px 10px; */
    padding: 10px 15px 5px; /* testing what happens with less padding - dinesh */
    border-top: 1px solid #CCC;
    display: none;
    border-bottom: 3px solid #F58B3F;
}

#menuSections {
    display: block;
    margin: 0 auto;
}

    #menuSections .quarter {
        float: left;
        width: 15%; /* was 20% - dinesh */
        margin: 0px 15px; /* was 0 5px - dinesh */
    }

#MenuContainer ul {
    border-top: 1px solid #CCC;
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
}

    #MenuContainer ul li {
        padding: 0;
        margin: 0;
        text-decoration: none;
        border-top: 1px solid #CCC;
    }

        #MenuContainer ul li a {
            /* border-bottom: 1px solid #CCC;*/
            color: #333;
            display: block;
            padding: 7px 10px;
            text-decoration: none;
        }

.clear {
    clear: both;
}

/* Second panel links css */

.links ul {
    display: block !important;
}

.links a {
    display: block;
    /*position: relative;*/
    z-index: 1;
    /*background-color: #2D2D2D;*/
    /*color: #CCC;*/
    color: #000000;
    background-color: #ffffff;
    border-top-color: #C0C0C0;
}

    .links a:hover {
        background-color: #2D2D2D;
        color: #CCC;
    }

.links ul a:hover {
    background-color: #e4ebf8;
    color: #3366CC;
    border-color: #3366CC;
}

.links ul a {
    background-color: #ffffff;
    color: #1E395B;
    width: 100%;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 2px;
}

/********** Home page left menu links *************************/
/*background-color:#8397A1;*/

.homeMenuItem {
    background-color: #eeeeef;
    display: block;
    position: relative;
    height: 31px;
    margin: 0 0 5px 0;
    line-height: 31px;
    padding: 0px 0 0 10px;
    text-decoration: none;
}

.homeLeftMenu {
    width: 100%;
    font: 13px/33px 'Segoe UI','Helvetica Neue','Droid Sans',Arial,Tahoma,Geneva,Sans-serif;
    color: #3366cc;
    height: 35px;
    text-decoration: none;
}

    .homeLeftMenu ul {
        list-style: none outside none;
        margin: 0px;
        padding: 0px;
        width: 200px;
    }

.folder a:hover {
    background-color: #D67632;
    color: #CCC;
}

.folder ul a:hover {
    background-color: #E17E37;
    color: white;
}

.homeLeftContent {
    height: 100%;
    width: 18%;
    float: left;
}

.upperMainContent {
    padding-top: 0px;
    float: left;
    width: 96.3%;
}

.homeMainContent {
    height: 100%;
    width: 77%;
    /*float:left;*/
    overflow: auto;
    overflow: hidden;
}

.homeContentMain {
    background-color: White;
    float: left;
    padding-left: 5px;
    padding-right: 0px;
}

.contentHeader {
    width: 70%;
    padding: 7px;
    height: 40px;
    float: left;
    background-color: #eeeeef;
    height: 17px;
}


.reportContent {
    width: 77%;
    /*float:left;*/
    overflow: auto;
    overflow: hidden;
}

.imgFilterWhite {
    background-image: url(images/FilterIcon_small.png);
    background-repeat: no-repeat;
    height: 26px;
    width: 25px;
    cursor: hand;
    cursor: pointer;
    margin-top: 3px;
}

.imgFilterBlue {
    background-image: url(images/FilterIcon_bluesmall.png);
    background-repeat: no-repeat;
    /*height: 26px;*/
    width: 25px;
    cursor: hand;
    cursor: pointer;
    margin-top: 3px;
}


.HeatmapTopMenu {
    overflow: hidden;
}

.dataContentInnerDiv {
    clear: both;
    margin-left: 5px;
    height: 100%;
}

.measureHeatMapTopMenu {
    float: left;
    width: 100%;
    display: block;
    height: 35px;
}

.dataContentBodyDiv {
    height: 100%;
}

#dataContent {
    width: 100%;
}

/********** Home page left menu links *************************/


/************************************ Legends ************************************/

.MainTitle {
    padding-top: 20px;
    width: 500px;
    clear: both;
    text-align: Left;
    font-weight: bold;
    font-size: 15px;
}

.SubTitle {
    padding-bottom: 5px;
    padding-top: 20px;
    width: 500px;
    clear: both;
}

.LegendWrapper {
    width: 100%;
    border: 1px solid grey;
    padding: 7px;
    float: left;
}

.LegendContainer {
    width: 200px;
    padding-left: 5px;
    float: left;
}

.LegendContainerNewLine {
    clear: both;
    width: 500px;
    padding-left: 5px;
    float: left;
    padding-top: 10px;
}

.LegendItem {
    width: 10px;
    height: 10px;
    margin-top: 3px;
    margin-right: 5px;
    float: left;
    border: 1px solid #8BA0BC;
}

.LegendName {
    width: 400px;
    float: left;
    font: 12px Arial, sans-serif;
    padding-left: 10px;
}

/************************************ My Assessmnet  ************************************/

.lblAMS {
    min-width: 50px;
    min-height: 15px;
    cursor: pointer;
    border: solid 1px #8BA0BC;
    /*text-align:center;*/
    vertical-align: middle;
    padding-top: 2px;
    padding-left: 2px;
}

.practiceInfo {
    padding: 5px;
}

.tipsInfo {
    padding: 5px;
}

ul.bulletList {
    list-style: square;
    list-style-type: square;
}

/*Dependency Tables*/

.dependencyTableHeader {
    width: 400px;
    padding: 7px;
    height: 40px;
    float: left;
    border-bottom: 1px solid #8BA0BC;
    /*background-color: #CFDDEE;*/
    background-color: #8BA0BC;
    height: 17px;
    margin: 10px;
}

.destinationFilter {
    background-image: url(images/filterIcon.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.CloseTd {
    font-size: 8px;
    font-weight: bold;
    color: red;
    padding-left: 2px;
    float: left;
    background: url(images/delete.png) left top no-repeat;
    width: 13px;
    height: 12px;
    background-size: 13px 12px;
}

.EditTd {
    font-size: 8px;
    font-weight: bold;
    color: red;
    padding-left: 2px;
    float: left;
    background: url(images/edit.png) left top no-repeat;
    width: 13px;
    height: 12px;
    background-size: 13px 12px;
}

.delete-btn {
    padding: 0px 2px 0px 2px;
    text-align: center;
}

    .delete-btn:hover .tooltip-bg {
        display: block;
        position: absolute;
        z-index: 10;
        left: 0px;
        bottom: 0px;
        min-width: 30px;
        margin-left: auto;
        margin-right: auto;
    }

.tooltip-bg {
    display: none;
    background-color: rgb(211, 225, 245);
    position: absolute;
    min-width: 34px;
}

.tooltip-middle {
    padding: 2px 0 2px 2px;
    color: #fff;
    float: left;
    font-size: 8px;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
}
/*background:url(images/tooltip-middle.png) left top repeat-x;*/

.position {
    position: relative;
    z-index: 11;
    text-align: center;
}

.centerText {
    text-align: center;
}

.tableBorder {
    border-collapse: collapse;
    width: 100%;
}

    .tableBorder tr td {
        border: 1px solid #cfddee;
        padding-bottom: 5px;
    }

.infoText {
    font-size: 9px;
}

.textWrap {
    white-space: normal;
}

.MinWidth25px {
    min-width: 25px;
}

.MinWidth40px {
    min-width: 40px;
}
/* css for At-A-Glance grid Title bar Icons */


.exportImg {
    float: right;
    padding-right: 10px;
}

.custWindow {
    float: right;
    padding-right: 10px;
}

.toggleFilter {
    float: right;
    padding-right: 10px;
}

.gridTitle {
    float: left;
    padding-left: 6px;
    font-weight: bold;
}

.saveStateIcon {
    float: right;
    padding-right: 10px;
    font-size: 22px !important;
}

.restoreStateIcon {
    float: right;
    padding-right: 20px;
    font-size: 22px !important;
}


/*--------------------For Measure trending Grid table---------------------------------------------------------------------*/

.CSSTableGenerator {
    margin: 0px;
    padding: 0px;
    width: 94%;
    border: 0px solid #ffffff;
    text-align: left;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

    .CSSTableGenerator table {
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
        border-collapse: collapse;
        border-spacing: 0px;
        border-color: #d2d2d2;
    }

    .CSSTableGenerator tr:hover td {
        background-color: #ffffff;
    }

    .CSSTableGenerator td {
        vertical-align: middle;
        border: 1px solid #d2d2d2;
        border-width: 0px 1px 1px 0px;
        text-align: left;
        padding: 6px;
        font-size: 10px;
        font-family: Verdana;
        font-weight: normal;
        color: #000000;
        border-bottom: 0px;
        vertical-align: top;
    }

    .CSSTableGenerator tr:last-child td {
        border-width: 0px 1px 0px 0px;
    }

    .CSSTableGenerator tr td:last-child {
        border-width: 0px 0px 1px 0px;
    }

    .CSSTableGenerator tr:last-child td:last-child {
        border-width: 0px 0px 0px 0px;
    }

    .CSSTableGenerator tr:first-child th {
        background: -o-linear-gradient(bottom, #ffffff 5%, #ffffff 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff) );
        background: -moz-linear-gradient( center top, #ffffff 5%, #ffffff 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff");
        background: -o-linear-gradient(top,#ffffff,ffffff);
        /*border-bottom: 0px solid #d2d2d2;*/
        border-top: none;
        text-align: left;
        /*border-width: 0px 0px 1px 1px;*/
        font-size: 10px;
        font-family: Verdana;
        color: #989898;
        border: 0px;
    }

    .CSSTableGenerator tr:first-child:hover td {
        background: -o-linear-gradient(bottom, #ffffff 5%, #ffffff 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff) );
        background: -moz-linear-gradient( center top, #ffffff 5%, #ffffff 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff");
        background: -o-linear-gradient(top,#ffffff,ffffff);
        /*background-color:#ffffff;*/
    }

    .CSSTableGenerator tr:first-child td:first-child {
        border-width: 0px 0px 1px 0px;
    }

    .CSSTableGenerator tr:first-child td:last-child {
        border-width: 0px 0px 1px 1px;
    }

.dashBoardTable tbody tr:nth-child(odd) {
    background-color: #f7f7f7 !important;
}

.dashBoardTable tbody tr:nth-child(even) {
    background-color: #FFFFFF !important;
}

.groupHeader {
    background-color: white;
}

.trendUpArrow {
    position: absolute;
    border-right: 8px solid transparent;
    border-bottom: 8px solid green;
    border-left: 7px solid transparent;
    height: 0px;
    width: 0px;
    margin-left: 2px;
    margin-top: 2px;
}

.trendDownArrow {
    /*position: absolute;*/
    border-right: 8px solid transparent;
    border-top: 8px solid red;
    border-left: 7px solid transparent;
    height: 0px;
    width: 0px;
    margin-top: 2px;
    margin-left: 2px;
}

.noChnageSquareBox {
    width: 8px;
    height: 8px;
    background: yellow;
    position: relative;
    margin-left: 4px;
    border: 1px solid lightgrey;
}

.unknownSquareBox {
    width: 8px;
    height: 8px;
    background: White;
    position: relative;
    margin-left: 4px;
    border: 1px solid lightgrey;
}

/*-------------------------------------------- Css for Self Enrollment Page ------------------------------------------------------  */
.topLineClass {
    float: left;
    width: 185px;
    margin-top: 3px;
}

.lineClass {
    float: left;
    width: 220px;
    margin-top: 3px;
    height: 4px;
    background-color: whitesmoke;
}

.bottomLineClass {
    float: left;
    width: 170px;
    margin-top: 3px;
}

.selectedTopTextClass {
    float: left;
    width: 45px;
    font-size: 10px;
    font-weight: bold;
}

.selectedRectClass {
    float: left;
    width: 10px;
    height: 10px;
    background-color: #F6921E;
}

.selectedBottomTextClass {
    float: left;
    width: 63px;
    font-size: 10px;
    font-weight: bold;
}

.topTextClass {
    float: left;
    width: 45px;
    font-size: 10px;
}

.rectClass {
    float: left;
    width: 10px;
    height: 10px;
    background-color: Gray;
}

.bottomTextClass {
    float: left;
    width: 58px;
    font-size: 10px;
}

.mt5 {
    margin-top: 5px;
}

.m10 {
    margin: 10px;
}

.ml10 {
    margin-left: 10px;
}

.pt10 {
    padding-top: 10px;
}

.pt5 {
    padding-top: 5px;
}

.pt20 {
    padding-top: 20px;
}

.cb {
    clear: both;
}

.pl14 {
    padding-left: 14px;
}

.pl10 {
    padding-left: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.pr10 {
    padding-right: 10px;
}

.TdNoBorder {
    border: 0 !important;
}

.innerTable1 {
    border: 1px solid black;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    clear: both;
    padding: 20px;
    width: 600px;
    float: left;
}

.lblMessage {
    font-size: 12px;
    font-family: Verdana;
    color: red;
    padding-left: 9px;
}

.lblSelectedStep {
    font-size: 14px;
    font-family: Verdana;
    padding: 10px;
    /*font-weight: bold;*/
    text-align: left;
}

.selectedClassName {
    font-weight: normal;
    font-size: 12px;
    padding-top: 2px;
}

.headerMessage {
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    padding: 20px;
}

/*------------------------------------------------------------------------------------------------------------------------------  */

.mfabel {
    font-weight: bold;
    float: left;
    padding: 5px;
    clear: both;
    width: 120px;
}

.mfAssessmentlabel {
    float: left;
    padding: 5px;
    clear: both;
    width: 100%;
}

.mfControl {
    float: left;
    padding: 5px 0px;
}

.mfAssessmentControl {
    float: left;
    padding: 5px;
    width:90%;
}

 .formula {
            display: block;
            width: 100%;
            height: auto;
            padding: 6px 12px;
            font-size: 14px;
            line-height: 1.42857143;
            background-color: #fff;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
            -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        }
 .measureEvaluate
 {
     float: left; /*margin-top: 5px; margin-bottom: 5px;*/
     padding-right:15px;
 }

 .divFormulaIcon
 {
     float:right;
 }

 .divFormulaLabel
 {
     float:left;
 }

 .FormulaOperand {
    height: 27px;
    background-color: #ECEDEE;
    moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border: 2px solid #A8A5A5;
    /* padding: 10px; */
    color: #7A7777;
    cursor:pointer;
}
 .formulaFunction
 {
     text-align: center; float: left; padding-right: 5px;
 }

 .formulaHint
 {
     width:100%;float:left;
 }
 .divTooltip
 {
     font-size: 10px; text-align: center; cursor: pointer;
 }


/*-------------------------------------------------------For Measure fprmula popup------------------------------------------------------------*/

.lbl {
    clear: both;
}

.Operand {
    height: 40px;
    background-color: #ECEDEE;
    moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border: 2px solid #A8A5A5;
    padding: 10px;
    cursor: hand;
    color: #7A7777;
}

.Operator {
    height: 50px;
    width: 50px;
    -moz-border-radius: 25px;
    border: 2px solid #A8A5A5;
    border-radius: 25px;
    text-align: center;
    font-size: 25px;
    background-color: #ECEDEE;
    cursor: hand;
    color: darkgrey;
}

.AddOperand {
    height: 40px;
    background-color: #ECEDEE;
    moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border: 2px solid #6E6D6D;
    cursor: hand;
    width: 80px;
    color: #504E4E;
    font-weight: bold;
}

.delete-btn {
    padding: 0px 2px 0px 2px;
    text-align: center;
}

    .delete-btn:hover .tooltip-bg {
        display: block;
        position: absolute;
        z-index: 9999999;
        left: 0px;
        bottom: 0px;
        min-width: 36px;
        margin-left: auto;
        margin-right: auto;
        min-height: 22px;
    }

.tooltip-bg {
    display: none;
    background-color: rgb(211, 225, 245);
    position: absolute;
    min-width: 34px;
}

.tooltip-middle {
    padding: 5px 0 2px 2px;
    color: #fff;
    float: left;
    font-size: 8px;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
}
/*background:url(images/tooltip-middle.png) left top repeat-x;*/

/*---------------------------------------------------- BreadCrumb Main Menu---------------------------------------------------------------------------*/

#crumbs {
    border: 1px solid #dedede;
    height: 3.7em;
    font: bold 12px/33px Arial,sans-serif;
    display: none;
}

    #crumbs li {
        float: left;
        line-height: 3.3em;
        padding-left: .75em;
        color: #777;
    }


        #crumbs li label {
            display: block;
            padding: 0 0 0 20px;
            background: url(../Content/images/forward-Icon-White.png) no-repeat scroll left center / 10px auto rgba(0, 0, 0, 0);
            color: #FFFFFF;
        }

        #crumbs li .firstCrumbLi {
            display: block;
            padding: 0 0 0 20px;
            background: none;
            color: #FFFFFF;
        }

/*------------------------------------------------------------------------------------------------------------------------------------------------------*/

.position {
    position: relative;
    z-index: 11;
    text-align: center;
}

.zIndex {
    z-index: 20000 !important;
}

#mobile_menu {
    display: none;
}

#OC {
    /*display: none;*/
}

#divUpperAll {
    padding-left: 70px;
}

.plus-button {
    display: none;
}

.popup_at_a_glance {
    /*background: none repeat scroll 0 0 #FFFFFF;*/
    color: #333333;
    display: none;
    float: left;
    margin: 6px 0 -6px -20px;
    padding: 10px;
    position: relative;
    width: 100%;
    position: fixed;
    top: 35px;
    /*width: 294px;*/
    width: 199px;
    /*height: auto;*/
    height: 100%;
    overflow-y: auto;
    z-index: 9999;
    border: 1px solid #D2D2D2;
    background-color: #3D6071;
}


.quarterOrganization {
    float: left;
    margin-left: 15px;
    width: 90%;
}

    .quarterOrganization :hover {
        background-color: #E17E37;
    }

.OrgListh2 {
    color: #FFFFFF;
    padding: 2px 0 5px 0 !important;
    margin: 0 !important;
}


.popup_at_a_glance_OrgList {
    /*background: none repeat scroll 0 0 #FFFFFF;*/
    color: #333333;
    display: none;
    float: left;
    margin: 6px 0 -6px -20px;
    padding: 10px;
    position: relative;
    width: 100%;
    position: fixed;
    top: 35px;
    bottom: 0;
    /*width: 294px;*/
    width: 200px;
    /*height: 100%;*/
    overflow-y: auto;
    z-index: 9999;
    border-top: 1px solid #D2D2D2;
    background-color: #3D6071;
}




.plus-button {
    background: url(images/Forward-Icon.png) no-repeat scroll center center / 14px auto rgba(0, 0, 0, 0);
    border-left: 1px solid #D2D2D2;
    cursor: pointer;
    float: right;
    height: 20px;
    position: relative;
    width: 30px;
    z-index: 2;
}

.div-img {
    cursor: pointer;
    float: left;
    height: 20px;
    position: relative;
    width: 30px;
    z-index: 2;
    padding-left: 15px;
}

#logo {
    margin-top: 6px;
    margin-bottom: 5px;
    padding-left: 5px;
    display: none;
    margin-left: 69px;
    position: fixed;
    margin-bottom: 0px;
}


.divCloseButton {
    width: 100%;
    /*background-color: #618292;*/
    background-color: #3D6071;
    height: 40px;
    display: none;
}

.homeUpperMainContent {
    padding-top: 0px;
    float: left;
    width: 96.3%;
}

.upperSplitterDiv {
    width: 100%;
    float: left;
    /*padding-left:56px;*/
    /*padding-left: 11px;*/
    /*padding-left: 5px;*/
    /*margin-left: 50px;*/
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    overflow-scrolling: touch;
    /*background-color: rgb(249, 249, 249);*/
}

.contentArea {
    float: left;
    width: 100%;
    /*background-color: whitesmoke;*/
    /*background-color:#D8D8D8;*/
    background-color: rgba(154, 154, 154, 0.06);
}

.contentAreaRegistration {
    float: left;
    width: 100%;
}

.ContentAreaRegister {
    float: left;
    width: 100%;
    /*background-color: whitesmoke;*/
    /*background-color:#D8D8D8;*/
}

#divValueDrivenAssessment {
    width: 91%;
}


pre {
    font-size: 18px;
}

line {
    stroke: #000;
    stroke-width: 1.5px;
}

.string, .regexp {
    color: #f39;
}

.keyword {
    color: #00c;
}

.comment {
    color: #777;
    font-style: oblique;
}

.number {
    color: #369;
}

.class, .special {
    color: #1181B8;
}

a:link, a:visited {
    /*color: #000;*/
    text-decoration: none;
}

/*a:hover {
    color: #1155cc;
}*/

.hint {
    position: absolute;
    right: 0;
    width: 1280px;
    font-size: 12px;
    color: #999;
}

.mainDiv {
    width: 100%;
    float: left;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    overflow: auto;
}

#wrapper {
    padding: 20px 0px 0px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 380px;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.divLanguage a {
    margin: 0 5px;
}


.responsiveloginTextBox:focus {
    outline: none;
}

a.forgot-password {
    color: #4A7EDE;
    margin: 8px 5px;
    float: left;
    font-weight: 500;
}

    a.forgot-password:hover {
        color: #000;
    }

.mb24 {
    margin-bottom: 24px;
}

.alert-danger {
    background-color: #FBE1E3;
    border-color: #FBE1E3;
    color: #E73D4A;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: left;
    margin: 0 0px 10px;
    display: none;
}

a.terms {
    color: #4A7EDE !important;
    font-weight: 500;
    text-decoration: underline;
}

    a.terms:hover {
        color: #000000 !important;
    }

a.privacyPolicy {
    padding-left: 20px;
    color: #4A7EDE !important;
}

    a.privacyPolicy:hover {
        color: #000000 !important;
    }

.alert-wrongcredential {
    background-color: #FBE1E3;
    border-color: #FBE1E3;
    color: #E73D4A;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: left;
    margin: 0 0px 20px;
    display: block;
}

.alert-success {
    background-color: #DDF1DD;
    border-color: #DDF1DD;
    color: #51a351;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: left;
    margin: 0 0px 20px;
    display: block;
}

.leftSection {
    vertical-align: middle;
    display: table-cell;
}

.footerSection {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    right: 0;
}

.alert {
    width: 80%;
    margin: 0 auto;
    clear: both;
}

.width50 {
    width: 46%;
    padding: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.forget {
    margin: 0 auto;
    clear: both;
    width: 250px;
}

.first-time {
    margin-bottom: 20px;
    width: 100%;
}

.registerlink {
    margin-left: 0px;
    float: left;
}

.forgetlink {
}

.first-time a {
    clear: both;
    display: block;
    margin-left: 0px;
    margin-top: 10px;
}

.right-main {
    width: 80%;
    margin: 0 auto;
}

.sing-lin {
    margin: 20px 0;
    display: inline-block;
}

.right-or {
    width: 100%;
    margin: 0 auto;
    position: relative;
    color: #618191;
}

.right-signInWith {
    width: 100%;
    position: relative;
    color: #618191;
    margin: 10px auto 25px;
}

.imglinkedin {
    height: 40px;
    width: 160px;
}

.rightSection {
    vertical-align: middle;
    display: table-cell;
    align-content: center;
    clear: both;
}

.standard_logo {
    min-height: 39px;
    min-width: 150px;
    max-height: 91px;
    max-width: 282px;
}

#signin:hover {
    transition: all 0.3s ease 0s;
    background-color: #C66C2B;
}

#signin {
    float: left;
    color: #FFF;
    background: #618191;
    display: inline-block;
    margin-bottom: 0px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 0;
}

#signup {
    color: #FFF;
    background: #3E6E86;
    display: inline-block;
    margin-bottom: 0px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 0;
    width: 100px;
}

    #signup:hover {
        transition: all 0.3s ease 0s;
        background-color: #C66C2B;
    }

.close {
    display: inline-block;
    margin-top: 0;
    margin-right: 0;
    width: 9px;
    height: 9px;
    background-repeat: no-repeat !important;
    text-indent: -10000px;
    outline: 0;
    background-image: url(../Content/images/remove-icon-small.png);
    border: 0;
    float: right;
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        filter: alpha(opacity=50);
    }

.rightText {
    width: 290px;
    margin: 0 auto;
}

.standard_logo_wrapper {
    height: 113px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    display: table;
}

.responsiveloginTextBox {
    width: 100%;
    padding: 10px 0;
    border-width: medium medium 1px;
    border-style: none none solid;
    border-color: #A0A9B4 #A0A9B4;
    border-image: none;
    color: #868E97;
    font-size: 14px;
    margin-bottom: 15px;
    float: right;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.leftLogin {
    position: relative;
    display: table;
    vertical-align: top;
    text-align: center;
    width: 50%;
    float: left;
    background-color: rgba(56, 63, 66, 0.12);
    height: 100%;
}

.rightLogin {
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
    width: 50%;
    float: left;
    height: 100%;
    position: relative;
    display: table;
}


.lable-section {
    width: 60%;
    margin: 0 auto;
    background: #FDFDFD;
    border: #ddd solid 1px;
    padding: 10px 20px;
    border-radius: 6px;
    left: 0;
    height: 305px;
    right: 0;
    position: absolute;
    /*top: 30%;*/
    bottom: 35%;
}

    .lable-section p {
        margin-bottom: 5px;
    }

    .lable-section .dx-button {
        margin-bottom: 15px;
        width: 100%;
    }

.data-form {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    left: 0;
    right: 0;
    position: absolute;
    top: 25%;
    display: inherit;
    bottom: 30%;
}

.data-form-page {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    right: 0;
    position: absolute;
    top: 0;
    display: inherit;
    bottom: 0;
    overflow: auto;
}

.data-form .dx-field-label {
    max-width: 30%;
}

.data-form-page .dx-field-label {
    max-width: 40%;
}

.data-form .dx-field-value {
    min-width: 65%;
}

.registerlabel {
    color: #767676;
    font-weight: 800;
    padding: 10px 0;
}

.data-form-page .dx-field-label {
    max-width: 100%;
    width: 100%;
}

.data-form-page .dx-field-value:not(.dx-switch):not(.dx-checkbox):not(.dx-button), .dx-field-value-static {
    width: 100%;
}

.divWizard {
    width: 58%;
    margin: auto;
}

.divWizardContent {
    width: 50%;
    margin: auto;
}

#divStep1 .dx-fieldset {
    margin: 15px 20px;
    padding: 0;
}

#divStep2 .dx-fieldset {
    margin: 15px 20px;
    padding: 0;
}

#divStep3 .dx-fieldset {
    margin: 15px 20px;
    padding: 0;
}

#divStep4 .dx-fieldset {
    margin: 15px 20px;
    padding: 0;
}

.orgLabel {
    padding: 8px 15px 9px 0;
    float: left;
    width: 40%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #767676;
    cursor: default;
}

.divWizardMain {
    padding-top: 60px;
    width: 100%;
}

.innerWizardContent {
    border: 1px solid black;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    display: inline-block;
    clear: both;
    padding: 20px 5%;
    width: 90%;
}
/*SelfEnrollment*/
/*Responsive Wizard*/
.flexer, .progress-indicator {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

    .no-flexer, .progress-indicator.stacked {
        display: block;
    }

.no-flexer-element {
    -ms-flex: 0;
    -webkit-flex: 0;
    -moz-flex: 0;
    flex: 0;
}

.flexer-element, .progress-indicator > li {
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
}

.progress-indicator {
    margin: 0 0 1em;
    padding: 0;
    font-size: 80%;
    text-transform: uppercase;
}

    .progress-indicator > li {
        list-style: none;
        text-align: center;
        width: auto;
        padding: 0;
        margin: 0;
        position: relative;
        text-overflow: ellipsis;
        color: #bbb;
        display: block;
        font-family: 'Helvetica Neue','Segoe UI',Helvetica,Verdana,sans-serif;
        font-size: 13px;
        font-weight: bold;
    }

        .progress-indicator > li:hover { /*color:#6f6f6f*/
        }

        .progress-indicator > li.completed, .progress-indicator > li.completed .bubble {
            color: #F6921E;
        }

        .progress-indicator > li .bubble {
            border-radius: 1000px;
            width: 20px;
            height: 20px;
            background-color: #bbb;
            display: block;
            margin: 0 auto .5em;
            border-bottom: 1px solid #888;
        }

            .progress-indicator > li .bubble:after, .progress-indicator > li .bubble:before {
                display: block;
                position: absolute;
                top: 9px;
                width: 100%;
                height: 3px;
                content: '';
                background-color: #bbb;
            }

        .progress-indicator > li.completed .bubble, .progress-indicator > li.completed .bubble:after, .progress-indicator > li.completed .bubble:before {
            background-color: #F6921E;
            border-color: #9A5505;
        }

        .progress-indicator > li .bubble:before {
            left: 0;
        }

        .progress-indicator > li .bubble:after {
            right: 0;
        }

        .progress-indicator > li.active, .progress-indicator > li.active .bubble {
            color: #337AB7;
        }

            .progress-indicator > li.active .bubble, .progress-indicator > li.active .bubble:after, .progress-indicator > li.active .bubble:before {
                background-color: #337AB7;
                border-color: #122a3f;
            }

        .progress-indicator > li a:hover .bubble, .progress-indicator > li a:hover .bubble:after, .progress-indicator > li a:hover .bubble:before {
            background-color: #5671d0;
            border-color: #1f306e;
        }

        .progress-indicator > li a:hover .bubble {
            color: #5671d0;
        }

        .progress-indicator > li.danger .bubble, .progress-indicator > li.danger .bubble:after, .progress-indicator > li.danger .bubble:before {
            background-color: #d3140f;
            border-color: #440605;
        }

        .progress-indicator > li.danger .bubble {
            color: #d3140f;
        }

        .progress-indicator > li.warning .bubble, .progress-indicator > li.warning .bubble:after, .progress-indicator > li.warning .bubble:before {
            background-color: #edb10a;
            border-color: #5a4304;
        }

        .progress-indicator > li.warning .bubble {
            color: #edb10a;
        }

        .progress-indicator > li.info .bubble, .progress-indicator > li.info .bubble:after, .progress-indicator > li.info .bubble:before {
            background-color: #5b32d6;
            border-color: #25135d;
        }

        .progress-indicator > li.info .bubble {
            color: #5b32d6;
        }

    .progress-indicator.stacked > li {
        text-indent: -10px;
        text-align: center;
        display: block;
    }

        .progress-indicator.stacked > li .bubble:after, .progress-indicator.stacked > li .bubble:before {
            left: 50%;
            margin-left: -1.5px;
            width: 3px;
            height: 100%;
        }

    .progress-indicator.stacked .stacked-text {
        position: relative;
        z-index: 10;
        top: 0;
        margin-left: 60% !important;
        width: 45% !important;
        display: inline-block;
        text-align: left;
        line-height: 1.2em;
    }

    .progress-indicator.stacked > li a {
        border: none;
    }

    .progress-indicator.stacked.nocenter > li .bubble {
        margin-left: 0;
        margin-right: 0;
    }

        .progress-indicator.stacked.nocenter > li .bubble:after, .progress-indicator.stacked.nocenter > li .bubble:before {
            left: 10px;
        }

    .progress-indicator.stacked.nocenter .stacked-text {
        width: auto !important;
        display: block;
        margin-left: 40px !important;
    }

.nodeObject {
}

.nodeCapClass {
    /*color:#CC6600 !important;*/
    padding-left: 0px;
    border-top: #E4E4E4 solid 2px;
}

.nodeCapability .capabilitycol {
    /*color:#6699CC !important;*/
    /*padding-left:5px;*/
}

.nodeMeasure .capabilitycol {
    /*color:#ff8417 !important;*/
    /*padding-left:15px;*/
}

.nodeMeasureScale .col90 {
    /*color:#6db7ff !important;*/
    /*padding-left:22px;*/
}

.nodeSnapshot .ObjectSpan {
    /*color:#DCDCDC !important;*/
    /*padding-left:20px;*/
}

.nodeScoreTextbox {
    /*color:#EEEEEE !important;*/
    padding-left: 25px;
}

.nodeCapClassQ {
    /*color:#6699CC !important;*/
    padding-left: 0px;
    border-top: #E4E4E4 solid 1px;
}

.nodeCapabilityQ .capabilitycol {
    /*color:#6699CC !important;*/
    /*padding-left:5px;*/
}

.nodeMeasureQ .capabilitycol {
    /*color:#ff8417 !important;*/
    /*padding-left:15px;*/
}

.nodeMeasureScaleQ .col90 {
    /*color:#6db7ff !important;*/
    /*padding-left:25px;*/
}

.nodeSnapshotQ .ObjectSpan {
    /*color:#DCDCDC !important;*/
}

.nodeScoreTextboxQ {
    /*color:#EEEEEE !important;*/
    padding-left: 25px;
}

.full-width {
    width: 100%;
}

.span16 {
    width: 11%;
    float: left;
    height: 34px;
    padding: 5px 1%;
    line-height: 32px;
}

.span14:last-child {
    /*padding-top: 12px;
    padding-bottom: 0;*/
}

.span14 {
    width: 18%;
    float: left;
    height: 32px;
    padding: 5px 0;
    text-align: center;
    padding-left: 6px;
}

.spanNA {
    width: 22%;
}

.divCommentIcon {
    /*width: 50px;*/
    width: 10%;
    float: right;
    height: 32px;
    /*padding: 5px 0;*/
    text-align: center;
}

    .divCommentIcon img {
        padding-top: 10px;
    }

.divScoreSelection {
    width:78%;
    float: left;
    border-right: #E4E4E4 solid 1px;
    border-left: #E4E4E4 solid 1px;
}

.span12:last-child {
    padding-top: 12px;
    padding-bottom: 0;
}

.span12 {
    width: 12.29%;
    float: left;
    height: 32px;
    padding: 5px 0;
    text-align: center;
}

.commentIcon {
    margin-left: 10px;
    float: left;
}

.commentIconHidden {
    display: none;
}

.activeComment {
    background: red;
    font-weight: bold;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    border: 1px solid red;
    width: 5px;
    float: left;
    display: inline-block;
    height: 5px;
    text-align: center;
    margin-top: 5px;
}

.responseComment {
    background: green;
    font-weight: bold;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    border: 1px solid green;
    width: 5px;
    float: left;
    display: inline-block;
    height: 5px;
    text-align: center;
    margin-top: 5px;
}


.spanComment {
    float: left;
    height: 32px;
    padding: 5px 0;
    text-align: center;
    margin-left: 5px;
}

.col10 {
    float: right;
    text-align: center;
    padding: 5px 5px;
}

.col90 {
    width: 90%;
    float: left;
    padding: 7px;
    padding-left: 20px;
}

.measureModecol30 {
    width: 30%;
    float: left;
}
.measureModecol25 {
    width: 25%;
    float: left;
}
.measureModeNoBorder {
    border: none;
}

    .measureModeNoBorder td {
        /*vertical-align: middle;
        border: 1px solid #d1d1d1;
        border-width: 1px 1px 1px 1px;
        text-align: left;
        padding: 5px;
        color: #000000;*/
        border: none;
    }

.capquestion {
    width: 85%;
    float: left;
    padding: 7px;
}

    .capquestion p {
    }

.capquestiondesc {
    padding-left: 5px;
}

.capquestiontext {
    font-weight: 600;
}

.captext {
    font-weight: 600;
}

.measuretext {
    font-weight: 400;
}

.capquestion ul {
    padding-left: 20px;
}

.capabilitycol {
    width: 90%;
    float: left;
    padding: 7px;
    box-sizing:border-box;
}

.full-width.colborder:last-child {
    border-bottom: #E4E4E4 solid 1px;
}

.colborder {
    border-top: #E4E4E4 solid 1px;
    clear: both;
    display: inline-block;
}

.mgb25 {
    margin-bottom: 25px;
}
/*.innerDivStyle {display: table-row;}*/
.title-sec {
    float: left;
    clear: both;
    width: 100%;
    background: #E9E9E9;
}

.spanwidth {
    width: 100%;
    float: left;
    display: inline-block;
    border-bottom: #E4E4E4 solid 1px;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

/*/*.spanwidth:before {     
    content: ' ';
    display: inline-block;
    vertical-align: middle; 
    height: 100%;
}*/

.bottom_next {
    float: right;
    padding-right: 0px;
    padding: 2px;
    margin-top: -20px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.rediocheckbox {
    float: right;
    line-height: 28px;
    margin-left: 6px;
}

.col90 span {
    float: left;
}

.point {
    float: left;
    width: 90%;
    margin-left: 7px;
}

.fullwidth {
    width: 98%;
    float: left;
    height: 32px;
    padding: 5px 1%;
    line-height: 32px;
    border-bottom: #ccc solid 1px;
}

.HeaderColumn {
    clear: both;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 5px;
    float: left;
}

.Scope {
    clear: both;
    width: 100%;
    background-color: #e2e2e2;
    float: left;
    height:50px;
}

.ScopeIcon {
    float: left;
    padding: 7px 7px;
    cursor: pointer;
}

.ScopeIconTop {
    float: right;
    cursor: pointer;
    /*padding: 12px 0px 3px 6px;*/
    padding: 12px 5px 3px 6px;
}

.ScopeInfo {
    float: left;
    padding: 7px;
    cursor: pointer;
}

.ScopeInfoIcon {
    float: right;
    padding: 10px 5px 6px 0px;
    cursor: pointer;
}

.IconContainer {
    float: right;
    padding: 8px 4px 6px 0px;
    text-align: center;
}

.IconNextPrev {
    float: right;
    /*padding-left: 5px;*/
    padding-left: 0px;
}

.TopPagging {
    padding: 10px 0px 6px 0px;
    float: right;
}

.IconNextPrev a {
    /*margin-left: 5px;*/
}

.icon {
    cursor: pointer;
}

.lblnav {
    font-size: 8px;
}

.lblContainer {
    float: left;
    padding-right: 3px;
    padding-left: 3px;
}

.pageGroup {
    width: 100%;
    font-size: 11px;
    float: left;
    display: inline-block;
    text-align: left;
    padding-left: 5px;
}

    .pageGroup span {
        padding-left: 18px;
    }

    .pageGroup b {
        font-weight: normal;
    }

.AssessScope {
    border-bottom: 1px solid #D4D4D4;
    width: 100%;
    font-size: 11px;
    padding-top: 2px;
    padding-bottom: 2px;
    /*padding-left: 18px;*/
    display: table;
    /*border-top: 1px solid #000000;*/
}

    .AssessScope span {
        padding-left: 18px;
    }

.AssessScopeList {
    width: 100%;
    font-size: 11px;
    padding-top: 2px;
    padding-bottom: 2px;
    /*padding-left: 18px;*/
    display: table;
    border-bottom: 1px solid #D4D4D4;
}

    .AssessScopeList a {
        padding-left: 18px;
        cursor: pointer;
    }

.AssessScopeListLinkActive {
    display: table;
    padding-bottom: 10px;
    color: #337CD4 !important;
    font-weight: 500;
}

.AssessScopeListLink {
    display: table;
    padding-bottom: 10px;
}


.pageRadioOption {
    float: left;
    width: 100%;
    padding-bottom: 5px;
    padding-left: 5px;
}

.PageComment {
    float: left;
    padding-bottom: 3px;
    width: 100%;
}

.ExpandComment {
    float: left;
    width: 100%;
}

.ShowReview {
    float: left;
    width: 100%;
    text-align:left;
}

.ShowNoComment {
    float: left;
    width: 100%;
    text-align: left;
}

.ExpandAllDiv {
    float: left;
    width: 100%;
}

.ShowUnAnnweredDiv {
    float: left;
    width: 100%;
}

.PageEndAssessment {
    width: 100%;
    float: left;
    display: inline-block;
    text-align: left;
    padding-left: 5px;
    padding-bottom: 3px;
}

    .PageEndAssessment a {
        display: table;
        padding-bottom: 10px;
        color: #337CD4 !important;
        font-weight: 500;
        padding-left: 18px;
    }

.CommentCheckBox {
    margin-left: 5px;
}
.ExpandCommentCheckBox {
    margin-left: 5px;
}

.ShowReviewCheckBox {
    margin-left: 5px;
}

.ShowNoCommentCheckBox {
    margin-left: 5px;
}

.showUnAnsweredCheckBox {
    margin-left: 5px;
}

.expandAllCheckBox {
    margin-left: 5px;
}

.pageAssessmentScope {
    float: left;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.pageOptions {
    float: left;
    width: 100%;
    padding-bottom: 5px;
    padding-left: 5px;
}

.pageOptionsGroup {
    width: 100%;
    font-size: 11px;
    float: left;
    display: inline-block;
    text-align: left;
    padding-left: 5px;
}

    .pageOptionsGroup span {
        padding-left: 18px;
    }

    .pageOptionsGroup b {
        font-weight: normal;
    }

.capQuestionTitle {
    clear: both;
    width: 100%;
    float: left;
}

.capQuestionTitleDetail {
    float: left;
    padding-right: 5px;
}

.capQuestionTitleDetailText {
    color: #F86F0E;
    float: left;
    padding: 7px;
    cursor: pointer;
    font-weight: 600;
    width: 85%;
}

.BottomPage {
    clear: both;
    width: 100%;
    background-color: #e2e2e2;
    float: left;
    margin-top: -25px;
}

.BottomPageMain {
    position: relative;
}

.BottomPageCapNav {
    float: right;
    /*margin-right: 5px;*/
    cursor: pointer;
}


.bordertable {
    background: #fff;
    width: 99.9%;
    /*border-bottom: #F3F3F3 solid 25px;*/
}

.divMobile .title-sec:nth-child(2) {
    margin-top: 0 !important;
}

.divMobile .title-sec {
    /*margin-top: -25px !Important;*/
}

.TableCapability p {
    padding-top: 0px;
}

.capabilityBlock {
    float: left;
    border-bottom: #F3F3F3 solid 0px;
    width: 100%;
}

.HeaderInfo {
    position: relative;
    width: 100%;
    float: left;
    height:50px;
}

.ObjectSpan {
    width: 12%;
    float: left;
    padding: 5px 1%;
    line-height: normal;
    word-wrap: break-word;
    display: inline-block;
    vertical-align: middle;
}

.GridCommandColumn .AssessmentName {
    color: #337CD4 !important;
}

/*.GridCommandColumn a:hover {
    color: #000000 !important;
}*/

.homemainsubcontent {
    width: 100%;
    overflow: hidden;
}

.contenheaderinner {
    float: left;
    width: 98%;
}

.contenheaderinnerleft {
    float: left;
}

.contenheaderinnerright {
    float: right;
}

.reportAsessmentName {
    margin-top: 10px;
    font-weight: bold;
    font-size: 14px;
    margin-left: 10px;
}

.reportAsessmentDate {
    margin-bottom: 20px;
    margin-left: 10px;
}

.reportAsessmentSummaryData {
    margin-top: 20px;
    font-weight: bold;
    font-size: 14px;
    margin-left: 10px;
}

.reportAsessmentRollupGrid {
    margin-top: 20px;
    margin-left: 15px;
}

.top20 {
    margin-top: 20px;
}

.reportAsessmentSummaryDataTitle {
    margin-top: 20px;
    font-weight: bold;
    font-size: 14px;
    margin-left: 10px;
}

.btnAssessmentEditor {
    margin: 15px;
    float: right;
}

.upperdivAssessment {
    /*display: none;*/
    width: 100%;
    float: left;
    padding: 11px;
}

.noEmailTemplate {
    height: 200px;
    width: 96%;
    padding: 10px;
    color: red
}

.topdivAssessment {
    width: 12%;
    float: left;
    text-align: left;
}

.upperSubjectAssessment {
    width: 100%;
    float: left;
    padding: 11px;
}

.textAssessment {
    width: 83%;
    float: left;
}

.upperAdderessAssessment {
    width: 100%;
    float: left;
    padding: 5px;
}

.divAssessmentTitle {
    width: 100%;
    float: left;
    padding: 5px;
    text-align: left;
}

.divAssessmentSubTitle {
    width: 100%;
    float: left;
    padding: 5px;
    margin-bottom: 10px;
    text-align: left;
}

.upperdivObject {
    /*display: none;*/
    width: 100%;
    float: left;
    padding: 11px;
}

.topdivObject {
    width: 12%;
    float: left;
    text-align: left;
}

.upperSubjectObject {
    width: 100%;
    float: left;
    padding: 11px;
}

.textObject {
    width: 83%;
    float: left;
}

.upperAdderessObject {
    width: 100%;
    float: left;
    padding: 5px;
}

.divObjectTitle {
    width: 100%;
    float: left;
    padding: 5px;
    text-align: left;
}

.divObjectSubTitle {
    width: 100%;
    float: left;
    padding: 5px;
    margin-bottom: 10px;
    text-align: left;
}

/* Start: Common classes */
.wp100 {
    width: 100%;
}

.wp95 {
    width: 95%;
}

.wp90 {
    width: 90%;
}

.mlauto {
    margin-left: auto;
}

.mrauto {
    margin-right: auto;
}

.mb10 {
    margin-bottom: 10px;
}
/* End: Common classes */

.titleLabel {
    font-size: 16px;
    color: #2b2b2b;
}

.subTitleLabel {
    font-size: 13px;
    color: #2b2b2b;
}

.outputRefinerInputGrid {
    padding-left: 10px;
    padding-top: 5px;
    float: left;
}

.outputRefinerHeaderMain {
    float: left;
    width: 100%;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 1px;
    background-color: #E2E2E2;
}

.outputRefinergridContiner {
    /*height: 600px;*/
    overflow: auto;
    float: left;
    /*height: 537px;*/
}

.outputRefinerHeaderInner {
    float: right;
    padding: 8px 5px 5px 5px;
}

.outputRefinerHeaderleft {
    float: left;
    left: 0px;
    text-align: center;
}

.outputRefinerHeader {
    padding-left: 10px;
}

.outputRefinerHeaderContent {
    font-size: 10px;
    text-align: center;
    cursor: pointer;
}

.outputRefinerHeaderIcon {
    padding: 3px 10px 3px 0px;
    height: 18px;
    width: 18px;
}

.outputRefinerGroupGrid {
    padding-left: 10px;
    padding-top: 5px;
    /*padding-bottom: 20px;*/
    float: left;
}

.outputRefinerFilter {
    padding-left: 10px;
    /*padding-top: 20px;*/
    /*padding-bottom: 20px;*/
    float: left;
    width:100%;
}

.assessmentSegmentContent {
    clear: both;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    float: left;
}

.assessmentSegmenttest {
    clear: both;
    margin-left: 10px;
    display: inline-block;
}

.segmentationChart {
    overflow-y: auto;
    overflow-x: hidden;
    float: left;
    width: 98%;
}

.assessmentScenaroTitle {
    width: 100%;
    float: left;
}

.assessmentScenaroTitleText {
    float: left;
    padding-top: 3px;
    padding-right: 5px;
}

.assessmentTypeTitle {
    width: 100%;
    float: left;
}

.assessmentTypeTitleText {
    float: left;
    padding-top: 3px;
    padding-right: 5px;
}

.measureTitle {
    width: 100%;
    float: left;
}

.measureTitleText {
    float: left;
    padding-top: 3px;
    padding-right: 5px;
}

.sortingTitle {
    width: 100%;
    float: left;
}

.sortingText {
    float: left;
    padding-top: 3px;
    padding-right: 5px;
}



.assessmentScenaroMain {
    margin-top: 5px;
}

.assessmentscenarioRoadmap {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 5px;
}

.ObjectSpan a {
    color: #1155cc;
}

#lblScopeGridError {
    background-color: #F3D6D6;
    color: #BA1717;
    width: 106%;
    position: absolute;
    bottom: -10px;
    float: left;
    left: -15px;
    padding: 5px;
    display: none;
}

#CBPScopeSections.errorEnabled > #lblScopeGridError {
    display: block;
}

#CBPScopeSections.errorEnabled > .line {
    padding-bottom: 25px;
}

.labelOverwrite label {
    width: 100%;
    padding: 0px;
    font-size: 14px;
}

.btnChangeView {
    padding: 5px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px transparent;
    -moz-box-shadow: 0 1px 3px transparent;
    box-shadow: 0 1px 3px transparent;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-color: #ddd;
    color: #333;
    height: 36px;
    width: 36px;
}

    .btnChangeView img {
        padding: 6px 0px 0px 3px;
    }

    .btnChangeView:hover {
        background-color: #e6e6e6;
        border-color: #bebebe;
        cursor: pointer;
    }

.assessmentproLeft {
    width: 37%;
    float: left;
    text-align: right;
    padding-right: 15px;
}

.assessmentproRight {
    width: 60%;
    float: left;
}

.assessmentProStart {
    text-align: center;
    width: 100%;
    float: left;
}

.assessmentProContent {
    width: 100%;
    display: inline-block;
}

.divSnapshotMappingHeader {
    font-weight: bold;
    width: 100%;
    float: left;
    display: inline-block;
}

.divMssingSnapshotTitle {
    font-weight: bold;
    width: 100%;
    float: left;
    display: inline-block;
}

.divMissingWarning {
    display: inline-block;
    width: 100%;
}

.lblAssessmentImportResultsWarnings {
    border-color: #ccc;
    border-width: 1px;
    border-style: solid;
    padding: 5px;
}

.assessmentContent {
    display: inline-block;
}

.divAssessmentcontentTitle {
    font-weight: bold;
    width: 100%;
    float: left;
}

.assessmentproLeftTitle {
    font-weight: 500;
}

.assessmentproRightTitle {
    font-weight: 500;
}

.assessmentProvisionMsg {
    margin: 5px;
    line-height: 20px;
}

.assessmentTemplate {
        margin: 5px;
    padding: 5px;
    float: left;
    width: 100%;
}

.parentFooterDiv {
        height: 100%;
        text-align: center;
        font: 0/0 a;
    }

        .parentFooterDiv:before { /* create a full-height inline block pseudo-element */
            content: ' ';
            display: inline-block;
            vertical-align: middle; /* vertical alignment of the inline element */
            height: 100%;
        }

    .childFooterDiv {
        display: inline-block;
        vertical-align: middle; /* vertical alignment of the inline element */
    }

    #MitoviaFooter img {
        max-width: 95%;
        max-height: 25px;
    }

.lblNoHeatmapData {
    color: red;
    font-size: 15px;
    margin: 15px;
    display:none;
}
.lblHeatmapDataError {
    color: red;
    font-size: 15px;
    margin: 15px;
    display:none;
}
.lblNoObjectAccessible {
    color: red;
    font-size: 15px;
    margin: 15px;
    display: none;
}
.lblHeatmapCustomParameterError {
    color: red;
    font-size: 15px;
    margin: 15px;
    display: none;
}

.header{
    float: left; width: 100%; border-bottom: 1px solid #d1d1d1; background-color: #E2E2E2;
    width:100%;
}

.panelContent
{
    width: 100%; overflow-x: hidden;
}

.visibleDiv
{
    display:block;
}

.InvisibleDiv
{
    display:none;
}

.containerdivClass .panelContent {
    /*position: relative;
    top: 0;*/
}
#cbpFilterWrapper .panelContent, #cbpChildFilterWrapper .panelContent, #cbpHeatMapFilterWrapper .panelContent{
    /*top: 50px;
    bottom: 0px;
    position: absolute;
    left: 0px;
    right: 0px;*/
    /*overflow: auto;*/
}

#heatmapContainer .panelContent{
    top: 30px;
    bottom: 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    overflow: auto;
}


#cbpFilterWrapper .header, #cbpChildFilterWrapper .header, #cbpHeatMapFilterWrapper .header{
    /*position: absolute;
    top: 0;*/
    /*overflow: hidden;*/
    height: 50px;
    float:none;
    z-index:99;
}

#heatmapContainer .header{
    position: absolute;
    top: 0;
    overflow: hidden;
    height: 30px;
}

.displayNone {
    display: none;
}
.assessmentTypeControl
{
    display: table-cell;
    vertical-align: middle;
}

.assessmentTitleControl {
    display: table-cell;
    vertical-align: middle;
}

.orgUnitControl {
    display: table-cell;
    vertical-align: middle;
}

.measureControl {
    display: table-cell;
    vertical-align: middle;
}

.sortingOptionControl {
    display: table-cell;
    vertical-align: middle;
}
.assessmentTemplateTitle {
    width: 100%;
    float: left;
}

.assessmentTemplateText {
    float: left;
    padding-top: 3px;
    padding-right: 5px;
}

.snapshotMappingDiv {
    padding-top: 10px !important;
    float: left;
}

.timeScopeText {
    float: left;
    padding-top: 3px;
    padding-right: 5px;
}

.timeScopeTitle {
    width: 100%;
    float: left;
}

.capabilityModelText {
    float: left;
    padding-top: 10px;
}

.capabilityModelTitle {
    width: 100%;
    float: left;
}

.orgUnitText {
    float: left;
    padding-top: 10px;
}

.orgUnitTitle {
    width: 100%;
    float: left;
}

.controlDiv
{
   float: left; display: table;
}

.controlContentDiv {
    float: left;
    display: table;
    width:98%;
}

.controlParentDiv
{
  float:left;width:100%
}
.errorVisible
{
    display: table-cell;vertical-align: middle;padding-left: 5px;
}

.errorNotVisible
{
    display: None;vertical-align: middle;padding-left: 5px;
}

.ValuationScopNoData
{
        float: left;
    width: 100%;
    padding: 3px 0;
    color: #f50303;
}

.displayBlock
{
    display : block;
}


/* Devextreme and MVC grid styles */
.dx-submenu {
    overflow: visible !important;
}

.dx-datagrid-header-panel {
    padding-top: 5px;
}

.dxHeaderFilterIcon {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px transparent;
    -moz-box-shadow: 0 1px 3px transparent;
    box-shadow: 0 1px 3px transparent;
    border-width: 1px;
    border-style: solid;
    background-color: #f5f5f5;
    border-color: #d3d3d3;
    height: 36px;
    width: 36px;
    background-image: Url('/content/images/filter-icon-black.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
}

    .dxHeaderFilterIcon:hover {
        background-color: #dcdcdc;
        border-color: #b4b4b4;
        cursor: pointer;
    }

.dxHeaderExportIcon {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px transparent;
    -moz-box-shadow: 0 1px 3px transparent;
    box-shadow: 0 1px 3px transparent;
    border-width: 1px;
    border-style: solid;
    background-color: #f5f5f5;
    border-color: #d3d3d3;
    height: 36px;
    width: 36px;
    background-image: Url('/content/images/ExportToXLSX.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
}

    .dxHeaderExportIcon:hover {
        background-color: #dcdcdc;
        border-color: #b4b4b4;
        cursor: pointer;
    }

.dxHeaderExportMenuIcon {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px transparent;
    -moz-box-shadow: 0 1px 3px transparent;
    box-shadow: 0 1px 3px transparent;
    border-width: 1px;
    border-style: solid;
    background-color: #f5f5f5;
    border-color: #d3d3d3;
    /*height: 36px;
        width: 36px;*/
}

/*.dxHeaderExportMenuIcon:hover {
            background-color: #dcdcdc;
            border-color: #b4b4b4;
            cursor: pointer;
        }*/

.dxHeaderSettingIcon {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px transparent;
    -moz-box-shadow: 0 1px 3px transparent;
    box-shadow: 0 1px 3px transparent;
    border-width: 1px;
    border-style: solid;
    background-color: #f5f5f5;
    border-color: #d3d3d3;
    height: 36px;
    width: 36px;
    background-image: Url('/content/images/Setting.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
}

    .dxHeaderSettingIcon:hover {
        background-color: #dcdcdc;
        border-color: #b4b4b4;
        cursor: pointer;
    }

.dxHeaderFilterDiv {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 5px;
    background-size: 18px;
}

.dx-toolbar-button {
    padding: 0px 5px 0px 0px !important;
}

.divDxDataGridContainer .dx-scrollbar-horizontal {
    height: 15px;
}

    .divDxDataGridContainer .dx-scrollbar-horizontal .dx-scrollable-scroll {
        height: 15px;
    }

.divDxDataGridContainer .dx-scrollbar-vertical {
    width: 15px;
}

    .divDxDataGridContainer .dx-scrollbar-vertical .dx-scrollable-scroll {
        width: 15px;
    }

.dxGridCell {
    /*white-space: pre-wrap;*/
    white-space: normal;
    word-wrap: break-word;
}

    .dxGridCell ul {
        padding-left: 20px;
    }

.btnSignupLinkedIn {
    float: left;
    margin-bottom: 30px;
    width: 100%;
    color: #fff;
    background-image: url(../Content/images/LinkedinIcon.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: right;
    padding-right: 80px;
    border-radius: 0;
    height: 40px;
    background-color: #fff !important;
}

    .btnSignupLinkedIn span {
        color: white !important;
    }

.btnSAMLSignup {
    float: left;
    margin-bottom: 30px;
    width: 100%;
    color: #fff;
    background-image: url(../Content/images/icon_SAML.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80px;
    text-align: right;
    padding-right: 80px;
    border-radius: 0;
    height: 40px;
    background-color: #fff !important;
}

    .btnSAMLSignup span {
        color: white !important;
    }

.btnSignupCAMP {
    float: left;
    margin-left: 5px;
    margin-bottom: 30px;
    width: 48%;
    background-image: url(../Content/brand/mitovia/Camplogonotag.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80px;
    text-align: right;
    padding-right: 75px;
    border-radius: 0;
    height: 40px;
    background-color: #fff !Important;
}

    .btnSignupCAMP span {
        color: white !important;
    }

.divOrientation {
    width: 91%;
    margin-left: 2px;
    margin-top: 2px;
    padding: 5px 10px;
}

.styleCursor {
    cursor: pointer;
}

.innerDivStyle {
    border: 1px solid #d1d1d1;
    overflow-y: auto;
    overflow-x: hidden !important;
    background-color: white;
    /*position: relative;*/
}

.stickyParentDiv {
    /*position: relative;*/
    height: 100%;
}

.innerDivContent {
    height:100%;
}

.contentWithStickyHeader {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}
.stickyHeader {
    /*overflow: hidden;*/
    height: 50px;
}

.stickyHeaderReport {
    /*overflow: hidden;*/
    height: 50px;
    border-bottom: 1px solid #d1d1d1;
    background-color: #E2E2E2;
}
.divMain {
    width: 96%;
    float: left;
    height: 25px;
    margin-top: 5px;
    padding-left: 15px;
    padding-bottom:5px;
}

.divMainContent {
    float: left;
    padding-top: 5px;
    cursor: pointer;
}



.filterHeaderIcon {
    width:20px;
}

.spotMatrix_tooltip {
    background: #eee;
    box-shadow: 0 0 5px #999999;
    color: #333;
    font-size: 12px;
    left: 130px;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 95px;
    z-index: 10;
    display: block;
    opacity: 0;
}

#spotMatrix_controls td {
    border: 1px solid silver;
    padding: 5px;
    /*width: 100px;*/
}

#spotMatrix_controls {
    margin-top: 24px;
    display: none;
    position: absolute;
    border-top: 1px solid #C3D1EC;
    border-bottom: 1px solid #C3D1EC;
    border-left: 1px solid #C3D1EC;
    border-right: 1px solid #C3D1EC;
    margin-top: -1px;
    /* display: none; */
    padding: 0px 0px 0px 0px;
    z-index: 99999;
    /* left: 296px; */
    /* height: 500px; */
    margin-top: 35px;
    margin-left: -130px;
    -webkit-box-shadow: 0 1px 5px #CCCCCC;
    -moz-box-shadow: 0 1px 5px #CCCCCC;
    box-shadow: 0 1px 5px #CCCCCC;
    background: #ffffff;
}

    #spotMatrix_controls > table, #spotMatrix_controls > th, #spotMatrix_controls > tr, #spotMatrix_controls > td {
        border: 1px solid silver;
        padding: 5px;
    }

    #spotMatrix_controls > table {
        width: 100%;
        border-collapse: collapse;
    }

    #spotMatrix_controls:after, #spotMatrix_controls:before {
        bottom: 100%;
        left: 30%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    #spotMatrix_controls:after {
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: white;
        border-width: 10px;
        margin-left: 52px;
    }

    #spotMatrix_controls:before {
        border-color: rgba(194, 225, 245, 0);
        border-bottom-color: #C3D1EC;
        border-width: 12px;
        margin-left: 50px;
    }

.divPageHeaderContent {
    display: table;
    vertical-align: middle;
    width: 100%;
}

.divPageHeaderTitle {
    padding-left: 10px;
    vertical-align: middle;
    display: table-cell;
    text-align: match-parent;
}
.divPageHeaderControlsContainer {
    display: table;
    vertical-align: middle;
    float: right;
}
.divPageHeaderControl {
    padding-right: 10px;
    vertical-align: middle;
    text-align: match-parent;
    cursor: pointer !important;
    display: table-cell;
}
.divPageHeaderLayoutLabel {
    float: right;
    vertical-align: middle;
    display: block;
    padding-right: 10px;
    padding-top: 8px;
}
.tblHeader {
    height: 100%;
    width: 100%;
}

.gridCommandItem {
    padding: 0 5px;
    cursor: pointer;
    text-decoration: none !important;
    font-size: 17px !important;
}

.paddingleft10 {
    padding-left: 10px;
}

.pipelineFormatGroup {
    float: left;
    padding-left: 7px !important;
    width: 61%;
}

.iconLabel {
    font-size: 10px;
    text-align: center;
    cursor: pointer;
}

.floatleftWidth40 {
    float: left;
    width: 40px;
}

.formInnerDiv {
    float: left;
    padding: 8px 5px 5px 5px;
    width: 100%;
}

.optionDisabled {
    opacity: 0.5;
}

    .optionDisabled a {
        cursor: not-allowed;
    }

.ExportSelected a {
    color: black;
    cursor:pointer;
}
.ExportSelected a:hover {
    cursor: pointer;
}

.divExportPDF {
    float: right;
    padding-right: 15px;
}
.divDesc {
    display: none;
    padding-bottom: 15px;
    font-size: 11px;
    padding-left: 15px;
    text-align: justify;
    padding-right: 15px;
    float: left;
    width: 90%;
}

.divDefaultTextMSG {
    float: left;
    font-weight: bold;
    padding-bottom: 5px;
    width: 96%;
}

.InlinePopupExtraPadding {
    margin-bottom: 5px;
}

#divCoreAttributes td {
        padding-bottom: 2px !important;
        padding-right: 3px !important;
    }

.displayNoneImportant {
    display: none !important;
}

.displayBlockImportant {
    display: block !important;
}

.gridStateOptions > .context-menu-item:Before {
    position: absolute;
    left: 8px;
    top: 4px;
}

.gridStateOptions span {
    font-size: 13px;
    font-family: 'Segoe UI','Helvetica Neue','Droid Sans',Arial,Tahoma,Geneva,Sans-serif;
    color: #2B2B2B;
}

.dxHeaderContextMenuDiv {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 0px 0px 5px;
    background-size: 18px;
}

.AssessmentMain {
    width: 100%;
    height: 100%;
    float: left;
    display: block;
}
.AssessmentTitleDiv {
    float: left;
    padding-left: 6px;
    font-weight: bold;
}

.AssessmentHeader {
    height: 24px;
    width: 100%;
    border: 1px solid #d1d1d1;
    border-bottom: 0px;
}

.AssessmentHeaderFilter {
    float: right;
    padding-right: 10px;
    padding-top: 5px;
    vertical-align: middle;
    text-align: match-parent;
}

.AssessmentHeaderColumnchooser {
    float: right;
    padding-right: 10px;
    padding-top: 5px;
    vertical-align: middle
}

.consolidatedScoreHeaderTable {
    position: relative;
    padding: 5px 10px 10px 10px;
    width: 97%;
    float: left;
    border-collapse: collapse;
}


.addDataForm .tableThirdTD {
    padding-left: 2%;
    width: 20%;
}

.addDataForm .tableFirstTD {
    width: 20%;
}

.addDataForm .tableSecondTD {
    width: 30%;
}

.addDataForm .tableFourthTD {
    width: 30%;
}

.addDataForm .addNewFormItem {
    float: right;
    padding: 4px 1px;
    color: #D07635;
}

.miniPageHeader
{
    height: 35px;
}

.marginLeft5{
    margin-left:5px !important;
}

.workflowSteps {

}

    .workflowSteps .nextIcon {
        float: right;
        padding: 10px;
    }

    .workflowSteps .nextIconLabel {
        float: left;
        font-family: 'Segoe UI','Helvetica Neue','Droid Sans',Arial,Tahoma,Geneva,Sans-serif;
    }

.includeRecentDiv {
    display: block;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
}
.clearBoth{
    clear:both;
}

.riskListViewHeaderStyle {
    padding: 10px 10px 0px 10px;
    color: gray;
    font-weight:500;
}

.stickyPanelClass {
    position: fixed;
    margin-left: 5px;
}

.nonStickyPanelClass {
    position: fixed;
    padding-left: 0 !important;
}

.stickyPanelClass {
    position: fixed;
    margin-left: 5px;
}

.nonStickyPanelClass {
    position: fixed;
    padding-left: 0 !important;
}

.dxTreeviewCommonClass {
    min-width: max-content !important;
}

.scope_form {
    width: 100%;
}

.scope_form .label {
    display: block;
    float: left;
    width: 195px;
    clear: left;
    padding: 4px 0px;
    color: #1E395B;
    padding-left: 10px;
}

.scope_form .OrgUnitlabel {
    display: block;
    float: left;
    width: 195px;
    clear: left;
    padding: 4px 0px;
    color: #1E395B;
    padding-left: 10px;
    word-wrap: break-word;
}

    .scope_form .editor {
        float: left;
        width: calc(100% - 205px);
    }

    .scope_form .editorMeasure {
        width: calc(100% - 205px);
    }

.scope_form .line {
    display: block;
    float: left;
    width: 98%;
    margin: 2px 0px;
}

.scope_form .line100 {
    display: block;
    float: left;
    width: 98%;
    margin: 2px 0px;
}

.scope_form .button {
    margin: 8px 4px 0px 0px;
    float: right;
}

.scope_form .controlContainer {
    display: block;
    float: left;
    width: 98%;
    margin: 2px 0px;
}

.scope_form .labelcontrol {
    display: block;
    float: left;
    width: 195px;
    clear: left;
    padding: 5px 0px;
    color: #1E395B;
    padding-left: 10px;
}

.scope_form .control {
    /*display: block;*/
    float: left;
    /*width: 61%;*/
    width: calc(100% - 205px);
    color: #1E395B;
    /*padding-left: 10px;*/
}

.tableCss {
    width: 100%;
    height: 200px;
    border: 1px solid #CCC;
    margin-top: 5px;
}
.width40 {
    width: 40%
}
.width30 {
    width: 30%
}

.cron-builder select {
    width: auto;
    height: auto;
}

#customHeatmapToolTipId {
    min-width: 50px;
    max-width: 200px !important;
    width: auto !important;
    word-wrap: break-word;
    white-space: normal;
}

.btn-container {
    display: flex;
    gap: 10px; /* Space between buttons */
    align-items: center; /* Align vertically */
    flex-wrap: wrap; /* Ensure responsiveness */
}

@media screen and (max-width: 1024px) {
    .footerSection {
        position: absolute;
        bottom: 10px;
        width: 100%;
        left: 0;
        right: 0;
    }

    /*.footerSection {
        position:relative;
        bottom: 10px;
        width: 50%;
    }*/

    .leftLogin {
        position: relative;
        display: table;
        vertical-align: top;
        text-align: center;
        height: 100%;
        width: 50%;
        float: left;
        overflow: auto;
    }

    .rightLogin {
        box-sizing: border-box;
        vertical-align: top;
        text-align: center;
        height: 100%;
        width: 50%;
        float: left;
    }

    .plus-button {
        display: block;
    }

    .quarter h2 {
        margin: 2px 0 5px;
        color: #ffffff;
    }

    .quarter ul li {
        /*border-top: 1px solid #D2D2D2 !important;*/
    }

    #mobile_menu {
        color: #fff;
        display: block;
        float: left;
        /*margin: 0 20px 0 40px;
        height: 40px;*/
    }

    #UI {
        /*display: none;*/
        float: left;
    }

    .pe {
        display: none;
    }

    #DivFooter {
        display: none;
        height: 0px !important;
    }

    #tblMenu {
        /*width: 69px !important;*/
    }

    .footerArea {
        /*height: 67px;*/
        height: 0px !important;
    }

    #OC {
        /*width: 75%;*/
        display: block;
        float: left;
    }

    #logo {
        display: block !important;
    }

    #divUpperAll {
        padding-left: 0px !important;
    }

    .VerticalMenuContainer {
        display: none;
    }

    #MenuContainer {
        display: none !important;
    }

    .quarter {
        float: left;
        /*padding-left: 30px;*/
        padding-left: 15px;
        width: 90%;
    }

    #mobile_menu a {
        border-bottom: 0 none;
        color: #FFFFFF;
        float: left;
        font-weight: bold;
        height: 25px;
        line-height: 25px;
        margin: 2px 0 0;
        padding: 5px 8px 0;
        position: relative;
        text-decoration: none;
        z-index: 1;
    }

    .sc.Wb {
        background: #3D6071;
        float: left;
        width: 100%;
    }

    #divClick {
        display: none;
        position: fixed;
        top: 0;
        z-index: 9999;
        width: 200px;
        left: 0;
        overflow: hidden;
        height: 100%;
        border: 1px solid #D2D2D2;
        /*background-color: white;*/
        background-color: #3D6071;
    }

    #divClickMobile {
        display: none;
        position: fixed;
        top: 0;
        z-index: 9999;
        width: 200px;
        left: 0;
        /*overflow-y:auto;*/
        height: 100%;
        border: 1px solid #D2D2D2;
        /*background-color: white;*/
        background-color: #3D6071;
    }

    .mobile_CloseButton {
        background: url(images/clear_button_Icon.png) no-repeat scroll center center #FFFFFF;
        border-radius: 20px;
        display: inline-block;
        float: right;
        height: 28px;
        margin-right: 5px;
        margin-top: 6px;
        width: 28px;
        cursor: pointer;
    }

    .divCloseButton {
        width: 100%;
        /*background-color: #618292;*/
        background-color: #3D6071;
        height: 40px;
        display: block;
    }

    .mobile_BackButton {
        width: 30px;
        padding: 5px;
        float: left;
    }

    .Wb li, .Wb {
        float: left;
        width: 100%;
        height: auto;
        /*font-weight: normal;
        font-size: 16px;*/
        color: #555;
        /*font: normal 12px Verdana, Geneva, sans-serif;*/
        padding: 6px 0px;
        margin: auto !important;
    }

        .Wb li a {
            float: left;
            height: auto;
            /*font-weight: normal;
        font-size: 16px;*/
            color: #ffffff;
            /*font: normal 12px Verdana, Geneva, sans-serif;*/
            padding: 2px 10px 2px;
            margin: auto !important;
        }

        .Wb li.an {
            cursor: pointer;
            background-image: -webkit-gradient(linear,left bottom,left top,from(#F78C40),to(#D67632));
            background-color: #E17E37;
            margin-top: 4px;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F78C40', endColorstr='#D67632');
            background: -moz-linear-gradient(top, #F78C40, #D67632);
            background-image: linear-gradient(top, #F78C40, #D67632);
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
        }

        .Wb li:HOVER, .cf:HOVER {
            background-color: #E17E37;
            margin: 0px;
            background-image: -webkit-gradient(linear,left bottom,left top,from(#F78C40),to(#D67632));
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
            margin-top: 4px;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F78C40', endColorstr='#D67632');
            background: -moz-linear-gradient(top, #F78C40, #D67632);
            background-image: linear-gradient(top, #F78C40, #D67632);
        }

        .Wb li:ACTIVE, .cf:ACTIVE {
            -webkit-box-shadow: inset 0px 0px 5px #4c2a12;
            -moz-box-shadow: inset 0px 0px 5px #4c2a12;
            box-shadow: inset 0px 0px 5px #4c2a12;
            background: #b6622b;
        }

    .Wb {
        /*border-bottom: 1px solid #d2d2d2;*/
        margin: 0 0 0 0 !important;
        float: left !important;
    }

    #ServicesByImage img {
        height: 22px !important;
        width: auto;
    }

    #MitoviaFooter img {
        height: 22px !important;
        width: auto !important;
    }

    #divValueDrivenAssessment {
        width: 89%;
    }

    #sourceDiv {
        width: 48%;
    }

    #destinationDiv {
        width: 48%;
    }

    .edit_form .label {
        width: 34%;
    }

    .edit_form .editor {
        width: 56%;
    }

    .footerSection1, .footerSection3, .footerSection2 {
        float: left;
        margin: 0 2% 0 0;
        padding: 0;
        width: 23%;
    }

    .footerSection4 {
        float: right;
        margin: 0;
        padding: 0;
        width: 19%;
    }

    #SupplementImage {
        float: left;
        text-align: center;
        width: 100%;
    }

    .footerSection4 {
        float: right !important;
    }

    .footerSection2 {
        text-align: center;
    }

    .footerSection1 span {
        float: left;
        margin: 0 !important;
        width: 100%;
    }

    .footerSection4-1 label {
        float: left !important;
    }

    .footerSection4-1, .footerSection4-2 {
        float: left;
        width: 100%;
    }

    .footerSection4-1 {
        padding: 0;
    }

    .footerSection4-2 {
        padding: 0;
    }

        .footerSection4-2 a {
            padding: 0 !important;
        }

    #ID-headerTabPanel {
        position: relative;
    }

    .footerArea {
        /*height: 67px;*/
    }

    .footerSection3-1, .footerSection3-2 {
        clear: both;
        float: left;
        padding: 0;
        text-align: left;
        width: 100%;
    }

        .footerSection3-1 label {
            float: left !important;
        }

    #DivFooter img {
        width: 100%;
    }

    #DivFooter .footerSection2 img {
        width: auto;
    }

    #DivFooter .footerSection3 img {
        width: auto;
    }

    /*.homeUpperMainContent {
        width: 95%;
    }*/
    .homeMainContent {
        width: 81.4%;
    }
    .reportContent {
        width: 81.4%;
    }
}
/*SelfEnrollment*/

@media handheld,screen and (max-width:400px) {
    .progress-indicator {
        font-size: 60%;
    }
}
/*Responsive Wizard*/

@media screen and (min-width: 1025px) {

    .popup_at_a_glance {
        display: none !important;
    }

    #divClick {
        display: block;
        height: auto;
    }

    #divClickMobile {
        display: none;
        height: auto;
    }

    body {
        left: 0px !important;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1120px) {
    .Wb li {
        padding: 12px 15px;
        height: 12px;
    }

        .Wb li a {
            font-size: 12px;
        }

    .homeUpperMainContent {
        width: 96%;
    }

    .homeMainContent {
        width: 80%;
        overflow: auto;
    }
    .reportContent {
        width: 80%;
        overflow: auto;
    }


    #imgDocs {
        height: 15px;
        width: 15px;
        display: none;
        cursor: pointer;
    }

    #imgDocsAtAGlance {
        height: 15px;
        width: 15px;
        cursor: pointer;
        padding: 5px;
    }

    img.filterHeaderIcon {
        width: 20px;
    }

    .divAssessmentInactiveMsg {
        margin-top: 10px;
        margin-bottom: 20px;
        color: red;
        float: left;
        clear: both;
        font-size: 15px;
    }

    .ScenarioTileSelected {
        border: 2px solid #f58b3f;
    }

    .tblSnapshotExtended {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        border-collapse: collapse;
        float: left;
    }

        .tblSnapshotExtended tr th {
            border: 1px solid #d1d1d1;
            text-align: center;
            font-weight: bold;
            padding: 10px;
        }

        .tblSnapshotExtended tr td {
            border: 1px solid #d1d1d1;
            text-align: center;
            padding: 10px;
        }


    #DivHeader {
        /*box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.2);*/
    }

    #DivHeaderRegister {
        float: left;
    }

    .ReortHeader {
        background-color: #E4EBF8;
        border-color: #36C;
        color: #985813;
    }
}

@media screen and (min-width: 981px) and (max-width: 1024px) {
    .footerSection {
        position: absolute;
        bottom: 10px;
        width: 100%;
        left: 0;
        right: 0;
    }

    .footerArea {
        /*min-width: 1024px !important;
        width: 1024px !important;*/
    }

    .footerSection4 {
        width: 9% !important;
    }

    .homeUpperMainContent {
        width: 94.5%;
    }

    .homeMainContent {
        width: 81.4%;
    }
    .reportContent {
        width: 81.4%;
    }

    .contentHeader {
        width: 66%;
    }

    /*.upperSplitterDiv {
        width: 90%;
    }*/
    .upperSplitterDiv {
        width: 100%;
    }

    #crumbs {
        display: block;
    }

    /*Assessment pages - Maturity-based, Measure-based, Imporance page etc*/
    .nodeLevelDetail.withRadio .divLevelDesc {
        width: 94%;
    }

        .nodeLevelDetail.withRadio .divLevelDesc .divDesc {
            width: 96%;
        }


    .nodeLevelDetail.nodeNA .point {
        width: 88%;
    }

    .nodeScoreTextbox {
        padding-left: 10px;
    }

    .col90 {
        width: 94%;
        padding-left: 20px;
    }
}

@media screen and (min-width: 801px) and (max-width: 980px) {

    #divEnrollment .dx-field-label {
        font-size: 12px;
    }

    .divWizardContent {
        width: 55%;
    }

    .footerSection {
        position: absolute;
        bottom: 10px;
        width: 100%;
    }

    .data-form .dx-field-label {
        max-width: 35%;
    }

    .data-form-page .dx-field-label {
        max-width: 100%;
        width: 100%;
    }

    .data-form-page .dx-field-value:not(.dx-switch):not(.dx-checkbox):not(.dx-button), .dx-field-value-static {
        width: 100%;
    }

    .data-form .dx-field-value {
        min-width: 60%;
    }
    /*.footerSection {
        position:relative;
        bottom: 10px;
        width: 50%;
    }*/


    .footerArea {
        min-width: 980px !important;
        width: 980px !important;
    }

    .footerSection4 {
        width: 13% !important;
    }

    .homeUpperMainContent {
        width: 94.5%;
    }

    .homeMainContent {
        width: 81.4%;
    }
    .reportContent {
        width: 81.4%;
    }
     .contentHeader {
        width: 66%;
    }

    /*.upperSplitterDiv {
        width: 93.5%;
    }*/
    .upperSplitterDiv {
        width: 100%;
    }

    #crumbs {
        display: block;
    }

    /*Assessment pages - Maturity-based, Measure-based, Imporance page etc*/
    .nodeLevelDetail.withRadio .divLevelDesc {
        width: 90%;
    }

        .nodeLevelDetail.withRadio .divLevelDesc .divDesc {
            width: 95%;
        }


    .nodeLevelDetail.nodeNA .point {
        width: 88%;
    }

    .nodeScoreTextbox {
        padding-left: 10px;
    }

    .col90 {
        width: 92%;
        padding-left: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 800px) {

    .footerSection {
        position: absolute;
        bottom: 10px;
        width: 100%;
        left: 0;
        right: 0;
    }

    .data-form .dx-field-label {
        max-width: 38%;
    }

    .data-form-page .dx-field-label {
        max-width: 100%;
        width: 100%;
    }

    .data-form-page .dx-field-value:not(.dx-switch):not(.dx-checkbox):not(.dx-button), .dx-field-value-static {
        width: 100%;
    }

    .data-form .dx-field-value {
        min-width: 58%;
    }

    /*.footerSection {
        position:relative;
        bottom: 10px;
        width: 50%;
    }*/


    /*.footerSection {
        position: relative;
        bottom: 10px;
        width: 100%;
    }*/

    .footerArea {
        min-width: 800px !important;
        width: 800px !important;
    }



    .footerSection4 {
        width: 13%;
    }

    /*.upperSplitterDiv {
        width: 93.5%;
    }*/
    .upperSplitterDiv {
        width: 100%;
    }

    #crumbs {
        display: block;
    }

    /*Assessment pages - Maturity-based, Measure-based, Imporance page etc*/
    .nodeLevelDetail.withRadio .divLevelDesc {
        width: 90%;
    }

        .nodeLevelDetail.withRadio .divLevelDesc .divDesc {
            width: 94%;
        }


    .nodeLevelDetail.nodeNA .point {
        width: 88%;
    }

    .nodeScoreTextbox {
        padding-left: 10px;
    }

    .col90 {
        width: 90%;
        padding-left: 20px;
    }
}

@media screen and (min-width: 641px) and (max-width: 767px) {
    #divStep1 .dx-field-label {
        width: 100%;
    }

    .Wb li a {
        font-size: 13px;
    }

    #divStep2 .dx-field-label {
        width: 100%;
        text-align: left !important;
    }

    #divStep3 .dx-field-value .orgLabel {
        width: 100%;
    }

    #divStep2 .dx-field-value .orgLabel {
        width: 100%;
    }

    #divStep3 .dx-field-label {
        width: 100%;
    }

    #divStep4 .dx-field-label {
        width: 100%;
    }

    #divStep1 .dx-field-value {
        width: 100%;
    }

    #divStep2 .dx-field-value {
        width: 100%;
    }

    #divStep3 .dx-field-value {
        width: 100%;
    }

    #divStep4 .dx-field-value {
        width: 100%;
    }

    #divStep2 .dx-fieldset {
        margin: 0 20px 10px;
    }

    #divStep3 .dx-fieldset {
        margin: 0 20px 10px;
    }

    #divStep4 .dx-fieldset {
        margin: 0 20px 10px;
    }

    .footerSection {
        bottom: 10px;
        position: relative;
        width: 100%;
    }

    .data-form-page {
        overflow: inherit;
    }

    #wrapper {
        padding: 0;
    }

    .data-form .dx-field-label {
        max-width: 30%;
    }

    .data-form-page .dx-field-label {
        max-width: 30%;
    }

    .data-form-page .dx-field-value:not(.dx-switch):not(.dx-checkbox):not(.dx-button), .dx-field-value-static {
        width: 100%;
    }

    .data-form .dx-field-value {
        min-width: 70%;
    }

    .footerArea {
        min-width: 768px !important;
        width: 768px !important;
    }

    .sing-lin {
        margin-bottom: 25px;
    }

    .leftLogin {
        height: auto;
        padding: 28px 0;
        width: 100%;
    }

    .rightLogin {
        height: auto;
        padding: 5px;
        width: 100%;
    }

    .lable-section {
        margin: 50px auto;
        display: inline-block;
        position: relative;
    }

    .footerSection4 {
        width: 13%;
    }

    .homeUpperMainContent {
        width: 94.5%;
    }

    .sing-lin {
        margin-bottom: 25px;
    }

    .right-main {
        padding: 30px 0;
    }

    .homeMainContent {
        width: 80.4% !important;
    }
    .reportContent {
        width: 80.4% !important;
    }
    .contentHeader {
        width: 66%;
    }

    /*.upperSplitterDiv {
        width: 93.5%;
    }*/
    .upperSplitterDiv {
        width: 100%;
    }

    #crumbs {
        display: block;
    }

    /*Assessment pages - Maturity-based, Measure-based, Imporance page etc*/
    .nodeLevelDetail.withRadio .divLevelDesc {
        width: 85%;
    }

        .nodeLevelDetail.withRadio .divLevelDesc .divDesc {
            width: 82%;
        }


    .nodeLevelDetail.nodeNA .point {
        width: 88%;
    }

    .nodeScoreTextbox {
        padding-left: 10px;
    }

    /*Assessment pages - Maturity-based, Measure-based, Imporance page etc*/
    .nodeLevelDetail.withRadio .divLevelDesc {
        width: 88%;
    }

        .nodeLevelDetail.withRadio .divLevelDesc .divDesc {
            width: 92%;
        }


    .nodeLevelDetail.nodeNA .point {
        width: 88%;
    }

    .nodeScoreTextbox {
        padding-left: 10px;
    }

    .col90 {
        width: 90%;
        padding-left: 20px;
    }
}

@media screen and (min-width: 481px) and (max-width: 640px) {
    .progress-indicator > li {
        font-size: 97%;
    }

    .Wb li a {
        font-size: 13px;
    }

    #divStep1 .dx-field-label {
        width: 100%;
    }

    #divStep2 .dx-field-value .orgLabel {
        width: 100%;
    }

    #divStep3 .dx-field-value .orgLabel {
        width: 100%;
    }

    #divStep2 .dx-field-label {
        width: 100%;
        text-align: left !important;
    }

    #divStep3 .dx-field-label {
        width: 100%;
    }

    #divStep4 .dx-field-label {
        width: 100%;
    }

    #divStep2 .dx-field-value {
        width: 100%;
    }

    #divStep3 .dx-field-value {
        width: 100%;
    }

    #divStep4 .dx-field-value {
        width: 100%;
    }

    #divStep2 .dx-fieldset {
        margin: 0 20px 10px;
    }

    #divStep3 .dx-fieldset {
        margin: 0 20px 10px;
    }

    #divStep4 .dx-fieldset {
        margin: 0 20px 10px;
    }

    #divStep1 .dx-field-value {
        width: 100%;
    }

    #wrapper {
        padding: 0px 0px 0px 0px;
    }

    .lable-section {
        margin: 50px auto;
        display: inline-block;
        position: relative;
    }

    .data-form-page {
        overflow: inherit;
    }

    .footerSection {
        bottom: 10px;
        width: 100%;
        position: relative;
    }

    .data-form .dx-field-label {
        max-width: 40%;
    }

    .data-form-page .dx-field-label {
        max-width: 100%;
        width: 100%;
    }

    .data-form-page .dx-field-value:not(.dx-switch):not(.dx-checkbox):not(.dx-button), .dx-field-value-static {
        width: 100%;
    }

    .data-form .dx-field-value {
        min-width: 60%;
    }

    .td4Label { /*Registration page*/
        width: 100% !important;
    }

    .sing-lin {
        margin-bottom: 25px;
    }

    .right-main {
        padding: 30px 0;
    }

    .leftLogin {
        height: auto;
        width: 100%;
        padding: 30px 0;
    }

    .rightLogin {
        height: auto;
        width: 100%;
        padding-top: 5px;
    }

    .footerArea {
        min-width: 640px !important;
        width: 640px !important;
    }

    .homeUpperMainContent {
        width: 93.5%;
    }

    .homeMainContent {
        /*width: 81% !important;*/
        width: 100% !important;
    }
    .reportContent {
        width: 100% !important;
    }
    /*.upperSplitterDiv {
        width: 92%;
    }*/
    .upperSplitterDiv {
        width: 100%;
    }

    /*Assessment pages - Maturity-based, Measure-based, Imporance page etc*/
    .nodeLevelDetail.withRadio .divLevelDesc {
        width: 85%;
    }

        .nodeLevelDetail.withRadio .divLevelDesc .divDesc {
            width: 90%;
        }


    .nodeLevelDetail.nodeNA .point {
        width: 88%;
    }

    .nodeScoreTextbox {
        padding-left: 10px;
    }

    .col90 {
        width: 90%;
        padding-left: 5px;
    }
}

@media screen and (min-width: 361px) and (max-width: 480px) {
    .progress-indicator > li {
        font-size: 90%;
    }

    .span14 {
        width: 21% !Important;
    }

    .spanNA {
        width: 21% !Important;
    }

    .Wb li a {
        font-size: 13px;
    }

    #divStep1 .dx-field-label {
        width: 100%;
    }

    #divStep2 .dx-field-value .orgLabel {
        width: 100%;
    }

    #divStep3 .dx-field-value .orgLabel {
        width: 100%;
    }

    #divStep2 .dx-field-label {
        width: 100%;
        text-align: left !important;
    }

    #divStep3 .dx-field-label {
        width: 100%;
    }

    #divStep4 .dx-field-label {
        width: 100%;
    }

    #divStep1 .dx-field-value {
        width: 100%;
    }

    #divStep2 .dx-field-value {
        width: 100%;
    }

    #divStep3 .dx-field-value {
        width: 100%;
    }

    #divStep4 .dx-field-value {
        width: 100%;
    }

    #divStep1 .dx-fieldset {
        margin: 0 20px 10px;
    }

    #divStep2 .dx-fieldset {
        margin: 0 0px 10px;
    }

    #divStep3 .dx-fieldset {
        margin: 0 0px 10px;
    }

    #divStep4 .dx-fieldset {
        margin: 0 20px 10px;
    }

    .divWizardContent {
        width: 60%;
    }

    #wrapper {
        padding: 0px 0px 0px 0px;
    }

    .data-form-page {
        overflow: inherit;
    }

    .imglinkedin {
        /*height: 40px;
        width: 170px;*/
    }

    .right-or {
        margin: 11px auto;
    }

    .data-form .dx-field-label {
        max-width: 100%;
        width: 100%;
    }

    .data-form-page .dx-field-label {
        max-width: 100%;
        width: 100%;
    }

    .data-form-page .dx-field-value:not(.dx-switch):not(.dx-checkbox):not(.dx-button), .dx-field-value-static {
        width: 100%;
    }

    .data-form .dx-field-value {
        min-width: 100%;
        width: 100%;
    }

    .lable-section {
        margin: 50px auto;
        width: 67%;
        display: inline-block;
        position: relative;
    }

    .footerSection {
        bottom: 10px;
        position: relative;
        width: 100%;
    }

    a.forgot-password {
        font-size: 12px;
    }

    .td4Label { /*Registration page*/
        width: 100% !important;
    }

    .leftLogin {
        height: auto;
        width: 100%;
        padding: 40px 0;
    }

    .rightLogin {
        height: auto;
        width: 100%;
        padding-top: 5px;
    }

    .footerArea {
        min-width: 480px !important;
        width: 480px !important;
    }

    .right-main {
        padding: 50px 0;
    }

    .popup_at_a_glance {
        height: 76% !important;
    }

    .popup_at_a_glance_OrgList {
        height: 76% !important;
    }

    .homeUpperMainContent {
        width: 91%;
    }

    .homeMainContent {
        width: 80.4% !important;
    }

    .reportContent {
        width: 80.4% !important;
    }
    /*.upperSplitterDiv {
        width: 90%;
    }*/
    .upperSplitterDiv {
        width: 100%;
    }

    img.imgClass {
        width: 60% !Important;
        height: auto !important;
    }

    /*Assessment pages - Maturity-based, Measure-based, Imporance page etc*/
    .nodeLevelDetail.withRadio .divLevelDesc {
        width: 80%;
    }

        .nodeLevelDetail.withRadio .divLevelDesc .divDesc {
            width: 86%;
        }


    .nodeLevelDetail.nodeNA .point {
        width: 88%;
    }

    .nodeScoreTextbox {
        padding-left: 10px;
    }

    .col90 {
        width: 88%;
        padding-left: 5px;
    }
}

@media screen and (min-width: 321px) and (max-width: 360px) {
    .footerSection {
        position: relative;
        bottom: 10px;
        width: 100%;
    }

    .span14 {
        width: 24% !Important;
    }

    .spanNA {
        width: 24% !Important;
    }

    #divStep2 .dx-field-value .orgLabel {
        width: 100%;
    }

    .Wb li a {
        font-size: 13px;
    }

    #divStep3 .dx-field-value .orgLabel {
        width: 100%;
    }

    #divStep1 .dx-field-value {
        width: 100%;
    }

    #divStep2 .dx-field-value {
        width: 100%;
    }

    #divStep3 .dx-field-value {
        width: 100%;
    }

    #divStep4 .dx-field-value {
        width: 100%;
    }

    #divStep1 .dx-field-label {
        width: 100%;
    }

    #divStep2 .dx-field-label {
        width: 100%;
        text-align: left !important;
    }

    #divStep3 .dx-field-label {
        width: 100%;
    }

    #divStep4 .dx-field-label {
        width: 100%;
    }

    .data-form .dx-field-label {
        max-width: 100%;
        width: 100%;
    }

    #divStep2 .dx-fieldset {
        margin: 0 20px 10px;
    }

    #divStep3 .dx-fieldset {
        margin: 0 0px 10px;
    }

    #divStep4 .dx-fieldset {
        margin: 0 20px 10px;
    }

    .data-form-page .dx-field-label {
        max-width: 100%;
        width: 100%;
    }

    .data-form-page .dx-field-value:not(.dx-switch):not(.dx-checkbox):not(.dx-button), .dx-field-value-static {
        width: 100%;
    }

    .data-form .dx-field-value {
        min-width: 100%;
        width: 100%;
    }

    .right-main {
        padding: 30px 0;
    }

    .data-form-page {
        overflow: inherit;
    }

    .lable-section {
        margin: 50px auto;
        width: 80%;
        display: inline-block;
        position: relative;
    }

    .td4Label { /*Registration page*/
        width: 100% !important;
    }

    .leftLogin {
        height: auto;
        width: 100%;
        padding: 40px 0;
    }

    .rightLogin {
        height: auto;
        width: 100%;
        padding-top: 5px;
    }

    .footerArea {
        height: 62px;
        min-width: 360px !important;
        width: 360px !important;
    }

    .popup_at_a_glance {
        height: 76% !important;
    }

    .popup_at_a_glance_OrgList {
        height: 76% !important;
    }

    .homeUpperMainContent {
        width: 88%;
    }

    .homeMainContent {
        width: 78% !important;
    }
    .reportContent {
        width: 78% !important;
    } 
    .upperSplitterDiv {
        width: 100%;
    }

    img.imgClass {
        width: 60% !Important;
        height: auto !important;
    }

    .imglinkedin {
        /*height: 40px;
        width: 170px;*/
    }

    .right-or {
        margin: 11px auto;
    }

    .dxeHyperlink_ModernoNew img {
        width: 53px;
        height: 29px !important;
    }

    #mobile_menu img {
        padding-bottom: 0 !important;
    }

    /*Assessment pages - Maturity-based, Measure-based, Imporance page etc*/
    .nodeLevelDetail.withRadio .divLevelDesc {
        width: 78%;
    }

        .nodeLevelDetail.withRadio .divLevelDesc .divDesc {
            width: 85%;
        }


    .nodeLevelDetail.nodeNA .point {
        width: 88%;
    }

    .nodeScoreTextbox {
        padding-left: 10px;
    }

    .col90 {
        width: 86%;
        padding-left: 5px;
    }
}

@media screen and (max-width: 320px) {
    .data-form-page {
        overflow: inherit;
    }

    #mobile_menu img {
        padding-bottom: 0 !important;
    }

    .dxeHyperlink_ModernoNew img {
        width: 53px;
        height: 29px !important;
    }

    #wrapper {
        padding: 0px 0px 0px 0px;
    }

    .Wb li a {
        font-size: 13px;
    }

    #divStep2 .dx-field-value .orgLabel {
        width: 100%;
    }

    #divStep3 .dx-field-value .orgLabel {
        width: 100%;
    }

    #divStep1 .dx-field-value {
        width: 100%;
    }

    #divStep2 .dx-field-value {
        width: 100%;
    }

    #divStep3 .dx-field-value {
        width: 100%;
    }

    #divStep4 .dx-field-value {
        width: 100%;
    }

    #divStep1 .dx-field-label {
        width: 100%;
    }

    #divStep2 .dx-field-label {
        width: 100%;
        text-align: left !important;
    }

    #divStep3 .dx-field-label {
        width: 100%;
    }

    #divStep4 .dx-field-label {
        width: 100%;
    }

    #divStep2 .dx-fieldset {
        margin: 0 20px 10px;
    }

    #divStep3 .dx-fieldset {
        margin: 0 0px 10px;
    }

    #divStep4 .dx-fieldset {
        margin: 0 20px 10px;
    }

    .data-form .dx-field-label {
        max-width: 100%;
        width: 100%;
    }

    .data-form-page .dx-field-label {
        max-width: 100%;
        width: 100%;
    }

    .data-form-page .dx-field-value:not(.dx-switch):not(.dx-checkbox):not(.dx-button), .dx-field-value-static {
        width: 100%;
    }

    .data-form .dx-field-value {
        min-width: 100%;
        width: 100%;
    }

    .lable-section {
        margin: 50px auto;
        width: 75%;
        display: inline-block;
        position: relative;
    }

    .divLanguage {
        padding: 5px;
        font-size: 12px;
    }

    .footerSection {
        position: relative;
        bottom: 10px;
        width: 100%;
        font-size: 12px;
    }

    .right-main {
        padding: 30px 0;
    }

    .td4Label { /*Registration page*/
        width: 100% !important;
    }

    .leftLogin {
        height: auto;
        width: 100%;
        padding: 25px 0;
    }

    .rightLogin {
        height: auto;
        width: 100%;
        padding-top: 5px;
    }

    .td4Label { /*Registration page*/
        width: 100% !important;
    }
    /*.right-main {padding:50px 0;}*/

    a.forgot-password {
        font-size: 10px;
    }

    img.imgClass {
        width: 60% !Important;
        height: auto !important;
    }

    .imglinkedin {
        /*height: 40px;
        width: 170px;*/
    }


    .footerArea {
        min-width: 320px !important;
        width: 320px !important;
    }

    .popup_at_a_glance {
        height: 76% !important;
    }

    .popup_at_a_glance_OrgList {
        height: 76% !important;
    }

    #mobile_menu {
        margin: 0 10px 0 25px;
    }

    #UI {
        /*display: none;*/
        float: left;
    }



    #DivFooter {
        display: none;
        height: 0px !important;
    }

    .footerArea {
        /*height: 67px;*/
        height: 0px !important;
    }

    #OC {
        /*width: 75%;*/
        display: block;
        float: left;
    }

    .VerticalMenuContainer {
        display: none;
    }

    #divUpperAll {
        padding-left: 0px !important;
    }


    .homeUpperMainContent {
        width: 87%;
    }

    .homeMainContent {
        width: 80% !important;
    }
    .reportContent {
        width: 80% !important;
    }

    .upperSplitterDiv {
        width: 100%;
    }


    /*Assessment pages - Maturity-based, Measure-based, Imporance page etc*/
    .nodeLevelDetail.withRadio .divLevelDesc {
        width: 70%;
    }

        .nodeLevelDetail.withRadio .divLevelDesc .divDesc {
            width: 76%;
        }


    .nodeLevelDetail.nodeNA .point {
        width: 88%;
    }

    .nodeScoreTextbox {
        padding-left: 10px;
    }

    .col90 {
        width: 82%;
        padding-left: 0px;
    }

    .span14 {
        width: 35% !Important;
    }

    .spanNA {
        width: 45% !Important;
    }
}

@media all and (max-width: 600px) {
    .FlowCard {
        width: 225px !important;
        height: 500px !important;
    }
}


.layer1 {
    margin: 0;
    padding: 0;
}
.heading {
    margin: 1px;
    color: #fff;
    padding: 3px 10px;
    cursor: pointer;
    position: relative; /*background-color: #984A13;*/
    background-color: GrayText;
    width: 280px;
}
.content {
    padding: 5px 10px;
    background-color: #ffffff;
}
p {
    padding: 5px 0;
}

.divstyle {
    float: left;
    width: 30px;
}

.contentstyle {
    margin-bottom: 10px;
    text-align: left;
}

.fll {
    float: left;
}

.pt10 {
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
    clear:both;
}

.p3 {
    padding: 3px;
}

.hideanchor {
    display: none;
}

.showanchor {
    display: block;
}

/* Line */

.upArrow {
    position: absolute;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
    border-left: 7px solid transparent;
    height: 0px;
    width: 0px;
    margin-left: 7px;
    margin-top: 4px;
}

.upArrowOuter {
    position: absolute;
    border-right: 10px solid transparent;
    border-bottom: 10px solid black;
    border-left: 9px solid transparent;
    height: 0px;
    width: 0px;
    margin-left: 5px;
    margin-top: 3px;
}

.downArrow {
    position: absolute;
    border-right: 8px solid transparent;
    border-top: 8px solid yellow;
    border-left: 7px solid transparent;
    height: 0px;
    width: 0px;
    margin-top: 4px;
    margin-left: 7px;
}

.downArrowOuter {
    position: absolute;
    border-right: 10px solid transparent;
    border-top: 10px solid black;
    border-left: 9px solid transparent;
    height: 0px;
    width: 0px;
    margin-left: 5px;
    margin-top: 3px;
}

.squareBox {
    width: 10px;
    height: 10px;
    background: yellow;
    position: relative;
    border: 1px solid black;
    margin-left:3px;
}

.circleHigher {
    width: 15px;
    height: 15px;
    background: green;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid black;
    float: left;
    margin-left:3px;
}

.circleMedium {
    width: 15px;
    height: 15px;
    background: yellow;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid black;
    float: left;
    margin-left:3px;
}

.circleLower {
    width: 15px;
    height: 15px;
    background: red;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid black;
    float: left;
    margin-left:3px;
}

.circleEmpty {
    width: 15px;
    height: 15px;
    background:white;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid black;
    float: left;
    margin-left:3px;
}

#cblAssValuationObjects_D 
{
    height:auto !important;
}
#cblAssTimeScope_D
{
    height:auto !important;
}


/*.diamondBox {
	width: 0;
	height: 0;
	border: 50px solid transparent;
	border-bottom-color: red;
	position: relative;
	top: -50px;
}
.diamondBox:after {
	content: '';
	position: absolute;
	left: -50px;
	top: 50px;
	width: 0;
	height: 0;
	border: 50px solid transparent;
	border-top-color: red;
}*/

.diamondBox {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 10px;
    height: 10px;
    margin: 3px 0 0 20px;
    border: 1px solid black;
    font: normal 100%/normal Arial, Helvetica, sans-serif;
    color: rgba(0,0,0,1);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: yellow;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    -webkit-transform-origin: 0 100% 0deg;
    transform-origin: 0 100% 0deg;
}
