/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(/fonts/opensans/opensans.woff2) format('woff2');
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

*::-webkit-input-placeholder {
    color: #A1A1A1 !important;
    font-style: italic;
}

*:-moz-placeholder {
    /* FF 4-18 */
    color: #A1A1A1 !important;
    font-style: italic;
}

*::-moz-placeholder {
    /* FF 19+ */
    color: #A1A1A1 !important;
    font-style: italic;
}

*:-ms-input-placeholder {
    /* IE 10+ */
    color: #A1A1A1 !important;
    font-style: italic;
}

/*CSS RESET */
* {
    margin: 0;
    padding: 0;
}

body {
    -webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
    -webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */
    background-color: #fff;
    background-image: linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
    background-image: -webkit-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
    background-image: -ms-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #A7A7A7),
            color-stop(0.51, #E4E4E4)
    );
    background-attachment: fixed;
    font-family: 'Open Sans', 'HelveticaNeue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    height: 100%;
    margin: 0px;
    padding: 0px;
    /*text-transform:uppercase;*/
    width: 100%;
}

/* Portrait layout (default) */
.app {
    background: url(../img/wedrive.png) no-repeat center top; /* 170px x 200px */
    position: absolute; /* position in the center of the screen */
    left: 50%;
    top: 50%;
    height: 50px; /* text area height */
    width: 225px; /* text area width */
    text-align: center;
    padding: 180px 0px 0px 0px; /* image height is 200px (bottom 20px are overlapped with text) */
    margin: -115px 0px 0px -112px; /* offset vertical: half of image height and text area height */
    /* offset horizontal: half of text area width */
}

/* Landscape layout (with min-width) */
@media screen and (min-aspect-ratio: 1/1) and (min-width: 400px) {
    .app {
        background-position: left center;
        padding: 75px 0px 75px 170px; /* padding-top + padding-bottom + text area = image height */
        margin: -90px 0px 0px -198px; /* offset vertical: half of image height */
        /* offset horizontal: half of image width and text area width */
    }
}

h1 {
    font-size: 24px;
    font-weight: normal;
    margin: 0px;
    overflow: visible;
    padding: 0px;
    text-align: center;
}

.distance-bar-route {
    width: 90%;
    float: left;
    border-right: 1px solid #d5d5d5;
}

.distance-bar-km {
    width: 10%;
    float: right;
}

.km {
    margin: 40px auto 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.pac-item {
    line-height: 45px;
    height: 45px;
}

.loader-image {
    position: absolute;
    right: 10px;
    top: 8px;
    background-image: url("/img/tail-spin.svg");
    width: 35px;
    height: 35px;
}

.event {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #FFFFFF;
    font-size: 12px;
    margin: 0px 30px;
    padding: 2px 0px;
}

.event.listening {
    background-color: #333333;
    display: block;
}

.event.received {
    background-color: #4B946A;
    display: none;
}

@keyframes fade {
    from {
        opacity: 1.0;
    }
    50% {
        opacity: 0.4;
    }
    to {
        opacity: 1.0;
    }
}

@-webkit-keyframes fade {
    from {
        opacity: 1.0;
    }
    50% {
        opacity: 0.4;
    }
    to {
        opacity: 1.0;
    }
}

.blink {
    animation: fade 3000ms infinite;
    -webkit-animation: fade 3000ms infinite;
}

/* START CUSTOM STYLES */

/* tentative fix for scaling on Tecno F7 Device */
@media screen and (min-height: 1280px) and (orientation: portrait) {
    html {
        zoom: 2; /* all browsers */
        -moz-transform: scale(2); /* Firefox */
    }

    .btn-afro img {
        display: none;
    }
}

html {
    height: 100%;
}

body {
    background-color: #E4E4E4;
    background-image: none;
}

button:focus {
    outline: 0px !important;
}

#header {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    position: relative;
    z-index: 100;
}

.full-height.receiver-background {
    background-color: #fff;
}

#receiver-order-inprogress, #receiver-order-delivered {
    background-color: #fff;
    color: #4A4A4A;
    font-family: Roboto, sans-serif;
    font-size: 12px;
}

#receiver-order-inprogress {
    text-align: center;
    padding-bottom: 14px;
}

#receiver-order-inprogress .container.eta-container {
    padding: 10px;
    background-color: #0177AD;
    color: #FFF;
    font-size: 24px;
}

#receiver-order-inprogress .container.status-container {
    padding: 13px 10px;
}

#receiver-order-inprogress .container.status-container .row div:first-child {
    text-align: left;
}

#receiver-order-inprogress .container.status-container .row div:last-child {
    text-align: right;
    text-transform: lowercase;
    color: #9B9B9B;
}

#receiver-order-inprogress hr {
    margin: 0 0 13px;
    border-color: #C9C9C9;
}

.container.delivery-summary, .container.delivery-timeline {
    text-align: left;
    font-size: 13px;
    padding: 10px;
    line-height: 23px;
}

.container.delivery-summary h3, .container.delivery-timeline h3 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
}

.container.delivery-summary .driver-image-container {
    float: right;
    width: 65px;
    height: 65px;
    border: 3px solid #fff;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-color: #D8D8D8;
    cursor: pointer;
    text-align: center;
}

.container.delivery-summary .driver-image-container span {
    font-size: 21px;
    position: relative;
    top: 17px;
}

#receiver-order-delivered .container.delivery-summary, #receiver-order-delivered .container.delivery-timeline {
    padding: 15px;
}

#receiver-order-delivered .container.delivery-timeline .row div:last-child {
    text-align: right;
    color: #9B9B9B;
}

.receiver-dominos-logo {
    display: block;
    margin: 10px auto;
    width: 75px;
}

.receiver-cowabunga-logo {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    font-size: 11px;
    color: #AFAFAF;
    line-height: 20px;
    text-align: center;
}

.container {
    overflow: hidden;
}

.reset-input-box {
    position: absolute;
    bottom: 3px;
    right: 10px;
    padding: 7px;
    background-color: #F8F8F8;
}

.reset-input {
    width: 19px;
    padding-left: 5px;
    padding-top: 2px;
    cursor: pointer;
    border-radius: 65%;
    background-color: lightgrey;
    color: #ffffff;
}

.full-height {
    height: 100%;
    background-color: #DFE2E6;
}

.no-padding {
    padding: 0px !important;
}

div.sign-in, div.sign-up, div.complete-profile, div.account, div.payment-methods, div.vouchers {
    padding: 10px;
    color: #000;
    background-color: #DFE2E6;
    height: 100vh;
}

div.vouchers p {
    font-size: 16px;
}

div.sign-in input, div.sign-up input, div.complete-profile input, div.account input, div.payment-methods input, div.vouchers input {
    height: 45px;
    border: 2px #546e7a solid;
    background: none;
    box-shadow: none;
}

input:-webkit-autofill {
    background: none;
}

div.sign-in input:focus, div.sign-up input:focus, div.complete-profile input:focus, div.account input:focus, div.payment-methods input:focus, div.vouchers input:focus {
    background: #E6E6E6;
    border-color: #546e7a;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-labels {
    font-size: 16px;
    color: #546E7A;
    font-weight: 400;
}

div.sign-in button.btn, div.sign-up button.btn, div.complete-profile button.btn,
div.account button.btn, div.payment-methods button.btn, div.vouchers button.btn {
    height: 40px;
    font-size: 16px;
}

div.payment-methods .form-group.card input {
    height: 40px;
}

.sign-up-or {
    background-color: #DFE2E6;
    font-size: 22px;
    position: relative;
    top: -0.6em;
    padding: 0px 15px;
}

.password-show-hide {
    color: #00B5B5;
    position: absolute;
    padding: 0.3em;
    cursor: pointer;
    top: 37px;
    right: 10px;
    text-transform: uppercase;
}

.or-wrap {
    height: 2px;
    background-color: #a9a9a9;
    text-align: center;
    margin: 30px 0px;
}

.btn-danger {
    background-color: #c9302c;
}

.medium-size {
    height: 40px;
    font-size: 16px;
    border-radius: 0px;
    border: 0px !important;
    width: 250px;
    margin: 0 auto;
}

#map-canvas {
    height: 100%;
    width: 100%;
}

.logo-bar-grad {
    background: #fdd633; /* Old browsers */
    background: -moz-linear-gradient(top, #fdd633 0%, #f7b232 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdd633), color-stop(100%, #f7b232)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fdd633 0%, #f7b232 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fdd633 0%, #f7b232 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fdd633 0%, #f7b232 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fdd633 0%, #f7b232 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd633', endColorstr='#f7b232', GradientType=0); /* IE6-9 */
}

div.logo-bar {
    height: 50px;
    text-align: center;
    background-color: #37474F;
    position: relative;
    color: #fff;
}

div.logo-bar h3 {
    margin: 0px;
    font-size: 22px;
    padding-top: 10px;
}

div.logo-bar img {
    margin-top: 7px;
}

.backwards-button {
    height: 50px;
    width: 130px;
    float: left;
    position: absolute;
    cursor: pointer;
    z-index: 1000;
}

.on-boarding-head {
    background: #fdd633; /* Old browsers */
    background: -moz-linear-gradient(top, #fdd633 0%, #f7b232 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdd633), color-stop(100%, #f7b232)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fdd633 0%, #f7b232 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fdd633 0%, #f7b232 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fdd633 0%, #f7b232 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fdd633 0%, #f7b232 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd633', endColorstr='#f7b232', GradientType=0); /* IE6-9 */
    height: 70px !important;
}

#on-boarding-block {
    height: 55px;
    margin: 0 auto;
    position: relative;
}

#on-boarding-block img {
    margin: 0px;
    z-index: 9999;
}

.on-board {
    height: 100%;
}

.on-board img {
    height: 100%;
    width: 100%;
    z-index: 0;
}

.on-board-register {
    float: left;
    padding-top: 11px;
    background: #00B5B5;
    border: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    height: 50px;
    font-family: 'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-align: center;
    margin-bottom: 25px;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
}

.on-board-register:hover {
    text-decoration: none;
    color: #fff;
}

.on-board-sign-in {
    float: left;
    padding-top: 11px;
    background: #F9F9F9;
    width: 100%;
    height: 50px;
    font-family: 'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #000;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
}

.on-board-sign-in:hover {
    text-decoration: none;
    color: #000;
}

.tag-line {
    position: absolute;
    bottom: 16%;
    right: 7.5%;
    color: #FFF;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    font-style: italic;
}

.ride-easy {
    position: absolute;
    bottom: 19%;
    right: 5%;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 5em;
    font-weight: bold;
    font-style: italic;
}

.ride {
    color: #fff;
}

.easy {
    color: #fdd633;
}

.hamburger-button-content {
    width: auto;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    background: none;
}

div.logo-bar .hamburger-button-content img {
    width: 30px;
    margin-top: 0px;
}

.back-button-content {
    width: auto;
    position: absolute;
    left: 0px;
    top: 0px;
    background: none;
    height: 100%;
}

div.logo-bar .back-button-content img {
    width: 14px;
    margin-top: 0px;
}

.back-button-content p {
    padding-left: 25px;
    font-family: 'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    position: absolute;
    bottom: 12px;
}

.triangle {
    position: absolute;
    left: 80px;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 50px solid #000000;
}

.rating-stars {
    font-size: 42px;
    padding-top: 10px;
    color: #FFE200;
}

.rating-stars i {
    padding: 0px 12px;
}

div.back-button {
    position: absolute;
    top: 15px;
    left: 3px;

    cursor: pointer;
    color: lightgray;
    /*border: 2px solid lightgray;*/
    /*-webkit-border-radius: 3px;*/
    /*-moz-border-radius: 3px;*/
    /*border-radius: 3px;*/
    font-size: 14px;
    font-weight: bold;
}

div.header-title {
    color: #000;
    font-size: 19px;
    padding: 11px 8px;
}

div.from-bar, div.destination-bar, div.taxi-type-bar, div.fare-bar, div.action-bar, div.driver-count-bar, div.driver-bar {
    height: 50px;
    background-color: #ECEFF1;
    padding: 5px 0 0 5px;
}

.from-bar-curve {
    border-radius: 6px 0px 0px 0px;
}

div.driver-bar {
    bottom: -120px;
    height: 100px;
    left: 5%;
    padding: 0;
    position: absolute;
    width: 90%;
    z-index: 1000;
    border: 1px solid #b6b5b3;
}

div.driver-bar.rating {
    height: 230px;
    bottom: -65% !important;
    left: 25%;
    width: 50%;
}

div.waiting-spinner {
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -85px;
    z-index: 10;

}

div.waiting-spinner img {
    width: 165px;
    height: auto;
}

.waiting-accept-job-header {
    position: absolute;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
    width: 100%;
}

button.rating-btn {
    height: 40px !important;
    width: 70% !important;
    margin: 0px 0px 10px 52px;
}

.rating-header {
    position: absolute;
    left: 50%;
    margin-left: -150px;
    margin-top: 25px;
}

.rating-top-header {
    color: #37474F;
    margin-top: 45px;
    text-align: center;
    width: 100%;
}

.rating-bar {
    position: absolute;
    left: 50%;
    margin-left: -188px;
    padding: 50px 0px;
}

div.enroute {
    padding: 5px 15px;
    color: #F5F5F5;
}

div.driver-bar div.driver-details {
    padding: 5px;
}

div.driver-bar div.driver-details i.glyphicon {
    /*margin-right: 15px;*/ /* this will cause Chrome to draw a castle wall */
    letter-spacing: 15px; /* this will cause Chrome to draw a boring new-age wall */
}

div.driver-count-bar {
    bottom: -120px;
    height: 97px;
    left: 5%;
    padding: 0;
    position: absolute;
    width: 90%;
    z-index: 1000;
    border: 1px solid #b6b5b3;
}

.transparent-bg {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #dfe2e6;
    z-index: 1;
    opacity: 0.8;
}

div.driver-count-bar td, th {
    text-align: center;
    border-top: 0 none !important;
}

div.taxi-type-bar {
    height: 80px;
    padding: 10px 0px;
    border: 1px solid lightgray;
    background-color: #FAFAFA;
}

div.action-bar {
    height: 50px;
    padding: 0;
    margin-top: 15px;
}

.action-bar-margin {
    margin-top: 0px !important;
}

.action-bar-detached {
    position: absolute;
    width: 94%;
    left: 3%;
    background: none !important;
    bottom: 15px;
    z-index: 1000;
}

.onboard-detached {
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: 65px;
    z-index: 1000;
}

div.action-bar.two-button {
    height: 50px;
}

.action-bar .luxury {
    background-image: url("/img/Green-Taxi.png");
    height: 36px;
    width: 36px;
    background-color: transparent;
    background-size: contain;
    border: none;
    outline: none;
    left: 10px;
    position: absolute;
    cursor: pointer;
}

.action-bar .independent {
    background-image: url("/img/Blue-Taxi.png");
    height: 36px;
    width: 36px;
    background-color: transparent;
    background-size: contain;
    border: none;
    outline: none;
    left: 10px;
    position: absolute;
    cursor: pointer;
}

.action-bar .taxi {
    background-image: url("/img/Yellow-Taxi.png");
    height: 36px;
    width: 36px;
    background-color: transparent;
    background-size: contain;
    border: none;
    outline: none;
    left: 10px;
    position: absolute;
    cursor: pointer;
}

div.driver-info-bar.summary {
    padding-top: 25px;
    padding-bottom: 15px;
    text-align: center;
    background-color: #ECEFF1;
    border-top: 1px solid #d9d9d9;
    border-radius: 0px 0px 5px 5px;
    position: relative;
}

.vertical-align-fare-bar {
    width: 100%;
    position: absolute;
    top: 50%;
    height: 10em;
    margin-top: -6em
}

div.fare-bar {
    height: 100%;
    padding: 0px;
    background-color: #37474F;
}

div.fare-bar.summary {
    height: 60px;
    padding: 15px 5px;
    background-color: #ECEFF1;
    border-top: 1px solid #d9d9d9;
    border-radius: 0px 0px 5px 5px;
    position: relative;
}

div.fare-bar > div.fare {
    float: right;
    font-size: 18px;
}

.summary-header {
    font-size: 20px;
}

.summary-amount {
    font-size: 18px;
}

div.trip-inprogress-details-container {
    position: absolute;
    top: 18px;
    width: 95%;
    left: 2.5%;
    background-color: #ECEFF1;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
}

div.trip-details-container {
    position: absolute;
    top: 60px;
    width: 95%;
    left: 2.5%;
    background-color: #ECEFF1;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
}

div.trip-details-rating-container {
    position: absolute;
    top: 120px;
    width: 95%;
    left: 2.5%;
    background-color: #ECEFF1;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
}

.form-control.flat {
    height: 39px;
    background-color: #ECEFF1;
    border: none;
    border-radius: 0;
    box-shadow: none;
    transition: none;
    font-size: 16px;
}

.reduce-field .form-control.flat {
    background-color: #ececec !important;
    height: 30px;
!important;
    color: #b5b5b5 !important;
}

.from-to.to-input-field:before {
    content: "";
    height: 20px;
    left: 18px;
    border-right: 2px dashed #37474F;
    position: absolute;
    top: -16px;
}

.from-bar.from-border.reduce-field:after {
    content: "";
    height: 31px;
    left: 23px;
    border-right: 2px dashed #37474F;
    position: absolute;
    bottom: -14px;
}

.reduce-field .from-to {
    font-size: 14px !important;
}

.reduce-field #from-input {
    font-size: 14px !important;
}

.reduce-field {
    background-color: #ececec !important;
    height: 40px !important;
    color: #b5b5b5 !important;
    position: relative;
}

.distance-no-border {
    border-bottom: 0px !important;
}

.trip-inprogress-bar {
    padding: 15px 0px 10px 0px;
    text-align: center;
    cursor: pointer;
    border-radius: 0px;
    background: none;
}

.trip-inprogress-bar h3 {
    margin: 0px !important;
}

.trip-inprogress-bar h3 img {
    width: 35px;
    margin-right: 7px;
}

.distance-divider {
    background-image: url("/img/distance-divider.jpg");
    background-size: contain;
    float: left;
    height: 60px;
    margin-top: 23px;
    width: 11px;
    background-repeat: no-repeat;
);
}

.driver-photo-enroute {
    position: absolute;
    border: 2px solid #37474F;
    border-radius: 5px;
    right: 50%;
    margin-right: -40px;
    top: 50%;
    margin-top: -40px;
    background-color: #E6E6E6;
    height: 80px;
    width: 80px;
    z-index: 100;
    overflow: hidden;
}

.driver-photo-enroute img {
    width: 100%;
}

img.driver-photo, img.vehicle-photo {
    height: 60px;
}

.driver-photo-rating {
    position: absolute;
    border: 2px solid #37474F;
    border-radius: 5px;
    right: 50%;
    margin-right: -30px;
    top: 10%;
    margin-top: -40px;
    background-color: #E6E6E6;
    height: 60px;
    width: 70px;
    z-index: 100;
    overflow: hidden;
}

.driver-photo-rating img {
    width: 100%;
}

div.trip-driver-bar {
    border-top: 1px solid #d5d5d5;
}

div.trip-driver-bar h4 {
    margin-top: 0px;
    padding-top: 8px;
}

div.trip-driver-bar h5 {
    float: left;
    margin-top: 0px;
}

div.trip-driver-bar h5:last-child {
    float: right;
    margin-right: 10px;
}

.trip-summary-image {
    height: 55px;
    width: 55px;
    border-radius: 10px;
    float: left;
    border: 2px solid #37474F;
    margin: 10px;
    overflow: hidden;
}

.trip-summary-image img {
    width: 100%;
}

/* Infobox */
.infobox-content {
    background-color: #FFE200;
    border: 1px solid #D5D5D5;
    cursor: pointer;
    text-align: center;
}

.how-it-works-bar {
    height: 45px;
    width: 100%;
    background: #3D515A;
    position: absolute;
    border-radius: 0px;
    bottom: 0px;
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, .26);
    -webkit-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, .26);
    -moz-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, .26);
}

.how-it-works-bar p {
    color: #fff;
    padding: 5px 0px 0px 0px;
    font-size: 16px;
}

/* TAKE A TOUR */

.take-a-tour-images {
    max-height: 95vh;
    padding-bottom: 35px;
    display: inline !important;
}

.carousel-inner {
    max-height: 100%;
}

.carousel {
    max-height: 100%;
}

.bottom-control-bar {
    height: 40px;
    /*position: absolute;*/
    /*bottom: 0px;*/
    border: 0px;
    width: 100%;
    background: #3D515A;
    border-radius: 0px;
}

.bottom-control-bar span {
    color: #fff;
    font-size: 14px;
}

/* Overriding Bootstraps Carousel class */
.carousel-indicators li {
    margin: 1px 10px;
}

.carousel-indicators .active {
    margin: 1px 10px;
}

.carousel-control.left {
    background: none;
}

.carousel-control.right {
    background: none;
}

/* START SLIDER (HTML5 RANGE) STYLES */
/* Source: http://ethercycle.com/blog/328 - also see slider_test.html */

.current-payment-selected {
    width: 100%;
    background-color: #ECEFF1;
    border: 2px solid #37474F;
    border-radius: 5px;
    height: 50px;
}

.slider-dot-wrap {
    width: 80%;
    position: relative;
    margin: 0 auto;

}

.slider-border {
    padding: 30px 10px 10px;
    width: auto;
}

.slider-border input[type="range"] {
    margin: 10px 0;
}

.slider-dot-left {
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 0;
    background-color: #37474F;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    left: 0;
    top: 13px;
}

.slider-dot-middle {
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 0;
    background-color: #37474F;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    left: 49%;
    top: 13px;
}

.slider-dot-right {
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 0;
    background-color: #37474F;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    right: 0;
    top: 13px;
}

.slider-dot-suggested {
    width: 5px;
    height: 20px;
    position: absolute;
    z-index: 0;
    background-color: #606060;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    left: 34%;
    top: 65px;
}

.slider-suggested-show {
    position: absolute;
    font-size: 10px;
    left: 28%;
    top: 50px
}

input[type=range]::-moz-focus-inner {
    outline: 0;
}

input[type=range]:focus {
    outline: 0;
}

input[type=range] {
    display: inline-block;
    padding: 0;
    margin: 18px 0 18px;
    background-color: #37474F;
    box-sizing: border-box;
    vertical-align: top;
    -webkit-appearance: none;
    width: 100%;
    border: none;
    border-radius: 3px;
    border-radius: 36px \0; /* hack for ie 8-11 */
    color: transparent;
    height: 3px;
    height: 36px \0; /* hack for ie 8-11 */
    position: relative;
    z-index: 1;
}

input[type=range]::-moz-range-track {
    background-color: #37474F;
    border: none;
    height: 3px;
    border-radius: 3px;
}

input[type=range]::-moz-focus-outer {
    border: none;
}

input[type="range"]::-ms-fill-upper {
    background-color: #606060;
}

input[type="range"]::-ms-fill-lower {
    background-color: #606060;
}

input[type="range"]::-ms-track {
    border: none;
    color: transparent;
}

/* Don't try to combine these */
input[type=range]::-webkit-slider-thumb {
    height: 36px;
    width: 36px;
    background-color: transparent;
    background-image: url("/img/afrodot.svg");
    background-size: contain;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, .26));
}

input[type=range].taxi::-webkit-slider-thumb {
    background-image: url("/img/taxi_slider_dot.svg");
}

input[type=range].independent::-webkit-slider-thumb {
    background-image: url("/img/private_slider_dot.svg");
}

input[type=range].luxury::-webkit-slider-thumb {
    background-image: url("/img/lux_slider_dot.svg");
}

input[type=range].fare::-webkit-slider-thumb {
    background: #8EC03F;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    position: relative;
    top: -0px;
    left: 0;
}

input[type=range].fare::-webkit-slider-thumb:after {
    content: '';
    position: absolute;
    left: -7px;
    top: -30px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 25px solid #37474F;
}

input[type=range].fare::-webkit-slider-thumb:before {
    content: '';
    height: 5px;
    width: 100em;
    position: absolute;
    top: 10px;
    right: 0;
    background: #8EC03F;
    pointer-events: none;
}

input[type=range]::-moz-range-thumb {
    height: 36px;
    width: 36px;
    background-color: transparent;
    background-image: url("/img/afrodot.svg");
    background-size: contain;
    border: none;
    outline: none;
    cursor: pointer;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, .26));
    -moz-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, .26));
}

input[type=range].taxi::-moz-range-thumb {
    background-image: url("/img/taxi_slider_dot.svg");
}

input[type=range].independent::-moz-range-thumb {
    background-image: url("/img/private_slider_dot.svg");
}

input[type=range].luxury::-moz-range-thumb {
    background-image: url("/img/lux_slider_dot.svg");
}

input[type=range].fare::-moz-range-thumb {
    background: #8EC03F;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    position: relative;
    top: -0px;
    left: 0;
}

input[type=range].fare::-moz-range-thumb:after {
    content: '';
    position: absolute;
    left: -7px;
    top: -30px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 25px solid #37474F;
}

input[type=range].fare::-moz-range-progress {
    content: '';
    height: 5px;
    width: 100em;
    position: absolute;
    top: 10px;
    right: 0;
    background: #8EC03F;
    pointer-events: none;
}

/* In IE, the thumb CANNOT be bigger than the track. This sucks. So we call a different thumb image. */
/* NB: not actually using a different image, instead using hack above to increase the track height for IE */
input[type=range]::-ms-thumb {
    height: 36px;
    width: 36px;
    background-color: transparent;
    background-image: url("/img/afrodot.svg");
    background-size: contain;
    border: none;
    outline: none;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, .26));
}

input[type=range].taxi::-ms-thumb {
    background-image: url("/img/taxi_slider_dot.svg");
}

input[type=range].independent::-ms-thumb {
    background-image: url("/img/private_slider_dot.svg");
}

input[type=range].luxury::-ms-thumb {
    background-image: url("/img/lux_slider_dot.svg");
}

input[type=range].fare::-ms-thumb {
    background: #8EC03F;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    position: relative;
    top: -0px;
    left: 0;
}

input[type=range].fare::-ms-thumb:after {
    content: '';
    position: absolute;
    left: -7px;
    top: -30px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 25px solid #37474F;
}

input[type=range].fare::-ms-thumb:before {
    content: '';
    height: 5px;
    width: 100em;
    position: absolute;
    top: 10px;
    right: 0;
    background: #8EC03F;
    pointer-events: none;
}

input[type=range]::-ms-tooltip {
    display: none;
}

@-moz-document url-prefix() {
    input[type="range"] {
        width: 100%;
    }
    .slider-dot-wrap label {
        position: absolute;
        /*width: 20px;*/
        margin-left: -10px;
        text-align: center;
        margin-top: 40px;
        color: #37474F;
        top: 0px;
    }
    .set-pickup-button::before {
        right: 28px !important;
        top: 72% !important;
        width: 82% !important;
    }

    .location-btn img {
        right: 0px !important;
    }
}

.slider-dot-wrap label {
    position: absolute;
    top: 0px;
    /*width: 20px;*/
    margin-left: -10px;
    text-align: center;
    margin-top: 40px;
    color: #37474F;
}

.slider-dot-wrap label:after {
    content: '';
    position: absolute;
    left: 40%;
    top: -27px;
    width: 14px;
    height: 14px;
    background-color: #37474F;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.from-to {
    float: left;
    width: 35px;
    padding-left: 10px;
    position: relative;
}

/* Button Styles */
button.big {
    height: 50px;
    font-size: 22px;
    border-radius: 0;
    white-space: normal;
}

.taxi-wrap {
    background: #3F9A9B;
    border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    position: absolute;
    width: 57px;
    height: 50px;
    z-index: 10;
}

.btn-block + .btn-block {
    margin: 0; /* bootstrap override */
}

button.btn-loader {
    background: #aaa;
}

button.btn-cancel, button.btn-cancel:focus {
    background: #E33B36; /* Old browsers */
    background: -moz-linear-gradient(top, #E33B36 0%, #C9302C 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E33B36), color-stop(100%, #C9302C)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #E33B36 0%, #C9302C 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #E33B36 0%, #C9302C 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #E33B36 0%, #C9302C 100%); /* IE10+ */
    background: linear-gradient(to bottom, #E33B36 0%, #C9302C 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E33B36', endColorstr='#C9302C', GradientType=0); /* IE6-9 */
    border-color: #DB3732;
    color: #fff;
}

button.btn-cancel:hover {
    background: #C9302C; /* Old browsers */
    border-color: #DB3732;
    color: #fff;
}

button.btn-fbook, button.btn-fbook:focus, button.btn-fbook:hover {
    background: #367AB5;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
}

button.afro-cancel-no-background {
    color: black;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    background: none;
    float: left;
    width: 50%;
}

button.account-afro-cancel-no-background {
    color: black;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    background: none;
    float: left;
    width: 50%;
}

button.btn-afro, button.btn-afro:focus {
    background: #fdd633; /* Old browsers */
    background: -moz-linear-gradient(top, #fdd633 0%, #f7b232 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdd633), color-stop(100%, #f7b232)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fdd633 0%, #f7b232 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fdd633 0%, #f7b232 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fdd633 0%, #f7b232 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fdd633 0%, #f7b232 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd633', endColorstr='#f7b232', GradientType=0); /* IE6-9 */
    border: 0px;
    color: #000000;
}

button.btn-afro-green {
    background: #00B5B5;
    border: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
}

button.btn-afro-green-no-radius {
    background: #00B5B5;
    border: 0px;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
}

button.btn-afro-green-no-radius:hover {
    color: #fff;
}

button.btn-afro-cancel {
    background: #E33B36;
    border: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
}

button.btn-afro-cancel:hover {
    color: #fff;
}

button.btn-afro-cancel:focus {
    color: #fff;
}

button.btn-afro-green:hover {
    color: #fff;
}

button.btn-afro-green:focus {
    color: #fff;
}

button.btn-afro:disabled {
    background: #ffeeaa;
    color: #606060;
}

button.btn-clear {
    background-color: transparent;
    color: #000;
}

.gray-star {
    color: #606060;
}

.rating-stars span {
    outline: none;
}

.circle {
    width: 32px;
    height: 32px;
    border-radius: 40px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    border: solid 3px #ffffff;
    border-top-color: #000000;
    -webkit-animation: spin 1s infinite linear;
}

.from-border {
    border-bottom: 1px solid #d5d5d5;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

/*FARE PAGE STYLING*/

.text-bubble {
    color: #fff;
    font-size: 18px;
    z-index: 100;
}

.text-bubble h4 {
    padding-top: 9px;
    font-size: 13px;
}

.fare-bid-input-container {
    background: #ECEFF1;
    border: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #37474F;
    width: 150px;
    margin: 10px auto;
    padding: 0px 0px 0px 10px;
    font-size: 28px;
    font-weight: bold;
    position: relative;
}

.fare-bid-input-container input {
    background: none;
    border: none;
    width: 70%;
}

.fare-bid-input-container label {
    margin-bottom: 0px;
}

.fare-helper-text {
    font-size: 13px;
}

.error-fare-screen {
    color: #E33B36;
}

.fare-error-message {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0px;
}

.payment-method-button-container {
    padding: 0px 20px 20px 20px;
}

.get-taxi-button-container {
    position: relative;
    padding: 0px 20px;
}

.summary-taxi-image {
    position: absolute;
    bottom: 12px;
}

.summary-taxi-image img {
    margin-left: 4px;
    padding-right: 10px;
    width: 45px;
}

.summary-taxi-type-text {
    padding-left: 45px
}

.summary-taxi-type-text span {
    font-weight: normal;
    font-size: 18px;
}

.error-fare-input-container {
    background: lightpink;
}

.fare-bid-input-container input:focus {
    outline: 0;
}

.slider-dot-wrap {
    overflow: hidden;
    width: 88%;
    margin: 0 auto;
}

.fare-bid-input-container input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.fare-bid-input-container input[type=number] {
    -moz-appearance: textfield;
}

.bid-bar {
    margin: 10px 0px;
    position: relative;
}

.bid-bar button {
    position: absolute;
    bottom: 9px;
    padding: 0px;
    margin: 0px;
}

.bid-bar button img {
    width: 42px;
}

.bid-bar button[disabled] {
    opacity: 0.35;
}

.fare-subtract {
    right: 170px;
    background: url("/img/minus_button.svg");
    width: 44px;
    height: 43px;
    background-size: 41px 42px;
    background-repeat: no-repeat;
}

.fare-subtract:active {
    background: url("/img/minus_button.svg");
    background-size: 41px 42px;
    background-repeat: no-repeat;
}

.fare-add {
    left: 160px;
    background: url("/img/plus_button.svg");
    width: 44px;
    height: 43px;
    background-size: 41px 42px;
    background-repeat: no-repeat;
}

.fare-add:active {
    background: url("/img/plus_button.svg");
    background-size: 41px 42px;
    background-repeat: no-repeat;
}

.bid-bar button:hover, .bid-bar button:active, .bid-bar button:focus {
    color: #fff;
}

.payment-method-bar {
    margin: 0 auto;
    bottom: 0px;
}

.payment-method-bar button {
    /*border: 2px solid #37474F;*/
    border-radius: 5px;
    height: 50px;
    width: 36%;
    background-color: #fff;
}

.payment-method-bar button:first-child {
    width: 26%;
}

.payment-method-bar button:last-child {
    width: 28%;
}

.payment-methods-header {
    padding: 10px 0px 10px 20px;
    margin: 0px;
    font-weight: bold;
}

.payment-method-bar button.payment-method-active {
    background: #00B5B5;
    color: #ffffff;
}

.text-bubble h2 {
    font-size: 50px;
    margin: 0px;
}

.location-btn {
    background: none;
    float: right;
    cursor: pointer;
    position: relative;
    bottom: 2px;
    width: 44px;
    height: 44px;
    line-height: 0px;
    margin-right: 5px;
}

.location-btn img {
    width: 28px;
    position: relative;
    right: 5px;
}

.white-afro-icon {
    position: absolute;
    right: 13px;
    top: 2px;
    width: 30px;
}

/*ONBOARD SCREEN STYLING*/
.on-board-background {
    background: url('/img/AfroBgDesktop.jpg');
    background-size: 100% 100% !important;
}

.img-logo {
    padding-top: 25px;
    width: 100%;
}

.img-logo img {
    margin: 0 auto;
    width: 224px;
    display: block;
}

/*SET PICKUP BUTTON STYLING*/

.set-pickup-button-image {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -119px;
    margin-top: -97px;
    background: url("/img/pickup.svg");
    z-index: 1;
    color: #fff !important;
    width: 245px;
    height: 55px;
    background-repeat: no-repeat;
}

.pickup-marker {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-left: -20px;
    margin-top: -57px;
    width: 49px;
}

.set-pickup-button-image:active {
    background: url("/img/pickup.svg");
}

.set-pickup-button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-left: -111px;
    margin-top: -100px;
    width: 245px;
    background: none;
    overflow: hidden;
    height: 55px;
    font-weight: normal;
    border: 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff !important;
    -webkit-filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.9));
    filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.9));
    /*background-color: #00B5B5;*/
}

.set-pickup-button:before {
    content: '';
    position: absolute;
    top: 74%;
    right: 48px;
    width: 66%;
    padding-bottom: 300%;
    border-radius: 100%;
    background: none;
    -webkit-box-shadow: 10px -10px 5px 300px #00B5B5;
    box-shadow: 10px -10px 5px 300px #00B5B5;
    z-index: -1;
}

.set-pickup-button h4 {
    margin: 0px;
    padding-left: 15px;
    padding-top: 2px;
    letter-spacing: 0.8px;
}

.set-pickup-button img {
    width: 13px;
    margin-right: 7px;
    margin-top: 1px;
}

.loader-absolute {
    position: absolute;
    bottom: -26px;
    right: 10px;
}

/*PASSENGER USER AREA SCREENS STYLES*/

div.account-bar {
    height: 140px;
    text-align: center;
    background-color: #2B2B2B;
    position: relative;
}

div.account-bar p {
    padding-top: 14px;
    color: #FBD233;
    font-size: 26px;
}

.user-icon-img {
    width: 70px;
}

.edit-form-padding {
    padding-top: 20px;
}

.hamburger-menu {
    position: absolute;
    cursor: pointer;
    left: 10px;
    z-index: 1020;
    padding-top: 5px;
}

.hamburger-menu img {
    width: 30px;
}

.side-menu-shadow {
    opacity: 0.5;
    background: #000;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 500;
}

.account-menu {
    position: absolute;
    -moz-animation: openMenu .2s ease-in;
    -webkit-animation: openMenu .2s ease-in;
    animation: openMenu .2s ease-in;
    height: 100vh;
    top: 50px;
    width: 250px;
    z-index: 1010;
    background-color: #FBFAFB;
    -webkit-box-shadow: 4px 4px 5px -2px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 4px 4px 5px -2px rgba(0, 0, 0, 0.37);
    box-shadow: 4px 4px 5px -2px rgba(0, 0, 0, 0.37);
}

@keyframes openMenu {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

.account-menu a {
    text-decoration: none;
    width: 100%;
    float: left;
}

.account-menu li {
    list-style-type: none;
    font-size: 16px;
    float: left;
    width: 100%;
}

.account-menu-button {
    background: none;
    width: 100%;
    border-radius: 0px;
    text-align: left;
    padding-left: 15px;
    font-size: 17px;
}

.account-menu li img {
    margin-right: 10px;
    padding-bottom: 5px;
}

.account-menu li a {
    color: #606061;
}

.account-menu-header {
    background-color: #00B5B5;
    height: 55px;
    position: relative;
    border-radius: 0px;
}

.account-menu-header-img {
    position: absolute;
    bottom: 17px;
    width: 20px;
    right: 17px;
}

.account-menu-header-icon {
    float: left;
    margin: 0px 13px 0px 4px;
    width: 25px;
}

div.logo-bar img.account-menu-header-icon {
    margin-top: 3px;
}

.account-menu-header h4 {
    color: #fff;
    padding-top: 10px;
    margin-top: 0px;
}

.sign-out-button {
    color: #606061;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    float: left;
    font-weight: bold;
    padding-top: 5px;
}

.afro-span-link {
    color: #00B5B5;
    cursor: pointer;
}

.about-afro {
    background-color: #F1F1F1;
    border: 1px solid #d5d5d5;
    height: 100vh;
    overflow-y: auto;
}

.about-afro p {
    padding: 0px 20px;
    font-size: 15px;
}

.about-afro h4 {
    padding: 0px 20px;
    font-weight: bold;
}

.about-afro p:first-child {
    margin-top: 15px;
}

.about-afro-bar {
    width: 100%;
    padding: 20px;
    font-size: 18px;
    border-bottom: 1px solid #D6D6D6;
    background: none;
}

.save-button {
    width: 150px;
    float: right;
    -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;
    transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;
}

.save-button:focus {
    color: #fff;
}

div.trip-history-overflow {
    padding: 10px;
    height: 90%;
    overflow-y: auto;
}

.trip-history-map {
    width: 100%;
    border-radius: 0px 5px 8px 8px;
    -webkit-border-radius: 0px 5px 8px 8px;
    -moz-border-radius: 0px 5px 8px 8px;
}

.trip-view-map {
    width: 100%;
    height: 100%;
}

.passenger-trip-history {
    width: 500px;
    margin: 20px auto;
    border: 1px #D6D6D6 solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
}

.passenger-trip-history a {
    color: #000;
}

.passenger-trip-history hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #D6D6D6;
    clear: both;
}

.trip-history-img {
    float: left;
    width: 80px;
    padding: 15px 0px 15px 15px;

}

.trip-history-right {
    float: right;
    width: 385px;
    padding: 15px;

}

.trip-history-right h4 {
    margin-top: 0px;
}

.current-voucher {
    width: 100%;
    padding: 15px;
    margin: 35px auto 10px;
    border: 1px #D6D6D6 solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    background-color: #fff;
}

.current-voucher hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #D6D6D6;
    clear: both;
}

.current-voucher-right {
    float: right;
    width: 100%;
}

.current-voucher-right h4 {
    margin-top: 0px;
}

.payment-method-icon {
    width: 22px;
    margin-left: 10px;
}

.account-changed {
    width: 40px !important;
    border-width: 5px;
    border-color: #ddd;
    background-color: transparent;
    color: #fff;
}

/*SIGN-UP STYLES*/

.country-valid {
    position: absolute;
    right: 10px;
    top: 36px;
    color: green;
    border-radius: 25px;
    padding: 3px 0px 2px 6px;
    z-index: 1000;
}

.country-invalid {
    position: absolute;
    right: 10px;
    top: 36px;
    color: red;
    border-radius: 25px;
    padding: 3px 0px 2px 6px;
    z-index: 1000;
}

.sign-up-labels {
    right: 8px;
    top: 6px;
    padding: 0px 7px 0px 7px;
    position: absolute;
}

.signup-group {
    position: relative;
    width: 250px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.tel-error {
    border: 1px solid red !important;
}

label.offset {
    position: relative;
    left: 10px;
    top: 8px;
    font-weight: normal;
    background-color: #FAFAFA;
    margin-bottom: 0;
    padding: 0 3px;
}

a.delete-card-link, a.delete-card-link:hover {
    margin-top: 10px;
    color: red;
}

/* MODALS */

.modal-confirm-button {
    color: #00B5B5;
    text-align: center;
    font-size: 22px;
    padding: 15px;
    cursor: pointer;
}

.modal-welcome-confirm-button {
    color: #00B5B5;
    text-align: center;
    font-size: 19px;
    cursor: pointer;
}

.modal-grey-button {
    color: #4E616E;
    text-align: center;
    font-size: 19px;
    cursor: pointer;
}

.modal-cancel-button {
    color: #E33B36;
    text-align: center;
    font-size: 22px;
    padding: 15px;
    cursor: pointer;
}

.afro-modal-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 6px 6px;
}

.afro-modal-container h3 {
    margin: 0px;
    padding-top: 20px;
}

.afro-modal-container h4 {
    color: #37474F;
    padding: 20px 20px 0px 20px;
    text-align: center;
}

.afro-modal-header-yellow {
    height: 120px;
    background: #FFE200;
    color: white;
    text-align: center;
    border-radius: 0px 0px 50% 50%;
    position: relative;
    left: -5%;
    width: 110%;
}

.afro-modal-circle-yellow {
    margin: 20px auto 0px;
    background-color: #ECEFF1;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: 7px solid #FFE200;
}

.afro-modal-header-red {
    height: 120px;
    background: #ED196D;
    color: white;
    text-align: center;
    border-radius: 0px 0px 50% 50%;
    position: relative;
    left: -5%;
    width: 110%;
}

.afro-modal-circle-red {
    margin: 20px auto 0px;
    background-color: #ECEFF1;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: 7px solid #ED196D;
}

.afro-modal-header-grey {
    height: 120px;
    background: #37474F;
    color: white;
    text-align: center;
    border-radius: 0px 0px 50% 50%;
    position: relative;
    left: -5%;
    width: 110%;
}

.afro-modal-circle-grey {
    margin: 20px auto 0px;
    background-color: #ECEFF1;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: 7px solid #37474F;
}

.afro-modal-header-green {
    height: 120px;
    background: #8EC03F;
    color: white;
    text-align: center;
    border-radius: 0px 0px 50% 50%;
    position: relative;
    left: -5%;
    width: 110%;
}

.afro-modal-circle-green {
    margin: 20px auto 0px;
    background-color: #ECEFF1;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: 7px solid #8EC03F;
}

.afro-modal-button-container {
    text-align: center;
    margin: 25px 0px 15px 0px;
}

.afro-modal-body {
    margin-top: 25px;
}

.modal-backdrop {
    bottom: 0;
    position: fixed;
}

.modal-content {
    background-color: #ECEFF1;
    border-radius: 10px 10px;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:active, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #E6E6E6 inset !important;
}

img.driver-profile-image {
    height: 150px;
    display: block;
    margin: 10px 0;
}

.rate-experience {
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    margin-top: 20px;
}

.rate-experience div {
    overflow: hidden;
}

/* MOBILE BREAKPOINTS BELOW */

@media (max-height: 1280px) {

}

@media (max-height: 690px) {

    .medium-size {
        height: 34px;
        margin: 0px;
    }
}

@media (max-height: 640px) {

    .sign-up-or {
        font-size: 16px;
        position: relative;
        top: -0.6em;
        padding: 0px 15px;
    }

    .or-wrap {
        height: 2px;
        background-color: #7e7e7e;
        text-align: center;
        margin: 15px 0px;
    }

    .password-show-hide {
        top: 33px;
    }

    div.waiting-spinner {
        top: 50%;
    }

    div.sign-in .form-group, div.sign-up .form-group, div.complete-profile .form-group, div.account .form-group, div.payment-methods .form-group, div.vouchers .form-group {
        margin-bottom: 10px;
    }

    div.sign-in input, div.sign-up input, div.complete-profile input, div.account input, div.payment-methods input, div.vouchers input {
        height: 39px;
    }

    .input-labels {
        font-size: 15px;
    }
}

@media (max-height: 610px) {
    .signup-scroll {
        overflow-y: auto !important;
    }
}

@media (max-height: 565px) {

    .form-group {
        margin-bottom: 0px;
    }

    .sign-up .or-wrap {
        margin: 14px 0px !important;
    }

}

@media (max-height: 540px) {

    div.driver-info-bar.summary {
        padding: 0px;
    }

    div.driver-info-bar.summary img.driver-photo-rating {
        display: none;
    }

    div.sign-up .signup-first-name {
        width: 49%;
        float: left;
        margin-right: 1px;
    }

    div.sign-up .signup-last-name {
        width: 49%;
        float: right;
        margin-left: 1px;
    }

}

@media (max-height: 533px) {

    .fare-bid-input-container {
        margin: 15px auto 0;
        font-size: 25px;
    }

    .bid-bar {
        margin: 3px 0px;
    }

    .fare-subtract {
        width: 33px;
        height: 43px;
        background-size: 31px 42px;
    }

    .fare-subtract:active {
        width: 33px;
        height: 43px;
        background-size: 31px 42px;
    }

    .fare-add {
        width: 33px;
        height: 43px;
        background-size: 31px 42px;
    }

    .fare-add:active {
        width: 33px;
        height: 43px;
        background-size: 31px 42px;
    }

    div.fare-bar {
        height: 150px;
    }

    .fare-text-container {
        font-size: 20px;
        margin: 10px 0;
    }

    .text-bubble h4 {
        padding-top: 0;
        font-size: 13px;
    }

    .payment-methods-header {
        padding-top: 10px;
    }

    .vertical-align-fare-bar {
        top: auto;
        height: 0px;
        margin-top: 0px;
    }

    .payment-methods-header {
        font-size: 14px;
    }

    .bid-bar button {
        bottom: 0px;
    }

    .bid-bar button img {
        width: 32px;
    }

    .fare-bid-input-container input {
        width: 80%;
    }
}

@media (max-height: 495px) {

    .rating-stars {
        font-size: 35px;
    }

    div.sign-up button.btn {
        height: auto;
    }

    .sign-up-or {
        font-size: 12px;
        position: relative;
        top: -0.6em;
        padding: 0px 15px;
    }

    .or-wrap {
        height: 2px;
        background-color: #7e7e7e;
        text-align: center;
        margin: 10px 0px;
    }

    .payment-method-button-container {
        padding: 0px 20px 10px 20px;
    }

    .payment-method-bar button {
        height: 40px;
    }

    .current-payment-selected {
        height: 40px;
    }

}

@media (max-height: 480px) {
    div.fare-bar.summary.fare-summary {
        height: 40px;
        padding-top: 6px;
    }

    .summary-taxi-image {
        bottom: 8px;
    }

    .summary-taxi-image img {
        width: 35px;
    }
}

/* IPHONE 5 FIXES */
@media (max-height: 460px) {
    div.sign-up .btn-afro-green {
        margin-top: 15px !important;
    }

    div.sign-up .btn-fbook {
        margin-top: 8px !important;
    }

    div.sign-in .btn-afro-green {
        margin-top: 20px !important;
    }

    div.sign-in .btn-fbook {
        margin-top: 30px !important;
    }

    div.sign-up .form-group {
        margin-bottom: 7px;
    }

    div.vouchers p {
        font-size: 14px;
    }

    .text-bubble h2 {
        font-size: 40px;
    }

    .bid-bar {
        margin: 0px;
    }

    div.driver-info-bar.summary {
        display: none;
    }

    .rating-header {
        font-size: 17px;
    }

    .payment-method-icon {
        margin-top: 5px;
        width: 18px;
    }

    div.fare-bar.summary.fare-summary {
        height: 35px;
        padding-top: 5px;
    }

    .summary-taxi-image {
        bottom: 7px;
    }

    .summary-taxi-image img {
        width: 32px;
    }

    .summary-amount {
        font-size: 16px;
    }

    .summary-taxi-type-text {
        padding-left: 35px;
    }

    .summary-taxi-type-text span {
        font-size: 16px;
    }

    div.fare-page-trip-details .from-bar {
        height: auto;
        padding: 0px;
    }

    div.fare-page-trip-details .destination-bar {
        height: auto;
        padding: 0px;
    }

}

@media (max-height: 440px) {
    .get-taxi-button-container button.btn-afro-green {
        height: 40px;
    }

    div.account input {
        height: 35px;
    }

    div.account .country-valid {
        top: 30px;
    }

    div.account .country-valid {
        top: 30px;
    }

}

@media (max-height: 425px) {
    .set-pickup-button-image {
        margin-top: 0px;
        background: url("/img/small_pickup_button.svg");
    }

    .set-pickup-button-image:active {
        margin-top: 0px;
        background: url("/img/small_pickup_button.svg");
    }

    div.fare-bar.summary.fare-summary {
        display: none;
    }

    .payment-methods-header {
        display: none;
    }

    .payment-method-button-container {
        padding-top: 10px;
    }
}

@media (max-height: 340px) {

    .my-bid {
        display: none;
    }

    .enter-bid {
        display: none;
    }

    .fare-bid-input-container {
        margin-top: 0px;
    }

    .fare-add {
        width: 33px;
        background-size: 31px 48px;
    }

    .fare-add:active {
        width: 33px;
        background-size: 31px 48px;
    }

    .fare-subtract {
        width: 33px;
        background-size: 31px 48px;
    }

    .fare-subtract:active {
        width: 33px;
        background-size: 31px 48px;
    }

    div.fare-bar {
        height: 75px;
    }

    .mobile-scroll {
        overflow-y: auto !important;
    }

    ::-webkit-scrollbar {
        width: 7px;
    }

    ::-webkit-scrollbar-thumb {
        background-color: #C4C4C4;
        border: 1px solid #AFAFAF;
        margin-right: 3px;
    }

    /* this will style the thumb, ignoring the track */

}

@media (max-height: 290px) {
    div.fare-page-trip-details {

    }

    div.fare-page-trip-details .km {
        margin: 10px auto 0;
    }

    div.fare-page-trip-details .from-to {
        display: none;
    }

    div.fare-page-trip-details .from-bar {
        width: 50%;
        float: left;
    }

    div.fare-page-trip-details .destination-bar {
        width: 50%;
        float: right;
    }

    div.waiting-accept-job-small-screen-fixes .km {
        margin: 10px auto 0;
    }

    div.waiting-accept-job-small-screen-fixes .from-to {
        display: none;
    }

    div.waiting-accept-job-small-screen-fixes .from-bar {
        width: 50%;
        float: left;
    }

    div.waiting-accept-job-small-screen-fixes .destination-bar {
        width: 50%;
        float: right;
    }

    div.waiting-accept-job-small-screen-fixes .from-border {
        border: 0px;
    }

    div.waiting-accept-job-small-screen-fixes div.fare-bar.summary {
        height: 55px;
    }

    div.waiting-spinner {
        top: 70%;
        margin-left: -23px;
    }

    div.waiting-spinner img {
        width: 45px;
    }

    .mobile-break-dash {
        position: relative;
    }

    .mobile-break-dash:before {
        content: "\002192";
        top: 7px;
        left: -9px;
        font-size: 17px;
        position: absolute;
    }

    div.waiting-accept-job-small-screen-fixes .mobile-break-dash:before {
        content: "\002192";
        top: 5px;
        left: -12px;
        font-size: 20px;
        position: absolute;
    }

    .rating-header {
        margin-top: 5px;
    }

    .rating-bar {
        padding: 20px 0px;
    }

    .trip-inprogress-bar h3 {
        font-size: 14px;
    }
}

@media (max-height: 275px) {
    .account-menu li img {
        padding-bottom: 0px;
        width: 20px;
    }

    .account-menu li img {
        margin-top: 0px;
    }

    .about-afro-bar {
        padding: 10px;
    }

    .on-board-sign-in {
        height: 40px;
        line-height: 20px;
    }

    .on-board-register {
        height: 40px;
        line-height: 20px;
        margin-bottom: 5px !important;
    }

    .onboard-detached {
        bottom: 10px;
    }

    .img-logo img {
        width: 184px;
    }

    button.btn.waves-light.btn-fbook.btn-block {
        margin-bottom: 20px;
    }

    div.sign-up button.btn.waves-light.btn-fbook.btn-block {
        margin-bottom: 20px;
        margin-top: 0px !important;
    }

    div.sign-up .btn-afro-green {
        margin-bottom: 20px;
        margin-top: 0px !important;
    }

    .password-show-hide {
        top: 37px;
    }

    .small-screen-map-fix .gm-style {
        display: none;
    }

    .small-screen-map-fix {
        background: #37474F !important;
    }

    .pickup-marker {
        display: none;
    }

    .input-labels {
        margin-top: 5px;
    }

    .afro-modal-header-grey {
        height: 70px;
    }

    .afro-modal-circle-grey {
        margin: 0 auto;
    }

    .set-pickup-button-image {
        margin-top: -25px;
    }

    .set-pickup-button-image:active {
        margin-top: -25px;
        background: url("/img/small_pickup_button.svg");
    }

    .how-it-works-bar {
        display: none;
    }

}

@media (max-height: 240px) {

    div.trip-inprogress-details-container {
        top: 5px;
    }

    button.waiting-small-screen-btn-fix {
        text-align: right;
        height: 30px;
    }

    div.waiting-spinner {
        display: none;
    }

    div.trip-details-rating-container {
        top: auto;
    }

    .rating-header {
        margin-top: 45px;
    }

    .rating-bar {
        padding: 50px 0px;
    }

    .account-menu li img {
        width: 15px;
    }

    .fare-bid-input-container {
        margin: 5px auto 0;
    }

    div.fare-bar {
        height: 45px;
    }

}

@media (min-width: 1200px) {
    .container {
        width: 790px;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 350px;
    }
}

@media (max-width: 1200px) {

    .phone-container {
        background: none !important;
        width: 100% !important;
        height: 100% !important;
        padding: 0px !important;
    }

    .afro-init {
        width: 100% !important;
        height: 100% !important;
        padding: 0px !important;
    }
}

@media (max-width: 690px) {
    .pac-container {
        width: 100% !important;
        left: 0px !important;
    }

    .on-board-background {
        background: url('/img/AfroBgTablet.jpg');
    }
}

@media (max-width: 600px) {
    div.trip-history-overflow {
        overflow-y: auto;
        height: 90vh;
    }
}

@media (max-width: 594px) {
    div.driver-bar.rating {
        left: 20% !important;
        width: 60% !important;
    }

    button.rating-btn {
        margin: -5px 0px 10px 42px;
    }

    .distance-bar-route {
        width: 85%;
    }

    .distance-bar-km {
        width: 13%;
    }

}

@media (max-width: 530px) {
    .passenger-trip-history {
        width: 100%;
    }

    .trip-history-right {
        width: 75%;
    }

    .trip-history-img {
        width: 25%;
    }

    .slider-dot-wrap label:last-child {
        margin-left: -17.39px !important;
    }

    .slider-dot-wrap label:first-child {
        margin-left: -16.39px !important;
    }
}

@media (max-width: 495px) {
    div.driver-bar.rating {
        left: 10% !important;
        width: 80% !important;
    }

    .distance-bar-route {
        width: 80%;
    }

    .distance-bar-km {
        width: 16%;
    }

    .driver-photo-enroute {
        width: 60px;
        height: 60px;
        margin-right: -30px;
        margin-top: -30px;
    }
}

@media (max-width: 460px) {
    .rating-top-header {
        margin-top: 35px;
    }
}

@media (max-width: 420px) {
    button.account-afro-cancel-no-background {
        width: 100%;
        float: none;
        margin: 0 auto;
        display: block;
    }

    button.save-button {
        width: 100%;
        float: none;
        display: block;
        margin: 0 auto;
    }

    .trip-inprogress-bar h3 {
        font-size: 15px;
    }

    .trip-inprogress-bar h3 img {
        width: 27px;
    }

    .on-board-background {
        background: url('/img/AfroBgPhone.jpg');
    }

}

@media (max-width: 385px) {
    .btn-afro img {
        display: none;
    }

    .rating-stars {
        font-size: 37px;
    }

    .rating-header {
        margin-left: -138px;
    }

    .rating-bar {
        margin-left: -168px;
    }
}

@media (max-width: 382px) {
    button.rating-btn {
        margin: -5px 0px 10px 22px !important;
    }

    .distance-bar-km {
        width: 20%;
    }
}

@media (max-width: 370px) {
    .middleButton {
        width: 31%;
    }
}

@media (max-width: 360px) {
    .button.big {
        font-size: 20px;
    }

    div.logo-bar h3 {
        font-size: 19px;
        padding-top: 13px;
    }
}

@media (max-width: 355px) {
    .triangle {
        display: none;
    }

    .backwards-button {
        width: 100px;
    }

    .rating-stars i {
        padding: 0px 8px;
    }

    .loader-image {
        width: 28px;
        height: 28px;
        background-size: 100%;
        right: 15px;
        top: 11px;
    }

}

@media (max-width: 340px) {
    .triangle {
        display: none;
    }

    .backwards-button {
        width: 85px;
    }

    .back-button-content p {
        font-size: 16px;
    }

    .slider-dot-wrap label:last-child {
        margin-left: -18.39px !important;
    }

}

@media (max-width: 336px) {
    div.driver-bar.rating {
        left: 3% !important;
        width: 94% !important;
    }
}

@media (max-width: 325px) {
    .text-muted {
        white-space: nowrap;
    }

    .driver-photo-rating {
        height: 50px;
        width: 50px;
        top: 20%;
    }

    button.big {
        font-size: 20px;
    }

    .trip-history-right {
        width: 100%;
        clear: left;
        margin-top: 10px;
        padding-top: 0px;
    }

    .trip-history-img {
        width: 25%;
        margin: 0 auto;
        float: none;
    }

}

@media (max-width: 287px) {

    .rating-stars {
        font-size: 27px;
    }

    .rating-bar {
        left: auto;
        margin-left: auto;
    }

    .on-board-register {
        font-size: 16px;
    }

    .on-board-sign-in {
        font-size: 16px;
    }
}

@media (max-height: 360px) {

    div.sign-in, div.sign-up {
        padding-top: 15px;
    }

    div.sign-up .signup-first-name {
        width: 49%;
        float: left;
        margin-right: 1px;
    }

    div.sign-up .signup-last-name {
        width: 49%;
        float: right;
        margin-left: 1px;
    }

    div.account .edit-first-name {
        width: 49%;
        float: left;
        margin-left: 1px;
    }

    div.account .edit-last-name {
        width: 49%;
        float: right;
        margin-left: 1px;
    }

    div.sign-up button {
        font-size: 15px !important;
    }

    div.sign-up button.btn.waves-light.btn-afro-green.btn-block {
        float: left;
    }

    div.sign-up button.btn.waves-light.btn-fbook.btn-block {
        float: right;
        margin-top: 20px !important;
    }

    div.sign-up .or-wrap {
        display: none;
    }

    #creditCardForm .form-group {
        margin-bottom: 0px;
    }

    div.sign-up .form-group {
        margin-bottom: 0px;
    }

    div.account .form-group {
        margin-bottom: 0px;
    }

    .payment-methods .help-block {
        display: none;
    }

    #creditCardForm button {
        margin-top: 0px !important;
    }

    h3.text-center {
        margin-top: 0px;
    }

    .or-wrap {
        margin-top: 15px !important;
    }

    button.btn.waves-light.btn-fbook.btn-block {
        margin-top: 15px !important;
    }

    .slider-dot-wrap {
        width: 75%
    }

    .button-device-height-fix {
        padding: 6px 0px 6px 0px !important;
        font-size: 18px !important;
    }

    .payment-method-bar button {
        border: 0px !important;
        height: auto;
        width: auto;
        background: none;
    }

    .current-payment-selected {
        height: 35px;
    }

    .bid-bar {
        margin: 0px;
    }

    .text-bubble {
        top: -90px;
        height: 130px;
    }

    .text-bubble h2 {
        font-size: 30px;
    }

    .waiting-accept-job-header {
        margin-top: 0px;
    }

    button.btn.btn-block.afro-cancel-no-background.big {
        font-size: 16px;
    }

    button.btn.btn-block.btn-afro-green.big {
        font-size: 16px;
    }

    div.trip-details-rating-container .distance-bar-route {
        display: none;
    }

    div.trip-details-rating-container .distance-bar-km {
        display: none;
    }

    div.trip-details-rating-container div.driver-info-bar.summary {
        display: none;
    }

    div.trip-details-rating-container .fare-bar.summary {
        display: none;
    }

    div.trip-details-rating-container {
        background: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }

    .current-voucher {
        margin-top: 5px;
    }

    div.fare-bar {
        height: 120px;
    }

    .text-bubble h4 {
        display: none;
    }

    .rating-header {
        position: relative;
        left: auto;
        margin-left: 0;
        text-align: center;
    }

    .rating-bar {
        padding: 0;
    }

    .rating-stars {
        font-size: 20px;
    }
}

@media (max-height: 320px) {
    .account-menu li img {
        padding-bottom: 0;
    }

    .account-menu-button {
        font-size: 14px;
    }

}

@media (max-height: 472px) {
    .rating-stars i {
        font-size: 16px;
    }

    .receiver-dominos-logo {
        width: 50px;
    }

    .rate-experience div {
        padding: 0;
    }

}

@media (max-height: 439px) {
    .receiver-dominos-logo {
        margin-top: 0;
    }
}
