app.css 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. .btn-danger,
  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-primary,
  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 > .card-header{
  136. background-color: #d1e6f9!important;
  137. color:black!important;
  138. font-weight: bold;
  139. }
  140. .card-primary.card-outline {
  141. border-top: none !important;
  142. }
  143. .select2-selection__arrow {
  144. display: none !important;
  145. }
  146. .select2-selection:before,
  147. .select2-selection--multiple:before {
  148. content: "";
  149. color: black;
  150. position: absolute;
  151. right: 7px;
  152. top: 42%;
  153. border-top: 5px solid black;
  154. border-left: 4px solid transparent;
  155. border-right: 4px solid transparent;
  156. }
  157. .select2-container--bootstrap4 .select2-results__option--highlighted{
  158. background-color: #023047 !important;
  159. color: white !important;
  160. }
  161. .custom-switch.custom-switch-sm .custom-control-label {
  162. padding-left: 1rem;
  163. padding-bottom: 1rem;
  164. }
  165. .custom-switch.custom-switch-sm .custom-control-label::before {
  166. height: 1rem;
  167. width: calc(1rem + 0.75rem);
  168. border-radius: 2rem;
  169. }
  170. .custom-switch.custom-switch-sm .custom-control-label::after {
  171. width: calc(1rem - 4px);
  172. height: calc(1rem - 4px);
  173. border-radius: calc(1rem - (1rem / 2));
  174. }
  175. .custom-switch.custom-switch-sm .custom-control-input:checked~.custom-control-label::after {
  176. transform: translateX(calc(1rem - 0.25rem));
  177. }
  178. /* for md */
  179. .custom-switch.custom-switch-md .custom-control-label {
  180. padding-left: 2rem;
  181. padding-bottom: 1.5rem;
  182. }
  183. .custom-switch.custom-switch-md .custom-control-label::before {
  184. height: 1.5rem;
  185. width: calc(2rem + 0.75rem);
  186. border-radius: 3rem;
  187. }
  188. .custom-switch.custom-switch-md .custom-control-label::after {
  189. width: calc(1.5rem - 4px);
  190. height: calc(1.5rem - 4px);
  191. border-radius: calc(2rem - (1.5rem / 2));
  192. }
  193. .custom-switch.custom-switch-md .custom-control-input:checked~.custom-control-label::after {
  194. transform: translateX(calc(1.5rem - 0.25rem));
  195. }
  196. /* for lg */
  197. .custom-switch.custom-switch-lg .custom-control-label {
  198. padding-left: 3rem;
  199. padding-bottom: 2rem;
  200. }
  201. .custom-switch.custom-switch-lg .custom-control-label::before {
  202. height: 2rem;
  203. width: calc(3rem + 0.75rem);
  204. border-radius: 4rem;
  205. }
  206. .custom-switch.custom-switch-lg .custom-control-label::after {
  207. width: calc(2rem - 4px);
  208. height: calc(2rem - 4px);
  209. border-radius: calc(3rem - (2rem / 2));
  210. }
  211. .custom-switch.custom-switch-lg .custom-control-input:checked~.custom-control-label::after {
  212. transform: translateX(calc(2rem - 0.25rem));
  213. }
  214. /* for xl */
  215. .custom-switch.custom-switch-xl .custom-control-label {
  216. padding-left: 4rem;
  217. padding-bottom: 2.5rem;
  218. }
  219. .custom-switch.custom-switch-xl .custom-control-label::before {
  220. height: 2.5rem;
  221. width: calc(4rem + 0.75rem);
  222. border-radius: 5rem;
  223. }
  224. .custom-switch.custom-switch-xl .custom-control-label::after {
  225. width: calc(2.5rem - 4px);
  226. height: calc(2.5rem - 4px);
  227. border-radius: calc(4rem - (2.5rem / 2));
  228. }
  229. .custom-switch.custom-switch-xl .custom-control-input:checked~.custom-control-label::after {
  230. transform: translateX(calc(2.5rem - 0.25rem));
  231. }
  232. .custom-control-input:checked~.custom-control-label::before {
  233. color: #fff;
  234. border-color: #023047 !important;
  235. background-color: #023047 !important;
  236. box-shadow: none;
  237. }
  238. .modal-dialog {
  239. max-height: 90vh;
  240. }
  241. .modal-content {
  242. height: 90vh;
  243. overflow-y: auto;
  244. }
  245. .select2-container--open {
  246. z-index: 9999;
  247. }