body {
  font-size:16px;
}

header {
	x-height:80px;
}

.iq-landing-bgimage {
  width:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
}
.iq-landing-bgimage h1, .iq-landing-bgimage h2 {
  color:white;
  text-shadow:2px 2px #333;
}

#iq-landing-narrative {
	padding:1em 0;
}


.landing-text-overlay {
  position: relative;
}

.landing-text-overlay .landing-center-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
}

.landing-text-overlay .landing-center-text span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}


.btn-yuge {
        padding: 18px 28px;
        font-size: 22px;
        line-height: normal;
        -webkit-border-radius: 8px;
           -moz-border-radius: 8px;
                border-radius: 8px;
        }

.timeblock-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-right:1px solid #ccc;
  min-height:4em;
}
.timeblock-wrap h3 small {
  color:#555;
}
.timeblock {
  border: 1px solid #ccc;
  background-color:#fff;
  color:#0F4D92;
  min-width:80px;
}
.timeblock h2,.timeblock h5 {
  margin:0;
  padding:0;
}
.timeblock h2 {
}
.timeblock h5.tt{
}
.timeblock hr {
  margin:0 0 0px 0;
}
.timeblock h5.e {
  color:#999;
}

.iq-event-list { border-bottom: 1px solid #efefef; }

.selecterror{ border:1px solid red;}

.panel {
  -webkit-box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.22);
  -moz-box-shadow:    0px 4px 5px 0px rgba(50, 50, 50, 0.22);
  box-shadow:         0px 4px 5px 0px rgba(50, 50, 50, 0.22);
}
.panel-success {
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 128, 0, 0.22);
  -moz-box-shadow:    0px 4px 5px 0px rgba(0, 128, 0, 0.22);
  box-shadow:         0px 4px 5px 0px rgba(0, 128, 0, 0.22);
  background-color: rgba(0, 128, 0, 0.04);
}

/* used for tag display (sometimes) */
.label-outline {
  border: 1px solid lightblue;
  background-color: transparent;
  color:#999;
  font-weight:normal;
  margin:.3em;
}
.tagfilter {cursor:pointer;}
.tagfilter:hover {text-decoration: underline;}
/* end tag filters */

.label-lg {
  font-size:1em;
}

/* bigger checkboxes are easier to hit */
input[type=checkbox] {
  transform: scale(1.5);
}

.modal-backdrop {
  z-index: -1;
}
