/*
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 : 28 Oct, 2020, 11:31:23 AM
    Author     : Vijay Patil
*/



html {
  font-family: "Lucida Sans", sans-serif;
}

.header {
  background-color: #c1d9e9;/* #0f76bd;/* #0099cc;*/
  color: #00458b;;
 
  padding: 5px;
}



.footer {
    position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #c1d9e9;/*#0f76bd; /*#0099cc; */
  color: #00458b;
  text-align: center;
  font-size: 12px;
  padding: 5px;
}


#menu {
	position: absolute;
	margin:  auto;
        z-index:1;
        
       
}
a									{ text-decoration: none; }
ul									{left: -40px; list-style: none;   }

/*
LEVEL ONE
*/
ul.dropdown                         { position: relative; }
ul.dropdown li                      {width: 200px;  float: left; background: #0e2a44; color: white; margin-left:2px;margin-top:2px; border-radius: 5px;}
/*li > a:after { content: 'v'; }*/

ul.dropdown a:hover		            { color: #FFFFFF; }
ul.dropdown a:active                { color: #FFFFFF; }
ul.dropdown li a                    { display: block; padding: 3px 6px;color: white; }
	
ul.dropdown li:last-child a         { border-right: none;  } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #FAAC0F; color: #FFFFFF; position: relative; }
ul.dropdown li.hover a              { color: #FFFFFF; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{  visibility: hidden; position: absolute;border-top:0px solid #0e2a44; }
ul.dropdown ul li 					{z-index:auto;font-weight: normal; background: #0e2a44; color: white; 
									  border-bottom: 1px solid #ccc; margin-top:1px; }


ul.dropdown ul li span
{
display:-moz-inline-stack;
display:inline;   
zoom:1;
display:inline;
vertical-align:middle;
background:url(../images/nav-arrow-right.png) left center;

width:15px;
height:10px;
margin-top: -18px;
float: right;
}
/* ul.dropdown ul li > a:after { content: '->'; }
	 ul.dropdown ul li > a:only-child:after {content: ''; }					  */
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{border-right: none; width: 100%; display: block;} 

/* 
	LEVEL THREE
*/

ul.dropdown ul ul 					{ left: 80%; top: 0;border-top:0px solid #0e2a44;  }
ul.dropdown li:hover > ul 			{ visibility: visible; }
#menuh-container{
    border-top:1px solid #FAAC0F;
}

body {
    margin:0;
    font-family:Arial;
}

.mybody{
    
   
   display: block;
    text-align: center;
     
}
form
{
    /*margin-top: 10%;*/
    /*margin-left: 15%;*/
    /*margin-right:20%;*/
    width: 100%;
/*    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;*/
}

p.small {
  line-height: 0.7;
  text-align:justify;
}

p.big {
  line-height: 1.8;
  text-align:justify;
}

input[type=text], select, textarea, [type=password] {
  /*width: 100%;*/
  /*padding: 5px;*/
   padding: 6px 10px; 
  border: 1px solid #ccc;
  /*margin-top: 8px;
  /*margin-bottom: 3px;*/
  resize: vertical;
  /*margin: 4px 0px;*/ 
        display: inline-block;    
        box-sizing: border-box; 
        border-radius: 5px;
}
input:focus {
  /*background-color: yellow;*/
  border-color: #0e2a44;
}

lable{
    color: #DE261A;
}
input[type=submit] {
  background-color: #0e2a44; /* #4CAF50;*/
  color: white;
  /*padding: 12px 20px;*/
  border: none;
  cursor: pointer;
   padding: 7px 10px; 
        margin: 20px 0; 
        width: 100px; 
        height:30px;
        border-radius: 5px;
       
}
input[type=button] {
  background-color: #0e2a44; /*#4CAF50;*/
  color: white;
  /*padding: 12px 20px;*/
  border: none;
  cursor: pointer;
   padding: 7px 10px; 
        margin: 20px 0; 
        width: 100px; 
        height:30px;
        border-radius: 5px;
}
button.sty {
  background-color: #4CAF50;
  color: white;
  /*padding: 12px 20px;*/
  border: none;
  cursor: pointer;
   padding: 7px 10px; 
        margin: 20px 0; 
        width: 100px; 
        height:30px;
        border-radius: 5px;
}

input[type=submit]:hover {
  background-color: #FEAD00;/*#8daac4; /*#45a049;*/
}
input[type=button]:hover {
  background-color: #FEAD00;/* #8daac4; /*#45a049;*/
}

/* Style the container/contact section */
.container {
  border-radius: 5px;
  background-color: #c1d9e9;;
  /*#f2f2f2;*/
  padding: 2px;
  display:inline-block;
}

