style.css 3.7 KB

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