ilearning.css 27 KB

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