@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

body{
	font-family: 'Noto Sans TC', sans-serif;
	background-color: #f7f7f7;
}

.ui-datepicker-year{font-size: 0.9rem !important;}
.ui-datepicker-month{font-size: 0.9rem !important;}

.greenBackground{
	background-color: #3ca569;
	color: #f7f7f7 !important;
}

.focused{
	color: #3ca569;
	border: #3ca569 1px solid !important;
}

.greenBackgroundDisable{
	background-color: #7eba9f;
	color: #ffffff;
}

.disabledModalButton{
	color: #9FA0A0;
	border: black 1px solid;
}

.greyBackground{
	background-color: #e9e8e8;
	color: black;
}

.greyBackground2{
	background-color: #dcdddd;
	color: #f7f7f7;
}

.closeBtn{
	border: black 1px solid;
}

.mainBtn{
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	width: 200px;
	cursor: pointer;
}

.mainTitle{
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.lFont{font-size: 1.6rem;}
.lsFont{font-size: 1.4rem;}
.sFont{font-size: 0.9rem;}
.xsFont{font-size: 0.8rem;}
.xxsFont{font-size: 0.6rem;}
.xxxsFont{font-size: 0.4rem;}

.redText{color: #E60012;}
.greyText{color: #848282;}
.blueText{color: blue;}
.lightGreenText{color: #7eba9f;}
.mainColorText{color: #3ca569;}
.lightGreyColorText{color: #9FA0A0;}

.w30{width: 30px;}
.w40{width: 40px;}
.w60{width: 60px;}
.w70{width: 70px;}
.w80{width: 80px;}
.w90{width: 90px;}
.w150{width: 150px;}
.w175{width: 175px;}
.w200{width: 200px;}
.h40{height: 40px;}
.h50{height: 50px;}
.underline{text-decoration: underline;}
.clickable{cursor: pointer;}
.inlineBlock{display: inline-block;}

.verticalLine {
	height: 100%;
	width: 1px;
	background-color: #a9a9a9;
	position: absolute;
	left: 10%;
	z-index: 100;
	display: inline-block;
}

.mainContent1row{
	height: 50px;
	line-height: 50px;
	position: relative;
	font-size: 0.8rem;
}

.dot1row {
  	height: 11px;
  	width: 11px;
  	background-color: #3ca569;
  	border-radius: 50%;
  	position: absolute;
  	left: calc(10% - 5px);
  	margin-top: 22px;
  	z-index: 200;
  	display: inline-block;
}

.item1row {
	line-height: 50px;
	height: 50px;
	padding-left: 90px;
}

.itemTable {
	display: inline;
	white-space: nowrap;
}

.menuHr {
	margin-top: 4rem;
	border-top: 1px solid #afacac;
}

.pageTitle{
	font-size: 1.6rem;
	font-weight: bold;
}

.row{padding-bottom: 15px;}

.machineStatusDiv{
	width: 25px;
	height: 25px;
	display: inline-block;
}

.editMachineAlias{
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.weekdayIcon{
	cursor: pointer;
	width: 65px;
	height: 50px;
	line-height: 50px;
	background-color: #dbdcdc;
	text-align: center;
}

.weekdayActive{
	background-color: #3ca569 !important;
	color: #f7f7f7 !important;
}

.littleBtn{
	cursor: pointer;
	background-color: #3ca569;
	color: #f7f7f7;
	width: 70px;
	display: flex;
  	align-items: center;
  	justify-content: center;
}

.modalButton{
	width: 35%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin: 0px 5px;
}

.modalFooterDiv{
	padding: 20px 0px;
}

.processButton{
	width: 100px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin: 8px;
}

.coinButton{
	width: 70px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin: 8px;
}

.flex{
	display: flex;
	flex-wrap: wrap;
}

.flexCenter{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.flexSpaceBetween{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.operationDiv{
	width: 95%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	position: relative;
	left: 5%;
}

.operationIcon img{
	width: 100%;
	height: 100%;
}

.operationIcon span{
	width: 17px;
	height: 17px;
	display: inline-block;
}

#granularityArea{
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	left: 5%;
	margin-bottom: 20px;
}

@media only screen and (max-width: 650px) {
	.operationIcon{
		width: 30%;
		height: 40px;
		margin: 10px 0px;
		background-color: #e9e8e8;
		text-align: center;
	}
	
	.granularityIcon{
		width: 30%;
		height: 60px;
		line-height: 60px;
		margin: 10px 0px;
		text-align: center;
		cursor: pointer;
		border-radius: 15px;
		border: #3ca569 1px solid;
		color: #3ca569;
	}

	.granularityFakeIcon{
		width: 30%;
		height: 0px;
		visibility:hidden;
	}
	
	.numberWidth{
		width: 30px;
	}
}

@media screen and (min-width: 651px) {
	.operationIcon{
		width: 23%;
		height: 40px;
		line-height: 40px;
		margin: 10px 0px;
		background-color: #e9e8e8;
		text-align: center;
		cursor: pointer;
	}

	.granularityIcon{
		width: 15%;
		height: 60px;
		line-height: 60px;
		margin: 10px 0px;
		text-align: center;
		cursor: pointer;
		border-radius: 15px;
		border: #3ca569 1px solid;
		color: #3ca569;
	}

	.granularityFakeIcon{
		display: none;
	}
	
	.numberWidth{
		width: 50px;
	}
}

#machineListTable{
	width: 100%;
	max-width: 500px;
}

#allStoreInfoTable {
	width: 95%;
	max-width: 500px;
}

.toggle-on{background-color: #3ca569;}

.btn-success{border-color: #3ca569 !important;}

.arrow{
	width: 8px;
	height: 8px;
}

.priceTable tr{
	height: 40px;
}

.priceTable td{
	white-space: nowrap;
}

.priceTable input{
	text-align: center;
	margin-left: 5px;
}

.priceVline{
	width: 1px;
	height: 100px;
	background-color: black;
	margin-top: 13px;
	position: absolute;
	left: 50%;
}

#promoTimediv table{max-width: 85%;}

#setTimeModal td{
	text-align: center;
	padding: 5px;
}

#setTimeModal .hLine{
	width: 100%;
	height: 1px;
	background-color: black;
	margin-top: 5px;
}

.setUpWithArrow{
	width: 60px;
	color: #f7f7f7;
	background-color: #3ca569;
	text-align: center;
	cursor: pointer;
	font-size: 0.8rem;
	display:inline-block;
}

.showSetPriceModal{
	cursor: pointer;
	width: 20px;
	height: 20px;
	display: inline-block;
    position: relative;
    bottom: 1px;
}

.promotionEnabledLabel{margin: 2px 5px 0px 5px;}

#addedStoreTable1,#addedStoreTable2{
	width: 100%;
	white-space: normal;
}

.accountTable{
	width: 90%;
	max-width: 400px;
	white-space: nowrap;
}

.userTab{
	cursor: pointer;
	width: 90px;
	height: 40px;
	color: #9fa0a0;
	display: flex;
  	align-items: center;
  	justify-content: center;
}

.userTabActive{
	background-color: #9fa0a0;
	color: #f7f7f7;
}

#allAccountInfoTable{
	width: 90%;
	max-width: 400px;
}

#monitorDisableText{
	position: absolute;
	top: 190px;	
}

#rejectPaymentText{
	position: absolute;
	top: 46%;
}

.borderTable {
	border-collapse: collapse;
	border: 1px black solid;
}

.borderTable td {
    border:1px black solid;
}

#logoImg {
	max-height: 100%;  
    max-width: 100%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
}

span[class^='countInPage']{
	margin:0px 2px;
	cursor: pointer;
}

.recordTable{
	width:100%;
}

.recordTable tr{
	border-bottom:1px solid #848282;
	line-height:40px;
}

.revenueGranularityIcon{
	width: 22%;
	height: 45px;
	line-height: 45px;
	margin: 0px 5px;
	text-align: center;
	cursor: pointer;
	border-radius: 15px;
	border: #3ca569 1px solid;
	color: #3ca569;
}

#sumStoreName{
	height:40px;
	line-height:40px;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	background-color:#3ca569;
	text-align:center;
	color:white;
	font-weight:bold;
}

#sumStoreRevenue{
	font-size: 2.2rem;
	height:75px;
	line-height:75px;
	color:#3ca569;
	text-align:center;
	border-left:1px solid #e9e8e8;
	border-right:1px solid #e9e8e8;
	background-color:white;	
}

#sumStoreRevenueByPay{
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	border: 1px solid #e9e8e8;
	padding: 10px 0px;
	background-color:white;
}

.dtcStatusDot {
  height: 8px;
  width: 8px;
  background-color: #3ca569;
  border-radius: 50%;
  margin-right: 2px;
  position: relative;
  top: 5px;
}

.dryTemperatureContainer {
	width: 250px;
	margin: 20px auto;
}

.dryTemperatureSetup {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0;
}

.dryTemperatureSetup button {
	width: 40px;
	height: 40px;
	font-size: 20px;
	border: none;
	background-color: #f0f0f0;
	cursor: pointer;
	border-radius: 50%;
	margin: 0 auto;
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
	-webkit-appearance: none;
    appearance: none;
    touch-action: manipulation;
}

.dryTemperatureSetup span {
	font-size: 20px;
	width: 60px;
	display: inline-block;
	margin: 0 auto;
}

.remoteTempBtn{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #000;
	margin: 10px;
	font-weight: bold;
	cursor: pointer;
	padding: 5px;
}

.remoteTempBtn.active{
	background-color: #3ca569;
	color: #f7f7f7 !important;
}

.remoteTempBtn:focus{
	outline: none;
}

.remoteBottomBtn{
	width: 105px;
    height: 32px;
    border-radius: 25px; 
    border: 1px solid black; 
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
    margin: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	background-color: transparent;
}

.remoteBottomBtn:focus{
	outline: none;
}

.dividerText {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    position: relative;
    margin: 20px auto;
}

.dividerText::before,
.dividerText::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: black;
    margin: 0 auto;
}

.ui-timepicker-div.ui-timepicker-oneLine {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 8px 10px;
}

.ui-timepicker-div dl {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
}

.ui-timepicker-div dt, 
.ui-timepicker-div dd {
    display: flex;
    align-items: center;
    margin: 0 5px 0 8px;
}

.ui-timepicker-div dl dd{
	display: inline-block;
    margin: 0 2% 0 3% !important;
}

.ui-timepicker-div .ui_tpicker_time_label, .ui-timepicker-div .ui_tpicker_time{
    display: none !important;
}

.ui-timepicker-div select {
    margin-left: 4px;
}