/**
 * This is CSS for the Search view.
 * @author Kuci Elvin
 */
:root {}

.searchPersonTableMetierMatu {
    background-color: rgba(255, 0, 0, 0.562) !important;
}

.searchPersonTableMetierInfo {
    background-color: rgba(42, 159, 255, 0.562) !important;
}

.searchPersonTableMetierIndu {
    background-color: rgba(41, 207, 0, 0.582) !important;
}
.searchPersonTableAdmin{
    background-color: rgba(201, 197, 0, 0.582) !important;
}

.searchList {
    height: 100%;
    width: 90vw;
}

#searchView {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#searchTableExplanationTxt {
    font-family: Arial, Helvetica, sans-serif;
}

#searchView .viewContent {
    display: flex;
    flex-direction: column;
    margin: 2vw;
    height: inherit;
}

#searchTableContainer,
#searchTableContainer * {
    max-width: 100% !important;
    font-family: Arial, Helvetica, sans-serif;

}


#searchPersonTable {
    border-collapse: collapse;
    width: 100%;
}

#searchPersonTable * tr * {
    border: 1px solid;
}

#searchInputs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: 1em;
    margin-right: 1em;
}

#searchInputs div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 5px;
}

#searchInputs div.textInput {
    flex: 1;
}

#searchInputs div div {
    display: flex;
    flex-direction: row-reverse;
    margin: 0;
}