﻿div, img, ul, p, ol, li, table, tr, th, td, h1, form, body {
	margin: 0;
	padding: 0;
	border: none;
	position: relative;
}
table, div, img {
	width: 100%;
}
html {
	min-height: 100%;
}
img {
	border: none;
}
table {
	border-collapse: collapse;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	font-size: 1.1vw;
	min-height: 100%;
	min-height: 100vh;
	background-color:#202020	
}
@font-face {
  font-family: 'Noto_Sans_Myanmar';
  src: url('content/noto-sans-myanmar-regular.woff') format('woff');
}
#vw_element {
	width: 1px;
	width: 50vw;
}
.wrapper {
	background-color:#202020
}

#outer_wrapper {
	width: 45%;
	margin: auto;
	padding-bottom: 30px;
	padding-top: 10px;
}
.title {
	text-align: center;
}
.title h1 {
	color: #ffffff;
	font-size: 180%;
	font-weight: normal;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	margin: 0 auto 10px auto;
	padding: 5px 2% 10px 2%;
	border-radius: 25px;
	width: 95%;
	text-shadow: 0 1px 0 #5880ea, 0 2px 0 #a2b9f4, rgba(200,200,200,0.3) 0 5px 5px;
	box-sizing: border-box;
	color: #e1f8f9;
}
.title a {
	text-decoration: none;
	color: #e1f8f9;
}
.title h1 span {
	font-family: 'Noto_Sans_Myanmar', sans-serif;
}
.title img {
	width: 1em;
	position: relative;
	top: 0.20em;
}
.title-cnt-left-side, .title-cnt-right-side {
	width: 7%;
	min-width: 40px;
	padding-right: 3px;
}
#menu_btn {
	text-align: center;
	border-radius: 5px;
	margin: 2px;
	box-sizing: border-box;
	background-color: lightsteelblue;
}
#menu_btn div {
	box-sizing: border-box;
	border: 2px #9fa8c3 solid;
	border-top: 1px #bbc2d5 solid;
	border: 2px rgba(159,168,195,0.6) solid;
	border-top: 1px rgba(187,194,213,0.6) solid;
	border-radius: 5px;
	padding: 1px;
}
#menu_btn:hover {
	background-color: #c7d0d5;
	background: -webkit-linear-gradient(#c7d0d5, #e5ecef, #c7d0d5);
	background: -o-linear-gradient(#c7d0d5, #e5ecef, #c7d0d5);
	background: -moz-linear-gradient(#c7d0d5, #e5ecef, #c7d0d5 );
	background: linear-gradient(#c7d0d5 , #e5ecef, #c7d0d5 );
	cursor: pointer;
}
/*  menu  */
#menu_cnt {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 4;
	background-color: #ffffff;
}
.menu-outer-wrapper {
	padding: 3px;
	box-sizing: border-box;
}
.menu_wrapper {
	padding: 10px;
	box-sizing: border-box;
}
.menu_wrapper .menu_header {
	font-size: 110%;
	font-family: Geneva, Verdana, sans-serif;
	color: #00008B;
}
.menu_wrapper .menu_desc {
	margin: 5px 0;
	padding: 8px 2%;
	box-sizing: border-box;
}
.menu-subheader {
	margin: 15px 0 5px 0;
	text-decoration: underline;
	font-weight: bold;
}
.menu-text1 {
	margin: 8px 0;
	color: #777777;
}
.menu_wrapper strong {
	color: #008000;
}
.menu-about-cnt a {
	color: #000000;
	text-decoration: underline;
}
.menu-about-cnt input {
	font-size: 160%;
	background-color: #28bc28;
	background: -webkit-radial-gradient(#28bc28, #5dcc5c);
	background: -o-radial-gradient(#28bc28, #5dcc5c);
	background: -moz-radial-gradient(#28bc28, #5dcc5c);
	background: radial-gradient(#28bc28, #5dcc5c);
	border: none;
	box-shadow: 3px 3px 3px #686868;
	border-radius: 5px;
	color: #ffffff;
	padding: 1px 3%;
	margin-top: 1em;
	margin-bottom: 10px;
}
.menu-about-cnt input:hover {
	background-color: #69da68;
	background: -webkit-radial-gradient(#69da68,#69da68);
	background: -o-radial-gradient(#69da68,#69da68);
	background: -moz-radial-gradient(#69da68,#69da68);
	background: radial-gradient(#69da68,#69da68);
	cursor: pointer;
	-ms-transform: scale(1.2,1.2);
	-webkit-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
#audio_cnt {
	position: absolute;
	left: 0;
	top: -300px;
}
#cnt1, #cnt2 {
	position: absolute;
	left: 0;
	top: 0;
	border: 0px rgba(159, 168, 195, 0.8) solid;
	box-sizing: border-box;
	-webkit-transition: opacity 2s ease;
	-moz-transition: opacity 2s ease;
	-o-transition: opacity 2s ease;
	transition: opacity 2s ease;
	background-color: #555555;
}
#cnt1, #cnt2 {
	width: 36.75vw;
	height: 24.5vw;
}
.shadow-cnt, .path-cnt {
	position: absolute;
	left: 0;
	top: 0;
}
.shadow {
	stroke-width: 8;
	stroke-dasharray: 0;
	stroke: #aaaaaa;
	stroke-opacity: 0.3;
}
.static {
	stroke-width: 10;
	stroke-dasharray: 0;
}
.animate {
	stroke-width: 8;
	stroke-dasharray: 1700;
	stroke-dashoffset: 0;
}
#cnt1 .static {
	stroke: #FFFF00;
}
#cnt2 .static {
	stroke: #90EE90;
}
#cnt1 .animate {
	stroke: #FF0000;
}
#cnt2 .animate {
	stroke: #0000FF;
}
.guideline-1, .guideline-2, .guideline-3, .guideline-4, .guideline-5 {
	border-bottom: 1px dotted #ffffff;
	position: absolute;
	left: 0;
}
.guideline-1 {
	top: 0.2em;
	top: 0.3vw;
	border-color:red;
	display:none;
}
.guideline-2 {
	top: 0.9em;
	top: 1.1vw;
	display:none;
}
.guideline-3 {
	top: 1.5em;
	top: 1.8vw;
	display:none;
}
.guideline-4 {
	top: 2.9em;
	top: 3.4vw;
	display:none;
}
.guideline-5 {
	top: 4em;
	top: 4.8vw;
	display:none;
}
.guidelined-letter {
	font-size: 5em;
	font-size: 6vw;
	color: #ffffff;
	position: absolute;
	top: -0.75em;
	left: 0;
	text-align: center;
}
.guide-image-cnt {
	position: relative;
	top: 10px;
	left: 10px;
	width: 5em;
	width: 6vw;
	height: 100px;
	font-family:'Noto_Sans_Myanmar', sans-serif;
	z-index: 3;
}
.image_wrapper {
	width: 36.75vw;
	height: 24.5vw;
	margin: auto;
/*	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 1) 70%, rgba(0, 0, 0, 0.5) 100%);
	background: -o-linear-gradient(right, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 1) 70%, rgba(0, 0, 0, 0.5) 100%);
	background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 1) 70%, rgba(0, 0, 0, 0.5) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 1) 70%, rgba(0, 0, 0, 0.5) 100%);  */
	background-color: #ffffff;
	box-shadow: 5px 5px 5px #777777;
	box-shadow: 5px 5px 5px rgba(119,119,119,0.3);
	border-left: 15px solid rgba(107, 115, 137, 0.3);
	border-top: 15px solid rgba(122, 132, 160, 0.5);
	border-bottom: 15px solid rgba(137, 151, 191, 0.3);
	border-right: 15px solid rgba(159, 168, 195, 0.8);
	cursor: pointer;
}
/* loading dots  */

.loading-animation:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4,end) 900ms infinite;      
  animation: ellipsis steps(4,end) 900ms infinite;
  content: "\2026"; /* ascii code for the ellipsis character */
  width: 0px;
}

@keyframes ellipsis {
  to {
    width: 2em;    
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 2em;    
  }
}


.controls-cnt {
	margin: 10px auto 20px auto;
	text-align: center;
	width: 50%;
	padding: 10px 0;
	background-color: #9fa8c3;
	-webkit-box-shadow: 0px 0px 15px rgba(33,62,83,0.7) inset;
	-moz-box-shadow: 0px 0px 15px rgba(33,62,83,0.7) inset;
	box-shadow: 0px 0px 15px rgba(33,62,83,0.7) inset;
}
.controls-cnt table {
	width: 90%;
	margin: auto;
}
.controls-cnt .spacer1 {
	width: 10%;
}
.controls-cnt .spacer2 {
	width: 25%;
}
.controls-cnt .nav-control {
	width: 25%;
	width: 24.5%;
}
.controls-cnt .vol-control {
	width: 16%;
}
.controls-cnt div {
	position: relative;
	background-color: #B0C4DE;
	border: 1px #888888 solid;
	border-radius: 8px;
}
.controls-cnt div:hover {
	background-color: #d4dfec;
	-ms-transform: scale(1.2,1.2);
	-webkit-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
	cursor: pointer;
}
.letters-wrapper {
	background-color: #ffffff;
	padding: 20px;
	box-sizing: border-box;
	width: 95%;
	margin: auto;
	-webkit-box-shadow: 0px 0px 15px rgba(33,62,83,0.7) inset;
	-moz-box-shadow: 0px 0px 15px rgba(33,62,83,0.7) inset;
	box-shadow: 0px 0px 15px rgba(33,62,83,0.7) inset;
}
#lettersContainer {
	margin-bottom: 10px;
	width: 100%;
	font-family:'Noto_Sans_Myanmar', sans-serif;
}
#lettersContainer table {
	width: 2.5em;
	height:auto;
	margin: 5px;
	position: relative;
	min-width: 35px;
	min-height: 35px;
}
#lettersContainer table div {
	border-radius: 5px;
	width: 2.5em;
	height: auto;
	min-width: 35px;
	min-height: 35px;
	background-color:#eb2839;
}
#lettersContainer table p {
	width: 2.5em;
	height:auto;
	min-width: 35px;
	min-height: 35px;
	border-radius: 5px;
	text-align: center;
}
#lettersContainer table p a {
	font-size: 200%;
	bottom: 0;
	position: relative;
	z-index: 1;
	font-family:'Noto_Sans_Myanmar', sans-serif;
	color: #fecb00;
}
#lettersContainer table div:hover {
	background: #298d29;
	cursor: pointer;
}
.copyright-notice {
	color: #ffffff;
	font-size: 90%;
	text-align: center;
	padding: 50px 0 15px 0;
}
.copyright-notice a {
	color: #ffffff;
}

/* connection status    */
.status-window-mask {
	background-color: #483429;
	background-color: rgba(72,52,41,0.5);  
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:1500;
}
.status-warning-wrapper {
   position:absolute;
}
.status-warning-wrapper div{
     max-width:70%;
	 margin:auto;
	 padding:1em 2em;
	 background-color:#ffffff;
	 border:1px #cccccc solid;
	z-index:1600;
	text-align:center;
	position:relative;
	top:10em;
}
.status-warning-wrapper div p:last-child {
   margin:1em auto 0.5em auto;
   	background-color: #c7d0d5;
	background: -webkit-linear-gradient(#c7d0d5, #e5ecef, #c7d0d5);
	background: -o-linear-gradient(#c7d0d5, #e5ecef, #c7d0d5);
	background: -moz-linear-gradient(#c7d0d5, #e5ecef, #c7d0d5);
	background: linear-gradient(#c7d0d5 , #e5ecef, #c7d0d5 );  
	color:#000000;
	border-top:2px #E8E8E8 solid;
	border-left:2px #E8E8E8 solid;
	border-bottom:2px #A0A0A0  solid;
	border-right:2px #A0A0A0  solid;
	-webkit-box-shadow: 0px 0px 8px rgba(176,189,198,0.5) inset;
	-moz-box-shadow: 0px 0px 8px rgba(176,189,198,0.5) inset;
	box-shadow: 0px 0px 8px rgba(176,189,198,0.5) inset;
   	cursor:default;
	padding-left:5px;
	padding-right:5px;
	min-width:40px;
	text-align:center;
	width:8em;
}
.status-warning-wrapper div p:last-child:hover {
    background-color:#ecf0f2;
	background: -webkit-linear-gradient(#ecf0f2, #ecf0f2, #ecf0f2);
	background: -o-linear-gradient(#ecf0f2, #ecf0f2, #ecf0f2);
	background: -moz-linear-gradient(#ecf0f2, #ecf0f2, #ecf0f2);
	background: linear-gradient(#ecf0f2, #ecf0f2, #ecf0f2); 
	cursor:pointer;
}


/*  query styles */
@media only screen and (max-width: 1400px) {
body {
	font-size: 16px;
}
#outer_wrapper {
	width: 60%;
}
.image_wrapper, #cnt1, #cnt2 {
	width: 45vw;
	height: 30vw;
}
}
@media only screen and (max-width: 1000px) {
#outer_wrapper {
	width: 80%;
}
.title h1 {
	font-size: 150%;
}
.image_wrapper, #cnt1, #cnt2 {
	width: 60vw;
	height: 40vw;
}
}
@media only screen and (max-width: 800px), (max-width: 900px) and (min-resolution: 115dpi), (max-width: 1025px) and (min-resolution: 128dpi), (max-width: 1150px) and (min-resolution: 146dpi), (max-width: 1300px) and (min-resolution: 165dpi), (max-width: 1500px) and (min-resolution: 185dpi), (min-resolution: 215dpi) {
#outer_wrapper {
	width: 100%;
}
.title h1 {
	font-size: 140%;
}
.image_wrapper, #cnt1, #cnt2 {
	width: 75vw;
	height: 50vw;
}
.letters-wrapper {
	padding: 2vw;
}
.guideline-1 {
	top: 0.2em;
	top: 0.5vw;
}
.guideline-2 {
	top: 0.8em;
	top: 1.9vw;
}
.guideline-3 {
	top: 1.2em;
	top: 3.1vw;
}
.guideline-4 {
	top: 2.3em;
	top: 5.7vw;
}
.guideline-5 {
	top: 3.1em;
	top: 7.9vw;
}
.guidelined-letter {
	font-size: 4em;
	font-size: 10vw;
}
.guide-image-cnt {
	top: 5px;
	left: 5px;
	width: 4em;
	width: 10vw;
}
}
/*  small screen */
@media (max-width: 500px), (max-width: 600px) and (min-resolution: 100dpi), (max-width: 700px) and (min-resolution: 120dpi), (max-width: 850px) and (min-resolution: 140dpi),(max-width: 1000px) and (min-resolution: 170dpi), (max-width: 1200px) and (min-resolution: 200dpi) {
#outer_wrapper {
}
.title h1 {
	font-size: 120%;
}
.title-cnt-left-side {
	width: 0;
	min-width: 0;
	padding-right: 0;
}
.image_wrapper {
	border-width: 5px;
}
.controls-cnt {
	width: 100%;
}
.guideline-1 {
	top: 0.15em;
	top: 0.5vw;  /
}
.guideline-2 {
	top: 0.55em;
	top: 1.9vw;
}
.guideline-3 {
	top: 0.9em;
	top: 3.1vw;
}
.guideline-4 {
	top: 1.6em;
	top: 5.7vw;
}
.guideline-5 {
	top: 2.2em;
	top: 7.9vw;
}
.guidelined-letter {
	font-size: 2.8em;
	font-size: 10vw;
}
.guide-image-cnt {
	width: 2.8em;
	width: 10vw;
}
.static {
	stroke-width: 9;
}
}
@media only screen and (max-width: 150px) {
#outer_wrapper {
	font-size: 14px;
}
}
