﻿html, body {
    background: #161b40;
    font-family: "Roboto", sans-serif;
    height: 100%;
    overflow: hidden;
}

html, body {
    color: #afafaf;
}

a, a:link {
    color: #adaa5d;
    text-decoration: none;
}

    a:hover {
        color: #f7f169;
    }

    a > div {
        color: #afafaf;
    }

hr {
    border-top: 1px solid rgba(255,255,255,.1);
}

canvas {
    height: 100%;
    width: 100%;
}

.hover {
    border-bottom: 1px solid #ffffff09;
}

    .hover:hover {
        background: #13183b;
    }

#app {
    height: 100%;
}

#content {
    height: 100%;
    overflow: hidden;
}

    #content > div {
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
    }

@media (max-width: 575.98px) {
    #content {
        padding-top: 3.5rem;
    }
}

@media (min-width: 576px) {
    #content {
        padding-top: 1rem;
    }
}

#loading {
    background: #000000;
    left: 0;
    opacity: .8;
    position: absolute;
    top: 0;
    z-index: 1004;
}

#header {
    background: #000000;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002;
}

#header-menu {
    background: #000000f0;
    height: 100%;
    overflow: hidden;
    padding-top: 3.5rem;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1001;
}

    #header-menu > div {
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
    }

#title {
    font-size: 1.3rem;
    padding-left: 2rem;
}

#menu {
    width: 300px;
}

    #menu a > div {
        border-right: 1px solid #ffffff09;
    }

.confirmation {
    background: #000000f0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1003;
}

.worker-flow {
    background: white;
    border: solid 2px;
    border-radius: 34rem;
    padding: 0 .5rem;
}

.clickable {
    cursor: pointer;
}

.menu-group {
    background: #ffffff08;
}

.frame-palette {
    bottom: 1rem;
    position: fixed;
    right: 2rem;
}

.frame-image-overlay {
    height: 100%;
    pointer-events: none;
    position: relative;
    top: -100%;
    width: 100%;
}

    .frame-image-overlay > div {
        height: 1rem;
        opacity: 0.5;
        position: absolute;
        width: 1rem;
    }

    .frame-image-overlay .fa-bullseye {
        color: #ffffff;
        font-size: 2rem;
        position: absolute;
        -webkit-text-stroke-color: black;
        -webkit-text-stroke-width: .1rem;
    }

    .frame-image-overlay .fa-times {
        color: #ffffff;
        position: absolute;
        -webkit-text-stroke-color: black;
        -webkit-text-stroke-width: .15rem;
    }

.frame-image-overlay-loading {
    background: #000000;
    height: 100%;
    opacity: .5;
    width: 100%;
}

.announcement-comment {
    border: 1px solid rgba(255,255,255,.1);
}
