.title {
    font-weight: bold;
    font-size:13px;
    /*background-color: #92d050;*/
}
.title-blue, .title-blue > td {
    font-weight: bold;
    font-size:12px;
    color: white;
    background-color: #244061;
}

.cW, tr.cW th {
    color: #ffffff !important;
}
.bgcW{
    background-color: #ffffff;
}
.bgc-green{
    background-color: #d8f6cd;
}
.dIB{
    display:  inline-block;
}

.fs8 {
    font-size: 8px;
}
.fs9 {
    font-size: 9px;
}
.fs10 {
    font-size: 10px;
}
.fs11 {
    font-size: 11px;
}
.fs12 {
    font-size: 12px;
}
.fs13 {
    font-size: 13px;
}
.fs14 {
    font-size: 14px;
}

.fwB, .fwB.x-form-item-label-default {
    font-weight: bold;
}
.tdI {
    text-decoration: italic;
}

.nowrap, .noWrap {
    white-space: nowrap;
}

.white-space-pre {
    white-space: pre-line;
}

.b0 {
    border: none !important;
}
.b1 {
    border: 1px solid #000000;
}
.bBB {
    border-bottom: 1px solid black !important;
}
.bC {
    border-collapse: collapse !important;
}
.p0 {
    padding: 0 !important;
}
.m0 {
    margin: 0 !important;
}
.mt5{
    margin-top: 5px;
}
.taL {
    text-align: left;
}
.taC {
    text-align: center;
}
.taR {
    text-align: right;
}
.taJ {
    text-align: justify;
}
.vaT {
    vertical-align: top;
}
.vT {
    writing-mode: vertical-lr;
    transform: rotate(270deg);
}
.vTf{
    font-size: 10px;
}
.w25 {
    width: 25%;
}
.w50 {
    width: 50%;
}
.w60 {
    width: 60%;
}
.w75 {
    width: 75%;
}
.w90{
    width:90%;
}
.wA {
    width: auto;
}
.w100 {
    width: 100%;
}

.mw50 {
    min-width: 50px;
}
.mw100 {
    min-width: 100px;
}
.mh50{
    min-height: 50px !important;
}

.colorLightBlue {
    color: #628DB6;
}
table.diff {
    border-collapse: collapse;
}
table.diff tr {
    border-bottom: 1px solid #eaeaea;
}
table.diff th, table.diff th {
    padding:5px;
}

table.diff thead th {
    font-weight: normal;
    text-align: left;
}
