
.loaderForm{

    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    z-index: 100000;
    border-radius: 0px;
}

.loaderFormText{

    height: 30px;
    width: 50px;
    left: 50%;
    position: absolute;
    margin: -15px 0 0 -15px;
}

.loaderFormProgress{

    /* background: url(../images/loader.gif) center center no-repeat;*/
    height: 30px;
    width: 30px;
    left: 50%;
    top: 50%;
    position: absolute;
    margin: -15px 0 0 -15px;
}



.loaderLoadView{

    background-color: rgba(0, 0, 0, 0.0);
    width: 100%;
    height: 100px;
    position: relative;
    border-radius: 5px;

}
.loaderLoadViewProgress{

    /* background: url(../images/loader.gif) center center no-repeat;*/
    height: 30px;
    width: 30px;
    left: 50%;
    top: 50%;
    position: absolute;
    margin: -15px 0 0 -15px;;
}

.text-right{
    text-align: right;
}
.float-right{
    float: right;
}

.float-left{
    float: left;
}

.btn-onlyIcon{
    --vz-btn-padding-x: 0rem;
    --vz-btn-padding-y: 0rem;
}
.btn-onlyIcon > i{
    font-size: 1.1rem;
    margin-top: 2px;
}
.table-sm2 th,.table-sm2 td{
    padding: .1rem .1rem;
}


.unselectText{
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.drag-select {
    background-color: rgba(20, 137, 189, 0.5);
}

.ui-selecting { background-color: var( --vz-background-selectable); }
.ui-selected  { background-color: var( --vz-background-selectable); }
.selectable   { background-color: var( --vz-background-selectable); }

.overflowX-unset{
    overflow-x: unset !important;
}

.btn-options{
    --vz-btn-padding-y: 0.1rem;
    --vz-btn-padding-x: 0.3rem;
}