﻿#wndReadOnlyModal .Modal_ManuFacturerHeaderText{
        padding: 0px 15px 15px 8px !important;
}

.ReadOnly_OrderAgain {
    background: white;
    color: #333;
    font-family: SlateM;
    font-weight: normal;
    height: 40px;
    width: 87%;
    border: solid 1px #EFEFEF;
    margin-top: -10%;
}
.ReadOnly_Schedule6Button {
    background: white;
    color: #333;
    font-family: SlateM;
    font-weight: normal;
    height: 40px;
    width: 87%;
    border: solid 1px #EFEFEF;
    margin-top: -10%;
}

.ReadOnly_ListHeadersRow{
    padding-top:0.5%;
}

.OrderModalKebabMenu {
    float: right;
    margin-right: 0.7em;
}

#wndReadOnlyModal #Modal_OrderGrid{
    border: solid 1px #efefef;
    padding: 6px 0px 6px 0px;
    width: 97.15%;
    margin-left: 2%;
    border-top: solid 1px transparent;
    overflow: hidden;
}

#Modal_OrderGrid .k-grid-content {
    max-height: 49vh;
    max-height: calc(var(--vh, 1vh) * 49);
    min-height: 49vh;
    min-height: calc(var(--vh, 1vh) * 49);
}

#wndReadOnlyModal .Editable_Columns{
    padding:22px 0px 0px 6px !important;
    height: 100%;
}
#wndReadOnlyModal .Editable_Columns:nth-child(3){
    padding:22px 0px 0px 7px !important;
}
#wndReadOnlyModal .Editable_Columns:nth-child(4){
    padding:22px 0px 0px 12px !important;
}
#wndReadOnlyModal .Editable_Columns:nth-child(5){
    padding:22px 0px 0px 9px !important;
}
.SubItem_Grid_Row_PlaceHolder_Items{
    height:fit-content;
    padding:8px;
}
#Modal_OrderGrid .k-grid-header {
display:none;
}

.OrderModalButtonContainer div[class*='col-'] {
    padding: 0 15px !important;
}

/*Below classes used to make Order History scroll correctly. Half the content was cut off before, upon switching between tabs - HH*/
/*#viewOrders #Grid_OrderHistory_Orders .k-scrollbar.k-scrollbar-vertical,
#viewManufacturers #Grid_OrderHistory_ManufacturerItems .k-scrollbar.k-scrollbar-vertical {
    display: none;
}
#Grid_OrderHistory_Orders .k-virtual-scrollable-wrap,
#Grid_OrderHistory_ManufacturerItems .k-virtual-scrollable-wrap {
    height: 100%;
    overflow-y: auto;
    position: relative;
}
#Grid_OrderHistory_Orders .k-grid-content.k-auto-scrollable,
#Grid_OrderHistory_ManufacturerItems .k-grid-content.k-auto-scrollable {
    padding-right: 0px !important;
}*/

