@font-face {
    font-family: Bariol_Regular;
    src: url('../fonts/Bariol_Regular.otf');
    font-family: Bariol_Bold;
    src: url('../fonts/Bariol_Bold.otf');
    font-family: Bariol_Regular_Italic;
    src: url('../fonts/Bariol_Regular_Italic.otf');
    font-family: Bariol_Serif_Regular;
    src: url('../fonts/Bariol_Serif_Regular.otf');
}
.form {
    margin-left: 3px;
}

.label {
    font-size: 22px;
}

#product-details {
    width: 400px;
    height: 400px;
    margin: 20px auto 0;
}

    #product-details > img {
        height: 300px;
        width: 400px;
    }

    #product-details > .name {
        text-align: center;
        font-size: 20px;
    }

    #product-details > .price {
        text-align: center;
        font-size: 24px;
    }

.dark #product-details > div {
    color: #f0f0f0;
}

.options {
    padding: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 260px;
    top: 0;
    background-color: rgba(191, 191, 191, 0.15);
}

.option {
    margin-top: 10px;
}

.caption {
    font-size: 18px;
    font-weight: 500;
}

.hidden {
    visibility: hidden;
}


.dx-header-row > td[role="columnheader"] > div.dx-datagrid-text-content {
    font-size: 15px;
    font-weight: bold;
}
.dx-header-row > td[role="columnheader"] > div.dx-datagrid-text-content {
    font-size: 15px;
    font-weight: bold;
}

.asset_dropdown_Notes{
    color:red;
    background-color:red;
}


/*Inventory Page*/
#scan_pallet_area h3, #scan_asset_area h3, #assets_added  h3{
    font-size: 30px;
    margin:0px;
    padding:0px;
}
#scan_pallet_area, #scan_asset_area, #assets_added {
    vertical-align: top;
    margin: 0px;
    margin-left: 20px;
    white-space: pre-wrap;
}
#create_asset_header{
    text-align:center;
    display:block;
    margin:0px;
}
#create_asset_header h3{
    margin:0px;
}
#scan_pallet_area input, #scan_asset_area input {
    width: 100px;
    margin: 0 auto;
    display: block;
    margin-top: -20px;
    margin-bottom: 0px;
    width: 100px;
    margin: 0 auto;
    display: block;
    margin-top: -40px;
    margin-bottom: 0px;
}
#scan_pallet_area img{
    margin-top:-40px;
}

#assets_added table {
    font-size: 20px;
    width: 100%;
    border-collapse: collapse;
    background-color:white;
}
#assets_added table th{
    text-align:left;
}
#assets_added{
    width:350px;
    margin-left:50px;
}
/*Resize images*/
#scan_asset_area img {
    width: 100px;
    margin: 0 auto;
    display: block;
    margin-top: -20px;
    margin-bottom: 0px;
}
#assets_added_table i{
    color:red;
}
#assets_added_table i:hover {
    color: orange;
    cursor:pointer;
}
#assets_added_table tr {
    border:1px solid black;
}
#error {
    color: red;
    margin-left:100px;
    margin-top: -40px;
    margin-bottom: 0px;
}
#assets_added_table{
    margin-top:-40px;
}
#create_asset_header button {
    width: 200px;
    height: 40px;
    margin-top: 20px;
    background-color: #32cd32;
    /*background-color:gray;*/
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
#create_asset_header button:hover{
    background-color:#7cfc00;
    cursor:pointer;
}


/*Production Page*/

#Production_Asset_details{
    padding:10px;
    border:1px solid black;
    width:500px;
    margin:10px;
    float:left;
}
#Production_Asset_details table {
    width: 500px;
}
#Production_table_adding {
    font-size: 30px;
}
#Production_table_adding select{
    width:300px;
    height:45px;
}
#Production_table_adding input{
    width:300px;
    height:45px;
}
#Procution_table_added {
    width: 800px;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid black;
    table-layout: fixed;
}

.LocationAreaBtn button {
    border-radius: 20px;
    height: 25px;
    width: 84px;
    border:2px solid gray;
}
    .LocationAreaBtn button:hover {
        opacity: 1 !important;
        border: 2px solid black;
        background-color: #ff9a3b;
    }

#Production_Scan {
    font-size: 20px;
    font-family: 'Rubik',sans-serif;
    font-weight:500;
    text-align:center;
    margin-left:20%;
    margin-top:70px;
}
#Production_scanPallet{
    height:30px;
    width:300px;
    margin-left:10px;
}
#btn_rmProd {
    padding: 0px;
    border:none;
    background-color:inherit;
}
#btn_rmProd i{
    color:red;
}
#Procution_table_added thead {
    background-color: #BEBEBE;
    height:40px;
    font-size:25px;
}
#Procution_table_added thead tr{
    border-bottom:1px solid black;
}
#Procution_table_added td {
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#btn_Production_Add {
    height:35px;
    width:100px;
    border-radius:20px;
    font-size:20px;
    margin:5px;

}
#btn_Production_Add:hover{
    background-color: limegreen;
}
#Production_TopButtons{
    margin-bottom:10px;
}

#Production_Details table th {
    font-size: 30px;
    margin: 0px;
    padding: 0px;
    font-family: 'Rubik',sans-serif;
    font-weight: 500;
    padding-right:10px;
}
#Production_Details {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
}



#popup_title{
    font-size:10px;
}
#prnt_count{
    margin-left:20px;
    width:65px;
    height:35px;
    font-size:20px;
}
#prnt_count_lbl{
    font-size:20px;
}

/*Bar Menu*/
.BarMenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}
.BarMenu li {
    float: left;
}
    .BarMenu li button {
        display: block;
        color: #666;
        font-size: 20px;
        font-family: 'Rubik',sans-serif;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        border: none;
        background-color: #333;
        height: 60px;
        width: 200px;
        border-right: 1px solid #585858;
    }
    .BarMenu .active {
        color: white;
        background-color: #585858;
    }



#Production_scanAsset{
    margin-bottom:20px;
}
#Production_scanAsset button,#Production_scanAsset a {
    height: 50px;
    width: 100px;
    background-color: #F0F0F0;
    display:inline-block;
    vertical-align: top;
    margin:5px;
}

#Production_scanAsset a {
    color: inherit;
    text-decoration: none;
    border:2px solid black;
    text-align: center;
    word-wrap: break-word;
}
#Production_Settings a {
    background-color: #F0F0F0;
    height: 50px;
    width: 100px;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    border: 2px solid black;
    text-align: center;
    word-wrap: break-word;
}


#active_pallets {
    margin-top:-40px;
    width: 30%;
    display:block;
    float: right;
}
#active_pallets h3{
    background-color:silver;
    margin:0px;
    padding:10px;
    font-size:25px;
}
/*
.dx-field-item-label-text {
    font-size: 30px;
}
*/
#LoadsPrintMultipleDiv{
    width:400px;
}
#LoadsPrintMultipleDiv h3 {
    font-size: 22px;
    font-weight: 600;
    text-align:left;
    padding-left:15px;
}
    #LoadsPrintMultipleDiv input, #LoadsPrintMultipleDiv select {
        width: 100%;
        height: 38px;
        background: #2e3440;
        color:white;
        border: none;
        border-radius: 8px;
        margin-bottom: 20px;
        padding-left:20px;
    }

.AddLotAssetsArea{
    text-align:center;
    width:100%;
}
.AddLotAssetsArea input {
    width: 80%;
    margin-bottom:10px;
    border:1px solid #333;
    height:34px;
    border-radius:5px;
}
.AddLotAssetsArea p{
    color:red;
}

.CleanGridWhite .dx-datagrid-headers {
    background: white !important;
    font-weight:400 !important;
}
.CleanGridWhite .dx-header-row > td[role="columnheader"] > div.dx-datagrid-text-content {
    font-weight: 400;
    color: #757575;
    font-family: "Helvetica Neue","Segoe UI",helvetica,verdana,sans-serif;
    font-size:14px;
    padding:0px !important;
    margin:0px !important;
}
.CleanGridWhite .dx-datagrid .dx-datagrid-table .dx-header-row > td{
    padding-top:8px !important;
    padding-bottom:8px !important;
}
.CleanGridWhite .dx-datagrid .dx-menu .dx-menu-item .dx-menu-item-content .dx-icon{
    font-size:18px;
}
.CleanGridWhite .dx-datagrid-rowsview .dx-row.dx-group-row:not(.dx-row-focused) {
    background: #f7f7f7;
}
.CleanGridWhite .dx-datagrid .dx-row > td {
    padding:14px 10px;
}
.CleanGridWhite .dx-datagrid-rowsview .dx-row > td {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    height: 32px;
    font-size: 14px;
    font-family: "Helvetica Neue","Segoe UI",helvetica,verdana,sans-serif;
}
.CleanGridWhite .dx-datagrid-filter-row {
    background: white;
}
.CleanGridWhite .dx-datagrid-header-panel{
    background:white !important;
}
.CleanGridWhite .dx-toolbar .dx-toolbar-items-container {
    height: 50px;
    background: white;
}
.CleanGridWhite .dx-toolbar-item-content .dx-state-hover{
    border-radius:4px !important;
}
.dx-toolbar-item-content {
}
.CleanGridWhite .dx-toolbar-item-content {
    border-radius: 4px !important;
    background: white;
}
.CleanGridWhite .dx-toolbar-button.dx-toolbar-text-auto-hide .dx-button .dx-button-content {
    border-radius: 4px !important;
}
.dx-toolbar-button.dx-toolbar-text-auto-hide .dx-button .dx-icon{
    font-size:22px !important;
    color:black;
    line-height:20px !important;
}
.CleanGridWhite .dx-toolbar-item-content .dx-button{
    height:32px;
}

/*PICK LIST DEMO*/


.TabGridLayout_Background {
    background: #f4f4fb;
    min-height: 100vh;
    width: 100%;
    padding-left:0px;
    padding-right:0px;
    padding-top:10px;
}
.TabGridLayout_Tabs {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    z-index: 99;
    margin-left:10px;
}
.TabGridLayout_Tab {
    margin-right: 6px;
    background: #fafaff;
    display: inline-block;
    height: 34px;
    vertical-align: top;
    padding-left: 7px;
    padding-right: 7px;
    min-width: 90px;
    padding-top: 7px;
    border: 1px solid #dadae0;
    position: relative;
    z-index: 4;
    display: inline-block;
    z-index: 40;
    margin-bottom: 10px;
    border-radius: 3px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.triangleTab {
    display:none;
}

    .triangleTab div {
        position: relative;
        top: -34px;
        left: -21px;
        width: 0;
        height: 0;
        border-top: 34px solid transparent;
        border-left: 20px solid #fafaff;
    }






.TabGridLayout_Tab p {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    color: gray;
    font-size: 12px;
    font-weight: 600;
    padding-left: 2px;
}
        .TabGridLayout_Tab p i {
            font-size: 12px;
        }
        .TabGridLayout_Tab p:nth-child(3) {
            background: #d8d6e8;
            color: #aaa7c1;
            border-radius: 99px;
            padding: 2px;
            padding-left: 8px;
            padding-right: 8px;
            font-weight: 500;
            font-size: 11px;
            vertical-align:top;
        }
    .TabGridLayout_Tab_Selected p {
        color: #333;
    }

        .TabGridLayout_Tab_Selected p:nth-child(3) {
            background: #5394e9;
            color: #333;
        }

.TabGridLayout_Header {
    position:relative;
    height: 45px;
    display: block;
    vertical-align: top;
    padding: 5px;
    padding-top: 5px;
    z-index:30;
}
    .TabGridLayout_Header input {
        height: 34px;
        width: 220px;
        border-radius: 3px;
        border: 1px solid silver;
        margin-left: 10px;
        padding-left: 10px;
        color:#333;
    }
        .TabGridLayout_Header input::placeholder {
            color: #aaa7c1;
        }
    .TabGridLayout_Header .TabGridSearchIcon {
        display:inline-block;
        margin-left:-28px;
    }
        .TabGridLayout_Header .TabGridSearchIcon i {
            color: silver;
        }
    .TabGridLayout_Header button {
        float: right;
        margin-right: 10px;
        border: none;
        background: #5394e9;
        border-radius: 25px;
        padding: 6px;
        padding-left: 10px;
        padding-right: 10px;
        color: white;
        font-size: 13px;
        font-weight: 500;
        margin-top: 2px;
        box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    }
    .TabGridLayout_Header button i{
        margin-right:10px;
    }
.TabGridLayout_Grid {
    padding:0px;
    padding-top:0px;
    width: 100%;
    height: calc(100vh - 190px);
    display: block;
    vertical-align: top;
}
.TabGridLayout_Grid #TestLoaded{
    height:100%;
}


.TabGridLayout_Tab_Selected {
    background: #7cb957;
    border: 1px solid #7cb957;
}
.TabGridLayout_Tab:hover {
    background: #7cb957;
    border: 1px solid #7cb957;
    cursor: pointer;
}
.TabGridLayout_Tab:hover > p {
    color:#333;
}

.TableGridLayout_Body {
    border-radius: 5px;
    border: 1px solid #dadae0;
    background: white;
    min-height:700px;
}
.TabGridLayout_Grid .dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row > td:not(.dx-validation-pending):not(.dx-datagrid-select-all) {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border-bottom: none;
    font-weight: 500;
    color: #333;
}
.TabGridLayout_Grid .dx-datagrid .dx-row > td {
    font-size:13px !important;
}
.TabGridLayout_Grid .dx-datagrid .dx-row {
    border-top: 1px solid #dadae0 !important;
    border-bottom: 1px solid #dadae0 !important;
}
.TabGridLayout_Grid .dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-header-row > td:not(.dx-validation-pending):not(.dx-datagrid-select-all) {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    border-bottom: none;
    font-weight: 500;
    color: #333;
}
.TabGridLayout_Grid .dx-datagrid-headers {
    border-bottom: none;
    background: #f3f5f7;
}
    .TabGridLayout_Grid .dx-datagrid-headers .dx-datagrid-content .dx-datagrid-table .dx-row > td:not(.dx-validation-pending):not(.dx-datagrid-select-all) {
        color: #aaa7c1;
    }
.TabGridLayout_Grid .dx-header-row > td > .dx-datagrid-text-content:not(.dx-sort-indicator):not(.dx-header-filter-indicator){
    font-size:13px;
}
.TabGridLayout_Grid .dx-datagrid .dx-row-alt > td {
    background: #fafafc;
}
.TabGridLayout_Grid .dx-datagrid .dx-state-hover {
    background: #f4f4fb !important;
}
.TabGridLayout_Grid .dx-datagrid .dx-state-hover > td {
    background: #f4f4fb !important;
}
.TabGridLayout_Grid .dx-selection > td{
}
.TabGridLayout_Grid .dx-selection {
    border-left: 2px solid #5394e9;
    border-top-left-radius: 20px;
}
.TabGridLayout_Grid .dx-checkbox-checked .dx-checkbox-icon, .TabGridLayout_Grid .dx-checkbox-indeterminate .dx-checkbox-icon {
    background-color: #5394e9;
}

.StatusCircle2 {
    border-radius: 10px;
    display: inline-block;
    padding-left: 7px;
    padding-right: 8px;
    font-weight: 500;
}
.StatusCircle2 i{
    font-size:10px;
    padding-right:5px;
}


.StatusCircle2_Orange {
    color: #ffb101;
}
.StatusCircle2_Red {
    color: red;
}
.StatusCircle2_Blue {
    color: #17b7fe;
}
.StatusCircle2_Green {
    color: #7cb957;
}
.TabGridLayout_Grid .TableValidateBtn {
    padding: 6px !important;
    margin: 0px !important;
    padding-bottom: 4px !important;
    width: 95px !important;
}
.BlueLink {
    color: #5394e9 !important;
}
.HoverCameraImage {
    color: #333 !important;
}

.ImageHoverArea{
    width:100%;
    text-align:center;
    margin:0px;
    border-radius:6px;
}
.ImageHoverArea img{
    text-align:center;
    width:100% !important;
}
.NoPaddingPopover {
}
.NoPaddingPopover .dx-popup-content {
    padding: 0 !important;
    border-radius: 10px;
}
    .NoPaddingPopover .dx-popup-normal {
        border-radius: 6px !important;
        border: 1px solid silver;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px !important;
        
    }

#ValidatePopupHeaderArea input {
    width: 100%;
    padding: 5px;
    border: none;
    display: inline-block;
}
#ValidatePopupHeaderArea #ValidateSKU {
    display: inline-block;
    width: 40px;
    padding: 0px;
    margin: 0px;
    font-weight: 500;
    padding: 5px;
    float: right;
    position: absolute;
    margin-left: -120px;
}
#ValidatePopupHeaderArea #ValidateCount {
    display: inline-block;
    width: 40px;
    padding: 0px;
    margin: 0px;
    font-weight: 500;
    padding: 5px;
    float: right;
    position: absolute;
    margin-left: -40px;
}
#ValidatePopupHeaderArea {
    background: #f5f5f5;
    border-bottom: 1px solid silver;
    height:30px;
}
#ValidateConfirmArea{
    height:40px;
    width:100%;
    text-align:center;
}
    #ValidateConfirmArea button {
        border: none;
        background: #5394e9;
        color:white;
        font-weight:500;
        border-radius:3px;
        padding:8px;
        padding-left:18px;
        padding-right:18px;
    }
#ValidateTable{
    height:380px;
}

/*Key Function Tvs*/
#KeyFunctionArea{
    width:100%;
}
#KeyFunctionSelects {
    width: 400px;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
#KeyFunctionSelects div p {
    display: inline-block;
    width: 120px;
}
#KeyFunctionSelects div select {
    display: inline-block;
    width: 150px;
    border: 1px solid silver;
    border-radius: 5px;
    padding: 5px;
}
#KeyFunctionSelects div select:hover{
    cursor:pointer;
}
#KeyFunctionSendToArea{
    text-align:center;
    margin-top:20px;
}
#KeyFunctionSendToArea p{
    margin:0px;
    padding:0px;
    padding-bottom:5px;
    font-weight:500;
}
    #KeyFunctionSendToArea select {
        width:280px;
        border: 1px solid silver;
        border-radius: 5px;
        padding: 5px;
    }
    #KeyFunctionSendToArea select:hover{
        cursor:pointer;
    }
/*Product Table*/
.ProductTableArea_Header {
    margin-bottom: 0px;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 0px;
    background: transparent;
    position:relative;
    z-index:1400;
    margin-bottom:-4px;
}
    .ProductTableArea_Header h3 {
        font-size: 20px !important;
        display: inline-block;
        font-weight: 600 !important;
        color: #042439;
        margin-right:20px;
        vertical-align:top;
    }
.ProductTableHeader_Label {
    display: inline-block;
}
    .ProductTableHeader_Label p {
        display: inline-block;
        color: #e94f38;
        font-style:italic;
        font-size:13px;
    }
        .ProductTableHeader_Label p:nth-child(2) {
            display: inline-block;
            color: #d0d0d0;
            font-style: normal;
            margin-left:5px;
        }
.ProductTableHeader_Filters{
    display:inline-block;
    margin-right:10px;
}
    .ProductTableHeader_Filters i {
        margin-right: -25px;
        color: #e94f38;
        vertical-align:top;
        margin-top:7px;
    }
    .ProductTableHeader_Filters input {
        border: 1px solid #e94f38;
        padding: 4px;
        padding-left: 25px;
        border-radius: 99px;
        background: none;
    }
    .ProductTableHeader_Filters button {
        border: none;
        background: #e94f38;
        border-radius: 99px;
        padding: 7px;
        width: 120px;
        color: white;
        font-size: 11px;
        font-weight: 500;
        margin-left: 10px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }
    .ProductTableHeader_Filters button i {
        vertical-align: top;
        margin-top: 0px;
        color:white;
        margin-left:19px;
    }

    .ProductTableHeader_Filters .ActionDropdownArea{
        display:inline-block;
        vertical-align:top;
    }
    #SkuActionsList {
        position: absolute;
        background: #f1f1f1;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        margin-left:-20px;
        border-radius:3px;
        display:none;
    }
    #SkuActionsList div{
        padding:12px;
        width:150px;
        font-size:13px;
        border-bottom:1px solid silver;
    }
        #SkuActionsList div:hover {
            cursor: pointer;
            background: #e94f38;
            color: white;
        }


    .ProductRowTemplate {
        width: calc(100% - 40px) !important;
        background: white;
        margin-top: 15px;
        border-radius: 14px;
        margin-left: 20px;
        margin-right: 20px;
        padding: 3px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
        height: 110px;
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
    }
.ProductTableArea {
    height: 100vh !important;
    background: #f5f5f5;
}
    .ProductTableArea .dx-datagrid-table {
        background: #f1f1f1;
    }


.ProductRowTemplate_Left {
    display:inline-block;
    padding:0px;
    padding-left:10px;
    min-width:260px;
    max-width:320px;

    flex: 1 1 260px;
    
}
.ProductRowListedStar{
    display:inline-block;
    float:left;
    margin-right:10px;
}
    .ProductRowListedStar i {
        color: #e94f38;
        font-size: 20px;
        margin-top: 3px;
    }
.ProductRowTitle h2 {
    padding: 0px !important;
    margin: 0px !important;
    font-size: 13px !important;
    height: 20px;
    color: #333;
    font-weight: 600 !important;
    margin-top: 5px !important;
    display: inline-block;
}
.ProductRowTitle h3 {
    display: inline-block;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 13px !important;
    height: 20px;
    color: #333;
    font-weight: 500 !important;
    margin-top: 5px !important;
    max-width:331px;
    text-overflow:ellipsis;
    overflow:hidden;
    vertical-align:top;
}
.ProductRow_ImageArea{
    width:200px;
    width:115px;
    display:inline-block;
    text-align:center;
    vertical-align:top;
    padding-top:3px;
}
    .ProductRow_ImageArea img {
        height: 70px;
        display: block;
        margin: auto;
    }
.GreyedOutIcon {
    height: 60px;
    display: block;
    margin: auto;
    width: 50%;
    background: silver;
    vertical-align: top;
    display: block;
    border-radius:10px;
    width:60px;
}
.GreyedOutIcon i{
    font-size:40px;
    color:white;
    margin-top:10px;
}
.ProductRow_Description{
    display:inline-block;
}
    .ProductRow_Description div i {
        color: #07c69a;
        font-size:10px;
        padding-right:3px;
    }
    .ProductRow_Description div label {
        font-size: 12px;
        font-weight: 600;
        padding: 0px;
        margin: 0px;
    }
    .ProductRow_Description div p {
        display: inline-block;
        padding: 0px;
        margin: 0px;
        font-size: 12px;
    }



.ProductRowTemplate_Center {
    display: inline-block;
    vertical-align: top;
    padding-top:22px;
    text-align:center;
    max-width:120px;
    min-width:100px;

    flex: 2 1 100px;
}
    .ProductRowTemplate_Center h3 {
        font-size: 18px !important;
        display: inline-block;
        font-weight:600 !important;
    }
    .ProductRowTemplate_Center label {
        font-weight:500;
    }
    .ProductRowTemplate_Center button {
        border: none;
        background: #5394e9;
        color: white;
        padding: 5px;
        font-weight: 500;
        font-size: 12px;
        border-radius: 99px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }




#ProductTableCountDivider{
    height:18px;
    margin-top:6px;
    vertical-align:top;
    width:1px;
    background:silver;
    display:inline-block;
    margin-left:5px;
    margin-right:5px;
}

.ProductRowTemplate_Right {
    display: inline-block;
    vertical-align: top;
    background: #f5f5f5;
    max-width: 1000px;
    min-width: 450px;
    float: right;
    margin: 5px;
    margin-right: 10px;
    border-radius: 8px;
    overflow: hidden;
    margin-left: auto;
    flex: 1 1 auto;
    margin-top: 12px;
    margin-bottom: 10px;
    padding-top: 5px;
}









.ProductRowListedBox{
    width:25%;
    display:inline-block;
    padding:5px;
    padding-right:8px;
    border-right:1px solid silver;
}
.ProductRowListedBox:last-child{
    border-right:none;
}
    .ProductRowListedBox h3 {
        font-size: 13px !important;
        width: 100%;
    }
    .ProductRowListedBox p {
        font-size: 12px;
        font-weight: 600;
        display: inline-block;
        padding: 0px;
        margin: 0px;
    }
    .ProductRowListedBox label {
        display: inline-block;
        font-size: 13px;
        padding:0px;
        margin:0px;
        margin-bottom:5px;
    }
.ProductPricePercentage {
    float: right;
    color: #07c69a;
    font-size: 11px !important;
    padding-right:5px !important;
}
.ProductRowBoxChannel p {
    font-weight: 400;
    font-size: 13px;
    padding: 0px;
    margin: 0px;
}
.ProductRowBoxChannel img{
    height:18px;
}
.ProductRowBoxStock p {
    font-weight: 400;
    font-size: 13px;
    padding: 0px;
    margin: 0px;
    margin-top:5px;
}
.ProductRowBoxStock i {
    color: red;
    margin-right:5px;
    font-size:10px;
    vertical-align:top;
    padding-top:7px;
}
.FilterPopup {
    display: inline-block;
    width: 300%;
}
    .FilterPopup .FilterInitial:hover {
        cursor: pointer;
        background: silver;
    }
.FilterPopup .FilterInitial {
    border-bottom: 1px solid silver;
}
.FilterPopup .FilterInitial p {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    padding: 8px;
    margin: 0px;
}
.FilterPopup .FilterInitial i {
    float:right;
    margin-right:20px;
    margin-top:10px;
}
.FilterLeft {
    float: left;
    width: 33.3%;
}
    .FilterLeft i {
        float: right;
        color: #ff5722;
        font-size: 18px;
    }
    .FilterLeft button {
        border: none;
        background: silver;
        color: white;
        padding: 9px;
        padding-bottom:9px;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom:0.5px;
    }

@keyframes FilterSlideLeft {
    from {
        margin-left: 0;
    }

    to {
        margin-left: -100%;
    }
}
@keyframes FilterSlideSubLeft {
    from {
        margin-left: -100%;
    }

    to {
        margin-left: -200%;
    }
}

@keyframes FilterSlideRight {
    from {
        margin-left: -100%;
    }

    to {
        margin-left: 0;
    }
}
@keyframes FilterSlideSubRight {
    from {
        margin-left: -200%;
    }

    to {
        margin-left: -100%;
    }
}

.ProductRowTitle:hover, .ProductRow_Description div label:hover, .ProductRow_Description div p:hover, .ProductRowListedStar:hover {
    cursor: pointer;
}


.GreenUpdateBtn {
    border: none;
    background: #7cb957;
    color: white;
    border-radius: 12px;
    padding: 7px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
}
.ProductTableArea .dx-datagrid-header-panel{
    margin-top:-50px;
}
.ProductTableArea .dx-toolbar-item-content{
    position:relative;
    z-index:1500;
}
#FilterSlideSelection_ItemDetails div i, #FilterPopupStart div i {
    color: #333;
    font-size: 14px;
}


.AdjustPriceTable a{
    display:inline-block;
}
.AdjustPriceTable h2 {
    font-size: 14px !important;
    display: inline-block;
    max-width:100%;
    overflow:hidden;
}
.AdjustPriceTable input {
    border-radius:4px;
    border:1px solid silver;
    width:100px;
    padding:2px;
    font-size:16px;
    font-weight:400;
}
.AdjustPriceTable .MatchingTableTr .MatchingTableTd:nth-child(1){
    width:50%;
}
.AdjustPriceTable .MatchingTableTr .MatchingTableTd:nth-child(2) {
    width:24%;
}
.AdjustPriceTable .MatchingTableTr .MatchingTableTd:nth-child(3) {
    width:24%;
}

#AdjustAllBtnArea{
    text-align:center;
}

#AdjustAllArea div {
    margin-left: 74%;
    margin-bottom: 5px;
    padding-left: 10px;
    vertical-align: top;
}
#AdjustAllArea p {
    color: steelblue;
    font-size: 13px;
    margin: 0px;
    padding: 0px;
}
#AdjustAllArea input{
    border:1px solid silver;
    border-radius:4px;
    padding:5px;
    width:100px;
}

#ChildGrid{
    height:100%;
}
.ChildDataGrid {
    height: 500px;
}

#PickListGrid .dx-row .fa-gear{
    color:gray;
}
.PopupCenterButtons{
    align-content:center;
}
    .PopupCenterButtons button {
        width: calc(100% - 40px);
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 20px;
        color: #333;
        font-size: 16px;
        font-weight: 600;
        border: none;
        padding: 10px;
        border-radius: 5px;
        background: white;
        border: 2px solid #E0E0E0;
    }
    .PopupCenterButtons button p{
        padding:7px;
        margin:0px;
    }
    .PopupCenterButtons button:hover{
        border:2px solid #333 !important;
    }
#OrderSetting_AdjustQtyArea, #OrderSetting_ReplaceArea {
    align-content: center;
    text-align: center;
    margin-top: 10px;
}
    #OrderSetting_AdjustQtyArea p, #OrderSetting_ReplaceArea p {
        display: inline-block;
        font-weight: 400;
    }
    #OrderSetting_AdjustQtyArea input, #OrderSetting_ReplaceArea input {
        border: 1px solid silver;
        padding: 5px;
        width: 70px;
        display: inline-block;
        border-radius: 3px;
    }
    #OrderSetting_AdjustQtyArea button, #OrderSetting_ReplaceArea button {
        width: 100px;
        display: inline-block;
        margin-top: 10px;
        border: 1px solid silver;
        padding: 4px;
        margin: 0px;
        margin-left: 15px;
        background: #7cb957;
        color: white;
    }




















