.body{
	height: 100%;
}
.vocabularies{
	min-height: 50px;
	font-size:1.8em;
}

.selected-answer {
	float: left;
	width: 130px;
	height: 100px;
	margin: 2px;
	padding: 2px;
	border: 1px solid black;
	font-size:1.2em;
}

.correct-answer {
	background: #2bab03;
}

.images-panel{
	
}

.vocabulary-eng{
	font-size:1em;
}

.vocabulary-image{
	height: 100px;
	margin: 5px;
	padding: 5px;
	align: middle;
}

.drag-object{
	width: 100px;
	margin: 10px;
	padding: 10px;
}

.text-center{
	text-align:center;
}

.round-corners {
    	border-radius: 20px;
}

.round-borders {
    	border-radius: 10px;
    	border: 1px solid #000000;
	padding: 2px;
	color: #000000;
 
}

.select-word-categories{
    font-size: 0.7em;   
}

.page-content{
	padding: 10px;
}

/* ถ้าจุดใหญ่เกินไป เวลาเปิดด้วยหน้าจอขนาดเล็กกว่าเช่นมือถือ วงกลมจะขนาดใหญ่มาก */
.dotted-background{
	background-size: 7px 7px;
	background-image: radial-gradient(circle, #f2f2f2 1px, rgba(0, 0, 0, 0) 1px);
}

.card{
	background-color: rgba(255, 255, 255, 0.0);
}

.div-btn{
	height:100%;
	width:100%;
	border-radius: 10px;
	padding: 10px;
	margin: 10px;
	border: 0px;
}

.div-btn-green{
    background-color: #62eb34;
	
}

.div-btn-red{
    background-color: #eb3434;
}


.div-btn-green:focus,
.div-btn-green:hover{
    background-color: #62eb34;
}

.div-btn-red:focus,
.div-btn-red:hover{
    background-color: #eb3434;
}

.div-btn-green.disabled{
    background-color: #62eb34;
	
}
.div-btn-red.disabled{
    background-color: #eb3434;
}

 /* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  width: 300px;
  height: 200px;
  border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #bbb;
  color: black;
}

/* Style the back side */
.flip-card-back {
  background-color: dodgerblue;
  color: white;
  transform: rotateY(180deg);
} 

.highlight{
	background: #62eb34;
}

.highlight a{
	background: #62eb34;
}


.btn-group button {
  border: 1px solid grey;
}

.page-footer{
	font-size: 0.6em;   
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(180, 180, 180, 0.3);
}

.property-notification-text{
	font-size: 0.6em; 
}


/* เพิ่ม horizontal scroll ให้กับ chart เมื่อแสดงข้อมูลจำนวนมาก */
.chart-outer-wrapper{
	width: 100%; 
	overflow-x: auto;
	overflow-y:hidden;
	height: 600px;
}

.chart-inner-wrapper{
	width: 1400px; 
	height: 100%;
}

.chart-inner-wrapper-fit{
	width: 100%; 
	height: 100%;
}

.chart-canvas{
	width: 100%;
	height: 100%;
	
}

.highlight-sorting-col{
	background-color: #f1f1f1;
}

.header-map-text{
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
	font-family: "'Helvetica Neue', 'Helvetica', 'Arial', sans-serif";
	color: #666666;
}

.map-area{
	border-radius: 10px;
    	border: 1px solid #444444;
	padding: 5px;
	margin: 10px;
	width: 100%; 
	height: 500px;
}

.map-area path{
	stroke: #777777;
	stroke-width: 1;
}

.map-zoom-buttons{
	text-align: center;
}

.map-zoom-buttons{
	margin-bottom: 10px;
}

.btn-zoom-map, .btn-zoom-map:hover{
	border-color: #777777;
}

.btn-zoom-map img{
	width: 20px;
	height: 20px;
}

.revision_titles{
	max-height:500px; 
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

.revision_info{
}
