styles.css 30 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726
  1. body {
  2. margin:0px;
  3. background-image:none;
  4. position:static;
  5. left:auto;
  6. width:1573px;
  7. margin-left:0;
  8. margin-right:0;
  9. text-align:left;
  10. }
  11. .form_sketch {
  12. border-color:transparent;
  13. background-color:transparent;
  14. }
  15. #base {
  16. position:absolute;
  17. z-index:0;
  18. }
  19. #u1174_img {
  20. border-width:0px;
  21. position:absolute;
  22. left:0px;
  23. top:0px;
  24. width:1155px;
  25. height:583px;
  26. }
  27. #u1174 {
  28. border-width:0px;
  29. position:absolute;
  30. left:21px;
  31. top:2830px;
  32. width:1155px;
  33. height:583px;
  34. display:flex;
  35. }
  36. #u1174 .text {
  37. position:absolute;
  38. align-self:center;
  39. padding:2px 2px 2px 2px;
  40. box-sizing:border-box;
  41. width:100%;
  42. }
  43. #u1174_text {
  44. border-width:0px;
  45. word-wrap:break-word;
  46. text-transform:none;
  47. visibility:hidden;
  48. }
  49. #u1175_img {
  50. border-width:0px;
  51. position:absolute;
  52. left:0px;
  53. top:0px;
  54. width:1155px;
  55. height:583px;
  56. }
  57. #u1175 {
  58. border-width:0px;
  59. position:absolute;
  60. left:21px;
  61. top:249px;
  62. width:1155px;
  63. height:583px;
  64. display:flex;
  65. }
  66. #u1175 .text {
  67. position:absolute;
  68. align-self:center;
  69. padding:2px 2px 2px 2px;
  70. box-sizing:border-box;
  71. width:100%;
  72. }
  73. #u1175_text {
  74. border-width:0px;
  75. word-wrap:break-word;
  76. text-transform:none;
  77. visibility:hidden;
  78. }
  79. #u1176 {
  80. border-width:0px;
  81. position:absolute;
  82. left:0px;
  83. top:0px;
  84. width:0px;
  85. height:0px;
  86. }
  87. #u1177_img {
  88. border-width:0px;
  89. position:absolute;
  90. left:0px;
  91. top:0px;
  92. width:8px;
  93. height:28px;
  94. }
  95. #u1177 {
  96. border-width:0px;
  97. position:absolute;
  98. left:7px;
  99. top:21px;
  100. width:8px;
  101. height:28px;
  102. display:flex;
  103. }
  104. #u1177 .text {
  105. position:absolute;
  106. align-self:center;
  107. padding:2px 2px 2px 2px;
  108. box-sizing:border-box;
  109. width:100%;
  110. }
  111. #u1177_text {
  112. border-width:0px;
  113. word-wrap:break-word;
  114. text-transform:none;
  115. visibility:hidden;
  116. }
  117. #u1178_div {
  118. border-width:0px;
  119. position:absolute;
  120. left:0px;
  121. top:0px;
  122. width:190px;
  123. height:28px;
  124. background:inherit;
  125. background-color:rgba(255, 255, 255, 0);
  126. border:none;
  127. border-radius:0px;
  128. -moz-box-shadow:none;
  129. -webkit-box-shadow:none;
  130. box-shadow:none;
  131. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  132. font-weight:700;
  133. font-style:normal;
  134. }
  135. #u1178 {
  136. border-width:0px;
  137. position:absolute;
  138. left:21px;
  139. top:21px;
  140. width:190px;
  141. height:28px;
  142. display:flex;
  143. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  144. font-weight:700;
  145. font-style:normal;
  146. }
  147. #u1178 .text {
  148. position:absolute;
  149. align-self:flex-start;
  150. padding:0px 0px 0px 0px;
  151. box-sizing:border-box;
  152. width:100%;
  153. }
  154. #u1178_text {
  155. border-width:0px;
  156. white-space:nowrap;
  157. text-transform:none;
  158. }
  159. #u1179_div {
  160. border-width:0px;
  161. position:absolute;
  162. left:0px;
  163. top:0px;
  164. width:108px;
  165. height:21px;
  166. background:inherit;
  167. background-color:rgba(255, 255, 255, 0);
  168. border:none;
  169. border-radius:0px;
  170. -moz-box-shadow:none;
  171. -webkit-box-shadow:none;
  172. box-shadow:none;
  173. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  174. font-weight:700;
  175. font-style:normal;
  176. font-size:18px;
  177. }
  178. #u1179 {
  179. border-width:0px;
  180. position:absolute;
  181. left:21px;
  182. top:67px;
  183. width:108px;
  184. height:21px;
  185. display:flex;
  186. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  187. font-weight:700;
  188. font-style:normal;
  189. font-size:18px;
  190. }
  191. #u1179 .text {
  192. position:absolute;
  193. align-self:flex-start;
  194. padding:0px 0px 0px 0px;
  195. box-sizing:border-box;
  196. width:100%;
  197. }
  198. #u1179_text {
  199. border-width:0px;
  200. white-space:nowrap;
  201. text-transform:none;
  202. }
  203. #u1180_div {
  204. border-width:0px;
  205. position:absolute;
  206. left:0px;
  207. top:0px;
  208. width:938px;
  209. height:62px;
  210. background:inherit;
  211. background-color:rgba(255, 255, 255, 0);
  212. border:none;
  213. border-radius:0px;
  214. -moz-box-shadow:none;
  215. -webkit-box-shadow:none;
  216. box-shadow:none;
  217. font-size:16px;
  218. line-height:24px;
  219. }
  220. #u1180 {
  221. border-width:0px;
  222. position:absolute;
  223. left:57px;
  224. top:99px;
  225. width:938px;
  226. height:62px;
  227. display:flex;
  228. font-size:16px;
  229. line-height:24px;
  230. }
  231. #u1180 .text {
  232. position:absolute;
  233. align-self:flex-start;
  234. padding:0px 0px 0px 0px;
  235. box-sizing:border-box;
  236. width:100%;
  237. }
  238. #u1180_text {
  239. border-width:0px;
  240. word-wrap:break-word;
  241. text-transform:none;
  242. }
  243. #u1181_div {
  244. border-width:0px;
  245. position:absolute;
  246. left:0px;
  247. top:0px;
  248. width:267px;
  249. height:22px;
  250. background:inherit;
  251. background-color:rgba(255, 255, 255, 0);
  252. border:none;
  253. border-radius:0px;
  254. -moz-box-shadow:none;
  255. -webkit-box-shadow:none;
  256. box-shadow:none;
  257. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  258. font-weight:700;
  259. font-style:normal;
  260. font-size:18px;
  261. }
  262. #u1181 {
  263. border-width:0px;
  264. position:absolute;
  265. left:21px;
  266. top:189px;
  267. width:267px;
  268. height:22px;
  269. display:flex;
  270. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  271. font-weight:700;
  272. font-style:normal;
  273. font-size:18px;
  274. }
  275. #u1181 .text {
  276. position:absolute;
  277. align-self:flex-start;
  278. padding:0px 0px 0px 0px;
  279. box-sizing:border-box;
  280. width:100%;
  281. }
  282. #u1181_text {
  283. border-width:0px;
  284. white-space:nowrap;
  285. text-transform:none;
  286. }
  287. #u1182_img {
  288. border-width:0px;
  289. position:absolute;
  290. left:-4px;
  291. top:-4px;
  292. width:30px;
  293. height:30px;
  294. }
  295. #u1182 {
  296. border-width:0px;
  297. position:absolute;
  298. left:1054px;
  299. top:521px;
  300. width:20px;
  301. height:20px;
  302. display:flex;
  303. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  304. font-weight:700;
  305. font-style:normal;
  306. font-size:14px;
  307. color:#1E1E1E;
  308. }
  309. #u1182 .text {
  310. position:absolute;
  311. align-self:center;
  312. padding:2px 2px 2px 2px;
  313. box-sizing:border-box;
  314. width:100%;
  315. }
  316. #u1182_text {
  317. border-width:0px;
  318. word-wrap:break-word;
  319. text-transform:none;
  320. }
  321. #u1183_img {
  322. border-width:0px;
  323. position:absolute;
  324. left:-4px;
  325. top:-4px;
  326. width:30px;
  327. height:30px;
  328. }
  329. #u1183 {
  330. border-width:0px;
  331. position:absolute;
  332. left:1106px;
  333. top:521px;
  334. width:20px;
  335. height:20px;
  336. display:flex;
  337. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  338. font-weight:700;
  339. font-style:normal;
  340. font-size:14px;
  341. color:#1E1E1E;
  342. }
  343. #u1183 .text {
  344. position:absolute;
  345. align-self:center;
  346. padding:2px 2px 2px 2px;
  347. box-sizing:border-box;
  348. width:100%;
  349. }
  350. #u1183_text {
  351. border-width:0px;
  352. word-wrap:break-word;
  353. text-transform:none;
  354. }
  355. #u1184 {
  356. border-width:0px;
  357. position:absolute;
  358. left:0px;
  359. top:0px;
  360. width:0px;
  361. height:0px;
  362. }
  363. #u1185_img {
  364. border-width:0px;
  365. position:absolute;
  366. left:-4px;
  367. top:-4px;
  368. width:40px;
  369. height:40px;
  370. }
  371. #u1185 {
  372. border-width:0px;
  373. position:absolute;
  374. left:1181px;
  375. top:250px;
  376. width:30px;
  377. height:30px;
  378. display:flex;
  379. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  380. font-weight:700;
  381. font-style:normal;
  382. font-size:18px;
  383. color:#1E1E1E;
  384. }
  385. #u1185 .text {
  386. position:absolute;
  387. align-self:center;
  388. padding:2px 2px 2px 2px;
  389. box-sizing:border-box;
  390. width:100%;
  391. }
  392. #u1185_text {
  393. border-width:0px;
  394. word-wrap:break-word;
  395. text-transform:none;
  396. }
  397. #u1186_div {
  398. border-width:0px;
  399. position:absolute;
  400. left:0px;
  401. top:0px;
  402. width:143px;
  403. height:18px;
  404. background:inherit;
  405. background-color:rgba(255, 255, 255, 0);
  406. border:none;
  407. border-radius:0px;
  408. -moz-box-shadow:none;
  409. -webkit-box-shadow:none;
  410. box-shadow:none;
  411. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  412. font-weight:700;
  413. font-style:normal;
  414. font-size:16px;
  415. }
  416. #u1186 {
  417. border-width:0px;
  418. position:absolute;
  419. left:1221px;
  420. top:257px;
  421. width:143px;
  422. height:18px;
  423. display:flex;
  424. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  425. font-weight:700;
  426. font-style:normal;
  427. font-size:16px;
  428. }
  429. #u1186 .text {
  430. position:absolute;
  431. align-self:flex-start;
  432. padding:0px 0px 0px 0px;
  433. box-sizing:border-box;
  434. width:100%;
  435. }
  436. #u1186_text {
  437. border-width:0px;
  438. word-wrap:break-word;
  439. text-transform:none;
  440. }
  441. #u1187_div {
  442. border-width:0px;
  443. position:absolute;
  444. left:0px;
  445. top:0px;
  446. width:352px;
  447. height:44px;
  448. background:inherit;
  449. background-color:rgba(255, 255, 255, 0);
  450. border:none;
  451. border-radius:0px;
  452. -moz-box-shadow:none;
  453. -webkit-box-shadow:none;
  454. box-shadow:none;
  455. line-height:22px;
  456. }
  457. #u1187 {
  458. border-width:0px;
  459. position:absolute;
  460. left:1221px;
  461. top:295px;
  462. width:352px;
  463. height:44px;
  464. display:flex;
  465. line-height:22px;
  466. }
  467. #u1187 .text {
  468. position:absolute;
  469. align-self:flex-start;
  470. padding:0px 0px 0px 0px;
  471. box-sizing:border-box;
  472. width:100%;
  473. }
  474. #u1187_text {
  475. border-width:0px;
  476. word-wrap:break-word;
  477. text-transform:none;
  478. }
  479. #u1188 {
  480. border-width:0px;
  481. position:absolute;
  482. left:0px;
  483. top:0px;
  484. width:0px;
  485. height:0px;
  486. }
  487. #u1189_img {
  488. border-width:0px;
  489. position:absolute;
  490. left:-4px;
  491. top:-4px;
  492. width:40px;
  493. height:40px;
  494. }
  495. #u1189 {
  496. border-width:0px;
  497. position:absolute;
  498. left:1181px;
  499. top:339px;
  500. width:30px;
  501. height:30px;
  502. display:flex;
  503. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  504. font-weight:700;
  505. font-style:normal;
  506. font-size:18px;
  507. color:#1E1E1E;
  508. }
  509. #u1189 .text {
  510. position:absolute;
  511. align-self:center;
  512. padding:2px 2px 2px 2px;
  513. box-sizing:border-box;
  514. width:100%;
  515. }
  516. #u1189_text {
  517. border-width:0px;
  518. word-wrap:break-word;
  519. text-transform:none;
  520. }
  521. #u1190_div {
  522. border-width:0px;
  523. position:absolute;
  524. left:0px;
  525. top:0px;
  526. width:143px;
  527. height:18px;
  528. background:inherit;
  529. background-color:rgba(255, 255, 255, 0);
  530. border:none;
  531. border-radius:0px;
  532. -moz-box-shadow:none;
  533. -webkit-box-shadow:none;
  534. box-shadow:none;
  535. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  536. font-weight:700;
  537. font-style:normal;
  538. font-size:16px;
  539. }
  540. #u1190 {
  541. border-width:0px;
  542. position:absolute;
  543. left:1221px;
  544. top:346px;
  545. width:143px;
  546. height:18px;
  547. display:flex;
  548. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  549. font-weight:700;
  550. font-style:normal;
  551. font-size:16px;
  552. }
  553. #u1190 .text {
  554. position:absolute;
  555. align-self:flex-start;
  556. padding:0px 0px 0px 0px;
  557. box-sizing:border-box;
  558. width:100%;
  559. }
  560. #u1190_text {
  561. border-width:0px;
  562. word-wrap:break-word;
  563. text-transform:none;
  564. }
  565. #u1191_div {
  566. border-width:0px;
  567. position:absolute;
  568. left:0px;
  569. top:0px;
  570. width:352px;
  571. height:22px;
  572. background:inherit;
  573. background-color:rgba(255, 255, 255, 0);
  574. border:none;
  575. border-radius:0px;
  576. -moz-box-shadow:none;
  577. -webkit-box-shadow:none;
  578. box-shadow:none;
  579. line-height:22px;
  580. }
  581. #u1191 {
  582. border-width:0px;
  583. position:absolute;
  584. left:1221px;
  585. top:384px;
  586. width:352px;
  587. height:22px;
  588. display:flex;
  589. line-height:22px;
  590. }
  591. #u1191 .text {
  592. position:absolute;
  593. align-self:flex-start;
  594. padding:0px 0px 0px 0px;
  595. box-sizing:border-box;
  596. width:100%;
  597. }
  598. #u1191_text {
  599. border-width:0px;
  600. word-wrap:break-word;
  601. text-transform:none;
  602. }
  603. #u1192_img {
  604. border-width:0px;
  605. position:absolute;
  606. left:0px;
  607. top:0px;
  608. width:1155px;
  609. height:583px;
  610. }
  611. #u1192 {
  612. border-width:0px;
  613. position:absolute;
  614. left:21px;
  615. top:879px;
  616. width:1155px;
  617. height:583px;
  618. display:flex;
  619. }
  620. #u1192 .text {
  621. position:absolute;
  622. align-self:center;
  623. padding:2px 2px 2px 2px;
  624. box-sizing:border-box;
  625. width:100%;
  626. }
  627. #u1192_text {
  628. border-width:0px;
  629. word-wrap:break-word;
  630. text-transform:none;
  631. visibility:hidden;
  632. }
  633. #u1193_img {
  634. border-width:0px;
  635. position:absolute;
  636. left:-4px;
  637. top:-4px;
  638. width:30px;
  639. height:30px;
  640. }
  641. #u1193 {
  642. border-width:0px;
  643. position:absolute;
  644. left:158px;
  645. top:3000px;
  646. width:20px;
  647. height:20px;
  648. display:flex;
  649. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  650. font-weight:700;
  651. font-style:normal;
  652. font-size:14px;
  653. color:#1E1E1E;
  654. }
  655. #u1193 .text {
  656. position:absolute;
  657. align-self:center;
  658. padding:2px 2px 2px 2px;
  659. box-sizing:border-box;
  660. width:100%;
  661. }
  662. #u1193_text {
  663. border-width:0px;
  664. word-wrap:break-word;
  665. text-transform:none;
  666. }
  667. #u1194_img {
  668. border-width:0px;
  669. position:absolute;
  670. left:-4px;
  671. top:-4px;
  672. width:30px;
  673. height:30px;
  674. }
  675. #u1194 {
  676. border-width:0px;
  677. position:absolute;
  678. left:292px;
  679. top:3000px;
  680. width:20px;
  681. height:20px;
  682. display:flex;
  683. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  684. font-weight:700;
  685. font-style:normal;
  686. font-size:14px;
  687. color:#1E1E1E;
  688. }
  689. #u1194 .text {
  690. position:absolute;
  691. align-self:center;
  692. padding:2px 2px 2px 2px;
  693. box-sizing:border-box;
  694. width:100%;
  695. }
  696. #u1194_text {
  697. border-width:0px;
  698. word-wrap:break-word;
  699. text-transform:none;
  700. }
  701. #u1195 {
  702. border-width:0px;
  703. position:absolute;
  704. left:0px;
  705. top:0px;
  706. width:0px;
  707. height:0px;
  708. }
  709. #u1196_img {
  710. border-width:0px;
  711. position:absolute;
  712. left:-4px;
  713. top:-4px;
  714. width:40px;
  715. height:40px;
  716. }
  717. #u1196 {
  718. border-width:0px;
  719. position:absolute;
  720. left:1181px;
  721. top:2823px;
  722. width:30px;
  723. height:30px;
  724. display:flex;
  725. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  726. font-weight:700;
  727. font-style:normal;
  728. font-size:18px;
  729. color:#1E1E1E;
  730. }
  731. #u1196 .text {
  732. position:absolute;
  733. align-self:center;
  734. padding:2px 2px 2px 2px;
  735. box-sizing:border-box;
  736. width:100%;
  737. }
  738. #u1196_text {
  739. border-width:0px;
  740. word-wrap:break-word;
  741. text-transform:none;
  742. }
  743. #u1197_div {
  744. border-width:0px;
  745. position:absolute;
  746. left:0px;
  747. top:0px;
  748. width:143px;
  749. height:18px;
  750. background:inherit;
  751. background-color:rgba(255, 255, 255, 0);
  752. border:none;
  753. border-radius:0px;
  754. -moz-box-shadow:none;
  755. -webkit-box-shadow:none;
  756. box-shadow:none;
  757. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  758. font-weight:700;
  759. font-style:normal;
  760. font-size:16px;
  761. color:#FF0000;
  762. }
  763. #u1197 {
  764. border-width:0px;
  765. position:absolute;
  766. left:1221px;
  767. top:2830px;
  768. width:143px;
  769. height:18px;
  770. display:flex;
  771. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  772. font-weight:700;
  773. font-style:normal;
  774. font-size:16px;
  775. color:#FF0000;
  776. }
  777. #u1197 .text {
  778. position:absolute;
  779. align-self:flex-start;
  780. padding:0px 0px 0px 0px;
  781. box-sizing:border-box;
  782. width:100%;
  783. }
  784. #u1197_text {
  785. border-width:0px;
  786. word-wrap:break-word;
  787. text-transform:none;
  788. }
  789. #u1198_div {
  790. border-width:0px;
  791. position:absolute;
  792. left:0px;
  793. top:0px;
  794. width:352px;
  795. height:132px;
  796. background:inherit;
  797. background-color:rgba(255, 255, 255, 0);
  798. border:none;
  799. border-radius:0px;
  800. -moz-box-shadow:none;
  801. -webkit-box-shadow:none;
  802. box-shadow:none;
  803. line-height:22px;
  804. }
  805. #u1198 {
  806. border-width:0px;
  807. position:absolute;
  808. left:1221px;
  809. top:2868px;
  810. width:352px;
  811. height:132px;
  812. display:flex;
  813. line-height:22px;
  814. }
  815. #u1198 .text {
  816. position:absolute;
  817. align-self:flex-start;
  818. padding:0px 0px 0px 0px;
  819. box-sizing:border-box;
  820. width:100%;
  821. }
  822. #u1198_text {
  823. border-width:0px;
  824. word-wrap:break-word;
  825. text-transform:none;
  826. }
  827. #u1199_img {
  828. border-width:0px;
  829. position:absolute;
  830. left:0px;
  831. top:0px;
  832. width:1155px;
  833. height:583px;
  834. }
  835. #u1199 {
  836. border-width:0px;
  837. position:absolute;
  838. left:21px;
  839. top:3456px;
  840. width:1155px;
  841. height:583px;
  842. display:flex;
  843. }
  844. #u1199 .text {
  845. position:absolute;
  846. align-self:center;
  847. padding:2px 2px 2px 2px;
  848. box-sizing:border-box;
  849. width:100%;
  850. }
  851. #u1199_text {
  852. border-width:0px;
  853. word-wrap:break-word;
  854. text-transform:none;
  855. visibility:hidden;
  856. }
  857. #u1200_div {
  858. border-width:0px;
  859. position:absolute;
  860. left:0px;
  861. top:0px;
  862. width:120px;
  863. height:22px;
  864. background:inherit;
  865. background-color:rgba(255, 255, 255, 0);
  866. border:none;
  867. border-radius:0px;
  868. -moz-box-shadow:none;
  869. -webkit-box-shadow:none;
  870. box-shadow:none;
  871. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  872. font-weight:700;
  873. font-style:normal;
  874. font-size:18px;
  875. }
  876. #u1200 {
  877. border-width:0px;
  878. position:absolute;
  879. left:21px;
  880. top:2798px;
  881. width:120px;
  882. height:22px;
  883. display:flex;
  884. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  885. font-weight:700;
  886. font-style:normal;
  887. font-size:18px;
  888. }
  889. #u1200 .text {
  890. position:absolute;
  891. align-self:flex-start;
  892. padding:0px 0px 0px 0px;
  893. box-sizing:border-box;
  894. width:100%;
  895. }
  896. #u1200_text {
  897. border-width:0px;
  898. white-space:nowrap;
  899. text-transform:none;
  900. }
  901. #u1201 {
  902. border-width:0px;
  903. position:absolute;
  904. left:0px;
  905. top:0px;
  906. width:0px;
  907. height:0px;
  908. }
  909. #u1202_img {
  910. border-width:0px;
  911. position:absolute;
  912. left:-4px;
  913. top:-4px;
  914. width:40px;
  915. height:40px;
  916. }
  917. #u1202 {
  918. border-width:0px;
  919. position:absolute;
  920. left:1181px;
  921. top:3010px;
  922. width:30px;
  923. height:30px;
  924. display:flex;
  925. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  926. font-weight:700;
  927. font-style:normal;
  928. font-size:18px;
  929. color:#1E1E1E;
  930. }
  931. #u1202 .text {
  932. position:absolute;
  933. align-self:center;
  934. padding:2px 2px 2px 2px;
  935. box-sizing:border-box;
  936. width:100%;
  937. }
  938. #u1202_text {
  939. border-width:0px;
  940. word-wrap:break-word;
  941. text-transform:none;
  942. }
  943. #u1203_div {
  944. border-width:0px;
  945. position:absolute;
  946. left:0px;
  947. top:0px;
  948. width:143px;
  949. height:18px;
  950. background:inherit;
  951. background-color:rgba(255, 255, 255, 0);
  952. border:none;
  953. border-radius:0px;
  954. -moz-box-shadow:none;
  955. -webkit-box-shadow:none;
  956. box-shadow:none;
  957. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  958. font-weight:700;
  959. font-style:normal;
  960. font-size:16px;
  961. color:#FF0000;
  962. }
  963. #u1203 {
  964. border-width:0px;
  965. position:absolute;
  966. left:1221px;
  967. top:3017px;
  968. width:143px;
  969. height:18px;
  970. display:flex;
  971. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  972. font-weight:700;
  973. font-style:normal;
  974. font-size:16px;
  975. color:#FF0000;
  976. }
  977. #u1203 .text {
  978. position:absolute;
  979. align-self:flex-start;
  980. padding:0px 0px 0px 0px;
  981. box-sizing:border-box;
  982. width:100%;
  983. }
  984. #u1203_text {
  985. border-width:0px;
  986. word-wrap:break-word;
  987. text-transform:none;
  988. }
  989. #u1204_div {
  990. border-width:0px;
  991. position:absolute;
  992. left:0px;
  993. top:0px;
  994. width:352px;
  995. height:22px;
  996. background:inherit;
  997. background-color:rgba(255, 255, 255, 0);
  998. border:none;
  999. border-radius:0px;
  1000. -moz-box-shadow:none;
  1001. -webkit-box-shadow:none;
  1002. box-shadow:none;
  1003. line-height:22px;
  1004. }
  1005. #u1204 {
  1006. border-width:0px;
  1007. position:absolute;
  1008. left:1221px;
  1009. top:3055px;
  1010. width:352px;
  1011. height:22px;
  1012. display:flex;
  1013. line-height:22px;
  1014. }
  1015. #u1204 .text {
  1016. position:absolute;
  1017. align-self:flex-start;
  1018. padding:0px 0px 0px 0px;
  1019. box-sizing:border-box;
  1020. width:100%;
  1021. }
  1022. #u1204_text {
  1023. border-width:0px;
  1024. word-wrap:break-word;
  1025. text-transform:none;
  1026. }
  1027. #u1205_img {
  1028. border-width:0px;
  1029. position:absolute;
  1030. left:0px;
  1031. top:0px;
  1032. width:1150px;
  1033. height:583px;
  1034. }
  1035. #u1205 {
  1036. border-width:0px;
  1037. position:absolute;
  1038. left:21px;
  1039. top:1511px;
  1040. width:1150px;
  1041. height:583px;
  1042. display:flex;
  1043. }
  1044. #u1205 .text {
  1045. position:absolute;
  1046. align-self:center;
  1047. padding:2px 2px 2px 2px;
  1048. box-sizing:border-box;
  1049. width:100%;
  1050. }
  1051. #u1205_text {
  1052. border-width:0px;
  1053. word-wrap:break-word;
  1054. text-transform:none;
  1055. visibility:hidden;
  1056. }
  1057. #u1206_div {
  1058. border-width:0px;
  1059. position:absolute;
  1060. left:0px;
  1061. top:0px;
  1062. width:90px;
  1063. height:22px;
  1064. background:inherit;
  1065. background-color:rgba(255, 255, 255, 0);
  1066. border:none;
  1067. border-radius:0px;
  1068. -moz-box-shadow:none;
  1069. -webkit-box-shadow:none;
  1070. box-shadow:none;
  1071. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1072. font-weight:700;
  1073. font-style:normal;
  1074. font-size:18px;
  1075. }
  1076. #u1206 {
  1077. border-width:0px;
  1078. position:absolute;
  1079. left:21px;
  1080. top:852px;
  1081. width:90px;
  1082. height:22px;
  1083. display:flex;
  1084. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1085. font-weight:700;
  1086. font-style:normal;
  1087. font-size:18px;
  1088. }
  1089. #u1206 .text {
  1090. position:absolute;
  1091. align-self:flex-start;
  1092. padding:0px 0px 0px 0px;
  1093. box-sizing:border-box;
  1094. width:100%;
  1095. }
  1096. #u1206_text {
  1097. border-width:0px;
  1098. white-space:nowrap;
  1099. text-transform:none;
  1100. }
  1101. #u1207_div {
  1102. border-width:0px;
  1103. position:absolute;
  1104. left:0px;
  1105. top:0px;
  1106. width:90px;
  1107. height:22px;
  1108. background:inherit;
  1109. background-color:rgba(255, 255, 255, 0);
  1110. border:none;
  1111. border-radius:0px;
  1112. -moz-box-shadow:none;
  1113. -webkit-box-shadow:none;
  1114. box-shadow:none;
  1115. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1116. font-weight:700;
  1117. font-style:normal;
  1118. font-size:18px;
  1119. }
  1120. #u1207 {
  1121. border-width:0px;
  1122. position:absolute;
  1123. left:21px;
  1124. top:1484px;
  1125. width:90px;
  1126. height:22px;
  1127. display:flex;
  1128. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1129. font-weight:700;
  1130. font-style:normal;
  1131. font-size:18px;
  1132. }
  1133. #u1207 .text {
  1134. position:absolute;
  1135. align-self:flex-start;
  1136. padding:0px 0px 0px 0px;
  1137. box-sizing:border-box;
  1138. width:100%;
  1139. }
  1140. #u1207_text {
  1141. border-width:0px;
  1142. white-space:nowrap;
  1143. text-transform:none;
  1144. }
  1145. #u1208_div {
  1146. border-width:0px;
  1147. position:absolute;
  1148. left:0px;
  1149. top:0px;
  1150. width:120px;
  1151. height:22px;
  1152. background:inherit;
  1153. background-color:rgba(255, 255, 255, 0);
  1154. border:none;
  1155. border-radius:0px;
  1156. -moz-box-shadow:none;
  1157. -webkit-box-shadow:none;
  1158. box-shadow:none;
  1159. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1160. font-weight:700;
  1161. font-style:normal;
  1162. font-size:18px;
  1163. }
  1164. #u1208 {
  1165. border-width:0px;
  1166. position:absolute;
  1167. left:21px;
  1168. top:2132px;
  1169. width:120px;
  1170. height:22px;
  1171. display:flex;
  1172. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1173. font-weight:700;
  1174. font-style:normal;
  1175. font-size:18px;
  1176. }
  1177. #u1208 .text {
  1178. position:absolute;
  1179. align-self:flex-start;
  1180. padding:0px 0px 0px 0px;
  1181. box-sizing:border-box;
  1182. width:100%;
  1183. }
  1184. #u1208_text {
  1185. border-width:0px;
  1186. white-space:nowrap;
  1187. text-transform:none;
  1188. }
  1189. #u1209_img {
  1190. border-width:0px;
  1191. position:absolute;
  1192. left:0px;
  1193. top:0px;
  1194. width:1155px;
  1195. height:583px;
  1196. }
  1197. #u1209 {
  1198. border-width:0px;
  1199. position:absolute;
  1200. left:21px;
  1201. top:2164px;
  1202. width:1155px;
  1203. height:583px;
  1204. display:flex;
  1205. }
  1206. #u1209 .text {
  1207. position:absolute;
  1208. align-self:center;
  1209. padding:2px 2px 2px 2px;
  1210. box-sizing:border-box;
  1211. width:100%;
  1212. }
  1213. #u1209_text {
  1214. border-width:0px;
  1215. word-wrap:break-word;
  1216. text-transform:none;
  1217. visibility:hidden;
  1218. }
  1219. #u1210_img {
  1220. border-width:0px;
  1221. position:absolute;
  1222. left:-4px;
  1223. top:-4px;
  1224. width:30px;
  1225. height:30px;
  1226. }
  1227. #u1210 {
  1228. border-width:0px;
  1229. position:absolute;
  1230. left:1029px;
  1231. top:3079px;
  1232. width:20px;
  1233. height:20px;
  1234. display:flex;
  1235. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1236. font-weight:700;
  1237. font-style:normal;
  1238. font-size:14px;
  1239. color:#1E1E1E;
  1240. }
  1241. #u1210 .text {
  1242. position:absolute;
  1243. align-self:center;
  1244. padding:2px 2px 2px 2px;
  1245. box-sizing:border-box;
  1246. width:100%;
  1247. }
  1248. #u1210_text {
  1249. border-width:0px;
  1250. word-wrap:break-word;
  1251. text-transform:none;
  1252. }
  1253. #u1211_img {
  1254. border-width:0px;
  1255. position:absolute;
  1256. left:-4px;
  1257. top:-4px;
  1258. width:30px;
  1259. height:30px;
  1260. }
  1261. #u1211 {
  1262. border-width:0px;
  1263. position:absolute;
  1264. left:1083px;
  1265. top:3079px;
  1266. width:20px;
  1267. height:20px;
  1268. display:flex;
  1269. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1270. font-weight:700;
  1271. font-style:normal;
  1272. font-size:14px;
  1273. color:#1E1E1E;
  1274. }
  1275. #u1211 .text {
  1276. position:absolute;
  1277. align-self:center;
  1278. padding:2px 2px 2px 2px;
  1279. box-sizing:border-box;
  1280. width:100%;
  1281. }
  1282. #u1211_text {
  1283. border-width:0px;
  1284. word-wrap:break-word;
  1285. text-transform:none;
  1286. }
  1287. #u1212 {
  1288. border-width:0px;
  1289. position:absolute;
  1290. left:0px;
  1291. top:0px;
  1292. width:0px;
  1293. height:0px;
  1294. }
  1295. #u1213_img {
  1296. border-width:0px;
  1297. position:absolute;
  1298. left:-4px;
  1299. top:-4px;
  1300. width:40px;
  1301. height:40px;
  1302. }
  1303. #u1213 {
  1304. border-width:0px;
  1305. position:absolute;
  1306. left:1181px;
  1307. top:3101px;
  1308. width:30px;
  1309. height:30px;
  1310. display:flex;
  1311. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1312. font-weight:700;
  1313. font-style:normal;
  1314. font-size:18px;
  1315. color:#1E1E1E;
  1316. }
  1317. #u1213 .text {
  1318. position:absolute;
  1319. align-self:center;
  1320. padding:2px 2px 2px 2px;
  1321. box-sizing:border-box;
  1322. width:100%;
  1323. }
  1324. #u1213_text {
  1325. border-width:0px;
  1326. word-wrap:break-word;
  1327. text-transform:none;
  1328. }
  1329. #u1214_div {
  1330. border-width:0px;
  1331. position:absolute;
  1332. left:0px;
  1333. top:0px;
  1334. width:119px;
  1335. height:18px;
  1336. background:inherit;
  1337. background-color:rgba(255, 255, 255, 0);
  1338. border:none;
  1339. border-radius:0px;
  1340. -moz-box-shadow:none;
  1341. -webkit-box-shadow:none;
  1342. box-shadow:none;
  1343. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1344. font-weight:700;
  1345. font-style:normal;
  1346. font-size:16px;
  1347. color:#FF0000;
  1348. }
  1349. #u1214 {
  1350. border-width:0px;
  1351. position:absolute;
  1352. left:1221px;
  1353. top:3108px;
  1354. width:119px;
  1355. height:18px;
  1356. display:flex;
  1357. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1358. font-weight:700;
  1359. font-style:normal;
  1360. font-size:16px;
  1361. color:#FF0000;
  1362. }
  1363. #u1214 .text {
  1364. position:absolute;
  1365. align-self:flex-start;
  1366. padding:0px 0px 0px 0px;
  1367. box-sizing:border-box;
  1368. width:100%;
  1369. }
  1370. #u1214_text {
  1371. border-width:0px;
  1372. word-wrap:break-word;
  1373. text-transform:none;
  1374. }
  1375. #u1215_div {
  1376. border-width:0px;
  1377. position:absolute;
  1378. left:0px;
  1379. top:0px;
  1380. width:352px;
  1381. height:44px;
  1382. background:inherit;
  1383. background-color:rgba(255, 255, 255, 0);
  1384. border:none;
  1385. border-radius:0px;
  1386. -moz-box-shadow:none;
  1387. -webkit-box-shadow:none;
  1388. box-shadow:none;
  1389. line-height:22px;
  1390. }
  1391. #u1215 {
  1392. border-width:0px;
  1393. position:absolute;
  1394. left:1221px;
  1395. top:3146px;
  1396. width:352px;
  1397. height:44px;
  1398. display:flex;
  1399. line-height:22px;
  1400. }
  1401. #u1215 .text {
  1402. position:absolute;
  1403. align-self:flex-start;
  1404. padding:0px 0px 0px 0px;
  1405. box-sizing:border-box;
  1406. width:100%;
  1407. }
  1408. #u1215_text {
  1409. border-width:0px;
  1410. word-wrap:break-word;
  1411. text-transform:none;
  1412. }
  1413. #u1216 {
  1414. border-width:0px;
  1415. position:absolute;
  1416. left:0px;
  1417. top:0px;
  1418. width:0px;
  1419. height:0px;
  1420. }
  1421. #u1217_img {
  1422. border-width:0px;
  1423. position:absolute;
  1424. left:-4px;
  1425. top:-4px;
  1426. width:40px;
  1427. height:40px;
  1428. }
  1429. #u1217 {
  1430. border-width:0px;
  1431. position:absolute;
  1432. left:1181px;
  1433. top:3196px;
  1434. width:30px;
  1435. height:30px;
  1436. display:flex;
  1437. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1438. font-weight:700;
  1439. font-style:normal;
  1440. font-size:18px;
  1441. color:#1E1E1E;
  1442. }
  1443. #u1217 .text {
  1444. position:absolute;
  1445. align-self:center;
  1446. padding:2px 2px 2px 2px;
  1447. box-sizing:border-box;
  1448. width:100%;
  1449. }
  1450. #u1217_text {
  1451. border-width:0px;
  1452. word-wrap:break-word;
  1453. text-transform:none;
  1454. }
  1455. #u1218_div {
  1456. border-width:0px;
  1457. position:absolute;
  1458. left:0px;
  1459. top:0px;
  1460. width:119px;
  1461. height:18px;
  1462. background:inherit;
  1463. background-color:rgba(255, 255, 255, 0);
  1464. border:none;
  1465. border-radius:0px;
  1466. -moz-box-shadow:none;
  1467. -webkit-box-shadow:none;
  1468. box-shadow:none;
  1469. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1470. font-weight:700;
  1471. font-style:normal;
  1472. font-size:16px;
  1473. }
  1474. #u1218 {
  1475. border-width:0px;
  1476. position:absolute;
  1477. left:1221px;
  1478. top:3203px;
  1479. width:119px;
  1480. height:18px;
  1481. display:flex;
  1482. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1483. font-weight:700;
  1484. font-style:normal;
  1485. font-size:16px;
  1486. }
  1487. #u1218 .text {
  1488. position:absolute;
  1489. align-self:flex-start;
  1490. padding:0px 0px 0px 0px;
  1491. box-sizing:border-box;
  1492. width:100%;
  1493. }
  1494. #u1218_text {
  1495. border-width:0px;
  1496. word-wrap:break-word;
  1497. text-transform:none;
  1498. }
  1499. #u1219_div {
  1500. border-width:0px;
  1501. position:absolute;
  1502. left:0px;
  1503. top:0px;
  1504. width:352px;
  1505. height:22px;
  1506. background:inherit;
  1507. background-color:rgba(255, 255, 255, 0);
  1508. border:none;
  1509. border-radius:0px;
  1510. -moz-box-shadow:none;
  1511. -webkit-box-shadow:none;
  1512. box-shadow:none;
  1513. line-height:22px;
  1514. }
  1515. #u1219 {
  1516. border-width:0px;
  1517. position:absolute;
  1518. left:1221px;
  1519. top:3241px;
  1520. width:352px;
  1521. height:22px;
  1522. display:flex;
  1523. line-height:22px;
  1524. }
  1525. #u1219 .text {
  1526. position:absolute;
  1527. align-self:flex-start;
  1528. padding:0px 0px 0px 0px;
  1529. box-sizing:border-box;
  1530. width:100%;
  1531. }
  1532. #u1219_text {
  1533. border-width:0px;
  1534. word-wrap:break-word;
  1535. text-transform:none;
  1536. }
  1537. #u1220 {
  1538. border-width:0px;
  1539. position:absolute;
  1540. left:1221px;
  1541. top:3106px;
  1542. width:64px;
  1543. height:23px;
  1544. overflow:hidden;
  1545. background-image:url('../../resources/images/transparent.gif');
  1546. }
  1547. #u1221_img {
  1548. border-width:0px;
  1549. position:absolute;
  1550. left:0px;
  1551. top:0px;
  1552. width:245px;
  1553. height:88px;
  1554. }
  1555. #u1221 {
  1556. border-width:0px;
  1557. position:absolute;
  1558. left:1221px;
  1559. top:3013px;
  1560. width:245px;
  1561. height:88px;
  1562. display:flex;
  1563. text-align:left;
  1564. }
  1565. #u1221 .text {
  1566. position:absolute;
  1567. align-self:center;
  1568. padding:2px 2px 2px 2px;
  1569. box-sizing:border-box;
  1570. width:100%;
  1571. }
  1572. #u1221_text {
  1573. border-width:0px;
  1574. word-wrap:break-word;
  1575. text-transform:none;
  1576. }
  1577. #u1222 {
  1578. border-width:0px;
  1579. position:absolute;
  1580. left:1230px;
  1581. top:2830px;
  1582. width:87px;
  1583. height:23px;
  1584. overflow:hidden;
  1585. background-image:url('../../resources/images/transparent.gif');
  1586. }
  1587. #u1223_img {
  1588. border-width:0px;
  1589. position:absolute;
  1590. left:0px;
  1591. top:0px;
  1592. width:245px;
  1593. height:88px;
  1594. }
  1595. #u1223 {
  1596. border-width:0px;
  1597. position:absolute;
  1598. left:1230px;
  1599. top:2727px;
  1600. width:245px;
  1601. height:88px;
  1602. display:flex;
  1603. text-align:left;
  1604. }
  1605. #u1223 .text {
  1606. position:absolute;
  1607. align-self:center;
  1608. padding:2px 2px 2px 2px;
  1609. box-sizing:border-box;
  1610. width:100%;
  1611. }
  1612. #u1223_text {
  1613. border-width:0px;
  1614. word-wrap:break-word;
  1615. text-transform:none;
  1616. }
  1617. #u1224 {
  1618. border-width:0px;
  1619. position:absolute;
  1620. left:1226px;
  1621. top:3015px;
  1622. width:102px;
  1623. height:23px;
  1624. overflow:hidden;
  1625. background-image:url('../../resources/images/transparent.gif');
  1626. }
  1627. #u1225_img {
  1628. border-width:0px;
  1629. position:absolute;
  1630. left:0px;
  1631. top:0px;
  1632. width:245px;
  1633. height:88px;
  1634. }
  1635. #u1225 {
  1636. border-width:0px;
  1637. position:absolute;
  1638. left:1221px;
  1639. top:2915px;
  1640. width:245px;
  1641. height:88px;
  1642. display:flex;
  1643. text-align:left;
  1644. }
  1645. #u1225 .text {
  1646. position:absolute;
  1647. align-self:center;
  1648. padding:2px 2px 2px 2px;
  1649. box-sizing:border-box;
  1650. width:100%;
  1651. }
  1652. #u1225_text {
  1653. border-width:0px;
  1654. word-wrap:break-word;
  1655. text-transform:none;
  1656. }
  1657. #u1226 {
  1658. position:fixed;
  1659. left:1382px;
  1660. top:68px;
  1661. }
  1662. #u1226_state0 {
  1663. position:relative;
  1664. left:0px;
  1665. top:0px;
  1666. width:140px;
  1667. height:40px;
  1668. background-image:none;
  1669. border:none;
  1670. border-radius:0px;
  1671. -moz-box-shadow:none;
  1672. -webkit-box-shadow:none;
  1673. box-shadow:none;
  1674. }
  1675. #u1226_state0_content {
  1676. border-width:0px;
  1677. position:absolute;
  1678. left:0px;
  1679. top:0px;
  1680. width:1px;
  1681. height:1px;
  1682. }
  1683. #u1227_div {
  1684. border-width:0px;
  1685. position:absolute;
  1686. left:0px;
  1687. top:0px;
  1688. width:140px;
  1689. height:40px;
  1690. background:inherit;
  1691. background-color:rgba(51, 160, 154, 1);
  1692. border:none;
  1693. border-radius:5px;
  1694. -moz-box-shadow:none;
  1695. -webkit-box-shadow:none;
  1696. box-shadow:none;
  1697. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1698. font-weight:700;
  1699. font-style:normal;
  1700. font-size:16px;
  1701. }
  1702. #u1227 {
  1703. border-width:0px;
  1704. position:absolute;
  1705. left:0px;
  1706. top:0px;
  1707. width:140px;
  1708. height:40px;
  1709. display:flex;
  1710. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1711. font-weight:700;
  1712. font-style:normal;
  1713. font-size:16px;
  1714. }
  1715. #u1227 .text {
  1716. position:absolute;
  1717. align-self:center;
  1718. padding:2px 2px 2px 2px;
  1719. box-sizing:border-box;
  1720. width:100%;
  1721. }
  1722. #u1227_text {
  1723. border-width:0px;
  1724. word-wrap:break-word;
  1725. text-transform:none;
  1726. }