﻿#InvoicePanel #quickPanel {
    display: inline-table;
}

    #InvoicePanel #quickPanel .sections {
        display: table-cell;
        /*width: 25%;*/
        vertical-align: top;
        padding-left: 10px;
    }

        #InvoicePanel #quickPanel .sections > div {
            height: 230px;
            width: 350px;
            padding: 5px;
            border-radius: 5px;
            background-color: #eeeeee;
        }

    #InvoicePanel #quickPanel #shipmentDetails > div {
        width: 400px;
    }

    #InvoicePanel #quickPanel #documentPanel ul {
        width: 100%;
        margin-top: 20px;
    }

        #InvoicePanel #quickPanel #documentPanel ul li {
            text-align: center;
        }

            #InvoicePanel #quickPanel #documentPanel ul li img {
                height: 40px !important;
            }

    #InvoicePanel #quickPanel #contacts {
        min-width: 25%;
        display: table-cell;
    }


    #InvoicePanel #quickPanel #shipmentDetails label {
        width: 120px;
    }

    #InvoicePanel #quickPanel #references label {
        width: 200px;
    }

    #InvoicePanel #quickPanel #references input {
        width: 250px;
    }

    #InvoicePanel #quickPanel #costDetail label {
        width: 80px;
    }

    #InvoicePanel #quickPanel #costDetail input {
        width: 250px;
    }

    #InvoicePanel #quickPanel #terminals {
        display: inline-block;
        width: 100%;
    }

        #InvoicePanel #quickPanel #terminals #originTerminal {
            /*float: left;*/
            padding: 5px;
            padding-right: 15px;
        }

        #InvoicePanel #quickPanel #terminals #destTerminal {
            float: left;
            padding: 5px;
            /*padding-left: 15px;*/
        }

    #InvoicePanel #quickPanel #clientContact {
        border-collapse: collapse;
        border-color: transparent;
        border-spacing: 0;
    }

        #InvoicePanel #quickPanel #clientContact td {
            border: none;
        }

.statusRowInvoiceDetail {
    height: 10px;
}

.statusTableInvoiceDetail {
    border-spacing: 3px;
    border-collapse: separate;
}


.statusRowReadyToInvoice {
    height: 10px;
}

.statusTableReadyToInvoice {
    border-spacing: 3px;
    border-collapse: separate;
}


#InvoicePanel #documentPanelReadyToInvoice ul {
    width: 15%;
    margin-top: 10px;
}

    #InvoicePanel #documentPanelReadyToInvoice ul li {
        text-align: center;
    }

        #InvoicePanel #documentPanelReadyToInvoice ul li img {
            height: 30px !important;
        }

.ZeroAmountRow {
    background-color: cyan;
}

/* AMBARISH 02-AUG-2023 START */
.AddedNewSellAccessorialRow {
    background-color: red;    
}

.AddedNewSellAccessorialWhiteColorRow {    
    color:white;
}

.AddedNewSellAccessorialBlackColorRow {
    color: black;
}
/* AMBARISH 02-AUG-2023 END */

#InvoicePanel #documentPanelReadyToInvoice ul li img {
    height: 30px !important;
}

.searchColsbox{
    border: solid thin #e9e9e9; 
    border-radius: 3px;
     float: left;
     padding:5px;
}

.additionalChargeTable {
    border:0px
}

.additionalChargeTable th {
  padding:5px;
}

.additionalChargeTable td {
  padding:5px;
}
#InvoicePanel #quickPanel .sectionHead {
      background-color: transparent;
    color: black;
    font-weight: bold;
    
}

/*PANKAJ START SCANING PANEL*/


#InvoicePanel #scaningPanel {
    display: inline-table;
}

    #InvoicePanel #scaningPanel .sections {
        display: table-cell;
        width: 100%;
        vertical-align: top;
        padding-left: 10px;
    }

        #InvoicePanel #scaningPanel .sections > div {
            height: 200px;
            width: 900px;
            padding: 5px;
            border-radius: 5px;
            /*background-color: #eeeeee;*/
        }

    #InvoicePanel #scaningPanel #scaningDetails > div {
        width: 800px;
    }

    #InvoicePanel #scaningPanel #DocTypeListSection {
        float: left;
        width: 210px;
    }
    #InvoicePanel #scaningPanel .sectionHead {
     background-color: transparent;
    color: black;
    font-weight: bold;
}