﻿.ManualButtons {
    font-size: 10px !important;
    text-align: center;
}

.k-button-icontext .k-icon {
    margin-left: 0px;
    margin-right: 0px;
    /*font-size: 1.7em;*/
}

.btng {
    padding: 0;
    border: none;
}

.tab-content {
    border: 1px solid #acafb1;
    /*margin-bottom: 2em;*/
}

.categorydetails .row {
    margin: 0em 0;
    padding: 0.85em 0;
    border-bottom: 1px dashed #e7eaec;
}

#ddlshop {
    border-radius: 0;
}

#ProductsGrid {
    height: auto !important;
}

.btn:focus {
    outline: 0;
}

.k-grid tbody .k-button span {
    color: #000000 !important;
}

.k-grid tbody .k-button {
    min-width: auto !important;
    width: 44px;
    color: #ffffff;
    height: 40px;
    overflow: hidden;
}

    .k-grid tbody .k-button:hover {
        color: #ebebeb;
    }

.header-data {
    padding: 15px;
    background-color: #CEEAB9;
    border: 1px solid #6BAE3B;
}

.table td, .table th {
    font-family: open sans;
    font-size: 13px;
}

.table th {
    font-weight: 700;
}

label {
    margin-left: 10px;
    font-weight: 700;
}

#CatDisplay .k-grid-header, #ProductsDIV .k-grid-header {
    padding: 0 !important;
}

#CatDisplay .k-grid-content, #ProductsDIV .k-grid-content {
    overflow-y: hidden !important;
}

#CategoryEdit .row {
    margin-bottom: 15px;
}

#CategoryEdit {
    border: 1px solid #1ab394;
    background: #fff;
    margin-bottom: 3%;
}

.categorydetails {
    padding: 1em;
}

#CategoryGrid {
    border: 1px solid #E7EAE9; /*Change by Ramani Umang on 07/21/2022 for #134088*/
}

#addnewcat {
    border: 1px solid #1ab394;
    padding: 15px 10px;
}

.k-button-icontext .k-icon {
    margin: 0;
}

#ProductsGrid .k-grid tr:hover {
    background-color: #91f3d8;
}

#ProductsGrid .k-grid-Up span, #ProductsGrid .k-grid-Down span {
    display: inherit;
    font-size: 22px;
}
/*
.k-grid-header {
    border-right: 1px solid #1ab394;
}*/

.k-grid-ADD, .k-grid-ADD:hover {
    font-weight: bold;
    color: #716f6f !important;
    height: 33px;
}

.k-grid-header th.k-header, .k-grid-header th.k-header > .k-link {
    color: #676767;
    font-size: 11px;
    font-weight: bold;
}

#CategoryProductsGrid td, #AllProductsGrid td {
    white-space: nowrap;
    text-overflow: ellipsis;
}

#EditCategoryTabs .k-grid-header {
    /*padding-right: 0 !important;*/ /*changed by Umang Ramani on 07/28/2022 for #134088*/
}

#AllProductsGrid .k-grid-content {
    height: 880px !important;
    /*overflow: auto;*/ /*changed by Umang Ramani on 07/28/2022 for #134088*/
}

#CategoryProductsGrid .k-grid-content {
    height: 880px !important;
    overflow: auto !important;
}

#loader {
    z-index: 11111 !important;
}
/*Added by Umang Ramani on 07/21/2022 for #134088*/
div#CategoryGrid table thead tr th, div#AllProductsGrid table thead tr th, div#CategoryProductsGrid table thead tr th {
    font-weight: 600;
    font-size: 12px;
    color: #666666;
    background: #EDEDED;
    position: relative;
}
/*Modified by ashmita on 18/08/2022 for #134088*/
    /*Added by Umang on 08/17/2022 for #134088*/
    div#CategoryGrid table thead tr th:not(:last-child)::after, div#CategoryGrid table tbody tr td:not(:last-child)::after,
    div#AllProductsGrid table thead tr th:not(:last-child)::after, div#AllProductsGrid table tbody tr td:not(:last-child)::after,
    div#CategoryProductsGrid table thead tr th:not(:last-child)::after, div#CategoryProductsGrid tbody thead tr td:not(:last-child)::after ,
#CategoryGrid .k-grid-content table tbody tr td {
    position: relative;
}

    div#CategoryGrid table thead tr th:not(:last-child)::after,
    div#AllProductsGrid table thead tr th:not(:last-child)::after,
    div#CategoryProductsGrid table thead tr th:not(:last-child)::after, #CategoryGrid .k-grid-content table tbody tr td:not(:last-child)::after{
        content: "";
        width: 1px;
        height: 80%;
        background-color: #d7d7d7 !important;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        z-index: 9;
    }
/*End #134088*/
div#CategoryGrid .k-grid-content table tbody tr td,
div#AllProductsGrid .k-grid-content table tbody tr td,
div#CategoryProductsGrid .k-grid-content table tbody tr td {
    font-weight: 400;
    font-size: 14px;
    color: #444444;
}

.smallSwitch .smallSwitchSlider:before {
    bottom: 2px !important;
    left: 0px !important
}


#EditCategoryTabs .custom-modal-tabs ul li a {
    padding: 1rem !important;
    height: 100%;
}

#myTab {
    display: flex;
}

/*End #134088*/
