﻿#BACKGROUND_FOR_TEST_ENVIRONMENT {
    background-image: url("../images/TEST.png");
    background-repeat: repeat;
    /* background-size: cover;*/
    width: 100% !important;
    z-index: 0;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: inline-block;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.spinner-large {
    margin: auto;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.spinner-small {
    margin: auto;
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

/*Umu-styles*/
header {
    background-color: #2a4765;
}

footer {
    background-color: #000;
    padding: 2rem 0;
}

    footer h2, footer h3, footer p, footer span, footer a {
        color: #fff;
    }

    footer h2 {
        font-size: 1.3rem;
    }

    footer a {
        text-decoration: none;
    }

        footer a:hover {
            color: #fff;
            text-decoration: underline;
        }

.button {
    background-color: #2a4765;
    margin: 0;
    font-size: 16px;
    font-size: 1rem;
}

/*Makes the search buttons height equal to the input field*/
.input-group-button input {
    height: 100%;
}

.btn-green {
    background-color: #73A790;
    color: #000;
}

    .btn-green:hover, .btn-green:focus {
        background-color: #b0c8bd;
        color: #000;
    }

.fieldset {
    position: relative;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    padding-top: 3rem;
}

    .fieldset legend {
        position: absolute;
        top: 1rem;
        font-weight: bold;
    }

/*#move-personal {
    .button {
        margin-bottom: 1rem;
    }
}*/
/*Hide stuff visually but detected by screen readers*/
.screen-readers-only {
    position: absolute;
    left: -20000px;
}

body {
    background-color: #000;
}

.main {
    background-color: #fff;
    padding-bottom: 2rem;
}

h1 {
    margin-top: 2rem;
}

@media print, screen and (min-width: 40em) {
    h1 {
        font-size: 2.5rem;
    }
}

@media print, screen and (min-width: 40em) {
    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.2rem;
    }
}

h3 {
    margin-top: 1rem;
    font-weight: bold;
}

    h2 a, h3 a, h4 a {
        color: #000;
    }

a {
    text-decoration: underline;
    color: #069;
}

    a.button {
        text-decoration: none;
    }

.button {
    margin-bottom: 1rem;
}

    .button.alert {
        color: #fff;
    }

label {
    font-size: 1rem;
}

ul.list-no-style {
    list-style-type: none;
    margin-left: 0;
}

    ul.list-no-style ul {
        list-style-type: none;
    }

.callout.secondary {
    background-color: #F1EFE4;
    border: none;
    margin-top: 2rem;
}

.callout.warning {
    background-color: #f5e3c9;
    border: none;
}

.time-info-alert, .time-info-warning, .info-alert {
    background-color: #eedada;
    margin: 0.5rem 0;
    padding: 0.5rem;
    display: inline-block;
}

.info-alert {
    display: inline;
    margin-left: 0.5rem;
}

.time-info-warning {
    background-color: #f5e3c9;
}

.field-validation-valid {
    display: none;
}

.validation-summary-valid {
    display: none;
}

nav {
    border-bottom: 0.01rem #8a8a8a solid;
    /*Override foundations style*/
}

    nav a, nav .menu-active {
        display: inline-block;
        font-weight: bold;
        text-decoration: underline;
        padding: 1rem 0;
    }

    nav .menu-active {
        font-weight: bold;
    }

    nav .text-right {
        text-align: left;
    }

@media print, screen and (min-width: 40em) {
    nav .text-right {
        text-align: right;
    }
}

nav .text-center {
    text-align: left;
}

@media print, screen and (min-width: 40em) {
    nav .text-center {
        text-align: center;
    }
}

#person-list h3 {
    font-size: 1.4rem;
    margin-top: 2rem;
}

#person-list h4 a {
    font-size: 1.4rem;
    border-bottom: 1px solid #000;
    text-decoration: none;
}

    #person-list h4 a:hover {
        color: #069;
        border-color: #069;
    }

#person-list .extra-information-button {
    margin-top: 1rem;
    margin-bottom: 0;
    text-decoration: underline;
    background-color: transparent;
    color: #069;
}

#person-list .result-list {
    list-style-type: none;
    margin: 0;
    border-top: 0.01rem solid #8a8a8a;
}

    #person-list .result-list li {
        border-bottom: 0.01rem solid #8a8a8a;
        padding: 1rem 0;
    }

    #person-list .result-list .button {
        margin-bottom: 0;
    }

#employees-list h4 a {
    font-size: 1.4rem;
    border-bottom: 1px solid #000;
    text-decoration: none;
}

    #employees-list h4 a:hover {
        color: #069;
        border-color: #069;
    }

.showDiv {
    display: block;
}

.hideDiv {
    display: none;
}

.result-list {
    list-style-type: none;
    margin: 0;
    border-top: 0.01rem solid #8a8a8a;
}

    .result-list li {
        border-bottom: 0.01rem solid #8a8a8a;
        padding: 1rem 0;
    }

.print-header {
    display: none;
    font-size: 80%;
}

    .print-header ul {
        padding-top: 1rem;
    }

.no-margin-bottom {
    margin-bottom: 0px;
}

.btn-alert {
    background-color: #860000;
}

@media print {
    body {
        font-family: Georgia, Times, serif;
        margin: 8mm 16mm 16mm 16mm;
    }

    header {
        display: none;
    }

    footer {
        display: none;
    }

    h1 {
        font-family: Georgia, Times, serif;
        font-size: 170%;
        font-weight: bold;
    }

    .print-header {
        display: flex;
    }

    .print-button {
        display: none;
    }

    .print-hide {
        display: none;
    }

    .app-h1 {
        display: none;
    }
}

.no-show {
    display: none;
}
