td.comp {
    background-color: #FFFF00;
}

tr#text-indent-2 {
    text-indent:2em;
}

tr#text-indent-2 {
    text-indent:2em;
}

input.required{
    background-color: #eeffff;
}


span.requiredMark {
    color: #FF0000;
    font-weight: bold;
}


table.token-list > tbody > tr > td:not(:last-child) {
    background-color: #ecf0f1;
    font-weight: bold;
}

td.token-wordbreak {
 word-break: break-all;
}

th.th-wordbreak {
 word-break: break-all;
}

td.token-whitespace {
 white-space: nowrap;
}

.codeSpan {
    margin-left: 20px;
    margin-right:15px;
}

.validStatus {
    color: #ff0000;
}

.invalidStatus {
    color: #bfbfbf;
}

.codeRadio-label {
    margin-right:35px;
}

.codeRadio-label-invalid {
    color: #bfbfbf;
}

.tokentable-width{
   table-layout:fixed;
   width:100%;
}

.input-required-font{
	color: #ff0000;
    font-size: 10px;
}

.default-red-font{
	color: #ff0000;
}

.codeSelect-size{
    display: block;
    width: 150px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
         -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

select.auto-width{
    width: auto;
}

.table-fixed {
    width: 100%;
    table-layout: fixed;
}

.table-fixed td:first-child {
    width: 9%;
}

.table-fixed td:nth-last-child(1){
    width: 69%;
    word-break:break-all;
}

table.table-autowidth td{
	width: auto;
}

table.detail-list > tbody > tr > td:first-child {
	width: 33%;
}

.table-wordbreak{
    word-break:break-all;
}

table.table-datatype > tbody > tr > td:first-child {
	width: 100%;
}