﻿body {
/*  
 
background: #fefcea;
background: -moz-radial-gradient(center, ellipse cover,  #fefcea 0%, #efe07c 100%); 
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#fefcea), color-stop(100%,#efe07c));
background: -webkit-radial-gradient(center, ellipse cover,  #fefcea 0%,#efe07c 100%); 
background: -o-radial-gradient(center, ellipse cover,  #fefcea 0%,#efe07c 100%); 
background: -ms-radial-gradient(center, ellipse cover,  #fefcea 0%,#efe07c 100%); 
background: radial-gradient(ellipse at center,  #fefcea 0%,#efe07c 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#efe07c',GradientType=1 ); */
   background-image:url("../../../images/images.jpg");
 
}

.test{
  /* background: rgba(179,220,237,1);
background: -moz-linear-gradient(45deg, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(179,220,237,1)), color-stop(50%, rgba(41,184,229,1)), color-stop(100%, rgba(188,224,238,1)));
background: -webkit-linear-gradient(45deg, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);
background: -o-linear-gradient(45deg, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);
background: -ms-linear-gradient(45deg, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);
background: linear-gradient(45deg, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee', GradientType=1 );
background-image:url("../../../images/backgnd.png");*/
background: rgba(77,89,125,1);
background: -moz-linear-gradient(-45deg, rgba(77,89,125,1) 0%, rgba(43,136,217,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(77,89,125,1)), color-stop(100%, rgba(43,136,217,1)));
background: -webkit-linear-gradient(-45deg, rgba(77,89,125,1) 0%, rgba(43,136,217,1) 100%);
background: -o-linear-gradient(-45deg, rgba(77,89,125,1) 0%, rgba(43,136,217,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(77,89,125,1) 0%, rgba(43,136,217,1) 100%);
background: linear-gradient(135deg, rgba(77,89,125,1) 0%, rgba(43,136,217,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d597d', endColorstr='#2b88d9', GradientType=1 );
height:150px;
cursor:default;
}
.master
{
   
    position:relative;
    align-content:center;
    align-self:center;
    width:100%;
 
}

#header_img{
    opacity:0.9;
    padding-top:-10px;
}

#lblhead,#lblheadpt
{
    font-family: "Times New Roman", Times, sans-serif;
    color:#fff;
    font-size:40px;
    position:absolute;
    margin-left:15%;
    margin-top:20px;
    text-shadow: 2px 6px 8px #424080;
}
#lblheadpt
{
     margin-top:80px;
     margin-left:22%;
}

#ticker
{
    font-size:24px;
    font-family: "Times New Roman", Times, sans-serif;
width:60%;
color: #8989ba;
text-shadow: rgba(0, 0, 0, 0.2) 2px 6px 5px, rgba(255, 255, 255, 0.4) 0px -4px 30px;
/* font-weight:bold; */
}
#footer
{
    display:block;
    position:relative;
 /*  background: rgba(77,89,125,1);
background: -moz-linear-gradient(-45deg, rgba(77,89,125,1) 0%, rgba(43,136,217,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(77,89,125,1)), color-stop(100%, rgba(43,136,217,1)));
background: -webkit-linear-gradient(-45deg, rgba(77,89,125,1) 0%, rgba(43,136,217,1) 100%);
background: -o-linear-gradient(-45deg, rgba(77,89,125,1) 0%, rgba(43,136,217,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(77,89,125,1) 0%, rgba(43,136,217,1) 100%);
background: linear-gradient(135deg, rgba(77,89,125,1) 0%, rgba(43,136,217,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d597d', endColorstr='#2b88d9', GradientType=1 );*/
background:#2f2f2f;
    width:100%;
    color:#fff;
    height:100px;
}

#nic span
{
    font-size:14px;
    position:absolute;
    top:10px;
    left:55px;
}

#niclogo
{
    position:absolute;
    top:30px;
    left:40px;
     height:50px;
     width:150px;
    
}

#govlogo
{
    position:absolute;
    top:30px;
    right:40px;
     height:50px;
     width:150px;
    
}
#gov span
{
    font-size:14px;
    position:absolute;
    top:10px;
    right:90px;
}

.links
{
    width:250px;
    height:25px;
    position:absolute;
    text-decoration:none;
    padding-top:5%;
    padding-left:25%;
    color:#fff;

}


.content
{
    width:100%;
    height:auto;
    min-height:500px;
}

/* Home page css 08/12/2015*/

.txt
{
    width:300px;
    height:30px;
    border-radius:5px;
    top:20px;
    margin-top:20px;
    -webkit-box-shadow: inset 0px 0px 20px rgba(0,0,0,.3);
}

.btn
{
    width:100px;
    margin-top:20px;
    border-radius: 0px 5px 0px 5px;
    background-color:#8989ba;
    color:White;
    height:25px;
    border:none;
}

.btn:hover
{
    background-color:#483D8B;
    font-size:14px;
}
/*.validator
{
  color:red;
  animation-name: blink;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes blink {
  from { opacity: 1; }
  to   { opacity: 0; }
}

@-webkit-keyframes blink {
  from { opacity: 1; }
  to   { opacity: 0; }
}
#Txtusername
{
    margin-top:50px;
} */

.content-login-para
{
    position:relative;
    margin:auto;
    width:90%;
    background-color:#f3f3f3;
    height:80%;
}

#div-login
{
     width:45%;
    font-size:14px;
    font-family:Times New Roman;
    cursor:default;
    position:absolute;
    margin-top:5%;
    float:left;
    left:53%;
    border:inset 1px solid #f3f3f3;
box-shadow: 1px 3px 0px #f6f6f6; 
-webkit-box-shadow: 1px 3px 0px #f6f6f6; 
-moz-box-shadow: 1px 3px 0px #f6f6f6; 
background-color:#f3f3f3;
height:50%;
  
}
.homepara
{
    width:45%;
    font-size:14px;
    font-family:Times New Roman;
    cursor:default;
    position:absolute;
    margin-top:5%;
    text-align:center;
    left:2%;
    padding-left:5px;
    float:left;
    background-color:#f3f3f3;
    height:50%;
}

.homelink
{
    width:250px;
    height:25px;
    text-decoration:none;
    margin-top:5px;
    padding-left:30%;
    color:#fff;

}
.hometbl
{
      width:80%;
      
}
.hometbl td
{
    width:250px;
    height:25px;
    border-radius:2px;
    transition:padding 1s ease, background 1s ease;
    font-size:16px;
    background: rgb(132,178,155); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(132,178,155,1) 0%, rgba(36,160,156,1) 41%, rgba(52,142,111,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(132,178,155,1) 0%,rgba(36,160,156,1) 41%,rgba(52,142,111,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(132,178,155,1) 0%,rgba(36,160,156,1) 41%,rgba(52,142,111,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84b29b', endColorstr='#348e6f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.hometbl td:hover
{
    font-size:20px;
}


/* Register form css 10/12/2015 */

.reg
{
    position:relative;
}

.reg-input h2
{
    color:#03A89E;
    text-shadow: 1px 2px 4px #6C807B;
    font-family: "Times New Roman", Times, sans-serif;
    
}

#regtbl
{
   border:1px solid black;
   text-align:left;
   border-collapse:collapse;
   position:relative;
   width:80%;
}
 
 #regtbl tr
 {
     border:1px solid black;
     border-collapse:collapse;
 }
 
 #regtbl td
 {
     border:1px solid black;
     border-collapse:collapse;
 }
 #regtbl td:nth-child(1)
 {
	width:10px;
 }
 #regtbl td:nth-child(2)
 {
	width:32%;
 }
 #regtbl td:nth-child(3)
 {
	width:65%;
 }
 
 .txtreg
{
    width:250px;
    height:25px;
    border-radius:5px;
    top:20px;
    margin : 10px 5px;
    resize:none;
   
}

.indicators
{
    top: 0px;
    right:-8px;
    font-family: OpenSans-Regular, Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
    color:red;
}
 
 .btnreg
{
    width:100px;
    margin-top:5px;
    margin-left:35%;
    border-radius: 0px 5px 0px 5px;
    background-color:#8989ba;
    color:White;
    height:25px;
    border:none;
}

.val
{
   margin : 10px;
   font-size:14px;
   color:Red;
   left:10px;
}
 