style.css 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  1. @media (min-width: 768px) {
  2. .expired-account-modal .modal-lg {
  3. width: 900px !important;
  4. }
  5. }
  6. .import-statement {
  7. width: auto;
  8. float: left;
  9. }
  10. .eiru-statement-utility-open {
  11. width: auto;
  12. float: left;
  13. }
  14. .eiru-statement-utility {
  15. width: auto;
  16. float: left;
  17. }
  18. .eiru-statement-button {
  19. float: left;
  20. margin-right: 0px;
  21. }
  22. .from-title-h3 {
  23. font-size: 9pt !important;
  24. margin-top: 0px;
  25. margin-bottom: 10px;
  26. padding-left: 12px;
  27. color: #ccc;
  28. }
  29. .from-title-hr {
  30. margin-bottom: 15px !important;
  31. margin-top: 10px !important;
  32. /* border: 0px; */
  33. }
  34. .transfer-check {
  35. padding-left: 90px;
  36. }
  37. .statement-radio-label{
  38. font-size: 17px;
  39. }
  40. .statement-input-labe {
  41. width: 150px;
  42. height: 35px;
  43. font-size: 17px;
  44. padding-top: 5px;
  45. padding-left: 5px;
  46. }
  47. .statement-input-group {
  48. width: calc(100% - 150px);
  49. height: 35px;
  50. padding-left: 5px;
  51. padding-right: 5px;
  52. float: right;
  53. }
  54. .statement-input-number {
  55. width: calc(100% - 30px);
  56. height: 35px;
  57. float: left;
  58. font-size: 14pt;
  59. text-align: right;
  60. }
  61. .input-all{
  62. width: 100%;
  63. }
  64. .input-letters{
  65. width: 100%;
  66. text-align: left;
  67. }
  68. .statement-input-symbol {
  69. width: 30px;
  70. height: 35px;
  71. float: right;
  72. text-align: center;
  73. font-size: 17pt;
  74. border: 1px solid #ccc;
  75. background: #e3e3e3;
  76. }
  77. /*Modal ( Pie de Pagina / Button)*/
  78. .statement-utility-footer {
  79. padding-top: 10px;
  80. padding-bottom: 10px;
  81. }
  82. .statement-utility-button {
  83. font-size: 12pt !important;
  84. width: 130px;
  85. height: 35px;
  86. }
  87. /*table transferencia */
  88. .transfer-deleted-table{
  89. margin-top: 0px !important;
  90. }
  91. .expired-account-modal .table-row-select {
  92. background: #d4e2f3 !important;
  93. }
  94. .expired-account-modal .modal-head-wrapper-statement-transfer {
  95. width: 100%;
  96. }
  97. .expired-account-modal .modal-item-statement-transfer {
  98. width: 100%;
  99. height: 110px;
  100. overflow-y: auto;
  101. }
  102. .expired-account-modal .transfer-deleted-table table tbody tr {
  103. height: 35px;
  104. }
  105. .expired-account-modal .transfer-deleted-table table thead tr {
  106. height: 40px !important;
  107. }
  108. /*id*/
  109. .expired-account-modal .transfer-deleted-table table tbody tr td:nth-child(1){
  110. display: none;
  111. }
  112. .expired-account-modal .transfer-deleted-table table thead tr th:nth-child(1){
  113. display: none;
  114. }
  115. /* Date */
  116. .expired-account-modal .transfer-deleted-table table tbody tr td:nth-child(2){
  117. width: 110px ;
  118. font-size: 12pt;
  119. text-align: left;
  120. padding-left: 10px;
  121. padding-top: 8px;
  122. }
  123. .expired-account-modal .transfer-deleted-table table thead tr th:nth-child(2){
  124. width: 110px;
  125. padding-right: 10px;
  126. text-align: left;
  127. font-size: 14pt;
  128. font-weight: bold;
  129. }
  130. /* statement origin */
  131. .expired-account-modal .transfer-deleted-table table tbody tr td:nth-child(3){
  132. width: 284px ;
  133. padding-right: 10px;
  134. text-align: left;
  135. font-size: 12pt;
  136. padding-top: 8px;
  137. }
  138. .expired-account-modal .transfer-deleted-table table thead tr th:nth-child(3){
  139. width: 284px;
  140. padding-right: 10px;
  141. text-align: left;
  142. font-size: 14pt;
  143. font-weight: bold;
  144. }
  145. /* statement distine */
  146. .expired-account-modal .transfer-deleted-table table tbody tr td:nth-child(4){
  147. width: 284px ;
  148. padding-right: 10px;
  149. text-align: left;
  150. font-size: 12pt;
  151. padding-top: 8px;
  152. }
  153. .expired-account-modal .transfer-deleted-table table thead tr th:nth-child(4){
  154. width: 284px;
  155. padding-right: 10px;
  156. text-align: left;
  157. font-size: 14pt;
  158. font-weight: bold;
  159. }
  160. /* date-Maturity */
  161. .expired-account-modal .transfer-deleted-table table tbody tr td:nth-child(5){
  162. width: 160px ;
  163. padding-right: 10px;
  164. text-align: right;
  165. font-size: 12pt;
  166. padding-top: 8px;
  167. }
  168. .expired-account-modal .transfer-deleted-table table thead tr th:nth-child(5){
  169. width: 160px;
  170. padding-right: 10px;
  171. text-align: center;
  172. font-size: 14pt;
  173. font-weight: bold;
  174. }
  175. .is_output{
  176. display: none;
  177. }
  178. .cash-box-radio-group {
  179. height: 55px;
  180. text-align: center;
  181. padding-top: 8px;
  182. border-left: 2px solid #ffffff;
  183. border-right: 2px solid #ffffff;
  184. }
  185. .cash-box-radio-label{
  186. font-size: 12pt;
  187. }
  188. .boby-cash-input {
  189. display: none;
  190. }
  191. .boby-cash-output {
  192. display: none;
  193. }
  194. .is-selectd-cashbox {
  195. display: none;
  196. }
  197. /*table cashBos input output*/
  198. .casbox-deleted-table {
  199. margin-top: 0px !important;
  200. }
  201. .expired-account-modal .table-row-select {
  202. background: #d4e2f3 !important;
  203. }
  204. .expired-account-modal .modal-head-wrapper-statement-casbox {
  205. width: 100%;
  206. }
  207. .expired-account-modal .modal-item-statement-casbox {
  208. width: 100%;
  209. height: 110px;
  210. overflow-y: auto;
  211. }
  212. .expired-account-modal .casbox-deleted-table table tbody tr {
  213. height: 35px;
  214. }
  215. .expired-account-modal .casbox-deleted-table table thead tr {
  216. height: 40px !important;
  217. }
  218. /*id*/
  219. .expired-account-modal .casbox-deleted-table table tbody tr td:nth-child(1){
  220. display: none;
  221. }
  222. .expired-account-modal .casbox-deleted-table table thead tr th:nth-child(1){
  223. display: none;
  224. }
  225. /* Date */
  226. .expired-account-modal .casbox-deleted-table table tbody tr td:nth-child(2){
  227. width: 150px ;
  228. font-size: 12pt;
  229. text-align: left;
  230. padding-left: 10px;
  231. padding-top: 8px;
  232. }
  233. .expired-account-modal .casbox-deleted-table table thead tr th:nth-child(2){
  234. width: 150px;
  235. padding-right: 10px;
  236. text-align: left;
  237. font-size: 14pt;
  238. font-weight: bold;
  239. }
  240. /* statement */
  241. .expired-account-modal .casbox-deleted-table table tbody tr td:nth-child(3){
  242. width: 488px ;
  243. padding-right: 10px;
  244. text-align: left;
  245. font-size: 12pt;
  246. padding-top: 8px;
  247. }
  248. .expired-account-modal .casbox-deleted-table table thead tr th:nth-child(3){
  249. width: 488px;
  250. padding-right: 10px;
  251. text-align: left;
  252. font-size: 14pt;
  253. font-weight: bold;
  254. }
  255. /* Amout */
  256. .expired-account-modal .casbox-deleted-table table tbody tr td:nth-child(4){
  257. width: 200px ;
  258. padding-right: 10px;
  259. text-align: right;
  260. font-size: 12pt;
  261. padding-top: 8px;
  262. }
  263. .expired-account-modal .casbox-deleted-table table thead tr th:nth-child(4){
  264. width: 200px;
  265. padding-right: 10px;
  266. text-align: center;
  267. font-size: 14pt;
  268. font-weight: bold;
  269. }
  270. .messege-is-cash-input{
  271. font-size: 10pt;
  272. }
  273. .messege-is-cash-output{
  274. font-size: 10pt;
  275. }
  276. .warning-message {
  277. display: none;
  278. }
  279. .message-error {
  280. color: red;
  281. font-size: 17pt;
  282. text-align: center;
  283. font-weight: bold;
  284. }