.fullwidth {
  width: 100%
}

.margin-left {
  margin-left: 1em;
}

.margin-top {
  margin-top: 1em;
}

.margin-bottom {
  margin-bottom: 1em;
}


.label-login {
  width: 125px;
  display: inline-block;
}

.label-nowrap {
  white-space: nowrap;
}

.text-offset {
  margin-left: 10px;
}

.text-param {
  width: 250;
}

.text-time {
  text-align: right;
  font-family: 'Courier New', Courier, monospace;
  font-size: small;
}

.text-time-100 {
  width: 100%;
  text-align: right;
  font-family: 'Courier New', Courier, monospace;
  font-size: small;
}

.table-video-mapping {
  margin-top: 10px;
}

.gameRow {
  padding: 3 0 3 0;
  background-color: #fc4c02;
  color: white;
  text-align:center;
  font-weight:bold
}

.table-video-mapping th,
.table-video-mapping td {
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
}

.table-video-mapping table {
  border-collapse: collapse;
  border: 1px solid black;
}

.table-video-mapping {
  margin-top: 10px;
}


.table-vision-import-options th,
.table-vision-import-options td {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}

.table-of {
  margin-top: 10px;
}

.table-of th,
.table-of td {
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
}

.table-of tr:nth-child(even) {
  background-color: #f2f2f2;
}

.table-of table {
  border-collapse: collapse;
  border: 1px solid black;
}

.table-of {
  margin-top: 10px;
}

.table-sc th,
.table-sc td {
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
}

.table-sc tr:nth-child(even) {
  background-color: #f2f2f2;
}

.table-sc table {
  border-collapse: collapse;
  border: 1px solid black;
}

.table-preview th,
.table-preview td {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 10px;
  text-align: left;
}

.table-preview tr:nth-child(even) {
  background-color: #f2f2f2;
}

#div_login {
  background-color: #ff430d;
}

.div_full_container {
  margin: 15px;
}

.div_full_container .label-activity {
  font-size: medium;
  font-weight: 500;
}

.div_full_container label {
    font-size: small;
    display: inline-block;
    margin-right: 5px;
}

.div_full_container input {
  font-size: small;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}

.div_full_container select {
  font-size: small;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}

.section-header {
  font-size: medium;
  font-weight: 500;
  padding-bottom: 3;
}

.div_left_half {
  width: 50%;
  float: left;
}

.div_right_half {
  width: 50%;
  float: left;
}

.div_left_third {
  width: 33%;
  float: left;
}

.div_middle_third {
  width: 33%;
  float: left;
}

.div_right_third {
  width: 33%;
  float: left;
}

.div_clear {
  clear: both;
}

#div_annotations_query {
  margin-top: 1em;
}

/* Main Body */
body {
  font-family: MarkPro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
  font-size: medium;
  margin: 0px;
}

.banner {
  height: 50px;
  background-color: lightgray;
  color: black;
  padding: 9px 9px 0px 9px;
  vertical-align: middle;
  font-size: xx-large;
  margin-bottom: 10px;
}

#trigger-modal-login {
  border-color: #fc4c02;
  color: #fc4c02;
  height: 30px;
  font-size: 12px;
  font-weight: 500;
  border-width: 2px;
  margin-top: 5px;
}

#trigger-modal-instructions {
  margin-left: 10px;
  color: darkgray;
  background-color: white;
}

.title {
  padding-left: 5px;
  position: absolute;
  font-size: 20p;
  font-variant: small-caps;
}

table {
  font-size: small;
}

/* Login Screen */
#modal_primary_login {
  width: 100%;
  background: black;
  z-index: 2;
  overflow: auto;
  color: white;
  min-height: 100vh;
}

#modal_primary_login input[type=text], #modal_primary_login input[type=password], #modal_primary_login select {
  background: black;
  color: #f1f2f4;
  height: 35px;
  font-size: 16px;
  margin-bottom: 10px;
  width: 50ch;
  padding-left:5px;
  text-align: center;
  text-align-last: center;
}

#modal_primary_login .button_login {
  background: black;
  border-color: #fc4c02;
  color: #fc4c02;
  width: 300px;
  margin-bottom: 20px;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  border-width: 2px;
  margin-top: 20px;
}


#screen,
#modal_primary_login {
  display: none;
  position: fixed;
}

/* Vision Login Screen */
#modal_vision_login {
  width: 30%;
  left:35%;
  max-width: 550ch;
  background: black;
  z-index: 2;
  overflow: auto;
  color: white;
}

#modal_vision_login input, #modal_vision_login select {
  background: black;
  color: #f1f2f4;
  height: 35px;
  font-size: 16px;
  margin-bottom: 10px;
  width: 50ch;
  padding-left:5px;
  text-align: center;
  text-align-last: center;
}

#modal_vision_login .button_login {
  background: black;
  border-color: #fc4c02;
  color: #fc4c02;
  width: 300px;
  margin-bottom: 20px;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  border-width: 2px;
  margin-top: 20px;
}


#screen,
#modal_vision_login {
  display: none;
  position: fixed;
}

/* Wait Screen */
#modal_wait {
  width: 50%;
  top: 10%;
  left: 25%;
  background: white;
  z-index: 2;
  padding: 15px;
  max-height: 500px;
  overflow: auto;
  color: black;
  border-radius: 15px;
}


#screen,
#modal_primary_login {
  display: none;
  position: fixed;
}

/* Modal Support */
#screen,
.modal {
  display: none;
  position: fixed;
}

#screen,
.modal_50 {
  display: none;
  position: fixed;
}

#screen {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.modal {
  width: 90%;
  top: 10%;
  left: 5%;
  background: white;
  z-index: 2;
  padding: 15px;
  max-height: 500px;
  overflow: auto;
}

.modal_50 {
  width: 50%;
  top: 10%;
  left: 25%;
  background: white;
  z-index: 2;
  padding: 15px;
  max-height: 500px;
  overflow: auto;
  margin: 0 auto;
}

.modal_padded {
  top: 10%;
  background: white;
  z-index: 2;
  padding: 15px;
  max-height: 500px;
  overflow: auto;
}

/* Type ahead */
.typeahead_textarea {
  margin-top: 5px;
}

.typeahead,
.tt-query,
.tt-hint {
  width: 200px;
  margin-left: 0;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
  padding: 5px 2px;
  font-size: small;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion p {
  margin: 3 0;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-family: MarkPro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
  font-size: small;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.close_modal {
  float: right;
}

/* Progress Stuff */
.progress_error {
  color: red;
  font-size: smaller;
}

.progress_progress {
  font-size: smaller;
}

