input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active
{
	transition: background-color 5000s ease-in-out 0s;
}

div[data-role="page"]
{
	padding: 0;
	background-color: transparent;
}

.layer
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	
	margin: 0 auto;
	
	padding: 10px;
	padding-bottom: 0;
	
	width: 100%; 
	min-height: 100%;
	
	border-left: 1px solid #95a5a6; 
	border-right: 1px solid #95a5a6;
	
	background-color: #ecf0f1;
	background-repeat: no-repeat;
	background-size: cover; 
	background-attachment: fixed;
	
	background-image: url(../img/bg-1.png);
	
	box-shadow: -5px 0 20px 0px rgba(0, 0, 0, 0.19), 5px 0 20px 0px rgba(0, 0, 0, 0.19);
}

#ins-logo
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	
	width: 100%;
	height: 100px;
	
	margin-top: 20px;
	
	border: 1px solid #bdc3c7;
	
	border-radius: 5px;
	
	background-color: white;
	background-repeat: no-repeat;
	background-position: center center;
}

#gps-img
{
	position: relative;
	
	width: 827px;
	height: 450px;
	
	margin: 10px 0;
	
	background-repeat: no-repeat;
	background-image: url(../img/gps.jpg);
	
	border-bottom: 3px solid black;
}

iframe
{
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	border-width: 0;
}

.gridInputCell,
.gridInputCell:focus
{
	width: 100%;
	height: 100%;
	text-align: center;
	font-weight: bold;
	border-width: 0;
	outline: none;
}

.card
{
	display: inline-block;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	
	width: 300px; 
	height: auto; 
	
	margin: 10px;
	
	text-align: left;
	vertical-align: top;
	
	border-radius: 5px;
	border: 1px solid #a7afb6;
	
	box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.19);
}

.info-item
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	
	width: 100%; 
	height: auto; 
	
	padding: 10px;
	
	margin-top: 10px;
	
	text-align: left;
	
	border-radius: 5px;
	border: 1px solid #a7afb6;
	
	box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.19);
}