@charset "UTF-8";
/* Custom styling */

html, body {
  font-family: 'Roboto', 'Helvetica', Arial, sans-serif;
  margin: 0;
  padding: 0;
}
body {
  padding: 80px 0 20px 0;
  background: url('https://mapt.site/a/portal/wp-content/themes/mapt-clients/images/mapt-bg.jpg');
  background: url('classy_fabric.png');
}
a {
  text-decoration: none;
}
h1 { font-size: 32px; line-height: 38px; font-family:'Bungee', Helvetica, Arial, sans-serif; }
h2 { font-size: 28px; line-height: 34px; }
h3,
h3.mdl-card__title-text { font-size: 20px; line-height: 26px; }
h1 em,
h2 em,
h3 em { font-size: 0.8em; }
h5.add-space-btm { letter-spacing: 0; }

.bordered_results {
  border: 1px solid #888;
  border-bottom: none;
}
#device_name_wrapper {
  height: 64px;
}
#device_thumbnail {
  margin-bottom: 8px;
}
#device_thumbnail img {
  max-height: 72px;
}
#wrapper { 
  width: 88%;
  max-width: 1280px; 
  margin: auto; 
  border: 1px solid #ccd0d4;
  border-radius: 11px;
  box-shadow: 0 6px 7px -4px #000000;
}
.layout,
.mdl-layout__header-row {
  padding-left: 40px;
}
.layout {
  padding-bottom: 30px;
  margin-top: -5px;
}
.mdl-layout__header-row {
  justify-content: space-between;
}
#instructions + .mdl-layout__header-row {
  column-gap: 20px;
  align-items: flex-end;
  justify-content: flex-start;
  height: auto;
}
#instructions.mdl-layout__header-row {
  height: auto;
  align-items: flex-start;
}
#instructions.mdl-layout__header-row>* {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
#title_bar {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  padding: 4px 2px 0 0;
  /* background-color: rgba(255,255,255,0.5); */
  /* background: linear-gradient(270deg, rgba(64,80,181,0.5) 0%, rgba(255,255,255,0.5) 15%); */
  background: linear-gradient(270deg, rgb(211 217 246) 10px, rgb(255 255 255) 220px, rgba(255, 255, 255, 0.5) 25%);
  box-shadow: 0 2px 4px rgba(136,136,136,0.25);
  border-bottom: 1px solid #ffffff69;
}
#title_bar img  { float:right; margin: 4px 24px 0 0; max-width: 46px; }
#title_bar span { float:right; margin: 6px 24px 0 0; font-size: 0.8em; line-height: 1.1; color: rgba(0,0,0,0.6); }
#upload_staging { width:500px; height:250px; overflow: scroll; }

.relative {
  position: relative;
}
.block {
  display: block;
}
.hidden {
  display: none;
  pointer-events: none;
}
.error {
  background-color: #d50000;
}
.disabled {
  margin-left: 4px;
  padding: 2px 10px;
  min-width: 300px;
  opacity: 0.7;
  color: #888;
  border: 1px solid #ddd;
  border-radius: 3px;
  pointer-events: none;
  }
  .disabled.red { 
    color: red; 
  }
  #server_report.disabled {
    margin-left: 0;
    padding: 0;
    border: none;
  }
.col {
  vertical-align: top;
  width:45%;
  display:inline-block;
}
.col:nth-child(2) {
  text-align: right;
}
.bolded {
  font-weight: 500;
}
.spelled {
  font-family: 'Bungee', Roboto, Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
}
#explainer {
  color: rgb(63,81,181);
}
#explainer > span {
  display: block;
}
#results_pane,
#results_pane2,
#server_report {
  width: 94%;
}
#results_pane,
#results_pane2 {
  height: 125px;
  overflow: scroll;
  border: 1px solid #888;
  border-radius: 0 0 2px 2px;
  background-color: #fff;
  margin: 0 40px 0 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1.75;
}
#results_pane {
  border-top: none;
  padding-left: 1px;
  transition: all 0.25s ease-in;
  box-shadow: 0px 0px 0px 0px #ff408100;
}
#results_pane.active {
  box-shadow: -47px 65px 25px -60px #ff40815c;
}
#results_pane div,
#results_pane2 div { width: 1320px; }
#results_pane span.fade,
#results_pane2 span.fade {
  color: #ddd;
}
#results_pane span.keyid,
#results_pane2 span.keyid  {
  color: #000;
  background-color: #eceff1;
  letter-spacing: .02em;
  /* font-weight: bold; */
  padding: 0 5px;
  border-radius: 2px;
  display: inline-block;
  min-width: 160px;
  text-align: center;
}
#results_pane span.header,
#results_pane2 span.header  {
  font-weight: bold;
  background-color: #eceff1;
  border-radius: 2px;
}
#results_pane span:not(.keyid):not(.sep),
#results_pane2 span:not(.keyid):not(.sep)  {
  display:inline-block;
  min-width: 150px;
  padding-left: 6px;
}
#results_pane span.keyid + span.sep + span {
  min-width: 120px;
}
#results_pane span.keyid + span.sep + span + span.sep + span,
#results_pane span.keyid + span.sep + span + span.sep + span + span.sep + span {
  min-width: 136px;
}
span.error,
#error_pane:not(:empty) { padding: 10px 0; }

span.error,
#error_pane span {
  color: #ac0a0a;
  background-color: rgb(255,0,0,0.1);
  padding: 10px;
  border-radius: 14px;
}
#server_report span.success { 
  padding: 10px; 
  border-radius: 14px;
  background-color: rgb(0,255,0,0.1);
}
#server_report span.success span { color: green; }
#server_report span.ERROR__ { 
  padding: 20px 40px 20px 10px; 
  border-radius: 7px;
  background-color: rgb(255,0,0,0.1);
}
#showDataBtn { border-radius: 20px; text-transform: none; }
#revokeBtn   { border-radius: 20px; text-transform: none; margin-left: 1em; }

.add-space-top  { margin-top: 10px; }
.add-space-left { margin-left: 20px; }
.add-space-btm  { margin-bottom: 10px; }
.add-space-btm-more  { margin-bottom: 16px; }
.add-space-btm-less  { margin-bottom: 3px; }
#error_pane.add-space-btm:empty { margin-bottom: 0; }

#link_to_master::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  margin: 0 3px 0 5px;
}
.mdl-card__title { 
  border-radius: 10px 30px 0 0; 
  padding-bottom: 16px;
  margin-bottom: 4px;
}
.back_button {
  border: 0.5px solid #606060;
  background-color: rgb(195 195 195 / 50%);
  box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .14), 
              inset 0 3px 1px -2px rgba(0, 0, 0, .1);
  border-radius: 50%;
  color: #000;
  position: relative;
  height: 34px;
  width: 34px;
  margin: 0 10px;
  text-align: center;
  display: inline-block;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  line-height: 0.8;
  font-size: 36px;
  font-weight: normal;
  overflow: hidden;
}
.back_button:hover {
  background-color: rgb(195 195 195 / 90%);
  box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .1);
}
#big_red_button { 
  font-size: 17px;
  line-height: 20px;
  height: auto; 
  border-radius: 40px; 
  padding: 14px 44px; 
  border: 1px solid rgba(136,136,136,0.5); 
}
.mdl-button:hover { 
  box-shadow: 0 2px 12px rgb(0 0 0 / 50%); 
}
@media screen and (max-width: 1024px) {
  .layout {
      padding-left: 72px;
  }
  #results_pane, #results_pane2 {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .mdl-layout__header-row { 
    display: block; 
    height: auto;
  }
  .hidden-on-mobile {
    display: none;
  }
}