﻿
table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 4px;
}

th {
    background-color: #f2f2f2;
}

.pagination {
    margin: 10px 0;
    display: flex;
    justify-content: center;
}

    .pagination button {
        margin: 0 5px;
        padding: 5px 10px;
    }

.myinput20 {
    background-color: white;
    color: black;
    max-width: 25px;
    width: 25px;
}
.myinput30 {
    background-color: white;
    color: black;
    max-width: 50px;
    width: 30px;
    
}
.myinput50 {
    background-color: white;
    color: black;
    max-width: 80px;
    width: 50px;
   
}

.myinput60 {

    background-color: white;
    color: black;
    max-width: 80px;
    width: 60px;
   
}

.myinput80 {
    background-color: white;
    color: black;
    max-width: 100px;
    width: 80px;
   
}

.myinput100 {
    background-color: white;
    color: black;
    max-width: 120px;
    width: 100px;
    
}

.myinput150 {
    background-color: white;
    color: black;
    max-width: 200px;
    width: 150px;
    
}
.myinput180 {
    background-color: white;
    color: black;
    max-width: 200px;
    width: 180px;
    
}
.myinput200 {
    background-color: white;
    color: black;
    max-width: 250px;
    width: 200px;
   
}

.myinput400 {
    background-color: white;
    color: black;
    max-width: 700px;
    width: 400px;
}

.myclassnorm {
    background-color: white;
    color: black;
}

.myclassgreen {
    color: forestgreen;
}

.myclassred {
    color: red;
}

.myclassyellow {
    color: yellowgreen;
    max-width: 200px;
    width: 120px;
}
.select {
    position: absolute;
    z-index: 9999; 
    background-color: white; 
    border: 1px solid black; 
}
.input-note {
    width: 100%; /* Makes the input field span the full width of its container */
    /*box-sizing: border-box; /* Ensures padding and borders are included in the width */
    padding: 10px; /* Optional: Add some padding for better appearance */
}

