adminlte.extra-components.css 21 KB

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