Advertisement
Guest User

Farte

a guest
Apr 26th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 13.24 KB | None | 0 0
  1. .GeneralCollection > .cf-helptext{
  2.   display: none;
  3. }
  4.  
  5. /* Asterisk */
  6. .cf-required{
  7.     color: #E9D9F0 !important;
  8.     font-size: 175%;
  9. }
  10.  
  11. .TitleField label,
  12. .TitleField input{
  13.   font-size: 2em;
  14.   height: 40px !important;
  15.   border: none;
  16. }
  17.  
  18. .TitleField input[type="text"]:read-only{
  19.   border: 1px solid black;
  20. }
  21.  
  22. .GeneralFields label,
  23. .GeneralFields input,
  24. .GeneralFields input[type="text"]:read-only,
  25. .GeneralFields textarea,
  26. .GeneralFields select
  27. {
  28.   border: 1px solid black;
  29. }
  30.  
  31. .GeneralFields textarea{
  32.  margin-bottom: 5px;
  33. }
  34.  
  35. .GeneralFields label{
  36.     height: 26px !important;
  37.   padding-left: 5px !important;
  38.   width: 265px !important;
  39. }
  40.  
  41. .GeneralFields .cf-field{
  42.   width: 350px;
  43. }
  44.  
  45. .GeneralFields .currency{
  46.   width: 328px !important;
  47. }
  48.  
  49. .TableBySide {
  50.   display: inline-block;
  51.   vertical-align: top;
  52.   width: 600px;
  53. }
  54.  
  55. .PotentialVendorsLabel{
  56.   vertical-align: top;
  57.   /*width: 265.3px !important;*/
  58.   width: 275px !important;
  59.   padding-right: 0px !important;
  60. }
  61.  
  62. .PotentialVendorsLabel label{
  63.   /*width: 265.3px !important;*/
  64.   width: 100% !important;
  65. }
  66.  
  67. .PotentialVendorsTable{
  68.   width: 400px;
  69.   padding: 0px !important;
  70. }
  71.  
  72. .PotentialVendorsTable .cf-field{
  73.   padding: 0px !important;
  74. }
  75.  
  76. .cf-table_parent{
  77.   padding: 0px !important;
  78. }
  79.  
  80. .PotentialVendorsColumn{
  81.   width: 340px;
  82.   padding: 0px !important;
  83. }
  84.  
  85. .PotentialVendorsTable input{
  86.   width: 340px !important;
  87. }
  88.  
  89. .PotentialVendorsTable .cf-table-add-row{
  90.   margin-top: 0px !important;
  91.   margin-bottom: 0px !important;
  92.   margin-left: 250px !important;
  93. }
  94.  
  95. .HashtagLabel{
  96.   width: 625px !important;
  97. }
  98.  
  99. .HashtagTable{
  100.   width: 1000px;
  101. }
  102.  
  103. .HashtagTable tr{
  104.   border: none !important;
  105.   outline: none !important;
  106. }
  107.  
  108. .HashtagTable input{
  109.   width: 972px !important;
  110. }
  111.  
  112. .HashtagTable .cf-table-add-row{
  113.   margin-left: 875px !important;
  114. }
  115.  
  116. .ShadeBySide{
  117.   display: inline-block;
  118.   vertical-align: top;
  119. }
  120.  
  121. .ShadesLeft{
  122.   width: 425px;
  123. }
  124.  
  125. .ShadesLeft label{
  126.   width: 265px !important;
  127. }
  128.  
  129. .ShadeBySide .cf-field{
  130.   width: 75px;
  131. }
  132.  
  133. .ShadeBySide select{
  134.   width: 75%;
  135. }
  136.  
  137. /*Collections*/
  138.  
  139. .CollectionPosition{
  140.   display: inline-block;
  141.   vertical-align: top;
  142.   /*width: 400px;*/
  143. }
  144.  
  145. .GeneralCollection{
  146.   width: 700px !important;
  147. }
  148.  
  149. .SmallCollection{
  150.   width: 300px !important;
  151. }
  152.  
  153. .RightAlign input{
  154.   text-align: right;
  155. }
  156.  
  157. .LeftSide{
  158.   display: inline-block;
  159.   width: 200px;
  160. }
  161.  
  162. .LeftSide .cf-field{
  163.   width: 95%;
  164. }
  165.  
  166. .RightSide{
  167.   display: inline-block;
  168.   width: 100px;
  169.   /*height: 26px;*/
  170.   padding:none !important;
  171.   margin:none !important;
  172. }
  173.  
  174. /*Tables*/
  175. /*
  176. .MarketingSection,
  177. .MarketingSection thead,
  178. .PDSection
  179. {
  180.   background-color: lightgray;
  181. }
  182. */
  183.  
  184. .SmallTable input[type="text"],
  185. .SmallTable .col0
  186. {
  187.   /*padding: 0px !important;*/
  188.   /*margin: 0px !important;*/
  189.     font-size: .8em;
  190.   height: 20px;
  191. }
  192. /*
  193. .ProductTable tr{
  194.   width: 900px;
  195.   overflow: auto;
  196. }
  197. */
  198.  
  199. .SizeTable input[type="text"]:read-only{
  200.   border: none !important;
  201.   background-color: transparent !important;
  202.  
  203. }
  204.  
  205. .ProductTable input[type="text"],
  206. .ProductTable input[type="text"]:read-only{
  207.   border: none !important;
  208.   background-color: transparent !important;
  209.   padding: 0px !important;
  210.   margin: 0px !important;
  211.     font-size: .8em;
  212.   height: 20px;
  213. }
  214.  
  215. .ProductTable textarea,
  216. .ProductTable textarea:read-only{
  217.   border: none !important;
  218.   background-color: transparent !important;
  219.   padding: 0px !important;
  220.   margin: 0px !important;
  221.     font-size: .8em;
  222. }
  223.  
  224. .ProductTable .col0,
  225. .ProductTable .fileuploader,
  226. .ProductTable .MakeWip,
  227. .ProductTable .cloneRow,
  228. .ProductTable .ReworkButton,
  229. .ProductTable .ViewCautions,
  230. .ProductTable .ViewDocument,
  231. .ProductTable .lookUpItem,
  232. .ProductTable .form-option-label,
  233. .ProductTable  select{
  234.   font-size: .8em !important;
  235.   padding: 0px !important;
  236.   margin: 0px !important;
  237.   height: 20px;
  238. }
  239.  
  240. .ProductTable .cf-field{
  241.   padding: 0px !important;
  242.   margin: 0px !important;
  243. }
  244.  
  245. .ProductTable select,
  246. .ProductTable select:disabled,
  247. .ProductTable select:read-only{
  248.   width: 98%;
  249.   background-color: transparent !important;
  250. }
  251.  
  252. .ProductTable .RegulatorySection select{
  253.   text-align: center;
  254.   text-align-last: center;
  255.   /*padding-left: 20px;*/
  256. }
  257. /*
  258. tr:nth-child(even){
  259.   background: #E9D9F0;
  260. }
  261. */
  262.  
  263. .SizeTable tr:nth-child(even) td,
  264. .ProductTable tr:nth-child(even) td{
  265.   /*background: #E9D9F0;*/
  266.   background: #FFF;
  267.   outline: 1px solid gray;
  268. }
  269.  
  270. .SizeTable tr:nth-child(odd) td,
  271. .ProductTable tr:nth-child(odd) td{
  272.   background: #FFF;
  273.   outline: 1px solid gray;
  274. }
  275.  
  276.  
  277. .SizeTable thead tr,
  278. .ProductTable thead tr{
  279.  background-color: #7030A0;
  280. }
  281.  
  282.  
  283. tr:nth-child(odd) td.RegulatorySection{
  284.   background: #FAFF75;
  285. }
  286. tr:nth-child(even) td.RegulatorySection{
  287.   background: #F9F4D6;
  288. }
  289.  
  290. tr:nth-child(odd) td.MarketingSection{
  291.   background: #FDECF4;
  292. }
  293. tr:nth-child(even) td.MarketingSection{
  294.   /*background: #E9D9F0;*/
  295.   background: #FACCE0;
  296. }
  297.  
  298. tr:nth-child(even) td.OpsSection{
  299.   background: #CFE2C4;
  300. }
  301.  
  302. tr:nth-child(odd) td.OpsSection{
  303.   background: #DBF9BD;
  304. }
  305.  
  306. tr:nth-child(even) td.PDSection{
  307.   background: #D6E7F9;
  308. }
  309. tr:nth-child(odd) td.PDSection{
  310.   background: #E0FFFF;
  311. }
  312.  
  313. .SizeTable  thead label,
  314. .SizeTable .cf-tooltip{
  315.   color: white !important;
  316. }
  317.  
  318. .ProductTable  thead label{
  319.   color: white !important;
  320.   font-size: .8em !important;
  321. }
  322.  
  323.  
  324. .ProductTable  tr .cf-field{
  325.   padding-bottom: 0px !important;
  326.   margin-bottom: 0px !important;
  327. }
  328.  
  329. table{
  330.     border-collapse: collapse;
  331.     /*border: 1px solid black;*/
  332.   }
  333.  
  334. th{
  335.     padding-bottom: 0px;
  336. }
  337.  
  338. .ProductTable table tr td{
  339.     padding: 0px;
  340.     margin: 0px;
  341. }
  342.  
  343. .ProductTable input[type="radio"]{
  344.     display:none;
  345. }
  346.  
  347. /*No scrolling*/
  348.  
  349. .HorizontalScroll .cf-table{
  350.   width: 5000px;
  351.   /*overflow-x: scroll;*/
  352.     /*margin-left:200px;*/
  353. }
  354.  
  355.  
  356. .HorizontalScroll .cf-table_parent{
  357.   width: 100%;
  358.   overflow-x: scroll;
  359.   overflow-y: hidden;
  360. }
  361. /*
  362. .HorizontalScroll .cf-table_parent overflow-x{
  363.   z-index: 90 !important;
  364. }
  365. */
  366. .HorizontalScroll table thead th:nth-child(3),
  367. .HorizontalScroll table td:nth-child(3) {
  368.     position: absolute;
  369.     z-index: 100;
  370.     width: 73px;
  371.     height: 26px;
  372. }
  373.  
  374. .HorizontalScroll table thead th:nth-child(4),
  375. .HorizontalScroll table td:nth-child(4) {
  376.     position: absolute;
  377.     margin-left: 73px;
  378.     z-index: 100;
  379.     width: 182px;
  380.     height: 26px;
  381. }
  382.  
  383. .HorizontalScroll table thead th:nth-child(5),
  384. .HorizontalScroll table td:nth-child(5) {
  385.     position: absolute;
  386.     margin-left: 255px;
  387.     z-index: 100;
  388.     width: 109px;
  389.     height: 26px;
  390. }
  391.  
  392. .HorizontalScroll table thead th:nth-child(6),
  393. .HorizontalScroll table td:nth-child(6) {
  394.     position: absolute;
  395.     margin-left: 364px;
  396.     z-index: 100;
  397.     width: 182px;
  398.     height: 26px;
  399. }
  400.  
  401. .HorizontalScroll table thead th:nth-child(7),
  402. .HorizontalScroll table td:nth-child(7) {
  403.     position: absolute;
  404.     margin-left: 546px;
  405.     z-index: 100;
  406.     width: 182px;
  407.     height: 26px;
  408. }
  409.  
  410. .HorizontalScroll table thead th:nth-child(8),
  411. .HorizontalScroll table td:nth-child(8) {
  412.     position: absolute;
  413.     margin-left: 728px;
  414.     z-index: 100;
  415.     width: 208px;
  416.     height: 26px;
  417. }
  418.  
  419. .HorizontalScroll table thead th:nth-child(3),
  420. .HorizontalScroll table thead th:nth-child(4),
  421. .HorizontalScroll table thead th:nth-child(5),
  422. .HorizontalScroll table thead th:nth-child(6),
  423. .HorizontalScroll table thead th:nth-child(7),
  424. .HorizontalScroll table thead th:nth-child(8){
  425.   background-color: #7030A0;
  426.   height: 40px;
  427. }
  428.  
  429. .HorizontalScroll table td input:nth-child(3),
  430. .HorizontalScroll table td input:nth-child(4),
  431. .HorizontalScroll table td input:nth-child(5),
  432. .HorizontalScroll table td input:nth-child(6),
  433. .HorizontalScroll table td input:nth-child(7),
  434. .HorizontalScroll table thead th:nth-child(8) {
  435.     position: absolute;
  436. }
  437.  
  438. .HorizontalScroll table thead th:nth-child(n+9),
  439. .HorizontalScroll table td:nth-child(n+9) {
  440.     position: relative !important;
  441.     /*left: 621px;*/
  442.     /*left: 392px;*/
  443.     left: 436px;
  444. }
  445.  
  446. .DisabledRow{
  447.   background: lightgray !important;
  448. }
  449.  
  450. .DisabledRow textarea:disabled,
  451. .DisabledRow select:disabled{
  452.   border: none !important;
  453.   background-color: transparent !important;
  454. }
  455. /*
  456. .DisabledRow td{
  457.   outline: 1px solid white !important;
  458. }
  459. */
  460.  
  461. .MainSetRow > td{
  462.   border-top: 2px solid black !important;
  463.   border-bottom: 2px solid black !important;
  464. }
  465.  
  466. .ColorKey td.ColorDescription{
  467.   width: 155px;
  468.   /*padding-left: 10px;*/
  469.   text-align: center;
  470. }
  471.  
  472. .ProductTable td .fileuploader
  473. /*.ProductTable td table.files*/{
  474.  /* display: inline-block;*/
  475.   font-size: .8em;
  476. }
  477.  
  478. .HorizontalScroll .HazardSymbol .cf-field div > *{
  479.   display: inline-block;
  480. }
  481.  
  482. table.files,
  483. table.files tr.file > td{
  484.   height: 15px;
  485. }
  486. /*
  487. table.files tr.file > td:first{
  488.   width: 50px;
  489. }
  490. */
  491. table.files{
  492.   padding-left: 10px;
  493.   /*width: 125px !important;*/
  494. }
  495.  
  496. table.files td{
  497.   background-color: transparent;
  498.   outline: none;
  499.   font-size: .8em;
  500. }
  501.  
  502. table.files tr.file td:nth-child(2){
  503.     display: none;
  504. }
  505.  
  506. table.files td.ellipsis{
  507.     width: 150px !important;
  508. }
  509.  
  510. table.files td.delCell{
  511.   width: 15px;
  512. }
  513. /*
  514. table.files > colgroup > col:first-child{
  515.   width: 95% !important;
  516. }
  517.  
  518. table.files > colgroup > col:nth-of-type(2){
  519.   width: 0% !important;
  520.   display: none !important;
  521. }
  522. */
  523.  
  524. /*.HorizontalScroll td.delCell,*/
  525. .HorizontalScroll .cf-table-add-row,
  526. .HorizontalScroll .RemoveCheckbox .form-option-label,
  527. .HorizontalScroll .action
  528. /*.HorizontalScroll .RemoveCheckbox input[type=checkbox]*/{
  529.   display: none;
  530. }
  531.  
  532. .HazardSymbol .file-drop-area,
  533. .HazardSymbol .flash-container,
  534. .HazardSymbol .flash,
  535. .HazardSymbol .parsley-success{
  536.   display: none !important;
  537. }
  538. .CustomButtons{
  539.   margin:auto;
  540. }
  541.  
  542. #CustomSubmit{
  543.   background-color: #e9d9f0;
  544. }
  545.  
  546. /*
  547. .HorizontalScroll div.awesomplete ul{
  548.   position: absolute;
  549.   z-index: 1000 !important;
  550.   background-color: red;
  551. }
  552. */
  553.  
  554. .ProductTable .col0,
  555. .SizeTable .col0{
  556.   display: none;
  557. }
  558.  
  559. .approval-wrap #comments{  
  560.     display:none;
  561. }
  562.  
  563. .approval-wrap p{  
  564.     display:none;
  565. }
  566.  
  567. /* Timeout dialog */
  568. #outer-DIV{
  569.     position:fixed;
  570.     top: 0px;
  571.     left: 0px;
  572.     width:100%;
  573.     height:100%;
  574.     /*
  575.     background-color:#000000;
  576.     filter:alpha(opacity=60);
  577.     opacity:0.6;
  578.     -moz-opacity:0.6;
  579.     */
  580.     background:rgba(0,0,0,0.6);
  581.     z-index:200;
  582.  
  583.     text-align:center;
  584.     vertical-align:middle;
  585. }
  586.  
  587. #alert-wrapper{
  588.  
  589.     border:1px solid black;
  590.     height:150px;
  591.     width:450px;
  592.   /*  
  593.   padding:30px;
  594.     padding-top:20px;
  595.   */
  596.     top: 300px;
  597.     left: 50%;
  598.     position:fixed;
  599.     margin:0 auto;
  600.     /*
  601.     filter:alpha(opacity=100);
  602.     opacity:1.0;
  603.     -moz-opacity:1.0;
  604.     */
  605.     background:rgba(255,255,255,1.0);
  606.     z-index:201;
  607.     background-color:#ffffff;
  608. }
  609.  
  610. #countdown{
  611.   margin-top: 10px;
  612.   font-size: 1.5em;
  613. }
  614.  
  615. #btn{
  616.     position:absolute;
  617.     bottom:20px;
  618.     right:20px;
  619.     width:70px;
  620.     height:30px;
  621.     border:1px solid grey;
  622.     background-color:white;
  623. }
  624. #btn:hover{
  625.     border:1px solid black;
  626. }
  627. #btn:active{
  628.     background-color:rgb(250,250,250);
  629. }
  630.  
  631. .autofill{
  632.   display: none;
  633. }
  634.  
  635. /*Correcting issue with full size table display*/
  636. .CustomColumnWidths  table thead th:nth-child(12),
  637. .CustomColumnWidths  table thead th:nth-child(n+16):nth-child(-n+18),
  638. .CustomColumnWidths  table thead th:nth-child(31),
  639. .CustomColumnWidths  table thead th:nth-child(n+34):nth-child(-n+37),
  640. .CustomColumnWidths  table thead th:nth-child(40){
  641.     width: 1%;
  642. }
  643.  
  644. .CustomColumnWidths  table thead th:nth-child(19),
  645. .CustomColumnWidths  table thead th:nth-child(33){
  646.     width: 1.5%;
  647. }
  648.  
  649. .CustomColumnWidths  table thead th:nth-child(29),
  650. .CustomColumnWidths  table thead th:nth-child(39){
  651.     width: 2%;
  652. }
  653.  
  654. .CustomColumnWidths  table thead th:nth-child(n+13):nth-child(-n+15),
  655. .CustomColumnWidths  table thead th:nth-child(23),
  656. .CustomColumnWidths  table thead th:nth-child(n+25):nth-child(-n+28),
  657. .CustomColumnWidths  table thead th:nth-child(32),
  658. .CustomColumnWidths  table thead th:nth-child(38){
  659.     width: 3%;
  660. }
  661.  
  662. .CustomColumnWidths  table thead th:nth-child(n+9):nth-child(-n+11),
  663. .CustomColumnWidths  table thead th:nth-child(n+20):nth-child(-n+22),
  664. .CustomColumnWidths  table thead th:nth-child(24){
  665.     width: 4%;
  666. }
  667.  
  668. /*Col 29: Cautions & Warnings button*/
  669. .MoreColumnsTable table thead th:nth-child(30){
  670.     width: 2%;
  671. }
  672.  
  673. .LessColumnsTable table thead th:nth-child(30),
  674. .BlisterSizeTable table thead th:nth-child(30),
  675. .ReworkSizeTable table thead th:nth-child(30){
  676.     width: 3%;
  677. }
  678.  
  679. /*Col 40+: Final fields at end*/
  680. .MoreColumnsTable table thead th:nth-child(n+41):nth-child(-n+44){
  681.     width: 1%;
  682. }
  683.  
  684. .BlisterSizeTable table thead th:nth-child(n+41):nth-child(-n+43),
  685. .ReworkSizeTable table thead th:nth-child(n+41):nth-child(-n+43){
  686.     width: 1%;
  687. }
  688.  
  689. .LessColumnsTable table thead th:nth-child(41){
  690.     width: 2%;
  691. }
  692.  
  693. .LessColumnsTable table thead th:nth-child(42){
  694.     width: 1%;
  695. }
  696.  
  697. .HorizontalScroll .RowName,
  698. .HorizontalScroll table thead th:nth-child(2){
  699.     display: none;
  700. }
  701.  
  702. .ProductTypeCheckbox .cf-field label{
  703.   border: none !important;
  704. }
  705.  
  706. .ProductTypeCheckbox .cf-field{
  707.   padding-left: 5px;
  708.   border: 1px solid black;
  709.     width: 263px !important;
  710.   height: 26px !important;
  711.   /*padding-right: 0px !important;*/
  712. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement