.app-header-with-bar {
    top: 50px;
}

.pagewide {
    height: 60px;
}

.with-bar {
    top: 6.5rem;
}


.with-bar-menu {
    top: 3rem;
}

.wrapped_span {
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    max-width:500px;
    display: inline-flex;
}

.funnel-content-type-selector .modal-footer {
    text-align: center;
    justify-content: center;
}

.drop-target {
    border: 2px dashed #D9D9D9;
    border-radius: 5px;
    min-height: 50px;
    margin: 0 auto;
    margin-top: 10px;
    padding: 2em;
    /*display: none;*/
    text-align: left;
}
