﻿
/*New FA Icons - uppdatera i både front och admin vid ändring*/
.faIcon {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
}

    .faIcon > span.faIconWrapper {
        width: calc(1em - 2px);
        height: calc(1em - 2px);
        border-radius: 50%;
        line-height: calc(1em - 2px);
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid white;
        box-sizing: content-box;
        box-shadow: 0 0 3px 0px white;
        overflow: hidden;
    }

        .faIcon > span.faIconWrapper > i {
            font-size: .5em;
        }

    .faIcon > span.icon_leaf > i {
        font-size: .4em;
    }

    .faIcon > span.icon_signal > i {
        font-size: .4em;
    }

.questionBubble {
    position: absolute;
    top: .5rem;
    left: -.5rem;
    line-height:16px;
}

.questionBubble .faIcon {font-size: 16px;}