/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification 
for details on configuring this project to bundle and minify static web assets. */
* {
    font-family: Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    height: 100%;
}

.header {
    width: 60%;
    margin: auto;
    background-color: #EEEEEE;
}

a {
    text-decoration: none;
    color: #0000EE;
}

.content {
    width: 90%;
    max-width: 1550px;
    margin: auto;
    background-color: #EEEEEE;
    min-width: 320px;
    min-height: 96%;
}

.bandeau {
    position: relative;
    height: 90px;
    display: flex;
    width: 80%;
    margin: auto auto 30px;
}

.logoDecibel {
    max-height: 90px;
    max-width: 160px;
    padding: 8px 0px 0px 12px;
}

.logoTransporter {
    max-height: 90px;
    max-width: 160px;
    padding: 8px 12px 0px 0px;
}

.left-logo {
    height: 90px;
    width: 160px;
    display: table-cell;
    vertical-align: middle;
    margin-left: 80px;
    margin-top: 15px;
}

.right-logo {
    height: 90px;
    width: 160px;
    position: absolute;
    right: 0;
    margin-right: 100px;
    margin-top: 15px;
}

.contentHeader {
    width: 80%;
    margin: auto auto 15px;
    position: relative;
    padding: 25px;
    font-size: 18px;
    height: 20px;
}

footer {
    text-align: center;
    width: 100%;
    max-height: 4%;
    position: sticky;
}

.footerContent {
    padding: 10px 0px;
}

.message {
    margin: auto;
    text-align: center;
}

.divContainer {
    display: flex;
    align-content: stretch;
    justify-content: space-between;
}

.divTRP {
}

    .divTRP > select {
        height: 30px;
        width: 150px;
        background: 0 0;
        outline: none;
        border: 0px;
        border-bottom: 1px solid gray;
    }

.divTrackingNumber {
}

    .divTrackingNumber > input {
        height: 30px;
        width: 200px;
    }

.divCodePostal {
}

    .divCodePostal > input {
        height: 30px;
        width: 200px;
    }

.selectTRP {
    text-align-last: center;
    font-size: 18px;
}

.textboxTrackingNumber {
    text-align: center;
    font-size: 18px;
    background: 0 0;
    outline: none;
    border: 0px;
    border-bottom: 1px solid gray;
}

.senderReceiverInfo {
    margin: 25px auto 0px;
    display: flex;
    width: 94%;
    border: 5px solid rgb(247, 247, 247);
    border-radius: 5px;
    padding: 20px 5px;
}

.infosSender, .infosReceiver {
    text-align: center;
    margin: auto;
    width: 100%;
}

.details {
    width: 85%;
    margin: auto;
    border: 5px solid rgb(247, 247, 247);
    border-radius: 5px;
}

.displayDetails {
    margin: 10px 0px 0px;
}

.stepDetails {
    padding-bottom: 20px;
    padding-top: 20px;
}

.labelChevronDown {
    font-size: 22px;
    font-weight: 400;
    padding-left: 15px;
    display: table-cell;
    vertical-align: middle;
}

.hidden {
    visibility: hidden;
    opacity: 0;
    height: 0;
    margin: 0 !important;
    border: 0;
    padding: 0;
    overflow: hidden;
}

.visible {
    visibility: visible;
    opacity: 1;
    height: auto;
    transition: height 0s linear 0.33s, opacity 0.33s linear;
}

.fa-chevron-down {
    font-size: 30px !important;
    padding-left: 30px;
}

    .fa-chevron-down:hover {
        cursor: pointer;
    }

.rotate_fa-chevron-down {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    padding-top: 30px
}

.hide {
    display: none;
}

.graph {
    width: 90%;
    overflow: hidden;
    margin: 20px auto 20px auto;
    background-color: #EFEFEF;
    display: flex;
    position: relative;
    padding: 0px 30px 30px 30px;
    border: 5px solid rgb(247, 247, 247);
    border-radius: 5px;
    justify-content: center;
    min-height: 120px;
}

.graphLabel {
    position: absolute;
    min-width: 120px;
    min-height: 40px;
    text-align: center;
    margin-left: -35px;
    margin-top: 65px;
    font-weight: 500;
    word-break: break-word;
}

.graphInProgressLabel, .graphDeliveredLabel, .graphErrorLabel {
    position: absolute;
    min-width: 170px;
    min-height: 40px;
    text-align: center;
    margin-left: -50px;
    margin-top: 75px;
    font-weight: 500;
}

.graphUnconfirmedLabel {
    position: absolute;
    min-width: 120px;
    min-height: 40px;
    text-align: center;
    margin-left: -35px;
    margin-top: 65px;
    font-weight: 500;
    word-break: break-word;
    color: grey;
}

li {
    list-style-type: none;
    position: relative;
}

.graphConfirmedSymbol {
    position: absolute;
    margin-top: 7px;
    margin-left: 15px;
    font-size: 25px;
    font-weight: bold;
    color: white;
}

.graphBigConfirmedSymbol {
    position: absolute;
    margin-top: 7px;
    margin-left: 19px;
    font-size: 40px;
    font-weight: bold;
    color: white;
}

.graphBigWhiteCross {
    position: absolute;
    margin-top: 5px;
    margin-left: 19px;
    font-size: 50px;
    color: white;
}

.graphCircle {
    margin: auto 30px;
    z-index: 999;
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    border-radius: 50px;
}

.graphBigCircle {
    z-index: 999;
    margin: auto 30px;
    width: 70px;
    height: 70px;
    min-width: 70px;
    min-height: 70px;
    border-radius: 70px;
}

.graphConfirmedCircle {
    background-color: #2fc457;
}

.graphErrorCircle {
    background-color: #e31d0b;
}

.graphInProgressCircle {
    border: 2px solid #2fc457;
    background-color: white;
}

.graphDeliveredCircle {
    background-color: #2fc457;
}

.graphUnconfirmedCircle {
    background-color: #dddddd;
    border: 2px solid #ededed;
}

.graphLine {
    min-width: 150px;
    height: 14px;
    margin: 75px -55px;
}

.graphErrorLine {
    background: linear-gradient(to right, #2fc457 0%, #2fc457 50%, #e31d0b 50%, #e31d0b 100%);
}

.graphConfirmedLine {
    background-color: #2fc457;
}

.graphConfirmedGradientLine {
    background-image: linear-gradient(270deg, #2fc457, 30%, #efefef);
}

.graphWaitingLine {
    background-color: #dddddd;
}

.fa-truck {
    z-index: 1000;
    color: rgb(100, 100, 100);
    font-size: 40px !important;
    margin-top: 12px;
    margin-left: 2px;
}

.stepList {
    margin-top: 0px;
    margin-bottom: 0px;
}

.step {
    display: flex;
    flex-wrap: wrap;
    min-height: 50px;
    font-weight: 500;
    align-items: center;
    padding: 2px 10px 2px 10px;
}

.oddStep {
    background-color: #eeeeee;
}

.evenStep {
    background-color: #f5f5f5;
}

.date {
    width: 15%;
    text-align: center;
}

.description {
    width: 65%;
    text-align: center;
}

.location {
    width: 15%;
    text-align: center;
}

.button-search {
    border: none;
    margin-left: 10px;
    font-size: 20px;
    background-color: transparent;
}

    .button-search:hover {
        cursor: pointer;
    }

.longStatusContainer {
    margin: 30px auto 0px;
    width: 84%;
    border: 5px solid rgb(247, 247, 247);
    border-radius: 5px;
    padding: 10px;
}

.longStatusContent {
    margin: auto;
    padding: 5px 0px;
}

.pLongStatus {
    font-size: 13px;
    height: 160px;
    width: 100%;
    resize: none;
    border: none;
    outline: none;
    overflow: auto;
    background-color: #efefef;
}

.pSenderInfo, .pReceiverInfo {
    text-align: center;
    font-size: 16px;
    width: 100%;
    background-color: #efefef;
}

.errorContainer {
    margin: 50px auto 0px;
    width: 40%;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    text-align: center;
}

.errorHeader {
}

.errorCode {
    font-size: 80px;
    color: crimson;
    margin-bottom: 10px;
}

.errorDescription {
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .content {
        width: 90%;
    }

    .graph {
        width: 90%;
    }
}

@media screen and (min-width: 1281px) and (max-width: 1600px) {
    .content {
        width: 90%;
    }

    .graph {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .graph {
        width: 90%;
        padding: 0px 30px 20px 30px;
        margin: 0px auto;
    }

    /*Pour le format mobile, on reprend l'esthétique de base des champs texte*/

    /*    .textboxTrackingNumber 
    {
        background-color: white;
        outline: unset;
        border: 1px solid black;
        border-radius: 5px;
    }

    .divTRP > select {
        background-color: white;
        outline: unset;
        border: 1px solid black;
        border-radius: 5px;
    }*/
}

@media screen and (max-width: 1600px) {
    .step1 {
        display: none;
    }
}

@media screen and (max-width: 1400px) {
    .step2 {
        display: none;
    }

    .errorContainer {
        width: 40%;
    }
}

@media screen and (max-width: 1200px) {
    .step3 {
        display: none;
    }

    .errorContainer {
        width: 60%;
    }
}

@media screen and (max-width: 1050px) {
    .errorCode {
        font-size: 50px;
        color: crimson;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .content {
        width: 100%;
        overflow: hidden;
    }

    .bandeau {
        width: 90%;
    }

    .contentHeader {
        width: 90%;
    }

    .graph {
        overflow: hidden;
        border: none;
        width: 90%;
    }
}

@media screen and (max-width: 1000px) {
    .step4 {
        display: none;
    }
}

@media screen and (max-width: 900px) {
}

@media screen and (max-width: 800px) {
    .details {
        width: 100%;
        margin: auto;
        border: unset;
        padding: 0px;
    }

    .contentHeader {
        margin: auto;
        text-align: center;
        width: 70%;
        margin-bottom: 40px;
    }

    .bandeau {
        width: 100%;
        position: relative;
        height: 90px;
        display: flex;
        margin: 0px 0px 30px 0px;
    }

    .right-logo {
        margin-right: 0px;
        padding: 10px 20px 0px 0px;
        margin-top: 0px;
    }

    .left-logo {
        padding: 10px 0px 0px 10px;
        margin-left: 0px;
        margin-top: 0px;
    }

    .date {
        width: 100%;
        text-align: center;
    }

    .description {
        width: 100%;
        text-align: center;
    }

    .location {
        width: 100%;
        text-align: center;
    }

    .divTRP, .divTrackingNumber {
        float: unset;
    }
}

@media screen and (max-width: 750px) {
    .step5 {
        display: none;
    }
}

@media screen and (max-width: 620px) {
    .step6 {
        display: none;
    }
}

@media screen and (max-width: 570px) {
    .contentHeader {
        width: 100%;
        padding: 25px 0px;
    }

    .senderReceiverInfo {
        display: block;
    }

    .infosReceiver {
        margin-top: 25px;
    }

    .errorContainer {
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
    .step7 {
        display: none;
    }

    .graph {
        margin: 30px auto !important;
        padding: 0px 0px 30px !important;
    }

    .selectTRP {
        font-size: 15px;
        width: 110px !important;
        height: 25px !important;
    }

    .textboxTrackingNumber {
        font-size: 15px;
        width: 140px !important;
        height: 25px !important;
    }

    .divTrackingNumber {
        margin-top: -1px;
    }

    .graphConfirmedGradientLine {
        margin-left: -65px;
    }

    .graphDeliveredCircle {
        margin-left: 0px;
    }

    .graphBigCircle {
        margin: auto 0px;
    }

    .displayDetails {
        margin: 10px 0px 0px;
    }

    .button-search {
        font-size: 18px;
    }

    .labelSelectTRP, .labelTrackingNumber {
        font-size: 15px;
    }
}

.hover_img a {
    position: relative;
}

.hover_img a span {
    position: absolute;
    display: none;
    z-index: 99;
}

.hover_img a:hover span {
    display: block;
    width: 350px;
}

.pDocument {
    font-size: 13px;
    width: 20%;
    float:left;
    resize: none;
    border: none;
    outline: none;
    overflow: auto;
    background-color: #efefef;
    display:flex;
}