html, body {height: 100%;}

#wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 12px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -182px; /* negative value of footer height */
	height: 180px;
	clear:both;} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -13em;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.greenbutton {
	.btn;
	background-color:#1ec10c; 
	color:#FFFFFF;
}

.graybutton {
	.btn;
	background-color:#CCCCCC; 
	color:#FFFFFF;
}

.yellowbutton {
	.btn;
	background-color:#FFC000; 
	color:#FFFFFF;
}

.redbutton {
	.btn;
	background-color:#ff0000; 
	color:#FFFFFF;
}

.bluebutton {
	.btn;
	background-color:#0096FF; 
	color:#FFFFFF;
}

.greenhead {
	background-color:#1ec10c; 
	color:#FFFFFF;
	font-weight:bold;
}

.textad{
	background-color:#ffffff;
	border-style:solid;
	border-width: 1px;
	border-color:#1ec10c;
	width: 300px;
  	overflow: hidden;
  	text-overflow: ellipsis;
}

.bg-img {
  /* The image used */
  background-image: url("../images/loaninquiry-banner.jpg");

  /* Control the height of the image */
  min-height: 1000px;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Add styles to the form container */
.loan-container {
  position: absolute;
  right: 0;
  margin: 20px;
  max-width: 320px;
  padding: 16px;
  width: 380px;
  border-radius: 25px;
  background: #E5E5E5;
  padding: 20px; 

  height: 700px;   
}

.navbar-custom {
    background-color:#1ec10c;
    color:#ffffff;
    border-radius:0;
	height: 10px;
}
  
.navbar-custom .navbar-nav > li > a {
    color:#fff;
}

.navbar-custom .navbar-nav > .active > a {
    color: #ffffff;
    background-color:transparent;
}
      
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus,
.navbar-custom .navbar-nav > .open >a {
    text-decoration: none;
    background-color: #83b461;
}
     
.navbar-custom .navbar-brand {
    color:#eeeeee;
}
.navbar-custom .navbar-toggle {
    background-color:#eeeeee;
}
.navbar-custom .icon-bar {
    background-color:#83b461;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #black;
  float: right;
  font-size: 40px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h5 {
    font-size: 15px;
		font-weight: bold;
}

h6 {
    font-size: 30px;
}

.bg-critical {
    background-color: #ff0000;
		color: #ffffff;
		font-weight: bold;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #1ec10c;
}