/**
 * 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;
  height: 780px;
  padding: 0;
  margin: 0;
}

#top div {
  float: left;
}

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

.office_background {
  background-color: #fcfbf0;
}

.mailroom_background {
  background-color: #f4eacd;
}

.conference_background {
  background-color: #a7ccdf;
}

#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: 820px;
}

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

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

#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_leads {
  position: absolute;
  top: 95px;
  right: 80px;
  height: 110px;
  width: 15px;
}

#shortcut_todo {
  position: absolute;
  top: 205px;
  right: 80px;
  height: 110px;
  width: 15px;
  
}

#shortcut_office {
  position: absolute;
  top: 395px;
  right: 80px;
  height: 110px;
  width: 15px;
  
}

#shortcut_document {
  position: absolute;
  top: 505px;
  right: 80px;
  height: 110px;
  width: 15px;
  
}

#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;
}

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

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

#written_doc {
  display: none;
  position: absolute;
  top: 20px;
  left: 50px;
  height: 665px;
  width: 463px;
  border: 5px ridge orange;
  padding: 5px;
  background: white;
}

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

#workspace {
  height: 100%;
  width: 689px;
}

#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 {
  height: 220px;
}

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

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

.phone {
  display: none;
  position: absolute;
  height: 213px;
  width: 242px;
}

.phone_text {
  width: 170px;
}

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

#mailroom_door {
  position: absolute;
  bottom: 478px;
  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 {
  position: absolute;
  top: 230px;
  left: 305px;
  height: 280px;
}

#worker_busy_image {
  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: 61px;
  left: -31px;
}

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

.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 {
  position: absolute;
  bottom: 2px;
  right: 10px;
}

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

#locked_folder_highlight_image {
  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: 478px;
  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_image {
  position: absolute;
  top: 485px;
  left: 60px;
  height: 200px;
}

#fax_highlight_image {
  position: absolute;
  top: 415px;
  left: 135px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  position: absolute;
  top: 400px;
  left: 390px;
  height: 300px;
}

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

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

.talking_head {
  width: 60px;
  float: right;
}

.office_only {
}

.mailroom_only {
  display: none;
}

.conference_only {
  display: none;
}

#instructions_top_level, #mission_briefing_top_level {
  display: none;
  padding: 20px;
}

#instructions_top_level ul {
  list-style-type: disc;
}

#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 {
}

#case_result, #job_result {
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
}

#case_reveal, #stealth_fails {
  border: 1px solid black;
  padding: 5px;
  margin-top: 15px;
  margin-bottom: 25px;
}

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