/*
    Theme Name: Bethany
    Theme URL: https://bootstrapmade.com/bethany-free-onepage-bootstrap-theme/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/
html, body {
    margin: 0;
    padding: 0;
    border: 0
}
/*
body {
	font-family: 'Prompt';
    overflow-x: hidden;
}
*/
#container {
    margin: 0 auto;
    max-width: 960px;
    overflow: auto
}

.main-sidebar, .left-side {
	padding-top: 0;
}

.nav-sm {
	display: inline-block;
}

.nav-xs {
	display: none;
/*	width: 30px;
	height: 30px;
	padding: 5px 7px;
	border: 1px solid #a52a2a;
	border-radius: 5px;*/
}
.flag-xs {
	height: 10px;
}

.navbar-header img, .branch .logo img {
	height: 48px;
}

.size-name {
	float: left;
	width: 50px;
	color: white;
	font-size: 10px;
	padding-left: 20px;
}

#LG {
	display: inline-block;
	color: #a52a2a;
}

#MD, #SM, #XSL, #XSM {
	display: none;
	color: #a52a2a;
}
/*
ol, ul {
	/*list-style: none;*
}*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.section-padding
{
	padding-top: 50px;
}
/*h1, h2, h3, h4, h5, h6
{
	/*font-family: 'Lato', sans-serif;*
	font-family: 'Prompt', sans-serif;
}*/

select {
	margin: 0 10px;
	padding: 0 10px;
}

select option {
	padding-left: 10px;
}

.center {
	text-align: center;
}

.btn-lg:hover {
	text-decoration: none;
}

/**media Queries**/
.navbar-default, .navbar-white {
    background-color: transparent;
}

.common-header {
	/*background-color: #10346C;*/
	min-height: 70px;
}

/*.tpl-xsl { display: inline-block; }*/

.tpl-xsm, .tc-xs {
	width: 100%;
	margin-top: 10px;
	display: block;
}

.tc-xs .col-left {
	float: left;
	width: 150px;
}

.tc-xs .col-right {
	float: left;
	width: calc(100% - 150px)
}

.bt {
	border-top: 1px solid gray;
	margin-top: 20px;
	padding-top: 10px;
}

.bb {
	border-bottom: 1px solid gray;
	margin-top: 50px;
	padding-bottom: 10px;
}


.nav > li > a {
    padding: 0px;
}
.navbar-brand, .navbar-white-band
{
	padding: 0px;
	height: inherit;
	/*font-family: 'Lato', sans-serif;
	font-family: 'Prompt', sans-serif;*/
	font-family: 'Itim', cursive;
}

.navbar-default .navbar-brand {
  color: #a52a2a; /*#4a4a4a; /* #fff; */
	font-size: 34px;
	/*text-transform: uppercase;*/
	font-weight: 700;
	letter-spacing: 2px;
}

.navbar-default .navbar-white-band {
  color: white; /* #fff; */
	font-size: 34px;
	/*text-transform: uppercase;*/
	font-weight: 700;
	letter-spacing: 2px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #a52a2a; /* #FFD34E; */
    background-color: transparent;
    /*text-transform: uppercase;*/
}
.navbar-default .navbar-nav > li > a {
		color: #4a4a4a; /* #fff; */
    padding: 0px 20px;
    /* text-transform: uppercase; */
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus
{
	color: #a52a2a; /* #FFD34E; */
}

.navbar-fixed-top {
    padding: 20px 0;
    transition: all 0.5s;
}

.top-nav-collapse {
    background: rgba(255,255,255,0.9); /* rgba(0,0,0,0.8); */
    padding: 25px 0;
}

.nav-tabs {
	margin-bottom: 10px;
}

.nav-tabs>li>a {
	padding: 10px;
	color: #a52a2a;
}

.error-span {
	display: none; color: red; padding-top: 10px;
}

.error-box {
	float: left;
	width: 100%;
	color: #a52a2a;
	font-size: 20px;
	border: 1px solid #a52a2a;
	border-radius: 10px;
	margin: 10px 0;
	padding: 10px;
	text-align: center;
}

.wrapper
{
	/*padding: 90px 0px 130px;*/
}
.top-title
{
	z-index: 5;
	font-size: 27px;
	font-weight: 700;
	color: #fff;
	line-height: 38px;
	letter-spacing: 4px;
	opacity: 1;
	text-transform: uppercase;
}
.sub-title
{
	font-size: 50px;
	font-weight: 700;
	color: #fff;
	line-height: 71px;
	letter-spacing: 4px;
	opacity: 1;
	text-transform: uppercase;
}
.title
{
	font-size: 123px;
	font-weight: 700;
	color: #fff;
	line-height: 88px;
	letter-spacing: 4px;
	opacity: 1;
	text-transform: uppercase;
	padding: 25px 0px;
}
.btn-submit
{
    background: #FFD34E;
    border: 0px;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 40px;
    font-weight: normal;
    border-radius: 0px;
    letter-spacing: 1px;
    color: #333;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-top: 25px;
    border: 2px solid  #FFD34E;
}

.btn-submit:hover {
    background: #fff;
}
/****/
#cta-1
{
	padding: 40px 0px;
}
.cta-info
{
	border: 5px solid #FFD34E;
	padding: 40px 0px;
}
.cta-info h3
{
	font-size: 24px;
}
.dec-tec
{
	font-size: 34px;
}
/****/
#feature
{
	background-color: #f8f8f8;
}
.head-title
{
	color: #2b2b2b;
	font-size: 32px;
	font-weight: 700;
}
.botm-line
{
	background-color: #2b2b2b;
	width: 34px;
	height: 3px;
	display: inline-block;
}
.section-title:hover .botm-line
{
	width: 70px;
	/* For Safari 3.1 to 6.0 */
    -webkit-transition-property: width;
    -webkit-transition-duration: 2s;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: 1s;
    /* Standard syntax */
    transition-property: width;
    transition-duration: 2s;
    transition-timing-function: linear;
    transition-delay: 1s;
}
p
{
	color: #888;
}
.icon {
    position: relative;
    height: 48px;
    width: 48px;
    float: left;
    margin-top: 14px;
    margin-bottom: 20px;
}
.icon i
{
	font-size: 35px;
}
.icon-text {
    margin-left: 73px;
    padding:0px 25px 25px 0px;
}
h3.txt-tl {
    font-size: 24px;
    line-height: 1.35;
}
/****/
.parallax {
    background-attachment: fixed;
    background-repeat: repeat-y;
    background-position: center center;
}
.bg-image-2 {
    background: url('../images/doi_suthep_exterior.jpg') no-repeat center fixed; /* img/cta-banner.jpg */
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.section {
    position: relative;
    padding: 88px 0 67px 0;
    display: block;
}
.cta-txt h3 {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 700;
	color: #fff;
}
.cta-txt p
{
	color: #fff;
}
/****/
.portfolio-box
{
	margin-bottom: 15px;
}
.padding-right-zero
{
	padding-right: 0px;
}
#contact
{
	background-color: #f8f8f8;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

#have-existing-q {
	float: left;
	width: 100%;
    color: red;
	border:1px solid red;
	border-radius: 10px;
	padding: 10px;
	margin-top: 20px;
}

#sendmessage.show, #errormessage.show, .show {
	color: #000 !important;
	/*font-weight: 600;*/
}

.btn-buy
{
	width: 100%;
	font-size: 20px;
	margin-bottom: 10px;
	border-radius: 0px;
	color: #000;
	background-color: #FFD34E;
}

#thankyouModal {
	text-align: center;
}

.btn-send
{
	border-radius: 0px;
	color: #000;
	background-color: #FFD34E;
}
a, a:hover
{
	color: #a52a2a; /*#FFD34E;*/
}
.cont-title
{
	font-size: 24px;
	padding:15px 0px;
}
.location-info p span {
    display: inline-block;
}
.location-info p span {
    width: 40px;
    font-size: 24px;
    color: #666;
    vertical-align: middle;
}
.location-info p {
    margin-bottom: 5px;
}
.location-info p {
    font-size: 18px;
    line-height: 32px;
    color: #000;
}
.contact-icon-container {
    position: absolute;
    top: -38px;
    right: 0;
    padding-right: 20px;
    font-size: 320px;
    color: #555;
    line-height: 300px;
    -ms-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}
/****/
#footer
{
	/*background-color: #191919;*/
	padding: 20px 0px;
	border-top: 1px solid #191919;
}
#footer a {
    font-size: 18px;
}
.footer-copyright {
	padding-top: 10px;
  /*  color: #fff;
    line-height: 32px;
    text-align: left;*/
}
.footer-social
{
	float: right;
}
/*.footer-social a {
    font-size: 18px;
    color: #666;
}*/
.link-dec, .link-dec:hover{
    color: #000;
}

.search-box {
	background-color: rgba(255, 255, 255, 0.25);
	padding: 10px;
	text-align: center;
	border-radius: 5px;
	height: 60px;
}

.column {
	float: left;
	width: 50%;
}

.column8 {
	float: left;
	width: 80%;
}

.column2 {
	float: left;
	width: 20%;
}

.col-xs-4 { width: 33.33% }

.col-xs-6 { width: 50% }

.col-xs-8 { width: 66.67% }

.right {
	text-align: right;
}

.search-box input, .search-box select {
	border-radius: 5px;
	height: 40px;
	font-size: 18px;
	padding-left: 10px;
	/*margin-right: 20px;*/
}

.search-box input[type='text'] {
	width: 100%;
}

.search-box input[type='number'] {
	width: 35%;
	margin-left: 10px;
}

.search-box select {
	width: 30%;
	margin-left: 10px;
}

.search-box input[type='submit'] {
	width: 25%;
	margin: 0 0 0 10px;
	padding: 0;
}

.itinerary-td input[type='number'] {
	width: 200px;
	padding-left: 10px;
	text-align: right;
}

.date {
	width: 120px;
	margin: 0 10px;
	padding: 2px 10px;
}

.time {
	width: 70px;
	margin: 0 5px;
	padding: 2px 10px;
}

.hour-minute select {
	width: 50px;
	margin: 0;
	padding: 0 5px;
}

.hour-minute select option {
	padding-left: 5px;
}

.adjust-time {
	margin-top: 10px;
	padding: 0px;
}


.attraction-box {
	margin-bottom: 15px;
	font-size: 16px;
	height: 350px;
}

.attraction-box a {
	font-size: 16px;
	color: black;
}

.attraction-box a:hover {
	color: #a52a2a;
}

.attraction-link ul {
  list-style-type: circle;
	padding-left: 25px;
	margin-top: 10px;
}

.attraction-link a {
	font-size: 14px;
	color: #a52a2a;
}
/*
.attraction-box:hover .attraction-link {
	display: block;
	height: 50px;
}
*/
.go-to-attraction {
	padding-top: 20px;
}


.tour-program-link a {
	 cursor: pointer;
}

.need-sign-up {
	border: 1px solid #FFD34E;
	border-radius: 10px;
	padding: 20px 0px;
	margin: 20px 0px;
	font-size: 16px;
}

.tourist-picture {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	margin-right: 20px;
}

textarea { /* friend-form */
	width: 300px;
}

.attraction ul {
	list-style-type: circle;
}

.my-tour-program {
	padding: 10px 0 30px 0;
}

.my-tour-program a {
	font-size: 24px;
}

.col-link {
	padding-top: 20px;
}

.col-link a {
	margin-left: 20px;
}

.col-edit {
	font-size: 16px;
	padding-top: 20px;
}

#TripName {
	width: 100%; /*550px;*/
	font-size: 16px;
	margin-top: 20px;
	padding: 5px 10px;
	border-radius: 5px;
}

#Traveller {
	width: 100%;
	font-size: 16px;
	margin-top: 20px;
	padding: 5px 10px;
	border-radius: 5px;
}

#CreateTraveller {
	font-size: 24px;
	width: 200px;
	height: 40px;
	padding-left: 10px;
}

.no-border {
	border-color: white;
}

.index-service {
	margin-top: 50px;
}

.index-service img {
	height: 100px;
}

#index-hotel img {
	width: 100%;
}

.promotion {
	color: #EE595D;
}

#index-hotel .row {
	font-size: 16px;
	margin-top: 10px;
}

#index-hotel .line-caption {
	float: left;
	width: 100%;
	height: 100px;
	padding: 30px 0 10px 0;
}

ul {
	list-style: circle;
	margin: 20px 0 10px -20px;
}

li {
	margin-bottom: 10px;
}

#languageDialog {
	/*width: 700px;*/
}

#languageDialog .modal-content {
	width: 200px;
	height: 180px;
}

#moreLanguage, #allLanguage, #languageProgress {
	display: none;
	margin-top: 20px;
}

.gray-line {
	width: 100%;
	background-color: #F5F5F5;
}

.language-line {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #F5F5F5;
}

.language-column {
	float: left;
	width: 220px;
	padding: 10px;
}

.language-column img {
	height: 15px;
	margin: -5px 10px 0 0;
}

.btn-no-padding {
	padding: 0;
}

#moreLanguage, #allLanguage, #languageProgress {
	display: none;
	margin-top: 20px;
}


.service-type-row {
	float: left;
	width: 100%;
	height: 50px;
}

.hotel-booking-row {
	height: 50px;
	font-size: 20px;
}

.hotel-name-row {
	float: left;
	width: 100%;
	height: 70px;
}

.hotel-name {
	font-size: 30px;
}

.hidden {
	display: none;
}

.hidden-row {
	display: none;
	padding: 20px;
}

.slide-row {
	float: left;
	width: 100%;
	padding: 0px;
	margin-bottom: 20px;
}

.img-responsive {
	width: 100%;
}

.season-row {
	float: left;
	width: 100%;
	font-size: 24px;
}

.season-date {
	font-size: 12px;
	margin-left: 10px;
}

.price-thb {
	font-size: 12px;
	padding-top: 13px;
}

.price-row {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.price {
	font-size: 30px;
	color: DodgerBlue;
}

.currency {
	font-size: 10px;
	margin-left: 10px;
}

.full-width-row {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.full-height-width-row {
	float: left;
	min-height: 100%;
	min-width: 100%;
}

.full-width {
	width: 100%;
}

.full-input {
	width: 100%;
	padding-left: 5px;
}

.map-col {
	padding-top: 5px;
}

.black {
	color: black;
}

.red {
	color: red;
}

.green {
	color: green;
}

.green-col {
	float: left;
	width: 25%;
	color: green;
}

.radius-col {
	float: left;
	width: 75%;
	text-align: right;
}

.line-name-row {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.line-map-row {
	float: left;
	width: 100%;
	margin: 10px 0;
	padding-bottom: 30px;
}

.chat-bot-row {
	float: left;
	width: 100%;
	margin-bottom: 20px;

}

.line-qr-code {
	width: 180px;
}

.line-code {
	color: DodgerBlue;
	font-size: 20px;
}

.col-line-qr-code {
	float: left;
	width: 140px;
}

.col-line-qr-code img {
	width: 120px;
}

.col-line-text {
	float: left;
	width: calc(100% - 200px;);
}

.col-line-text {
}

.line-date-row {
	float: left;
	width: 100%;
	height: 130px;
	padding: 10px;
	border: 1px solid #E8E8E8;
	/*padding-left: calc(50% - 110px)*/
}

.line-date-box {
	float: left;
	height: 100px;
	width: 120px;
}

.line-date-box.sm {
	width: 150px;
	margin-left: calc(50% - 110px);
}

.line-date-text {
	width: 120px;
	color: gray;
	text-align: left;
}

.line-date-text.sm {
	width: 150px;
}

.line-date {
	width: 100px;
	margin: 0;
	padding: 2px 10px;
}

.line-left-col {
	float: left;
	width: 50px;
	height: 60px;
	color: DodgerBlue;
	font-size: 40px;
}

.line-right-col {
	float: left;
	width: 70px;
	height: 60px;
}

.line-right-col.sm {
	width: 100px;
}

.line-right-half {
	width: 70px;
	height: 25px;
	padding-left: 10px;
	color: black;
	font-size: 16px;
	text-align: left;
}

.line-right-half.sm {
	width: 100px;
}

.line-arrow-box {
	float: left;
	height: 100px;
	width: 100px;
	text-align: center;
	padding-top: 40px;
}

.line-time-box {
	float: left;
	height: 100px;
	width: 120px;
}

.line-time-box select {
	width: 80px;
	height: 60px;
}

.line-time-box select option {
	color: DodgerBlue;
	font-size: 40px;
	padding: 0px;
}

.line-time-left {
	float: left;
	width: 70px;
}

.line-time-left input[type='number'] {
	width: 60px;
	height: 50px;
	color: DodgerBlue;
	font-size: 30px;
	padding-left: 5px;
}

.line-time-right {
	float: left;
	width: 30px;
	height: 60px;
	text-align: left;
	padding-top: 30px;
}

.line-night {
	float: left;
	width: 120px;
	margin-top: -10px;
}

.showNumber {
	color: DodgerBlue;
	font-size: 30px;
}

.in-decrese {
	font-size: 20px;
	cursor: pointer;
}

.line-person-row {
	height: 50px;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #E8E8E8;
	text-align: center;
}

#line-edit-person-box {
	height: 150px;
	padding: 10px;
	border: 1px solid #E8E8E8;
	display: none;
}

.line-edit-person-row {
	height: 50px;
}

.line-edit-person-trim-col {
	float: left;
	height: 50px;
	width: 20px;
	padding-top: 5px;
}

.line-edit-person-mid-col {
	float: left;
	height: 50px;
	width: calc(100% - 40px);
	padding-left: calc(50% - 50px);
}

.line-btn {
	margin: 20px 0;
	width: 100%;
}

.line-user-row {
	height: 100px;
	width: 100%;
}

.line-user-row img {
	height: 100px;
}

.line-summary-row {
	float: left;
	height: 40px;
	width: 100%;
}

.line-summary-row .picture {
	height: 40px;
}

.line-summary-row input[type='text'], input[type='tel'], input[type='email'] {
	width: 100%;
	padding-left: 10px;
}

.liff-end {
	font-size: 16px;
	padding-top: 20px;
}

.center {
	text-align: center;
}

.confirm-form, .bottom-row {
	margin-bottom: 20px;
}

.confirm-form .row {
	height: 40px;
}

.confirm-form input {
	width: 100%;
	padding: 2px 10px;
}

.no-padding {
	padding: 0;
}

.row-text {
	float: left;
	margin: 20px 0 0 0;
	font-size: 16px;
}

.warning {
	color: red;
}

.row-action {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.row-q-this-branch {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}


#chat-bot-body {
	margin-top: 20px;
}

.chat-bot-row {
	float: left;
	width: 100%;
	margin-bottom: 20px;

}

.col-line-qr-code {
	float: left;
	width: 140px;
}

.col-line-qr-code img {
	width: 120px;
}

.col-line-text {
	float: left;
	width: calc(100% - 200px);
}

.row-prod {
	float: left;
	width: 100%;
}

.qprint {
	float: left;
	width: 100%;
	margin-top: 10px;
	border-bottom: 1px solid black;
	font-size: 10px;
}

.qprint h1 {
	font-size: 50px;
	font-weight: 700;
	margin: 0;
}

.qnumber {
	font-size: 40px;
	font-weight: 700;
}

.branch-radius-row {
	float: left;
	width: 100%;
	border-top: 1px solid lightgray;
	margin-top: 20px;
	padding-top: 10px;
	font-size: 24px;
}

.branch {
	float: left;
	width: 100%;
	margin: 20px 0 10px 0;
	padding: 10px;
	border: 1px solid gray;
	border-radius: 20px;
}

.branch .logo {
	float: left;
	width: 58px;
}

.branch .info {
	float: left;
	width: calc(100% - 58px);
}

.branch.package {
	margin-bottom: 30px;
}

.pointer {
	cursor: pointer;
}

#q-name-row {
	margin: 10px auto;
	height: 60px;
    max-width: 300px;
	overflow: auto;
	font-size: 20px;
}

#q-name-row input {
	font-size: 20px;
	width: 200px;
	padding: 10px;
	border-radius: 10px;
}

#q-seat-row {
	margin: 10px auto;
	height: 80px;
    max-width: 200px;
    overflow: auto
}

#q-seat-box {
	float: left;
	width: 100px;
	height: 70px;
	margin: 0 20px;
	font-size: 50px;
	font-weight: 900;
	text-align: center;
	border: 1px solid gray;
	border-radius: 10px;
}

.q-seat-action {
	float: left;
	font-size: 50px;
	cursor: pointer;
}

.q-group {
	float: left;
	height: 50px;
	width: 50px;
	font-size: 30px;
	font-weight: 900;
	text-align: center;
	border: 1px solid gray;
	border-radius: 25px;
	cursor: pointer;
}

.q-group.active {
	background-color: lightgrey;
}

.q-group-seat {
	float: left;
	width: 50px;
	text-align: center;
}

.branch h1 {
	font-size: 80px;
	font-weight: 900;
	margin: 0;
}

.branch h2, .branch h3, .branch h4 {
	margin: 0;
}

.front {
	position: fixed;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	min-width: 95%;
	min-height: 95%;
}

.q-col {
	min-width: 100%;
	min-height: 100%;
}

.q-row {
	float: left;
	width: 100%;
}

.b10 {
	margin-bottom: 10px;
}

.front-q {
	float: left;
	width: 100%;
	font-size: 30px;
	letter-spacing: 2px;
	text-align: center;
	background-color: lightgray;
	border: 1px solid gray;
	padding: 10px 0;
}

.front-q.active {
	background-color: red;
	color: white;
}

.front-q.line {
	background-color: green;
	color: white;
}

.front-q.call {
	border: 5px solid red;
}

.front-ad {
	width: 100%;
}

.bgdark {
	background-color: black;
	color: white;
}

.navbar-fixed-top h4 {
	margin-top: 15px;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-color: black;
  color: white;
  padding-top: 10px;
}

.footer a {
	color: white;
	font-size: 40px;
}

.bg-lg {
	background-color: lightgray;
}

.bg-dark {
	background-color: black;
}


.q-info-section {
	margin-top: 50px;
}

.q-logo {
	width: 80%;
	margin-left: 10%;
}

.q-admin-top-button {
	background-color: gold;
	border-radius: 10px;
	display: inline-block;
}

.q-admin-top-button.group {
	font-size: 30px;
	padding: 5px;
}

.q-admin-top-button.group a {
	padding: 10px;
	font-size: 30px;
	color: gray;
}

.q-admin-top-button.enable {
	font-size: 16px;
	padding: 5px 10px;
	border-radius: 20px;
	margin-right: 20px;
}

.q-admin-top-button.enable a {
	padding: 10px;
	font-size: 16px;
	color: white;
}

.q-admin-top-count {
	border-radius: 50%;
	background-color: orangered;
	color: white;
	font-size: 25px;
	padding: 0 2px;
}

.q-admin-top-count:last-child {
	padding: 0 10px 0 2px;
	margin-right: 10px;
}

.q-admin-all-count {
	border-radius: 50%;
	background-color: red;
	color: white;
	font-size: 25px;
	padding: 0 10px 0 2px;
	margin-left: 10px;
}

.circular--square {
	border-radius: 50%;
}

#q-list {
	float: left; width: 100%; height: 600px; overflow-y: scroll;	
}

.q-order {
	float: left;
	width: calc(100% - 20px);
	color: white;
	background-color: gray;
	border-radius: 5px;
	box-shadow: 5px 5px 10px 0px gray;
	padding: 5px;
	margin: 5px 10px;
}

.bg-green {
	background-color: green;
}

.q-order .code {
	font-size: 24px;
	color: white;
}

.q-order .left {
	float: left;
	width: 60px;
	padding-top: 5px;
}

.q-order .left img {
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

.q-order .middle {
	float: left;
	width: calc(100% - 140px);
	padding-top: 5px;
}

.q-order .right {
	float: left;
	width: 80px;
	text-align: center;
	padding-top: 10px;
}

.green-circle {
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid green;
	padding-top: 5px;
	margin-top: -10px;
	cursor: pointer;
}

.gold-circle {
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid gold;
}

#q-admin-Dialog {
	/*width: 700px;*/
}

#q-admin-Dialog .modal-content {
	width: 400px;
	height: 400px;
	color: white;
	background-color: gray;
}

.q-admin-modal-row, .q-order-modal-row {
	float: left;
	width: 100%;
	margin-top: 40px;
	font-size: 20px;
}

.q-admin-modal-column {
	float: left;
	width: 50%;
	text-align: center;
	cursor: pointer;
}

.q-admin-modal-column:hover {
	background-color: darkgray;
}

.q-admin-modal-column:active {
	background-color: darkgray;
	transform: translateY(10px);
}

#q-order-Dialog .modal-content {
	width: 300px;
	height: 300px;
}

.q-time-row {
	float: left;
	width: 100%;
	margin: 10px 0;
	font-size: 20px;
}

.q-time-row select {
	border-radius: 5px;
}

.xclose {
	float: left;
	width: 100%;
	color: white;
	background-color: green;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin-bottom: 10px; 
}

#Auto {
	transform: scale(1.5);
    -webkit-transform: scale(1.5);
}

.second {
	width: 70px;
	color: black;
	text-align: center;
	padding-right: 5px;	
}

#ca-number {
	font-size: 50px;
	font-weight: bold;
	color: green;
}

.btn-ca {
	font-size: 60px;
}

#ca-action-row {
	display: none;
	margin-top: 20px;
}

#ca-action-row a {
	font-size: 30px;
}

#progressbar {
    margin-bottom: 10px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative;
	text-align: center;
}

#progressbar #package:before {
    font-family: FontAwesome;
    content: "\f15c"
}

#progressbar #person:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #datetime:before {
    font-family: FontAwesome;
    content: "\f073"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f09d"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: limegreen;
}

#tr-step-back {
	float: left;
	width: 20px;
	padding-top: 5px;
}

#tr-step-caption {
	float: left;
	width: calc(100% - 20px);
	margin: 10px 0;
	font-size: 24px;
	text-align: center;
}


.package {
	float: left;
	width: 100%;
	margin: 10px 0;
	padding: 10px;
	border: 1px solid gray;
	border-radius: 20px;
}

.package-row {
	float: left;
	width: 100%;
}

.package-row h4 {
	font-size: 16px;
}

.package .price, .booking-price {
	font-size: 20px;
	color: red;
}

.package .price-thb, .booking-price-thb {
	font-size: 10px;
	padding-top: 12px;
	color: red;
}

.package a {
	margin-top: 10px;
}

.package .view-menu, .view-picture {
	float: left;
	padding: 10px;
	border: 1px solid dodgerblue;
	border-radius: 20px;
	color: dodgerblue;
	font-size: 12px;
	cursor: pointer;
}

.view-menu-row {
	float: left;
	width: calc(100% - 20px);
	margin: 10px;
/*	padding-top: 10px;
	border-top: 1px solid lightgrey;*/
	display: none;
}

.view-picture-row {
	float: left;
	width: calc(100% - 20px);
	margin: 10px;
	border-bottom: 1px solid lightgrey;
	display: none;
}

.view-menu-row img, .view-picture-row img {
	margin-top: 10px;
}

.package-adult {
	float: left;
	width: 20%;
	text-align: center;
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: bolder;
	color: black;
	cursor: pointer;
}

.package-adult-selected {
	color: dodgerblue;
}

#package-children {
	float: left;
	width: 100%;
	display: none;
	border-bottom: 1px solid gray;
	margin: 20px 0;
	font-size: 20px;
}

#package-children img {
	width: 30px;
}

#package-submit {
	font-size: 20px;
	margin-bottom: 30px;
}

.package .person {
	font-size: 20px;
	color: dodgerblue;
}

.month-head-row {
	float: left;
	width: 100%;
	font-size: 24px;
	text-align: center;
}

.week-row, .booking-row {
	float: left;
	width: 100%;
	margin: 10px 0;
}

.week-row:last-child {
	margin-bottom: 40px;;
}

.col-week {
	float: left;
	width: 14.28%;
	text-align: center;
}

.col-week.head {
	font-size: 16px;
}

.col-week.day {
	font-size: 20px;
	color: lightgray;
}

.col-time {
	float: left;
	width: 20%;
	text-align: center;
	font-size: 20px;
}

.col-week.day a, .col-time a {
	color: black;
}

.booking-left {
	float: left;
	width: 33.33%;
	font-size: 12px;
	padding-top: 10px;
}

.booking-right {
	float: left;
	width: 66.67%;
	font-size: 20px;
	text-align: right;
}

.booking-caption {
	float: left;
	width: 100%;
	margin: 10px 0;
	font-size: 24px;
	text-align: center;
}

.booking-time {
	float: left;
	width: 100%;
	font-size: 40px;
	text-align: center;
}

.booking-p {
	float: left;
	width: 100%;
	margin: 10px 0;
	font-size: 12px;
	text-align: center;
	color: red;
}

.amount-left {
	float: left;
	width: 66.67%;
	font-size: 12px;
	padding-top: 10px;
}

.amount-right {
	float: left;
	width: 33.33%;
	text-align: right;
	font-size: 20px;
	color: red;
}

.payment-amount {
	font-size: 20px;
	color: red;
}

.amount-thb {
	font-size: 12px;
	padding-top: 13px;
	color: red;
}

.btb {
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}

.abb {
	padding-bottom: 5px;
	border-bottom: 1px solid gray;
}

.customer-row {
	float: left;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid gray;
}

.customer-row input {
	border: white;
	font-size: 12px;
	padding: 5px;
}

.customer-full-width {
	width: 95%;
}

.customer-half-width {
	width: 45%;
}

.bank-account-left {
	float: left;
	width: 20px;
}

.bank-account-left input[type=radio] {
	padding: 0.5em;
	-webkit-appearance: none;
	outline: 0.1em solid black;
	outline-offset: 0.1em;
}

.bank-account-left input[type=radio]:checked {
	display: inline-block;
	background-color: #000;
}

.bank-account-middle {
	float: left;
	width: 40px;
	padding-top: 2px;
}

.bank-account-middle img {
	width: 26px;
}

.bank-account-right {
	float: left;
	width: calc(100% - 60px);
}

#BankAccount, #CreditCard, #MobileBanking, #StepFull, #KPlusFull, #PromptPayFull {
	display: none;
}
/*
#omiseMockupContent {
	height: 700px;
}
*/
.rest-header {
	min-height: 50px;
	font-size: 16px;
}

.rest-header a {
	color: white;
}

.rest-section {
	margin-top: -20px;
}

.product-row {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid lightgrey;
}

.product-row.price {
	font-size: 18px;
}

.fo-amount {
	font-size: 30px;
	color: crimson;
}

.fo-ta {
	width: 100%;
	padding: 5px;
}

.fo-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
}

.fi-row {
	float: left;
	width: 100%;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid lightgrey;
}

.fi-name {
	font-size: 18px;
}

.fi-amount {
	font-size: 18px;
	color: crimson;
}

#confirmChangeTimeContent {
	height: 300px;
}


#bookingOrderContent {
	height: 550px;
}

.modal-row {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.time-row {
	float: left;
	width: 100%;
	margin-top: 10px;
	padding: 10px 0;
	background-color: lightgrey;
}

.bo-row {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.bo-row a {
	color: yellow;
}

.bg-aqua {
	background-color: aqua;
}

.bg-teal {
	background-color: teal;
}

.bg-lightgray {
	background-color: lightgray;	
}

.bg-lightsalmon {
	background-color: lightsalmon;
}

.bg-crimson {
	background-color: crimson;
}

.bg-darkred {
	background-color: darkred;
}

.bg-aquamarine {
	background-color: #7FFFD4;
}
