div.timeline {
    list-style-type: none;
    position: relative;
}
div.timeline:before {
    content: ' ';
    background: #ffa000;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 60%;
    z-index: 400;
}
div.timeline > .row {
    margin: 20px 0;
    padding-left: 20px;
}
div.timeline > .row:before {
    content: ' ';
    background: #ffa000;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    /*border: 3px solid #22c0e8;*/
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.order_header {
    text-align: center;
    color: #01467c;
    font-weight: normal;
    padding-top: 18px;
}

.order_info_time,
.order_info_timezone,
.order_info_point_name,
.name {
    font-weight: bold;
}

.order_info_timezone {
    color: red;
    white-space: nowrap;
    width: max-content;
}

.order_info_point_name {
    font-size: 20px;
    min-width: 50%;
    overflow-wrap: break-word;
}

.order_info_time,
.order_trip_name {
    font-size: 18px;
}

.order_body {
    margin: 15px;
    font-size: 12px;
    position: relative;
    background-color: #f0f0f0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    padding-bottom: 32px;
    max-width: 750px;
}

@media (min-width: 780px) {
    .order_body {
        margin-left: auto;
        margin-right: auto;
    }
}

.order_body .table {
    font-size: 14px;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 30px;
}

.order_trip_name {
    margin-top: 17px;
}

.empty_tr {
    background-color: inherit !important;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
}

.download_button,
.check_button {
    background-color: #337ab7;
    text-align: center;
    border-radius: 5px;
}

.download_button a,
.check_button a {
    color: white;
    display: block;
}

.check_button {
    height: 45px;
    font-size: 14px;
    padding-top: 12px;
}

.order_body .table tr {
    border-left: solid 1px #d0d0d0;
    border-right: solid 1px #d0d0d0;
}

.without_border {
    border-left: 0px !important;
    border-right: 0px !important;
}

.max_width {
    min-width: max-content;
}

.dop_button {
    text-align: center;
    padding-top: 0 !important;
    border-top: 0 !important;
}

.dop_button a {
    color: #337ab7;
    border: 1px solid #337ab7;
}

.download_button a {
    background-color: #337ab7;
}

.button_block a {
    display: block;
    min-height: 45px;
    padding: 11px;
    border-radius: 5px;
    height: max-content;
 }

.button_block {
    background-color: #f0f0f0;
}

.center {
    text-align: center;
}

.barcode_img {
    width: 100%;
    max-width: 320px;
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

#sms_info {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.add_img {
    width: 30px;
    padding-bottom: 4px;
}

.text_before_img {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}

.error-block {
    text-align: center;
    margin-top: 100px;
}

.error-text {
    font-size: 20px;
    color: red;
    font-weight: 600;
}

.bg-w {
    background-color: white !important;
}
