order-history.css 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. :root {
  2. --orange: #ffab00;
  3. }
  4. body {
  5. background-color: #fff;
  6. }
  7. .my-container {
  8. transition: 0.4s;
  9. }
  10. .active-nav {
  11. margin-left: 0;
  12. }
  13. /* for main section */
  14. .active-cont {
  15. margin-left: 280px;
  16. }
  17. #menu-btn {
  18. background-color: #100901;
  19. color: #fff;
  20. }
  21. .bg-dark {
  22. background-color: #000 !important;
  23. color: #ffffff !important;
  24. }
  25. .bg-yellow {
  26. background: #ffd684;
  27. padding-top: 7px !important;
  28. padding-bottom: 7px !important;
  29. }
  30. .title {
  31. font-weight: 600;
  32. }
  33. .form-label {
  34. font-size: 15px;
  35. font-weight: 600;
  36. padding-left: 20px;
  37. }
  38. .table > thead > tr > td,
  39. .table > thead > tr > th {
  40. font-size: 15px;
  41. font-weight:400;
  42. }
  43. .form-control,
  44. .form-select {
  45. height: 46px !important;
  46. border-color: #e4e6eb !important;
  47. }
  48. .theme-primary .btn-primary:hover, .theme-primary .btn-primary:active, .theme-primary .btn-primary:focus, .theme-primary .btn-primary.active{
  49. background-color: var(--orange)!important;
  50. border-color:white !important;
  51. }
  52. .form-control:active,
  53. .form-select:active {
  54. height: 46px !important;
  55. border-color: var(--orange);
  56. }
  57. .jumbo_ptag
  58. {
  59. color:#728a9b;
  60. }
  61. input:focus,select:focus{
  62. border-color: var(--orange) !important;
  63. }
  64. .btn-md:focus{
  65. border-color: var(--orange) !important;
  66. background:var(--orange) !important;
  67. }
  68. .btn-md {
  69. font-size: 1rem;
  70. /*padding: 12px 70px;*/
  71. border-color:black !important;
  72. border-radius:3px !important;
  73. color:black !important;
  74. }
  75. .frow .btn-md{
  76. background:transparent !important;
  77. color: var(--orange) !important;
  78. border-color: var(--orange) !important;
  79. }
  80. .frow .btn-md:hover {
  81. background-color: var(--orange) !important;
  82. border-color:var(--orange) !important;
  83. color:white !important;
  84. }
  85. .btn-md:hover {
  86. background-color: var(--orange) !important;
  87. border-color:var(--orange) !important;
  88. color:white !important;
  89. }
  90. .table-striped > tbody > tr:nth-of-type(odd) {
  91. --bs-table-accent-bg: #fff8ec;
  92. color: var(--bs-table-striped-color);
  93. }
  94. .table > tbody > tr > td,
  95. .table > tbody > tr > th {
  96. font-size: 15px;
  97. }
  98. .table > tbody > tr > td {
  99. border-bottom-width: 0;
  100. padding: 1.5rem;
  101. }
  102. .table .btn{
  103. border-color: var(--orange) !important;
  104. background-color: transparent !important;
  105. color:var(--orange) !important;
  106. }
  107. .table .btn:hover{
  108. background-color: var(--orange) !important;
  109. border-color:var(--orange) !important;
  110. color:white !important;
  111. }
  112. .ordhistory input,select{
  113. border-radius:5px !important;
  114. }
  115. .jumbotron {
  116. padding: 2rem 1rem;
  117. margin-bottom: 2rem;
  118. background-color: #f5f7fb;
  119. border-radius: .3rem;
  120. }
  121. .btn-toggle.btn-sm, .btn-toggle.btn-sm > .handle {
  122. border-radius: 16px;
  123. }
  124. .switch-me{
  125. }
  126. .gdot {
  127. height: 15px;
  128. width: 15px;
  129. background-color:#27af37;
  130. border-radius: 50%;
  131. display: inline-block;
  132. }
  133. .rdot {
  134. height: 15px;
  135. width: 15px;
  136. background-color:red;
  137. border-radius: 50%;
  138. display: inline-block;
  139. }
  140. .orange_text
  141. {
  142. color:var(--orange) !important;
  143. text-width:bold;
  144. }
  145. .add-outlet::before{
  146. background-image:url('../images/icons/plushape.png')
  147. }
  148. /*start datatable css*/
  149. #example thead{
  150. background: #ffe7c0;
  151. }
  152. .pagination li{
  153. background: transparent !important;
  154. }
  155. .pagination li.previous{
  156. padding-right: 45px !important;
  157. }
  158. .pagination li.next{
  159. padding-left: 45px !important;
  160. }
  161. #example_previous a , #example_next a{
  162. background: transparent !important;
  163. }
  164. .pagination li a.page-link
  165. {
  166. color: black !important;
  167. background: #fff !important;
  168. }
  169. .pagination li.active a.page-link
  170. {
  171. color: white !important;
  172. background: #ffa505 !important;
  173. }
  174. div.dataTables_wrapper div.dataTables_paginate ul.pagination{
  175. width:calc(100% - -55px);
  176. padding:10px;
  177. }
  178. /*end datatable css*/
  179. @media (min-width: 992px) {
  180. /* .none-d {
  181. display: none;
  182. } */
  183. .m-logo {
  184. display: none;
  185. }
  186. }
  187. @media (max-width: 991px) {
  188. .active-nav {
  189. margin-left: 0;
  190. }
  191. /* for main section */
  192. .active-cont {
  193. margin-left: 280px;
  194. }
  195. .nav li {
  196. padding: initial;
  197. }
  198. .top-navbar {
  199. background: #000;
  200. position: absolute;
  201. right: 0;
  202. left: 0;
  203. width: 100%;
  204. top: 0px;
  205. height: 66px;
  206. }
  207. #menu-btn {
  208. position: absolute;
  209. right: 10px;
  210. }
  211. .m-logo {
  212. padding-left: 10px;
  213. }
  214. .mpt-50 {
  215. padding-top: 70px;
  216. }
  217. }
  218. @media (max-width: 767px) {
  219. .btn-md {
  220. width: 100%;
  221. }
  222. .add-outlet{
  223. width: 50%;
  224. padding: 12px
  225. }
  226. .card{
  227. border:1px solid rgba(0, 0, 0, 0) !important;
  228. box-shadow: 1px 2px 4px 0 rgb(255 255 255 / 10%) !important;
  229. }
  230. }