/* CSS Document */

/* Charts Main Template File */
#affwp-mla-charts-wrapper {
	margin-bottom: 100px;
	background-color: #ffffff;
	overflow:hidden;
	border: 2px solid #E8E7E7;
	clear:both;
}
#affwp-mla-charts-wrapper.fullscreen {
    z-index: 9999999999; 
    width: 100%; 
    height: 100%; 
    position: fixed; 
    top: 0%; 
    left: 0%; 
	padding-bottom: 0px;
	overflow:hidden;
	background-color: #000000;
	background-color: rgba(0,0,0,0.8);
	border: none;
 }

 #affwp-mla-charts-content {
	/*width: 96%; 
    height: 96%;
	margin-top: 2%;
	margin-left: 2%;*/
	background-color: #ffffff;
	overflow:hidden;
 }
 
  #affwp-mla-charts-wrapper.fullscreen #affwp-mla-charts-content {
	width: 96%; 
	height: 96%;
	margin-top: 2%;
	margin-left: 2%;
 }

/* Charts Toolbar */
.affwp-mla-reports {
	background-color: #ffffff;
	margin-top: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.affwp-mla-reports th {
	text-align: left!important;
}
#affwp-mla-reports-toolbar {
	/*width:96%;*/
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 99999;
	background-color: #E8E7E7;
	color: #222222;
}

#affwp-mla-reports-toolbar.affwp-mla-reports-toolbar.dashboard {
	padding-bottom: 1px;
    padding-top: 21px;
}

#affwp-mla-charts-wrapper.fullscreen #affwp-mla-reports-toolbar {
	position: absolute;
	top:2%;
	left:2%;
	right:2%;
	margin-top: 0px;
	z-index: 99999;	
}

#affwp-mla-reports-toolbar table, #affwp-mla-reports-toolbar table tr, #affwp-mla-reports-toolbar table tr td {
	border: none;
	background-color: #E8E7E7!important;
}
#affwp-mla-reports-toolbar table.affwp-tab-table td {
	padding-left: 10px!important;
}
#affwp-mla-reports-toolbar input, #affwp-mla-reports-toolbar select {
	/*height: 36px!important;*/
	margin-top: 0px!important;
	margin-bottom: 0px!important;
}
.affwp-mla-reports .select2-container {
	width: 100%!important;
}
.affwp-mla-reports .select2-container, .affwp-mla-reports .back_to_list {
    display: block!important;
	float:left!important;
}
.affwp-mla-reports .select2-container .select2-choice {
    padding: 5px!important;
}

.icon-mla-chart-expand, .icon-mla-chart-export {
   padding-right: 10px;
   color: #666;
}
.icon-mla-chart-expand {
   font-size: 22px;
}
.icon-mla-chart-export {
   font-size: 24px;
}

/* Charts Charts */
