style.css 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. body,html{
  2. width: 100%;
  3. min-height: 100%;
  4. margin: 0px 0px;
  5. font-family: Century Gothic, sans-serif;
  6. background-color: #F3F6F9;
  7. height: 100%;
  8. }
  9. .container{
  10. width: 60%;
  11. min-width:1300px;
  12. margin: 0px auto;
  13. background-color: #FFF;
  14. padding: 20px;
  15. border-radius: 10px;
  16. }
  17. .error-container {
  18. padding: 20px;
  19. border: 1px solid #324875;
  20. border-radius: 10px;
  21. }
  22. .btn-eba {
  23. background-color: #324875;
  24. border-color: #2B3E60;
  25. color: white;
  26. opacity: 0.9;
  27. }
  28. .btn-eba:hover,
  29. .btn-eba:active,
  30. .btn-eba:focus {
  31. background-color: #324875;
  32. border-color: #2B3E60;
  33. color: white;
  34. opacity: 1;
  35. }
  36. .error-icon {
  37. width: 30px;
  38. }
  39. .no-disponible { color: #ccc; }
  40. .low { color: #c22;display:block;font-size:smaller; }
  41. .column { width:50%; float:left;}
  42. div > .column::after{clear:both;}
  43. input[type="number"]::-webkit-outer-spin-button,
  44. input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
  45. input[type="number"] { -moz-appearance: textfield; }
  46. .warn { background-color:#E7DFBB !important; color:black;}
  47. a:focus{ color:white !important; }
  48. .navbar{
  49. width: 100%;
  50. /* height: 60px;*/
  51. background-color: #324875;
  52. color: white;
  53. font-family: Century Gothic, sans-serif;
  54. }
  55. .nav-wrap{
  56. padding-top: 6px;
  57. padding-left: 10px;
  58. }
  59. .menu{
  60. float:right;
  61. margin-top: 14px;
  62. margin-right: 50px;
  63. text-transform: capitalize;
  64. font-size: 11pt;
  65. }
  66. .menu li{
  67. display: inline;
  68. list-style-type: none;
  69. margin-left: 10px;
  70. }
  71. .menu a{
  72. color: white;
  73. text-decoration: none;
  74. }
  75. .menu a:hover{
  76. color: #CCCCCC;
  77. }
  78. .clear{
  79. clear: both;
  80. }
  81. .columnas{ width:100%; }
  82. .columnLeft, .columnRight {
  83. width:47%;
  84. margin:1%;
  85. margin-left: 0px;
  86. float:left;
  87. }
  88. .labelblock label {
  89. display:inline-block;
  90. min-width: 90px;
  91. margin-bottom: 5px;
  92. font-size:15px;
  93. }
  94. .labelblock{
  95. margin-bottom: 10px;
  96. }
  97. #ex1, #ex2 {
  98. width: 80%;
  99. display:inline-block;
  100. }
  101. #ex1_value, #ex2_value{
  102. color: #324875;
  103. font-weight: bold;
  104. font-size: 12pt;
  105. }
  106. #cantidad { width:60px; }
  107. /*.form-control{
  108. height: 25px;
  109. width: 100%;
  110. background-color: transparent;
  111. border-style: solid;
  112. border-width: 0px 0px 1px 0px;
  113. border-color: #324875;
  114. outline:0;
  115. } */
  116. h1{
  117. color: #324875;
  118. font-size: 20pt;
  119. margin-top: 0px;
  120. }
  121. .best-table{
  122. width: 100%;
  123. font-size:15px;
  124. border-spacing:0px;
  125. }
  126. .best-table th{
  127. color: #324875;
  128. font-weight: bold;
  129. font-size: 11pt;
  130. padding: 10px 8px;
  131. text-transform: uppercase;
  132. }
  133. .best-table td{
  134. border-bottom: 1px solid #CCC;
  135. color: #4D4D4D;
  136. padding: 6px 8px;
  137. text-align: center;
  138. }
  139. .best-table tr{
  140. border-bottom: 2px solid #6678B1;
  141. }
  142. .product-cell{
  143. width: 50%;
  144. }
  145. .delete{
  146. border: none!important;
  147. cursor:pointer;
  148. color: #324875;
  149. }
  150. .total-table{
  151. width: 60%!important;
  152. margin: 0px 45%!important;
  153. margin-top: 20px;
  154. }
  155. .css-button{
  156. text-transform: uppercase;
  157. text-decoration: inherit;
  158. border-radius: 6px 6px 6px 6px;
  159. border: 1px solid #3866A3;
  160. padding: 6px 14px;
  161. cursor: pointer;
  162. color: #FFFFFF;
  163. display: inline-block;
  164. background-color: #324875;
  165. }
  166. .css-button:hover {
  167. background-color: #56688C;
  168. color:white;
  169. }
  170. .css-button:active {
  171. position:relative;
  172. top: 1px;
  173. color:white;
  174. }
  175. .factura-datos{
  176. color: #324875;
  177. font-weight: bold;
  178. font-size: 12pt;
  179. padding: 10px 8px;
  180. }
  181. .preview{
  182. border: 1px solid #D6DAE3;
  183. padding: 20px;
  184. margin: 20px 0px;
  185. }
  186. .best-table img{
  187. width: 15px;
  188. cursor: pointer;
  189. }
  190. .best-table .tleft td { text-align:left !important;}
  191. .left {float:left;}
  192. .right{float:right;}
  193. #camaras > img { max-width: 45%; }
  194. @media print {
  195. .noimprimir { display: none; }
  196. a:after{ content: "" !important; }
  197. html, body {
  198. width: 210mm;
  199. height: 297mm;
  200. font-size: 10px !important;
  201. }
  202. table { table-layout: fixed !important; width: 95%; }
  203. td:first-child, th:first-child { width: 200px !important }
  204. table td, table th {
  205. margin:0px;
  206. border-spacing:0px;
  207. border: 0px;
  208. width: 100px;
  209. overflow: hidden;
  210. display: inline-block;
  211. white-space: nowrap;
  212. }
  213. @page {
  214. size: A4 portrait;
  215. margin: 6mm 6mm 6mm 6mm;
  216. }
  217. }