﻿* {
    font-family: "Poppins", sans-serif;
}

html {
    height: 100%;
} 

.full-height-cont {
    display: table;
}

.full-height {
    min-height: 100% !important;
    display:table-cell;
    vertical-align:top;
}

body {
    height: 100%;
    min-height:100%;
    margin-top: 0px;
    padding-top: 50px;
    background: #F1F0F0;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 0px;
    background: #F1F0F0;
    margin-top: 0px;
    padding-top: 0px; 
    height: 100%;
    width:100%;
}

.screen-size-overlay {
    display:none;
}

@media screen and (max-width: 1100px) {
    .nav > .dmactionlink > a,
    .nav > .dmactionlinkSelected > a,
    .nav > .dmactionlink2 > a,
    .nav > .dmactionlinkSelected2 > a {
        font-size: 10pt;
        padding-right: 7px !important;
        padding-left: 7px !important;
    }
}
@media screen and (max-width: 950px) {
    .nav > .dmactionlink > a,
    .nav > .dmactionlinkSelected > a,
    .nav > .dmactionlink2 > a,
    .nav > .dmactionlinkSelected2 > a {
        font-size: 9pt;
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
}
@media screen and (max-width: 950px) {
    .nav > .dmactionlink > a,
    .nav > .dmactionlinkSelected > a,
    .nav > .dmactionlink2 > a,
    .nav > .dmactionlinkSelected2 > a {
        font-size: 8pt;
        padding-right: 4px !important;
        padding-left: 4px !important;
    }
}

/* @media screen and (max-width: 767px) {
    #dmmenugroup1, #dmmenugroup2, #dmmenugroup3, #dmmenugroup6, #adminLink {
        display: none;
    }
}

@media screen and (max-height: 767px) {
    #dmmenugroup1, #dmmenugroup2, #dmmenugroup3, #dmmenugroup6, #adminLink {
        display: none;
    }
} */

/* @media screen and (max-width: 767px) {
    .screen-size-overlay {
        display: inherit;
        position:fixed;
        padding:20px 20px;
        width:100%;
        height:100%;
        background:rgba(0,0,0,0.8);
        color:white;
        z-index:99999;
    }
    .navbar-left {
        padding-left:0px !important;
    }
} */

.clearfix {
    clear:both;
}

.dmbody {
        background: #FFFFFF;
        margin-top: 0px;
        padding-top: 0px;
}

.dmmainbody {
    margin-top: 25px;
    margin-left: 15px;
    margin-right: 15px;
}


.dmmenugroupdb:hover img {
    -webkit-filter: brightness(200%);
}

.dmmenugroupdb::after {
    clear: both;
}

.navbar {
    background-color: #343333;
}

.navbar-posheader {
    margin-bottom: 0px;
}
.navbar-header {
    padding-top: 5px;
}
.navbar-left {
    padding-left:20px;
}

.site-logo {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-size: 33px;
    margin:0;
    color:white;
}
.dmcircleUnselected {
    background: #FFFFFF;
    min-width: 45px;
    min-height: 45px;
    max-width: 45px;
    max-height: 45px;
    border-radius: 50%;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.dmcircleUnselected:hover img {
    cursor: pointer;
    -webkit-filter: brightness(200%);
}

.dmcircleSelected:hover img {
    cursor: pointer;
    -webkit-filter: brightness(200%);
}

.dmcircleSelected {
    background: #989898;
    min-width: 45px;
    min-height: 45px;
    max-width: 45px;
    max-height: 45px;
    border-radius: 50%;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.dmcircleUnselected2 {
    background: #FFFFFF;
    min-width: 45px;
    min-height: 45px;
    max-width: 45px;
    max-height: 45px;
    border-radius: 50%;
    margin: auto;
    padding-left: 8px;
    padding-right: 10px;
    text-align: center;
}

.dmcircleSelected2 {
    background: #989898;
    min-width: 45px;
    min-height: 45px;
    max-width: 45px;
    max-height: 45px;
    border-radius: 50%;
    margin: auto;
    padding-left: 8px;
    padding-right: 10px;
    text-align: center;
}

.wbstripmenuimage { 
    float: left; 
    margin-left: 0px; 
    margin-right: 3px; 
    margin-top: 10px;
    -webkit-filter: brightness(100%);
    -webkit-transition: all none;
    -moz-transition: all none;
    -o-transition: all none;
    transition: all none;
    cursor: pointer;
    display: block;
}

.wbstripmenuimage:hover {
    -webkit-filter: brightness(150%);
}

.wbstripmenuimage2 { 
    -webkit-filter: brightness(100%);
    -webkit-transition: all none;
    -moz-transition: all none;
    -o-transition: all none;
    transition: all none;
    cursor: pointer;
    display: block;
}

.wbstripmenuimage2:hover {
    -webkit-filter: brightness(150%);
}

.wbmenuimage { 
    float: left; 
    margin-left: 0px; 
    margin-right: 3px; 
    margin-top: 10px;
    -webkit-filter: brightness(150%);
    -webkit-transition: all none;
    -moz-transition: all none;
    -o-transition: all none;
    transition: all none;
    margin-left: 6px;
    cursor: pointer;
}

.dmCircleCenterImg {
    width:100%;
    height:45px;
    display: inline-block;
    margin-top: 10.5px;
}

.dmbasetext {
    font-family: "Poppins", serif;
    color: #575656;
}

.positiveChange {
    color: green;
}

.negativeChange {
    color: red;
}


.dmsmalltext {
    font-family: "Poppins", serif;
    color: #575656;
    font-size: 8px;
}

.funneltext {
    color: antiquewhite;
    font-family: "Poppins", serif;
}

.dmbasetext .a {
    color: #3282BA;
}

.dmnavtext {
    color: #dddcdc;
    font-size: 13pt;
}

.dmactionlink > a {
    color: #fff !important; /* white */
    font-family: "Poppins", serif;
    text-decoration: none;
    font-weight: 500;
    font-size: 10pt;
    cursor: pointer;
}

.dmactionlink > a:hover{
    /* color: #C13984 !important;  */
    /* optic deep magenta */
}

.dmactionlinkSelected > a {
    /* color: #C13984 !important; */
    /* optic deep magenta */
    color: #61FEFB !important;
    /* text-decoration: underline;
    text-decoration-color: #61FEFB;
    text-underline-offset: 10px; */
    font-family: "Poppins", serif;
    font-size: 10pt;
    font-weight: 700;
    cursor: pointer;
}


.dmactionlink2 > a {
    color: #fff !important; /*  white */
    font-family: "Poppins", serif;
    text-decoration: none;
    font-weight: 500;
    font-size: 9pt;
    cursor: pointer;
}

.dmactionlink2 > a:hover {
    /* color: #C13984 !important;  */
    /* optic deep magenta */
}

.dmactionlinkSelected2 > a {
    /* color: #C13984 !important;  */
    /* optic deep magenta */
    color: #61FEFB !important;
    /* text-decoration: underline;
    text-decoration-color: #61FEFB; */
    font-family: "Poppins", serif;
    font-size: 10pt;
    font-weight: 700;
    /* text-decoration: none; */
    cursor: pointer;
}

/* Dashboard Align */

@media (min-width:992px){
    .dmPanelContainer{
        float:left;
        width:50%; /* 2 panels */
    }
}

@media (min-width:1395px){
    .dmPanelContainer{
        float:left;
        width:33.333333%; /* 3 panels */
    }
}
@media (min-width:1860px){
    .dmPanelContainer{
        float:left;
        width:25%; /* 4 panels */
    }
}
@media (min-width:2300px){
    .dmPanelContainer{
        float:left;
        width:20%; /* 5 panels */
    }
}
@media (min-width:2760px){
    .dmPanelContainer{
        float:left;
        width:16.66666%; /* 6 panels */
    }
}
@media (min-width:3217px) {
    .dmPanelContainer {
        float: left;
        width: 14.285714%; /* 7 panels */
    }
}

.dmCenter {
    float:none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* End Dashboard Align */

.dmsinglepanel {
    overflow: hidden;
    max-width: 450px;
    max-height: 420px;
    min-width: 450px;
    min-height: 420px;
    float: left;
    background: #ffFFFF;
    margin: 16px 8px 8px 8px;
    border: 1px solid #d7d6d6;
    position: relative;
    padding: 8px;
    border-radius: 3px;
}

.dmsinglepanel2 {
    overflow: hidden;
    max-width: 450px;
    max-height: 520px;
    min-width: 450px;
    min-height: 300px;
    background: #ffFFFF;
    margin: 16px 8px 8px 8px;
    border: 1px solid #d7d6d6;
    padding: 8px;
    border-radius: 3px;
}

.dmalertpanel {
    overflow: visible;
    max-width: 450px;
    max-height: 85px;
    min-width: 450px;
    min-height: 85px;
    float: left;
    background: #ffFFFF;
    margin: 8px 8px 8px 8px;
    border: 1px solid #d7d6d6;
    position: relative;
    padding-left: 10px;
    border-radius: 3px;
    z-index: 1020;
}

 
.dmpanelcommand {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-size: 11px;
    color: #4791c4;
    cursor: pointer;
}

.dmdashboardheader {
    width: 100%;
    text-align: center;
    vertical-align: text-top;
    min-height: 72px;
    padding: 0px;
    display: inline-block;
    margin: 0px;
    font-family: "Poppins", serif;
}

.dmalertheader {
    width: 100%;
    text-align: left;
    vertical-align: text-top;
    min-height: 70px;
    padding: 0px;
    display: inline-block;
    margin: 0px;
    font-family: "Poppins", serif;
}
.dmleftbutton {
    color: #fff;
    background-color: #919090;
    border: none;
    max-width: 130px;
    min-width: 130px;
    min-height: 70px;
    max-height: 70px;
    margin-top: 5px;
    margin-right: 15px;
    text-align: center;
    float: left;
}


.dmleftbuttonactive {
    border: 1px solid red;
}

.dmworkbenchsubheader {
    font-family: "Poppins", serif;
    font-size: 10pt;
    font-weight: 500;
    text-align: left;
    margin-left: 20px;
}

.dmlayouttitle {
    font-family: "Poppins", serif;
    text-align:center !important; 
}

.dmtable {
    font-family: "Poppins", serif;
}

.dmtabletitle {
    font-family: "Poppins", serif;
    text-align: left;
    align: left;
}

.dmtabledata1 {
    font-family: "Poppins", serif;
    text-align: right;
    align: right;
}

.dmtabledata2 {
    font-family: "Poppins", serif;
    text-align: right;
    align: right;
}

/* Workbench jQuery Table */

#dmwbtable > tbody > tr > td {
    max-height: 2.5em; /* max 2 line wrap */
    width: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#surveytable > tbody > tr > td {
    max-height: 3.5em; /* max 3 line wrap */
    width: 40px;
    max-width: 40px;
    min-width: 40px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* End WB Table */

/* Dashboard jQuery Table */

.dmDashTableContainer > .dataTables_wrapper {
    width: 430px;
    margin: 0 auto;
}
.dmDashTableContainer > .dataTables_wrapper > .dataTables_paginate {
    font-size: 9px;
    padding-left:0px;
}
.dmDashTableContainer > .dataTables_wrapper > .dataTables_info {
    font-size: 9px;
    padding-left: 0.2em;
    padding-top: 0.9em;
}
.dmDashTable > tbody > tr > td {
    color: #575656;
    font-size: 11px;
}
.dmDashTable > thead > tr > td {
    color: #575656;
    font-size: 12px;
    font-weight: 600;
}

/* End Dashboard Table */

.funnelLabelText {
    text-decoration: none;
    color: #575656;
    text-align: left;
    min-width: 200px;
    max-width: 200px;
    display: block;
    text-wrap: normal;
    z-index: 1000;
    font-family: "Poppins", serif;
}

.funnelDashboardCountText {
    text-align: center;
    min-width: 200px;
    max-width: 200px;
    text-wrap: normal;
    z-index: 900;
    font-family: "Poppins", serif;
}

.funnelLabelText1 {
    font-size: 12px;
    font-weight: 600;
}

.funnelLabelText2 {
    font-size: 11px;
    font-weight: 500;
}

.funnelLabelTextWrap {
    text-decoration: none;
    color: white;
    text-align: center;
    min-width: 115px;
    max-width: 115px;
    display: block;
    text-wrap: normal;
    z-index: 1000;
    font-family: "Poppins", serif;
    font-size: 8pt;
    font-weight: 600;
}

.funnelMainDataText {
    text-decoration: none;
    color: #575656;
    text-align: center;
    display: block;
    max-width: 200px;
    z-index: 1001;
    font-family: "Poppins", serif;
    font-size: 13pt;
    font-weight: 600;
}
.funnelDataText {
    text-decoration: none;
    color: #575656;
    text-align: left;
    display: block;
    max-width: 125px;
    z-index: 1001;
    font-family: "Poppins", serif;
    font-size: 8pt;
    font-weight: 500;
}

.funnelColumnText {
    font-size: 7pt;
    font-weight: 400;
}

.funnelFinalDataText {
    text-decoration: none;
    color: #575656;
    text-align: center;
    display: block;
    max-width: 200px;
    font-family: "Poppins", serif;
    font-size: 12pt;
    font-weight: 600;
}


.funnelBlock {
    position: relative;
    max-height: 195px;
    align-text: center;
    align-content: center;
}

.funnelBlockBase {
    margin-top: 10px;
    position: relative;
    max-height: 195px;
    align-text: center;
    align-content: center;
}


.dmwbmenugroup {
    float: left;
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 0px;
    min-height: 40px;
}

.dmwbmenugroup:hover .wbmenuimage {
    -webkit-filter: brightness(200%);
}

.dmwbmenugroup::after {
    clear: both;
}

.dmwbmenugroup::before {
    clear: both;
}

.dmwbmenugroup .popout .dmStripText {
    color:black;
}
.dmwbmenucontrol {
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 3px;
    min-height: 10px;
    max-height: 10px;
    min-width: 45px;
    max-width: 250px;
    color: #b8b7b7;
    font-size: 7.5pt;
    font-family: "Poppins", serif !important;
    cursor: pointer;
}

.dmwbmenucontrol::after {
    clear: both;
}

.dmwbmenucontrol::before {
    clear: both;
}


.dmlayouttable > tbody > tr > td {
    border: 1px solid #444444;
}

.dmworkbenchheader {
    color: #000036; /* optic midnight */
    width: 100%;
    text-align: left;
    vertical-align: text-top;
    padding: 0px;
    display: inline-block;
    font-weight: 600;
    font-size: 13pt;
}


.dmworkbenchheader1 {
    color: #000036; /* optic midnight */
    font-family: "Poppins", serif;
    text-align: left;
    font-weight: 400;
    font-size: 12pt;
}

.dmworkbenchheader2 {
    color: #000036; /* optic midnight */
    font-family: "Poppins", serif;
    text-align: left;
    font-weight: 400;
    font-size: 10pt;
}

.dmworkbenchheader3 {
    color: #000036; /* optic midnight */
    font-family: "Poppins", serif;
    font-weight: 400;
    font-size: 10pt;
}

.dmworkbenchheader4 {
    color: #000036; /* optic midnight */
    font-family: "Poppins", serif;
    text-align: left;
    font-weight: 400;
    font-size: 10pt;
    margin-left: 20px;
}
.dmreportTitle {
    text-align: center;
    align-content: center;
    font-size: 12pt;
    font-family: "Poppins", serif;
    font-weight: 600;
}

.dmreportTitle2 {
    text-align: center;
    align-content: center;
    font-size: 12pt;
    font-family: "Poppins", serif;
    font-weight: 600;
}

.dmcolumnheader {
    min-width: 75px;
    max-width: 75px;
    font-size: 8pt;
    font-family: "Poppins", serif;
    float: left;
    padding-top: 3px;
}

.dmcolumnfiller {
    min-width: 15px;
    max-width: 15px;
    float: left;
    color: white;
    background: white;
}

.dmfullrowsize {
    min-height: 25px;
}



.dmstaffingcolumn {
    width: 15px;
}

.dmstaffingtable {
    table-layout: fixed;
}

.dmhighstaff {
    background: red;
    color: red;
}

.dmhighstaffhead {
    background: red;
    color: white;
    font-family: "Poppins", serif;
    min-width: 75px;
    max-width: 75px;
    font-size: 9px;
    padding-top: 3px;
    text-align: center;
}

.dmhighstaffhead2 {
    background: red;
    color: white;
    font-family: "Poppins", serif;
    font-size: 8pt;
    padding-top: 3px;
    padding-right: 4px;
    padding-left: 4px;
}

.dmstaffheading {
    padding-left: 50px;
    padding-right: 50px;
}

.dmstaffheading2 {
    margin-left: 510px;
    padding-left: 25px;
}

.dmlowstaff {
    background: green;
    color: green;
}

.dmnone {
    background: gray;
    color: gray;
}

.dmlowstaffhead {
    background: green;
    color: white;
    font-family: "Poppins", serif;
    min-width: 75px;
    max-width: 75px;
    font-size: 9px;
    padding-top: 3px;
    text-align: center;
}

.dmlowstaffhead2 {
    background: green;
    color: white;
    font-family: "Poppins", serif;
    font-size: 8pt;
    padding-top: 3px;
    padding-right: 4px;
    padding-left: 4px;
}

.dmnormalstaff {
    background: #DDDDDD;
    color: #dddddd;
}



.dmpanelfooter {
    text-align: center;
    color: #4791c4;
    font-family: "Poppins", serif;
    min-width: 425px;
    font-size: 11px;
    display: block;
    font-weight: 500;
    cursor: pointer;
    position: absolute;
    bottom: 5px;
}

.dmpanelbody {
    text-align: center;
    clear: both;
    border: 1px solid #d7d6d6;
    min-height: 300px;
    max-height: 300px;
    overflow: hidden;
    font-family: "Poppins", serif;
}

.dmdashboardtitle {
    text-align: center;
    color: #575656;
    max-width: 425px;
    font-family: "Poppins", serif;
    padding: 0px;
    margin: 5px;
}

.dmFontHeader1 {
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins", serif;
}

.dmFontHeader2 {
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins", serif;
}

.dmFontHeader3 {
    font-size: 12px;
    font-family: "Poppins", serif;
    font-weight: 400;
}

.dmFontHeader4 {
    font-size: 12px;
    font-weight: 600;
    font-family: "Poppins", serif;
}

.dmFontSmallHeader {
       font-size: 7.5px;
       font-weight: 500;
}


.dmdialog {
    display: none;
    width: 500px;
}


.dmleftpanel {
    border-right: 4px;
    padding: 8px;
    color: white;
    background: #000036; /* optic midnight */
}

.dmhistorypanel {
    border-right: 4px;
    padding: 8px;
    background: #FFFFFF;
    border-left: 1px solid #222222;
}

.dmHelpSectionHeader {
    font-size: 30px;
    text-align: left;
    color: #575656;
    font-weight: 500;
    font-family: "Poppins", serif;
    margin-bottom: 0px;
}

.dmhelpbody {
    font-size: 11px;
    text-align: left;
    font-weight: 400;
    color: #575656;
    font-family: "Poppins", serif;
    margin-bottom: 0px;
}

.dmtoolclass {
     vertical-align: top;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #5F5F5F;
    box-shadow: 0px 6px 0px #5F5F5F, 0px 12px 0px #5F5F5F;
    margin-right: 0px;
    margin-top: 3px;
    z-index: 1020;
}

.dmtoolclass2 {
    margin-right: 30px;
    color: #888; 
}

    .dmtoolclass2:hover {
        cursor: pointer;
        -webkit-filter: brightness(150%);
    }

    .dmtoolclass2::after {
        clear: both;
    }

    .dmtoolclass:hover {
        cursor: pointer;
    }

.dmdropdown {
    float: right;
    position: relative;
    min-width: 6px;
    min-height: 20px;
    vertical-align: top;
    margin-right: 3px;
}

    .dmdropdown:hover {
        cursor: pointer;
    }

.dmdropdown-content {
    display: none;
    position: absolute;
    left: -150px;
    min-width: 160px;
    background-color: #EEEEEE;
    color: #222222;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    text-align: left;
    z-index: 1020;
}

.dmdropdownmenutext {
    font-family: "Poppins", serif;
    font-size: 9px;
    cursor: pointer;
    min-height: 6px;
}


.dmdropdownmenutextfill {
    min-height: 6px;
    cursor: default;
}

.dmdropdown:hover .dmdropdown-content {
    display: block;
}

.dmchipcontainer {
    overflow-y: scroll;
    max-height: 160px;
}


.dmclslab {
    text-decoration: none;
    font-size: 12px;
    font-weight: 400 !important;
    font-family: system-ui, sans-serif;
}

.svizDiv {
    font-family: "Poppins", serif;
    font-size: 7.5px;
    font-weight: 700;
    color: #222222;
}

.svizTable {
    font-family: "Poppins", serif;
    font-size: 10pt;
    font-weight: 500;
    color: #222222;
}

.svizLabelDisplay {
    position: absolute;
    z-index: 1000;
    font-size: 11px;
    font-weight: bold;
    overflow: visible;
    color: #575656;
    display: inline-block;
    white-space: normal;
}


.svizLabelDisplay2 {
    position: absolute;
    z-index: 1000;
    font-size: 7.5px;
    font-weight: bold;
    max-width: 45px;
    max-height: 12px;
    overflow: hidden;
    color: #575656;
    display: inline-block;
}

.dmStripText {
    text-decoration: none;
    font-size: 12px;
    color: white; 
    font-weight: 400 !important;
    display: block;
    font-family: system-ui, sans-serif;
}

.dmStripText2 {
    text-decoration: none;
    font-size: 9pt;
    color: #000036; /* optic midnight */
    font-weight: 400 !important;
    display: block;
    font-family: system-ui, sans-serif; 
}

.dmHelpLinkSelected {
    font-weight: bold;
    color: #800000;
}

.dmHelpUnclickable {
    color: rgb(51, 51, 51);
}
.dmHelpUnclickable:hover{
    cursor: default;
}


.dmHTMLComboSelect {
    font-family: "Poppins", serif;
    color: #575656;
    font-size: 9pt;
    font-weight: 600;
    min-height: 25px;
    border-radius: 3px;
}

.DMcomboSelect {
    font-family: "Poppins", serif;
    color: #575656;
    font-size: 8pt;
    font-weight: 600;
    top: -3;
    z-index:2;
}

DMcomboSelect .e-input {
    font-family: "Poppins", serif;
    color: #575656;
    font-weight: 600;
    font-size: 8pt !important;
}

.DMcomboSelect .e-content {
    font-family: "Poppins", serif;
    color: #575656;
    font-weight: 600;
    font-size: 7.5pt !important;
}

.dmSetButton {
    padding: 3px 12px 3px 12px;
    color: white;
    background: #6B1276; /* optic deep magenta */
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    border: 0;
    font-family: system-ui;
    font-weight: 400;
    font-size: 11px;
}


.dmSaveButton {
    padding: 3px 12px 3px 12px;
    color: black;
    background: #FFA869; /* optic deep magenta */
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    border: 0;
    font-family: system-ui;
    font-weight: 400;
    font-size: 11px;
}

.dmSaveButton2 {
    padding: 3px 18px 3px 18px;
    color: black;
    background: #FFA869; /* optic deep magenta */
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    border: 0;
    font-family: system-ui;
    font-weight: 400;
    font-size: 11pt;
}

.dmButton {
    padding: 3px 12px 3px 12px;
    color: black;
    background: #FFA869; /* optic deep magenta */
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    border: 0;
    font-family: system-ui;
    font-weight: 400;
    font-size: 11px;
    max-height: 25px;
    max-width: 70px;
}

.SettingsText {
    font-family: "Poppins", serif;
    font-size: 17px;
    text-align: center;
    color: #575656;
}

.CategoryText {
    text-decoration: none;
    font-size: 9px;
    color: #575656;
    display: block;
    text-align: left;
    font-family: "Poppins", serif;
}

.SubCategoryText {
    text-decoration: none;
    font-size: 7.5px;
    color: #575656;
    text-align: left;
    display: block;
    font-family: "Poppins", serif;
}

.SubCategoryTextAdd {
    text-decoration: none;
    font-size: 9px;
    color: #575656;
    text-align: left;
    display: block;
    font-family: "Poppins", serif;
}

.PanelTitle {
    text-decoration: none;
    font-size: 11px;
    display: block;
    text-align: center;
    font-weight: 600;
    font-family: "Poppins", serif;
}



.dmHistoryColor {
    min-width: 20px;
    max-width: 20px;
    float: left;
    min-height: 12px;
    margin-right: 5px;
}

.dmHistoryArea {
/*    min-width: 215px;
*/    font-size: 9px;
    text-align: left;
    font-family: "Poppins", serif;
    margin-left: 5px;
    word-break:break-word;
    overflow-wrap:break-word;
}


.SubCategoryTextAdd:hover {
        cursor: pointer;
}

.DialogText {
    text-decoration: none;
    font-size:9px;
    color: #888888;
    display: block;
    text-align: left;
    font-family: "Poppins", serif;
}
.DialogText.sub-head {
    color: white
}

.small-selectize > .dmStripText,
.nav-item-input > .nav-item-label,
.dmStripText > .nav-item-label,
.option > .nav-item-label {
    color: #000036;
}

.metadatapanel {
    min-height: 200px;
    padding: 10px;
    text-align: left;
}

.dialogInputValue {
    margin-top: 0px;
    margin-bottom: 0px;
}

.dmhr {
    margin-top: 2px;
    margin-bottom: 2px;
}



.metainput, .storegroupinput {
    margin-left: 3px;
    margin-right: 5px;
}


.metadataHeadline1 {
    font-size: 12px;
    color: #575656;
    font-family: "Poppins", serif;
    font-weight: 600;
    text-align: left;
    padding: 0px 5px;
}

.metadataHeadline {
    font-size: 12px;
    color: #575656;
    font-family: "Poppins", serif;
    font-weight: 600;
    text-align: center;
}

.metadataSuperscript  {
    font-size: smaller;
    font-weight: 500;
    vertical-align: super;
}

.metadataCombo, .storeGroupCombo {
    padding: 5px 10px 5px 10px;
    font-family: "Poppins", serif;
    color: #575656;
    font-weight: 500;
    font-size: 9px;
}
 
.mappingCombo > select {
    width:100%;
}

.metadataValue, .storeGroupStore {
    font-size: 11px;
    color: #575656;
    margin-left: 5px;
    text-align: left;
    font-family: "Poppins", serif;
    cursor: pointer;
    min-width: 100px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
}

.dmSelect {
    font-size: 12px;
    color: #575656;
    min-width: 220px;
    max-width: 220px;
    min-height: 25px;
    vertical-align: top;
}

.dmSelectOption {
    font-size: 12px;
    color: #575656;
    vertical-align: top;
    margin-top: 5px;
}

.addmetavalue, .addstoregroupval {
    cursor: pointer;
    color: #6B1276; /* optic deep magenta */
    font-size: 11px;
    font-weight: 500;
    margin-left: 20px;
    text-align: left;
    font-family: "Poppins", serif;
}

.addmetatype {
    font-size: 11px;
    color: #575656;
    font-weight: 500;
    text-align: left;
    display: inline-block;
    font-family: "Poppins", serif;
    cursor: pointer;
    margin-left: 3px;
}

.metatypeentry, .storegrouptypeentry {
    min-width: 600px;
    display: none;
    font-size: 9px;
    color: #575656;
    margin-left: 8px;
    text-align: left;
    padding-left: 10px;
    margin-top: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 5px;
    border: 1px solid #222222;
    font-family: "Poppins", serif;
}

.metavalueentry {
    min-width: 400px;
    display: none;
    font-size: 9px;
    color: #575656;
    margin-left: 25px;
    text-align: left;
    padding-left: 10px;
    margin-top: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 5px;
    border: 1px solid #222222;
    font-family: "Poppins", serif;
}

.metavalueedit {
    min-width: 600px;
    display: none;
    font-size: 9px;
    color: #575656;
    margin-left: 25px;
    text-align: left;
    padding-left: 10px;
    margin-top: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 5px;
    border: 1px solid #222222;
    font-family: "Poppins", serif;
}

.removelink {
    font-size: 11px;
    color: #575656;
    text-align: left;
    font-family: "Poppins", serif;
    cursor: pointer;
    font-weight: 600;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}



.DialogText {
    text-decoration: none;
    font-size: 9px;
    display: block;
    text-align: left;
    font-family: "Poppins", serif;
}

.dmbtn {
    display: inline-block;
    padding: 3px 12px 3px 12px;
    color: white;
    background: #0075FF;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    border: 0;
    font-family: system-ui;
    font-weight: 400;
    font-size: 11pt;
}

.menu-content {
    padding-left: 3px;
    padding-right: 3px;
    margin-left: 10px;
    margin-right: 10px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 2px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.tmenu1 {
        background-color: #691014;
        margin: 0px 20px 0px 20px;
        padding: 0px 15px 0px 15px;
        color: antiquewhite;
}

.tmenu2 {
        background-color: #691014;
        margin: 0px 20px 0px 20px;
        padding: 0px 15px 0px 15px;
        color: antiquewhite;
        align-content: flex-end;
        text-align: right;
        width: 500px;
}

.toolfill {
    position: absolute;
    width: 100px;
    min-width: 100px;
}

.dashboardMenu2 {
        background-color: #691014;
        margin: 0px 20px 0px 20px;
        padding: 0px 0px 0px 00px;
        color: antiquewhite;
}

.MainToolbar1 {
        background-color: #691014;
        margin: 0px 0px 0px 0px;
        padding: 5px 0px 0px 5px;
}

/* Realtime and Simulator */
.dmRightCard {
    float: right;
    background-color: #f9f9f9;
    width: 406px;
    min-height: 150px;
    margin-right: 20px;
}

.dmCardHeader{
    text-align: center;
    padding: 8px 8px;
    margin-bottom: 20px;
}

.dmCard {
    background-color: #f9f9f9;
    min-width: 200px;
    margin-left: 20px;
    margin-right: 20px;
}

/* Bootstrap addition */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 13.8px 0;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #575656, 0px 0px 1px #575656;
    background: #3071a9;
    border-radius: 1.3px;
    border: 0.2px solid #575656;
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 1px 1px 1px #575656, 0px 0px 1px #575656;
    border: 1px solid #575656;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -14px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #367ebd;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #575656, 0px 0px 1px #575656;
    background: #3071a9;
    border-radius: 1.3px;
    border: 0.2px solid #575656;
}

input[type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 1px #575656, 0px 0px 1px #575656;
    border: 1px solid #575656;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #2a6495;
    border: 0.2px solid #575656;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #575656, 0px 0px 1px #575656;
}

input[type=range]::-ms-fill-upper {
    background: #3071a9;
    border: 0.2px solid #575656;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #575656, 0px 0px 1px #575656;
}

input[type=range]::-ms-thumb {
    box-shadow: 1px 1px 1px #575656, 0px 0px 1px #575656;
    border: 1px solid #575656;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
    height: 8.4px;
}

input[type=range]:focus::-ms-fill-lower {
    background: #3071a9;
}

input[type=range]:focus::-ms-fill-upper {
    background: #367ebd;
}

label {
    font-weight: inherit;
}

.nav-item-label {
    z-index: 9;
    position: relative;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 600;
    color:white;
    font-size: 11pt;
}

.nav-item-input {
    margin-left: 10px;
    margin-bottom: 10px;
}  

.selectize-input {  
    padding: 13px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #000036; /* optic midnight */
    width: 270px;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    border-radius: 4px;
}

.selectize-input .item{
    margin-left: 5px;
    max-width: 215px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.selectize-input input {
    top: -3px;
}

.selectize-dropdown-content {
    max-height: 300px;
}

    .selectize-dropdown-content .option {
        font-family: system-ui;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;

        color: #000036; /* optic midnight */
        padding-left: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        z-index: 9999;
    }
        .selectize-dropdown-content .option:hover {
            background-color: rgba(107,18,118,0.2); /* optic deep magenta 20% */
        }
        .selectize-dropdown-content .selected{
            background-color: rgba(107,18,118,0.2); /* optic deep magenta 20% */
        }

.small-selectize .selectize-input {
    padding: 4px !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    width: 200px !important;
    height: 30px !important;
}

.general-input input{ 
    cursor: pointer;
    padding: 13px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #343333;
    width: 270px;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    border-radius: 4px;
}

.general-input input:focus{
    cursor: text;
}

.input-group i { 
    position: absolute;
    pointer-events: none;
    right: 20px;
    top: 15px;
} 

.input-group { 
    margin-bottom: 10px; 
} 

.icon { 
    padding: 15px;
} 

.date-input{
    pointer-events: auto;
}

.left-nav-toggle {
    cursor: pointer;
    font-family: system-ui;
    font-weight: 400;
    color: white;
    padding: 5px;
    user-select: none;
}

.btn-primary {
    border-color: #FFA869;
    background-color: #FFA869; /* optic deep magenta */
    color:black !important;
}
.btn-primary:hover {
    border-color: #6B1276;
    background-color: #6B1276;
    color:white !important;
}
.applyBtn {
    background-color: #FFA869; /* optic deep magenta */
}
    .applyBtn:hover {
        background-color: #FFA869; /* optic deep magenta */
    }

    input {
        color: black !important; /* optic midnight*/
    }
    button {
        background-color: #EB7172; /* optic deep magenta */
        color: black;
    }
.navbar-inverse {
    /* box-shadow: 0px 5px 5px #00003199;  */
    /* optic midnight 60% */
}
.fas {
    color: #6B1276 !important; /* optic deep magenta */
}
.selectize-me {
    text-align: left;
}

.swal2-styled.swal2-confirm {
    background-color: #FFA869 !important; /* optic deep magenta */
}
.daterangepicker td[class="in-range available"],td[class="weekend in-range available"],td[class="today in-range available"] {
    background-color: #FFA869 !important;
    color:black !important;
}

.daterangepicker .ranges li.active,td.active {
    background-color: #EB7172 !important;
    color:white !important;
}
/* .daterangepicker td>.end-date.in-range{
    background-color: #FFA869 !important;
    color:black !important;
} */

 div,td {
        font-family: 'Poppins',sans-serif !important;
    }
    .dmworkbenchheader {
        color:#000036;
        font-weight: 700;
        font-size: 26px;
    }
    .dmlegend {
        font-size:11px;
    }
    .dmSetButton {
        background: #FFA869;
        font-size: 11px;
        color:black;
    }
    .dmCompareButton{
        background: #FFA869;
        padding: 5px 10px 5px 10px;
        font-size: 14px;
        color:black;
    }
    .fas, .CategoryText {
        color: #FFA869 !important;
    }

    a { 

        color:#EB7172 !important;
    }
    .gridjs-pagination .gridjs-pages button.gridjs-currentPage {
        background-color: #6B1276 !important;
    }

    .color-black {
        color:black !important;
    }

    
.nav-tabs>li>a{
            color:#6B1276 !important;

}
.nav-tabs>li[class="active"]>a{
            color:#EB7172 !important;

}

#local-time {
    color: rgb(153,153,153)!important;
}

.peak-location {
    font-size: 12px;
}