@import "//cdn.jsdelivr.net/fontawesome/4.5.0/css/font-awesome.min.css?ver=4.5.0";

.showHide {
    width: 100%;
}

.shop-tracking-status .order-status {
    position: relative;
    width: 100%;
    margin: 40px auto !important;
    overflow: auto;
}

.shop-tracking-status .order-status-timeline {
    height: 10px;
    border: 1px solid #e1e1e1;
    background: #f5f5f5;
    box-shadow: 0px 0px 5px 0px #fff inset;
    width: 78%;
    margin: 0 auto;
    position: relative;
    top: 58px;
    z-index: -1;
}

.shop-tracking-status .order-status-timeline .order-status-timeline-completion {
    height: 8px;
    margin: 0px;
    border-radius: 0;
    background: #00861d;
    width: 0;
}

.shop-tracking-status .order-status-timeline .order-status-timeline-completion.c1 {
    width: 25%;
}

.shop-tracking-status .order-status-timeline .order-status-timeline-completion.c2 {
    width: 50%;
}

.shop-tracking-status .order-status-timeline .order-status-timeline-completion.c3 {
    width: 75%;
}

.shop-tracking-status .order-status-timeline .order-status-timeline-completion.c4 {
    width: 100%;
}

.shop-tracking-status .image-order-status {
    display: inline-block;
    width: 19.5%;
    text-align: center;
    position: relative;
    float: left;
    text-align: center;
}

.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 .status {
    color: #a7a7a7;
    font-weight: bold;
}

.shop-tracking-status .image-order-status.active .statusOk:after {
    font-family: "FontAwesome";
    color: #30b048;
    content: "\f00c";
    padding-left: 5px;
}

.shop-tracking-status .image-order-status .icon {
    height: 40px;
    width: 40px;
    background-color: #00712d;
    border-radius: 26px;
    padding: 11px 13px;
    width: 60px;
    height: 60px;
    border: 3px solid #fff;
    margin: 0 auto;
    display: inline-block;
    line-height: normal;
}

.shop-tracking-status .image-order-status .status {
    color: #333;
    top: 70px;
    display: block;
    margin: 0 0 15px 0;
}

.shop-tracking-status .image-order-status-new .icon:before {
    content: "\f187";
    color: white;
    font-size: 2.5em;
    font-family: "FontAwesome";
}

.shop-tracking-status .image-order-status-active .icon:before {
    content: "\f017";
    color: white;
    font-size: 3em;
    position: relative;
    font-family: "FontAwesome";
}

.shop-tracking-status .image-order-status-intransit .icon:before {
    content: "\f0d1";
    color: white;
    font-size: 3em;
    position: relative;
    font-family: "FontAwesome";
    display: inline-block;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
}

.shop-tracking-status .image-order-status-delivered .icon:before {
    content: "\f06b";
    color: white;
    font-size: 3em;
    position: relative;
    font-family: "FontAwesome";
}

.shop-tracking-status .image-order-status-delivered .status:before {
    display: none;
}

.shop-tracking-status .image-order-status-delivered .status:after {
    font-family: "FontAwesome";
    content: "";
    padding-left: 1px;
    vertical-align: middle;
}

.shop-tracking-status .image-order-status-completed .icon:before {
    content: "\f05d";
    color: white;
    font-size: 3em;
    position: relative;
    font-family: "FontAwesome";
}

.shop-tracking-status .image-order-status-completed .status {
    top: 70px;
    left: 1px;
    text-align: center;
}

.shop-tracking-status .image-order-status-completed .status:before {
    display: none;
}

.shop-tracking-status .image-order-status-completed .status:after {
    font-family: "FontAwesome";
    content: "";
    padding-left: 5px;
    vertical-align: middle;
}

.shop-tracking-status .bold {
    font-weight: bold;
}

.shop-tracking-status .iconInactive {
    background-color: #c1c1c1 !important;
}

#rastrearDiv {
    padding-top: 24px;
}

.well {
    padding: 5px;
}


.well.col-sm-12 {
    width: 100%;
    float: left;
    background-color: transparent;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

@media screen and (max-width: 990px) {
    .shop-tracking-status .image-order-status-new .icon:before {
        font-size: 2em;
    }

    .shop-tracking-status .image-order-status-active .icon:before {
        font-size: 2.2em;
    }

    .shop-tracking-status .image-order-status-intransit .icon:before {
        font-size: 2.2em;
    }

    .shop-tracking-status .image-order-status-delivered .icon:before {
        font-size: 2.2em;
    }

    .shop-tracking-status .image-order-status-completed .icon:before {
        font-size: 2.2em;
    }

    .shop-tracking-status .image-order-status .icon {
        height: 45px;
        width: 45px;
        border-radius: 16px;
        padding: 8px 9px;
    }

    .shop-tracking-status .order-status {
        height: 90px;
        margin: 20px auto !important;
    }

    .shop-tracking-status .order-status-timeline {
        top: 51px;
    }

    #imgLogo {
        width: auto;
        height: auto;
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }

    #rastrearDiv {
        padding-top: 10px;
    }
}

@media screen and (max-width: 600px) {
    span.status {
        font-size: 12px;
    }

    #imgLogo {
        width: auto;
        height: auto;
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }

    #rastrearDiv {
        padding-top: 10px;
    }
}

@media screen and (max-width: 440px) {
    /* text-align: center; */

    .shop-tracking-status .image-order-status.active .statusOk:after {
        display: block;
        height: 0px;
        position: relative;
        top: 5px;
    }

    span.status {
        font-size: 10px;
    }

    #imgLogo {
        width: auto;
        height: auto;
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }

    #rastrearDiv {
        padding-top: 10px;
    }
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.85);
    /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Add Animation - Zoom in the Modal */
.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.cssPedidoStatusFundoCor{
    background-color: #006a96;
    color: #fff;
    font-weight: bold;
}

.cssPedidoStatusFundoCor:hover{
    color: #eee  !important;
}

.cssPedidoStatusFundoCor:focus{
    color: #eee  !important;
}

#bt_abrir_modal_entender_entrega{
    margin-bottom: 6px;
    margin-top: -6px;
    color: #fff;
    font-weight: bold;
}

.cssPedidoStatusTextoCor{
    color: #006a96; 
}


#btTituloDocumento{
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
