#conference-sweet .conference-form.two-column {
  max-width: 120em;
}

*[data-maxwords], *[data-maxlength] {
  padding-top: 0.8em;
}

.ordered-zone {
  min-height: 4em;
}

#conference-sweet a.move-up-button, #conference-sweet a.move-down-button {
  display: none;
}
#conference-sweet .with-up-and-down-buttons a.move-up-button, #conference-sweet .with-up-and-down-buttons a.move-down-button {
  display: inline-block;
}
#conference-sweet .with-up-and-down-buttons div.up-and-down-container:first-of-type div.has-up-down-buttons:first-of-type a.move-up-button {
  display: none;
}
#conference-sweet .with-up-and-down-buttons div.up-and-down-container:last-child div.has-up-down-buttons:last-child a.move-down-button {
  display: none;
}

.conference-form.single-column-labels label > span {
  font-weight: normal;
}
.conference-form.single-column-labels label {
  width: 100%;
  padding: 0 0 0.2em;
  text-align: left;
}
.conference-form.single-column-labels .input-box {
  width: 100%;
  padding-bottom: 0;
}

.has-feedback label ~ .form-control-feedback {
  top: 38px;
  right: -12px;
  opacity: 80%;
}

form .form-text {
  margin: 0;
}
form input.hide-next-unchecked[type=checkbox] ~ div {
  opacity: 0.3;
  pointer-events: none;
  width: 100%;
  margin: 0 0 0.3em;
  font-size: 0.95em;
  max-height: 0;
  transition: opacity 0.2s linear, max-height 1s linear;
  overflow-y: hidden;
  padding: 0;
}
form input.hide-next-unchecked[type=checkbox]:checked ~ div {
  max-height: 3000px;
  opacity: 0.9;
  overflow-y: visible;
  pointer-events: all;
}
form input.hide-next-checked[type=checkbox] ~ div {
  opacity: 0.9;
  transition: opacity 0.2s linear, max-height 1s linear;
  overflow-y: visible;
  max-height: 3000px;
  padding: 0 0 0 1em;
  font-size: 0.95em;
  pointer-events: all;
  width: 100%;
  margin: 0;
}
form input.hide-next-checked[type=checkbox]:checked ~ div {
  overflow-y: hidden;
  max-height: 0;
  opacity: 0.3;
  pointer-events: none;
}

.conference-form {
  max-width: 70em;
  margin: 0.8em auto;
  position: relative;
}
.conference-form div.form-item {
  padding: 0.5em 0.3em;
  margin: 0;
}
.conference-form div.input-description {
  font-size: 0.87em;
}
.conference-form .wordCount {
  display: block;
  font-size: 0.75em;
  color: #999;
  background: #FFF;
  height: 0;
  position: relative;
  line-height: 1em;
  top: 0.3em;
  right: 0;
  padding: 0 2em;
  text-align: right;
}
.conference-form .error-message {
  color: #F66;
  font-size: 0.8em;
}
.conference-form > div:last-child {
  background: none;
}
.conference-form label.inline {
  display: inline-block;
  max-width: 100%;
  width: auto;
}
.conference-form .input-box {
  width: 65%;
  float: left;
  padding-bottom: 1.5em;
}
.conference-form .input-box.full-width {
  width: 100%;
}
.conference-form .input-firstname {
  width: 49.35%;
  float: left;
  margin-right: 0.6%;
  margin-bottom: 0.3em;
}
.conference-form .input-lastname {
  width: 50%;
  float: left;
  margin-bottom: 0.2em;
}
.conference-form input, .conference-form textarea {
  width: 100%;
}
.conference-form input.count-chars, .conference-form input.count-chars, .conference-form textarea.count-chars, .conference-form textarea.count-chars {
  padding-bottom: 0.8em;
}
.conference-form input[type=checkbox] {
  width: auto;
}
.conference-form input[type=date], .conference-form input[type=time] {
  width: auto;
}
.conference-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.conference-form .bootstrap-select .dropdown-menu {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.conference-form input.inline {
  display: inline;
  position: static;
  width: auto;
  float: none;
}
.conference-form .input-description {
  font-size: 0.95em;
}
@media (max-width: 60em) {
  .conference-form label {
    font-size: 0.95em;
  }
  .conference-form .input-description {
    font-size: 0.9em;
    color: #555;
  }
}
.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 .ordered-zone .title-handle {
  cursor: crosshair;
  background: rgba(100, 100, 100, 0.1);
}
.conference-form .ordered-zone .title-handle:hover {
  background: rgba(100, 100, 100, 0.25);
}
.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: #FEFEFE;
  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:focus {
  background: #F5F5F5;
  text-decoration: none;
  color: #222;
}
.conference-form a.suggest:hover {
  background: #F0F0F0;
  text-decoration: none;
  color: #111;
}
.conference-form a.suggest:hover:focus {
  background: #EEE;
  color: #000;
}
.conference-form a.suggest.suggest-in:hover {
  color: #000;
}
.conference-form a.suggest.suggest-in, .conference-form a.suggest.suggest-in:hover {
  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: 2px solid #888;
}
.conference-form .suggest.suggest-in:after {
  background: #3F3;
  border: 2px solid #111;
  border-radius: 50%;
}
.conference-form .has-suggestions input[type=text] {
  width: 100%;
}
.conference-form .object-array {
  padding: 0.2em 0;
  min-height: 3.5em;
}
.conference-form .array-item {
  background: rgba(110, 125, 140, 0.07);
}
.conference-form .disabled-array-item {
  background: rgba(110, 125, 140, 0.15);
}
.conference-form .array-item, .conference-form .disabled-array-item {
  border: 1px solid #DDD;
  padding: 0.3em;
  margin: 0.5em 0;
}
.conference-form .array-item:before, .conference-form .array-item:after, .conference-form .disabled-array-item:before, .conference-form .disabled-array-item:after {
  content: " ";
  display: table;
}
.conference-form .array-item:after, .conference-form .disabled-array-item:after {
  clear: both;
}
.conference-form .people-array .array-item, .conference-form .disabled-array-item {
  border: 1px solid #DDD;
  padding: 0.3em;
}
.conference-form .array-item.ui-sortable-helper {
  box-shadow: 6px 6px 18px #877;
  background: rgba(250, 250, 250, 0.7);
}
.conference-form .remove-array-item {
  margin: 0.2em 0;
}
.conference-form .add-array-item {
  margin: 0.5em 0 0.2em;
}
.conference-form .new-person-inputs {
  width: 100%;
  float: left;
  clear: both;
}
.conference-form .person-popup {
  position: relative;
  max-height: 0;
  width: 100%;
  float: left;
  clear: both;
  padding: 0 5%;
  top: 0;
}
.conference-form .name-suggestions {
  position: absolute;
  max-height: 40vh;
  background: rgba(255, 255, 255, 0.87);
  color: #888;
  width: 30em;
  max-width: 70vh;
  z-index: 3;
  overflow-y: scroll;
  padding: 0.2em 0.4em;
  border-radius: 0 0 0.8em 0.8em;
  border: 2px solid #99a;
  border-top: none;
  font-size: 0.9em;
  font-style: italic;
}
.conference-form .name-suggestions button {
  border: 2px solid #aaa;
  font-style: normal;
  font-size: 1em;
  display: block;
  width: 100%;
  margin: 0.3em auto;
  background: #f4f4f4;
  text-align: left;
  color: #444;
  padding: 0.2em 0.5em;
  border-radius: 0.3em;
}
.conference-form .name-suggestions button span.inst {
  display: block;
  font-size: 0.9em;
  color: #666;
  line-height: 1.1;
  max-width: 80%;
  text-overflow: ellipsis;
  padding-left: 8%;
}
.conference-form .name-suggestions button:hover, .conference-form .name-suggestions button:focus {
  background: #fafafa;
  border: 2px solid #45A;
  box-shadow: 0 0 2px #A8A;
  color: #111;
}
.conference-form button.add-new-person {
  font-size: 1em;
  background: none;
  text-align: center;
  color: #333;
  border: 2px solid transparent;
  padding: 8px 4px;
  display: inline-block;
}
.conference-form button.add-new-person:hover, .conference-form button.add-new-person:focus {
  background: #fafafa;
  border: 2px solid #888;
}
.conference-form button.no-results.add-new-person {
  background: #f9f9f9;
  text-align: center;
  width: 80%;
  margin-left: 10%;
  font-size: 1.2em;
  color: #222;
  border: 2px solid #aaa;
  padding: 10px 6px;
}
.conference-form button.no-results.add-new-person:hover, .conference-form button.no-results.add-new-person:focus {
  background: #fafafa;
  color: #000;
  border: 2px solid #888;
}
.conference-form .trumbowyg-editor, .conference-form .trumbowyg-box {
  min-height: 100px;
}

body.view-edit-news .conference-form .trumbowyg-editor.trumbowyg-reset-css {
  font-size: 20px !important;
}

#conference-sweet form .form-floating {
  line-height: 2.5;
}

.expand-checkbox ~ .expand-button-label {
  transition: opacity 0.8s linear;
  opacity: 100%;
  padding: 0.3em;
}

.expand-checkbox ~ label span.glyphicon {
  transition: transform 0.3s linear;
  transform: scale(1);
}

.expand-checkbox:checked ~ label span.glyphicon {
  transform: scale(-1);
}

.expand-checkbox:checked ~ .expand-button-label {
  opacity: 70%;
}

.expand-checkbox:checked ~ .expand-if-checked > * {
  display: block;
}

.paper-zone {
  min-height: 4em;
}

.expand-checkbox ~ .expand-if-checked {
  margin-left: 3em;
  margin-top: -2.5em;
  max-height: 6em;
}

.expand-checkbox:checked ~ .expand-if-checked {
  max-height: 10000px;
  transition: max-height 0.7s linear;
}

.expand-checkbox ~ .expand-if-checked > * {
  display: none;
}

.ui-sortable .ui-sortable-placeholder {
  border: 2px dotted black;
  box-shadow: 0 0 1em #ba58ca;
}

.label-flash {
  animation: label-appear-and-hide;
  animation-fill-mode: both;
  animation-duration: 5s;
}

@keyframes label-appear-and-hide {
  0% {
    transform: scale(0) rotate(-350deg);
    opacity: 10%;
  }
  10% {
    transform: scale(0) rotate(-175deg);
  }
  20% {
    opacity: 80%;
    transform: scale(1) rotate(5deg);
  }
  22.5% {
    transform: rotate(-4deg);
    opacity: 90%;
  }
  25% {
    transform: rotate(3deg);
  }
  27.5% {
    transform: rotate(-2deg);
  }
  30% {
    opacity: 100%;
    transform: rotate(1deg);
  }
  32.5% {
    opacity: 100%;
    transform: rotate(0);
  }
  70% {
    opacity: 100%;
  }
  100% {
    opacity: 0;
  }
}
input.form-control[required] {
  box-shadow: 0 0 0 1px red;
}

form .required-input-group {
  position: relative;
}

form .required-input-group::before {
  content: "*";
  color: #C00;
  position: absolute;
  left: -0.8em;
  top: 0;
}

body.not-admin.logged-in .login-button, body.not-admin.logged-in .hide-if-in {
  display: none !important;
}

body.not-admin.not-logged-in .hide-if-not-in {
  display: none !important;
}

@media (min-width: 800px) {
  body {
    transition: font-size 0.9s;
  }
}
@media (max-width: 750px) {
  #duck-top-search input[name=q] {
    width: 13em;
  }
}
@media (max-width: 650px) {
  #duck-top-search input[name=q] {
    width: 11em;
  }
}
.navbar-logo {
  height: 44px;
  display: inline-block;
}

.navbar-logo > img {
  height: 44px;
}

.navbar .navbar-brand {
  white-space: normal;
}

.dropdown [aria-expanded=true].dropdown-toggle::after {
  transform: scale(-1.1);
}

.dropdown [aria-expanded=false].dropdown-toggle::after {
  transform: scale(1);
}

#conference-sweet .btn.btn-default.active {
  background: var(--bs-info);
}

.page-width {
  max-width: 90%;
  padding: 0;
  margin: 0 auto;
}

@media (min-width: 66em) {
  .page-width {
    max-width: 63em;
  }
}
@media (max-width: 1100px) {
  .page-width {
    max-width: 94%;
  }
}
@media (max-width: 950px) {
  .page-width {
    max-width: 97%;
  }
}
@media (max-width: 600px) {
  .page-width {
    max-width: 100%;
  }
}
.pull-right {
  float: right;
}

.well {
  min-height: 20px;
  padding: 2%;
  margin-bottom: 20px;
  background-color: rgba(200, 200, 200, 0.05);
  border: 3px solid rgba(200, 200, 200, 0.2);
  border-radius: 8px;
}

.btn.wrap-text {
  white-space: normal;
}

.label {
  white-space: normal;
  display: inline-block;
  padding: 0.3em;
}

.opacity-75 {
  opacity: 75% !important;
}

body.no-js .dropdown:hover .dropdown-menu {
  display: block;
}

body.no-js .js-only {
  display: none !important;
}

/* no-js mods for people inputs on proposal form */
body.no-js #conference-sweet form.panel-form .people-array .add-array-item, body.no-js #conference-sweet form.panel-form .people-array .remove-array-item {
  display: none;
}
body.no-js #conference-sweet form.panel-form .people-array .new-item-template.hidden {
  display: block;
}
body.no-js #conference-sweet form.panel-form .people-array .new-item-template.hidden .new-person-inputs.hidden {
  display: block;
}

body.view-conference-list .logo-holder {
  overflow: hidden;
  display: block;
  height: 7em;
}
body.view-conference-list .logo-holder img {
  width: auto;
  height: 7em;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 30em) {
  body.view-conference-list .logo-holder {
    height: 4em;
  }
  body.view-conference-list .logo-holder img {
    height: 4em;
  }
}

.width14em {
  min-width: 14em;
  display: inline-block;
  text-align: center;
  text-overflow: ellipsis;
}

.center-notice {
  max-width: 40em;
  margin: 2em auto;
}

body > footer.stick-to-bottom {
  position: fixed;
  right: 0;
  bottom: 0.3em;
}

body > footer {
  padding-right: 0.7em;
}

#page-controls-button {
  font-size: 16px;
  position: fixed;
  left: 0;
  bottom: 0;
  margin-left: 0.5em;
  margin-bottom: 0.4em;
  border: 0.14em solid white;
  padding: 0.12em 0.3em;
  border-radius: 0.2em;
}

#page-controls {
  position: fixed;
  left: 0.2em;
  bottom: 0.2em;
  border: 0.3em solid white;
  border-radius: 0.7em;
}

@media (min-width: 55em) and (min-height: 30em) {
  body > footer {
    position: fixed;
    right: 0;
    bottom: 5px;
  }
  #page-controls-button {
    position: fixed;
  }
}
.reviewed-entity-table .label-average-score {
  padding: 0.2em 0.5em;
  border-radius: 1em;
  color: #f6f6f6;
  background: #888;
  display: inline-block;
  position: relative;
  padding-right: 1.7em;
  min-width: 4.2em;
}
.reviewed-entity-table .label-vote {
  padding-right: 1.7em;
}
.reviewed-entity-table .label-vote small, .reviewed-entity-table .label-average-score small {
  display: inline-block;
  position: absolute;
  right: 0.3em;
  top: 0.4em;
  color: #222;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  text-align: center;
  min-width: 1.2em;
  line-height: 1.2em;
}
.reviewed-entity-table .label-average-score.label-accepted {
  background: #090;
}
.reviewed-entity-table .label-average-score.label-split {
  background: #927;
}
.reviewed-entity-table .label-average-score.label-include {
  background: #608;
}
.reviewed-entity-table .label-average-score.label-exclude {
  background: #665;
}
.reviewed-entity-table tr {
  position: relative !important;
}
.reviewed-entity-table .status-column {
  width: 7em;
}
.reviewed-entity-table .details {
  min-width: 4.5em;
}
.reviewed-entity-table .hover-text {
  min-width: 4em;
  display: inline-block;
}
.reviewed-entity-table .btn-status, .reviewed-entity-table #conference-sweet table.dataTable td input.btn-status {
  font-size: 13px;
  border-radius: 0.7em;
  border: none;
  padding: 0.3em 0.6em;
  display: inline-block;
  text-align: center;
  min-width: 4em;
  width: auto;
  color: #FFF;
  opacity: 0.7;
  margin-left: 0.3em;
}
.reviewed-entity-table .btn-status:hover, .reviewed-entity-table #conference-sweet table.dataTable td input.btn-status:hover, .reviewed-entity-table .btn-status:focus, .reviewed-entity-table #conference-sweet table.dataTable td input.btn-status:focus {
  opacity: 1;
}
.reviewed-entity-table .show-form-on-hover span.btn-status {
  float: right;
}
.reviewed-entity-table td.status-column .label {
  position: absolute;
  top: -1em;
  right: -2em;
  width: 14em;
}
.reviewed-entity-table .show-form-on-hover:hover span.btn-status, .reviewed-entity-table .show-form-on-hover.touched span.btn-status {
  opacity: 0.5;
}
.reviewed-entity-table .show-form-on-hover .btn-status {
  opacity: 0.5;
}
.reviewed-entity-table .show-form-on-hover:hover .btn-status, .reviewed-entity-table .show-form-on-hover.touched .btn-status {
  opacity: 0.8;
}
.reviewed-entity-table .details {
  width: 3.5em;
  height: 2.1em;
  position: relative;
  display: inline-block;
}
.reviewed-entity-table .hover-text {
  padding: 0.3em;
  width: 100%;
  height: 1.9em;
  position: absolute;
  display: inline-block;
  cursor: pointer;
}
.reviewed-entity-table .details.touched .hover-text {
  z-index: 3;
}
.reviewed-entity-table .details:hover .hover-text {
  z-index: 4;
}
.reviewed-entity-table .details:hover, .reviewed-entity-table .details.touched {
  border: 1px solid #888;
  border-right: none;
}
.reviewed-entity-table .details.touched {
  border-left: 2px solid #C44;
}
.reviewed-entity-table .details > * {
  background: rgb(245, 245, 245);
  color: #111;
}
.reviewed-entity-table .details-hidden {
  display: none;
  z-index: 2;
  width: 20em;
  position: absolute;
  top: -1px;
  right: -19.8em;
  padding: 0.5em !important;
  border-radius: 0 0.4em 0.4em 0.4em;
}
.reviewed-entity-table .details:hover .details-hidden, .reviewed-entity-table .details.touched .details-hidden {
  border: 1px solid #888;
  display: block;
}
.reviewed-entity-table .ordered-zone .handle:hover {
  background: rgba(100, 100, 100, 0.25);
}
.reviewed-entity-table #conference-sweet ul.details-hidden {
  padding: 0.5em;
  list-style: none;
}
.reviewed-entity-table #conference-sweet ul.details-hidden li {
  margin-bottom: 0.3em;
}
.reviewed-entity-table .btn-status {
  background-color: #888;
}
.reviewed-entity-table .btn-status.btn-accepted {
  background-color: #090;
}
.reviewed-entity-table .btn-status.btn-withdrawn {
  background-color: #940;
}
.reviewed-entity-table .btn-status.btn-rejected {
  background-color: #A02;
}
.reviewed-entity-table .btn-status.btn-pending {
  background-color: #686;
}
.reviewed-entity-table .show-form-on-hover {
  height: 2.9em;
  max-height: 2.9em;
  width: 9em;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.4em 0.4em 0.4em 0.1em;
}
.reviewed-entity-table .show-form-on-hover:hover, .reviewed-entity-table .show-form-on-hover.touched {
  width: 30em;
  background-color: rgba(100, 100, 100, 0.3);
  border-radius: 1em;
}
.reviewed-entity-table .show-form-on-hover form {
  display: none;
  float: left;
}
.reviewed-entity-table .show-form-on-hover:hover form, .reviewed-entity-table .show-form-on-hover form:hover {
  display: inline-block;
}
.reviewed-entity-table table tbody tr:nth-of-type(2n) {
  background: rgba(120, 120, 120, 0.1);
}
.reviewed-entity-table table tbody tr:nth-of-type(n):hover {
  background: rgba(120, 120, 120, 0.2);
}
.reviewed-entity-table table.dataTable.full-width tbody td {
  padding: 4px 8px;
}
.reviewed-entity-table td.status-column {
  position: relative;
}

@media print {
  body > footer .pull-right a:nth-of-type(2):after {
    content: "" !important;
  }
}

/*# sourceMappingURL=page.css.map */
