@CHARSET "UTF-8";

@media ( min-width : 576px) {
	#circle {
		width: 30px; /* ความกว้าง */
		height: 30px; /* ความสูง */
		background: red; /* สี */
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 14px;
		font-size: 0.8em;
		text-align: center;
		color: #fff;
		font-weight: bold;
		position: absolute;
		left: 34px;
		top: 4px;
	}
	#img{
		width:100%;
	}
	#top-index {
		padding-top: 150px;
	}
	#body{
	font-size: 1.5em;
	padding-top: 130px;
	}
	#left {
		width: 0%;
	}
	#left-m {
		width: 6%;
	}
	#center {
		width: 46%;
	}
	#right {
		width: 48%;
	}
	#name {
		font-size: 0.9em;
	}
	.permission {
		width: 70%;
	}
}

@media ( min-width : 992px) {
	#circle {
		width: 20px; /* ความกว้าง */
		height: 20px; /* ความสูง */
		background: red; /* สี */
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		font-size: 0.8em;
		text-align: center;
		color: #fff;
		font-weight: bold;
		position: absolute;
		left: 26px;
		top: -1px;
	}
	#img{
		width:70%;
	}
	#top-index {
		padding-top: 70px;
	}
	#body{
		font-size: 0.8em;
		padding-top: 90px;
	}
	
	#left {
		width: 30%;
	}
	#left-m {
		width: 0%;
	}
	#center {
		width: 40%;
	}
	#right {
		width: 30%;
	}
	#name {
		font-size: 0.9em;
	}
	.permission {
		width: 60%;
	}
}

@media ( min-width : 1200px) {
	#circle {
		width: 20px; /* ความกว้าง */
		height: 20px; /* ความสูง */
		background: red; /* สี */
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		font-size: 0.8em;
		text-align: center;
		color: #fff;
		font-weight: bold;
		position: absolute;
		left: 26px;
		top: -1px;
	}
	#img{
		width:70%;
	}
	#top-index {
		padding-top: 70px;
	}
	#body{
		font-size: 0.8em;
		padding-top: 90px;
	}
	#left {
		width: 30%;
	}
	#left-m {
		width: 0%;
	}
	#center {
		width: 40%;
	}
	#right {
		width: 30%;
	}
	#name {
		font-size: 0.9em;
	}
	.permission {
		width: 50%;
	}
}

@media ( min-width : 1600px) {
	#circle {
		width: 20px; /* ความกว้าง */
		height: 20px; /* ความสูง */
		background: red; /* สี */
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		font-size: 0.8em;
		text-align: center;
		color: #fff;
		font-weight: bold;
		position: absolute;
		left: 26px;
		top: -1px;
	}
	#img{
		width:100%;
	}
	#top-index {
		padding-top: 150px;
	}
	#body{
		font-size: 1em;
		padding-top: 90px;
	}
	#left {
		width: 20%;
	}
	#left-m {
		width: 0%;
	}
	#center {
		width: 63%;
	}
	#right {
		width: 20%;
	}
	#name {
		font-size: 0.9em;
	}
	.permission {
		width: 50%;
	}
}

.quantity-control {
	text-align: center;
	height: calc(1.5em +   0.75rem +   2px);
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-control {
	width: 100%;
	text-align: center;
	height: calc(1.5em +   0.75rem +   2px);
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #00CED1;
	outline: 0;
}

#footer-page {
	height: 50px;
}

.head {
	font-weight: bold;
	font-size: 1.5em;
	color : #c3002f;
}

.no_item {
	background-color: #e0e0e0;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-weight: bold;
}

.btn-quantity {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0rem 0rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.pointer {
	cursor: pointer;
}

.pointer:hover {
	color: #a3a3a3;
}

#center {
	font-weight: bold;
}

#con {
	width: 100%;
	padding-right: 40px;
	padding-left: 40px;
}

#name {
	color: #fff;
	font-weight: bold;
}

#cart-count {
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
}
.top {
	border-top: 1px solid #009a9c;
}

.left {
	border-left: 1px solid #009a9c;
}

.right {
	border-right: 1px solid #009a9c;
}

.bottom {
	border-bottom: 1px solid #009a9c;
}

table.score {
	border: 1px solid #009a9c;
	border-collapse: collapse;
	width: 100%;
}

td.score {
	border: 1px solid #009a9c;
	line-height: 1.5;
}

.head-score {
	background-color: #00CED1;
	color: #fff;
	padding: 10 0 10 0px;
	text-align: center;
}

.body-score {
	padding: 10 0 10 0px;
	text-align: center;
}

.input-container {
	display: -ms-flexbox; /* IE10 */
	display: flex;
	width: 100%;
	margin-bottom: 15px;
}

.icon {
	background: #00CED1;
	color: white;
	text-align: center;
	min-width: 50px;
	border: 0px;
	outline: none;
}

.input-field {
	width: 100%;
	outline: none;
}

.input-field:focus {
	border: 2px solid #00CED1;
}

.thammasat-font {
	font-family: 'THAMMASAT';
}

.thammasat-font-bold {
	font-family: 'THAMMASAT bold';
}

.font-size1 {
	font-size: 1.2em;
}

.font-size2 {
	font-size: 1.4em;
}

.none-data {
	color: red;
}

.center {
	text-align: center;
}

.context-menu {
	cursor: context-menu;
}

.shadow1 {
	box-shadow: 0px 0px 10px 1px rgba(0, 170, 150, 0.7);
}

:focus {
	outline: none;
}

.effect-20-position {
	position: relative;
} /* necessary to give position: relative to parent. */
.effect-20 {
	background: transparent;
}

.effect-20     ~ label {
	position: absolute;
	left: 14px;
	width: 100%;
	top: 5px;
	color: #aaa;
	transition: 0.3s;
	z-index: -1;
	letter-spacing: 0.5px;
}