/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 70px 15px 0;
  font-size: 15.5px;
  font-weight: 500;
}
.container .text-muted {
  margin: 20px 0;
} 

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

code {
  font-size: 80%;
}

.search {
  display: block;
  width: 100%;
  max-width: 400px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/*#oferecimentos{*/
/*  border-top: 3px solid #ccc;*/
/*  border-bottom: 3px solid #ccc;*/
/*  border-radius: 4px;*/
/*} */

.table-fixed {
  margin-top:3px;
  border-top: 3px solid #ccc;
  border-bottom: 3px solid #ccc;
  border-radius: 4px;
}

.table-fixed thead {
  width: 100%;
}
.table-fixed tbody {
  height: 230px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  margin-left: 50px;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
  margin-left:10px;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
  float: left;
/*  border-bottom-width: 0;*/
}


.nav.navbar-nav>li>a {
  font-size: 16px;
  font-weight: 800;
  color: #333;
}

body {
  padding-bottom: 40px;
  background-color: #eee;
}

.black-link {
  color: inherit;
}

.black-link:hover {
  color: inherit;
}

/*Login Page */

.login .form-signin {
  max-width: 230px;
  margin: 0 auto;
}
.login .form-signin .form-signin-heading,
.login .form-signin .checkbox {
  margin-bottom: 10px;
}
.login .form-signin .checkbox {
  font-weight: normal;
}

.login .form-signin .form-control:focus {
  z-index: 2;
}



/* Comments */

.comment-box{
  max-width: 500px;
/*  margin: 0 auto;*/
  position: relative;
/*  display: inline-block;*/
}

.comment-box .comment-field{
  margin-top:22px;
  display: block;
  width:80%;
  float: left;
}

.comment-box .comment-submit{
  display: block;
  width:19%;
  float: right;
  padding: 16px 0px;;
}



/* FAQ */

.FaqPerg {
  font-size: 20px;
  font-weight: bold; }
.FaqResp {
  display: none;
  padding-left: 20px; }

