dealer.css 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943
  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:100%;
  672. /* height: calc(100% - 40px); */
  673. }
  674. .profile_bg .pro_head {
  675. background-color: #00AFD7;
  676. padding: 8px;
  677. color: #fff;
  678. }
  679. .profile_bg .pro_head .pro .pro_img {
  680. width: 100px;
  681. border-radius: 50%;
  682. box-shadow: 0 0 6px 6px #333;
  683. }
  684. .profile_bg .pro_head .edit {
  685. cursor: pointer;
  686. }
  687. .profile_bg .pro_head .edit img {
  688. width: 30px;
  689. }
  690. .profile_bg .pro_head h2 {
  691. font-size: 24px;
  692. }
  693. .profile_bg .pro_head h4 {
  694. font-size: 20px;
  695. }
  696. .profile_bg .form_bg {
  697. background-color: #fff;
  698. padding: 0px;
  699. margin: 0
  700. }
  701. .profile_bg .box_check {
  702. height: 70px;
  703. margin-bottom: 30px;
  704. }
  705. .profile_bg .view_eye,.profile_bg .hide_eye {
  706. top: 40%;
  707. }
  708. .profile_bg .view_eye img,.profile_bg .hide_eye img {
  709. width: 20px;
  710. }
  711. .profile_bg .view_eye {
  712. right: 50px;
  713. }
  714. .profile_bg .form_2 .form-group {
  715. /* max-width: 375px !important; */
  716. margin: 0 auto 30px;
  717. }
  718. .profile_bg .form_2 .form-group .form-control {
  719. width: 100%;
  720. }
  721. .profile_bg .pull-left {
  722. float: left;
  723. margin: 0 20px 30px !important;
  724. }
  725. .profile_bg .disable .form-control,.profile_bg .disable label {
  726. opacity: 0.5;
  727. cursor: not-allowed;
  728. }
  729. .profile_bg .disable .form-control-placeholder {
  730. font-size: 75%;
  731. -webkit-transform: translate3d(0, -100%, 0);
  732. transform: translate3d(0, -100%, 0);
  733. opacity: 1;
  734. top: 25px;
  735. opacity: 0.5;
  736. }
  737. .profile_bg .over .form-control-placeholder {
  738. font-size: 75%;
  739. -webkit-transform: translate3d(0, -100%, 0);
  740. transform: translate3d(0, -100%, 0);
  741. opacity: 1;
  742. top: 25px;
  743. opacity: 1;
  744. }
  745. .profile_cam {
  746. position: absolute;
  747. width: 40px !important;
  748. height: 40px;
  749. bottom: 0;
  750. right: 25px;
  751. cursor: pointer;
  752. }
  753. .browser_disble {
  754. display: none;
  755. }
  756. .input-group-btn img {
  757. width: 25px;
  758. }
  759. .form-group.disable {
  760. opacity: 0.4;
  761. }
  762. .color_error {
  763. top: 72px;
  764. }
  765. .selectbox{
  766. border: none;
  767. border-bottom: 2px solid #00AFD7;
  768. width: 278px;
  769. }
  770. /*Ram added css*/
  771. .editicon {
  772. padding-left: 10px;
  773. float: left;
  774. }
  775. .deleteicon {
  776. float: left;
  777. padding-left: 16px;
  778. }
  779. .table_box table thead tbody> td th tr{text-align:left;}
  780. .table-fixheader {
  781. position: relative;
  782. padding-top: 40px;
  783. }
  784. .table-fixheader>div {
  785. height:550px;
  786. overflow-y:auto;
  787. }
  788. .table-fixheader thead{
  789. position: absolute;
  790. width: 100%;
  791. top: 0;
  792. }
  793. .table-fixheader thead tr{
  794. position: absolute;
  795. width: 100%;
  796. }
  797. .table-fixheader thead tr th{
  798. display:inline-block;
  799. background-color: #C8C8C8;
  800. color: #000000;
  801. font-size: 14px;
  802. }
  803. /* Table css Start */
  804. a.del
  805. {
  806. background:#d9534f;
  807. border-radius: 2px;
  808. width: 35px;
  809. height:28px;
  810. padding-left:12px;
  811. line-height:10px;
  812. }
  813. a.edit
  814. {
  815. padding-left:10px;
  816. background:#00344d;
  817. color:#fff;
  818. border-radius:2px;
  819. border:none;
  820. }
  821. tr.row-name {
  822. color: #333;
  823. background-color: #C8C8C8;
  824. }
  825. tr.row-content
  826. {
  827. color: #333;
  828. }
  829. table
  830. {
  831. border-bottom: 2px solid #ccc;
  832. }
  833. td.check
  834. {
  835. text-align: center;
  836. }
  837. .table-striped>tbody>tr:nth-of-type(odd)
  838. {
  839. background:none !important;
  840. }
  841. /* Table css End */
  842. .pager{float: right; }
  843. .pager li>a, .pager li>span{border: 0px !important; color: #333;}
  844. .pager li>a:focus, .pager li>a:hover{
  845. text-decoration: none;
  846. background-color: #00344D;
  847. color:#fff;
  848. }
  849. .activeas {
  850. text-decoration: none;
  851. background-color: #00344D !important;
  852. color:#fff !important;
  853. }
  854. .form-scroll{
  855. overflow-y: auto;
  856. overflow-x: hidden;
  857. height: calc(100% - 66px);
  858. }
  859. .form-scroll::-webkit-scrollbar {
  860. width: 3px;
  861. }
  862. .form-scroll::-webkit-scrollbar {
  863. height: 3px;
  864. }
  865. .form-scroll::-webkit-scrollbar-track {
  866. -webkit-box-shadow: none;
  867. }
  868. .form-scroll::-webkit-scrollbar-thumb{
  869. background-color: #00AFD7;
  870. }
  871. .pro_head .text4{
  872. color: #fff;
  873. font-size: 14px !important;
  874. font-weight: 700;
  875. display: inline !important;
  876. line-height: 33px;
  877. }
  878. .btn:hover{color: #fff !important;}
  879. /* .table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  880. display: block;
  881. }
  882. .table-fixed tbody {
  883. height: 255px;
  884. overflow-y: auto;
  885. width: 100%;
  886. }
  887. .table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  888. display: block;
  889. }
  890. .table-fixed tbody td, .table-fixed thead > tr> th {
  891. float: left;
  892. border-bottom-width: 0;
  893. } */