﻿.wl-badge {
    display: inline-block;
    padding: 3px 2px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: var(--webapp-badge-notify-fg);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999999;
    border-radius: 10px;
    width: 18px;
    caret-color: transparent;
}

.wl-badge-notify {
    background: var(--webapp-badge-notify-bg);
    position: absolute;
    top: 5px;
    right: 0px;
    caret-color: transparent;
}

input.wl-badge-notify {
    border: unset;
    height: 18px;
    border-radius: 50%;
    line-height: 18px;
    color: var(--webapp-badge-notify-fg);
    cursor: pointer;
    caret-color: transparent;
}

    input.wl-badge-notify:hover {
        color: var(--webapp-badge-notify-fg) !important;
    }

input[disabled].wl-badge-notify {
    cursor: pointer;
}

.wl-expander-other-info {
    float: left;
    margin-right: 10px;
}

    .wl-expander-other-info .big-number {
        font-size: 3em;
        color: white;
    }

    .wl-expander-other-info .big-number-label {
        font-size: 1em;
        color: white;
    }

.wl-div-tp-fixedsize {
    width: 100%;
    height: 400px;
}
/* transform all buttons to upper case*/
.btn, .wl-btn {
    text-transform: uppercase !important;
    min-width: 90px !important;
}

.glyphicon {
    padding-left: 5px;
    vertical-align: top !important;
}
