/*============================================================================+
   File name   : list.css
   Version     : 1.0.0
   Begin       : 2024-08-15
   Last Update : 2024-08-15
   Author      : Winnie Chan
   License     :
  ---------------------------------------------------------------------------
   Copyright (C) Gratia Christian College
  
   This file is part of In-house & Community Service Management System (ICMS),
   the style sheet of single record screen.
*/

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1vw;
    color: #424242;
}
main {
    position: fixed;
    width: 80%;
    height: 80%;
    background-color: transparent;
}
form {
    position: fixed;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    background-color: rgba(255, 255, 255, 0.8);
}
.table-container {
    max-height: 80%;
    margin: 0 auto;
    overflow: auto;
}
table {
    width:100%;
}
td {
    padding: 5px;
    text-align: left;
}
.buttonbar {
    text-align: right;
}
.textarea {
    width: 80%;
    height: 6vw;
    border: 1px solid grey;
    overflow-y: auto;
}
.textbox {
    width: 80%;
    height: 1.5vw;
    border: 1px solid grey;
    overflow-y: auto;
}
h3 {
    font-size: 1.5vw;
    text-align: center;
}
td.title {
    font-size: 1.2vw;
    font-weight: bold;
}
