input {
    width: 100%;
    border: 0px;
    padding: 2px 10px;
}
.td_main_head {
    background: #545454;
    color: #fff;
    border: 0px;
}
.td_main_head_sub {
    background: #000;
    color: #fff;
    border: 0px;
}
.td_bg_one {
    background: #545454;
    color: #fff;
    padding: 0px !important;
    border-left: 1px solid #333 !important;
    text-align: center;
    line-height: 44px;
}
.td_bg_two {
    background: #000;
    color: #fff;
    padding: 0px !important;
    border-left: 1px solid #333 !important;
    text-align: center;
    line-height: 44px;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0rem;
    background-color: transparent;
}
.snd_color{
background: #5a3939;
padding: 0px !important;
line-height: 44px;
border: 1px solid #fff !important;
}
.snd_color input{
background: #5a3939;
color: #fff;
padding: 0px 10px;
}
td.td_bg_one input {
    background: #fff2f2;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #444;
}