﻿.Modal_ManuFacturerHeaderText {
    padding: 0px 15px 15px 15px;
    font-size: 22px;
    margin-left: 1.2%;
    font-weight: normal;
    font-family: RobCLR;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Modal_ProductCartButtonContainer {
    display: table;
    width: 100%;
    border: solid 1px #f2f2f2;
    height: 40px;
    margin-left: -5%;
    font-family: SlateM;
    font-weight: normal;
}

    .Modal_ProductCartButtonContainer div {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        color: #333;
        font-weight: normal;
    }
    .Modal_ProductCartButtonContainer:hover {
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.3);
    cursor:pointer;
}
    .Modal_ListHeader{
    font-size: 13px;
    color: #999999;
    float: left;
    font-family: Slate;
    font-weight: normal;
}

.Modal_ListValues{
        font-size: 13px;
    font-weight: normal;
    padding-left: 1%;
    float: left;
    font-family: SlateM;
    max-width: 490px;
}
.Modal_SearchBar{
        width: 50%;
    padding-right: 10px;
}
.Modal_SearchBar .btnUserListSearchElement{
    width:5%;
}
.Modal_SearchBar #SearchSupplierItems{
        width: 98.3% !important;
}
.Modal_SearchBar input {
    border: solid 1px #f2f2f2;
    font-size: 1em;
}
.Modal_FilterContainer {
    width: 80%;
    border: solid 1px #f2f2f2;
    max-height: 54vh;
    max-height: calc(var(--vh, 1vh) * 54);
    min-height: 54vh;
    min-height: calc(var(--vh, 1vh) * 54);
    margin-left: 6%;
    overflow-y: scroll;
}
.Modal_DataContainer {
    width: 100%;
    border: solid 1px #f2f2f2;
    margin-left: -1.3%;
    max-height: 54vh;
    max-height: calc(var(--vh, 1vh) * 54);
    min-height: 54vh;
    min-height: calc(var(--vh, 1vh) * 54);
    overflow-y: scroll;
}
.Modal_DeliveredPrice
{
    color:gray;

}
.Modal_DeliveredPrice,
.Modal_TotalPrice {
    font-size: 17px;
    font-family: RobCL_Bold;
    padding-top:8%;
    display:flex;
}
.Modal_DeliveredPrice .title,
.Modal_TotalPrice .title {
    padding-right:20px;
}
.Modal_DeliveredPrice .value,
    .Modal_TotalPrice .value{
    min-width:100px;
    text-align:right;
}

.Modal_DataContainer .mainWindowSpinnerContainer{
    margin-top:30%;
}
.Modal_FilterContainer .mainWindowSpinnerContainer{
    margin-top:75%;
}
.Grid_Col_Header{
    padding: 8px 25px 8px 35px !important;
    text-transform:uppercase;
}
.Grid_Header{
    padding: 25px 25px 25px 35px !important;
    font-family: SlateL;
    font-size: 13px;
    text-transform:uppercase;
}
.Grid_Col_Row{
    margin-left: -1.3% !important;
    font-size: 12px;
    color: #999999;
    font-family: Slate;
    font-weight: normal;
}
.Hover_Grid_Row:hover{
    background-color: #E6F2FA !important;
    cursor: pointer;
    color: #1976d2;
}
#Modal_ManufaturerGrid {
    overflow: auto;
    border: none;
    overflow-x: hidden;
    height: 100%;
}
.SubItem_Grid_Row{
    border:solid 1px #f2f2f2;
    background-color: white;
    width: 95%;
    margin-left: 3% !important;
    margin-top:0px;
    position:sticky;
    top:0;
}
.SubItem_Grid_Header {
    padding: 7px 25px 7px 35px !important;
    font-family: Slate;
    font-size: 10px;
    font-weight: normal;
    color: #999;
    text-transform: uppercase;
}

.SubItem_Grid_Row_PlaceHolder{
       min-height: 80px;
    border-bottom: solid 1px #f2f2f2;
        width: 94.8%;
    background-color: white;
    margin-left: 3.1% !important;
}
.SubItem_Grid_Row_PlaceHolder div.loader{
        width: 7em;
    height: 7em;
    margin: 30px auto;
}
.SubItem_Grid_Row_PlaceHolder_Items:hover{
        background-color: #E6F2FA !important;
    cursor: pointer;
    color: #1976d2;
}
.SubItem_Grid_Column_PlaceHolder_Items{
    padding: 7px 25px 7px 35px !important;
    font-family: SlateL;
    font-size: 12px;
    text-transform: uppercase;
}
/*.Modal_DataContainer .k-grid table tr.k-state-selected{
   background-color:#efefef;
}*/

.SubItem_Image_Container{
        margin-top: 0%;
    max-height: 65px;
    max-width: 65px;
    mix-blend-mode: multiply;
}
.SubItem_Grid_Column_PlaceHolder_Items.SubText{
   padding-top:2% !important;
   overflow-wrap:break-word;
}
.Modal_DataContainer_Selected{
       background-color:#efefef;
       padding-top:0px !important;
       padding-bottom:35px !important;
           margin-bottom: -4px;
    margin-top: -4px;
}
.Hover_Grid_Row[isopen=true]{
    background-color:#efefef;
}
.Modal_DataContainer table.k-selectable tr:not(.windowsStyleSelect):hover{
    /*background-color:#efefef !important;*/
}
.Modal_DataContainer_Selected .Hover_Grid_Row:hover{
        background-color:#efefef !important;
}
.Modal_DataContainer tbody tr[isopen=true] {
    background-color: #efefef !important;
}
    .Modal_DataContainer tbody tr[isopen=true]:not(.windowsStyleSelect):hover {
     background-color: #efefef !important;
    }

.SuppliersForm .selectDefaultOption:checked ~ label:after, .selectDefaultOptionFirstChild:checked ~ label:after { /*Fuck knows why the override is needed */
    left: 3px !important; 
    top: 5px !important;
}

._BorderRow {
    border: solid 1px #efefef;
    padding: 6px 0px 6px 10px;
    width: 97.15%;
    margin-left: 2%;
    height: 25px;
    margin-top: 5px;
    font-family: Slate;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 10px;
    color: #999;
}

.Man_Data_Container {
    border: solid 1px #efefef;
    padding: 6px 0px 20px 0px;
    width: 97.15%;
    margin-left: 2%;
    border-top: solid 1px transparent;
    min-height: 47vh;
    min-height: calc(var(--vh, 1vh) * 47);
    max-height: 47vh;
    max-height: calc(var(--vh, 1vh) * 47);
    overflow: auto;
}
.Man_Data_Container .mainWindowSpinnerContainer{
    margin-top:20% !important;
}
._Button_Row_Container{
    width: 99.2%;
    margin-top: 10px;
}
._Button_Row_Container .CheckoutCancelButton{
    width:98%;
    height:45px;
}
 ._Button_Row_Container .CheckoutSaveButton{
    height:45px;
}
 .Modal_ListValues .loader{
    width: 15px;
    height: 15px;
    margin: -4px 0px 0px 0px;
 }
 .CheckoutSaveButton .loader{
       width: 15px;
    height: 15px;
    margin: -4px 0px 0px 0px;
 }

 .Disabled_Add_To_Cart{
     background-color:#CCC !important;
     border:#CCC !important;
     pointer-events:none;
 }
 .Editable_Row_Container{
     /*padding: 10px 0px 10px 0px;*/
    font-size: 13px;
    padding-top: 5px;
    height: 80px;
    font-family: SlateL;
    max-height: 80px;
    min-height: 55px;
 }
 .Editable_Row_Container:hover{
    background-color: #E6F2FA !important;
    cursor: pointer;
    color: #1976d2;
 }
 .Editable_Image_Container{
     width:60%;
     mix-blend-mode: multiply;
     padding-left:5%;
 }

 .Editable_Columns{
     text-transform:uppercase;
     font-family:SlateL;
     font-size:13px;
     padding: 22px 0px 0px 10px !important;
 }
.Editable_Columns span{
    padding-left:45%;
}
.Editable_Qty_Container{
    margin-top:-7%;
    width:75%;
    /**/
    margin-left:-30%;
}
.Pricing_Row_Container {
    padding: 20px 0px 10px 0px;
    font-size: 17px;
    color: #333;
    font-weight: normal;
    font-family: RobCL_Bold;
}
.Editable_Column_Remove:hover{
    color:red !important;
}
.DeleteContainer{
    padding:5px 0px 0px 0px;
}
.DeleteContainer:hover{
    box-shadow:0 0 10px rgba(0,0,0,0.1);
}
.DeleteContainer b{
    padding:5px 0px 0px 20px;
    font-family:SlateL;
    font-size:12px;
    float:left;
}
.DeleteContainer p {
    width: 30%;
    float: left;
    padding-left: 5px;
}
    .DeleteContainer span {
        cursor: pointer;
        color: #1976d2;
        font-weight: normal;
    }

.Editable_Supplier_Column:after{
    content: '';
    opacity: 1;
    display: inline-block;
    position: relative;
    margin-left: 7px;
    top: -2px;
    border-top: 5px solid #999999;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.SupplierContainer {
    box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.4);
    overflow: auto;
    border: solid 1px #ccc;
    background-color: white;
    z-index: 999;
    max-height: 300px;
    position: absolute !important;
}

.Editable_Supplier_Header{
    padding: 10px 10px 10px 10px !important;
    border-bottom:solid 1px #efefef;
}
.Editable_Supplier_Data_Row {
    padding:18px 10px 10px 10px !important;
    height:50px;
}
.Editable_Supplier_Data_Row:hover{
    background-color: #cce6ff !important;
    color: #1976d2 !important;
    cursor: pointer;
}

.Editable_Supplier_Data_Column {

}
.Editable_Supplier_Selected{
      background-color: #cce6ff !important;
    color: #1976d2 !important;
    cursor: pointer;
}
.Editable_Columns span.SpanRedAlert{
    padding-left:0%!important;
}

.Editable_NoData{
    color:red;
    text-transform:uppercase;
    float:left;
}
.TestContainer{
    border: solid 1px #efefef;
    padding: 15px;
}
#Modal_ManufacturerSubItems{
    max-height: 300px;
    height: 300px;
}
#Modal_ManufaturerGrid tbody tr:last-child {
    
}

#Modal_ManufacturerSubItems .k-grid-header {
    display:none;
}
.SubItem_Grid_Row #Modal_ManufacturerSubItems{
    border:#efefef;
}
#Modal_ManufaturerGrid .SubItem_Grid_Column_PlaceHolder_Items {
    padding: 7px 25px 7px 10px !important;
}
#Modal_ManufaturerGrid .SubItem_Grid_Header {
    padding: 15px 25px 7px 13px !important;
}
#Modal_ManufaturerGrid .SubItem_Grid_HeaderImage {
    padding: 15px 25px 7px 35px !important;
}

#Modal_ManufaturerGrid .SubItem_Grid_HeaderQty {
    padding: 15px 25px 7px 2px !important;
}
#Modal_ManufaturerGrid .SubItem_Grid_HeaderPrice, #Modal_ManufaturerGrid .SubItem_Grid_HeaderStatus {
    padding: 15px 25px 7px 0px !important;
}

.ProductDays {
    color: #dd2121;
    font-size: 10px;
    font-weight: normal;
}