@charset "utf-8";
/* CSS Document */

input {
    text-align: left;
    padding: 0px 10px;
    height: 18px;
    line-height: 18px;
    font-size: 18px;
}
input:hover {
    background-color: lightgray;
}
table,tr,th,td {
    padding: 0px 20px;
    border-collapse: collapse;
    border: 1px solid black;
    text-align: center;
}
tr {
    height: 25px;
}
td {
    background-color: white;
}
th {
    background-color: black;
    color: white;
}
ul {
    margin-left: 30px;
}
.PageContainer {
    background-color: beige;
    color: black;
}
.LessonParts {
    width: 100%;
    padding-left: 20px;
    text-align: left;
}
.LessonText {
    font-size: 20px;
    padding: 0px 70px 0px 30px;
    text-align: justify;
}
.Inputs:hover {
    background-color: lightgray;
}
.Inputs {
    max-width: 200px;
    min-width: 50px;
}
.NavButtons {
    height: 25px;
    width: 50px;
    border: 1px solid black;
    line-height: 25px;
    border-radius: 15px;
    background-color:forestgreen;
    color: white;
    float: right;
    text-align: center;
    margin: 10px 40px;
}
.NavButtons:hover {
    background-color: darkgreen;
    cursor: pointer;
}

#Worksheet1 {
    width: 816px;
/*    height: 1054px;*/
    border: 1px solid white;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: left;
}
#StudentContainer {
    text-align: center;
}
#TitleBanner {
    background-color: black;
    height: 100px;
    width: 816px;
    display: inline;
    color: white;
}
#PBLMTitle {
    height: 100px;
    line-height: 100px;
    padding: 0px 25px;
    font-size: 25px;
    background-color: darkslategray;
    font-weight: bold;
    width: 200px;
    display: inline-block;
    float: left;
    text-align: center;
}
#LessonTitle {
    width: 300px;
    height: 100px;
    text-align: center;
    display: inline-block;
    float: left;
    font-size: 24px;
    color: black;
    font-weight: bold;
    padding: 25px 0px 0px 0px;
}
#LessonSubjects {
    width: 200px;
    display: inline-block;
    float: right;
    text-align: center;
    height: 100px;
    background-color: darkslategray;
    line-height: 100px;
}
#NameDate {
    display: inline-flex;
    margin: 25px;
}
#Name {
    min-width: 200px;
    display: inline;
    background-color: white;
    text-align: left;
    padding-left: 10px;
}
#Date {
    width: 100px;
    display: inline;
    background-color: white;
    text-align: left;
    padding-left: 10px;
}
#Print {
    position: fixed;
    bottom: 100px;
    margin: 0px;
}

#Reset {
    width: 100px;  
}

#Reset,#Part2,#Part2A,#Part2B,#Part3,#Part3A,#Part3B,#Back1,#Check,#Print,#P3Directions2 {
    display: none;
}

 /* Dropdown Button */
.DropButton {
    background-color: #3498DB;
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 200px;
}

/* Dropdown button on hover & focus */
.DropButton:hover, .DropButton:focus {
  background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.DropDown {
  position: relative;
  display: inline-block;
    margin-bottom: 100px;
}

/* Dropdown Content (Hidden by Default) */
.Dropdown-Content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.Dropdown-Content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.Dropdown-Content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.Show {display:block;} 

.Links {
    color: red;
}

.Links:hover {
    color: blue;
}

#PercentDirections {
    display: none;
}
.ShortAnswers {
    min-height: 100px;
    margin-left: 50px;
    width: 800px;
    background-color: white;
    border: 1px solid black;
    padding: 15px 15px;
    font-size: 18px;
}

