﻿*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --font-ui: Tahoma, Geneva, Verdana, sans-serif, "Segoe UI";
  --font-head: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  --text: #000000;
  --bg: #ffffff;
  --accent: #0078d4;
  --accent-ink: #ffffff;
  --ok: #107c10;
  --bad: #c50f1f;
  --panel: #f7f7f7;
  --shadow: 0 2px 8px rgba(0,0,0,0.12);
  --ring: 0 0 0 3px color-mix(in oklab, var(--accent) 20%, transparent);
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-family: var(--font-ui);
  font-size: 18px;
  background-color: #c1e7ff;
  background-image: url('/Software/SW/Starter_of_the_day/Images/Backgrounds/c1e7ff.gif');
  background-repeat: repeat-x;
}

#H1Table {
  display: table;
  width: 800px;
  margin: 0 auto 0 auto;
  border: 0;
}
#H1Table h1,
#H1Table h2 {
  margin: 1px;
  font-family: var(--font-head);
}
#H1Table h1 { text-shadow: 4px 4px 4px #1c041c; }
#H1Table h2 { font-size: 24px; }

.Container {
  position: relative;
  box-sizing: border-box;
  width: 845px;
  margin: 10px auto 20px auto;
  padding: 20px;
  text-align: left;
  color: var(--text);
  background: var(--bg) url("/Software/SW/Starter_of_the_day/images/backgrounds/circles.png") repeat right top;
  border: 2px solid #000;
  border-radius: 10px;
}

#TopBlackBar {
  background-color: #000;
  padding: 3px;
  margin: 0 auto 5px;
  width: 100%;
}

table { border-collapse: separate; }
p { margin: 1em 0; }
td { vertical-align: top; text-align: left; }

span.tick,
span.cross {
  display: none;
  font-weight: bold;
  font-size: 200%;
  line-height: 0;
}
span.tick { color: var(--ok); }
span.cross { color: var(--bad); }

.LevelTabs {
  box-sizing: border-box;
  margin-top: -48px;
  margin-bottom: 15px;
  margin-left: -20px;
  width: 845px;
  text-align: center;
}
.LevelTabs a {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #444;
  background: repeating-linear-gradient(0deg, silver 30px, white 60px);
  border: 2px solid #000;
  padding: 3px 8px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-decoration: none;
  cursor: pointer;
}
.LevelTabs a.ThisOne {
  color: #c00;
  background: #efefef;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 4px #efefef solid;
}
.LevelTabs.LevelTabsBig a { font-size: 18px; }
.LevelTabs.LevelTabsBig a.ThisOne { font-size: 18px; }

.ButNew {
  display: inline-block;
  white-space: nowrap;
  font: bold 20px/1 Arial, Helvetica, sans-serif;
  color: #000;
  text-decoration: none;
  padding: 6px 20px;
  margin: 8px;
  border-radius: 3px;
  border: 1px solid #777;
  background: linear-gradient(0deg, orange 0, yellow 100%);
  box-shadow: var(--shadow);
  cursor: pointer;
}
.ButNew:hover { filter: brightness(1.03); }
.ButNew:active { box-shadow: inset 0 0 4px 2px rgba(0,0,0,.2); }

.ButCheck {
  display: block;
  width: 150px;
  margin: 12px auto;
  text-align: center;
}

#Trophybutton {
  display: none;
  background: #d40000;
  color: #fff;
  font: bold 18px/1 Arial, Helvetica, sans-serif;
  padding: 10px 14px;
  border: 0;
  border-radius: 6px;
  box-shadow: var(--shadow);
  cursor: pointer;
}

ul.Choices {
  margin: 0 !important;
  padding: 0;
  list-style: none;
  padding-top: 0;
}
ul.Choices li { margin-top: 0; }

ul.Choices input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

ul.Choices label {
  position: relative;
  margin-top: -20px;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  min-height: 44px;
  min-width: 640px;
  padding: 10px 14px;
  line-height: 1.3;
  border: 2px solid #777;
  border-radius: 10px;
  background: #ffffff;
  color: #000;
  box-shadow: 0 2px 6px rgba(0,0,0,.08);
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease, opacity 160ms ease, transform 120ms ease;
}
ul.Choices label:hover { transform: translateY(-1px); }

ul.Choices input[type=radio]:checked + label {
  background: var(--accent);
  color: var(--accent-ink);
  border-color: var(--accent);
  box-shadow: 0 3px 10px rgba(0,0,0,.15);
}

ul.Choices:has(input[type="radio"]:checked) input[type="radio"]:not(:checked) + label {
  opacity: 0.2;
}

ul.Choices input[type=radio]:focus-visible + label {
  outline: 3px solid color-mix(in oklab, var(--accent) 35%, transparent);
  outline-offset: 2px;
}

ul.Choices label::before,
ul.Choices label::after {
  content: none !important;
}

.ChoiceTable {
  width: 100%;
  border-spacing: 10px 0px;
}
.ChoiceTable td {
  vertical-align: top;
  padding-top: 0;
}

#GreyOut {
  position: fixed;
  inset: 0;
  background-color: rgba(128,128,128,0.6);
  display: none;
  z-index: 999;
}

div#DescriptionBox,
div#HelpBox {
    position: absolute;
    top: 150px;
    width: 640px;
    height: auto;
    left: 50%;
    margin-left: -320px;
    border: 6px maroon solid;
    background-color: white;
    padding: 20px;
    color: black;
    display: none;
    border-radius: 17px;
    z-index: 1000;
}

#DescriptionBox p,
#HelpBox p {
  text-align: left;
  font-family: var(--font-ui);
  font-size: 14px;
}

p.CloseP {
    position: absolute;
    right: 39px;
    top: -1px;
    border: 0;
    padding: 0;
}

span.CloseX {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 22px;
    color: red;
    cursor: pointer;
}



.Showforprinting { display: none; }

@media print {
  body {
    background: #fff !important;
  }
  .Container {
    background: #fff !important;
    color: #000;
  }
  #TopBlackBar,
  .Dontshowforprinting,
  #Checkbutton { display: none !important; }
  .Showforprinting { display: inline-block !important; }
  input.Answer_box {
    display: inline-block !important;
    border: 0 !important;
    border-bottom: 2px dotted #000 !important;
    margin: 0 auto 20px !important;
    width: 90px !important;
    height: 70px !important;
    font-size: 26px !important;
    background: #fff !important;
  }
}
