html {
  background-color: white;
  font-family: "museo-sans";
}
p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "museo-sans";
  margin-bottom: 8px;
}
h1 {
  font-size: 3em;
}
h2 {
  font-size: 2em;
  color: #00cc7e;
}
h3 {
  font-family: "adelle";
  font-style: italic;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.3em;
  color: #00cc7e;
  margin-bottom: 0.8em;
}
h4 {
  font-family: "adelle";
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  line-height: 1.3em;
  color: #00cc7e;
  margin-bottom: 0.7em;
}
h5 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0.5em;
}
p {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #083749;
}
strong {
  font-weight: 900;
}
a {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #2a8ff0;
}
a:hover {
  color: #59a8f4;
}
.emoji {
  font-size: 20px;
}
#content,
html,
body {
  height: 100%;
}
#chat {
  height: 100%;
  left: 0px;
  margin-right: 0px;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transition: all 0.6s ease;
}
#chat #logo {
  margin-top: 120px;
  margin-bottom: 60px;
  width: 100%;
  text-align: center;
}
#chat #bubble_container {
  margin-left: 12%;
  margin-right: 12%;
}
#chat #bubble_container .alan_bubble {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6em;
  color: #083749;
  background-color: #f6f6f6;
  border: 1px solid #eeeeee;
  display: inline-block;
  padding: 12px;
  border-radius: 12px;
  margin-bottom: 6px;
  width: auto;
  cursor: default;
  -webkit-touch-callout: none;
  /* iOS Safari */

  -webkit-user-select: none;
  /* Chrome/Safari/Opera */

  -khtml-user-select: none;
  /* Konqueror */

  -moz-user-select: none;
  /* Firefox */

  -ms-user-select: none;
  /* Internet Explorer/Edge */

  user-select: none;
  /* Non-prefixed version, currently
                                  not supported by any browser */

  max-width: 66%;
}
#chat #bubble_container .alan_bubble a {
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6em;
}
#chat #bubble_container .locutor_bubble_post {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6em;
  color: #0d5a77;
  background-color: #dddddd;
  border: 1px solid #d5d5d5;
  display: inline-block;
  padding: 12px;
  border-radius: 12px;
  margin-bottom: 6px;
  width: auto;
  cursor: default;
  -webkit-touch-callout: none;
  /* iOS Safari */

  -webkit-user-select: none;
  /* Chrome/Safari/Opera */

  -khtml-user-select: none;
  /* Konqueror */

  -moz-user-select: none;
  /* Firefox */

  -ms-user-select: none;
  /* Internet Explorer/Edge */

  user-select: none;
  /* Non-prefixed version, currently
                                  not supported by any browser */

  text-align: left;
  float: right;
}
#chat #bubble_container .locutor_bubble_post a {
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6em;
}
#chat #bubble_container #user_response_container {
  width: 100%;
  height: 120px;
  padding-top: 24px;
  text-align: center;
}
#chat #bubble_container #user_response_container .locutor_bubble {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6em;
  color: #ffffff;
  background-color: #0f76d8;
  border: 1px solid #0e6eca;
  display: inline-block;
  padding: 12px;
  border-radius: 12px;
  margin-bottom: 6px;
  width: auto;
  cursor: default;
  -webkit-touch-callout: none;
  /* iOS Safari */

  -webkit-user-select: none;
  /* Chrome/Safari/Opera */

  -khtml-user-select: none;
  /* Konqueror */

  -moz-user-select: none;
  /* Firefox */

  -ms-user-select: none;
  /* Internet Explorer/Edge */

  user-select: none;
  /* Non-prefixed version, currently
                                  not supported by any browser */

  margin: 4px;
  cursor: pointer;
  transition-duration: 0.1s;
}
#chat #bubble_container #user_response_container .locutor_bubble a {
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6em;
}
#chat #bubble_container #user_response_container .locutor_bubble:hover {
  background-color: #59a8f4;
  border-color: #4ba1f3;
}
#chat #bubble_container #user_response_container .locutor_bubble:active {
  background-color: #084279;
  border-color: #68b0f4;
}
.notes {
  position: fixed;
  right: -94%;
  width: 94%;
  height: 100%;
  background-color: white;
  outline: 1px solid rgba(0, 0, 0, 0.05);
  opacity: 0.5;
  text-align: center;
  z-index: 9900;
  transition: all 0.4s ease;
}
.notes .note_title_bar {
  position: absolute;
  top: 0;
  z-index: 9999;
  width: 384px;
  height: 56px;
  top: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px rgba(0, 0, 0, 0.05) solid;
}
.notes .note_title_bar .nav_title {
  font-weight: 300;
  line-height: 56px;
  color: #083749;
  opacity: 0.5;
}
.notes .form_summary {
  margin-top: 54px;
  padding-bottom: 200px;
}
.notes .form_summary .section_title {
  height: 34px;
  font-size: 13px;
  text-align: left;
  line-height: 34px;
  font-weight: 500;
  color: #083749;
  margin-left: 0px;
  padding-left: 20px;
  margin-top: 0px;
  background-color: rgba(0, 0, 0, 0.05);
}
.notes .form_summary .label {
  font-size: 13px;
  text-align: left;
  line-height: 20px;
  font-weight: 500;
  color: #083749;
  opacity: 0.5;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 16px;
}
.notes .form_summary .input {
  font-size: 18px;
  text-align: left;
  line-height: 20px;
  font-weight: 300;
  color: #0f76d8;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding-bottom: 4px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) dashed;
}
.notes .form_summary #map {
  margin-top: 8px;
  margin-bottom: 16px;
}
.notes .reference_card {
  background-color: #00cc7e;
}
.notes #first_level_info {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  width: 384px;
}
.notes #first_level_info #main_box {
  background-color: #00cc7e;
  padding-top: 38px;
  padding-bottom: 42px;
}
.notes #first_level_info #main_box h3 {
  color: #ffffff;
}
.notes #first_level_info #main_box p {
  color: white;
  opacity: 0.85;
}
.notes #first_level_info #main_box a {
  font-weight: 700;
  color: white;
  cursor: pointer;
  opacity: 1;
  border-radius: 20px;
}
.notes #first_level_info #main_box a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.notes #first_level_info .note_card {
  padding-top: 24px;
  padding-left: 42px;
  padding-right: 42px;
  padding-bottom: 24px;
  background-color: white;
  cursor: default;
  -webkit-touch-callout: none;
  /* iOS Safari */

  -webkit-user-select: none;
  /* Chrome/Safari/Opera */

  -khtml-user-select: none;
  /* Konqueror */

  -moz-user-select: none;
  /* Firefox */

  -ms-user-select: none;
  /* Internet Explorer/Edge */

  user-select: none;
  /* Non-prefixed version, currently
                                  not supported by any browser */

}
.notes #first_level_info .note_card p {
  color: #4f7c8e;
}
.notes #first_level_info .clicable_note_card {
  cursor: pointer;
  transition: all 0.2s ease;
}
.notes #first_level_info .clicable_note_card:hover {
  background-color: #f5fcfe;
}
.notes #first_level_info .note_footeraction {
  padding-top: 24px;
  padding-left: 42px;
  padding-right: 42px;
  padding-bottom: 24px;
  background-color: white;
  cursor: default;
  -webkit-touch-callout: none;
  /* iOS Safari */

  -webkit-user-select: none;
  /* Chrome/Safari/Opera */

  -khtml-user-select: none;
  /* Konqueror */

  -moz-user-select: none;
  /* Firefox */

  -ms-user-select: none;
  /* Internet Explorer/Edge */

  user-select: none;
  /* Non-prefixed version, currently
                                  not supported by any browser */

  cursor: pointer;
  background-color: #0f76d8;
  color: white;
  padding-bottom: 14px;
}
.notes #first_level_info .note_footeraction p {
  color: #4f7c8e;
}
.notes #first_level_info .note_footeraction h4 {
  color: white;
}
.notes #first_level_info .note_footeraction:hover {
  background-color: #2a8ff0;
}
.notes .nav_title_bar {
  position: absolute;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 56px;
  top: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px rgba(0, 0, 0, 0.05) solid;
  left: 384px;
  right: 0px;
}
.notes .nav_title_bar .nav_title {
  font-weight: 300;
  line-height: 56px;
  color: #083749;
  opacity: 0.5;
}
.notes #second_level_info {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
.notes .selling_placeholder {
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
}
.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
  display: none;
}
.gmnoprint div {
  background: none !important;
}
#shadow {
  background-color: #083749;
  z-index: 9800;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.rightPanelShake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-2px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(4px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-8px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(8px, 0, 0);
  }
}
.bubbleAnimated {
  animation: 2000ms pulsate infinite alternate ease-in-out;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.button {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6em;
  color: #ffffff;
  background-color: #0f76d8;
  border: 1px solid #0e6eca;
  display: inline-block;
  padding: 12px;
  border-radius: 12px;
  margin-bottom: 6px;
  width: auto;
  cursor: default;
  -webkit-touch-callout: none;
  /* iOS Safari */

  -webkit-user-select: none;
  /* Chrome/Safari/Opera */

  -khtml-user-select: none;
  /* Konqueror */

  -moz-user-select: none;
  /* Firefox */

  -ms-user-select: none;
  /* Internet Explorer/Edge */

  user-select: none;
  /* Non-prefixed version, currently
                                  not supported by any browser */

  cursor: pointer;
  transition-duration: 0.1s;
}
.button a {
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6em;
}
.button:hover {
  background-color: #59a8f4;
}
.button:active {
  background-color: #084279;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px;
  padding-left: 2px;
}
::-webkit-scrollbar-thumb {
  border-radius: 1px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */

  -webkit-user-select: none;
  /* Chrome/Safari/Opera */

  -khtml-user-select: none;
  /* Konqueror */

  -moz-user-select: none;
  /* Firefox */

  -ms-user-select: none;
  /* Internet Explorer/Edge */

  user-select: none;
  /* Non-prefixed version, currently
                                  not supported by any browser */

}
