﻿
#GoodsInwardsTable {
    margin-top: 10px;
    border: 2px ridge black;
    padding: 15px;
    padding-bottom: 0px;
    border-radius: 10px 10px;
    margin: auto;
}

    #GoodsInwardsTable table {
        border: none !important;
        margin: auto;
    }

.GoodsInwardsFirstColumn {
    background-color: #DADADD !important;
}

#GoodsInwardsTable table:nth-child(1) th {
    padding-right: 30px;
    border: none;
}

#GoodsInwardsTable table td {
    background-color: #FFE0C2;
}

#GoodsInwardsTable table td, table td {
    text-align: center;
}

#GoodsInwardsTable td, table {
    padding: 10px;
}

    #GoodsInwardsTable th, table th {
        color: black;
        padding-right: 15px;
        padding-left: 15px;
    }


#GoodsInwardsTable table th:first-child + th, #GoodsInwardsTable table, .GoodsInwardsDays {
    border-bottom: 2px ridge black;
}

.GoodsInwardsDays {
    border-bottom: 2px solid black !important;
}

#GoodsInwardsTable th {
    background-color: white;
}

table {
    border: 1px solid black;
    color: grey;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}

#GoodsInwardsTable table {
    width: auto;
}

table th {
    border-bottom: 1px solid grey;
}

table th:hover {
    cursor: pointer;

}

#GoodsInwardsTable th {
    border: none;
}

table td {
    padding: 10px;
}

table th {
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #4C4F56;
    color: white;
}

table tr:nth-child(even) {
    background-color: #FFFAF4;
}

table select {
    background-color: transparent;
    border: none;
    padding: 0px;
}


#grntable {
    border: 1px solid black;
    color: aqua;
    border-collapse: collapse;
    margin-bottom: 0;
}

    #grntable .large {
        min-width: 75px;
    }

    #grntable .small {
        min-width: 15px;
        max-width: 50px;
    }

    #grntable input, #grntable select {
        width: 95%;
    }

    #grntable td {
        padding: 0px;
    }

       table tr {
     transition: all 0.3s ease 0s;
    }

.rowHover tr:hover {
     background-color: #BDCD89;
}
    .rowHover tr a:hover {
         background-color: transparent;
    }
