/****************************************
           common
*****************************************/
.grayscale{
    -webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    filter:grayscale(100%);
}

.overlay{
	position:fixed;
	top:0px;
	left:0px;
	display:block;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.3);
	z-index:100;
}


/****************************************
           Buttom Layout
*****************************************/
.btn_link_tab{
	display:inline-block;
	color:#000;
	font-size:14px;
	font-weight:bold;
	width:160px;
	height:40px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	background-color:#f0ba65;
	border:solid 2px #C00;
	border-radius: 4px;
}
.btn_link_tab > div {
	width:160px;
	height:40px;
	line-height:40px;
	text-align:center;
}
.btn_link_tab:hover{
	opacity:0.5;
}

.btn_sublink_tab{
	display:inline-block;
	color:#000;
	font-size:18px;
	width:120px;
	height:40px;
	background-color:#f0ba65;

	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
	border-radius: 6px;
}
.btn_sublink_tab > div {
	width:120px;
	height:40px;
	line-height:40px;
	text-align:center;
}
.btn_sublink_tab:hover{
	opacity:0.5;
}

.btn_primelink{
	display:inline-block;
	color:#000;
	font-size:36px;
	font-weight:bold;
	width:80%;
	max-width:640px;
	margin: 10px 20px;
	height:60px;
	line-height:60px;
	background-color:#f0ba65;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	border:solid 3px #C00;
	border-radius: 6px;
}
.btn_primelink > div {
	text-align:center;
}
.btn_primelink:hover{
	opacity:0.5;
}

.btn_status_change{
    position:relative;
    display:inline-block;
    color:#FFF;
    font-size:24px;
	font-weight:bold;
    line-height:40px;
    height:40px;
    padding:0px 20px;
    background-color:#AAA;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    border:solid 2px #999;
    border-radius:4px;
}


/****************************************
           Content Layout
*****************************************/
body {
    color:#000;
	font-family: 'M PLUS Rounded 1c', sans-serif,serif,'メイリオ','Meiryo';
    font-size:14px;
    background-color:#A7A7A7;
}
#kitchen{
    width:100%;
    height:1069px;
}
#kitchen_layout{
    width:100%;
    height:1069px;
    overflow:hidden;
}

/********************/
/*** index        ***/
/********************/
#order{
	font-size:32px;
    transform-origin: top left;
}

.title_table{
	font-size:32px;
	text-align:left;
	padding:8px 12px;
	position: relative;
}

.main_th{
	/*color:#FFF;*/
	font-size:24px;
	text-align:center;
	height:60px;
	line-height:60px;
	background-color:#EEE;
	border:solid 1px #999;
	vertical-align:middle;
}
.main_td{
	font-size:24px;
	line-height:60px;
	text-align:center;
	height:60px;
	border:solid 1px #999;
	vertical-align:middle;
}

.order_box{
    margin-bottom:20px;
    width:450px;
}
.order_detail_box .box1{
    width:300px;
}
.order_detail_box .box2{
    width:150px;
}

.order_detail_box{
    width:300px;
}
.order_detail_box .box1,.order_detail_box .box2{
    width:150px;
}

.ramen_table{
	width:820px;
	margin-bottom:20px;
	background-color:#FFF;
}
.ramen_status_table{
	width:820px;
	margin-bottom:20px;
}
.additional_table{
	width:820px;
	background-color:#FFF;
}

.order_status_popup{
	position:fixed;
	top:200px;
	left:calc(50% - 240px);
	width:480px;
	height:400px;
	background-color:#FFF;
	border-radius:4px;
    transform-origin: top left;
}
.order_status_popup .order_status_title{
	color:#FFF;
	font-size:32px;
	font-weight:bold;
	text-align:center;
	height:60px;
	line-height:60px;
	border-radius:4px 4px 0px 0px;
	background-color:#10732e;
}
.order_status_popup .order_status_select{
	text-align:center;
	padding:20px 0px;
	font-size:24px;
}


/********************/
/*** order check  ***/
/********************/
#order .seat_status_select{
	padding:8px;
	margin:10px 8px 0px 0px;
	border-radius:4px;
}


/************/
/*** seat ***/
/************/
.seat_table{
	width:300px;
	margin:4px 0px;
    font-weight:bold;
}


/* seat color */
.seat_color_0{
	background-color:rgba(255, 255, 0, 1);
}
.seat_color_1{
	color:#FFF;
	background-color:rgba(0, 0, 255, 1);
}
.seat_color_2{
	background-color:rgba(255, 187, 221, 1);
}
.seat_color_3{
	color:#000!important;
	background-color:rgba(255, 255, 255, 1);
}


/* seat signal */
.status_box{
	width:60px;
	height:60px;
	padding:5px;
	background: #f7f7f7;
	box-shadow: inset 0px 0px 5px rgba(0,0,0,0.4);
}
.status_box div{
	color:#FFF;
	font-size:20px;
	line-height:45px;
	text-align:center;
	width:50px;
	height:50px;
	border:solid 1.5px #666;
	text-shadow:0px 0px 2px rgba(0,0,0,1)
}


/* illumination */
.seat_btn {
	color: #707070;
	background-color: white;
	text-align: center;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
	border-radius: 6px;
}

.seat_btn { /* 正方形 */
	margin:7px;
	width: 75px;
	height: 75px;
	line-height:75px;
}
.seat_btn.portrait { /* 縦長 */
	margin:6px;
	width: 60px;
	height: 80px;
	line-height:80px;
}
.seat_btn.landscape { /* 横長 */
	margin:8px;
	width: 80px;
	height: 60px;
	line-height: 60px;
}

.seat_btn.enabled {
	color: white;
	background-color: #C20000;
}

.seat_arrorw_portrait {
	color: white;
	text-align: center;
	margin:6px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	transform   : scale(2.0, 1.0);
	padding-top: 5px;
}

.seat_arrorw_landscape {
	color: white;
	text-align: center;
	margin:6px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	transform   : scale(1.0, 2.0);
	padding-left: 13px;
}

.selected_seat_box {
	margin:139px 0 20px 0;
	text-align: center;
}

.selected_seat_box .selected_no {
	display: inline-block;
	font-size:229px;
	color: white;
	margin-left:50px;
}

.selected_seat_box .seat_unit {
	display: inline-block;
	color: white;
	vertical-align: bottom;
	margin-left: -15px;
	margin-right: 30px;
}

.action_btn_box {
	margin:20px auto;
	text-align: center;
}

.action_btn {
	font-size:40px;
	color: white;
	text-align: center;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
	margin:20px 0 30px 0;
	border-radius: 6px;
	display: inline-block;

	padding: 15px 50px;
}
.action_btn.serving{
	background-color: #8D8D8D;
}
.action_btn.serving.enabled{
	background-color: #C20000;
}

.action_btn.requesting{
	display: none;
	background-color: #E2C11C;
}

