.leftNav {
    color: #999;
    position: absolute;
    left: 0px;
    top: 60px;
    width: 306px;
    bottom: 0px;
  }
  
  .leftNav .topBlock {
    background: #1A1A1A;
    font-size: 12px;
    padding: 10px;
  }
  
  .leftNav .topBlock .logo {
    height: 20px;
  }
  
  .leftNav .topBlock .cvb {
    font-size: 1.2rem;
  }
  
  .leftNav .topBlock .cvb a {
    color: #999;
  }
  
  .leftNav .topBlock .user {
    padding-top: 5px;
  }
  
  .leftNav .topBlock .user a {
    color: white;
  }
  
  .leftNav .primaryNav {
    background-color: #313131;
    width: 50px;
    float: left;
    height: 100%;
    font-size: .9rem;
    position: relative;
    z-index: 5;
  }
  
  .leftNav .primaryNav .item {
    cursor: pointer;
    margin: 0 auto;
    transition: background-color .4s ease;
    font-size: 22px;
    text-align: center;
    padding: 13px 0px;
    border-bottom: 2px solid #444444;
  }
  
  .leftNav .primaryNav .item .primaryLabel {
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
    font-size: .8rem;
    display: block;
    margin-top: 5px;
  }
  
  .leftNav .primaryNav .item:hover {
    background: #1A1A1A;
  }
  
  .leftNav .primaryNav .item.active {
    background: #33a4b9;
    color: #00748a;
  }
  
  .leftNav .primaryNav .item.openCurrent {
    display: none;
    color: #8bc23d;
    -webkit-font-smoothing: antialiased;
    padding: 24px 0px 23px 0px;
  }
  
  .leftNav.enabled .primaryNav .item.openCurrent {
    display: block;
  }
  
  .leftNav .primaryNav .item.openCurrent .openMe {
    display: inline;
  }
  
  .leftNav .primaryNav .item.openCurrent .closeMe {
    display: none;
  }
  
  .leftNav .primaryNav.active .item.openCurrent .openMe {
    display: none;
  }
  
  .leftNav .primaryNav.active .item.openCurrent .closeMe {
    display: inline;
  }
  
  .leftNav .secondaryNav {
    z-index: 3;
    position: absolute;
    top: 0px;
    display: none;
    background: #33a4b9;
    color: white;
    width: 480px;
    height: 100%;
    padding: 10px 17px;
    border-right: 6px solid #008da8;
    left: 0px;
    transition: left .6s ease, background .5s ease;
    overflow: hidden;
    overflow-y: auto;
    word-wrap: break-word;
  }
  
  .leftNav .secondaryNav a {
    color: white;
  }
  
  .leftNav .secondaryNav.active {
    display: block;
  }
  
  .leftNav .secondaryNav.bottom {
    z-index: 2;
    background: #008da8;
  }
  
  .leftNav .secondaryNav.leftShift {
    left: -90px;
    z-index: 4;
  }
  
  .leftNav .secondaryNav h2 {
    color: white;
    font-size: 22px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
  }
  
  .leftNav .secondaryNav h3 {
    color: white;
    font-size: 16px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
  }
  
  .leftNav .secondaryNav .titleSection {
    margin-bottom: 10px;
  }
  .leftNav .secondaryNav .titleSection hr{
      color:#008da8;
  }
  .leftNav .secondaryNav .description {
      font-size:12px;
      margin-left: -5px;
  }
  
  .leftNav .secondaryNav .description p {
    margin: 0px;
    line-height: 1.2rem;
    font-size: 14px;
  }
  
  
  .leftNav .secondaryNav .item .fa {
    position: absolute;
    right: -17px;
    top: 13px;
    font-size: 14px;
    font-weight: normal;
  }
  
  .leftNav .secondaryNav .item.hasAction .fa {
    display: none;
  }
  
  .leftNav .secondaryNav .item:hover {
    background: #008da8;
  }
  
  .leftNav .secondaryNav .parent .item {
    color: white;
  }
  
  .leftNav .secondaryNav .parent .item .fa {
    position: static;
  }
  
  .leftNav .helpButton {
    transition: background-color .4s ease;
    font-size: 18px;
    padding: 24px 0px 23px;
    width: 90px;
    border-bottom: 2px solid #444;
    display: block;
    cursor: pointer;
    text-align: center;
  }
  
  .leftNav .helpButton>.background {
    display: block;
    width: 23px;
    height: 23px;
    border: 1px solid white;
    border-radius: 23px;
    background: #008da7;
    padding-top: 2px;
    margin: auto;
  }
  
  .leftNav .helpButton:hover {
    background: #1A1A1A;
  }
  
  
  
  .leftNav {
    bottom: 0;
    color: #999;
    left: 0;
    position: fixed;
    z-index: 100;
    top: 60px;
    width: 60px;
  }
  
  .leftNav.active {
    width: auto;
  }
  
  .leftNav .primaryNav {
    background-color: #313131;
    width: 50px;
    float: left;
    height: 100%;
    font-size: .9rem;
    position: relative;
    z-index: 101;
  }
  
  .leftNav .primaryNav .item {
    margin: 0 auto;
    transition: background-color .4s ease;
    font-size: 22px;
    cursor: pointer;
    text-align: center;
    padding: 10px 0px;
    border-bottom: 2px solid #444444;
  }
  
  .leftNav .primaryNav .item:hover {
    background: #1A1A1A;
  }
  
  .leftNav .primaryNav .item.active {
    background: #33a4b9;
    color: #00748a;
  }
  
  .leftNav .secondaryNavContainer {
    left: -380px;
    height: 100%;
    float: left;
    position: relative;
    width: 380px;
    transition: left .5s ease;
    z-index: 3;
    overflow-y: auto;
  }
  
  .leftNav .secondaryNavContainer.active {
    left: 0px;
  }
  
  .leftNav .secondaryNav {
    max-width: 100%;
    z-index: 99;
    position: absolute;
    top: 0px;
    display: none;
    background: #33a4b9;
    color: white;
    width: 280px;
    min-height: 100%;
    padding: 10px;
    border-right: 6px solid #008da8;
    left: 0px;
    transition: left .5s ease, background .5s ease;
  }
  
  .leftNav .secondaryNav.active {
    display: block;
  }
  
  .leftNav .secondaryNav.bottom {
    z-index: 2;
    background: #008da8;
  }
  
  .leftNav .secondaryNav.leftShift {
    left: -280px;
    z-index: 99;
  }
  
  .leftNav .secondaryNav h2 {
    color: white;
    font-size: 25px;
    font-weight: 300;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
  }
  
  .leftNav .secondaryNav .titleSection {
    border-bottom: 1px solid #008da8;
    border-top: 1px solid #008da8;
      padding: 4px 0;
      margin-bottom: 5px;
  }
  
  .leftNav .secondaryNav .description {
    padding: 0px 0px 16px 0px;
  }
  
  .leftNav .secondaryNav .description p {
    margin: 0px 17px;
    line-height: 1.2rem;
    font-size: 14px;
  }
  .leftNav .secondaryNav .item {
    cursor: pointer;
    font-size: 14px;
    position: relative;
    padding: 10px 30px 10px 17px;
  }
  
  .leftNav .secondaryNav .item .fa {
    position: absolute;
    right: 17px;
    top: 13px;
    font-size: 14px;
    font-weight: normal;
  }
  
  .leftNav .secondaryNav .item:hover,
  .leftNav .secondaryNav .item.current {
    background: #008da8;
  }
  
  .item.back.activator .fa {
    margin-right: 10px;
  }


.filterbar {background-color: #ebeced;border-bottom: 1px solid #bebebe;padding: 8px;position:fixed;top: 60px;width: 100%;z-index: 3;}
.filterbar form {display: inline; margin:0; padding:0;}
.filterbar select {background-color: #fff;max-width: 100%;margin: 0;}

.dashHome {min-height: 100%;height: 100%;position: relative;}
.dashboard {margin-bottom: 0;position: relative;top: 140px;}

.dashboard.public {margin: 0; min-width: 375px;top:0;padding-top:0}
.dashtitle {text-align: center;font-size: 18px;font-weight:400;line-height: 28px; height: 28px; overflow: hidden}
.dashdate {font-size: 16px;text-align: center;font-weight:400;}

@media (max-width: 40em){
	.filterbar{
		margin-left: 0;
	}
}

/*Medium and Below*/
@media screen and (max-width: 80em)  {
    .dashdate {
        float: none;
        height: 2.25em;
    }
}

/*Medium and up*/
@media screen and (min-width: 80em)  {
	.dashtitle {float: left;text-align: left;width: 30em;line-height: 40px; height: 40px; overflow: hidden}
	.dashdate {float: right;width: 18em;text-align: right;}
	.dashboard{
		top: 110px;
	}
}

@media screen and (min-width: 64em)  {
	.filterbar{
		padding-left: 66px;
	}
	.dashboard .dashboardInnerContainer{
	    margin-left: 50px;
	}	

	.dashboard.public .dashboardInnerContainer{
	    margin-left: 0px;
	}	
	
}

.filterbar .button {font-size: 14px; margin-bottom: 0px; padding: 5px 2rem; padding-top: 2px;}
.filterbar .button i {margin-right: 6px;}

.dashletContainer .warning.dismissed {max-height: 0;padding: 0 8px;opacity: 0;border: 0;margin: 0 4px;}
.dashletContainer .warning {background-color: #f0f0f0;margin-bottom: 25px;font-size: 16px;opacity: 1;padding: 20px;border:solid 1px #999;transition: all 0.5s ease-in-out;overflow: hidden;}

.dashletContainer {padding: 20px;min-height: 100%;}
.dashletContainer .item {
    margin-bottom: 20px;
    position: static !important;
}

.dashHome .mobile-ofc-menu{
	background: #616161;
}

.mobile-ofc-menu a:hover{
	color:#1779ba
}

.mobile-ofc-menu{
	z-index:5 !important;
	top:60px;
}
.mobile-ofc-menu .is-accordion-submenu-parent>a:after{
	border-color:#fff transparent transparent;
}


.mobile-ofc-wrapper{
}
.dashHome .mobile-ofc-menu a, .dashHome .mobile-ofc-menu li,.dashHome .mobile-ofc-menu {
    color: #fff !important;
    font-weight: 400;
}
.mobile-ofc-menu a {
	padding-top: 0;
	padding-bottom: 0; 
}
.mobile-ofc-menu a,.mobile-ofc-menu .menu-title{
	line-height: 20px;
}
.mobile-ofc-menu a.button {
	border-radius: 0;
	box-shadow: 0 0 0 transparent;
}

.mobile-ofc-menu .menu.nested .item{
	font-size:12px;
}

.mobile-ofc-menu .menu-title{
	padding: 10px;
	padding-left: 15px;
	font-size: 0.8em;
}

.mobile-ofc-menu a{
	/* background: #fff; */
	font-weight: 700;
}

.mobile-ofc-menu ul.menu.submenu.vertical.nested {
    margin: 0;
}
.mobile-ofc-menu .submenu a{color: #333 !important;}

.mobile-ofc-title {
    font-size: 22px;
    line-height: 1.5;
    background-color: #616161;
    color: #fff;
    font-weight: 300;
}

.mobile-ofc-menu button.close-button {
    color: #fff;
    font-size: 18px;
}

.mobile-ofc-menu ul.vertical.menu li {
    border-bottom: solid 1px #ccc;
}

.mobile-ofc-menu ul.vertical.menu.submenu li {
    margin: 0;
    width: 100%;
    padding-left: 1rem;
	padding:3px;
    background: #fff;
    color: #333 !important;
}
.position-right{
	width: 300px;
	-webkit-transform: translateX(300px);
	transform: translateX(300px);
}

@media print {
  #theme-editor-aside {
    display: none;
  }
}

#theme-editor-aside {
    background-color: #fff;
    z-index:3;
    /* padding: 4px; */
    padding-top: 60px;
}
#theme-editor-aside .close-button {
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    margin-right: 8px
}
#theme-editor-aside .colorinput input {
    border: 0;
    margin: 3px;
    padding: 5px;
    width: 100%;
}
#theme-editor-aside label {
    font-weight: bold;
}

#theme-editor-aside .colorlist .colorRemove i.fa.fa-remove,
#theme-editor-aside label {
    color: #333
}
#theme-editor-aside .mobile-ofc-title {
    height: auto;
    padding: 5px;
    text-align: center;
}
#theme-editor-aside .mobile-ofc-wrapper {
    background-color: #fff;
    color: #333;
    height: 100%;
    padding: 5px
}
#theme-editor-aside .theme-editor-container {
    padding: 12px;
}
#theme-editor-aside a.button {
	margin: 15px auto;
}
#theme-editor-aside a{
	font-size: 12px;
}
#theme-editor-aside a.mobile-ofc-wrapper a:focus,
#theme-editor-aside a.mobile-ofc-wrapper a:hover:not(.button) {
    color: #333
}
#theme-editor-aside ul.colorlist li.color span.colorRemove {
    display: inline-block;
    text-align: right;
    width: 20px
}
#theme-editor-aside ul.colorlist li.color span.colorinput {
    display: inline-block;
    width: 195px;
}

#theme-editor-aside a.addThemeButton,#theme-editor-aside a.deleteThemeButton {
    margin: 0 0 15px 0;
    display: block;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    padding: 4px;
    background-color: #0070A3;
    color: #fff;
}

#theme-editor-aside a.deleteThemeButton {
	background-color: #773333;
}

#dash-modal-pdf{background:#f6f6f6; padding: 0,height:100vh,overflow-y:hidden}
.pdf-container {display:-webkit-box;display:-ms-flexbox;display:flex; padding: 0px 20px 20px 20px;}
.pdf-dash .pdf-title {background-color: #efefef; padding: 8px; font-size: 16px; font-weight:400;}
.pdf-dash .pdf-dashlets {background-color: #f6f6f6; padding: 20px;}
.pdf-dash .pdf-dashlets ul{display:-webkit-box;display:-ms-flexbox;display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap;list-style: none;}
.pdf-dash .pdf-dashlets li {padding: 0px;width: 50%;display: -webkit-box;display: -ms-flexbox;display: flex;padding: 10px;}
.pdf-dash .pdf-dashlets li input {margin:0px;}
.pdf-dash .pdf-dashlets li label {font-size: 12px;font-weight: 400;display: block;width: 50%;}
.pdf-action {overflow: hidden;background:#333333;padding:0.7rem 0.5rem 0.7em 0.5rem; text-align: center; width: inherit; max-width: inherit;color:#fff}
.pdf-result, .pdf-error, .loading {
	padding: 20px;
    background: #fff;
    margin: 20px;
    border: solid 1px #aaa;
}

ul.pdfDashList {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
ul.pdfDashList h3 {
    font-size: 16px;
}
li.pdfDashItem {
	display: block;
	padding: 0;
	width: 100%;
}

li.pdfDashItem label {
    padding: 3px;
    background-color: #0088c6;
    border: solid 1px #aaaaaa;
    font-size: 14px;
	color: #fff;	
	transform: background-color 0.3s;
	-webkit-transform: background-color 0.3s;
}

li.pdfDashItem label:hover {
    background-color: #22aae8;
    border: solid 1px #aaaaaa;
	color: #fff;	
}

ul.pdfDashList>li {
    width: 100%;
    margin: 5px;
    border: solid 1px #e0e0e0;
}

ul.pdfDashList>li>ul {
    margin: 0;
}

.availableDashletsContainer li.pdfDashItem.dashSelected{
	display: none;
}

.pdf-action{
	bottom:0;
	width: 100%;
}

.pdf-message-container{
	position:relative;
	height:2em;
	width: 100%;
	text-align: center;
}

.pdf-message{
	position:absolute;
	display: block;
	left: 0;
	width: 100%;
}

.availableDashletsContainer,.selectedDashletsContainer {
    width: 50%;
    margin: 8px;
    border: solid 1px #aaaaaa;
	max-height:60vh;
	overflow-y:auto;
	background:#fff;
}
.availableDashletsContainer li.pdfDashItem {
    /* width: 50%; */
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 5px;
    flex-wrap: wrap;
    min-width: 260px;
}

.pdfDashItem label {
    cursor: pointer;
	color:#fff;
} 
.pdfDashItem span.fa.fa-plus-circle{
	color: #fff;
}
.pdfDashItem span.fa.fa-remove{
	color: #fff;
}

.chartError {
    height: 40px;
    line-height: 300px;
    margin: auto;
	text-align: center;
}

div.metrichint{
	padding: 8px;
}

.drilldown-title{
	text-align: center;
	padding: 8px;
}

.kpiMetricCompareHeader {
    display: table-cell;
    width: 75px;
    text-align: right;
    vertical-align: top;
}

.comparevaldashlet span {
    border-radius: 16px;
    color: #fff;
    font-size: 11px;
    text-align: center;
    display:block;
}