/* @import url('https://fonts.googleapis.com/css?family=Lato:400'); */

/* common reset */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* END: common reset */

html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-family: roboto, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

a {
  color: #333333;
}

.logo {

  height: auto;
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 999;
  max-width: 120px;
  width: 100%;
}

.mainAppContainer a {
  /* color: #ffffff; */
  text-decoration: none;
  /* display: inline-block;  */
  display: flex;
  align-items: center;
}

html body a:hover,
html body a:focus,
html body a:active,
html body a.active {
  color: #000000;
}

.mainAppContainer .container {
  margin: 45px;
}

.mainAppContainer header,
.mainAppContainer footer,
.mainAppContainer,
html body footer {
  width: 100%;
}

.mainAppContainer header {
  position: fixed;
  top: 0;
  z-index: 10;
}

.mainAppContainer header .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mainAppContainer header .container .logo {
  z-index: 999;
}

.mainAppContainer header .container .arrow-back {
  max-width: 140px;
  width: 100%;
}

.mainAppContainer footer {
  position: relative;
  bottom: 180px;
  z-index: 10;
  height: 15vh;
}

.mainAppContainer footer .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: end;
}

.mainAppContainer footer .container .arrow-back {
  max-width: 200px;
  width: 100%;
}

.is-hidden {
  display: none !important;
  visibility: hidden !important;
}

.central {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
}

.backButton {
  height: 4%;
  width: 4%;
  cursor: pointer;
  pointer-events: all;
  position: fixed;
  right: 60px;
  top: 20px;

}

.freshAir {
  pointer-events: all;
  /* position: absolute; */
  /* bottom: 70%; */
  /* left: 50%; */
  /* font-weight: bold; */
  /* padding: 12px 24px 12px 24px; */
  /* -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
}

.hydroBreeze {
  pointer-events: all;
  /* position: absolute;
  bottom: 70%;
  left: 50%; */
  /* font-weight: bold; */
  /* padding: 12px 24px 12px 24px; */
  /* -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
}

#menuHolder {

  position: absolute;
  left: 50%;
  top: 35%;
  margin-left: -120px;
  /* display: flex; */
  width: 240px;
  pointer-events: all;
}

.menu-header {
  width: 240px;
  padding: 5px;
  margin: 2px 0;
  border: 2px solid #003057;
  color: white;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  background-color: #003057;
  cursor: default;
}

.menu-list {
  width: 240px;
  padding: 5px;
  margin: 2px 0;
  border: 2px solid white;
  color: white;
  font-size: 15px;
  text-align: center;

  background-color: none;
  cursor: pointer;
}

.menu-list:hover {
  background-color: #003057;
  border-color: #003057;
  color: white;
}

.is-visited {
  /* background-color: rgba(205, 208 ,0, 0.6); */
  /* background-color: rgba(255, 255, 255, 0.6); */
  /* background-color: rgba(0, 50, 89, 0.6); */
  background-color: rgba(46, 141, 229, 0.6);
  color: white;
}

.yellow {
  background-color: #003057;
  border-color: #003057;
  color: #fff;
  border: none;
  cursor: pointer;
  /* border-radius: 4px; */
  background-repeat: no-repeat;
  background-position: right 24px center;
}

.yellow:hover {
  background-color: #003057;
  border-color: #003057;
}

.a {
  color: #003057;
}

.CTAbtn {
  pointer-events: all;
  font-weight: bold;
  position: absolute;
  /* bottom: 5%; */
  right: 60px;
  width: 180px;
  /* right: 5%; */
  /* padding: 12px 48px 12px 24px; */
  /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12' viewBox='0 0 7.41 12'%3E%3Cpath d='M10,6,8.59,7.41,13.17,12,8.59,16.59,10,18l6-6Z' transform='translate(-8.59 -6)' fill='%23fff'/%3E%3C/svg%3E"); */
  display: flex;
  align-items: center;
}

.arwRight {
  font-size: 30px;
  height: 35px;
  display: flex;
  align-items: flex-start;
}


@font-face {
  font-family: "roboto";
  font-weight: normal;
  font-style: normal;
  src: url('media/scene.babylon/fonts/RobotoCondensed-Regular.ttf');

}

@font-face {
  font-family: "roboto";
  font-weight: bold;
  font-style: normal;
  src: url('media/scene.babylon/fonts/RobotoCondensed-Bold.ttf');

}

@media only screen and (max-width: 600px) {
  .backButton {
    height: 12%;
    width: 12%;
    right: 10px
  }

  .CTAbtn {
    bottom: -40%;
    right: 10px;
  }
}

@media only screen and (max-width: 500px) {
  .backButton {
    height: 14%;
    width: 14%;
    right: 10px;
    top: 10px;

  }

  .CTAbtn {
    bottom: 40%;
    right: 10px;
  }

}

/* filter popup */

.commandHighlight {
  color: #333333;
}
#filterPopup{
  z-index: 10;
  position: absolute;
  left: 25%;
  top:10%;
  width:50%;
  padding:40px;
  text-align: center;
  pointer-events: all;
  background-color: #fefefe;
  box-shadow: 0px 0px 8px #999999;
  border-radius: 10px;
}
#filterPopup img {
  width: 60%;
  max-width:500px;
  border: 1px #333333 solid;
}
#closeFilter {
  display: block;
  font-weight: bold;
  color:#333333;
  position:absolute;
  right: 10px;
  top: 5px;
  font-size:32px;
  line-height: 16px;
  cursor:pointer;
}
/* kp-ai-chat-simulator (component style extensions and overrides) */

.kpacs-error-popup {
  position: absolute;
  bottom: 24px;
  z-index: 1000;
  width: calc(50% + 10px);
  max-width: calc(550px + 10px);
  min-width: calc(435px + 10px);
  height: calc(35% - 66px);
  max-height: calc(195px - 66px);
  min-height: calc(180px - 66px);
  padding: 20px;
  box-sizing: border-box;
  pointer-events: auto;
}
@media only screen and (max-width: 850px) {
  .kpacs-error-popup {
    bottom: 64px;
  }
}
@media only screen and (max-width: 459px) { /* calc(435px + 24px) */
  .kpacs-error-popup {
    width: calc(100% - 14px);
    min-width: auto;
  }
}

.kp-ai-chat-simulator {
  width: 50%;
  max-width: 550px;
  min-width: 435px;
  height: 35%;
  max-height: 195px;
  min-height: 180px;
  margin-bottom: -45px;
  pointer-events: auto;
}
@media only screen and (max-width: 850px) {
  .kp-ai-chat-simulator {
    margin-bottom: -5px;
  }
}
@media only screen and (max-width: 459px) { /* calc(435px + 24px) */
  .kp-ai-chat-simulator {
    width: calc(100% - 24px);
    min-width: auto;
  }
}
.kpacs-conversation {
  /* background: rgba(255,255,255, 0.98); */
  background: #fff;
}

.kpacs-msginput-locked-msg {
  width: 50px;
  height: 50px;
  background-image: url('lock-transp.png');
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -6px;
}

.kpacs-msginput-voice-btn {
  width: 50px;
  height: 50px;
  box-sizing: content-box;
  border: 1px solid #ddd;
  border-radius: 50%;
  padding: 0;
  background-image: url('mic-transp.png');
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow:
    inset 1px 1px 1px rgba(255, 255, 255, 0.22),
    inset -1px -1px 1px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  background-color: #e7e7e7;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
  transition: all 0.05s linear;
}
.kpacs-msginput-voice-btn:active {
  box-shadow:
    inset 1px 1px 1px rgba(0, 0, 0, 0.22),
    inset -1px -1px 1px rgba(255, 255, 255, 0.22);
  background-color: #f0f0f0;
}
.kpacs-msginput-voice-btn.kpacs-active {
  border: 2px solid red;
  box-shadow:
    inset 1px 1px 1px rgba(0, 0, 0, 0.22),
    inset -1px -1px 1px rgba(255, 255, 255, 0.22);
  background-color: #f0f0f0;
}

/* special hiding of the cta btn (for kp-ai-chat-simulator) */

.CTAbtn {
  display: none !important;
}
