.myday-nav {
  transform: translateX(-424px);
  height: 100vh;
  left: 0;
  top: 0;
  margin: 0;
  position: absolute;
  min-width: 424px;
}
.myday-nav .list {
  padding: 0 !important;
}
.myday-nav #my-day {
  top: 66px;
}
.myday-nav #my-day .collection {
  margin: 0 !important;
}
.myday-nav #my-day .collection .collection-item:hover {
  background: #e8e8e8;
}
.myday-nav #my-day .collection-item {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  margin-left: 0;
  line-height: 4rem;
  border-top: none;
}
.myday-nav #my-day .collection-item .circle {
  width: unset;
  height: 3.5rem;
  font-size: 2rem;
  padding: 4px 10px;
}
.myday-nav #my-day .collection-item p {
  color: #666666;
}

#exhibitView .list {
  padding: 0 0 140px 0;
}
#exhibitView #tabsMenu {
  width: 424px;
  z-index: 10000;
  height: 42px !important;
  position: absolute !important;
  top: 66px;
}
#exhibitView #tabsMenu li {
  width: 33.33%;
}
#exhibitView #tabsMenu li span {
  float: none;
}
#exhibitView #tabsMenu li a.hover, #exhibitView #tabsMenu li a.active {
  border-bottom: 3px solid #F36E21;
}
#exhibitView #listContent.exhibits {
  position: absolute;
  top: 108px;
}
#exhibitView #listContent.exhibits ul.collection li.collection-item.avatar img {
  padding: 5px;
}
#exhibitView #listContent.exhibits img {
  bottom: 10px;
}
#exhibitView #listContent.exhibits .exhibit-count {
  float: right;
}

#exhibitCardsView {
  max-width: 424px;
  min-width: 424px;
  position: absolute;
}
#exhibitCardsView #exhibitListContent {
  background: linear-gradient(307.99deg, #E0E7EC -11.64%, rgba(224, 231, 236, 0) 88.07%), #FBFBFB;
  height: 100vh;
  position: fixed;
  top: 66px;
  width: 424px;
  z-index: 1000;
  overflow-y: scroll;
  padding-bottom: 80px;
}
#exhibitCardsView #exhibitListContent .exhibit-card {
  width: 100%;
  margin: 8px 0;
  background: white;
}
#exhibitCardsView #exhibitListContent .exhibit-card .exhibit-card-title {
  padding: 8px 0;
  height: 66px;
}
#exhibitCardsView #exhibitListContent .exhibit-card .exhibit-card-title .circle {
  margin: 0 16px;
  width: 48px;
  height: 48px;
}
#exhibitCardsView #exhibitListContent .exhibit-card .exhibit-card-title .exhibit-title {
  font-size: 1.2em;
  position: relative;
}
#exhibitCardsView #exhibitListContent .exhibit-card .exhibit-card-action {
  height: 66px;
  padding-left: 16px;
}
#exhibitCardsView #exhibitListContent .exhibit-card .exhibit-card-action #addOrRemove {
  padding: 10px;
  color: white;
  background: #F36E21;
  border-radius: 2px;
}
#exhibitCardsView #exhibitListContent .exhibit-card .exhibit-zone {
  height: 48px;
  padding: 8px 16px;
}
#exhibitCardsView #exhibitListContent .exhibit-card .exhibit-card-action #addOrRemove:hover, #exhibitCardsView #exhibitListContent .exhibit-card .exhibit-card-image:hover {
  cursor: pointer;
}
#exhibitCardsView #exhibitListContent .exhibit-card .exhibit-card-image {
  text-align: center;
}
#exhibitCardsView #exhibitListContent .exhibit-card .exhibit-card-image img {
  height: 200px;
  width: auto;
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  margin: 0 auto;
}

@media only screen and (max-width: 670px) {
  #listContent.exhibits ul.collection {
    padding: 0;
  }
  #tabsMenu {
    width: 100vw !important;
  }
  #exhibitView .list {
    padding: 0;
  }
  #exhibitView #tabsMenu, #exhibitView .myday-nav #my-day, #exhibitView #exhibitCardsView #exhibitListContent {
    top: 48px;
  }
  #exhibitView #listContent.exhibits {
    top: 88px;
    padding-bottom: 60px;
  }
  #exhibitCardsView #exhibitListContent {
    top: 48px;
  }
}
#itineraryView #resultsHeader .headerBar {
  height: 60px;
}
#itineraryView #listContent {
  padding-top: 66px;
  text-align: center;
}
#itineraryView #listContent .itinerary-login-prompt p {
  padding: 18px;
}
#itineraryView #listContent ul.collection.sortable {
  float: left;
  overflow: hidden;
}
#itineraryView #listContent ul.collection li.collection-item.avatar {
  padding: 10px 20px 10px 72px;
}
#itineraryView #listContent ul.collection li.collection-item i {
  float: right;
  line-height: 42px;
}
#itineraryView #listContent ul.collection li.collection-item p.title {
  text-overflow: ellipsis;
  max-width: 274px;
  overflow: hidden;
  white-space: nowrap;
  line-height: 42px;
  color: black;
  margin: auto;
  float: left;
}
#itineraryView #listContent ul.collection li.collection-item:hover {
  background: #e8e8e8;
}
#itineraryView #listContent p {
  margin-top: 50px;
}
#itineraryView #listContent button, #itineraryView #listContent #facebookLoginBtn {
  margin-top: 20px;
}

@media only screen and (max-width: 670px) {
  #itineraryView #listContent {
    padding: 0;
  }
}
.markVisited {
  position: absolute;
  right: 20px;
  color: gray;
}
.markVisited span {
  vertical-align: text-bottom;
  margin-top: -2px;
}
.markVisited i {
  vertical-align: sub;
}

.beenHereMark {
  color: #009688;
}

.notBeenHereMark {
  color: #7C878E;
}

#itineraryInstructions {
  margin: 50px auto 0;
  width: 74%;
}

nav {
  background: #272727;
}

#tabsMenu {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 2;
}
#tabsMenu .tabs {
  height: auto;
}
#tabsMenu .tabs li.indicator.transition {
  transition: 0.1s;
}
#tabsMenu .tabs .tab {
  width: 25%;
  padding-top: 10px;
  height: 100%;
  line-height: 32px;
}
#tabsMenu .tabs .tab a {
  color: #666666;
}
#tabsMenu .tabs .tab a.active {
  color: #F36E21;
  border-bottom: 3px solid #F36E21;
}
#tabsMenu .tabs .tab i {
  height: auto;
  line-height: normal;
}
#tabsMenu .tabs .indicator {
  height: 0px;
}
#tabsMenu.desktop {
  position: relative !important;
  width: 416px;
  height: 42px;
}
#tabsMenu.desktop .tabs {
  border: 1px solid #dadada;
  border-top: none;
  height: inherit;
  overflow: hidden;
}
#tabsMenu.desktop .tabs .tab {
  padding: 0;
  width: 50%;
}
#tabsMenu.desktop .tabs .tab a {
  padding: inherit;
  text-align: center;
  display: block;
  width: 100%;
}
#tabsMenu.desktop .tabs .tab a i {
  padding: 8px 0 0;
  display: inline-block;
}
#tabsMenu.desktop .tabs .tab a span {
  left: 4px;
}

#banner h4 {
  color: #F36E21;
}
#banner .modalbtn {
  color: white;
  margin: 0px 10px;
}

.imagine-menu-list-item {
  color: #676b72;
  border-top: 1px solid #e8e8e8;
}
.imagine-menu-list-item i {
  margin-right: 16px;
  position: relative;
  top: 8px;
}
.imagine-menu-list-item p {
  width: 100%;
}

#eventPanel {
  top: 112px !important;
  border-bottom: 6px #F36E21 solid;
  position: fixed;
  left: 4px;
  width: 410px;
  background: white;
  border-radius: 2px;
  z-index: 1;
}
#eventPanel .content {
  width: 100% !important;
}
#eventPanel .event-title {
  margin: 10px 16px;
  color: #F36E21 !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
}
#eventPanel .imagine-popular-search {
  width: 24%;
  text-align: center !important;
  vertical-align: text-top;
  color: #8e8e8e;
  cursor: pointer;
}
#eventPanel .imagine-popular-search:hover {
  background: whitesmoke;
}
#eventPanel .imagine-popular-search .circle {
  width: unset;
  font-size: 2rem !important;
  color: #ffffff;
  padding: 10px;
  background: #7C878E;
}
#eventPanel .imagine-popular-search .imagine-popular-search-label {
  margin: 10px auto;
  color: #8e8e8e;
  font-size: 0.9rem !important;
  font-weight: 300 !important;
}

.parking-nav {
  z-index: 5;
  transform: translateX(-480px);
  transition: 0.4s;
  background: white;
  max-width: 480px;
  height: 60px;
  left: 0;
  top: 0;
  margin: 0;
  position: absolute;
}
.parking-nav .row {
  height: 60px;
  padding: 20px;
}
.parking-nav .headerTitle {
  font-size: 1.25rem !important;
  font-weight: 500 !important;
}

.parking-nav-names {
  z-index: 100;
  transform: translateX(-480px);
  transition: 0.4s;
  background: white;
  max-width: 480px;
  height: 100vh;
  left: 0;
  margin-top: 40vh;
  position: absolute;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.parking-nav-names .btn {
  margin-top: 10px;
}
.parking-nav-names .collection, .parking-nav-names .collection-item {
  border: none;
  color: #676b72;
}
.parking-nav-names [type=checkbox].filled-in:disabled:checked + span:not(.lever):after {
  background-color: #4baf4f;
  border-color: #4baf4f;
}
.parking-nav-names #lotName {
  padding: 20px;
}
.parking-nav-names #changeLot {
  margin-left: 45px;
}
.parking-nav-names #changeLot:hover {
  background-color: #F36E21;
  opacity: 0.7;
}

.modal-content p {
  padding: 30px 0px;
}

#MobileDetailedView {
  transform: translateX(-120vw);
  box-shadow: 8px 4px 8px 9px #676b72;
  max-width: 480px;
  z-index: 350;
  display: block;
  position: fixed;
  width: 100%;
  bottom: 0;
  margin-bottom: 0;
  height: 100px;
  background: #fff;
}
#MobileDetailedView .button.round {
  padding: 12px 16px;
  background: #F36E21;
  border: solid 0 white;
  border-radius: 50%;
  position: absolute;
  bottom: 60px;
  right: 24px;
}
#MobileDetailedView .button.round i {
  margin-top: 2px;
  color: white;
}
#MobileDetailedView #loc-det-image {
  height: 70px;
  width: 70px;
}
#MobileDetailedView .mobCol {
  padding: 10px;
}
#MobileDetailedView .mobileColDet {
  padding-top: 15px;
  padding-left: 20px;
}

#modal1.open, #imagine-modal:open {
  width: 60%;
}

.modal-content {
  width: 100% !important;
}

#shareLoctextarea {
  width: 24em;
}

#shareLoctextarea-loc {
  width: 24em;
}

.imagine-btns {
  margin-left: 6em;
  margin-right: auto;
}

.shareBtn {
  width: 15em !important;
  color: white !important;
  margin-bottom: 1.5em !important;
}

.share {
  margin-left: 4em;
}

.checkbox-right {
  float: right;
}

.imagine-dv {
  margin-left: 7em;
  margin-right: auto;
}

.modal-title {
  text-align: left;
  margin-left: 2.8em;
}

.myday-nav {
  z-index: 9;
}

#closeMyDay:hover, #closeExhibits:hover {
  cursor: pointer;
}

#imagineListPanel {
  position: absolute;
}
#imagineListPanel .list {
  height: auto;
}
#imagineListPanel .headerBar {
  background: linear-gradient(310.84deg, #E0E7EC -14.6%, rgba(224, 231, 236, 0) 111.61%), #FBFBFB !important;
}
#imagineListPanel .headerBar p, #imagineListPanel .headerBar i {
  color: #3761C5;
}

#imagineListInfo {
  background: linear-gradient(307.99deg, #E0E7EC -11.64%, rgba(224, 231, 236, 0) 88.07%), #FBFBFB;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 424px;
  z-index: 99;
  padding: 60px 0;
  overflow-y: scroll;
}
#imagineListInfo .container {
  width: 100%;
  padding-top: 70px;
  padding-left: 24px;
}
#imagineListInfo::-webkit-scrollbar {
  width: 8px;
}
#imagineListInfo::-webkit-scrollbar-track {
  background: #F0F3F6;
  box-shadow: inset 2px 4px 4px rgba(15, 55, 84, 0.25), inset -2px -4px 4px #FFFFFF;
  border-radius: 8px;
}
#imagineListInfo::-webkit-scrollbar-thumb {
  background: linear-gradient(270deg, #FFFFFF 37.5%, rgba(255, 255, 255, 0) 75%), #F0F3F6;
  box-shadow: 2px 4px 4px rgba(15, 55, 84, 0.25);
  border-radius: 8px;
}
#imagineListInfo p {
  color: #315C6A;
  font-size: 0.9em !important;
  padding-left: 0 !important;
}
#imagineListInfo .collection-header {
  background: none;
}
#imagineListInfo .collection-header input {
  background: #EEEEEE;
  border: 1px solid rgba(238, 238, 238, 0.2);
  box-shadow: inset 4px 4px 8px rgba(15, 55, 84, 0.4), inset -4px -4px 8px #FFFFFF;
  border-radius: 16px;
  font-size: unset;
  height: 2.5em;
  margin-bottom: 0;
  padding-left: 16px;
  width: 284px;
}
#imagineListInfo .collection-header input::-moz-placeholder {
  color: #6EA8FF;
}
#imagineListInfo .collection-header input::placeholder {
  color: #6EA8FF;
}
#imagineListInfo .collection-header input:focus {
  font-size: 16px;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.38), inset -3px -3px 7px #FFFFFF;
  border: 2px solid rgba(238, 238, 238, 0.5);
}
#imagineListInfo .collection-header a.btn-small {
  min-width: calc((90% - 60px) / 3);
  background: #EDF0F1 !important;
  box-shadow: 4px 9px 16px rgba(15, 55, 84, 0.15), -4px -8px 16px #FFFFFF;
  border-radius: 24px;
  color: #315C6A;
  margin-top: 8px;
  height: 30px;
  font-size: 12px;
  margin-right: 4px;
}
#imagineListInfo .collection-header a.btn-small i.right {
  margin-left: 0;
}
#imagineListInfo .collection-header a.btn-small.active, #imagineListInfo .collection-header a.btn-small:hover {
  color: #6EA8FF;
  box-shadow: inset 4px 8px 8px rgba(15, 55, 84, 0.25), inset -4px -8px 8px #FFFFFF;
  border: 1px solid rgba(158, 178, 227, 0.5);
}
#imagineListInfo .collection-header span:first-child {
  font-size: smaller;
  width: 50px;
}
#imagineListInfo .collection-item {
  background: #DEE5E8;
  box-shadow: 2px 4px 8px rgba(15, 55, 84, 0.25), -2px -4px 8px rgba(255, 255, 255, 0.75);
  border-radius: 16px;
  margin: 8px;
  scroll-margin-top: 66px;
}
#imagineListInfo .collection-item .closed {
  color: #f86c00 !important;
}
#imagineListInfo .collection-item .closed span {
  color: #315C6A;
}
#imagineListInfo .collection-item .disabled span {
  text-decoration: line-through;
}
#imagineListInfo .collection-item .card-title {
  color: #315C6A;
  font-size: 1.2em;
}
#imagineListInfo .collection-item .card-content {
  color: #315C6A;
  font-size: 0.9em;
}
#imagineListInfo .collection-item .card-content .material-icons {
  font-size: 18px;
}
#imagineListInfo .collection-item .card-content span {
  vertical-align: top;
}
#imagineListInfo .collection-item .card-graph {
  color: #315C6A;
}
#imagineListInfo .collection-item .card-graph span.closed-legend {
  max-width: calc(100% - 128px);
  display: inline-block;
  font-size: 14px;
}
#imagineListInfo .collection-item .card-graph .btn-switch {
  border-radius: 16px;
  width: 284px;
  margin: 8px 0;
  border: 1px solid #6EA8FF;
}
#imagineListInfo .collection-item .card-graph .btn-switch a.btn-small.active {
  color: white;
  background-color: #6EA8FF;
}
#imagineListInfo .collection-item .card-graph .btn-switch a.btn-flat {
  color: #3761C5;
}
#imagineListInfo .collection-item .card-graph .btn-switch a.btn-flat:hover {
  background-color: #89C8FA !important;
  color: white;
}
#imagineListInfo .collection-item .hidden {
  display: none !important;
}
#imagineListInfo .collection-item.active, #imagineListInfo .collection-item:hover {
  border: 3px solid rgba(225, 225, 225, 0.75);
  background: linear-gradient(154.27deg, rgba(15, 55, 84, 0.15) -27%, rgba(255, 255, 255, 0) 144.43%), #FFFFFF;
  box-shadow: inset -8px -16px 32px #FFFFFF;
  color: #3761C5;
}
#imagineListInfo .collection-item.active .card-title, #imagineListInfo .collection-item:hover .card-title {
  font-weight: bolder;
}
#imagineListInfo .collection-item a.btn-small {
  border-radius: 15px;
  height: 30px;
}
#imagineListInfo .collection-item a.btn-small span {
  vertical-align: top;
}
#imagineListInfo .collection-item .card-action {
  border-top: 1px solid rgb(158, 178, 227);
  padding-top: 8px;
  width: 290px;
}
#imagineListInfo .collection-item .card-action a.btn-small {
  margin-right: 20px;
}
#imagineListInfo .collection-item .card-action a.btn-small:hover {
  border: 1px solid rgba(158, 178, 227, 0.5);
  color: #3761C5;
  box-shadow: inset 4px 4px 8px rgba(15, 55, 84, 0.25), inset -4px -8px 8px #FFFFFF;
  border: 1px solid rgba(110, 168, 255, 0.25);
  background: linear-gradient(145.49deg, rgba(54, 66, 142, 0.25) 5.09%, rgba(255, 255, 255, 0) 92.36%), #FFFFFF;
}
#imagineListInfo .collection-item .card-action .direction {
  background: #6EA8FF;
  box-shadow: 4px 8px 12px rgba(54, 66, 142, 0.25), -4px -8px 12px #FFFFFF;
}
#imagineListInfo .collection-item .card-action .detail {
  background: #89C8FA;
  box-shadow: 4px 8px 12px rgba(54, 66, 142, 0.25), -4px -8px 12px #FFFFFF;
}
#imagineListInfo .collection-item img {
  margin: 8px 0;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  #modal1.open, #imagine-modal.open {
    width: 80% !important;
  }
  #shareLoctextarea {
    margin-left: 0.5em !important;
  }
  #shareLoctextarea-loc {
    margin-left: 0.5em !important;
  }
  .modal-title {
    margin-left: 3.3em !important;
  }
  #imagineListInfo {
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    height: calc(100% - 46px) !important;
    padding: 20px 0 0 0;
    z-index: 100 !important;
    width: 100vw;
    top: 46px;
    bottom: unset;
  }
  #imagineListInfo .list-collapse-ctrl {
    position: absolute;
    top: 0;
    min-height: initial !important;
    height: 32px;
    padding: 0;
    width: 100%;
    text-align: center;
    border: none;
    background: white;
    list-style: none;
    z-index: 9;
  }
  #imagineListInfo.collapse {
    height: 42% !important;
    top: unset;
    bottom: 0px;
  }
  #eventPanel {
    top: unset !important;
    bottom: 180px !important;
  }
}
@media only screen and (max-width: 480px) {
  .parking-nav, .parking-nav-names {
    width: 100%;
  }
  .myday-nav {
    width: 100%;
  }
  .myday-nav #my-day {
    top: 46px;
  }
  #eventPanel {
    left: 0 !important;
  }
  #eventPanel .event-close {
    right: 16px !important;
    cursor: pointer;
    position: absolute;
    top: 12px;
    font-size: 1.25rem !important;
  }
  .itinerary-actions {
    border-top: 0;
  }
}
@media only screen and (min-width: 480px) {
  .parking-nav, .parking-nav-names {
    width: 350px;
  }
  .parking-nav-names {
    margin-top: 60px;
  }
  #addToItinerary .rounded-button, #markAsVisited .rounded-button {
    padding: 10px 10px 22px;
  }
}
@media only screen and (max-width: 376px) {
  #modal2 {
    height: 80%;
  }
  .itinerary-actions {
    border-top: 0 !important;
  }
  #eventPanel .imagine-popular-search .imagine-popular-search-label {
    margin: 6px auto;
  }
  #addToItinerary .rounded-button, #markAsVisited .rounded-button {
    padding: 10px 9px 22px !important;
  }
  #eventPanel .imagine-popular-search .circle {
    padding: 6px;
  }
}
#addOrRemove {
  color: #F36E21;
}

#navigateToZone {
  position: absolute;
  bottom: 10px;
  left: 84px;
  z-index: 1001;
  overflow: hidden;
}

#exhibitView #bottomTabs nav #tabsMenu {
  padding-top: 10px;
}
#exhibitView #bottomTabs nav #tabsMenu .tabs a span {
  top: -2px;
}

#addToItinerary .rounded-button, #markAsVisited .rounded-button {
  cursor: pointer;
  position: absolute;
  min-width: calc((90% - 60px) / 3);
  width: 48%;
  background: #FFF;
  border-radius: 24px;
  border: solid 1px #000;
  height: 42px;
  margin-right: 4px;
  padding: 10px 12px 22px;
  color: #000;
  text-transform: uppercase;
  transition: none;
}
#addToItinerary .rounded-button span, #markAsVisited .rounded-button span {
  vertical-align: super;
}
#addToItinerary .rounded-button i, #markAsVisited .rounded-button i {
  vertical-align: sub;
}
#addToItinerary .rounded-button:hover, #markAsVisited .rounded-button:hover {
  color: #FFF;
  background: #000;
}

#addToItinerary .rounded-button.active {
  color: #FFF;
  background: #F76902;
  border: none;
}
#addToItinerary .rounded-button.active:hover {
  color: #FFF;
  background: #000;
}
#addToItinerary .rounded-button.active:hover i {
  color: #FFF;
}

#addToItinerary .rounded-button {
  left: 4px;
}
#addToItinerary .rounded-button.active {
  font-size: small;
}

#markAsVisited * {
  transition: none !important;
}
#markAsVisited .rounded-button {
  color: #000;
  border: #000 solid 1px;
  right: 0;
}
#markAsVisited .rounded-button i {
  color: #7C878E;
}
#markAsVisited .rounded-button.active {
  border: #009688 solid 1px;
  background: #009688;
  color: #FFF;
}
#markAsVisited .rounded-button.active i {
  color: #FFF;
}
#markAsVisited .rounded-button.active:hover {
  font-style: bold;
  border: #00635a solid 1px;
  background: #00635a;
  box-shadow: 0 0 2px 1px #00635a;
  color: #FFF;
}
#markAsVisited .rounded-button.active:hover i {
  color: #FFF;
}
#markAsVisited .rounded-button.active:hover span::before {
  content: "Unmark as ";
}
#markAsVisited .rounded-button:hover {
  transition: none !important;
  background: #f2fffe;
  border: #009688 solid 1px;
  color: #009688;
}
#markAsVisited .rounded-button:hover i {
  color: #009688;
}

.itinerary-actions {
  border: lightgrey 1px solid;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  padding: 20px 0;
  height: 90px;
}

.center-text {
  text-align: center;
}

.rounded-button-text {
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-height: 667px) {
  #eventPanel {
    bottom: 65px !important;
  }
}
.exhibit-summary-info {
  height: -moz-fit-content;
  height: fit-content;
  background: white;
  padding: 14px 0 0;
}
.exhibit-summary-info:hover {
  cursor: pointer;
}
.exhibit-summary-info.esi-list {
  overflow: hidden;
  padding: 10px 0;
  border-bottom: lightgrey 1px solid;
}
.exhibit-summary-info.esi-list .es-details .es-exhibit-name p {
  padding-right: 10px;
}
.exhibit-summary-info > div {
  float: left;
}
.exhibit-summary-info .es-thumbnail {
  padding-left: 10px;
  width: 15%;
}
.exhibit-summary-info .es-thumbnail img {
  display: block;
  height: 45px;
  width: 45px;
  margin: auto;
  border-radius: 5px;
}
.exhibit-summary-info .es-details {
  position: relative;
  padding-left: 15px;
  width: 82%;
  font-size: 1rem !important;
}
.exhibit-summary-info .es-details .drag-handle, .exhibit-summary-info .es-details .visit-badge {
  position: absolute;
  top: -10%;
  right: 6px;
}
.exhibit-summary-info .es-details .drag-handle {
  top: 25%;
}
.exhibit-summary-info .es-details .es-exhibit-name p {
  padding: 0 20px 0 0;
  font-size: 1.2rem !important;
}
.exhibit-summary-info .es-details .es-exhibit-name p i {
  vertical-align: sub;
  float: right;
  margin-right: 10px;
}
.exhibit-summary-info .es-details p {
  padding: 0;
  font-size: 1rem !important;
}

#exhibitSummary {
  z-index: 999;
  position: fixed;
  bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
  width: 100vw;
  padding-bottom: 10px;
  background: white;
}
#exhibitSummary .exhibit-summary-actions {
  width: 99%;
  margin: auto;
}
#exhibitSummary .exhibit-summary-actions .esa-btn {
  margin: 10px 2px 0;
  padding: 2px 3px;
  float: left;
  width: 28%;
  border: 1px solid black;
  border-radius: 100px;
  color: black;
}
#exhibitSummary .exhibit-summary-actions .esa-btn.checked-in {
  border-color: #009688 !important;
}
#exhibitSummary .exhibit-summary-actions .esa-btn span, #exhibitSummary .exhibit-summary-actions .esa-btn span i {
  vertical-align: middle;
}
#exhibitSummary .exhibit-summary-actions .esa-btn span p, #exhibitSummary .exhibit-summary-actions .esa-btn span i p {
  transform: translateY(2px);
  padding: 0;
  display: inline-block;
}
#exhibitSummary .exhibit-summary-actions .esa-btn span i {
  margin: 0 4px;
}
#exhibitSummary .exhibit-summary-actions .esa-btn.primary {
  width: 40%;
  background: black;
  color: white;
}/*# sourceMappingURL=main.css.map */