/**
 * 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.
 */

#y2_top_level {
  width: 1280px;
  padding: 0;
  margin: 0;
}

#top div {
  float: left;
}

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

.office_background {
  background-color: #ffffbb;
}

.mailroom_background {
  background-color: lightblue;
}

.conference_background {
  background-color: lavender;
}

#remaining {
  height: auto;
  background-color: #ffdddd;
  border: 1px solid black;
  border-radius: 5px;
  margin-top: 15px;
  margin-left: 100px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

#clock {
  width: 820px;
}

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

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

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

#notebook_left_arrow {
  width: 0;
  height: 0;
  position: absolute;
  bottom: 50px;
  left: 55px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 25px solid #168E03;
}

#notebook_right_arrow {
  width: 0;
  height: 0;
  position: absolute;
  bottom: 50px;
  right: 100px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #168E03;
}

#written_doc {
  display: none;
  position: absolute;
  top: 45px;
  left: 50px;
  height: 645px;
  width: 443px;
  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;
}

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

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

.phone {
  display: none;
  position: absolute;
  height: 153px;
  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;
}

.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: 108px;
}

#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 {
  position: absolute;
  bottom: 185px;
  right: 100px;
  color: #F3F3CB;
  font-weight: bold;
  max-width:100px;
  word-wrap:break-word;
}

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

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

#fax {
  position: absolute;
  top: 420px;
  left: 0px;
  height: 245px;
  width: 250px;
}

#fax_image {
  position: absolute;
  top: 485px;
  left: 60px;
  height: 200px;
}

#fax_highlight_image {
  position: absolute;
  top: 485px;
  left: 60px;
  height: 200px;
}

#fax_text {
  display: inline;
  top: 420px;
  left: 10px;
  width: 230px;
}

#trays {
  position: absolute;
  bottom: 65px;
  right: 15px;
  width: 163px;
  height: 210px;
}

#trays_image {
  position: absolute;
  bottom: 70px;
  right: 20px;
  height: 200px;
}

#trays_highlight_image {
  position: absolute;
  bottom: 70px;
  right: 20px;
  height: 200px;
}

#trays_text {
  position: absolute;
  bottom: 38px;
  right: 30px;
}

.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: 270px;
  left: 400px;
  height: 280px;
  width: 200px;
}

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

#shredder_highlight_image {
  position: absolute;
  top: 285px;
  left: 390px;
  height: 300px;
}

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

#shredder_text {
  top: 280px;
  left: 415px;
  width: 170px;
}


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

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

.in_progress {
  background: #cccccc;
  color: #888888;
  font-style: normal;
  font-size: 90%;
}

.document_waiting {
  background: #ffaaaa;
  font-style: italic;
  font-size: 110%;
}

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

.engaged_option {
  
}

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

.office_only {
}

.mailroom_only {
  display: none;
}

.conference_only {
  display: none;
}
