mpxgraph {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  display: block;
  float: left;
  margin-right: 20px;
  position: relative;
  background: #fff;
  border: 1px solid #e6e6e6; }
  mpxgraph > div {
    height: 100%; }

.mpx-chart-title {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px;
  margin-bottom: 0;
  font-size: 18px !important;
  width: 100% !important; }

.mpx-chart {
  width: 100%;
  min-height: 300px;
  height: 100%; }

.loading .mpx-chart {
  background: #eee url(/sites/all/themes/mipexfront/images/preloader-2.gif) no-repeat center center; }

.dac-legend-panel {
  top: 60px;
  max-height: 320px; }

.legend-title {
  text-align: left; }

.center-text {
  text-align: center; }

.dac-holder {
  height: 100%; }

.non-map-chart {
  padding-bottom: 140px; }

.country-general-conclusions-radar {
  height: 400px; }
  .country-general-conclusions-radar .mpx-chart {
    height: 400px; }
  .country-general-conclusions-radar .dac-legend-panel {
    /*display: none !important;*/ }

.mpxplay mpxgraph {
  border: 0px none;
  background: none; }
  .mpxplay mpxgraph .amcharts-main-div {
    background: #fff; }

.dac-legend-gradient-holder {
  text-align: left;
  padding: 12px 0 0;
  width: 95%; }
  .dac-legend-gradient-holder > * {
    display: inline-block;
    margin: 0 4px;
    text-align: center;
    vertical-align: top; }
  .dac-legend-gradient-holder .gradient-legend-min,
  .dac-legend-gradient-holder .gradient-legend-max {
    width: 15%;
    font-weight: bold; }
  .dac-legend-gradient-holder .gradient-legend-bar {
    width: 60%;
    position: relative; }
    .dac-legend-gradient-holder .gradient-legend-bar img {
      position: absolute;
      left: 0;
      top: 3px;
      width: 100%;
      height: 10px; }

#mpxplay .dac-legend-gradient-holder {
  text-align: left;
  padding: 0;
  width: auto;
  margin: 0 10px 10px;
  overflow: hidden; }
  #mpxplay .dac-legend-gradient-holder > * {
    display: block;
    margin: 0; }
  #mpxplay .dac-legend-gradient-holder .gradient-legend-min,
  #mpxplay .dac-legend-gradient-holder .gradient-legend-max {
    font-weight: bold;
    width: 40%; }
  #mpxplay .dac-legend-gradient-holder .gradient-legend-min {
    float: left;
    text-align: left; }
  #mpxplay .dac-legend-gradient-holder .gradient-legend-max {
    float: right;
    text-align: right; }
  #mpxplay .dac-legend-gradient-holder .gradient-legend-bar {
    width: 100%;
    position: relative;
    margin-bottom: 6px; }
    #mpxplay .dac-legend-gradient-holder .gradient-legend-bar img {
      position: static;
      width: 100%;
      height: 10px; }

.chart-export-holder {
  width: 768px;
  margin: 30px auto; }

.chart-export-page .dac-preloader-holder {
  position: fixed; }

.mpxgraph-replacement-table img {
  width: 100%; }

.embed-panel-holder {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  margin-left: -350px;
  margin-top: -200px;
  background: #f6f6f6;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2); }

.overlay-panel-inner {
  display: table;
  width: 100%; }

.overlay-panel-header {
  display: table-row; }
  .overlay-panel-header > * {
    display: table-cell;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 14px;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #fff; }
  .overlay-panel-header .overlay-panel-close-button {
    width: 50px;
    border-left: 1px solid #e9e9e9;
    text-align: center;
    color: #999; }

.overlay-panel-footer {
  display: table-row; }
  .overlay-panel-footer > * {
    display: table-cell;
    padding: 10px 14px;
    font-size: 14px; }

.overlay-panel-content-holder {
  padding: 10px 14px;
  border-bottom: 1px solid #e9e9e9; }

textarea.embed-code {
  width: 100%;
  height: 215px;
  border: 1px solid #e9e9e9;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.08) inset;
  border-radius: 4px;
  padding: 10px;
  font-family: Courier, monospace; }

/*# sourceMappingURL=style-datamodule.css.map */
