.z-grid-body .cbx-textarea textarea {
    height:14px;
}

.z-grid-body .c-selectionbox,
.c-selection-block,
.c-selection-input{
white-space: nowrap;
}

.z-grid-body .c-selectionbox UL {
    width: 100% !important;
    resize:vertical;
    overflow-x: hidden;
    overflow-y: auto;
    height: 19px;
}

.z-grid-body .c-selectionbox .c-selectionblockarea {
    height: 100%;
}

.z-row .z-label,
.z-row .z-longbox,
.z-row .z-textbox,
.z-row .z-decimalbox,
.z-row .z-datebox-inp,
.z-row .z-combobox-inp{
    white-space: nowrap;
}

.c-cell-image .c-default-dropupload {
    height: 38px;
}

.c-cell-attach .c-default-dropupload {
    height: 38px;
}

.c-attach .c-default-dropupload {
    padding-top: 3px;
}
.c-selectionbox-lst {
    border: 1px solid #dcdcdc;
    cursor: text;
    left: 0;
    position: relative;
    top: 0;
    white-space: nowrap;
    display: inline-block;
    margin-right: 18px;
    border-radius: 0;
}

.c-cell-attach .c-file-container {
    height: 18px;
}
.z-grid-body .c-selectionbox{
    width: 100% !important;
}


.z-grid-body .c-selectionbox ::-webkit-scrollbar {
width: 15px;
height: 15px;
border-color:#73A2C2;
}

.z-grid-body .c-selectionbox ::-webkit-scrollbar-button:start:decrement,
.z-grid-body .c-selectionbox ::-webkit-scrollbar-button:end:increment {
height: 0px;
display: block;
background-color: transparent;
}

.z-grid-body .c-selectionbox ::-webkit-scrollbar-track-piece {
background-color: #FFFFFF;
border: 1px solid #73A2C2;
}

.z-grid-body .c-selectionbox ::-webkit-scrollbar-thumb:vertical {
height: 10px;
background-color: #73A2C2;
-webkit-border-radius: 10px;
}

.z-grid-body .c-selectionbox .c-selectionbox-custom-div {
 position:absolute;
 height:15px;
 width:15px;
 background: url("../../img/Icon-expand-15x15.png");
 z-index:1;
 bottom:0;
 right:0;
 display:block;
 pointer-events: none;
}
