﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

/*.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}*/

.top-margin {
    margin-top: 8px;
}

.btn-run-success {
    background-color: #c4dcac;
    margin-right: 40px;
    width: 70px;
}

.btn-run-wrong {
    background-color: #d4d4d4;
    width: 70px;
}

.btn-shadow {
    border: none;
    border-radius: 12px;
    box-shadow: 5px 5px 10px 2px rgba(80,80,80,0.90);
}

.control-radio {
    margin: 5px 5px 5px 5px;
    padding: 0 5px 0 5px;
}

.align-right {
    text-align: right;
    padding-right: 0;
}

.align-center {
    text-align: center;
}

.align-middle {
    height: calc(100vh - 150px);
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.bordered {
    border-color: darkgray;
    border-radius: 20px;
    background-color: white;
    height: calc(100vh - 140px);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Working class */

.login-button {
  height: 25px;
  width: 200px;
}

.img-task {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.img-container {
    height: calc(100vh - 140px);
}

.icon {
    width: 20px;
    height: 20px;
}

.taskdesc {
    color: grey;
}

.background {
    background-color: #b1da8f;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 40px;
  
}

.margin-top {
    margin-top: 20px;
}

.body-static {
    margin: 0;
    height: 100%;
    overflow: hidden;
}

.grad {
    background-color: #ecf4e4;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  text-align: center; /* Center align the text horizontally */
  padding: 10px 0; /* Add some padding for better spacing */
  background-color: #f8f9fa; /* Optional: Add a background color */
  border-top: 1px solid #e5e5e5; /* Optional: Add a top border for separation */
}

.progress {
  height: 1rem;
}

.task-text {
  color: dimgray;
  font-size: 2rem;
  line-height: 2;
}

.limited-content-box {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}

.btn[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

.logo {
  width: 64px;
  height: 64px;
}

.nopadding
{
    padding: 0; 
}

.text-small {
    font-size: 0.8rem;
}
