@charset "utf-8";
/* CSS Document */
body{
	background-color: #006fa4;
		  /* Full height */
		height: 100%; 

		  /* Center and scale the image nicely */
		background-position: center;
		background-repeat: repeat;
		background-size: cover;
	}
.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
	z-index: -1;

   text-align: center;
}
.header {
   position: fixed;
	z-index: -1;
}
.boxStyle{
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.30);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.30);
			
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.container {
   		max-width: 1600px;
	}
table{
	  margin: 0 auto;
	  width: 100%;
	  clear: both;
	  border-collapse: collapse;
	  table-layout: fixed; 
	  word-wrap:break-word; 
	}

.lds-dual-ring {
  display: inline-block;
  width: 14px;
  height: 14px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.st-sort-ascent:before{
    content: '\25B2';
}

.st-sort-descent:before{
    content: '\25BC';
}

.form-signin {
    max-width: 800px;
    padding: 19px 29px 5px;
    margin: 0 auto;
	margin-top:10px;
	margin-bottom:20px;
     background-color: rgba(0,0,0,.1);
	
    border: 0px solid #e5e5e5;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
			
	font-family: 'Kanit', sans-serif;
	
	font-weight:lighter;
	
}

.form-signin .form-signin-heading{
    color:#134494;
}

.info_text {
    max-width: 1000px;
    padding: 19px 29px 29px;
    margin: 0 auto;
	margin-top:20px;
	margin-bottom:20px;
    background-color: #29576b;
	
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
			
	font-family: 'Kanit', sans-serif;
	
	font-weight:lighter;
	
}

.info_text .info_text-heading{
    color:#134494;
}


.signin-form, .body-container
{
	/*border:solid red 1px;*/
	font-family: 'Kanit', sans-serif;
}

#btn-submit{
	height:45px;
}
