/*==============================================
 	TOOLTIP TEXT
/*==============================================*/
.tooltip {
	position: relative;
	display: inline-block;
}
.tooltip .tooltiptext {
	visibility: hidden;
	width: 100px;
	background-color: black;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 2px 0;
	position: absolute;
	z-index: 1;
	bottom: 110%;
	left: 50%;
	margin-left: -50px;
}
.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: black transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
}
/*==============================================
 	TABLE RESPONSIVE
/*==============================================*/
.table-container {
	display: inline-block;
	overflow-x:auto;
	margin: auto;
	width: 100%;
}
.table-container > table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 1px solid #ddd;
}
.table-container > table > th, td {
	text-align: left;
	padding: 8px;
	font-size: 14px;
}
.table-container > table > th, td {
	border: 1px solid #ddd;
}
.table-container > table > th, td > img {
	width: 32px;
	height: auto;
}
/*==============================================
 	MAIN BODY STYLE
/*==============================================*/
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body {
	margin:auto;
	font-family: 'Kanit', sans-serif;
	font-weight: normal;
	font-size: 18px;
	max-width: 1440px;
	background-color:#ccc;
	text-align:center;
}
.page {
	background-color: #ccc;
	min-height: 800px;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}
.page > .space-top {
	min-height: 40px;
}
.page > .space-bottom {
	min-height: 40px;
}
/*==============================================
 	COMPANY
/*==============================================*/
.page > .container {
	/*border: solid 1px #4CAF50;*/
	border: none;
	border-radius: 5px;
	background-color: #F00;
	background-color: #FFF;
	box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2),  
							0 8px 8px 0 rgba(0, 0, 0, 0.2),
							0 10px 10px 0 rgba(0, 0, 0, 0.2),
							0 0px 0px 0 rgba(0, 0, 0, 0.2);	
/*box-shadow: [horizontal offset] [vertical offset] [blur radius] [optional spread radius] [color]; */

	/*
    -webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
	*/						
	padding: 0px;
	padding-bottom: 30px;
	margin: auto;
	margin-bottom: 100px;
	width: 80%;
}
.page > .container > .title {
	display: inline-block;
	/*background-color: #e7e7e7;*/
	background-color: #45a049;
	border-radius: 5px 5px 0px 0px;
	border-bottom: solid 1px #e7e7e7;
	margin: 0px;
	padding: 5px 5px;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	line-height: 25px;
	color: #fff;
}
.page > .container > .title > .logo {
	float: left;
	display: inline-block;
	position: relative;
	padding: 2px;
	width: 15%;
}
.page > .container > .title > .logo > img {
	display: block;
	border-radius: 10%;	
	width: 100%;
}
.page > .container > .title > .text {
	float: left;
	display: inline-block;
	position: relative;
	padding: 0px;
	margin: 20px;
	font-size: 28px;
	font-weight: bold;
	color: #FFF;
}
.page > .container > .title > .nav-button {
	position: relative;
	float: right;
	margin-top: 25px;
	margin-right: 15px;
	font-size: 28px;
	color: #fff;
}
.page > .container > .title > .nav-button:hover {
	cursor: pointer;
	color: #f04;
}
.page > .container > .content {
	position: relative;
	display: inline-block;
	margin: 0px;
	padding: 15px;
	width: 100%;
	vertical-align: top;
}
.page > .container > .content > .banner {
	margin: auto;
	width: 100%;
}
.page > .container > .content > .banner > img {
	margin: 0px;
	width: 100%;
}
.page > .container > .content > .subject {
	font-size: 28px;
	font-weight: bold;
	margin: auto;
	padding: 10px;
	width: 100%;
	text-align: left;
}
.page > .container > .content > .subject2 {
	font-size: 22px;
	font-weight: normal;
	margin: 0px;
	padding: 10px;
	width: 100%;
	text-align: left;
}
.page > .container > .content > .row {
	display: inline-block;
	padding: 5px;
	width: 100%;
}
.page > .container > .content > .row > .col {
	float: left;
	text-align: left;
	width: 100%;
	margin-right: 10px;
	min-height: 250px;
}
.page > .container > .content > .row > .col > .title {
	display: inline-block;
	position: relative;
	padding: 0px;
	margin: 5px;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
.page > .container > .content > .row > .col > .form {
	display: inline-block;
	position: relative;
	padding: 2px;
	width: 100%;
}
.page > .container > .content > .row > .col > .form > .filter{
	display: inline-block;
	padding: 2px;
	width: 100%;
}
.page > .container > .content > .row > .col > .form > .filter > .col{
	display: inline-block;
	padding: 2px;
	text-align: left;
	width: 100%;
}
.page > .container > .content > .row > .col > .form > .filter > .col > input[type=text]{
	margin-left: 10px;
	width: 90%;
}
.page > .container > .content > .footer {
	margin: auto;
	width: 100%;
}
.page > .container > .content > .footer > button {
	font-family: 'Kanit', sans-serif;
	font-weight: 300;	
	padding: 8px 13px;
	margin: 15px 0;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	width: auto;
	font-size: 16px;
}
.page > .container > .content > .footer > .button-register {
	margin-right: 10px;
	background-color: #00F;
	color: #fff;
}
.page > .container > .content > .footer > .button-member {
	margin-right: 10px;
	background-color: #4CAF50;
	color: #fff;
}
.page > .container > .content > .footer > .button-add {
	margin-right: 10px;
	background-color: #4CAF50;
	color: #fff;
}
.page > .container > .content > .footer > .button-confirm {
	background-color: #f04;
	color: #fff;
}
.page > .container > .content > .footer > button:hover {
	opacity: 0.8;
}

@media screen and (max-width: 766px) {
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.page {
	box-shadow: none;
	margin: 0px;
	max-width: 99%;
	width: 99%;
}
.page > .space-top {
	min-height: 20px;
}
.page > .space-bottom {
	min-height: 200px;
}
.page > .container {
	float: none;
	margin: auto;
	margin-bottom: 30px;	
	width: 90%;
}
.page > .container > .title {
	padding: 5px 5px;
	padding-left: 10px;
}
.page > .container > .title > .logo {
	position: relative;
	float: none;
	width: 20%;
	vertical-align: top;
}
.page > .container > .title > .text {
	float: none;
	margin: 5px;
	font-size: 18px;
	width: 70%;
}
.page > .container > .content > .row > .col > .form > .filter > .col > input[type=text]{
	margin-left: 10px;
	width: 70%;
}
}