﻿* {
    box-sizing: border-box;
}

#statusCard {
    display: none;
}

#shippingNotFound {
    display: none;
}

#customerLogoBrandContainer {
    display:none;
}

.shippingStatusNameContainerNotFound {
    background-color: #a5a5a5;
    padding: 10px 15px;
    border-radius: 20px;
    width: auto;
    display: inline-block;
}

body {
    background-color: #ece9e9;
}

tbody {
    width: 100%;
}

.containerTracking {
    padding: 30px;
    margin-top: 50px;
    border-radius: 20px;
    background-color: white;
    -webkit-box-shadow: 1px 3px 6px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 3px 6px 0px rgba(0,0,0,0.5);
    box-shadow: 1px 3px 6px 0px rgba(0,0,0,0.5);
}

.customerLogoBrand {
    max-height: 130px;
    max-width: 240px;
}

.ldv {
    font-weight: 600;
    color: #6C6B6B;
    font-size: 30px;
    margin: 0;
}

.shippingStatusNameContainer {
    padding: 10px 15px;
    border-radius: 20px;
    width: auto;
    display: inline-block;
    text-align: center;
}

.shippingStatusName {
    width: 100%;
    color: white;
    font-weight: 600;
    word-wrap: break-word;
    font-size: 20px;
}

.shippingStatusRow {
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
}

.shippingStatusRow:last-child {
    border: none;
}

.shippingStatusRow:first-child {
    margin-top:20px;
}

.shippingStatusIcon {
    width: 63px;
    height: 63px;
    color: white;
    border-radius: 100%;
    vertical-align: middle;
    display: table-cell;
    margin: 0;
}

.shippingStatusNote {
    font-size: 20px;
    font-weight: 600;
    color: #424242;
    word-break: break-word;
    display: inline-block;
}

.iconCell {
    width:15%;
    min-width: 70px;
}

.noteCell {
    width:45%;
    min-width: 50%;
}

.infoCell {
    width: 40%;
    min-width: 70px;
}

.shippingStatusCarrierNameContainer {
    padding: 5px;
    border-radius: 4px;
    width: auto;
    display: inline-block;
    background-color: #d8d8d8;
}

.shippingStatusCarrierName {
    width: 100%;
    color: white;
    font-weight: 600;
    word-wrap: break-word;
    font-size:20px;
}

.shippingStatusLocationIcon {
    display: inline !important;
    font-size: 18px !important;
}

.shippingStatusLocationName {
    font-size: 20px;
    font-weight: 600;
    color: #424242;
    /*word-break: break-word;*/
}

.shippingStatusEventDate {
    font-size: 16px;
    font-weight: 400;
    color: #424242;
}

.serviceIcon {
    color: white;
}

/*Barra di ricerca*/
#inputSearchBar {
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 600;
    border: none;
    float: left;
    width: 80%;
    background-color: white;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.2);
    box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.2);
    letter-spacing: 1px;
}

#inputSearchBar:focus {
    outline:none;
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.4);
    box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.4);
}

#buttonSearchBar {
    float: left;
    width: 20%;
    padding: 10px;
    background: #333;
    color: white;
    font-size: 20px;
    border-left: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}

    .disabled {
        background-color: #333c !important;
        cursor: none !important;
        pointer-events: none;
    }


#buttonSearchBar:hover {
    background-color: #333c;
    color: white;
}

#searchBar::after {
    content: "";
    clear: both;
    display: table;
}

#searchBar {
    max-width: 300px;
    margin: 0 auto;
}

/*----------------------------------*/

body.preloader-site {
    overflow: hidden;
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
}

#loading {
    display: none;
}

@media screen and (max-width: 767px) {
    body {
        background-color: #ece9e9;
    }
    .containerTracking {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        padding:10px;
    }

    .customerLogoBrand {
        max-height: 100px;
        max-width: 150px;
    }

    .ldv {
        font-size: 20px;
        margin-left: 10px;
    }

    .shippingStatusName {
        font-size: 16px;
    }

    .shippingStatusIcon {
        width: 50px;
        height: 50px;
    }

    .shippingStatusIcon i {
        font-size: 18px;
    }

    .shippingStatusNote {
        font-size: 16px;
    }

    .shippingStatusCarrierName {
        font-size: 14px;
    }

    .shippingStatusEventDate {
        font-size: 14px;
    }

    .shippingStatusLocationName {
        font-size: 14px;
    }
}
