editor.bootstrap.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590
  1. div.DTE div.DTE_Form_Error {
  2. display: none;
  3. color: #b11f1f;
  4. }
  5. div.DTE_Field div.multi-value,
  6. div.DTE_Field div.multi-restore {
  7. display: none;
  8. cursor: pointer;
  9. }
  10. div.DTE_Field div.multi-value span,
  11. div.DTE_Field div.multi-restore span {
  12. display: block;
  13. color: #666;
  14. }
  15. div.DTE_Field div.multi-value:hover,
  16. div.DTE_Field div.multi-restore:hover {
  17. background-color: #f1f1f1;
  18. }
  19. div.DTE_Field div.multi-restore {
  20. margin-top: 0.5em;
  21. font-size: 0.8em;
  22. line-height: 1.25em;
  23. }
  24. div.DTE_Field:after {
  25. display: block;
  26. content: ".";
  27. height: 0;
  28. line-height: 0;
  29. clear: both;
  30. visibility: hidden;
  31. }
  32. div.DTE_Inline {
  33. position: relative;
  34. display: table;
  35. width: 100%;
  36. }
  37. div.DTE_Inline div.DTE_Inline_Field,
  38. div.DTE_Inline div.DTE_Inline_Buttons {
  39. display: table-cell;
  40. vertical-align: middle;
  41. }
  42. div.DTE_Inline div.DTE_Inline_Field div.DTE_Field,
  43. div.DTE_Inline div.DTE_Inline_Buttons div.DTE_Field {
  44. padding: 0;
  45. }
  46. div.DTE_Inline div.DTE_Inline_Field div.DTE_Field > label,
  47. div.DTE_Inline div.DTE_Inline_Buttons div.DTE_Field > label {
  48. display: none;
  49. }
  50. div.DTE_Inline div.DTE_Inline_Field div.DTE_Field input,
  51. div.DTE_Inline div.DTE_Inline_Buttons div.DTE_Field input {
  52. width: 100%;
  53. }
  54. div.DTE_Inline div.DTE_Inline_Field div.DTE_Form_Buttons button,
  55. div.DTE_Inline div.DTE_Inline_Buttons div.DTE_Form_Buttons button {
  56. margin: -6px 0 -6px 4px;
  57. padding: 5px;
  58. }
  59. div.DTE_Inline div.DTE_Field input[type="color"],
  60. div.DTE_Inline div.DTE_Field input[type="date"],
  61. div.DTE_Inline div.DTE_Field input[type="datetime"],
  62. div.DTE_Inline div.DTE_Field input[type="datetime-local"],
  63. div.DTE_Inline div.DTE_Field input[type="email"],
  64. div.DTE_Inline div.DTE_Field input[type="month"],
  65. div.DTE_Inline div.DTE_Field input[type="number"],
  66. div.DTE_Inline div.DTE_Field input[type="password"],
  67. div.DTE_Inline div.DTE_Field input[type="search"],
  68. div.DTE_Inline div.DTE_Field input[type="tel"],
  69. div.DTE_Inline div.DTE_Field input[type="text"],
  70. div.DTE_Inline div.DTE_Field input[type="time"],
  71. div.DTE_Inline div.DTE_Field input[type="url"],
  72. div.DTE_Inline div.DTE_Field input[type="week"] {
  73. margin: -6px 0;
  74. }
  75. div.DTE_Inline.DTE_Processing:after {
  76. position: absolute;
  77. content: ' ';
  78. display: block;
  79. top: 4px;
  80. right: 10px;
  81. height: 12px;
  82. width: 17px;
  83. background: url("../images/ajax-loader-small.gif") no-repeat top left;
  84. }
  85. span.dtr-data div.DTE_Inline {
  86. display: inline-table;
  87. }
  88. div.DTE_Inline div.DTE_Field {
  89. width: 100%;
  90. }
  91. div.DTE_Inline div.DTE_Field > div {
  92. width: 100%;
  93. padding: 0;
  94. }
  95. div.DTE_Inline div.DTE_Field input.form-control {
  96. height: 30px;
  97. }
  98. div.DTE_Inline div.DTE_Field div.help-block {
  99. display: none;
  100. }
  101. div.DTE_Inline.DTE_Processing:after {
  102. top: 5px;
  103. }
  104. div.DTE_Field_Type_checkbox div.controls,
  105. div.DTE_Field_Type_radio div.controls {
  106. margin-top: 0.4em;
  107. }
  108. div.DTE_Field_Type_checkbox div.controls label,
  109. div.DTE_Field_Type_radio div.controls label {
  110. margin-left: 0.75em;
  111. margin-bottom: 0;
  112. vertical-align: middle;
  113. font-weight: normal;
  114. }
  115. div.DTE_Bubble {
  116. position: absolute;
  117. z-index: 11;
  118. margin-top: -6px;
  119. opacity: 0;
  120. }
  121. div.DTE_Bubble div.DTE_Bubble_Liner {
  122. position: absolute;
  123. bottom: 0;
  124. border: 1px solid black;
  125. width: 300px;
  126. margin-left: -150px;
  127. background-color: white;
  128. box-shadow: 2px 2px 7px #555;
  129. border-radius: 5px;
  130. border: 2px solid #444;
  131. padding: 1em;
  132. -webkit-box-sizing: border-box;
  133. -moz-box-sizing: border-box;
  134. box-sizing: border-box;
  135. }
  136. div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table {
  137. display: table;
  138. width: 100%;
  139. }
  140. div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form {
  141. display: table-cell;
  142. }
  143. div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form div.DTE_Form_Content {
  144. padding: 0;
  145. }
  146. div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form div.DTE_Form_Content div.DTE_Field {
  147. position: relative;
  148. zoom: 1;
  149. margin-bottom: 0.5em;
  150. }
  151. div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form div.DTE_Form_Content div.DTE_Field:last-child {
  152. margin-bottom: 0;
  153. }
  154. div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table div.DTE_Form_Buttons {
  155. display: table-cell;
  156. vertical-align: bottom;
  157. padding: 0 0 0 0.75em;
  158. width: 1%;
  159. }
  160. div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Header {
  161. border-top-left-radius: 5px;
  162. border-top-right-radius: 5px;
  163. }
  164. div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Header + div.DTE_Form_Info,
  165. div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Header + div.DTE_Bubble_Table {
  166. padding-top: 42px;
  167. }
  168. div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Form_Error {
  169. float: none;
  170. display: none;
  171. padding: 0;
  172. margin-bottom: 0.5em;
  173. }
  174. div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Close {
  175. position: absolute;
  176. top: -11px;
  177. right: -11px;
  178. width: 22px;
  179. height: 22px;
  180. border: 2px solid white;
  181. background-color: black;
  182. text-align: center;
  183. border-radius: 15px;
  184. cursor: pointer;
  185. z-index: 12;
  186. box-shadow: 2px 2px 6px #111;
  187. }
  188. div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Close:after {
  189. content: '\00d7';
  190. color: white;
  191. font-weight: bold;
  192. font-size: 18px;
  193. line-height: 22px;
  194. font-family: 'Courier New', Courier, monospace;
  195. padding-left: 1px;
  196. }
  197. div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Close:hover {
  198. background-color: #092079;
  199. box-shadow: 2px 2px 9px #111;
  200. }
  201. div.DTE_Bubble div.DTE_Bubble_Triangle {
  202. position: absolute;
  203. height: 10px;
  204. width: 10px;
  205. top: -6px;
  206. background-color: white;
  207. border: 2px solid #444;
  208. border-top: none;
  209. border-right: none;
  210. -webkit-transform: rotate(-45deg);
  211. -moz-transform: rotate(-45deg);
  212. -ms-transform: rotate(-45deg);
  213. -o-transform: rotate(-45deg);
  214. transform: rotate(-45deg);
  215. }
  216. div.DTE_Bubble.DTE_Processing div.DTE_Bubble_Liner:after {
  217. position: absolute;
  218. content: ' ';
  219. display: block;
  220. top: 12px;
  221. right: 18px;
  222. height: 12px;
  223. width: 17px;
  224. background: url("../images/ajax-loader-small.gif") no-repeat top left;
  225. }
  226. div.DTE_Bubble.below div.DTE_Bubble_Liner {
  227. top: 10px;
  228. bottom: auto;
  229. }
  230. div.DTE_Bubble.below div.DTE_Bubble_Triangle {
  231. top: 4px;
  232. -webkit-transform: rotate(135deg);
  233. -moz-transform: rotate(135deg);
  234. -ms-transform: rotate(135deg);
  235. -o-transform: rotate(135deg);
  236. transform: rotate(135deg);
  237. }
  238. div.DTE_Bubble_Background {
  239. position: fixed;
  240. top: 0;
  241. left: 0;
  242. width: 100%;
  243. height: 100%;
  244. background: rgba(0, 0, 0, 0.7);
  245. /* Fallback */
  246. background: -ms-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  247. /* IE10 Consumer Preview */
  248. background: -moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  249. /* Firefox */
  250. background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  251. /* Opera */
  252. background: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0, 0, 0, 0.3)), color-stop(1, rgba(0, 0, 0, 0.7)));
  253. /* Webkit (Safari/Chrome 10) */
  254. background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  255. /* Webkit (Chrome 11+) */
  256. background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  257. /* W3C Markup, IE10 Release Preview */
  258. z-index: 10;
  259. }
  260. div.DTE_Bubble_Background > div {
  261. position: absolute;
  262. top: 0;
  263. right: 0;
  264. left: 0;
  265. bottom: 0;
  266. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  267. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
  268. }
  269. div.DTE_Bubble_Background > div:not([dummy]) {
  270. filter: progid:DXImageTransform.Microsoft.gradient(enabled='false');
  271. }
  272. div.DTE_Bubble div.DTE_Bubble_Liner {
  273. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  274. border-radius: 6px;
  275. padding: 0 0 0.5em 0;
  276. border: 1px solid rgba(0, 0, 0, 0.2);
  277. }
  278. div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form div.DTE_Form_Content div.DTE_Field label,
  279. div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form div.DTE_Form_Content div.DTE_Field > div {
  280. width: 100%;
  281. float: none;
  282. clear: both;
  283. text-align: left;
  284. }
  285. div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Table > form div.DTE_Form_Content div.DTE_Field label {
  286. padding-bottom: 4px;
  287. }
  288. div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Header {
  289. background-color: #f7f7f7;
  290. border-bottom: 1px solid #ebebeb;
  291. font-size: 14px;
  292. width: 100%;
  293. }
  294. div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Close:after {
  295. margin-top: -2px;
  296. display: block;
  297. }
  298. div.DTE_Bubble div.DTE_Bubble_Triangle {
  299. border: 1px solid rgba(0, 0, 0, 0.2);
  300. }
  301. div.DTE_Bubble_Background {
  302. position: fixed;
  303. top: 0;
  304. left: 0;
  305. right: 0;
  306. bottom: 0;
  307. z-index: 10;
  308. background-color: rgba(0, 0, 0, 0.05);
  309. }
  310. div.DTE div.editor_upload {
  311. padding-top: 4px;
  312. }
  313. div.DTE div.editor_upload div.eu_table {
  314. display: table;
  315. width: 100%;
  316. }
  317. div.DTE div.editor_upload div.row {
  318. display: table-row;
  319. }
  320. div.DTE div.editor_upload div.cell {
  321. display: table-cell;
  322. position: relative;
  323. width: 50%;
  324. vertical-align: top;
  325. }
  326. div.DTE div.editor_upload div.cell + div.cell {
  327. padding-left: 10px;
  328. }
  329. div.DTE div.editor_upload div.row + div.row div.cell {
  330. padding-top: 10px;
  331. }
  332. div.DTE div.editor_upload button.btn,
  333. div.DTE div.editor_upload input[type=file] {
  334. width: 100%;
  335. height: 2.3em;
  336. font-size: 0.8em;
  337. text-align: center;
  338. line-height: 1em;
  339. }
  340. div.DTE div.editor_upload input[type=file] {
  341. position: absolute;
  342. top: 0;
  343. left: 0;
  344. width: 100%;
  345. opacity: 0;
  346. }
  347. div.DTE div.editor_upload div.drop {
  348. position: relative;
  349. box-sizing: border-box;
  350. width: 100%;
  351. height: 100%;
  352. border: 3px dashed #ccc;
  353. border-radius: 6px;
  354. min-height: 4em;
  355. color: #999;
  356. padding-top: 3px;
  357. text-align: center;
  358. }
  359. div.DTE div.editor_upload div.drop.over {
  360. border: 3px dashed #111;
  361. color: #111;
  362. }
  363. div.DTE div.editor_upload div.drop span {
  364. max-width: 75%;
  365. font-size: 0.85em;
  366. line-height: 1em;
  367. }
  368. div.DTE div.editor_upload div.rendered img {
  369. max-width: 8em;
  370. margin: 0 auto;
  371. }
  372. div.DTE div.editor_upload.noDrop div.drop {
  373. display: none;
  374. }
  375. div.DTE div.editor_upload.noDrop div.row.second {
  376. display: none;
  377. }
  378. div.DTE div.editor_upload.noDrop div.rendered {
  379. margin-top: 10px;
  380. }
  381. div.DTE div.editor_upload.noClear div.clearValue button {
  382. display: none;
  383. }
  384. div.DTE div.editor_upload.multi div.cell {
  385. display: block;
  386. width: 100%;
  387. }
  388. div.DTE div.editor_upload.multi div.cell div.drop {
  389. min-height: 0;
  390. padding-bottom: 5px;
  391. }
  392. div.DTE div.editor_upload.multi div.clearValue {
  393. display: none;
  394. }
  395. div.DTE div.editor_upload.multi ul {
  396. list-style-type: none;
  397. margin: 0;
  398. padding: 0;
  399. }
  400. div.DTE div.editor_upload.multi ul li {
  401. position: relative;
  402. margin-top: 0.5em;
  403. }
  404. div.DTE div.editor_upload.multi ul li:first-child {
  405. margin-top: 0;
  406. }
  407. div.DTE div.editor_upload.multi ul li img {
  408. vertical-align: middle;
  409. }
  410. div.DTE div.editor_upload.multi ul li button {
  411. position: absolute;
  412. width: 40px;
  413. right: 0;
  414. top: 50%;
  415. margin-top: -1.5em;
  416. }
  417. div.DTE div.editor_upload button.btn,
  418. div.DTE div.editor_upload input[type=file] {
  419. height: auto;
  420. }
  421. div.DTE div.editor_upload ul li button {
  422. padding-bottom: 8px;
  423. }
  424. div.editor-datetime {
  425. position: absolute;
  426. background-color: white;
  427. z-index: 2050;
  428. border: 1px solid #ccc;
  429. box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
  430. padding-bottom: 5px;
  431. }
  432. div.editor-datetime div.editor-datetime-title {
  433. text-align: center;
  434. padding: 5px 0px 3px;
  435. }
  436. div.editor-datetime table {
  437. border-spacing: 0;
  438. margin: 6px 13px;
  439. }
  440. div.editor-datetime table th {
  441. font-size: 0.8em;
  442. color: #777;
  443. font-weight: normal;
  444. width: 14.285714286%;
  445. padding: 0 0 4px 0;
  446. text-align: center;
  447. }
  448. div.editor-datetime table td {
  449. font-size: 0.9em;
  450. color: #444;
  451. padding: 0;
  452. }
  453. div.editor-datetime table td.day {
  454. text-align: right;
  455. background: #f5f5f5;
  456. }
  457. div.editor-datetime table td.day.disabled {
  458. color: #aaa;
  459. background: white;
  460. }
  461. div.editor-datetime table td.day.today {
  462. background-color: #ddd;
  463. }
  464. div.editor-datetime table td.day.today button {
  465. font-weight: bold;
  466. }
  467. div.editor-datetime table td.day.selected button {
  468. background: #337ab7;
  469. color: white;
  470. border-radius: 2px;
  471. }
  472. div.editor-datetime table td.day button:hover {
  473. background: #ff8000;
  474. color: white;
  475. border-radius: 2px;
  476. }
  477. div.editor-datetime table td.editor-datetime-week {
  478. font-size: 0.7em;
  479. }
  480. div.editor-datetime table button {
  481. width: 100%;
  482. box-sizing: border-box;
  483. border: none;
  484. background: transparent;
  485. font-size: inherit;
  486. color: inherit;
  487. text-align: inherit;
  488. padding: 5px 9px;
  489. cursor: pointer;
  490. margin: 0;
  491. }
  492. div.editor-datetime table.weekNumber th {
  493. width: 12.5%;
  494. }
  495. div.editor-datetime div.editor-datetime-label {
  496. position: relative;
  497. display: inline-block;
  498. height: 30px;
  499. padding: 5px 6px;
  500. border: 1px solid transparent;
  501. box-sizing: border-box;
  502. cursor: pointer;
  503. }
  504. div.editor-datetime div.editor-datetime-label:hover {
  505. border: 1px solid #ddd;
  506. border-radius: 2px;
  507. background-color: #f5f5f5;
  508. }
  509. div.editor-datetime div.editor-datetime-label select {
  510. position: absolute;
  511. top: 6px;
  512. left: 0;
  513. cursor: pointer;
  514. opacity: 0;
  515. -ms-filter: "alpha(opacity=0)";
  516. }
  517. div.editor-datetime div.editor-datetime-time {
  518. text-align: center;
  519. }
  520. div.editor-datetime div.editor-datetime-time > span {
  521. vertical-align: middle;
  522. }
  523. div.editor-datetime div.editor-datetime-time div.editor-datetime-timeblock {
  524. display: inline-block;
  525. vertical-align: middle;
  526. }
  527. div.editor-datetime div.editor-datetime-iconLeft,
  528. div.editor-datetime div.editor-datetime-iconRight,
  529. div.editor-datetime div.editor-datetime-iconUp,
  530. div.editor-datetime div.editor-datetime-iconDown {
  531. width: 30px;
  532. height: 30px;
  533. background-position: center;
  534. background-repeat: no-repeat;
  535. opacity: 0.3;
  536. overflow: hidden;
  537. box-sizing: border-box;
  538. }
  539. div.editor-datetime div.editor-datetime-iconLeft:hover,
  540. div.editor-datetime div.editor-datetime-iconRight:hover,
  541. div.editor-datetime div.editor-datetime-iconUp:hover,
  542. div.editor-datetime div.editor-datetime-iconDown:hover {
  543. border: 1px solid #ccc;
  544. border-radius: 2px;
  545. background-color: #f0f0f0;
  546. opacity: 0.6;
  547. }
  548. div.editor-datetime div.editor-datetime-iconLeft button,
  549. div.editor-datetime div.editor-datetime-iconRight button,
  550. div.editor-datetime div.editor-datetime-iconUp button,
  551. div.editor-datetime div.editor-datetime-iconDown button {
  552. border: none;
  553. background: transparent;
  554. text-indent: 30px;
  555. height: 100%;
  556. width: 100%;
  557. cursor: pointer;
  558. }
  559. div.editor-datetime div.editor-datetime-iconLeft {
  560. position: absolute;
  561. top: 5px;
  562. left: 5px;
  563. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  564. }
  565. div.editor-datetime div.editor-datetime-iconRight {
  566. position: absolute;
  567. top: 5px;
  568. right: 5px;
  569. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  570. }
  571. div.editor-datetime div.editor-datetime-iconUp {
  572. height: 20px;
  573. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAALCAMAAABf9c24AAAAFVBMVEX///99fX1+fn57e3t6enoAAAAAAAC73bqPAAAABnRSTlMAYmJkZt92bnysAAAAL0lEQVR4AWOgJmBhxCvLyopHnpmVjY2VCadeoCxIHrcsWJ4RlyxCHlMWCTBRJxwAjrIBDMWSiM0AAAAASUVORK5CYII=");
  574. }
  575. div.editor-datetime div.editor-datetime-iconDown {
  576. height: 20px;
  577. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAALCAMAAABf9c24AAAAFVBMVEX///99fX1+fn57e3t6enoAAAAAAAC73bqPAAAABnRSTlMAYmJkZt92bnysAAAAMElEQVR4AWOgDmBiRQIsmPKMrGxQgJDFlEfIYpoPk8Utz8qM232MYFfhkQfKUg8AANefAQxecJ58AAAAAElFTkSuQmCC");
  578. }