.navbar {  margin-bottom: 20px;}
.genSelTlist{ cursor:pointer;}

#adrese_del_tab,#conturi_del_tab,#transportatori_del_tab,#documente_del_tab{display:none;}

.iframe_edit {height: 600px; border: 0}
.ui-widget-headerXXX { background: none;}

.hide {display: none;}


.ThfGalleryEditorDropZoneTitle{font-size: 14px;}
.bstBrowseWrapper{ display: none;}
.ThfGalleryEditorDropZone{margin-bottom:0;}

.selectable{ color: #ddd; font-size: 22px;}
.selectable:hover{ color: #00a8d6}

@media only screen and (max-width: @computerBreakpoint) {
    html.ios {
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }
}

.border_purple {
    font-weight: bold;
    color: purple;
    font-size: 1.5em;
    height: 2em;
}
.add_afacere_slider .step {
        height: 50px;
    vertical-align: middle; text-align: center;

}
.line_textarea {
    left: 30px;
    right: 0;
    font-size: 14px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    height: 124px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #595959;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0);
    cursor: initial;
    padding-right: 40px;
    padding-left: 5px;
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: -o-calc(100% - 30px);
    width: calc(100% - 30px);
}

.line_input {
    position: absolute;
    left: 30px;
    right: 0;
    font-size: 14px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    line-height: 29px;
    height: 29px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #595959;
    overflow-y: hidden;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0);
    cursor: initial;
    padding-right: 40px;
    padding-left: 5px;
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: -o-calc(100% - 30px);
    width: calc(100% - 30px);
}

.scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;

.step2 {
    display: inline-block;
}


.scrolling-wrapper-flexbox {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;

.step2 {
    flex: 0 0 auto;
    margin-right: 3px;
}


.step2 {
    border: 1px solid white;
    width: 150px;
    height: 75px;
    background: black;
}

.scrolling-wrapper, .scrolling-wrapper-flexbox {
    height: 75px;
    width: 100%;
    -webkit-overflow-scrolling: touch;
&::-webkit-scrollbar {
     display: none;
 }
}