body {
    background: #f5f8fa;
}

#app {
    padding-bottom: 20px;
}


.compress-column {
    width: 1px;
    white-space: nowrap;
}

.fa + span, span + .fa, .glyphicon + span, span + .glyphicon {
    padding-left: 10px;
}

.notification-icon {
    margin-right: initial;
}

.notification-icon[data-count="0"]:after {
    display: none;
}

.animated {
    animation-duration: 0.5s;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: .3;
}

.panel-heading[data-toggle="collapse"] {
    cursor: pointer;
}

.alert {
    border-width: 0 0 0 5px;
    border-style: solid;
    border-radius: 0 5px 5px 0;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: .3;
}

