html,
body {
  height: 100%;
/*  min-height: 800px; */
  padding-top: 25px;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 60px;
  background-color: #008080;
/*  background-color: #f5f5f5;*/
}

.style_Commercial {
	color:#666666;
	font-style: italic;
}
.style_False {
	color:#999999;
	font-style: italic;
}

/* Custom page CSS
-------------------------------------------------- */
.navbar-fixed-top{
    background-color: #008080;
    border-color: #008080;
}
.navbar-fixed-top .navbar-brand {color: #FFFFFF}
.navbar-fixed-top .navbar-nav > li > a {color: #FFFFFF}

h1.page-header{color: #FF0000}
h4 {color: #FF0000}
/* Not required for template or sticky footer method. */

#wrap > .container {
  padding: 5px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

#footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}

p.footer {color: #FF0000;}


code {
  font-size: 80%;
}

img.img-circle {
  height: 130px;
  width: 140px;
}

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-left: 15px;
  padding-right: 15px;
}

/* Center align the text within the three columns below the carousel */
.col-lg-4 {
  text-align: center;
  margin-bottom: 20px;
}
.h2 {
  font-weight: normal;
}
p.description {
        min-height: 70px;
  margin-left: 10px;
  margin-right: 10px;
/*      border-style:solid; */
}

img.opw_img{
        padding: 0px;
        margin: 0px;
}

.col-lg-6 {
  text-align: center;
  margin-bottom: 20px;
}

/* Jumbotron Styling */
.jumbotron{
background-color:#006400;
/*background-image:url('');
background-repeat:no-repeat;*/
color: #F5F5F5;
/*text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;*/
}

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

/* Login Form */

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.dl-horizontal dt {
    float: left;
  /*  width: 160px; */
    width: 300px;
    overflow: hidden;
    clear: left;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.state_prop{
background-color:#F0F4F3; !important
}

.fhrm{
background-color:#F0F4F3; !important
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #A9A9A9;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}
 .mapsize{
  width:100%;
  height:480px;
}


.table-bordered td {
   border: 0px solid #ddd !important;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 0px solid #dddddd;
}
