h1, h2, h3, h4, h5 {
    font-family: @theme-fontFamily-base;
}

a {
    color: @theme-color-link;
    text-decoration: none;
}

h2 {
    color: @theme-color-text;
}

.datatableRelatedReports {
    color: @theme-color-text-lighter;
}

.tableIcon {
    background: none;
    padding: 2px 4px 4px 4px;
    &.activeIcon {
        background: @color-silver-l80;
    }
}

.exportToFormatItems {
    background: @color-silver-l80;
    padding-top: 5px;
    padding-bottom: 4px;
    color: #000;

    a {
       color: @theme-color-brand !important;
    }
}

.dataTableFooterActiveItem {
    display: none;
}

#topApiRef {
    color: @theme-color-text;
}

.tableConfiguration div.configItem span.action {
    color: @theme-color-link;
}

.dataTablePages {
    color: @theme-color-text;
    font-weight: normal;
    .font-default(10px, 12px);
}

.datatableRelatedReports {
    color: #808080;
    span {
        color: @theme-color-text;
        font-weight: normal;
    }
}
.dataTableSearchPattern {
    img {
        top: 7px !important
    }
}

.tagCloud span, .tagCloud span a {
    color: @theme-color-link !important;
}

ul.widgetpreview-widgetlist, ul.widgetpreview-categorylist {
    color: #4d4d4d;
}

.dataTableRowActions {
    background: none !important;
}

a#Overlay_Title {
    color: #4d4d4d !important;
    .font-default(12px, 14px) !important;
    margin-left: 15px !important;
}

a {
    color: @theme-color-link;
}

a.rowevolution-startmulti {
    color: @theme-color-link !important;
}

.Piwik_Popover_Loading_Subject {
    color: @theme-color-link !important;
}

.segmentFooterNote {
    margin-top: -3px;
    font-family: @theme-fontFamily-base !important;
    a {
        color: @theme-color-link !important;
    }
}

body > a.ddmetric {
    background-color: @color-gray-light !important;
    border-color: @color-gray !important;
    color: #000 !important;
    font-family: @theme-fontFamily-base !important;
}

.segment-element .segment-content .segment-or,
.segment-element .segment-content .segment-add-or,
.segment-element .segment-content .segment-row {
    background-color: @color-gray-light !important;
}

.segmentEditorPanel *,
.segment-element .segment-content .segment-input select,
.segment-element .segment-content .segment-input input {
    font-family: @theme-fontFamily-base !important;
}
