outlets.css 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406
  1. :root {
  2. --orange: #ffab00;
  3. }
  4. body {
  5. background-color: #fff;
  6. }
  7. .side-navbar {
  8. width: 280px;
  9. height: 100%;
  10. position: fixed;
  11. margin-left: -300px;
  12. background-color: var(--orange);
  13. transition: 0.5s;
  14. }
  15. .fixed .content-wrapper {
  16. margin-top: 0px;
  17. }
  18. .nav-link:active,
  19. .nav-link:focus,
  20. .nav-link:hover {
  21. background-color: #ffffff26;
  22. }
  23. .my-container {
  24. transition: 0.4s;
  25. }
  26. .active-nav {
  27. margin-left: 0;
  28. }
  29. /* for main section */
  30. .active-cont {
  31. margin-left: 280px;
  32. }
  33. #menu-btn {
  34. background-color: #100901;
  35. color: #fff;
  36. }
  37. .bg-dark {
  38. background-color: #000 !important;
  39. color: #ffffff !important;
  40. }
  41. .nav-link {
  42. font-size: 16px;
  43. font-weight: 600;
  44. padding-top: 8px;
  45. padding-bottom: 8px;
  46. }
  47. .side-navbar .flex-column > li > a {
  48. border-radius: 50px !important;
  49. }
  50. .nav-link:hover,
  51. .nav-link:focus {
  52. background: #000 !important;
  53. color: #fff !important;
  54. border-radius: 50px !important;
  55. }
  56. .nav-link:hover .right {
  57. color: var(--orange);
  58. }
  59. .nav-link .right {
  60. font-size: 20px;
  61. font-weight: 600;
  62. padding-top: 0;
  63. }
  64. .sub-menu ul {
  65. padding-left: 6px;
  66. }
  67. .sub-menu ul li {
  68. list-style: none;
  69. margin: 10px 0;
  70. }
  71. .sub-menu ul li a {
  72. font-size: 16px;
  73. font-weight: 600;
  74. color: #000;
  75. }
  76. .sub-menu ul li a:hover {
  77. color: #fff;
  78. }
  79. .nav li {
  80. padding: 0 10px;
  81. }
  82. .bg-yellow {
  83. background: #ffd684;
  84. padding-top: 7px !important;
  85. padding-bottom: 7px !important;
  86. }
  87. .title {
  88. font-weight: 400;
  89. }
  90. .form-label {
  91. font-size: 15px;
  92. font-weight: 600;
  93. padding-left: 20px;
  94. }
  95. .table > thead > tr > td,
  96. .table > thead > tr > th {
  97. font-size: 15px;
  98. font-weight:100 !important;
  99. }
  100. .text-cover{
  101. /*max-width: 165px;
  102. overflow: scroll;
  103. text-overflow: clip;
  104. white-space: nowrap;*/
  105. width : 300px;
  106. overflow:hidden;
  107. display:inline-block;
  108. text-overflow: ellipsis;
  109. white-space: nowrap;
  110. }
  111. .form-control,
  112. .form-select {
  113. height: 46px !important;
  114. }
  115. .theme-primary .btn-primary:hover, .theme-primary .btn-primary:active, .theme-primary .btn-primary:focus, .theme-primary .btn-primary.active{
  116. background-color: var(--orange)!important;
  117. border-color:white !important;
  118. }
  119. .form-control:active,
  120. .form-select:active {
  121. height: 46px !important;
  122. border-color: var(--orange);
  123. }
  124. input:focus,select:focus{
  125. border-color: var(--orange) !important;
  126. }
  127. .btn-md {
  128. font-size: 1rem;
  129. /*padding: 12px 70px;*/
  130. background-color: var(--orange) !important;
  131. border-color: var(--orange) !important;
  132. }
  133. .frow .btn-md{
  134. background:transparent !important;
  135. color: var(--orange) !important;
  136. border-color: var(--orange) !important;
  137. }
  138. .frow .btn-md:hover {
  139. background-color: var(--orange) !important;
  140. border-color:var(--orange) !important;
  141. color:white !important;
  142. }
  143. .btn-md:hover {
  144. background-color: var(--orange) !important;
  145. border-color:var(--orange) !important;
  146. color:white !important;
  147. }
  148. .table-striped > tbody > tr {
  149. --bs-table-accent-bg: #e3d9be !important;
  150. color: var(--bs-table-striped-color)!important;
  151. }
  152. .table-striped > tbody > tr:not(:last-child){
  153. border-bottom: solid 1px #dcdee9;
  154. }
  155. .table-striped thead, tbody, tfoot, tr, td, th{
  156. border-color: inherit;
  157. border-style: unset;
  158. border-width: 0;
  159. background:#fafbff;
  160. }
  161. .table > tbody > tr > td,
  162. .table > tbody > tr > th {
  163. font-size: 15px;
  164. }
  165. .table > tbody > tr > td {
  166. border-bottom-width: 0;
  167. padding: 1.5rem;
  168. }
  169. .table .btn{
  170. border-color: var(--orange) !important;
  171. background-color: transparent !important;
  172. color:var(--orange) !important;
  173. }
  174. .ordhistory input,select{
  175. border-radius:0px !important;
  176. }
  177. .jumbotron {
  178. padding: 2rem 1rem;
  179. margin-bottom: 2rem;
  180. background-color: #f5f7fb;
  181. border-radius: .3rem;
  182. }
  183. .btn-toggle.btn-sm, .btn-toggle.btn-sm > .handle {
  184. border-radius: 16px;
  185. }
  186. .switch-me{
  187. }
  188. .gdot {
  189. height: 15px;
  190. width: 15px;
  191. background-color:#27af37;
  192. border-radius: 50%;
  193. display: inline-block;
  194. }
  195. .rdot {
  196. height: 15px;
  197. width: 15px;
  198. background-color:red;
  199. border-radius: 50%;
  200. display: inline-block;
  201. }
  202. .orange_text
  203. {
  204. color:var(--orange) !important;
  205. text-width:bold;
  206. }
  207. .add-outlet::before{
  208. background-image:url('../images/icons/plushape.png')
  209. }
  210. .has-search .form-control-feedback {
  211. position: absolute;
  212. z-index: 2;
  213. display: block;
  214. width: 23%;
  215. height: 2.375rem;
  216. line-height: 3.375rem;
  217. text-align: right;
  218. pointer-events: none;
  219. color: #aaa;
  220. }
  221. .theme-primary .btn-success:hover, .theme-primary .btn-success:active, .theme-primary .btn-success:focus, .theme-primary .btn-success.active{
  222. background-color: var(--orange) !important;
  223. border-color: var(--orange) !important;
  224. color: #ffffff !important;
  225. }
  226. .theme-primary button[aria-pressed='false']{
  227. background-color: gray !important;
  228. border-color: black !important;
  229. color: black !important;
  230. }
  231. table {
  232. font-family:Open Sans Condensed, sans-serif;
  233. }
  234. .add-outlet{
  235. width: 30%;
  236. padding: 12px;
  237. float:right;
  238. }
  239. .form-control, .form-select{
  240. border-color: #eff1f1;
  241. }
  242. .form-control{
  243. background-color: #eff1f1;
  244. }
  245. .form-control::placeholder {
  246. color:#898989;
  247. }
  248. @media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  249. .has-search .form-control-feedback {
  250. position: sticky;
  251. z-index: 2;
  252. display: block;
  253. width: 97%;
  254. height: 0.375rem;
  255. line-height: 4.15rem;
  256. text-align: right;
  257. pointer-events: none;
  258. color: #CECECE;
  259. float: left;
  260. font-size: 22px;
  261. }
  262. .add-outlet
  263. {
  264. width:50%;
  265. float:right;
  266. }
  267. .has-search
  268. {
  269. width:35%;
  270. }
  271. .fixed .content-wrapper
  272. {
  273. margin-top:90px;
  274. }
  275. .text-cover{
  276. width : 200px;
  277. overflow:hidden;
  278. display:inline-block;
  279. text-overflow: ellipsis;
  280. white-space: nowrap;
  281. }
  282. }
  283. @media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
  284. .has-search .form-control-feedback {
  285. position: sticky;
  286. z-index: 2;
  287. display: block;
  288. width: 97%;
  289. height: 0.375rem;
  290. line-height: 4.15rem;
  291. text-align: right;
  292. pointer-events: none;
  293. color:#CECECE;
  294. float: left;
  295. font-size: 22px;
  296. }
  297. .add-outlet
  298. {
  299. width:40%;
  300. float:right;
  301. }
  302. .has-search
  303. {
  304. width:35%;
  305. }
  306. .text-cover{
  307. width : 200px;
  308. overflow:hidden;
  309. display:inline-block;
  310. text-overflow: ellipsis;
  311. white-space: nowrap;
  312. }
  313. .fixed .content-wrapper
  314. {
  315. margin-top:90px;
  316. }
  317. }
  318. @media (min-width: 992px) {
  319. /* .none-d {
  320. display: none;
  321. } */
  322. .m-logo {
  323. display: none;
  324. }
  325. }
  326. @media (max-width: 991px) {
  327. .active-nav {
  328. margin-left: 0;
  329. }
  330. /* for main section */
  331. .active-cont {
  332. margin-left: 280px;
  333. }
  334. .nav li {
  335. padding: initial;
  336. }
  337. .top-navbar {
  338. background: #000;
  339. position: absolute;
  340. right: 0;
  341. left: 0;
  342. width: 100%;
  343. top: 0px;
  344. height: 66px;
  345. }
  346. #menu-btn {
  347. position: absolute;
  348. right: 10px;
  349. }
  350. .m-logo {
  351. padding-left: 10px;
  352. }
  353. .mpt-50 {
  354. padding-top: 70px;
  355. }
  356. }
  357. @media (max-width: 767px) {
  358. .btn-md {
  359. width: 100%;
  360. }
  361. .add-outlet{
  362. width: 50%;
  363. padding: 12px;
  364. float:left;
  365. }
  366. .has-search .form-control-feedback {
  367. position: absolute;
  368. z-index: 2;
  369. display: block;
  370. width: 176px;
  371. height: 2.375rem;
  372. line-height: 3.375rem;
  373. text-align: right;
  374. pointer-events: none;
  375. color: #cdcdcd;
  376. }
  377. .fixed .content-wrapper {
  378. margin-top:55px;
  379. }
  380. .text-cover{
  381. width :200px;
  382. overflow:hidden;
  383. display:inline-block;
  384. text-overflow: ellipsis;
  385. white-space: nowrap;
  386. }
  387. }