body {
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:14px;
	line-height:1.42857143;
	color:#00000;
	background-color:#fff;
	/* Margin bottom by footer height */
	margin-bottom: 150px;
	
	}
hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
textarea[type=text]{
	width:96%;
	border-radius:5px;
	border:1px solid #7ac9b7;
	margin-left: 2%;
}
input[type=text]{
	width:96%;
	border-radius:5px;
	border:1px solid #7ac9b7;
	margin-left: 2%;
}
em {
	font-style:italic 
}
h1 {
	font-weight:bold; 
	font-size:18px 
}
h1:first-child {
	margin-top:0px 
}
h2 {
	font-weight:bold; 
	font-size:16px 
}
h2:first-child {
	margin-top:0px 
}
h3 { 
	font-weight:bold; 
	font-size:14px 
}
h3:first-child {
	margin-top:0px 
}
strong {
	font-weight:bold
}    
#customBtn {
    display: inline-block;
    background: #B40404;
    color: white;
    width: 190px;
    border-radius: 5px;
    white-space: nowrap;
    }
#customBtn:hover {
    cursor: pointer;
    }
span.label {
    font-weight: bold;
    }
span.icon {
    background: url('/identity/sign-in/g-normal.png') transparent 5px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
    border-right: #FF0000 1px solid;
    }
span.buttonText {
    display: inline-block;
    vertical-align: middle;
    padding-left: 1%;
    font-size: 14px;
    font-weight: bold;
    /* Use the Roboto font that is loaded in the <head> */
    font-family: 'Roboto', sans-serif;
    }

.navbar-inverse{
	border-color: #080808;
	background-image: url('../images/transBG.png');
	border-bottom-width: 3px;
	}
.navbar-ltss{
	border-color: #080808;
	border-bottom-width: 3px;
	background-color: #A3A5AB;
	}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 150px;
  background-image: url('../images/footer.png');
  background-repeat: no-repeat;
}
.gray {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 150px;
  background-color: #A3A5AB;
}
.nav.navbar-nav.navbar-right li a {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	
	}
.style1 {
	color: #088A08; /* green text */
}

.style4 {
	font-size: 20px;
	font-weight: bold;
	color: #FE2E2E;
}

    html {
  position: relative;
  min-height: 100%;
}
.small {
    font-size: 85%;
}

