| 1 |
.form-table { |
| 2 |
border: 1px solid #9E9EA0; |
| 3 |
} |
| 4 |
.form-table th{ |
| 5 |
font-weight: bold; |
| 6 |
} |
| 7 |
#oscitas-form-iconhead .form-table th{ width:120px } |
| 8 |
|
| 9 |
|
| 10 |
.form-table tr:nth-child(odd){ |
| 11 |
background: #D6D6D6; |
| 12 |
} |
| 13 |
.form-table tr:nth-child(even){ |
| 14 |
background: #F0F0F0; |
| 15 |
} |
| 16 |
.form-table td { |
| 17 |
border-left: 1px solid #AAAAAE; |
| 18 |
min-width: 150px; |
| 19 |
} |
| 20 |
|
| 21 |
.tb_multiple_column { |
| 22 |
border: 1px solid #C1BCC4 !important; |
| 23 |
} |
| 24 |
|
| 25 |
.tb_multiple_column thead tr { |
| 26 |
background: none repeat scroll 0 0 #C2C2C2 !important; |
| 27 |
} |
| 28 |
|
| 29 |
.tb_multiple_column tbody tr:nth-child(even) { |
| 30 |
background: none repeat scroll 0 0 #D7D7D7 !important; |
| 31 |
} |
| 32 |
|
| 33 |
.tb_multiple_column tbody tr:nth-child(odd) { |
| 34 |
background: none repeat scroll 0 0 #ECECEC !important; |
| 35 |
} |
| 36 |
|
| 37 |
.tb_multiple_column td { |
| 38 |
border: 0 none; |
| 39 |
} |