.test {
    color: green;
}
.opt a, .opt2 a {
    font-size: large;
    font-weight: bold;
}
.opt {
    width: auto;
    background-color: white;
    display: inline;
}
.opt2 {
    width: auto;
    height: auto;
    background-color: white;
    display: inline;
}
.break {
    height: 30px;
    background-color: white;
}
.opt td, .opt2 td {
    padding-bottom: 5px;
}
.opt td:nth-child(1), .opt2 td {
    padding-left: 10px;
    text-align: left;
    width: 260px;
}
.opt td:nth-child(2) {
    padding-left: 20px;
    text-align: left;
    width: 220px;
}
.opt td:nth-child(3) {
    width: auto;
}
.stock td:first-child, .stocktd {
    padding-left: 100px !important;
}
.product td:first-child{
    padding-left: 50px;
}
.tbl100 {
    margin-left: 100px;
}
.viewmore {
    vertical-align: middle;
}
.viewmore .view {
    width: 100px;
    height: 100px;
}
.disabled {
    color: gray;
    cursor: text;
    pointer-events: none;
}
.disabled:hover {
    color: gray;
    cursor: text;
    text-decoration: none;
}
#searchModal .modal-dialog {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
#searchModal .modal-dialog {
    width: 100%;
}
#searchModal .modal-content {
    width: 100%;
}

/* Search */
.search-table {
    width: 100%;
}
.search-table th {
    background-color: #748185;
    color: white;
    text-align: center;
    border-top: none;
}

.search-table td {
    text-align: center;
}

.search-table .total {
    font-size: large;
    font-weight: bolder;
}
.search-table.total td{
    border-top: none !important;
    font-size: large;
    font-weight: bolder;
    text-align: left;
}
.search-table.total td:first-child{
    width: 50%;
}
.search-table .hr td {
    height: 1px;
    padding: 0;
    border-bottom: 1px solid #606060;
}
h2.invalid {
    text-align: center !important;
    color: red !important;
}
.search-form label {
    text-align: left !important;
}