.resumo.panel {
  border: none;
  border-radius: 0;
  border-top: 5px solid #0060a9;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
}

.label-text {
  color: #666666;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: normal;
  text-transform: none;
  padding-left: 3px;
}

.resumo label {
  font-size: .9em;
}

.resumo label, .motor label {
  color: #000000;
  font-weight: bold !important;
  text-transform: uppercase;
}

.resumo-item, .resumo-label {
  display: block;
}

.resumo-label {
  font-weight: bold;
}

.resumo-line {
  padding-bottom: 5px;
  padding-top: 5px;
}

.resumo-line:first-child {
  padding-top: 0;
}

.resumo-line:last-child {
  padding-bottom: 0;
}

.resumo-priceValue {
  display: inline-block;
}

.periodo .form-group {
  margin-bottom: 5px;
}

.resumo .periodo .form-control {
  height: 30px;
}

.periodo .form-group {
  position: relative;
}

.resumo .periodo .form-control {
  height: 40px;
  margin-bottom: 20px;
  padding-left: 35px;
}

.resumo .periodo .form-group:last-child .form-control {
  margin-bottom: 0;
}

.periodo-data:after {
  bottom: 7px;
  color: #999999;
  content: "\e90b";
  cursor: pointer;
  font-family: 'Allianz Sans Icon';
  font-size: 1.2em;
  left: 10px;
  position: absolute;
}

.passageiro:after {
  bottom: 7px;
  color: #999999;
  content: "\e920";
  cursor: pointer;
  font-family: 'Allianz Sans Icon';
  font-size: 1.2em;
  left: 10px;
  position: absolute;
}

.duracao-maxima > .form-control,
.passageiro > .form-control {
  padding-left: 35px;
  cursor: pointer;
}

.duracao-maxima:after {
  bottom: 7px;
  color: #999999;
  content: "\e936";
  cursor: pointer;
  font-family: 'Allianz Sans Icon';
  font-size: 1.2em;
  left: 10px;
  position: absolute;
}

.periodo-data:after:hover {
  color: #666666;
}

.periodo-dataIda, .periodo-dataVolta {
  font-weight: bold;
}

.periodo-item .form-control {
  cursor: pointer;
  padding-left: 35px;
}

.periodo-item .form-group {
  position: relative;
}

.coberturas-item {
  border-top: 1px solid #cccccc;
  padding-bottom: 5px;
  padding-top: 5px;
}

.coberturas-item:last-child {
  padding-bottom: 0;
}

.coberturas-info span {
  display: block;
}

.coberturas-title {
  font-weight: bold;
  width: 100%;
}

.coberturas-remove {
  display: block;
  text-align: right;
}

.coberturas-icon {
  display: block;
  font-size: 1.3em;
  padding-bottom: 5px;
  padding-top: 10px;
  text-align: center;
}

.resumo .passageiros .form-control, .resumo .passageiros .btn {
  height: 30px;
}

.passageiros-contagem {
  border: none;
}

.btn-numeroPassageiros {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0;
  color: #0060a9;
}

.btn-numeroPassageiros:hover {
  background-color: #0060a9;
  border-color: #0060a9;
  color: #ffffff;
}

.btn-numeroPassageiros:disabled {
  color: #666666;
}

.btn-numeroPassageiros:disabled:hover {
  background-color: #666666;
  border-color: #666666;
  color: #ffffff;
}

.viagem-item {
  padding-bottom: 10px;
  padding-top: 10px;
}

.viagem-item:first-child {
  padding-top: 0;
}

.viagem-item:last-child {
  padding-bottom: 0;
}

.viagem-item .label-default {
  font-size: 1em;
}

@media screen and (max-width: 320px) {
  .passageiros-icon {
    font-size: .9em;
  }
}

@media screen and (min-width:768px) {
  .coberturas-item {
    border: 0;
  }
}