﻿.menuTab {
    display: flex !important;
    background: #f1f3f5 !important;
    padding: 6px !important;
    border-radius: 10px !important;
    margin-bottom: 20px !important;
    border: none !important;
}

.menuTab li {
    margin-right: 5px !important;
}

.menuTab li a {
    background: transparent !important;
    border: none !important;
    padding: 8px 20px !important;
    border-radius: 8px !important;
    color: #495057 !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

.menuTab li a.selected {
    background: #ffffff !important;
    color: #007bff !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1) !important;
}

.menuTab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.menuTab > li > a {
    border-radius: .25rem;
    display: block;
    padding: 0.5rem 1rem !important;
}

.menuTab > li > a:hover {
    background-color: #ddd;
    color: black;
}

.menuTab > li > a.static.selected {
    color: #fff;
    background-color: #6c757d;
}

.menuTab > li > a.static.aspNetDisabled {
    color: #6c757d;
}

.buttonStylemenuTab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .buttonStylemenuTab > li > a {
        color: royalblue;
        line-height: 4.5;
        min-width: 7em;
        border-radius: .25rem;
        display: block;
        white-space: pre-wrap;
        padding: 1px;
        text-align: center;
        /*padding: 0.5rem 1rem !important;*/
        border: 1px solid #dee2e6 !important;
        box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
        margin: 0 0.25rem 0 0.25rem !important;
    }

        .buttonStylemenuTab > li > a:hover {
            background-color: #3399F3;
            color: #fff;
            border-radius: .25rem;
            white-space: pre-wrap;
            border: 1px solid #dee2e6 !important;
            box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
            margin: 0 0.25rem 0 0.25rem !important;
            
        }

        .buttonStylemenuTab > li > a.static.selected {
            color: #fff;
            background-color: royalblue;
        }

        .buttonStylemenuTab > li > a.static.aspNetDisabled {
            color: #6c757d;
        }



.menuTabSameAsJqueryUITabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: bold;
    padding: 0.2em 0.2em 0 !important;
    width: 100% !important;
}

    .menuTabSameAsJqueryUITabs > li > a {
        border-radius: .25rem;
        display: block;
        padding: 0.5rem 1rem !important;
        margin: 1px 0.2em 0 0;
        background: #f6f6f6;
        font-weight: normal;
        color: #454545 !important;
    }

        .menuTabSameAsJqueryUITabs > li > a:hover {
            background-color: #ddd;
            color: black;
        }

        .menuTabSameAsJqueryUITabs > li > a.static.selected {
            color: #fff !important;
            background-color: #007fff;
        }

        .menuTabSameAsJqueryUITabs > li > a.static.aspNetDisabled {
            border: 1px solid #c5c5c5;
            background: #f6f6f6;
            font-weight: normal;
            color: #454545 !important;
        }