﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.rejecttext{
 color:red;
 font-weight:bold;

}

.nodatadisplay{
 color:red;
 font-weight:bold;
 font-style:italic;

}

sub{
    color:red;
}

.uploadfilecolor{
     color:red;
     font-weight:bold;

}

.memberImageBox2
{
    background-color: #FFEAEA;
    border: 1px solid #FFD3A8;
    padding: 8px;
}

.memberImageBox2 img
{
    max-height: 200px;
    max-width: 200px;
}

.memberImageBox2 Image
{
    max-height: 200px;
    max-width: 200px;
}

.welcomelbl{

    color:white;
    font-weight:bold;
    font-size:11px;
    
}

 .lbldisplay {
            text-align:center;
            color:red;
            font-weight:bold;
            font-size:17px;
        }
   
 .lbldisplay2 {
            text-align:right;
            color:red;
            font-weight:bold;
            font-size:12px;
        } 
 .lbldisplay3 {
            text-align:right;
            color:red;
            font-weight:bold;
            font-size:10px;
        }
  .declarationtext {
            
            color:red;
            font-weight:bold;
            font-size:17px;
            text-decoration:underline;
        }

.lblfumStatus{

    color:green;
    font-weight:bold;
}

.DataSection
{
    background-color: #E6F2FF;
    border: 1px solid #99CCFF;
    padding: 10px;
    width:100%;
}


.DataSection2
{
    background-color: #E6F2FF;
    
}

div.accountInfo
{
    margin-left: 40px;
    width: 400px;
    padding: 20px;
}
div.accountInfo
{
    width: 82%;
}

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}
.failuretext
{ color:Red;
  font-weight:bold;
  font-size:18px;
    
    
    }

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
    padding-left:10px;
    padding-right:10px;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
    padding-left:10px;
    padding-right:10px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

.fontstyling3{
    color:black;
    font-size:12px;
     font-weight:bold;
    
}
.fontsSign{
    color:green;
    font-size:18px;
     font-weight:bold;
    
}
.fontstyling{
    color:green;
    font-size:25px;
    font-weight:bolder;
}

.fontstyling2{
    color:green;
    font-size:14px;
     font-weight:bold;
    
}

 .lblchecking{
            color:red;
            font-weight:bold;
            font-size:20px;
        }

 .BUTTON_AAF {
     
   background: #3D94F6;
   background-image: -webkit-linear-gradient(top, #3D94F6, #1E62D0);
   background-image: -moz-linear-gradient(top, #3D94F6, #1E62D0);
   background-image: -ms-linear-gradient(top, #3D94F6, #1E62D0);
   background-image: -o-linear-gradient(top, #3D94F6, #1E62D0);
   background-image: linear-gradient(to bottom, #3D94F6, #1E62D0);
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   color: #FFFFFF;
   font-family: Open Sans;
   font-size: 30px;
   font-weight: 100;
   padding: 16px;
   box-shadow: 1px 1px 20px 0px #000000;
   -webkit-box-shadow: 1px 1px 20px 0px #000000;
   -moz-box-shadow: 1px 1px 20px 0px #000000;
   text-shadow: 1px 1px 20px #000000;
   border: solid #337FED 1px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
}

.BUTTON_AAF:hover {
   border: solid #337FED 1px;
   background: #1E62D0;
   background-image: -webkit-linear-gradient(top, #1E62D0, #3D94F6);
   background-image: -moz-linear-gradient(top, #1E62D0, #3D94F6);
   background-image: -ms-linear-gradient(top, #1E62D0, #3D94F6);
   background-image: -o-linear-gradient(top, #1E62D0, #3D94F6);
   background-image: linear-gradient(to bottom, #1E62D0, #3D94F6);
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   text-decoration: none;
}

.simpleshape1
{
	color: #fff;
	background-color:#2ecc71;
	height: 48px;
	width: 200px;
	padding:10px;
	border:none 0px transparent;
	font-size: 25px;
	font-weight: lighter;
	webkit-border-radius: 2px 16px 16px 16px;
	-moz-border-radius:  2px 16px 16px 16px;
	border-radius:  2px 16px 16px 16px;
}

.simpleshape1:hover
{
	background-color: #e74c3c;
	border:solid 1px #fff;
}

.simpleshape1:focus
{
	color: #383838;
	background-color: #fff;
	border:solid 3px rgba(98,176,255,0.3);
}

 /*Simple Button with rounded corners and shadows */
.RadButton.rbButton.css3Shadows {
    border: 0;
    border-radius: 5px;
    box-shadow: 1px 2px 5px #666;
   
}
 
.RadButton.rbButton.css3Shadows:hover {
    border: 0;
    box-shadow: 1px 2px 5px #999;
}

.roundCorner  
{  
    border-radius: 15px;  
    background-color: #4F81BD;  
    color:#FFFFFF;  
    text-align :center;  
    font-family:arial, helvetica, sans-serif;  
    padding: 5px 10px 10px 10px;  
    font-weight:bold;  
    width:150px;  
    height:35px;
    border:0px;  
}
.roundCorner:hover {
    border: 0;
    box-shadow: 1px 2px 5px #999;
}
.roundCornerPreview  
{  
    border-radius: 15px;  
    background-color: #4F81BD;  
    color:#FFFFFF;  
    text-align :center;  
    font-family:arial, helvetica, sans-serif;  
    padding: 5px 10px 10px 10px;  
    font-weight:bold;  
    width:210px;  
    height:35px;
    border:0px;  
}

.roundCornerPreviewsubmit 
{  
    border-radius: 15px;  
    background-color: red;  
    color:#FFFFFF;  
    text-align :center;  
    font-family:arial, helvetica, sans-serif;  
    padding: 5px 10px 10px 10px;  
    font-weight:bold;  
    width:210px;  
    height:35px;
    border:0px;  
}

.roundCornerPreview:hover {
    border: 0;
    box-shadow: 1px 2px 5px #999;
}


.roundCornerPreviewGreen 
{  
    border-radius: 15px;  
    background-color: #1ece35;  
    color:#000000;  
    text-align :center;  
    font-family:arial, helvetica, sans-serif;  
    padding: 5px 10px 10px 10px;  
    font-weight:bold;  
    width:210px;  
    height:35px;
    border:0px;  
}

.roundCornerPreviewGreen:hover {
    border: 0;
    box-shadow: 1px 2px 5px #999;
}

.timestamp{

    color:green;
    font-weight:bold;
    font-size:20px;

}