assessment.css 30 KB

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