.btn.wrap-text {
  white-space: normal;
}
.label {
  white-space: normal;
  display: inline-block;
  padding: 0.3em;
}
body.no-js li.dropdown:hover ul.dropdown-menu {
  display: block;
}
.navbar-logo {
  min-width: 45px;
  height: 45px;
  display: inline-block;
  margin: -12px 0;
}
.navbar-logo > img {
  height: 100%;
}
body.conference-list .conference {
  position: relative;
  margin-bottom: 0.6em;
  padding: 0.3em;
  border-top: 3px solid #FFF;
}
body.conference-list .conference.old-conf {
  opacity: 0.6;
  border-top: 2px solid #FCFCFC;
}
body.conference-list .conference:hover {
  background: #FCFCFC;
}
body.conference-list .conference.new-conf .btn {
  font-weight: bold;
  color: #080855;
}
body.conference-list .conference .pull-right {
  opacity: 0.6;
  font-size: 0.9em;
}
body.conference-list .logo-holder {
  overflow: hidden;
  float: left;
  margin-right: 2%;
  margin-top: 0.3em;
}
body.conference-list .logo-holder img {
  width: 100%;
  height: auto;
}
body.conference-list .btn.title-button {
  white-space: normal;
  text-align: left;
}
body.conference-list .admin-buttons {
  position: absolute;
  bottom: 1em;
  right: 0.3em;
  z-index: 3;
  opacity: 0.7;
}
body.conference-list .admin-buttons a.btn.btn-info {
  float: right;
}
body.conference-list .conf-list-buttons {
  margin-top: 0.4em;
  min-height: 4.5em;
}
body.conference-list .admin-buttons:hover {
  opacity: 1;
}
body.conference-list .logo-holder {
  width: 20%;
}
body.conference-list .logo-holder.no-logo {
  padding-top: 20%;
}
body.conference-list .btn.title-button {
  display: inline-block;
  max-width: 78%;
}
@media (max-width: 25em) {
  body.conference-list .logo-holder {
    width: 4em;
  }
  body.conference-list .logo-holder img {
    max-height: 3.5em;
  }
  body.conference-list .btn.title-button {
    display: block;
    max-width: 100%;
  }
  body.conference-list .admin-buttons {
    bottom: 0.2em;
  }
}
.FIXED14em {
  min-width: 14em;
  display: inline-block;
  text-align: center;
  text-overflow: ellipsis;
}
.conference-form {
  max-width: 70em;
  margin: 0.8em auto;
  position: relative;
}
.conference-form div.form-item {
  padding: 0.5em 0.3em;
  margin: 0;
  color: #333;
}
.conference-form div.input-description {
  font-size: 0.9em;
}
.conference-form .wordCount {
  display: block;
  text-align: right;
  font-size: 0.75em;
  color: #999;
  height: 0;
  position: relative;
  line-height: 1em;
  bottom: 1.2em;
  right: 1em;
  vertical-align: baseline;
}
.conference-form > div:hover {
  color: #111;
  background: #FBFBFB;
}
.conference-form > div:last-child {
  background: none;
}
.conference-form label {
  padding: 0.4em 0.4em;
  display: block;
  width: 38%;
  float: left;
  clear: both;
  text-align: right;
  font-weight: normal;
  margin: 0;
}
.conference-form input[type=checkbox] {
  transform: scale(1.5);
  width: auto;
}
.conference-form input[type=date],
.conference-form input[type=time] {
  width: auto;
}
.conference-form .input-box {
  width: 62%;
  float: left;
}
.conference-form .person-finder .input-name {
  width: 50%;
  float: left;
}
.conference-form input,
.conference-form textarea {
  width: 100%;
}
.conference-form input.inline,
.conference-form label.inline {
  display: inline;
  position: static;
}
.conference-form input[type=checkbox] ~ div {
  opacity: 0.3;
  pointer-events: none;
  clear: both;
  float: left;
  width: 100%;
  margin: 0;
}
.conference-form input[type=checkbox]:checked ~ div {
  opacity: 1;
  pointer-events: all;
}
.conference-form .input-description {
  font-size: 0.87em;
  color: #555;
}
@media (max-width: 40em) {
  .conference-form label {
    font-size: 0.9em;
  }
  .conference-form .input-description {
    font-size: 0.83em;
    color: #555;
  }
}
@media (max-width: 30em) {
  .conference-form label {
    padding: 0.4em 0 0;
    width: 100%;
    text-align: left;
  }
  .conference-form .input-box {
    width: 100%;
  }
}
.conference-form .orderable .grab-handle {
  font-size: 1.1em;
  width: 1.8em;
  height: 1.8em;
  padding-top: 0.3em;
  display: block;
  text-align: center;
  border-radius: 1em;
  background: #ccc;
  color: #999;
  float: left;
  clear: both;
  margin: 0 3% 0 10%;
}
.conference-form .suggestions {
  max-width: 1000px;
  white-space: normal;
  padding: 0.3em 0;
}
.conference-form input.show-if-other-selected,
.conference-form input.hidden-input {
  display: none;
}
.conference-form .suggest-in + input.show-if-other-selected {
  display: inline-block;
}
.conference-form a.suggest {
  position: relative;
  display: inline-block;
  padding: 0.2em 0.5em 0.2em 1.7em;
  background: #F2F2F2;
  margin: 0.2em 0.3em 0.2em 0;
  border: 2px solid #DDD;
  border-radius: 0.4em;
  text-decoration: none;
  color: #444;
  font-size: 0.86em;
}
.conference-form a.suggest:first-of-type {
  margin-top: 0;
}
.conference-form a.suggest:hover {
  background: #FFF;
  text-decoration: none;
  color: #111;
}
.conference-form a.suggest.suggest-in:hover {
  color: #000;
}
.conference-form a.suggest.suggest-in {
  background: #FFF;
  border: 2px solid #333;
  border-radius: 0.05em;
  color: #000;
}
.conference-form a.suggest.suggest-other.suggest-in {
  font-weight: normal;
}
.conference-form .suggest:after {
  content: ' ';
  position: absolute;
  left: 0.4em;
  top: 0.5em;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #888;
}
.conference-form .suggest.suggest-in:after {
  background: #3F3;
  border: 1px solid #00a;
  border-radius: 50%;
}
.conference-form .has-suggestions input[type=text] {
  width: 10em;
}
@media print {
  footer .pull-right a:nth-of-type(2):after {
    content: "" !important;
  }
}
