@font-face {
	font-family: 'LAOS';
	src: url('NotoSerifLao-Regular.ttf') format('truetype');
}
.bgtd{text-align: center!important;color:white;}
.card{border-color: #027DE5!important;margin-top: 2%!important}
.card-header{background-color: #027DE5!important;color:white!important;}
.center{text-align: center!important}
.btn-primary{background-color:#027DE5!important}
.btn-primary:hover{border:1px solid #0073D4!important;background-color: #045BDE!important}
.btn-success{background-color: #24B356!important}
.btn-success:hover{border:1px solid #15D968!important;background-color: #0BA260!important}
.btn-info{background-color: #02B8E5!important}
.panel-info{background-color: #02B8E5!important}
.btn-info:hover{border:1px solid #0CFC99!important;background-color: #05C9DB!important}
.btn-danger{background-color: #E03B2F!important}
.btn-danger:hover{border:1px solid #EA3B29!important;background-color: #D02C20!important}
.btn-defualt{background-color: #E2E2E2!important;border:1px solid #BFBEBE!important;color:black!important;}
.btn-defualt:hover{background-color: #D7D5D5!important;border:1px solid #FD5911!important;color:black!important;}
.btn-default{background-color: #E2E2E2!important;border:1px solid #BFBEBE!important;color:black!important;}
.btn-default:hover{background-color: #D7D5D5!important;border:1px solid #FD5911!important;color:black!important;}

.btn-warning{background-color: #F86207!important;border:1px solid #BFBEBE!important;color:#FEFEFE!important;}
.btn-warning:hover{background-color: #F84506!important;border:1px solid #EA510E!important;color:#FEFEFE!important;}

.txt-box[readonly]{
  background-color: #FFCFBE;
  opacity: 5
}
  .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 3px;
    text-align: left!important;
    margin-right: 1%;
    height: 30px!important;
    padding-top: 1%;
    font-size: 80%;
  }

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 7px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
 @import url("LAOS/stylesheet.css");
body,td,th ,h3, a, h4, h2, h1, h5, h6,small, input[type=text] {
  font-family: LAOS;

}
    #data #row:not(:first-child):hover{
      background-color:#0080FF!important;color:white!important;
    }
    #data1 #tbody1:not(:first-child):hover{
      background-color:#0080FF!important;color:white!important;
    }
    #data2 #tbody2:not(:first-child):hover{
      background-color:#0080FF!important;color:white!important;
    }
    #data3 #tbody3:not(:first-child):hover{
      background-color:#0080FF!important;color:white!important;
    }
    #data4 #tbody4:not(:first-child):hover{
      background-color:#0080FF!important;color:white!important;
    }
    #data_village #data_set:not(:first-child):hover{
      background-color:#0080FF!important;color:white!important;
    }
     .form-control[readonly]{
    cursor: no-drop;
  }
.row{margin-top: 2%!important}
.fa-print{color:white!important;}