/*body{
	background-image:url('../img/login_bg.png');
	background-repeat:no-repeat;
	background-size:cover;
	background-position: 50% 100%;
}

#sidecard{
	background-repeat:no-repeat;
	background-size:cover;
	background-position: 50%;
}

@media only screen and (min-width:768px){
	#sidecard{
		background-image:linear-gradient(to bottom, rgba(0,0,0,0.35), rgba(0,0,0,0.75)),url('../img/login_sidecard.png');
	}
}

@media only screen and (max-width:768px){
	#sidecard{
		background-image:url('../img/login_sidecard_mb.png');
	}
}*/

.target-modal-row{
	cursor:pointer;
	user-select:none;
}

.status-update-field option {
	color:#000;
}