html,
body {
  height: 100%;
}
.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}
.wrap > .container {
  padding: 70px 15px 20px;
}
.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}
.not-set {
  color: #c55;
  font-style: italic;
}
h1 {
  margin-top: 10px;
}
/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}
a.asc:after {
  content: /*"\e113"*/ "\e151";
}
a.desc:after {
  content: /*"\e114"*/ "\e152";
}
.sort-numerical a.asc:after {
  content: "\e153";
}
.sort-numerical a.desc:after {
  content: "\e154";
}
.sort-ordinal a.asc:after {
  content: "\e155";
}
.sort-ordinal a.desc:after {
  content: "\e156";
}
.grid-view th {
  white-space: nowrap;
}
.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}
.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
/*******************custom*****************/
.navbar-inverse {
  background: white;
  border: none;
}
.navbar-inverse .navbar-nav li a,
.navbar-inverse .navbar-nav li a:hover {
  color: #82a831;
}
.navbar-inverse .navbar-nav li.active a,
.navbar-inverse .navbar-nav li.active a:hover {
  background: #9fcd3d;
}
.container.base {
  padding-top: 55px;
}
.schedule-header {
  background: #82a831;
  color: white;
}
.schedule-header h1 {
  font-size: 20px;
}
.schedule-content {
  background: #9fcd3d;
}
input.form-control,
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: 50px;
  min-width: 55px;
  padding: 8px 26px 8px 8px;
  text-transform: none;
  background-color: rgba(255, 255, 255, 0.6);
  color: black;
}
select.form-control {
  background-image: url("/web/img/seta.png");
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-size: 20px;
}
#search-form {
  padding: 10px;
}
#search-form select option {
  background: white none repeat scroll 0 0;
  color: gray;
  font-size: 16px;
  font-weight: lighter;
}
#search-form .field {
  margin-bottom: 10px;
  padding: 0 5px;
}
#search-form input[type=submit] {
  background-color: #82a831;
  border-radius: 0;
}
#search-form .field-horariosearch-data {
  position: relative;
}
#search-form .field-horariosearch-data .glyphicon-calendar {
  font-size: 29px;
  margin-top: 10px;
  position: absolute;
  right: 11px;
  color: #82a831;
}
#search-form input,
#search-form input[placeholder],
#search-form select {
  color: white;
  font-size: 18px;
}
#search-form *::-webkit-input-placeholder {
  color: white;
}
#search-form *:-moz-placeholder {
  /* FF 4-18 */
  color: white;
}
#search-form *::-moz-placeholder {
  /* FF 19+ */
  color: white;
}
#search-form *:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  padding: 0px;
  margin: 0 auto;
}
.viagens {
  background: #efefee;
}
.viagens .viagem {
  margin: 10px 0;
}
.viagens .viagem .hour {
  color: #82a831;
}
.viagens .viagem p {
  margin: 0px;
}
.viagens .viagem .img {
  text-align: center;
  color: #82a831;
}
.viagens .viagem .img .fa-ship {
  font-size: 36px;
}
.navbar-nav.navbar-right.nav {
  display: none;
}
.navbar-toggle {
  display: none;
}
#show-form {
  display: none;
  float: right;
  margin-right: 5px;
  margin-top: 1px;
  width: 38px;
}
.nav-center {
  margin: 0;
  float: none;
}
.navbar-inner {
  text-align: center;
}
.navbar-header {
  float: none;
}
.navbar-header .navbar-brand {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.navbar-header .navbar-brand > img {
  display: inline;
  margin-top: 2px;
}
footer {
  background: white none repeat scroll 0 0;
  bottom: 0;
  position: fixed;
  width: 100%;
}
