body {
    font-family: Assistant;
}

.owl-pic_p,
.owl-pic_l {
    border-radius: 20px;
    display: none;
}

#answerDiv,
#mainDiv,
#changeContentInMainDiv,
#changeContentInMainDiv p,
.tinymceDiv {
    text-shadow: 1px 1px 1px #000;
    font-size: 21px;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

#mainDiv {
    background-color: rgba(255, 255, 255, 0.5);
    max-width: 800px;
    padding-top: 20px;
    margin: auto;
}



#mainDiv img:not(.tinymceImg),
#changeContentInMainDiv img:not(.tinymceImg) {
    width: 100%;
    border-radius: 10px;
    -moz-box-shadow: 1px 1px 1px rgb(70, 70, 70);
    -webkit-box-shadow: 1px 1px 1px rgb(70, 70, 70);
    -webkit-appearance: none;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 500px;
}


.tinymceImg {
    border-radius: 10px;
    -moz-box-shadow: 1px 1px 1px rgb(70, 70, 70);
    -webkit-box-shadow: 1px 1px 1px rgb(70, 70, 70);
    -webkit-appearance: none;
    max-width: 500px;
    width: initial !important;
}

.notDesignImg {
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;

}

.fullWidthImg {
    height: auto;
    width: 100% !important;
}



#answerDiv {
    height: 100%;
    width: 100%;
    /*
        position: absolute; 
        top: 45px; 
        right: 0px; */
}

#frameAnswerDiv {
    background-color: rgba(243, 243, 243, 1);
    border: #4569A7 solid 2px;
    max-width: 800px;
    width: 90%;
    margin: auto;
    margin-top: 30px;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    -moz-box-shadow: 1px 1px 1px rgb(70, 70, 70);
    -webkit-box-shadow: 1px 1px 1px rgb(70, 70, 70);
    -webkit-appearance: none;
}

#VXimg {
    width: 100px;
}

#didYouKnow,
.didYouKnow {
    background-color: rgb(141, 209, 225);
    border-style: solid;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    margin: auto;
    border-width: 1px;
    margin-top: 35px;
    margin-bottom: 25px;
    width: 90%;
}

#compasArrowDiv {
    height: 250px;
    width: 208px;
    position: relative;
    left: 40px;
    -webkit-box-shadow: none;
    background-image: url('../images/arrow.png');
    background-size: contain;
    margin: auto;
}

#compasArrowDiv:active {
    background-image: url('../images/arrow_c.png');
}


.progress {
    width: 100%;
    height: 20px;
}

.progress-wrap {
    background: #73B53A;
    margin: 20px 0;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}

.progress-bar {
    background: #F3F3F3;
    right: 0px;
    position: absolute;
    top: 0;
}

.YesNoQues {
    background-color: rgba(115, 181, 58, 0.50);
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    margin: 25px;
    -webkit-box-shadow: 1px 1px 1px rgb(70, 70, 70);
}

.inYesNoQues {
    text-align: center;
    font-weight: bold;
    color: #3498DB;
    font-size: 1.3em;
}

.inYesNoQues img {
    box-shadow: none;
}

#yesNoQuesTimer {
    text-align: center;
    background-color: #f50000;
    width: 40px;
    border-radius: 10px;
    border-color: black;
    border-width: 1px;
    border-style: solid;
    margin-bottom: -80px;
    margin-top: 5px;
    margin-right: 0px;
    opacity: 0.99;
}

#uper-progress-bar {
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .4) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .4) 75%, transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .4) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

/*for sortable list*/
#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 60%;
}

#sortable li {
    margin: 0 5px 5px 5px;
    padding: 5px;
    font-size: 1.2em;
    min-height: 1.5em;
}

html>body #sortable li {
    min-height: 1.5em;
    line-height: 1.2em;
}

.ui-state-highlight {
    min-height: 1.5em;
    line-height: 1.2em;
}

/*EO for sortable list*/

.leftMenuButtons {
    background-color: #7cb13a;
    color: black;
    padding: 10px 20px 10px 10px;
    margin: 2px 10px 2px 10px;
    text-align: center;
    border-radius: 10px;
    font-size: 18px;

}

.leftMenuText {
    font-weight: 400;
}

.leftMenuTitle {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.gateTools {
    border-radius: 0% !important;
    width: 50% !important;
    padding: 10px !important;
    margin: 0px !important;

}

.footerTools {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

#map_canvas {
    /* Must bigger size than 100x100 pixels */
    width: 100vw;
    height: 100vh;
}

.map-container {
    width: 100vw;
    height: 100vh;
}

#panel-left {
    background-color: #217dbc;
    background-image: url("../images/compass-bg.png");
    background-repeat: no-repeat;
    background-position: -69px 68vh;
    background-size: 40vh;
}

.premissionModal {
    background-color: white;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    display: none;
}

.inPremissionModal {
    height: 96vh;
    width: 90vw;
    padding: 2vh 5vw 2vh 5vw;
}

.type20-done-emj{
    height: 0;
    position: relative;
    left: 7px;
    bottom: 7px;
    font-size: 20px;
    text-align: right;
}

.type22_img{
    border-style: solid;
    border-width: 3px;
    border-color: #333333;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: none !important;
    border-radius: 10px;
}

.type22_img_onselect{
    border-color: #26abd6;
    border-width: 8px;
}

#countdown {
    position: relative;
    margin: auto;
    height: 30px;
    width: 30px;
    text-align: center;
}
  
#countdown-number {
    color: black;
    display: inline-block;
    line-height: 30px;
    font-size: 18px;
}
  
#countSvg {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    transform: rotateY(-180deg) rotateZ(-90deg);
  }
  
#countSvg circle {
    stroke-dasharray: 113px;
    stroke-dashoffset: 0px;
    stroke-linecap: round;
    stroke-width: 2px;
    stroke: black;
    fill: none;
}
  
@keyframes countdown {
    from {
      stroke-dashoffset: 0px;
    }
    to {
      stroke-dashoffset: 113px;
    }
}

.clue-content{
    background-color: #f3f3f3;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
    -webkit-box-shadow: 1px 1px 1px rgb(70, 70, 70);
}