content.css 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155
  1. .user_page {
  2. width: 100%;
  3. height: 100% !important;
  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% !important;
  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: #00AFD7;
  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 .pro_head {
  664. background-color: #00AFD7;
  665. padding: 8px;
  666. color: #fff;
  667. position: relative;
  668. }
  669. .profile_bg .pro_head .pro .pro_img {
  670. width: 100px;
  671. border-radius: 50%;
  672. box-shadow: 0 0 6px 6px #333;
  673. }
  674. .profile_bg .pro_head .edit {
  675. cursor: pointer;
  676. }
  677. .profile_bg .pro_head .edit img {
  678. width: 30px;
  679. }
  680. .profile_bg .pro_head h2 {
  681. font-size: 24px;
  682. }
  683. .profile_bg .pro_head h4 {
  684. font-size: 20px;
  685. }
  686. .profile_bg .form_bg {
  687. background-color: #fff;
  688. padding: 30px;
  689. }
  690. .profile_bg .box_check {
  691. height: 70px;
  692. margin-bottom: 30px;
  693. }
  694. .profile_bg .view_eye,.profile_bg .hide_eye {
  695. top: 40%;
  696. }
  697. .profile_bg .view_eye img,.profile_bg .hide_eye img {
  698. width: 20px;
  699. }
  700. .profile_bg .view_eye {
  701. right: 50px;
  702. }
  703. .profile_bg .form_2 .form-group .form-control {
  704. width: 100%;
  705. }
  706. .profile_bg .pull-left {
  707. float: left;
  708. margin: 0 20px 30px !important;
  709. }
  710. .profile_bg .disable .form-control,.profile_bg .disable label {
  711. opacity: 0.5;
  712. cursor: not-allowed;
  713. }
  714. .profile_bg .disable .form-control-placeholder {
  715. font-size: 75%;
  716. -webkit-transform: translate3d(0, -100%, 0);
  717. transform: translate3d(0, -100%, 0);
  718. opacity: 1;
  719. top: 25px;
  720. opacity: 0.5;
  721. }
  722. .profile_bg .over .form-control-placeholder {
  723. font-size: 75%;
  724. -webkit-transform: translate3d(0, -100%, 0);
  725. transform: translate3d(0, -100%, 0);
  726. opacity: 1;
  727. top: 25px;
  728. opacity: 1;
  729. }
  730. .profile_cam {
  731. position: absolute;
  732. width: 40px !important;
  733. height: 40px;
  734. bottom: 0;
  735. right: 25px;
  736. cursor: pointer;
  737. }
  738. .browser_disble {
  739. display: none;
  740. }
  741. .input-group-btn img {
  742. width: 25px;
  743. }
  744. .form-group.disable {
  745. opacity: 0.4;
  746. }
  747. .color_error {
  748. top: 72px;
  749. }
  750. .selectbox{
  751. border: none;
  752. border-bottom: 2px solid #00AFD7;
  753. width: 278px;
  754. }
  755. /*Ram added css*/
  756. .editicon {
  757. padding-left: 10px;
  758. float: left;
  759. }
  760. .deleteicon {
  761. float: left;
  762. padding-left: 16px;
  763. }
  764. .table_box table thead tbody> td th tr{text-align:left;}
  765. .table-fixheader {
  766. position: relative;
  767. padding-top: 40px;
  768. }
  769. .table-fixheader>div {
  770. height:550px;
  771. overflow-y:auto;
  772. }
  773. .table-fixheader thead{
  774. position: absolute;
  775. width: 100%;
  776. top: 0;
  777. }
  778. .table-fixheader thead tr{
  779. position: absolute;
  780. width: 100%;
  781. }
  782. .table-fixheader thead tr th{
  783. display:inline-block;
  784. background-color: #C8C8C8;
  785. color: #000000;
  786. font-size: 14px;
  787. }
  788. /* Table css Start */
  789. a.del
  790. {
  791. background:#d9534f;
  792. border-radius: 2px;
  793. width: 35px;
  794. height:28px;
  795. padding-left:12px;
  796. line-height:10px;
  797. }
  798. a.edit
  799. {
  800. padding-left:10px;
  801. background:#00344d;
  802. color:#fff;
  803. border-radius:2px;
  804. border:none;
  805. }
  806. tr.row-name {
  807. color: #333;
  808. background-color: #C8C8C8;
  809. }
  810. tr.row-content
  811. {
  812. color: #333;
  813. }
  814. table
  815. {
  816. border-bottom: 2px solid #ccc;
  817. }
  818. td.check
  819. {
  820. text-align: center;
  821. }
  822. .table-striped>tbody>tr:nth-of-type(odd)
  823. {
  824. background:none !important;
  825. }
  826. /* Table css End */
  827. .pager{float: right; }
  828. .pager li>a, .pager li>span{border: 0px !important; color: #333;}
  829. .pager li>a:focus, .pager li>a:hover{
  830. text-decoration: none;
  831. background-color: #00344D;
  832. color:#fff;
  833. }
  834. .pager li>a:active {
  835. text-decoration: none;
  836. background-color: #00344D !important;
  837. color:#fff !important;
  838. }
  839. .form-scroll{
  840. height: calc(100% - 51px) !important;
  841. overflow-y:auto;
  842. }
  843. .form-scroll form{
  844. }
  845. .form-scroll::-webkit-scrollbar {
  846. width: 3px;
  847. }
  848. .form-scroll::-webkit-scrollbar {
  849. height: 3px;
  850. }
  851. .form-scroll::-webkit-scrollbar-track {
  852. -webkit-box-shadow: none;
  853. }
  854. .form-scroll::-webkit-scrollbar-thumb{
  855. background-color: #00AFD7;
  856. }
  857. .pro_head .text4{
  858. color: #fff;
  859. font-size: 14px !important;
  860. font-weight: 700;
  861. }
  862. .btn:hover{color: #fff !important;}
  863. .profile_bg form .form-control.datepicker{
  864. background-image: url(../images/date.png);
  865. background-repeat: no-repeat;
  866. background-position: top right;
  867. }
  868. .nav-tabs>li>a {
  869. margin-right: 0px;
  870. line-height: 1.42857143;
  871. border: none;
  872. border-radius: 4px 4px 0 0;
  873. color: #000000;
  874. }
  875. .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .submenuactive {
  876. color: #00344D !important;
  877. cursor: default;
  878. background-color: #fff;
  879. border: none;
  880. border-bottom:2px solid #00344D;
  881. }
  882. .nav-tabs{
  883. border: none;
  884. }
  885. .profile_bg .form_2 .topic_title{
  886. max-width: 80% !important;
  887. }
  888. .upload-btn-wrapper {
  889. position: relative;
  890. /* overflow: hidden; */
  891. display: inline-block;
  892. }
  893. .box-footer.col-sm-12.text-center{
  894. margin:16px 0px !important;
  895. }
  896. .uploadbtn {
  897. border: 2px solid #00AFD7;
  898. color: #fff;
  899. background-color: white;
  900. padding: 5px 20px;
  901. background: #00AFD7;
  902. font-size: 14px;
  903. font-weight: normal;
  904. }
  905. .uploadfile{
  906. border: 2px solid #00AFD7;
  907. color: #fff;
  908. background-color: white;
  909. background: #00AFD7;
  910. font-size: 13px;
  911. font-weight: bold;
  912. }
  913. .upload-btn-wrapper input[type=file] {
  914. position: absolute;
  915. left: 0;
  916. top: 0px;
  917. opacity: 0;
  918. height: 34px;
  919. width: 120px;
  920. }
  921. .topic_img img{
  922. width: 50px;
  923. max-height: 50px;
  924. }
  925. .table{
  926. border-bottom: 2px solid #ccc;
  927. }
  928. .table-fixed thead {
  929. width: 100%;
  930. }
  931. .table-fixed tbody {
  932. height:370px;
  933. overflow-y: auto;
  934. width: 100%;
  935. }
  936. .table-fixed tbody::-webkit-scrollbar {
  937. width: 3px;
  938. }
  939. .table-fixed tbody::-webkit-scrollbar {
  940. height: 3px;
  941. }
  942. .table-fixed tbody::-webkit-scrollbar-track {
  943. -webkit-box-shadow: none;
  944. }
  945. .table-fixed tbody::-webkit-scrollbar-thumb{
  946. background-color: #00AFD7;
  947. }
  948. .table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  949. display: block;
  950. }
  951. .table-fixed tbody td, .table-fixed thead > tr> th {
  952. float: left;
  953. border-bottom-width: 0;
  954. }
  955. .preview{
  956. width: 50px;
  957. margin: 10px;
  958. }
  959. #desc{
  960. width: 100 !important;
  961. height: 100px;
  962. }
  963. .form_2 .description .form-control-placeholder{
  964. top: 75px;
  965. }
  966. .scroll_bar{
  967. overflow-y: scroll;
  968. overflow-x: hidden;
  969. height: 230px;
  970. }
  971. .ass-close {
  972. position: absolute;
  973. right: 10px;
  974. top: 25%;
  975. font-size: 20px;
  976. margin-right: 16px;
  977. color: #fff;
  978. opacity: inherit !important
  979. }
  980. .ass-close:hover{
  981. outline: none !important;
  982. color:#fff !important;
  983. }
  984. .region{
  985. width: 100%;
  986. float: left;
  987. border: 1px solid #ccc;
  988. border-radius: 10px;
  989. padding: 10px;
  990. }
  991. .inherit{
  992. display: inherit;
  993. }
  994. .profile_bg {
  995. width: 950px;
  996. margin: auto;
  997. /* position: absolute; */
  998. /* top: 40px; */
  999. /* left: 0;
  1000. right: 0; */
  1001. background-color: #fff;
  1002. height:100%;
  1003. }
  1004. .profile_bg .form_2 .form-group {
  1005. /* max-width: 375px !important; */
  1006. margin: 0 auto 30px;
  1007. padding-left: 0;
  1008. }
  1009. .input-group{
  1010. display: inline;
  1011. }
  1012. .choose_margin{
  1013. margin: 15px 0px;
  1014. }
  1015. .view{
  1016. height: calc(100% - 87px) !important;
  1017. }
  1018. .modal-dialog {
  1019. margin: 0px auto !important;
  1020. height: 100% !important;
  1021. width: 700px !important;
  1022. }
  1023. .model-content{
  1024. height: 100% !important;
  1025. padding-bottom: 20px !important;
  1026. }
  1027. .modal-header {
  1028. padding: 1px 7px 0px 0px !important;
  1029. }
  1030. .modal-header .close {
  1031. color: #001f2c !important;
  1032. }
  1033. .modal-body{
  1034. height: 100% !important;
  1035. }
  1036. .modal-body embed{
  1037. height: 95%;
  1038. margin-top: 6px;
  1039. }
  1040. .modal-body object{
  1041. height: 95%;
  1042. margin-top: 6px;
  1043. }
  1044. .modal-content {
  1045. height: 100% !important;
  1046. }
  1047. .upload-btn-cus{
  1048. position: relative;
  1049. width: 100% !important;
  1050. float: left;
  1051. }
  1052. .lang .userlabel{
  1053. width: 100%;
  1054. }
  1055. .lang select{
  1056. padding: 5px;
  1057. }
  1058. .upload-btn-cus input[type="file"]::-webkit-file-upload-button {
  1059. background: #00AFD7;
  1060. border: 0;
  1061. padding: 6px;
  1062. cursor: pointer;
  1063. color: #fff;
  1064. border-radius: .2em;
  1065. }
  1066. .w100{
  1067. width: 100%;
  1068. float: left;
  1069. }
  1070. .upload-btn-cus input[type="file"]::-ms-browse {
  1071. background: #00AFD7;
  1072. border: 0;
  1073. padding: 6px;
  1074. cursor: pointer;
  1075. color: #fff;
  1076. border-radius: .2em;
  1077. }
  1078. button.addfields{
  1079. background: #00AFD7;
  1080. border: 0;
  1081. padding: 6px;
  1082. cursor: pointer;
  1083. color: #fff;
  1084. border-radius: .2em;
  1085. }
  1086. button.remove{
  1087. background: #b90000;
  1088. border: 0;
  1089. cursor: pointer;
  1090. color: #fff;
  1091. border-radius: 100px;
  1092. width: 28px;
  1093. height: 28px;
  1094. line-height: 20px;
  1095. font-size: 30px;
  1096. margin-top: 25px;
  1097. }