
@media (max-width: 319px) {
    body {
        display: none;
    }
}

@media (max-width: 768px) {
    .header-logo {
        position: absolute;
        top: 9px;
        height: 38px;
        margin: auto;
        float: left;
        left: 12px;
    }

    .custom-navbar-menu {
        float: left;
        padding-left: 20px;
        padding-right: 20px;
        cursor: pointer;
        height: 56Rpx;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        right: 111px;
        top: 0px;
        line-height: 56px;
        padding-right: 9px;
        padding-left: 9px;
    }

    .custom-navbar-menu-selected {
        border: none;
    }
}

@media (min-width: 768px) {
    .header-logo {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 38px;
        margin: auto;
    }

    .custom-navbar-menu {
        float: left;
        padding-left: 20px;
        padding-right: 20px;
        cursor: pointer;
        height: 50px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        right: 128px;
        top: 0px;
        line-height: 50px;
        padding-right: 9px;
        padding-left: 9px;
    }

    .custom-navbar-menu-selected {
        color: gray;
        height: 50px;
        border-bottom: 3px solid gray;
    }
}

@media (max-width: 480px) {

    .getTaxi-btn {
        bottom: 30px!important;
    }

    .getTaxiInput-box {
        top: -91px!important;
    }

    .calculation-box {
        top: -91px!important;
    }

    .driver-info-wrapper {
        height: 60%;
        height: -webkit-calc(100% - 240px);
        height: -moz-calc(100% - 240px);
        height: calc(100% - 240px);
        position: absolute;
        background-color: transparent;
        z-index: 50;
        right: 0px;
        overflow: auto;
        width: 400px;
        margin-left: -200px;
        left: 50%;
    }

    .details-wrapper {
        background-color: gray;
        width: 300px;
        background-color: rgba(255, 255, 255, 0.91)!important;
        border: 1px solid rgb(213, 213, 213)!important;
        height: 124px;
        font-size: 14px;
        border-radius: 13px;
        box-shadow: 0 4px 13px -2px rgba(160, 160, 160, 0.62);
        margin-left: -150px;
        left: 50%;
        position: relative;
        margin-bottom: 20px;
    }

    .trip-info-box {
        position: absolute;
        margin-left: 113px;
        margin-top: 5px;
        width: 172px;
    }

    .driver-info-box {
        height: 48px;
        margin-left: 114px;
        margin-top: 47px;
        position: absolute;
        width: 172px;
        color: rgb(68, 68, 68);
        font-weight: bold;
    }
}

@media (min-width: 480px) {

    .driver-info-wrapper {
        height: 60%;
        height: -webkit-calc(100% - 250px);
        height: -moz-calc(100% - 250px);
        height: calc(100% - 250px);
        width: 400px;
        position: absolute;
        background-color: transparent;
        z-index: 50;
        right: 0px;
        overflow: auto;
    }

    .details-wrapper {
        background-color: gray;
        width: 320px;
        margin-left: 63px;
        background-color: rgba(255, 255, 255, 0.91)!important;
        border: 1px solid rgb(213, 213, 213)!important;
        height: 129px;
        font-size: 14px;
        border-radius: 13px;
        box-shadow: 0 4px 13px -2px rgba(160, 160, 160, 0.62);
        margin-bottom: 20px;
    }

    .trip-info-box {
        position: absolute;
        margin-left: 113px;
        margin-top: 6px;
        width: 192px;
    }

    .driver-info-box {
        height: 48px;
        margin-left: 114px;
        margin-top: 49px;
        position: absolute;
        width: 192px;
        color: rgb(68, 68, 68);
        font-weight: bold;
    }
}


html, body {
    background-color: whitesmoke!important;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.custom-navbar {
    background-color: #ffffff!important;
    -webkit-box-shadow: 0 1px 7px -1px rgba(160, 160, 160, 0.62)!important;
    -moz-box-shadow: 0 1px 7px -1px rgba(160, 160, 160, 0.62)!important;
    box-shadow: 0 1px 7px -1px rgba(160, 160, 160, 0.62)!important;
    font-size: 16px!important;
    border-bottom-right-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
    border-top-right-radius: 0px!important;
    border-top-left-radius: 0px!important;
    z-index: 1000;
    border-bottom: 1px solid rgb(205, 205, 205) !important;
}

.wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(250, 250, 250, 0.45)!important;
    min-height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.getTaxi-wrapper {
    position: absolute;
    bottom: 0px;
    z-index: 100;
    text-align: center;
    height: 63px;
    width: 270px;
    margin: 0px -135px;
    left: 50%;
}

.calculateAmount-wrapper {
    position: static;
    bottom: 90px;
    text-align: center;
    height: 63px;
    width: 1140px;
}

.angular-google-map,
.angular-google-map-container {
    width: 100%;
    height: 100%;
}

.live-trip-container {
    background-color: #f5f5f5;
    height: 100%;
    width: 100%;
    min-height: 100%;
    overflow: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: -72px;
}

.getTaxi-btn {
    position: absolute;
    bottom: 50px;
    z-index: 100;
    text-align: center;
    height: 63px;
    width: 270px;
    margin: 0px -135px;
    left: 50%;
    background-color: #FFC100;
    border-radius: 10px;
    font-size: 21px;
    font-weight: bold;
    color: #997001;
    box-shadow: 0px -2px 8px -1px rgba(189, 139, 7, 0.35);
    text-shadow: 1px 1px 0 rgba(226, 225, 146, 0.93);
    text-decoration: none;
    border-bottom: 3px solid #BB8F1B;
    border-right: 2px solid rgba(187, 143, 27, 0.68);
    border-left: 2px solid rgba(187, 143, 27, 0.68);
    border-top: 1px solid rgba(187, 143, 27, 0.82);
    line-height: 57px;
}

.getTaxi-btn:hover {
    background: #ffb704;
    border-right: 2px solid rgba(187, 143, 27, 0.68);
    border-left: 2px solid rgba(187, 143, 27, 0.68);
    border-top: 1px solid rgba(187, 143, 27, 0.82);
    text-decoration: none;
    border-bottom: 3px solid #CF990A;
    color: #B08000;
    box-shadow: 0px -2px 8px -1px rgba(189, 139, 7, 0.56);
    text-shadow: 1px 1px 0 rgba(226, 225, 146, 0.93);
    line-height: 57px;
}

button:focus,
button:active,
button:hover
{
    outline:0px !important;
    -webkit-appearance:none;
}

.driver-pic {
    margin-top: -21px;
    margin-left: 20px;
    display: block;
    width: 70px;
    height: 70px;
    background-size: cover;
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    border-radius: 99em;
    border: 4px solid #D3D3D3;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: lightgray;
}

.driver-info-box span {
    display: block;
}

.cancel-button {
    position: relative;
    float: right;
    margin-top: -6px;
    cursor: pointer;
}

.seq-circle {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    font-size: 13px;
    color: #ffffff;
    line-height: 23px;
    text-align: center;
    background: #c10005;
    border: 1px solid #d43f3a;
    margin-top: 37px;
    margin-left: 49px;
}

span.stars, span.stars>* {
    display: inline-block;
    background: url('../img/stars.png') repeat-x;
    background-size: 13px;
    height: 13px;
    background-position: 0px -13px;
    width: 65px;
    line-height: 0px;
}
span.stars>* {
    max-width: 80px;
    background-position: 0px 0px;
    height: 13px;
    top: 0px;
    position: relative;
}
.stars {
    position: absolute;
    margin-top: 54px;
    margin-left: 23px;
}

.cancelGetTaxi-btn {
    position: absolute;
    bottom: 50px;
    z-index: 100;
    text-align: center;
    height: 63px;
    width: 270px;
    margin: 0px -135px;
    left: 50%;
    background-color: #c10005;
    border-radius: 10px;
    font-size: 21px;
    font-weight: bold;
    color: white;
    box-shadow: 0px -2px 8px -1px rgba(123, 4, 7, 0.35);
    text-shadow: 1px 1px 0 rgba(81, 0, 2, 1);
    text-decoration: none;
    border-bottom: 3px solid rgba(123, 4, 7, 1);
    border-right: 2px solid rgba(123, 4, 7, 0.71);
    border-left: 2px solid rgba(123, 4, 7, 0.71);
    border-top: 1px solid rgba(123, 4, 7, 0.71);
    line-height: 57px;
}

.cancelGetTaxi-btn:hover {
    background-color: #aa0005;
    color: #f7f7f7;
    box-shadow: 0px -2px 8px -1px rgba(123, 4, 7, 0.35);
    text-shadow: 1px 1px 0 rgba(81, 0, 2, 1);
    text-decoration: none;
    border-bottom: 3px solid rgba(123, 4, 7, 1);
    border-right: 2px solid rgba(123, 4, 7, 0.71);
    border-left: 2px solid rgba(123, 4, 7, 0.71);
    border-top: 1px solid rgba(123, 4, 7, 0.71);
    line-height: 57px;
}

.getTaxi-cancel {
    margin-top: 12px;
    right: 20px;
    position: absolute;
    height: 32px;
}

.header-logo-login {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 38px;
    margin: auto;
}

.transparent-bg {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.62);
    position: absolute;
    z-index: 2000;
}

.login-box {
     width: 330px !important;
     left: 50% !important;
     margin-top: 150px !important;
     position: relative !important;
     box-shadow: 0px -2px 8px -1px rgba(189, 139, 7, 0.56) !important;
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06) !important;
     border: 1px solid rgb(186, 186, 186) !important;
     text-align: center !important;
     margin-left: -160px !important;
}

input[type="email"]:focus,
input[type="password"]:focus {
    border-color: rgb(195, 195, 195);
    outline:0px !important;
    -webkit-appearance:none !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

input[type="text"]:focus {
    border-color: rgb(213, 213, 213);
    outline: 0;
    -webkit-box-shadow: none
box-shadow: none;
}

.login-button {
    width: 288px!important;
    height: 38px!important;
    font-size: 16px!important;
    line-height: 26px!important;
    background-color: #FFC100!important;
    border-color: #FFAE00!important;
    color: #997001!important;
}

.login-button:hover {
    background-color: #FCBF00!important;
}

.modal-dialog {
    margin-top: 150px!important;
    max-width: 430px!important;
}

.btks-button {
    background-color: #FFC100!important;
    border-color: #F0B600!important;
    color: #997001!important;
}

.btks-button:hover {
    background-color: #fbbe00 !important;
    color: #997001!important;
}

.getTaxiInput-box {
    top: -111px;
    position: absolute;
    width: 270px;
    height: 50px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.71)!important;
    border: 1px solid rgb(213, 213, 213)!important;
    box-shadow: 0 4px 13px -2px rgba(160, 160, 160, 0.62);
}

.calculation-box {
    width: 270px;
    height: 60px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.71)!important;
    border: 1px solid rgb(213, 213, 213)!important;
    box-shadow: 0 4px 13px -2px rgba(160, 160, 160, 0.62);
}

.getTaxiInput {
    margin-top: 7px;
    height: 35px;
    width: 217px;
    margin-left: 34px;
    border: 1px solid rgba(171, 171, 171, 0.64);
    padding-left: 9px;
    border-radius: 5px;
    font-size: 16px;
}

.calculation-label {
    margin-top: 8px;
    height: 43px;
    width: 217px;
    margin-left: 37px;
    border: 2px solid #FFC100;
    padding-left: 10px;
    border-radius: 5px;
    font-size: 16px;
}

.getTaxiInput-icon {
    height: 27px;
    position: absolute;
    margin-left: 5px;
    margin-top: 11px;
}

.calculation-icon {
    height: 35px;
    position: absolute;
    margin-left: 5px;
    margin-top: 11px;
}

.details-wrapper-header {
    position: relative;
    height: 30px;
    width: 100%;
    background-color: rgba(224, 224, 224, 0.69);
    border-top-right-radius: 13px;
    border-top-left-radius: 13px;
    border-bottom: 1px solid rgb(219, 219, 219);
    padding-top: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: rgba(63, 63, 63, 0.47);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.93);
}

.driver-plate {
    margin-left: -90px;
    font-weight: normal;
    margin-top: 1px;
    position: absolute;
}

.forgot-pass {
    top: 17px;
    position: relative;
    color: gray;
    text-decoration: underline;
    cursor: pointer;
}

.trip-canceled {
    text-align: center;
    padding-top: 15px;
    color: rgb(95, 95, 95);
    font-size: 15px;
}

.custom-table {
    margin-top: 20px;
    text-align: center;
}

.custom-table thead tr td{
    font-weight: bold;
    color: rgb(66, 66, 66);
}

.pagination > li > a, .pagination > li > span {
    color: #797979 !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #ffc100!important;
    border-color: #ffc100!important;
}

.dropdown-toggle {
    color: rgb(92, 92, 92)!important;
    padding-left: 20px!important;
}
.no-old-trip {
    border-radius: 0 !important;
    text-align: center;
    margin-top: 50px;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #B6B6B6 !important;
}

.table thead>tr>th {
    border-bottom: 1px solid #ddd!important;
}


.contract-box {
    display: block;
    margin: 0px auto;
    position: relative;
    box-shadow: 0px -2px 8px -1px rgba(189, 139, 7, 0.56) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06) !important;
    border: 1px solid rgba(255, 202, 107, 0.95) !important;
    text-align: center !important;
    height: 600px;
    width: 80%;
    background-color: whitesmoke!important;
    overflow: hidden;
    padding-bottom: 80px;
}

.contract-body {
    overflow: auto;
    display: block;
    position: absolute;
    top: 0px;
    bottom: 60px;
}

.contract-footer {
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    height: 60px;
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0px;
}

.text-justify{
    text-indent: 25px;
    text-align: justify;
    padding-right: 15px;
    padding-left: 10px;
}

.btn-toolbar{
    text-align: center;
}

#loading-bar .bar {
    background: #ffc100!important;
}

#loading-bar-spinner .spinner-icon {
    display: none!important;
}

#loading-bar .peg {
    position: absolute!important;
    width: 70px!important;
    right: 0!important;
    top: 0!important;
    height: 1px!important;
    opacity: .25!important;
    -moz-box-shadow: #ffc100 1px 0 6px 1px!important;
    -ms-box-shadow: #ffc100 1px 0 6px 1px!important;
    -webkit-box-shadow: #ffc100 1px 0 6px 1px!important;
    box-shadow: #ffc100 1px 0 6px 1px!important;
    -moz-border-radius: 100%!important;
    -webkit-border-radius: 100%!important;
    border-radius: 100%!important;
}

.recaptcha{
    margin-bottom: 1rem;
}
