|
|
|
|
@ -27,16 +27,84 @@ body {background-color: #bbd400}
|
|
|
|
|
vertical-align: bottom;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gridColLeft5{
|
|
|
|
|
text-align: left;
|
|
|
|
|
width: 5%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gridColLeft10{
|
|
|
|
|
text-align: left;
|
|
|
|
|
width: 10%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gridColLeft15{
|
|
|
|
|
text-align: left;
|
|
|
|
|
width: 15%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gridColLeft20{
|
|
|
|
|
text-align: left;
|
|
|
|
|
width: 20%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gridColLeft25{
|
|
|
|
|
text-align: left;
|
|
|
|
|
width: 25%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gridColLeft30{
|
|
|
|
|
text-align: left;
|
|
|
|
|
width: 30%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gridColLeft70{
|
|
|
|
|
text-align: left;
|
|
|
|
|
width: 70%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gridColLeft75{
|
|
|
|
|
text-align: left;
|
|
|
|
|
width: 75%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gridColLeft85{
|
|
|
|
|
text-align: left;
|
|
|
|
|
width: 85%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gridColLeft90{
|
|
|
|
|
text-align: left;
|
|
|
|
|
width: 90%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gridColLeft95{
|
|
|
|
|
text-align: left;
|
|
|
|
|
width: 95%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gridColRight85{
|
|
|
|
|
text-align: right;
|
|
|
|
|
width: 85%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gridBlockHeader{
|
|
|
|
|
background-color : #668597;
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.restricoes{
|
|
|
|
|
border-spacing: 0;
|
|
|
|
|
padding: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.assinaturas{
|
|
|
|
|
border-spacing: 0;
|
|
|
|
|
padding: 0px;
|
|
|
|
|
}
|
|
|
|
|
.gridColRestricoes{
|
|
|
|
|
border_bottom: solid 1px #000000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gridLayoutTopCols {
|
|
|
|
|
vertical-align : top;
|
|
|
|
|
width : 50%;
|
|
|
|
|
@ -64,9 +132,8 @@ body {background-color: #bbd400}
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
margin-right: auto;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.list-paging-footer {
|
|
|
|
|
background-color: white;
|
|
|
|
|
.labelBold{
|
|
|
|
|
font-weight : bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.list-row-even {
|
|
|
|
|
@ -107,3 +174,15 @@ body {background-color: #bbd400}
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
text-decoration : none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.labelCSS{
|
|
|
|
|
font-weight : bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.show{
|
|
|
|
|
display : inline;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hide{
|
|
|
|
|
display : none ;
|
|
|
|
|
}
|