﻿.manage-mapping-button {
    margin-top: -5px;
    display: inline;
    margin-left: 2px;
    border-radius: 5px !important;
    border: 1px solid #00134e !important;
    position: relative;
    background: transparent !important;
    box-shadow: none !important;
    color: #00134e !important
}

    .manage-mapping-button::before {
        content: 'Manage Mapping';
        background: #525f87;
        position: absolute;
        top: -25px;
        left: -50px;
        color: #fff;
        z-index: 999;
        padding: 0 5px;
        border-radius: 5px;
        display: none;
        opacity: 0.8;
        box-shadow: 0 0 2px rgba(0,0,0,0.8);
    }
    .manage-mapping-button:hover::before {
        display: block !important;
    }
.save-button {
    background: #00134e !important;
    color: #fff !important;
    border-radius: 10px !important;
}
    .save-button .fas, .save-button .fa-solid{
        color: #F3AC18 !important;
    }

.customTab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text .fab, .customTab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-icon .fab {
    color: #fff;
    font-weight: 400 !important;
}

.customTab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text .fal, .customTab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-icon .fal {
    color: #fff;
    font-weight: 400 !important;
}

.customTab.e-fill .e-tab-header .e-toolbar-item .e-tab-text .fal, .customTab.e-fill .e-tab-header .e-toolbar-item .e-tab-icon .fal {
    color: #F3AC18;
}

.customTab .e-tab-header {
    border-bottom: 1px Solid #f1ab18 !important;
}

.CustomSub .e-tab-header {
    border-right: 1px Solid #F3AC18 !important;
    border-bottom: none !important;
}

.CustomSub .e-tab-header.e-vertical::before {
    bottom: 0;
    height: 0;
    left: 0;
    top: 0;
    border: none;
    background: transparent;
    background: transparent;
}


.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-text .fab, .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-icon .fab {
    color: #F3AC18;
}


    .small-grid-button {
        border-radius: 5px !important;
    }


.DropDownAddButton {
    background: #525f87 !important;
    color: #fff !important;
    width: 100%;
}

.GridButton {
    width: fit-content;
    margin-left: 12px;
    border-radius: 7px !important;
    box-shadow: none !important;
    font-weight: 100 !important;
}

#cdgrid {
    height: calc(100vh - 350px) !important;
}

.feature_search_row {
    background: #F1F1F1 !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    margin-bottom: 0 !important;
}

.ui.button {
    cursor: pointer;
    display: inline-block;
    min-height: 1em;
    outline: 0;
    border: none;
    vertical-align: baseline;
    background: #e0e1e2 none;
    color: rgba(0,0,0,.6);
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    margin: 0 0.25em 0 0;
    padding: 0.78571429em 1.5em 0.78571429em;
    text-transform: none;
    text-shadow: none;
    font-weight: 700;
    line-height: 1em;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    border-radius: 0.28571429rem;
    box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgb(34 36 38 / 15%) inset;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity .1s ease,background .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
    transition: opacity .1s ease,background .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
    will-change: '';
    -webkit-tap-highlight-color: transparent;
}
