styles.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890
  1. body {
  2. margin:0px;
  3. background-image:none;
  4. position:relative;
  5. left:0px;
  6. width:1897px;
  7. margin-left:auto;
  8. margin-right:auto;
  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. #u0_img {
  20. border-width:0px;
  21. position:absolute;
  22. left:0px;
  23. top:0px;
  24. width:1897px;
  25. height:921px;
  26. }
  27. #u0 {
  28. border-width:0px;
  29. position:absolute;
  30. left:0px;
  31. top:0px;
  32. width:1897px;
  33. height:921px;
  34. display:flex;
  35. }
  36. #u0 .text {
  37. position:absolute;
  38. align-self:center;
  39. padding:2px 2px 2px 2px;
  40. box-sizing:border-box;
  41. width:100%;
  42. }
  43. #u0_text {
  44. border-width:0px;
  45. word-wrap:break-word;
  46. text-transform:none;
  47. visibility:hidden;
  48. }
  49. #u1_div {
  50. border-width:0px;
  51. position:absolute;
  52. left:0px;
  53. top:0px;
  54. width:80px;
  55. height:30px;
  56. background:inherit;
  57. background-color:rgba(22, 155, 213, 1);
  58. border:none;
  59. border-radius:5px;
  60. -moz-box-shadow:none;
  61. -webkit-box-shadow:none;
  62. box-shadow:none;
  63. }
  64. #u1 {
  65. border-width:0px;
  66. position:absolute;
  67. left:1180px;
  68. top:61px;
  69. width:80px;
  70. height:30px;
  71. display:flex;
  72. }
  73. #u1 .text {
  74. position:absolute;
  75. align-self:center;
  76. padding:2px 2px 2px 2px;
  77. box-sizing:border-box;
  78. width:100%;
  79. }
  80. #u1_text {
  81. border-width:0px;
  82. word-wrap:break-word;
  83. text-transform:none;
  84. }
  85. #u2_input {
  86. position:absolute;
  87. left:0px;
  88. top:0px;
  89. width:539px;
  90. height:94px;
  91. padding:3px 2px 3px 2px;
  92. font-family:'Arial Normal', 'Arial';
  93. font-weight:400;
  94. font-style:normal;
  95. font-size:13px;
  96. letter-spacing:normal;
  97. color:#000000;
  98. vertical-align:none;
  99. text-align:left;
  100. text-transform:none;
  101. background-color:transparent;
  102. border-color:transparent;
  103. }
  104. #u2_input.disabled {
  105. position:absolute;
  106. left:0px;
  107. top:0px;
  108. width:539px;
  109. height:94px;
  110. padding:3px 2px 3px 2px;
  111. font-family:'Arial Normal', 'Arial';
  112. font-weight:400;
  113. font-style:normal;
  114. font-size:13px;
  115. letter-spacing:normal;
  116. color:#000000;
  117. vertical-align:none;
  118. text-align:left;
  119. text-transform:none;
  120. background-color:transparent;
  121. border-color:transparent;
  122. }
  123. #u2_div {
  124. border-width:0px;
  125. position:absolute;
  126. left:0px;
  127. top:0px;
  128. width:539px;
  129. height:94px;
  130. background:inherit;
  131. background-color:rgba(255, 255, 255, 1);
  132. box-sizing:border-box;
  133. border-width:1px;
  134. border-style:solid;
  135. border-color:rgba(121, 121, 121, 1);
  136. border-radius:0px;
  137. -moz-box-shadow:none;
  138. -webkit-box-shadow:none;
  139. box-shadow:none;
  140. }
  141. #u2 {
  142. border-width:0px;
  143. position:absolute;
  144. left:236px;
  145. top:570px;
  146. width:539px;
  147. height:94px;
  148. display:flex;
  149. }
  150. #u2 .text {
  151. position:absolute;
  152. align-self:center;
  153. padding:2px 2px 2px 2px;
  154. box-sizing:border-box;
  155. width:100%;
  156. }
  157. #u2_div.disabled {
  158. border-width:0px;
  159. position:absolute;
  160. left:0px;
  161. top:0px;
  162. width:539px;
  163. height:94px;
  164. background:inherit;
  165. background-color:rgba(240, 240, 240, 1);
  166. box-sizing:border-box;
  167. border-width:1px;
  168. border-style:solid;
  169. border-color:rgba(121, 121, 121, 1);
  170. border-radius:0px;
  171. -moz-box-shadow:none;
  172. -webkit-box-shadow:none;
  173. box-shadow:none;
  174. }
  175. #u2.disabled {
  176. }
  177. #u3_div {
  178. border-width:0px;
  179. position:absolute;
  180. left:0px;
  181. top:0px;
  182. width:42px;
  183. height:16px;
  184. background:inherit;
  185. background-color:rgba(255, 255, 255, 0);
  186. border:none;
  187. border-radius:0px;
  188. -moz-box-shadow:none;
  189. -webkit-box-shadow:none;
  190. box-shadow:none;
  191. }
  192. #u3 {
  193. border-width:0px;
  194. position:absolute;
  195. left:250px;
  196. top:576px;
  197. width:42px;
  198. height:16px;
  199. display:flex;
  200. }
  201. #u3 .text {
  202. position:absolute;
  203. align-self:flex-start;
  204. padding:0px 0px 0px 0px;
  205. box-sizing:border-box;
  206. width:100%;
  207. }
  208. #u3_text {
  209. border-width:0px;
  210. white-space:nowrap;
  211. text-transform:none;
  212. }
  213. #u4_div {
  214. border-width:0px;
  215. position:absolute;
  216. left:0px;
  217. top:0px;
  218. width:80px;
  219. height:94px;
  220. background:inherit;
  221. background-color:rgba(22, 155, 213, 1);
  222. border:none;
  223. border-radius:5px;
  224. -moz-box-shadow:none;
  225. -webkit-box-shadow:none;
  226. box-shadow:none;
  227. }
  228. #u4 {
  229. border-width:0px;
  230. position:absolute;
  231. left:785px;
  232. top:570px;
  233. width:80px;
  234. height:94px;
  235. display:flex;
  236. }
  237. #u4 .text {
  238. position:absolute;
  239. align-self:center;
  240. padding:2px 2px 2px 2px;
  241. box-sizing:border-box;
  242. width:100%;
  243. }
  244. #u4_text {
  245. border-width:0px;
  246. word-wrap:break-word;
  247. text-transform:none;
  248. }
  249. #u5_img {
  250. border-width:0px;
  251. position:absolute;
  252. left:0px;
  253. top:0px;
  254. width:80px;
  255. height:30px;
  256. }
  257. #u5 {
  258. border-width:0px;
  259. position:absolute;
  260. left:236px;
  261. top:532px;
  262. width:80px;
  263. height:30px;
  264. display:flex;
  265. color:#000000;
  266. }
  267. #u5 .text {
  268. position:absolute;
  269. align-self:center;
  270. padding:2px 2px 2px 2px;
  271. box-sizing:border-box;
  272. width:100%;
  273. }
  274. #u5_text {
  275. border-width:0px;
  276. word-wrap:break-word;
  277. text-transform:none;
  278. }
  279. #u6_div {
  280. border-width:0px;
  281. position:absolute;
  282. left:0px;
  283. top:0px;
  284. width:82px;
  285. height:19px;
  286. background:inherit;
  287. background-color:rgba(255, 255, 255, 0);
  288. border:none;
  289. border-radius:0px;
  290. -moz-box-shadow:none;
  291. -webkit-box-shadow:none;
  292. box-shadow:none;
  293. }
  294. #u6 {
  295. border-width:0px;
  296. position:absolute;
  297. left:329px;
  298. top:538px;
  299. width:82px;
  300. height:19px;
  301. display:flex;
  302. }
  303. #u6 .text {
  304. position:absolute;
  305. align-self:center;
  306. padding:2px 2px 2px 2px;
  307. box-sizing:border-box;
  308. width:100%;
  309. }
  310. #u6_text {
  311. border-width:0px;
  312. white-space:nowrap;
  313. text-transform:none;
  314. }
  315. #u7 label {
  316. left:0px;
  317. width:100%;
  318. }
  319. #u7_img {
  320. border-width:0px;
  321. position:absolute;
  322. left:0px;
  323. top:2px;
  324. width:12px;
  325. height:12px;
  326. }
  327. #u7 {
  328. border-width:0px;
  329. position:absolute;
  330. left:303px;
  331. top:459px;
  332. width:172px;
  333. height:16px;
  334. display:flex;
  335. font-size:14px;
  336. }
  337. #u7 .text {
  338. position:absolute;
  339. align-self:center;
  340. padding:0px 2px 0px 2px;
  341. box-sizing:border-box;
  342. }
  343. #u7_img.selected {
  344. }
  345. #u7.selected {
  346. }
  347. #u7_img.disabled {
  348. }
  349. #u7.disabled {
  350. }
  351. #u7_text {
  352. border-width:0px;
  353. position:absolute;
  354. left:14px;
  355. top:0px;
  356. width:156px;
  357. word-wrap:break-word;
  358. text-transform:none;
  359. }
  360. #u7_input {
  361. border-width:0px;
  362. position:absolute;
  363. left:0px;
  364. top:0px;
  365. width:0px;
  366. height:0px;
  367. opacity:0;
  368. }
  369. #u8 label {
  370. left:0px;
  371. width:100%;
  372. }
  373. #u8_img {
  374. border-width:0px;
  375. position:absolute;
  376. left:0px;
  377. top:2px;
  378. width:12px;
  379. height:12px;
  380. }
  381. #u8 {
  382. border-width:0px;
  383. position:absolute;
  384. left:304px;
  385. top:483px;
  386. width:155px;
  387. height:16px;
  388. display:flex;
  389. font-size:14px;
  390. }
  391. #u8 .text {
  392. position:absolute;
  393. align-self:center;
  394. padding:0px 2px 0px 2px;
  395. box-sizing:border-box;
  396. }
  397. #u8_img.selected {
  398. }
  399. #u8.selected {
  400. }
  401. #u8_img.disabled {
  402. }
  403. #u8.disabled {
  404. }
  405. #u8_text {
  406. border-width:0px;
  407. position:absolute;
  408. left:14px;
  409. top:0px;
  410. width:139px;
  411. word-wrap:break-word;
  412. text-transform:none;
  413. }
  414. #u8_input {
  415. border-width:0px;
  416. position:absolute;
  417. left:0px;
  418. top:0px;
  419. width:0px;
  420. height:0px;
  421. opacity:0;
  422. }
  423. #u9_img {
  424. border-width:0px;
  425. position:absolute;
  426. left:0px;
  427. top:0px;
  428. width:629px;
  429. height:2px;
  430. }
  431. #u9 {
  432. border-width:0px;
  433. position:absolute;
  434. left:236px;
  435. top:525px;
  436. width:628px;
  437. height:1px;
  438. display:flex;
  439. -webkit-transform:rotate(-0.13728987868712deg);
  440. -moz-transform:rotate(-0.13728987868712deg);
  441. -ms-transform:rotate(-0.13728987868712deg);
  442. transform:rotate(-0.13728987868712deg);
  443. }
  444. #u9 .text {
  445. position:absolute;
  446. align-self:center;
  447. padding:2px 2px 2px 2px;
  448. box-sizing:border-box;
  449. width:100%;
  450. }
  451. #u9_text {
  452. border-width:0px;
  453. word-wrap:break-word;
  454. text-transform:none;
  455. visibility:hidden;
  456. }
  457. #u10_div {
  458. border-width:0px;
  459. position:absolute;
  460. left:0px;
  461. top:0px;
  462. width:42px;
  463. height:16px;
  464. background:inherit;
  465. background-color:rgba(255, 255, 255, 0);
  466. border:none;
  467. border-radius:0px;
  468. -moz-box-shadow:none;
  469. -webkit-box-shadow:none;
  470. box-shadow:none;
  471. }
  472. #u10 {
  473. border-width:0px;
  474. position:absolute;
  475. left:235px;
  476. top:433px;
  477. width:42px;
  478. height:16px;
  479. display:flex;
  480. }
  481. #u10 .text {
  482. position:absolute;
  483. align-self:flex-start;
  484. padding:0px 0px 0px 0px;
  485. box-sizing:border-box;
  486. width:100%;
  487. }
  488. #u10_text {
  489. border-width:0px;
  490. white-space:nowrap;
  491. text-transform:none;
  492. }
  493. #u11 label {
  494. left:0px;
  495. width:100%;
  496. }
  497. #u11_img {
  498. border-width:0px;
  499. position:absolute;
  500. left:0px;
  501. top:2px;
  502. width:12px;
  503. height:12px;
  504. }
  505. #u11 {
  506. border-width:0px;
  507. position:absolute;
  508. left:303px;
  509. top:432px;
  510. width:83px;
  511. height:16px;
  512. display:flex;
  513. font-size:14px;
  514. }
  515. #u11 .text {
  516. position:absolute;
  517. align-self:center;
  518. padding:0px 2px 0px 2px;
  519. box-sizing:border-box;
  520. }
  521. #u11_img.selected {
  522. }
  523. #u11.selected {
  524. }
  525. #u11_img.disabled {
  526. }
  527. #u11.disabled {
  528. }
  529. #u11_text {
  530. border-width:0px;
  531. position:absolute;
  532. left:14px;
  533. top:0px;
  534. width:67px;
  535. word-wrap:break-word;
  536. text-transform:none;
  537. }
  538. #u11_input {
  539. border-width:0px;
  540. position:absolute;
  541. left:0px;
  542. top:0px;
  543. width:0px;
  544. height:0px;
  545. opacity:0;
  546. }
  547. #u12 label {
  548. left:0px;
  549. width:100%;
  550. }
  551. #u12_img {
  552. border-width:0px;
  553. position:absolute;
  554. left:0px;
  555. top:2px;
  556. width:12px;
  557. height:12px;
  558. }
  559. #u12 {
  560. border-width:0px;
  561. position:absolute;
  562. left:386px;
  563. top:432px;
  564. width:155px;
  565. height:16px;
  566. display:flex;
  567. font-size:14px;
  568. }
  569. #u12 .text {
  570. position:absolute;
  571. align-self:center;
  572. padding:0px 2px 0px 2px;
  573. box-sizing:border-box;
  574. }
  575. #u12_img.selected {
  576. }
  577. #u12.selected {
  578. }
  579. #u12_img.disabled {
  580. }
  581. #u12.disabled {
  582. }
  583. #u12_text {
  584. border-width:0px;
  585. position:absolute;
  586. left:14px;
  587. top:0px;
  588. width:139px;
  589. word-wrap:break-word;
  590. text-transform:none;
  591. }
  592. #u12_input {
  593. border-width:0px;
  594. position:absolute;
  595. left:0px;
  596. top:0px;
  597. width:0px;
  598. height:0px;
  599. opacity:0;
  600. }
  601. #u13_div {
  602. border-width:0px;
  603. position:absolute;
  604. left:0px;
  605. top:0px;
  606. width:42px;
  607. height:16px;
  608. background:inherit;
  609. background-color:rgba(255, 255, 255, 0);
  610. border:none;
  611. border-radius:0px;
  612. -moz-box-shadow:none;
  613. -webkit-box-shadow:none;
  614. box-shadow:none;
  615. }
  616. #u13 {
  617. border-width:0px;
  618. position:absolute;
  619. left:236px;
  620. top:457px;
  621. width:42px;
  622. height:16px;
  623. display:flex;
  624. }
  625. #u13 .text {
  626. position:absolute;
  627. align-self:flex-start;
  628. padding:0px 0px 0px 0px;
  629. box-sizing:border-box;
  630. width:100%;
  631. }
  632. #u13_text {
  633. border-width:0px;
  634. white-space:nowrap;
  635. text-transform:none;
  636. }
  637. #u14 label {
  638. left:0px;
  639. width:100%;
  640. }
  641. #u14_img {
  642. border-width:0px;
  643. position:absolute;
  644. left:0px;
  645. top:2px;
  646. width:12px;
  647. height:12px;
  648. }
  649. #u14 {
  650. border-width:0px;
  651. position:absolute;
  652. left:473px;
  653. top:432px;
  654. width:155px;
  655. height:16px;
  656. display:flex;
  657. font-size:14px;
  658. }
  659. #u14 .text {
  660. position:absolute;
  661. align-self:center;
  662. padding:0px 2px 0px 2px;
  663. box-sizing:border-box;
  664. }
  665. #u14_img.selected {
  666. }
  667. #u14.selected {
  668. }
  669. #u14_img.disabled {
  670. }
  671. #u14.disabled {
  672. }
  673. #u14_text {
  674. border-width:0px;
  675. position:absolute;
  676. left:14px;
  677. top:0px;
  678. width:139px;
  679. word-wrap:break-word;
  680. text-transform:none;
  681. }
  682. #u14_input {
  683. border-width:0px;
  684. position:absolute;
  685. left:0px;
  686. top:0px;
  687. width:0px;
  688. height:0px;
  689. opacity:0;
  690. }
  691. #u15_div {
  692. border-width:0px;
  693. position:absolute;
  694. left:0px;
  695. top:0px;
  696. width:98px;
  697. height:16px;
  698. background:inherit;
  699. background-color:rgba(255, 255, 255, 0);
  700. border:none;
  701. border-radius:0px;
  702. -moz-box-shadow:none;
  703. -webkit-box-shadow:none;
  704. box-shadow:none;
  705. }
  706. #u15 {
  707. border-width:0px;
  708. position:absolute;
  709. left:236px;
  710. top:505px;
  711. width:98px;
  712. height:16px;
  713. display:flex;
  714. }
  715. #u15 .text {
  716. position:absolute;
  717. align-self:flex-start;
  718. padding:0px 0px 0px 0px;
  719. box-sizing:border-box;
  720. width:100%;
  721. }
  722. #u15_text {
  723. border-width:0px;
  724. white-space:nowrap;
  725. text-transform:none;
  726. }
  727. #u16 label {
  728. left:0px;
  729. width:100%;
  730. }
  731. #u16_img {
  732. border-width:0px;
  733. position:absolute;
  734. left:0px;
  735. top:2px;
  736. width:12px;
  737. height:12px;
  738. }
  739. #u16 {
  740. border-width:0px;
  741. position:absolute;
  742. left:346px;
  743. top:505px;
  744. width:83px;
  745. height:16px;
  746. display:flex;
  747. font-size:14px;
  748. }
  749. #u16 .text {
  750. position:absolute;
  751. align-self:center;
  752. padding:0px 2px 0px 2px;
  753. box-sizing:border-box;
  754. }
  755. #u16_img.selected {
  756. }
  757. #u16.selected {
  758. }
  759. #u16_img.disabled {
  760. }
  761. #u16.disabled {
  762. }
  763. #u16_text {
  764. border-width:0px;
  765. position:absolute;
  766. left:14px;
  767. top:0px;
  768. width:67px;
  769. word-wrap:break-word;
  770. text-transform:none;
  771. }
  772. #u16_input {
  773. border-width:0px;
  774. position:absolute;
  775. left:0px;
  776. top:0px;
  777. width:0px;
  778. height:0px;
  779. opacity:0;
  780. }
  781. #u17 label {
  782. left:0px;
  783. width:100%;
  784. }
  785. #u17_img {
  786. border-width:0px;
  787. position:absolute;
  788. left:0px;
  789. top:2px;
  790. width:12px;
  791. height:12px;
  792. }
  793. #u17 {
  794. border-width:0px;
  795. position:absolute;
  796. left:437px;
  797. top:505px;
  798. width:155px;
  799. height:16px;
  800. display:flex;
  801. font-size:14px;
  802. color:#027DB4;
  803. }
  804. #u17 .text {
  805. position:absolute;
  806. align-self:center;
  807. padding:0px 2px 0px 2px;
  808. box-sizing:border-box;
  809. }
  810. #u17_img.selected {
  811. }
  812. #u17.selected {
  813. }
  814. #u17_img.disabled {
  815. }
  816. #u17.disabled {
  817. }
  818. #u17_text {
  819. border-width:0px;
  820. position:absolute;
  821. left:14px;
  822. top:0px;
  823. width:139px;
  824. word-wrap:break-word;
  825. text-transform:none;
  826. }
  827. #u17_input {
  828. border-width:0px;
  829. position:absolute;
  830. left:0px;
  831. top:0px;
  832. width:0px;
  833. height:0px;
  834. opacity:0;
  835. }
  836. #u18 label {
  837. left:0px;
  838. width:100%;
  839. }
  840. #u18_img {
  841. border-width:0px;
  842. position:absolute;
  843. left:0px;
  844. top:2px;
  845. width:12px;
  846. height:12px;
  847. }
  848. #u18 {
  849. border-width:0px;
  850. position:absolute;
  851. left:504px;
  852. top:505px;
  853. width:155px;
  854. height:16px;
  855. display:flex;
  856. font-size:14px;
  857. color:#C00017;
  858. }
  859. #u18 .text {
  860. position:absolute;
  861. align-self:center;
  862. padding:0px 2px 0px 2px;
  863. box-sizing:border-box;
  864. }
  865. #u18_img.selected {
  866. }
  867. #u18.selected {
  868. }
  869. #u18_img.disabled {
  870. }
  871. #u18.disabled {
  872. }
  873. #u18_text {
  874. border-width:0px;
  875. position:absolute;
  876. left:14px;
  877. top:0px;
  878. width:139px;
  879. word-wrap:break-word;
  880. text-transform:none;
  881. }
  882. #u18_input {
  883. border-width:0px;
  884. position:absolute;
  885. left:0px;
  886. top:0px;
  887. width:0px;
  888. height:0px;
  889. opacity:0;
  890. }