/*==============================================================*/
/*Body*/
.body-wrapper {
	width: 100%;
	margin: 0;
}
@media only screen and (min-width: 1024px) {
	.body-wrapper {
		width: 1070px;
		margin: 0 auto;
		position: ralative;
	}
}
/*==============================================================*/
/*Header*/
.body-wrapper > .header-wrapper {
    width: 100%;
    height: 125px;
    background: url(../images/header-banner.png) center center no-repeat;
    background-size: cover;
    
}
.body-wrapper > .header-wrapper > h1 {		
		margin: 0;		
		text-indent: -999px;		
}
/*==============================================================*/
/*Footer*/
.footer-wrapper {
	background-color: #f8f8f8;
}
.footer-wrapper #footer:before {
	content: none;
}
/*==============================================================*/
/*Register Tab*/
.tab-profile,
.tab-profile.-login {
	background-color: #e8e8e8;
	height: 50px;
	box-sizing: border-box;
	margin: 0;
	width: auto;
}
.tab-profile ul {
	padding: 0;
	margin: 0;
	font-size: 0;
	text-align: center;
}
.tab-profile ul i {
	color: #bdbdbd;
	margin-top: 3px;
}
.tab-profile ul li._active {
	background-color: #0d4080;
}
.tab-profile ul li._active .link {
	color: #fff;
}
.tab-profile ul li {
	position: relative;
	list-style: none;
	display: inline-block;
	width: 33.1%;
	background-color: #e8e8e8;
	text-align: center;
	line-height: 55px;
	font-family: 'Kanit', sans-serif, tahoma;
	font-size: 18px;
	height: 50px;
	border-right: 1px solid #ccc;
	cursor: pointer;
}
.tab-profile ul li .link.link-resv {
    margin-top: -10px;
    display: inline-block;
}
.tab-profile ul li .txt-sml {
    margin-top: -15px;
}
.tab-profile ul li .link {
	text-decoration: none;
	color: #333;
}
.tab-profile ul li:not(._active):hover {
	cursor: pointer;
}
.tab-profile ul li:last-child {
	border: none;
}
.btn-another {
    display: none;
    position: relative;
    right: 0;
    top: 0;
    background-color: #2c2c2c;
    width: 100%;
    text-align: left;
    padding: 4px 10px 2px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-family: 'Kanit', sans-serif;
    box-sizing: border-box;
    height: 35px;
    line-height: 32px;
}
.btn-another i {
    color: #f37a01;
}

#toolbar .toolbar-menu-item.active .active-tri {
    display: none !important;
}
@media screen and (max-width: 320px){
	.tab-profile {
		margin: 0;
	}
	.tab-profile ul li {
		font-size: 16px;
	}
    .tab-profile ul li .txt-sml {
        margin-top: -20px;
    }
}
/*==============================================================*/
/*Register Form*/
.register-wrapper {
	padding: 0 10px 30px;
}
.register-wrapper > .register-box {
	padding: 0;
}
.register-box > .title > br {
    display: block;
}
.register-box > .title {
	margin: 27px 0 15px;
	text-align: center;
	font-family: 'Kanit', sans-serif;
	font-size: 38px;
	font-weight: 200;
	color: #fe6700;
}
.register-box > .title-p-login {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 13px;
    line-height: 1.3em;
}
.register-box > .note {
	margin-bottom: 33px;
	text-align: left;
	color: #666;
	line-height: 20px;
}
.register-box > .preadbtn {
	margin-bottom: 39px;
}
.register-box > .form-item {
	margin-bottom: 33px;
}
.register-box > .form-item:nth-child(6) {
	margin-bottom: 52px;
}
.form-item > .inputlabel {
	display: block;
	font-size: 18px;
	margin-bottom: 12px;
}
.form-item > .input {
	display: block;
	width: 100%;
	height: 48px;
	box-sizing: border-box;
	font-family: sukhumvitlight, sans-serif;
	font-size: 34px;
	border: 1px solid #aaa8a7;
	padding: 15px 18px 8px;
	border-radius: 3px;
	outline: none;
}
.register-box > .form-item .remark {
	margin: 5px 0 35px;
	color: #666;
}
@media only screen and (min-width: 1024px) {
	.register-wrapper {
		padding: 0 40px 60px;
	}
    .register-wrapper > .register-box {
		padding: 0;
		margin: 0 auto;
		width: 373px;
	}
	.register-box > .title {
		margin: 37px 0 20px;
		font-size: 38px;
	}
    .register-box > .title br {
		display: none;
	}
	.register-box > .note {
		margin-bottom: 20px;
		text-align: left;
		color: #666;
	}
	.register-box > .preadbtn {
		margin-bottom: 52px;
	}
    /*Register Tab*/
	.tab-profile ul li {
		list-style: none;
		display: inline-block;
		width: 170px;
		background-color: #e8e8e8;
		text-align: center;
		line-height: 55px;
		font-family: sukhumvitlight, sans-serif, tahoma;
		font-size: 21px;
		height: 50px;
		color: #333;
		border-right: 1px solid #ccc;
	}
	.tab-profile ul li:first-child {
		border-left: 1px solid #ccc;
	}
	.register-wrapper > .tab-profile ul {
		float: none;
		width: 514px;
		margin: 0 auto;
	}
	.register-wrapper > .tab-profile {
		margin: 0 -40px;
		background-color: #f1f1f1;
	}
	.tab-profile ul li {
		font-size: 21px;
	}
	.tab-profile ul li:last-child {
		border-right: 1px solid #ccc;
	}
    .body-wrapper > .header-wrapper {
        height: 165px;
    }
}
/*Form for Password*/
.form-item > .input-group {
	display: inline-table;
	vertical-align: middle;
	width: 100%;
}
.input-group > .inputpass {
	display: table-cell;
	width: 100%;
	height: 48px;
	box-sizing: border-box;
	font-size: 15px;
	border: 1px solid #aaa8a7;
	padding: 0px 18px;
	border-radius: 3px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	outline: none;
	text-security: circle;
	-webkit-text-security: circle;
	-moz-text-security: circle;
}
.input-group > .inputpass.-see {
	text-security: initial;
	-webkit-text-security: initial;
	-moz-text-security: initial;
}
.inputpass::-webkit-inner-spin-button,
.inputpass::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0;
}
.inputpass::placeholder {
	font-size: 14px;
	color: #ccc;
}
.input-group > .input-group-addon {
	display: table-cell;
	vertical-align: middle;
	width: 45px;
	padding: 10px;
	height: 48px;
	box-sizing: border-box;
	text-align: center;
	color: #808080;
	border: 1px solid #aaa8a7;
	border-left: none;
	border-radius: 3px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	cursor: pointer;
}
/*Form for checkbox*/
.form-item > .condcheckbox {
	width: 20px;
	height: 20px;
	margin-right: 3px;
	vertical-align: middle;
}
.form-item > .checklabel {
	font-size: 16px;
	vertical-align: middle;
}
/*active state*/
.form-item > .input:active, .input:hover {
	border-color: #f37a01;
}
.input-group > .inputpass:active, .inputpass:hover {
	border-color: #f37a01;
}
._hidden {
	display: none !important;
}
/*==============================================================*/
/*Login Schedule Note Box*/
.schedule-box {
	width: 100%;
    margin: 60px auto 0;
    background-color: #eee;
    box-sizing: border-box;
	padding: 20px 10px;
	border-radius: 3px;
}
.schedule-box > ul {
    padding: 0;
    margin: 0;
}
.schedule-box li.event-list {
    margin: 0 0 10px;
    color: #333;
}
.schedule-box li.event-list:last-child {
	margin: 0;
}
.schedule-box li.event-list span.title {
    font-weight: bold;
    width: 42%;
    display: inline-block;
    text-align: right;
    vertical-align: top;
}
.schedule-box li.event-list span.date {
    padding-left: 10px;
    display: inline-block;
    vertical-align: top;
}
@media only screen and (min-width: 1024px) { 
	.schedule-box {
		width: 60%;
		padding: 25px 40px;
	}
	.schedule-box li.event-list span.title {
		width: 42%;
	}
	.schedule-box li.event-list span.date {
    	padding-left: 40px;
	}
}