123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065 |
- /*!
- * AdminLTE v3.0.5
- * Only Extra Components
- * Author: Colorlib
- * Website: AdminLTE.io <http://adminlte.io>
- * License: Open source - MIT <http://opensource.org/licenses/MIT>
- */
- .small-box {
- border-radius: 0.25rem;
- box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
- display: block;
- margin-bottom: 20px;
- position: relative;
- }
- .small-box > .inner {
- padding: 10px;
- }
- .small-box > .small-box-footer {
- background: rgba(0, 0, 0, 0.1);
- color: rgba(255, 255, 255, 0.8);
- display: block;
- padding: 3px 0;
- position: relative;
- text-align: center;
- text-decoration: none;
- z-index: 10;
- }
- .small-box > .small-box-footer:hover {
- background: rgba(0, 0, 0, 0.15);
- color: #ffffff;
- }
- .small-box h3 {
- font-size: 2.2rem;
- font-weight: bold;
- margin: 0 0 10px 0;
- padding: 0;
- white-space: nowrap;
- }
- @media (min-width: 992px) {
- .col-xl-2 .small-box h3,
- .col-lg-2 .small-box h3,
- .col-md-2 .small-box h3 {
- font-size: 1.6rem;
- }
- .col-xl-3 .small-box h3,
- .col-lg-3 .small-box h3,
- .col-md-3 .small-box h3 {
- font-size: 1.6rem;
- }
- }
- @media (min-width: 1200px) {
- .col-xl-2 .small-box h3,
- .col-lg-2 .small-box h3,
- .col-md-2 .small-box h3 {
- font-size: 2.2rem;
- }
- .col-xl-3 .small-box h3,
- .col-lg-3 .small-box h3,
- .col-md-3 .small-box h3 {
- font-size: 2.2rem;
- }
- }
- .small-box p {
- font-size: 1rem;
- }
- .small-box p > small {
- color: #f8f9fa;
- display: block;
- font-size: 0.9rem;
- margin-top: 5px;
- }
- .small-box h3,
- .small-box p {
- z-index: 5;
- }
- .small-box .icon {
- color: rgba(0, 0, 0, 0.15);
- z-index: 0;
- }
- .small-box .icon > i {
- font-size: 90px;
- position: absolute;
- right: 15px;
- top: 15px;
- transition: all 0.3s linear;
- }
- .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 {
- font-size: 70px;
- top: 20px;
- }
- .small-box:hover {
- text-decoration: none;
- }
- .small-box:hover .icon > i {
- font-size: 95px;
- }
- .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 {
- font-size: 75px;
- }
- @media (max-width: 767.98px) {
- .small-box {
- text-align: center;
- }
- .small-box .icon {
- display: none;
- }
- .small-box p {
- font-size: 12px;
- }
- }
- .info-box {
- box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
- border-radius: 0.25rem;
- background: #ffffff;
- display: flex;
- margin-bottom: 1rem;
- min-height: 80px;
- padding: .5rem;
- position: relative;
- width: 100%;
- }
- .info-box .progress {
- background-color: rgba(0, 0, 0, 0.125);
- height: 2px;
- margin: 5px 0;
- }
- .info-box .progress .progress-bar {
- background-color: #ffffff;
- }
- .info-box .info-box-icon {
- border-radius: 0.25rem;
- align-items: center;
- display: flex;
- font-size: 1.875rem;
- justify-content: center;
- text-align: center;
- width: 70px;
- }
- .info-box .info-box-icon > img {
- max-width: 100%;
- }
- .info-box .info-box-content {
- display: flex;
- flex-direction: column;
- justify-content: center;
- line-height: 120%;
- flex: 1;
- padding: 0 10px;
- }
- .info-box .info-box-number {
- display: block;
- margin-top: .25rem;
- font-weight: 700;
- }
- .info-box .progress-description,
- .info-box .info-box-text {
- display: block;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .info-box .info-box .bg-primary,
- .info-box .info-box .bg-gradient-primary {
- color: #ffffff;
- }
- .info-box .info-box .bg-primary .progress-bar,
- .info-box .info-box .bg-gradient-primary .progress-bar {
- background-color: #ffffff;
- }
- .info-box .info-box .bg-secondary,
- .info-box .info-box .bg-gradient-secondary {
- color: #ffffff;
- }
- .info-box .info-box .bg-secondary .progress-bar,
- .info-box .info-box .bg-gradient-secondary .progress-bar {
- background-color: #ffffff;
- }
- .info-box .info-box .bg-success,
- .info-box .info-box .bg-gradient-success {
- color: #ffffff;
- }
- .info-box .info-box .bg-success .progress-bar,
- .info-box .info-box .bg-gradient-success .progress-bar {
- background-color: #ffffff;
- }
- .info-box .info-box .bg-info,
- .info-box .info-box .bg-gradient-info {
- color: #ffffff;
- }
- .info-box .info-box .bg-info .progress-bar,
- .info-box .info-box .bg-gradient-info .progress-bar {
- background-color: #ffffff;
- }
- .info-box .info-box .bg-warning,
- .info-box .info-box .bg-gradient-warning {
- color: #1F2D3D;
- }
- .info-box .info-box .bg-warning .progress-bar,
- .info-box .info-box .bg-gradient-warning .progress-bar {
- background-color: #1F2D3D;
- }
- .info-box .info-box .bg-danger,
- .info-box .info-box .bg-gradient-danger {
- color: #ffffff;
- }
- .info-box .info-box .bg-danger .progress-bar,
- .info-box .info-box .bg-gradient-danger .progress-bar {
- background-color: #ffffff;
- }
- .info-box .info-box .bg-light,
- .info-box .info-box .bg-gradient-light {
- color: #1F2D3D;
- }
- .info-box .info-box .bg-light .progress-bar,
- .info-box .info-box .bg-gradient-light .progress-bar {
- background-color: #1F2D3D;
- }
- .info-box .info-box .bg-dark,
- .info-box .info-box .bg-gradient-dark {
- color: #ffffff;
- }
- .info-box .info-box .bg-dark .progress-bar,
- .info-box .info-box .bg-gradient-dark .progress-bar {
- background-color: #ffffff;
- }
- .info-box .info-box-more {
- display: block;
- }
- .info-box .progress-description {
- margin: 0;
- }
- @media (min-width: 768px) {
- .col-xl-2 .info-box .progress-description,
- .col-lg-2 .info-box .progress-description,
- .col-md-2 .info-box .progress-description {
- display: none;
- }
- .col-xl-3 .info-box .progress-description,
- .col-lg-3 .info-box .progress-description,
- .col-md-3 .info-box .progress-description {
- display: none;
- }
- }
- @media (min-width: 992px) {
- .col-xl-2 .info-box .progress-description,
- .col-lg-2 .info-box .progress-description,
- .col-md-2 .info-box .progress-description {
- font-size: 0.75rem;
- display: block;
- }
- .col-xl-3 .info-box .progress-description,
- .col-lg-3 .info-box .progress-description,
- .col-md-3 .info-box .progress-description {
- font-size: 0.75rem;
- display: block;
- }
- }
- @media (min-width: 1200px) {
- .col-xl-2 .info-box .progress-description,
- .col-lg-2 .info-box .progress-description,
- .col-md-2 .info-box .progress-description {
- font-size: 1rem;
- display: block;
- }
- .col-xl-3 .info-box .progress-description,
- .col-lg-3 .info-box .progress-description,
- .col-md-3 .info-box .progress-description {
- font-size: 1rem;
- display: block;
- }
- }
- .timeline {
- margin: 0 0 45px;
- padding: 0;
- position: relative;
- }
- .timeline::before {
- border-radius: 0.25rem;
- background: #dee2e6;
- bottom: 0;
- content: '';
- left: 31px;
- margin: 0;
- position: absolute;
- top: 0;
- width: 4px;
- }
- .timeline > div {
- margin-bottom: 15px;
- margin-right: 10px;
- position: relative;
- }
- .timeline > div::before, .timeline > div::after {
- content: "";
- display: table;
- }
- .timeline > div > .timeline-item {
- box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
- border-radius: 0.25rem;
- background: #ffffff;
- color: #495057;
- margin-left: 60px;
- margin-right: 15px;
- margin-top: 0;
- padding: 0;
- position: relative;
- }
- .timeline > div > .timeline-item > .time {
- color: #999;
- float: right;
- font-size: 12px;
- padding: 10px;
- }
- .timeline > div > .timeline-item > .timeline-header {
- border-bottom: 1px solid rgba(0, 0, 0, 0.125);
- color: #495057;
- font-size: 16px;
- line-height: 1.1;
- margin: 0;
- padding: 10px;
- }
- .timeline > div > .timeline-item > .timeline-header > a {
- font-weight: 600;
- }
- .timeline > div > .timeline-item > .timeline-body,
- .timeline > div > .timeline-item > .timeline-footer {
- padding: 10px;
- }
- .timeline > div > .timeline-item > .timeline-body > img {
- margin: 10px;
- }
- .timeline > div > .timeline-item > .timeline-body > dl, .timeline > div > .timeline-item > .timeline-body ol, .timeline > div > .timeline-item > .timeline-body ul {
- margin: 0;
- }
- .timeline > div > .timeline-item > .timeline-footer > a {
- color: #ffffff;
- }
- .timeline > div > .fa,
- .timeline > div > .fas,
- .timeline > div > .far,
- .timeline > div > .fab,
- .timeline > div > .glyphicon,
- .timeline > div > .ion {
- background: #adb5bd;
- border-radius: 50%;
- font-size: 15px;
- height: 30px;
- left: 18px;
- line-height: 30px;
- position: absolute;
- text-align: center;
- top: 0;
- width: 30px;
- }
- .timeline > .time-label > span {
- border-radius: 4px;
- background-color: #ffffff;
- display: inline-block;
- font-weight: 600;
- padding: 5px;
- }
- .timeline-inverse > div > .timeline-item {
- box-shadow: none;
- background: #f8f9fa;
- border: 1px solid #dee2e6;
- }
- .timeline-inverse > div > .timeline-item > .timeline-header {
- border-bottom-color: #dee2e6;
- }
- .products-list {
- list-style: none;
- margin: 0;
- padding: 0;
- }
- .products-list > .item {
- border-radius: 0.25rem;
- background: #ffffff;
- padding: 10px 0;
- }
- .products-list > .item::after {
- display: block;
- clear: both;
- content: "";
- }
- .products-list .product-img {
- float: left;
- }
- .products-list .product-img img {
- height: 50px;
- width: 50px;
- }
- .products-list .product-info {
- margin-left: 60px;
- }
- .products-list .product-title {
- font-weight: 600;
- }
- .products-list .product-description {
- color: #6c757d;
- display: block;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .product-list-in-card > .item {
- border-radius: 0;
- border-bottom: 1px solid rgba(0, 0, 0, 0.125);
- }
- .product-list-in-card > .item:last-of-type {
- border-bottom-width: 0;
- }
- .direct-chat .card-body {
- overflow-x: hidden;
- padding: 0;
- position: relative;
- }
- .direct-chat.chat-pane-open .direct-chat-contacts {
- transform: translate(0, 0);
- }
- .direct-chat.timestamp-light .direct-chat-timestamp {
- color: #30465f;
- }
- .direct-chat.timestamp-dark .direct-chat-timestamp {
- color: #cccccc;
- }
- .direct-chat-messages {
- transform: translate(0, 0);
- height: 250px;
- overflow: auto;
- padding: 10px;
- }
- .direct-chat-msg,
- .direct-chat-text {
- display: block;
- }
- .direct-chat-msg {
- margin-bottom: 10px;
- }
- .direct-chat-msg::after {
- display: block;
- clear: both;
- content: "";
- }
- .direct-chat-messages,
- .direct-chat-contacts {
- transition: transform .5s ease-in-out;
- }
- .direct-chat-text {
- border-radius: 0.3rem;
- background: #d2d6de;
- border: 1px solid #d2d6de;
- color: #444;
- margin: 5px 0 0 50px;
- padding: 5px 10px;
- position: relative;
- }
- .direct-chat-text::after, .direct-chat-text::before {
- border: solid transparent;
- border-right-color: #d2d6de;
- content: ' ';
- height: 0;
- pointer-events: none;
- position: absolute;
- right: 100%;
- top: 15px;
- width: 0;
- }
- .direct-chat-text::after {
- border-width: 5px;
- margin-top: -5px;
- }
- .direct-chat-text::before {
- border-width: 6px;
- margin-top: -6px;
- }
- .right .direct-chat-text {
- margin-left: 0;
- margin-right: 50px;
- }
- .right .direct-chat-text::after, .right .direct-chat-text::before {
- border-left-color: #d2d6de;
- border-right-color: transparent;
- left: 100%;
- right: auto;
- }
- .direct-chat-img {
- border-radius: 50%;
- float: left;
- height: 40px;
- width: 40px;
- }
- .right .direct-chat-img {
- float: right;
- }
- .direct-chat-infos {
- display: block;
- font-size: 0.875rem;
- margin-bottom: 2px;
- }
- .direct-chat-name {
- font-weight: 600;
- }
- .direct-chat-timestamp {
- color: #697582;
- }
- .direct-chat-contacts-open .direct-chat-contacts {
- transform: translate(0, 0);
- }
- .direct-chat-contacts {
- transform: translate(101%, 0);
- background: #343a40;
- bottom: 0;
- color: #ffffff;
- height: 250px;
- overflow: auto;
- position: absolute;
- top: 0;
- width: 100%;
- }
- .direct-chat-contacts-light {
- background: #f8f9fa;
- }
- .direct-chat-contacts-light .contacts-list-name {
- color: #495057;
- }
- .direct-chat-contacts-light .contacts-list-date {
- color: #6c757d;
- }
- .direct-chat-contacts-light .contacts-list-msg {
- color: #545b62;
- }
- .contacts-list {
- padding-left: 0;
- list-style: none;
- }
- .contacts-list > li {
- border-bottom: 1px solid rgba(0, 0, 0, 0.2);
- margin: 0;
- padding: 10px;
- }
- .contacts-list > li::after {
- display: block;
- clear: both;
- content: "";
- }
- .contacts-list > li:last-of-type {
- border-bottom: 0;
- }
- .contacts-list-img {
- border-radius: 50%;
- float: left;
- width: 40px;
- }
- .contacts-list-info {
- color: #ffffff;
- margin-left: 45px;
- }
- .contacts-list-name,
- .contacts-list-status {
- display: block;
- }
- .contacts-list-name {
- font-weight: 600;
- }
- .contacts-list-status {
- font-size: 0.875rem;
- }
- .contacts-list-date {
- color: #ced4da;
- font-weight: normal;
- }
- .contacts-list-msg {
- color: #b1bbc4;
- }
- .direct-chat-primary .right > .direct-chat-text {
- background: #007bff;
- border-color: #007bff;
- color: #ffffff;
- }
- .direct-chat-primary .right > .direct-chat-text::after, .direct-chat-primary .right > .direct-chat-text::before {
- border-left-color: #007bff;
- }
- .direct-chat-secondary .right > .direct-chat-text {
- background: #6c757d;
- border-color: #6c757d;
- color: #ffffff;
- }
- .direct-chat-secondary .right > .direct-chat-text::after, .direct-chat-secondary .right > .direct-chat-text::before {
- border-left-color: #6c757d;
- }
- .direct-chat-success .right > .direct-chat-text {
- background: #28a745;
- border-color: #28a745;
- color: #ffffff;
- }
- .direct-chat-success .right > .direct-chat-text::after, .direct-chat-success .right > .direct-chat-text::before {
- border-left-color: #28a745;
- }
- .direct-chat-info .right > .direct-chat-text {
- background: #17a2b8;
- border-color: #17a2b8;
- color: #ffffff;
- }
- .direct-chat-info .right > .direct-chat-text::after, .direct-chat-info .right > .direct-chat-text::before {
- border-left-color: #17a2b8;
- }
- .direct-chat-warning .right > .direct-chat-text {
- background: #ffc107;
- border-color: #ffc107;
- color: #1F2D3D;
- }
- .direct-chat-warning .right > .direct-chat-text::after, .direct-chat-warning .right > .direct-chat-text::before {
- border-left-color: #ffc107;
- }
- .direct-chat-danger .right > .direct-chat-text {
- background: #dc3545;
- border-color: #dc3545;
- color: #ffffff;
- }
- .direct-chat-danger .right > .direct-chat-text::after, .direct-chat-danger .right > .direct-chat-text::before {
- border-left-color: #dc3545;
- }
- .direct-chat-light .right > .direct-chat-text {
- background: #f8f9fa;
- border-color: #f8f9fa;
- color: #1F2D3D;
- }
- .direct-chat-light .right > .direct-chat-text::after, .direct-chat-light .right > .direct-chat-text::before {
- border-left-color: #f8f9fa;
- }
- .direct-chat-dark .right > .direct-chat-text {
- background: #343a40;
- border-color: #343a40;
- color: #ffffff;
- }
- .direct-chat-dark .right > .direct-chat-text::after, .direct-chat-dark .right > .direct-chat-text::before {
- border-left-color: #343a40;
- }
- .direct-chat-lightblue .right > .direct-chat-text {
- background: #3c8dbc;
- border-color: #3c8dbc;
- color: #ffffff;
- }
- .direct-chat-lightblue .right > .direct-chat-text::after, .direct-chat-lightblue .right > .direct-chat-text::before {
- border-left-color: #3c8dbc;
- }
- .direct-chat-navy .right > .direct-chat-text {
- background: #001f3f;
- border-color: #001f3f;
- color: #ffffff;
- }
- .direct-chat-navy .right > .direct-chat-text::after, .direct-chat-navy .right > .direct-chat-text::before {
- border-left-color: #001f3f;
- }
- .direct-chat-olive .right > .direct-chat-text {
- background: #3d9970;
- border-color: #3d9970;
- color: #ffffff;
- }
- .direct-chat-olive .right > .direct-chat-text::after, .direct-chat-olive .right > .direct-chat-text::before {
- border-left-color: #3d9970;
- }
- .direct-chat-lime .right > .direct-chat-text {
- background: #01ff70;
- border-color: #01ff70;
- color: #1F2D3D;
- }
- .direct-chat-lime .right > .direct-chat-text::after, .direct-chat-lime .right > .direct-chat-text::before {
- border-left-color: #01ff70;
- }
- .direct-chat-fuchsia .right > .direct-chat-text {
- background: #f012be;
- border-color: #f012be;
- color: #ffffff;
- }
- .direct-chat-fuchsia .right > .direct-chat-text::after, .direct-chat-fuchsia .right > .direct-chat-text::before {
- border-left-color: #f012be;
- }
- .direct-chat-maroon .right > .direct-chat-text {
- background: #d81b60;
- border-color: #d81b60;
- color: #ffffff;
- }
- .direct-chat-maroon .right > .direct-chat-text::after, .direct-chat-maroon .right > .direct-chat-text::before {
- border-left-color: #d81b60;
- }
- .direct-chat-blue .right > .direct-chat-text {
- background: #007bff;
- border-color: #007bff;
- color: #ffffff;
- }
- .direct-chat-blue .right > .direct-chat-text::after, .direct-chat-blue .right > .direct-chat-text::before {
- border-left-color: #007bff;
- }
- .direct-chat-indigo .right > .direct-chat-text {
- background: #6610f2;
- border-color: #6610f2;
- color: #ffffff;
- }
- .direct-chat-indigo .right > .direct-chat-text::after, .direct-chat-indigo .right > .direct-chat-text::before {
- border-left-color: #6610f2;
- }
- .direct-chat-purple .right > .direct-chat-text {
- background: #6f42c1;
- border-color: #6f42c1;
- color: #ffffff;
- }
- .direct-chat-purple .right > .direct-chat-text::after, .direct-chat-purple .right > .direct-chat-text::before {
- border-left-color: #6f42c1;
- }
- .direct-chat-pink .right > .direct-chat-text {
- background: #e83e8c;
- border-color: #e83e8c;
- color: #ffffff;
- }
- .direct-chat-pink .right > .direct-chat-text::after, .direct-chat-pink .right > .direct-chat-text::before {
- border-left-color: #e83e8c;
- }
- .direct-chat-red .right > .direct-chat-text {
- background: #dc3545;
- border-color: #dc3545;
- color: #ffffff;
- }
- .direct-chat-red .right > .direct-chat-text::after, .direct-chat-red .right > .direct-chat-text::before {
- border-left-color: #dc3545;
- }
- .direct-chat-orange .right > .direct-chat-text {
- background: #fd7e14;
- border-color: #fd7e14;
- color: #1F2D3D;
- }
- .direct-chat-orange .right > .direct-chat-text::after, .direct-chat-orange .right > .direct-chat-text::before {
- border-left-color: #fd7e14;
- }
- .direct-chat-yellow .right > .direct-chat-text {
- background: #ffc107;
- border-color: #ffc107;
- color: #1F2D3D;
- }
- .direct-chat-yellow .right > .direct-chat-text::after, .direct-chat-yellow .right > .direct-chat-text::before {
- border-left-color: #ffc107;
- }
- .direct-chat-green .right > .direct-chat-text {
- background: #28a745;
- border-color: #28a745;
- color: #ffffff;
- }
- .direct-chat-green .right > .direct-chat-text::after, .direct-chat-green .right > .direct-chat-text::before {
- border-left-color: #28a745;
- }
- .direct-chat-teal .right > .direct-chat-text {
- background: #20c997;
- border-color: #20c997;
- color: #ffffff;
- }
- .direct-chat-teal .right > .direct-chat-text::after, .direct-chat-teal .right > .direct-chat-text::before {
- border-left-color: #20c997;
- }
- .direct-chat-cyan .right > .direct-chat-text {
- background: #17a2b8;
- border-color: #17a2b8;
- color: #ffffff;
- }
- .direct-chat-cyan .right > .direct-chat-text::after, .direct-chat-cyan .right > .direct-chat-text::before {
- border-left-color: #17a2b8;
- }
- .direct-chat-white .right > .direct-chat-text {
- background: #ffffff;
- border-color: #ffffff;
- color: #1F2D3D;
- }
- .direct-chat-white .right > .direct-chat-text::after, .direct-chat-white .right > .direct-chat-text::before {
- border-left-color: #ffffff;
- }
- .direct-chat-gray .right > .direct-chat-text {
- background: #6c757d;
- border-color: #6c757d;
- color: #ffffff;
- }
- .direct-chat-gray .right > .direct-chat-text::after, .direct-chat-gray .right > .direct-chat-text::before {
- border-left-color: #6c757d;
- }
- .direct-chat-gray-dark .right > .direct-chat-text {
- background: #343a40;
- border-color: #343a40;
- color: #ffffff;
- }
- .direct-chat-gray-dark .right > .direct-chat-text::after, .direct-chat-gray-dark .right > .direct-chat-text::before {
- border-left-color: #343a40;
- }
- .users-list {
- padding-left: 0;
- list-style: none;
- }
- .users-list > li {
- float: left;
- padding: 10px;
- text-align: center;
- width: 25%;
- }
- .users-list > li img {
- border-radius: 50%;
- height: auto;
- max-width: 100%;
- }
- .users-list > li > a:hover,
- .users-list > li > a:hover .users-list-name {
- color: #999;
- }
- .users-list-name,
- .users-list-date {
- display: block;
- }
- .users-list-name {
- color: #495057;
- font-size: 0.875rem;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .users-list-date {
- color: #748290;
- font-size: 12px;
- }
- .card-widget {
- border: 0;
- position: relative;
- }
- .widget-user .widget-user-header {
- border-top-left-radius: 0.25rem;
- border-top-right-radius: 0.25rem;
- height: 135px;
- padding: 1rem;
- text-align: center;
- }
- .widget-user .widget-user-username {
- font-size: 25px;
- font-weight: 300;
- margin-bottom: 0;
- margin-top: 0;
- text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
- }
- .widget-user .widget-user-desc {
- margin-top: 0;
- }
- .widget-user .widget-user-image {
- left: 50%;
- margin-left: -45px;
- position: absolute;
- top: 80px;
- }
- .widget-user .widget-user-image > img {
- border: 3px solid #ffffff;
- height: auto;
- width: 90px;
- }
- .widget-user .card-footer {
- padding-top: 50px;
- }
- .widget-user-2 .widget-user-header {
- border-top-left-radius: 0.25rem;
- border-top-right-radius: 0.25rem;
- padding: 1rem;
- }
- .widget-user-2 .widget-user-username {
- font-size: 25px;
- font-weight: 300;
- margin-bottom: 5px;
- margin-top: 5px;
- }
- .widget-user-2 .widget-user-desc {
- margin-top: 0;
- }
- .widget-user-2 .widget-user-username,
- .widget-user-2 .widget-user-desc {
- margin-left: 75px;
- }
- .widget-user-2 .widget-user-image > img {
- float: left;
- height: auto;
- width: 65px;
- }
- /*# sourceMappingURL=adminlte.extra-components.css.map */
|