.btn-xs {
    font-size: 11px;
    text-transform: uppercase;
    padding: 3px 8px;
}

.ptop {
    padding-top: 18px;
}

.text-data {
    font-size: 14px;
    color: #6e6e73;
}

.ellipsis {
    position: relative;
}

.ellipsis:before {
    content: '&nbsp;';
    visibility: hidden;
}

.ellipsis span {
    position: absolute;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis {
    position: relative;
    max-width: 100%;
    padding: 0 !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    vertical-align: text-bottom !important;
}

.ellipsis div {
    position: absolute;
    white-space: nowrap;
    overflow-y: visible;
    overflow-x: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    max-width: 100%;
    min-width: 0;
    width: 100%;
    top: 0;
    left: 0;
}

.input_limits {
    font-family: monospace;
    float: right;
    font-size: 10px;
}

.ellipsis:after,
.ellipsis span:after {
    content: '-';
    display: inline;
    visibility: hidden;
}

.tab-pane {
    padding: 40px 0
}

p.toelichting {
    font-size: 16px;
    color: #6e6e73
}

.alert {
    margin-top: 36px;
}

.abonnementen {
    margin: 24px 0;
}

.abonnement {
    padding: 72px 24px;
    background-color: #fff;
    border: 1px solid;
    border-color: #edf2f9;
    box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .03);
    border-radius: 16px;
}

.abonnement h2 {
    text-align: center;
}

.abonnement .bottom {
    margin-top: 24px;
    text-align: center;
}

.notes {
    padding: 24px 0;
    font-size: 12px;
    color: #999;
}

.highlight {
    position: relative;
    z-index: 100;
    transform: scale(1.1);
}

.sortable li:hover {
    cursor: move;
}

.list-group-item.active {
    background-color: #fff;
    border: none;
}

.thumbnail {
    width: 80px;
    height: 80px;
}

.control-label {
    font-size: 16px;
    line-height: 2;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 500px !important;
}

i.clickable {
    cursor: pointer;
    color: #999;
}

i.clickable.active {
    color: #3396F2;
    font-weight: bold;
}

i.clickable:hover {
    color: #333;
}