a {
  color: black;
  text-decoration: none;
}
a:focus, a:hover {
  color: #23527c;
  text-decoration: none;
}
.navbar {
  background-color: #ffffff;
  text-align:center;
  /*margin-top: 10px;*/
}
.navbar-brand {
  height: auto;
  padding: 2px 0px;
  margin-left: 0px !important;
}
.navbar-text p {
  margin: 0px;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  color: #fff;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.panel {
  word-wrap: break-word;
  hyphens: auto;
}
.panel .tab-pane h2 {
  font-size: 28px;
  height: 55px;
}
.panel .tab-pane h2 span {
  font-size: 18px;
  color: red;
}
.panel .tab-pane h3 {
  margin-top: 5px;
  font-size: 16px;
  text-align: center;
}
.panel .tab-pane > div {
  height: 350px;
  margin-bottom: 10px;
}
.panel .tab-pane .btn {
  text-align: center;
}
.btn-laranja {
  background-color: #f99219;
  border-color: #f99219;
}
.btn-default:hover {
  background-color: #fbab51;
  border-color: #fbab51;
}
.turma {
  margin-top: 5px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
.viagem {
  margin-top: 5px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #f99219;
}
.detalhes-viagem {
  font-size: 16px;
  font-weight: bold;
  color: #f99219;
}
.detalhes .row h1 {
  font-size: 24px;
}
.detalhes .row h1 span {
  font-size: 30px;
  color: #e36c0a;
}
.detalhes .row h2 {
  font-size: 24px;
  color: #0070c0;
}
.detalhes .row h3 {
  font-size: 20px;
  border-bottom: 1px solid #e36c0a;
}
.detalhes .row {
  padding: 10px 10px;
}
.detalhes .roteiro span {
  font-size: 16px;
  font-weight: bold;
  color: #0070c0;
}
.pagamento .col-md-4 .row {
  text-align: center;
  border-bottom: 1px solid #e36c0a;
}
.pagamento p {
  font-weight: bold;
  font-size: 16px;
  color: #0070c0;
  text-align: center;
}
.pagamento .col-md-4 p span{
  font-size: 14px;
  color: #0070c0;
}
.pagamento .col-md-4 .row:first-child {
  min-height: 120px;
}
fieldset {
  display: block;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 0.35em;
  padding-bottom: 0.625em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  border: 2px groove (internal value);
}
.form-horizontal .form-group {
  margin-right: 0px;
  margin-left: 0px;
}
.borderless > tbody > tr > td, .borderless > tbody > tr > th {
  border: none;
}
.stepwizard-step .btn {
  opacity: 1;
}
.stepwizard-step p {
  margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    /*width: 80%;*/
    position: relative;
    margin-top: 10px;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 96%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
footer {
  margin-bottom: 0px !important;
}
.table .tabela-nome {
  text-align: right;
  font-weight: bold;
  width: 50%;
}
.table {
  text-align:left;
}
.table tr td {
  padding: 5px !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
label {
  margin-top: 10px;
}
legend {
  margin-bottom: 10px;
  margin-top: 25px;
}
.navbar-brand img {
  margin:10px 50px;
}
.conteudo {
  margin-top:100px;
  margin-bottom:15px;
}
.pagamento {
  display: grid;
}
.footer-middle div {
  margin-top: 15px;
  margin-bottom: 15px;
}
.bgfullloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2100;
  background-color: #ffffff;
  background-color: rgba(255,255,255,0.7);
}
.bgfullloader div.bgfullloader-content {
  position: absolute;
  width: 300px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -40px;
  color: #000000;
  text-align: center;
  z-index: 2101;
}
.error {
  border: 1px solid red;
}
#frmContrato2 .form-group .label-erro {
  text-align: left;
  margin-left: 10px;
  color: red;
  font-weight: normal;
  font-size: 13px;
}
@media only screen and (max-width: 800px) {
  .stepwizard-row {
    display: inline-grid;
    margin-right: 33.33333333%;
    width: 33.33333333%;
  }
  .stepwizard-row:before {
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #ccc;
    top:-5px;
    bottom:0px;
    left: 50%;
  }
  .navbar-brand img {
    margin:10px 10px;
  }
  header h1 {
    font-size: 28px;
  }
  .conteudo {
    margin-top:120px;
  }
  .table .tabela-nome {
    width: fit-content;
    text-align: left;
  }
  footer p.pull-left {
    float: none !important;
    text-align: center !important;
  }
}

@media only screen and (max-width: 800px) {
  .pagamento .table tr {
    display: grid;
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .form-group {
    /* height: 35px; */
    height: 83px;
  }
}
