﻿.status-item{
    margin-bottom:20px;
}

.card-title {
    padding-bottom: 0;
}

.info{
    margin-bottom:20px;
}

.info-title{
    color:#aaa;
    font-size:12px;
}

.info-desc{
    padding-right:20px;
}

.info-section{
    border:1px solid #eee; 
    border-radius:5px;
    padding-top:30px;
    overflow:hidden;
    position:relative;
}

.info-section-wrapper{
    position:relative;
    margin-top:40px;
}

.info-section-header{
    position:absolute;
    top:-13px;
    right:30px;
    display:inline-block;
    padding: 3px 10px;
    color:#fff;
    border-radius:5px;
    z-index:1;
}

.card-header-icon > *{
    text-align:center;
}

.card-stats{
    padding-bottom:3px;
    color:#aaa;
    /*overflow:hidden;*/
}

.card-stats.active{
    color:#4caf50;
}

.time-line{
    padding:30px 0px;
}

.card-stats .date {
    height: 30px;
}

.card-stats .card-header-icon{
    display:block;
    width:100%;
}

.card-stats .card-category{
    padding:0 !important;
    color:#555;
}

.card-stats.active .card-category{
    color: mediumseagreen
}

.card-stats .card-icon{
    display:inline-block;
    width:70px;
    height:70px;
    float:none !important;
    margin-right:0px !important;
}

    .card-stats .card-icon.Order {
        background: url('../img/order-gray.png') no-repeat center center;
        background-size: cover;
    }

    .card-stats.active .card-icon.Order {
        background: url('../img/order-green.png') no-repeat center center;
        background-size: cover;
    }

    .card-stats .card-icon.Receipt {
       background: url('../img/packaging-gray.png') no-repeat center center;
       background-size:cover;
    }

    .card-stats.active .card-icon.Receipt {
        background: url('../img/packaging-green.png') no-repeat center center;
        background-size: cover;
    }

    .card-stats .card-icon.Bill {
        background: url('../img/bill-gray.png') no-repeat center center;
        background-size: cover;
    }

    .card-stats.active .card-icon.Bill {
        background: url('../img/bill-green.png') no-repeat center center;
        background-size: cover;
    }

    .card-stats .card-icon.Sent {
        background: url('../img/sending-gray.png') no-repeat center center;
        background-size: cover;
    }

    .card-stats.active .card-icon.Sent {
        background: url('../img/sending-green.png') no-repeat center center;
       background-size:cover;
    }

    .card-stats .card-icon.Stock {
        background: url('../img/stock-gray.png') no-repeat center center;
        background-size: cover;
    }

    .card-stats.active .card-icon.Stock {
        background: url('../img/stock-green.png') no-repeat center center;
        background-size: cover;
    }

    .card-stats .card-icon.Delivered {
       background: url('../img/delivery-gray.png') no-repeat center center;
       background-size:cover;
    }

    .card-stats.active .card-icon.Delivered {
       background: url('../img/delivery-green.png') no-repeat center center;
       background-size:cover;
    }

.card-stats .tick {
    background: url('../img/tick_gray.png') no-repeat center center;
    background-size:20px;
    height:25px;
    width:100%;
}

.card-stats.active .tick{
    background: url('../img/check.png') no-repeat center center;
    background-size:20px;
    height:25px;
    width:100%;
}

.step-arrow {
    position: absolute;
    left: 0;
    transform: translateX(-50%);
    top: 7%;
    width: 40%;
    height: 20px;
    text-align:center;
}

.status-item:last-of-type .step-arrow {
    display: none;
}

    .step-arrow.active {
        color: #4caf50;
    }

    .step-arrow .duration {
        font-size: 11px;
        display:inline-block;
        height:20px;
        margin-block:5px;
    }

.step-arrow .arrow {
    display: block;
    position:relative;
    width: 100%;
    height: 0px;
    border: 1px solid #555;
}

    .step-arrow .arrow:after {
        content: "";
        display: inline-block;
        position: absolute;
        right: 100%;
        transform:translateY(-50%);
        top:0;
        border-right: 7px solid #555;
        border-left: 7px solid transparent;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
    }

.step-arrow.active .arrow {
    border: 1px solid #4caf50;
}

    .step-arrow.active .arrow::after {
        border-right: 7px solid #4caf50;
    }

.time-line .total-time {
    position: absolute;
    top: -50px;
    font-weight: bold;
    font-size: 17px;
}

    .time-line .total-time i {
        transform: translateY(7px);
    }

.modal-header {
    z-index: 10000;
    position: relative;
}