﻿.mud-tab.mud-ripple {
    min-width: 160px;
    white-space: break-spaces;
    max-width: 150px;
    line-height: 1em !important;
}


.mud-tab-slider {
    display: none;
}

.mud-tabs.timeline {
    margin-top: 4px;
}


    .mud-tabs.timeline .mud-tab {
        padding: 0 !important;
        min-height: 32px;
    }


.mud-tab.mud-ripple.mud-tab-active {
    border: 1px solid black;
    border-radius: 5px;
    margin: 3px;
}
.global-entity .mud-tabs-tabbar {
    background: white !important;
}

.global-entity .mud-tab.mud-ripple {
    color: var(--color_global) !important;
    background: white !important
}

.gfd-entity .mud-tabs-tabbar {
    background: white !important;
}
.gfd-entity .mud-tab.mud-ripple {
    color: var(--color_gfd) !important;
    background: white !important;
}
.irrigationarea-entity .mud-tabs-tabbar {
    background: white !important;
}
.irrigationarea-entity .mud-tab.mud-ripple {
    background: white !important;
    color: var(--color_irrigationarea) !important;
}
.pivot-entity .mud-tabs-tabbar {
    background: white !important;
}
.pivot-entity .mud-tab.mud-ripple {
    background: white !important;
    color: var(--color_pivot) !important;
}
.monitoringsite-entity .mud-tabs-tabbar {
    background: white !important;
}
.monitoringsite-entity .mud-tab.mud-ripple {
    background: white !important;
    color: var(--color_monitoringsite) !important;
}
.watersource-entity .mud-tabs-tabbar {
    background: white !important;
}
.watersource-entity .mud-tab.mud-ripple {
    color: var(--color_watersource) !important;
    background: white !important;
}

.amendmentsstockpile-entity .mud-tab.mud-ripple {
    color: var(--color_amendmentsstockpile) !important;
    background: white !important;
}

.amendmentsstockpile-entity .mud-tabs-tabbar {
    background: white !important;
}