app.css 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282
  1. .btn-primary,
  2. .bg-primary,
  3. .text-primary,
  4. .border-primary
  5. .card-primary{
  6. background-color: #1F7A8C !important;
  7. color: #fff !important;
  8. border-color: #1F7A8C !important;
  9. }
  10. .btn-danger,
  11. .bg-danger,
  12. .text-danger,
  13. .border-danger {
  14. background-color: #023047!important;
  15. color: #fff !important;
  16. border-color: #023047!important;
  17. }
  18. .custom-control-input:checked~.custom-control-label::before {
  19. color: #fff;
  20. border-color: #1F7A8C;
  21. background-color: #1F7A8C;
  22. box-shadow: none;
  23. }
  24. .page-item.active .page-link {
  25. color: #fff!important;
  26. background-color: #023047 !important;
  27. border-color: #023047 !important;
  28. }
  29. .page-link {
  30. color: #023047 !important;
  31. background-color: #fff !important;
  32. border-color: #fff !important;
  33. }
  34. .btn-success,
  35. .bg-success,
  36. .text-success,
  37. .border-success {
  38. background-color: white!important;
  39. color: #023047 !important;
  40. border-color: #023047!important;
  41. }
  42. .tabs-container {
  43. font-family: Arial, sans-serif!important;
  44. }
  45. .nav-item {
  46. flex: 1!important;
  47. text-align: center!important;
  48. }
  49. .nav-item {
  50. flex: 1!important;
  51. text-align: center!important;
  52. }
  53. .nav-sidebar .nav-item {
  54. flex: 1!important;
  55. text-align: left!important;
  56. }
  57. .nav-link {
  58. display: block!important;
  59. font-size: 14px!important;
  60. text-decoration: none!important;
  61. color: black!important;
  62. border: 1px solid transparent!important;
  63. background-color: #e2e3e7!important;
  64. font-weight: normal!important;
  65. transition: all 0.3s ease!important;
  66. }
  67. .nav-link:hover {
  68. color: #023047!important;
  69. font-weight: bold!important;
  70. }
  71. .nav-link.active {
  72. background-color: #023047!important;
  73. color: white!important;
  74. font-weight: bold!important;
  75. border: none!important;
  76. }
  77. .nav-item .nav-link.active {
  78. background-color: #023047!important;
  79. color: white!important;
  80. }
  81. .nav-item .nav-link.active:hover {
  82. background-color: #023047!important;
  83. color: white!important;
  84. }
  85. .nav-item .nav-link.active {
  86. background-color: #023047!important;
  87. color: white!important;
  88. }
  89. .nav-item .nav-link.active:hover {
  90. background-color: #023047!important;
  91. color: white!important;
  92. }
  93. .divider {
  94. width: 100%;
  95. border-top: 1px solid rgba(0, 0, 0, .1)
  96. }
  97. .modal-fullscreen-xl {
  98. max-width: 100% !important;
  99. }
  100. div.modal-body>div.card>.card-header {
  101. background-color: gray !important;
  102. color: white !important;
  103. }
  104. .select2 {
  105. width: 100% !important;
  106. border-radius: .25rem !important;
  107. }
  108. .select2-selection:before,
  109. .select2-selection--multiple:before {
  110. content: "";
  111. position: absolute;
  112. right: 7px;
  113. top: 42%;
  114. border-top: 5px solid #888;
  115. border-left: 4px solid transparent;
  116. border-right: 4px solid transparent;
  117. }
  118. .select2-search,
  119. .select2-selection,
  120. .select2-search input,
  121. .select2-results {
  122. background: #fff !important;
  123. color: #000000 !important;
  124. }
  125. .select2-selection__rendered,
  126. .select2-selection__choice {
  127. color: black !important;
  128. }
  129. select,
  130. select option,
  131. .select2 {
  132. background: #fff !important;
  133. color: #000000 !important;
  134. }
  135. .card-primary:not(.card-outline)>.card-header {
  136. background-color: #023047 !important;
  137. color: #fff !important;
  138. }
  139. .card-primary.card-outline {
  140. border-top: none !important;
  141. }
  142. .select2-selection__arrow {
  143. display: none !important;
  144. }
  145. .select2-selection:before,
  146. .select2-selection--multiple:before {
  147. content: "";
  148. color: black;
  149. position: absolute;
  150. right: 7px;
  151. top: 42%;
  152. border-top: 5px solid black;
  153. border-left: 4px solid transparent;
  154. border-right: 4px solid transparent;
  155. }
  156. .select2-container--bootstrap4 .select2-results__option--highlighted{
  157. background-color: #023047 !important;
  158. color: white !important;
  159. }
  160. .custom-switch.custom-switch-sm .custom-control-label {
  161. padding-left: 1rem;
  162. padding-bottom: 1rem;
  163. }
  164. .custom-switch.custom-switch-sm .custom-control-label::before {
  165. height: 1rem;
  166. width: calc(1rem + 0.75rem);
  167. border-radius: 2rem;
  168. }
  169. .custom-switch.custom-switch-sm .custom-control-label::after {
  170. width: calc(1rem - 4px);
  171. height: calc(1rem - 4px);
  172. border-radius: calc(1rem - (1rem / 2));
  173. }
  174. .custom-switch.custom-switch-sm .custom-control-input:checked~.custom-control-label::after {
  175. transform: translateX(calc(1rem - 0.25rem));
  176. }
  177. /* for md */
  178. .custom-switch.custom-switch-md .custom-control-label {
  179. padding-left: 2rem;
  180. padding-bottom: 1.5rem;
  181. }
  182. .custom-switch.custom-switch-md .custom-control-label::before {
  183. height: 1.5rem;
  184. width: calc(2rem + 0.75rem);
  185. border-radius: 3rem;
  186. }
  187. .custom-switch.custom-switch-md .custom-control-label::after {
  188. width: calc(1.5rem - 4px);
  189. height: calc(1.5rem - 4px);
  190. border-radius: calc(2rem - (1.5rem / 2));
  191. }
  192. .custom-switch.custom-switch-md .custom-control-input:checked~.custom-control-label::after {
  193. transform: translateX(calc(1.5rem - 0.25rem));
  194. }
  195. /* for lg */
  196. .custom-switch.custom-switch-lg .custom-control-label {
  197. padding-left: 3rem;
  198. padding-bottom: 2rem;
  199. }
  200. .custom-switch.custom-switch-lg .custom-control-label::before {
  201. height: 2rem;
  202. width: calc(3rem + 0.75rem);
  203. border-radius: 4rem;
  204. }
  205. .custom-switch.custom-switch-lg .custom-control-label::after {
  206. width: calc(2rem - 4px);
  207. height: calc(2rem - 4px);
  208. border-radius: calc(3rem - (2rem / 2));
  209. }
  210. .custom-switch.custom-switch-lg .custom-control-input:checked~.custom-control-label::after {
  211. transform: translateX(calc(2rem - 0.25rem));
  212. }
  213. /* for xl */
  214. .custom-switch.custom-switch-xl .custom-control-label {
  215. padding-left: 4rem;
  216. padding-bottom: 2.5rem;
  217. }
  218. .custom-switch.custom-switch-xl .custom-control-label::before {
  219. height: 2.5rem;
  220. width: calc(4rem + 0.75rem);
  221. border-radius: 5rem;
  222. }
  223. .custom-switch.custom-switch-xl .custom-control-label::after {
  224. width: calc(2.5rem - 4px);
  225. height: calc(2.5rem - 4px);
  226. border-radius: calc(4rem - (2.5rem / 2));
  227. }
  228. .custom-switch.custom-switch-xl .custom-control-input:checked~.custom-control-label::after {
  229. transform: translateX(calc(2.5rem - 0.25rem));
  230. }
  231. .custom-control-input:checked~.custom-control-label::before {
  232. color: #fff;
  233. border-color: #023047 !important;
  234. background-color: #023047 !important;
  235. box-shadow: none;
  236. }