/* Copyright (c) 2020 Aviado Inc. All rights reserved. */

/*
 * body
 */
 
body {
	color: #303030;
}

body.web {
	background-color: rgba(245, 222, 179, 0.5);
}

/*
 * address
 */
 
.web #address a {
	color: white;
}

/*
 * mopos
 */
 
 
.stand2 #mopos>div, .stand3 #mopos>div {
	background-color: rgba(255, 255, 255, 0.6);
}

#mopos div.caption {
	color: white;
}

#mopos div.tabs div.caption {
	background-color: #007F7F;
}

#mopos div.order div.caption {
	background-color: #007F7F;
}

#mopos div.items div.caption {
	background-color: #FF1F28;
}

#mopos div.tabs div.tab {
	color: #007F7F;
	background-color: rgba(255, 255, 255, 0.6);
}

#mopos div.order div.item {
	background-color: rgba(255, 255, 255, 0.6);
}

#mopos div.items div.item {
	background-color: rgba(255, 255, 255, 0.6);
}

#mopos div.items div.item-number>div {
	color: #FF1F28;
}

#mopos div.items div.item-price {
	color: #606060;
}

#mopos #checkout {
	color: white;
	background-color: #007F7F;
}

#mopos #checkout-cancel {
	color: #007F7F;
	background-color: transparent;
	border: 1px solid #007F7F;
}

#mopos #checkout.disabled {
	background-color: rgba(0, 127, 127, 0.5);
}

/*
 * popup
 */
 
#poppos div.item div.label {
	color: black;
}

#poppos div.item div.price {
	color: #606060;
}

input[type=text], input[type=password], select {
	border-color: #808080;
}

div.check {
	border-color: #808080;
}

div.radio {
	border-color: #808080;
}

table.tools td {
	color: white;
}

table.tools td, div.check.checked, div.radio.selected {
	background-color: #007F7F;
}

table.tools td.popoff, table.tools td.cancel {
	color: #007F7F;
	background-color: transparent;
	border: 1px solid #007F7F;
}

table.tools td.disabled {
	background-color: rgba(0, 127, 127, 0.5);
}

.popcon {
	background-color: white;
}