body {
    font-family: Roboto;
    background-color: #000;
    color: #fff;
    margin: 0;
    font-size: 13px;
}

a {
    color: #fff;
}

.currentLine {
    background-color: rgb(0, 71, 0);
}

.tinyText {
    font-size: 7px;
}

/* Line list box */

.deviationListBox {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    overflow-y: scroll;
    text-align: center;
    /* margin: auto; */
}

.deviationListBox .flex_child {
    flex: 1;
    flex-basis: 100%;
}


h1 {
    text-align: center;
}


.groupHeader {
    text-align: right;
}

.lineBox {
    border: 3px solid transparent;
    position: relative;
    justify-content: center;
    margin: 1px;
    float: left;
    padding: 2px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    min-width: 40px;

}

.lineBox.deviation {
    border-color: #ffc800;
    background-color: #ffc800;
    color: #000
}

.lineHeader {
    cursor: pointer;
}

.lineGroup {
    justify-content: left;
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 0px;
}

/* Misc */


th,
td {
    padding-left: 5px;
    padding-right: 5px;
}

.uncertain_checkbox {
    padding-left: 0px;
    padding-right: 0px;
}

/* .popupHeader {
    font-size: 20px;
    width: 196px;
    text-align: center;
} */

h1 {
    padding-top: 20px;
}

h3,
h4 {
    margin-bottom: 0px;
    margin-top: 0px;
    border: 2px solid #aaa;
    border-radius: 15px;
    padding: 10px 40px;
}

button,
input,
select {
    background-color: #000;
    color: #fff;
    border-color: #888;
    width: max-content;
    font-size: 13px;
}

select {
    font-family: monospace;
}

.line_table_description {
    text-align: initial;
    white-space: nowrap;
}

.no_data {
    background-color: #555;
}

.withdrawn {
    background-color: #800;
}

.lineTable {
    margin: auto;
    border-collapse: collapse;
}

td {
    text-align: initial;
}

.geodata_checkbox {
    background-color: transparent;
    border: 2px solid #777;
    color: #888;
    height: 15px;
    width: 15px;
}

.geodata_checkbox_checked {
    background-color: #0a0;
    border: 2px solid #777;
    color: #888;
    height: 15px;
    width: 15px;
}

.user_checkbox_CandyCrystal {
    background-color: #e25077;
    border: 2px solid #777;
    color: #888;
    height: 15px;
    width: 15px;
}

.user_checkbox_J {
    background-color: #00c3ff;
    border: 2px solid #777;
    color: #888;
    height: 15px;
    width: 15px;
}

.status_uncertain {
    background-color: #a60;
}

.status_changed {
    background-color: #a60;
}

.status_error {
    background-color: rgb(255, 0, 0);
}