html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
html, body {
  height: 100%;
}
body {
  color: #000000;
  font-family: 'Manrope',Helvetica,Arial,Lucida,sans-serif;
}

#main{
	padding:10px;
}

.page{
	/*font-size:18px;
	font-weight:bold*/	
}

.num_try{
	font-size:18px;	
}

.question{
	font-size:28px;
	font-weight:bold
}

#questions{
	padding:10px;
}
.ag-canvas {
	  /*background: #21252b;*/
      background:lightblue;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-align-items: center;
	  -ms-flex-align: center;
	  align-items: center;
	  position: relative;
	  visibility: visible;
	  width: 100%;
	  height: 100%;
	  padding: 10px;
	  opacity: 1;
	  transition: opacity 0.5s;
}

.canvasgr{
	 background:lightblue!important;
}

.ag-canvas_wh{
	background: #fff;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-align-items: center;
	  -ms-flex-align: center;
	  align-items: center;
	  position: relative;
	  visibility: visible;
	  width: 100%;
	  height: 100%;
	  padding: 10px;
	  opacity: 1;
	  transition: opacity 0.5s;
}

.ag-canvas_svg_wh path {
  /*fill: burlywood;*/
  fill: #bc8f8f;
  fill-opacity: 1;
  stroke:aliceblue;
  stroke-opacity: 1;
  stroke-width: 0.5;
  transition: 0.5s;
}
.ag-canvas_svg {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  margin-left: 1rem;
}
.ag-canvas_svg path {
  fill: #bc8f8f;
  fill-opacity: 1;
  stroke: aliceblue;
  stroke-opacity: 1;
  stroke-width: 0.2;
  transition: 0.5s;
}


.ag-canvas_svg path.countries{
  fill: gold;
  fill-opacity: 1;
  stroke:gold;
  stroke-opacity: 1;
  stroke-width: 0.5;
  transition: 0.5s;
  display:none;
  transition: visibility 0s, opacity 0.5s linear;
}

@media screen and (max-width: 767px) {
  .ag-canvas {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: auto;
    padding: 4rem 1rem 1rem;
  }
  .ag-canvas_svg {
    max-height: calc(100% - 6rem);
    margin-left: 0;
  }
}

#quiz{
	background: #fff;
}


path:hover{
	fill:cornflowerblue
}

#modal {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  background-color: orange;
  text-align: center;
}

.leaflet-container {
    background-color: #aad3df;
}

.leaflet-overlay-pane svg g .over {
    fill: #AAA;
}

.svg-container {
  overflow: hidden;
  height: 1008px;
  width: 651;
}

svg {
  transition: transform 0.1s linear 0.1s;
}

#scroll {
    width: 100%;
    height: 800px;
    overflow:hidden;
}

#controls {
    position: absolute;
    top: 10px;
    left: 10px;
}

#controls circle:hover {
    fill-opacity: 1;
}


#controls svg{
    width:42px;!important;
}
.btncontrols{
  left:35%;
	position: absolute;
  bottom: 10px;
}
.btncustom {
    background: none;
    border: none;
}

.panbtn{
	border-radius: 25%;
    border: 1px solid #dedede;
    background: white;
    padding: 9px;
    opacity: 86%;
}

#toastMsg {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 10px;
  font-size: 17px;
}

#toastMsg.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 10px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 10px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 10px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 10px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

.yborder{
	border:2px solid #fdbd3b;
	border-radius:20px;
	
}

.yel_hr{
	background-color:#fdbd3b;
	opacity:1;
	
}

.m_q{
	padding: 0px 5% !important;
}

.yel_btn{
	background-color:#fdbd3b!important;
	box-shadow: 0px 0px 0px 5px #fdbd3b!important;
	border: 2px dotted #fff !important;
	border-radius: 20px;
	color:black;
	padding:6px 20px;
	
}

.bd{
	border:1px solid #dedede;
	background-size: cover!important;
	width:1.5em!important;
	height:1.5em!important;
	vertical-align:middle!important;
}


.mytooltip, .mytooltip2{
      pointer-events: none;
      position: absolute;
      font-size: 12px;
      text-align: center;
      background: #1A2C3D;
      padding: 10px;
      z-index: 5;
      margin: 0 auto;
      color: #ffffff;
      box-shadow: 0 0 0 1px #eee;
      transform:translateX(-50%);
      display: none;
}

.btnlike{
	background-color:#ADD8E6;
	border:1px solid #8aacb8;
	border-radius:5px;
	padding:4px;
	font-size:13px;
	font-weight:none;
	text-wrap:nowrap!important;
}

.wrongAns{
	background-color:#ADD8E6;
	border:1px solid #8aacb8;
	border-radius:5px;
	padding:4px;	
	font-size:15px;
	font-weight:none;
	width:80%;
	margin:5px auto;
	cursor:pointer;
}


#acro .fletter {
    width: 1em;
    display: inline-block;
    text-align: center;
}

.wordletter{
	width: 2em;
    display: inline-block;
    text-align: center;
}

#acro {
    font-size: 24px !important;
}

#alerts{
	/*position: fixed;
    bottom: 10px;
    right: 10px;*/
	text-align:center;
	margin:0px auto;
}

#quizalerts{
	position: fixed;
    bottom: 10px;
    right: 10px;
}


.toast-body{
	background-color:#06383e;
	color:#fff;
}
#act_puzzle{
	text-align:center;
	
}

.solvebtn{
	width:100px;
	margin:0px auto
}

#credits{
	right: 5px;
    position: absolute;
    bottom: 5px;
	border:1px solid grey;
	padding:4px;
	border-radius:4px;
	background-color:white;
	font-size:11px
}

table thead.thead-primary{
	text-align:left;
	
	
}
.table {
    background: #fff;
	border-bottom-width: 1px!important;
}

.dashed{	
	border:0;
	border-bottom:1px dashed #000000;
}

.markq{
	font-size:14px;
	padding:8px;
	border-radius:10px;
	background-color:#fdbd3b
}

/* letter quiz 11 styling*/


.info_box.activeInfo,
.quiz_box.activeQuiz,
.result_box.activeResult{
    opacity: 1;
    z-index: 5;
    pointer-events: auto;
}

.start_btn button{
    font-size: 25px;
    font-weight: 500;
    color: #007bff;
    padding: 15px 30px;
    outline: none;
    border: none;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
}


.info_box .info-title{
    height: 60px;
    width: 100%;
    border-bottom: 1px solid lightgrey;
    display: flex;
    align-items: center;
    padding: 0 30px;
    border-radius: 5px 5px 0 0;
    font-size: 20px;
    font-weight: 600;
}

.info_box .info-list{
    padding: 15px 30px;
}

.info_box .info-list .info{
    margin: 5px 0;
    font-size: 17px;
}

.info_box .info-list .info span{
    font-weight: 600;
    color: #007bff;
}
.info_box .buttons{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 30px;
    border-top: 1px solid lightgrey;
}



#timer{
	border-radius:5px;
	background-color:#0d0d0d;
	color:white;
	padding:4px;
}
.quiz_box header .timer{
    color: #004085;
    background: #cce5ff;
    border: 1px solid #b8daff;
    height: 45px;
    padding: 0 8px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 145px;
}


.fillIn{
	width:50px;
	border:none;
	border-bottom:1px solid grey
}

.colorSel{
	display: inline-block;
	width:25px;
	height:25px;
	border:1px solid black
}

.selectCell{
	width:25px;
	height:25px;
	border:1px solid grey
}


/*If the browser window is 600px or smaller*/
@media only screen and (max-width: 768px) {
	 #chart_table{
		width: 90%;
		margin: 0 auto; /* same as margin: 0 25%;  */
	}
}

@media only screen and (min-width: 768px) {
	#chart_table{
		width: 90%;
		margin: 0 auto; /* same as margin: 0 25%;  */
	}
}

.eraseAll{
	background-color:#527fc1!important;
	border:none;
	height:25px;
	
}

.eraseAll:hover{
	color:black;
	
}

