html, body {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    background-color: whitesmoke;
}

app {
    height: 100%;
}

.fa {
    padding:3px;
}

.justify-para p {
    text-align: justify;
}

a.gam-clean-link, a:hover.gam-clean-link, a:focus.gam-clean-link, a:active.gam-clean-link {
    text-decoration: none;
    color: inherit;
}

/* Telerik class redefinitions */

/* Make toggle buttons look like chips when the btt-chips-button-group is selected */
.btt-chips-button-group{
    box-shadow: none;
}
.btt-chips-button-group .k-toggle-button {
    border-radius: 15px !important;
}

    .btt-chips-button-group .k-toggle-button:not(.k-group-end) {
        margin-right: 8px;
    }

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* Redefine icon font size to make the Font Awesome icons size correctly */
.k-button-icon {
    line-height: 20px;
}
