body{
    font-family: 'Open Sans', sans-serif;
    /* background-color: #f3f3f9; */
    background-color: white; 
    font-size: 12px;
}


.container-fluid.home{
    background-color:white;
    padding:20px 40px 40px 40px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
    margin-top:20px;
    max-width: 1000px;
}

.search-form .col-md-4{
    margin: 0 auto;
}

.home table{
    table-layout: fixed;
    margin: 0 auto;
}

.search-form{
    background-color: #f3f3f9;
    padding: 10px;
}

.cus-alert{
    max-width: 1180px;
    margin: 20px auto;
}

.contact-details{
    max-width:350px;
}


.contactHeader {
    font-weight: bold;
    color: #833177;
}

.storeTitle {
    font-size: 3rem;
    font-weight: bold;

}

.home table th,
.home table td{
    /* font-size: calc(11px + (13 - 10) * ((100vw - 300px) / (1600 - 300))); */
    font-size: 12px

}
.home table td{
    text-align:center;
}
.home table th{
    text-align: center;
    vertical-align: middle; 
}

.home .form-group,
.home input.form-control,
.home button.form-control{
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin-bottom: 0;
}

#trackingNo{
    border-radius: .25rem 0 0 .25rem;
    border-right: none;
}

button.btn.btn-primary,
input.btn.btn-primary{
    border-radius: 0 .25rem .25rem 0;
    background-color:white;
    color: grey;
    border: 1px solid #ced4da;
    border-left:none;

}

.formOnFocus{    
    border-color: #80bdff !important;

}

.form-control:focus{
    box-shadow:none !important;
}

.home h4{
    color: #833177;
}

.tos{
    max-width: 1100px;
    margin:0 auto;
}
.tos h2,
.home h2{
    color: #833177;
    padding: 10px 0;
    font-size: 14px;
    font-weight: bold;
}

.home h1{
    font-weight: bold;
    
}

.searchFormContainer{
    max-width: 500px;
    margin: 0 auto;
    text-align: center
}

.home .form-inline>.form-group{
    width:90%;
}
.home .form-inline .form-control{
    width:100%;
}
.home .form-inline > .form-control{
    width:10%;
}

@media screen and (max-width:500px){
    .home table{
        table-layout: fixed;
        word-wrap: break-word;

    }
    .container-fluid.home{
        padding:5px;
    }

    .home table th{
        padding:1px;
    }
    .home table td,
    .home table th{


        font-size:9px;
    }
    .storeCol1{
        order:2;
        -ms-flex-order: 2;
        margin-top:5px;
    }
    .storeCol2{
        order:1;
        -ms-flex-order: 1;
        padding-top:5px !important;
    }
    .mobiRemoveMargin{
        margin:0 !important;
    }

    .container-fluid.home{
        padding: 15px;
    }
}

.homeTitle a:hover,
.homeTitle a{
    color:#873584;;
    text-decoration: none;
    font-size: 22px;
    
}

.backHome{
    display: none;
    font-size:12pt;
}

[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}
[data-title]:after {
    content: attr(data-title);
    background-color: #873584;
    color: #ffffff;
    font-size: 10pt;
    position: absolute;
    padding: 10px 20px;
    bottom: 90%;
    left: -10%;
    white-space: nowrap;
    /* box-shadow: 1px 1px 3px #222222; */
    opacity: 0;
    /* border: 1px solid #111111; */
    border-radius: 5px;
    z-index: 99999;
    visibility: hidden;
    white-space: pre;
}
[data-title] {
    position: relative;
}


.hidden{
    display: none;
}

.hidden.toggle{
    display:table-row-group;
}

tbody.latestUpdate{
    cursor: pointer;
}

.tooltip-outer img {
    max-width: 110px;
  }
  
  .tooltip-inner {
    background: none;
  }
  
  .tooltip-outer {
    background-color: #712e7e;
    text-align: center;
  }
  
  .tooltip.show {
    opacity: 1 !important;
  }
  
  .bs-tooltip-top .arrow::before {
    border-top-color: #712e7e;
  }
  

.tooltip-outer img {
  padding-bottom: 5px;
}


.tooltip-outer img.speedexLogo {
  max-width: 80px;
}
