.ui-sortable-helper
{
    padding: 0 10px;
    transform: scale(1.1);
    opacity:0.8;
    filter:alpha(opacity=80);
}
.placeholder
{
    border:2px dashed #1E88E5;
    margin:5px;
    border-radius: 3333px 3333px 3333px 3333px;
}
.hide {
    display:none;
}


.remove_input:hover,
.remove_input:focus {
    background-color: #275A6F;
}
.ui-menu .ui-menu-item:hover {
    transition: all 0.3s;
    background-color: #D8DFE5;
}
.fas {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    line-height: 1.8em;
    border-top: 1px solid #D8DFE5;
}
.fas .name_label {
    font-size: 16px;
    font-weight: 700;
    color: #275A6F;
    margin-left: 20px;
}
.fas .name_desc {
    float: right;
    font-size: 11px;
    color: #275A6F;
    padding-right: 5px;
}

.fas:before {
    padding-right: 5px;
    font-size: 18px;
}
.fa-map-marker {
    background: url('https://images.busadvise.com/fa-map-marker.svg');
    background-position: 0px 0px;
    width: 20px;
    height: 20px;
    margin: 3px 0 0 3px;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    position:absolute;
    background-size: 20px 20px;
}
.fa-plane {
    background: url('https://images.busadvise.com/fa-plane.svg');
    background-position: 0px 0px;
    width: 20px;
    height: 20px;
    margin: 3px 0 0 3px;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    position: absolute;
    background-size: 20px 20px;
}
.fa-hotel {
    background: url('https://images.busadvise.com/fa-hotel.svg');
    background-position: 0px 0px;
    width: 20px;
    height: 20px;
    margin: 3px 0 0 3px;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    position:absolute;
    background-size: 20px 20px;

}
/*vot tut */
.fa-subway {
    background: url(https://images.busadvise.com/bbfa-icons.svg);
    background-position: -68px -2px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    position: absolute;
    background-size: 92px 25px;
}
.location .destination input.waypoint {
    padding-right: 25px;
}
.trip_duration {
    text-align: center;
    color: #1976D2;
    padding: 10px;
    cursor:default;
}
.trip_duration_input {
    cursor:pointer;
}
.trip_duration-div {
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 3px;
    padding: 11px;
    width: 199px;
    display:none;
}
.trip_duration_overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
.trip_duration-div.fullwidth:before {
    position: absolute;
    content: "";
    top: -10px;
    margin-left: -10px;
    left: 30px;
    width: 18px;
    height: 18px;
    transform: rotate(45deg);
    background: #FFF;
    border-left: 1px solid #ced4da;
    border-top: 1px solid #ced4da;
    border-top-left-radius: 4px;
    border-color: #ced4da;
}
.trip_duration-div td {
    border: 1px solid #c5c5c5;
    background: #fff;
    font-weight: normal;
    color: #454545;
    transition: all 0.3s;
    padding: 5px 6px 4px 7px;
    cursor: pointer;
    text-align: center;
}
.trip_duration-div table {
    width: 100%;
}
.trip_duration-div td.active {
    background: #1E88E5 !important;
    color: #fff !important;
}
.trip_duration-div td:hover {
    background: #FDC231;
}
.trip_duration-div .trip_duration_heading {
    padding: 0 0 5px 0px;
    border:none;
}
.trip_duration-div .trip_duration_heading:hover {
    background: #fff;
}
.errors-div {
    font-size: 13px;
    color: #fff;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 3px;
    background: #d55656;
}
.errors-div ul {
    list-style:none;
    padding: 0;
    margin: 0;
}
.errors-div ul li {
    padding:5px;
}