* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 1.1rem;
}

.log-button {
    margin-top: 5%;
    margin-bottom: 5%;
    border-radius: 12px;
    width: 60%;
    min-height: 50px;
    font-size: 100%;
    background-color: #e6ffff;
}

#log-out {
    margin-left: 20%;
    background-color: #ffe6e6;
}

.return-button {
    border-radius: 6px;
    min-height: 20px;
    background-color: #ffe6e6;
    margin: 3% 3%;
    padding: 10px 10px;
    float: right;
    width: 25%;
}

.enter-button {
    border-radius: 6px;
    min-height: 20px;
    background-color: #e6ffff;
    margin: 3% 3%;
    padding: 10px 10px;
    float: left;
    width: 25%;
}

.report-button {
    border-radius: 6px;
    min-height: 20px;
    background-color: #e6ffff;
    margin: 3% 3%;
    padding: 10px 10px;
    float: left;
    width: 25%;
}

.all-report-button {
    border-radius: 6px;
    min-height: 20px;
    background-color: #e6ffff;
    margin: 3% 3%;
    padding: 10px 10px;
    float: none;
    width: 25%;
}

.enter-data-button {
    background-color: #b3ffff;
    float: left;
    width: 33%;
    margin: 1%;
    padding: 1%;
    min-width: 65vw;
    min-height: 5vh;
}


.logo {
    border-radius: 12px;
    border-bottom: 2px rgba(39, 74, 70, 0.8) double;
    float: left;
}

/* The css header part for the renewable text for some pages*/
.logo-text {
    font-size: 50px;
    font-family: 'Times New Roman', serif;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    text-align: center;
}

.title-line-indent {
    font-size: 20px;
    font-weight: bold;
    float: left;
    margin-left: 10%;
    padding: 10px;
}

h2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 40px;
    font-weight: bold;
}

h3 {
    padding-top: 10px;
    font-size: 24px;
    font-weight: bold;
}

.title-line {
    font-size: 20px;
    font-weight: bold;
    float: left;
    margin: 1px 10px 3px 1px;
}

.input-one-line {
    border-radius: 8px;
    font-size: 20px;
    color: rgba(39, 74, 70, 0.8);
    size: 50;
    width: 40%;
    margin: 1%;
}


/* Index page information */
.background-image-index {
    margin: 0;
    min-height: 100vh;
    min-width: 100%;
    background-image: url("Images/index-image.png");
    background-repeat: no-repeat;
    background-color: rgb(15, 32, 30);
    padding: 0;

}

.form-box {
    padding: 25px;
    float: left;
    min-width: 24%;
    min-height: 55%;
    background: rgba(39, 74, 70, 0.8);
    border-radius: 20%;
    margin: 9% 0 0 8%;
    color: white;
    text-align: center;
}

.container-index {
    padding-top: 15%;
    text-align: center;
}

.form-control {
    width: 70%;
    border-radius: 12px;
    margin: 5%;
    padding: 3%;
}

/* Header css information */
body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f1f1f1;
    height: 100vh;
}

header {
    background-color: rgba(39, 74, 70, 0.8);
    background-repeat: no-repeat;
    width: 100%;
    height: 156px;
    border-bottom: 2px rgba(39, 74, 70, 0.8) double;
}

main {
    min-height: calc(100vh - 156px - 50px);
    max-width: 100vw;
    margin: 0 0;
}

footer {
    background-color: rgba(39, 74, 70, 0.8);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 100%;
    height: 50px;
    width: 100%;
    line-height: 100%;
    border-top: 1px solid white;
}

/* main control css */
.create-report {
    width: 40%;
    float: left;
    position: relative;
    background-color: #dddddd;
    margin: 5% 5%;
    padding: 5%;
    border-radius: 12px;
    min-height: 365px;
    line-height: 28px;
    text-align: center;
}

.create-report-show {
    width: 40%;
    position: relative;
    background-color: #dddddd;
    margin: 5% 30%;
    padding: 5%;
    border-radius: 12px;
    min-height: 365px;
    line-height: 28px;
    text-align: center;
}

.create-entity {
    width: 40%;
    float: right;
    position: relative;
    background-color: #dddddd;
    margin: 5% 5%;
    padding: 5%;
    border-radius: 12px;
    min-height: 365px;
    line-height: 28px;
    text-align: center;
}

label {
    padding: 10px 10px;
    margin: 20px 10px;
}

#label {
    margin-left: 0;
}

select {
    border-radius: 12px;
    color: rgba(10, 10, 10, 0.9);
    background-color: #fafafa;
}

select:hover {
    background-color: rgba(39, 74, 70, 0.8);
    color: white;
}

.head-line {
    font-size: 40px;
    font-weight: bold;
}

.information-title {
    font-size: 20px;
    font-weight: bold;
    margin: 1% 0;
    padding: 10px;
}

.information-retrieved {
    font-size: 18px;
    text-indent: 0px;
    margin: 1% 0;
}

.report {
    margin: 5px 1px 1px 15px;
    line-height: 140%;
    /* within paragraph */
    margin-bottom: 30px;
    /* between paragraphs */
}

.report p {
    margin-left: 2%;
}

.elements {
    margin: 2%;
}

.per-element {
    line-height: 1.5rem;
    font-size: 1rem;
}

ul {
    column-count: 3;
    min-width: 100%;
    margin: 10px;
}


textarea {
    border: 1px solid black;
    border-radius: 12px;
    color: rgba(39, 74, 70, 0.8);
}

.blank_row {
    height: 15px;
}

#picture-area {
    margin: 2%;
    width: 70vw;
    height: 250px;
    text-align: center;
}


/* CSS for needs page */
.label-area {
    font-size: 2em;
}

.top-area {
    min-width: 70vw;
    min-height: 30vh;
}

.bottom-area {
    min-width: 70vw;
}


nav ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    list-style-type: none;
}

.return-list-button {
    background-color: #ffe6e6;
}

nav {
    background-color: rgba(39, 74, 70, 0.5);
    color: white;
    width: 28vw;
    float: left;
    text-align: center;
    min-height: 100%;
}

.container {
    margin: 0;
    padding: 0;
    display: flex;
}

.iteam {
    flex: 1;
}

#iteam1 {
    flex: 3 1 0;
}

#iteam2 {
    flex: 1 1 0;
}

nav li {
    border-bottom: 1px solid white;
    padding: 5%;
}

a {
    text-decoration: none;
}

nav li:hover {
    background-color: #dddddd;
    color: black;
}

nav a:visited {
    color: blue;
}


/* end */
table {
    border-collapse: separate;
    border-spacing: 10px;
    padding: 0 10px;
    margin: 0 10px;
}

th {
    text-align: center;
    vertical-align: text-top;
}

.button-area {
    margin-top: 6%;
    margin-left: 2%;
    bottom: 0;
}