﻿.wizard {
    margin: 20px auto;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

    span.round-tab i {
        color: #555555;
    }

.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
}

    .wizard li.active span.round-tab i {
        color: #5bc0de;
    }

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

/* Required field START */

.required-field-block {
    position: relative;
}

    .required-field-block .required-icon {
        display: inline-block;
        vertical-align: middle;
        margin: -0.25em 0.25em 0em;
        background-color: #E8E8E8;
        border-color: #E8E8E8;
        padding: 0.5em 0.8em;
        color: rgba(0, 0, 0, 0.65);
        text-transform: uppercase;
        font-weight: normal;
        border-radius: 0.325em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: background 0.1s linear;
        -moz-transition: background 0.1s linear;
        transition: background 0.1s linear;
        font-size: 75%;
    }

    .required-field-block .required-icon {
        background-color: transparent;
        position: absolute;
        top: 0em;
        right: 0em;
        z-index: 10;
        margin: 0em;
        width: 30px;
        height: 30px;
        padding: 0em;
        text-align: center;
        -webkit-transition: color 0.2s ease;
        -moz-transition: color 0.2s ease;
        transition: color 0.2s ease;
    }

        .required-field-block .required-icon:after {
            position: absolute;
            content: "";
            right: 1px;
            top: 1px;
            z-index: -1;
            width: 0em;
            height: 0em;
            border-top: 0em solid transparent;
            border-right: 30px solid transparent;
            border-bottom: 30px solid transparent;
            border-left: 0em solid transparent;
            border-right-color: inherit;
            -webkit-transition: border-color 0.2s ease;
            -moz-transition: border-color 0.2s ease;
            transition: border-color 0.2s ease;
        }

        .required-field-block .required-icon .text {
            color: #B80000;
            font-size: 18px;
            margin: -3px 0 0 12px;
        }
/* Required field END */

.ui-autocomplete {
    z-index: 5000;
}



.cssPager td {
    padding-left: 4px;
    padding-right: 4px;
}


.btn-default-gv td a {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-color: rgba(0, 0, 0, 0.07) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.18);
    white-space: nowrap;
    padding: 9px 12px;
    font-size: 13px;
    line-height: 1.49;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #666666;
    background-color: #f0f0f0;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.12) rgba(0, 0, 0, 0.15);
}

/*PURE CSS*/
/* TODO:
 * clean up!
 * ===============
 * horizontal thumbnails
 * at small screens
 * and in fullscreen
 * ===============
 * create Mixins
 * ===============
 */
@import "https://fonts.googleapis.com/css?family=Montserrat:400,700|Raleway:300,400";
/* colors */


.gallery {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    background: white;
    width: 70%;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    border-radius: 5px;
}

    .gallery input[name$="control"] {
        display: none;
    }

    .gallery .carousel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        position: relative;
        height: 70vh;
        width: 100%;
    }

    .gallery .wrap {
        width: 100%;
        height: 100%;
        position: static;
        margin: 0 auto;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-right: 20px;
    }

        .gallery .wrap figure {
            padding: 10px;
            height: 100%;
            min-width: 100%;
            -webkit-transition: opacity 0.25s ease-in-out 0.05s;
            transition: opacity 0.25s ease-in-out 0.05s;
            position: relative;
            left: 0;
            -webkit-transform: translateX(0%);
            transform: translateX(0%);
            box-sizing: border-box;
            text-align: center;
            margin: 0;
            display: block;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            opacity: 1;
        }

            .gallery .wrap figure label {
                cursor: zoom-in;
                height: auto;
                width: 100%;
                height: 100%;
                position: relative;
                display: block;
            }

            .gallery .wrap figure img {
                cursor: inherit;
                height: auto;
                max-width: 100%;
                max-height: 100%;
                border-radius: 3px;
                margin: 0 auto;
                position: relative;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

    .gallery .thumbnails {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 60px;
        max-height: 100%;
        height: auto;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-item-align: center;
        align-self: center;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        position: relative;
        white-space: nowrap;
        overflow: hidden;
        overflow-y: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 10px;
        z-index: 20;
    }

        .gallery .thumbnails .thumb {
            min-width: 60px;
            height: 60px;
            background-position: center center;
            background-size: cover;
            box-sizing: border-box;
            opacity: 0.7;
            margin: 5px 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            left: 0;
            border-radius: 3px;
            cursor: pointer;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            background-repeat: no-repeat;
        }

        .gallery .thumbnails .slider {
            position: absolute;
            display: block;
            width: 5px;
            height: calc(60px + 10px);
            z-index: 2;
            margin: 0;
            left: 0;
            -webkit-transition: all 0.33s cubic-bezier(0.3, 0, 0.33, 1);
            transition: all 0.33s cubic-bezier(0.3, 0, 0.33, 1);
        }

            .gallery .thumbnails .slider .indicator {
                width: 100%;
                height: 30px;
                max-height: calc(100% - 10px);
                position: relative;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                background: #428BFF;
                border-radius: 1px;
            }

    .gallery input#fullscreen:checked ~ .wrap figure {
        position: fixed;
        z-index: 10;
        height: 100vh;
        width: 100vw;
        padding: 0;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

        .gallery input#fullscreen:checked ~ .wrap figure label {
            cursor: zoom-out;
        }

            .gallery input#fullscreen:checked ~ .wrap figure label img {
                -webkit-animation: shadow 0.2s;
                animation: shadow 0.2s;
                -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out;
                -webkit-animation-direction: forwards;
                animation-direction: forwards;
                -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
                border-radius: 0;
            }

    .gallery input#image1:checked ~ .wrap figure {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

        .gallery input#image1:checked ~ .wrap figure:not(:nth-of-type(1)) {
            opacity: 0;
        }

    .gallery input#image1:checked ~ .thumbnails .slider {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .gallery input#image1:checked ~ .thumbnails .thumb:nth-of-type(1) {
        opacity: 1;
        cursor: default;
    }

    .gallery input#image2:checked ~ .wrap figure {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

        .gallery input#image2:checked ~ .wrap figure:not(:nth-of-type(2)) {
            opacity: 0;
        }

    .gallery input#image2:checked ~ .thumbnails .slider {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    .gallery input#image2:checked ~ .thumbnails .thumb:nth-of-type(2) {
        opacity: 1;
        cursor: default;
    }

    .gallery input#image3:checked ~ .wrap figure {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
    }

        .gallery input#image3:checked ~ .wrap figure:not(:nth-of-type(3)) {
            opacity: 0;
        }

    .gallery input#image3:checked ~ .thumbnails .slider {
        -webkit-transform: translateY(200%);
        transform: translateY(200%);
    }

    .gallery input#image3:checked ~ .thumbnails .thumb:nth-of-type(3) {
        opacity: 1;
        cursor: default;
    }

    .gallery input#image4:checked ~ .wrap figure {
        -webkit-transform: translateX(-300%);
        transform: translateX(-300%);
    }

        .gallery input#image4:checked ~ .wrap figure:not(:nth-of-type(4)) {
            opacity: 0;
        }

    .gallery input#image4:checked ~ .thumbnails .slider {
        -webkit-transform: translateY(300%);
        transform: translateY(300%);
    }

    .gallery input#image4:checked ~ .thumbnails .thumb:nth-of-type(4) {
        opacity: 1;
        cursor: default;
    }

@-webkit-keyframes full {
    from {
        -webkit-transform: translate(-50%, -50%) scale(0.8);
        transform: translate(-50%, -50%) scale(0.8);
    }

    to {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes full {
    from {
        -webkit-transform: translate(-50%, -50%) scale(0.8);
        transform: translate(-50%, -50%) scale(0.8);
    }

    to {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
}

@-webkit-keyframes shadow {
    from {
        box-shadow: 0 0 0 100vmin rgba(24, 33, 45, 0), 0 0 10vmin rgba(13, 21, 31, 0);
    }

    to {
        box-shadow: 0 0 0 100vmin rgba(24, 33, 45, 0.6), 0 0 10vmin rgba(13, 21, 31, 0.6);
    }
}

@keyframes shadow {
    from {
        box-shadow: 0 0 0 100vmin rgba(24, 33, 45, 0), 0 0 10vmin rgba(13, 21, 31, 0);
    }

    to {
        box-shadow: 0 0 0 100vmin rgba(24, 33, 45, 0.6), 0 0 10vmin rgba(13, 21, 31, 0.6);
    }
}

/*.fc-event
{
    width: 700px;
}
*/

.modal-dialog-centered {
    display: flex;
    align-items: center;
    display: block;
    margin-top: 15%;
    content: "";
}


.aspNetDisabled.btn-danger {
    cursor: not-allowed;
    background-color: #fa8b7c;
    border-color: #d43f3a;
}

.aspNetDisabled.btn-default {
    cursor: not-allowed;
    background-color: #f0f0f0;
    border-color: #dddddd;
}



.bg-info-new {
    background-image: linear-gradient(to left, #78aaf5 0%, #4370b3 35%, #78aaf5 100%);
    background-repeat: repeat-y;
}

body.external-page #main {
    min-height: 100vh;
}



#demo-notif {
    margin-top: 150px;
    text-align: center;
}

    #demo-notif button {
        border: solid 2px white;
        padding: 40px;
        min-width: 10%;
        margin-top: 2%;
        margin-left: 1%;
        text-align: center;
        font-weight: bold;
        margin-bottom: 2%;
        cursor: pointer;
    }

.notification {
    display: none;
    z-index: 1045; /* To initially hide the notification .... can be commented if not required.  */
}

/* To dim the background Elements */

.dark-back {
    position: fixed;
    z-index: 2000;
    top: 0px;
    opacity: 0.9;
    background-color: black;
    width: 100%;
    height: 100%;
}

/* The Notification body */

.win8-notif-body {
    position: fixed;
    z-index: 1045;
    top: 20%;
    margin: 0px 0px 0px 0px;
    text-align: left;
    min-height: 20%;
    padding: 40px 20% 40px 20%;
    font-family: sans-serif;
    width: 100%;
}



    .win8-notif-body h3 {
        font-size: 1.5em;
    }


.win8-notifiy-body p {
    font-size: 1em;
}

.win8-notif-button {
    border: solid 2px white;
    padding: 10px;
    min-width: 10%;
    display: block;
    margin-top: 2%;
    margin-left: 2%;
    float: right;
    font-weight: bold;
    margin-bottom: 2%;
}



/*  Various Colors supported by Windows 8.x */

.black {
    background-color: rgb(39, 37, 37);
    color: white;
}

    .black button {
        background-color: rgb(66, 60, 60);
        cursor: pointer;
        color: white;
    }

    .black .win8-notif-body {
        background-color: rgb(39, 37, 37);
        color: white;
    }

    .black button:hover {
        background-color: rgb(182, 44, 88);
    }

.green {
    background-color: rgb(50, 179, 106);
    color: white;
}

    .green button {
        background-color: rgb(50, 179, 106);
        cursor: pointer;
        color: white;
    }

    .green .win8-notif-body {
        background-color: rgb(50, 179, 106);
        color: white;
    }

    .green button:hover {
        background-color: rgb(29, 92, 56);
    }


.teal {
    background-color: #008299;
    color: white;
}

    .teal button {
        background-color: #008299;
        cursor: pointer;
        color: white;
    }

    .teal .win8-notif-body {
        background-color: #008299;
        color: white;
    }

    .teal button:hover {
        background-color: #00A0B1;
    }

.blue {
    background-color: #2672EC;
    color: white;
}

    .blue button {
        background-color: #2672EC;
        cursor: pointer;
        color: white;
    }

    .blue .win8-notif-body {
        background-color: #2672EC;
        color: white;
    }

    .blue button:hover {
        background-color: #2E8DEF;
    }

.purple {
    background-color: #8C0095;
    color: white;
}

    .purple button {
        background-color: #8C0095;
        cursor: pointer;
        color: white;
    }

    .purple .win8-notif-body {
        background-color: #8C0095;
        color: white;
    }

    .purple button:hover {
        background-color: #A700AE;
    }

.dark-purple {
    background-color: #5133AB;
    color: white;
}

    .dark-purple button {
        background-color: #5133AB;
        cursor: pointer;
        color: white;
    }

    .dark-purple .win8-notif-body {
        background-color: #5133AB;
        color: white;
    }

    .dark-purple button:hover {
        background-color: #643EBF;
    }

.pink {
    background-color: rgb(244, 114, 208);
    color: white;
}

    .pink button {
        background-color: rgb(244, 114, 208);
        cursor: pointer;
        color: white;
    }

    .pink .win8-notif-body {
        background-color: rgb(244, 114, 208);
        color: white;
    }

    .pink button:hover {
        background-color: BF1E4B;
    }

.red {
    background-color: AC193D;
    color: white;
}

    .red button {
        background-color: AC193D;
        cursor: pointer;
        color: white;
    }

    .red .win8-notif-body {
        background-color: AC193D;
        color: white;
    }

    .red button:hover {
        background-color: BF1E4B;
    }

.orange {
    background-color: D24726;
    color: white;
}

    .orange button {
        background-color: D24726;
        cursor: pointer;
        color: white;
    }

    .orange .win8-notif-body {
        background-color: D24726;
        color: white;
    }

    .orange button:hover {
        background-color: DC572E;
    }

.amber {
    background-color: rgb(240, 163, 10);
    color: white;
}

    .amber button {
        background-color: rgb(240, 163, 10);
        cursor: pointer;
        color: white;
    }

    .amber .win8-notif-body {
        background-color: rgb(240, 163, 10);
        color: white;
    }

    .amber button:hover {
        background-color: rgb(227, 200, 0);
    }

.yellow {
    background-color: rgb(227, 200, 0);
    color: white;
}

    .yellow button {
        background-color: rgb(227, 200, 0);
        cursor: pointer;
        color: white;
    }

    .yellow .win8-notif-body {
        background-color: rgb(227, 200, 0);
        color: white;
    }

    .yellow button:hover {
        background-color: rgb(240, 163, 10);
    }

.brown {
    background-color: rgb(130, 90, 44);
    color: white;
}

    .brown button {
        background-color: rgb(130, 90, 44);
        cursor: pointer;
        color: white;
    }

    .brown .win8-notif-body {
        background-color: rgb(130, 90, 44);
        color: white;
    }

    .brown button:hover {
        background-color: rgb(240, 163, 10);
    }




.blue-info {
    background-image: linear-gradient(to left, #0d336c 0%, #33496a 35%, #051e44 100%);
    background-repeat: repeat-y;
    color: white;
}

    .blue-info button {
        background-color: #051e44;
        cursor: pointer;
        color: white;
    }

    .blue-info .win8-notif-body {
        background-image: linear-gradient(to left, #0d336c 0%, #33496a 35%, #051e44 100%);
        background-repeat: repeat-y;
        color: white;
    }

    .blue-info button:hover {
        background-image: linear-gradient(to left, #78aaf5 0%, #4370b3 35%, #78aaf5 100%);
        background-repeat: repeat-y;
    }


.UpdatePG_Centro {
    z-index: 1200;
    position: fixed;
    text-align: center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.81);
    filter: alpha(opacity=50);
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 13px;
    color: #ffffff;
    font-family: Verdana;
}

.dataTables_filter {
    float: none;
    margin-top: 10px;
}

.modal-backdrop-home {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    z-index: 1040;
    background-color: #000000;
}

 /* Shop Order Tracking */
.shop-tracking-status .form-horizontal {
    margin-bottom: 50px
}

.shop-tracking-status .order-status {
    margin-top: 150px;
    position: relative;
    margin-bottom: 150px
}

.shop-tracking-status .order-status-timeline {
    height: 12px;
    border: 1px solid #aaa;
    border-radius: 7px;
    background: #eee;
    box-shadow: 0px 0px 5px 0px #C2C2C2 inset
}

    .shop-tracking-status .order-status-timeline .order-status-timeline-completion {
        height: 8px;
        margin: 1px;
        border-radius: 7px;
        background: #3BAFDA;
        width: 0px
    }
        .shop-tracking-status .order-status-timeline .order-status-timeline-completion.c0_5 {
            width: 10%
        }

        .shop-tracking-status .order-status-timeline .order-status-timeline-completion.c1 {
            width: 22%
        }

        .shop-tracking-status .order-status-timeline .order-status-timeline-completion.c2 {
            width: 46%
        }

        .shop-tracking-status .order-status-timeline .order-status-timeline-completion.c3 {
            width: 70%
        }

        .shop-tracking-status .order-status-timeline .order-status-timeline-completion.c4 {
            width: 100%
        }

.shop-tracking-status .image-order-status {
    border: 1px solid #ddd;
    padding: 7px;
    box-shadow: 0px 0px 10px 0px #999;
    background-color: #fdfdfd;
    position: absolute;
    margin-top: -35px
}

    .shop-tracking-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%);
        -o-filter: grayscale(100%);
        filter: gray;
    }

    .shop-tracking-status .image-order-status.active {
        box-shadow: 0px 0px 10px 0px #3BAFDA;
    }

        .shop-tracking-status .image-order-status.active .status {
            color: #333;
            text-shadow: 0px 0px 1px #777
        }

    .shop-tracking-status .image-order-status .icon {
        height: 48px;
        width: 48px;
        background-size: contain;
        background-position: no-repeat
    }

    .shop-tracking-status .image-order-status .status {
        position: absolute;
        text-shadow: 1px 1px #eee;
        color: #333;
        transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        width: 180px;
        top: -50px;
        left: 50px
    }

        .shop-tracking-status .image-order-status .status:before {
            font-family: FontAwesome;
            content: "\f053";
            padding-right: 5px
        }

.shop-tracking-status .image-order-status-new {
    left: 0
}

    .shop-tracking-status .image-order-status-new .icon {
        background-image: url('../../Ferramentas/img/icons/icon-solicitacao.png');
        background-size: 48px;
    }

.shop-tracking-status .image-order-status-active {
    left: 22%
}

    .shop-tracking-status .image-order-status-active .icon {
        background-image: url(data:image/png;base64,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);
    }

.shop-tracking-status .image-order-status-intransit {
    left: 45%
}

    .shop-tracking-status .image-order-status-intransit .icon {
        background-image: url('../../Ferramentas/img/icons/icon-super-aprova.png');
        background-size: 48px;
    }

.shop-tracking-status .image-order-status-delivered {
    left: 70%
}

    .shop-tracking-status .image-order-status-delivered .icon {
        background-image: url('../../Ferramentas/img/icons/icon-carro-espera.png');
        background-size: 48px;
    }

    .shop-tracking-status .image-order-status-delivered .status {
        top: 85px;
        left: -180px;
        transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        text-align: right
    }

        .shop-tracking-status .image-order-status-delivered .status:before {
            display: none
        }

        .shop-tracking-status .image-order-status-delivered .status:after {
            font-family: FontAwesome;
            content: "\f054";
            padding-left: 5px;
            vertical-align: middle
        }

.shop-tracking-status .image-order-status-completed {
    right: 0px
}

    .shop-tracking-status .image-order-status-completed .icon {
        background-image: url('../../Ferramentas/img/icons/icon-final.png');
    }

    .shop-tracking-status .image-order-status-completed .status {
        top: 85px;
        left: -180px;
        transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        text-align: right
    }

        .shop-tracking-status .image-order-status-completed .status:before {
            display: none
        }

        .shop-tracking-status .image-order-status-completed .status:after {
            font-family: FontAwesome;
            content: "\f054";
            padding-left: 5px;
            vertical-align: middle
        }

.shop-tracking-status .image-order-status-completed-cancel .icon {
    background-image: url('../../Ferramentas/img/icons/icon-cancelar.png');
}

.shop-tracking-status .image-order-status-delivered-cancel .icon {
    background-image: url('../../Ferramentas/img/icons/icon-cancelar.png');
}


.shop-tracking-status .image-order-status-intransit-cancel .icon {
    background-image: url('../../Ferramentas/img/icons/icon-cancelar.png');
}


.shop-tracking-status .image-order-status-new-cancel .icon {
    background-image: url('../../Ferramentas/img/icons/icon-cancelar.png');
}


.shop-tracking-status .image-order-status-active-cancel .icon {
    background-image: url('../../Ferramentas/img/icons/icon-cancelar.png');
}

.fc-list-event
{
    width: 100vh;
}