equation-admin-template
Version:
Booststrap 4 admin template made by equation
1,545 lines (1,480 loc) • 115 kB
CSS
.table td {
padding: .75rem;
vertical-align: top;
border-top: none;
}
.table > thead:first-child > tr:first-child > th {
border-top: none;
}
/*
Chat Header
*/
.msg-messages .msg-container .msg-header {
padding: 20px 0px 20px 20px;
border-bottom: 1px solid #e9ecef;
}
.msg-messages .msg-container .msg-header .media i.icon {
font-size: 24px;
padding: 10px;
border-radius: 50%;
background-color: #c2d5ff;
color: #1a73e9;
}
.msg-messages .msg-container .msg-header .media .custom-dropdown a.dropdown-toggle:hover {
background-color: transparent;
}
.msg-messages .msg-container .msg-header .media .media-body h6 {
font-size: 19px;
font-weight: 600;
color: #1d1d1d;
}
.msg-messages .msg-container .msg-header .media .media-body p { color: #6a6c86; }
.msg-messages .msg-container .msg-header .media i:not(.icon) {
font-size: 17px;
color: #888ea8;
cursor: pointer;
}
/*
msg Body
*/
.msg-messages .msg-container .msg-body .table > tbody > tr > td {
padding: 18px 19px 24px 19px;
}
.msg-messages .msg-container .msg-body .table > tbody > tr .media img {
width: 48px;
}
.msg-messages .msg-container .msg-body .table > tbody > tr .media .media-body h6 {
font-weight: 600;
font-size: 17px;
color: #1d1d1d;
}
.msg-messages .msg-container .msg-body .table > tbody > tr .media .media-body p.message {
color: #b7b7b7;
font-size: 15px;
}
.msg-messages .msg-container .msg-body .table > tbody > tr > td .meta-time {
color: #9a9a9a;
font-size: 13px;
}
.msg-messages .msg-container .msg-body .show-all-msg a {
color: #3862f5;
font-size: 19px;
}
/*
New Products
*/
.new-products .table > thead > tr > th {
color: #1d1d1d;
font-size: 15px;
padding: 10px 8px;
font-weight: 600;
text-transform: uppercase;
border-bottom: 0px solid #ddd;
vertical-align: middle;
}
.new-products .table > tbody > tr > td {
color: #3b3f5c;
vertical-align: middle;
font-size: 15px;
padding: 14px 8px;
border-bottom: 0.07rem solid #f1f3f1;
}
.new-products .table > tbody > tr > td span.badge {
font-weight: 600;
padding: 5px 19px;
}
.new-products .table > tbody > tr > td span.badge.badge-success {
background-color: #b6fff1;
color: #1abc9c;
box-shadow: none;
}
.new-products .table > tbody > tr > td span.badge.badge-info {
background-color: #bae7ff;
color: #00b1f4;
box-shadow: none;
}
.new-products .table > tbody > tr > td span.badge.badge-secondary {
background-color: #dccff7;
color: #805dca;
box-shadow: none;
}
.new-products .table .new-control-indicator { width: 1.2rem; height: 1.2rem; }
.new-products .table .new-control.new-checkbox span.new-control-indicator:after { margin-left: -3px; }
.new-products .table > tbody > tr > td img {
border-radius: 50%;
width: 51px;
height: 49px;
border: 2px solid #5247bd;
}
.new-products .toolbar ul li {
margin-right: 0;
cursor: pointer;
}
.new-products .toolbar ul li i { font-size: 22px; }
.new-products .toolbar ul li span {
font-size: 13px;
cursor: pointer;
}
.toolbar { position: relative; }
.toolbar-toggle {
cursor: pointer;
font-size: 35px;
position: relative;
top: -11px;
color: #3232b7;
}
.toolbar:hover .toolbar-toggle { color: #0081e6; }
.toolbar:hover .toolbar-dropdown { display: block; }
.toolbar-dropdown {
position: absolute;
left: 0;
right: 0;
margin-top: -12px;
margin-left: auto;
margin-right: auto;
z-index: 10;
padding: 5px 5px;
border-radius: 4px;
background-color: #fff !important;
border: 1px solid #fff !important;
max-height: 400px;
height: auto;
max-width: 111px;
overflow-x: hidden;
overflow-y: auto;
box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2);
display: none;
}
.new-products .table > tbody > tr:last-child .toolbar-dropdown {
bottom: 40px;
margin-top: 0;;
}
.new-products .toolbar ul:hover span { color: #0081e6; }
.new-products .toolbar ul:hover i { color: #0081e6; }
.new-products .table > li > a i {
margin: 0;
font-size: 20px;
color: #888ea8;
display: block;
}
.new-products.table-responsive::-moz-scrollbar {
width: 5px;
height: 5px;
}
.new-products.table-responsive::-webkit-scrollbar {
width: 5px;
height: 5px;
}
.new-products.table-responsive::-moz-scrollbar-button:start:decrement,
.new-products.table-responsive::-moz-scrollbar-button:start:decrement {
height: 0px;
display: block;
background-color: #000;
width: 0;
}
.new-products.table-responsive::-webkit-scrollbar-button:start:decrement,
.new-products.table-responsive::-webkit-scrollbar-button:end:increment {
height: 0px;
display: block;
background-color: #000;
width: 0;
}
.new-products.table-responsive::-moz-scrollbar-track-piece {
background-color: #fff; /*Global Track Peice(the slider noob.)*/
-webkit-border-radius: 6px;
}
.new-products.table-responsive::-webkit-scrollbar-track-piece {
background-color: #fff; /*Global Track Peice(the slider noob.)*/
-webkit-border-radius: 6px;
}
.new-products.table-responsive::-moz-scrollbar-thumb:vertical {
height: 50px;
background-color: #dedfdf; /* Up/Down slider background*/
-webkit-border-radius: 6px;
}
.new-products.table-responsive::-webkit-scrollbar-thumb:vertical {
height: 50px;
background-color: #dedfdf; /* Up/Down slider background*/
-webkit-border-radius: 6px;
}
.new-products.table-responsive::-moz-scrollbar-thumb:horizontal {
width: 50px;
background-color: #dedfdf; /* Side/Side slider background*/
-webkit-border-radius: 3px;
}
.new-products.table-responsive::-webkit-scrollbar-thumb:horizontal {
width: 50px;
background-color: #dedfdf; /* Side/Side slider background*/
-webkit-border-radius: 3px;
}
/*
Tickets
*/
.ticket-scroll {
height: 331px;
padding-bottom: 20px;
}
.raised-tickets .table-header { border-bottom: 1px solid #e9ecef; }
.raised-tickets .table-header p {
padding: 26px 20px;
color: #3b3f5c;
font-size: 16px;
font-weight: 600;
}
.raised-tickets table thead tr { border-bottom: 1px solid #e9ecef; }
.raised-tickets table tbody td { padding: 23px 19px; }
.raised-tickets table tbody tr:not(:last-child) { border-bottom: 1px solid #f1f3f1; }
.raised-tickets table tbody td > .media img { width: 56px; }
.raised-tickets table tbody td > .media .media-body h6 {
font-weight: 600;
font-size: 17px;
color: #1d1d1d;
margin-bottom: 10px;
}
.raised-tickets table tbody td > .media .media-body p { color: #888ea8; font-size: 13px; }
.raised-tickets table tbody td > .media .media-body p i {
font-size: 20px;
vertical-align: bottom;
}
.raised-tickets table tbody td.action i {
font-size: 28px;
color: #e9ecef;
}
.raised-tickets table tbody td.action i.t-inprogress { color: #e9b02b; }
.raised-tickets table tbody td.action i.t-solved { color: #1abc9c; }
.raised-tickets table tbody td.action i.t-not-solved { color: #e7515a; }
@media all and (-ms-high-contrast:none) {
.task-container.h-100 {
height: auto!important;
}
.raised-tickets table tbody td > .media .media-body {
flex: none;
}
}
/*
Task List
*/
.task-scroll { height: 270px; }
.task-container .task-list .task-header {
padding: 20px;
border-bottom: 1px solid #e9ecef;
}
.task-container .task-list .task-header h6 {
color: #3b3f5c;
font-size: 16px;
font-weight: 600;
}
.task-container .task-list .task-header button {
background-image: linear-gradient(-20deg, #3232b7 0%, #1a73e9 100%);
}
.task-container .task-list .task-body table > tbody tr td { padding: 26px 20px 0; }
.task-container .task-list .task-body table > tbody td .task-item .task-title {
font-size: 17px;
font-weight: 600;
color: #1d1d1d;
}
.task-container .task-list .task-body table > tbody td .task-item ul li img {
width: 35px;
height: 35px;
}
.task-container .task-list .task-body table > tbody td .task-item ul li .txt-profile {
font-size: 18px;
display: inline-flex;
width: 36px;
height: 36px;
color: #fff;
border-radius: 50%;
background-color: #adb5bd;
align-items: center;
justify-content: center;
cursor: default;
}
.task-container .task-list .task-body table > tbody td .task-item ul li .txt-profile-success {
color: #1abc9c;
background-color: #b6fff1;
}
.task-container .task-list .task-body table > tbody td.action i {
font-size: 16px;
color: #888ea8;
margin-bottom: 14px;
}
.task-container .task-list .task-body table > tbody td.action .meta-info {
font-size: 14px;
color: #888ea8;
}
.task-container .task-list .task-body .action-button { border-top: 1px solid #e9ecef; }
.task-container .task-list .task-body .action-button button {
font-size: 15px;
font-weight: 600;
color: #1a73e9;
}
/*
Latest Invoice
*/
.latest-invoice { height: 100%; }
.latest-invoice .widget-header { border-bottom: 1px solid #e9ecef; }
.latest-invoice table > thead > tr > th {
color: #1d1d1d;
font-size: 15px;
vertical-align: middle;
}
.latest-invoice table > tbody > tr > td {
color: #3b3f5c;
font-size: 15px;
vertical-align: middle;
padding-right: 12px;
}
.latest-invoice table > tbody > tr > td i {
font-size: 22px;
color: #3b3f5c;
cursor: pointer;
}
.latest-invoice table > tbody > tr > td .badge { padding: 7px 18px; }
.latest-invoice .table-responsive::-moz-scrollbar {
width: 5px;
height: 5px;
}
.latest-invoice .table-responsive::-webkit-scrollbar {
width: 5px;
height: 5px;
}
.latest-invoice .table-responsive::-moz-scrollbar-button:start:decrement,
.latest-invoice .table-responsive::-moz-scrollbar-button:start:decrement {
height: 0px;
display: block;
background-color: #000;
width: 0;
}
.latest-invoice .table-responsive::-webkit-scrollbar-button:start:decrement,
.latest-invoice .table-responsive::-webkit-scrollbar-button:end:increment {
height: 0px;
display: block;
background-color: #000;
width: 0;
}
.latest-invoice .table-responsive::-moz-scrollbar-track-piece {
background-color: #fff; /*Global Track Peice(the slider noob.)*/
-webkit-border-radius: 6px;
}
.latest-invoice .table-responsive::-webkit-scrollbar-track-piece {
background-color: #fff; /*Global Track Peice(the slider noob.)*/
-webkit-border-radius: 6px;
}
.latest-invoice .table-responsive::-moz-scrollbar-thumb:vertical {
height: 50px;
background-color: #dedfdf; /* Up/Down slider background*/
-webkit-border-radius: 6px;
}
.latest-invoice .table-responsive::-webkit-scrollbar-thumb:vertical {
height: 50px;
background-color: #dedfdf; /* Up/Down slider background*/
-webkit-border-radius: 6px;
}
.latest-invoice .table-responsive::-moz-scrollbar-thumb:horizontal {
width: 50px;
background-color: #dedfdf; /* Side/Side slider background*/
-webkit-border-radius: 3px;
}
.latest-invoice .table-responsive::-webkit-scrollbar-thumb:horizontal {
width: 50px;
background-color: #dedfdf; /* Side/Side slider background*/
-webkit-border-radius: 3px;
}
/*
Product Sales List
*/
.product-sales-list-content { height: 100%; }
.product-sales-list .product-sales-header { padding: 20px; }
.product-sales-list .product-sales-header h5 {
font-weight: 600;
color: #3b3f5c;
}
.product-sales-list .product-sales-header .nav.product-sales .nav-link {
padding: 6px 17px;
font-size: 14px;
border-radius: 30px;
}
.product-sales-list .product-sales-header .nav.product-sales .nav-link.active,
.product-sales-list .product-sales-header .nav.product-sales .show>.nav-link {
background-image: linear-gradient(to right, #434343 0%, #4f5163 100%);
}
.product-sales-list .product-sales-body .table > thead > tr > th {
padding: 20px;
color: #3b3f5c;
font-size: 17px;
}
.product-sales-list .product-sales-body .table > tbody > tr > td {
padding-left: 22px;
padding-right: 21px;
color: #1d1d1d;
font-size: 18px;
border-top: 1px solid #f1f3f1 !important;
border-top: none;
}
.product-sales-list .product-sales-body .table > tbody > tr > td .pro-name {
position: relative;
padding-left: 12px;
}
.product-sales-list .product-sales-body .table > tbody > tr > td .d-m-pro-name-1 {
background-color: #1a73e9;
height: 15px;
width: 15px;
}
.product-sales-list .product-sales-body .table > tbody > tr > td .d-m-pro-name-2 {
background-color: #4f5163;
height: 15px;
width: 15px;
}
.product-sales-list .product-sales-body .table > tbody > tr > td .d-m-pro-name-3 {
background-color: #1abc9c;
height: 15px;
width: 15px;
}
.product-sales-list .product-sales-body .table > tbody > tr > td p.montly-price { cursor: pointer; }
.product-sales-list .product-sales-body .table > tbody > tr > td p.montly-inc-1 { color: #1a73e9; }
.product-sales-list .product-sales-body .table > tbody > tr > td p.montly-inc-2 { color: #4f5163; }
.product-sales-list .product-sales-body .table > tbody > tr > td p.montly-inc-3 { color: #1abc9c; }
.product-list-tooltip.tooltip.show { opacity: 1; }
.product-list-tooltip .tooltip-inner {
background-color: #fff;
border-radius: 20px;
color: #000;
box-shadow: 0px 0px 72px 9px rgba(113, 106, 202, 0.2);
padding: 8px 20px;
}
.product-list-tooltip .arrow:before { border-top-color: #fff; }
.product-list-tooltip .arrow:before { border-bottom-color: #fff; }
/*
Vendor Expenses List
*/
.vendor-expenses-list-content { height: 100%; }
.vendor-expenses-list .vendor-expenses-header { padding: 20px; }
.vendor-expenses-list .vendor-expenses-header h5 {
font-weight: 600;
color: #3b3f5c;
}
.vendor-expenses-list .vendor-expenses-header .nav.vendor-expenses .nav-link {
padding: 6px 17px;
font-size: 13px;
border-radius: 30px;
}
.vendor-expenses-list .vendor-expenses-header .nav.vendor-expenses .nav-link.active,
.vendor-expenses-list .vendor-expenses-header .nav.vendor-expenses .show>.nav-link {
background-image: linear-gradient(to right, #434343 0%, #4f5163 100%);
}
.vendor-expenses-list .vendor-expenses-body .table > thead > tr > th {
padding: 20px;
color: #3b3f5c;
font-size: 17px;
}
.vendor-expenses-list .vendor-expenses-body .table > tbody > tr > td {
vertical-align: bottom;
padding: 12px 22px;
border-top: 1px solid #f1f3f1;
}
.vendor-expenses-list .vendor-expenses-body .table > tbody > tr > td .pro-name {
color: #3b3f5c;
font-weight: 600;
font-size: 17px;
}
.vendor-expenses-list .vendor-expenses-body .table > tbody > tr > td .progress {
border-radius: 20px;
margin-top: 8px;
margin-right: .25rem!important;
}
.vendor-expenses-list .vendor-expenses-body .table > tbody > tr > td .progress .progress-bar { border-radius: 20px; }
.vendor-expenses-list .vendor-expenses-body .table > tbody > tr > td span {
font-weight: 600;
color: #3b3f5c;
font-size: 17px;
}
.vendor-expenses-list .vendor-expenses-body .table > tbody > tr > td .v-amount {
font-weight: 600;
color: #3b3f5c;
font-size: 17px;
}
/*
Latest Activities
*/
.latest-activities .latest-activities-header {
padding: 20px;
border-bottom: 1px solid #e9ecef;
}
.latest-activities .latest-activities-header h5 {
color: #3b3f5c;
font-size: 20px;
}
.latest-activities .latest-activities-body .l-a-stats { padding: 20px; }
.latest-activities .latest-activities-body span.badge {
background-image: linear-gradient(to right, #00b1f4 0%, #1a73e9 100%);
padding: 5px 16px;
font-size: 13px;
}
.latest-activities .latest-activities-body span.latest-activities-stats {
color: #ee3d50;
font-size: 16px;
font-weight: 600;
}
.latest-activities .latest-activities-body table.table tr { cursor: pointer; }
.latest-activities .latest-activities-body table.table tr td {
border-color: #e9ecef;
padding: 20px;
vertical-align: middle;
}
.latest-activities .latest-activities-body table.table tr td p.latest-activities-txt {
font-size: 18px;
color: #1d1d1d;
padding-left: 12px;
}
.latest-activities .latest-activities-body table.table tr td div.usr-img ul.badge-collapsed-img {
display: inline-block;
margin-left: 20px;
}
.latest-activities .latest-activities-body table.table tr td p.more-usr {
display: inline;
padding: 8px 10px;
border-radius: 50%;
background-color: #e8e8e8;
color: #1d1d1d;
font-size: 18px;
}
.latest-activities .latest-activities-body table.table tr:hover td p.latest-activities-txt { color: #1a73e9; }
.latest-activities .latest-activities-body table.table tr:hover td .remove-latest-activities { color: #1a73e9; }
.latest-activities .latest-activities-body table.table tr td div.d-m-latest-activities {
background-color: #1a73e9;
border-radius: 5px;
width: 15px;
height: 15px;
}
.latest-activities .latest-activities-body table.table tr td .remove-latest-activities {
font-size: 24px;
color: #e9e9e9;
}
.latest-activities .latest-activities-body .l-a-load-more button {
padding: 6px 26px;
font-size: 15px;
}
/*
Customer Balance Summary
*/
.customer-bal-summary .c-b-s-header {
padding: 20px;
border-bottom: none;
}
.customer-bal-summary .c-b-s-header h6 {
font-weight: 600;
color: #3b3f5c;
font-size: 20px;
}
.customer-bal-summary .c-b-s-header .nav.c-b-s-tab .nav-link {
padding: 6px 17px;
font-size: 13px;
border-radius: 30px;
}
.customer-bal-summary .c-b-s-header .nav.c-b-s-tab .nav-link.active,
.customer-bal-summary .c-b-s-header .nav.c-b-s-tab .show>.nav-link {
background-image: linear-gradient(-20deg, #3232b7 0%, #1a73e9 100%);
}
.customer-bal-summary .c-b-s-body .table > thead > tr > th {
color: #1a73e9;
font-size: 18px;
}
.customer-bal-summary .c-b-s-body .table > tbody > tr > td.customer-name {
color: #4f5163;
font-weight: 600;
font-size: 16px;
}
.customer-bal-summary .c-b-s-body .table > tbody > tr > td.c-b-s-date {
color: #3b3f5c;
font-weight: 600;
font-size: 16px;
padding: 0px;
}
.customer-bal-summary .c-b-s-body .table > tbody > tr > td.customer-price {
color: #3232b7;
font-weight: 600;
font-size: 16px;
}
.customer-bal-summary .c-b-s-body .table > tbody > tr > td span.badge {
padding: 7px 17px;
width: 91px;
}
.customer-bal-summary .c-b-s-body .table > tbody > tr > td i {
font-size: 27px;
color: #888ea8;
}
.customer-bal-summary .c-b-s-body .table td,
.customer-bal-summary .c-b-s-body .table th {
vertical-align: middle;
padding: 15px 30px;
border-top: 1px solid #e9ecef;
}
.customer-bal-summary .c-b-s-body .c-b-s-bottom {
padding: 20px;
border-top: 1px solid #e9ecef;
}
.customer-bal-summary .c-b-s-body .c-b-s-bottom .pagination-stats {
font-size: 13px;
color: #1d1d1d;
font-weight: 600;
}
.customer-bal-summary .c-b-s-body .c-b-s-bottom ul.pagination li {
margin-right: 5px;
}
.customer-bal-summary .c-b-s-body .c-b-s-bottom ul.pagination li a {
background-color: #fff;
font-size: 13px;
color: #1d1d1d;
font-weight: 600;
}
.customer-bal-summary .c-b-s-body .c-b-s-bottom ul.pagination li a:hover:not(.active) {
background-color: #4f5163;
color: #fff;
}
.customer-bal-summary .table-responsive::-webkit-scrollbar {
width: 5px;
height: 5px;
}
.customer-bal-summary .table-responsive::-webkit-scrollbar-button:start:decrement,
.customer-bal-summary .table-responsive::-webkit-scrollbar-button:end:increment {
height: 0px;
display: block;
background-color: #000;
width: 0;
}
.customer-bal-summary .table-responsive::-moz-scrollbar-track-piece {
background-color: #fff; /*Global Track Peice(the slider noob.)*/
-webkit-border-radius: 6px;
}
.customer-bal-summary .table-responsive::-webkit-scrollbar-track-piece {
background-color: #fff; /*Global Track Peice(the slider noob.)*/
-webkit-border-radius: 6px;
}
.customer-bal-summary .table-responsive::-moz-scrollbar-thumb:vertical {
height: 50px;
background-color: #dedfdf; /* Up/Down slider background*/
-webkit-border-radius: 6px;
}
.customer-bal-summary .table-responsive::-webkit-scrollbar-thumb:vertical {
height: 50px;
background-color: #dedfdf; /* Up/Down slider background*/
-webkit-border-radius: 6px;
}
.customer-bal-summary .table-responsive::-webkit-scrollbar-thumb:horizontal {
width: 50px;
background-color: #dedfdf; /* Side/Side slider background*/
-webkit-border-radius: 3px;
}
/*
Drop Upload
*/
.file-uploader {
position: relative;
background-image: linear-gradient(-20deg, #c2d5ff 0%, #bae7ff 100%);
height: 100%;
}
.file-uploader .dropzone {
min-height: 290px;
border: 0px solid rgba(0, 0, 0, 0.3);
background: transparent;
padding: 0;
margin: 0;
}
.file-uploader .dropzone .dz-message {
text-align: center;
margin: 0em 0;
}
.dropzone .dz-message h3 {
font-size: 22px;
color: #1a73e9;
}
.dropzone .dz-message i {
font-size: 90px;
color: #1a73e9;
}
.dropzone .dz-message button {
border: 2px solid #1a73e9!important;
color: #1a73e9!important;
padding: 10px 35px;
border-radius: 6px;
}
.dropzone .dz-message button:hover {
color: #fff!important;
background-color: #1a73e9!important;
border-color: #1a73e9!important;
}
.file-uploader .dropzone .dz-preview {
position: absolute;
top: 35%;
right: 0;
left: 0;
padding: 0 5px;
background: transparent;
}
.dropzone .dz-preview .dz-image { margin: 0 auto; }
/*
Todo list
*/
.todo-list { height: 100%; }
.todo-list .todo-list-header { padding: 20px; }
.todo-list .todo-list-header h5 {
font-weight: 600;
color: #3b3f5c;
font-size: 20px;
}
.todo-list .todo-list-header h5 span.badge {
padding: 5px 16px;
font-size: 13px;
background-image: linear-gradient(to right, #00b1f4 0%, #1a73e9 100%);
}
.todo-list .todo-list-header i {
vertical-align: middle;
font-size: 30px;
cursor: pointer;
color: #1a73e9;
}
.todo-list .todo-list-body .table tbody tr td {
border-color: #e9ecef;
padding: 14px 20px 14px 20px;
vertical-align: middle;
}
.todo-list .todo-list-body .new-control.new-checkbox.checkbox-danger .new-control-indicator {
width: 1.2rem;
height: 1.2rem;
background-color: transparent;
border: 1px solid #e9ecef;
}
.todo-list .todo-list-body .new-control.new-checkbox.checkbox-danger>input:checked~span.new-control-indicator {
background-color: #4f5163;
border: none;
}
.todo-list .todo-list-body .new-control.new-checkbox.checkbox-danger span.todo-text {
color: #1d1d1d;
font-size: 17px;
}
.todo-list .todo-list-body .new-control.new-checkbox.checkbox-danger>input:checked~span.todo-text {
text-decoration: line-through;
}
.todo-list .todo-list-body .n-chk .remove-task {
font-size: 25px;
color: #e9ecef;
}
.todo-list .todo-list-body .new-control.new-checkbox.checkbox-danger>input:checked~.remove-task { color: #4f5163; }
.todo-list .todo-list-body .task-edit {
font-size: 26px;
vertical-align: middle;
margin-top: 3px;
color: #e9ecef;
}
.todo-list .todo-list-body table tbody tr .task-edit { cursor: pointer; }
.todo-list .todo-list-body table tbody tr:hover .task-edit { color: #e7515a; }
.todo-list .todo-list-bottom {
padding: 22px;
border-top: 1px solid #e9ecef;
}
.todo-list .todo-list-bottom span {
font-weight: 600;
font-size: 17px;
}
.todo-list .todo-list-bottom button {
padding: 8px 46px;
border: 2px solid #1a73e9 !important;
font-weight: 600;
font-size: 16px;
}
/*
Event Card
*/
#event-card-1.card {
position: relative;
border: none;
height: 452px;
}
#event-card-1.card .card-title .badge {
padding: 6px 20px;
font-size: 19px;
border: none;
color: #1d1d1d;
background-color: #c2d5ff;
}
#event-card-1.card .card-event-icon i {
font-size: 81px;
color: #3232b7;
}
#event-card-1.card .card-event-list p {
font-size: 18px;
font-weight: 600;
color: #000;
}
#event-card-1.card .card-bottom-section {
position: absolute;
bottom: 30px;
right: 0;
left: 0;
}
#event-card-1.card .card-bottom-section button.btn {
background-image: linear-gradient(-20deg, #3232b7 0%, #1a73e9 100%);
border: none;
box-shadow: 2px 3px 15px 0px #1a73e9;
padding: 12px 29px;
font-size: 17px;
font-weight: normal;
}
#event-card-1.card .card-bottom-section button.btn:hover {
background-image: linear-gradient(135deg, #6055ce 0%, #816cfc 100%);
}
/*
Top Rented Cars
*/
.top-rented-cars-container .top-rented-cars-header {
padding: 20px;
border-bottom: 1px solid #e9ecef;
}
.top-rented-cars-container .top-rented-cars-header h6 {
font-weight: 600;
color: #3b3f5c;
font-size: 20px;
}
.top-rented-cars-container .top-rented-cars-body table.table td,
.top-rented-cars-container .top-rented-cars-body table.table th {
border: none;
padding: 15px 20px;
vertical-align: middle;
}
.top-rented-cars-container .top-rented-cars-body table.table td .media span.t-r-cars-short-name {
padding: 11px 0;
border-radius: 50%;
height: 45px;
width: 45px;
text-align: center;
font-weight: 600;
font-size: 16px;
}
.top-rented-cars-container .top-rented-cars-body table.table td .media .media-body h6 {
font-weight: 600;
color: #3b3f5c;
font-size: 18px;
}
.top-rented-cars-container .top-rented-cars-body table.table td .media .media-body .t-r-rating span {
font-weight: 600;
color: #3b3f5c;
font-size: 25px;
}
.top-rented-cars-container .top-rented-cars-body table.table td .media .media-body .t-r-rating .t-r-rating-star i.flaticon-star-fill {
color: #acb0c3;
font-size: 17px;
vertical-align: text-top;
}
.top-rented-cars-container .top-rented-cars-body table.table td .media .media-body .t-r-rating .t-r-rating-star i.flaticon-star-outline {
color: #888ea8;
font-size: 17px;
vertical-align: text-top;
}
.top-rented-cars-container .top-rented-cars-body table.table td div.t-r-usr i {
font-size: 20px;
color: #1a73e9;
}
.top-rented-cars-container .top-rented-cars-body table.table td div.t-r-usr span {
font-size: 18px;
color: #3b3f5c;
}
@media all and (-ms-high-contrast:none) {
.top-rented-cars-container .top-rented-cars-body table.table td .media .media-body {
flex: none;
}
}
/*
Best Mechanics
*/
.best-mechanics-container .best-mechanics-header h6 {
padding: 20px 20px 0 20px;
font-weight: 600;
color: #3b3f5c;
font-size: 21px;
}
.best-mechanics-container .best-mechanics-body .tab-content .tab-pane .table th {
border: none;
color: #1d1d1d;
font-size: 17px;
vertical-align: middle;
padding: 8px 35px;
}
.best-mechanics-container .best-mechanics-body .tab-content .tab-pane .table td {
vertical-align: middle;
color: #3b3f5c;
font-weight: 600;
padding: 12px 22px;
font-size: 17px;
}
.best-mechanics-container .best-mechanics-body .tab-content .tab-pane .table td .media img { width: 42px; height: 42px; }
.best-mechanics-container .best-mechanics-body .tab-content .tab-pane .table td .media .media-body h6 {
font-weight: 600;
color: #3b3f5c;
font-size: 17px;
}
.best-mechanics-container .best-mechanics-body .tab-content .tab-pane .table td .caret.caret-earn-inc {
position: relative;
bottom: 17px;
right: -9px;
color: #1abc9c;
border-top: 0px dashed;
border-bottom: 10px solid;
border-right: 7px solid transparent;
border-left: 7px solid transparent;
}
.best-mechanics-container .best-mechanics-body .tab-content .tab-pane .table td .caret.caret-earn-dec {
position: relative;
top: 17px;
right: -9px;
color: #e7515a;
border-top: 10px dashed;
border-right: 7px solid transparent;
border-left: 7px solid transparent;
}
.underline-content .nav-tabs { border-bottom: 1px solid #e9ecef; }
.underline-content .nav-tabs li a {
padding-top: 0;
padding-bottom: 15px;
font-size: 18px;
color: #3b3f5c;
}
.underline-content .nav-tabs .nav-link { font-weight: 600; }
.underline-content .nav-tabs .nav-link.active,
.underline-content .nav-tabs .show>.nav-link {
border-color: transparent;
border-bottom: 1px solid #1a73e9;
color: #1a73e9;
background-color: transparent;
font-size: 18px;
}
.underline-content .nav-tabs .nav-link.active:hover, .underline-content .nav-tabs .show>.nav-link:hover,
.underline-content .nav-tabs .nav-link.active:focus, .underline-content .nav-tabs .show>.nav-link:focus { border-bottom: 1px solid #1a73e9; }
.underline-content .nav-tabs .nav-link:focus, .underline-content .nav-tabs .nav-link:hover { border-color: transparent; }
.best-mechanics-container .table-responsive::-webkit-scrollbar {
width: 5px;
height: 5px;
}
.best-mechanics-container .table-responsive::-webkit-scrollbar-button:start:decrement,
.best-mechanics-container .table-responsive::-webkit-scrollbar-button:end:increment {
height: 0px;
display: block;
background-color: #000;
width: 0;
}
.best-mechanics-container .table-responsive::-moz-scrollbar-track-piece {
background-color: #fff; /*Global Track Peice(the slider noob.)*/
-webkit-border-radius: 6px;
}
.best-mechanics-container .table-responsive::-webkit-scrollbar-track-piece {
background-color: #fff; /*Global Track Peice(the slider noob.)*/
-webkit-border-radius: 6px;
}
.best-mechanics-container .table-responsive::-moz-scrollbar-thumb:vertical {
height: 50px;
background-color: #dedfdf; /* Up/Down slider background*/
-webkit-border-radius: 6px;
}
.best-mechanics-container .table-responsive::-webkit-scrollbar-thumb:vertical {
height: 50px;
background-color: #dedfdf; /* Up/Down slider background*/
-webkit-border-radius: 6px;
}
.best-mechanics-container .table-responsive::-moz-scrollbar-thumb:horizontal {
width: 50px;
background-color: #dedfdf; /* Side/Side slider background*/
-webkit-border-radius: 3px;
}
.best-mechanics-container .table-responsive::-webkit-scrollbar-thumb:horizontal {
width: 50px;
background-color: #dedfdf; /* Side/Side slider background*/
-webkit-border-radius: 3px;
}
/*
Driver List
*/
.statbox.widget.box.box-shadow.driver-list h4 { font-size: 20px; }
.driver-list table.table thead tr th { cursor: pointer; }
.driver-list table.table thead tr th {
color: #3b3f5c;
vertical-align: middle;
font-weight: 600;
font-size: 19px;
}
.driver-list table.table tbody tr td {
color: #3b3f5c;
font-size: 17px;
vertical-align: middle;
border-top: 1px solid #e9ecef;
padding-right: 12px;
}
.driver-list table.table tbody tr:hover td, .driver-list table.table tbody tr:hover td .d-inline-block h6,
.driver-list table.table tbody tr:hover td i.flaticon-edit { color: #3862f5; }
.driver-list table.table thead tr:hover th .new-control-indicator, .driver-list table.table tbody tr:hover td .new-control-indicator {
border-color: #1a73e9; }
.driver-list table.table thead tr th .new-control-indicator,
.driver-list table.table tbody tr td .new-control-indicator {
background-color: transparent;
border: 1px solid #3b3f5c;
}
.driver-list table.table thead tr th .new-control.new-checkbox.checkbox-primary>input:checked~span.new-control-indicator,
.driver-list table.table tbody tr td .new-control.new-checkbox.checkbox-primary>input:checked~span.new-control-indicator { border: none; }
.driver-list table.table tbody tr td .d-inline-block img {
width: 48px;
border: solid 3px #e9ecef;
}
.driver-list table.table tbody tr td .d-inline-block h6 {
color: #3b3f5c;
font-size: 18px;
}
.driver-list table.table tbody tr td .t-dot {
height: 16px;
width: 16px;
border: 3px solid #e9ecef;
}
.driver-list table.table tbody tr td .d-l-available { background-color: #00d1c1; }
.driver-list table.table tbody tr td .d-l-not-available { background-color: #888ea8; }
.driver-list table.table tbody tr td .t-d-rating i {
color: #acb0c3;
font-size: 14px;
}
.driver-list table.table tbody tr td .t-d-rating i.flaticon-star-outline {
color: #acb0c3;
font-size: 14px;
}
.driver-list table.table tbody tr td i.flaticon-edit {
color: #888ea8;
font-size: 21px;
cursor: pointer;
}
/*
Task
*/
.todo-list .todo-list-header {
padding: 20px;
border-bottom: 1px solid #e9ecef;
}
.todo-list .todo-list-header h6 {
font-weight: 600;
color: #3b3f5c;
font-size: 20px;
}
.todo-list .todo-list-header .time.time-style {
font-size: 15px;
font-weight: 600;
color: #4f5163;
padding: 2px 11px;
background-color: #4073ff;
border-radius: 30px;
}
.todo-list .todo-list-header .time #hour { color: #f5f5f5; }
.todo-list .todo-list-header .time #minut { color: #f5f5f5; }
.todo-list .todo-list-header .time #date {
color: #fff;
font-weight: 700;
}
.todo-list .todo-list-body table.table thead tr th,
.todo-list .todo-list-body table.table tbody tr td {
border: none;
vertical-align: middle;
}
.todo-list .todo-list-body table.table tbody tr td { padding: 20px 20px 0; }
.todo-list .todo-list-body table.table tbody tr td .media .media-body { flex: none; }
.todo-list .todo-list-body table.table tbody tr td label.new-control span.new-control-indicator {
background-color: transparent;
border: 1px solid #e9ecef;
}
.todo-list .todo-list-body table.table tbody tr td label.new-control.new-checkbox.checkbox-success>input:checked~span.new-control-indicator {
background: #4f5163;
border: none;
}
.todo-list .todo-list-body .new-control.new-checkbox.checkbox-success>input:checked~div.todo-item .todo-text,
.todo-list .todo-list-body .new-control.new-checkbox.checkbox-success>input:checked~div.todo-item .meta-time { text-decoration: line-through; }
.todo-list .todo-list-body table.table tbody tr td label.new-control .todo-item { position: relative; }
.todo-list .todo-list-body table.table tbody tr td label.new-control .d-m-todo-item {
background-color: #ff6f00;
border: 3px solid #e9ecef;
height: 12px;
width: 12px;
}
.todo-list .todo-list-body table.table tbody tr td label.new-control .todo-item .media .usr-img {
border-radius: 8px;
width: 40px;
}
.todo-list .todo-list-body table.table tbody tr td label.new-control .todo-item .media .usr-img.bg-success { background-color: #24ccda!important; }
.todo-list .todo-list-body table.table tbody tr td label.new-control .todo-item .media .usr-img.bg-primary { background-color: #3862f5!important; }
.todo-list .todo-list-body table.table tbody tr td label.new-control .todo-item .media .usr-img img { padding: 4px 5px; }
.todo-list .todo-list-body table.table tbody tr td .todo-text {
color: #1d1d1d;
font-size: 16px;
}
.todo-list .todo-list-body table.table tbody tr td .meta-time {
font-size: 12px;
font-weight: 600;
margin-bottom: 10px;
}
.todo-list .todo-list-body table.table tbody tr td i.task-delete {
font-size: 18px;
color: #4f5163;
}
.todo-list .todo-list-body table.table tbody tr:hover td i.task-delete {
color: #25d5e4;
cursor: pointer;
}
/*
Booked Cars List
*/
.booked-cars-list .booked-cars-list-header {
padding: 21px;
border-bottom: 1px solid #e9ecef;
}
.booked-cars-list .booked-cars-list-header h6 {
font-weight: 600;
color: #3b3f5c;
font-size: 20px;
}
.booked-cars-list .booked-cars-list-body p {
display: inline-block;
padding: 12px 10px 0 10px;
color: #3232b7;
font-weight: 600;
font-size: 16px;
}
.booked-cars-list .booked-cars-list-body span.badge {
padding: 4px 30px;
font-size: 14px;
background-image: linear-gradient(to right, #00b1f4 0%, #1a73e9 100%);
}
.booked-cars-list .booked-cars-list-body .booked-car-scroll .mCSB_horizontal.mCSB_inside > .mCSB_container {
margin-bottom: 2px;
}
.booked-cars-list .booked-cars-list-body table.table thead tr th {
vertical-align: middle;
color: #1d1d1d;
font-size: 17px;
border: none;
padding-bottom: 0;
}
.booked-cars-list .booked-cars-list-body table.table tbody tr td {
vertical-align: middle;
color: #3b3f5c;
font-weight: 600;
border-top: 1px solid #e9ecef;
padding-right: 12px;
}
.booked-cars-list .booked-cars-list-body table.table tbody tr td.b-c-l-meta-time { color: #e95f2b; }
.booked-cars-list .booked-cars-list-body table.table tbody tr td.b-c-l-meta-time i { font-size: 17px; }
.booked-cars-list .booked-cars-list-body table.table tbody tr:last-child td { border-bottom: 1px solid #e9ecef; }
.booked-cars-list .booked-cars-list-body .c-f-load-more button {
background-image: linear-gradient(-20deg, #3232b7 0%, #1a73e9 100%);
border: none;
}
.booked-cars-list .booked-cars-list-body .c-f-load-more button:hover {
background-image: linear-gradient(to right, #3862f5 0%, #9960ea 100%);
}
/*
Available Cars List
*/
.available-cars-list .available-cars-list-header {
padding: 20px;
border-bottom: 1px solid #e9ecef;
}
.available-cars-list .available-cars-list-header h6 {
font-weight: 600;
color: #3b3f5c;
font-size: 20px;
}
.available-cars-list .available-cars-list-header span.badge {
padding: 4px 30px;
font-size: 14px;
background-image: linear-gradient(to right, #00b1f4 0%, #1a73e9 100%);
}
.available-cars-list .available-cars-list-body p.a-c-l-text {
padding: 12px 10px 0px 20px;
color: #3232b7;
font-weight: 600;
font-size: 16px;
}
.available-cars-list .available-cars-list-body .available-car-scroll .mCSB_horizontal.mCSB_inside > .mCSB_container {
margin-bottom: 2px;
}
.available-cars-list .available-cars-list-body table.table thead tr th {
vertical-align: middle;
color: #1d1d1d;
font-size: 17px;
border: none;
padding-bottom: 11px;
padding-top: 18px;
}
.available-cars-list .available-cars-list-body table.table tbody tr td {
vertical-align: middle;
color: #000;
border-top: 1px solid #e9ecef;
}
.available-cars-list .available-cars-list-body table.table tbody tr:last-child td { border-bottom: 1px solid #e9ecef; }
.available-cars-list .available-cars-list-body table.table tbody tr td .media span {
padding: 3px 0;
background-color: #c2d5ff;
border-radius: 50%;
height: 35px;
width: 35px;
text-align: center;
color: #1a73e9;
font-size: 20px;
}
.available-cars-list .available-cars-list-body table.table tbody tr td .media .media-body p { margin-top: 7px; }
.available-cars-list .available-cars-list-body table.table tbody tr td.a-c-l-rating {
font-weight: 600;
font-size: 14px;
}
.available-cars-list .available-cars-list-body table.table tbody tr td span.badge {
font-weight: 600;
padding: 5px 19px;
}
/*
Customer Feedback
*/
.customer-feedback-list .customer-feedback-list-header { padding: 21px; }
.customer-feedback-list .customer-feedback-list-header h6 {
color: #3b3f5c;
font-size: 20px;
}
.customer-feedback-list .customer-feedback-list-body table.table tbody tr td { border-top: 1px solid #e9ecef; }
.customer-feedback-list .customer-feedback-list-body table.table tbody tr td .d-sm-flex .f-header img {
width: 50px;
border-radius: 50%;
border: 2px solid #acb0c3;
}
.customer-feedback-list .customer-feedback-list-body table.table tbody tr td .d-sm-flex .f-body h6 {
color: #1a73e9;
font-weight: 600;
font-size: 18px;
}
.customer-feedback-list .customer-feedback-list-body table.table tbody tr td .d-sm-flex .f-body p.meta-des {
font-size: 11px;
font-weight: 600;
color: #888ea8;
}
.customer-feedback-list .customer-feedback-list-body table.table tbody tr td .d-sm-flex .f-body .c-f-rating i { color: #acb0c3; }
.customer-feedback-list .customer-feedback-list-body table.table tbody tr td .d-sm-flex .f-body .c-f-rating i.flaticon-star-outline { color: #888ea8; }
.customer-feedback-list .customer-feedback-list-body table.table tbody tr td .d-sm-flex .f-body .usr-feed {
color: #1d1d1d;
font-size: 13px;
font-weight: 600;
}
.customer-feedback-list .customer-feedback-list-body table.table tbody tr td span.badge {
font-weight: 600;
padding: 5px 19px;
}
.customer-feedback-list .customer-feedback-list-body .c-f-load-more {
padding: 15px;
border-top: 1px solid #e9ecef;
}
.customer-feedback-list .customer-feedback-list-body .c-f-load-more button {
background-image: linear-gradient(-20deg, #3232b7 0%, #1a73e9 100%);
color: #fff;
border: none;
padding: 8px 34px;
}
.customer-feedback-list .customer-feedback-list-body .c-f-load-more button:hover {
background-image: linear-gradient(-20deg, #1a73e9 0%, #3232b7 100%);
}
/* Active Task */
.active-task .active-task-header {
padding: 22px;
border-bottom: 1px solid #e9ecef;
margin-bottom: 10px;
}
.active-task .active-task-header h6 {
color: #1d1d1d;
font-weight: 600;
font-size: 16px;
}
.active-task .active-task-header h6 span {
font-size: 14px;
margin-left: 15px;
color: #888ea8;
font-weight: normal;
}
.active-task .active-task-body table.table tbody tr { border-left: 2px solid #fff; }
.active-task .active-task-body table.table tbody tr:hover { border-left: 3px solid #1a73e9; }
.active-task .active-task-body table.table tbody tr td { border-top: none; }
.active-task .active-task-body table.table tbody tr td label.new-control .task-item .d-flex div.f-head {
padding: 7px 21px;
border-radius: 50%;
text-align: center;
position: relative;
line-height: 1.2;
height: 41px;
width: 40px;
}
.active-task .active-task-body table.table tbody tr td label.new-control .task-item .d-flex div.f-head span {
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
top: 11px;
}
.active-task .active-task-body table.table tbody tr td label.new-control .task-item .d-flex .f-body .task-cat {
font-size: 13px;
font-weight: 600;
}
.active-task .active-task-body table.table tbody tr td label.new-control .task-item .d-flex .f-body .task-title {
color: #1d1d1d;
font-weight: 600;
font-size: 16px;
}
.active-task .active-task-body table.table tbody tr td label.new-control .task-item .d-flex .f-body .meta-info .meta-usr-name {
font-size: 13px;
font-weight: 600;
color: #3b3f5c;
}
.active-task .active-task-body table.table tbody tr td label.new-control .task-item .d-flex .f-body .meta-info .meta-time { font-size: 11px; }
.active-task .active-task-body table.table tbody tr td i {
font-size: 19px;
color: #d3d3d3;
}
.active-task .active-task-body table.table tbody tr:hover td i { cursor: pointer; }
.active-task .active-task-body table.table tbody tr:hover td i.task-edit { color: #4f5163; }
.active-task .active-task-body table.table tbody tr:hover td i.task-cancel { color: #4f5163 }
.active-task .active-task-body table.table tbody tr td label.new-control .task-item .d-flex .usr-img img {
border-radius: 50%;
height: 45px;
width: 45px;
}
.active-task .active-task-body .new-control.new-checkbox.checkbox-dark>input:checked~div.task-item .d-flex .f-body .task-title {
text-decoration: line-through;
color: #e7515a;
}
.active-task .active-task-body .new-control.new-checkbox.checkbox-dark>input:checked~div.task-item .d-flex .f-body .meta-info .meta-usr-name {
color: #805dca;
}
.active-task .active-task-bottom button {
background-image: linear-gradient(-20deg, #3232b7 0%, #1a73e9 100%);
box-shadow: 1px 1px 8px 0px #1a73e9;
padding: 9px 23px;
border: none;
}
.active-task .active-task-bottom button:hover {
background-image: linear-gradient(to right, #816cfd 0%, #6424c9 100%);
}
/* Customer Feedback */
.customer-feedback-list .customer-feedback-list-header {
padding: 20px;
border-bottom: 1px solid #e9ecef;
}
.customer-feedback-list .customer-feedback-list-header h6 {
color: #1d1d1d;
font-weight: 600;
font-size: 16px;
}
.customer-feedback-list .customer-feedback-list-header i {
color: #e9ecef;
font-size: 22px;
cursor: pointer;
}
.customer-feedback-list .customer-feedback-list-header i:hover { color: #e7515a; }
.customer-feedback-list .customer-feedback-list-body table.table tbody tr td { border-top: none; }
.customer-feedback-list .customer-feedback-list-body table.table tbody tr td .media img {
width: 45px;
border-radius: 50%;
}
.customer-feedback-list .customer-feedback-list-body table.table tbody tr td .media .media-body h6 {
color: #888ea8;
font-size: 15px;
}
.customer-feedback-list .customer-feedback-list-body table.table tbody tr td .media .media-body p.meta-des {
font-size: 11px;
font-weight: 600;
color: #888ea8;
}
.customer-feedback-list .customer-feedback-list-body table.table tbody tr td .media .media-body .c-f-rating { font-size: 13px; }
.customer-feedback-list .customer-feedback-list-body table.table tbody tr td .media .media-body .c-f-rating .meta-usr-rated {
margin-right: 12px;
font-size: 14px;
font-weight: 600;
}
.customer-feedback-list .customer-feedback-list-body table.table tbody tr td .media .media-body .c-f-rating span:not(.meta-usr-rated) {
margin-left: 14px;
font-size: 11px;
}
.customer-feedback-list .customer-feedback-list-body table.table tbody tr td .media .media-body .c-f-rating i {
color: #00b1f4;
font-size: 16px;
}
.customer-feedback-list .customer-feedback-list-body table.table tbody tr td .media .media-body .c-f-rating i.flaticon-star-outline { color: #888ea8; }
.customer-feedback-list .customer-feedback-list-body table.table tbody tr td .media .media-body .usr-feed {
color: #3b3f5c;
font-size: 15px;
font-weight: 600;
}
.customer-feedback-list .customer-feedback-list-body table.table tbody tr td i.flaticon-like-3 {
padding: 7px;
background-color: #888ea8;
border-radius: 50%;
color: #fff;
}
.customer-feedback-list .customer-feedback-list-body table.table tbody tr td .c-f-meta-like {
color: #3b3f5c;
margin-top: 4px;
width: 26px;
text-align: center;
margin: 0 0 0 auto;
}
/* Recent Activity */
.commodity-prices .commodity-prices-title h6 {
color: #1d1d1d;
font-size: 16px;
font-weight: 600;
padding: 20px;
border-bottom: 1px solid #e9ecef;
}
.commodity-prices .commodity-prices-body .table thead tr th {
border-top: none;
color: #3232b7;
}
.commodity-prices .commodity-prices-body .table tbody tr td {
border-top-color: #f1f3f1;
vertical-align: middle;
padding: 18px;
}
.commodity-prices .commodity-prices-body .table tbody tr td h6 {
font-weight: 600;
color: #1d1d1d;
font-size: 15px;
}
.commodity-prices .commodity-prices-body .table tbody tr td p {
font-size: 13px;
font-weight: 600;
color: #888ea8;
}
.commodity-prices .commodity-prices-body .table tbody tr td span {
font-weight: 600;
font-size: 14px;
}
.commodity-prices .commodity-prices-body .table tbody tr td span.c-p-price-inc { color: #1abc9c; }
.commodity-prices .commodity-prices-body .table tbody tr td span.c-p-price-dec { color: #ff3743; }
.commodity-prices .commodity-prices-body .table tbody tr td span.c-p-price-percentage-inc { color: #1abc9c; }
.commodity-prices .commodity-prices-body .table tbody tr td span.c-p-price-percentage-dec { color: #ff3743; }
.commodity-prices .commodity-prices-body .table tbody tr td .progress {
height: 2px;
width: auto;
}
.commodity-prices .commodity-prices-body .table tbody tr td .progress .progress-bar.bg-dark { background-color: #acb0c3!important; }
/* Recent Activity */
.recent-activity .recent-activity-title h6 {
color: #1d1d1d;
font-size: 16px;
font-weight: 600;
padding: 20px;
border-bottom: 1px solid #e9ecef;
}
.recent-activity .recent-activity-body table > tbody > tr > td {
vertical-align: middle;
border-top: none;
padding: 1.3rem;
}
.recent-activity .recent-activity-body table > tbody > tr > td .new-control span.new-control-indicator {
background-color: transparent;
border: 1px solid #5247bd;
}
.recent-activity .recent-activity-body tabl