@font-face {
  font-family:'Myanmar3';
  src: local('Myanmar3'), 
  url('../fonts/Myanmar3.woff') format('woff'), 
  url('../fonts/Myanmar3.ttf') format('ttf');
  font-style: normal;
  font-weight: 400; 
  unicode-range: U+1000-109F;
}
body
{
  font-family:'Myanmar3' !important;
  font-size: smaller;
  font-weight: lighter;
}
.highlight
{
  border: 1px solid red !important;
}
.leg
{
	background-image:url(../images/eg.gif);
	background-position:center;
	background-repeat:no-repeat;
	padding:3px 10px;
}
.lmm
{
	background-image:url(../images/mm.gif);
	background-position:center;
	background-repeat:no-repeat;
	padding:3px 10px;
}
/* Common styling for all scrollbars */

::-webkit-scrollbar {
  width: 12px;
  border-radius: 12px;
}

::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background-color: #66a1ae;
  box-shadow:  0 0 6px #0784a1; 
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #0784a1; 
  border-radius: 12px;
}
.dropdown-header
{
  padding-left: 10px;
}
.navbar
{
  padding:0px 10px;
}
.navbar-nav
{
  padding: 6px 2px;
}
.navbar-brand
{
   /* padding-right: 30px; */
   /*text-shadow: 0px 0px #fff;*/
   letter-spacing: 3px;
   font-weight: bold;
   font-size: 18px;
}

.navbar-toggler
{
  padding: 0px !important;
}


 

.dropdown-item,.dropdown-item a
{
  font-size: small;
  font-weight: normal;
  padding-left: 10px;
}
.dropdown-item,.dropdown-item i
{
  margin-right: 10px;
}


.dropdown .dropdown-menu {
    border-radius: 5px;  
    margin-top:-5px; 
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    display: block;
    overflow:scroll;
    opacity: 0;
    background-color: #d5e2eb;
    
}

.dropdown:hover .dropdown-menu {
    max-height: 300px;
    opacity: 1;
} 
.dropdown::-webkit-scrollbar
{
  display: none;
}
.dropdown-menu::-webkit-scrollbar
{
  display: none;
}

.tooltip{
  font-size: 10px;
}

.footer
{
  margin-top: 30px;
	background-color: #d5e2eb;
  padding: 18px 0px;
  color: #333;
  font-size: smaller;
  text-align: center;
}
.footer a
{
  color: #0285a1;
  text-align: center;
}


.midframe
{
  margin: 80px auto;
}


table, tr, th, td,input, select, textarea, .form-control,.btn
{
  font-size: small;
  font-weight: lighter;
}


.stablecolum
{
  background-color: #eee;
}

h4
{
  color: #000;
  font-weight: lighter;
}
.ftop 
{
  top: 40px;
  padding: 20px 10px 10px 10px;
  background-color: white;
  z-index: 1000;
  font-size: 16px;
  color:#0285a1;

}

.ftop_slim
{
  top: 40px;
  padding: 30px 10px 0px 10px;
  background-color: #f2f2f2;
  z-index: 1000;
  font-size:small;
  color:#0285a1;
}
.bar
{
  border-bottom: 1px solid #ddd;
  
}
.ligh
{
  font-weight: lighter;
}

/*login form*/

@media (min-width: 807px)  {
  
  .contact-form{
    background: #fff;
    margin-top: 1%;
    margin-bottom: 2%;
    width: 70%;
  }
  .contact-form .form-control{
      border-radius:1rem;
  }
  .contact-image{
      text-align: center;
  }
  .contact-image img{
      border-radius: 6rem;
      width: 11%;
      margin-top: -4%;
      background-color: white;
      /*transform: rotate(29deg);*/
  }
  .contact-form form{
      padding: 14%;
  }
  .contact-form form .row{
      margin-bottom: -7%;
  }
  .contact-form h3{
      margin-bottom: 8%;
      margin-top: -10%;
      text-align: center;
      color: #0062cc;
  }
  .contact-form h3 small
  {
    font-size: 14px;
  }
  .contact-form .btnContact {
      width: 50%;
      border: none;
      border-radius: 1rem;
      padding: 1.5%;
      background: #dc3545;
      font-weight: 600;
      color: #fff;
      cursor: pointer;
  }
  .btnContactSubmit
  {
      width: 50%;
      border-radius: 1rem;
      padding: 1.5%;
      color: #fff;
      background-color: #0062cc;
      border: none;
      cursor: pointer;
  }
  
}
@media (min-width: 768px) {
    .contact-form{
      background: #fff;
      margin-top: 1%;
      margin-bottom: 2%;
      width: 100%;
    }
    .contact-form .form-control{
      border-radius:1rem;
  }
  .contact-image{
      text-align: center;
  }
  .contact-image img{
      border-radius: 6rem;
      width: 11%;
      margin-top: -4%;
      background-color: white;
      /*transform: rotate(29deg);*/
  }
  .contact-form form{
      padding: 14%;
  }
  .contact-form form .row{
      margin-bottom: -7%;
  }
  .contact-form h3{
      margin-bottom: 8%;
      margin-top: -10%;
      text-align: center;
      color: #0062cc;
  }
  .contact-form h3 small
  {
    font-size: 14px;
  }
  .contact-form .btnContact {
      width: 50%;
      border: none;
      border-radius: 1rem;
      padding: 1.5%;
      background: #dc3545;
      font-weight: 600;
      color: #fff;
      cursor: pointer;
  }
  .btnContactSubmit
  {
      width: 50%;
      border-radius: 1rem;
      padding: 1.5%;
      color: #fff;
      background-color: #0062cc;
      border: none;
      cursor: pointer;
  }
}
@media (min-width: 360px) and (max-width: 768px)  {
    .contact-form{
      background: #fff;
      width: 100%;
    }
    .contact-form .form-control{
      border-radius:1rem;
  }
  .contact-image{
      text-align: center;
  }
  .contact-image img{
      border-radius: 6rem;
      width: 11%;
      margin-top: -4%;
      background-color: white;
      /*transform: rotate(29deg);*/
  }
  .contact-form form{
      padding: 14%;
  }
  .contact-form form .row{
      margin-bottom: -7%;
  }
  .contact-form h3{
      margin-bottom: 8%;
      margin-top: -10%;
      text-align: center;
      font-size: 15px;
      color: #0062cc;
  }
  .contact-form h3 small
  {
    font-size: 14px;
  }
  .contact-form .btnContact {
      width: 50%;
      border: none;
      border-radius: 1rem;
      padding: 1.5%;
      background: #dc3545;
      font-weight: 600;
      color: #fff;
      cursor: pointer;
  }
  .btnContactSubmit
  {
      width: 50%;
      border-radius: 1rem;
      padding: 1.5%;
      color: #fff;
      background-color: #0062cc;
      border: none;
      cursor: pointer;
  }
}


.question
{
  font-weight: bold;
  font-size: 16px;
}
.question span
{
  font-weight: bold;
  font-size: 14px;
  font-style: italic;
}


.leaflet-div-icon-village
{
  background: green;
  border:1px solid rgba(255,255,255,0.5);
  color:green;
  font-weight:bold;
  text-align:center;
  border-radius:50%;
  line-height:30px;
}

.leaflet-div-icon-wpoint
{
  background:#0498fa;
  border:1px solid rgba(255,255,255,0.5);
  color:#0498fa;
  font-weight:bold;
  text-align:center;
  border-radius:50%;
  line-height:30px;
}

.leaflet-div-WaterLine
{
  background:green;
  border:5px solid rgba(255,255,255,0.5);
  color:green;
  font-weight:bold;
  text-align:center;
  border-radius:50%;
  line-height:30px;
  width:20px;
  height:20px;
}

.dtablenowrap
{
  white-space: nowrap;
}


/*--grit to table style--*/
.grid .row:nth-child(even){
  background-color: #dcdcdc;
}
.grid .row:nth-child(odd){
  
  background-color: #ffffff;
}
.activecolum
{
  background-color: #ddd;
}
.activecolum1
{
  background-color: #f2f2f2;
}
/*----------*/

.page-link
{
  color: black;
}

.txtbold
{
  font-weight: bold;
  font-size: 16px;
}
.cardcustom
{
  background-color:#9ad9e2;
  color: black;

}
ol{
  padding: 0px;
  margin: 0px 0px 0px 10px;
}

.kpidiv
{
  width: 100%;
  height: 500px;
  overflow-y: scroll;
  padding: 10px;
  border: 1px solid #ccc;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 120px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/Preloader_3.gif) center no-repeat #fff;
}


.center {
  width: 20%;
  height: 200px;
  display: flex;
}

.center input[type="checkbox"].a {
  flex-flow: column wrap;
  align-items: flex-start;
  flex: 1;
  height: 120px;
  width: 50px;
  padding: 20px;
  position:absolute;
  left: 0px;
  z-index: 2;
  background: #fdfad4;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
}
.center input[type="checkbox"].a:checked::after {
  flex-flow: column wrap;
  align-items: flex-start;
  flex: 1;
  height: 120px;
  width: 50px;
  padding: 20px;
  position:absolute;
  left: 0px;
  z-index: 2;
  top: 0px;
  background: #63c5e7;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
}
.center input[type="checkbox"].b {
  flex-flow: column wrap;
  align-items: flex-start;
  flex: 1;
  height: 200px;
  padding:20px 20px 20px 60px;
  width: 100px;
  position:absolute;
  left: 0px;
  z-index: 1;
  background: #fdfad4;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
}

.center input[type="checkbox"].b:checked::after {
  flex-flow: column wrap;
  align-items: flex-start;
  flex: 1;
  height: 200px;
  padding:20px 20px 20px 60px;
  width: 100px;
  position:absolute;
  left: 0px;
  z-index: 1;
  top: 0px;
  background: #63c5e7;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
}
.center input[type="checkbox"].c {
  flex-flow: column wrap;
  align-items: flex-start;
  flex: 1;
  height: 200px;
  padding:20px;
  width: 150px;
  position:absolute;
  left: 100px;
  z-index: 1;
  background: #fdfad4;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
}
.center input[type="checkbox"].c:checked::after {
  flex-flow: column wrap;
  align-items: flex-start;
  flex: 1;
  height: 200px;
  padding:20px;
  width: 150px;
  position:absolute;
  left: 0px;
  z-index: 1;
  top: 0px;
  background: #63c5e7;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
}

.center input[type="checkbox"].d {
  flex-flow: column wrap;
  align-items: flex-start;
  flex: 1;
  height: 90px;
  padding:20px;
  width: 100px;
  position:absolute;
  left: 150px;
  z-index: 1;
  background: #fdfad4;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
}
.center input[type="checkbox"].d:checked::after{
  flex-flow: column wrap;
  align-items: flex-start;
  flex: 1;
  height: 90px;
  padding:20px;
  width: 100px;
  position:absolute;
  left: 0px;
  z-index: 1;
  top: 0px;
  background: #63c5e7;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
}
.center input[type="checkbox"].e {
  flex-flow: column wrap;
  align-items: flex-start;
  flex: 1;
  height:60px;
  padding:20px;
  width: 50px;
  position:absolute;
  left: 200px;
  z-index: 1;
  background: #fdfad4;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
}
.center input[type="checkbox"].e:checked::after {
  flex-flow: column wrap;
  align-items: flex-start;
  flex: 1;
  height:60px;
  padding:20px;
  width: 50px;
  top: 0px;
  position:absolute;
  left: 0px;
  z-index: 1;
  top: 0px;
  background: #63c5e7;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
}



.center input[type="checkbox"]:focus {
  outline: none;
}


.center input[type="checkbox"].a:after { content: '1'; } 
.center input[type="checkbox"].b:after { content: '2'; }
.center input[type="checkbox"].c:after { content: '3'; }
.center input[type="checkbox"].d:after { content: '4'; }
.center input[type="checkbox"].e:after { content: '5'; }

.center input[type="checkbox"]:checked:after { content: '✓'; } 



.mmenu{
  padding: 0px !important;
  margin: 0px !important;
}
.mmenu li{
  margin: 1px 0px !important;
  border-bottom: 1px solid green;
}
.mmenu a
{
  padding: 5px 0px !important;
  margin: 0px !important;
}
.mmenu i
{
  padding: 10px;
  width: 40px;
  text-align: center;
  color: white;
  background-color: green;
}

input[type=radio] {
  margin-right: 10px;
}

