/*
 * index_styles.css
 * Copyright (c)2011 - 2023. Xplorit LLC. All rights reserved
 * Created in The Cerebrate Aquarium by douglasrhiner
 * Last modified - 6/22/23, 2:20 PM
 *
 */

html { height:100%; width:100%; overflow:hidden; }
body { height:100%; width:100%; overflow:hidden; margin:0; padding:0; background-color:#ffffff; }
.overhang.overhang_show { pointer-events: none; }
#stop_the_view_syncing { pointer-events: auto }
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.xptoast {
    border-radius: 2px;
    background-color: #323232;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #fff;
}

.player{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.player > div:nth-of-type(1) {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    overflow: hidden !important;
}

/* CHAT */



.chatArea {
    width: 100%;
    order: 0;
    flex: 1;
    align-self: auto;
    min-height:0;
    overflow-x:hidden;
    overflow-y: scroll;
    padding-top: 20px;
    /* padding-right: 17px; Increase/decrease this value for cross-browser compatibility */
    /* box-sizing: content-box; So the width will be 100% + 17px */
    display: flex;
    flex-direction: column-reverse;
}

.chatArea ul {
    list-style: none;
    word-wrap: break-word;
}

.chatclose {
    position:absolute;
    top:1px;
    right:0px;
    width:13px;
    height:13px;
}

.chatclose:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "\1f147";
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}

.chatInputWrap {
    width: 100%;
    order: 0;
    flex: 0 0 auto;
    align-self: auto;
    overflow-x:hidden;
    overflow-y: scroll;
}

.chatInputWrap input, .chatInputWrap input:focus{
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
    color:#ffffff;
    font-weight:400;
    background-color:#4f97e8;
    height: auto;
    min-height: 20px;
    padding:2px 14px 2px 14px;
    border:1px solid #666666;
    border-radius:13px;
    text-align:left;
    width:90%;
    overflow:hidden;
    resize: none;
    margin:0px 4px 12px auto;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75) !important;
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75) !important;
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75) !important;
}


.messages {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding: 8px;
}

.message.typing .messageBody {
    color: #ffffff;
}

.avContent {
    position: absolute;
    top:0px;
    right:0px;
    bottom:0px;
    left:0px;
    z-index: 10;
    display: flex;
    flex-direction: column-reverse;
    /*flex-wrap: wrap;*/
    justify-content: flex-start;
    align-content: flex-end;
    align-items: flex-end;
    overflow-x: visible;
    overflow-y: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
}

.flex_hide{
    display: none !important;
}

.avContent::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}

.local-player-wrap {
    width: 238px;
    margin: 1%;
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
}

.remote-player-wrap {
    width: 238px;
    margin: 1%;
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
}

.remote_member{
    pointer-events: all;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    border-width: 2px;
    border-style: solid;
    border-color: #00FF00;
}

.player-wrapper-local {
    pointer-events: all;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    border-width: 2px;
    border-style: solid;
    border-color: #00FF00;
}

.local-player {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.chatContent {
    position: absolute;
    top:0px;
    right:0px;
    bottom:0px;
    left:0px;
    z-index: 1000;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-family:
            "HelveticaNeue-Light",
            "Helvetica Neue Light",
            "Helvetica Neue",
            Helvetica,
            Arial,
            "Lucida Grande",
            sans-serif;
}

.promptTitle {
    text-align: center;
    font-weight: bolder;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.inputMessage {
    border: 2px solid #000;
    bottom: 0;
    height: 30px;
    left: 0;
    outline: none;
    padding-left: 4px;
    position: absolute;
    right: 0;
    width: 100%;
    font-size: 14px;
}

.username{
    font-weight: 600;
    font-size:10px;
    text-transform: capitalize;
}

#whiteboard {
    cursor: url('/xplorit_common/assets/icon/pencil.png') 0 24, auto;
}

.screennameform{
    margin: 0;
    position: absolute;
    top: 40%;
    left:50%;
    vertical-align: center;
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/**
.chatTextArea{
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
    color:#ffffff;
    background-color:#4f97e8;
    height:26px;
    padding:8px 14px 0px 14px;
    border:1px solid #4f97e8;
    border-radius:6px;
    min-height:24px;
    text-align:left;
    width:400px;
    overflow:hidden;
    resize: none;
}
*/

.chatDiv{
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
    height: auto;
    font-weight:400;
    min-height: 20px;
    padding:2px 14px 2px 14px;
    width:90%;
    overflow:visible;
    display:table;
    pointer-events: all;
    cursor: text;
}

.chatMy{
    color:#ffffff;
    background-color:#4f97e8;
    border:1px solid #666666;
    text-align:left;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75) !important;
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75) !important;
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75) !important;
    margin:0px 4px 12px auto;
    border-radius:13px 13px 0px 13px;
    -moz-user-select: text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.wrapMy{
    text-align:right;
}

.chatInput{
    color:#ffffff;
    background-color:#4f97e8;
    border:1px solid #666666;
    text-align:left;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75) !important;
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75) !important;
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75) !important;
    margin:0px 4px 12px auto;
    border-radius:13px;
    resize: none;
}

.chatIncoming{
    color:#000000;
    background-color:#FFFFFF;
    border:1px solid #666666;
    text-align:left;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75) !important;
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75) !important;
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75) !important;
    margin:0px 0px 12px 0px;
    border-radius:13px 13px 13px 0px;
    -moz-user-select: text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.wrapIncoming{
    text-align:left;
}

.chatNotice{
    color:#FFFFFF;
    background-color: #7be17d;
    text-align: center;
    font-weight: 600;
    border:1px solid #666666;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.75) !important;
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.75) !important;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.75) !important;
    margin:0px 0px 12px 0px;
    border-radius:13px;
}

.chatLeft{
    color:#FFFFFF;
    background-color: #f5c66e;
    text-align: center;
    font-weight: 600;
    border:1px solid #666666;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.75) !important;
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.75) !important;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.75) !important;
    margin:0px 0px 12px 0px;
    border-radius:13px;
}

.chatTextDiv{
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
    text-align:left;
    color:#000000;
    background-color:#FFFFFF;
    height: auto;
    min-height: 20px;
    padding:2px 14px 2px 14px;
    border:1px solid #666666;
    border-radius:13px;
    width:75%;
    overflow:hidden;
    resize: none;
    margin:0px 0px 12px 0px;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
}

.chatTextDivNotice{
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    color:#FFFFFF;
    background-color: #7be17d;
    height: auto;
    padding:2px 14px 0px 14px;
    border:1px solid #666666;
    border-radius:13px;
    width:75%;
    overflow:hidden;
    resize: none;
    margin:0px 0px 12px 0px;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.75);
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    pointer-events: all !important;
}

::-webkit-scrollbar-thumb {
    background: rgba(90, 90, 90, 0.6);
    border: 1px solid rgba(165, 165, 165, 1.0);
    pointer-events: all !important;
    border-radius: 3px;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.0);
    pointer-events: all !important;
}

.filtercheck {

}

.filtercheck::before {
    display: none;
}

span.filtercheck::after {
    content: '';
    position: relative;
    top: 0;
    left: 0;
    width: 0px;
    height: 0px;
    z-index: 0;
    border: none;
    border-radius: 0px;

}

span.filtercheck:hover {
    background-color: transparent;
}

li.filtercheck:hover {
    background-color: #cccccc;
}

.filtercheck > [type="checkbox"]{
    position: relative;
    top: 4px;
    left: 4px;
    opacity: 1.0;
    pointer-events: all;
}

.filtercheck > [type="checkbox"] + span:not(.lever){
    font-size: 12px;
    height: 14px;
    padding-left: 12px;
    line-height: 21px;
    vertical-align: text-top;
}

li.filtercheck {
    height: 22px;
    /*padding-top:1px;
    padding-left:2px;*/
}

li.filtercheck:hover{
    background-color:#EEEEEE;
}

#mapexpand:hover, #zoomout:hover, #zoomin:hover, #filtercats:hover, #filterlayers:hover {
    background-color: #ebebeb;
}
/* hide the close button for goolemaps info window */
.gm-ui-hover-effect {display: none !important;}

/* vietnamese */
@font-face {
    font-family: 'Bangers';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/bangers/v20/FeVQS0BTqb0h60ACH5FQ2J5hm25mww.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Bangers';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/bangers/v20/FeVQS0BTqb0h60ACH5BQ2J5hm25mww.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Bangers';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/bangers/v20/FeVQS0BTqb0h60ACH55Q2J5hm24.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
    font-family: 'Inconsolata';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/inconsolata/v31/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp4U8WRL2l3WdycuJDETf.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Inconsolata';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/inconsolata/v31/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp4U8WRP2l3WdycuJDETf.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Inconsolata';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/inconsolata/v31/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp4U8WR32l3WdycuJDA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Jura';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/jura/v24/z7NOdRfiaC4Vd8hhoPzfb5vBTP1d7ZurR_iJGursUpyo0Q.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Jura';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/jura/v24/z7NOdRfiaC4Vd8hhoPzfb5vBTP1d7ZuiR_iJGursUpyo0Q.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Jura';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/jura/v24/z7NOdRfiaC4Vd8hhoPzfb5vBTP1d7ZuqR_iJGursUpyo0Q.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Jura';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/jura/v24/z7NOdRfiaC4Vd8hhoPzfb5vBTP1d7ZulR_iJGursUpyo0Q.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* kayah-li */
@font-face {
    font-family: 'Jura';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/jura/v24/z7NOdRfiaC4Vd8hhoPzfb5vBTP1d7ZvuR_iJGursUpyo0Q.woff2) format('woff2');
    unicode-range: U+200C-200D, U+2010, U+25CC, U+A900-A92F;
}
/* vietnamese */
@font-face {
    font-family: 'Jura';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/jura/v24/z7NOdRfiaC4Vd8hhoPzfb5vBTP1d7ZupR_iJGursUpyo0Q.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Jura';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/jura/v24/z7NOdRfiaC4Vd8hhoPzfb5vBTP1d7ZuoR_iJGursUpyo0Q.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Jura';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/jura/v24/z7NOdRfiaC4Vd8hhoPzfb5vBTP1d7ZumR_iJGursUpw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Lobster';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lobster/v28/neILzCirqoswsqX9zo-mM4MwWJXNqA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Lobster';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lobster/v28/neILzCirqoswsqX9zoamM4MwWJXNqA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Lobster';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lobster/v28/neILzCirqoswsqX9zo2mM4MwWJXNqA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Lobster';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lobster/v28/neILzCirqoswsqX9zoymM4MwWJXNqA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Lobster';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lobster/v28/neILzCirqoswsqX9zoKmM4MwWJU.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QI6MX1D_JOuGQbT0gvTJPa787weuxJMkq18ndeYxZ2JTg.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QI6MX1D_JOuGQbT0gvTJPa787weuxJFkq18ndeYxZ2JTg.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QI6MX1D_JOuGQbT0gvTJPa787weuxJOkq18ndeYxZ2JTg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QI6MX1D_JOuGQbT0gvTJPa787weuxJPkq18ndeYxZ2JTg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lora/v26/0QI6MX1D_JOuGQbT0gvTJPa787weuxJBkq18ndeYxZ0.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/merriweather/v30/u-440qyriQwlOrhSvowK_l5-cSZMdeX3rsHo.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/merriweather/v30/u-440qyriQwlOrhSvowK_l5-eCZMdeX3rsHo.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/merriweather/v30/u-440qyriQwlOrhSvowK_l5-cyZMdeX3rsHo.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/merriweather/v30/u-440qyriQwlOrhSvowK_l5-ciZMdeX3rsHo.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/merriweather/v30/u-440qyriQwlOrhSvowK_l5-fCZMdeX3rg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJbecnFHGPezSQ.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJnecnFHGPezSQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCFPrEVIT9d0c-dYA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCMPrEVIT9d0c-dYA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCHPrEVIT9d0c-dYA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCGPrEVIT9d0c-dYA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrEVIT9d0c8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu72xKKTU1Kvnz.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu5mxKKTU1Kvnz.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7mxKKTU1Kvnz.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4WxKKTU1Kvnz.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7WxKKTU1Kvnz.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7GxKKTU1Kvnz.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
    font-family: 'Teko';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/teko/v15/LYjNdG7kmE0gfaJ9pQlCpVoXVQ.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
    font-family: 'Teko';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/teko/v15/LYjNdG7kmE0gfa19pQlCpVoXVQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Teko';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/teko/v15/LYjNdG7kmE0gfaN9pQlCpVo.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

svg {
    filter: drop-shadow(1px 1px 2px rgb(0 0 0 / 0.9));
}

.compact {
    margin-top: 0px;
    margin-bottom: 0px;
}

.input-field > label:not(.label-icon).active {
    -webkit-transform: translateY(-5px) scale(0.8);
    transform: translateY(-5px) scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    background-color:transparent;
}

input.compact, select.compact {
    padding: 2px 10px;
    font-size: 14px;
}


label.compact{
    font-size: 12px;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.accordion-button.compact {
    padding: 6px 20px 6px 20px !important;
}

#infoIframeWrap {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    border: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}

#infoIframe {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #ffffff;
    width: 100%;
    border: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}

.mapButtonWrap {
    position: absolute;
    z-index: 2;
    background-color: #ffffff;
}

.mapButtonWrapFull{
    border: 1px solid #333333;
    border-radius: 2px;
    -moz-border-radius: 2px;
}

.mapButtonWrapSolo{
    height: 28px;
    width:28px;
}

.mapButtonWrapGroup{
    height: 26px;
    width:26px;
}


.mapButtonWrapLeft{
    border-radius: 2px 0px 0px 2px;
    border-right: 1px solid #333333;
    height: 26px;
    width:27px;
}

.mapButtonWrapCenter{
    border-radius: 0px;
    border-right: 1px solid #333333;
    height: 26px;
    width:27px;
}

.mapButtonWrapRight{
    border-radius: 0px 2px 2px 0px;
    height: 26px;
    width:26px;
}

.mapButtonWrap :hover {
    background-color: #eeeeee;
}

.mapButton {
    position:absolute;
    right: 0px;
    top: 0px;
    height: 26px;
    width:26px;
}

.mapIcon {
    color: #222222;
    position:absolute;
    right: 1px;
    top: 1px;
}

/* hide Alpha Warning Banner */
.vAygCK-api-load-alpha-banner{
    display: none;
    visibility:hidden !important;
    height:0;
    width:0;

}

gmp-advanced-marker {
    outline-width: 0px;
}

/* The popup bubble styling. */
.popup-bubble {
    /* Position the bubble centred-above its parent. */
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -100%);
    /* Style the bubble. */
    background-color: #ffffff;
    opacity: 0.85;
    padding: 5px;
    border-radius: 5px;
    font-family: sans-serif;
    text-align: center;
    overflow-y: auto;
    max-height: 60px;
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5);
}

/* The parent of the bubble. A zero-height div at the top of the tip. */
.popup-bubble-anchor {
    /* Position the div a fixed distance above the tip. */
    position: absolute;
    width: 100%;
    bottom: 40px;
    left: 0;
}

.popup-bubble-anchor-poly {
    /* Position the div a fixed distance above the tip. */
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 0;
}

.markerShadow {
    -webkit-filter: drop-shadow( 0px 5px 2px #000 );
    filter: drop-shadow( 0px 5px 2px #000 ); /* Same syntax as box-shadow */
}

/* This element draws the tip. */
.popup-bubble-anchor::after, .popup-bubble-anchor-poly::after{
    content: "";
    opacity: 0.85;
    position: absolute;
    top: 0;
    left: 0;
    /* Center the tip horizontally. */
    transform: translate(-50%, 0);
    /* The tip is a https://css-tricks.com/snippets/css/css-triangle/ */
    width: 0;
    height: 0;
    /* The tip is 8px high, and 12px wide. */
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid white;
}

/* JavaScript will position this div at the bottom of the popup tip. */
.popup-container {
    cursor: auto;
    height: 0;
    position: absolute;
    /* The max width of the info window. */
    width: 200px;
}

.form-check-input:checked {
    background-color: #00BB00;
    border-color: #00BB00;
}
