adminlte.extra-components.css 23 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148
  1. /*!
  2. * AdminLTE v3.1.0-rc
  3. * Only Extra Components
  4. * Author: Colorlib
  5. * Website: AdminLTE.io <https://adminlte.io>
  6. * License: Open source - MIT <https://opensource.org/licenses/MIT>
  7. */
  8. .small-box {
  9. border-radius: 0.25rem;
  10. box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  11. display: block;
  12. margin-bottom: 20px;
  13. position: relative;
  14. }
  15. .small-box > .inner {
  16. padding: 10px;
  17. }
  18. .small-box > .small-box-footer {
  19. background-color: rgba(0, 0, 0, 0.1);
  20. color: rgba(255, 255, 255, 0.8);
  21. display: block;
  22. padding: 3px 0;
  23. position: relative;
  24. text-align: center;
  25. text-decoration: none;
  26. z-index: 10;
  27. }
  28. .small-box > .small-box-footer:hover {
  29. background-color: rgba(0, 0, 0, 0.15);
  30. color: #fff;
  31. }
  32. .small-box h3 {
  33. font-size: 2.2rem;
  34. font-weight: 700;
  35. margin: 0 0 10px;
  36. padding: 0;
  37. white-space: nowrap;
  38. }
  39. @media (min-width: 992px) {
  40. .col-xl-2 .small-box h3,
  41. .col-lg-2 .small-box h3,
  42. .col-md-2 .small-box h3 {
  43. font-size: 1.6rem;
  44. }
  45. .col-xl-3 .small-box h3,
  46. .col-lg-3 .small-box h3,
  47. .col-md-3 .small-box h3 {
  48. font-size: 1.6rem;
  49. }
  50. }
  51. @media (min-width: 1200px) {
  52. .col-xl-2 .small-box h3,
  53. .col-lg-2 .small-box h3,
  54. .col-md-2 .small-box h3 {
  55. font-size: 2.2rem;
  56. }
  57. .col-xl-3 .small-box h3,
  58. .col-lg-3 .small-box h3,
  59. .col-md-3 .small-box h3 {
  60. font-size: 2.2rem;
  61. }
  62. }
  63. .small-box p {
  64. font-size: 1rem;
  65. }
  66. .small-box p > small {
  67. color: #f8f9fa;
  68. display: block;
  69. font-size: .9rem;
  70. margin-top: 5px;
  71. }
  72. .small-box h3,
  73. .small-box p {
  74. z-index: 5;
  75. }
  76. .small-box .icon {
  77. color: rgba(0, 0, 0, 0.15);
  78. z-index: 0;
  79. }
  80. .small-box .icon > i {
  81. font-size: 90px;
  82. position: absolute;
  83. right: 15px;
  84. top: 15px;
  85. transition: transform 0.3s linear;
  86. }
  87. .small-box .icon > i.fa, .small-box .icon > i.fas, .small-box .icon > i.far, .small-box .icon > i.fab, .small-box .icon > i.fal, .small-box .icon > i.fad, .small-box .icon > i.ion {
  88. font-size: 70px;
  89. top: 20px;
  90. }
  91. .small-box .icon svg {
  92. font-size: 70px;
  93. position: absolute;
  94. right: 15px;
  95. top: 15px;
  96. transition: transform 0.3s linear;
  97. }
  98. .small-box:hover {
  99. text-decoration: none;
  100. }
  101. .small-box:hover .icon > i, .small-box:hover .icon > i.fa, .small-box:hover .icon > i.fas, .small-box:hover .icon > i.far, .small-box:hover .icon > i.fab, .small-box:hover .icon > i.fal, .small-box:hover .icon > i.fad, .small-box:hover .icon > i.ion {
  102. transform: scale(1.1);
  103. }
  104. .small-box:hover .icon > svg {
  105. transform: scale(1.1);
  106. }
  107. @media (max-width: 767.98px) {
  108. .small-box {
  109. text-align: center;
  110. }
  111. .small-box .icon {
  112. display: none;
  113. }
  114. .small-box p {
  115. font-size: 12px;
  116. }
  117. }
  118. .info-box {
  119. box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  120. border-radius: 0.25rem;
  121. background-color: #fff;
  122. display: -ms-flexbox;
  123. display: flex;
  124. margin-bottom: 1rem;
  125. min-height: 80px;
  126. padding: .5rem;
  127. position: relative;
  128. width: 100%;
  129. }
  130. .info-box .progress {
  131. background-color: rgba(0, 0, 0, 0.125);
  132. height: 2px;
  133. margin: 5px 0;
  134. }
  135. .info-box .progress .progress-bar {
  136. background-color: #fff;
  137. }
  138. .info-box .info-box-icon {
  139. border-radius: 0.25rem;
  140. -ms-flex-align: center;
  141. align-items: center;
  142. display: -ms-flexbox;
  143. display: flex;
  144. font-size: 1.875rem;
  145. -ms-flex-pack: center;
  146. justify-content: center;
  147. text-align: center;
  148. width: 70px;
  149. }
  150. .info-box .info-box-icon > img {
  151. max-width: 100%;
  152. }
  153. .info-box .info-box-content {
  154. display: -ms-flexbox;
  155. display: flex;
  156. -ms-flex-direction: column;
  157. flex-direction: column;
  158. -ms-flex-pack: center;
  159. justify-content: center;
  160. line-height: 1.8;
  161. -ms-flex: 1;
  162. flex: 1;
  163. padding: 0 10px;
  164. }
  165. .info-box .info-box-number {
  166. display: block;
  167. margin-top: .25rem;
  168. font-weight: 700;
  169. }
  170. .info-box .progress-description,
  171. .info-box .info-box-text {
  172. display: block;
  173. overflow: hidden;
  174. text-overflow: ellipsis;
  175. white-space: nowrap;
  176. }
  177. .info-box .info-box .bg-primary,
  178. .info-box .info-box .bg-gradient-primary {
  179. color: #fff;
  180. }
  181. .info-box .info-box .bg-primary .progress-bar,
  182. .info-box .info-box .bg-gradient-primary .progress-bar {
  183. background-color: #fff;
  184. }
  185. .info-box .info-box .bg-secondary,
  186. .info-box .info-box .bg-gradient-secondary {
  187. color: #fff;
  188. }
  189. .info-box .info-box .bg-secondary .progress-bar,
  190. .info-box .info-box .bg-gradient-secondary .progress-bar {
  191. background-color: #fff;
  192. }
  193. .info-box .info-box .bg-success,
  194. .info-box .info-box .bg-gradient-success {
  195. color: #fff;
  196. }
  197. .info-box .info-box .bg-success .progress-bar,
  198. .info-box .info-box .bg-gradient-success .progress-bar {
  199. background-color: #fff;
  200. }
  201. .info-box .info-box .bg-info,
  202. .info-box .info-box .bg-gradient-info {
  203. color: #fff;
  204. }
  205. .info-box .info-box .bg-info .progress-bar,
  206. .info-box .info-box .bg-gradient-info .progress-bar {
  207. background-color: #fff;
  208. }
  209. .info-box .info-box .bg-warning,
  210. .info-box .info-box .bg-gradient-warning {
  211. color: #1f2d3d;
  212. }
  213. .info-box .info-box .bg-warning .progress-bar,
  214. .info-box .info-box .bg-gradient-warning .progress-bar {
  215. background-color: #1f2d3d;
  216. }
  217. .info-box .info-box .bg-danger,
  218. .info-box .info-box .bg-gradient-danger {
  219. color: #fff;
  220. }
  221. .info-box .info-box .bg-danger .progress-bar,
  222. .info-box .info-box .bg-gradient-danger .progress-bar {
  223. background-color: #fff;
  224. }
  225. .info-box .info-box .bg-light,
  226. .info-box .info-box .bg-gradient-light {
  227. color: #1f2d3d;
  228. }
  229. .info-box .info-box .bg-light .progress-bar,
  230. .info-box .info-box .bg-gradient-light .progress-bar {
  231. background-color: #1f2d3d;
  232. }
  233. .info-box .info-box .bg-dark,
  234. .info-box .info-box .bg-gradient-dark {
  235. color: #fff;
  236. }
  237. .info-box .info-box .bg-dark .progress-bar,
  238. .info-box .info-box .bg-gradient-dark .progress-bar {
  239. background-color: #fff;
  240. }
  241. .info-box .info-box-more {
  242. display: block;
  243. }
  244. .info-box .progress-description {
  245. margin: 0;
  246. }
  247. @media (min-width: 768px) {
  248. .col-xl-2 .info-box .progress-description,
  249. .col-lg-2 .info-box .progress-description,
  250. .col-md-2 .info-box .progress-description {
  251. display: none;
  252. }
  253. .col-xl-3 .info-box .progress-description,
  254. .col-lg-3 .info-box .progress-description,
  255. .col-md-3 .info-box .progress-description {
  256. display: none;
  257. }
  258. }
  259. @media (min-width: 992px) {
  260. .col-xl-2 .info-box .progress-description,
  261. .col-lg-2 .info-box .progress-description,
  262. .col-md-2 .info-box .progress-description {
  263. font-size: 0.75rem;
  264. display: block;
  265. }
  266. .col-xl-3 .info-box .progress-description,
  267. .col-lg-3 .info-box .progress-description,
  268. .col-md-3 .info-box .progress-description {
  269. font-size: 0.75rem;
  270. display: block;
  271. }
  272. }
  273. @media (min-width: 1200px) {
  274. .col-xl-2 .info-box .progress-description,
  275. .col-lg-2 .info-box .progress-description,
  276. .col-md-2 .info-box .progress-description {
  277. font-size: 1rem;
  278. display: block;
  279. }
  280. .col-xl-3 .info-box .progress-description,
  281. .col-lg-3 .info-box .progress-description,
  282. .col-md-3 .info-box .progress-description {
  283. font-size: 1rem;
  284. display: block;
  285. }
  286. }
  287. .dark-mode .info-box {
  288. background-color: #343a40;
  289. color: #fff;
  290. }
  291. .timeline {
  292. margin: 0 0 45px;
  293. padding: 0;
  294. position: relative;
  295. }
  296. .timeline::before {
  297. border-radius: 0.25rem;
  298. background-color: #dee2e6;
  299. bottom: 0;
  300. content: "";
  301. left: 31px;
  302. margin: 0;
  303. position: absolute;
  304. top: 0;
  305. width: 4px;
  306. }
  307. .timeline > div {
  308. margin-bottom: 15px;
  309. margin-right: 10px;
  310. position: relative;
  311. }
  312. .timeline > div::before, .timeline > div::after {
  313. content: "";
  314. display: table;
  315. }
  316. .timeline > div > .timeline-item {
  317. box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  318. border-radius: 0.25rem;
  319. background-color: #fff;
  320. color: #495057;
  321. margin-left: 60px;
  322. margin-right: 15px;
  323. margin-top: 0;
  324. padding: 0;
  325. position: relative;
  326. }
  327. .timeline > div > .timeline-item > .time {
  328. color: #999;
  329. float: right;
  330. font-size: 12px;
  331. padding: 10px;
  332. }
  333. .timeline > div > .timeline-item > .timeline-header {
  334. border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  335. color: #495057;
  336. font-size: 16px;
  337. line-height: 1.1;
  338. margin: 0;
  339. padding: 10px;
  340. }
  341. .timeline > div > .timeline-item > .timeline-header > a {
  342. font-weight: 600;
  343. }
  344. .timeline > div > .timeline-item > .timeline-body,
  345. .timeline > div > .timeline-item > .timeline-footer {
  346. padding: 10px;
  347. }
  348. .timeline > div > .timeline-item > .timeline-body > img {
  349. margin: 10px;
  350. }
  351. .timeline > div > .timeline-item > .timeline-body > dl,
  352. .timeline > div > .timeline-item > .timeline-body ol,
  353. .timeline > div > .timeline-item > .timeline-body ul {
  354. margin: 0;
  355. }
  356. .timeline > div > .timeline-item > .timeline-footer > a {
  357. color: #fff;
  358. }
  359. .timeline > div > .fa,
  360. .timeline > div > .fas,
  361. .timeline > div > .far,
  362. .timeline > div > .fab,
  363. .timeline > div > .fal,
  364. .timeline > div > .fad,
  365. .timeline > div > .svg-inline--fa,
  366. .timeline > div > .ion {
  367. background-color: #adb5bd;
  368. border-radius: 50%;
  369. font-size: 16px;
  370. height: 30px;
  371. left: 18px;
  372. line-height: 30px;
  373. position: absolute;
  374. text-align: center;
  375. top: 0;
  376. width: 30px;
  377. }
  378. .timeline > div > .svg-inline--fa {
  379. padding: 7px;
  380. }
  381. .timeline > .time-label > span {
  382. border-radius: 4px;
  383. background-color: #fff;
  384. display: inline-block;
  385. font-weight: 600;
  386. padding: 5px;
  387. }
  388. .timeline-inverse > div > .timeline-item {
  389. box-shadow: none;
  390. background-color: #f8f9fa;
  391. border: 1px solid #dee2e6;
  392. }
  393. .timeline-inverse > div > .timeline-item > .timeline-header {
  394. border-bottom-color: #dee2e6;
  395. }
  396. .dark-mode .timeline::before {
  397. background-color: #6c757d;
  398. }
  399. .dark-mode .timeline > div > .timeline-item {
  400. background-color: #343a40;
  401. color: #fff;
  402. border-color: #6c757d;
  403. }
  404. .dark-mode .timeline > div > .timeline-item > .timeline-header {
  405. color: #ced4da;
  406. border-color: #6c757d;
  407. }
  408. .dark-mode .timeline > div > .timeline-item > .time {
  409. color: #ced4da;
  410. }
  411. .products-list {
  412. list-style: none;
  413. margin: 0;
  414. padding: 0;
  415. }
  416. .products-list > .item {
  417. border-radius: 0.25rem;
  418. background-color: #fff;
  419. padding: 10px 0;
  420. }
  421. .products-list > .item::after {
  422. display: block;
  423. clear: both;
  424. content: "";
  425. }
  426. .products-list .product-img {
  427. float: left;
  428. }
  429. .products-list .product-img img {
  430. height: 50px;
  431. width: 50px;
  432. }
  433. .products-list .product-info {
  434. margin-left: 60px;
  435. }
  436. .products-list .product-title {
  437. font-weight: 600;
  438. }
  439. .products-list .product-description {
  440. color: #6c757d;
  441. display: block;
  442. overflow: hidden;
  443. text-overflow: ellipsis;
  444. white-space: nowrap;
  445. }
  446. .product-list-in-card > .item {
  447. border-radius: 0;
  448. border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  449. }
  450. .product-list-in-card > .item:last-of-type {
  451. border-bottom-width: 0;
  452. }
  453. .dark-mode .products-list > .item {
  454. background-color: #343a40;
  455. color: #fff;
  456. border-bottom-color: #6c757d;
  457. }
  458. .dark-mode .product-description {
  459. color: #ced4da;
  460. }
  461. .direct-chat .card-body {
  462. overflow-x: hidden;
  463. padding: 0;
  464. position: relative;
  465. }
  466. .direct-chat.chat-pane-open .direct-chat-contacts {
  467. transform: translate(0, 0);
  468. }
  469. .direct-chat.timestamp-light .direct-chat-timestamp {
  470. color: #30465f;
  471. }
  472. .direct-chat.timestamp-dark .direct-chat-timestamp {
  473. color: #cccccc;
  474. }
  475. .direct-chat-messages {
  476. transform: translate(0, 0);
  477. height: 250px;
  478. overflow: auto;
  479. padding: 10px;
  480. }
  481. .direct-chat-msg,
  482. .direct-chat-text {
  483. display: block;
  484. }
  485. .direct-chat-msg {
  486. margin-bottom: 10px;
  487. }
  488. .direct-chat-msg::after {
  489. display: block;
  490. clear: both;
  491. content: "";
  492. }
  493. .direct-chat-messages,
  494. .direct-chat-contacts {
  495. transition: transform .5s ease-in-out;
  496. }
  497. .direct-chat-text {
  498. border-radius: 0.3rem;
  499. background-color: #d2d6de;
  500. border: 1px solid #d2d6de;
  501. color: #444;
  502. margin: 5px 0 0 50px;
  503. padding: 5px 10px;
  504. position: relative;
  505. }
  506. .direct-chat-text::after, .direct-chat-text::before {
  507. border: solid transparent;
  508. border-right-color: #d2d6de;
  509. content: " ";
  510. height: 0;
  511. pointer-events: none;
  512. position: absolute;
  513. right: 100%;
  514. top: 15px;
  515. width: 0;
  516. }
  517. .direct-chat-text::after {
  518. border-width: 5px;
  519. margin-top: -5px;
  520. }
  521. .direct-chat-text::before {
  522. border-width: 6px;
  523. margin-top: -6px;
  524. }
  525. .right .direct-chat-text {
  526. margin-left: 0;
  527. margin-right: 50px;
  528. }
  529. .right .direct-chat-text::after, .right .direct-chat-text::before {
  530. border-left-color: #d2d6de;
  531. border-right-color: transparent;
  532. left: 100%;
  533. right: auto;
  534. }
  535. .direct-chat-img {
  536. border-radius: 50%;
  537. float: left;
  538. height: 40px;
  539. width: 40px;
  540. }
  541. .right .direct-chat-img {
  542. float: right;
  543. }
  544. .direct-chat-infos {
  545. display: block;
  546. font-size: 0.875rem;
  547. margin-bottom: 2px;
  548. }
  549. .direct-chat-name {
  550. font-weight: 600;
  551. }
  552. .direct-chat-timestamp {
  553. color: #697582;
  554. }
  555. .direct-chat-contacts-open .direct-chat-contacts {
  556. transform: translate(0, 0);
  557. }
  558. .direct-chat-contacts {
  559. transform: translate(101%, 0);
  560. background-color: #343a40;
  561. bottom: 0;
  562. color: #fff;
  563. height: 250px;
  564. overflow: auto;
  565. position: absolute;
  566. top: 0;
  567. width: 100%;
  568. }
  569. .direct-chat-contacts-light {
  570. background-color: #f8f9fa;
  571. }
  572. .direct-chat-contacts-light .contacts-list-name {
  573. color: #495057;
  574. }
  575. .direct-chat-contacts-light .contacts-list-date {
  576. color: #6c757d;
  577. }
  578. .direct-chat-contacts-light .contacts-list-msg {
  579. color: #545b62;
  580. }
  581. .contacts-list {
  582. padding-left: 0;
  583. list-style: none;
  584. }
  585. .contacts-list > li {
  586. border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  587. margin: 0;
  588. padding: 10px;
  589. }
  590. .contacts-list > li::after {
  591. display: block;
  592. clear: both;
  593. content: "";
  594. }
  595. .contacts-list > li:last-of-type {
  596. border-bottom: 0;
  597. }
  598. .contacts-list-img {
  599. border-radius: 50%;
  600. float: left;
  601. width: 40px;
  602. }
  603. .contacts-list-info {
  604. color: #fff;
  605. margin-left: 45px;
  606. }
  607. .contacts-list-name,
  608. .contacts-list-status {
  609. display: block;
  610. }
  611. .contacts-list-name {
  612. font-weight: 600;
  613. }
  614. .contacts-list-status {
  615. font-size: 0.875rem;
  616. }
  617. .contacts-list-date {
  618. color: #ced4da;
  619. font-weight: 400;
  620. }
  621. .contacts-list-msg {
  622. color: #b1bbc4;
  623. }
  624. .direct-chat-primary .right > .direct-chat-text {
  625. background-color: #007bff;
  626. border-color: #007bff;
  627. color: #fff;
  628. }
  629. .direct-chat-primary .right > .direct-chat-text::after, .direct-chat-primary .right > .direct-chat-text::before {
  630. border-left-color: #007bff;
  631. }
  632. .direct-chat-secondary .right > .direct-chat-text {
  633. background-color: #6c757d;
  634. border-color: #6c757d;
  635. color: #fff;
  636. }
  637. .direct-chat-secondary .right > .direct-chat-text::after, .direct-chat-secondary .right > .direct-chat-text::before {
  638. border-left-color: #6c757d;
  639. }
  640. .direct-chat-success .right > .direct-chat-text {
  641. background-color: #28a745;
  642. border-color: #28a745;
  643. color: #fff;
  644. }
  645. .direct-chat-success .right > .direct-chat-text::after, .direct-chat-success .right > .direct-chat-text::before {
  646. border-left-color: #28a745;
  647. }
  648. .direct-chat-info .right > .direct-chat-text {
  649. background-color: #17a2b8;
  650. border-color: #17a2b8;
  651. color: #fff;
  652. }
  653. .direct-chat-info .right > .direct-chat-text::after, .direct-chat-info .right > .direct-chat-text::before {
  654. border-left-color: #17a2b8;
  655. }
  656. .direct-chat-warning .right > .direct-chat-text {
  657. background-color: #ffc107;
  658. border-color: #ffc107;
  659. color: #1f2d3d;
  660. }
  661. .direct-chat-warning .right > .direct-chat-text::after, .direct-chat-warning .right > .direct-chat-text::before {
  662. border-left-color: #ffc107;
  663. }
  664. .direct-chat-danger .right > .direct-chat-text {
  665. background-color: #dc3545;
  666. border-color: #dc3545;
  667. color: #fff;
  668. }
  669. .direct-chat-danger .right > .direct-chat-text::after, .direct-chat-danger .right > .direct-chat-text::before {
  670. border-left-color: #dc3545;
  671. }
  672. .direct-chat-light .right > .direct-chat-text {
  673. background-color: #f8f9fa;
  674. border-color: #f8f9fa;
  675. color: #1f2d3d;
  676. }
  677. .direct-chat-light .right > .direct-chat-text::after, .direct-chat-light .right > .direct-chat-text::before {
  678. border-left-color: #f8f9fa;
  679. }
  680. .direct-chat-dark .right > .direct-chat-text {
  681. background-color: #343a40;
  682. border-color: #343a40;
  683. color: #fff;
  684. }
  685. .direct-chat-dark .right > .direct-chat-text::after, .direct-chat-dark .right > .direct-chat-text::before {
  686. border-left-color: #343a40;
  687. }
  688. .direct-chat-lightblue .right > .direct-chat-text {
  689. background-color: #3c8dbc;
  690. border-color: #3c8dbc;
  691. color: #fff;
  692. }
  693. .direct-chat-lightblue .right > .direct-chat-text::after, .direct-chat-lightblue .right > .direct-chat-text::before {
  694. border-left-color: #3c8dbc;
  695. }
  696. .direct-chat-navy .right > .direct-chat-text {
  697. background-color: #001f3f;
  698. border-color: #001f3f;
  699. color: #fff;
  700. }
  701. .direct-chat-navy .right > .direct-chat-text::after, .direct-chat-navy .right > .direct-chat-text::before {
  702. border-left-color: #001f3f;
  703. }
  704. .direct-chat-olive .right > .direct-chat-text {
  705. background-color: #3d9970;
  706. border-color: #3d9970;
  707. color: #fff;
  708. }
  709. .direct-chat-olive .right > .direct-chat-text::after, .direct-chat-olive .right > .direct-chat-text::before {
  710. border-left-color: #3d9970;
  711. }
  712. .direct-chat-lime .right > .direct-chat-text {
  713. background-color: #01ff70;
  714. border-color: #01ff70;
  715. color: #1f2d3d;
  716. }
  717. .direct-chat-lime .right > .direct-chat-text::after, .direct-chat-lime .right > .direct-chat-text::before {
  718. border-left-color: #01ff70;
  719. }
  720. .direct-chat-fuchsia .right > .direct-chat-text {
  721. background-color: #f012be;
  722. border-color: #f012be;
  723. color: #fff;
  724. }
  725. .direct-chat-fuchsia .right > .direct-chat-text::after, .direct-chat-fuchsia .right > .direct-chat-text::before {
  726. border-left-color: #f012be;
  727. }
  728. .direct-chat-maroon .right > .direct-chat-text {
  729. background-color: #d81b60;
  730. border-color: #d81b60;
  731. color: #fff;
  732. }
  733. .direct-chat-maroon .right > .direct-chat-text::after, .direct-chat-maroon .right > .direct-chat-text::before {
  734. border-left-color: #d81b60;
  735. }
  736. .direct-chat-blue .right > .direct-chat-text {
  737. background-color: #007bff;
  738. border-color: #007bff;
  739. color: #fff;
  740. }
  741. .direct-chat-blue .right > .direct-chat-text::after, .direct-chat-blue .right > .direct-chat-text::before {
  742. border-left-color: #007bff;
  743. }
  744. .direct-chat-indigo .right > .direct-chat-text {
  745. background-color: #6610f2;
  746. border-color: #6610f2;
  747. color: #fff;
  748. }
  749. .direct-chat-indigo .right > .direct-chat-text::after, .direct-chat-indigo .right > .direct-chat-text::before {
  750. border-left-color: #6610f2;
  751. }
  752. .direct-chat-purple .right > .direct-chat-text {
  753. background-color: #6f42c1;
  754. border-color: #6f42c1;
  755. color: #fff;
  756. }
  757. .direct-chat-purple .right > .direct-chat-text::after, .direct-chat-purple .right > .direct-chat-text::before {
  758. border-left-color: #6f42c1;
  759. }
  760. .direct-chat-pink .right > .direct-chat-text {
  761. background-color: #e83e8c;
  762. border-color: #e83e8c;
  763. color: #fff;
  764. }
  765. .direct-chat-pink .right > .direct-chat-text::after, .direct-chat-pink .right > .direct-chat-text::before {
  766. border-left-color: #e83e8c;
  767. }
  768. .direct-chat-red .right > .direct-chat-text {
  769. background-color: #dc3545;
  770. border-color: #dc3545;
  771. color: #fff;
  772. }
  773. .direct-chat-red .right > .direct-chat-text::after, .direct-chat-red .right > .direct-chat-text::before {
  774. border-left-color: #dc3545;
  775. }
  776. .direct-chat-orange .right > .direct-chat-text {
  777. background-color: #fd7e14;
  778. border-color: #fd7e14;
  779. color: #1f2d3d;
  780. }
  781. .direct-chat-orange .right > .direct-chat-text::after, .direct-chat-orange .right > .direct-chat-text::before {
  782. border-left-color: #fd7e14;
  783. }
  784. .direct-chat-yellow .right > .direct-chat-text {
  785. background-color: #ffc107;
  786. border-color: #ffc107;
  787. color: #1f2d3d;
  788. }
  789. .direct-chat-yellow .right > .direct-chat-text::after, .direct-chat-yellow .right > .direct-chat-text::before {
  790. border-left-color: #ffc107;
  791. }
  792. .direct-chat-green .right > .direct-chat-text {
  793. background-color: #28a745;
  794. border-color: #28a745;
  795. color: #fff;
  796. }
  797. .direct-chat-green .right > .direct-chat-text::after, .direct-chat-green .right > .direct-chat-text::before {
  798. border-left-color: #28a745;
  799. }
  800. .direct-chat-teal .right > .direct-chat-text {
  801. background-color: #20c997;
  802. border-color: #20c997;
  803. color: #fff;
  804. }
  805. .direct-chat-teal .right > .direct-chat-text::after, .direct-chat-teal .right > .direct-chat-text::before {
  806. border-left-color: #20c997;
  807. }
  808. .direct-chat-cyan .right > .direct-chat-text {
  809. background-color: #17a2b8;
  810. border-color: #17a2b8;
  811. color: #fff;
  812. }
  813. .direct-chat-cyan .right > .direct-chat-text::after, .direct-chat-cyan .right > .direct-chat-text::before {
  814. border-left-color: #17a2b8;
  815. }
  816. .direct-chat-white .right > .direct-chat-text {
  817. background-color: #fff;
  818. border-color: #fff;
  819. color: #1f2d3d;
  820. }
  821. .direct-chat-white .right > .direct-chat-text::after, .direct-chat-white .right > .direct-chat-text::before {
  822. border-left-color: #fff;
  823. }
  824. .direct-chat-gray .right > .direct-chat-text {
  825. background-color: #6c757d;
  826. border-color: #6c757d;
  827. color: #fff;
  828. }
  829. .direct-chat-gray .right > .direct-chat-text::after, .direct-chat-gray .right > .direct-chat-text::before {
  830. border-left-color: #6c757d;
  831. }
  832. .direct-chat-gray-dark .right > .direct-chat-text {
  833. background-color: #343a40;
  834. border-color: #343a40;
  835. color: #fff;
  836. }
  837. .direct-chat-gray-dark .right > .direct-chat-text::after, .direct-chat-gray-dark .right > .direct-chat-text::before {
  838. border-left-color: #343a40;
  839. }
  840. .dark-mode .direct-chat-text {
  841. background-color: #454d55;
  842. border-color: #4b545c;
  843. color: #fff;
  844. }
  845. .dark-mode .direct-chat-text::after, .dark-mode .direct-chat-text::before {
  846. border-right-color: #4b545c;
  847. }
  848. .dark-mode .direct-chat-timestamp {
  849. color: #adb5bd;
  850. }
  851. .dark-mode .right > .direct-chat-text::after, .dark-mode .right > .direct-chat-text::before {
  852. border-right-color: transparent;
  853. }
  854. .users-list {
  855. padding-left: 0;
  856. list-style: none;
  857. }
  858. .users-list > li {
  859. float: left;
  860. padding: 10px;
  861. text-align: center;
  862. width: 25%;
  863. }
  864. .users-list > li img {
  865. border-radius: 50%;
  866. height: auto;
  867. max-width: 100%;
  868. }
  869. .users-list > li > a:hover,
  870. .users-list > li > a:hover .users-list-name {
  871. color: #999;
  872. }
  873. .users-list-name,
  874. .users-list-date {
  875. display: block;
  876. }
  877. .users-list-name {
  878. color: #495057;
  879. font-size: 0.875rem;
  880. overflow: hidden;
  881. text-overflow: ellipsis;
  882. white-space: nowrap;
  883. }
  884. .users-list-date {
  885. color: #748290;
  886. font-size: 12px;
  887. }
  888. .dark-mode .users-list-name {
  889. color: #ced4da;
  890. }
  891. .dark-mode .users-list-date {
  892. color: #adb5bd;
  893. }
  894. .card-widget {
  895. border: 0;
  896. position: relative;
  897. }
  898. .widget-user .widget-user-header {
  899. border-top-left-radius: 0.25rem;
  900. border-top-right-radius: 0.25rem;
  901. height: 135px;
  902. padding: 1rem;
  903. text-align: center;
  904. }
  905. .widget-user .widget-user-username {
  906. font-size: 25px;
  907. font-weight: 300;
  908. margin-bottom: 0;
  909. margin-top: 0;
  910. text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  911. }
  912. .widget-user .widget-user-desc {
  913. margin-top: 0;
  914. }
  915. .widget-user .widget-user-image {
  916. left: 50%;
  917. margin-left: -45px;
  918. position: absolute;
  919. top: 80px;
  920. }
  921. .widget-user .widget-user-image > img {
  922. border: 3px solid #fff;
  923. height: auto;
  924. width: 90px;
  925. }
  926. .widget-user .card-footer {
  927. padding-top: 50px;
  928. }
  929. .widget-user-2 .widget-user-header {
  930. border-top-left-radius: 0.25rem;
  931. border-top-right-radius: 0.25rem;
  932. padding: 1rem;
  933. }
  934. .widget-user-2 .widget-user-username {
  935. font-size: 25px;
  936. font-weight: 300;
  937. margin-bottom: 5px;
  938. margin-top: 5px;
  939. }
  940. .widget-user-2 .widget-user-desc {
  941. margin-top: 0;
  942. }
  943. .widget-user-2 .widget-user-username,
  944. .widget-user-2 .widget-user-desc {
  945. margin-left: 75px;
  946. }
  947. .widget-user-2 .widget-user-image > img {
  948. float: left;
  949. height: auto;
  950. width: 65px;
  951. }
  952. /*# sourceMappingURL=adminlte.extra-components.css.map */