﻿/*Added by ashmita on 01/08/2022 for #134088*/
/*#page-wrapper {
    min-height:auto !important;
}*/
#wrapper-footer {
    display: flex !important;
    min-height: auto !important;
}
#ProductEdit .row {
    margin: 0em 0;
    padding: 0.85em 0;
    border-bottom: 1px dashed #e7eaec;
    /* color: #ffffff;
    background-color: #ffffff;*/
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}

.ManualButtons {
    font-size: 10px !important;
    text-align: center;
}

.btng {
    padding: 0;
    border: none;
}

#ddlshop {
    border-radius: 0;
}

.btn:focus {
    outline: 0;
}

.k-grid tbody .k-button span {
    color: #000000 !important;
}

.k-grid tbody .k-button {
    min-width: 12px;
    width: 64px;
    color: #ffffff;
    height: 40px;
    overflow: hidden;
}

    .k-grid tbody .k-button:hover {
        color: #ebebeb;
    }

.child-products, .product-details, .product-records {
    border: 1px solid #ddd; /*modified by ashmita on 21/07/2022 for #134088*/
    padding: 1em;
    background: #fff;
    margin-bottom: 3%;
}

.header-data {
    padding: 15px;
    background-color: #CEEAB9;
    border: 1px solid #6BAE3B;
}

#ProductEdit {
    margin: 2em 0;
    color: #676a6c;
}

    #ProductEdit label {
        margin-left: 10px;
        font-weight: 700;
    }

.table td, .table th {
    /*font-family: open sans;*/ /*Changed by Umang Ramani on 07/28/2022 for #134088*/
    font-size: 13px;
}

.table th {
    font-weight: 700;
}

.FileUploadProduct {
    font-size: 14px;
}

.child-products h3, .product-records h3, .product-details h3 {
    /*font-size: 1.4em;
    background: #ceeab9;
    padding: 14px 20px;
    font-weight: normal;
    color: #212529;
    border-radius: 4px;*/
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 0px 0 0;
    color: inherit;
    border-bottom: 1px solid #28a745;
    font-weight: 300;
    margin-bottom: 0;
    padding: 5px 2px 7px;
    min-height: 48px;
    margin-bottom: 10px;
}

.addclose {
    position: absolute;
    top: 0;
    right: 10px;
}

#AllProductsGrid td {
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*Added For #177695*/
.modal-header {
    padding: 15px !important;
}
/*#177695*/

.modal-content {
    box-shadow: 0 5px 10px rgba(47, 47, 47, 0.5) !important;
}

.modal-footer {
    padding: 15px;
    /*text-align: center !important;*/
    border-top: 1px solid #e5e5e5;
}

#MassUpdateModel .modal-body {
    position: relative;
    padding: 15px;    
    }
      #loader{
          z-index:11111 !important;
      }
/*Added by ashmita on 29/07/2022 for #134088*/
#HolidayPricingGrid table thead tr th, #HolidayPricingGrid table tbody tr td {
    position: relative;
}
    #HolidayPricingGrid table thead tr th:not(:last-child)::after, #HolidayPricingGrid table tbody tr td:not(:last-child)::after {
        content: "";
        width: 1px;
        height: 80%;
        background-color: #d7d7d7;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        z-index: 9;
    }

#HolidayPricingGrid table tbody tr td {
    border-width: 0px 0px 0px 0px !important;
}

.remove-left-padding {
    padding-left:0px;
}

.remove-right-padding {
    padding-right:0px;
}
/*End #134088*/

#loader {
    z-index: 11111 !important;
}

/*Added by ashmita on 01/08/2022 for #134088*/
#markupsettings .modal-dialog .modal-content .ibox-title h5 {
    /*margin-left: 12px;*/     /*hide by ashmita on 04/08/2022 for #134088*/
}

#tblMarkup thead tr th {
    background-color: #EDEDED !important;
    color: #666666 !important;
    font-weight: 600 !important;
    position:relative;
}

    #tblMarkup thead tr th:not(:last-child)::after, #tblMarkup tbody tr td:not(:nth-child(2))::after {
        content: "";
        width: 1px;
        height: 80%;
        background-color: #d7d7d7;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        z-index: 9;
    }

#tblMarkup tbody tr td {
    position:relative;
}



