body,
th,
td {
    font: normal 13px Verdana, Arial, "Bitstream Vera Sans", Helvetica, sans-serif;
}

#html,
body {
    color: black;
    margin: 0 auto;
    height: 100%
}

table#dgStatus {
    height: 100%;
    width: 100%;
    border: 1px solid black;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 5px 15px
}

table#dgStatus th,
table#dgStatus td {
    vertical-align: middle;
    text-align: center;
    border: 1px solid black;
}

table#dgStatus th {
    font-size: 20px;
    line-height: 20px;
    background-color: yellow;
}

table#dgStatus td {
    font-size: 60px;
    line-height: 60px;
    Xbackground-color: lime;
}

p {
    margin: 0 5px;
}

.riga0 td {
    background-color: #ABB;
    color: black;
}

.riga1 td {
    background-color: #AFA;
    color: black;
}

.rigaY td {
    background-color: yellow;
    color: black;
}

.rigaO td {
    background-color: orange;
    color: black;
}

.rigaR td {
    background-color: red;
    color: black;
}

#messagetext {
    background-color: blue;
    color: yellow;
    font-size: 50px;
    overflow: hidden;
    width: 100%;
    margin: 5px 15px;
    border: 1px solid black;
}

.marqueemm {
    overflow: hidden;
    border: 1px solid #ccc;
    background: #aaa
}

input[readonly] {
    background-color: lightpink;
}

.eDesc input {
    width: 400px;
}

input.eDesc {
    width: 400px;
}

.eCod {
    width: 5em;
}

.eCodL {
    width: 8em;
}

.eDate {
    width: 6em;
}

.dt {
    width: 6em;
}

.desc {
    font-size: 30px;
    line-height: 30px;
    text-align: left;
}

.ese {
    font-size: 30px;
    line-height: 30px;
}

.hFunc {
    width: 20px;
}

table#dgList {
    width: 800px;
    border: 1px solid black;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px 0;
    display: inline-table;
}

table#dgList th,
table#dgStatus td {
    vertical-align: middle;
    text-align: center;
    border: 1px solid black;
}

table#dgList th {
    font-size: 12px;
    line-height: 12px;
    background-color: yellow;
}

table#dgList td {
    border: 1px solid black;
}

table#dgList .id {
    text-align: center;
}

table#dgList .message {}

table#dgList .dt_da {
    text-align: center;
}

table#dgList .dt_a {
    text-align: center;
}

table#dgList .func {
    text-align: center;
    width: 50px;
}

table#dgList input {
    width: 100%;
}

#editors {
    display: inline-block;
    float: left;
    clear: left;
    background-color: lightyellow;
    border: 1px solid yellow;
    width: 798px;
    margin: 10px 0;
}

#editors label {
    display: inline-block;
    Xfloat: left;
    clear: left;
    width: 10em;
    text-align: left;
    margin-left: 10px;
    vertical-align: baseline;
}

#editors input {
    display: inline-block;
    Xfloat: left;
    margin: .1em 0;
    vertical-align: baseline;
}


#editors span.lcod {
    font-size: 1em;
    color: black;
    display:inline-block;
    width: 80px;
}

#editors span.cod {
    font-size: 1.1em;
    color: black;
    display:inline-block;
    width: 150px;
}

#editors span.des {
    font-size: 1em;
    color: blue;
    display:inline-block;
    width: 400px;
}

#eData{
    margin: 20px 5px;
}

#editorsR {
    display: inline-block;
    float: left;
    clear: left;
    background-color: lightyellow;
    border: 1px solid yellow;
    width: 798px;
    margin: 10px 0;
}

#editorsR label {
    display: inline-block;
    Xfloat: left;
    clear: left;
    width: 10em;
    text-align: left;
    margin-left: 10px;
    vertical-align: baseline;
}

#editorsR input {
    display: inline-block;
    Xfloat: left;
    margin: .1em 0;
    vertical-align: baseline;
}

#filters {
    display: inline-block;
    float: left;
    clear: left;
    background-color: lightcyan;
    border: 1px solid yellow;
    width: 798px;
    margin: 10px 0;
}

#filters label{
    display: inline-block;
    width: 200px;
    margin: 2px 15px;
}
#filters input {
    display: inline-block;
    width: 200px;
    margin: 2px 15px;
}


#actBar {
    display: inline-block;
    float: right;
    width: 98px;
    clear: right;
    background-color: cyan;
    text-align: center;
    padding: 10px 0;
    margin: 10px 0;
    margin-bottom: -5000px;
    padding-bottom: 5000px
}

#actBar input {
    width: 80%;
    height: 2em;
}

#container {
    display: block;
    width: 900px;
    margin: auto;
    background-color: lightyellow;
    border: 1px solid gray;
    overflow: hidden;
}

#container100 {
    width: 100%;
}

#data {
    display: block;
}

#header {
    font-size: 2em;
    text-align: center;
    background-color: lightgreen;
}

.rowO {
    background-color: #CDD;
}

.rowE {
    background-color: #CFC;
}

.rowE:hover,
.rowO:hover {
    background-color: #14f;
}

.menu1 {
    text-align: left;
    font-size: 0.8em;
    display: inline-block;
    float: left;
    width: 28%;
    border: 1px solid gray;
    background-color: lightblue;
    margin: 1em;
    padding: .5em
}

.menu2 {
    text-align: left;
    font-size: 1.5em;
    margin: 0 10%;
}

.menu2 a {
    text-decoration: none;
}

#loginheader {
    font-size: 5em;
    text-align: center;
    background-color: lightgreen;
}

#logindata {
    text-align: center;
}

#logindata input.btn {
    width: 100%;
    font-size: 6em;
}

#logineditors {
    display: inline-block;
    clear: left;
    background-color: lightyellow;
    border: 1px solid yellow;
    Xwidth: 80%;
    margin: 10px 0;
}

#logineditors div {
    display: inline-block;
    float: left;
    width: 100%;
}

#logineditors label {
    display: inline-block;
    Xfloat: left;
    font-size: 5em;
    width: 6em;
    clear: left;
    text-align: left;
    margin-left: 10px;
    vertical-align: baseline;
}

#logineditors input {
    display: inline-block;
    Xfloat: left;
    font-size: 5em;
    width: 7em;
    margin: .1em 0;
    vertical-align: baseline;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-radius: 0;
}

.ui-autocomplete-loading {
    background: white url("/static/ui-anim_basic_16x16.gif") right center no-repeat;
}

.Dialog {
    font-size: 3em;
    text-align: center;
    background-color: yellow;
    color: orangered;
    /* visibility: hidden; */
};

