style.css 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. .paymnet-payslip-label {
  2. width: 150px;
  3. height: 30px;
  4. padding-top: 5px;
  5. padding-bottom: 5px;
  6. font-size: 17px;
  7. }
  8. .paymnet-payslip-label-large{
  9. width: 100% !important;
  10. }
  11. .paymnet-payslip-group {
  12. width: calc(100% - 150px);
  13. height: 30px;
  14. padding-top: 5px;
  15. padding-bottom: 5px;
  16. float: right;
  17. }
  18. .paymnet-payslip-input {
  19. width: 100%;
  20. height: 30px;
  21. font-size: 12pt;
  22. }
  23. .input-disabled {
  24. background: #e3e3e3 !important;
  25. }
  26. .input-number {
  27. text-align: right;
  28. padding-right: 20px;
  29. }
  30. .input-amount {
  31. width: calc(100% - 30px);
  32. }
  33. .payments-payslip-symbol {
  34. width: 30px;
  35. height: 30px;
  36. float: right;
  37. text-align: center;
  38. font-size: 16pt;
  39. border: 1px solid #ccc;
  40. background: #e3e3e3;
  41. }
  42. .paymnet-payslip-separator-hr {
  43. border: 0px;
  44. margin-top: 5px;
  45. margin-bottom: 5px;
  46. }
  47. .paymnet-payslip-statement-open {
  48. display: none;
  49. }
  50. .paymnet-payslip-bottom {
  51. width: 120px;
  52. height: 40px;
  53. font-size: 12pt !important;
  54. }
  55. .eiru-payslip-payments {
  56. width: auto;
  57. float: left;
  58. }
  59. .payslip-payment-unity {
  60. width: auto;
  61. float: left;
  62. }
  63. .label-descrip {
  64. float: left;
  65. width: 130px;
  66. height: 30px;
  67. padding-bottom: 8px;
  68. font-size: 13px;
  69. }
  70. .label-descrip.payslip-name {
  71. width: 100%;
  72. height: 30px;
  73. }
  74. .label-descrip.labe-input {
  75. padding-top: 5px;
  76. }
  77. .details-employee {
  78. float: left;
  79. width: calc(100% - 130px);
  80. height: 30px;
  81. padding-bottom: 8px;
  82. font-size: 13px;
  83. }
  84. .details-employee.amount-net {
  85. padding-bottom: 1px;
  86. border: 1px solid #e9e9e9;
  87. padding-right: 10px;
  88. width: 150px;
  89. text-align: right;
  90. }
  91. .journal-ref {
  92. width: 200px;
  93. height: 30px;
  94. }
  95. .dismmis-modal {
  96. width: 100px;
  97. height: 30px;
  98. color: #0288d1 !important;
  99. font-weight: bold;
  100. }
  101. .payments-payslip {
  102. width: 100px;
  103. height: 30px;
  104. }
  105. .payments-payslip-ips {
  106. margin-top: 0px !important;
  107. }
  108. .expired-account-modal .selected-interest {
  109. background: #d4e2f3 !important;
  110. }
  111. .expired-account-modal .modal-head-wrapper-payslip-ips {
  112. width: 100%;
  113. }
  114. .expired-account-modal .modal-item-payments-payslip-ips {
  115. width: 100%;
  116. height: 246px;
  117. overflow-y: auto;
  118. }
  119. .expired-account-modal .payments-payslip-ips table tbody tr {
  120. height: 35px;
  121. }
  122. .expired-account-modal .payments-payslip-ips table thead tr {
  123. height: 40px !important;
  124. }
  125. .header-paymsnt-ips {
  126. font-size: 14pt !important;
  127. }
  128. .expired-account-modal .selected-ips {
  129. background: #d4e2f3 !important;
  130. }
  131. /*
  132. _____ _ _ _____ _ ____
  133. |_ _| | | | ____| / \ | _ \
  134. | | | |_| | _| / _ \ | | | |
  135. | | | _ | |___ / ___ \| |_| |
  136. |_| |_| |_|_____/_/ \_\____/
  137. */
  138. /* id */
  139. .expired-account-modal table thead tr th:nth-child(1){
  140. display: none;
  141. }
  142. /* checkbox */
  143. .expired-account-modal .payments-payslip-ips table thead tr th:nth-child(2){
  144. width: 38px;
  145. }
  146. /* slip */
  147. .expired-account-modal .payments-payslip-ips table thead tr th:nth-child(3){
  148. width: 600px;
  149. padding-left: 10px;
  150. font-size: 12pt;
  151. font-weight: bold;
  152. }
  153. /* Amount */
  154. .expired-account-modal .payments-payslip-ips table thead tr th:nth-child(4){
  155. width: 200px;
  156. text-align: center;
  157. font-size: 12pt;
  158. font-weight: bold;
  159. }
  160. /*
  161. _____ _ ____ _ _____
  162. |_ _|/ \ | __ )| | | ____|
  163. | | / _ \ | _ \| | | _|
  164. | |/ ___ \| |_) | |___| |___
  165. |_/_/ \_\____/|_____|_____|
  166. */
  167. /* id */
  168. .expired-account-modal .payments-payslip-ips table tbody tr td:nth-child(1){
  169. display: none;
  170. }
  171. /* checkbox */
  172. .expired-account-modal .payments-payslip-ips table tbody tr td:nth-child(2){
  173. width: 38px ;
  174. }
  175. /* Slip */
  176. .expired-account-modal .payments-payslip-ips table tbody tr td:nth-child(3){
  177. width: 600px ;
  178. font-size: 11pt;
  179. padding-left: 10px;
  180. padding-top: 8px;
  181. }
  182. /* Amount */
  183. .expired-account-modal .payments-payslip-ips table tbody tr td:nth-child(4){
  184. width: 185px ;
  185. text-align: center;
  186. font-size: 11pt;
  187. padding-top: 8px;
  188. }
  189. .payments-payslip-ips-button {
  190. font-size: 12pt !important;
  191. width: 130px;
  192. height: 35px;
  193. }
  194. .ref-payments-ips-select{
  195. color: #ad1a1a;
  196. font-size: 10pt;
  197. font-weight: bolder;
  198. padding-left: 18px;
  199. }
  200. .statement-open-ips {
  201. display: none;
  202. }
  203. .widget-content.widget-loading-payments-ips {
  204. position: absolute;
  205. width: 100%;
  206. height: 100%;
  207. color : #000;
  208. display: none;
  209. z-index: 1100;
  210. background: #8080806b;
  211. align-items: center;
  212. justify-content: center;
  213. }