/* Back office for Key Indicators */

/* Remove double label for year */
.page-node-add-eac-eat-key-indicators .date-combo .fieldset-legend {
 display: none;   
}

/* Improve fieldset legends */
.page-node-add-eac-eat-key-indicators .fieldset-legend {
 font-size: 12px;
 font-weight: bold;
}

/* Modify fieldset for backoffice content type Key Indicators */ 
.page-node-add-eac-eat-key-indicators .form-wrapper fieldset {
  border: 1px solid #c0c0c0 !important;
  margin: 20px 2px !important;
  padding: 0.35em 0.625em 0.75em !important;
  background-color: #f2f2f2 !important;
}

/* Remove the link-tooltip arrow from the feed-icon on views 'Key Indicators' */
.page-resources-statistics-key-indicators .link-tooltip .link-tooltip__img {
 display: none;   
}

/* Remove the Tooltip on top from the feed-icon on views 'Key Indicators' */
.page-resources-statistics-key-indicators .tooltip-inner {
 display: none;   
}

/* Alter XLS (Excel download) button on views 'Key Indicators' */
.page-resources-statistics-key-indicators .feed-icon {
 text-align: right;
}
.page-resources-statistics-key-indicators .feed-icon::before {
 content: "Download in ";
}
.page-resources-statistics-key-indicators .feed-icon::after {
 content: " format";
}
.page-resources-statistics-key-indicators .feed-icon {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #009dc7 none repeat scroll 0 0;
    border-color: -moz-use-text-color #003c4d #003c4d -moz-use-text-color;
    border-image: none;
    border-radius: 2px !important;
    border-style: none solid solid none;
    border-width: medium 1px 2px medium;
    color: #fff !important;
    display: inline-block;
    line-height: normal;
    margin: 0 auto 0 8px;
    padding: 0.6em 1.4em;
    text-align: center;
    transition: background 0.3s ease 0s;
}
.page-resources-statistics-key-indicators sup {
    top: -0.8em !important;
}
.page-resources-statistics-key-indicators sub, sup {
    font-size: 10px !important;
}