style.css 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  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. min-width:1300px;
  56. height: 100%;
  57. margin: 0px auto;
  58. background-color: #F3F6F9;
  59. padding: 20px;
  60. }
  61. .columnas{ width:100%; }
  62. .columnLeft, .columnRight {
  63. width:47%;
  64. margin:1%;
  65. margin-left: 0px;
  66. float:left;
  67. }
  68. .labelblock label {
  69. display:inline-block;
  70. min-width: 90px;
  71. margin-bottom: 5px;
  72. font-size:15px;
  73. }
  74. .labelblock{
  75. margin-bottom: 10px;
  76. }
  77. #ex1, #ex2 {
  78. width: 80%;
  79. display:inline-block;
  80. }
  81. #ex1_value, #ex2_value{
  82. color: #324875;
  83. font-weight: bold;
  84. font-size: 12pt;
  85. }
  86. #cantidad { width:60px; }
  87. .form-control{
  88. height: 25px;
  89. width: 100%;
  90. background-color: transparent;
  91. border-style: solid;
  92. border-width: 0px 0px 1px 0px;
  93. border-color: #324875;
  94. outline:0;
  95. }
  96. h1{
  97. color: #324875;
  98. font-size: 20pt;
  99. margin-top: 0px;
  100. }
  101. .best-table{
  102. width: 100%;
  103. font-size:15px;
  104. border-spacing:0px;
  105. }
  106. .best-table th{
  107. color: #324875;
  108. font-weight: bold;
  109. font-size: 11pt;
  110. padding: 10px 8px;
  111. text-transform: uppercase;
  112. }
  113. .best-table td{
  114. border-bottom: 1px solid #CCC;
  115. color: #4D4D4D;
  116. padding: 6px 8px;
  117. text-align: center;
  118. }
  119. .best-table tr{
  120. border-bottom: 2px solid #6678B1;
  121. }
  122. .product-cell{
  123. width: 50%;
  124. }
  125. .delete{
  126. border: none!important;
  127. cursor:pointer;
  128. color: #324875;
  129. }
  130. .total-table{
  131. width: 60%!important;
  132. margin: 0px 45%!important;
  133. margin-top: 20px;
  134. }
  135. .css-button{
  136. text-transform: uppercase;
  137. text-decoration: inherit;
  138. border-radius: 6px 6px 6px 6px;
  139. border: 1px solid #3866A3;
  140. padding: 6px 14px;
  141. cursor: pointer;
  142. color: #FFFFFF;
  143. display: inline-block;
  144. background-color: #324875;
  145. }
  146. .css-button:hover {
  147. background-color: #56688C;
  148. }
  149. .css-button:active {
  150. position:relative;
  151. top: 1px;
  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. }
  196. ul.video-tabs{
  197. list-style-type: none;
  198. margin: 0;
  199. padding: 0;
  200. overflow: hidden;
  201. background-color: #324875;
  202. margin-bottom: 10px;
  203. }
  204. ul.video-tabs li {
  205. float: left;
  206. }
  207. ul.video-tabs li a {
  208. color: white;
  209. display: block;
  210. text-align: center;
  211. padding: 14px 16px;
  212. text-decoration: none;
  213. }
  214. ul.video-tabs li a:hover {
  215. background-color: #337ab7;
  216. }
  217. ul.video-tabs li a.active-tab {
  218. background-color: #337ab7;
  219. }
  220. button.btn-send {
  221. background-color: #324875;
  222. color: white
  223. }
  224. button.btn-send:hover{
  225. background-color: #337ab7;
  226. color: white
  227. }