html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    font-size: 16px;
    line-height: 1.25;
    margin: 40px auto;
    max-width: 800px;
    color: #222;
    padding: 0 10px;
}
a {
    color: #000;
}
a:hover {
    color: #ec0000;
    text-decoration: underline;
}
h1 {
    margin: 20px 0 10px 20px;
    line-height: 26px;
    font-size: 26px;
    font-weight: normal;
}
h2 {
    margin: 0 0 30px 20px;
    line-height: 1.25;
    font-size: 18px;
    max-width: 734px;
}
p {
    margin-left: 20px;
    margin-right: 20px;
}
.header {
    display: block;
    height: 50px;
    border-bottom: 2px #999 solid;
}
.header_title {
    line-height: 50px;
    color: #000;
    margin-left: 85px;
    font-weight: normal;
}
.header a {
    text-decoration:none;
}

table {
    padding: 0;
    width: 100%;
    margin-bottom: 40px;
}
thead {
    height: 26px;
    background-color: #fff;
    color: #000;
    text-align:left;
}
th {
    padding-left: 20px;
    font-weight: normal;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    height: 32px;
}
tbody tr, tbody td {
    border-bottom: #ccc 1px solid;
    line-height: 20px;
    padding: 10px 0 10px 20px;
}
tbody img {
    height: 26px;
    width: auto;
}

.column1 {
    width: 35%;
}
.column2 {
    width: 10%;
}
.column3 {
    width: 10%;
}
.column4 {
    width: 10%;
}
.column5 {
    width: 25%;
}
.column6 {
    width: 10%;
}

.info-icon, .lock-icon {
    border-radius: 50%;
    border: 1px solid rgb(204, 204, 204);
    width: 1.3em;
    height: 1.2em;
    text-align: center;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 1px;
    font-weight: bold;
    background: #eee;
    cursor: context-menu;
    float: inline-end;
    color: rgb(204, 159, 11);

}

.icon-status-green {
    width: 1.3em;
    height: 1.3em;
    background-color: green;
    border-radius: 50%;
    float: inline-end;
    text-align: center;
    margin-top: 1px;
    margin-left: 3px;
    margin-right: 3px;
    
}

.icon-status-orange {
    width: 1.3em;
    height: 1.3em;
    background-color: orange;
    border-radius: 50%;
    float: inline-end;
    text-align: center;
    margin-top: 1px;
    margin-left: 3px;
    margin-right: 3px;
    
}

.icon-status-red {
    width: 1.3em;
    height: 1.3em;
    background-color: red;
    border-radius: 50%;
    float: inline-end;
    text-align: center;
    margin-top: 1px;
    margin-left: 3px;
    margin-right: 3px;
}

.icon-status-none {
  width: 1.3em;
  height: 1.3em;
  border-radius: 50%;
  border: 1px solid lightgray;
  float: inline-end;
  text-align: center;
  margin-top: 1px;
  margin-left: 3px;
  margin-right: 3px;
}
td:hover .info-icon, .lock-icon:hover {
    border-color: rgb(155, 155, 155);
}

.filter-hidden {
    display: none;
}

.search-container {
    float: right;
    margin: 8px;
    width: 222px;
}

.search-container.active > .search-cross {
    display: inline-block;
}

.search-cross {
    display: none;
    cursor: pointer;
    padding: 3px;
    font-weight: bold;
    margin-left: -31px;
    color: #404040;
}

.search-input {
    display: inline-block;
}


.legacy td:first-child, .legacy td:nth-child(2) {
    text-decoration: line-through;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #ec0101;
}
