user-registration.css 29 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313
  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. .table_box{
  10. overflow-y: scroll !important;
  11. overflow-x:hidden !important;
  12. }
  13. .sear {
  14. float: left!important;
  15. width: 80%;
  16. }
  17. .form_2{
  18. width: 300px;
  19. float: right;
  20. }
  21. .sear select{
  22. width: 300px;
  23. float: right;
  24. height: 35px;
  25. }
  26. .sear .form_2 .form-group{
  27. padding-right: 0px !important;
  28. }
  29. form_2 .form-group .form-control {
  30. border-radius: 0;
  31. border-bottom: 2px solid #00AFD7;
  32. border-left: none;
  33. border-right: none;
  34. border-top: none;
  35. background-color: transparent;
  36. padding-left: 0;
  37. height: 50px;
  38. padding-top: 10px;
  39. width: 80%;
  40. }
  41. .sales_report {
  42. width: 100%;
  43. height: calc(100% - 0px);
  44. }
  45. .sales_report .sales_report_in:before {
  46. position: absolute;
  47. width: 100%;
  48. content: "";
  49. height: 100%;
  50. top: 0;
  51. left: 0;
  52. z-index: -1;
  53. opacity: 0.5;
  54. }
  55. .sales_report .sales_report_in {
  56. background-color: rgba(255, 255, 255, 0.3);
  57. background-size: cover;
  58. background-repeat: no-repeat;
  59. position: relative;
  60. width: 100%;
  61. height: 100%;
  62. float: left;
  63. padding: 40px;
  64. }
  65. .sales_report .sales_report_in .sales_card {
  66. width: 100%;
  67. height: 100% !important;
  68. background-color: #fff;
  69. box-shadow: 0 0 1px 1px #ccc;
  70. padding: 20px;
  71. }
  72. .sales_report .sales_report_in .sales_card .left_card {
  73. position: relative;
  74. width: 100%;
  75. height: 100%;
  76. }
  77. .sales_report .sales_report_in .sales_card h5 {
  78. font-size: 22px;
  79. color: #00AFD7;
  80. font-weight: bold;
  81. }
  82. .sales_report .sales_report_in .sales_card .table_area {
  83. float: left;
  84. width: 100%;
  85. height: 100%;
  86. overflow-y: scroll;
  87. padding:20px !important;
  88. }
  89. .sales_report .sales_report_in .sales_card .table_area .top_box .left_box {
  90. width: 50%;
  91. float: left;
  92. }
  93. .sales_report .sales_report_in .sales_card .table_area .top_box .right_box {
  94. width: 50%;
  95. float: right;
  96. }
  97. .right_box .sear {
  98. width: 50% ;
  99. float: left;
  100. }
  101. .right_box .addbtn{
  102. width: 50%;
  103. float: left;
  104. padding: 13px 77px;
  105. }
  106. .sales_report .sales_report_in .sales_card .table_area .bottom_box {
  107. height: calc(100% - 100px);
  108. }
  109. .sales_report .sales_report_in .sales_card .table_area .table-responsive {
  110. overflow: scroll;
  111. float: left;
  112. height: 100%;
  113. display: block;
  114. width: 100%;
  115. }
  116. .sales_report .sales_report_in .sales_card .table_area .table-responsive .table {
  117. margin-bottom: 0;
  118. }
  119. .sales_report .sales_report_in .sales_card .table_area .table-responsive .table thead {
  120. background-color: #00AFD7;
  121. }
  122. .sales_report .sales_report_in .sales_card .table_area .table-responsive .table thead tr th {
  123. color: #fff;
  124. }
  125. .sales_report .sales_report_in .sales_card .table_area .table-responsive .table thead tr th:before {
  126. background-color: #fff;
  127. }
  128. .sales_report .sales_report_in .sales_card .export {
  129. text-align: center;
  130. margin-top: 0;
  131. background-color: #00344D;
  132. color: #fff !important;
  133. /* margin-top: 3px; */
  134. font-size: 14px;
  135. width: 60px;
  136. height: 36px;
  137. padding: 10px;
  138. border-radius: 0% !important;
  139. outline: none !important;
  140. /* background-image: url(../images/plus.png); */
  141. background-repeat: no-repeat;
  142. background-position: 22px 14px;
  143. }
  144. .sales_report .sales_report_in .sales_card .export img {
  145. width: 50px;
  146. }
  147. .sales_report .sales_report_in .sales_card .export p {
  148. color: #fff;
  149. font-size: 12px;
  150. font-weight: bold;
  151. margin:0px !important;
  152. }
  153. .edit_icon{
  154. background-image: url(../../../images/edit.png);
  155. background-repeat: no-repeat;
  156. background-size: contain;
  157. background-position: 50% 50%;
  158. width: 25px;
  159. height: 30px;
  160. float: left;
  161. margin: 0 10px;
  162. }
  163. .delete_icon{
  164. background-image: url(../../../images/delete.png);
  165. background-repeat: no-repeat;
  166. background-size: contain;
  167. background-position: 50% 50%;
  168. width: 25px;
  169. height: 30px;
  170. float: left;
  171. }
  172. .action{
  173. width: 50%;
  174. margin: auto;
  175. }
  176. .sales_report .sales_report_in .sales_card form.row.form_2 {
  177. /* padding: 15px 10px; */
  178. }
  179. .sales_report .sales_report_in .sales_card .form_2 .form-group {
  180. padding-left: 0;
  181. padding-top: 0;
  182. position: relative;
  183. background-position: 24px 9px;
  184. background-image: url(../images/search.png);
  185. }
  186. .sales_report .sales_report_in .sales_card .form_2 .form-group .form-control {
  187. width: 100%;
  188. padding-left: 90px;
  189. position: relative;
  190. }
  191. .sales_report .sales_report_in .sales_card .form-group:before {
  192. width: 2px;
  193. height: 15px;
  194. position: absolute;
  195. content: "";
  196. background-color: #00AFD7;
  197. right: 13px;
  198. bottom: 0;
  199. }
  200. .sales_report .sales_report_in .sales_card .form-group:after {
  201. width: 2px;
  202. height: 15px;
  203. position: absolute;
  204. content: "";
  205. background-color: #00AFD7;
  206. left: 0;
  207. bottom: 0;
  208. }
  209. .sales_report .sales_report_in .sales_card .box_right {
  210. width: 220px;
  211. padding: 30px 10px;
  212. float: left;
  213. }
  214. .sales_report .sales_report_in .sales_card .box_right img {
  215. width: 20px;
  216. float: left;
  217. }
  218. .sales_report .sales_report_in .sales_card .box_right p {
  219. width: 160px;
  220. text-align: center;
  221. color: #00AFD7;
  222. float: left;
  223. margin-bottom: 5px;
  224. font-size: 20px;
  225. font-weight: bold;
  226. }
  227. .sales_report .sales_report_in .sales_card .input-group.mb-3 {
  228. float: left;
  229. width: 180px;
  230. padding: 20px 10px;
  231. }
  232. .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend h6 {
  233. width: 58px;
  234. float: left;
  235. padding-top: 15px;
  236. font-size: 12px;
  237. font-weight: bold;
  238. }
  239. .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend button.btn.btn-outline-secondary.dropdown-toggle {
  240. border-radius: 30px;
  241. color: #666;
  242. margin-top: 3px;
  243. font-size: 14px;
  244. width: 120px;
  245. height: 40px;
  246. }
  247. .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend button.btn.btn-outline-secondary.dropdown-toggle p {
  248. width: calc(100% - 20px);
  249. margin: 0;
  250. }
  251. .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .dropdown-toggle::after {
  252. position: absolute;
  253. top: 0;
  254. bottom: 0;
  255. margin: auto;
  256. right: 15px;
  257. }
  258. .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 {
  259. background-color: #00AFD7;
  260. color: #fff;
  261. }
  262. .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 {
  263. box-shadow: none !important;
  264. }
  265. .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 {
  266. background-color: #00AFD7;
  267. color: #fff;
  268. }
  269. .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 {
  270. box-shadow: none !important;
  271. background-color: #00AFD7 !important;
  272. color: #fff !important;
  273. }
  274. .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .btn-outline-secondary:hover {
  275. background-color: #00AFD7 !important;
  276. color: #fff !important;
  277. }
  278. .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .dropdown-menu {
  279. top: 5px !important;
  280. left: -18px !important;
  281. cursor: pointer;
  282. padding: 0 10px;
  283. }
  284. .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .dropdown-menu .dropdown-item {
  285. border-bottom: 1px solid #ccc;
  286. padding: 5px;
  287. padding-left: 30px;
  288. position: relative;
  289. }
  290. .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .dropdown-menu .dropdown-item img {
  291. width: 20px;
  292. margin-top: -5px;
  293. margin-right: 5px;
  294. position: absolute;
  295. left: 0;
  296. top: 0;
  297. bottom: 0;
  298. margin: auto;
  299. }
  300. .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .dropdown-menu .dropdown-item p {
  301. margin-bottom: 0;
  302. font-size: 14px;
  303. }
  304. .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .dropdown-menu .dropdown-item:last-child {
  305. border-bottom: none !important;
  306. }
  307. .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend .dropdown-menu:before {
  308. width: 10px;
  309. height: 10px;
  310. position: absolute;
  311. content: "";
  312. background: #fff;
  313. transform: rotate(45deg);
  314. top: -3px;
  315. left: 0;
  316. right: 0;
  317. margin: auto;
  318. box-shadow: -2px -2px 0px -1px #ccc;
  319. z-index: -7;
  320. }
  321. .sales_report .path_bg {
  322. width: 150px;
  323. height: 60px;
  324. }
  325. .sales_report .path:after {
  326. width: 92%;
  327. height: 2px;
  328. background-color: transparent;
  329. content: "";
  330. left: 5%;
  331. z-index: -1;
  332. position: absolute;
  333. top: 8px;
  334. box-shadow: 0 -4px 5px 1px #d0cece;
  335. }
  336. .sales_report .pointer:before {
  337. width: 8px;
  338. height: 8px;
  339. content: "";
  340. position: absolute;
  341. right: -5px;
  342. border-top-left-radius: 50%;
  343. border-top-right-radius: 50%;
  344. }
  345. .sales_report .path {
  346. width: 150px;
  347. margin: auto;
  348. height: 50px;
  349. z-index: 99;
  350. left: 0;
  351. right: 0;
  352. bottom: 0;
  353. top: 0;
  354. position: absolute;
  355. }
  356. .sales_report .path .type_name {
  357. width: 100%;
  358. float: left;
  359. }
  360. .sales_report .path .type_name p {
  361. float: left;
  362. width: 24%;
  363. text-align: center;
  364. font-size: 8px;
  365. font-weight: bold;
  366. font-style: italic;
  367. margin: 5px 0;
  368. }
  369. .sales_report .pointer.grey {
  370. background-color: #dad7d7;
  371. }
  372. .sales_report .pointer.grey:before {
  373. background-color: #999;
  374. border-left: 3px solid #dad7d7;
  375. }
  376. .sales_report .pointer.grey:after {
  377. border-top: 6px solid #dad7d7;
  378. }
  379. .sales_report .pointer.orange {
  380. background-color: orange;
  381. }
  382. .sales_report .pointer.orange:before {
  383. background-color: #cc8504;
  384. border-left: 3px solid orange;
  385. }
  386. .sales_report .pointer.orange:after {
  387. border-top: 6px solid orange;
  388. }
  389. .sales_report .pointer.green {
  390. background-color: green;
  391. }
  392. .sales_report .pointer.green:before {
  393. background-color: #036303;
  394. border-left: 3px solid green;
  395. }
  396. .sales_report .pointer.green:after {
  397. border-top: 6px solid green;
  398. }
  399. .sales_report .pointer.red {
  400. background-color: red;
  401. }
  402. .sales_report .pointer.red:before {
  403. background-color: #a90606;
  404. border-left: 3px solid red;
  405. }
  406. .sales_report .pointer.red:after {
  407. border-top: 6px solid red;
  408. }
  409. .sales_report .pointer {
  410. width: 24px;
  411. height: 44px;
  412. position: relative;
  413. border-top-left-radius: 4px;
  414. float: left;
  415. margin: 0 6px;
  416. }
  417. .sales_report .pointer .poly {
  418. width: 30px;
  419. height: 30px;
  420. background: transparent;
  421. float: left;
  422. position: absolute;
  423. bottom: -2px;
  424. z-index: 99;
  425. left: -3px;
  426. }
  427. .sales_report .pointer .poly svg {
  428. float: left;
  429. margin: 0;
  430. width: 100%;
  431. height: 100%;
  432. }
  433. .sales_report .pointer .poly .types {
  434. position: absolute;
  435. top: 0;
  436. bottom: 0;
  437. margin: auto;
  438. width: 30px;
  439. height: 30px;
  440. left: 0;
  441. right: 0;
  442. text-align: center;
  443. font-size: 20px;
  444. }
  445. .sales_report .pointer:after {
  446. content: "";
  447. position: absolute;
  448. left: 0;
  449. bottom: 0;
  450. width: 0;
  451. height: 0;
  452. border-left: 12px solid white;
  453. border-top: 10px solid red;
  454. border-right: 12px solid white;
  455. }
  456. @media screen and (max-width: 767px) {
  457. table caption {
  458. border-bottom: 1px solid #ddd;
  459. }
  460. .sales_report .sales_report_in {
  461. padding: 10px;
  462. }
  463. .sales_report .sales_report_in .sales_card {
  464. padding: 10px;
  465. }
  466. .sales_report .sales_report_in .sales_card .table_area {
  467. padding: 0;
  468. height: 100%;
  469. }
  470. .sales_report .sales_report_in .sales_card .table_area .top_box {
  471. float: left;
  472. width: 100%;
  473. height: 50px;
  474. margin: 0;
  475. }
  476. .sales_report .sales_report_in .sales_card .table_area .top_box .left_box {
  477. padding: 0;
  478. height: 40px;
  479. width: 50%;
  480. }
  481. .sales_report .sales_report_in .sales_card .table_area .top_box .left_box .box_right {
  482. float: inherit;
  483. margin: auto !important;
  484. height: 40px;
  485. }
  486. .sales_report .sales_report_in .sales_card .table_area .top_box .left_box .box_right p {
  487. font-size: 18px;
  488. line-height: 1.2;
  489. }
  490. .sales_report .sales_report_in .sales_card .table_area .top_box .left_box .input-group.mb-3 {
  491. float: left !important;
  492. width: 100% !important;
  493. max-width: 50% !important;
  494. padding: 0;
  495. }
  496. .sales_report .sales_report_in .sales_card .table_area .top_box .left_box .input-group.mb-3 .input-group-prepend h6 {
  497. width: 40px;
  498. }
  499. .sales_report .sales_report_in .sales_card .table_area .top_box .right_box {
  500. padding: 0;
  501. text-align: center;
  502. height: 76px;
  503. }
  504. .sales_report .sales_report_in .sales_card .table_area .top_box .right_box.expo {
  505. width: 100%;
  506. float: right;
  507. max-width: 140px;
  508. position: absolute;
  509. right: 11px;
  510. top: 18px;
  511. height: 40px;
  512. padding: 6px;
  513. }
  514. .sales_report .sales_report_in .sales_card .table_area .top_box .right_box.expo img {
  515. width: 23px;
  516. float: left;
  517. }
  518. .sales_report .sales_report_in .sales_card .table_area .top_box .right_box.expo p {
  519. font-size: 10px;
  520. float: left;
  521. margin: 5px;
  522. width: 80px;
  523. }
  524. .sales_report .sales_report_in .sales_card .right_box {
  525. max-width: 40%;
  526. }
  527. .sales_report .sales_report_in .sales_card .table_area .top_box .right_box.sear {
  528. width: 100% !important;
  529. float: left !important;
  530. max-width: 100% !important;
  531. height: 50px;
  532. }
  533. .sales_report .sales_report_in .sales_card .table_area .top_box .right_box.addbtn{
  534. float: left !important;
  535. }
  536. .sales_report .sales_report_in .sales_card .right_box.sear form.row.form_2 {
  537. padding: 0;
  538. max-width: 95%;
  539. margin: 0 auto;
  540. }
  541. .sales_report .sales_report_in .sales_card .right_box.sear form.row.form_2 .form-group {
  542. background-position: 7px 12px;
  543. background-size: 20px;
  544. padding: 0;
  545. margin: 0;
  546. }
  547. .sales_report .sales_report_in .sales_card .right_box.sear form.row.form_2 .form-group .form-control {
  548. padding-left: 30px;
  549. padding-right: 0;
  550. font-size: 12px;
  551. height: 40px;
  552. }
  553. .sales_report .sales_report_in .sales_card .right_box.sear form.row.form_2 .form-group:before {
  554. right: 0px;
  555. }
  556. .sales_report .sales_report_in .sales_card .table_box {
  557. padding: 0;
  558. }
  559. .sales_report .sales_report_in .sales_card .table-responsive .table-bordered td, .sales_report .sales_report_in .sales_card .table-responsive .table-bordered th {
  560. font-size: 11px;
  561. padding: 10px;
  562. }
  563. .sales_report .sales_report_in .sales_card .bottom_box {
  564. float: left;
  565. width: 100%;
  566. height: calc(100% - 90px);
  567. margin: 0;
  568. }
  569. .sales_report .sales_report_in .sales_card .bottom_box .table_box {
  570. float: left;
  571. height: 100%;
  572. width: 100%;
  573. }
  574. .sales_report .sales_report_in .sales_card .bottom_box .table_box .table-responsive {
  575. height: 100%;
  576. float: left;
  577. width: 100%;
  578. }
  579. .sales_report .sales_report_in .sales_card .bottom_box .table_box .table-responsive .table {
  580. margin-bottom: 0;
  581. float: left;
  582. width: 1000px;
  583. }
  584. .sales_report .sales_report_in .sales_card .export {
  585. max-width: 100px;
  586. padding: 0;
  587. }
  588. .sales_report .sales_report_in .sales_card .export img {
  589. width: 30px;
  590. }
  591. .sales_report .sales_report_in .sales_card .export p {
  592. font-size: 10px;
  593. margin-bottom: 0;
  594. }
  595. .sales_report .sales_report_in .sales_card .box_right {
  596. width: 110px;
  597. padding: 15px 5px;
  598. float: left;
  599. margin: 0 !important;
  600. }
  601. .sales_report .sales_report_in .sales_card .box_right img {
  602. width: 10px;
  603. }
  604. .sales_report .sales_report_in .sales_card .box_right p {
  605. width: 80px;
  606. margin-bottom: 5px;
  607. font-size: 12px;
  608. font-weight: bold;
  609. margin-top: -2px;
  610. }
  611. .sales_report .sales_report_in .sales_card .input-group.mb-3 {
  612. width: 170px !important;
  613. float: right !important;
  614. padding: 5px;
  615. margin: 0 !important;
  616. }
  617. .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend h6 {
  618. padding-top: 9px;
  619. font-size: 10px;
  620. }
  621. .sales_report .sales_report_in .sales_card .input-group.mb-3 .input-group-prepend button.btn.btn-outline-secondary.dropdown-toggle {
  622. font-size: 12px;
  623. width: 105px;
  624. height: 25px;
  625. padding: 2px;
  626. }
  627. }
  628. @media screen and (max-width: 768px) {
  629. .left_box {
  630. max-width: 100%;
  631. width: 100%;
  632. flex: auto;
  633. }
  634. .left_box .box_right p {
  635. width: 120px !important;
  636. }
  637. .right_box {
  638. max-width: 50%;
  639. width: 100%;
  640. flex: auto;
  641. }
  642. .sales_report .sales_report_in .sales_card .input-group.mb-3 {
  643. width: 20px;
  644. margin: auto 0;
  645. float: left;
  646. padding: 4px 10px;
  647. }
  648. .sales_report .sales_report_in .sales_card .export {
  649. padding: 0;
  650. }
  651. .sales_report .sales_report_in .sales_card .box_right {
  652. margin: auto 0;
  653. padding: 10px 0;
  654. width: 160px;
  655. }
  656. .sales_report .sales_report_in .sales_card .table_area .top_box .right_box {
  657. width: 100%;
  658. float: right;
  659. max-width: 150px;
  660. }
  661. .sales_report .sales_report_in .sales_card .table_area .top_box .right_box img {
  662. width: 35px;
  663. }
  664. .sales_report .sales_report_in .sales_card .table_area .top_box .right_box p {
  665. font-size: 10px;
  666. }
  667. .sales_report .sales_report_in .sales_card form.row.form_2 {
  668. padding: 0px 10px;
  669. }
  670. .sales_report .sales_report_in .sales_card form.row.form_2 .form-group {
  671. background-position: 4px 16px;
  672. background-size: 25px;
  673. }
  674. .sales_report .sales_report_in .sales_card form.row.form_2 .form-group .form-control {
  675. padding-left: 40px;
  676. }
  677. .sales_report .sales_report_in .sales_card .table_area .table-responsive {
  678. height: auto;
  679. }
  680. .sales_report .sales_report_in .sales_card .table_area .table-responsive .table {
  681. width: 1200px;
  682. }
  683. }
  684. /* ADD FORM CSS*/
  685. .profile_bg {
  686. width: 950px;
  687. margin: auto;
  688. position: absolute;
  689. top: 40px;
  690. left: 0;
  691. right: 0;
  692. background-color: #fff;
  693. height: calc(100% - 40px);
  694. }
  695. .profile_bg .pro_head {
  696. background-color: #00AFD7;
  697. padding: 8px;
  698. color: #fff;
  699. }
  700. .profile_bg .pro_head .pro .pro_img {
  701. width: 100px;
  702. border-radius: 50%;
  703. box-shadow: 0 0 6px 6px #333;
  704. }
  705. .profile_bg .pro_head .edit {
  706. cursor: pointer;
  707. }
  708. .profile_bg .pro_head .edit img {
  709. width: 30px;
  710. }
  711. .profile_bg .pro_head h2 {
  712. font-size: 24px;
  713. }
  714. .profile_bg .pro_head h4 {
  715. font-size: 20px;
  716. }
  717. .profile_bg .form_bg {
  718. background-color: #fff;
  719. padding: 30px;
  720. }
  721. .profile_bg .box_check {
  722. height: 70px;
  723. margin-bottom: 30px;
  724. }
  725. .profile_bg .view_eye,.profile_bg .hide_eye {
  726. top: 40%;
  727. }
  728. .profile_bg .view_eye img,.profile_bg .hide_eye img {
  729. width: 20px;
  730. }
  731. .profile_bg .view_eye {
  732. right: 50px;
  733. }
  734. .profile_bg .form_2 .form-group {
  735. max-width: 375px !important;
  736. margin: 0 auto 30px;
  737. }
  738. .profile_bg .form_2 .form-group .form-control {
  739. width: 100%;
  740. }
  741. .profile_bg .pull-left {
  742. float: left;
  743. margin: 0 20px 30px !important;
  744. }
  745. .profile_bg .disable .form-control,.profile_bg .disable label {
  746. opacity: 0.5;
  747. cursor: not-allowed;
  748. }
  749. .profile_bg .disable .form-control-placeholder {
  750. font-size: 75%;
  751. -webkit-transform: translate3d(0, -100%, 0);
  752. transform: translate3d(0, -100%, 0);
  753. opacity: 1;
  754. top: 25px;
  755. opacity: 0.5;
  756. }
  757. .profile_bg .over .form-control-placeholder {
  758. font-size: 75%;
  759. -webkit-transform: translate3d(0, -100%, 0);
  760. transform: translate3d(0, -100%, 0);
  761. opacity: 1;
  762. top: 25px;
  763. opacity: 1;
  764. }
  765. .profile_cam {
  766. position: absolute;
  767. width: 40px !important;
  768. height: 40px;
  769. bottom: 0;
  770. right: 25px;
  771. cursor: pointer;
  772. }
  773. .browser_disble {
  774. display: none;
  775. }
  776. .input-group-btn img {
  777. width: 25px;
  778. }
  779. .form-group.disable {
  780. opacity: 0.4;
  781. }
  782. .color_error {
  783. top: 72px;
  784. }
  785. .selectbox{
  786. border: none;
  787. border-bottom: 2px solid #00AFD7;
  788. width: 278px;
  789. }
  790. /*Ram added css*/
  791. .editicon {
  792. padding-left: 10px;
  793. float: left;
  794. }
  795. .deleteicon {
  796. float: left;
  797. padding-left: 16px;
  798. }
  799. .table_box table thead tbody> td th tr{text-align:left;}
  800. .table-fixheader {
  801. position: relative;
  802. padding-top: 40px;
  803. }
  804. .table-fixheader>div {
  805. height:550px;
  806. overflow-y:auto;
  807. }
  808. .table-fixheader thead{
  809. position: absolute;
  810. width: 100%;
  811. top: 0;
  812. }
  813. .table-fixheader thead tr{
  814. position: absolute;
  815. width: 100%;
  816. }
  817. .table-fixheader thead tr th{
  818. display:inline-block;
  819. background-color: #C8C8C8;
  820. color: #000000;
  821. font-size: 14px;
  822. }
  823. /* Table css Start */
  824. a.del
  825. {
  826. background:#d9534f;
  827. border-radius: 2px;
  828. width: 35px;
  829. height:28px;
  830. padding-left:12px;
  831. line-height:10px;
  832. }
  833. a.edit
  834. {
  835. padding-left:10px;
  836. background:#00344d;
  837. color:#fff;
  838. border-radius:2px;
  839. border:none;
  840. }
  841. tr.row-name {
  842. color: #333;
  843. background-color: #C8C8C8;
  844. }
  845. tr.row-content
  846. {
  847. color: #333;
  848. }
  849. table
  850. {
  851. border-bottom: 2px solid #ccc;
  852. }
  853. td.check
  854. {
  855. text-align: center;
  856. }
  857. .table-striped>tbody>tr:nth-of-type(odd)
  858. {
  859. background:none !important;
  860. }
  861. /* Table css End */
  862. .pager{float: right; }
  863. .pager li>a, .pager li>span{border: 0px !important; color: #333;}
  864. .pager li>a:focus, .pager li>a:hover{
  865. text-decoration: none;
  866. background-color: #00344D;
  867. color:#fff;
  868. }
  869. .pager li>a:active {
  870. text-decoration: none;
  871. background-color: #00344D !important;
  872. color:#fff !important;
  873. }
  874. .form-scroll{
  875. height: 576px;
  876. overflow-y:auto;
  877. }
  878. .form-scroll::-webkit-scrollbar {
  879. width: 3px;
  880. }
  881. .form-scroll::-webkit-scrollbar {
  882. height: 3px;
  883. }
  884. .form-scroll::-webkit-scrollbar-track {
  885. -webkit-box-shadow: none;
  886. }
  887. .form-scroll::-webkit-scrollbar-thumb{
  888. background-color: #00AFD7;
  889. }
  890. .pro_head .text4{
  891. color: #fff;
  892. font-size: 14px !important;
  893. font-weight: 700;
  894. }
  895. .btn:hover{color: #fff !important;}
  896. .nav-tabs>li>a {
  897. margin-right: 0px;
  898. line-height: 1.42857143;
  899. border: none;
  900. border-radius: 4px 4px 0 0;
  901. color: #000000;
  902. cursor: pointer;
  903. }
  904. .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .submenuactive {
  905. color: #00344D !important;
  906. cursor: default;
  907. background-color: #fff;
  908. border: none;
  909. border-bottom:2px solid #00344D;
  910. cursor: pointer;
  911. }
  912. .nav-tabs{
  913. border: none;
  914. }
  915. .profile_bg .form_2 .topic_title{
  916. max-width: 80% !important;
  917. }
  918. .upload-btn-wrapper {
  919. position: relative;
  920. overflow: hidden;
  921. display: inline-block;
  922. }
  923. .uploadbtn {
  924. border: 2px solid #00AFD7;
  925. color: #fff;
  926. background-color: white;
  927. padding: 8px 20px;
  928. background: #00AFD7;
  929. font-size: 20px;
  930. font-weight: bold;
  931. }
  932. .uploadfile{
  933. border: 2px solid #00AFD7;
  934. color: #fff;
  935. background-color: white;
  936. background: #00AFD7;
  937. font-size: 20px;
  938. font-weight: bold;
  939. }
  940. .upload-btn-wrapper input[type=file] {
  941. font-size: 100px;
  942. position: absolute;
  943. left: 0;
  944. top: 0;
  945. opacity: 0;
  946. }
  947. .topic_img img{
  948. width: 50px;
  949. }
  950. .table{
  951. border-bottom: 2px solid #ccc;
  952. }
  953. .table-fixed thead {
  954. width: 100%;
  955. }
  956. .table-fixed tbody {
  957. height:370px;
  958. overflow-y: auto;
  959. width: 100%;
  960. }
  961. .table-fixed tbody::-webkit-scrollbar {
  962. width: 3px;
  963. }
  964. .table-fixed tbody::-webkit-scrollbar {
  965. height: 3px;
  966. }
  967. .table-fixed tbody::-webkit-scrollbar-track {
  968. -webkit-box-shadow: none;
  969. }
  970. .table-fixed tbody::-webkit-scrollbar-thumb{
  971. background-color: #00AFD7;
  972. }
  973. .table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  974. /* display: block; */
  975. }
  976. .table-fixed tbody td, .table-fixed thead > tr> th {
  977. border-bottom-width: 0;
  978. }
  979. .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
  980. text-align: left;
  981. }
  982. .main_dropdown {
  983. padding: 10px;
  984. background-color: #00AFD7;
  985. -webkit-box-shadow: 0 0 1px 1px #ccc;
  986. box-shadow: 0 0 1px 1px #ccc;
  987. float: left;
  988. width: 100%;
  989. }
  990. .zmdropdown, .rmdropdown, .amdropdown{
  991. float: left;
  992. width: 33%;
  993. }
  994. .zmdropdown, .rmdropdown, .amdropdown label{
  995. /* width: 140px; */
  996. /* margin-top: 6px; */
  997. margin-bottom: 0;
  998. text-align: right;
  999. color: #fff;
  1000. margin-right: 5px;
  1001. }
  1002. .zmdropdown, .rmdropdown{
  1003. padding-right: 20px;
  1004. }
  1005. .active-rep .zmdropdown, .rmdropdown, .amdropdown{
  1006. width: 25%;
  1007. float: left;
  1008. margin: 0;
  1009. padding-right: 10px;
  1010. }
  1011. select {
  1012. margin-left:10px;
  1013. padding: 5px;
  1014. border: none;
  1015. color: #333;
  1016. box-shadow: 0 0 1px 1px #ccc;
  1017. background-color: #fff;
  1018. width: calc(100% - 150px);
  1019. }
  1020. .inner-container{
  1021. width: 50%;
  1022. height: 50%;
  1023. float: left;
  1024. padding: 10px;
  1025. margin: 10px;
  1026. overflow-x: scroll;
  1027. box-shadow: 4px 5px 10px 5px #ccc;
  1028. }
  1029. .inner-container1, .inner-container2{
  1030. width: 70%;
  1031. height: 70%;
  1032. float: left;
  1033. padding: 10px;
  1034. margin: 10px;
  1035. box-shadow: 4px 5px 10px 5px #ccc;
  1036. }
  1037. .filter-area{
  1038. padding: 10px;
  1039. -webkit-box-shadow: 0 0 1px 1px #ccc;
  1040. box-shadow: 0 0 1px 1px #ccc;
  1041. text-align: right;
  1042. width: 100%;
  1043. /* margin-top: 0; */
  1044. /* height: 100px; */
  1045. float: left;
  1046. }
  1047. .datepicker {
  1048. background-image: url(../../../../images/date.png);
  1049. background-repeat: no-repeat;
  1050. background-position: top right;
  1051. height: 35px;
  1052. border: 1px solid #ccc;
  1053. background-size: contain;
  1054. padding: 17px;
  1055. background-size: 25px 25px;
  1056. cursor: pointer;
  1057. background-position: 97% 50%;
  1058. width: 145px;
  1059. }
  1060. .tab-head{
  1061. margin: 10px;
  1062. }
  1063. .btn-pref .btn {
  1064. -webkit-border-radius:0 !important;
  1065. }
  1066. .inner-tab{
  1067. width: 47%;
  1068. }
  1069. .btn-group-justified>.btn-group .btn{
  1070. margin-top: 0px !important;
  1071. }
  1072. .btn-group-justified{
  1073. width: 58%;
  1074. }
  1075. .inner-tab .btn{
  1076. height: 34px;
  1077. }
  1078. .inner-tab .btn-primary{
  1079. background-color: #00AFD7;
  1080. border-color: #00AFD7;
  1081. box-shadow: 1px 4px 5px #ccc;
  1082. }
  1083. .inner-tab .btn-default{
  1084. background-color: #ccc;
  1085. border-color: #ccc;
  1086. }
  1087. .inner-tab .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover{
  1088. background-color: #00AFD7;
  1089. border-color: #00AFD7;
  1090. }
  1091. .date_align{
  1092. padding: 10px 0px;
  1093. text-align: right;
  1094. width: 100%;
  1095. float: left;
  1096. }
  1097. .data_class{
  1098. width: 50%;
  1099. float: right;
  1100. }
  1101. .data_class1{
  1102. float: right;
  1103. position: relative;
  1104. width: 20% !important;
  1105. }
  1106. .data_class1 .filtertype{
  1107. width: 200px !important;
  1108. }
  1109. .date_align label{
  1110. font-weight: bold;
  1111. font-size: 12px;
  1112. }
  1113. .download_export {
  1114. position: relative;
  1115. right: 0;
  1116. top: 0px;
  1117. width: 90px;
  1118. float: right;
  1119. cursor: pointer;
  1120. margin-bottom: 18px;
  1121. }
  1122. .download_export img{
  1123. width: 30px;
  1124. }
  1125. .download_export span{
  1126. font-size: 12px;
  1127. font-weight: bold;
  1128. position: absolute;
  1129. right: -18px;
  1130. top: 30px;
  1131. }
  1132. .box_chart{
  1133. padding: 10px;
  1134. background-color: #00AFD7;
  1135. -webkit-box-shadow: 0 0 1px 1px #ccc;
  1136. box-shadow: 0 0 1px 1px #ccc;
  1137. float: left;
  1138. width: 26%;
  1139. border-radius: 10px;
  1140. margin: 10px;
  1141. color: #fff;
  1142. }
  1143. .box_chart h4{
  1144. text-align: center;
  1145. }
  1146. .box_chart h2{
  1147. text-align: center;
  1148. }
  1149. .box_chart p{
  1150. text-align: center;
  1151. }
  1152. .table>thead>tr>th {
  1153. background: #CCCCCC !important;
  1154. color: #000;
  1155. }
  1156. .ui-datepicker-calendar {
  1157. display: inline-table;
  1158. }
  1159. p.ng-binding {
  1160. font-size: 19px;
  1161. }
  1162. .total-item{
  1163. font-size: 20px;
  1164. }
  1165. .total-item p{
  1166. text-align: left;
  1167. }
  1168. .table-content{
  1169. width: 100%;
  1170. float: right;
  1171. }
  1172. .lbl_font{
  1173. font-size:13px !important;
  1174. }
  1175. .check_cls {
  1176. width: 16px;
  1177. height: 20px;
  1178. margin-top: 0 !important;
  1179. position: absolute;
  1180. margin-left: -23px!important;
  1181. cursor: pointer;
  1182. font-weight: normal;
  1183. vertical-align: middle;
  1184. }
  1185. .check_cls + .lbl_font{
  1186. margin: 0 !important;
  1187. line-height: 20px;
  1188. }
  1189. .norecord{
  1190. text-align: center
  1191. }
  1192. .row-foot{
  1193. background-color: #666666;
  1194. color: white;
  1195. }
  1196. .modal-header .close{
  1197. color: #001a27 !important;
  1198. }
  1199. .modal-title{
  1200. display: inline;
  1201. float: left;
  1202. font-size:14px !important;
  1203. }
  1204. .active_user {
  1205. color: #014077;
  1206. font-size: 12px;
  1207. font-weight: 700;
  1208. }
  1209. .active_user a:hover {
  1210. color: #106abb;
  1211. }
  1212. /* .active_user a:hover:before {
  1213. margin-right: 5px;
  1214. content: '[';
  1215. -webkit-transform: translateX(20px);
  1216. -moz-transform: translateX(20px);
  1217. transform: translateX(20px);
  1218. }
  1219. .active_user a:hover:after {
  1220. margin-left: 5px;
  1221. content: ']';
  1222. -webkit-transform: translateX(-20px);
  1223. -moz-transform: translateX(-20px);
  1224. transform: translateX(-20px);
  1225. } */
  1226. .active_user a{
  1227. position: relative;
  1228. outline: none;
  1229. text-decoration: none;
  1230. text-shadow: 0 0 1px rgba(255,255,255,0.3);
  1231. }
  1232. #myModal .table>thead>tr>th, #myModal .table tr td:last-child{
  1233. text-align: left !important;
  1234. }
  1235. .sales_report .sales_report_in .sales_card .table_area .table-responsive .table thead tr th{
  1236. color: #000;
  1237. }
  1238. .table-responsive .table thead tr th, .table-responsive .table td{
  1239. text-align: left;
  1240. }
  1241. @media (max-width:640px){
  1242. .ng-modal-dialog{
  1243. width: 100% !important;
  1244. }
  1245. .zmdropdown, .rmdropdown, .amdropdown, .data_class1, .sear, .sear .form_2, .sear select {
  1246. width: 100% !important;
  1247. }
  1248. .sales_report .sales_report_in .sales_card .table_area{
  1249. padding: 10px !important;
  1250. }
  1251. }