
.catalog .catalog-body .gridSystem.itemsList .itemGrid {
    background-color: #fff;
    width: calc(20% - 4px);
    margin-right: 4px;
    height: 137px;
}

.catalog .productView .gridSystem.itemsList .itemGrid {
    height: 192px;
    width: calc(33% - 4px);
}

.catalog .catalog-body .gridSystem.itemsList .case {
    padding: 0px;
}

.catalog .catalog-body .gridSystem.itemsList .itemGrid .descBlock .wrap .picture {
    background-color: #fafafa;
    display: block!important;
    width: 100px;
    min-height: 100px;
    display: inline-block!important;
    margin-top: 4px;
    border: 1px solid #eee;
    position: relative;
}

.catalog .productView .gridSystem.itemsList .itemGrid .descBlock .wrap .picture {
    width: 40%;
    height: auto;
    position: relative;
    min-height: auto;
}

.catalog .catalog-body .gridSystem.itemsList .itemGrid .descBlock .wrap .d-w {
    display: inline-block;
    width: calc(100% - 105px);
    text-align: left;
    padding-left: 18px;
    vertical-align: top;
}

.catalog .productView .gridSystem.itemsList .itemGrid .descBlock .wrap .d-w {
    width: calc(60%);
    float: right;
}

.catalog .catalog-body .gridSystem.itemsList .itemGrid .descBlock .wrap .d-w .title {
    text-align: left;
    font-size: 18px!important;
    line-height: 23px;
    font-weight: bold!important;
    margin: auto;
}

.catalog .catalog-body .gridSystem.itemsList .itemGrid .descBlock {
    padding-top: 0px;
    min-height: 100px;
}

.catalog .productView .gridSystem.itemsList .itemGrid .descBlock {
    top: 14px;
    transform: translate(0px);
    left: 0px;
    min-height: 100px;
}

.catalog .catalog-body .gridSystem.itemsList .itemGrid.backGroundImg {
    background-color: #fff;
    border: 1px dotted;
    /* height: 137px; */
    background-position-y: 96px;
    background-position-x: 131px;
}

.catalog .catalog-body .gridSystem.itemsList .catalog-proceed-icon {
    float: inherit;
    width: 200px;
    height: 41px;
    line-height: 41px;
    margin-top: 7px;
}

.catalog .catalog-body .products .gridSystem.itemsList .case {}

.catalog .catalog-body .gridSystem.itemsList .itemGrid .descBlock .wrap .picture > img {
    width: 100%;
    height: auto;
    display: inline-block;
    position: absolute;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    margin-top: -11px;
}

.catalog .productView .gridSystem.itemsList .itemGrid .priceWrap {
    bottom: 5px;
    position: absolute;
    width: 100%;
    right: 0px;
    background-color: #fff;
}

.catalog .productView .gridSystem.itemsList .itemGrid .descBlock .wrap .d-w .title {
    font-size: 17px!important;
}

.catalog .catalog-body .gridSystem.itemsList .itemGrid .priceWrap .wrap .addRemoveWrap .addRemove .nb {
    background-color: #fafafa;
    width: 70px;
    text-align: center;
}

.catalog .itemBag .picture {
    width: 100px!important;
    height: 100px;
    float: left;
}

.catalog .itemBag .backg {
    width: 100%;
    position: relative;
    height: 100%;
    border: 1px solid #fafafa;
}

.catalog .itemBag .picture img {
    width: 100%;
    position: absolute;
    /* top: 50%; */
    /* transform: translateY(-50%); */
}

.catalog .itemBag .quantity {
    position: absolute;
    bottom: 4px;
    left: 3px;
    border: 3px solid #fff;
}

.catalog .itemBag .quantity input {
    width: 100px;
}

.catalog .itemBag .title {
    font-weight: bold;
    font-size: 15px;
    line-height: 17px;
}

.catalog .itemBag .price {
    font-weight: bold;
    font-size: 14px;
    color: #002762;
    position: absolute;
    bottom: 8px;
}

.catalog .itemBag .casedata {
    float: left;
    width: calc(100% - 129px);
    display: inline-block;
    /* padding: 11px; */
}

.catalog .catalog-body .bagph .myBagModule .bagWrap .bagScroll .itemBags .itemBag {
    border: 0px;
    background-color: #fff;
    width: calc(100% - 7px);
    height: 148px;
    padding: 7px;
    position: relative;
}

.catalog-checkout-btn {
    width: 280px;
    position: fixed;
    bottom: 10px;
    height: 46px;
    line-height: 46px;
    font-weight: bold;
    letter-spacing: 2px;
    right: 24px;
}

.bagph::-webkit-scrollbar {
    width: 7px;
}



/* Track */
.bagph::-webkit-scrollbar-track {}

/* Handle */
.bagph::-webkit-scrollbar-thumb {
    opacity: 0.1;

    background: rgba(0, 0, 0, 0.1);

}

.catalog .catalog-body .bagph {
    padding-bottom: 75px;
}

.k-grid .k-edit-cell input.k-checkbox, .k-grid .k-edit-cell input[type=checkbox] {
    opacity: 1;
    overflow: visible;
}

table.k-table {
    width: 100%;
    border-spacing: 0;
    margin: 0 0 1em;
}

.k-table, .k-table td {
    outline: 0;
    border: 1px dotted #ccc;
}

.k-editor-inline .k-element-resize-handle-wrapper {
    background-color: #fff;
    border-color: #000;
}

.k-editor-inline .k-element-resize-handle-wrapper {
    position: absolute;
    width: 5px;
    height: 5px;
    border-width: 1px;
    border-style: solid;
    z-index: 100;
}

.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle {
    width: 100%;
    height: 100%;
}

.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-east {
    cursor: e-resize;
}

.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-north {
    cursor: n-resize;
}

.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-northeast {
    cursor: ne-resize;
}

.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-northwest {
    cursor: nw-resize;
}

.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-south {
    cursor: s-resize;
}

.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-southeast {
    cursor: se-resize;
}

.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-southwest {
    cursor: sw-resize;
}

.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-west {
    cursor: w-resize;
}

.k-editor-inline .k-column-resize-handle-wrapper {
    position: absolute;
    height: 10px;
    width: 10px;
    cursor: col-resize;
    z-index: 2;
}

.k-editor-inline .k-column-resize-handle-wrapper .k-column-resize-handle {
    width: 100%;
    height: 100%;
}

.k-editor-inline .k-column-resize-handle-wrapper .k-column-resize-handle .k-column-resize-marker {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    display: none;
    opacity: .8;
}

.k-editor-inline .k-row-resize-handle-wrapper {
    position: absolute;
    z-index: 2;
    cursor: row-resize;
    width: 10px;
    height: 10px;
}

.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-handle {
    display: table;
    width: 100%;
    height: 100%;
}

.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-marker-wrapper {
    display: table-cell;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-marker {
    display: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 2px;
    opacity: .8;
}

@media (max-width: 1400px){
.itemsList .itemGrid {
    width: calc(50% - 5px)!Important;
}
}

@media (min-width: 1401px){
.itemsList .itemGrid {
    width: calc(33% - 2px)!Important;
}
}

@media (max-width: 990px){
.itemsList .itemGrid {
    width: calc(100% - 0px)!Important;
}
}

.map-component .map-container .map-search-box {
    position: absolute;
    top: 0px;
    left: unset;
    right: 0;
    width: 26%;
    height: 22%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: unset; 
} 
.map-component .map-container .map-search-box .search-input-wrapper .search-input{
    border: 1px solid grey;
}
@media (max-width: 1023px) {
    .actionBar .actionBar-icons-wrapper{
    margin-top:25px;
    }
    .actionBar .action-Bar-btns-wrapper.navigation-wrapper{
        margin-left:unset!important;
    }
}
@media (max-width: 767px) {
    .actionBar .actionBar-icons-wrapper{
    margin-top:11px;
    }
    .actionBar .action-Bar-btns-wrapper.navigation-wrapper{
        margin-left:unset!important;
    }
    .actionBar .actionBar-icons-wrapper .filter-icon .selected-background-wrapper{
        top: 100% !important;;
    }
  
}
.actionBar .actionBar-icons-wrapper{
    margin-left:auto;
}
 .custom-datepicker-position .daterangepicker {
    position: relative !important;
    top: -21px !important;
}
/* .item-details-body .form-group-wrapper .form-group-body{display: unset !important;} */

.form-group-wrapper .form-group-body.restrict-above-label .form-group.combodata.dynamic-height .repeater-wrapper{height: auto;min-height:235px;}

.form-group.repeater-wrapper.compact .repeater-body .form-group-body > .form-group {
    margin-bottom: 6px!important;
}
.form-group .default-dropdown-wrapper select{height:auto!important;}
.form-group-wrapper .form-group-body.restrict-above-label .form-group.has-add-ons .form-control-simulator {
    width: calc(70.2% - 46px)!important;
}
.questionSpace .control-label{background-color: #C4C4C4!important;}
.questionSpace .form-control{background-color: #DBDBDB!important;}
.questionSpace select{background-color: #DBDBDB!important;}
.questionSpace .form-control-simulator {background-color: #C4C4C4!important;}
.form-group.questions-repeater .group{ background-color: #808080;padding-top: 0px!important;}
.repeater-body {
    border-bottom: 2px dashed #919191;   /* Adds red line under each answer */
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.repeater-body:last-child {
    border-bottom: none;  /* Remove the line from the last item */
}

.answerAutocomplete .select-autocomplete-wrapper{width:70%!important;}
.item-details-wrapper .item-details .item-details-body .inner-content.pinned-infoSlider {
    width: calc(85% - 281px);
}


.spacelabel .control-label{width:49.8%!important}

 .form-group-wrapper .form-group-body.restrict-above-label .form-group.combodata.dynamic-height .spacelabel .form-control-simulator{width:50.2%!important;    padding-left: 20px;}

.form-group.repeater-Generator .repeater-generator-hz-options{margin-top: -37px!important;}

.CustomFIlter .form-control {
    width: 100%;
}
.infoSlider .form-group.textfield .form-control-simulator {
    width: 100%!important;
    
}

.bypriority label > span > .number-check {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 12px;
    color: #fff;
    border-radius: 2px;
    line-height: 1em;
    font-family: 'Material-Design-Iconic-Font';
    display: block;
    width: 1em;
    color: #FFF;
    font-size: 14px;
    line-height: 1em;
    text-align: center;
}

.bypriority input[type=checkbox]:checked + label > span:before{
    content: unset!important;
}

/* Bootstrap 3 Badge Color Variants */
.badge-success {
    background-color: #4caf50 !important;
}

.badge-default {
    background-color: #bbbbbb !important;
}

.badge-warning {
    background-color: #ff9800 !important;
}

.badge-danger {
    background-color: #e51c23 !important;
}

.badge-primary {
    background-color: #2196f3 !important;
}

.badge-info {
    background-color: #9c27b0 !important;
}
/* Grade columns light green background */
.bg-grade-light-green {
    background-color: #e8f5e9 !important;
}

/* Qualified column light blue background */
.bg-qualified-light-blue {
    background-color: #e3f2fd !important;
}

/* Needed column light orange background */
.bg-needed-light-orange {
    background-color: #ffe0b2 !important;
}
html[lang="ar"] .form-group.has-add-ons .form-group-add-ons {
    left: 0;
    position: absolute;
    right: unset;
    padding-left: 0;
  }

  .form-group-wrapper .form-group-body.restrict-above-label .form-group .form-control-simulator .form-control{
    width: 90%;
  }
.k-grid.has_Lines_horizontal table tbody tr td.PhoneLTR {
    direction: ltr;
    text-align: left;
  }

  html[lang="ar"] .k-grid.responsive-cards .k-grid-content table tbody tr td.PhoneLTR > span    {
    margin-left: 40px;
    margin-right: 0;
  }

  .form-group.has-add-ons{
        min-height: 40px;
  }