.login{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	width:350px;
	height:294px;
	text-align:center;
	padding:12px;
	background:#ecf0f1;
	border-radius:5px;
}
.mdl-textfield__label:after{
	background-color:#269abc;
	content:'';
}
.mdl-textfield--floating-label.is-focused .mdl-textfield__label{
	color:#269abc;
}
/*Cust Status*/
.table.table-striped tr.strikeout:nth-of-type(odd), .table.table-striped tr.strikeout:nth-of-type(even){
	background:#f00 !important;
	color:#fff;
}
.table.table-striped tr.pending-with-machine:nth-of-type(odd), .table.table-striped tr.pending-with-machine:nth-of-type(even){
	background:#EDC11F;
	color:#fff;
}
.table.table-striped tr.pending-with-payment:nth-of-type(odd), .table.table-striped tr.pending-with-payment:nth-of-type(even){
	color:#fff;
	background:#FA790F;
}
.table.table-striped tr.advance-paid:nth-of-type(odd), .table.table-striped tr.advance-paid:nth-of-type(even){
	color:#fff;
	background:#267101;
}
.table.table-striped tr.strikeout a,
.table.table-striped tr.pending-with-machine a,
.table.table-striped tr.pending-with-payment a,
.table.table-striped tr.advance-paid a{
	color:#fff;
}
.table.table-striped tbody td{
	position:relative;
}
.table tr.strikeout td:before{
	content:'';
	position:absolute;
	top:50%;
	left:0;
	border-bottom:1px solid #fff;
	width:100%;
}
.table tr.strikeout td:after{
	content:'\00B7';
	font-size:1px;
}
.table tr.strikeout td:last-child:before, .table tr.strikeout td:last-child:after{
	content:none;
}
.table tr.strikeout a.view.blocked{
	pointer-events:none;
}
.table.smallTable{
	width:250px;
	margin-top:20px;
}