body{
	background-color:#d1edbc;
	color: #111; 
	font-family:verdana; 
	padding:0px; 
	margin:0px;
	overflow:auto;
}

.red{
	color:#f00;
}
.green{
	color:#008500;
}
.blue{
	color:#3366ff;
}

a{
	text-decoration: none;
}

.inputidx{
	font: normal 0.9em sans-serif;
}

a.button, .button{
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-decoration: none;
    color: #415b12;
	font: normal 1.0em sans-serif;
	background-image: linear-gradient(to bottom, #d1e990 0%, #aad75b 100%);
	border-radius: 4px;
	border: 1px solid #6e9a1f;
	padding:6px 18px;
	position:relative;
	float:right;
	/*top: 10px;*/
	/*right:10px;*/
	margin-right: 10px;
	cursor: pointer;
}
button:disabled,
button[disabled]{
  border: 1px solid #999999;
  background-image: linear-gradient(to bottom, #cccccc 0%, #999999 100%);
  color: #666666;
}

@keyframes afterChanged {
    from {background-color: #99ff99;}
    to {background-color: #fff;}
}

.ChangedElement{
	animation-name: afterChanged;
    animation-duration: 4s;
}

a.bigbutton {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: initial;
	font: normal 0.9em sans-serif;
	padding:4px 6px;
	
}

.admbtn{
	vertical-align: top; 
	width:23px;
	height:23px;
}

a.eye {
	background-image:url('images/eye.png');
	background-position: center; /* Center the image */
	background-repeat: no-repeat;
	/*width:12px;*/
	height:8px;
}

.b_logout{
	/*right: 20px;*/
	
}
.b_info{
	/*right: 180px;*/
	/*top: 10px;*/
}

.b_settings{
	/*right: 80px;*/
	/*top: 10px;*/
}

.topnav{
	display:table-cell; 
	text-decoration: none; 
	color:#000; 
	font: bold 0.7em sans-serif;
	white-space: nowrap;
	width:100px; 
}

.page-container {
	position: relative;
	min-height: 100vh;
	background-color:#fff;
}
.page-container-header{
	padding-top: 0.7em;
	font-size: 12pt; 
	font-weight: bold; 
	width: auto; 
	text-align: center;
}

.content-wrap {
	padding-bottom: 100px;    /* Footer height */
	background-color:#fff;
}

.tr{
	display: inline-block; 
	margin-bottom:5px;	
}

.content-wrap-overflow{
	width:100%; 
	overflow: auto; 
	margin-bottom:60px;
}

.content-wrap-fields{
	position: relative;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;            /* Footer height */
	background-color: #d1edbc;
}

.footer-image{
	position:absolute; 
	bottom: 49px; 
	left:-456px; 
	margin-left:50%;
}

.signedfield{
	position:absolute; 
	top:5px; 
	left:5px; 
	width: auto;  
	padding:5px; 
	font: 9pt sans-serif;
}

.infofield{
	width:auto; 
	height:auto;
	min-width:350px;  
	min-height:50px; 
	border: 1px solid #0086b3; 
	border-radius: 15px; 
	background:#fff; 
	padding:15px; 
	display:none; 
	position:absolute; 
	font: normal 0.8em sans-serif;
	z-index:20;
}
.bold{
	font-weight:bold;
}