.engine{
    /*padding: 30px;*/
}
/*.engine .form-group{
    margin-top: 0;
    margin-bottom: 15px;
}*/
.engine .card form [class*="col-"]:first-child{
    padding-left: 0
}
.engine .input-group .input-group-addon{
    padding-left: 0
}
.persons {
    display: inline-block;
    width: 100%;
    cursor: pointer
}

.persons .total .fa {
    font-size: 20px;
    position: absolute;
    right: 8px;
}

.persons .guests {
    -webkit-transition: width 5s ease-in-out;
    -moz-transition: width 5s ease-in-out;
    -o-transition: width 5s ease-in-out;
    transition: width 5s ease-in-out;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-name: fadeIn;
    cursor: default !important;
    position: absolute;
    text-align: right;
}

.persons .guests a.add-room {
    color: #0e75ba;
    display: block;
    margin-top: 0px;
    text-align: left;
    width: 75%;
    border-radius: 0px;
    vertical-align: middle;
    padding: 17px 10px;
    font-size: 14px;
    padding-bottom: 0px;
    font-weight: 400;
    text-decoration: underline;
    font-weight: 500;
	
}
.persons .guests a.add-room .fa {
     
	position: initial !important;
}
.persons .guests .input-group button {
    padding: 6px 9px;
}

.persons .guests .input-group .form-control {
    padding: 0px 6px;
    border-radius: 0px;
    height: 37px;
    width: 200%;
    padding-right: 14px;
    padding-left: 0px;
    border: 0px solid #eee;
}

.persons .guests .form-group.agechild {
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-name: fadeIn;
    animation-timing-function: ease-out;
    width: 100%;
}

.persons .guests .form-group.agechild select {
    padding: 5px;
}

.persons .guests .roomItem .delete-room {
    position: absolute;
    right: 0px;
    top: 30px;
}

.persons .guests .roomItem .delete-room .mdi:before {
    color: #333;
    font-size: 18px;
    position: relative;
    margin-right: 5px;
    padding-top: 10px;
    padding-top: 10px;
}

.persons .guests .form-group.agechild .childageItem {
    display: inline-table;
    width: 90px;
}

.persons .guests .form-group.agechild .childageItem label {
    font-size: 14px;
}

.persons .form-control {
    color: #999999;
}
.persons .input-group .form-control {
    width: 50px
}

.persons .form-control.input-number {
    margin-top: 0;
    background-image: none;
}

.persons .input-group {
    padding: 0;
    width: 103%;
}

.roomItem .input-group .input-group-btn {
    padding: 0 0px;
    padding-right: 8px;
}

.persons button.btn {
    border-radius: 0 !important;
    margin: 0 !important;
}

.persons button.btn,
.persons button.btn:focus {
    outline: none;
}

.persons button.button-save {
    width: auto;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

.persons .form-group {
    width: auto;
    display: inline-table;
    position: relative;
    margin-right: 10px;
}

.persons .form-group.room-lab label {
    position: relative;
    top: 10px;
    color: #333;
}

.persons.z-transfert {
    position: relative
}

.persons.z-transfert .form-group {
    width: 100%
}

.persons.z-transfert .guests .input-group .form-control {
    width: 100%
}

.persons.z-transfert .guests {
    animation-duration: 0.2s;
    animation-iteration-count: 1;
    animation-name: fadeIn;
    animation-timing-function: ease-out;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.12);
    cursor: default !important;
    display: none;
    height: auto;
    margin-top: 5px;
    padding: 20px;
    position: absolute;
    width: 200px;
    z-index: 500;
    left: 0
}

.persons.z-transfert button.button-save {
    width: 100%
}

@media (min-width: 992px) and (max-width: 1199px) {
    .persons .guests .form-group.agechild .childageItem {
        display: inline-table;
        width: 80px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .persons .guests {
        width: 100%;
        left: 0%;
        right: auto;
        padding: 10px;
        margin-top: 5px;
    }
    .persons .guests .form-group.agechild {
        text-align: right
    }
    .persons .guests .roomItem {
        padding-right: 20px
    }
    .persons .guests .roomItem .delete-room {
        position: absolute;
        right: 10px;
        top: 48px;
    }
    .persons .guests .roomItem .delete-room .fa {
        color: #f24040;
        font-size: 22px;
        position: relative
    }
}
.persons .form-group {
    width: 45%;
    margin-right: 1%;
}

.persons .guests .roomItem {
    border-bottom: 1px dashed #999;
    position: relative;
    text-align: left;
    margin-bottom: 0px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;

    padding-top: 0px;
}

.persons .form-group.room-lab,
.properties-search-basic .persons .form-group.agechild {
    width: 100%
}

.persons .input-group .form-control {
    width: 100%
}

.persons .guests .form-group.agechild .childageItem {
    width: 27%;
    padding-right: 0px;
    margin-right: 0
}

.persons .guests .roomItem .delete-room {
    position: absolute;
    right: 10px;
    text-align: right;
    top: 48px;
}

.persons button.button-save {
    width: 100%
}

@media (min-width: 992px) and (max-width: 1199px) {
    .properties-search-basic .persons .form-group {
        width: 100%;
    }
}

@media ( max-width: 767px) {
    .properties-search-basic .persons .guests {
        width: auto
    }
}


.persons .guests .btn-success {
    color: #fff;
    background-color: #d91b5c;
    border-color: #66b845;
}

.btn-spec:focus,
.btn-spec:hover {
    color: #333;
    text-decoration: none;
    background-color: #ffcb00;
}

@media (max-width: 767px) {
    .persons .guests .form-group.agechild .childageItem {
        width: 30%;
        margin-right: 2%;
    }
}

.persons .guests .btn-success {
    color: #ffffff;
    background-color: #66b845;
    font-size: 14px;
}

.persons select {
    font-family: arial;
    font-weight: normal;
    color: #333333 ! important;
}

.persons .guests .input-group-btn>.btn {
    background: rgb(255, 255, 255);
    color: #000 !important;
    border-radius: 0px;
    font-size: 10px !important;
    box-shadow: 0 0px 0px 0px rgba(156, 39, 176, 0.42), 0 0px 0px 0px rgba(0, 0, 0, 0.12), 0 0px 0px 0px rgba(156, 39, 176, 0.2);
    border: 1px solid rgb(158, 158, 158);
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 52% !important;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    cursor: pointer;
	    padding: 0px!important;
}

.persons .guests .form-control {
    height: 37px !important;
}

@media ( max-width: 767px) {
    .persons .guests {
        width: 85%;
        left: 0%;
        right: auto;
        padding: 10px;
        margin-top: 5px;
    }
    .persons .form-group {
        width: 45%;
        margin-right: 2%;
    }
    .persons .input-group .form-control {
        width: 100%
    }
    .persons .form-group.room-lab,
    .persons .form-group.agechild {
        width: 100%
    }
    .persons .form-group.room-lab label {
        top: 10px!important
    }
    .persons .guests .form-group.agechild {
        /*display:none*/
    }
    .persons .guests .form-group.agechild .childageItem {
        width: 30%;
        margin-right: 2%;
    }
    .persons button.button-save {
        width: 100%
    }
    .persons .guests .input-group button {
        padding: 8px 10px;
    }
    .persons .guests .input-group .form-control {
        border-radius: 0;
        height: 41px;
    }
    .persons .guests .roomItem {
        padding-right: 0px
    }
    .persons .guests .roomItem .delete-room {
        position: absolute;
        top: 35px;
        right: 10px;
        text-align: right
    }
    .persons .guests .roomItem .delete-room .fa {
        color: #707070;
        font-size: 22px;
        position: relative
    }
}


/*new version*/

.persons.persons-v2 .form-group {
    width: 15%;
    margin-right: 11px;
    margin-top: 5px;
}

.persons.persons-v2 .guests {
    width: 100%;
    left: 0px;
    top: 48px;
    padding: 0px;
    border-radius: 5px;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0px 0px 6px 0px rgba(102, 184, 69, 0.24);
    padding-top: 5px;
    border: 1px solid #aaaaaa;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.persons.persons-v2 .guests:before {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #ffffff;
    top: -9px;
    right: 51%;
    border-top: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
}
.persons.persons-v2 .guests .form-group.agechild {
    width: 61%;
    margin-left: 76px;
}

.persons.persons-v2 .form-group.room-lab label {
    top: 35px;
    /* font-weight: bold; */
}

.persons.persons-v2 .guests .form-group.agechild select {
    padding: 9px;
    padding-bottom: 8px;
}

.persons select:after {
    content: "\f078";
    font-family: "FontAwesome";
    color: #12B58A;
    right: 10px;
    top: 10px;
    padding-left: 10px;
    position: absolute;
    pointer-events: none;
    top: 39px;
}
.persons.persons-v2 .guests .roomItem .delete-room .fa {
    font-size: 14px;
	    position: initial;
}

.persons.persons-v2 button.button-save {
    width: auto;
}
.persons.persons-v2 .closef{
    margin-right: 10px
}

.persons.persons-v2 .flaticon-bed:before {
    margin: 0;
    line-height: 22px;
    font-size: 26px
}

.persons.persons-v2 .totalhotel i {
    font-style: normal
}

.totalhotel span {
    border-right: 0px solid #eee;
}

.persons.persons-v2 .totalhotel .ad {
    font-size: 22px;
    top: -2px;
    position: relative;
}

.persons.persons-v2 .totalhotel .ch {
    top: -2px;
    position: relative;
}

.persons.persons-v2 .totalhotel .rm {
    top: 3px;
    position: relative;
    font-size: 25px;
}

.persons.persons-v2 .totalhotel .pull-right {
    top: 5px;
    position: relative;
    font-size: 12px;
    width: 8px;
}

@media ( max-width: 767px) {
    .persons.persons-v2 .guests {
        width: 100%;
        position: relative;
        margin-bottom: 15px;
        zoom:70%;
    }
    .persons.persons-v2 .guests .form-group.agechild {
        width: 100%;
    }
    .persons .input-group {
        width: 100%;
    }
    /*.persons.persons-v2 .form-group {
        width: 29%;
    }*/
    .persons .guests .roomItem .delete-room .fa {
        margin-right: 0px;
    }
    .persons.persons-v2 .form-group {
        margin-bottom: 0px;
    }
    .persons .guests .roomItem {
        padding-bottom: 0px;
    }
    .persons.persons-v2 .guests .form-group.agechild select {
        margin-bottom: 10px;
    }
    .persons .guests a.add-room {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .persons.persons-v2 .guests .form-group.agechild {
        width: 100%;
    }
}

@media screen and (max-width: 330px) {
    .persons.persons-v2 .form-group.room-lab {
        width: 100%
    }
    .persons.persons-v2 .form-group.room-lab label {
        top: 0px;
    }
    .persons.persons-v2 .form-group {
        width: 39%;
    }
    .persons.persons-v2 .guests .roomItem .delete-room {
        top: 70px;
    }
}

.button-save.valider {
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 8px;
    background-color: #1b99ce;
    color: #ffffff;
    border-radius: 3px;
    text-align: center;
    margin-top: 10px;
    margin-right: 12px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}
.btn:not(.btn-just-icon):not(.btn-fab) .fa,
.navbar .navbar-nav > li > a.btn:not(.btn-just-icon):not(.btn-fab) .fa {
  font-size: 12px !important;
}
.alert.alert-info {
    background-color: rgba(10, 177, 252, 0.13);
    color: #333;
}

.button-save.valider .fa {
    color: #fff;
    margin-right: 10px;
}

.roomItem {
    padding-left: 15px;
    padding-right: 0px;
    color: #ec2a3f;
}

.add-room .mdi:before {
    margin-right: 5px;
    width: 3%;
    color: #006699;
    font-size: 13px;
}

.out {
    right: 0px;
    padding-top: 0px !important;
    padding-top: 0px!important;
    padding-right: 15px!important;
    padding-bottom: 0px!important;
    background-color: transparent!important;
    text-align: right !important;
    margin-top: 0px !important;
    margin-right: 0px !important;
    font-size: 11px !important;
    cursor: pointer;
    margin-bottom: -13px;
}

span.glyphicon.glyphicon-star.text-default {
    color: #ccc;
}

.out .fa {
    color: #9E9E9E !important;
    margin-right: -6px !important;
}

.btn-brd {
    margin-top: 10px;
    margin-bottom: 8px;
    padding-right: 0
}

.btn-brd label {
    color: #2b2b2b;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

i.caret {
    position: absolute;
    right: 0;
    top: 37%;
}

.enfant-age {
    width: 27% !important;
}

.enfant-age.form-group {
    margin-bottom: 0px !important;
    margin-right: 19px;
    margin-top: 0px !important;
}

.adults label,
.children label,
.infants label {
    margin-left: 5px;
}

.adults,
.children,
.infants {
    margin-bottom: -12px;
}

.form-group .help-block {
    margin-top: 0px;
}

a.pls.more {
    color: #006699;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    text-decoration: underline;
}

a.pls.more i {
    margin-left: 15px;
}

.icon-deco {
    background-color: #f1b300;
    height: 51px;
    width: 51px;
    color: #000;
    padding-left: 7px;
    line-height: 5.4;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.05), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    margin-top: -30px;
}

.icon-deco .mdi:before {
    font-size: 40px;
}

.glyphicon-remove:before {
    display: none
}

/* TYPEHEAD */

.twitter-typeahead {
    width: 100%
}

.typeahead,
.tt-query,
.tt-hint {
    width: 100%
}

.typeahead {
    width: 100%
}

.typeahead:focus {
    border-color: #0097cf;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {
    max-height: 250px;
    overflow-y: auto;
    width: 100%;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
    padding: 3px 30px;
    font-size: 14px;
    line-height: 24px;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #000;
    background-color: rgba(27, 153, 206, 0.2);
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #333333;
}

.tt-suggestion p {
    margin: 0;
}

.tt-menu h5 {
    font-weight: bold;
    font-size: 14px;
    margin: 10px 15px 10px 15px
}

.tt-highlight {
    font-weight: normal;
    color: #0071be;
}

.gist {
    font-size: 14px;
}

.has-feedback .form-control {
    padding-right: 0px;
}

