@charset "UTF-8";

input[type="text"], input[type="password"],textarea {
    background-color: #aaccee;
}

table.datarows thead tr {
    background-color: #00cccc;
}

table.datarows tbody tr:nth-child(even) {
    background-color: #cccccc;
}

span.entity-edit-header {
    font-weight: bold;
    font-size: 20px;
    margin-bottom:8px;
}

span.entity-edit-header-development {
    font-weight: bold;
    font-size: 20px;
    margin-bottom:8px;
}

table.datarows-development thead tr {
    background-color: #ff2200;
}

table.datarows-development tbody tr:nth-child(even) {
    background-color: #cccccc;
}

span.datarows-table-header {
    font-weight: bold;
    font-size: 20px;
}

.info-message {
    color: #008800;
    font-weight: bold;
}

.error-message {
    color: #ff2222;
    font-weight: bold;
}

div.anchored-cell-with-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text12{font-size:12px;line-height:16px;color:#444444;}
.text12f{font-size:12px;line-height:16px;color:#ffffff;}
.text12r{font-size:12px;line-height:16px;color:#cc0033;}
.text12fe{font-size:10px;line-height:16px;color:#ffffff;font-family:Verdana;font-weight:bold;}

a{color:#000000;text-decoration:underline;}
