﻿html, body {
    height: calc(100% - 40px);
    /*height: 100%;*/
}

body {
    margin: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
}

.grid-avatar {
    max-height: 40px;
    max-width: 40px;
}

.squareFrame {
    background: url("../images/background.jpg");
    margin-left: auto;
    margin-right: auto;
    display: table-cell;
    position: relative;
    overflow: hidden;
    width: 120px;
    box-shadow: inset 0 50px rgba(255,255,255,0.1), inset 2px -15px 30px rgba(0,0,0,0.4), 2px 2px 5px rgba(0,0,0,0.3);
    padding: 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    vertical-align: middle;
    text-align: center;
}

.squareFrame img {
    height: 120px;
    width: 120px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.image-preview {
    max-height: 120px;
    max-width: 120px;
}

.roundFrame {
    background: url("../images/Logo.png");
    margin-left: auto;
    margin-right: auto;
    display: table-cell;
    position: relative;
    overflow: hidden;
    width: 120px;
    box-shadow: inset 0 50px rgba(255,255,255,0.1), inset 2px -15px 30px rgba(0,0,0,0.4), 2px 2px 5px rgba(0,0,0,0.3);
    padding: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    vertical-align: middle;
    text-align: center;
}

.roundFrame img {
     width: 120px;
     border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.have-appointment-time {
    color: #ff6a00;
    font-weight:700;
}
.trip-appointment {
    position: absolute;
    right: 10px;
    top: 55px;
    z-index: 1000;
    background-color: #ffffffa0;
    padding: 10px;
    max-width: 300px;
    height: auto
}

.trip-need-asssign-driver-appointment-item {
    cursor: pointer;
    background-color: #fccdac51;
    padding: 5px;
    margin: 3px;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 10px;
}

.trip-need-asssign-driver-appointment-item:hover {
    background-color: #ffff66cc;
}

.trip-appointment-need-confirm-item {
    cursor: pointer;
    background-color: #fccdac51;
    padding: 5px;
    margin: 3px;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 10px;
}

.trip-appointment-need-confirm-item:hover {
    background-color: #ffff66cc;
}

.grid-row-background-color-appointment1 {
    background-color: #fccdac51;
}

.grid-row-background-color-appointment2 {
    background-color: #fe690051;
}
.none-appointment-time {
    display: none;
}
.btn-extra {
    color: #fff;
    background-color: #b59541 !important;
    border-color: #b59541 !important;
}
.bg-extra {
    color: #fff;
    background-color: #b59541 !important;
    /*border-color: #b59541 !important;*/
}

.driver-seat {
    background: url("../images/driver-seat.png");
    background-color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #ff6a00;
}

.co-driver-seat {
    background: url("../images/driver-seat.png");
    background-color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #ff6a00;
}


.tour-guide-seat {
    background: url("../images/tour-guide-seat.png");
    background-color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #ff6a00;
}

.serve-seat {
    background: url("../images/serve-seat.png");
    background-color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #ff6a00;
}