html {
  background: url(../images/background.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 1em;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

th {
  background-color: #043b69;
  color: #ffffff;
  padding: 5px 8px;
  font-size: 0.8em;
  border: 1px solid #cccccc;
}

td {
  padding: 3px 5px;
  font-size: 0.8em;
  border: 1px solid #043b69;
}

h1 {
  font-size: 140%;
  border-bottom: 1px solid #043b69;
  margin-top: 0;
}

h2 {
  font-size: 125%;
}

h3 {
  font-size: 110%;
}

#stage {
  position: absolute;
  width: 800px;
  height: 600px;
  margin-left: -418px;
  margin-top: -323px;
  left: 50%;
  top: 50%;
  background-color: rgba(255,255,255,0.8);
  border: 4px solid #043B69;
  border-radius: 15px;
  padding: 0px;
  z-index: 100;
}

.help_button,
.exit_button {
  position: absolute;
  top: 15px;
}

.help_button {
  right: 15px;
}

.exit_button {
  right: 115px;
}

.help_button button,
.exit_button button {
  font-size: 18px;
}

.sector {
  font-size: 75%;
  font-variant: small-caps;
}

.hidden-node {
  display: none;
}

.pointer_cursor, button {
  cursor: pointer;
}

.error {
  background-color: #990000;
  color: #ffffff;
}

.warning {
  background-color: #ffcc00;
  color: #000000;
}

.success {
  background-color: #009900;
  color: #ffffff;
}

.info {
  background-color: #999999;
  color: #ffffff;
}

.message_box {
  width: 80%;
  padding: 5px;
  border: 1px solid #cccccc;
  border-radius: 8px;
  margin: 10px auto;
}

.top_left_messages {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 565px;
}

.selected {
  background-color: #ffcc00;
}

.full_width {
  width: 100%;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.large_left_margin {
  margin-left: 60px;
}

.medium_left_margin {
  margin-left: 30px;
}

.large_right_margin {
  margin-right: 60px;
}

.large_top_margin {
  margin-top: 60px;
}

.extra_large_top_margin {
  margin-top: 90px;
}

.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.center_align {
  text-align: center;
}

.right_align {
  text-align: right;
}

.left_align {
  text-align: left;
}

.nowrap {
  white-space:nowrap;
}

.unique_code {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 6px;
  text-transform: uppercase;
  width: 260px;
  background-color: #ffffff;
}

.widely_spaced_list li {
  margin: 25px;
}

.loading_screen {
  padding-top: 220px;
  font-size: 36px;
  font-weight: bold;
}

label {
  display: inline-block;
  padding-right: 15px;
  text-align: right;
  vertical-align: top;
  width: 160px;
}

.inline_label {
  width: auto;
}

.disclaimer {
  font-size: 12px;
  font-style: italic;
}

.secondary_button {
  background-color: #86d051;
  border: 1px solid #446929;
  color: #000000;
  padding: 3px 6px;
  font-size: 12px;
}

.secondary_button:hover {
  background: #c1f69b;
}

.secondary_button:disabled {
  background: #cccccc;
}

.primary_button {
  background-color: #216196;
  border: 1px solid #043b69;
  color: #ffffff;
  padding: 5px 15px;
  font-size: 18px;
}

.primary_button:hover {
  background: rgb(90, 190, 87);
}

.primary_button:disabled {
  background: #cccccc;
}

.welcome_page {
  padding: 15px;
}

.classroom_page {
  padding: 15px;
  height: 560px;
  overflow: auto;
}

.workspace_page {
  background-color: rgba(255, 255, 255, 0.9);
/*  background-color: rgba(189, 243, 252, 0.6);*/
  border-radius: 0 0 15px 15px;
  border-top: 1px solid #043b69;
  left: 0;
  padding: 15px;
  position: absolute;
  top: 60px;
  width: 770px;
  height: 509px;
  overflow: auto;
}

.workspace_branding {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

/* Tab Styles */
.workspace_tabs {
  position: absolute;
  top: 13px;
  left: 0px;
  z-index: 1;
}

.workspace_tabs ul {
  list-style-type: none;
  margin: 15px 0 0 0;
  padding-left: 10px;
}

.workspace_tabs li {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.workspace_tabs li a {
  display: inline-block;
  padding: 4px 10px 3px;
  margin: 5px 5px 0;
  border: 1px solid #043b69;
  background-color: #216196;
  color: #ffffff;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}

.workspace_tabs li a.selected {
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #ffffff;
  color: #000000;
}

.stock_block {
  display: inline-block;
  margin: 8px 15px;
}

/* Modal Styles */
.modal_window {
    position: fixed;
    opacity: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
}

.modal_window > div {
  width: 450px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-52%, -65%);
  padding: 5px 20px 13px 20px;
  border-radius: 10px;
  background: #D1E4EC;
}

.modal_close {
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.company_thumbnail {
  width: 40px;
}

.large_company_thumbnail {
  width: 65px;
}

.exchange_tools {
  position: absolute;
  top: 10px;
  right: 15px;
}

.negative_quantity {
  color: #990000;
}

.positive_quantity,
.positive_quantity_plus
 {
  color: #009900;
}

.positive_quantity_plus:before {
  content: "+";
}

/* These classes are at the end so they can override other classes */

.extra_small_font {
  font-size: 70%;
}

.small_font {
  font-size: 85%;
}

.large_font {
  font-size: 150%;
}

.extra_large_font {
  font-size: 200%;
}

.wide_padding {
  padding-left: 35px;
  padding-right: 35px;
}


