main.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834
  1. .CarriersListItem_logo_292d {
  2. display: inline-block;
  3. vertical-align: middle;
  4. height: 70px;
  5. width: 70px;
  6. margin: 10px 10px 10px 0;
  7. }
  8. .CarriersListItem_brand_da6c {
  9. display: inline-block;
  10. vertical-align: middle;
  11. padding: 0 10px;
  12. }
  13. .CarriersListItem_carrier_545c {
  14. min-width: 256px;
  15. vertical-align: middle !important;
  16. }
  17. .CarriersListItem_services_c0b3 {
  18. display: inline-block;
  19. vertical-align: middle;
  20. max-width: 400px;
  21. line-height: 1.4;
  22. -o-text-overflow: ellipsis;
  23. text-overflow: ellipsis;
  24. overflow: hidden;
  25. }
  26. .CarriersListItem_servicesAll_4b4b {
  27. white-space: initial;
  28. }
  29. .CarriersListItem_showServices_7338 {
  30. padding-left: 5px;
  31. cursor: pointer;
  32. }
  33. .CarriersListItem_servicesCell_a7f0 {
  34. vertical-align: middle !important;
  35. }
  36. .CarriersListItem_action_4901 {
  37. vertical-align: middle !important;
  38. }
  39. .NoticeTableRow-m2_border_b8a4 {
  40. border-bottom: 1px solid #e3e3e3;
  41. }
  42. .NoticeTableRow-m2_border_b8a4 td {
  43. border-bottom: inherit !important;
  44. }
  45. .NoticeTableRow-m2_tbody_c200:last-of-type {
  46. border-bottom: none;
  47. }
  48. .NoticeTableRow-m2_cell_7060 {
  49. /* position: relative; */
  50. padding-top: 1.8rem !important;
  51. padding-bottom: 1.8rem !important;
  52. padding-left: 1.5rem !important;
  53. }
  54. .NoticeTableRow-m2_thinCell_42e1 {
  55. /* position: relative; */
  56. padding-top: 1.0rem !important;
  57. padding-bottom: 1.0rem !important;
  58. padding-left: 1.5rem !important;
  59. }
  60. .NoticeTableRow-m2_error_64aa {
  61. background-color: #ffcccc;
  62. }
  63. .NoticeTableRow-m2_info_c496 {
  64. background-color: #fff9aa;
  65. }
  66. .NoticeTableRow-m2_content_710d {
  67. position: relative;
  68. padding-left: 3.2rem;
  69. }
  70. .NoticeTableRow-m2_errorCell_8340.NoticeTableRow-m2_content_710d::before {
  71. position: absolute;
  72. display: block;
  73. left: -0.1rem;
  74. top: 50%;
  75. margin-top: -1rem;
  76. font-family: 'Admin Icons';
  77. content: '\E632';
  78. font-size: 1.5rem;
  79. color: #e22626;
  80. }
  81. .NoticeTableRow-m2_infoCell_81ed.NoticeTableRow-m2_content_710d::before {
  82. position: absolute;
  83. display: block;
  84. left: -0.1rem;
  85. top: 50%;
  86. margin-top: -1rem;
  87. font-family: 'Admin Icons';
  88. content: '\E61A';
  89. font-size: 1.5rem;
  90. color: #0065d0;
  91. }
  92. .Table-m2_table_0f24 {
  93. margin-bottom: 17px;
  94. }
  95. .Table-m2_tight-fit_3bc8 {
  96. width: auto !important;
  97. }
  98. .Table-m2_header-cell_5776 {
  99. border-top: 0 !important;
  100. }
  101. .Table-m2_header-cell-medium-text-content_3af4 {
  102. font-size: 1.6rem;
  103. }
  104. .Table-m2_medium-text-content_31f3 {
  105. font-size: 1.4rem;
  106. }
  107. .Table-m2_fit-with-pagination_3eaf {
  108. margin-top: 30px;
  109. }
  110. .Table-m2_invalid-header-border-bottom_2c5a th {
  111. border-bottom: 1px solid #ee7d7d !important;
  112. }
  113. .TableHeaderText-m2_text_ca72 {
  114. display: inline-block;
  115. white-space: nowrap;
  116. }
  117. .TableRow-m2_border_b817 {
  118. border-bottom: 1px solid #e3e3e3;
  119. }
  120. .TableRow-m2_border_b817 td {
  121. border-bottom: inherit !important;
  122. }
  123. .TableRow-m2_tbody_d5b9:last-of-type {
  124. border-bottom: none;
  125. }
  126. .TableRow-m2_cell_1d0a {
  127. white-space: nowrap;
  128. line-height: 33px;
  129. }
  130. .TableRow-m2_blocked_de4b {
  131. border-bottom: none;
  132. }
  133. .TableRow-m2_blocked_de4b > tr > td {
  134. background-color: #f5f5f5;
  135. }
  136. .TableRow-m2_blocked_de4b > tr > td:first-child {
  137. padding-left: 10px;
  138. }
  139. .TableRow-m2_blocked_de4b > tr:last-child > td {
  140. background-color: #ececec;
  141. }
  142. .TableRow-m2_blocked-separator_a518 {
  143. display: none;
  144. }
  145. .TableRow-m2_blocked_de4b .TableRow-m2_blocked-separator_a518 td {
  146. background-color: transparent;
  147. }
  148. .TableRow-m2_blocked_de4b + .TableRow-m2_blocked_de4b .TableRow-m2_blocked-separator_a518 {
  149. display: block;
  150. height: 17px;
  151. }
  152. .TableRow-m2_selected_f41c {
  153. background-color: #e5f7fe;
  154. }
  155. .TableRow-m2_errored_0580 {
  156. background-color: #FFE7E6;
  157. }
  158. .TableRow-m2_errored-border_1c8f {
  159. border-bottom: 1px solid #ffcccc;
  160. }
  161. .TableRow-m2_clickable_0d64 {
  162. cursor: pointer;
  163. }
  164. .CarriersList_action_b3ad {
  165. width: 13%;
  166. }
  167. .PageSection-m2_content_4a86 {
  168. overflow-x: auto;
  169. }
  170. .PageSection-m2_titleWithTableBelow_8182 {
  171. margin-bottom: 0;
  172. }
  173. .PageNotice-m2_has-details-below_3daa {
  174. margin-bottom: 0 !important;
  175. }
  176. .Button-m2_button_1543 + .Button-m2_button_1543 {
  177. margin-left: 1.3rem;
  178. }
  179. .Wizard-m2_truncate_5a13 {
  180. width: 100%;
  181. height: 2.1rem;
  182. display: -ms-flexbox;
  183. display: flex;
  184. -ms-flex-direction: column;
  185. flex-direction: column;
  186. -ms-flex-align: center;
  187. align-items: center;
  188. }
  189. .Wizard-m2_truncate-ellipsis_ba34 {
  190. font-size: initial;
  191. color: #514943;
  192. background-color: #f8f8f8;
  193. padding: 0 10px;
  194. margin-top: -3px;
  195. }
  196. .Wizard-m2_description_4572 {
  197. margin-bottom: 0.5em;
  198. margin-top: 1rem;
  199. }
  200. .Wizard-m2_actionNextStepFix_46e4:before {
  201. left: auto !important;
  202. }
  203. .FormControlSet-m2_fieldset-as-page-section_9b14 {
  204. margin-bottom: 5rem;
  205. }
  206. .FormControlSet-m2_fieldset-wrapper-title_a66a {
  207. padding-bottom: 5px;
  208. }
  209. .FormControlSet-m2_title-as-page-section-title_b351 {
  210. font-size: 20px !important;
  211. font-weight: normal !important;
  212. letter-spacing: 0 !important;
  213. padding-bottom: 0.5rem !important;
  214. }
  215. .FormControlSet-m2_description_a4bf {
  216. margin-bottom: 0.5em;
  217. margin-top: 1rem;
  218. }
  219. .Tooltip-m2_trigger-container_d00e {
  220. margin-left: 40px !important;
  221. }
  222. .Tooltip-m2_trigger-container-adjacent-text_fb9c {
  223. margin-top: -4px !important;
  224. margin-left: 17px;
  225. }
  226. .Tooltip-m2_trigger-container-adjacent-switch_bccd {
  227. margin-top: 0px !important;
  228. }
  229. .Tooltip-m2_trigger_7441 {
  230. margin-left: -12px !important;
  231. }
  232. .Tooltip-m2_tooltip-content_3f13 {
  233. right: -3.7rem !important;
  234. }
  235. .Tooltip-m2_tooltip-content-adjacent-switch_153f {
  236. bottom: 4.1rem !important;
  237. }
  238. .FormControl-m2_tight_42db {
  239. width: auto !important;
  240. }
  241. .FormControl-m2_reducedMargin_727e {
  242. margin-bottom: 0 !important;
  243. }
  244. .FormControl-m2_unclickable_c18b {
  245. cursor: default;
  246. }
  247. .FormControl-m2_highlightError_150c {
  248. border: none !important;
  249. display: block;
  250. color: #f05357;
  251. }
  252. .FormControl-m2_designInline_1b0f{
  253. display: inline-block
  254. }
  255. .FormControl-m2_highlightErrorInput_4a44 input {
  256. border-color: #ee7d7d !important;
  257. }
  258. .FormControl-m2_inlineLabel_31df {
  259. display: inline-block !important;
  260. }
  261. .FormControl-m2_removeMarginLabel_5afa::before {
  262. content: none !important;;
  263. margin-left: 0 !important;
  264. }
  265. .Dropdown-m2_autofilled_ed21 {
  266. background-color: #fffddd;
  267. }
  268. .Dropdown-m2_medium_3786 {
  269. min-width: 137px;
  270. }
  271. .Dropdown-m2_large_5b05 {
  272. min-width: 185px;
  273. }.GridRow-m2_highlight_563d {
  274. background-color: #f5f5f5;
  275. }
  276. .GridRow-m2_error-nonExpandableColumns-collapsed_f5f0 td:first-child {
  277. border-left: 1px solid #ee7d7d !important;
  278. }
  279. .GridRow-m2_error-nonExpandableColumns-collapsed_f5f0 td:last-child {
  280. border-right: 1px solid #ee7d7d !important;
  281. }
  282. .GridRow-m2_error-nonExpandableColumns-collapsed_f5f0 td{
  283. border-bottom: 1px solid #ee7d7d !important;
  284. }
  285. .GridRow-m2_error-nonExpandableColumns-expanded_cbcf {
  286. border-left: 1px solid #ee7d7d;
  287. border-right: 1px solid #ee7d7d;
  288. }
  289. .GridRow-m2_is-next-row-error_63c2 td {
  290. border-bottom: 1px solid #ee7d7d !important;
  291. }
  292. .GridRow-m2_is-next-row-error-nonExpandableColumns-collapsed_cae5 td{
  293. border-bottom: 1px solid #ee7d7d !important;
  294. }
  295. .GridRow-m2_error-expandableColumns_7064 td:first-child {
  296. border-left: 1px solid #ee7d7d;
  297. }
  298. .GridRow-m2_error-expandableColumns_7064 td:last-child {
  299. border-right: 1px solid #ee7d7d;
  300. }
  301. .GridRow-m2_error-expandableColumns_7064 td {
  302. border-bottom: 1px solid #ee7d7d !important;
  303. }
  304. .GridRow-m2_fetch-data-fail_9312 label label::before {
  305. content: '\E632' !important;
  306. color: #e22626 !important;
  307. opacity: 1 !important;
  308. border: none;
  309. }
  310. .CheckboxInputField_inline-help-text_d667 {
  311. display: inline-block;
  312. line-height: 3.2rem;
  313. margin-left: 17px;
  314. }
  315. .CheckboxInputField_align-label-to-right_06a6 {
  316. display: inline-block;
  317. line-height: 3.2rem;
  318. margin-left: 10px;
  319. }
  320. .PackageStateLabel-m2_package-state-label_27c6 {
  321. padding-top: 0.9rem;
  322. }
  323. .WeightStateLabel-m2_weight-state-label_1747 {
  324. padding-top: 0.9rem;
  325. }
  326. .ExperienceStateLabel-m2_experience-state-label_f5c6 {
  327. padding-top: 0.9rem;
  328. }
  329. .AddonStateLabel-m2_addon-state-label_1ab7 {
  330. padding-top: 0.9rem;
  331. }
  332. .TextActionContainer-m2_text-action-container_4b14 {
  333. padding-top: 0.9rem;
  334. }
  335. .ErrorContainer-m2_error-container_4d61{
  336. color: #e22626;
  337. }
  338. .MessageErrorContainer-m2_message-error-container_226c {
  339. margin-top: 8px;
  340. }
  341. .OrderIdBlock-m2_order-id_e255 {
  342. font-size: 2rem;
  343. padding-top: 0.5rem;
  344. }
  345. .OrderAddressesBlock-m2_order-detail_478a {
  346. padding-right: 5rem;
  347. }
  348. .OrderAddressesBlock-m2_order-detail-destination_eb71{
  349. margin-top: 20px;
  350. line-height: 1.2;
  351. font-weight: 600;
  352. }
  353. .OrderAddressesBlock-m2_order-detail-destination__collectionPoint_e1fc {
  354. padding: 5px 0px;
  355. line-height: 1;
  356. }
  357. .OrderAddressesBlock-m2_order-detail-destination-detail_dafa {
  358. white-space: pre;
  359. line-height: 20px;
  360. }
  361. .OrderAddressesBlock-m2_order-detail-origin-location_3393 {
  362. margin-top: 9px;
  363. line-height: 1.2;
  364. font-weight: 600;
  365. }
  366. .OrderAddressesBlock-m2_order-detail-origin-location-detail_25c2 {
  367. line-height: 20px;
  368. }
  369. .PickupOptionContainer-m2_pickup-option-container_d6a7 {
  370. margin-top: 25px;
  371. }
  372. .Icon-m2_icon_a8fb {
  373. background-color: transparent;
  374. border-color: transparent;
  375. -webkit-box-shadow: none;
  376. box-shadow: none;
  377. padding-left: 0;
  378. padding-right: 0;
  379. }
  380. .Icon-m2_icon_a8fb::before {
  381. font-family: 'Admin Icons';
  382. font-style: normal;
  383. font-weight: normal;
  384. font-size: 20px;
  385. line-height: 1;
  386. speak: none;
  387. }
  388. .Icon-m2_trash_ea11::before {
  389. content: '\E630';
  390. }
  391. .InlineFormCell-m2_inline-cell_038d {
  392. display: inline-block;
  393. vertical-align: top;
  394. margin-right: 20px;
  395. }
  396. .InlineFormCell-m2_inline-cell_038d :last-child {
  397. margin-right: 0;
  398. }
  399. .InlineFormIcon-m2_inline-icon_673c {
  400. margin-top: 30px;
  401. display: inline-block;
  402. vertical-align: top;
  403. }
  404. .PackageContainer-m2_package-container_27b7:not(:first-child) {
  405. padding-bottom: 20px;
  406. margin-top: 20px;
  407. border-top: 1px dashed rgb(220, 220, 220);
  408. }
  409. .PackageContentsContainer-m2_package-contents-container_d29d {
  410. clear: both;
  411. margin-top: 1.3rem;
  412. padding-top: 20px;
  413. }
  414. .PackageContentsContainer-m2_removeMarginLabel_e3cb::before {
  415. content: none !important;
  416. margin-left: 0 !important;
  417. }
  418. .PackageControlContainer-m2_package-control-container_0354 {
  419. margin-top: 12px;
  420. border-top:1px dashed rgb(220, 220, 220);
  421. }
  422. .PackageControlContainer-m2_package-control-container_0354 button {
  423. padding-top: 15px;
  424. }
  425. .TextInput-m2_tiny_1809 {
  426. width: 30px !important;
  427. }
  428. .TextInput-m2_short_9538 {
  429. width: 70px !important;
  430. }
  431. .TextInput-m2_medium_f4be {
  432. width: auto !important;
  433. }
  434. .TextInput-m2_autofilled_9321 {
  435. background-color: #fffddd;
  436. }
  437. .TextInput-m2_fit-height-with-dropdown_aac6 {
  438. height: 31px !important;
  439. min-width: 90px;
  440. }
  441. .Disabled-m2_container_2c33 {
  442. position: relative;
  443. }
  444. /* .actions styling generalised based on .order-history-comments-actions */
  445. .FormActions-m2_actions_5220 {
  446. margin-top: 1.7em;
  447. text-align: right;
  448. }
  449. .FormActions-m2_alignWithFields_70df {
  450. text-align: left;
  451. margin-left: calc( (100%) * 0.25 + 6px );
  452. margin-bottom: 2rem;
  453. }
  454. .FormControlCheckbox-m2_checkbox_4746 {
  455. margin: 0.8rem 0;
  456. }
  457. .FormControlCheckbox-m2_tight_2462 {
  458. width: auto !important;
  459. line-height: 3.2rem;
  460. }
  461. .FormControlCheckbox-m2_inline-help-text_c5e4 {
  462. display: inline-block;
  463. line-height: 1.2;
  464. margin-left: 17px;
  465. }
  466. .InfoText_inlineValue_7d06 {
  467. line-height: 3.2rem;
  468. }
  469. .InfoText_inlineValue_7d06 span {
  470. display: inline-block;
  471. line-height: 1.2;
  472. vertical-align: middle;
  473. white-space: normal;
  474. }
  475. .InfoText_inlineValue_7d06 p {
  476. margin: 0.5em 0;
  477. }
  478. .InfoText_scrollBox_ce11 {
  479. max-height: 33vh;
  480. overflow: auto;
  481. border: 1px solid #f5f5f5;
  482. padding: 20px;
  483. }
  484. .InfoText_scrollBoxActions_af11 {
  485. padding-top: 20px;
  486. text-align: right;
  487. }
  488. .InfoText_printIframe_b7b5 {
  489. width: 0;
  490. height: 0;
  491. border: 0;
  492. overflow: hidden;
  493. }
  494. /*!
  495. * https://github.com/YouCanBookMe/react-datetime
  496. */
  497. .rdt > div:first-child {
  498. position: relative;
  499. }
  500. .rdtPicker {
  501. display: none;
  502. position: absolute;
  503. width: 250px;
  504. padding: 4px;
  505. margin-top: 1px;
  506. z-index: 99999 !important;
  507. background: #fff;
  508. box-shadow: 0 1px 3px rgba(0,0,0,.1);
  509. border: 1px solid #f9f9f9;
  510. }
  511. .rdtOpen .rdtPicker {
  512. display: block;
  513. }
  514. .rdtStatic .rdtPicker {
  515. box-shadow: none;
  516. position: static;
  517. }
  518. .rdtPicker .rdtTimeToggle {
  519. text-align: center;
  520. }
  521. .rdtPicker table {
  522. width: 100%;
  523. margin: 0;
  524. }
  525. .rdtPicker td,
  526. .rdtPicker th {
  527. text-align: center;
  528. height: 28px;
  529. }
  530. .rdtPicker td {
  531. cursor: pointer;
  532. }
  533. .rdtPicker td.rdtDay:hover,
  534. .rdtPicker td.rdtHour:hover,
  535. .rdtPicker td.rdtMinute:hover,
  536. .rdtPicker td.rdtSecond:hover,
  537. .rdtPicker .rdtTimeToggle:hover {
  538. background: #eeeeee;
  539. cursor: pointer;
  540. }
  541. .rdtPicker td.rdtOld,
  542. .rdtPicker td.rdtNew {
  543. color: #999999;
  544. }
  545. .rdtPicker td.rdtToday {
  546. position: relative;
  547. }
  548. .rdtPicker td.rdtToday:before {
  549. content: '';
  550. display: inline-block;
  551. border-left: 7px solid transparent;
  552. border-bottom: 7px solid #428bca;
  553. border-top-color: rgba(0, 0, 0, 0.2);
  554. position: absolute;
  555. bottom: 4px;
  556. right: 4px;
  557. }
  558. .rdtPicker td.rdtActive,
  559. .rdtPicker td.rdtActive:hover {
  560. background-color: #428bca;
  561. color: #fff;
  562. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  563. }
  564. .rdtPicker td.rdtActive.rdtToday:before {
  565. border-bottom-color: #fff;
  566. }
  567. .rdtPicker td.rdtDisabled,
  568. .rdtPicker td.rdtDisabled:hover {
  569. background: none;
  570. color: #999999;
  571. cursor: not-allowed;
  572. }
  573. .rdtPicker td span.rdtOld {
  574. color: #999999;
  575. }
  576. .rdtPicker td span.rdtDisabled,
  577. .rdtPicker td span.rdtDisabled:hover {
  578. background: none;
  579. color: #999999;
  580. cursor: not-allowed;
  581. }
  582. .rdtPicker th {
  583. border-bottom: 1px solid #f9f9f9;
  584. }
  585. .rdtPicker .dow {
  586. width: 14.2857%;
  587. border-bottom: none;
  588. }
  589. .rdtPicker th.rdtSwitch {
  590. width: 100px;
  591. }
  592. .rdtPicker th.rdtNext,
  593. .rdtPicker th.rdtPrev {
  594. font-size: 21px;
  595. vertical-align: top;
  596. }
  597. .rdtPrev span,
  598. .rdtNext span {
  599. display: block;
  600. -webkit-touch-callout: none; /* iOS Safari */
  601. -webkit-user-select: none; /* Chrome/Safari/Opera */
  602. -khtml-user-select: none; /* Konqueror */
  603. -moz-user-select: none; /* Firefox */
  604. -ms-user-select: none; /* Internet Explorer/Edge */
  605. user-select: none;
  606. }
  607. .rdtPicker th.rdtDisabled,
  608. .rdtPicker th.rdtDisabled:hover {
  609. background: none;
  610. color: #999999;
  611. cursor: not-allowed;
  612. }
  613. .rdtPicker thead tr:first-child th {
  614. cursor: pointer;
  615. }
  616. .rdtPicker thead tr:first-child th:hover {
  617. background: #eeeeee;
  618. }
  619. .rdtPicker tfoot {
  620. border-top: 1px solid #f9f9f9;
  621. }
  622. .rdtPicker button {
  623. border: none;
  624. background: none;
  625. cursor: pointer;
  626. }
  627. .rdtPicker button:hover {
  628. background-color: #eee;
  629. }
  630. .rdtPicker thead button {
  631. width: 100%;
  632. height: 100%;
  633. }
  634. td.rdtMonth,
  635. td.rdtYear {
  636. height: 50px;
  637. width: 25%;
  638. cursor: pointer;
  639. }
  640. td.rdtMonth:hover,
  641. td.rdtYear:hover {
  642. background: #eee;
  643. }
  644. .rdtCounters {
  645. display: inline-block;
  646. }
  647. .rdtCounters > div {
  648. float: left;
  649. }
  650. .rdtCounter {
  651. height: 100px;
  652. }
  653. .rdtCounter {
  654. width: 40px;
  655. }
  656. .rdtCounterSeparator {
  657. line-height: 100px;
  658. }
  659. .rdtCounter .rdtBtn {
  660. height: 40%;
  661. line-height: 40px;
  662. cursor: pointer;
  663. display: block;
  664. -webkit-touch-callout: none; /* iOS Safari */
  665. -webkit-user-select: none; /* Chrome/Safari/Opera */
  666. -khtml-user-select: none; /* Konqueror */
  667. -moz-user-select: none; /* Firefox */
  668. -ms-user-select: none; /* Internet Explorer/Edge */
  669. user-select: none;
  670. }
  671. .rdtCounter .rdtBtn:hover {
  672. background: #eee;
  673. }
  674. .rdtCounter .rdtCount {
  675. height: 20%;
  676. font-size: 1.2em;
  677. }
  678. .rdtMilli {
  679. vertical-align: middle;
  680. padding-left: 8px;
  681. width: 48px;
  682. }
  683. .rdtMilli input {
  684. width: 100%;
  685. font-size: 1.2em;
  686. margin-top: 37px;
  687. }
  688. .FormControlDateTimeInput-m2_input_80fe {
  689. width: 191px !important;
  690. }
  691. .FormControlDateTimeInput-m2_timeIcon_f7a4:after {
  692. content: '\E62E' !important;
  693. }.FormControlMultiple-m2_delete-cell_f0ab {
  694. width: 50px;
  695. }
  696. .ItemsOrderedSection_item-weight-warning_ff9d {
  697. color:#ff0000;
  698. font-style: italic;
  699. }.WeightField_weight-field_74be {
  700. display: inline-block;
  701. vertical-align: top;
  702. }
  703. .WeightField_weight-field_74be:first-child {
  704. margin-right: 20px;
  705. }.QuoteSection_powered-by_851f {
  706. font-size: 1.25rem;
  707. margin-left: 1rem;
  708. color: #333;
  709. }
  710. .PageSectionItem-m2_content-item_f1c5 {
  711. float: left;
  712. width: calc( (100%) * 0.5 - 30px );
  713. }
  714. .PageSectionItem-m2_content-item_f1c5 .PageSectionItem-m2_title_a326 {
  715. font-size: 1.4rem;
  716. font-weight: 600;
  717. line-height: 3.2rem;
  718. }