@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: lighter; 
  unicode-range: U+1000-109F;
}
body
{
  font-family:'Myanmar3' !important;
  font-size: smaller;
  font-weight: lighter;
}
.highlight
{
  border: 1px solid red !important;
}
p,span,div,a,ul,li,input,textarea{font-family:'Myanmar3'!important;}
table,td,tr, h1,h2,h3,h4,h5,h6{font-family:'Myanmar3'!important;}
table,td,tr{color: rgb(80, 79, 79); font-weight: 100;}
.leg
{
	background-image:url(../images/eg.gif);
	background-position:center;
	background-repeat:no-repeat;
	padding:0px 10px;
}
.lmm
{
	background-image:url(../images/mm.gif);
	background-position:center;
	background-repeat:no-repeat;
	padding:0px 10px;
}
.dropdown-header
{
  padding-left: 10px;
}
.navbar
{
  /* padding:0px 10px; */
  background-image: linear-gradient(to right, #3f5244 , #68c798);
  border-bottom: 0px;

}
.navbar-nav
{
  padding: 6px 2px;
}
.navbar-brand
{
   padding-right: 30px;
}
.nav-link
{
  color:rgba(255, 255, 255, 0.9) !important;
}
.nav-link:hover
{
  color:rgba(255, 255, 255, 1) !important;
}

table,tr,th,td
{
  text-align: center;
  vertical-align: middle;
  font-weight: lighter;
}


 

.dropdown-item,.dropdown-item a
{
  font-size: smaller;
  font-weight: lighter;
  padding-left: 10px;
}
.dropdown-item,.dropdown-item i
{
  margin-right: 10px;
  color: #777;
  font-size: x-small;
}


.dropdown .dropdown-menu {
    border-radius: 0px !important;
    -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: #fff;
    z-index: 1000 !important;
    box-shadow: 1px 1px 3px #eee;
    border-top: 0px;
    border-color: #a7b1f9;
    
}

.dropdown:hover .dropdown-menu {
    /* max-height: 300px; */
    max-height: 100vh;
    color: #789fff;
    opacity: 1;
} 

.tooltip{
  font-size: 10px;
}

.footer
{
  margin-top: 100px;
  background-image: linear-gradient(to right, #3f5244 , #68c798);
  padding: 18px 0px;
  color: #333;
  font-size: smaller;
  font-weight: lighter;
  text-align: center;
}
.footer a
{
  color: #bce4f3;
  text-align: center;
}




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: 50px;
  padding: 20px 10px 10px 10px;
  background-color: white;
  font-size: 16px;
  z-index: 100 !important;
  color:#0285a1;
  font-weight: lighter;

}

.ftop_slim
{
  top: 45px;
  padding: 10px 10px 0px 10px;
  background-image: linear-gradient(to right, #3f5244 , #68c798);
  font-size:small;
  z-index: 100 !important;
  font-weight: lighter;
  color:#500ef5;
}
.bar
{
  border-bottom: 1px solid #9f78ff;
  color:#500ef5;
  font-size: larger;
}
.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;
    font-weight: lighter;
  }
  .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;
}

.borderless tr td {
  border: none !important;
  padding: 0px !important;
}


/*dashboard*/
.first_row{
  position: relative;
  display: table;
  width: 100%;

}
.sec_row{
  position: relative;
  display: table;
  width: 100%;
  margin-top: 10px;
  
}
.third_row{
  position: relative;
   
  width: 100%;
  margin-top: 10px;
  background: #fff;
  color: #000;
}
.right_first_row{
  position: relative;
  width: 100%;
   
  background: #fff;
  color: #000;
}
.right_sec_row{
  position: relative;
   
  width: 100%;
  margin-top: 10px;
  background: #7871e2;
  color: #fff;
}
.bottom_row{
  position: relative;
   
  width: 100%;
  margin-top: 10px;
  background: #fff;
  color: #000;
}
.bg1{
  font-family:'Myanmar3' !important;
background: #dfebe0;
color: #000;
padding: 10px;
text-align: center;
border: 0.5px solid #fff;
}
.bg1 span{
letter-spacing: 0.5px;
}
.bg2{
  font-family:'Myanmar3' !important;
background: #dfebe0;
color: #000;
padding: 10px;
text-align: center;
border: 0.5px solid #fff;
}

.bggreen1{
  font-family:'Myanmar3' !important;
background: #bdd6ad;
color: #000;
padding: 10px;
text-align: center;
border: 0.5px solid #eee;
}

.bggreen2{
  font-family:'Myanmar3' !important;
background: rgb(217, 230, 208);
color: #000;
padding: 10px;
text-align: center;
border: 0.5px solid #eee;
}

.bgwarning1{
  font-family:'Myanmar3' !important;
background: #ffc00b;
color: #000;
padding: 10px;
text-align: center;
border: 0.5px solid #eee;
}

.bgwarning2{
  font-family:'Myanmar3' !important;
background: #b3df68;
color: #000;
padding: 10px;
text-align: center;
border: 0.5px solid #eee;
}



.counter-count{
  font-size: 3em;
  position: relative;
  text-align: center;
  display: inline-block;
}
.hide
{
  display: none;
}



.popover {background-color: #eef5c9; border: 3px solid #f0c858}
.arrow::after, .bs-popover-left .arrow::after {
  border-left-color:  #f0c858 !important;
}

.section {
  max-height: 600px;
  padding: 1rem;
  overflow-y: auto;
  direction: ltr;
  border: 1px solid #ccc;
  scrollbar-color: #d4aa70 #e4e4e4;
  scrollbar-width: thin;
  box-shadow: inset 1px 1px 2px 0 rgba(rgb(145, 143, 143), 0.5);
}
.section::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.section::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}

.section::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-image: linear-gradient(180deg, #7578779e 0%, #9a9d9d 99%);
  box-shadow: inset 1px 1px 2px 0 rgba(#fff, 0.5);
}


.scrollbar::-webkit-scrollbar
{
    width: 2px;
    background-color: #000000;
}
 
.scrollbar::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.3);
    background-color: #FFFFFF;
}