.resumo.panel {
    border: none;
}

.fade.ng-hide {
  opacity: 0;
}

.fade.ng-hide-remove {
  transition: all linear 300ms;
}

.fade.ng-hide-add {
  transition: all linear 300ms;
}

.rotate180 {
  display: inline-block;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all linear 300ms;
  transition: all linear 300ms;
}

.rotate0 {
  display: inline-block;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all linear 300ms;
  transition: all linear 300ms;
}

.resumo.panel .division {
  border-left: 2px solid #ffffff;
  -webkit-transition: all linear 300ms;
  transition: all linear 300ms;
}

.resumo.panel .division > span {
  padding-right: 20px;
}

.resumo.panel > .panel-heading {
  background-color: #0060a9;
  color: #ffffff;
  padding-bottom: 5px;
  padding-top: 5px;
}

.panel-heading-text {
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  color: #ffffff;
  -webkit-transition: all linear 300ms;
  transition: all linear 300ms;
}

.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;
}

.label-resumo-opened {
  color: #ffffff;
  font-family: "Allianz Sans Bold", sans-serif !important;
  text-transform: uppercase;
}

.resumo label, .motor label {
  color: #000000;
  font-family: "Allianz Sans Bold", sans-serif !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 {
  width: 100%;
}

.periodo-data:after {
  top: 7px;
  color: #999999;
  content: "\e90b";
  cursor: pointer;
  font-family: 'Allianz Sans Icon';
  font-size: 1.2em;
  left: 10px;
  position: absolute;
}

.periodo-data:after:hover {
  color: #666666;
}

.periodo-data-mobile {
  width: 100%;
}

.periodo-data-mobile:after {
  top: 7px;
  color: #999999;
  content: "\e90b";
  cursor: pointer;
  font-family: 'Allianz Sans Icon';
  font-size: 1.2em;
  left: 25px;
  position: absolute;
}

.periodo-data-mobile: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;
}

.coberturasUpgrade-item {
  border-top: 1px solid #cccccc;
  padding-bottom: 5px;
  padding-top: 5px;
}

.coberturasUpgrade-item:last-child {
  padding-bottom: 0;
}

.coberturasUpgrade-info span {
  display: block;
}

.coberturasUpgrade-title {
  font-weight: bold;
  width: 100%;
}

.coberturasUpgrade-remove {
  display: block;
  text-align: right;
}

.coberturasUpgrade-icon {
  display: block;
  font-size: 1.3em;
  padding-bottom: 5px;
  padding-top: 10px;
  text-align: center;
}

.cobertura-price {
  display: block;
}

.resumo .passageiros .form-control, .resumo .passageiros .btn {
  height: 40px;
}

.passageiros-contagem {
  border: none;
}

.btn-numeroPassageiros {
  background: #ffffff;
  border: 1px solid #bbbbbb;
  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 .row:first-child .viagem-item {
  padding-top: 0;
}

.viagem-item {
  padding-bottom: 10px;
  padding-top: 10px;
}

.viagem-item:after {
  clear: both;
  content: " ";
  display: block;
}

.viagem-item .label-default {
  font-size: 1em;
}

.viagem-item .lbl-title {
  display: block;
}

.viagem-item .viagem-country {
  float: left;
  margin-bottom: 5px;
}

.resumo .editar-cotacao {
  width: 100%;
}

.resumo .editar-cotacao span {
  display: none;
}

.summary-modal {
  padding-right: 50px;
  padding-left: 30px;
  padding-bottom: 30px;
  padding-top: 0px;
  /* margin-top: -40px; */
}

.summary-quote-header {
  color: #0060a9;
  font-family: "Allianz Sans Regular", sans-serif !important;
  font-weight: bold;
  font-size: 1.5em;
}

.summary-quote-text {
  margin-bottom: 0px;
  color: #666666;
  font-family: "Allianz Sans Regular", sans-serif !important;
  font-size: 0.9em;
}

.summary-quote-text-mobile {
  margin-bottom: 0px;
  color: #666666;
  font-family: "Allianz Sans Regular", sans-serif !important;
  font-size: 0.75em;
}

.summary-leaving-brazil {
  padding-top: -10px;
}

.summary-quote-link {
  color: #0060a9;
  font-family: "Allianz Sans Regular", sans-serif !important;
  font-size: 0.8em;
  font-weight: bold;
}

.summary-bold-headers {
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.summary-bold-labels {
  text-transform: uppercase;
  font-size: .9em;
  font-weight: bolder;
  margin-bottom: -2px;
}

.summary-going-to-div {
  padding-top: 15px;
}

.summary-going-to {
  background-color: #0060a9;
  border-radius: 50px;
  padding: 3px 8px;
  font-size: .9em;
  color: #ffffff;
  font-weight: bolder;
  white-space: nowrap;
  line-height: 1;
  display: inline;
  vertical-align: baseline;
  text-align: center;
}

.summary-passengers-types {
  font-size: 1em;
  padding-top: 5px;
}

.summary-add-sub-buttons {
  font-size: 10px;
  line-height: 1;
  background: #ffffff;
  border: 1px solid #c5c5c5;
  border-radius: 5px !important;
  color: #0060a9;
  width: 100%;
  min-height: 33px;
}

.summary-departure-date {
  height: 40px;
  margin-bottom: 20px !important;
  font-size: 0.9em !important;
  padding-left: 35px;
}

.summary-arrival-date {
  height: 40px;
  font-size: 0.9em !important;
  padding-left: 35px;
}

.summary-btn-re-quote {
  text-transform: uppercase;
  font-weight: bolder;
}

@media screen and (max-width: 320px) {
  .passageiros-icon {
    font-size: 1.2em;
  }
  .passageiros-icon .u-icon-passageiros {
    font-size: 2em;
  }
}

@media screen and (max-width: 360px) {
  .periodo-data:after {
    top: 7px;
  }
}

@media screen and (min-width: 360px) {
  .resumo .editar-cotacao span {
    display: inline;
  }
}

@media screen and (min-width:768px) {
  .coberturas-item {
    border: 0;
  }
}

@media screen and (min-width:768px) {
  .coberturasUpgrade-item {
    border: 0;
  }
}

.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-icon {
  display: block;
  font-size: 1.3em;
  padding-bottom: 5px;
  padding-top: 10px;
  text-align: center;
}

.is-mobile {
  height: 200px !important;
  overflow-y: auto !important;
}

.is-not-mobile {
  height: 700px;
  overflow-y: auto;
}

.coberturas-expandir {
  padding-bottom: 5px;
  padding-top: 5px;
  width: 100%;
}

.coberturas-box {
  margin-top: 20px
}

.coberturas .table-head {
  background-color: #e1e1e1;
  color: #0060a9;
  height: 120px;
  padding-bottom: 10px;
  padding-top: 20px;
}

.coberturas .table-body {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
}

.coberturas .table-body.is-expandido {
  border-bottom: 1px solid #cccccc;
  -webkit-box-shadow: inset 0px 5px 10px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 5px 10px -2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 5px 10px -2px rgba(0, 0, 0, 0.3);
  height: 250px;
  overflow-y: auto;
}

.coberturas .table-row {
  border-bottom: 1px solid #cccccc;
}
