@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7g.ttf) format('truetype');
}
html,
body {
  min-height: 100%;
  padding: 0;
  margin: 0;
}
html * {
  font-family: 'Source Sans Pro', arial, helvetica, sans-serif;
}
body {
  background-color: #efefef;
}
.exh-outer-shell {
  background-color: white;
  max-width: 1000px;
  min-width: 360px;
  min-height: 100%;
  margin: 0 auto;
  padding: 15px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}
.exh-outer-shell > * {
  /* border:1px solid red; */
}
.exh-outer-shell header {
  margin-bottom: 15px;
}
.exh-outer-shell header .event-logo img {
  width: 100%;
  min-width: 100px;
  max-width: 200px;
}
.exh-outer-shell header .event-info .start-lnk {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10000;
}
.exh-outer-shell header .event-info .start-lnk a {
  display: block;
  padding: 5px;
  font-size: 1.2em;
  color: rgba(0, 51, 204, 0.2);
  border: 4px solid rgba(0, 51, 204, 0.2);
  border-radius: 50%;
}
.exh-outer-shell header .event-info .start-lnk a:hover,
.exh-outer-shell header .event-info .start-lnk a:focus {
  color: #006;
  border-color: #006;
}
.exh-outer-shell header .event-info > h1 {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 20pt;
}
.exh-outer-shell header .event-info > p {
  margin: 0;
  padding: 0;
  font-size: 14pt;
  white-space: nowrap;
}
.exh-outer-shell header .section-bar {
  margin: 15px 0;
  font-weight: bold;
  font-size: 14pt;
  border-radius: 3px;
  background-color: #eee;
  padding: 7px;
}
.exh-outer-shell .exh-content-shell .login-content input,
.exh-outer-shell .exh-content-shell .login-content button {
  display: inline-block;
  vertical-align: top;
}
.exh-outer-shell .exh-content-shell .login-content input[name=member_ID] {
  max-width: 150px;
  margin-right: 2px;
}
.exh-outer-shell .exhibitor-welcome-content {
  margin-left: 15px;
  margin-right: 15px;
}
.exh-outer-shell .exhibitor-welcome-content * h5 {
  font-weight: Bold;
  color: #069;
}
.exh-outer-shell .exhibitor-welcome-content .exhibitor-link-box {
  background-color: #eee;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 15px;
}
.exh-outer-shell .exhibitor-welcome-content .exhibitor-link-box .esm > div:nth-child(1) {
  float: left;
  padding-top: 10px;
}
.exh-outer-shell .exhibitor-welcome-content .exhibitor-link-box .esm > div:nth-child(2) {
  padding-left: 30px;
}
.exh-outer-shell .exhibitor-welcome-content .exhibitor-link-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.exh-outer-shell .exhibitor-welcome-content .exhibitor-link-box ul li {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 1px;
}
.exh-outer-shell .exhibitor-welcome-content .exhibitor-link-box ul li i {
  width: 30px;
  background-position: center center;
}
.exh-outer-shell .exhibitor-welcome-content .exhibitor-link-box ul li a {
  display: block;
  width: 100%;
  padding: 5px 8px;
  background-color: rgba(255, 255, 255, 0.4);
  padding-right: 40px;
}
.exh-outer-shell .exhibitor-welcome-content .exhibitor-link-box ul li a:hover,
.exh-outer-shell .exhibitor-welcome-content .exhibitor-link-box ul li a:focus {
  background-color: rgba(255, 255, 255, 0.8);
}
.exh-outer-shell .not-completed {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px;
  color: rgba(0, 0, 0, 0.1);
}
.exh-outer-shell .completed {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  color: #009900;
}
.exh-outer-shell footer .eland-info {
  display: inline-block;
  margin: 0 auto;
}
.exh-outer-shell footer .exh-outer-shell footer .eland-info * {
  text-align: left;
  font-size: 0.8em;
  color: #999;
}
