.nomenclatura {
    position: absolute;
    top: -3px;
    left: 10px;
    cursor: pointer;
    color: white;
    background-color: cadetblue;
    padding: 0px 10px;
    border-radius: 10px;
    white-space: nowrap;
    font-weight: normal;
}
.nomenclaturaTab {
    position: absolute;
    top: -3px;
    left: 300px;
    cursor: pointer;
    color: white;
    background-color: cadetblue;
    padding: 0px 10px;
    border-radius: 10px;
    white-space: nowrap;
    font-weight: normal;
}
.nomenclatura img,.nomenclaturaTab img {
	margin-right: 10px;
}
#nomenclaturaContainer {
    background-color: white;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    display: none;
}
#nomenclaturaList {
    position: absolute;
    top: 60px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow-y: auto;
    padding: 0px 10px 10px 10px;
    border-top: 1px dashed gray;
}
.nomRow:hover {
	background-color: gainsboro;
}
#nomenclaturaSearch {
    font-size: 16px;
    padding: 4px 10px;
    text-align: right;
}
#nomenclaturaSearch input {
    margin-left: 20px;
    width: 400px;
    border: none;
    background-color: gainsboro;
}
#nomenclaturaSearch input:focus {
	outline: none;
}
.nomCell {display:table-cell;padding: 0px 5px;cursor: default;}
#nomenclaturaSearchGroup,#nomenclaturaSearchDivision {display: inline-block;float: left;margin-right: 10px;}
#nomenclaturaSearchGroup select,#nomenclaturaSearchDivision select {}
.nomTable {display: table;}
.numRG {display:table-row-group;}
.nomRow {display:table-row;}

.nomTable[mode="0"] .nomRow > .nomCell:nth-of-type(1) { width: 520px; min-width: 520px; max-width: 520px;}
.nomTable[mode="0"] .nomRow > .nomCell:nth-of-type(2) { width: 40px; min-width: 40px; max-width: 40px;border-left: 1px solid lightgray;}
.nomTable[mode="0"] .nomRow > .nomCell:nth-of-type(3) { width: 90px; min-width: 90px; max-width: 90px;border-left: 1px solid lightgray;}
.nomTable[mode="0"] .nomRow > .nomCell:nth-of-type(4) { width: 100px; min-width: 100px; max-width: 100px;border-left: 1px solid lightgray;}
.nomTable[mode="0"] .nomRow > .nomCell:nth-of-type(5) { width: 100px; min-width: 100px; max-width: 100px;border-left: 1px solid lightgray;}
.nomTable[mode="0"] .nomRow > .nomCell:nth-of-type(6) { width: 240px; min-width: 240px; max-width: 240px;border-left: 1px solid lightgray;}
.nomTable[mode="0"] .nomRow > .nomCell:nth-of-type(7) { width: 90px; min-width: 90px; max-width: 90px;border-left: 1px solid lightgray;}

.nomTable[mode="1"] .nomRow > .nomCell:nth-of-type(1) { width: 520px; min-width: 520px; max-width: 520px;}
.nomTable[mode="1"] .nomRow > .nomCell:nth-of-type(2) { width: 40px; min-width: 40px; max-width: 40px;border-left: 1px solid lightgray;}
.nomTable[mode="1"] .nomRow > .nomCell:nth-of-type(3) { width: 90px; min-width: 90px; max-width: 90px;border-left: 1px solid lightgray;}
.nomTable[mode="1"] .nomRow > .nomCell:nth-of-type(4) { width: 100px; min-width: 100px; max-width: 100px;border-left: 1px solid lightgray;}
.nomTable[mode="1"] .nomRow > .nomCell:nth-of-type(5) { width: 100px; min-width: 100px; max-width: 100px;border-left: 1px solid lightgray;}
.nomTable[mode="1"] .nomRow > .nomCell:nth-of-type(6) { width: 240px; min-width: 240px; max-width: 240px;border-left: 1px solid lightgray;}
.nomTable[mode="1"] .nomRow > .nomCell:nth-of-type(7) { width: 90px; min-width: 90px; max-width: 90px;border-left: 1px solid lightgray;}

.nomTable[mode="2"] .nomRow > .nomCell:nth-of-type(1) { width: 480px; min-width: 480px; max-width: 480px;}
.nomTable[mode="2"] .nomRow > .nomCell:nth-of-type(2) { width: 40px; min-width: 40px; max-width: 40px;border-left: 1px solid lightgray;}
.nomTable[mode="2"] .nomRow > .nomCell:nth-of-type(3) { width: 90px; min-width: 90px; max-width: 90px;border-left: 1px solid lightgray;}
.nomTable[mode="2"] .nomRow > .nomCell:nth-of-type(4) { width: 140px; min-width: 140px; max-width: 140px;border-left: 1px solid lightgray;}
.nomTable[mode="2"] .nomRow > .nomCell:nth-of-type(5) { width: 240px; min-width: 240px; max-width: 240px;border-left: 1px solid lightgray;}
.nomTable[mode="2"] .nomRow > .nomCell:nth-of-type(6) { width: 110px; min-width: 110px; max-width: 110px;border-left: 1px solid lightgray; white-space: nowrap;}
.nomTable[mode="2"] .nomRow > .nomCell:nth-of-type(7) { width: 76px; min-width: 76px; max-width: 76px;border-left: 1px solid lightgray;}

.nom_highlight {
    max-height: 100px;
    overflow-y: auto;
}
.nomGroup select {
	max-width: 205px;
}
.nomGroup input {
    border: none;
    background-color: gainsboro;
    width: 205px;
}
.nomGroup input:focus {
	outline: none;
}
#nomenclaturaSearchGroupIndicator {
    margin-right: 10px;
    margin-top: -4px;
    display: none;
}
#rmuObjInfoLinkArea .ui-autocomplete {
	width: 800px !important;
    	max-width: 800px !important;
}
#rmuObjInfoLinkArea .ui-menu {
    	white-space: nowrap;
	width: 800px !important;
}
#nomenclaturaMainMenuContainer {
    position: fixed;
    background-color: white;
    left: 80px;
    top: 100px;
    bottom: 50px;
    z-index: 200;
    width: 1240px;
}
#rmuObjInfoLinkAreaHeaderNom {
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px grey;
    background-color: cadetblue;
    color: white;
}
#rmuObjInfoLinkAreaHeaderNom img {
    position: absolute;
    right: 5px;
    top: 2px;
    cursor: pointer;
}
.hidden1,.hidden2 { display: none !important; }
.nomGroup img {margin-left: 10px; cursor:pointer;}

.nomDelete img {cursor: pointer;margin-left:}
.automenuDesc {
	font-style: italic;
	font-size: 12px;
	/*color: #00804e;*/
}
.nomProvider span {
	font-weight: bold;
}
#calcNomTab {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
#calcNomTabHeader {
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px grey;
    background-color: cadetblue;
    color: white;
}
#calcNomTabHeader img {
    position: absolute;
    right: 5px;
    top: 2px;
    cursor: pointer;
}
#calcNomTabBody {
    position: absolute;
    top: 38px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: white;
    overflow: auto;
}
#nomTable {
	display: table;
	margin: 5px 10px;
}
.nomTableRow {
	display: table-row;
}
.nomTableCell {
	display: table-cell;
}
#nomTableHeader {
    font-size: 16px;
    font-weight: bold;
    height: 25px;
    position: sticky;
    top: 0px;
    background-color: cadetblue;
    color: white;
    padding: 0px 15px;
}
#nomTableHeader div {
}
.nomTableRow .nomTableCell {
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	padding: 2px 5px;
}
.nomTableRow .nomTableCell:last-of-type {
	border-right: 1px solid gray;
}
.nomTableRow:last-of-type .nomTableCell {
	border-bottom: 1px solid gray;
}
.nomTableRow:first-of-type .nomTableCell {
    font-weight: bold;
    position: sticky;
    top: 25px;
    background-color: #e0e0e0;
    border-bottom: 1px solid gray;
}
#calcNomTabBody .nomTableRow:first-of-type .nomTableCell {
    top: 0px;
}
#calcNomTabBodyHeader {
    background-color: white;
    height: 10px;
    width: 100%;
}
.nomtablePlus1 {
    margin-left: 10px;
    cursor: pointer;
}
.nomtablePlus2,.nomtablePlus3 {
    cursor: pointer;
	display: none;
    float: right;
    margin-top: 4px;
}
.nomTabLevel1:hover:not(.tabEdit) .nomtablePlus2,
.nomTabLevel2:hover:not(.tabEdit) .nomtablePlus3 {
	display: inline-block;
}
.nomTabLevel1,.nomTabLevel2 {cursor: pointer;}
.nomTabLevel1 input,.nomTabLevel2 input {
    border: none;
    background-color: #cecece;
    padding: 0px 4px;
}
.nomTabLevel1 input:focus,.nomTabLevel2 input:focus {
	outline: none;
}
.notabtop {
	border-top: none !important;
	cursor: default !important;
}
.nomTableCell.nomTabLevel1:not(.notabtop) {
    position: sticky;
    top: 51px;
    background-color: white;
}
#calcNomTabBody .nomTableCell.nomTabLevel1:not(.notabtop) {
    top: 25px;
}
#calcNomTabBody .nomTableCell {
    cursor: default;
}
#calcNomTabBody .nomTableCell:nth-of-type(3):not(.nohover) {
	cursor: pointer;
}
#calcNomTabBody .nomTableCell:nth-of-type(3):hover:not(.nohover) {
	background-color: #e4e4e4;
}
.nomTableRow .nomTableCell:last-of-type {
	text-align: right;
}
.nomTableRow:first-of-type .nomTableCell:last-of-type {
	text-align: center;
}

