/* =============================================================================
   App specific CSS file.
   ========================================================================== */

/* universal */

html {
  overflow-y: scroll;
}

html, body {
  height: 100%;
}

#wrap {
  min-height: 100%;
}


#main {
  padding-bottom: 80px; /* this needs to be bigger than footer height*/
}

body {
  /*padding-top: 60px;*/
  padding-top: 135px;
  /*border: 1px solid Red;*/
}

section {
  overflow: auto;
}

textarea {
  resize: vertical;
}

.container-narrow{
  /*margin: 0 auto;
  max-width: 700px;*/
  max-width: 500px;
  margin: auto;
}

/* Forms */

.navbar-form input[type="text"],
.navbar-form input[type="password"] {
  width: 180px;
}


.form-register {
  width: 100%;
}

@media (min-width: 768px) {
.form-register {
  /*width: 50%;*/
	}
}

.form-register .form-control {
  position: relative;
  font-size: 14px;
  height: auto;
  /*padding: 10px;*/
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.filters {
	margin-right: 5%;
	margin-bottom: 10px !important;
	}

/* footer */

footer {
  margin-top: 45px;
  padding-top: 5px;
  border-top: 1px solid #eaeaea;
  background-color: #e8f2ea;
  color: #045647;
}

.footer {
  position: relative;
  margin-top: -80px; /* negative value of footer height */
  height: 80px;
  clear: both;
  padding-top: 20px;
}

footer a {
  color: #005547;
}

footer p {
  float: right;
  /*margin-right: 25px;*/
}

footer ul {
  list-style: none;
  padding-left: 0;
}

footer ul li {
  float: left;
  margin-left: 10px;
}

footer .company {
  float: left;
  margin-left: 25px;
}

/* Terms */
@media (min-width: 768px) {
footer .footer-nav {
  float: right;
  list-style: none;
  width: 98%;
}

footer .footer-nav li {
	text-align: right;
	width: 48%;
	font-size: 21px;
	font-size: 1.4em;
	}
}

.form-cbgroup-control{
	list-style-type: none;
}

.sub-header {
  font-weight: bold;
  font-size: 18px;
  text-decoration: underline;
  color: black;
}