﻿/*.calendaricon {
    top: 9px;
}*/

.footerFixed {
    position: fixed;
    background: #fff;
    right: 0px;
    left: 50px;
    bottom: 0px;
    z-index: 999;
    padding: 5px 10px;
    border-top: solid thin #ccc;
}

a.btnAdd {
    border: solid 2px #ccc;
    white-space: nowrap;
    padding: 5px 7px;
    border-radius: 5px;
    background: #ccc;
    color: #000;
    font-weight: 600;
}

    a.btnAdd:hover {
        background: #18AACC;
        color: #fff;
        border: solid 2px #18AACC;
    }

a.btnDelete {
    color: red;
}

td.maxWidth70 {
    width: 70px;
}

.table textarea {
    max-height: 35px;
}

.table > tbody > tr > td {
    padding: 8px 6px;
}

.voucherSelection {
    padding: 4px 8px;
    border: solid thin #ccc;
    border-radius: 6px;
    margin-right: 9px;
    box-shadow: 0 1px 15px 1px rgba(69,65,78,.08);
}

    .voucherSelection label {
        margin-right: 10px;
        margin-bottom: 0px;
    }

    .voucherSelection .radio {
        margin: 0px;
    }

.lblreturnDetails {
    background: #646060;
    color: #fff;
    padding: 4px 8px;
    border-radius: 5px;
    cursor: pointer;
}

    .lblreturnDetails svg {
        vertical-align: -3px;
    }

.cmd-padding.pa0 {
    padding: 0px !important;
}

.innerTableTDBG {
    background: #f0f0f0;
}

.materialDateBG, .ewayBillBG {
    margin: 5px;
}

    .materialDateBG label {
        margin-top: 8px;
    }

    .materialDateBG input {
        margin-left: 5px;
    }

.pos-rel {
    position: relative;
}

.materialDateBG .calendaricon {
    top: 9px;
    right: 5px;
}

.ewayBillBG label {
    margin-top: 8px;
    margin-left: 4px;
    margin-right: 8px;
}

.ewayBillBG input {
    margin-left: 5px;
}

.ewayBillBG button {
    margin-left: 5px;
    margin-top: 2px;
}

.txtTime {
    width: 65px;
}

.materialDateBG .highriseDatePicker {
    width: 100px;
}

.ewayBillBG .calendarBG {
    width: 100px;
}

.selectionBG {
    padding: 5px 0px;
    background: #eaf2ff;
    margin: 5px;
    border-radius: 6px;
}

.totSummary {
    padding: 4px 8px;
    border: solid thin #ccc;
    border-radius: 6px;
    margin-right: 9px;
    box-shadow: 0 1px 15px 1px rgba(69,65,78,.08);
}

.summaryBG {
    margin-top: 6px;
}

.returnQtyTableBG input {
    width: 80px;
    margin-right: 5px;
}

.returnQtyTableBG .lblreturnDetails {
    float: left;
    width: 30px;
}

.maxWidth130 {
    width: 140px;
}

#contentMain_divEwayBill {
    border: solid thin #CCC;
    margin: 10px;
    border-radius: 10px;
}
    #contentMain_divEwayBill .calendaricon {
        top: 31px;
    }

.divvehiclesection label {
    margin: 8px 4px;
}
.topdivddlVhicle {
    min-width: 150px;
    margin-right:5px;
}
#btnAddVehicle {
    margin-top: 0px !important;
    height: 33px;
    font-weight: 600;
    font-size: 20px;
}


.rowerrorbgcolour{
    background-color: #ffecec !important;
}

.bgClr td {
    background-color: bisque !important;
}

.txtchallanno {
    max-width: 75px;
}
.faiconsetting {
    left: 12px;
}

.matreturnold {
    margin-top: -20px;
}

.errorMsg{
    color:red !important;
}