/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 15, 2017, 10:46:47 AM
    Author     : jithin
*/
body {
	font-family: Helvetica, Arial, Sans-Serif;
}

input {
	margin: 4px;
}

textarea {
	margin: 4px;
}

input.error {
	border: 1px solid #f00;
}

ul {
	display: inline-block;
	text-align: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #f1f1f1;
}

li a {
	display: block;
	color: #000;
	padding: 8px 16px;
	text-decoration: none;
}

li a.active {
	background-color: #555;
	color: white;
}

li
 
a
:hover
:not
 
(
.active
 
)
{
background-color
:
 
#4CAF50
;

	
color
:
 
white
;


}
.result {
	color: red;
	font-size: small;
}

#panel {
	position: fixed;
	padding-top: 8%;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);
	display: none;
	text-align: center;
}