@-webkit-keyframes autofill {
    to {
        color: #000;
        background: #FFF;
    }
}

html *{
	outline: 0 !important;
	outline-style: none !important;
	cursor: default;
}
html *:focus, html *:active{
	outline: 0 !important;
	outline-style: none !important;
}
html, body{
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	background-image: url('../img/bg.jpg');
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}
input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
.cnt, .row, .colhdn{
	height: 100%;
}
.row{
	padding: 0 !important;
	/* width: 100% !important; */
}
.cnt{
	position: relative;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
.vcenter, .colhdn{
    display: inline-block;
    vertical-align: middle;
    float: none;
	margin-left: -3px;
}
.lgbg{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: -moz-linear-gradient(left, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#66000000',GradientType=1 ); /* IE6-9 */
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}
.usr, .psw{
	border-radius: 3px 3px 3px 3px;
	box-shadow: inset 1px 1px 4px 2px #482500, 0 0 1px #CCC;
	border: 0;
	margin-top: 7%;
	width: 47%;
	height: 50px;
	margin-left: 2%;
	float: left;
	text-align: center;
}
.lgbtn{
	width: 50%;
	margin-left: 25%;
	margin-top: 4%;
	height: 50px;
	background: #f79b34 !important;
	border: 0 !important;
	box-shadow: 0 0 2px #482500;
}
.alert{
	position: fixed;
	width: 400px;
	margin-left: -200px;
	left: 50%;
	top: 20%;
	z-index: 2000;
}
.lgot{
	position: fixed;
	right: 1%;
	bottom: 2%;
	background: #f79b34 !important;
	border: 0 !important;
	box-shadow: 0 0 2px #482500;
}
.lgot span{
	cursor: pointer;
}
.labelMN{
	width: 100%;
	height: 60px;
	margin-bottom: 8px;
}
.lblx{
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 0 1px #CCC, inset 1px 1px 4px #482500;
	background: #edb376;
	float: left;
	text-align: center;
	color: #FFF;
	line-height: 60px;
	font-size: 10pt;
	text-shadow: 0 0 1px #FFF;
}
.vdm_right, .vdm_left{
	width: 50%;
	height: 100%;
	float: left;
}
.lbl_nm{
	width: 56%;
	height: 100%;
	margin-left: 1%;
}
.lbl_nr{
	width: 20%;
	height: 100%;
	margin-left: 1%;
	font-size: 12pt;
	background: #f79b34;
}
.cmd_btn{
	width: 20%;
	height: 100%;
	margin-left: 1%;
	background-color: #ffd8af;
	cursor: pointer;
}
.cmd_default{
	background-image: url('../img/order-coffee-default.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.cmd_success{
	background-image: url('../img/order-coffee-success.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.cmd_error{
	background-image: url('../img/order-coffee-error.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.cmd_pending{
	background-image: url('../img/order-coffee-pending.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: wait;
}
.cmd_disabled{
	background-image: url('../img/order-coffee-disabled.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: wait;
}
.logo{
	background-image: url('../img/logo.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.logo1{
	position: fixed;
	width: 80%;
	height: 80px;
	top: 15%;
	left: 10%;
}
.logo2{
	position: fixed;
	width: 80%;
	height: 50px;
	top: 1%;
	left: 2%;
	background-position: left center;
}
.repB{
	position: fixed;
	right: 1%;
	top: 2%;
	background: #f79b34 !important;
	border: 0 !important;
	box-shadow: 0 0 2px #482500;
}
.repB span{
	cursor: pointer;
}
.lblHead{
	float: left;
	background: transparent;
	text-align: center;
	color: #FFF;
	line-height: 20px;
	font-size: 10pt;
	text-shadow: 0 0 1px #FFF;
	font-size: 12pt;
}
.labelMNx{
	height: 20px;
}
.repLDR{
	position: fixed;
	width: 50%;
	height: 50%;
	left: 25%;
	top: 25%;
	background-image: url('../img/ldr2.gif');
	background-position: center center;
	background-repeat: no-repeat;
}
.repW{
	position: fixed;
	width: 80%;
	height: 500px;
	left: 10%;
	top: 50%;
	background: #edb376;
	margin-top: -250px;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 0 1px #CCC, inset 1px 1px 4px #482500;
	color: #000;
	font-size: 10pt;
	text-shadow: 0 0 1px #FFF;
	display: none;
}
.repX{
	position: fixed;
	width: 20px;
	height: 20px;
	line-height: 20px;
	right: 2px;
	top: 4px;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	color: #FFF;
}
.repC{
	width: 100%;
	height: 100%;
}
.rdp{
	width: 20%;
	margin-top: 8px;
	margin-left: 8px;
}
.rdpb{
	background: #f79b34 !important;
	border: 0 !important;
	box-shadow: 0 0 2px #cf6b01;
}
.rdpi{
	box-shadow: 0 0 2px #cf6b01;
}
.repR{
	width: 100%;
}
.ldr{
	width: 100%;
	height: 100%;
	background-image: url('../img/ldr.gif');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}