html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}


table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

body, html {
    height: 100%;
}

.bg {
    background-image: url("/images/bakgrund-gu.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gu-blue {
    color: #004884;
}

.gu-button-width {
    width: 100%;
    text-align: left;
}

.gu-button-fullwidth {
    width: 80%;
    text-align: left;
}

.field-validation-error {
    color: red;
    font-size: smaller;
}

.spinner {
    width: 5rem;
    height: 5rem;
    margin: auto;
    border-radius: 50%;
    border: 4px solid black;
    border-top-color: white;
    animation: spinner 2.4s linear infinite;
}

.gu-success-text {
    background-color: forestgreen;
    color: azure;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px;
}

.gu-error-text {
    background-color: darkred;
    color: azure;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px;
}

.gu-main-button {
    font-size: 1.4em;
    font-weight: bold;
}

.gu-accordion-button {
    font-size: 0.7em;
    font-weight: bold;
}

.gu-link-button {
    background-color: white;
}