﻿@font-face {
    font-family: "Spartan-HeavyClassified";
    src: url("../fonts/Spartan-HeavyClassified.otf");
    font-weight: normal;
    font-style: normal;
}

@media (min-width: 0px){
    body {
        background: url("../images/backgrounds/512.jpg");
    }
}

@media (min-width: 512px) {
    body {
        background: url("../images/backgrounds/1024.jpg");
    }
}

@media (min-width: 1024px) {
    body {
        background: url("../images/backgrounds/2048.jpg");
    }
}

@media (min-width: 2048px) {
    body {
        background: url("../images/backgrounds/4096.jpg");
    }
}

@keyframes flashing-notice {
    0% {
        opacity: 1;
    }

    10% {
        opacity: 1;
    }


    20% {
        opacity: 1;
    }


    30% {
        opacity: 1;
    }


    40% {
        opacity: 1;
    }


    50% {
        opacity: 1;
    }


    60% {
        opacity: 1;
    }


    70% {
        opacity: 1;
    }


    80% {
        opacity: 1;
    }

    90% {
        opacity: 0.1;
    }


    100% {
        opacity: 1;
    }
}

html, body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    /*font-family: Arial;*/
    font-weight: normal;
    font-family: Arial;
}

.alert-banner {
    position: absolute;
    margin: auto;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 60px;
    background-color: #f7d06b !important;
    text-align: center;
}

    .alert-banner > h4 {
        animation: flashing-notice 10s linear infinite;
    }

.application-unready  {
    position: absolute;
    margin: auto;
    bottom: 100px;
    right: 20px;
    background: white;
    border: 1px solid gray;
    border-radius: 5px;
    padding: 10px;
}

.arrow-left {
    clip-path: polygon(0% 50%, 50% 20%, 50% 40%, 100% 40%, 100% 60%, 50% 60%, 50% 80%);
}

.arrow-up {
    clip-path: polygon(50% 0%, 80% 50%, 60% 50%, 60% 100%, 40% 100%, 40% 50%, 20% 50%);
}

.arrow-right {
    clip-path: polygon(100% 50%, 50% 80%, 50% 60%, 0% 60%, 0% 40%, 50% 40%, 50% 20%);
}

.arrow-down {
    clip-path: polygon(50% 90%, 20% 50%, 40% 50%, 40% 0%, 60% 0%, 60% 50%, 80% 50%);
}

body {
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='white' stroke='none' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

.modal {
    background-color: rgba(0,0,0,0.5);
}

.throbber-container{
    position: fixed;
    margin: auto;
    top: 0px;
    bottom:0px;
    left:0px;
    right:0px;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
}

.throbber-img {
    position: absolute;
    margin: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.vue-bindings {
    position: absolute;
    margin: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
