﻿
a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

.nav-tabs {
    border-bottom: 1px solid #e4e4e4;
}

    .nav-tabs > li {
        margin-right: 1px;
    }

        .nav-tabs > li > a {
            border-radius: 0px;
            border: 1px solid #e4e4e4;
            border-right: 0px none;
            margin-right: 0px;
            padding: 4px 10px;
            color: #222222;
            transition: all 0.3s ease-in 0s;
        }

        .nav-tabs > li:last-child {
            border-right: 1px solid #ededed;
        }

        .nav-tabs > li > a {
            padding: 8px 20px;
            border: 1px solid #ededed;
            border-right: 0px none;
            border-top: 2px solid #ededed;
            background: #ededed;
            color: #8f8f8f;
            font-weight: bold;
        }

            .nav-tabs > li > a:hover {
                border-bottom-color: #ededed;
                border-right: 0px none;
                background: #f1f1f1;
                color: #444;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:focus,
        .nav-tabs > li.active > a:hover {
            border-top: 2px solid #3498db;
            border-right: 0px none;
            color: #444;
        }

.tab-content > .tab-pane {
    border: 1px solid #e4e4e4;
    border-top: 0px none;
    padding: 12px;
    line-height: 15px;
}

    .tab-content > .tab-pane > h3 {
        margin-top: 0;
    }





.sales-order-status .order-status {
    margin-top: 80px;
    margin-left: 10px;
    position: relative;
    margin-bottom: 20px;
    margin-right: 50px
}

.sales-order-status .order-status-timeline {
    height: 12px;
    border: 1px solid #aaa;
    border-radius: 7px;
    background: #eee;
    box-shadow: 0px 0px 5px 0px #C2C2C2 inset
}

    .sales-order-status .order-status-timeline .order-status-timeline-completion {
        height: 8px;
        margin: 1px;
        border-radius: 7px;
        background: #00ff21;
        width: 0px
    }

        .sales-order-status .order-status-timeline .order-status-timeline-completion.confirmed {
            width: 24%;
            background: lightblue;
        }

        .sales-order-status .order-status-timeline .order-status-timeline-completion.allocated {
            width: 46%;
            background: lightblue;
        }

        .sales-order-status .order-status-timeline .order-status-timeline-completion.allocated-short {
            width: 46%;
            background: yellow;
        }

        .sales-order-status .order-status-timeline .order-status-timeline-completion.picked {
            width: 70%;
            background: lightblue;
        }

        .sales-order-status .order-status-timeline .order-status-timeline-completion.picked-short {
            width: 70%;
            background: orange;
        }

        .sales-order-status .order-status-timeline .order-status-timeline-completion.shipped {
            width: 100%;
            background: lightgreen;
        }

        .sales-order-status .order-status-timeline .order-status-timeline-completion.shipped-short {
            width: 100%;
            background: orange;
        }



.sales-order-status .image-order-status {
    border: 1px solid #ddd;
    padding: 7px;
    box-shadow: 0px 0px 10px 0px #999;
    background-color: #fdfdfd;
    position: absolute;
    margin-top: -25px
}



    .sales-order-status .image-order-status.disabled {
        filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        filter: gray;
    }

    .sales-order-status .image-order-status.active {
        box-shadow: 0px 0px 10px 0px #cf7400
    }

    .sales-order-status .image-order-status.error {
        box-shadow: 0px 0px 10px 0px red
    }

        .sales-order-status .image-order-status.active .status {
            color: #cf7400;
            text-shadow: 0px 0px 1px #777
        }

    .sales-order-status .image-order-status.error .status {
        color: red;
        text-shadow: 0px 0px 1px #700
    }



    .sales-order-status .image-order-status .status {
        position: absolute;
        color: #333;
        transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        width: 180px;
        top: -50px;
        left: 25px
    }

        .sales-order-status .image-order-status .status:before {
            font-family: FontAwesome;
            content: "\f053";
            padding-right: 5px
        }

.sales-order-status .image-order-status-draft {
    left: 0px
}

.sales-order-status .image-order-status-confirmed {
    left: 24%
}


.sales-order-status .image-order-status-allocated {
    left: 46%
}


.sales-order-status .image-order-status-allocated-short {
    left: 46%
}


.sales-order-status .image-order-status-picked {
    left: 70%
}


.sales-order-status .image-order-status-picked-short {
    left: 70%
}

.sales-order-status .image-order-status-shipped {
    right: 0px
}


.sales-order-status .image-order-status-shipped-short {
    right: 0px
}
