/*html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}



body {
    margin-bottom: 60px;
}
*/
/*html, body {
    overflow: hidden;
}
body {
    height: 100%;
    width: 100%;
    margin: 0;
}*/

.validation-summary-errors {
    color: #f36;
}

bal-list-item.is-selected {
    background: #f1f3f5;
    padding-top: 15px;
    padding-bottom: 15px;
}

    bal-list-item.is-selected span {
        font-weight: bold;
    }

    bal-list-item.is-selected bal-icon.is-size-xsmall .bal-icon-inner {
        font-weight: bold;
        width: 15px;
    }
