﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 0;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
    width: 100%;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

table.table-bordered {
    border: 0px solid black;
    margin-top: 20px;
    background-color: #c6c8ca;
}

table.table-bordered > thead > tr > th {
    border-bottom: 1px solid #1f1f1f;
    border-left: none;
    border-right: none;
    border-top: none;
    background-color: #343a40;
    color: silver;
}

table.table-bordered > tbody > tr > td {
    border-bottom: 1px solid #1f1f1f;
    border-left: none;
    border-right: none;
    border-top: none;
}

h1 {
    font-weight: bold;
    color: #eeeeee;
}

h2 {
    color: #dddddd;
}

.cover-headline {
    color: #dddddd;
    font-weight: bold;
    font-size: 24px;
}

.cover-description {
    color: #aaaaaa;
    font-size: 18px;
}

.cover-img {
    position: relative;
    object-fit: cover;
    object-position: center;
    min-width: 104%;
    max-height: 300px;
    z-index: -1;
    margin-top: -1.5rem !important;
    margin-left: -2rem !important;
    margin-right: -2rem !important;
}

.cover-img-title {
    position: absolute;
    top: 8px;
    left: 16px;
    color: #efefef;
    text-shadow: 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black;
    font-weight: bold;
    font-size: 64px;
}

.cover-img-button {
    position: absolute;
    top: 32px;
    right: 40px;
    z-index: 1;
}

.card-headline {
    color: #cccccc;
    font-weight: bold;
    font-size: 14px;
}

.card-description {
    color: #cccccc;
    font-size: 12px;
}

.card-img-title {
    position: absolute;
    top: 8px;
    left: 16px;
    color: #efefef;
    text-shadow: 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black;
    font-weight: bold;
}

.card-img-button-top-left {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 1;
}

.card-img-button-top-right {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 1;
}

.card-img-button-bottom-left {
    position: absolute;
    bottom: 4px;
    left: 4px;
    z-index: 1;
}

.card-img-button-bottom-right {
    position: absolute;
    bottom: 4px;
    right: 4px;
    z-index: 1;
}

.card-img-playbutton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.showme {
    display: none;
}

.showhim:hover .showme {
    display: block;
}

.card-badge-position {
    position: absolute;
    top: 4px;
    right: 4px;
}

.video-container {
    overflow: hidden;
    width: 110%;
    height: 720px;
    margin-top: -1.5rem !important;
    margin-left: -2rem !important;
}

.video-player {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.video-gradient-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 720px;
    object-fit: cover;
    background: linear-gradient(180deg, #00000000 0%, #18181800 80%, #111111 100%);
    z-index: 1;
}

.h1-over-video {
    position: relative;
    top: -450px;
    left: 50%;
    transform: translate(-50%,0%);
    text-align: center;
    display: inline-block;
    z-index: 0;
    color: #efefef;
}

    .h1-over-video>h1 {
        font-size: 64px;
    }

.h2-over-video {
    position: relative;
    font-size: 32px;
    top: 50px;
    transform: translate(-50%,-50%);
    text-align: center;
    display: inline-block;
    z-index: 1;
    color: #efefef;
}

.version {
    font-size: 10px;
    bottom: 0px;
    left: 10px;
    transform: translate(0%, -50%);
    display: inline-block;
    z-index: 1;
    color: #bfbfbf;
}

.spinner {
    border: 16px solid silver;
    border-top: 16px solid #1f1f1f;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    position: relative;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

img {
    pointer-events: none;
}

.pointer {
    cursor: pointer;
}

.devicetile {
    /*float: right;*/
    width: 310px;
}

.devicetile-image {
    margin-left: 0px;
    width: 50px;
    height: 50px;
}

.devicetile-title {
    margin-top: 8px;
    margin-left: 22px;
}

.devicetile-title-indicator {
    margin-top: 0px;
    margin-left: 0px;
}

.devicetile-title-text {
    margin-top: 0px;
    margin-left: -8px;
    width: 90px;
    overflow: clip;
    font-size: 12px;
    text-align: left;
}

.devicetile-battery {
    text-align: left;
    margin-top: 4px;
    margin-left: 24px;
}

.devicetile-battery-level {
    margin-left: 8px;
    font-size: 10px;
}

.devicetile-button {
    margin-top: 5px;
}

.activitytile-title {
    text-align: left;
    font-size: 14px;
}

.activitytile-progress-dark {
    margin-top: 12px;
    background-color: gray;
}

.activitytile-progress-warning {
    margin-top: 12px;
    background-color: lightyellow;
}

.activitytile-progress-danger {
    margin-top: 12px;
    background-color: lightcoral;
}

.activitytile-progress-success {
    margin-top: 12px;
    background-color: lightgreen;
}

.activitytile-badge {
    width: 310px;
    height: 32px;
}

.activitytile-badge-border {
    border: 1px solid silver;
    width: 310px;
    height: 32px;
}

.left-align {
    float: left;
}

.right_align {
    float: right;
}

.exercise-list {
    margin-top: -200px;
}

.icon-32 {
    width: 32px;
    height: 32px;
}

.icon-16 {
    width: 24px;
    height: 24px;
}

.btn-xs {
    padding: 0.2rem 0.5rem;
    font-size: 0.8rem;
    line-height: 1;
    border-radius: 0.25rem;
}

@media screen and (max-width: 512px) {
    .hide-on-mobile {
        display: none;
    }
}

@media screen and (max-width: 512px) {
    .cover-img-title {
        top: 32px;
        font-size: 24px;
    }
}

@media screen and (max-width: 512px) {
    .btn {
        top: 32px;
    }
}

