html, body {
    font-family: 'Oxygen';
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #252422;
    background-image: url(../backgroundTiles.webp);
    color: white;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

.text-align-center {
    text-align: center;
}

input[type=text], input[type=password] {
    border: 1px solid #D1D1D1;
    width: 190px;
    height: 20px;
}

tbody tr:nth-child(odd) {
    background-color: #f3f3f320;
}

tbody tr:nth-child(even) {
    background-color: #f3f3f310;
}

.good {
    color: green;
}

.bad {
    color: red;
}

.description {
    font-size: .8rem;
    line-height: 5px;
}

.tab-list {
    display: flex;
    flex-direction: row;
}

.tab {
    display: flex;
    flex-direction: column;
    width: 75px;
    height: 75px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.tab-name, .tab-icon {
    color: #9F9F9F;
}

.tab-name {
    font-size: .9rem;
}

.tab.active > .tab-name {
    color: white;
}

.tab.active > .tab-icon {
    color: #F89A22
}

.tab:hover > .tab-name {
    color: white;
}

button, input[type=submit], input[type=button] {
    border-radius: 4px;
    background-color: transparent;
    color: #9F9F9F;
    border: 1px solid transparent;
    height: 30px;
    cursor: pointer;
    text-align: center;
}

button:hover, input[type=submit]:hover, input[type=button]:hover {
    color: white;
}

select {
    border-radius: 4px;
    height: 40px;
    width: 100px;
}

#entityList {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#entityList td, #entityList th {
    border: 1px solid #545454;
    padding: 4px;
}

#entityList tr:nth-child(even) {
    background-color: #252422;
}

#entityList tr:nth-child(odd) {
    background-color: #252422;
}

#entityList tr:hover {
    background-color: #2e2e2e;
}

#entityList th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: dodgerblue;
    color: white;
}
