No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

custom.css 4.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  1. div.dataTables_wrapper div.dataTables_processing {
  2. opacity: 0.8;
  3. }
  4. .table tr {
  5. background: #fff;
  6. }
  7. div.dataTables_length label {
  8. font-size: .875rem;
  9. }
  10. .dataTables_info {
  11. font-size: 0.875rem;
  12. }
  13. #show-clock {
  14. /* css jam */
  15. float: left;
  16. color: black;
  17. }
  18. .modal-lg-custom{
  19. min-width: 925px;
  20. }
  21. .btn-rekap{
  22. padding-top: 2rem;
  23. }
  24. .btn-aksi{
  25. margin: 0.3rem 0;
  26. }
  27. .box-dashboard{
  28. padding: 1rem;
  29. border-radius: 0.5rem;
  30. }
  31. .box-dashboard h4{
  32. margin: 0;
  33. color: #ffffff;
  34. }
  35. .box-dashboard:hover{
  36. box-shadow: 0 6px 12px 0 rgba(0,0,0,0.2), 0 6px 15px 0 rgba(0,0,0,0.19);
  37. }
  38. .text-red{
  39. color: #f5365c ;
  40. }
  41. .text-orange{
  42. color: #fb6340 ;
  43. }
  44. .text-green{
  45. color: #2dce89 ;
  46. }
  47. .text-blue{
  48. color: #1181ef;
  49. }
  50. @media (min-width: 768px) {
  51. .navbar-vertical.navbar-expand-md .navbar-brand-img {
  52. max-height: 4.5rem;
  53. }
  54. .pt-md-12{
  55. padding-top: 12.5rem !important;
  56. }
  57. .mt-md--6-custom{
  58. margin-top: -6rem;
  59. }
  60. }
  61. @media (max-width: 768px) {
  62. #show-clock{
  63. margin: auto;
  64. padding-top: 4rem;
  65. }
  66. .navbar-brand{
  67. display: none;
  68. }
  69. .text-center-sm{
  70. text-align: center !important;
  71. }
  72. .fixed-nav-sidoni{
  73. position: fixed;
  74. z-index: 9;
  75. width: 100%;
  76. }
  77. .mt-sm--10{
  78. margin-top: -10rem !important;
  79. }
  80. }
  81. /*Style for scrollbar navbar */
  82. .navbar-vertical::-webkit-scrollbar {
  83. width: 14px;
  84. }
  85. .navbar-vertical::-webkit-scrollbar-thumb {
  86. background-clip: content-box;
  87. border: 4px solid transparent;
  88. border-radius: 7px;
  89. box-shadow: inset 0 0 0 10px;
  90. }
  91. .navbar-vertical::-webkit-scrollbar-button {
  92. width: 0;
  93. height: 0;
  94. display: none;
  95. }
  96. .navbar-vertical::-webkit-scrollbar-corner {
  97. background-color: transparent;
  98. }
  99. .navbar-vertical {
  100. /* overflow: auto; */
  101. color: #62616100;
  102. transition: color 0.3s;
  103. }
  104. .navbar-vertical:hover {
  105. color: rgb(207, 200, 200);
  106. }
  107. /*END Style for scrollbar navbar END*/
  108. /*Style for scrollbar table */
  109. .table::-webkit-scrollbar {
  110. height: 14px;
  111. }
  112. .table::-webkit-scrollbar-thumb {
  113. background-clip: content-box;
  114. border: 4px solid transparent;
  115. border-radius: 7px;
  116. }
  117. .table::-webkit-scrollbar-button {
  118. width: 0;
  119. height: 0;
  120. display: none;
  121. }
  122. table.dataTable.nowrap th, table.dataTable.nowrap td{
  123. white-space: pre-wrap;
  124. }
  125. .table::-webkit-scrollbar-corner {
  126. background-color: transparent;
  127. }
  128. #data-table_wrapper:hover .table::-webkit-scrollbar-thumb {
  129. box-shadow: inset 0 0 0 10px #c5c5c5;
  130. }
  131. /*END Style for scrollbar table END*/
  132. .card-menu {
  133. padding: 20px 50px;
  134. display: inline-block;
  135. overflow: auto;
  136. white-space: nowrap;
  137. }
  138. .btn-tabs {
  139. border: 1px #9e9e9e solid;
  140. width: 48%;
  141. border-radius: 5px;
  142. color: #000;
  143. }
  144. .btn-tabs:hover,
  145. .btn-tabs.active {
  146. background: #172b4d;
  147. color: #fff;
  148. }
  149. .nav-tabs {
  150. flex-wrap: nowrap;
  151. border: none;
  152. }
  153. .disabled-tab {
  154. pointer-events: none;
  155. opacity: 1;
  156. }
  157. .bg-back{
  158. background: #989898;
  159. border-color: #989898;
  160. }
  161. .border-radio{
  162. border: 1px solid #cad1d7 !important;
  163. }
  164. .custom-control-alternative .custom-control-label::before {
  165. background: #b4bac870;
  166. }
  167. table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  168. font-size: 0.75rem;
  169. }
  170. table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
  171. font-size: 0.75rem;
  172. }
  173. .form-control:disabled, .form-control[readonly] {
  174. opacity: 1;
  175. background-color: #fbfbfb;
  176. cursor: not-allowed;
  177. }
  178. /* Dasboard Style */
  179. .mt--11{
  180. margin-top: -11rem;
  181. }
  182. .card h4{
  183. font-size: 1rem;
  184. }
  185. .card h1{
  186. color: #000;
  187. font-size: 2.5rem;
  188. margin-bottom: 0;
  189. }
  190. .header h1{
  191. color: #ffffff;
  192. text-shadow: 3px 3px 0 #5a5a5a, -1px -1px 0 #5a5a5a, 1px -1px 0 #5a5a5a, -1px 1px 0 #5a5a5a, 1px 1px 0 #5a5a5a;
  193. font-size: 2.8rem;
  194. }
  195. .header h2{
  196. font-size: 1.5rem;
  197. font-weight: 700;
  198. }
  199. /* Style for condition */
  200. .hide{
  201. display: none;
  202. }
  203. .active{
  204. font-weight: 600;
  205. }
  206. .bootstrap-datetimepicker-widget {
  207. width: auto !important;
  208. }
  209. .bootstrap-datetimepicker-widget .table th, .bootstrap-datetimepicker-widget .table td {
  210. border-top: none !important;
  211. }
  212. @media screen and (max-width: 930px){
  213. div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
  214. text-align: left;
  215. }
  216. .dataTables_wrapper .col-md-6{
  217. max-width: 100%;
  218. flex: 0 0 100%;
  219. }
  220. }
  221. .bg-sidoni-lab{
  222. background: linear-gradient(87deg, #0a9e5e 0, #0b9857 100%) !important;
  223. }