table.standard_table, div.standard_table table {
    width: 100%;
    clear: both;
    margin-top: 0;
    margin-bottom: 10px;
    table-layout: fixed;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
table.standard_table tbody, div.standard_table table tbody {
    width: 100% !important;
}
div#box_sites_frame table.standard_table {
    width: 100%;
}
div#box_sp1 table.standard_table {
    width: 100%;
}
table.standard_table tr td, div.standard_table table tr td {
    background-color: white;
    border-top: 1px solid #eee;
    color: #666;
    white-space: normal !important;
	background-clip: padding-box;
	position:relative;
}
table.standard_table tr:last-child td, div.standard_table table tr:last-child td {
    border-bottom: 1px solid #eee;
}
table.standard_table tr.invalid_row td, div.standard_table table tr.invalid_row td {
    background-color: #FCD3D4 !important;
}
table.standard_table tr td i.pencil_editable, div.standard_table table tr td i.pencil_editable {
    float: right;
    color: #ddd !important;
    margin-top: 4px;
    font-size: 1.5em;
}
table.standard_table tr:hover td, div.standard_table table tr:hover td {
    background-color: #eee;
    border-top: 1px solid #eee;
}
table.standard_table tr:hover td i.pencil_editable, div.standard_table table tr:hover td i.pencil_editable {
    color: var(--lor-color) !important;
}
table.standard_table tr:hover td i.pencil_editable:hover, div.standard_table table tr:hover td i.pencil_editable:hover {
    color: var(--lor-color-dark) !important;
}
table.standard_table tr td, div.standard_table table tr td {
    padding: 13px 5px;
    text-align: left;
    font-size: 0.95em;
    width: 1%;
    vertical-align: middle;
}
table.standard_table tr td i.material-icons, div.standard_table table tr td i.material-icons {
    position: relative;
    top: 1px;
}
table.standard_table tr td i.material-icons.additional-information, div.standard_table table tr td i.material-icons.additional-information {
    color: var(--lor-color);
    font-size: 22px !important;
    line-height: 0;
    cursor: pointer;
    top: 6px;
    margin-left: 6px;
}
table.standard_table tr.separator td, div.standard_table table tr.separator td {
    border-top: 1px solid var(--lor-color) !important;
}
table.standard_table p, div.standard_table table p {
    margin: 0;
    padding: 0;
}
table.standard_table:not(.reduced) tr:first-child td, table.standard_table:not(.reduced):not(.nofooter) tr:last-child td, div.standard_table table:not(.reduced) tr:first-child td, div.standard_table table:not(.reduced):not(.nofooter) tr:last-child td {
    border-top: none;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
    color: var(--lor-color);
    cursor: default;
    white-space: nowrap;
    overflow: hidden;
    height: 40px;
    font-weight: bold;
    font-size: 1.05em !important;
    vertical-align: top;
}
table.standard_table:not(.reduced):not(.nofooter) tr:last-child td, div.standard_table table:not(.reduced):not(.nofooter) tr:last-child td {
    background-image: url(../../../gr_elemente/ajaxtable_frame_bottom.png);
    background-repeat: repeat-x;
    background-position: top;
    padding-top: 10px;
    height: 1px;
    line-height: 1px;
}
table.standard_table.reduced tr:first-child td, div.standard_table table.reduced tr:first-child td {
    border-top: 3px solid var(--lor-color);
}
div#popup_inner table.standard_table.reduced tr:first-child td {
    border-top: none;
}
table.standard_table.reduced tr:last-child td, table.standard_table.nofooter tr:last-child td, div.standard_table table.reduced tr:last-child td, div.standard_table table.nofooter tr:last-child td {
    border-bottom: 1px solid #eee;
}
div#popup_inner table.standard_table.reduced tr:last-child td {
    border-bottom: none;
}
table.standard_table.reduced, table.standard_table.nofooter, div.standard_table table.reduced, div.standard_table table.nofooter {
    border-bottom: 1px solid #eee;
}
div#popup_inner table.standard_table.reduced {
    border-bottom: 1px solid #eee;
}
table.standard_table:not(.reduced):not(.nofooter) tr:last-child, div.standard_table table:not(.reduced):not(.nofooter) tr:last-child {
    height: 1px;
    line-height: 1px;
}
table.standard_table td:first-child, table.standard_table th:first-child, div.standard_table table td:first-child, div.standard_table table th:first-child {
    border-left: none;
}
div#box_table_split50 table.standard_table td {
    width: 50%;
}
table.standard_table td.radio_button {
    width: 10%;
    text-align: left;
}
table.standard_table td.device_name, table.standard_table td.device_sn {
    width: 45%;
    text-align: center;
    text-align: left;
}
div.userAdminContainer table.standard_table td:nth-child(1) {
    width: 150px;
}
div.userAdminContainer table.standard_table td:nth-child(2) {
    width: calc(100% - 150px);
}
div.userAdminContainer div.column.col4:nth-child(3) table.standard_table td:nth-child(1), div.userAdminContainer div.column.col4:nth-child(4) table.standard_table td:nth-child(1) {
    width: 190px;
}
div.userAdminContainer div.column.col4:nth-child(3) table.standard_table td:nth-child(2), div.userAdminContainer div.column.col4:nth-child(4) table.standard_table td:nth-child(2) {
    width: calc(100% - 190px);
}
table.standard_table td.ticketing_td_expand {
    width: 25px;
}