/* QM Stylesheet */

/*#region PrintSettings */

@media print {
    body
    {
    background-image: none !important;
    }
    .backstretch 
    {
    display: none !important; 
    } 
    .topbar-v1
    {
    display: none !important; 
    } 
    .navbar-toggle
    {
    display: none !important; 
    } 
    .headline
    {
    display: none !important; 
    } 
    .acc-v1
    {
    display: none !important; 
    }
    .footer-v1
    {
    display: none !important; 
    }
}

/*#endregion */

/*#region Overrides */

/*Unify Template Tag Boxes v8 Override */
.tag-box-v8 {
  background: #fff;
  border: solid 1px #eee;
  margin-top: -10px;
  margin-bottom: 15px;
  padding: 10px;
}

/* Panel Overrides to add expand and collapse icons */
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';
    content: "\e114"; 
    float: right;
    color: grey;        
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";
}
/* End Panel Overrides */

/* Footer link overrides */
.footer-link {
    color: #FFF !important;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 15px !important;
}
.footer-link2 {
    color: #FFF !important;
    text-decoration: none;
}

/* End Footer link overrides */

/* Main nav overrides */
.header .navbar-nav > li > a {
	bottom: -2px;
	position: relative;
	padding: 9px 20px 9px 20px;
    font-size: 15px;
    /*text-transform: none;*/
}

@media (max-width: 1200px) {
	.header .navbar-nav > li > a {
        font-size: 14px;
		padding: 9px 10px 9px 10px;
	}
}
/* End Main nav overrides */

/* Accordion Overrides */
.accordion-toggle
{
    text-decoration: none !important;
}
/* End Accordion Overrides */

/* Telerik TabStrip Bootstrap Skin Overrides */
.RadTabStripTop_Bootstrap .rtsLevel1 .rtsUL
{
    width: 100%;
}
/* End Telerik Tabstrip Boostrap Skin Overrides */

/*#endregion */

/*#region Colors */
.color-fatigue-severity-1
{
    color: #B7DBFF;
}
.color-fatigue-severity-2
{
    color: #4AA5FF;
}
.color-fatigue-severity-3
{
    color: #0079F2;
}
.color-fatigue-severity-4
{
    color: #004488;
}
.color-depression-severity-1
{
    color: #A5A5A5;
}
.color-depression-severity-2
{
    color: #B7DBFF;
}
.color-depression-severity-3
{
    color: #4AA5FF;
}
.color-depression-severity-4
{
    color: #0079F2;
}
.color-depression-severity-5
{
    color: #004488;
}
.color-red
{
    color: #CE0C28;
}
.color-yellow
{
    color: #EAAA00;
}
.color-green
{
    color: #02650F;    
}
.color-black
{
   color: #000;    
}
.color-navy
{
    color: #1F4B71;
}
.color-blue
{
    color: #337ab7;
}
.background-color-red
{
    background: #CE0C28;
}
.background-color-yellow
{
    background: #EAAA00;
}
.background-color-green
{
    background: #02650F;    
}
.background-color-black
{
   background: #000;    
}
.background-color-navy
{
    background: #1F4B71;
}
.background-color-blue
{
    background: #337ab7;
}
.color-headache-impact-1
{
    color: #A5A5A5;
}
.color-headache-impact-2
{
    color: #6699CC;
}
.color-headache-impact-3
{
    color: #004a94;
}
.color-headache-impact-4
{
    color: #000044;
}

/*#endregion */

/*#region MarginsAndPaddings */
.p-xxxs
{
  padding: 2px;
}
.p-xxs {
  padding: 5px;
}
.p-xs {
  padding: 10px;
}
.p-sm {
  padding: 15px;
}
.p-m {
  padding: 20px;
}
.p-md {
  padding: 25px;
}
.p-lg {
  padding: 30px;
}
.p-xl {
  padding: 40px;
}
.p-w-xs {
  padding: 0 10px;
}
.p-w-sm {
  padding: 0 15px;
}
.p-w-m {
  padding: 0 20px;
}
.p-w-md {
  padding: 0 25px;
}
.p-w-lg {
  padding: 0 30px;
}
.p-w-xl {
  padding: 0 40px;
}
.m-xxs {
  margin: 2px 4px;
}
.m-xs {
  margin: 5px;
}
.m-sm {
  margin: 10px;
}
.m {
  margin: 15px;
}
.m-md {
  margin: 20px;
}
.m-lg {
  margin: 30px;
}
.m-xl {
  margin: 50px;
}
.m-n {
  margin: 0 !important;
}
.m-l-none {
  margin-left: 0;
}
.m-l-xs {
  margin-left: 5px;
}
.m-l-sm {
  margin-left: 10px;
}
.m-l {
  margin-left: 15px;
}
.m-l-md {
  margin-left: 20px;
}
.m-l-lg {
  margin-left: 30px;
}
.m-l-xl {
  margin-left: 40px;
}
.m-l-n-xxs {
  margin-left: -1px;
}
.m-l-n-xs {
  margin-left: -5px;
}
.m-l-n-sm {
  margin-left: -10px;
}
.m-l-n {
  margin-left: -15px;
}
.m-l-n-md {
  margin-left: -20px;
}
.m-l-n-lg {
  margin-left: -30px;
}
.m-l-n-xl {
  margin-left: -40px;
}
.m-t-none {
  margin-top: 0;
}
.m-t-xxs {
  margin-top: 1px;
}
.m-t-xs {
  margin-top: 5px;
}
.m-t-sm {
  margin-top: 10px;
}
.m-t {
  margin-top: 15px;
}
.m-t-md {
  margin-top: 20px;
}
.m-t-lg {
  margin-top: 30px;
}
.m-t-xl {
  margin-top: 40px;
}
.m-t-n-xxs {
  margin-top: -1px;
}
.m-t-n-xs {
  margin-top: -5px;
}
.m-t-n-sm {
  margin-top: -10px;
}
.m-t-n {
  margin-top: -15px;
}
.m-t-n-md {
  margin-top: -20px;
}
.m-t-n-mdd {
  margin-top: -25px;
}
.m-t-n-lg {
  margin-top: -30px;
}
.m-t-n-xl {
  margin-top: -40px;
}
.m-t-n-xxl {
  margin-top: -45px;
}
.m-t-n-xxxl {
  margin-top: -50px;
}
.m-t-n-xxxxl {
  margin-top: -55px;
}
.m-r-none {
  margin-right: 0;
}
.m-r-xxs {
  margin-right: 1px;
}
.m-r-xs {
  margin-right: 5px;
}
.m-r-sm {
  margin-right: 10px;
}
.m-r {
  margin-right: 15px;
}
.m-r-md {
  margin-right: 20px;
}
.m-r-lg {
  margin-right: 30px;
}
.m-r-xl {
  margin-right: 40px;
}
.m-r-200 {
    margin-right: 200px;
}
.m-r-700 {
    margin-right: 700px;
}
.m-r-n-xxs {
  margin-right: -1px;
}
.m-r-n-xs {
  margin-right: -5px;
}
.m-r-n-sm {
  margin-right: -10px;
}
.m-r-n {
  margin-right: -15px;
}
.m-r-n-md {
  margin-right: -20px;
}
.m-r-n-lg {
  margin-right: -30px;
}
.m-r-n-xl {
  margin-right: -40px;
}
.m-b-none {
  margin-bottom: 0;
}
.m-b-xxs {
  margin-bottom: 1px;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-b-sm {
  margin-bottom: 10px;
}
.m-b {
  margin-bottom: 15px;
}
.m-b-md {
  margin-bottom: 20px;
}
.m-b-lg {
  margin-bottom: 30px;
}
.m-b-xl {
  margin-bottom: 40px;
}
.m-b-n-xxs {
  margin-bottom: -1px;
}
.m-b-n-xs {
  margin-bottom: -5px;
}
.m-b-n-sm {
  margin-bottom: -10px;
}
.m-b-n {
  margin-bottom: -15px;
}
.m-b-n-md {
  margin-bottom: -20px;
}
.m-b-n-lg {
  margin-bottom: -30px;
}
.m-b-n-xl {
  margin-bottom: -40px;
}

/*#endregion */

/*#region Spinner */

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-fading-circle">
 *      <div class="sk-circle1 sk-circle"></div>
 *      <div class="sk-circle2 sk-circle"></div>
 *      <div class="sk-circle3 sk-circle"></div>
 *      <div class="sk-circle4 sk-circle"></div>
 *      <div class="sk-circle5 sk-circle"></div>
 *      <div class="sk-circle6 sk-circle"></div>
 *      <div class="sk-circle7 sk-circle"></div>
 *      <div class="sk-circle8 sk-circle"></div>
 *      <div class="sk-circle9 sk-circle"></div>
 *      <div class="sk-circle10 sk-circle"></div>
 *      <div class="sk-circle11 sk-circle"></div>
 *      <div class="sk-circle12 sk-circle"></div>
 *    </div>
 *
 */
.sk-spinner-fading-circle.sk-spinner
{
    margin: 0 auto;
    width: 22px;
    height: 22px;
    position: relative;
}
.sk-spinner-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-spinner-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 18%;
  height: 18%;
  background-color: #1ab394;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sk-spinner-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-spinner-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-spinner-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-spinner-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-spinner-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-spinner-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-spinner-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-spinner-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-spinner-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-spinner-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-spinner-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-spinner-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-spinner-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-spinner-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-spinner-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-spinner-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-spinner-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-spinner-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-spinner-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-spinner-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-spinner-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-spinner-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}


/*#endregion */

/*#region Modals */

/* Modal Loading Panel */
.modal-loading-bg {
    position: fixed; 
    text-align: center; 
    height: 100%; 
    width: 100%; 
    top: 0; 
    right: 0; 
    left: 0; 
    z-index: 9999999; 
    background: rgba(0, 0, 0, 0.7); 
}
.modal-loading-center-text
{
    border-width: 0px; 
    position: fixed; 
    padding: 50px; 
    left: 45%; 
    top: 40%;
}
/* Standard Modal */
.modal-content {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  z-index: 99999; 

}
.modal-button {
    background-color: #337ab7;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer; 
}

 .modal-text {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; 
 }

.modal-header-text {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block; 
}

/*#endregion */

/*#region SettingsPanel */

/* Filter Panel */
.panel-filter
{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 15px;
    /* border: 1px solid #e4e9f0; */
}

.panel-filter-heading {
  border-bottom: 2px solid #4765a0;
    font-size: 14px;
     font-weight: normal;
    padding: 2px;
}

.panel-filter-body
{
    padding: 5px;
    font-size: 11px;
    /* background-color: #e4e9f0; */
   /*  border: 1px solid #808080; */
}
.form-group-filter
{
    margin-bottom: 5px;
}
.container-filter
{
    background-color: #f3f3f3; 
    padding: 10px;
}
/* End Filter Panel */

/* Filter Heads Up Display */
.container-filter-display
{
   /* background-color: #f3f3f3; */
    padding: 5px;
    margin-bottom: 10px;
    margin-top: -15px;
    border: 1px solid #ddd;
}
.container-filter-display-heading
{
    font-size: 12px;
    font-weight: bold;
}
/* End Filter Heads Up Display*/

/*#endregion */

/*#region TextStyles */

.text-white {
  color: #ffffff;
 }
.text-orange {
  color: #ff6a00;
 }
.text-orange-heading {
    color: #ff6a00;
    font-weight: bold;
    font-size: 18px;
}
.text-blue-heading {
    color: #337ab7;
    font-weight: bold;
    font-size: 18px;
}
.text-grey-heading {
    color: #777;
    font-weight: bold;
    font-size: 14px;
}
.text-grey-footnote {
    color: #777;
    font-size: 11px;
    text-align: center;
}
.text-grey-md {
    color: #777;
    font-size: 11px;
}
.text-bold {
    font-weight: bold;
}
.hr-dotted {
 border-top: 1px dashed;
 color: #ddd;
 }
.hr-solid {
 border-top: 1px solid;
 color: #ddd;
 }
.filter-set-link {
    font-size:12px;
    font-weight: bold;
    text-decoration: underline;
}
.filter-set-label {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight:normal;
    font-size: 18px;
}
.filter-set-item {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight:normal;
    font-size: 14px;
}
.xxlg-text {
    font-size: 65px;
}
.gray-heading-text {
    font-size: 18px; 
    color: #555; 
    text-shadow: none; 
    font-family:Open Sans, Arial, sans-serif
}

/*#endregion */

/*#region ButtonStyles */
.btn-xxs
{
    padding: 1px 5px;
    font-size: 10px;
    line-height: 1.5;
}
.button-blue-small a, a.button-blue-small:focus, a.button-blue-small:hover, a.button-blue-small:active
{
    color: #FFF;
    text-decoration:none;
}
.button-blue-small
{
border-radius: 4px !important;
background: #337ab7;
font-size: 11px;
padding: 2px 10px;
line-height: 14px;
border: 0;
color: #fff;
cursor: pointer;
font-weight: 600;
position: relative;
white-space: nowrap;
display: inline-block;
text-decoration:  none;
}

/*#endregion */

/*#region Misc */
#spanDepressionScreen {
  cursor: pointer;
}

#spanDepressionScreen:hover {
  text-decoration: underline;
}

#spanPainImpactScreen {
  cursor: pointer;
}

#spanPainImpactScreen:hover {
  text-decoration: underline;
}

#spanWorkActivityProblemScreen {
  cursor: pointer;
}

#spanWorkActivityProblemScreen:hover {
  text-decoration: underline;
}

.pos-rel {
    position:relative;
}
.pdf-footer-copy {
    font-size:12px;
}
.bring-to-front {
    z-index: 99999;
    position: relative;
}

.required-copy {
    font-size: 11px;
    color: #f00;
    font-weight:bold;
}
.gridview-report-link {
    text-decoration:underline;
}
.logo-tagline
{
    font-size: 12px;
    display: block;
    margin-top: -15px;
    margin-left: 55px;
    color: #777;
}
.display-name
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: 600;

}
#divGenderCheckboxes label{
    margin-left:3px;
   vertical-align: middle;
}
#divCompareCheckbox label{
    margin-left:3px;
   vertical-align: middle;
}

.radius-4px
{
  border-radius: 4px !important;
}
.legend-label
{
    border-radius: 4px !important;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 1px;
    padding-top: 1px;
}

.section-heading {
    border-bottom: 1px solid #DDD;
    font-size: 18px;
    padding: 2px;
}
.nodata-margin
{
    margin-top: 50px;
    margin-bottom: 50px;
    color: #777;
}

/* Adjust the size of the text in the heads up display to prevent crowding */
@media (max-width: 1200px) and (min-width: 992px)
{
    .tag-box-v8 h4
    {
        font-size: 14px;
    }

    .tag-box-v8 .text-orange-heading
    {
        font-size: 14px;
    }
}
/* End HUD adjustment */

.inline-block-display
{
    display: inline-block;
}

.block-display
{
    display: block;
}

.input-xs
{
    height: 20px;
    padding: 2px 5px;
    font-size: 10px;
    line-height: 1.5;
}

.arrow:after {
    height: 100px;
    width: 100px;
    display: block;
    content: '';
}

.upArrow:after, .downArrow:after {
    background: linear-gradient(60deg, transparent 63%, #fff 63%), linear-gradient(-60deg, transparent 63%, #fff 63%), linear-gradient(to bottom, #e6f2ff, #0079F2);
}

.downArrow:after {
    transform: rotate(180deg);
}

/*#endregion */

/*#region Quadrant*/
.quadrant-highlight {
    opacity: 0.5;
}
.quadrant-cell {
    border: 1px solid #bebebe;
    text-align: center;
    cursor: pointer; 
}
.quadrant-header-cell {
    font-weight: bold;
    text-align: center;
    height: 5px;
    padding-bottom: 10px;
    width: 25%;
    font-size: 16px;
}
.quadrant-header-row {
    font-weight: bold;
    text-align: right;
    width: 5px;
    padding-right: 10px;
    font-size: 16px;
}
.quadrant-count-text {
    font-size: 30px;
    font-weight: bold;
}
.quadrant-count-label {
    color: #808080;
}
.quadrant-cell-green {
    background-color: rgba(0, 119, 0, 0.1);
}
.quadrant-cell-yellow {
    background-color: rgba(255, 255, 0, 0.1);
}
.quadrant-cell-red {
    background-color: rgba(207, 19, 19, 0.1);
}
.quadrant-legend-label-x {
    font-size: 18px;
    font-weight: bold;
    text-align:center;
    width: 100%;
    padding-bottom: 30px;                                                        
}
.quadrant-legend-label-y-container {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transform-origin: left 0px;
    -ms-transform-origin: left 0px;
    -o-transform-origin: left 0px;
    -webkit-transform-origin: left 0px;
    transform-origin: left 0px;
    text-align: center;
    width: 55%;
}
.quadrant-legend-label-y {
    font-size: 18px;
    font-weight: bold;

}
/*#endregion*/


/*#region Custom Chart Legend*/
.customLegendWrapper {
    text-align: center;
}

.customLegend {
    color: #555555;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 5px;
}

    .customLegend div {
        display: inline-block;
        *display: inline;
        zoom: 1;
        margin: 0px 5px;
        height: 20px;
        font-size: 11px;
        font-weight: bold;
    }

        .customLegend div div {
            width: 10px;
            height: 10px;
            vertical-align: -1px;
            _vertical-align: middle;
        }

    .customLegend .sameorbetter div {
        background-color: #02650F;
    }

    .customLegend .below div {
        background-color: #EAAA00;
    }


    .customLegend .wellbelow div {
        background-color: #CE0C28;
    }

    .customLegend .minimal div {
        background-color: #A5A5A5;
    }

    .customLegend .no-benchmark div {
        background-color: #000000;
    }

    .customLegend .mild div {
        background-color: #6699CC;
    }

    .customLegend .moderate div {
        background-color: #004a94;
    }

    .customLegend .severe div {
        background-color: #000044;
    }

    .customLegend .depressionseveritynone div {
        background-color: #A5A5A5;
    }

    .customLegend .depressionseveritymild div {
        background-color: #B7DBFF;
    }

    .customLegend .depressionseveritymoderate div {
        background-color: #4AA5FF;
    }

    .customLegend .depressionseveritymoderatelysevere div {
        background-color: #0079F2;
    }

    .customLegend .depressionseveritysevere div {
        background-color: #004488;
    }

    .customLegend .fatiguenone div {
        background-color: #B7DBFF;
    }

    .customLegend .fatiguemild div {
        background-color: #4AA5FF;
    }

    .customLegend .fatiguemoderate div {
        background-color: #0079F2;
    }

    .customLegend .fatiguesevere div {
        background-color: #004488;
    }


    .customLegend .lower div {
        background-color: #02650F;
    }

    .customLegend .higher div {
        background-color: #CE0C28;
    }

    .customLegend .SF6Dv2YourPop div {
        background-color: #0079F2;
    }

    .customLegend .SF6Dv2Benchmark div {
        background-color: #e6f2ff;
    }
/*#endregion */





