﻿.motorDeCotacao .nav-tabs{
  border-bottom: none;
}

.motorDeCotacao .nav-tabs>li{
  margin-bottom: 0;
}

.motorDeCotacao .nav-tabs>li>a,
.motorDeCotacao .nav-tabs>li.active>a,
.motorDeCotacao .nav-tabs>li.active>a:hover{
  border: 1px solid transparent;
  /*font-family: 'Allianz Sans Regular', sans-serif;*/
}

.motorDeCotacao .nav-tabs>li.active,
.motorDeCotacao .nav-tabs>li.active:focus,
.motorDeCotacao .nav-tabs>li.active:hover,
.motorDeCotacao .nav-tabs.nav-justified>.active,
.motorDeCotacao .nav-tabs.nav-justified>.active:focus,
.motorDeCotacao .nav-tabs.nav-justified>.active:hover{
  border-bottom: none !important;
}

.motorDeCotacao .nav-tabs>li.active>a{
  background-color: #0060a9;
    color: #ffffff;
	height: 40px;
    font-size: 1em!important;
}

.motorDeCotacao .nav-tabs>li.inactive>a{
  background-color: #ffffff;
  color: #0060a9;
}

/*.motorDeCotacao .nav-tabs>li.active>a:focus,
.motorDeCotacao .nav-tabs>li.active>a:hover{
  /*background-color: #005192;*/
}*/

.motorDeCotacao .nav-tabs>li>a:hover,
.motorDeCotacao .nav-tabs.nav-justified>li>a:hover{
  background-color: #e1e1e1;
}

.motorDeCotacao .resumo.panel{
  margin-top: 0;
  padding-bottom: 0;
margin-bottom: 100px;
width: 500px;
height: 270px;
}

.motor--origem{
  display: block;
  padding-bottom: 6px;
  padding-top: 6px;
}

ul.list--destinos{
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
}

li.btn--destino{
  cursor: pointer;
  font-size: 1em;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 5px;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

  li.btn--destino:hover{
    color: #222222;
    font-weight: bold;
  }

    li.btn--destino.btn-default, li.btn--destino.btn-primary{
      color: #222222;
      background-color: transparent !important;
      background-image: none !important;
      border: none !important;
      box-shadow: none !important;
      text-shadow: none !important;
    }

     li.btn--destino.btn-primary{
       font-weight: bold;
     }

      li.btn--destino.btn-primary:focus,
      li.btn--destino.btn-primary:active,
      li.btn--destino.btn-primary:active:focus{
        color: #222222 !important;
      }

  li.btn--destino:hover .btn--destino-checkbox{
    border-color: #0060a9;
  }

  li.btn--destino .btn--destino-checkbox{
    right: 0;
  }

  li.btn--destino .btn--destino-checkbox.is-ativo{
    background-color: #0060a9;
  }

  .btn--destino-checkbox.is-ativo:after{
    font-size: 0.85em;
    margin-left: 2px;
    margin-top: 0;
  }

  .multidestinos-titulo{
    background-color: #e1e1e1;
    color: #0060a9;;
    font-family: "Allianz Sans Regular", sans-serif !important;
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
  }

.popover--destinos{
  min-width: 215px;
}

.popover--passageiros {
    min-width: 250px;
}

  .popover--passageiros .popover-inner{
    padding: 15px;
  }

    .popover--passageiros .popover-inner:after{
      clear: both;
      content: " ";
      display: block;
    }

  .popover--passageiros .form-group:last-child{
    margin-bottom: 0;
  }

.motorDeCotacaonew .nav-tabs > li.active > a {
    background-color: #0060a9;
    color: #ffffff;
	height: 35px;
    font-size: 1em!important;
}

.motorDeCotacaonew .nav-tabs > li.inactive > a {
    background-color: #ffffff;
    color: #0060a9;
}

.motorDeCotacaonew .resumo.panel {
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 100px;
    width: 500px;
    height: 270px;
}

/*Retirei linha fina do motor por paises - linha estranha do layout*/
.nav-tabs {
    border-bottom: 0px solid #ddd;
}