#blazor-error-ui {
background: lightyellow;
bottom: 0;
box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
display: none;
left: 0;
padding: 0.6rem 1.25rem 0.7rem 1.25rem;
position: fixed;
width: 100%;
z-index: 1000;
}

#blazor-error-ui .dismiss {
cursor: pointer;
position: absolute;
right: 0.75rem;
top: 0.5rem;
}



body {
background-color: rgb(247, 247, 247);
}

header {
text-align: center;
padding-top: 1px;
}

header h1 {
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-size: 3em;
}

/* ID's */
#centerthis {
text-align: center;
}

#thisPage {
text-decoration: underline;
color: darkred;
}

#container, #checklistContainer {
width: 100%;
margin: 0% auto;
/* padding-left: 10px;
padding-right: 10px; */
}

#siteSummary {
background-color: rgb(235, 235, 235);
height: 100px;
border-radius: 10px;
border: 2px solid black;
margin-top: 15px;
margin-bottom: 10px;
margin-left: 5%;
margin-right: 5%;
padding: 5px;
font-size: 1.3em;
text-align: center;
}

#siteHeader {
background-color: rgb(235, 235, 235);
height: fit-content;
border-radius: 10px;
border: 2px solid black;
margin-top: 15px;
margin-bottom: 10px;
margin-left: 5%;
margin-right: 5%;
padding: 10px;
font-size: 1.3em;
text-align: center;
}

#checklistSiteHeader {
padding: 0px;
margin: 0px;
}

#servTable {
display: flex;
justify-content: center;
width: 100%;
margin: 0 auto;
text-align: center;
}

#databasecontainer {
display: inline-flex;
flex-wrap: wrap;
justify-content: space-evenly;
width: 100%;
margin: 0 auto;
padding: 10px;
}

#checklistContainer {
display: inline-flex;
flex-wrap: wrap;
justify-content: center;
width: 100%;
margin: 0 auto;
padding: 10px;
}

#checklistContainer th {
font-size: 1.4em;
text-align: center;
border-bottom: 1px solid black;
}

#dataEntryDisplayed {
border: 2px solid black;
margin: 5px;
min-width: 200px;
max-width: 500px;
min-height: 150px;
max-height: 500px;
}

#dataEntryDisplayed td {
padding: 5px;
}

#checklistTable {
table-layout: fixed;
border: 2px solid black;
width: 35%;
}

#checklistTable2 {
table-layout: fixed;
border: 2px solid black;
border-left: none;
width: 35%;
}

#checklistTable td {
padding: 10px;
}

#checklistTable2 td {
padding: 10px;
}

#modalAddToChecklist {
display: flex;
width: 100%;
align-items: center;
}

#modalSwitchInChecklist {
width: 100%;
align-items: center;
}


#dbentry {
border: 1px solid black;
padding: 10px;
margin: 10px;
min-width: 300px;
min-height: 300px;
padding-bottom: 0px;
}

#showResults {
border: 1px solid black;
margin-top: 5%;
margin-right: 15%;
margin-left: 15%;
width: 70%;
}

#resultsShown {
border: 1px solid black;
padding: 10px;
}

#resultsOptions {
border: 1px solid black;
display: flex;
text-align: center;
justify-content: space-evenly;
margin-top: 1%;
padding: 8px;
}


#editTable {
border: 1px solid black;
margin-top: 5%;
margin-right: 25%;
margin-left: 25%;
width: 50%;
}

#editForm {
border: 1px solid black;
display: flex;
justify-content: center;
}

#editOptions {
border: 1px solid black;
display: flex;
text-align: center;
justify-content: space-evenly;
margin-top: 1%;
padding: 8px;
}




/* Classes */
.servicestable {
margin: 15px;
width: 85%;
height: 150px;
line-height: 2em;
}

.servicestable td {
width: 25%;
}

.servicestable th {
height: 50px;
}

.servicestable tr {
border: none;
}

.servicestable td {
border: 2px solid black;
height: 50px;
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
}

.btnStylings {
background: none;
background-color: rgb(54, 54, 54);
border: 1px solid black;
text-decoration: none;
color: white;
font-size: 1.2em;
padding: 8px;
margin-top: 5px;
margin-bottom: 5px;
}

.centerMeenterdb {
text-align: center;
margin-bottom: 0px;
}

.forhighlighting:nth-child(even) {
background-color: lightgrey;
}

.modalInputTextbox {
width: 90%;
height: 70px;
resize: none;
}

.modalInputCheckbox {
width: 25px;
height: 25px;
margin: 10px;
}

.notice {
margin: 0px;
padding: 0px;
}

.alert {
margin: 0px;
padding: 0px;
}
