style.css 4.1 KB

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