/*
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 : Jun 15, 2019, 11:54:04 AM
    Author     : USER
*/
body {
  margin: 0;
  background-color:darkgray;
  text-align: left;
 font-size: 16px; 
}

#login{
   float: right;
   display: none;
}

/* Style the header */
.header{
  margin-top:2px;
  width:100%;
  padding:5px;
  text-align: center;
  background-color: white;
  height: auto;
}
/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
  width: 100%;
  text-align: center;
  padding: 5px;
  float:center;
}
#topnav {
   width: 100%; 
}
/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  font-size: 20px;
}
.topnav1 a {
  float: center;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  font-size: 20px;
}
/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.active {
  background-color: #4CAF50;
  color: white;
}
/* Add a frame of the page */
.content1
{ 
  margin-top:1px;
  background-color:darkgoldenrod;
  width: 100%;
}
.portion-content
{
 width: 80%;
 border-bottom-left-radius:10px;
 border-bottom-right-radius:10px;
 background-color:darkolivegreen;
 }
 .left-column
 {
  margin-top: 10px;
  margin-left:10px;
  position: absolute;
                      
  }
  .portion-title
  {
   width: 80%;
   text-align: center;
   border-top-left-radius:10px;
   border-top-right-radius:10px;
   color: white;
   background-color:mediumblue;
   
   }
   .portion-content1
{
 width: 80%;
 border-bottom-left-radius:10px;
 border-bottom-right-radius:10px;
 background-color:darkolivegreen;
 }
 .left-column1
 {
  margin-left:10px;
  position: absolute;
                      
  }
  .portion-title1
  {
   width: 80%;
   text-align: center;
   border-top-left-radius:10px;
   border-top-right-radius:10px;
   color: white;
   background-color:mediumblue;
   
   }
      
   .content2
   {
       width: 80%;
       height:100%;
       background-color:#f1f1f1;
       float:left;
       border-bottom-left-radius:10px;
       border-bottom-right-radius:10px;
       border-top-left-radius:10px;
       border-top-right-radius:10px;
   }
   
 h1 {
  color:green;
  text-shadow: 1px 1px 2px black, 0 0 25px darkolivegreen, 0 0 5px white;
}

h2 {
  color:green;
  text-shadow: 1px 1px 2px black, 0 0 25px darkolivegreen, 0 0 5px white;
}

p{
 background-position: center;
  color:darkolivegreen;
}

 form label,
form select,
form option,
form input,
form button {
  border: 0;
  margin-bottom: 3px;
  display: block;
  width: 100%;
}
form input {
  height: 25px;
  line-height: 25px;
  background: #fff;
  color: #000;
  padding: 0 6px;
}

form button {
  height: 30px;
  line-height: 30px;
  background: #e67e22;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 1.5rem;
  cursor: pointer;
}
/* Below line is used for online Google font */
.container{
height: 40px;
padding-left: 10px;
font-family: 'Droid Serif', serif;
position:relative;
}
.main{
margin-top:10px;
float:left;
padding: 10px 55px 40px;
background-color:darkgray;
border: 5px solid white;
box-shadow: 0 0 10px;
border-radius: 2px;
font-size: 13px;

}
form .error {
  color: #ff0000;
}

.footer{
  background-color: #333;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 20px;
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px darkolivegreen, 0 0 5px white;
}
.a{
    list-style-type: circle
}
p6{
  float: right;  
}
table {
  border-collapse: collapse;
  width: 97%;
  margin-left:auto;
  margin-right:auto; 
}

th, td {
  text-align: left;
  padding: 4px;
}

tr:nth-child(even) {
  background-color: #D6EEEE;
}