body.login{
		background-image: url("/images/back-login-blur.jpg");
		background-size: 100%;
		background-position: center center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;
	}

#username input{
	font-size: 1em;
	height:50px;
	width: 300px;
	padding: 10px;
	border: 0;
    border-bottom: 2px solid #ccc;
	text-align: left;
	border-radius: 0;
	font-family: Open sans;
	font-weight:bold;
	-webkit-box-shadow:0px 0px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow:0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow:0px 0px 0px rgba(0, 0, 0, 0);

	background:none;
}

#password input{
	font-size: 1em;
	height:50px;
	width: 300px;
	padding: 10px;
	border: 0;
    border-bottom: 2px solid #ccc;
	text-align: left;
	border-radius: 0;
	font-family: Open sans;
	font-weight:bold;
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow:0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow:0px 0px 0px rgba(0, 0, 0, 0);

	background:none;
}

#login-button input{
	font-size: .9em;
	color:#FFF;
	height:50px;
	width: 300px;
	/*padding: 10px;*/
	border: 0px;
	background:#600;
	text-align: center;
	letter-spacing:2px;
	text-transform:uppercase;
	border-radius: 0;
	font-family: Open sans;
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow:0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow:0px 0px 0px rgba(0, 0, 0, 0);

}

#login-button input:hover{
	background:#333;
	color:#FFF;
}

.grid-view .button-column{
	width:70px !important; 
}
table.detail-view th, table.detail-view td{
	padding:0.1em 0.5em;
}
table.detail-view tr.odd, table.detail-view tr.even{
	background: white !important;
}
/*
table.detail-view td{
	text-transform: uppercase;
}*/

.appendoButtons {
	background:none !important;
}

.appendoButtons button {
	font-weight: normal !important;
    font-size: 90% !important;
    border: 1px solid #999 !important;
}

button.pelayananbtn {
	padding: 10px 16px;
	border: 1px solid white !important;
    line-height: 1.33;
	background-color: white !important;
}
/*
.grid-view table.items th, .grid-view table.items th a{
	color:white !important;
}

.grid-view table.items th a:hover{
	color:#efefef !important;
}
*/