redeem.css 23 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033
  1. .user_page {
  2. width: 100%;
  3. height: calc(100% - 85px);
  4. background-image: url("../images/slider2.jpg");
  5. background-size: cover;
  6. background-repeat: no-repeat;
  7. position: relative;
  8. }
  9. form_2 .form-group .form-control {
  10. border-radius: 0;
  11. border-bottom: 2px solid #00AFD7;
  12. border-left: none;
  13. border-right: none;
  14. border-top: none;
  15. background-color: transparent;
  16. padding-left: 0;
  17. height: 50px;
  18. padding-top: 10px;
  19. width: 80%;
  20. }
  21. .sales_report {
  22. width: 100%;
  23. height: calc(100% - 0px);
  24. }
  25. .sales_report .sales_report_in:before {
  26. position: absolute;
  27. width: 100%;
  28. content: "";
  29. height: 100%;
  30. top: 0;
  31. left: 0;
  32. z-index: -1;
  33. opacity: 0.5;
  34. }
  35. .sales_report .sales_report_in {
  36. background-color: rgba(255, 255, 255, 0.3);
  37. background-size: cover;
  38. background-repeat: no-repeat;
  39. position: relative;
  40. width: 100%;
  41. height: 100%;
  42. float: left;
  43. padding: 40px;
  44. }
  45. .sales_report .sales_report_in .sales_card {
  46. width: 100%;
  47. height: 100%;
  48. background-color: #fff;
  49. box-shadow: 0 0 1px 1px #ccc;
  50. padding: 20px;
  51. }
  52. .sales_report .sales_report_in .sales_card .left_card {
  53. position: relative;
  54. width: 100%;
  55. height: 100%;
  56. }
  57. .sales_report .sales_report_in .sales_card h5 {
  58. font-size: 22px;
  59. color: #00AFD7;
  60. font-weight: bold;
  61. }
  62. .sales_report .sales_report_in .sales_card .table_area {
  63. float: left;
  64. width: 100%;
  65. height: calc(100% - 40px);
  66. overflow: hidden;
  67. }
  68. .sales_report .sales_report_in .sales_card .table_area .top_box .left_box {
  69. width: 50%;
  70. float: left;
  71. }
  72. .sales_report .sales_report_in .sales_card .table_area .top_box .right_box {
  73. width: 50%;
  74. float: right;
  75. }
  76. .right_box .sear {
  77. width: 50% ;
  78. float: left;
  79. }
  80. .right_box .addbtn{
  81. width: 50%;
  82. float: left;
  83. padding: 13px 77px;
  84. }
  85. .sales_report .sales_report_in .sales_card .table_area .bottom_box {
  86. height: calc(100% - 100px);
  87. }
  88. .sales_report .sales_report_in .sales_card .table_area .table-responsive {
  89. overflow: scroll;
  90. float: left;
  91. height: 100%;
  92. display: block;
  93. width: 100%;
  94. }
  95. .sales_report .sales_report_in .sales_card .table_area .table-responsive .table {
  96. margin-bottom: 0;
  97. }
  98. .sales_report .sales_report_in .sales_card .table_area .table-responsive .table thead {
  99. background-color: #00AFD7;
  100. }
  101. .sales_report .sales_report_in .sales_card .table_area .table-responsive .table thead tr th {
  102. color: #fff;
  103. }
  104. .sales_report .sales_report_in .sales_card .table_area .table-responsive .table thead tr th:before {
  105. background-color: #fff;
  106. }
  107. .sales_report .sales_report_in .sales_card .export {
  108. text-align: center;
  109. margin-top: 0;
  110. background-color: #00344D;
  111. color: #fff !important;
  112. margin-top: 3px;
  113. font-size: 14px;
  114. width: 120px;
  115. height: 40px;
  116. padding: 10px;
  117. border-radius: 0% !important;
  118. outline: none !important;
  119. background-image: url(../images/plus.png);
  120. background-repeat: no-repeat;
  121. background-position: 22px 14px;
  122. }
  123. .sales_report .sales_report_in .sales_card .export img {
  124. width: 50px;
  125. }
  126. .sales_report .sales_report_in .sales_card .export p {
  127. color: #fff;
  128. font-size: 14px;
  129. font-weight: 700;
  130. }
  131. .edit_icon{
  132. background-image: url(../../../images/edit.png);
  133. background-repeat: no-repeat;
  134. background-size: contain;
  135. background-position: 50% 50%;
  136. width: 25px;
  137. height: 30px;
  138. float: left;
  139. margin: 0 10px;
  140. }
  141. .delete_icon{
  142. background-image: url(../../../images/delete.png);
  143. background-repeat: no-repeat;
  144. background-size: contain;
  145. background-position: 50% 50%;
  146. width: 25px;
  147. height: 30px;
  148. float: left;
  149. }
  150. .action{
  151. width: 50%;
  152. margin: auto;
  153. }
  154. .sales_report .sales_report_in .sales_card form.row.form_2 {
  155. /* padding: 15px 10px; */
  156. }
  157. .sales_report .sales_report_in .sales_card .form_2 .form-group {
  158. padding-left: 0;
  159. padding-top: 0;
  160. position: relative;
  161. background-position: 24px 9px;
  162. background-image: url(../images/search.png);
  163. }
  164. .sales_report .sales_report_in .sales_card .form_2 .form-group .form-control {
  165. width: 100%;
  166. padding-left: 90px;
  167. position: relative;
  168. }
  169. .sales_report .sales_report_in .sales_card .form-group:before {
  170. width: 2px;
  171. height: 15px;
  172. position: absolute;
  173. content: "";
  174. background-color: #00AFD7;
  175. right: 13px;
  176. bottom: 0;
  177. }
  178. .sales_report .sales_report_in .sales_card .form-group:after {
  179. width: 2px;
  180. height: 15px;
  181. position: absolute;
  182. content: "";
  183. background-color: #00AFD7;
  184. left: 0;
  185. bottom: 0;
  186. }
  187. .sales_report .sales_report_in .sales_card .box_right {
  188. width: 220px;
  189. padding: 30px 10px;
  190. float: left;
  191. }
  192. .sales_report .sales_report_in .sales_card .box_right img {
  193. width: 20px;
  194. float: left;
  195. }
  196. .sales_report .sales_report_in .sales_card .box_right p {
  197. width: 160px;
  198. text-align: center;
  199. color: #00AFD7;
  200. float: left;
  201. margin-bottom: 5px;
  202. font-size: 20px;
  203. font-weight: bold;
  204. }
  205. .sales_report .sales_report_in .sales_card .input-group.mb-3 {
  206. float: left;
  207. width: 180px;
  208. padding: 20px 10px;
  209. }
  210. .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend h6 {
  211. width: 58px;
  212. float: left;
  213. padding-top: 15px;
  214. font-size: 12px;
  215. font-weight: bold;
  216. }
  217. .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend button.btn.btn-outline-secondary.dropdown-toggle {
  218. border-radius: 30px;
  219. color: #666;
  220. margin-top: 3px;
  221. font-size: 14px;
  222. width: 120px;
  223. height: 40px;
  224. }
  225. .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend button.btn.btn-outline-secondary.dropdown-toggle p {
  226. width: calc(100% - 20px);
  227. margin: 0;
  228. }
  229. .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .dropdown-toggle::after {
  230. position: absolute;
  231. top: 0;
  232. bottom: 0;
  233. margin: auto;
  234. right: 15px;
  235. }
  236. .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .btn-outline-secondary:not(:disabled):not(.disabled).active, .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .btn-outline-secondary:not(:disabled):not(.disabled):active, .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .show > .btn-outline-secondary.dropdown-toggle {
  237. background-color: #00AFD7;
  238. color: #fff;
  239. }
  240. .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .show > .btn-outline-secondary.dropdown-toggle:focus {
  241. box-shadow: none !important;
  242. }
  243. .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .btn-outline-secondary:not(:disabled):not(.disabled).active, .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .btn-outline-secondary:not(:disabled):not(.disabled):active, .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .show > .btn-outline-secondary.dropdown-toggle {
  244. background-color: #00AFD7;
  245. color: #fff;
  246. }
  247. .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .btn.focus, .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .btn:focus {
  248. box-shadow: none !important;
  249. background-color: #00AFD7 !important;
  250. color: #fff !important;
  251. }
  252. .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .btn-outline-secondary:hover {
  253. background-color: #00AFD7 !important;
  254. color: #fff !important;
  255. }
  256. .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .dropdown-menu {
  257. top: 5px !important;
  258. left: -18px !important;
  259. cursor: pointer;
  260. padding: 0 10px;
  261. }
  262. .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .dropdown-menu .dropdown-item {
  263. border-bottom: 1px solid #ccc;
  264. padding: 5px;
  265. padding-left: 30px;
  266. position: relative;
  267. }
  268. .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .dropdown-menu .dropdown-item img {
  269. width: 20px;
  270. margin-top: -5px;
  271. margin-right: 5px;
  272. position: absolute;
  273. left: 0;
  274. top: 0;
  275. bottom: 0;
  276. margin: auto;
  277. }
  278. .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .dropdown-menu .dropdown-item p {
  279. margin-bottom: 0;
  280. font-size: 14px;
  281. }
  282. .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .dropdown-menu .dropdown-item:last-child {
  283. border-bottom: none !important;
  284. }
  285. .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .dropdown-menu:before {
  286. width: 10px;
  287. height: 10px;
  288. position: absolute;
  289. content: "";
  290. background: #fff;
  291. transform: rotate(45deg);
  292. top: -3px;
  293. left: 0;
  294. right: 0;
  295. margin: auto;
  296. box-shadow: -2px -2px 0px -1px #ccc;
  297. z-index: -7;
  298. }
  299. .sales_report .path_bg {
  300. width: 150px;
  301. height: 60px;
  302. }
  303. .sales_report .path:after {
  304. width: 92%;
  305. height: 2px;
  306. background-color: transparent;
  307. content: "";
  308. left: 5%;
  309. z-index: -1;
  310. position: absolute;
  311. top: 8px;
  312. box-shadow: 0 -4px 5px 1px #d0cece;
  313. }
  314. .sales_report .pointer:before {
  315. width: 8px;
  316. height: 8px;
  317. content: "";
  318. position: absolute;
  319. right: -5px;
  320. border-top-left-radius: 50%;
  321. border-top-right-radius: 50%;
  322. }
  323. .sales_report .path {
  324. width: 150px;
  325. margin: auto;
  326. height: 50px;
  327. z-index: 99;
  328. left: 0;
  329. right: 0;
  330. bottom: 0;
  331. top: 0;
  332. position: absolute;
  333. }
  334. .sales_report .path .type_name {
  335. width: 100%;
  336. float: left;
  337. }
  338. .sales_report .path .type_name p {
  339. float: left;
  340. width: 24%;
  341. text-align: center;
  342. font-size: 8px;
  343. font-weight: bold;
  344. font-style: italic;
  345. margin: 5px 0;
  346. }
  347. .sales_report .pointer.grey {
  348. background-color: #dad7d7;
  349. }
  350. .sales_report .pointer.grey:before {
  351. background-color: #999;
  352. border-left: 3px solid #dad7d7;
  353. }
  354. .sales_report .pointer.grey:after {
  355. border-top: 6px solid #dad7d7;
  356. }
  357. .sales_report .pointer.orange {
  358. background-color: orange;
  359. }
  360. .sales_report .pointer.orange:before {
  361. background-color: #cc8504;
  362. border-left: 3px solid orange;
  363. }
  364. .sales_report .pointer.orange:after {
  365. border-top: 6px solid orange;
  366. }
  367. .sales_report .pointer.green {
  368. background-color: green;
  369. }
  370. .sales_report .pointer.green:before {
  371. background-color: #036303;
  372. border-left: 3px solid green;
  373. }
  374. .sales_report .pointer.green:after {
  375. border-top: 6px solid green;
  376. }
  377. .sales_report .pointer.red {
  378. background-color: red;
  379. }
  380. .sales_report .pointer.red:before {
  381. background-color: #a90606;
  382. border-left: 3px solid red;
  383. }
  384. .sales_report .pointer.red:after {
  385. border-top: 6px solid red;
  386. }
  387. .sales_report .pointer {
  388. width: 24px;
  389. height: 44px;
  390. position: relative;
  391. border-top-left-radius: 4px;
  392. float: left;
  393. margin: 0 6px;
  394. }
  395. .sales_report .pointer .poly {
  396. width: 30px;
  397. height: 30px;
  398. background: transparent;
  399. float: left;
  400. position: absolute;
  401. bottom: -2px;
  402. z-index: 99;
  403. left: -3px;
  404. }
  405. .sales_report .pointer .poly svg {
  406. float: left;
  407. margin: 0;
  408. width: 100%;
  409. height: 100%;
  410. }
  411. .sales_report .pointer .poly .types {
  412. position: absolute;
  413. top: 0;
  414. bottom: 0;
  415. margin: auto;
  416. width: 30px;
  417. height: 30px;
  418. left: 0;
  419. right: 0;
  420. text-align: center;
  421. font-size: 20px;
  422. }
  423. .sales_report .pointer:after {
  424. content: "";
  425. position: absolute;
  426. left: 0;
  427. bottom: 0;
  428. width: 0;
  429. height: 0;
  430. border-left: 12px solid white;
  431. border-top: 10px solid red;
  432. border-right: 12px solid white;
  433. }
  434. @media screen and (max-width: 767px) {
  435. table caption {
  436. border-bottom: 1px solid #ddd;
  437. }
  438. .sales_report .sales_report_in {
  439. padding: 10px;
  440. }
  441. .sales_report .sales_report_in .sales_card {
  442. padding: 10px;
  443. }
  444. .sales_report .sales_report_in .sales_card .table_area {
  445. padding: 0;
  446. height: 100%;
  447. }
  448. .sales_report .sales_report_in .sales_card .table_area .top_box {
  449. float: left;
  450. width: 100%;
  451. height: 50px;
  452. margin: 0;
  453. }
  454. .sales_report .sales_report_in .sales_card .table_area .top_box .left_box {
  455. padding: 0;
  456. height: 40px;
  457. width: 50%;
  458. }
  459. .sales_report .sales_report_in .sales_card .table_area .top_box .left_box .box_right {
  460. float: inherit;
  461. margin: auto !important;
  462. height: 40px;
  463. }
  464. .sales_report .sales_report_in .sales_card .table_area .top_box .left_box .box_right p {
  465. font-size: 18px;
  466. line-height: 1.2;
  467. }
  468. .sales_report .sales_report_in .sales_card .table_area .top_box .left_box .input-group.mb-3 {
  469. float: left !important;
  470. width: 100% !important;
  471. max-width: 50% !important;
  472. padding: 0;
  473. }
  474. .sales_report .sales_report_in .sales_card .table_area .top_box .left_box .input-group.mb-3 .input-group-prepend h6 {
  475. width: 40px;
  476. }
  477. .sales_report .sales_report_in .sales_card .table_area .top_box .right_box {
  478. padding: 0;
  479. text-align: center;
  480. height: 76px;
  481. }
  482. .sales_report .sales_report_in .sales_card .table_area .top_box .right_box.expo {
  483. width: 100%;
  484. float: right;
  485. max-width: 140px;
  486. position: absolute;
  487. right: 11px;
  488. top: 18px;
  489. height: 40px;
  490. padding: 6px;
  491. }
  492. .sales_report .sales_report_in .sales_card .table_area .top_box .right_box.expo img {
  493. width: 23px;
  494. float: left;
  495. }
  496. .sales_report .sales_report_in .sales_card .table_area .top_box .right_box.expo p {
  497. font-size: 10px;
  498. float: left;
  499. margin: 5px;
  500. width: 80px;
  501. }
  502. .sales_report .sales_report_in .sales_card .right_box {
  503. max-width: 40%;
  504. }
  505. .sales_report .sales_report_in .sales_card .table_area .top_box .right_box.sear {
  506. width: 100% !important;
  507. float: left !important;
  508. max-width: 100% !important;
  509. height: 50px;
  510. }
  511. .sales_report .sales_report_in .sales_card .table_area .top_box .right_box.addbtn{
  512. float: left !important;
  513. }
  514. .sales_report .sales_report_in .sales_card .right_box.sear form.row.form_2 {
  515. padding: 0;
  516. max-width: 95%;
  517. margin: 0 auto;
  518. }
  519. .sales_report .sales_report_in .sales_card .right_box.sear form.row.form_2 .form-group {
  520. background-position: 7px 12px;
  521. background-size: 20px;
  522. padding: 0;
  523. margin: 0;
  524. }
  525. .sales_report .sales_report_in .sales_card .right_box.sear form.row.form_2 .form-group .form-control {
  526. padding-left: 30px;
  527. padding-right: 0;
  528. font-size: 12px;
  529. height: 40px;
  530. }
  531. .sales_report .sales_report_in .sales_card .right_box.sear form.row.form_2 .form-group:before {
  532. right: 0px;
  533. }
  534. .sales_report .sales_report_in .sales_card .table_box {
  535. padding: 0;
  536. }
  537. .sales_report .sales_report_in .sales_card .table-responsive .table-bordered td, .sales_report .sales_report_in .sales_card .table-responsive .table-bordered th {
  538. font-size: 11px;
  539. padding: 10px;
  540. }
  541. .sales_report .sales_report_in .sales_card .bottom_box {
  542. float: left;
  543. width: 100%;
  544. height: calc(100% - 90px);
  545. margin: 0;
  546. }
  547. .sales_report .sales_report_in .sales_card .bottom_box .table_box {
  548. float: left;
  549. height: 100%;
  550. width: 100%;
  551. }
  552. .sales_report .sales_report_in .sales_card .bottom_box .table_box .table-responsive {
  553. height: 100%;
  554. float: left;
  555. width: 100%;
  556. }
  557. .sales_report .sales_report_in .sales_card .bottom_box .table_box .table-responsive .table {
  558. margin-bottom: 0;
  559. float: left;
  560. width: 1000px;
  561. }
  562. .sales_report .sales_report_in .sales_card .export {
  563. max-width: 100px;
  564. padding: 0;
  565. }
  566. .sales_report .sales_report_in .sales_card .export img {
  567. width: 30px;
  568. }
  569. .sales_report .sales_report_in .sales_card .export p {
  570. font-size: 10px;
  571. margin-bottom: 0;
  572. }
  573. .sales_report .sales_report_in .sales_card .box_right {
  574. width: 110px;
  575. padding: 15px 5px;
  576. float: left;
  577. margin: 0 !important;
  578. }
  579. .sales_report .sales_report_in .sales_card .box_right img {
  580. width: 10px;
  581. }
  582. .sales_report .sales_report_in .sales_card .box_right p {
  583. width: 80px;
  584. margin-bottom: 5px;
  585. font-size: 12px;
  586. font-weight: bold;
  587. margin-top: -2px;
  588. }
  589. .sales_report .sales_report_in .sales_card .input-group.mb-3 {
  590. width: 170px !important;
  591. float: right !important;
  592. padding: 5px;
  593. margin: 0 !important;
  594. }
  595. .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend h6 {
  596. padding-top: 9px;
  597. font-size: 10px;
  598. }
  599. .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend button.btn.btn-outline-secondary.dropdown-toggle {
  600. font-size: 12px;
  601. width: 105px;
  602. height: 25px;
  603. padding: 2px;
  604. }
  605. }
  606. @media screen and (max-width: 768px) {
  607. .left_box {
  608. max-width: 100%;
  609. width: 100%;
  610. flex: auto;
  611. }
  612. .left_box .box_right p {
  613. width: 120px !important;
  614. }
  615. .right_box {
  616. max-width: 50%;
  617. width: 100%;
  618. flex: auto;
  619. }
  620. .sales_report .sales_report_in .sales_card .input-group.mb-3 {
  621. width: 20px;
  622. margin: auto 0;
  623. float: left;
  624. padding: 4px 10px;
  625. }
  626. .sales_report .sales_report_in .sales_card .export {
  627. padding: 0;
  628. }
  629. .sales_report .sales_report_in .sales_card .box_right {
  630. margin: auto 0;
  631. padding: 10px 0;
  632. width: 160px;
  633. }
  634. .sales_report .sales_report_in .sales_card .table_area .top_box .right_box {
  635. width: 100%;
  636. float: right;
  637. max-width: 150px;
  638. }
  639. .sales_report .sales_report_in .sales_card .table_area .top_box .right_box img {
  640. width: 35px;
  641. }
  642. .sales_report .sales_report_in .sales_card .table_area .top_box .right_box p {
  643. font-size: 10px;
  644. }
  645. .sales_report .sales_report_in .sales_card form.row.form_2 {
  646. padding: 0px 10px;
  647. }
  648. .sales_report .sales_report_in .sales_card form.row.form_2 .form-group {
  649. background-position: 4px 16px;
  650. background-size: 25px;
  651. }
  652. .sales_report .sales_report_in .sales_card form.row.form_2 .form-group .form-control {
  653. padding-left: 40px;
  654. }
  655. .sales_report .sales_report_in .sales_card .table_area .table-responsive {
  656. height: auto;
  657. }
  658. .sales_report .sales_report_in .sales_card .table_area .table-responsive .table {
  659. width: 1200px;
  660. }
  661. }
  662. /* ADD FORM CSS*/
  663. .profile_bg {
  664. width: 950px;
  665. margin: auto;
  666. position: absolute;
  667. top: 40px;
  668. left: 0;
  669. right: 0;
  670. background-color: #fff;
  671. height: calc(100% - 40px);
  672. }
  673. .profile_bg .pro_head {
  674. background-color: #00AFD7;
  675. padding: 8px;
  676. color: #fff;
  677. }
  678. .profile_bg .pro_head .pro .pro_img {
  679. width: 100px;
  680. border-radius: 50%;
  681. box-shadow: 0 0 6px 6px #333;
  682. }
  683. .profile_bg .pro_head .edit {
  684. cursor: pointer;
  685. }
  686. .profile_bg .pro_head .edit img {
  687. width: 30px;
  688. }
  689. .profile_bg .pro_head h2 {
  690. font-size: 24px;
  691. }
  692. .profile_bg .pro_head h4 {
  693. font-size: 20px;
  694. }
  695. .profile_bg .form_bg {
  696. background-color: #fff;
  697. padding: 30px;
  698. }
  699. .profile_bg .box_check {
  700. height: 70px;
  701. margin-bottom: 30px;
  702. }
  703. .profile_bg .view_eye,.profile_bg .hide_eye {
  704. top: 40%;
  705. }
  706. .profile_bg .view_eye img,.profile_bg .hide_eye img {
  707. width: 20px;
  708. }
  709. .profile_bg .view_eye {
  710. right: 50px;
  711. }
  712. .profile_bg .form_2 .form-group {
  713. max-width: 375px !important;
  714. margin: 0 auto 30px;
  715. }
  716. .profile_bg .form_2 .form-group .form-control {
  717. width: 100%;
  718. }
  719. .profile_bg .pull-left {
  720. float: left;
  721. margin: 0 20px 30px !important;
  722. }
  723. .profile_bg .disable .form-control,.profile_bg .disable label {
  724. opacity: 0.5;
  725. cursor: not-allowed;
  726. }
  727. .profile_bg .disable .form-control-placeholder {
  728. font-size: 75%;
  729. -webkit-transform: translate3d(0, -100%, 0);
  730. transform: translate3d(0, -100%, 0);
  731. opacity: 1;
  732. top: 25px;
  733. opacity: 0.5;
  734. }
  735. .profile_bg .over .form-control-placeholder {
  736. font-size: 75%;
  737. -webkit-transform: translate3d(0, -100%, 0);
  738. transform: translate3d(0, -100%, 0);
  739. opacity: 1;
  740. top: 25px;
  741. opacity: 1;
  742. }
  743. .profile_cam {
  744. position: absolute;
  745. width: 40px !important;
  746. height: 40px;
  747. bottom: 0;
  748. right: 25px;
  749. cursor: pointer;
  750. }
  751. .browser_disble {
  752. display: none;
  753. }
  754. .input-group-btn img {
  755. width: 25px;
  756. }
  757. .form-group.disable {
  758. opacity: 0.4;
  759. }
  760. .color_error {
  761. top: 72px;
  762. }
  763. .selectbox{
  764. border: none;
  765. border-bottom: 2px solid #00AFD7;
  766. width: 278px;
  767. }
  768. /*Ram added css*/
  769. .editicon {
  770. padding-left: 10px;
  771. float: left;
  772. }
  773. .deleteicon {
  774. float: left;
  775. padding-left: 16px;
  776. }
  777. .table_box table thead tbody> td th tr{text-align:left;}
  778. .table-fixheader {
  779. position: relative;
  780. padding-top: 40px;
  781. }
  782. .table-fixheader>div {
  783. height:550px;
  784. overflow-y:auto;
  785. }
  786. .table-fixheader thead{
  787. position: absolute;
  788. width: 100%;
  789. top: 0;
  790. }
  791. .table-fixheader thead tr{
  792. position: absolute;
  793. width: 100%;
  794. }
  795. .table-fixheader thead tr th{
  796. display:inline-block;
  797. background-color: #C8C8C8;
  798. color: #000000;
  799. font-size: 14px;
  800. }
  801. /* Table css Start */
  802. a.del
  803. {
  804. background:#d9534f;
  805. border-radius: 2px;
  806. width: 35px;
  807. height:28px;
  808. padding-left:12px;
  809. line-height:10px;
  810. }
  811. a.edit
  812. {
  813. padding-left:10px;
  814. background:#00344d;
  815. color:#fff;
  816. border-radius:2px;
  817. border:none;
  818. }
  819. tr.row-name {
  820. color: #333;
  821. background-color: #C8C8C8;
  822. }
  823. tr.row-content
  824. {
  825. color: #333;
  826. }
  827. table
  828. {
  829. border-bottom: 2px solid #ccc;
  830. }
  831. td.check
  832. {
  833. text-align: center;
  834. }
  835. .table-striped>tbody>tr:nth-of-type(odd)
  836. {
  837. background:none !important;
  838. }
  839. /* Table css End */
  840. .pager{float: right; }
  841. .pager li>a, .pager li>span{border: 0px !important; color: #333;}
  842. .pager li>a:focus, .pager li>a:hover{
  843. text-decoration: none;
  844. background-color: #00344D;
  845. color:#fff;
  846. }
  847. .pager li>a:active {
  848. text-decoration: none;
  849. background-color: #00344D !important;
  850. color:#fff !important;
  851. }
  852. .form-scroll{
  853. height: 576px;
  854. overflow-y:auto;
  855. }
  856. .form-scroll::-webkit-scrollbar {
  857. width: 3px;
  858. }
  859. .form-scroll::-webkit-scrollbar {
  860. height: 3px;
  861. }
  862. .form-scroll::-webkit-scrollbar-track {
  863. -webkit-box-shadow: none;
  864. }
  865. .form-scroll::-webkit-scrollbar-thumb{
  866. background-color: #00AFD7;
  867. }
  868. .pro_head .text4{
  869. color: #fff;
  870. font-size: 14px !important;
  871. font-weight: 700;
  872. }
  873. .btn:hover{color: #fff !important;}
  874. .profile_bg form .form-control.datepicker{
  875. background-image: url(../images/date.png);
  876. background-repeat: no-repeat;
  877. background-position: top right;
  878. }
  879. .nav-tabs>li>a {
  880. margin-right: 0px;
  881. line-height: 1.42857143;
  882. border: none;
  883. border-radius: 4px 4px 0 0;
  884. color: #000000;
  885. }
  886. .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .submenuactive {
  887. color: #00344D !important;
  888. cursor: default;
  889. background-color: #fff;
  890. border: none;
  891. border-bottom:2px solid #00344D;
  892. }
  893. .nav-tabs{
  894. border: none;
  895. }
  896. .profile_bg .form_2 .topic_title{
  897. max-width: 80% !important;
  898. }
  899. .upload-btn-wrapper {
  900. position: relative;
  901. overflow: hidden;
  902. display: inline-block;
  903. }
  904. .uploadbtn {
  905. border: 2px solid #00AFD7;
  906. color: #fff;
  907. background-color: white;
  908. padding: 8px 20px;
  909. background: #00AFD7;
  910. font-size: 20px;
  911. font-weight: bold;
  912. }
  913. .uploadfile{
  914. border: 2px solid #00AFD7;
  915. color: #fff;
  916. background-color: white;
  917. background: #00AFD7;
  918. font-size: 20px;
  919. font-weight: bold;
  920. }
  921. .upload-btn-wrapper input[type=file] {
  922. font-size: 100px;
  923. position: absolute;
  924. left: 0;
  925. top: 0;
  926. opacity: 0;
  927. }
  928. .topic_img img{
  929. width: 50px;
  930. }
  931. .table{
  932. border-bottom: 2px solid #ccc;
  933. }
  934. .table-fixed thead {
  935. width: 100%;
  936. }
  937. .table-fixed tbody {
  938. height:370px;
  939. overflow-y: auto;
  940. width: 100%;
  941. }
  942. .table-fixed tbody::-webkit-scrollbar {
  943. width: 3px;
  944. }
  945. .table-fixed tbody::-webkit-scrollbar {
  946. height: 3px;
  947. }
  948. .table-fixed tbody::-webkit-scrollbar-track {
  949. -webkit-box-shadow: none;
  950. }
  951. .table-fixed tbody::-webkit-scrollbar-thumb{
  952. background-color: #00AFD7;
  953. }
  954. .table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  955. /* display: block; */
  956. }
  957. .table-fixed tbody td, .table-fixed thead > tr> th {
  958. /* float: left; */
  959. border-bottom-width: 0;
  960. }
  961. .preview{
  962. width: 50px;
  963. margin: 10px;
  964. }
  965. #desc{
  966. width: 630px;
  967. height: 100px;
  968. }
  969. .form_2 .description .form-control-placeholder{
  970. top: 75px;
  971. }
  972. .scroll_bar{
  973. overflow-y: scroll;
  974. overflow-x: hidden;
  975. height: 230px;
  976. }
  977. .btn_approve{
  978. margin: 0px !important;
  979. height: 39px !important;
  980. }