﻿body
{
}


.shipmentDiv
{
    border-width: thin;
    border-style: solid;
    border-color: Gray;
}

.pickUpDateLabel
{
    font-weight: 500 !important;
}

.carrierDetailLogo
{
    height: 65px;
}

.ratingResultHeader
{
    height: 20px;
    font-size: medium;
    background-color: #d3d3d3;
    color: Black;
    font-weight: bold;
}



.accessorialHeader
{
    height: 20px;
    margin-top: 5px;
    font-size: medium;
    background-color: #d3d3d3;
    color: Black;
}

.actionImage
{
    height: 35px;
}

.quoteDiv
{
    border-right-color: #d3d3d3;
    border-right-style: solid;
    border-right-width: thin;
    padding-top: 5px; /* height: 170px;*/
}

.saveImage
{
    height: 25px;
}

.resultRow
{
    border-color: #d3d3d3;
    border-width: thin;
    border-style: solid; /* border-left-width: 0px;*/
}
.backButton
{
    font-size: 25px;
}




.actionColumn
{
    width: 13%;
}

.carrierColumn
{
    width: 31%;
}
.accesorialColumn
{
    width: 34%;
}
.shipmentColumn
{
    width: 22%;
}


.pinButton
{
    font-size: 24px;
}





.carrierLogo
{
    width: 98px;
}

.productMediumHeader
{
    width: 60px;
}

.productSmallHeader
{
    width: 30px;
}

.productGrid
{
    border: 1px solid #d3d3d3;
    width: 100%;
    height: 50px;
    float: left;
    table-layout: fixed;
}

.RatingPageLink
{
    color: Black;
    font-weight: bold;
    font-size: medium;
}

.WordBreakLabel
{
    word-wrap: break-word;
}

.acceesorialDiv
{
    width: 47%;
}



.RatingResultTab
{
    background:white;
}