/**
 * Copyright (C) 2017 Raytheon BBN Technologies, All Rights Reserved.
 *
 * This software was developed pursuant to Prime Contract Number
 * 2016-16031100003 with the US Government.
 *
 * This software does not contain technology or technical data controlled
 * under either the U.S. International Traffic in Arms Regulations or the
 * U.S. Export Administration regulations.
 */

#office_top_level, #final_report_top_level, #results_top_level {
  display: none;
  width: 1280px;
  max-height: 780px;
  padding: 0;
  margin: 0;
}

#office_shade {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .5;
  background: #101;
  z-index: 1000;
}

#top div {
  float: left;
}

#top {
  height: 60px;
  width: 100%;
}

.office_background {
  background-color: #b9b3b0;
}

.mailroom_background {
  background-color: #e7dcc6;
}

.conference_background {
  background-color: #afc0ca;
}

#remaining {
  background-color: #ffdddd;
  border: 1px solid black;
  border-radius: 5px;
}

#prepare {
  display: none;
  float: left;
  border: 5px groove green;
  color: white;
  animation: grayscale 1s ease-in infinite alternate;
  -webkit-animation: grayscale 1s ease-in infinite alternate;
}

#prepare:hover {
  border-style: ridge;
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}

#prepare:active {
  background-color: #aaffaa;
  color: black;
  animation: none;
}

@keyframes grayscale {
  from { background: #6ccc6c }
  to   { background: #339933 }
}

@-webkit-keyframes grayscale {
  from { background: #6ccc6c }
  to   { background: #339933 }
}

#remaining, #prepare {
  height: auto;
  margin-top: 15px;
  margin-left: 100px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

#review_instructions {
  float: right;
  margin-top: 15px;
  margin-right: 30px;
}

#clock {
  width: 760px;
}

#bottom {
  height: 720px;
  width: 100%;
}

#notebook {
  position: relative;
  height: 100%;
  width: 590px;
}

#new_lead {
  position: absolute;
  top: 20px;
  left: 75px;
  height:30px;
  width:60px;
}

#new_doc {
  position: absolute;
  top: 20px;
  left: 145px;
  height: 30px;
  width: 60px;
}

#shortcut_case {
  position: absolute;
  top: 55px;
  right: 68px;
  height: 90px;
  width: 24px;
}

#shortcut_leads {
  position: absolute;
  top: 145px;
  right: 68px;
  height: 90px;
  width: 24px;
}

#shortcut_todo {
  position: absolute;
  top: 235px;
  right: 68px;
  height: 90px;
  width: 24px;
}

#shortcut_office {
  position: absolute;
  top: 325px;
  right: 68px;
  height: 90px;
  width: 24px;
}

#shortcut_document {
  position: absolute;
  top: 415px;
  right: 68px;
  height: 113px;
  width: 24px;
}

#shortcut_other {
  position: absolute;
  top: 528px;
  right: 68px;
  height: 134px;
  width: 24px;
}

#notebook_text {
  position: absolute;
  top: 65px;
  left: 70px;
  right: 130px;
}

#notebook_text td:nth-child(1) {
  vertical-align: text-top;
  font-size: 110%;
}

#notebook_text td {
  border: 1px solid transparent;
}

#notebook_text .notebook_lead {
  margin-left: 2px;
  padding-left: 2px;
  padding-right: 5px;
}

.unselected_lead {
  background: #aaffaa;
  font-style: normal;
  font-size: 100%;
}

.selected_lead {
  background: #aaaaff;
  font-style: italic;
  font-size: 100%;
}

.in_progress {
  background: #ddd;
  font-style: normal;
  font-size: 90%;
}

.document_waiting {
  background: #ffaaaa;
  font-style: normal;
  font-size: 100%;
}

.completed_lead {
  background: transparent;
  font-style: normal;
  font-size: 90%;
}

.document_report {
  border: 1px solid black;
  border-radius: 5px;
  padding-left: 10px;
  padding: 5px;
}

.filed_document {
  background: #fffffd;
}

.tray_document {
  background: repeating-linear-gradient(-45deg, white, #ccc 10px);
  color: #333;
}

.dead_document {
  background: repeating-linear-gradient(-45deg, white, #ccc 10px);
  color: #666;
}

.briefing {
  display: none;
}

#notebook_left_arrow {
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 55px;
  left: 55px;
}

#notebook_right_arrow {
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 55px;
  right: 100px;
}

#written_doc {
  display: none;
  position: absolute;
  top: 15px;
  left: 60px;
  height: 665px;
  width: 485px;
  border: 5px ridge orange;
  padding: 10px;
  background: white;
}

.doc_body {
  overflow-y: auto;
  max-height: 500px;
}

#workspace_container {
  position: relative;
  height: 720px;
  width: 100%;
}

.clock_face {
  display: none;
  position: absolute;
  left: 80px;
  top: 20px;
  height: 500px;
  width: 500px;
  border: 5px solid black;
  border-radius: 50%;
  background: #fffcff;
  z-index: 1010;
}

.clock_face:after {
  background: #000;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 5%;
  height: 5%;
  z-index: 1020;
}

.hours-container, .minutes-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hours, .minutes {
  background: #000;
  position: absolute;
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}

.hours {
  height: 20%;
  width: 2.5%;
  top: 30%;
  left: 48.75%;
}

.minutes {
  height: 40%;
  width: 2%;
  top: 10%;
  left: 49%;
}

#workspace {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 690px;
}

#workspace > div {
  position: relative;
}

.blurb_text {
  display: none;
  position: absolute;
  background-color: white;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
}

.door_image {
  height: 220px;
}

.door_image_open {
  display: none;
  height: 220px;
}

.phone_image {
  position: absolute;
  height: 151px;
}

.phone_highlight_image {
  display: none;
  position: absolute;
  height: 151px;
}

.phone {
  display: none;
  position: absolute;
  height: 151px;
  width: 222px;
}

.phone_text {
  width: 170px;
}

#conference_door {
  position: absolute;
  bottom: 473px;
  left: 105px;
}

#mailroom_door {
  position: absolute;
  bottom: 473px;
  left: 465px;
}

#worker {
  position: absolute;
  top: 250px;
  left: 335px;
  height: 240px;
  width: 280px;
}

#worker_image {
  position: absolute;
  top: 230px;
  left: 305px;
  height: 280px;
}

#worker_highlight_image {
  display: none;
  position: absolute;
  top: 230px;
  left: 305px;
  height: 280px;
}

#worker_busy_image {
  display: none;
  position: absolute;
  top: 230px;
  left: 305px;
  height: 280px;
}

#worker_text {
  bottom: 430px;
  left: 455px;
  padding: 5px;
}

#player_name_tag {
  position: absolute;
  bottom: 90px;
  left: 240px;
  width: 120px;

}

#player_name {
  position: absolute;
  bottom: 100px;
  left: 270px;
  font-size: x-large;
}
.office_only .phone_image {
  bottom: 64px;
  left: -28px;
}

.office_only .phone_highlight_image {
  bottom: 64px;
  left: -28px;
}

.office_only .phone {
  bottom: 61px;
  left: -28px;
}

.office_only .phone_text {
  bottom: 213px;
  left: 10px;
}

#folder {
  position: absolute;
  bottom: 10px;
  right: 15px;
  width: 250px;
  height: 208px;
}

#unlocked_folder_image {
  position: absolute;
  bottom: 2px;
  right: 10px;
}

#unlocked_folder_highlight_image {
  display: none;
  position: absolute;
  bottom: 2px;
  right: 10px;
}

#locked_folder_image {
  display: none;
  position: absolute;
  bottom: 20px;
  right: 10px;
}

#locked_folder_highlight_image {
  display: none;
  position: absolute;
  bottom: 20px;
  right: 10px;
}

#folder_text {
  display: inline;
  position: absolute;
  bottom: 160px;
  right: 65px;
  width: 150px;
}

.mailroom_only .office_door {
  position: absolute;
  bottom: 473px;
  left: 20%;
}

.camera {
  display: none;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100px;
}

#fax {
  position: absolute;
  bottom: 50px;
  left: 200px;
  height: 40px;
  width: 230px;
}

#fax_log_delete {
  float: left;
}

#fax_to {
  position: absolute;
  top: 350px;
  left: 140px;
  height: 190px;
  width: 200px;
}

#fax_to_text {
  position: absolute;
  bottom: 330px;
  left: 170px;
  display: none;
}

#fax_highlight_image {
  display: none;
  position: absolute;
  top: 416px;
  left: 140px;
}

#fax_text {
  display: inline;
  bottom: 50px;
  left: 200px;
  width: 230px;
}

#intern_image {
  position: absolute;
  top: 20px;
  left: 0px;
  display: none;
}

#trays {
  position: absolute;
  bottom: 190px;
  right: 45px;
  width: 163px;
  height: 160px;
}

#trays_image {
  position: absolute;
  top: 420px;
  right: 0px;
}

#trays_highlight_image {
  display: none;
  position: absolute;
  top: 420px;
  right: 0px;
}

#trays_empty_image {
  position: absolute;
  top: 420px;
  right: 19px;
}

#trays_empty_highlight_image {
  display: none;
  position: absolute;
  top: 420px;
  right: 19px;
}

#trays_text {
  display: inline;
  position: absolute;
  bottom: 310px;
  left: 490px;
}

.conference_only .office_door {
  position: absolute;
  bottom: 473px;
  left: 55%;
}

.conference_only .phone_image {
  bottom: 165px;
  left: -28px;
}

.conference_only .phone_highlight_image {
  bottom: 165px;
  left: -28px;
}

.conference_only .phone {
  bottom: 165px;
  left: -28px;
}

.conference_only .phone_text {
  bottom: 318px;
  left: 10px;
}

#shredder {
  position: absolute;
  top: 355px;
  left: 400px;
  height: 340px;
  width: 220px;
}

#shredder_image {
  position: absolute;
  top: 400px;
  left: 390px;
  height: 300px;
}

#shredder_highlight_image {
  display: none;
  position: absolute;
  top: 400px;
  left: 390px;
  height: 300px;
}

#broken_shredder_image {
  display: none;
  position: absolute;
  top: 400px;
  left: 390px;
  height: 300px;
}

#shredder_text {
  top: 350px;
  left: 425px;
  width: 170px;
}

.modal_message_text table {
  width: 100%;
  vertical-align: top;
}
.modal_message_text button {
  text-align: left;
  width: 100%;
  white-space: nowrap;
}

.modal_message_text ul {
  display: inline-block;
}

.talking_head {
  width: 100px;
  padding: 0 0px 0 10px;
  float: right;
  box-sizing: content-box;
}


.office_only {
}

.mailroom_only {
  display: none;
}

.conference_only {
  display: none;
}

#instructions_top_level, #mission_briefing_top_level {
  display: none;
  padding: 20px;
  background-color: #FFFFFF;
}

.instructions_footer {
  display: inherit;
  padding: 20px;
  text-align: center;
  max-width: 1260px;
}

.instructions_footer table {
  width: 100%;
}

.instructions_footer td {
  width: 33%;
}

.instructions_left_button_cell {
  text-align: left;
}

.instructions_right_button_cell {
  text-align: right;
}

.instructions_footer button {
  display: none;
}

.instructions {
  display: none;
  padding: 20px;
  text-align: center;
  max-width: 1260px;
}
.instructions h1 {
  font-weight: normal;
}

.instructions h2 {
  font-weight: 300;
}

.instructions h3 {
  font-weight: 300;
  font-size: 350%;
}

.instructions p { /* Mission briefing from notebook */
  font-weight: 300;
  font-size: 150%;
  margin: 30px 0;
  text-align: left;
}

.instructions h4 { /* Mission briefing from notebook */
  font-weight: 300;
  font-size: 100%;
  margin: 30px 0;
  text-align: left;
}

.instructions h5 { /* Picture captions */
  font-weight: 300;
  font-size: 150%;
  text-align: center;
}

.instructions .briefing {
  display: block;
}

.instructions ul {
  list-style-type: none;
  font-size: 150%;
  font-weight: 300;
  text-align: left;
}

.instructions ul li {
  margin: 1em 0 0 0;
}

.instructions ul ul {
  font-size: 100%;
}

.instructions ul ul li {
  margin: 0;
}


.instructions strong {
  font-weight: bold;
  color: #3B62EB;
}

.instructions table {
  border: 0;
  margin-left: auto;
  margin-right: auto;
}

.instructions_bottom td {
  vertical-align: middle;
}

.instructions_leftbox {
  text-align: center;
  padding-right: 15px;
}

.instructions_rightbox {
  text-align: left;
  vertical-align: middle;
  padding-top: 30px;
  padding-left: 15px;
}

.instructions_smallbox {
  text-align: left;
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 20px;
  font-size: 100%;
  font-weight: 300;
}

.instructions_smallbox ul {
  list-style-type: disc;
  font-size: 100%;
  font-weight: 300;
  text-align: left;
  margin: 0;
}

.instructions_smallbox ul li {
  margin: 0;
}

.instructions_boss_image {
  border: 0px;
  height: 200px;
  padding: 0px;
  spacing: 0px;
}

#instructions_handler_image {
  border: 0px;
  height: 200px;
  padding: 0px;
  spacing: 0px;
}

#instructions_image_1 {
  border: 0px;
  height: 400px;
  padding: 0px;
  spacing: 0px;
}

#instructions_image_2 {
  border: 0px;
  height: 400px;
  padding: 0px;
  spacing: 0px;
}

#instructions_image_3 {
  border: 0px;
  height: 400px;
  padding: 0px;
  spacing: 0px;
}

#instructions_image_4 {
  border: 0px;
  height: 400px;
  padding: 0px;
  spacing: 0px;
}

.instructions_arrow {
  float: right;
  border: 0px;
  width: 100px;
  padding-left: 15px;
  spacing: 0;
}

#instructions_small_1 {
  border: 0px;
  width: 350px;
  padding: 5px;
  spacing: 0px;
}

#instructions_small_2 {
  border: 0px;
  width: 200px;
  padding: 5px;
  spacing: 0px;
  float: right;
}

#instructions_small_3 {
  border: 0px;
  width: 250px;
  padding: 5px;
  spacing: 0px;
}

#instructions_small_4 {
  border: 0px;
  width: 200px;
  padding: 40px 5px 5px 5px;
  spacing: 0px;
}

#final_report_top_level table {
  margin: 2px;
}

#final_report_top_level td {
  border: 2px solid black;
  padding: 5px;
}

#final_report_top_level tr:nth-child(2) td {
  vertical-align: top;
}

#final_report_deductions {
  width: 400px;
  overflow-y: auto;
  max-height: 645px;
  padding-left: 18px;
  text-indent: -18px;
}

#final_report_deductions p {
  margin-top: 10px;
  margin-bottom: 0px;
}

#final_report_deductions p.foobar {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
}

#final_report_evidence {
  width: 395px;
  overflow-y: auto;
  max-height: 645px;
}

#final_report_doc {
  height: 645px;
  width: 443px;
  border: 5px ridge orange;
  padding: 5px;
  background: white;
}

#final_report_submit {
  float: left;
}

#results_top_level table {
  margin: 20px;
}

#results_top_level td {
  border: 3px solid black;
}

#results_top_level tr:nth-child(1) td {
  vertical-align: top;
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

#results_top_level tr:nth-child(1) td:nth-child(1) {
  width: 60%;
}

#results_top_level tr:nth-child(1) td:nth-child(2) {
  width: 40%;
}

#case_report_summary {
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

#case_result, #job_result {
  position: relative;
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px;
  border-radius: 20px;
  border: 2px solid gray;
  box-shadow: 5px 5px 5px #888888;
}

#boss_image {
  float: right;
  height: 100px;
}

#boss_image_2 {
  float: right;
  height: 100px;
}

#mission_boss_image {
  float: right;
  height: 100px;
}

#case_reveal, #stealth_fails {
  border: 2px solid gray;
  border-radius: 20px;
  padding: 5px;
  margin-top: 15px;
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: 5px 5px 5px #888888;
}

#case_scores, #job_scores {
  margin-top: 25px;
  margin-left: 23px;
}

#stealth_fails {
  position: relative;
  padding: 10px;
}

#results_dismiss {
  float: right;
  margin: 5px;
}

#preQualFrame, #postQualFrame {
  display: none;
  border: none;
  align: center;
  width: 100%;
  scrolling: auto;
}

#qualConsole {
  display: none;
  width: 99%;
  height: 100px;
  border: 2px solid black;
  margin: 2px;
  padding: 2px;
  overflow-y: auto;
}

.tutorial_text {
  color: #337ab7;
  font-weight: bold;
  font-style: italic;
}
