/*-----------------表單錯誤訊息------------------*/

.red {
    color: #D10005;
}

.pages-ticker .red{
	background-color: white;
	padding: 2px;
	margin-top:2px;
	border-radius:6px;
}

.font-small {
    font-size: 0.875em;
}

/* SELECT 錯誤用 */
.select-error {
    border: 2px solid #e74c3c !important;
}
/* 讓組合的輸入框，右方按鈕外框變紅 */
.has-error .input-group-btn .btn {
	border-color: #e74c3c !important;
}

/* 輸入框轉大寫 */
input.uppercase {
    text-transform: uppercase;
    -webkit-transform: uppercase;
}

/* 隱藏waiting icon */
#waitIcon {
	visibility: hidden;
}

.alert-warning{
	background-color: #fcf8e3;
    border-color: #faebcc;
}

/* add and cut button css */
.input-wrapper {
	width: 100%;
	text-align: center;
	margin-bottom: 10px
}

.amount-wrapper {
	padding: 0;
	width: 120px;
	border: 1px solid #b1b1b1;
	margin: 0px auto;
}

.amount-wrapper input {
	width: 35px;
	border: none;
	text-align: center;
}

.amount-wrapper button.cut, .amount-wrapper button.add {
	display: inline-block;
	padding: 6px 0;
	text-align: center;
	width: 36px;
	font-size: 1.125em;
	font-weight: bold;
	color: #256fa0;
	background: none;
	border: none;
}

.amount-wrapper button.cut {
	border-right: 1px solid #b1b1b1;
}

.amount-wrapper button.add {
	border-left: 1px solid #b1b1b1;
}


ol,ul,li {
    list-style: none;
}

dl,dt,b dd,ol,ul,li {
    margin: 0;
    padding: 0;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: " ";
    content: none;
} 


.decimal>li{/*數字*/
    list-style: decimal;
    margin-left: 25px;
    margin-bottom:0.5em;
    text-indent: 0;
}

.list_parentheses{/*括號數字*/
    margin-left:0;
}
 
.list_parentheses>li {
    list-style-type:none;
    list-style-position:inside;
    counter-increment: cnt;
    padding-left: 2em;
    text-indent:-1.5em;
    margin: 0.5em 0;
}
.list_parentheses>li:before {
  display: marker;
  content: "(" counter(cnt) ") ";
}
.list_parentheses :not(li) {
  text-indent:0;
}

.list_disc>li {/*實心圓形*/
   list-style-type: disc;
   margin-left: 25px;
}
ol ol {
    margin-bottom:1em;
}
.spacing>li {
    margin-bottom:25px;
}
ul.offer-add li {
    margin-top: 2px;
    margin-bottom: 2px;
}
ul.offer-add>li, .offer-add>dd {
    margin-left: 10px;
    text-indent: -10px;
}
.offer-add+.offer-add {
    margin-top: 15px;
}

.list_circle li {
    list-style-type: circle; /*空心圓形符號*/
    margin-left: 25px;
}
.note-list .list_circle li {/*附註後面接空心符號*/
    text-indent: 0;
}

.decimal :not(li), .list_disc :not(li), .list_circle :not(li)  {
    list-style: none;
}
ul.offer-add :not(li), .offer-add :not(dd) {
    margin-left: 0;
    text-indent: 0;
}
/*-------------------------------------------座位表-------------------------------------------*/
.seat-title h3 .type {
	margin:0 5px;
	font-size: 1.25em
}
.seat-info {
	margin:5px 0;
}
.seat-info .float{
	margin-left:10px;
	float:right;
}
.seat-info .no, .seat-info .amount {
	display: inline-block;
}
.seat-info .no {
	margin-right:10px;
	padding-right:5px;
}
.seat-info .amount .type {
	margin-left:5px;
	margin-right:3px;
}

.seat-info .amount .color-rag,.seat-info strong {
	font-size: 1.25em;
	margin:0 3px;
}
.seat-color {
	margin-top:16px;
}
.seat-color span {
	margin-left:10px;
}
.seat-color .seat-c1:before, .seat-color .seat-c2:before, .seat-color .seat-c0:before, .seat-color .seat-c3:before, .seat-color .seat-c4:before {
	content: " ";
	width:18px;
	height: 18px;
	display: inline-block;
	margin-right:5px;
}
.seat-color .seat-c1:before {
	background: #ffd800;
	border:1px solid #ffc600;
}
.seat-color .seat-c2:before {
	background: #ff7800;
	border:1px solid #fe4e00;
}
.seat-color .seat-c0:before, .btn-seat.seat-c0 {
	background: #fff;
	border:1px solid #ccc;
}
.seat-color .seat-c3:before, .btn-seat.seat-c3 {
	background: #666;
	border:1px solid #424242;
}
.seat-color .seat-c1 {
	margin-right:10px;
}
.seat-color .seat-c4:before, .btn-seat.seat-c4  {
	background: #ff8000;
	border:1px solid #ff8000;
}

.seat-wrap {
	margin:20px auto 50px auto;
}
.seat-head {
	padding:10px;
	border-bottom: 1px solid #eee;
	margin-bottom:16px;
	font-size: 1.25em;
}
.seat-head .small, .change-seat .change-head .small {
	font-size: 0.778em;
	color: #777;
	margin-left:16px;
}
.seat-content{
	display:inline-block;
	vertical-align: middle;
}
.btn-seat {
	width:50px;
	height:50px;
	padding:3px 5px;
	text-align: left;
	line-height: 1.2;
	overflow: hidden;
	position: relative;
	margin-left:8px;
}

.btn-seat span {
	display: block;
}
.btn-seat {
	background: #eee;
	border: 1px solid #ccc;
}

.btn-seat.seat-c1 {
	background: #ffd800;
	border:1px solid #ffc600;
}
.btn-seat.seat-c2 {
	background: #ff7800;
	border:1px solid #fe4e00;
}
.btn-seat.seat-hover {
	cursor: pointer;
}
.btn-seat.seat-c1.seat-hover:hover, .btn-seat.seat-c1.active {
	border: 1px solid #ffae00;
	background: #ffc600;
}
.btn-seat.seat-c0:hover {
	background: #eee;
	border: 1px solid #ccc;
	cursor: pointer;
}
.btn-seat.seat-c2.seat-hover:hover, .btn-seat.seat-c2.active {
	border:1px solid #e22500;
	background: #fe4e00;
}
.btn-seat.active {
	position: relative;
}
.btn-seat.active:after {
	font-family: FontAwesome;
    content: "\f00c";
    letter-spacing: 5px;
    font-size: 1.5em;
    width: 24px;
    position: absolute;
    top:15px;
    left:0;
    right:0;
    margin:auto;
}
.seat-row {
	margin: 4px 0;
	text-align: center;
}
/*---------座位表 打勾狀--------------*/
input[type=radio].seat-check,
input[type=checkbox].seat-check {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

input[type=radio].seat-check+label:after,
input[type=checkbox].seat-check ~ label:after {
    position: absolute;
    top:0;
    left:0;
    content: " ";
    font-size: 2em;
    width: 48px;
    height: 48px;
}
.seat-chief input[type=radio].seat-check:checked+label .amount,
.seat-chief input[type=checkbox].seat-check:checked+label .amount {
	z-index: 2;
	position: absolute;
	top: 3px;
	left: 5px;
}
.seat-chief input[type=checkbox].seat-check:checked+label:after,
.seat-chief input[type=radio].seat-check:checked+label:after {
	background: #ff7800;
	border:1px solid #fe4e00;
	z-index: 1;
}

input[type=radio].seat-check:checked+label:after,
input[type=checkbox].seat-check:checked ~ label:after  {
    font-family: FontAwesome;
    position: absolute;
    content: "\f00c";
    color: #666;
    vertical-align: middle;
    text-align: center;
}

input[type=radio].seat-check:focus ~ label:after,
input[type=checkbox].seat-check:focus ~ label:after,
input[type=radio].seat-check:focus ~ label,
input[type=checkbox].seat-check:focus ~ label
{
    color: #00bcd2;
}
/*-----------------------------------彈跳框的座位表-------------------------------------*/
.change-seat .change-head {
	border-bottom: 1px solid #eee;
	margin: 0 16px 16px 16px;
}

.change-seat .change-head .title{
	font-size:1.25em;
}
.change-seat .change-head .seat-color {
	margin-top:0;
	text-align: right;
}

/*---------------------------禁止酒駕警語------------------------*/
.drunk_waring {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #000;
    color: #fff;
    font-size: 50px;
    line-height: normal;
    letter-spacing: 0;
    height: 90px;
    z-index: 99;
}
.drunk-waring-inner {
    margin: auto;
    padding: 5px;
    width: 98%;
    overflow: hidden;
    text-align: center;
}
.drunk-waring-inner img {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
}
.drunk-waring-inner .txt {
    display: inline-block;
    vertical-align: top;
/*     float: none; */
}
.drunk-waring-inner p {
	font-size: 2rem;
    line-height: 28px;
}
.drunk-waring-inner .line1 {
/*     margin-right: 0; */
	text-align: left;
}

/* 375px */
@media (max-width: 375px) {
    .drunk_waring {
    	letter-spacing: 0;
        font-size: 5vw;
    }

    .drunk-waring-inner img {
		margin: 9px 10px 0 0;
		width: 60px;
        text-align: left;
    }

    .drunk-waring-inner p {
        font-size: 5vw;
        line-height: 20px;
        margin-top: 5px;
    }
}

/* 480px */

@media (max-width: 480px) {

    .drunk_waring {
        letter-spacing: 0;
        font-size: 5vw;
    }

    .drunk-waring-inner img {
        width: 60px;
    }

    .drunk-waring-inner p {
        font-size: 1.3rem;
        line-height: 20px;
        margin-top: 5px;
    }
}

/* 800px */
@media (max-width: 800px) {

    .drunk_waring {
    	letter-spacing: 0;
        font-size: 5vw;
    }

    .drunk-waring-inner img {
		margin: 9px 10px 0 0;
		width: 60px;
        text-align: left;
    }

    .drunk-waring-inner p {
        font-size: 5vw;
        line-height: 20px;
        margin-top: 5px;
    }
}
