﻿/*  Reset some default styles (e.g.: the margin around paragraphs or the borders on tables */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: 'Roboto';
}

input {
    font-family: 'Roboto';
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
/*
body.
{
    line-height: 1;
}
*/
ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    outline: none;
}

/* Repopulate a few basic styles (e.g.: make <b> bold again) */
strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

code {
    font-family: Courier New;
}

/* Chris's Styles */

/* Basic Containers and Simple Elements */

pre {
    color: #f00;
    font: 14px Courier New;
    white-space: pre-wrap;
}

/*Be careful, setting 100% width to just form will affect some kendo controls. Use a class instead*/
html, body, .mainForm {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

html {
    min-height: 100%;
}

body {
    font: 12px 'Roboto';
    min-height: 100%;
    background-color: #dddddd;
    background-attachment: fixed;
    background: #f8f8f8; /* Old browsers */
    background: -moz-linear-gradient(top, #f8f8f8 0%, #dddddd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #dddddd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f8f8f8 0%, #dddddd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f8f8f8 0%, #dddddd 100%); /* Opera 110+ */
    background: -ms-linear-gradient(top, #f8f8f8 0%, #dddddd 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f8f8f8 0%, #dddddd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
}

body, form {
    color: #444;
}

form {
    background: none;
}

noscript {
}

    noscript div {
        background-color: #AE2222;
        color: #fff;
        padding: 5px 20px;
        display: block;
        font-weight: bold;
    }

/*  Login / Create New User Styles  */
.calloutshell {
    margin: 0 auto; /*min-height: 390px;*/
    width: auto;
    display: table;
    position: relative;
    padding: 10px;
    top: 20%;
    background: #b5b1b1;
    color: #fff;
}

    .calloutshell a {
        color: #c0c0c0;
    }

        .calloutshell a:hover {
            color: #fff;
        }

    .calloutshell .inner,
    .calloutshell div .inner {
        background: #454545; /*min-height: 390px;*/
        overflow: hidden;
        padding: 20px 20px 40px;
        -webkit-box-shadow: inset 1px 1px 5px 2px rgba(0, 0, 0, .4);
        box-shadow: inset 1px 1px 5px 2px rgba(0, 0, 0, .4);
        text-align: center;
    }

    .calloutshell .shell,
    .calloutshell div .shell {
        /*text-align: left;*/
        margin-left: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

        .calloutshell .shell.first {
            padding-top: 20px;
        }

        .calloutshell .shell ul {
            /* width: 575px; */
            list-style-type: none;
            /* margin-left: 41px; */
            white-space: nowrap;
            /* display: inline-block; */
        }

            .calloutshell .shell ul li a {
                height: 200px;
                width: 225px;
                float: left;
                margin: 25px;
                /*border: 2px solid #222;*/
                -moz-transition: all 0.5s ease-out;
                -o-transition: all 0.5s ease-out;
                -webkit-transition: all 0.5s ease-out;
                -ms-transition: all 0.5s ease-out;
            }

                .calloutshell .shell ul li a:hover {
                    -moz-box-shadow: inset 0px 0px 24px -5px #111;
                    -webkit-box-shadow: inset 0px 0px 24px -5px #111;
                    box-shadow: inset 0px 0px 24px -5px #111;
                }

            .calloutshell .shell ul li img {
                margin: 65px auto;
                display: block;
            }

        .calloutshell .inner .contact {
            display: block;
            margin-top:50px;
        }

        .calloutshell .logo {
            background: transparent url('/Img/xtel_white.png') no-repeat top center;
            height: 29px;
            position: relative;
            top: 20px;
            margin-bottom: 25px;
        }



    .calloutshell .title {
        font-size: 25.8px;
    }

    .calloutshell .subtitle {
        /*color: #666;*/
        font-size: 1.5em;
        padding: 10px 0;
    }

    .calloutshell .labelfor, .calloutshell label {
        margin: 20px 0 20px 0;
        font-size: 15px;
    }

    .calloutshell .input {
        width: 335px;
        padding: 9px 0;
        margin-bottom: 10px;
        border-radius: 2px;
        text-indent: 10px;
        border: 1px solid #a2a2a2;
    }

.errorText {
    font-size: 12px;
    margin-left: 30px;
    max-width: 150px;
}

.warningText {
    color: orange;
}

.alert-warning {
    background: #fff8c4 url("/Img/warning.png") no-repeat scroll 15px 50%;
    border: 1px solid #f2c779;
    color: #555;
    font-size: 12px;
    padding: 10px 10px 10px 45px;
    text-align: left;
}

.loginButton {
    position: relative;
    right: 10px;
}

.pad {
    padding: 10px;
}

.space {
    padding: 10px;
}

.body {
    position: relative;
    min-height: 500px;
}

.right {
    float: right;
}

.left {
    float: left;
}

.clearleft {
    clear: left;
}

.center {
    text-align: center;
}

.alignRight {
    text-align: right;
}

.half {
    width: 45%;
}

.halfprecise {
    width: 49.5%;
}

.third {
    width: 30%;
}

.clear {
    clear: both;
}

.details {
    color: #f2f2f2;
    vertical-align: top;
}

ul.spacing li {
    padding: 2px;
}

h1, h2, h3, h4, h5, h6 {
    color: #717171;
    padding-top: 10px;
    margin: 8px 0;
}

h1 {
    font-size: 2em;
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-weight: bold;
}

table {
}

td {
    /*padding: 5px;*/ /*because of interference with slider content(editsegmentation)*/
}

table.align-top > tbody > tr > td {
    vertical-align: top;
}

td.info {
    text-align: right;
    vertical-align: top;
}

div.scrollbox {
    overflow-y: scroll;
}

p {
    margin: 10px 0;
}


.topbar {
    color: #eee;
    height: inherit;
}

    .topbar .logos {
    }

    .topbar .user {
        /*float: right;*/
        height: 40px;
        position: absolute;
        top: 0;
        right: 0;
        /*padding-right: 50px;*/
        /*vertical-align: middle;*/
        /*line-height: 50px;*/
    }

        .topbar .user img {
            height: 40px;
            margin: 5px;
        }

        .topbar .user ul li a {
            white-space: nowrap;
        }

        .topbar .user ul li.unindent a {
            padding-left: 5px;
        }

/*  Footer Styles   */
.footer {
    position: relative;
    width: 100%;
    color: #fff; /*margin-top: 40px;*/
    -webkit-box-shadow: 0 -2px 4px #aaa;
    -moz-box-shadow: 0 -2px 4px #aaa;
    box-shadow: 0 -2px 4px #aaa;
    background-color: #000;
}

    .footer .right {
        padding: 10px;
        color: #60778f;
    }

    .footer a, .header a {
        color: #60778f;
    }

        .footer a:hover, .header a:hover {
            color: #fff;
        }


/*  The Horizontal OR bar   */
.or {
    text-align: center;
    color: #717171;
    margin: 20px;
}

.ortitle {
    padding: 0px 20px;
}

.orbar {
    height: 1px;
    background-color: #717171;
    vertical-align: middle;
    width: 30%;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

/*  Ther Vertical OR Bar    */
.orvertical {
    width: 50px;
    height: 300px;
    position: relative;
    text-align: center;
}

    .orvertical .line {
        width: 0px;
        border-left: 1px solid #717171;
        height: 40%;
        margin: 0 auto;
    }

    .orvertical .ortext {
        padding: 10px 0;
        color: #717171;
    }

#fancybox-content {
    background-color: #fff;
}


textarea.large {
    width: 500px;
    height: 300px;
    font-family: Consolas;
}

ul.checkboxlist {
    padding: 20px 10px 10px;
}

    ul.checkboxlist li {
        display: inline-block;
        zoom: 1;
        *display: inline;
        width: 140px;
    }

.inlinelabel {
    display: inline-block;
    zoom: 1;
    *display: inline;
    font-weight: bold;
    color: #008fff;
}

.vmiddle {
    vertical-align: middle;
}

.error {
    color: #f00;
}

.errorPage {
    background: transparent url('/Img/Error.png') no-repeat bottom right;
    min-height: 400px;
}

ul.list {
    padding-left: 20px;
    list-style-type: disc;
}

.oldsettings .oldsetting {
    border: 1px solid #c0c0c0;
    padding: 5px 10px;
    margin: 10px;
    position: relative;
}

    .oldsettings .oldsetting input {
        vertical-align: middle;
    }

/*  TipTip Markup   */
.tooltip {
    cursor: help;
}

#tiptip_holder {
    z-index: 2000;
}


/*Front Page Styles Start*/

.tilesContainer {
    width: 915px;
    height: 300px;
    margin: 15% auto;
}

    .tilesContainer a {
        text-decoration: none;
        -webkit-transition-duration: 300ms;
        -webkit-transition-property: all;
        -webkit-transition-timing-function: ease;
        -moz-transition-duration: 300ms;
        -moz-transition-property: all;
        -moz-transition-timing-function: ease;
        -o-transition-duration: 300ms;
        -o-transition-property: all;
        -o-transition-timing-function: ease;
    }

        .tilesContainer a:hover {
            text-decoration: underline;
            color: #727272;
        }

    .tilesContainer .tiles {
        height: 215px;
        width: 215px;
        display: inline-block;
        margin-right: 10px;
    }

        .tilesContainer .tiles .imgTiles {
            height: 140px;
        }

        .tilesContainer .tiles img {
            display: block;
            margin: 30px auto 0 auto;
        }

span.tile-desc {
    font-size: 20px;
    text-align: center;
    color: #717171;
    font-weight: 100;
    margin: 0 auto;
    display: block;
}

/*Front Page Styles End*/


/* Apply Rules page */
.attentionbox {
    background-color: #fff;
    padding: 7px;
    min-height: 100px;
    border: 1px solid #ccc;
    border-top: 0;
}

.rulebox {
    width: 80%;
    text-align: left;
    min-height: 100px;
}

.inline {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: auto 10px;
    vertical-align: top;
}

.score {
    color: #666666;
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 10px 0px;
    text-align: center;
}

    .score input {
        width: 4em;
    }

.bold {
    font-weight: bold;
}

/* Custom Listbox Styles */
.ListBoxGroup .ListBox {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: bottom;
}

    .ListBoxGroup .ListBox input[type="text"] {
    }

/*  CheckBoxList / KantarCheckBoxList Styles    */
ul.item li {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

    ul.item li label {
        display: inline-block;
        zoom: 1;
        *display: inline;
        width: 150px;
    }

/*  KantarCheckBoxList Styles */
div.KantarCheckBoxList input[type="text"] {
    vertical-align: middle;
    width: 40%;
}

div.KantarCheckBoxList .SearchText {
    font-weight: bold;
}

ul.KantarCheckBoxList input[type="checkbox"] {
    vertical-align: top;
    margin-top: 6px;
}

ul.KantarCheckBoxList li {
    margin: 2px;
    border: 1px solid transparent;
    border-width: 1px 0;
    vertical-align: top;
}

    ul.KantarCheckBoxList li label {
        display: inline-block;
        zoom: 1;
        *display: inline;
        cursor: pointer;
        padding: 5px;
    }

    ul.KantarCheckBoxList li:hover {
        background-color: #62cdff;
        color: #fff;
    }

    ul.KantarCheckBoxList li.checked {
        background-color: #24A0DA;
        border-color: #2088b9;
        color: #fff;
    }

        ul.KantarCheckBoxList li.checked:hover {
            background-color: #24A0DA;
            color: #fff;
        }

.empty {
    padding: 10px;
    font-style: italic;
    color: #555;
}


/*Grid CSS Menu*/
.mainMenu {
    height: 56px !important;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

ul.main {
    margin: 0;
    padding: 0;
    height: 56px !important;
    position: absolute;
    width: 100%;
    background: #fff;
}

    ul.main li.menuitem {
        margin: 0;
        list-style: none;
        display: inline;
        float: left;
    }

    ul.main li.leftBorder {
        border-left: 1px solid #ccc;
    }

    ul.main li.innerLargeButtons {
        width: auto;
        padding: 0 2px !important;
    }

    ul.main .rbLinkButton {
        vertical-align: top;
    }

li.menuitem.kriq {
    height: 56px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 0 3px;
}
/* For the Add/Delist Quick View Report */

.Headers {
    margin-left: 40%;
    margin-right: 5px;
}

ul.addDelist {
    list-style: none;
    height: 60px;
    width: 400px;
}

ul li.image {
    float: left;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

ul li.description {
    display: inline-block;
    width: 320px;
    text-align: center;
}

.headers {
    display: block;
}

    .headers li {
        display: inline-block;
        padding: 5px 0;
        text-align: center;
    }

        .headers li span {
            color: #fff;
            font-size: 2.5em;
            font-weight: bold;
        }

        .headers li img {
            position: relative;
            top: 5px;
            left: 5px;
        }


/* CJW - 2014-05-21 - Modified CSS for Insights 2.0 */
/*Grid CSS Menu*/
/*.mainMenu2 {
    height: 56px !important;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}*/

ul.mainMenu2 {
    margin: 0;
    padding: 0;
    height: 58px !important;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    position: relative;
    width: 100%;
    display: block;
    clear: both;
}

    ul.mainMenu2 > li {
        margin: 0;
        list-style: none;
        display: inline;
        float: left;
        padding: 10px 10px 0 10px;
    }

        ul.mainMenu2 > li.right {
            float: right;
            padding: 0 0 0 20px;
        }

        ul.mainMenu2 > li.nopad {
            padding: 0;
        }

        ul.mainMenu2 > li.separator {
            padding: 0;
        }

        ul.mainMenu2 > li.stacked {
            padding: 2px 10px;
        }

        ul.mainMenu2 > li.innerLargeButtons {
            width: auto;
            padding: 0 2px !important;
        }

    ul.mainMenu2 .rbLinkButton {
        vertical-align: top;
    }

    ul.mainMenu2 > li > a.fakeRadButton {
        background-color: #fff;
        border: 1px solid transparent;
        display: inline-block;
        color: #808080;
        text-decoration: none;
        height: 52px;
        margin: 0;
        padding: 0;
    }

        ul.mainMenu2 > li > a.fakeRadButton:hover {
            /*border-color:#ccc;*/
        }

        ul.mainMenu2 > li > a.fakeRadButton img, a.fakeRadButton span {
            margin: 5px 10px;
        }

    ul.mainMenu2 a.back-button {
        width: 32px;
        background: transparent url('/Img/navigate-left-icon.png') no-repeat center center;
    }

    ul.mainMenu2 .LargeButtons {
        line-height: 0 !important;
    }

.datasource {
    display: none;
}


a.fakeRadButton {
    background-color: #fff;
    border: 1px solid transparent;
    display: inline-block;
    color: #808080;
    text-decoration: none;
    height: 25px;
    padding: 0 5px;
}

    a.fakeRadButton:hover {
        border-color: #ccc;
    }

    a.fakeRadButton img, a.fakeRadButton span {
        display: inline-block;
    }

.rtWrapper a.fakeRadButton.view_button {
    padding: 0 5px 0 3px;
}

    .rtWrapper a.fakeRadButton.view_button span {
        margin: 0;
    }
/* End Chris */

.noborder {
    border: none !important;
}

.noborderbackground {
    border: none !important;
    background: none !important;
}

.LargeButtons {
    text-align: center !important;
    line-height: 30px !important;
    border: none !important;
    min-width: 56px !important;
}

    .LargeButtons .button-text {
        position: relative;
        top: 3px;
    }

    .LargeButtons .button-text-grid {
        position: relative;
        top: -7px;
    }

    .LargeButtons .button-text-insights {
        position: relative;
        top: -7px;
        line-height: 13px !important;
    }

    .LargeButtons .button-text-32 {
        position: relative;
        top: -15px;
    }

    .LargeButtons img {
        position: relative;
        top: 4px;
    }

.RadButton.RadButton_Metro.rbLinkButton.LargeButtons:focus {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #717171 !important;
}

.RadButton.RadButton_Metro.rbLinkButton.quads:focus {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #717171 !important;
}

.RadButton.RadButton_Metro.rbLinkButton.nofocus:focus {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #717171 !important;
}


.quads {
    float: left !important;
    display: block !important;
    padding: 0 !important;
    text-align: center !important;
    line-height: 30px !important;
    border: 1px solid #fff !important;
    color: #767676;
}

.gridIcon {
    display: block !important;
    padding: 0 !important;
    text-align: center !important;
    line-height: 24px !important;
    border: none !important;
    background-color: #fff !important;
}

.gridIconHover {
    background-color: #fff !important;
}

.gridIcon .rbText {
    display: none;
}

.ddl ul.dropdown {
    display: none;
    overflow: hidden;
    height: auto;
    background-color: #fff !important;
    position: absolute;
    border: 1px solid #ccc;
    z-index: 10;
    -webkit-box-shadow: 1px 1px 3px #ccc;
    -moz-box-shadow: 1px 1px 3px #ccc;
    box-shadow: 1px 1px 3px #ccc;
}

    .ddl ul.dropdown li.padding {
        padding: 5px;
    }

    .ddl ul.dropdown > li {
        margin: 10px 5px;
        line-height: 20px;
    }

.quads:hover {
    color: #000 !important;
    border: 1px solid #ccc !important;
}

.active {
    border: 1px solid #ccc;
}


li.separator {
    width: 1px;
    height: 56px;
    background-color: #ccc;
}

.leftMenu {
    width: 50px !important;
    height: 56px !important;
    float: left;
    cursor: pointer;
    text-align: center;
    font-size: 11px;
    background-color: #fff;
}
/*Optimize Icon Image CSS*/
.imgOptimize {
    top: 5px;
    position: relative;
}

    .imgOptimize:hover {
        -webkit-animation: cssAnimation 0.1s 3 ease-in-out;
        -moz-animation: cssAnimation 0.1 3 ease-in-out;
        -o-animation: cssAnimation 0.1 3 ease-in-out;
    }

@-webkit-keyframes cssAnimation {
    from {
        -webkit-transform: rotate(4deg) scale(1) skew(1deg) translate(0px);
    }

    to {
        -webkit-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
    }
}

@-moz-keyframes cssAnimation {
    from {
        -moz-transform: rotate(4deg) scale(1) skew(1deg) translate(0px);
    }

    to {
        -moz-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
    }
}
/*Optimize Icon Image CSS*/

span.iconDescSmall {
    position: relative;
    top: -4px;
    /*#25A0DA - Metro Blue*/
}

.results {
    float: right;
    height: 56px;
    background-color: #F9F9F9;
    margin-right: 1px;
}

.summary {
    float: right;
    height: 56px;
    background-color: #F9F9F9;
    margin-right: 1px;
    overflow: hidden;
}

.next-button {
    float: right;
    height: 56px !important;
    border: 1px solid #fff !important;
}

.back-button {
    height: 56px !important;
    float: left;
    border: 1px solid #fff !important;
}

.back-button-darwin {
    padding-top: 71px !important;
    line-height: 0 !important;
}

.insights-h2 {
    text-align: center;
    margin: 0 auto;
}

.gridCommandItem {
    line-height: 22px;
    background-color: #F5F5F5;
}

.gridCommandItemPad {
    padding: 2px 3px;
    display: block;
}

.txtFacings {
    width: 50px !important;
}

#kendoWindowReportParameters {
    padding: 10px !important;
}

    #kendoWindowReportParameters > img {
        width: 120px;
        height: 72px;
        float: left;
    }

    #kendoWindowReportParameters > ul > li {
        float: left;
        display: inline-block;
        margin: 5px;
    }

        #kendoWindowReportParameters > ul > li > span:first-child {
            width: 100px;
            display: inline-block;
            text-align: right;
            margin-right: 5px;
        }

    #kendoWindowReportParameters .RadButton {
        margin: 10px;
    }
/*Grid Css Menu END*/

/*Grid Highlight CSS Start*/

.protect, div.protect {
    color: #000;
    background: #ffff5c;
}

.chart .RadGrid_Metro .protect {
    background-color: rgba(255, 255, 0, 0.5);
}


.keep, div.keep {
    color: #000;
    background: #ffffa1;
}

.chart .RadGrid_Metro .keep {
    background-color: rgba(255, 255, 68, 0.5);
}

.eliminate, .historical, div.eliminate, div.historical {
    color: #fff;
    background: gray;
}

.chart .RadGrid_Metro .eliminate {
    background-color: rgba(2, 2, 2, 0.5);
}


.delist, .review, div.delist, div.review {
    color: #000;
    background: #d47575;
}

.chart .RadGrid_Metro .delist, .chart .RadGrid_Metro .review {
    background-color: rgba(170, 0, 0, 0.5);
}

.add, div.add {
    color: #000;
    background: #8cc252;
}

.chart .RadGrid_Metro .add {
    background-color: rgba(26, 160, 0, 0.5);
}


.null, div.null {
    color: inherit;
    background: inherit;
}

.facings-increase, div.facings-increase {
    background: #cff0ac;
    color: #000;
}

.chart .RadGrid_Metro .facings-increase {
    background-color: rgba(160, 226, 90, 0.5);
}


.facings-decrease, div.facings-decrease {
    background: #f3b5b5;
    color: #000;
}

.chart .RadGrid_Metro .facings-decrease {
    background-color: rgba(232, 108, 108, 0.5);
}


.included, div.included {
    color: #000;
    background: #ffff5c;
}

.chart .RadGrid_Metro .included {
    background-color: rgba(255, 255, 0, 0.5);
}


.excluded, div.excluded {
    color: #fff;
    background: gray;
}

.chart .RadGrid_Metro .excluded {
    background-color: rgba(2, 2, 2, 0.5);
}

.donotadd, div.donotadd {
    color: #ebebeb;
    background: #818181;
}

.chart .RadGrid_Metro .donotadd {
    background-color: rgba(4, 4, 4, 0.5);
}

.retain, div.retain {
    background: #7ea5e2;
}

.chart .RadGrid_Metro .retain {
    background-color: rgba(0, 76, 198, 0.5);
}

.notinanalysis {
    color: #d9d7d7;
    background: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAJElEQVQIW2NkYGAwBuKzQAwHjFAWigRMECQHl0AWhEugC4IlAPMHBDmyOst9AAAAAElFTkSuQmCC ) repeat;
}

.pending {
    background-color: #BD8E94;
}

.shelfsettings-edited {
    font-weight: bold;
}

.chart .RadGrid_Metro .shelfsettings-edited {
    font-weight: bold;
}

/*Grid Highlight CSS End*/

/*New Items Type HightLights*/
.projected {
    background-color: #8cc252;
}

.segmentation {
    background-color: #7abcfb;
}

.similar {
    background-color: #ffffa1;
}

.isnotattrvisible {
    background-color: dimgrey;
}
/*New Items Type HightLights End*/

/* Start Edit Product CSS*/

.wrapper {
    padding: 5px;
}


.top {
    padding: 5px;
    margin: 5px 10px;
    border: 1px solid #ccc;
    width: 615px;
}

    .top li {
        width: 400px;
        margin-bottom: 5px;
    }

.leftUL, .validation_summary {
    margin: 3px 0;
    padding: 1%;
}


    .validation_summary ul {
        list-style: circle;
        padding-left: 15px;
    }

.leftULAttr {
    display: inline-block;
    float: left;
    margin: 0 3px;
    padding: 4px;
    width: 275px;
}

    .leftULAttr hr {
        margin: 15px 0;
        border: 1px solid #ccc;
    }

.li_customSegmentation {
    padding: 10px 0 0 0;
}

.leftUL {
    border: 1px solid #ccc;
}

    .leftUL li, .leftULAttr:first-child > li {
        margin-bottom: 5px;
    }

        .leftUL li input {
            width: 80px !important;
        }

.financial {
    padding: 5px;
    margin: auto;
    margin-top: 5%;
    border: 1px solid #ccc;
    width: 90%;
}

.panelFinancials span {
    width: 220px !important;
    display: inline-block;
    margin-bottom: 5px;
}

    .panelFinancials span span {
        width: 110px !important;
    }

.panelFinancials table {
    width: 100% !important;
}

.label {
    text-align: right;
}

.RadInput_Metro .riLabel {
    text-align: right;
}

.RadInput_Metro .EditStyle.riLabel {
    display: table !important;
    text-align: right;
    color: black;
}

.dropdown {
    padding: 2px !important;
}

.dropdownLabel {
    display: table !important;
    text-align: left;
}

.clear {
    clear: both;
}

#financials, #shelf {
    display: none;
}

.expand_collapse {
    float: right;
    margin: 2px;
}


.userCreated {
    color: #24A0DA;
    font-style: italic;
}

#p_customSeg {
    float: left;
    margin-left: 10px;
}

.content {
    overflow-y: auto;
    overflow-x: hidden;
}

.contentVisible {
    width: 310px;
    margin: 0 5px;
    float: left;
}

.save_button {
    padding: 0 !important;
}

.pnlEdit {
    overflow: auto;
}

.overflow {
    overflow: hidden;
}
/* End Edit Product CSS*/


/*Reporting Start*/

.warning {
    background-color: #ffc;
    padding: 10px;
    background: #ffc url('/Img/Error.png') no-repeat left top;
    background-size: 100px;
    margin: 4px;
    padding-left: 100px;
    -webkit-box-shadow: 1px 1px 3px #ccc;
    -moz-box-shadow: 1px 1px 3px #ccc;
    box-shadow: 1px 1px 3px #ccc;
    display: none;
}

    .warning h4 {
        padding: 0;
        margin: 0;
    }

    .warning p {
        margin: 5px 0;
    }

.chart {
    /*background: transparent url('/Img/rm8_watermark.png') no-repeat 98% 0%;*/
    background: transparent url('') no-repeat 98% 0%;
}

    .chart.hasradgrid {
        background-position: 98% 100%;
    }

    .chart.nologo {
        background-image: url();
    }

    .chart .RadGrid_Metro .rgAltRow {
        background-color: rgba(220, 220, 220, .5);
    }

    .chart .warning {
        display: none;
        text-align: left;
        font-size: 1.0em;
        /*height: 50px;*/
        position: relative;
        padding: 10px 0 10px 100px;
        background-position-y: 50%;
        /*height: 30px;*/
    }

.ChartContainer {
    text-align: left;
    background-color: #ffffff;
}

    .ChartContainer td {
        /*vertical-align: top;*/
    }

.planogramToolbarButton {
    text-align: center !important;
}

    .planogramToolbarButton img {
        width: 16px !important;
        height: 16px !important;
    }

.imgclass {
    width: 16px !important;
    height: 16px !important;
}

.reportLegendLine {
    display: block;
    vertical-align: middle;
    padding-top: 5px;
    padding-left: 10px;
}

.reportLegendColorCode {
    display: inline-block;
    opacity: 0.9;
    width: 35px;
    height: 20px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 1px 1px 2px #111;
    -webkit-box-shadow: 1px 1px 2px #111;
    box-shadow: 1px 1px 2px #111;
}

.reportLegendText {
    display: inline;
    top: -7px;
    position: relative;
    vertical-align: middle;
    padding-left: 2px;
}

.chartArea {
    position: absolute;
    /* This should be above everything, but still below Kendo Tooltips (1000) */
    z-index: 999;
}

.volumeGenerators {
    top: 65px;
    left: 114px;
}

.highPotentials {
    bottom: 92px;
    right: 48px;
}

.lowerPerformers {
    bottom: 92px;
    left: 114px;
}

.highPerformers {
    top: 65px;
    right: 48px;
}

.lowRetainedHighSales {
    top: 65px;
    left: 148px;
}

.highRetainedLowSales {
    bottom: 92px;
    right: 48px;
}

.lowRetainedSales {
    bottom: 92px;
    left: 148px;
}

.highRetainedSales {
    top: 65px;
    right: 48px;
}


.reportHeatmap {
    display: inline-block;
    width: 242px;
    height: 40px;
    font-weight: bold;
    margin: 5px;
    float: left;
}

    .reportHeatmap div.legendLeft {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        display: inline-block;
        position: relative;
        top: 18px;
    }

    .reportHeatmap div.legendRight {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        display: inline-block;
        position: relative;
        top: -28px;
        float: right;
    }

    .reportHeatmap .map {
        margin-top: -10px;
        border: 1px solid #111;
        height: 40px;
    }
/*Reporting End*/


/*Insights Begin*/
a.fakeRadButton {
    background-color: #fff;
    color: #717171;
    border: 1px solid transparent;
    padding: 5px 6px 8px;
    top: 2px;
    position: relative;
    text-decoration: none;
}

    a.fakeRadButton:hover {
        border-color: #cccccc;
    }

.slide-tiles {
    width: 100%;
    height: 130px;
    background-color: white;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    position: relative;
}

    .slide-tiles ul {
        margin-top: 10px;
    }

        .slide-tiles ul li {
            margin-left: 15px;
        }

            .slide-tiles ul li img {
                cursor: pointer;
                height: 105px;
                width: 170px;
                opacity: .7;
                /*border: 1px solid #ccc;*/
                -webkit-transition-duration: 200ms;
                -webkit-transition-property: all;
                -webkit-transition-timing-function: ease;
                -moz-transition-duration: 200ms;
                -moz-transition-property: all;
                -moz-transition-timing-function: ease;
                -o-transition-duration: 200ms;
                -o-transition-property: all;
                -o-transition-timing-function: ease;
            }

                .slide-tiles ul li img:hover {
                    opacity: 1;
                    /*border: 1px solid #626262;*/
                }


#slider .rspHideRadSplitter {
    top: 0;
}

.slide {
    width: 100%;
    padding: 10px;
    height: 555px;
    background-color: white;
    border: 1px solid #CCC;
    display: inline-block;
    float: left;
}

.chart-title {
    height: 106px;
    width: 181px;
    cursor: pointer;
    position: fixed;
    top: 0;
    opacity: 0;
    -webkit-transition-duration: 200ms;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -moz-transition-duration: 200ms;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -o-transition-duration: 200ms;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}

    .chart-title:hover {
        opacity: 1;
    }

    .chart-title div {
        margin: 80px 2px 0 1px;
        width: 180px;
        height: 16px;
        padding: 5px 0;
        background-color: rgba(20,20,20,.6);
        text-align: center;
        font-size: 13px;
        color: white;
        -webkit-transition-duration: 200ms;
        -webkit-transition-property: all;
        -webkit-transition-timing-function: ease;
        -moz-transition-duration: 200ms;
        -moz-transition-property: all;
        -moz-transition-timing-function: ease;
        -o-transition-duration: 200ms;
        -o-transition-property: all;
        -o-transition-timing-function: ease;
    }

.chart-title-presentation {
    height: 100px;
    width: 152px;
    cursor: pointer;
    position: fixed;
    top: 0;
    opacity: 0;
    -webkit-transition-duration: 200ms;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -moz-transition-duration: 200ms;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -o-transition-duration: 200ms;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}

    .chart-title-presentation:hover {
        opacity: 1;
    }

    .chart-title-presentation div {
        margin: 80px 2px 0 1px;
        width: 152px;
        height: 16px;
        padding: 5px 0;
        background-color: rgba(20,20,20,.6);
        text-align: center;
        font-size: 13px;
        color: white;
        -webkit-transition-duration: 200ms;
        -webkit-transition-property: all;
        -webkit-transition-timing-function: ease;
        -moz-transition-duration: 200ms;
        -moz-transition-property: all;
        -moz-transition-timing-function: ease;
        -o-transition-duration: 200ms;
        -o-transition-property: all;
        -o-transition-timing-function: ease;
    }

.presentation-container {
    height: auto;
    overflow: hidden;
}

.presentation {
    width: 190px;
    /*height: 575px;*/
    background-color: white;
    border: 1px solid #CCC;
    display: inline-block;
    float: left;
    margin-right: 6px;
}

    .presentation .presentation-buttons {
        height: 18px;
        width: 18px;
        position: relative;
        top: 4px;
        right: 8px;
        float: right;
    }

    .presentation h4 {
        margin: 4px 0 7px 10px;
        font-size: 1.3em;
    }

    .presentation h5 {
        font-size: 1.2em;
        font-weight: normal;
        margin: 3px 0 3px 6px;
    }

.rightCon {
    border: 1px solid #CCC;
    float: none;
    background: #fff;
    width: auto;
    overflow: hidden;
    height: 530px;
}

.leftCon {
    width: 200px;
    float: left;
    background: #fff;
    margin-right: 5px;
    border: 1px solid #CCC;
    height: 530px;
}

.presentation-slides {
    list-style-type: lower-roman;
    margin: 10px 10px 10px 25px;
}

    .presentation-slides li {
        height: 90px;
        width: 150px;
        border: 1px dotted #ccc;
        margin-bottom: 5px;
    }

.kendo-export {
    padding: 5px;
}

.no-border-button {
    border: none;
}

    .no-border-button > img {
        margin-top: -3px;
        vertical-align: middle;
    }

.share-slideshow-button {
    float: right;
}

.shared-slideshow {
    opacity: 1;
    vertical-align: middle;
}

.non-shared-slideshow {
    opacity: 0.5;
    vertical-align: middle;
}

/*Insights End*/

/*External RadWindow Pages Styles Start*/
.RadTabStrip_Metro .rtsLink {
    text-transform: none !important;
}

.tabs {
    height: 30px;
    width: 530px;
    background-color: #24A0DA;
    list-style-type: none;
    z-index: 1;
}

    .tabs li {
        display: inline;
        float: left;
        margin-top: 7px;
        margin-right: 10px;
    }

        .tabs li a {
            text-decoration: none;
            color: white;
            padding: 4px;
        }

            .tabs li a.active {
                background-color: white;
                color: #717171;
            }

.content {
    display: none;
}
/*External RadWindow Pages Styles End*/


/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    margin: 0;
    padding: 0;
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
    }
    /* Hide the slides before the JS is loaded. Avoids image jumping */
    .flexslider .slides img {
        width: 100%;
        display: block;
    }



.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display: block;
}


/* FlexSlider Default Theme
*********************************/
.flexslider {
    margin: 0 0 5px;
    /*background: #fff;*/
    /*border: 4px solid #fff;*/
    position: relative;
    /*-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;*/
    /*box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);*/
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    /*max-height: 300px;*/
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}


/* Direction Nav */
.flex-direction-nav a {
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    background: url(../img/bg_direction_nav.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: -36px;
}

.flex-direction-nav .flex-prev {
    left: -36px;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    right: 5px;
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    left: 5px;
}

    .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
        opacity: 1;
    }

.flex-direction-nav .disabled {
    opacity: .3 !important;
    filter: alpha(opacity=30);
    cursor: default;
}

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 5px;
    text-align: center;
}

    .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

    .flex-control-paging li a:hover {
        background: #333;
        background: rgba(0,0,0,0.7);
    }

    .flex-control-paging li a.flex-active {
        background: #000;
        background: rgba(0,0,0,0.9);
        cursor: default;
    }

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

    .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0;
    }

    .flex-control-thumbs img {
        width: 100%;
        display: block;
        opacity: .7;
        cursor: pointer;
    }

        .flex-control-thumbs img:hover {
            opacity: 1;
        }

    .flex-control-thumbs .active {
        opacity: 1;
        cursor: default;
    }

.flex-active-slide img {
    opacity: 1 !important;
    /*border: 1px solid #626262 !important;*/
}

.flex-active-slide .chart-title {
    opacity: 1;
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 0;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 0;
    }
}

/* 
    Overwrites for the Slideshow
*/

.flex-control-thumbs {
    margin: 5px 0 0;
    position: absolute;
    overflow: hidden;
    width: 230px;
    height: 100%;
    top: 0;
    left: 0;
    box-shadow: 2px 1px 2px #ccc;
    overflow-y: scroll;
}

    .flex-control-thumbs li {
        width: inherit;
        margin: 5px;
        display: block;
    }

    .flex-control-thumbs img {
        width: 200px;
        display: block;
        opacity: .7;
        cursor: pointer;
    }

        .flex-control-thumbs img:hover {
            opacity: 1;
        }

    .flex-control-thumbs .active {
        opacity: 1;
        cursor: default;
    }

.flex-viewport {
    position: absolute;
    height: 100%;
    top: 0;
    /* left:240px;*/
    left: 0;
    text-align: center;
    vertical-align: middle;
}

.dimmed_black {
    display: inline;
    opacity: 0.5;
}

.dimmed_white {
    display: inline;
    opacity: 0.75;
}


/*New Items User Control Styles Start*/

.apply-items {
    padding: 10px;
    width: 480px;
}

.newItem {
    list-style-type: none;
    border: 1px solid #ccc;
    margin: 10px;
    padding: 10px;
    overflow: auto;
}

.newItemUl {
    list-style-type: none;
    border: 1px solid #ccc;
    margin: 10px;
    padding: 10px;
    overflow:auto;
    height:auto;
}

    .newItemUl li {
        margin-left: 10px;
        margin-top: 10px;
    }

        .newItemUl li.base {
            margin-left: 10px;
            margin-top: 10px;
            width: 410px;
        }

        .newItemUl li div span {
        }

    .newItemUl .important {
        background-color: #ccc;
    }

    .newItemUl div.txtLoading {
        display: inline-block;
        height: 15px;
    }

.labelNewitem {
    width: 140px !important;
    text-align: right;
    display: inline-block;
}

.comboLabel {
    width: 130px !important;
    text-align: right;
    display: inline-block;
}

/* New Item Attribute dropdown width */
.newItemAttribute table {
    width: 330px !important;
    margin-bottom:10px;
}

.errorMSG {
    float: right;
    position: relative;
    top: -20px;
    left: -80px;
}

.errorMSGA {
    float: right;
    position: relative;
    top: -20px;
    left: -290px;
}


.newitem_selected {
    background-color: #c6ccd1 !important;
    color: #000 !important;
}

.legend {
    height: 40px;
    width: auto;
    padding: 0 5px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    display: inline-block;
    display: none;
}

    .legend .legend-apply div {
        height: 16px;
        width: 16px;
        border: 1px solid #000;
        display: inline-block;
        margin-right: 5px;
        position: relative;
        top: 5px;
    }

.newItem-container {
    overflow-y: auto;
    overflow-x: hidden;
}

    .newItem-container .content {
        overflow: hidden;
    }

/*New Items User Control Styles End*/

/*UploadExcel Styles Begin*/

.uploadExcel {
    min-height: 80px;
}

    .uploadExcel li {
        float: left;
        margin-top: 10px;
        margin-left: 10px;
    }


/*ExceptionManager Styles End*/

/*
    Tipsy CSS
    This is CSS information for a jQuery tooltip plugin
    https://raw.github.com/jaz303/tipsy/master/src/stylesheets/tipsy.css
*/
.tipsy {
    font-size: 12px;
    position: absolute;
    padding: 5px;
    z-index: 100000;
}

.tipsy-inner {
    background-color: #444;
    color: #FFF;
    max-width: 200px;
    padding: 5px 8px 4px 8px;
    text-align: center;
}

/* Rounded corners */
.tipsy-inner {
    /*border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;*/
}

/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/

.tipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed #444;
}

/* Rules to colour arrows */
.tipsy-arrow-n {
    border-bottom-color: #444;
}

.tipsy-arrow-s {
    border-top-color: #444;
}

.tipsy-arrow-e {
    border-left-color: #444;
}

.tipsy-arrow-w {
    border-right-color: #444;
}

.tipsy-n .tipsy-arrow {
    top: 0px;
    left: 50%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-e .tipsy-arrow {
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.tipsy-w .tipsy-arrow {
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}


/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.radcombobox-spacing {
    padding-left: 10px;
}


.rspResizeBar {
    border-right-width: 0px !important;
}

#window {
}

div.k-window-content {
    padding: 0 !important;
    overflow: hidden;
}

.pre {
    white-space: pre;
    padding: 10px;
    font-family: 'Courier New';
    border: 1px dashed #800;
    color: #800;
    background-color: #fff8c0;
    display: block;
}

table.ChartContainer td {
    position: relative;
}

.expander {
    position: relative;
    display: inline-block;
    float: right;
    margin: .25em 0;
    z-index: 1000;
}

    .expander h4 {
        margin: 0;
        padding: 4px 0;
    }

    .expander a.expander-button {
        background-color: #717171;
        color: #fff;
        padding: .25em .75em;
        border: 1px solid #ccc;
    }

        .expander a.expander-button:hover {
        }

        .expander a.expander-button.active {
            background-color: #2bb6ef;
        }

    .expander .expander-box {
        border: 1px solid #717171;
        background-color: #ffffff;
        padding: .5em;
        position: absolute;
        top: -4px;
        left: 66px;
        display: none;
        width: 400px;
    }

/*Data.aspx CSS*/

.notificationCount {
    position: relative;
    top: -19px;
    right: 18px;
    background-color: #ff0;
    color: #222;
    line-height: 10px;
    padding: 1px 2px;
    font-family: tahoma, arial, 'sans-serif';
    font-size: 9px;
    font-weight: bold;
    height: 10px;
    border: 1px solid #5f5f5f;
    display: inline-block;
    margin-left: 5px;
}

.imageasd {
    width: 26px;
    height: 26px;
    margin: 0 auto;
}

ul.collapsedmenu {
    width: 0;
    display: inline;
}

    ul.collapsedmenu li {
        margin: 0;
        list-style: none;
        display: inline;
        float: left;
    }

ul.SlideMenuOptions {
    width: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: 0;
    border-bottom: 0;
    display: none;
    height: 56px;
    box-shadow: inset 4px 0 4px -4px rgba(0,0,0,0.3), inset -4px 0 4px -4px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 4px 0 4px -4px rgba(0,0,0,0.3), inset -4px 0 4px -4px rgba(0,0,0,0.3);
    overflow: visible;
}

.acvthreshold {
    display: inline-block;
    float: left;
    height: 32px;
    left: 15px;
    margin: 0 auto;
    position: absolute;
    top: 3px;
    width: 32px;
}

div.RadGrid .rgDetailTable tr {
    background-color: #C9C9C9;
}

div.RadGrid .rgExpand, div.RadGrid .rgCollapse {
    margin-left: -5px;
}

/*End Data.aspx CSS*/

/*BatchingAdvancedSettings.aspx CSS*/
.tab-text {
    line-height: 25px !important;
    margin-top: 10px !important;
    padding: 0 10px !important;
    text-transform: none !important;
    font: 12px !important;
}

ul.threshold {
    width: 300px;
    float: left;
}

    ul.threshold li.thresholdli {
        margin: 20px;
    }

ul.boolean {
    margin-top: 10px;
    display: inline-block;
}

    ul.boolean li.booleanli {
        margin: 20px;
    }

/*End BatchingAdvancedSettings.aspx CSS*/

/*Exceptions.aspx CSS*/
ul.list li .details {
    padding: 3px 0 6px;
}

ul.list img {
    vertical-align: top;
}

input.smallbutton {
    width: 32px;
}

.colorchange {
    background-color: #8c8c8c !important;
}
/*End Exceptions.aspx CSS*/


/*FileUpload.aspx CSS*/
.ul_padding {
    padding: 5px;
}

    .ul_padding li {
        margin-bottom: 5px;
    }

        .ul_padding li .label-name {
            width: 75px;
            text-align: right;
            display: inline-block !important;
        }

        .ul_padding li .checkbox {
            margin-left: 75px;
            display: inline-block;
        }

        .ul_padding li.last {
            float: right;
            margin-right: 17px;
        }

.box {
    display: block;
    width: 377px;
}

    .box h3 {
        padding: 0;
        margin: 0;
        margin-bottom: 5px;
    }

.boxUL {
    width: 450px;
    padding: 0 25px;
    float:none !important;
    display:inline-block;
}
    .boxUL > li {
        padding-bottom: 8px;
    }

html:first-child .RadWindow ul{
    float:none !important;

}

.listErrors li {
    padding-bottom: 3px;
}

.toggle-button {
    display: inline;
    float: right;
    position: relative;
    top: 35px;
    overflow: hidden;
}

    .toggle-button div {
        width: 32px;
        height: 32px;
        background-color: #2bb6ed;
        cursor: pointer;
        float: left;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

        .toggle-button div span {
            position: absolute;
            width: 60px;
            height: 28px;
            margin: 2px 0;
            opacity: 0;
            color: #fff;
            vertical-align: central;
            line-height: 28px;
            font-size: 1.2em;
        }

    .toggle-button:hover div {
        width: 120px;
    }

        .toggle-button:hover div span {
            width: 100px;
            opacity: 1;
        }

        .toggle-button:hover div img {
        }

.dropzone {
    width: 500px;
    float: left;
    text-align: center;
    font-size: 16px;
    margin: 5px;
}

.scrollPaneBuffer {
    height: 100%;
}

.btnViewFiles_Selected {
    font-weight: bold;
}

    .btnViewFiles_Selected div.button-text {
        color: #5f5f5f;
    }

.successDiv {
    background-color: #24A0DA;
    color: #FFFFFF;
    display: none;
    font-size: 1.2em;
    height: 50px;
    padding: 10px;
    position: absolute;
    right: 460px;
    top: 150px;
    width: 230px;
}


.validation {
    display: inline-block;
}

.hide-child {
    visibility: hidden;
}

/*End FileUpload.aspx CSS*/

/* Start Create New Item CSS */
.validationTop {
    position: relative;
    left: 15px;
}

.validationBottom {
    position: relative;
    left: 85px;
}

.button-left {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}
/* End Create New Item CSS */

/*Start Folder Tree Css*/
.width-adjust .RadToolBar_Metro .rtbOuter {
    border: none !important;
    padding-top: 4px !important;
}

.RadToolBar_Metro, .RadToolBar_Metro .rtbOuter {
    background-color: #fff;
}

.width-adjust img {
    height: 22px !important;
    width: 22px !important;
}

/*.width-adjust .RadInput_Metro .riTextBox {
    margin-top: -4px !important;
    height: 24px !important;
}*/

.navigate-icon {
    height: 40px;
    min-width: 40px;
    position: absolute;
    top: 51px;
    right: 0;
}

    .navigate-icon img {
        width: 32px !important;
        height: 32px !important;
        padding: 5px !important;
        float: right;
    }

.hover {
    border-color: transparent !important;
}

.button-padding {
    padding-right: 3px;
    padding-top: 3px;
    height: 16px;
}

.filter-bar {
    display: block;
    width: 100%;
    border-bottom: 1px solid lightgray;
}

.filter-bar-item {
    margin: 10px 0 10px 5px !important;
}

.treeview img {
    height: 18px;
    width: 18px;
}

.treeview.RadTreeView .rtHover .rtIn {
    font-weight: bold;
}

.combobox_separator {
    border-bottom: 2px solid LightGray !important;
}

ul.ul_details, ul.ul_details_left {
    list-style: none;
}

    ul.ul_details li, ul.ul_details_left li {
        min-width: 50%;
        max-width: 100%;
        /*max-height: 1.5em;*/
        overflow: hidden;
    }

    ul.ul_details_left li {
        float: left;
    }

.tooltipCleanData {
    color: whitesmoke !important;
}

    .tooltipCleanData a {
        color: white !important;
    }

.no-overflow {
    overflow: hidden !important;
}


#windowScoreCardExport {
    padding: 10px !important;
    width: 320px;
    text-align: center;
}

#scorecardxAOC {
    font-weight: bold;
}

#aocErrorMessage {
    color: red;
}

.scoreCardButtons {
    width: 148px !important;
}

.hideNode, .hideUserNode {
    display: none;
}

.showNode, .showUserNode {
    display: normal !important;
}

.tree-filter {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

    .tree-filter img.filter-icon {
        margin-right: 5px;
        float: left;
    }

    .tree-filter ul {
    }

        .tree-filter ul li {
            margin-bottom: 5px;
        }

            .tree-filter ul li:first-child {
                /*margin-bottom: 10px;*/
            }

                .tree-filter ul li:first-child img {
                }

                .tree-filter ul li:first-child label {
                    font-size: 1.2em;
                    display: inline-block;
                    margin-top: 2px;
                }

            .tree-filter ul li > label {
                text-align: left;
                margin: 5px 2px;
                display: block;
                font-weight: 800;
            }

            .tree-filter ul li button {
                margin-right: 3.6px;
            }

            .tree-filter ul li input {
                width: 96%;
                font-size: 12px;
                padding: .3em .2em;
            }
/*End Folder Tree Css*/



/*Select Folder Css*/

#splitter {
    /*width:100%;*/
    height: 99%;
    background-color: transparent;
}

.select-folder-buttons {
    width: 100%;
}

ul.select-folder-buttons li {
    padding: 10px;
    display: inline-block;
}

li.float-right {
    float: right;
}

/*End Select Folder Css*/



/* Reporting!!! */

.presentation-window .report-container {
    height: 400px;
    background: transparent url('/Img/loader.gif') no-repeat center center;
}

    .presentation-window .report-container .Report {
        background-color: #ffffff;
    }

.presentation-window .hidden {
    visibility: hidden;
    position: absolute;
}

.presentation-window .container {
    border: 1px solid #cccccc;
    background-color: #ffffff;
}

.presentation-window #report-type-thumbnail {
    margin: 4px 0px 4px 0px;
    padding: 3px;
    overflow-x: auto;
    white-space: nowrap;
}

.presentation-window #report-thumbnail {
    /* Width of the left panel, minus the width of a scrollbar */
    text-align: center;
}

.presentation-window #reports {
    margin-bottom: 8px;
}

.presentation-window .left-panel-container {
    margin: 5px;
    padding: 0px;
    width: 180px;
    height: 100%;
    text-align: center;
}

.presentation-window #report-thumbnail .RadPanelBar .rpRootGroup {
    border-width: 0;
}

.presentation-window .container a.thumbnail {
    border: 1px solid #ccc;
    opacity: .8;
    display: inline-block;
    vertical-align: top;
}

.presentation-window #report-type-thumbnail a.thumbnail {
    margin: 0 2px;
}

.presentation-window #report-thumbnail a.thumbnail {
    margin: 5px 0;
}

.presentation-window #report-thumbnail img {
    width: 150px;
}

.presentation-window #report-thumbnail .placeholder {
    width: 149px;
    height: 96px;
    background-color: #ddd;
}

.presentation-window .container a.thumbnail:hover, .presentation-window .container a.thumbnail.active-thumbnail, .presentation-window .container a.thumbnail.active-thumbnail:hover {
    opacity: 1;
    border-color: #888;
}

.presentation-window .container a.thumbnail img {
    display: block;
    width: 120px;
    height: auto;
}

.presentation-window .report-thumbnail-container {
    text-align: center;
    margin: 0;
    padding: 0;
}

.presentation-window .slide-container {
    /*height: 100%;*/
    width: 100%;
    position: relative;
}

.presentation-window .RadPanelBar .rpHeaderTemplate {
    cursor: pointer !important;
}

.presentation-window .RadPanelBar h5 {
    font-weight: normal !important;
    font-size: 1.3em !important;
    padding: 8px 2px !important;
    margin: 0 !important;
}

.presentation-window .RadPanelBar h4 {
    font-weight: normal !important;
    font-size: 1.2em !important;
    padding: 2px 8px !important;
    margin: 0 !important;
    color: #111 !important;
}

.presentation-window .RadPanelBar_Metro .rpFirst div.rpHeaderTemplate {
    background-color: #008fff !important;
    color: #fff !important;
}

    .presentation-window .RadPanelBar_Metro .rpFirst div.rpHeaderTemplate h5 {
        color: #fff !important;
        text-align: center !important;
    }

.presentation-window .RadPanelBar_Metro .rpLast div.rpHeaderTemplate {
    background-color: #fff;
    border-color: #888 !important;
}

.presentation-window .RadPanelBar_Metro div.rpExpanded h5 {
    padding-left: 3px !important;
}

.presentation-window .radpanelbar-internal-wrapper {
}

    .presentation-window .radpanelbar-internal-wrapper li {
        padding: 5px 0 !important;
        border-bottom: 1px solid #888 !important;
    }

        .presentation-window .radpanelbar-internal-wrapper li a {
            color: #555 !important;
            padding-left: 3px !important;
        }

            .presentation-window .radpanelbar-internal-wrapper li a:hover {
                color: #000 !important;
            }

            .presentation-window .radpanelbar-internal-wrapper li a.activeSlideshow {
                color: #000 !important;
            }

.presentation-window .RadPanelBar_Metro .rpRootGroup {
    border-width: 0 !important;
}

.presentation-window .Report {
    visibility: hidden;
    position: absolute;
}

.presentation-window .handle {
    /*    height: 24px;
    width: 24px;
    margin: 0 auto;
    cursor: pointer;
    z-index: 1;
    position: relative;*/
}

.presentation-window .buttons {
    padding: 5px;
    /*width: 100px;*/
    /*height: 0;
    position: absolute;
    top: 0px;
    left: -40px;*/
    /*background-color: rgba(99,99,99, 0.4);*/
    /*display: none;*/
    z-index: 1;
    overflow: hidden;
}

.presentation-window .button-holders {
    background: none repeat scroll 0 0 #CCCCCC;
    border-top: 1px solid #555555;
    height: 22px;
    padding: 2px;
    width: 176px;
    cursor: initial;
}

    .presentation-window .button-holders a {
        display: inline-block;
        margin: 4px;
        text-decoration: none;
        line-height: 0;
    }

.RadPanelBar .rpSlide {
    height: 100%;
}

.RadPanelBar .rpLast {
    height: 100%;
}

.kendo-rename {
    padding: 10px;
}

    .kendo-rename li label {
        width: 80px;
        display: inline-block;
        text-align: right;
    }

.kendo-delete {
    padding: 10px;
}

    .kendo-delete li label {
        font-weight: bold;
    }

.presentation-window .singleReports li:first-child {
    font-style: italic;
    background-color: #008fff;
    text-align: center;
    color: #fff;
}

.presentation-window .singleReports li {
}

table.presentation-window > tbody > tr > td {
    vertical-align: top;
}

.maintainance {
    margin: 150px auto;
    width: 875px;
    height: 400px;
    padding: 10px;
}

    .maintainance img {
        float: left;
    }

    .maintainance .text {
        display: inline-block;
        font-size: 25px;
        width: 475px;
        margin-top: 156px;
        margin-left: 10px;
    }


/*Telerik Skin Override CSS Start*/
div.RadMenu_Metro .rmLink {
    text-transform: none !important; 
}

.RadMenu_Metro .rmRootLink {
    border: none !important;
}

div.RadGrid .rgGroupHeader td div div {
    /* This causes the RadGrid "Grouped By" columns to render incorrectly   */
    /*top: 0;*/
}

.RadPanelBar_Metro a.rpFocused, .RadPanelBar_Metro a.rpFocused:hover, .RadPanelBar_Metro div.rpFocused, .RadPanelBar_Metro a.rpSelected, .RadPanelBar_Metro a.rpSelected:hover, .RadPanelBar_Metro div.rpSelected {
    color: black !important;
}

/*.rspSlideContainer tr {
    background-color: #fff !important;
}*/

.RadGrid_Metro .rgGroupPanel {
    background: #EDEDED !important;
    border: none !important;
    border-top: .5px solid #c0c0c0 !important;
    color: #767676 !important;
}

.RadMenu_Metro .rmRootGroup, .RadMenu_Metro ul.rmRootScrollGroup {
    background-color: #fff !important;
    padding: 2px !important;
}

.RadSplitter_Metro .rspCollapseBarCollapseOver,
.RadSplitter_Metro .rspCollapseBarExpandOver,
.RadSplitter_Metro .rspCollapseBarHorizontalExpandOver,
.RadSplitter_Metro .rspCollapseBarHorizontalCollapseOver,
.RadSplitter_Metro .rspTabsContainer {
    background-color: #CCC !important;
}

.RadSplitter_Metro .rspPaneTabContainer {
    border-color: #ccc !important;
}

.RadSplitter .rspSlideHeaderUndockIcon {
    background-position: -65px 0 !important;
}

.rmItem:hover {
    background-color: none !important;
}

.RadMenu a.rmLink.active {
    background-color: #EDEDED !important;
}

.RadMenu_Metro .rmGroup .rmFocused,
.RadMenu_Metro .rmGroup .rmFocused:hover,
.RadMenu_Metro .rmGroup .rmSelected,
.RadMenu_Metro .rmGroup .rmSelected:hover,
.RadMenu_Metro .rmGroup .rmExpanded,
.RadMenu_Metro .rmGroup .rmExpanded:hover {
    color: inherit;
    background-color: #E5E5E5;
}

/*.RadButton_Metro.rbLinkButton:hover {
    background-color: #fff;
    color: #000;
}*/

span.RadButton_Metro.RadButton.rbLinkButton.LargeButtons, span.RadButton_Metro.RadButton.rbLinkButton.quads {
    background-color: #fff;
}

span.RadButton_Metro.RadButton.rbLinkButton.next-button-folder {
    background-color: #fff;
    border-color: transparent;
}

span.RadButton_Metro.RadButton.rbLinkButton.noborder {
    background: #fff;
    border-color: transparent;
}

.RadButton_Metro.RadButton.rbLinkButton {
    background-color: #fff;
    color: #717171;
    border-color: transparent;
}

    .RadButton_Metro.RadButton.rbLinkButton:hover {
        border-color: #ccc;
    }

    .RadButton_Metro.RadButton.rbLinkButton.VRInfinity {
        background-color: #000 !important;
    }

.RadComboBoxDropDown .rcbScroll {
    max-height: 364px !important;
}
    

.nobackground.RadButton_Metro.RadButton.rbLinkButton {
    background-color: transparent !important;
}

.focusOff .RadButton_Metro.RadButton:focus {
    background-color: transparent !important;
    border-color: transparent !important;
}

.focusOff .RadButton_Metro.RadButton:active, .focusOff.RadButton_Metro.RadButton:focus,
.focusOff.RadButton_Metro.rbPressedButton, .focusOff.RadButton_Metro.RadButton.rbSkinnedButtonChecked,
.focusOff.RadButton_Metro.RadButton.rbSkinnedButtonChecked:hover, .focusOff.RadButton_Metro.RadButton.rbLinkButtonChecked,
.focusOff.RadButton_Metro.RadButton.rbLinkButtonChecked:hover, .focusOff.RadButton_Metro.RadButton.rbVerticalButtonChecked,
.focusOff.RadButton_Metro.RadButton.rbVerticalButtonChecked:hover, .focusOff.RadButton_Metro.RadButton.rbVerticalButtonChecked .rbDecorated {
    background-color: #fff !important;
    color: #717171 !important;
    border-color: transparent !important;
}

.RadSplitter .rspSlideTitle {
    font-size: 14px !important;
    font-weight: bold !important;
    color: #717171 !important;
}

.RadToolBar_Metro .rtbSplBtnFocused .rtbWrap, .RadToolBar_Metro .rtbItemFocused .rtbWrap, .RadToolBar_Metro .rtbItemHovered .rtbWrap {
    background-color: transparent;
    border: 1px solid #ccc;
    color: #767676;
    box-shadow:none;
}

.RadToolBar_Metro .rtbChoiceArrow {
    background-image: url('/Img/rtbDropArrows.png') !important;
}

.RadGrid_Metro .rgRow td {
    border-color: #E5E5E5 !important;
}

.RadGrid_Metro .rgRow,
.RadGrid_Metro .rgAltRow {
    /*user-select: none !important;
    -moz-user-select: -moz-none !important;*/
}

.RadGrid_Metro .rgSelectedRow {
    user-select: text !important;
    -moz-user-select: text !important;
    background: rgb(93,175,237);
}

/*   These styles are applied to the DropDown button to the right of the DropDownButton   */
a.RadButton#ButtonDropDown {
    background-color: rgb(37, 160, 218) !important;
    padding: 5px 20px !important;
    color: #fff !important;
    text-decoration: none !important;
    border-width: 0 !important;
    padding: 5px 8px !important;
    margin: 1px !important;
    height: auto !important;
}

    a.RadButton#ButtonDropDown:hover {
        background-color: #2bb6ef !important;
    }

.rmSized ul li {
    float: right !important;
}

.RadGrid_Metro .rgActiveRow td, .RadGrid_Metro .rgActiveRow td.rgSorted, .RadGrid_Metro .rgSelectedRow td, .RadGrid_Metro .rgSelectedRow td.rgSorted {
    border-color: #E5E5E5 !important;
}

.RadTreeView_Metro .rtPlus, .RadTreeView_Metro .rtMinus {
    background-image: url('/Img/PlusMinus.png') !important;
}

.RadToolBar_Metro .rtbSplBtnFocused .rtbWrap, .RadToolBar_Metro .rtbItemFocused .rtbWrap, .RadToolBar_Metro .rtbItemHovered .rtbWrap {
    color: #767676;
}

.RadButton_Metro.rbSkinnedButton .rbDecorated {
    margin-left: 0px !important;
}

.radIconButtons {
    height: 22px;
    border: 1px solid #cdcdcd;
    background-color: #f9f9f9;
    color: #000;
    padding: 0;
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

    .radIconButtons img {
        left: 4px;
        top: 2px;
        height: 16px;
        overflow: hidden;
        display: block;
        position: absolute;
    }

    .radIconButtons span {
        padding-left: 20px;
    }

    .radIconButtons:hover {
        background-color: #cdcdcd;
        border-color: #767676;
    }


.radcombobox-spacing {
    padding-left: 10px;
}

.rspResizeBar {
    border-right-width: 0px !important;
}

.RadPanelBar_Metro .rpTemplate {
    padding: 0 !important;
}

.RadPanelBar_Metro .rpHeaderTemplate {
    padding: 0 !important;
}

/* This fixes an alignment issue with the Exclude icon on the Data.aspx page */
/* https://trello.com/c/s3iQnQ6O/67-all-0-sku-count-and-hide-show-excluded-items-icon */
.RadMenu .rmSlide .rmVertical img.rmLeftImage {
    top: inherit;
}

.menuitem .rbLinkButton {
    padding: 0 5px !important;
}

.LargeButtons .rbText {
    display: none;
}

.quads .rbText {
    display: none;
}

.navigate-icon .rbText {
    display: none;
}

.navigate-icon .rbLinkButton {
    padding: 0 !important;
}

/*Telerik Skin Override CSS End*/

.distHover {
    display: none;
    position: absolute;
    background-color: #ccc;
    color: #000;
}


.toolbar-asg {
    list-style-type: none;
    height: 20px;
    width: 99%;
    margin-top: 5px;
    margin-bottom: 10px;
}

    .toolbar-asg li {
        float: left;
        margin: 0;
        width: auto;
    }

.toogle-buttons-asg {
    background-color: white !important;
}


/*.RadButton_Metro.rbSkinnedButtonChecked input.rbDecorated {
    background-color: transparent !important;
    border: 1px solid transparent !important;
}*/

.toolbar-asg .RadButton_Metro.RadButton:active,
.toolbar-asg .RadButton_Metro.RadButton:focus,
.toolbar-asg .RadButton_Metro.rbPressedButton,
.toolbar-asg .RadButton_Metro.RadButton.rbSkinnedButtonChecked,
.toolbar-asg .RadButton_Metro.RadButton.rbSkinnedButtonChecked:hover,
.toolbar-asg .RadButton_Metro.RadButton.rbLinkButtonChecked,
.toolbar-asg .RadButton_Metro.RadButton.rbLinkButtonChecked:hover,
.toolbar-asg .RadButton_Metro.RadButton.rbVerticalButtonChecked,
.toolbar-asg .RadButton_Metro.RadButton.rbVerticalButtonChecked:hover,
.toolbar-asg .RadButton_Metro.RadButton.rbVerticalButtonChecked .rbDecorated {
    background-color: transparent !important;
    border: 1px solid transparent !important;
    color: #000 !important;
}

.nofocus.RadButton_Metro.RadButton:active,
.nofocus.RadButton_Metro.RadButton:focus,
.nofocus.RadButton_Metro.rbPressedButton,
.nofocus.RadButton_Metro.RadButton.rbSkinnedButtonChecked,
.nofocus.RadButton_Metro.RadButton.rbSkinnedButtonChecked:hover,
.nofocus.RadButton_Metro.RadButton.rbLinkButtonChecked,
.nofocus.RadButton_Metro.RadButton.rbLinkButtonChecked:hover,
.nofocus.RadButton_Metro.RadButton.rbVerticalButtonChecked,
.nofocus.RadButton_Metro.RadButton.rbVerticalButtonChecked:hover,
.nofocus.RadButton_Metro.RadButton.rbVerticalButtonChecked .rbDecorated {
    background-color: transparent !important;
    border: 1px solid transparent !important;
    color: #000 !important;
}

/*  Telerik Add-Ons */
.searchbar {
    color: #fff;
    font-weight: bold;
    margin: 0 1px;
    padding: 5px;
}

    .searchbar input[type="text"] {
        width: 250px;
    }

.hurdleRate {
    visibility: hidden;
    background: white;
    /*width: 350px;*/
    height: 50px;
    position: absolute;
    top: 52px;
    padding: 5px;
    border: 1px solid #CCC;
    -webkit-box-shadow: 1px 1px 3px #ccc;
    -moz-box-shadow: 1px 1px 3px #ccc;
    box-shadow: 1px 1px 3px #ccc;
    z-index: 10;
}

.errorDiv {
    background-color: #24A0DA;
    color: #FFFFFF;
    display: none;
    font-size: 1.4em;
    height: 50px;
    padding: 10px;
    position: absolute;
    right: 460px;
    top: 250px;
    width: 230px;
}

/*External RadWindow Pages Styles Start*/

.notification {
    position: absolute;
    display: none;
    bottom: -100px;
    right: 10px;
    background-color: #008fff;
    color: #fff;
    min-height: 80px;
    height: auto;
    width: 300px;
}

.notificationText {
    padding: 10px;
    font-size: 16px;
}

.notificationError {
    background-color: #e52f2f;
}

.notificationWarning {
    background-color: #ff7800;
}

/*Start Kendo Overrides*/
.k-primary {
    background-color: rgb(0,143,255) !important;
    border-color: none !important;
}

.k-overflow-container .k-primary, .k-primary {
    border-color: none !important;
}

.k-active-filter, .k-state-active, .k-state-active:hover, .k-tabstrip .k-state-active {
    border-color: none !important;
}

.k-state-hover {
    background-color: rgb(0,143,255) !important;
}

.k-button:hover {
    background-color: rgb(0,143,255) !important;
    border-color: rgb(0,143,255) !important;
    background: none;
}

.k-button.k-state-focused,
.k-button.k-state-focused:hover {
    background-color: rgb(0,143,255);
    background: none;
}

.k-button.k-state-focused, .k-grid-header th.k-state-focused, .k-list > .k-state-focused, .k-listview > .k-state-focused, .k-state-focused, td.k-state-focused{
    box-shadow:none;
}

.k-state-hover, .k-state-hover:hover {
    background-color: rgb(0,143,255) !important;
    background: none;
}

.k-state-selected, .k-link.k-state-selected, .k-list > .k-state-selected,
.k-panel > .k-state-selected, .k-button:active,
.k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal,
.k-draghandle.k-state-selected:hover {
    background-color: rgb(0,143,255) !important;
    border-color: rgb(0,143,255) !important;
}

.k-list > .k-state-focused, .k-list > .k-state-highlight {
    border-color: rgb(0,143,255) !important;
}

.k-menu .k-state-hover > .k-link {
    background-image: none,linear-gradient(to bottom,rgb(0,143,255) 0,rgb(0,143,255) 100%);
    border-color: rgb(0,143,255);
}

/*.k-button.k-state-hover, .k-button:hover, .k-draghandle:hover, .k-other-month.k-state-hover .k-link, .k-pager-wrap .k-link:hover, .k-state-hover, .k-state-hover:hover, .k-textbox:hover, div.k-filebrowser-dropzone em {
    background-image: none,linear-gradient(to bottom,rgb(0,143,255) 0,rgb(0,143,255) 100%) !important;
    color:#fff;
}*/
div.k-list-container ul.k-list li.k-item.k-state-hover, div.k-list-container ul.k-list li.k-item.k-state-hover:hover {
    background-image: none,linear-gradient(to bottom,rgb(0,143,255) 0,rgb(0,143,255) 100%);
}

ul.k-tabstrip-items li.k-state-hover {
    background-image: none,linear-gradient(to bottom,rgb(0,143,255) 0,rgb(0,143,255) 100%);
    border-color: rgb(0,143,255);
}

ul.k-tabstrip-items li.k-state-active {
    border-color: rgb(93,175,237);
}

input.k-textbox:hover, input.k-input {
    border-color: rgb(93,175,237);
}

.k-grid td.k-state-selected:hover, .k-grid tr:hover {
    background-color: rgb(93,175,237) !important;
}

    .k-grid td.k-state-selected:hover a, .k-grid tr:hover a {
        color: #fff;
    }

.k-button:focus:active:not(.k-state-disabled):not([disabled]) {
    box-shadow: none;
}

.k-button:focus:not(.k-state-disabled):not([disabled]) {
    background: rgb(0,143,255);
    color: #fff;
    box-shadow: inset 0 0 0 1px rgb(0,143,255);
}

.k-autocomplete.k-state-focused, .k-autocomplete.k-state-hover,
.k-dropdown-wrap.k-state-focused, .k-dropdown-wrap.k-state-hover,
.k-numeric-wrap.k-state-focused, .k-numeric-wrap.k-state-hover,
.k-picker-wrap.k-state-focused, .k-picker-wrap.k-state-hover {
    background-image: none;
    background-color: #25a0da;
}

.k-upload .k-upload-selected{
    color:#008fe1;
}

.k-popup > .k-group-header, .k-popup > .k-virtual-wrap > .k-group-header {
    background: rgb(0,143,255);
}

.k-popup .k-list .k-item > .k-group {
    background: rgb(0,143,255);
}

.k-list > .k-state-focused.k-state-selected, 
.k-listview > .k-state-focused.k-state-selected, 
.k-state-focused.k-state-selected, td.k-state-focused.k-state-selected {
    box-shadow: none;
}

.k-active-filter, .k-state-active, .k-state-active:hover, .k-tabstrip .k-state-active {
    border-color: rgb(93,175,237);
}
/*End Kendo Overrides*/
/*Start Advanced Settings*/
.contents {
    display: none;
    margin-top: -13px;
}

.tab {
    height: 37px;
    background-color: rgb(0,143,255);
    list-style-type: none;
    font-size: 12px;
}

    .tab li {
        display: inline;
        float: left;
        margin-top: 11px;
        margin-right: 52px;
        margin-left: -36px;
    }

        .tab li a {
            text-decoration: none;
            color: white;
            padding: 4px;
        }

            .tab li a.active {
                background-color: white;
                color: #717171;
            }

.leftEval {
    height: 100%;
    display: inline-block;
    margin-left: 10px;
}
/*End Advanced Settings*/
table.space-grid-products {
    width: 100%;
}

    table.space-grid-products td {
        vertical-align: top;
        padding: 2px 5px;
    }

        table.space-grid-products td.findme {
            width: 20%;
        }

.colorme.red, .colorme.red td {
    background-color: #d47575;
    color: #fff;
}

.colorme.yellow, .colorme.yellow td {
    background-color: #ffffa1;
    color: #000;
}

.colorme.green, .colorme.green td {
    /*background-color: #8f8;
    color: #000;*/
    background-color: transparent;
    color: #080;
}

#tableButtons {
}

    #tableButtons li {
        width: 140px;
        display: inline-block;
        padding-bottom: 10px;
    }

        #tableButtons li img {
            width: 120px;
            height: 72px;
        }

/*
.InsightsExport {
    float:left;
    width:180px !important;
    margin-left: 10px !important;
}
*/

a.InsightsExport {
    display: block;
    width: 80%;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
}

    a.InsightsExport:hover h4 {
        color: #000;
    }


#tableButtons li a.InsightsExport {
    display: block;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

    #tableButtons li a.InsightsExport h5 {
        margin: 5px 0;
        padding: 0;
        display: block;
        width: 100%;
        height: 2em;
        line-height: 1em;
    }

.labelAutoWidth {
    width: auto !important;
}

.ntxtAutoWidth {
    width: 50px !important;
}

/* CustomView Grid/Data page CSS */
.EditDeleteViewMenu {
    display: none;
}

.customviewitem {
    line-height: 20px;
}

    .customviewitem:hover .EditDeleteViewMenu {
        display: block;
        float: right;
    }

.activeViewMenuItem {
    font-weight: bold;
}

.error-text {
    margin: 5px;
}

.note {
    background-color: #F1E582;
    border: 1px solid #BFB34F;
    width: 467px;
    padding: 5px;
    margin: 0px 0 8px 0;
}

/*.RadGrid_Metro .rgMasterTable .rgSelectedCell, .RadGrid_Metro .rgSelectedRow {
    background: #7fdcff !important;
}

.RadGrid_Metro .rgHeader a {
    color: #737373 !important;
    font-weight: bold !important;
}

.RadGrid_Metro .rgRow > td, .RadGrid_Metro .rgAltRow > td, .RadGrid_Metro .rgEditRow > td {
    border-width: 0 0 1px 0 !important;
}*/

/*Batching Discontinued menuitem Manager*/
#discTabstrip ul li {
    height: 100%;
}


/*Batch Library Page Css Start*/
#mainPanes {
    height: 100%;
    width: 100%;
}

/*Batch Library Page Css End*/

.NoScroll {
    overflow: hidden;
}

#setMileStones {
    display: none;
    overflow: hidden;
    height: auto;
    background-color: #fff !important;
    position: absolute;
    border: 1px solid #ccc;
    z-index: 10;
    -webkit-box-shadow: 1px 1px 3px #ccc;
    -moz-box-shadow: 1px 1px 3px #ccc;
    box-shadow: 1px 1px 3px #ccc;
}

ul.button-list {
    padding: 15px 5px;
}

    ul.button-list li {
        margin: 5px;
        float: left;
    }

#position-impact-grid .positive-impact {
    background: #00A53c;
    color: #fff;
}

#position-impact-grid .negative-impact {
    background: #db3515;
    color: #fff;
}

.validation-text {
    color: #ec232b;
    font-size: 1em;
    font-weight: bold;
}

.toolbar-filter-item {
    display: inline-block !important;
}

@-moz-document url-prefix() {
    .toolbar-filter-item {
        display: ruby !important;
    }
}

.batch-window-message{
    padding: 10px;
}

    .batch-window-message h5{
        padding-top:0;
    }

    #scenarioUpload ul li {
        margin-bottom: 5px;
    }

    #scenarioUpload ul li:last-child {
        float:right;
    }

#scenarioSuccessMessage ul, #scenarioErrorMessage ul {
    list-style-type: disc;
    margin-left: 15px;
}

#actualsSwitch {
    padding-top: 13px;
    margin: 5px 0 0 10px;
    display: none;
}

.toggle-switch {
    background: #ccc;
    width: 40px;
    height: 20px;
    overflow: hidden;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

    .toggle-switch:after {
        content: " ";
        display: block;
        width: 20px;
        height: 30px;
        background-color: #3498DB;
        border: 3px solid #fff;
        border-top: 0;
        border-bottom: 0;
        margin-left: -3px;
        transition: all 0.1s ease-in-out;
    }

.active-toggle .toggle-switch:after {
    margin-left: 20px;
}

.toggle-label {
    display: inline-block;
    line-height: 30px;
}

.toggle-label-off {
    color: #3498DB;
}

.active-toggle .toggle-label-off {
    color: #000;
}

.active-toggle .toggle-label-on {
    color: #3498DB;
}