﻿body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: black;
}

a {
    text-decoration: none;
    color: greenyellow
}

.id-card {
    width: 360px;
    max-width: 100%;
    background: lime;
    border-radius: 6px;
    box-shadow: 1px 1px 4px #09f7ff;
    overflow: hidden;
    font-family: 'Segoe UI', sans-serif;
    margin: 20px auto;
    float: left;
    top: 140px;
    position: absolute;
    color: black;
}

.backdrop {
    background-image: url(/skin/backdrop.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
    opacity: 0.5;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1
}

.profile-pic {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-bottom: 1px solid #eee;
}

.cellpicture {
    height: 120px;
    width: 120px;
    border-radius: 200px;
    border: solid 2px white;
    /*margin-left: 25px;*/
    margin-left: auto;
    margin-right: auto;
    /*margin-top: -60px;*/
    position: relative;
    background-color: white;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.card-content {
    padding: 20px;
}

    .card-content h2 {
        font-size: 1.1rem;
        color: #444;
        margin-bottom: 4px;
    }

    .card-content h3 {
        font-size: 1.4rem;
        margin: 0;
        color: #222;
    }

        .card-content h3 a {
            font-size: 1.4rem;
            margin: 0;
            color: #222;
            text-decoration: none
        }

.title, .location, .issued, .category {
    font-size: 0.9rem;
    color: #666;
    margin: 4px 0;
}

.description {
    font-size: 0.95rem;
    color: #333;
    margin: 12px 0;
    line-height: 1.5;
}

.networks-title {
    font-weight: bold;
    margin-top: 16px;
}

.networks {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .networks li {
        margin: 4px 0;
    }

    .networks a {
        color: #000000;
        text-decoration: none;
        font-size: 0.9rem;
    }

        .networks a:hover {
            text-decoration: underline;
        }

.margin-0px {
    margin: 0px;
}

.margin-5px {
    margin: 5px;
}

.color-black {
    color: black;
}

.color-lime {
    color: lime;
}

.splash-overlay {
    background-color: #36a00b23;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #36a00ba9;
}

.top-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #36a00b23;
    width: 100%;
    border-bottom: 1px solid #36a00ba9;
    padding: 4px
}

.status-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #36a00b23;
    width: 100%;
    border-top: 1px solid #36a00ba9;
    padding: 4px
}

.display-signal {
    color: lime;
    font-size: large;
    white-space: break-spaces;
    word-wrap: break-word
}

#EmbedSatelliteIntentCapsuleBox {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000000be;
    visibility: collapse
}

#EmbedSatelliteIntentCapsuleBoxContent {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 400px;
    height: 150px;
    background-color: white;
    border-radius: 8px;
    padding: 8px;
    font-weight: 600;
}

#EmbedSatelliteIntentCapsuleBoxId {
    width: 98%;
    margin: auto;
    font-size: 22px;
}

#EmbedSatelliteIntentCapsuleBoxDismiss {
    padding: 10px;
    position: absolute;
    left: 40%;
    right: 40%;
    bottom: 10px;
    margin: auto;
    cursor: pointer
}

/***/

.display-screen {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000000be;
    visibility: collapse
}

.display-screen-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 400px;
    height: 150px;
    background-color: white;
    border-radius: 8px;
    padding: 8px;
    font-weight: 600;
}


.display-screen-dismiss {
    padding: 10px;
    position: absolute;
    left: 40%;
    right: 40%;
    bottom: 10px;
    margin: auto;
    cursor: pointer
}

.button-default {
    border: 1px solid transparent;
    border-radius: 3px;
    font-size: 18px;
    cursor: pointer;
    background-color: white;
    padding: 8px;
    color: inherit;
}

.shadow-box-default {
    box-shadow: 0px 0px 5px #c8c8c8;
}

.shadow-box-one {
    box-shadow: black 1px 1px 3px 0px;
}
