form.css 9.9 KB

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