@font-face {
    font-family: 'THSarabunNew';
    src: url('THSarabunNew/THSarabunNew.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
a {
    text-decoration: none;
}
.admin_login input[type='text'],
.admin_login input[type='password']{
  border:0;
  border-bottom:1px solid grey;
  width:100%;
  padding:3px;
  font-size:16px;
  margin: 10px 0;
  color: grey;
}
.admin_login input[type='text']:focus,
.admin_login input[type='password']:focus {
  outline: none;
}
body 
{
font-family: 'THSarabunNew' !important;
font-size:1.5rem !important;
color:#696969;
}
.bold { 
    font-weight:bold; 
}
.border1 { 
      background-color: white;
      border-radius: 25px;
      border: 2px solid grey ;
      padding:20px;
  }
.button {
    background-color: #405cf5; /* Green */
    border: none;
    color: white;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    font-family: 'Sarabun', sans-serif;
    border-radius: 5px;
  }
.center {
    text-align:center; 
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    max-width: 950px !important; /* or 950px */ 
}
.container-fluid2 {
    margin-right: auto;
    margin-left: auto;
    max-width: 600px !important; /* or 950px */ 
}
.container2 {
    width: 300px;
    margin: auto;
    }
.formLayout2 label
{
    display: inline-block;
    width: 250px;
    text-align: right;
    padding-right: 20px;
    font-weight: bold;
    vertical-align:top;
}
.grey {
    color:grey;
}
input[type="text"].inputtext  {
    width:500px;
    display: inline;
    height: 30px;
	color: gray;
	display: inline-block;
	border: 1px solid grey ;
	border-radius: 4px;
    margin-bottom: 15px;
	font-size: 1rem;
    padding-left: 5px;
}
.red {
    color:red; 
}
.panel {
    margin-top: 27px !important;
    color:grey!important;
    border: 1px solid #C0C0C0!important;
}
.panel-body {
    padding: 20px !important;
    color:grey!important;
    border: 1px solid #C0C0C0!important;
}
.right {
    text-align: right;
}
select.s1 {
	width: 100px;
    display: inline;
    height: 30px;
	color: gray;
	display: inline-block;
	border: 1px solid gray ;
	border-radius: 4px;
    font-family: 'THSarabunNew' !important;
    font-size:1.5rem !important;
    padding-left:5px;
    margin-bottom: 15px;
}
select.s2 {
	width: 150px;
    display: inline;
    height: 30px;
	color: gray;
	display: inline-block;
	border: 1px solid gray ;
	border-radius: 4px;
    font-family: 'THSarabunNew' !important;
    font-size:1.5rem !important;
  padding-left:5px;
}
table.t1, th.t1, td.t1 {
    border: 1px solid black;
    border-collapse: collapse;
    padding:10px;
  }
.text-on-pannel {
    background: #fff none repeat scroll 0 0;
    height: auto;
    margin-left: 20px;
    padding: 3px 5px;
    position: absolute;
    margin-top: -47px;
    border: 1px solid grey;
    border-radius: 8px;
    color:grey!important;
    font-size:30px;
}
textarea {
    color:gray!important;
    font-family: 'THSarabunNew' !important;
    font-size:1.5rem !important;
    }
.underline {
    text-decoration: underline;
}