/*==============================
    OUIBUS
-------------------------------*/
/**/
/* FORM - Onglet - Ouibus */
.form_onglet_ouibus {}
.form_onglet_ouibus * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form_onglet_ouibus .sr-only {
    display: none;
    position: absolute;
    overflow: hidden;
    margin: -1px;
    padding: 0;
    border: 0;
    width: 1px;
    height: 1px;
    clip: rect(0,0,0,0);
}
.form_onglet_ouibus .villeArrivee {
    padding-left: 37px;
    width: 307px;
    font-weight: 700;
    background: url('/styles/images/formulaire/sprite-icones-choix.png') no-repeat left;
    background-position: 0 -50px;
}
.form_onglet_ouibus .villeArriveeAutre {
    margin-left: 0;
    width: 100%;
}
.form_onglet_ouibus .form-group {
    position: relative;
    margin-bottom: 10px;
    max-width: 532px;
    line-height: 1.3em;
}
.form_onglet_ouibus .form-group-depart {
    padding-right: 34px;
    min-height: 27px;
}
.form_onglet_ouibus .form-group-depart .jourDepart,
.form_onglet_ouibus .form-group-depart .jourRetour,
.form_onglet_ouibus .form-group-depart .heureDepart,
.form_onglet_ouibus .form-group-depart .heureRetour {
    float: left;
}
.form_onglet_ouibus .form-group-depart .jourDepart,
.form_onglet_ouibus .form-group-depart .jourRetour {
    width: 190px;
}
.form_onglet_ouibus .form-group-depart .heureDepart,
.form_onglet_ouibus .form-group-depart .heureRetour {
    margin-left: 10px;
    width: 70px;
    height: 27px;
}
.form_onglet_ouibus .form-group-depart .btn_ok {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 27px;
}

/* OUIBUS - Travel */
.wrapOuibusTravel {
    display: block;
    margin-top: 0;
    margin-bottom: 5px;
}
.ouibusTravel {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}
.ouibusTravel + .ouibusTravel {
    margin-top: 10px;
    padding-top: 0;
    border-top: 0;
}
.ouibusTravelBody {
    position: relative;
}
.formInfos.wrapOuibusTravel *,
.formInfos .ouibusTravelBody * {
    font-size: 12px !important;
}
.ouibusTravelBody .ouibusTravelPrice {
    position: absolute;
    right: 0;
    top: 0;
}
.ouibusTravelFooter {
    margin-top: 10px;
    text-align: center;
}
.ouibusTravelFooter input,
.formInfos .ouibusTravelFooter input {
    font-size: 12px !important;
}

/* OUIBUS - Travel - Infos */
.ouibusTravelInfos {
    padding-right: 70px;
}
.ouibusTravelInfos .list-unstyled {}
.ouibusTravelInfos .list-unstyled li {
    display: block;
}
.ouibusTravelInfos .list-unstyled li + li {
    margin-top: 2px;
}

/* OUIBUS - Travel - Price */
.ouibusTravelPrice {
    font-weight: 700;
    text-align: right;
}
.ouibusTravelPrice b,
.formInfos .ouibusTravelPrice b {
    display: block;
    margin-top: 1px;
    font-size: 16px !important;
}

/* OUIBUS - Travel - Recapitulatif */
.recapitulatifTrajet {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    margin-top: 30px;
    padding-top: 10px;
}
.recapitulatifTrajet h2 {
    width: 220px;
    text-align: right;
    padding: 20px;
}
.recapitulatifTrajet select {
    background-color: #FFF;
}

/* OUIBUS - Travel - Details */
.travelDetail {
    margin: 20px 0;
}
.travelDetail p {
    margin: 0 !important;
}
.travelDetail span {
    display: inline-block;
}
.travelDetail .travelStep {
    border-left: 1px solid #69696F;
    padding-left: 15px;
    margin-left: 50px;
    position: relative;
}

.travelStepStart,
.travelStepEnd {
    height: 16px;
    position: relative;
}
.travelDetail .travelCity,
.travelDetail .travelTime {
    font-weight: bold;
    position: absolute;
}
.travelDetail .travelTime {
     margin-left: -65px;
     text-align: right;
}
.travelDetail .travelCompany {
    position: absolute;
    left: -50px;
}

.travelDetail .travelStepStart .travelCity,
.travelDetail .travelStepStart .travelTime{
    top: -4px;
}
.travelDetail .travelStepEnd .travelCity,
.travelDetail .travelStepEnd .travelTime {
    top: 4px;
}

.travelDetail .travelStepDetail {
    color: #999999;
    font-size: 11px;
    margin-left: 10px;
    padding: 20px 0;
}

.travelDetail .travelStepWait {
    border-left: 1px dashed #CCC;
}
.travelDetail .travelStepStart:before,
.travelDetail .travelStepEnd:before {
    content: "";
    height: 7px;
    width: 7px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #69696F;
    position: absolute;
    margin-left: -20px;
}
.travelStep:first-child .travelStepStart:first-child:before,
.travelStep:last-child .travelStepEnd:last-child:before {
    background-color: #D52D87;
    border-color: #D52D87;
}
.travelDetail .travelStepEnd:before {
    bottom: 0;
}

/* AUTOCOMPLETE */
.chosen-container:not(.chosen-with-drop) {
    background: none;
}
.chosen-container .chosen-single {
    border-radius: 0;
    box-shadow: none;

    width: 307px;
    font-weight: 700;
    background: url(/styles/images/formulaire/sprite-icones-choix.png) no-repeat left transparent;
    background-position: 0 -50px;

    line-height: 26px;
    height: 27px;
    color: #D52D87;
    padding: 0 7px;
    border: 1px solid #A7A7A7;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    box-shadow: none;
}
.chosen-container-single .chosen-single div b {
    background: none;
}
.chosen-container .chosen-single div b {
    content:"";
    display: inline-block;
    width: 0;
    height: 0;
    background: #FFF;
    position: absolute;
    top: 9px;
    right: 6px;
}
.chosen-container:not(.chosen-with-drop) .chosen-single div b {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #D52D87;
}
.chosen-container.chosen-with-drop .chosen-single div b {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 6px solid #D52D87;
}
.chosen-container-single .chosen-search {
    text-indent: 0;
}
.chosen-container.chosen-with-drop .chosen-drop {
    text-indent: 0;
}
.chosen-container .chosen-results li.highlighted {
    background: #D52D87;
}