html body
    {
        background-color: #dae4f0 !important;
        font-weight: bold;
    }

.back-to-top {
    display: none !important;
}

    .deliveryError
    {
        background-color: lightcoral;
    }
    
    .progressBarOrange
    {
        height: 15px;
        background-color: #ccc;
    }
    
    .progressBarOrange span
    {
        background-color: orange;
        height: 15px;
        float: left;
    }
    
    .progressBar, .progressBarOrange
    {
        height: 15px;
        width: 100%;
        min-width: 220px;
        background-color: lightgrey;
    }
    
    .progressBar span
    {
        background-color: green;
        height: 15px;
        float: left;
    }
    
    .dashboard .table-bordered > tbody > tr > td
    {
        font-weight: bold;
        padding: 10px 5px !important;
    }
    
    .normalRoute
    {
        font-size: 11px;
    }
    
    #normalRoute
    {
        width: 100% !important;
    }
    
    .Comment
    {
        font-size: 12px !important;
        font-weight: normal !important;
    }
    
    .salesComments
    {
        font-weight: normal;
        font-size: 11px;
    }
    
    .returnsView
    {
        font-weight: normal;
    }
    
    .SpecialTerms
    {
        font-size: 11px;
    }
    
    .btn-portal
    {
        padding: 0px 5px 0px 0px;
    }
    
    .btn-portal .btn
    {
        padding: 20px 0px;
        font-size: 20px;
        margin: 0px 5px 5px 0px;
    }
    
    .btn-portal span
    {
        display: block;
        padding-top: 10px;
        font-size: 14px;
    }
    
    .btn-portal i
    {
        font-size: 48px;
    }
    
    .btn-portal .btn-white i
    {
        font-size: 26px;
    }
    
    .btn-portal-container
    {
        padding: 15px 10px 0px 15px;
    }
    
    .Marketing_No, .Marketing_Yes
    {
        padding: 4px 8px !important;
    }
    
    .Marketing_Yes
    {
        background-color: green !important;
        color: #fff !important;
    }
    
    .box-body .SalesTab1
    {
        font-weight: normal !important;
        font-size: 12px !important;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
    }
    
    .box-body .SalesTab2, .box-body .SalesTab3
    {
        font-weight: normal !important;
        font-size: 10px !important;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
    }
    
    #SupplierOverview .table>tbody>tr>th, #SupplierOverview .table>tbody>tr>td
    {
        font-size: 10px !important;
    }
    
    .SalesTab2>tbody>tr>th, .SalesTab3>tbody>tr>th
    {
        font-size: 10px !important;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
    }
    
    .typeahead
    {
        top: 46px !important;
    }
    
    .suggestion ul.typeahead
    {
        top: 78px !important;
    }
    
    .tablePODetails ul.typeahead
    {
        position: inherit !important;
    }
    
    .NetSales, .Margin
    {
        background-color: yellow;
        font-weight: bold !important;
    }
    
    .portal-search
    {
        margin-top: 20px;
    }
    
    #tabClearanceSection, .ChooseRegButton .switch-toggle
    {
        display: none;
    }
    
    .pdf-thumb-box
    {
        display: inline-block !important;
        position: relative !important;
        overflow: hidden;
    }
    
    .pdf-thumb-box-overlay
    {
        display: none;
    }
    
    .pdf-thumb-box a:hover .pdf-thumb-box-overlay
    {
        display: inline;
        text-align: center;
        position: absolute;
        transition: background 0.2s ease, padding 0.8s linear;
        background-color: rgba(5, 76, 156, 0.5);
        color: #fff;
        width: 100%;
        height: 100%;
        left:0;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    }
    
    .pdf-thumb-box-overlay span
    {
        position: relative;
        top: 42%;
        font-size: 30px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .wrapper
    {
        width: 100%;
        /* whatever width you want */
        display: inline-block;
        position: relative;
        border: 1px solid #ccc;
        border-radius: 3px;
    }
    
    .wrapper:after
    {
        padding-top: 80%;
        display: block;
        content: '';
    }
    
    .main
    {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        /* fill parent */
        background-color: #fff;
        /* let's see it! */
        color: white;
        background-size: contain;
        background-repeat:no-repeat;
        background-position-x:center;
        background-position-y:center;
    }
    
    .SearchMenu, .BasketMenu
    {
        color: #084a9b;
        font-size: 36px;
        margin-top: 10px;
    }
    
    .btn-message-flash {
      background-color: #004A7F;
      color: #FFFFFF !important;
    }
    
    .btn-message-flash:hover
    {
        color: #fff !important;
    }
    
    .btn-message
    {
        font-size: 12px;
    }
    @-webkit-keyframes glowing {
      0% { background-color: #B20000; -webkit-box-shadow: 0 0 0px #B20000; }
      50% { background-color: #FF0000; -webkit-box-shadow: 0 0 0px #FF0000; }
      100% { background-color: #B20000; -webkit-box-shadow: 0 0 0px #B20000; }
    }
    
    @-moz-keyframes glowing {
      0% { background-color: #B20000; -moz-box-shadow: 0 0 0px #B20000; }
      50% { background-color: #FF0000; -moz-box-shadow: 0 0 0px #FF0000; }
      100% { background-color: #B20000; -moz-box-shadow: 0 0 0px #B20000; }
    }
    
    @-o-keyframes glowing {
      0% { background-color: #B20000; box-shadow: 0 0 0px #B20000; }
      50% { background-color: #FF0000; box-shadow: 0 0 0px #FF0000; }
      100% { background-color: #B20000; box-shadow: 0 0 0px #B20000; }
    }
    
    @keyframes glowing {
      0% { background-color: #B20000; box-shadow: 0 0 0px #B20000; }
      50% { background-color: #FF0000; box-shadow: 0 0 0px #FF0000; }
      100% { background-color: #B20000; box-shadow: 0 0 0px #B20000; }
    }
    
    .btn-message-flash {
      -webkit-animation: glowing 1500ms infinite;
      -moz-animation: glowing 1500ms infinite;
      -o-animation: glowing 1500ms infinite;
      animation: glowing 1500ms infinite;
    }
    
    .btn
    {
        word-wrap: break-word;
    }
    
    .VehicleBarContainer
    {
        display: none !important;
    }
    
    .Cut8pmBanner
    {
        background-color: #2d3f51;
        color: #ffffff;
        font-family: 'Montserrat', sans-serif;
        display: block;
        margin: 0px 0px 0px 0px !important;
        height: 48px;
    }
    
    .NumberPlate
    {
        text-transform: uppercase;
    }
    
    #product-list h1
    {
        margin-top: 0px !important;
    }
    
    #popupWindowModal
    {
        z-index: 10001;
    }
    
    .PartsListBG
    {
        background-color: #ffffff;
    }
    
    .MultiLabel
    {
        padding-top: 6px !important;
        padding-bottom: 1px !important;
        border: 1px solid #ccc;
    }
    
    .MultiButton .btn
    {
        margin-bottom: 12px;
    }
    
    .BulkWording
    {
    font-size: 11px;
    font-weight: bold;
    padding-top: 10px;
    }
    
    .stock
    {
        padding-bottom: 8px;
    }
    
    .btn-bulk
    {
        font-size: 11px !important;
    }
    
    .certificate
    {
        padding: 10px 0px;
    }
    
    a.homenav
    {
        color: #fff;
        font-family: 'Droid',Arial;
        background-color: none;
        padding: 5px 10px 5px 10px;
        text-decoration: none;
        font-size: 12px;
        text-transform: uppercase;
        display: inline-block;
    }
    
    a:hover.homenav
    {
        color: #bb0000 !important;
        background-color: #fff !important;
    }
    
    .CMSMenuBar
    {
        background-color: #bb0000;
    }
    
    .btn-amazon
    {
        padding: 10px 0px;
    }
    
    .BHMessage
    {
        padding: 14px;
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;
    }
    
    @media (min-width: 768px)
{
    body
    {
    font-size: 11px !important;
    }
}

@media (min-width: 1360px)
{
    body
    {
    font-size: 14px !important;
    }
}

.BasketBadge {
    display: inline-block;
    position: absolute;
    right: 14px;
    top: 0px;
    min-width: 10px;
    padding: 5px 8px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    vertical-align: top;
    white-space: nowrap;
    text-align: center;
    background-color: #90bf4c;
    border-radius: 18px;
}

.Header i
{
    font-size: 32px;
}

.Header span
{
    font-size: 10px;
    font-family: 'Montserrat';
    display: block;
}

.Headeri
{
    padding: 12px 0px;
}

.Accounti
{
    background-color: #d9534f;
    color: #fff;
}

.LiveChati
{
    background-color: #00adf2;
    color: #fff;
}

.Messagesi
{
    background-color: #428bca;
    color: #fff;
}

.Basketi
{
    background-color: #f2f2f2;
}

.Basketi:hover
{
    background-color: #dff0d8;
}

.Basketi i
{
    font-size: 46px;
    padding: 4px 0px;
}

.form-check-label
{
    padding: 10px 14px;
    display: block;
    border-radius: 3px;
}

.form-check-label:hover
{
    background-color: #dae4f0;
}

.form-check-label p
{
    font-weight: 100;
    font-size: 11px;
    padding-left: 16px;
    margin: 0 0 0 0;
}

ul.AccountsMenu li a
{
    padding: 5px 8px;
    display: block;
}

ul.AccountsMenu li a:hover
{
    background-color: #dae4f0;
    border-radius: 3px;
}

.CallPanel
{
    background-color: #428bca;
    padding-bottom: 10px;
}

.CallPanel h3
{
    color: #fff;
    font-size: 26px;
}

.CallPanel p
{
    color: #fff;
    padding: 0px 5px;
}

.DateTime
{
    display:block;
    padding: 6px 8px;
    border-bottom: 1px solid #084a9b;
}

#BankHol .DateTime
{
    border-bottom: 0px;
}

.Day, .Time
{
    color: #fff;
}

.Time
{
    float: right;
    text-align: right;
}

.TimeEmail, .TimeEmail a
{
    font-size: 13px;
    line-height: 14px;
    color: #fff !important;
    padding: 4px 0px 0px;
}

.OpenToday
{
    background-color: #084a9b;
    display: block;
    padding: 4px 6px;
}

.TimeEmail
{
    display: block;
}

.SuggestedVehicle
{
    border: 4px solid #ccc;
}

.SuggestedVehicle:hover
{
    border: 4px solid #084a9b;
}

.VrmPrompt
{
    background-color: rgb(251, 152, 40);
    border-color: #bb0000;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    margin: 0px 10px;
}

.VehicleAlsoFitsLink h2
{
    font-size: 24px;
    margin-top: 0px;
}

.ATBTitle
{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #376298 !important;
}

.ATBDescription
{
    font-size: 12px;
    margin-bottom: 5px;
    color: #376298 !important;
}

.ATBNumber
{
    font-weight: bold;
    margin-bottom: 5px;
    color: #376298 !important;
}

.ATBPrice
{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #376298 !important;
}
#StaffMenu
{
    display: none;
}

h1.box-title
{
    font-size: 32px !important;
}

.PortalNavBar
{
    background-color: #376298;
}

.PortalNavBar2
{
    background-color: #428bca;
}

.nav-pills>li>a
{
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 13px;
}

a.PortalNav
{
    width: 25%;
    float: left;
    padding: 10px 0px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

a.PortalNav:hover
{
    background-color: #dae4f0;
    color: #376298;
}

.box {
    position: relative;
    background: #ffffff;
    margin-bottom: 3px;
    width: 100%;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

.box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.table-bordered {
    border: 1px solid #ccc;
}

.box-body > .table {
    margin-bottom: 0;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #ccc;
}
.table > thead > tr > th {
  border-bottom: 2px solid #ccc;
}
.table tr td .progress {
  margin-top: 5px;
}
.table-bordered {
  border: 1px solid #ccc;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ccc;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table.no-border,
.table.no-border td,
.table.no-border th {
  border: 0;
}
/* .text-center in tables */
table.text-center,
table.text-center td,
table.text-center th {
  text-align: center;
}
.table.align th {
  text-align: left;
}
.table.align td {
  text-align: right;
}

#returnStatusOptions, #ReturnReason, .returnStatusOptions
{
    width: 100% !important;
}

.table, th
{
    text-align: center;
}

.table {
    margin-bottom: 0px;
}

.table>tbody>tr>td, .table>tbody>tr>th
{
    padding: 5px 3px !important;
    word-wrap: break-word;
}

.Pad5
{
    padding: 0px 5px 5px 5px !important;
}

.Red, .PriceColor
{
    color: #bb0000 !important;
}

#PortalTabs .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

#PortalTabs .nav-pills > li > a {
  border-radius: 0;
}

.nav-pills>li>a
{
    color: #fff;
}

.nav-pills>li>a:hover
{
    color: #376298;
    background-color: #fff;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus
{
    background-color: #dae4f0;
    color: #376298;
}

.nav-pills>li+li {
    margin-left: 0px;
}

.PartNumber
{
    margin-top: 12px;
}

.PartInfoBar
{
    padding: 0px;
}

.box
{
    overflow-x: auto;
}

.PartInfoBar .table {
    margin-bottom: 0px !important;
}   

.PortalSearch .form-control
{
    height: 44px;
    padding: 6px 16px;
    font-size: 16px;
    text-transform: uppercase;
}

.PortalSearch .form-control > input[type=search], .input-group .form-control:first-child
{
    text-transform: uppercase;
}

.PortalSearch .btn
{
    padding: 8px 20px 4px 20px;
}

.PortalSearch .btn-imp-blue
{
    font-size: 23px;
}

.PrimarySupplier
{
    background-color: yellow;
}

#HomeBackground {
    background-size: cover;
    background-position: center center;
    width: 100%;
}

.section-background-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.overlay {
    background: rgba(0,0,0,0.4);
    width: 100%;
    position: absolute;
    overflow: hidden;
    height: 100%;
    top: 0;
    left: 0;
}

.btn .label {
    position: relative;
    top: -3px;
}

.label {
    display: inline;
    padding: 3px 8px;
    margin-left: 5px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.deliverypart-thumb-box, .pdf-thumb-box
{  
    margin-bottom: 5px;
}

.pictureUploadForm input[type=file] {
    display: block;
    max-width: 200px !important;
    margin: 5px 0px !important;
}

.NavPriceUpdate .btn-imp-blue {
    font-size: 13px;
}