style.css 3.4 KB

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