style.css 3.6 KB

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