/**
 * 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;
}

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

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

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

#notebook {
  height: 709px;
  padding-left: 70px;
  padding-top: 5px;
  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;
}

.full_surround {
  border: 1px solid black;
  border-radius: 2px;
  height: 150px;
}

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

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

.door_image {
  height: 128px;
}

#mailroom_door {
  background-color: lightblue;
}

#office_door {
  background-color: tan;
  padding-left: 30px;
  position: relative;
}

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

#worker_image {
  height: 125px;
}

#shredder_image {
  height: 148px;
}

#phone_image {
  height: 125px;
}

#fax_image {
  height: 125px;
}

#folder_image {
  height: 125px;
}

#trays_image {
  height: 125px;
}

#grasp_td {
  height: 110px;
}

#grasp {
  text-align: center;
  display: none;
}

#grasp_image {
  height: 70px;
}

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

.engaged_option {
  border: 5px solid #aaffaa;
  border-radius: 8px;
}

.talking_head {
  width: 60px;
}
