﻿
.address-box{
    border-bottom: 4px solid transparent;
    border-image: 4 repeating-linear-gradient(-45deg, red 0, red 1em, transparent 0, transparent 2em, #58a 0, #58a 3em, transparent 0, transparent 4em);
}

.delivery-step:nth-child(1) {
    width:72px !important;
}
.delivery-step {
    margin: 0  !important;
    position:relative;
    top:0;
    color:#fff;
    width:200px;
}
.delivery-step > .icon {
    position:absolute;
    right:4px;
    font-size: 24px;
    border-radius:32px;
    max-width: 64px;
    max-height:64px;
    min-width: 64px;
    min-height:64px;
    padding: 17px;
    text-align:center;
    background-color: #b3b3b3;
}
.delivery-step > .transition {
    height:8px;
    width:100%;
    position:absolute;
    right:4px;
    top:12px;
    background-color: #b3b3b3;
    border: none;
}
.delivery-step:nth-child(1) > .transition {
    display:none;
}
.delivery-step p {
    position:absolute;
    right:0;
    top:64px;
    width:72px;
    color: #000;
    text-align:center;
}

.timeline {
    border-left: 3px solid #727cf5;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(114, 124, 245, 0.09);
    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    max-width: 40%;
}

@media (max-width: 767px) {
    .timeline {
        max-width: 98%;
        padding: 25px;
    }
}

.timeline h1 {
    font-weight: 300;
    font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
}

.timeline .event {
    border-bottom: 1px dashed #e8ebf1;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .timeline .event {
        padding-top: 30px;
    }
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -207px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
}

@media (max-width: 767px) {
    .timeline .event:before {
        left: 0;
        text-align: left;
    }
}

/*timeline*/

.timeline .event:after {
    -webkit-box-shadow: 0 0 0 3px #727cf5;
    box-shadow: 0 0 0 3px #727cf5;
    left: -55.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

@media (max-width: 767px) {
    .timeline .event:after {
        left: -31.8px;
    }
}

.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-radius: 4px 0 0 4px;
    border-right: 3px solid #727cf5;
}

.rtl .timeline .event::before {
    left: 0;
    right: -170px;
}

.rtl .timeline .event::after {
    left: 0;
    right: -55.8px;
}

/*dt {
    text-transform: uppercase !important;
    color:#c3c3c3 !important;;
    font-size: .8em;
}*/

/*Base UI Customization*/
.container-fluid {
   max-width: 100% !important;
}
body {
    font-size: 14.4px;
}

.dropdown-menu .show {
    z-index: 99999;
}

.form-group {
    margin-bottom: 16px;
}
.form-control{
    width: 100%;
}
h6 {
    margin-top: 24px;
    text-transform: uppercase !important;
    font-weight: 700;
}
/*Kendo UI Customization*/
.k-grid th, .k-grid td {
    border-color: rgb(239,242,247) !important;
    color: #505d69;
    font-family: 'Nunito', sans-serif;
    font-size: 14.4px;
}
.k-master-row.k-alt {
    background-color: #f8f9fa;
}
.k-grid-content {
    min-height: 100px;
}
.k-widget {
    font-family: 'Nunito', sans-serif;
    font-size: 14.4px;
}
