.bg-white {
	background-color: white;
}

.w-20 {
	width:20%;
}

.w-15 {
	width:15%;
}

#VatcodeCode,
#PlantCode,
#OutletCode,
#PaymenttermCode,
#PaymenttypeCode,
#SalespersonCode {
	text-transform: uppercase !important;
}

.pagination-css .form-control {
    max-width: 1100px !important;
}

.input-group-prepend .form-control {
    margin-bottom: 0px !important;
    max-width: 100%;
}

.input-group-text, .form-control {
    border-radius: 0px;
}

.fa-sort {
    cursor: pointer;
}

.btn-group>.btn:not(:first-child) {
    border-radius: 0.25rem !important;
}

.btn-green {
	cursor: pointer;
	background-color: #0dcaa4;
    color: #fff;
	display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s
}

.d-table .d-table-row:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

.d-table-cell {
    padding: 10px 10px 5px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

input.btn-green[type="submit"]:disabled {
    background-color: #d3d3d3 !important;
    cursor: not-allowed;
}

    @media (min-width: 300px) and (max-width: 576px) {
    .right {
        text-align: right;
    }
}