.titlebar { display: none; }

.copy-elem{
    background: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="copy" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-copy fa-w-14 fa-3x"><path fill="currentColor" d="M320 448v40c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V120c0-13.255 10.745-24 24-24h72v296c0 30.879 25.121 56 56 56h168zm0-344V0H152c-13.255 0-24 10.745-24 24v368c0 13.255 10.745 24 24 24h272c13.255 0 24-10.745 24-24V128H344c-13.2 0-24-10.8-24-24zm120.971-31.029L375.029 7.029A24 24 0 0 0 358.059 0H352v96h96v-6.059a24 24 0 0 0-7.029-16.97z" class=""></path></svg>');
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center right 5px;
    cursor: pointer;
}

.no-form{
    border: none;
    background: none;
    padding: 0px;
}

.big-radio{
    width: 20px;
    height: 20px;
}

.bg-even{
    background-color: #f1f1f1;
}

.height-161{
    min-height: 161.16px;
}

.list-group-item.active a.active{
    color:#fff;
}

.m-neg-15 {
    margin-left: -15px;
}

.max-h-200{
    max-height: 200px;
    overflow: hidden;
}

.w-20{
    width: 20px;
}

.h-20{
    height: 20px;
}

.w-65{
    width: 65%;
}

.w-35{
    width: 35%;
}

.w-25{
    width: 25%;
}

.w-15{
    width: 15%;
}

.custom.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(0,0,0,.05);
}
.custom.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.0);
}

#dragIdicator{
    left: 50%;
    margin-left: -25px;
    border-radius: 8px;
    border: 2px dashed black;
    opacity: 0.25;
    bottom: 5px;
}

#clickIndicator{
    left: 50%;
    margin-left: -25px;
    top:50%;
    margin-top: -33px;
}
