﻿.ManagementItemCategories {
}

    .ManagementItemCategories .Tabs {
        color: #565B60;
        display: flex;
        margin-bottom: 2rem;
        margin-top: 3rem;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem;
    }

        .ManagementItemCategories .Tabs .Tab {
            background-color: rgba(86, 91, 96, 0.25);
            border: 0.5px solid rgba(182, 185, 188, 1);
            border-radius: 10px;
            color: #ffffff;
            font-size: 1.5rem;
            margin-right: 2rem;
            padding: 0.5rem;
            text-align: center;
            width: calc(50vw - 2rem);
        }

            .ManagementItemCategories .Tabs .Tab.Selected {
                background-color: rgba(255, 151, 62, 1);
            }

            .ManagementItemCategories .Tabs .Tab:first-child {
                margin-right: 0rem;
            }

            .ManagementItemCategories .Tabs .Tab .fa {
                margin-left: 1rem;
            }

    .ManagementItemCategories .CustomersFilterMode {
        padding: 5px;
    }

        .ManagementItemCategories .CustomersFilterMode a {
            cursor: pointer;
            margin-left: 10px;
        }

            .ManagementItemCategories .CustomersFilterMode a:hover {
                opacity: 0.5;
            }

    .ManagementItemCategories .ItemsFilterMode {
        padding: 5px;
    }

        .ManagementItemCategories .ItemsFilterMode a {
            cursor: pointer;
            margin-left: 10px;
        }

            .ManagementItemCategories .ItemsFilterMode a:hover {
                opacity: 0.5;
            }

    .ManagementItemCategories .DataContainer {
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
        max-width: 800px;
        padding-top: 20px;
    }

    .ManagementItemCategories .Buttons {
        border-bottom: solid 1px #eeeeee;
        margin-bottom: 40px;
        padding-bottom: 10px;
        padding-left: 10px;
        text-align: left;
    }

    .ManagementItemCategories .SearchBox {
        border: solid 1px #aaaaaa;
        border-radius: 6px;
        margin: 5px;
        padding: 6px;
    }

.ManagementItemCategoriesSelectionModal {
}

    .ManagementItemCategoriesSelectionModal .modal-dialog {
        margin-top: 90px;
        max-width: none;
    }

    .ManagementItemCategoriesSelectionModal .modal-body {
        max-height: calc(100vh - 300px);
        overflow-x: hidden;
        overflow-y: auto;
    }

    .ManagementItemCategoriesSelectionModal .ItemCategory {
        border-bottom: solid 1px #cccccc;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .ManagementItemCategoriesSelectionModal .Buttons {
        margin-top: 20px;
        text-align: left;
    }

.ManagementItemCategoryModal {
}

    .ManagementItemCategoryModal .FieldContainer {
        margin-top: 20px;
    }

        .ManagementItemCategoryModal .FieldContainer .FieldTitle {
            font-weight: 700;
        }

    .ManagementItemCategoryModal .Buttons {
        margin-top: 20px;
        text-align: left;
    }
