.dashlet {
    width: 100%;
}
.dashlet .dashletContent>.notes.notes-dashlet {
    margin-bottom: 10px;
    margin-top: -10px
}

.notes.notes-dashlet {
    padding: 8px;
    background-color: #fff;
}

.dashlet .graph-legend .legendrow .compareval .stat {
    text-align: center
}
.dashlet .graph-legend .notes {
    padding: 0 10px 10px
}
.dashlet .links {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.links>div {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    background-color: #ffffff;
    margin: 12px;
    border: solid 1px #ececec;
    width: 33%;
    min-width: 200px;
}

.dashlet .links .link a {
    display: block;
    font-size: 20px;
    font-weight: 300;
    padding: 20px
}
.dashlet .links .link a:hover {
    color: #313131
}
.dashlet .links .link:hover {
    background-color: #dfdfdf
}

.dashlet .metric {
    color: #313131;
    height: 240px;
    margin-bottom: 10px;
    padding: 12px;
    position: relative
}
.dashlet .metric .compare {
    margin-top: 12px;
    width: 100%
}
.dashlet .metric .compare .compareval .stat {
    text-align: left
}
.dashlet .metric .compareval {
    font-size: 15px;
    font-weight: 300;
    line-height: 16px;
    padding: 3px;
    width: 50%;
}
.dashlet .metric .compareval.arena {
    background-color: #fff;
    border-radius: 4px;
    color: #000;
    font-size: 11.5px;
    padding: 5px;
    bottom: 0;
    margin: 6px;
    border: solid 1px #eee;
    position: absolute;
    text-align: center;
    display: block;
    white-space: nowrap;
    min-width: 100px;
    width: 101px;
    max-width: 100%;
    overflow: hidden;
}

.dashlet .metric .fa {
    margin-left: 4px
}
.dashlet .metric .link-url {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -ms-word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
     -ms-hyphens: auto;
         hyphens: auto;
    overflow-wrap: break-word;
    padding-left: 20px;
    word-break: break-word;
    word-wrap: break-word
}

.dashlet .metric .title {
    font-size: 13px;
    font-weight: 300;
    padding-right: 14px;
    flex: 1 1 auto;
    width: 100%;
}
.dashlet .metric .value {
    font-size: 18px;
    font-weight: 400;
    margin-top: 12px
}
.dashlet .metric>.notes {
    padding-top: 10px
}
.dashlet .metric.drilldown {
    cursor: pointer
}
.dashlet .metric.small-div {
    background-color: #fff;
    float: left;
    margin-bottom: 10px;
    padding: 0;
    width: 10px
}
.dashlet .metric:hover {
    background-color: #dfdfdf
}

.dashlet .metrics-container.solo-group{
    display:block !important;
}

@media only screen  and (min-width: 113.750em) {
    .dashlet .metrics-container {
        -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
    }
}

@media print{
    .dashlet .metrics-container {
        display:-ms-grid;
        display:grid;
        -ms-grid-columns: 100%;
            grid-template-columns: 100%;
        grid-gap:15px;
    }
}

@media screen{
    .dashlet .metrics-container {
        display:-ms-grid;
        display:grid;
        grid-columns: 100%;
        grid-gap:15px 5px;
    }
}

.metric-box-container{
    display: -ms-grid;
    display: grid;
	display: -ms-grid;
    grid-template-columns: repeat(auto-fill,minmax(240px,1fr));
	-ms-grid-auto-flow: column;
	-ms-grid-template-columns: 240px 240px 240px 240px;
    grid-gap: 6px;
	-ms-grid-gap: 6px;
    justify-content:left;
}

.kpi-data-container{
    display: flex; 
    width: 100%; 
    margin-top: 0; 
    font-size: 16px;
    position:absolute;
    z-index:2;
    height:2em;
    bottom:4px;
    left:4px;
    right:4px;
}

.kpi-data-container-item {
    width: 33%;
}

.metric-box:nth-child(1) {
  -ms-grid-column: 1;
}
.metric-box:nth-child(2) {
  -ms-grid-column: 2;
}

.metric-box:nth-child(3) {
  -ms-grid-column: 3;
}
.metric-box:nth-child(4) {
  -ms-grid-column: 4;
}
.metric-box:nth-child(5) {
  -ms-grid-column: 5;
}

.metric-box:nth-child(6) {
  -ms-grid-column: 6;
}

.metric-group {
    border: solid 1px #ccc;
    margin: 4px;
    overflow: hidden;
}
.metric-box{
    height: 240px;
    position:relative;
}

.metric-box .kpiMetricCompareHeader span {
    background: #f3f3f3;
    color: #000;
    border-radius: 16px;
}

.metric-box .kpiMetricCompareHeader {
    font-size: 10px;
    text-align: right;
}

.dashlet .metric .metric-box-kpi-label,.dashlet .metric .metric-box-kpi-value {
    display: block;
    font-size: 12px;
}

.metric-box-kpi-data-container{
    width: 33%; 
    flex: 1 1 auto; 
    text-align: center"
}

.list-table-container{
    max-height: 370px;
    width: 100%;
    overflow:auto;
}

.metric-list-type-container {
    overflow: auto;
}

.metric-box .gauge-container{
    text-align:center; 
    height: 120px;
    text-align:center;
    overflow:hidden;
}

.dashlet .metrics-container .metric {
    padding: 8px 8px;
    width: 240px;
    height: 240px;
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 375px)  {
    .dashlet .metrics-container .metric{
		width: 100%;
	}
}

.dashlet .notes .content {
    border-bottom: 1px solid #bebebe;
    border-top: 1px solid #bebebe;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 10px 5px 0
}
.dashlet .notes .content>ul {
    list-style: none;
    margin: 0
}
.dashlet .notes .content>ul>li span.date {
    font-weight: 700
}
.dashlet .notes .content p {
    margin-bottom: 10px
}
.dashlet .notes .content.open {
    display: block
}
.dashlet .notes .header {
    color: #d9531e;
    cursor: pointer;
    font-size: 14px
}
.dashlet .notes.notes-dashlet .header,
.dashlet .notes.notes-graph .header {
}
.dashlet.fullscreen,
.dashlet.fullscreen h3,
.dashlet.wide,
.dashlet.wide .dashletTitle h3 {
    width: 100%
}
.dashlet.wide .graph-legend .legend {
    font-size: 11px
}

.dashletContent {
    background: #ececec;
    border: 1px solid #ccc;
    padding: 0
}
.dashletTitle {
    color: #fff;
    line-height: 18px;
    padding: 10px;
    position: relative;
}
.dashletTitle .dashletActionHolder,
.ddicon {
    position: absolute;
    right: 4px;
    padding: 6px;
    /* background-color: #fff; */
    /* border-radius: 6px; */
    /* height: 22px; */
    /* line-height: 22px; */
    margin: 0;
    top: 10px;
    bottom: 10px;
}
.dashletTitle .dashletEdit,
.dashletTitle .dashletHelp,
.dashletTitle .expandNotes {
    display: inline-block
}

.dashletTitle .expandNotes a.open .fa:before {
    content: "\f056"
}
.dashletTitle a,
.dashletTitle h3 {
    color: #fff;
    font-size: 18px;
}
.dashletTitle a:hover {
}
.dashletTitle h3 {
    float: left;
    font-weight: 300;
    line-height: 30px;
    margin: 0;
    padding-right: 40px;
    width: 100%
}
.ddicon {
    display: inline;
    font-size: 14px;
    right: 0px;
    top: 0px;
}

.dashletTitle .dropdown-pane.dashhelp h3, .dropdown-page .dashhelp h3,
sv-dashlet-edit h3 {
    background-color: #dedede;
    border-bottom: 1px solid #c6c6c6;
    color: #333;
    font-size: 16px;
    font-weight: 300;
    padding: 4px
}
.graph-legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
}
.graph-legend .box {
    border: 1px solid #f0f0f0;
    display: none;
    height: 20px;
    width: 20px
}
.graph-legend .legend {
    display: table;
    font-size: 12px;
    width: 100%
}
.graph-legend .legend .compare {
    display: block;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap
}
.graph-legend .legend .compareval {
    font-weight: 300;
    text-align: right
}
.graph-legend .legend .compareval span.bad {
    color: #c14d4d
}
.graph-legend .legend .compareval span.good {
    color: #81bd41
}
.graph-legend .legend .compareval span.bad,
.graph-legend .legend .compareval span.good,
.graph-legend .legend .compareval span.na {
    display: block;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px
}
.graph-legend .legend .compareval.arena {
    background-color: #555;
    color: #fff;
    padding: 5px;
    width: 70px
}
.graph-legend .legend .legend-box-container {
    display: none;
    vertical-align: middle
}
.graph-legend .legend .title {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    text-align: right;
    vertical-align: middle;
}
.graph-legend .legend .value {
    display: table-cell;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap
}

.graph-legend .legendrow.drilldown {
    cursor: pointer
}

.graph-title {
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
}

.graph-title-container {
    position:relative;
    color: #fff;
    min-height: 48px;
    width: 100%;
    padding: 12px 24px;
    top: 0;
    font-weight: 400;
}

.graph-actions {
    position: absolute;
    right: 4px;
    top: 0;
	line-height: 48px;
	font-size: 20px;
}

.graph-actions span.fa{
	cursor: pointer;
	-webkit-transition: all 0.3s;
	        transition: all 0.3s
}

.graph-actions span.fa:hover {
    color: #ccc
}

#graph-zoom-backdrop.active{
	opacity: 0.9;
	z-index:101;
	visibility:visible;
}

#graph-zoom-backdrop{
	position: fixed;
    width: 100%;
    z-index: 0;
	visibility: hidden;
    opacity: 0.0;
    top: 0;
    left: 0;
    height: 100%;
    background: #000;
	transition: opacity 0.3s;
}

.graphContainer{
	background: #fff;
	border: solid 1px #cccc;	
	min-height:300px;
}

.graphContainer.zoom,.dashlet.wide .graphContainer.zoom,.graphDrilldown .zoom {
    overflow: auto;
    position: fixed;
    left: 10vw;
    top: 10vh;
    width: 80vw;
    max-height: 80vh;
    z-index: 500;
}

.graphContainer,.graphs>div.spacerdiv {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 4px;
    min-width: 300px;
    overflow: hidden;
    width: 20%;
}

.dashlet.wide .graphs>div.spacerdiv:nth-child(0),.dashlet.wide .graphs>div.spacerdiv:nth-child(1),.dashlet.wide .graphs>div.spacerdiv:nth-child(2),.dashlet.wide .graphs>div.spacerdiv:nth-child(3),.dashlet.wide .graphs>div.spacerdiv:nth-child(4),.dashlet.wide .graphs>div.spacerdiv:nth-child(5){
	display: none;
}

.dashlet .graphs>div.spacerdiv:nth-child(0),.dashlet .graphs>div.spacerdiv:nth-child(1),.dashlet .graphs>div.spacerdiv:nth-child(2),.dashlet .graphs>div.spacerdiv:nth-child(3),.dashlet .graphs>div.spacerdiv:nth-child(4),.dashlet .graphs>div.spacerdiv:nth-child(5),.dashlet .graphs>div.spacerdiv:nth-child(6),.dashlet .graphs>div.spacerdiv:nth-child(7){
	display: none;
}

.dashlet.wide .graphContainer,.dashlet.wide .graphs>div.spacerdiv {
	max-width: 100%;
	min-width: 350px;
	width: 700px;
	flex: 1 1 auto;
}


.graphContainer.zoom .graph-title-container {
    border-radius: 0;
    width: 100%;
    line-height: 48px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
}
.graphContainer.zoom .graph-title {
    line-height: 42px;
}

.graphContainer.zoom .graph-actions {
    top: 0;
}


.graphdrill {
    margin-bottom: 10px
}
.graphs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* height: 100%; */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	box-lines:multiple;
}

.graphDataTableContainer {
    max-width: 100%;
    overflow-x: auto;
}

.item.fullscreen {
    width: 100%
}
.legendrow .ddicon,
.metric .ddicon {
    color: #fff
}
div.graph {
    background: #fff;
    height: 100%;
    margin: 8px
}
sv-graph-legend {
    background: #f1f1f1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex: 1 1 auto;
    /* flex-grow: 1; */
    margin: 5px;
    padding: 5px;
    width: 30%;
    min-width: 200px;
}
sv-dashlet-edit,
sv-graph-legend {
    display: block;
    color: #333
}
sv-dashlet-edit h3 {
    font-weight: 400
}

.title .fa {
    margin-right: 5px;
    display: inline-block;
}

.dropdown-pane.dashedit {
    width: 400px
}

.dashboardNotes {
    padding: 20px 10px;
    margin: 0;
	background-color:#fff;
}

.dashboardNotes p:last-child {
    margin: 0;
}

.metric-icon{
	font-size: 48px;
    color: #fff;
    opacity: 0.6;
    position: absolute;
    right: 5px;
    margin-top: -50%;
    bottom: 0;
}

.graphs>div.spacerdiv{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 4px;
    min-width: 300px;
    overflow: hidden;
    width: 20%;
}

.dashboard.public .dashletEdit{
	display: none;
}

