training.css 24 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070
  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: 20px;
  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. position: relative;
  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: 30px;
  699. }
  700. .profile_bg .box_check {
  701. height: 70px;
  702. margin-bottom: 30px;
  703. }
  704. .profile_bg .view_eye,.profile_bg .hide_eye {
  705. top: 40%;
  706. }
  707. .profile_bg .view_eye img,.profile_bg .hide_eye img {
  708. width: 20px;
  709. }
  710. .profile_bg .view_eye {
  711. right: 50px;
  712. }
  713. .profile_bg .form_2 .form-group {
  714. max-width: 375px !important;
  715. margin: 0 auto 30px;
  716. }
  717. .profile_bg .form_2 .form-group .form-control {
  718. width: 100%;
  719. }
  720. .profile_bg .pull-left {
  721. float: left;
  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. .no_participate{
  769. text-align: center;
  770. margin: 20px auto 10px;
  771. color: red;
  772. font-weight: 600;
  773. }
  774. /*Ram added css*/
  775. .editicon {
  776. padding-left: 10px;
  777. float: left;
  778. }
  779. .deleteicon {
  780. float: left;
  781. padding-left: 16px;
  782. }
  783. .selected{
  784. font-weight: 600 !important;
  785. }
  786. .table_box table thead tbody> td th tr{text-align:left;}
  787. .table-fixheader {
  788. position: relative;
  789. padding-top: 40px;
  790. }
  791. .table-fixheader>div {
  792. height:550px;
  793. overflow-y:auto;
  794. }
  795. .table-fixheader thead{
  796. position: absolute;
  797. width: 100%;
  798. top: 0;
  799. }
  800. .table-fixheader thead tr{
  801. position: absolute;
  802. width: 100%;
  803. }
  804. .table-fixheader thead tr th{
  805. display:inline-block;
  806. background-color: #C8C8C8;
  807. color: #000000;
  808. font-size: 14px;
  809. }
  810. /* Table css Start */
  811. a.del
  812. {
  813. background:#d9534f;
  814. border-radius: 2px;
  815. width: 35px;
  816. height:28px;
  817. padding-left:12px;
  818. line-height:10px;
  819. }
  820. a.edit
  821. {
  822. padding-left:10px;
  823. background:#00344d;
  824. color:#fff;
  825. border-radius:2px;
  826. border:none;
  827. }
  828. tr.row-name {
  829. color: #333;
  830. background-color: #C8C8C8;
  831. }
  832. tr.row-content
  833. {
  834. color: #333;
  835. }
  836. table
  837. {
  838. border-bottom: 2px solid #ccc;
  839. }
  840. td.check
  841. {
  842. text-align: center;
  843. }
  844. .table-striped>tbody>tr:nth-of-type(odd)
  845. {
  846. background:none !important;
  847. }
  848. /* Table css End */
  849. .pager{float: right; }
  850. .pager li>a, .pager li>span{border: 0px !important; color: #333;}
  851. .pager li>a:focus, .pager li>a:hover{
  852. text-decoration: none;
  853. background-color: #00344D;
  854. color:#fff;
  855. }
  856. .pager li>a:active {
  857. text-decoration: none;
  858. background-color: #00344D !important;
  859. color:#fff !important;
  860. }
  861. .form-scroll{
  862. height: calc(100% - 40px);
  863. overflow-y:auto;
  864. }
  865. .form-scroll::-webkit-scrollbar {
  866. width: 3px;
  867. }
  868. .form-scroll::-webkit-scrollbar {
  869. height: 3px;
  870. }
  871. .form-scroll::-webkit-scrollbar-track {
  872. -webkit-box-shadow: none;
  873. }
  874. .form-scroll::-webkit-scrollbar-thumb{
  875. background-color: #00AFD7;
  876. }
  877. .pro_head .text4{
  878. color: #fff;
  879. font-size: 14px !important;
  880. font-weight: 700;
  881. }
  882. .btn:hover{color: #fff !important;}
  883. .profile_bg form .form-control.datepicker{
  884. background-image: url(../images/date.png);
  885. background-repeat: no-repeat;
  886. background-position: top right;
  887. }
  888. .nav-tabs>li>a {
  889. margin-right: 0px;
  890. line-height: 1.42857143;
  891. border: none;
  892. border-radius: 4px 4px 0 0;
  893. color: #000000;
  894. }
  895. .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .submenuactive {
  896. color: #00344D !important;
  897. cursor: default;
  898. background-color: #fff;
  899. border: none;
  900. border-bottom:2px solid #00344D;
  901. }
  902. .nav-tabs{
  903. border: none;
  904. }
  905. .profile_bg .form_2 .topic_title{
  906. max-width: 80% !important;
  907. }
  908. .upload-btn-wrapper {
  909. position: relative;
  910. overflow: hidden;
  911. display: inline-block;
  912. }
  913. .uploadbtn {
  914. border: 2px solid #00AFD7;
  915. color: #fff;
  916. background-color: white;
  917. padding: 8px 20px;
  918. background: #00AFD7;
  919. font-size: 20px;
  920. font-weight: bold;
  921. }
  922. .uploadfile{
  923. border: 2px solid #00AFD7;
  924. color: #fff;
  925. background-color: white;
  926. background: #00AFD7;
  927. font-size: 20px;
  928. font-weight: bold;
  929. }
  930. .upload-btn-wrapper input[type=file] {
  931. font-size: 100px;
  932. position: absolute;
  933. left: 0;
  934. top: 0;
  935. opacity: 0;
  936. }
  937. .topic_img img{
  938. width: 50px;
  939. }
  940. .table{
  941. border-bottom: 2px solid #ccc;
  942. }
  943. .table-fixed thead {
  944. width: 100%;
  945. }
  946. .table-fixed tbody {
  947. height:370px;
  948. overflow-y: auto;
  949. width: 100%;
  950. }
  951. .table-fixed tbody::-webkit-scrollbar {
  952. width: 3px;
  953. }
  954. .table-fixed tbody::-webkit-scrollbar {
  955. height: 3px;
  956. }
  957. .table-fixed tbody::-webkit-scrollbar-track {
  958. -webkit-box-shadow: none;
  959. }
  960. .table-fixed tbody::-webkit-scrollbar-thumb{
  961. background-color: #00AFD7;
  962. }
  963. .table-fixed thead {
  964. background: #00344D;
  965. text-align: center;
  966. }
  967. .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  968. display: block;
  969. }
  970. .table-fixed tbody td, .table-fixed thead > tr> th {
  971. float: left;
  972. border-bottom-width: 0;
  973. }
  974. .preview{
  975. width: 50px;
  976. margin: 10px;
  977. }
  978. #desc{
  979. width: 630px;
  980. height: 100px;
  981. }
  982. .ass-close {
  983. position: absolute;
  984. right: 10px;
  985. top: 25%;
  986. font-size: 20px;
  987. margin-right: 16px;
  988. color: #fff;
  989. opacity: inherit !important
  990. }
  991. .ass-close:hover{
  992. outline: none !important;
  993. color:#fff !important;
  994. }
  995. .form_2 .description .form-control-placeholder{
  996. top: 75px;
  997. }
  998. .scroll_bar{
  999. overflow-y: scroll;
  1000. overflow-x: hidden;
  1001. height: 219px;
  1002. }
  1003. .clsicondis {
  1004. float: left;
  1005. }
  1006. .region{
  1007. width: 100%;
  1008. float: left;
  1009. border: 1px solid #ccc;
  1010. border-radius: 10px;
  1011. padding: 10px;
  1012. }
  1013. .region.second_section{
  1014. margin-top : 10px;
  1015. }
  1016. .user_label{
  1017. padding-left: 0;
  1018. }