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

#top {
  width: 99%;
}

#master_table {
  width: 100%;
  margin: 1px;
}

.office_only {
}

.mailroom_only {
  display: none;
}

.conference_only {
  display: none;
}

#clock {
  height: auto;
  background-color: #ffffbb;
  border: 1px solid black;
  border-radius: 5px;
  margin-top: 1px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: 40px;
  margin-right: 30px;
}

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

#space_name {
  font-style: italic;
  font-size: 150%;
}

#notebook_td {
  width: 461px;
  background-repeat: no-repeat;
}

#notebook {
  height: 709px;
  overflow-y: auto;
  padding-left: 70px;
  padding-top: 5px;
  padding-right: 30px;
  position: relative;
}

#notebook_left_arrow {
  width: 0;
  height: 0;
  position: absolute;
  bottom: 37px;
  left: 53px;
  border-top: 11px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 19px solid #aaffaa;
}

#notebook_right_arrow {
  width: 0;
  height: 0;
  position: absolute;
  bottom: 38px;
  right: 20px;
  border-top: 13px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 16px solid #aaffaa;
}

#written_doc {
  display: none;
  height: 686px;
  border: 5px ridge orange;
  margin-left: 30px;
  margin-right: 15px;
  margin-top: 12px;
  margin-bottom: 10px;
  padding: 5px;
  background: white;
}

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

.full_surround {
  border: 1px solid black;
  border-radius: 2px;
  height: 177px;
  padding-top: 5px;
}

.top_surround {
  border-left: 1px solid black;
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-radius: 2px;
  height: 177px;
  padding-top: 5px;
}

.bottom_surround {
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  border-radius: 2px;
  height: 177px;
}

.actionable {
  margin: 2px;
  padding: 2px;
}

.door_image {
  height: 150px;
}

#office_wall {
  background-color: lightblue;
}

#mailroom_door {
  float: left;
  margin-left: 15px;
}

#conference_door {
  float: right;
  margin-right: 5px;
}

#mailroom_wall {
  background-color: tan;
  position: relative;
}

#mailroom_wall .office_door {
  position: absolute;
  left: 30px;
}

#conference_wall {
  background-color: lavender;
}

#camera_image {
  height: 50px;
  position: absolute;
  top: 2px;
  right: 2px;
}

#worker_image {
  height: 120px;
}

#shredder_image {
  height: 125px;
}

.phone_image {
  height: 125px;
}

#fax_image {
  height: 125px;
}

#folder_image {
  height: 125px;
}

#trays_image {
  height: 125px;
}

.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 {
  border: 5px outset #88dd88;
  border-radius: 8px;
}

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