html,body{height:100%}body{margin:0;font-family:Roboto,Helvetica Neue,sans-serif}.main-panel{max-width:100%;margin:1px 0 1px 1px;padding:1px;border:1px solid #ddd;border-radius:6px;background-color:#fff;border-color:#3c3c3c;box-shadow:0 4px 6px #0000001a}.main-panel-title{text-align:left;background-color:#fff;height:40px}.main-panel-title h1{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#1e90ff;font-size:20px;margin-left:6px}.pannel-button-bar{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem}.main-title{text-align:left;font-size:1.2rem;color:#f5f5f5;margin-bottom:5px;border-radius:1px;background-color:#3cb371;padding:1px 5px}.form-title{font-size:1rem;font-weight:700;margin-bottom:1rem;text-align:left;color:#333;border-bottom:2px solid gray;padding-bottom:.7rem}.form-group .error{color:tomato;font-size:14px;margin-top:5px}.form-container{max-width:650px;margin:auto;padding:2rem;background-color:#f9f9f9;border-radius:4px;border:1px solid gray;box-shadow:0 4px 12px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{font-weight:700;display:block;margin-bottom:5px;color:#555}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ccc;border-radius:4px;font-size:1rem}.button-group{display:flex;justify-content:flex-end;height:40px;gap:1rem;margin-top:20px}button{padding:.5rem 1.5rem;border-radius:6px;border:none;font-weight:700;cursor:pointer}button.submit{background-color:#007bff;color:#fff}button.cancel{background-color:#dc3545;color:#fff}button.create{background-color:#1e90ff;color:#fff}button.delete{background-color:tomato;color:#fff}button.print{background-color:green;color:#fff}.main-title{text-align:left;font-size:1.2rem;color:#f5f5f5;margin-bottom:5px;border-radius:1px;background-color:#3cb371;padding:1px 3px}.detail-title{font-size:1rem;font-weight:700;margin-bottom:1rem;text-align:left;color:#333;border-bottom:2px solid gray;padding-bottom:.7rem}.panel-delete-message{color:tomato;font-size:14px;font-weight:700;background-color:#fff;height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:1px solid #ccc;width:100%}.panel-delete-message h2{text-align:left;font-size:1.2rem;color:tomato;margin-bottom:20px}.panel-delete-confirm{color:tomato;font-size:12px;font-weight:700;background-color:#fff;height:130px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:1px solid #ccc;width:100%}.panel-delete-confirm h2{font-size:1.2rem;color:tomato;margin-bottom:20px}button.delete,button.confirm-delete{background-color:tomato;color:#fff}button.cancel-delete{background-color:#1e90ff;color:#fff}.detail-container{width:100%;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;align-self:stretch;border:2px solid #ccc;border-radius:8px;padding:10px;background-color:#f9f9f9;box-shadow:2px 2px 10px #0000001a}.detail-container div{display:flex;justify-content:flex-start;align-items:center;padding:5px 0;height:40px;border-bottom:1px solid #ddd;width:100%;gap:10px}.detail-container div:last-child{border-bottom:none}.label{font-weight:700;color:#333}.value{color:#555}.sub-panel-left-container{min-height:500px;border:1px solid #888888}.sub-panel-left-container-title{min-height:40px;border-bottom:1px solid #999999;margin-left:6px;margin-right:6px;margin-bottom:15px}.sub-panel-left-container-title h2{text-align:left;font-size:1.1rem;color:#ff4500;margin-bottom:3px}.panel-form-search,.panel-form-search-element{background-color:#f5f5f5}.panel-form-search-element label{font-size:1rem;font-family:Arial,sans-serif;color:#333}.panel-form-search-element input,.panel-form-search-element select,.panel-form-search-element textarea{width:93%;padding:.75rem;border:1px solid #ccc;border-radius:4px;font-size:1rem}.panel-form-search-buttons{padding:10px 0;border-bottom:1px solid #eee;display:flex;flex-direction:row;align-items:center;gap:10px;background-color:#fff}.panel-form-search-buttons a{float:left;padding:8px 12px;text-decoration:none;font-size:13px;color:#f5f5f5;background-color:tomato;border-radius:8px}.panel-form-search-buttons a:hover{background-color:#1e90ff;color:#f5f5f5}.sub-panel-right-container{min-height:500px;border:1px solid #999999}.panel-result-search-head{display:flex;justify-content:space-between;align-items:center;padding:5px;border-bottom:1px solid #ddd;font-size:1.2rem;color:#333}.panel-result-search-head .add-btn{background-color:#1e90ff;color:#fff;border:none;border-radius:10%;width:30px;height:30px;font-size:18px;cursor:pointer;display:flex;justify-content:center;align-items:center}.panel-result-search-head .add-btn:hover{background-color:#8b0000}.panel-result-search-loading{color:#1e90ff;font-size:14px;font-weight:700;background-color:#fff;height:100px;display:flex;align-items:center;justify-content:center;text-align:center;border:1px solid #ccc;width:100%}.panel-result-search-body{border:#ccc}.panel-result-search-body a{float:left;padding:8px;text-decoration:none;font-size:13px;color:#2f4f4f;border-radius:8px}.panel-result-search-body a:hover{background-color:#1e90ff;color:#f5f5f5}.panel-result-search-no-result{color:#999;font-size:14px;font-weight:700;background-color:#fff;height:300px;display:flex;align-items:center;justify-content:center;text-align:center;border:1px solid #ccc;width:100%}.result-table-scroll{max-height:400px;overflow-y:auto;border:1px solid #ddd}.result-generic-table{width:100%;border-collapse:collapse;font-family:Arial,sans-serif}.result-generic-table th,.result-generic-table td{padding:12px;border-bottom:1px solid #d0d0d0;text-align:left;height:18px}.result-generic-table th{background-color:gray;color:#f5f5f5;font-weight:700;font-size:1em}.result-generic-table tbody tr:nth-child(odd){background-color:#f5f5f5}.result-generic-table tbody tr:nth-child(2n){background-color:#fff}.result-generic-table tbody tr:hover{background-color:#add8e6;cursor:pointer}.result-generic-table td{color:#333}
