.nav-tabs>li>a {
    font-size: 16px;
}
body {
    color: #000;
}
h2 {
    font-size: 30px;    
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.tables-tc td, .tables-tc th{
        border-bottom: 1px solid #ccc!important;
    border-top: 1px solid #ccc!important;
    padding: 15px 10px!important;
}
.breadcrumb {
    background: transparent;
    padding-left: 0;
}

.border-1 {
    border: 1px solid #ddd;
    padding: 20px 35px;
}

.border-1 .well {
    margin-bottom: 0;
}



.route-path {
    height: 100%;
    position: relative;
    min-height: 23px;
    min-width: 50px;
    width: 50px;
    display: inline-block;
}

.route-path span {
    height: 4px;
    position: absolute;
    top: 12px;
    left: 15px;
    width: 25px;
    background: #2980b9;
}

.route-path:before,
.route-path:after {
    border: 4px solid #2980b9;
    border-radius: 50%;
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    content: " ";
    left: 4px;
    position: absolute;
    top: 8px;
}

.route-path:after {
    right: 0;
    left: auto;
}

.deal {
    right: auto;
    left: 15px;
    top: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

img.xvehicle {
    border: 1px solid;
}

.well .btn {
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
}

dd {
    margin-bottom: 0;
    font-size: 16px;
}

dd span.title {
    display: inline-block;
    width: 120px;
    color: #666666;;
    font-size: 16px;
}

dd span {
    font-size: 16px;
}

.total-cost {
    font-size: 24px;
    color: #333333;
}
#tabfaq {
    font-size: 16px;
}
h3 {
    font-size: 18px;
    color: #333333;
    margin: 0 0 20px;
}

h3 .fui-info-circle {
  color: #27ae60;
  font-size: 14px;
}

ul .fui-info-circle {
  color: #27ae60;
  font-size: 12px!important;
}

h3.gray {
  color: inherit;
}

h3.mbl {
    font-size: 20px;
}

.inactive ~ .active {
  color: red!important;
}
.active + .inactive:before {
  display: inline-block;
  margin: -4px 9px 0px 13px;
  font-family: "Flat-UI-Pro-Icons";
  font-size: 9.75px;
  color: #BDC3C7;
  vertical-align: middle;
  content: "\e605";
  -moz-osx-font-smoothing: grayscale;
}


.inactive:last-child:after {
  content: " ";
}

.label {
    padding: 5px;
    font-size: 14px;
    display: inline-block;
}

#relocalert {
  position: absolute;
  top: 77px;
  right: 120px;
  z-index: 10;
  width: 310px;
}

.left {
    float: left;
}

p {
    line-height: 1.3;
}

.trip-details {
    border-top: 3px solid #2980b9;
}


.trip-details .tab-content{
    border: 0;    
    padding: 10px 0;
}

.listing-details #tc_date_picker table {
  border-collapse: collapse;
}
.listing-details #tc_date_picker .ng_cal_selectable {
  border-collapse: collapse;
}
.listing-details #tc_date_picker .ng_cal_cal_frame_table {
  background: #fff;
  margin-bottom: 0;
}
.listing-details #tc_date_picker .ng_cal_month_table {
  background: white;
}
.listing-details #tc_date_picker .ng_cal_dates_tr td {
  padding: 8px;
  text-align: center;
}
.listing-details #tc_date_picker .ng_cal_bottom_bar {
  display: none;
}
.listing-details #tc_date_picker .ng_cal_selected_date {
  background: #27ae60;
}
.listing-details #tc_date_picker .ng_cal_cal_frame_table .ng-button-bevel {
  height: 20px;
}
.listing-details #tc_date_picker .ng_cal_range_off {
  background: #FBFBE0;
}
.listing-details #tc_date_picker .ng_cal_selected_date.ng_cal_range_off {
  background: #FFBB45;
}
.listing-details #tc_date_picker .ng_cal_selected_date.ng_cal_date_off {
  background: #FFBB45;
}
.listing-details #tc_date_picker .ng_cal_out_of_range {
  background: #fff;
  color: #ccc;
  text-decoration: none;
  border: 0;
}
.listing-details #tc_date_picker .ng_cal_day_name_td {
    background: #fff;
    border: 1px solid #fff;
    font-weight: 700;
    width: 39px!important;
    text-align: center;    
    padding: 0;
}
.ng_cal_cal_td {
  padding: 0;
}
.ng_cal_month_table {
  margin:0;
}
.ng-button-text-td  {
  color: #111;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
.ng-comp-visible .ng-comp-main-div {
    border: 0;
}
.ng-button-icon-img {
    -webkit-filter: contrast(0);;
    filter: contrast(0);
}
.fui-info-circle.tip-top {
    font-size: 12px;
}

.trip-details .tables-tc tr:first-child td,
.trip-details .tables-tc tr:first-child th {
    border-top: 0!important;
}



.trip-details .tables-tc tr td:first-child {
    padding: 0!important;
    vertical-align: middle;
}

.col-title {
    color: #526476;
    font-size: 14px;
    font-weight: bold;
    padding-right: 0;
    padding-left: 0;
}
.col-title span {
    margin-right: 10px;
    display: inline-block;
    width: 16px;
}
.col-description {
    color: #000;
    font-size: 14px;
}
.col-description ul {
    padding: 0;
    list-style-position: inside;
    margin-bottom: 0;
}
#tabTrip .row {
    line-height: 1.8em;
    border-bottom: 1px solid #ccc;
    margin-left: 0;
    margin-right: 0;
}
.tip-top:before {
    vertical-align: super;
    font-size: 82%;
}

@media (max-width: 991.98px) {
    .vehicle-description {
        margin-bottom: 20px;
    }
    .listing-title {
      display: grid;
      grid-template-columns: 12% 88%;
      grid-gap: 0;
      margin: 0;
    }

    .route-path {
      grid-row-start: 1;
      grid-row-end: 3;
      order: 1;
    }

    .route-path {
        height: 100%;
        width: 100%;
        position: relative;
        min-height: 50px;
        min-width: 20px;
        width: 20px;
    }

    .route-path span {
        height: calc(100% - 48px);
        position: absolute;
        top: 22px;
        left: 8px;
        width: 4px;
        background: #2980b9;
    }

    .route-path:before,
    .route-path:after {
        border: 4px solid #2980b9;
        border-radius: 50%;
        box-sizing: border-box;
        height: 12px;
        width: 12px;
        content: " ";
        left: 4px;
        position: absolute;
        top: 12px;
    }

    .route-path:after {
        top: auto;
        bottom: 15px;
    }

    .progress, .progress-text {
        display: none
    }
}


@media (min-width: 992px) {
    .listing-title > div {
        float: left;
    }
}