form.css 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365
  1. .facturissynctab__content * {
  2. -webkit-box-sizing: border-box !important;
  3. -moz-box-sizing: border-box !important;
  4. box-sizing: border-box !important;
  5. }
  6. .facturissynctab__content {
  7. padding: 20px 15% !important;
  8. }
  9. .facturissynctab__content form
  10. {
  11. font-family: sans-serif !important;
  12. color: #3c3c3c !important;
  13. }
  14. .facturissynctab__content form header {
  15. margin: 0 0 20px 0 !important;
  16. }
  17. .facturissynctab__content form header div {
  18. font-size: 85% !important;
  19. color: #999 !important;
  20. }
  21. .facturissynctab__content form header h2 {
  22. margin: 0 0 5px 0 !important;
  23. }
  24. .facturissynctab__content form > div {
  25. clear: both !important;
  26. overflow: hidden !important;
  27. padding: 4px !important;
  28. margin: 0 0 10px 0 !important;
  29. }
  30. .facturissynctab__content form > div > fieldset > div > div {
  31. margin: 0 0 5px 0 !important;
  32. }
  33. .facturissynctab__content form > div > label,
  34. .facturissynctab__content legend {
  35. width: 25% !important;
  36. float: left !important;
  37. padding-right: 10px !important;
  38. font-size: 14px !important;
  39. position: relative !important;
  40. top: 5px !important;
  41. }
  42. .facturissynctab__content form#order_option_form > div > label,
  43. .facturissynctab__content form#order_option_form legend,
  44. .facturissynctab__content form#stock_option_form > div > label,
  45. .facturissynctab__content form#stock_option_form legend{
  46. top: 0px !important;
  47. }
  48. .facturissynctab__content form > div > div,
  49. .facturissynctab__content form > div > fieldset > div {
  50. width: 75% !important;
  51. float: right !important;
  52. }
  53. .facturissynctab__content form > div > fieldset label {
  54. font-size: 90% !important;
  55. }
  56. .facturissynctab__content fieldset {
  57. border: 0 !important;
  58. padding: 0 !important;
  59. }
  60. .facturissynctab__content input[type=text],
  61. .facturissynctab__content input[type=email],
  62. .facturissynctab__content input[type=url],
  63. .facturissynctab__content input[type=password],
  64. .facturissynctab__content select,
  65. .facturissynctab__content textarea {
  66. width: 300px !important;
  67. border-width: 1px !important;
  68. border-style: solid !important;
  69. border-color: #c1c1c1 !important;
  70. padding: 7px !important;
  71. /*padding: 4px !important; */
  72. border-radius: 5px !important;
  73. }
  74. .facturissynctab__content input[type=text]:focus,
  75. .facturissynctab__content input[type=email]:focus,
  76. .facturissynctab__content input[type=url]:focus,
  77. .facturissynctab__content input[type=password]:focus,
  78. .facturissynctab__content textarea:focus {
  79. outline: 0 !important;
  80. border-color: #4697e4 !important;
  81. }
  82. .facturissynctab__content input[type=radio],
  83. .facturissynctab__content input[type=radio]+label{
  84. cursor: pointer !important;
  85. }
  86. @media (max-width: 600px) {
  87. .facturissynctab__content form > div {
  88. margin: 0 0 15px 0 !important;
  89. }
  90. .facturissynctab__content form > div > label,
  91. .facturissynctab__content legend {
  92. width: 100% !important;
  93. /*float: none !important;*/
  94. margin: 0 0 5px 0 !important;
  95. }
  96. .facturissynctab__content form > div > div,
  97. .facturissynctab__content form > div > fieldset > div {
  98. width: 100% !important;
  99. float: none !important;
  100. }
  101. .facturissynctab__content input[type=text],
  102. .facturissynctab__content input[type=email],
  103. .facturissynctab__content input[type=url],
  104. .facturissynctab__content input[type=password],
  105. .facturissynctab__content textarea,
  106. .facturissynctab__content select {
  107. width: 100% !important;
  108. }
  109. }
  110. @media (min-width: 1200px) {
  111. .facturissynctab__content form > div > label,
  112. .facturissynctab__content legend {
  113. text-align: right !important;
  114. }
  115. }
  116. .facturissynctab__content .greenButton {
  117. box-shadow:inset 0px 1px 0px 0px #a4e271 !important;
  118. background:linear-gradient(to bottom, #89c403 5%, #77a809 100%) !important;
  119. background-color:#89c403 !important;
  120. border-radius:6px !important;
  121. border:1px solid #74b807 !important;
  122. display:inline-block !important;
  123. cursor:pointer !important;
  124. color:#ffffff !important;
  125. font-family:Arial !important;
  126. font-size:15px !important;
  127. font-weight:bold !important;
  128. padding:9px 24px !important;
  129. text-decoration:none !important;
  130. text-shadow:0px 1px 0px #528009 !important;
  131. }
  132. .facturissynctab__content .greenButton:hover {
  133. background:linear-gradient(to bottom, #77a809 5%, #89c403 100%) !important;
  134. background-color:#77a809 !important;
  135. }
  136. .facturissynctab__content .greenButton:active {
  137. position:relative !important;
  138. top:1px !important;
  139. }
  140. .facturissynctab__content .blueButton {
  141. box-shadow:inset 0px 1px 0px 0px #97c4fe !important;
  142. background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%) !important;
  143. background-color:#3d94f6 !important;
  144. border-radius:6px !important;
  145. border:1px solid #337fed !important;
  146. display:inline-block !important;
  147. cursor:pointer !important;
  148. color:#ffffff !important;
  149. font-family:Arial !important;
  150. font-size:15px !important;
  151. /*font-weight:bold !important;*/
  152. padding:9px 24px !important;
  153. text-decoration:none !important;
  154. /*text-shadow:0px 1px 0px #1570cd !important;*/
  155. }
  156. .facturissynctab__content .blueButton:hover {
  157. background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%) !important;
  158. background-color:#1e62d0 !important;
  159. }
  160. .facturissynctab__content .blueButton:active {
  161. position:relative !important;
  162. top:1px !important;
  163. }
  164. .facturissynctab__content .center
  165. {
  166. text-align: center !important;
  167. }
  168. .facturissynctab__content .red
  169. {
  170. color: red !important;
  171. padding: 6px !important;
  172. }
  173. .facturissynctab__content .hide
  174. {
  175. display: none;
  176. }
  177. .btn {
  178. display: inline-block;
  179. padding: 6px 12px !important;
  180. margin-bottom: 0 !important;
  181. font-size: 14px !important;
  182. font-weight: normal !important;
  183. line-height: 1.428571429 !important;
  184. text-align: center !important;
  185. white-space: nowrap !important;
  186. vertical-align: middle !important;
  187. cursor: pointer !important;
  188. background-image: none !important;
  189. border: 1px solid transparent !important;
  190. border-radius: 4px !important;
  191. -webkit-user-select: none !important;
  192. -moz-user-select: none !important;
  193. -ms-user-select: none !important;
  194. -o-user-select: none !important;
  195. user-select: none !important;
  196. text-decoration:none !important;
  197. }
  198. .btn-blue {
  199. color: #ffffff !important;
  200. background-color: #337FED !important;
  201. border-color: #1570cd !important;
  202. }
  203. .btn-blue:hover,
  204. .btn-blue:focus,
  205. .btn-blue:active,
  206. .btn-blue.active,
  207. .open .dropdown-toggle.btn-blue {
  208. color: #ffffff !important;
  209. background-color: #1570CD !important;
  210. border-color: #1570cd !important;
  211. }
  212. .btn-blue:active,
  213. .btn-blue.active,
  214. .open .dropdown-toggle.btn-blue {
  215. background-image: none !important;
  216. }
  217. .btn-blue.disabled,
  218. .btn-blue[disabled],
  219. fieldset[disabled] .btn-blue,
  220. .btn-blue.disabled:hover,
  221. .btn-blue[disabled]:hover,
  222. fieldset[disabled] .btn-blue:hover,
  223. .btn-blue.disabled:focus,
  224. .btn-blue[disabled]:focus,
  225. fieldset[disabled] .btn-blue:focus,
  226. .btn-blue.disabled:active,
  227. .btn-blue[disabled]:active,
  228. fieldset[disabled] .btn-blue:active,
  229. .btn-blue.disabled.active,
  230. .btn-blue[disabled].active,
  231. fieldset[disabled] .btn-blue.active {
  232. background-color: #337FED !important;
  233. border-color: #1570cd !important;
  234. }
  235. .btn-blue .badge {
  236. color: #337FED !important;
  237. background-color: #ffffff !important;
  238. }
  239. .btn-green {
  240. color: #ffffff !important;
  241. background-color: #74B807 !important;
  242. border-color: #528009 !important;
  243. }
  244. .btn-green:hover,
  245. .btn-green:focus,
  246. .btn-green:active,
  247. .btn-green.active,
  248. .open .dropdown-toggle.btn-green {
  249. color: #ffffff !important;
  250. background-color: #528009 !important;
  251. border-color: #528009 !important;
  252. }
  253. .btn-green:active,
  254. .btn-green.active,
  255. .open .dropdown-toggle.btn-green {
  256. background-image: none !important;
  257. }
  258. .btn-green.disabled,
  259. .btn-green[disabled],
  260. fieldset[disabled] .btn-green,
  261. .btn-green.disabled:hover,
  262. .btn-green[disabled]:hover,
  263. fieldset[disabled] .btn-green:hover,
  264. .btn-green.disabled:focus,
  265. .btn-green[disabled]:focus,
  266. fieldset[disabled] .btn-green:focus,
  267. .btn-green.disabled:active,
  268. .btn-green[disabled]:active,
  269. fieldset[disabled] .btn-green:active,
  270. .btn-green.disabled.active,
  271. .btn-green[disabled].active,
  272. fieldset[disabled] .btn-green.active {
  273. background-color: #74B807 !important;
  274. border-color: #528009 !important;
  275. }
  276. .btn-green .badge {
  277. color: #74B807 !important;
  278. background-color: #ffffff !important;
  279. }
  280. .btn-light-blue {
  281. color: #ffffff !important;
  282. background-color: #84BBF3 !important;
  283. border-color: #528ECC !important;
  284. }
  285. .btn-light-blue:hover,
  286. .btn-light-blue:focus,
  287. .btn-light-blue:active,
  288. .btn-light-blue.active,
  289. .open .dropdown-toggle.btn-light-blue {
  290. color: #ffffff !important;
  291. background-color: #528ECC !important;
  292. border-color: #528ECC !important;
  293. }
  294. .btn-light-blue:active,
  295. .btn-light-blue.active,
  296. .open .dropdown-toggle.btn-light-blue {
  297. background-image: none !important;
  298. }
  299. .btn-light-blue.disabled,
  300. .btn-light-blue[disabled],
  301. fieldset[disabled] .btn-light-blue,
  302. .btn-light-blue.disabled:hover,
  303. .btn-light-blue[disabled]:hover,
  304. fieldset[disabled] .btn-light-blue:hover,
  305. .btn-light-blue.disabled:focus,
  306. .btn-light-blue[disabled]:focus,
  307. fieldset[disabled] .btn-light-blue:focus,
  308. .btn-light-blue.disabled:active,
  309. .btn-light-blue[disabled]:active,
  310. fieldset[disabled] .btn-light-blue:active,
  311. .btn-light-blue.disabled.active,
  312. .btn-light-blue[disabled].active,
  313. fieldset[disabled] .btn-light-blue.active {
  314. background-color: #84BBF3 !important;
  315. border-color: #528ECC !important;
  316. }
  317. .btn-light-blue .badge {
  318. color: #84BBF3 !important;
  319. background-color: #ffffff !important;
  320. }