﻿/*#region Site.css Classes*/

html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: #c7d1d6;
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
}

#body {
    background-color: #efeeef;
    clear: both;
    padding-bottom: 35px;
}

.main-content {
    background: url("../Images/accent.png") no-repeat;
    padding-left: 10px;
    padding-top: 30px;
}

.featured + .main-content {
    background: url("../Images/heroAccent.png") no-repeat;
}

header .content-wrapper {
    padding-top: 20px;
}

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin: 0;
            padding: 0;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button {
            width: auto;
        }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

    label.checkbox {
        display: inline;
    }

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    width: auto;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

/*#endregion Site.css Classes*/

/*#region Mobile*/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }

    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}
/*#endregion Mobile*/

/*#region Font Face*/
@font-face {
    font-family: RobCL;
    src: url('../../fonts/roboto-condensed.light.ttf') format('truetype');
}

@font-face {
    font-family: "Slate";
    src: url('/fonts/SLATEPRO-LIGHT.TTF') format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: "Slate";
    src: url('/fonts/SLATEPRO-LIGHTITALIC.TTF') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: "Slate";
    src: url('/fonts/SLATEPRO-CONDENSED.TTF') format('truetype');
    font-weight: 200;
}

@font-face {
    font-family: "Slate";
    src: url('/fonts/SLATEPRO-BK.TTF') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: "Slate";
    src: url('/fonts/SLATEPRO-MEDIUM.TTF') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: "Slate";
    src: url('/fonts/SLATEPRO-MEDIUMCONDENSED.TTF') format('truetype');
}

@font-face {
    font-family: "Slate";
    src: url('/fonts/SLATEPRO.TTF') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: "HindSiliguri";
    src: url('../../fonts/HindSiliguri-Light.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "HindSiliguri";
    src: url('../../fonts/HindSiliguri-Regular.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "HindSiliguri";
    src: url('../../fonts/HindSiliguri-Medium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "HindSiliguri";
    src: url('../../fonts/HindSiliguri-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "HindSiliguri";
    src: url('../../fonts/HindSiliguri-Bold.ttf') format('truetype');
    font-weight: bolder;
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Telex";
    src: url('../../fonts/Telex-Regular.ttf') format('truetype');
}

@font-face {
    font-family: Roboto;
    src: url('../../fonts/roboto.light (1).ttf') format('truetype');
}

@font-face {
    font-family: RobotoT;
    src: url('../../fonts/roboto.thin.ttf') format('truetype');
}

@font-face {
    font-family: RobotoBlack;
    src: url('../../fonts/roboto.black.ttf') format('truetype');
}

@font-face {
    font-family: Roboto;
    font-weight: 400;
    src: url('../fonts/roboto-regular.ttf') format('truetype');
}
/*#endregion Font Face*/

/*#region Dashboard Classes*/
:root {
    --mWidth: 100%;
}

html {
    background-color: #FFF !important;
}

body {
    /*min-width: auto;*/
}

footer {
    background-color: #FFF !important;
}

.bar1, .bar2, .bar3 {
    width: 20px;
    height: 2px;
    background-color: #666666;
    margin: 4px 0;
    z-index: 0;
    transition: all 0.7s ease;
}

.PageContent {
    margin-top: 0;
    padding-top: 50px;
    background-color: white;
    z-index: 3;
}

.FilterToggle {
    cursor: pointer;
    position: absolute;
    top: 15px;
    left: 50px;
}

#LeftFilter {
    max-width: 265px;
    z-index: 0;
    width: 265px;
    position: fixed;
    display: block;
    min-width: 265px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: inherit;
    /* margin-bottom: 4vh; */
    background: white;
    background-color: white;
    z-index: 1;
    left: 0;
    bottom: 45px;
    top: 50px;
}

    #LeftFilter .MusePanelTitleContainer {
        min-height: 40px;
        line-height: 40px;
    }

        #LeftFilter .MusePanelTitleContainer:not(:first-of-type) {
            border-top: 1px solid #f2f2f2;
        }

    #LeftFilter .MusePanelTitle {
        margin-top: 0;
        padding-left: 0px;
    }

    #LeftFilter .MusePanelTitleContainer .MusePanelTitleStatus {
        top: 15px;
    }

    #LeftFilter .MusePanel {
        padding-top: 0;
    }

#LoginForm {
    height: 100vh;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.topCircleBar {
}

.topActual {
    min-height: 160px !important;
}

.topProjected {
    min-height: 160px !important;
}

.topTarget {
    min-height: 160px !important;
}

.topCircleBar .svgContainer {
    width: auto;
    margin: 0 auto;
    max-height: 100%;
    height: 100%;
}

.topCircleBar svg {
    margin-top: 0 !important;
    position: relative;
    top: 25px;
    left: 0%;
}

.svgDiv {
    height: inherit;
    display: table;
    margin: 0 auto;
}

/*#topCircleBar #prevActual svg, #topCircleBar #prevProjected svg, #topCircleBar #prevProjected svg,{
    left: 0%;
}*/

.prevActual .MainTotalHeader, .prevProjected .MainTotalHeader, .prevProjected .MainTotalHeader {
    position: relative !important
}

.topCircleBar .MainTotalHeader {
    position: absolute !important;
    text-align: center !important;
    top: 30%;
    width: 100%;
}

.topCircleBar .MainTotalHeaderValue {
    position: absolute !important;
    text-align: center !important;
    top: 42%;
    width: 100%;
    font-size: 22px !important;
    font-weight: 500 !important;
    font-family: Roboto !important;
}

.prevActual .MainTotalHeaderValue, .prevProjected .MainTotalHeaderValue, .prevTarget .MainTotalHeaderValue {
    font-size: 10px !important;
    top: 67%;
}

.prevActual .MainTotalHeader, .prevProjected .MainTotalHeader, .prevTarget .MainTotalHeader {
    font-size: 0.6vw !important;
}

.prevActual, .prevProjected, .prevTarget {
    position: absolute !important;
    right: 30px;
    top: 60px;
}

    .prevActual svg, .prevProjected svg, .prevTarget svg {
        left: 0 !important;
    }

.GraphSubCatContainer {
    margin-left: 4.1vw;
    border-radius: .2em;
    padding: 5px 0;
    /*border: 1px solid #f2f2f2;*/
    margin-top: 5px;
}

.GraphSubCategory {
    display: inline-block;
    font-family: RobotoBlack;
    font-size: 9px;
    font-weight: 600;
    color: #666;
    text-align: center;
}

.MenuContent {
    margin-left: 0px;
    border: solid 1px #DEE2E6;
    width: 14vw;
    min-width: 265px;
    height: auto;
    background-color: white;
    display: none;
    position: absolute;
    left: 0px;
    margin-top: 13px;
    padding-left: 30px;
    box-shadow: 0px 5px 10px #CCC;
    border-radius: 0.15em;
    padding-bottom: 20px;
}

    .MenuContent .MuseFormLink {
        line-height: 55px;
        height: 55px;
        font-family: "Slate";
        font-weight: 600;
    }

.MuseFormLink {
    font-size: 14px;
    color: #888;
    font-weight: 400;
    border: none !important;
    line-height: 55px !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.MenuContent .MuseFormLinkSelected {
    line-height: 55px;
    height: 55px;
    font-family: "Slate";
    font-weight: 600;
    color: #0072C5;
}

.MenuContent .MuseFormLink:hover {
    cursor: pointer;
    text-decoration: none;
    color: #0072C5;
    font-weight: bold !important;
    border: none !important;
}

.blur {
    transform-origin: 40% 40%;
    opacity: 0.8;
    /*visibility: hidden;*/
    filter: blur(4px);
    /*transform: scale(0.0001, 0.0001);*/
}

.shadow {
    box-shadow: 7px 5px 15px #CCC !important;
}

.darken {
    background-color: #f2f2f2 !important;
}

ul {
    list-style-type: none;
}

li {
    cursor: pointer;
}

.input {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}

input {
    font-size: 12px !important;
}

    input + label {
        font-size: 12px;
        cursor: pointer;
        line-height: 0px;
        font-family: RobCL;
        font-weight: 300;
        color: #333;
        line-height: 20px;
    }

select {
    /*background: #AAA;*/
    color: #AAA;
    font-family: RobCL;
    font-size: inherit;
    height: 30px;
    /*text-shadow:0 1px 0 rgba(0,0,0,0.4);*/
}

.CheckboxItem {
    display: flex;
}

.CheckboxItemAll {
    position: absolute;
    display: flex;
    margin-top: -20px;
    left: 25%;
    cursor: pointer;
}


.MenuMain {
    color: #555;
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
    display: block;
    clear: both;
    margin-top: 50px;
    text-transform: uppercase;
    font-family: RobCL !important;
    font-weight: bold;
    text-decoration: underline;
}

.MenuItemHeaderHidden {
    color: #555;
    margin: 0px;
    padding: 0px;
    display: block;
    clear: both;
    margin-top: 20px;
    text-transform: capitalize;
    font-family: RobCL !important;
    font-weight: bold;
    display: none;
}

.MenuItemHeader {
    color: #555;
    margin: 0px;
    padding: 0px;
    display: block;
    clear: both;
    margin-top: 20px;
    text-transform: capitalize;
    font-family: RobCL !important;
    font-weight: bold;
}

.MenuItem {
    color: #555;
    margin: 0px;
    padding: 0px;
    display: block;
    clear: both;
    margin-top: 5px;
    text-transform: capitalize;
    font-family: RobCL !important;
    margin-right: 5px;
}

#body {
    height: 100%;
    min-width: 1024px;
    background-color: transparent !important;
    /*padding-bottom: 30px !important;*/
}

.RepBlock {
    padding: 0px;
    margin: 0px;
}

.RowTitle {
    font-family: RobCL;
    font-size: 17px;
    color: #999;
    height: 1px;
    margin: 15px auto 0;
    width: 100%;
    padding-left: 0;
    background-color: #f2f2f2;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


.rowColOne {
    min-width: 800px;
    width: 100%;
    max-width: 100%;
    padding: 15px 15px 0px;
    position: relative;
    display: block;
    float: none;
    background: none;
}

.rowColTwo {
    display: block;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 25px;
    box-sizing: border-box;
}

#Container_2 {
    margin-bottom: 25px;
}

/*.rowColTwo
{
    display: flex;
    align-items: center;
    flex-wrap:wrap;
}*/

#SSDTopLogo {
    max-width: 100%;
    max-height: 40px;
    margin: 0 auto;
    top: 4px;
    height: 45px;
    left: 15%;
    width: 150px;
    /*min-width: 150px;*/
    position: absolute;
}

#RWTopLogo {
    max-width: 100%;
    max-height: 50px;
    margin: 0 auto;
    top: 5px;
    height: 45px;
    left: 270px;
    width: 150px;
    /*min-width: 150px;*/
    position: absolute;
}

.DashBoardView {
    background-color: transparent;
    width: 86%;
    margin-left: 265px;
    position: relative;
    display: block;
    min-width: 880px !important;
}

.DashBoardFooter {
    background-color: #f7f7f7;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45px;
    line-height: 45px;
    box-sizing: border-box;
}

footer {
    height: auto !important;
}

/*.DashBoardRepDetailItemRow .LocationIcon {
    padding:10%;
}*/

.imgSettings {
    cursor: pointer;
    position: absolute;
    left: 110px;
    top: 50px;
}

.SettingsTitle {
    font-family: RobCL;
    font-size: 15px;
    text-wrap: avoid;
    white-space: nowrap;
}

#divSettingsContainer {
    display: none;
}

.inpSettings {
    width: 100%;
}

div[id*="Graph_Donut_"] {
    margin: 0 auto;
}

#text-field-container {
    border: solid 1px red !important;
}

/*input[type='number']
{
    margin-top:-10px;
    height:25px;
}*/

.ChartToolTip {
    /*border: solid 1px #DDD;
    border-radius: 5px;*/
    background-color: white;
    margin-top: 0px;
}

    .ChartToolTip td {
        padding: 5px;
        border: none;
    }

.btnResetReps {
    display: none;
}

.btnResetContainer {
    height: 50px;
}

.divOverAllSalesTotal {
    font-family: "Slate";
    font-size: 22px;
    /*margin-bottom: 15px;*/
}

.divOverAllSalesTotalDate {
    font-family: "Slate";
    font-size: 13px;
    font-weight: 600;
    margin-left: 0px;
    color: #0babab;
}

.divSalesItem {
    font-family: "Slate";
    font-size: 22px;
    /* font-weight: bold; */
    line-height: 17px;
    padding: 0;
}

    .divSalesItem > span {
        font-size: 14px;
        color: #000;
    }

/**slider**/
.MATC_HeaderContainer {
    font-family: RobotoBlack;
    font-size: 13px;
    position: absolute;
    height: 50px !important;
    line-height: 19px !important;
    margin-left: 50px;
    margin-top: -1px;
    color: #999;
}

.MATC_Slider {
    border: solid 1px #f2f2f2;
    border-radius: 10px;
    width: 35px;
    height: 19px;
    position: fixed;
    top: 17px;
    left: 75px;
    cursor: pointer;
    z-index: 1000;
    background-color: #5dd55d;
    box-shadow: inset 2px 2px 10px 0px rgba(0,0,0,0.3);
}

.MATC_SliderInner {
    border: solid 1px transparent !important;
    background-color: white;
    border-radius: 1em;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 1px;
    cursor: pointer;
}

.MATC_Slider_On {
    float: left;
    margin-top: 3px;
    margin-left: 6px;
    font-family: "Slate";
    font-size: 9px;
    /*color: green;*/
    -webkit-box-shadow: inset 10px 10px 50px 2px rgba(0,128,0,1);
    -moz-box-shadow: inset 10px 10px 50px 2px rgba(0,128,0,1);
    box-shadow: inset 10px 10px 50px 2px rgba(0,128,0,1);
}

.MATC_Slider_Off {
    float: right;
    margin-top: 3px;
    margin-right: 3px;
    /*font-family: "Slate";
    font-size: 9px;*/
    /*color: red;*/
    /*background-color: red;*/
    -webkit-box-shadow: inset 10px 10px 50px 2px rgba(204,204,204,1);
    -moz-box-shadow: inset 10px 10px 50px 2px rgba(204,204,204,1);
    box-shadow: inset 10px 10px 50px 2px rgba(204,204,204,1);
}

@keyframes SliderOn {
    from {
        left: 0%;
    }

    to {
        left: 55%;
    }
}

@keyframes SliderOff {
    from {
        left: 50%;
    }

    to {
        left: 0%;
    }
}

.MATC_SliderInnerPositionLeft {
    animation: SliderOn 0.3s forwards;
}

.MATC_SliderInnerPositionRight {
    animation: SliderOff 0.3s forwards;
}

.MATC_ImgAddToCartDownArrow {
    margin-top: 10px;
    float: right;
    margin-right: 5px;
    z-index: 455;
}

/***Override controls' styles****/
/*.MuseFormLabel
{
}*/

.pageTitle {
    position: absolute;
    top: 20px;
    font-family: "Slate";
    font-weight: 100;
}

#LeftFilter .MuseControlTypeContainerHorizontal {
    margin-bottom: 10px;
}

#LeftFilter .MuseControlTypeFirstChildHorizontal,
#LeftFilter .MuseControlTypeSecondChildHorizontal {
    position: relative;
    display: inline-block;
    /*flex: 0 0 50%;*/
    font-family: "Slate";
    width: auto;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #465465;
    display: table;
    min-width: auto !important;
    /*max-width: 100% !important;*/
}

#LeftFilter div[forcedcontrolid='DashSettingsPanel'] .MuseControlTypeFirstChildHorizontal,
#LeftFilter div[forcedcontrolid='DashSettingsPanel'] .MuseControlTypeSecondChildHorizontal {
    flex: 0 0 50%;
}

#LeftFilter div[forcedcontrolid='DashSettingsPanel'] .MuseControlTypeContainerHorizontal:last-of-type .MuseControlTypeFirstChildHorizontal {
    flex: none;
}

div[forcedcontrolid='SalesCycleDates'] .MuseControlTypeFirstChildHorizontal {
    min-width: auto;
    width: auto;
}

.menuLeftImage {
    top: 3px;
    max-height: 25px !important;
    margin-right: 5px;
}

.equationIcon {
    font-size: 18px;
    color: #DDD;
    font-family: "Slate";
    display: inline-block;
    position: relative;
    left: 30%;
    max-height: 30px;
}

.customCloseBtn {
    display: none;
    transform: rotate(45deg);
}

.LoginHeaderContainer {
    height: 13vh;
    margin: 20px auto 0;
    width: 300px;
}

.LoginContainer {
    max-width: 360px;
    margin: 0 auto;
    height: auto;
}

.LoginForm {
    padding: 36px;
    height: auto;
    background-color: rgba(255,255,255,0.5);
    border-radius: 8px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.15);
    margin: 20px auto;
}

.MainLoginHeaderText {
    margin: 20px 0 0;
    font-size: 28px;
    font-family: "Slate";
    font-weight: 500;
    text-align: center;
}

.LoginLabelText {
    color: #666;
    font-size: 15px;
    margin-top: 12px;
    display: inline-block;
    line-height: 14px;
    font-family: "Slate";
}

input.LoginText {
    width: 100%;
    max-width: 100%;
    height: 40px;
    font-family: Roboto;
    font-size: 14px !important;
    border: 1px solid #c2cfd6;
    color: black !important;
    box-sizing: border-box;
    margin-bottom: 0;
    text-indent: 10px;
    background-color: white !important;
    border-radius: .25em;
    padding-left: 10px;
}

.ForgotPassword {
    float: right;
    margin-top: 3px;
    /* margin-right: 25px; */
    cursor: pointer;
    color: #1976d2;
    font-family: "Slate";
    font-size: 13px;
}

input[class="LoginButton"] {
    width: 100% !important;
    box-sizing: border-box;
    height: 40px;
    margin-top: 32px;
    margin-bottom: 22px;
    margin-right: 0;
    /*padding-bottom: 15px;*/
    border-radius: .25em;
    color: white;
    font-family: Roboto;
    font-size: 14px !important;
    font-weight: 100 !important;
    border: 1px solid #1976D2 !important;
}

input[class="SignupButton"] {
    width: 100% !important;
    box-sizing: border-box;
    height: 40px;
    margin-top: 10px;
    margin-right: 0;
    /* padding-bottom: 15px; */
    border-radius: .25em;
    color: #333;
    font-family: Roboto;
    font-size: 14px !important;
    font-weight: 100 !important;
    border: 1px solid #ebebeb !important;
}

#CacheStatus {
    display: none;
}

.AccountMessage {
    font-size: 18px;
    width: 100%;
    font-family: "Slate";
    font-weight: 500;
    text-align: center;
    background: white;
    padding: 0 10px;
}

.AccountMessageContainer {
    height: 100%;
    min-height: 20px;
    width: 100%;
    text-align: center;
}

.DividerLine {
    background: #ebebeb;
    height: 1px;
    margin-top: -10px;
    margin-bottom: 15px;
    width: 100%;
}

.VeriSignWrapper {
    margin: 4% auto;
    position: relative;
    bottom: 10px;
    left: 0;
    right: 0;
    align-content: center;
    width: 100%;
    max-width: 75px;
    height: 44px;
}

.LoginError {
    margin: 3% auto;
    position: relative;
    bottom: 10px;
    left: 0;
    right: 0;
    align-content: center;
    width: 100%;
    max-width: 350px;
    height: auto;
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.15);
    padding: 15px;
    background-color: rgba(240, 240, 240, .2);
    font-family: "Slate";
    font-size: 15px;
    font-weight: 100;
    line-height: 14px;
    max-width: 330px;
    display: none;
}

.LoginErrorMsg {
}

.LoginErrorRef {
    display: none;
}

.TermsAndConditionsContainer {
    width: 100vw;
    max-width: 100%;
    height: 40px;
    align-self: center;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: transparent;
    overflow-x: hidden;
}


.TermsAndConditionsContent {
    font-family: "Slate";
    font-size: 13px;
    font-size-adjust: inherit;
    color: #0d0d0d;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    /*padding-top: 13px;*/
    width: 100%;
}

    .TermsAndConditionsContent div {
        cursor: pointer;
    }

.GlobalErrorStatus {
    display: none;
}

.disabledDropDown {
    background-color: #f2f2f2 !important;
    color: #999 !important;
    opacity: 0.7 !important;
    pointer-events: none !important;
}

.disabledCheckbox {
    color: #999 !important;
    opacity: 0.7 !important;
    pointer-events: none !important;
}

    .disabledCheckbox::before, .disabledDropDown::before {
        content: "---";
        background-color: #EEE;
        position: absolute;
        left: 2px;
        top: 5px;
        height: 9.5px;
        width: 9.5px;
        line-height: 0px;
        color: #EEE;
    }

.errorDropDown {
    border: 2px solid #cc0000 !important;
}
/*Override text selection*/
*::selection {
    background-color: #4391FC;
}

input[type='text']::selection, input[type='number']::selection, input[type='date']::selection {
    color: white !important;
}

.btnSecondary {
    width: 48% !important;
    margin: 0;
    background-color: white;
    border: 1px solid #CCC;
    color: #333;
    line-height: 40px;
    height: 40px;
    padding: 0;
    border-radius: 0.25em;
    margin-right: 2%;
    display: inline;
    font-size: 1.1em;
    left: 0;
    position: relative;
}

.BurgerIcon {
    opacity: 0.6;
}

.ConfirmSaveText {
    text-align: center;
    font-family: "Slate";
    font-weight: 600;
    height: auto !important;
    line-height: 15px !important;
    border: 1px solid transparent !important;
    padding: 10px 0;
}

.NoticeText {
    text-align: left;
    color: #999;
    font-family: "Slate";
    font-weight: 600;
    font-size: 11px;
}

.confirmBtnRow {
    padding: 0px !important;
    width: 100%;
}

.rowMargin {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
}

.lds-dual-ring {
    width: 50px;
    height: 50px;
    margin: auto;
    vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1030;
    visibility: visible;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 50px;
        height: 50px;
        margin: 5px auto;
        border-radius: 50%;
        border: 1px solid #0f4d8a;
        border-color: #0f4d8a #0f4d8a #0f4d8a transparent;
        animation: lds-dual-ring 1s infinite
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg)
    }

    10% {
        transform: rotate(30deg)
    }

    20% {
        transform: rotate(65deg)
    }

    30% {
        transform: rotate(105deg)
    }

    40% {
        transform: rotate(150deg)
    }

    50% {
        transform: rotate(200deg)
    }

    60% {
        transform: rotate(255deg)
    }

    70% {
        transform: rotate(315deg)
    }

    80% {
        transform: rotate(335deg)
    }

    90% {
        transform: rotate(350deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.Loading {
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 10300;
    visibility: hidden;
    pointer-events: none;
}

.blur {
    filter: blur(2px);
}

div[forcedcontrolid*="SalesCycleDates"] .MuseControlTypeContainerHorizontal div {
    flex: 0 0 50%;
}

div[id*='Graph_Line_'] {
    background-image: url('../../Images/Dashboard Logo/RWDashLogoWaterMark.png');
    background-repeat: no-repeat;
    background-position: center;
    /*background-size: 140px 75px;*/
    /*background-color: rgba(230, 255, 230, 0.1)*/
}

.nav_bar {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    background: white;
    height: 50px;
    z-index: 1;
    border-bottom: 1px solid #f2f2f2;
}


.StickyHeader {
    position: fixed !important;
    top: 50px !important;
    left: 300px;
    margin-left: 0%;
    margin-top: 0px !important;
    background-color: #FFF !important;
    max-width: calc(100% - 330px);
    width: inherit !important;
    z-index: 100;
    min-width: 820px;
}

.GridIconLogo {
    font-size: 14px;
    color: #37abc8;
    padding-right: 10px;
}
/*#endregion Dashboard Classes*/

/*#region Control Classes (Override)*/
/****************Overwritten Control Classes*******************/

.MusePanelCollapsed {
    display: block !important;
}

.MusePanelBodyContainer {
    padding: 15px 0 0;
}

.MuseFormLink {
    font-size: 14px;
    color: #888;
    font-weight: 400;
    border: 0px solid transparent !important;
    line-height: 20px;
    padding: 0 !important;
    border-radius: .15em;
}

.DashboardBurgerMenu {
    padding-left: 22px !important;
    cursor: pointer;
    position: fixed !important;
    z-index: 2 !important;
    top: 15px;
    font-family: "Slate";
    font-weight: 600;
    color: #999;
    font-size: 14px;
}

select[id='fcid_ddrwDashSales_HistoricTargetDropDown'] {
    /*left: -110% !important;
    width: 200% !important;*/
    margin-top: 10px !important;
}

input[forcedcontrolid="rwDashSales_cbExcludePublicHolidays"] {
    margin-bottom: 0px;
}

input[forcedcontrolid="rwDashSales_TargetAgainstDaily"] {
    margin-bottom: 0px;
}

.PageContent .MusePanelTitle {
    margin-top: 10px;
    font-family: RobotoBlack;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px !important;
    position: relative;
    line-height: 40px;
    color: #333;
    margin-left: 0;
    width: 90%;
    border-bottom: 1px solid #f2f2f2 !important;
}

.PageContent .MusePanel .MusePanelTitleContainer {
    /*display: none;*/
}

.PageContent .MusePanelTitleContainer .MusePanelTitleStatus {
    font-family: Roboto;
    font-size: 10px;
    color: #AAA;
    margin-top: -18px !important;
    margin-right: 0;
    right: 0px;
    position: absolute;
    cursor: pointer;
    z-index: 1;
}

.PageContent .MusePanel {
    border: none;
    width: 100%;
    min-height: 30px;
    margin-bottom: 0;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
    box-sizing: border-box;
    border-radius: 0px;
}

#LeftFilter .MusePanel:first-of-type {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.PageContent .MusePanel .MuseControlContent .row:first-of-type {
    margin-top: 0 !important;
}

.PageContent .MuseControlContent {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    line-height: 25px;
    white-space: nowrap;
}

.PageContent .MusePanel .MusePanel {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.PageContent .MuseFormLabel {
    font-family: "Slate";
    /* font-weight: 600; */
    font-size: 12px;
    text-transform: uppercase;
    width: 100%;
    /* padding-right: 5px; */
    line-height: 16px;
    margin-bottom: 0;
    margin-left: 0;
    color: #465465;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 5px;
    vertical-align: middle;
}

input[type='checkbox'] {
    width: 13px !important;
}

.PageContent .MuseFormLabelText {
    border: 1px solid #f2f2f2 !important;
    background-color: white;
    border-radius: .15em !important;
    font-family: "Slate";
    color: #333;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

    .PageContent .MuseFormLabelText:not(span):hover {
        border: 1px solid #33BBFF !important;
    }

.PageContent .MuseFormDropDown {
    font-family: "Slate";
    font-weight: 300;
    font-size: 12px;
    background-color: white;
    color: #333;
    text-transform: uppercase;
    width: auto;
    height: 30px;
    position: relative;
    border: 1px solid #ebebeb;
    border-radius: .15em;
    margin: 0;
    text-indent: 0px !important;
}

    .PageContent .MuseFormDropDown option {
        font-weight: 300;
        font-family: Slate;
    }

.PageContent .MuseFormLabelValidation {
    margin: 0;
    position: relative;
}

.PageContent .MuseControlContent .col-auto {
    padding-right: 5px;
    padding-left: 0;
}

.kendoTooltipValueHeader {
    font-family: RobotoBlack !important;
    /*color: #0BABAC !important;*/
    font-size: 10px !important;
    min-height: 11px;
    line-height: 11px;
}

.k-resize-handle-inner {
    display: none !important;
}

.kendoTooltipValueText {
    font-family: Roboto !important;
    /*color: #0BABAC !important;*/
    font-size: 10px !important;
    min-height: 11px;
    line-height: 11px;
    font-weight: 600;
}

.FormControlContainer:last-child {
    margin-bottom: 5px;
}

.MuseControlContent:last-child {
    margin-bottom: 5px;
}

.percentIcon {
    color: #ccc;
    font-size: 1.5vh;
    font-weight: 600;
    line-height: 30px;
    margin-left: 5px;
    display: inline-block;
}

.loadingSpinner {
    border-color: #FFF !important;
    border-left: 2px solid !important;
    border-top: 2px solid !important;
    border-right: 2px solid !important;
    border-radius: 15em;
    box-sizing: border-box;
    top: 8px;
    /*left: 50%;*/
    margin: 0 auto;
    width: 10px !important;
    height: 10px !important;
    min-width: 20px;
    min-height: 20px;
    /* height: auto; */
    transition: 0.2s ease-in;
    animation: spin 0.8s infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(300deg);
    }

    85% {
        transform: rotate(320deg);
    }

    95% {
        transform: rotate(340deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.k-grid-header .k-resize-handle, .k-grid > .k-resize-handle {
    position: unset !important;
    height: unset !important;
    cursor: unset !important;
    z-index: unset !important;
    display: none !important;
}

.k-resize-handle-inner {
    background-color: transparent !important;
    width: unset !important;
    height: unset !important;
    position: unset !important;
    top: unset !important;
    vertical-align: unset !important;
    z-index: unset !important;
    display: none !important;
}

/***************Overwritten Control Classes End***************/
/*#endregion Control Classes (Override)*/

/*#region Override Login Classes*/

.LoginContainer {
    max-width: 400px;
}

.LoginElement {
    position: relative;
}

.LoginHeaderContainer {
    width: 280px;
    height: auto;
    margin: 40px auto 0px auto;
}

    .LoginHeaderContainer img {
        width: 100%;
    }

.LoginElement input:hover {
    border-color: #b4b4b4 !important;
}

.LoginButton.SubmitButton {
    width: 100% !important;
    box-sizing: border-box;
    height: 40px;
    margin-top: 12px;
    margin-bottom: 0px;
    margin-right: 0;
    /* padding-bottom: 15px; */
    border-radius: .25em;
    color: white;
    font-family: Roboto;
    font-size: 14px !important;
    font-weight: 100 !important;
    border: 1px solid #1976D2 !important;
}

    .LoginButton.SubmitButton.MoveBack {
        background-color: #FFF !important;
        border: 1px solid #ebebeb !important;
        color: black !important;
    }

.LoginForm .LoginButton, .LoginForm .SignupButton, .LoginForm .SignupButton.MoveBack, .LoginForm .ForgotPassword, .LoginElement input {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

    .LoginForm .LoginButton:hover {
        background-color: #104E8B !important;
    }

    .LoginForm .SignupButton:hover, .LoginForm .SubmitButton.MoveBack:hover {
        background-color: #DDD !important;
    }

.LoginForm .ForgotPassword {
    border-bottom: 1px solid transparent;
}

    .LoginForm .ForgotPassword:hover {
        border-bottom: 1px solid #1976D2;
    }


.LoginElement input {
    margin-top: 0px;
    margin-bottom: 26px;
    position: relative;
    z-index: 1;
    background: transparent !important;
}

    .LoginElement input.LoginText {
        border: 1px solid #e6e6e6;
    }

.MainLoginHeaderText {
    font-size: 24px;
    color: #444;
    margin: -10px 0 0 0;
}

.LoginElement input:focus ~ .floating-label, .LoginElement input:not(:focus):invalid ~ .floating-label, .LoginElement input:focus ~ .floating-label {
    top: -16px;
    left: 0px;
    font-size: 12px;
    opacity: 0.7;
    font-weight: 600;
}

.LoginElement input.dirty ~ .floating-label {
    top: -16px;
    left: 0px;
    font-size: 12px;
    opacity: 0.7;
    font-weight: 600;
}

input:-webkit-autofill ~ .floating-label,
input:-webkit-autofill:hover ~ .floating-label,
input:-webkit-autofill:focus ~ .floating-label,
textarea:-webkit-autofill ~ .floating-label,
textarea:-webkit-autofill:hover ~ .floating-label,
textarea:-webkit-autofill:focus ~ .floating-label,
select:-webkit-autofill ~ .floating-label,
select:-webkit-autofill:hover ~ .floating-label,
select:-webkit-autofill:focus ~ .floating-label {
    top: -16px;
    left: 0px;
    font-size: 12px;
    opacity: 0.7;
    font-weight: 600;
}

.LoginForm .floating-label, .LoginForm .floating-label {
    position: absolute;
    left: 20px;
    top: 12px;
    transition: 0.2s ease all;
    opacity: 1;
    font-family: Roboto;
    font-size: 14px;
    color: black;
    font-weight: 300;
}

/*#endregion Override Login Classes*/

/*#region Media Queries*/

/*#region Mobile CSS*/
@media screen (width: 320px) and (max-width: 640px) {

    html {
        min-width: 1024px !important;
        width: 1024px !important;
        height: auto !important;
        overflow: auto !important;
    }

    body {
        min-width: 1024px !important;
        width: max-content;
        width: 1024px;
        height: auto !important;
        overflow: auto !important;
        font-size: 1em !important;
    }

    .DashBoardRepDetailItem:first-child {
        min-width: 29% !important;
        max-width: 29% !important;
    }

    .PercentGraph {
        max-width: 12.4% !important;
        width: 12.4% !important;
    }

    .RepGroupName {
        font-size: 1em !important;
    }

    .DetailItemRepName {
        font-size: 1em !important;
    }

    .svgContainer {
        width: 100% !important;
    }

    .LoginForm {
        margin: 20px;
    }
}

/*#endregion Mobile CSS*/

/*#region 1080p CSS*/

@media screen (max-width:1920px) and (max-height:1080px) {
}

/*#endregion 1080p CSS*/

/*#region Laptop CSS (1600 x 900)*/
@media screen (max-width: 1600px) and (max-height: 900px) {

    #LeftFilter {
        height: 88.4vh !important;
        margin-bottom: 0vh !important;
    }

    .prevActual .MainTotalHeaderValue, .prevProjected .MainTotalHeaderValue, .prevTarget .MainTotalHeaderValue {
        font-size: 10px !important;
        top: 60%;
    }

    .prevActual, .prevProjected, .prevTarget {
        position: absolute !important;
        right: 30px;
        top: 60px;
    }
}
/*#endregion Laptop CSS (1600 x 900)*/

/*#region Laptop CSS */

/*(1366 x 768)*/
@media screen (max-width: 1366px) and (max-height: 768px) {
}

/*Laptop CSS (1400 x 900)*/
@media screen (min-width:1400px) and (min-height:900px) {
    .prevActual .MainTotalHeaderValue, .prevProjected .MainTotalHeaderValue, .prevTarget .MainTotalHeaderValue {
        font-size: 10px !important;
        top: 67% !important;
    }

    .prevActual, .prevProjected, .prevTarget {
        position: absolute !important;
        right: 20px;
        top: 60px;
    }
}

/*#endregion*/

/*#region Tablet Specific*/

/*#region Tablet Portrait (768 x 1024)*/
/******************************* Tablet CSS ***********************************/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

    html {
        min-width: 768px !important;
        width: fit-content;
        height: 100% !important;
        min-height: 100vh;
        overflow: auto !important;
    }

    body {
        min-width: 1024px !important;
        width: max-content;
        /*height: 100% !important;*/
        /*min-height:100vh;*/
        overflow: auto !important;
    }

    .DashBoardRepDetailItem:first-child {
        min-width: 30% !important;
        max-width: 30% !important;
        box-sizing: border-box;
    }

    .DashBoardRepDetailItemSecond {
        width: 15% !important;
        max-width: 15% !important;
    }

    .PercentGraph {
        max-width: 15% !important;
        width: 15% !important;
    }

    .RepGroupName {
        font-size: 13px !important;
        padding-top: 0 !important;
        line-height: normal;
    }

    .DetailItemRepName {
        font-size: 1vw !important;
    }

    .svgContainer {
        width: 100% !important;
    }

    .imgCompanyLogo {
        padding: 0px 0 0 10px !important;
        top: 10px;
        max-height: 50px !important;
    }

    .LocationSymbol {
        top: 4px !important;
        bottom: 0 !important;
    }

    #Row_2 .LocationIcon {
        padding: 0 !important;
        max-height: 30px;
        max-width: 100%;
        /*top: 14px !important;*/
    }

    .RepIcon {
        padding: 0px 5% !important;
        top: 25% !important;
        height: 45% !important;
        width: auto !important;
        max-height: 45% !important;
        /*background-color: green;*/
    }

    #DG_DashBoardReps {
        margin-top: 20px !important;
    }

    .PageContent {
        overflow: auto;
    }

    #divTargets, #divProductTargets, #divCallTargets {
        overflow: auto;
    }

    .DashBoardView {
        height: auto;
        width: 75%;
        margin-left: 25%;
    }

    #LoginForm {
        height: 100vh;
        width: 100%;
        position: relative;
    }

        #LoginForm .TermsAndConditionsContainer {
            position: fixed;
            width: 100%;
            min-width: inherit;
        }

    #DG_DashBoardCompany .GroupCount {
        top: -5px !important;
    }

    #DG_DashBoardReps thead {
        margin-top: -135px !important;
        position: inherit;
        width: inherit;
        float: right;
        max-width: (var(--mWidth));
    }

    .topCircleBar svg {
        top: 18px;
        left: 0%;
    }

    #DG_DashBoardReps .k-header .k-link {
        font-size: 9px !important;
    }

    .prevActual, .prevProjected, .prevTarget {
        position: absolute !important;
        right: -10px;
        top: 60px;
    }

        .prevActual .MainTotalHeaderValue, .prevProjected .MainTotalHeaderValue, .prevTarget .MainTotalHeaderValue {
            font-size: 10px !important;
            top: 60%;
        }

    body {
        width: max-content;
        margin: auto;
    }
}

#DG_DashBoardCompany tbody td {
    font-size: 19px;
}

/*#endregion Tablet Portrait (768 x 1024)*/

/*#region Tablet Landscape (1024 x 768)*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    body {
        height: auto;
        width: 100vw;
    }

    .PageContent .MuseFormLabel {
        font-weight: 100;
        font-size: 11px;
        margin-top: 0;
        padding: 0;
    }

    #LeftFilter .MusePanel {
        padding: 0px;
    }

        #LeftFilter .MusePanel .MusePanel {
            padding: 0px;
        }

    #LeftFilter .MusePanelTitle {
        padding-left: 0px;
        font-size: 11px;
    }

    input[type='checkbox'] {
        width: 10px !important;
        height: 12px;
        margin: 0;
        /*float: left;*/
    }

    input[forcedcontrolid="rwDashSales_cbExcludePublicHolidays"] {
        margin-bottom: 0px;
    }

    .RepGroupName {
        margin-top: 0px !important;
        font-size: small !important;
    }

    #DG_DashBoardCompany table .k-master-row {
        font-size: 12px;
    }

    #DG_DashBoardReps table tbody tr {
        font-size: 12px;
    }

    .svgContainer {
        width: 100% !important;
    }

    .PageContent .MusePanel .MuseControlContent .row:first-of-type {
        margin: 0 !important;
        max-width: 100%;
    }

    .k-header .k-link {
        font-size: 10px !important;
    }

    .divOverAllSalesTotalDate {
        font-size: 12px;
    }

    .topCircleBar .MainTotalHeader {
        font-size: 12px;
        top: 32% !important;
    }

    .topCircleBar .MainTotalHeaderValue {
        font-size: 2vw !important;
        top: 44% !important;
    }

    .divOverAllSalesTotal {
        font-size: 14px;
        line-height: 14px;
    }

    .DashBoardRepDetailItem:first-child {
        min-width: 30% !important;
        max-width: 30% !important;
    }

    .DashBoardRepDetailItemRow .LocationIcon {
        padding: 0 !important;
    }

    #Row_2 .LocationIcon {
        padding: 0 !important;
        max-width: 100%;
        /*top: 5% !important;*/
        /*top: 16px !important;*/
    }

    .imgCompanyLogo {
        padding: 10% !important;
        margin: 0 !important;
    }

    .DashBoardRepDetailItemSecond {
        line-height: 49px !important;
        height: 50px !important;
        width: 15% !important;
        max-width: 15% !important;
        box-sizing: border-box;
    }

    .PercentGraph {
        width: 15% !important;
        max-width: 15% !important;
    }

    .DetailItemRepName {
        font-size: 11px !important;
    }

    .RepIcon {
        /*padding: 0px 5% !important;
        top: 25% !important;
        height: 45% !important;
        width: auto !important;
        max-height: 45% !important;
        max-width: 45% !important;*/
        /*background-color: yellow;*/
        height: 40% !important;
        max-height: 40% !important;
        top: 31% !important;
        left: 20px !important;
    }

    .RepCount {
        line-height: 10px !important;
    }

    .RepGroupName {
        line-height: normal !important;
        font-size: 14px !important;
    }

    .DashBoardView {
        height: auto;
        width: 80%;
        min-width: 80%;
        /*margin-left: 20%;*/
    }

    #Container_1 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #LeftFilter {
        max-width: 265px;
        width: 265px;
        min-width: 265px;
    }

    #LoginForm {
        height: 100vh;
        width: 100%;
    }

        #LoginForm .TermsAndConditionsContainer {
            position: fixed;
            width: 100%;
        }

    #LeftFilter .FormControlLeft, #LeftFilter .FormControlRight {
        font-size: 11px;
    }

    .topCircleBar svg {
        left: 0;
    }

    .PageContent .MuseFormDropDown {
        font-size: 11px;
    }

    #DG_DashBoardReps {
        min-width: 80% !important;
    }

        #DG_DashBoardReps table {
            width: 100%;
            min-width: 100% !important;
        }

    #RWTopLogo {
        left: 20%;
    }

    #DG_DashBoardCompany tbody td {
        font-size: 16px !important;
    }

    #DG_DashBoardReps tbody td {
        font-size: 16px !important;
    }

    #DG_DashBoardReps .k-header .k-link {
        font-size: 9px !important;
    }

    #DG_DashBoardCompany .GroupCount {
        line-height: 5px !important;
    }

    body {
        width: max-content;
        margin: auto;
    }
}
/*#endregion Tablet Landscape (1024 x 768)*/

/*#region iPad Pro Landscape*/
/*9.7"*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .topCircleBar svg {
        top: 25px;
        left: 0;
    }

    .prevActual svg, .prevTarget svg {
        left: 0;
        right: 0;
    }

    #Row_2 .LocationSymbol {
        top: 4px !important;
        bottom: 0 !important;
    }
}

/*10.5"*/
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .topCircleBar svg {
        top: 25px;
        left: 0;
    }

    .prevActual svg, .prevTarget svg {
        left: 0;
        right: 0;
    }

    #Row_2 .LocationSymbol {
        top: 4px !important;
        bottom: 0 !important;
    }
}

/*12.9"*/
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .topCircleBar svg {
        top: 25px;
        left: 0;
    }

    .prevActual svg, .prevTarget svg {
        left: 0;
        right: 0;
    }

    #Row_2 .LocationSymbol {
        top: 4px !important;
        bottom: 0 !important;
    }
}

/*#endregion iPad Pro Landscape*/

/*#region iPad Pro Portrait*/
/*9.7"*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .topCircleBar svg {
        top: 25px;
        left: 0;
    }

    .prevActual svg, .prevTarget svg {
        left: 0;
        right: 0;
    }

    #Row_2 .LocationSymbol {
        top: 4px !important;
        bottom: 0 !important;
    }
}

/*10.5"*/
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .topCircleBar svg {
        top: 25px;
        left: 0;
    }

    .prevActual svg, .prevTarget svg {
        left: 0;
        right: 0;
    }

    #Row_2 .LocationSymbol {
        top: 4px !important;
        bottom: 0 !important;
    }
}

/*12.9"*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .topCircleBar svg {
        top: 25px;
        left: 0;
    }

    .prevActual svg, .prevTarget svg {
        left: 0;
        right: 0;
    }

    #Row_2 .LocationSymbol {
        top: 4px !important;
        bottom: 0 !important;
    }
}

/*#endregion iPad Pro Portrait*/

/*#endregion Tablet Specific*/

/*#endregion Media Queries*/

/*#region Mozilla Firefox Specific CSS*/
@-moz-document url-prefix() {
    .PageContent .MusePanelTitle {
        font-weight: 500;
    }

    .PageContent .MuseFormLabel {
        font-family: Slate;
        font-weight: 500;
    }

    .PageContent .MuseFormDropDown {
        font-family: Slate;
        font-weight: 500;
    }

    .GraphSubCategory {
        font-weight: 500;
    }

    #DG_DashBoardCompany .RepGroupName {
        font-family: Slate;
    }

    .RepGroupName {
        font-weight: 500;
    }

    .RepNameSection {
        height: 50px;
        max-height: 50px;
    }

    #LeftFilter .MuseControlTypeFirstChildHorizontal,
    #LeftFilter .MuseControlTypeSecondChildHorizontal {
        display: block !important;
    }
}
/*#endregion Mozilla Firefox Specific CSS*/

/*#region Microsoft Edge Specific CSS*/

@supports (-ms-ime-align:auto) {
    .k-hierarchy-cell .k-header {
        width: 10%;
    }

    #DG_DashBoardReps thead {
        margin-top: -120px;
        position: inherit;
        float: right;
        width: inherit;
    }

    .RepNameSection {
        height: 50px;
        max-height: 50px;
    }

    .PageContent .MuseFormDropDown {
        width: 85%;
    }
}

/*#endregion*/


