.customExpiryDate{
    width: 110% !important;
}

.pagination-holder{
    display:none;
    text-align: center;
    margin-top: 3%;
    margin-bottom: 1%;
}

.inventory-report-label {
    color: #bcbcbc;
    font-size: 8px;
}

.inventory-report-date-holder {
    width: 150px;
    padding-bottom: 5px;
    margin-right: 20px;
    border-bottom: 3px solid gray;
}

.heading{
    white-space: nowrap !important;
    padding-right: 30px !important;
}

.body-heading{
    white-space: nowrap !important;
    padding-right: 30px !important;
}

.maximumStocks {
    width: 65%;
}

.minimumStocks {
    width: 65%;
}

.disable-input {
    background-color: lightgray;
}

.control-label-edit {
    color: #FFF;
    font-size: 18px;
    /*font-family: Noto Sans;*/
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.form-group-edit {
    margin-bottom: 25px;
}

.form-group-input-edit {
    margin-bottom: 10px;
}

.panel .panel-body-edit {
    padding: 25px 60px;
}

.label-content-edit {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    word-break: break-word;
}

.title-edit {
    color: #000;
    font-size: 25px;
    /*font-family: Noto Sans;*/
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 20px;
}

.radio-value-edit {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.modal-section-title {
    color: #000;
    font-size: 22px;
    /*font-family: Roboto;*/
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
}

.form-title-edit {
    color: #000;
    font-size: 15px;
    /*font-family: Roboto;*/
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
}

.align-content-edit {
    padding: 0% 2%;
}

.form-value-edit {
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    word-wrap: break-word;
}

.input-cell-table {
    display: flex;
    width: 140px;
    height: 36px;
}

.justify-content-center {
    padding: 13% 0 0 0;
}

.box-text-edit {
    background-color: #FFF;
    border-radius: 15px;
    text-align: center;
    margin: 35px 0px;
    padding: 15px;
}

.last-msg-edit {
    color: #000;
    font-style: italic;
    font-weight: 500;
    line-height: 25px;
}

.value-update-edit {
    color: black;
}
.hour-label {
    margin-left: 10px;
}

.custom-input {
    width: 200px; /* Set the desired width for the input */
    box-sizing: border-box; /* Include padding and border in the width calculation */
}

.width-30-percent{
    width: 30%;
}

.padding-10-px{
    padding-bottom: 10px;
}

.inventory-report-table{
    margin-top: 50px;
}

.marginLeft-5 {
    margin-left: 5px
}

.select-box-edit {
    border: 1px solid black;
    border-radius: 5px;
    padding-bottom: 1%;
    margin-right: 2%;
    width: 25%;
}

.select-box-edit.dropdownFilter {
    width: 150px;
}

.filter-holder{
    width: 90%;
}

.export-holder{
    width: 10%;
}

.errorMSG{
    left: -20px;
}

.label-select-box-edit {
    color: #bcbcbc;
    font-size: 10px;
}

.select-box-items-edit {
    border: none;
    width: 100%
}

.date-picker-edit {
    position: relative;
    width: 160px;
    margin-right: 2%;
    border-bottom: 3px solid gray;
}

.date-picker-holder{
    padding: 0;
    width: auto;
    margin-right: 2%;
}

.input-date-picker-edit {
    border: none;
    height: 30px;
    width: 88%;
}

.datepicker-icon {
    position: absolute;
    bottom: -3px;
    right: 5px;
    transform: translateY(-50%);
    cursor: pointer;
}

#vietnam-footer {
    z-index: 10;
    left: 0;
    background-color: #2A295C;
    padding: 0.5em;
}

.input-border-edit {
    border: 2px solid rgb(80, 82, 80);
    border-radius: 3px;
}

.modal-header-title {
    color: white;
    width: 100%;
    padding: 0 1%
}

.modal-footer-edit {
    background: #F5F5F5;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.modal-footer-cancel-button {
    background: #E2E2E2;
}

.btn {
    transition-duration: .2s;
}

.panel-body-edit {
    padding: 2% 3%;
}

.errorMinimum {
    color: red;
    font-size: 95%;
    display: inline-block;
}
.errorMaximum {
    color: red;
    font-size: 95%;
    display: inline-block;
}

.exchangeStock-layout-edit {
    background-color: #2A295C;
    padding: 40px 100px;
    border-radius: 15px;
    margin: 0 0 70px 0;
}
.exchangeStock-layout-edit:nth-of-type(2n) {
    background-color: #D2D2D2 !important;
    padding: 40px 100px;
    border-radius: 15px;
    margin: 0 0 70px 0;
}

.exchangeStock-layout-edit label {
    color: white;
}

.rb-btn-new-design{
    margin-top: 10px;
    margin-bottom: 10px;
}

.rb-table-condensed{
    margin-top: 25px !important;
}
