.hidden {
    display: none
}

.shown {
    display: block;
}

.closeModal {
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

.brand-label-balance {
    color: #f15a22; }

.panel-body-intro h5 {
    line-height: 30px;
}

.push-top {
    margin-top: 24px !important;
}

.soft-half-top {
    padding-top: 12px !important;
}

.flush-bottom {
    margin-bottom: 0 !important;
}

.hard-top {
    padding-top: 0 !important;
}

.hard-bottom {
    padding-bottom: 0 !important;
}

.hard-left {
    padding-left: 0 !important;
}

.flush-top {
    margin-top: 0 !important;
}

.span-btn {
    display:inline-block;
    max-width:226px;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
}

.btn-link-device {
    padding-left: 10px !important;
    padding-right: 10px !important;
}