*{
    font-family: "Oxygen", Arial, Helvetica, sans-serif;
    font-size: 14px;
    box-sizing: border-box;;
}
.unselectable {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.h1 {
    text-align:center;
    font-size:22px;
}
.h2,.h3,.h4 {
    margin: 0;
    padding: 0;
    background-color: #ccc;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}
.h2 {
    margin: 5px auto;
}
.h3 {
    font-size: 16px;
}
.h4 {
    font-size: 11px;
    line-height: 15px;
    font-weight: bold;
    padding: 3px;
    background-color: #bbd;
    cursor: pointer;
}
label {
    display: block;
    padding: 5px 0 0 0;
    cursor: pointer;
    margin-bottom: 0 !important;
}
input[type="text"], select, textarea {
    width: 100%;
}
.form-control, .form-control[readonly] {
    font-size: 13px;
    color: #747474;
    padding: 4px 5px;
    height: 29px;
    line-height: 1em;
    background-color: #fff;
}
.form-control:focus {
    border: 1px solid #66f;
    outline: none;
}
.btn p {
    font-size:12px;
}
#pickup-address {
    height:75px;line-height:20px
}
#dropoff-address {
    height:85px;line-height:20px
}
.hide {
    display: none;
}
.btn {
    min-width: 130px;
}



.global_contaner {
    margin: 30px auto;
    width: 900px;
    padding: 30px;
    color: #666;
    background-color: #ebedf2;
    background: -webkit-gradient( linear, left bottom, left top, color-stop(0,#dfe1e5), color-stop(1, #ebedf2) );
    background: -moz-linear-gradient( center bottom, #dfe1e5 0%, #ebedf2 100% );
    border: 1px solid #aaa;
    border-radius: 10px;
    -moz-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
    box-shadow: 0 0 1em rgba(0, 0, 0, .5);
    opacity: .95;
}
.main {
    margin: 15px 0
}
.col {
    text-align: center;
}

.select-trip {
    margin-bottom:50px;
}

.first-step.row {
    margin: 25px 0;
}
h4 { margin-top: 5px;}
.list{
    background-color:#fff;
    padding: 0;
}
a.point {
    display: block;
    padding: 3px 5px;
    text-decoration: none;
    font-size: 11px;
    cursor: pointer;
}
a.point:hover {
    background-color: #c0d2e6;
}
a.point.chosen {
    background-color: #007bff;
    color: #fff !important;
}
.details .date, .return-details .date {
    width: 200px;
    display: inline;
}
.complete p {
    line-height: 20px;
    font-size: 20px;
}

.passengers{
    clear: both;
}
.notice {
    padding: 5px 0;
    font-size: 12px;
}

.multi-row a {
    text-decoration: underline;
    color: #007bff;
    cursor: pointer;
    display: inline-block;
    padding: 2px 3px;
}
.datetimepicker-dropdown-bottom-left {
    width: 350px!important;
}
.datetimepicker-days td {
    padding: 0px!important;
}