@charset "UTF-8";
/* CSS Document */

/*h1.entry-title {display:none !important;}*/

h1.dashTitle {
	color:#fff !important;
	padding: 34px 20px 24px;
	text-align: left;
	font-size: 2.2em;
	margin-bottom: 0px;
	border-bottom:2px solid #cc4343;
	background: rgba(30,30,30,.85);

}

h1.dashTitle em {
    color: #aaa;
    float: right;
    font-size: 14px;
    padding: 8px 0px;
}

div.pbiContainer {
	min-height: 700px;
}
div.pbiFooter {
	height: 40px;
	line-height: 40px;
	color:#aaa;
}
iframe {
	border: none !important;
}
.pbi_container iframe{
	/* border-top:1px solid #dedede !important; */
}
#pbi_menu {
	width:100%;
}
#pbi_pageSelect {
	margin: auto;
	height: 30px;
	font-size: 18px;
	display: block;
	background: rgba(0,0,0,0.2);
	border: none;
	outline: none !important;
}

/*PowerBi*/
ul.list-unstyled { 
    height: auto;
    width: 250px;
    border-radius: 2px;
    list-style-type: none;
	position: absolute;
}
ul.list-unstyled li { padding: 5px 10px; z-index: 2; }
ul.list-unstyled li:not(.init) { float: left; width: 248px; display: none;background: #f7f7f7 !important; color: #333333;}
ul.list-unstyled li:not(.init):hover, ul li.selected:not(.init) { background: #029fd7 !important; color: #ffffff !important; }
ul.list-unstyled>li:first-child {
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid #029fd7;
    color: #029fd7 !important;
    font-size: 14px;
}

.pbi_container iframe {
    border-top: none !important;
}
li.init { cursor: pointer; }

a#submit { z-index: 1; }
#pbi_menu {
    background: transparent !important;
    background-color: transparent !important;
    color: #000000 !important;
    font-size: 12px;
    font-family: arial;
}

.powerbiarrow {
    margin-left: 40px;
}

.pbi_container {
    padding-top: 40px;
    font-family: PowrMDL2;
}


*:focus {
	outline: none !important;
	box-shadow: none !important;
  }


/*reports full screen button */
#enterFullscreen {
    background-color: #ffffff !important;
    border: 1px solid #029fd7 !important;
    padding: 5px 10px;
    color: #029fd7 !important;
    background-image: none!important;
    box-shadow: none!important;
	text-shadow: none!important;
	border-radius: 0px !important;
}

#enterFullscreen:hover {
    background: #029fd7 !important;
    transition: 0.2s;
    color: #fff !important;
}

#enterFullscreen:focus{
    border: 1px solid #029fd7 !important;
	border-radius: 0!important;
	outline: none !important;
	box-shadow: none !important;
}


#exitFullscreen {
    background-color: #ffffff !important;
    border: 1px solid #029fd7 !important;
    padding: 5px 10px;
    color: #029fd7 !important;
    background-image: none!important;
    box-shadow: none!important;
	text-shadow: none!important;
	border-radius: 0px !important;
}

#exitFullscreen:hover {
    background: #029fd7 !important;
    transition: 0.2s;
    color: #fff !important;
}

#exitFullscreen:focus{
    border: 1px solid #029fd7 !important;
    border-radius: 0!important;
}

#pbi_menu .init {
    border: 1px solid #e5e5e5;
    font-weight: 400;
    }

#pbi_menu .init:hover {
    background: #029fd7 !important;
    transition: 0.2s;
    color: #fff !important;
}

#pbi_menu li{
     font-size: 14px!important;
}


/* End PowerBi*/