|
@@ -12019,6 +12019,384 @@ textarea.form-control.is-warning {
|
|
|
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
|
|
|
}
|
|
|
|
|
|
+.custom-switch.custom-switch-off-primary .custom-control-input ~ .custom-control-label::before {
|
|
|
+ background-color: #007bff;
|
|
|
+ border-color: #004a99;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-off-primary .custom-control-input ~ .custom-control-label::after {
|
|
|
+ background-color: #003e80;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-on-primary .custom-control-input:checked ~ .custom-control-label::before {
|
|
|
+ background-color: #007bff;
|
|
|
+ border-color: #004a99;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-on-primary .custom-control-input:checked ~ .custom-control-label::after {
|
|
|
+ background-color: #99caff;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-off-secondary .custom-control-input ~ .custom-control-label::before {
|
|
|
+ background-color: #6c757d;
|
|
|
+ border-color: #3d4246;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-off-secondary .custom-control-input ~ .custom-control-label::after {
|
|
|
+ background-color: #313539;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-on-secondary .custom-control-input:checked ~ .custom-control-label::before {
|
|
|
+ background-color: #6c757d;
|
|
|
+ border-color: #3d4246;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-on-secondary .custom-control-input:checked ~ .custom-control-label::after {
|
|
|
+ background-color: #bcc1c6;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-off-success .custom-control-input ~ .custom-control-label::before {
|
|
|
+ background-color: #28a745;
|
|
|
+ border-color: #145523;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-off-success .custom-control-input ~ .custom-control-label::after {
|
|
|
+ background-color: #0f401b;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-on-success .custom-control-input:checked ~ .custom-control-label::before {
|
|
|
+ background-color: #28a745;
|
|
|
+ border-color: #145523;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-on-success .custom-control-input:checked ~ .custom-control-label::after {
|
|
|
+ background-color: #86e29b;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-off-info .custom-control-input ~ .custom-control-label::before {
|
|
|
+ background-color: #17a2b8;
|
|
|
+ border-color: #0c525d;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-off-info .custom-control-input ~ .custom-control-label::after {
|
|
|
+ background-color: #093e47;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-on-info .custom-control-input:checked ~ .custom-control-label::before {
|
|
|
+ background-color: #17a2b8;
|
|
|
+ border-color: #0c525d;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-on-info .custom-control-input:checked ~ .custom-control-label::after {
|
|
|
+ background-color: #7adeee;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-off-warning .custom-control-input ~ .custom-control-label::before {
|
|
|
+ background-color: #ffc107;
|
|
|
+ border-color: #a07800;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-off-warning .custom-control-input ~ .custom-control-label::after {
|
|
|
+ background-color: #876500;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-on-warning .custom-control-input:checked ~ .custom-control-label::before {
|
|
|
+ background-color: #ffc107;
|
|
|
+ border-color: #a07800;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-on-warning .custom-control-input:checked ~ .custom-control-label::after {
|
|
|
+ background-color: #ffe7a0;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-off-danger .custom-control-input ~ .custom-control-label::before {
|
|
|
+ background-color: #dc3545;
|
|
|
+ border-color: #921925;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-off-danger .custom-control-input ~ .custom-control-label::after {
|
|
|
+ background-color: #7c151f;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-on-danger .custom-control-input:checked ~ .custom-control-label::before {
|
|
|
+ background-color: #dc3545;
|
|
|
+ border-color: #921925;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-on-danger .custom-control-input:checked ~ .custom-control-label::after {
|
|
|
+ background-color: #f3b7bd;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-off-light .custom-control-input ~ .custom-control-label::before {
|
|
|
+ background-color: #f8f9fa;
|
|
|
+ border-color: #bdc6d0;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-off-light .custom-control-input ~ .custom-control-label::after {
|
|
|
+ background-color: #aeb9c5;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-on-light .custom-control-input:checked ~ .custom-control-label::before {
|
|
|
+ background-color: #f8f9fa;
|
|
|
+ border-color: #bdc6d0;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-on-light .custom-control-input:checked ~ .custom-control-label::after {
|
|
|
+ background-color: white;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-off-dark .custom-control-input ~ .custom-control-label::before {
|
|
|
+ background-color: #343a40;
|
|
|
+ border-color: #060708;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-off-dark .custom-control-input ~ .custom-control-label::after {
|
|
|
+ background-color: black;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-on-dark .custom-control-input:checked ~ .custom-control-label::before {
|
|
|
+ background-color: #343a40;
|
|
|
+ border-color: #060708;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-on-dark .custom-control-input:checked ~ .custom-control-label::after {
|
|
|
+ background-color: #7a8793;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-off-blue .custom-control-input ~ .custom-control-label::before {
|
|
|
+ background-color: #007bff;
|
|
|
+ border-color: #004a99;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-off-blue .custom-control-input ~ .custom-control-label::after {
|
|
|
+ background-color: #003e80;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-on-blue .custom-control-input:checked ~ .custom-control-label::before {
|
|
|
+ background-color: #007bff;
|
|
|
+ border-color: #004a99;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-on-blue .custom-control-input:checked ~ .custom-control-label::after {
|
|
|
+ background-color: #99caff;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-off-indigo .custom-control-input ~ .custom-control-label::before {
|
|
|
+ background-color: #6610f2;
|
|
|
+ border-color: #3d0894;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-off-indigo .custom-control-input ~ .custom-control-label::after {
|
|
|
+ background-color: #33077c;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-on-indigo .custom-control-input:checked ~ .custom-control-label::before {
|
|
|
+ background-color: #6610f2;
|
|
|
+ border-color: #3d0894;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-on-indigo .custom-control-input:checked ~ .custom-control-label::after {
|
|
|
+ background-color: #c3a1fa;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-off-purple .custom-control-input ~ .custom-control-label::before {
|
|
|
+ background-color: #6f42c1;
|
|
|
+ border-color: #432776;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-off-purple .custom-control-input ~ .custom-control-label::after {
|
|
|
+ background-color: #382063;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-on-purple .custom-control-input:checked ~ .custom-control-label::before {
|
|
|
+ background-color: #6f42c1;
|
|
|
+ border-color: #432776;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-on-purple .custom-control-input:checked ~ .custom-control-label::after {
|
|
|
+ background-color: #c7b5e7;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-off-pink .custom-control-input ~ .custom-control-label::before {
|
|
|
+ background-color: #e83e8c;
|
|
|
+ border-color: #ac145a;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-off-pink .custom-control-input ~ .custom-control-label::after {
|
|
|
+ background-color: #95124e;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-on-pink .custom-control-input:checked ~ .custom-control-label::before {
|
|
|
+ background-color: #e83e8c;
|
|
|
+ border-color: #ac145a;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-on-pink .custom-control-input:checked ~ .custom-control-label::after {
|
|
|
+ background-color: #f8c7dd;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-off-red .custom-control-input ~ .custom-control-label::before {
|
|
|
+ background-color: #dc3545;
|
|
|
+ border-color: #921925;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-off-red .custom-control-input ~ .custom-control-label::after {
|
|
|
+ background-color: #7c151f;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-on-red .custom-control-input:checked ~ .custom-control-label::before {
|
|
|
+ background-color: #dc3545;
|
|
|
+ border-color: #921925;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-on-red .custom-control-input:checked ~ .custom-control-label::after {
|
|
|
+ background-color: #f3b7bd;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-off-orange .custom-control-input ~ .custom-control-label::before {
|
|
|
+ background-color: #fd7e14;
|
|
|
+ border-color: #aa4e01;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-off-orange .custom-control-input ~ .custom-control-label::after {
|
|
|
+ background-color: #904201;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-on-orange .custom-control-input:checked ~ .custom-control-label::before {
|
|
|
+ background-color: #fd7e14;
|
|
|
+ border-color: #aa4e01;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-on-orange .custom-control-input:checked ~ .custom-control-label::after {
|
|
|
+ background-color: #fed1ac;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-off-yellow .custom-control-input ~ .custom-control-label::before {
|
|
|
+ background-color: #ffc107;
|
|
|
+ border-color: #a07800;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-off-yellow .custom-control-input ~ .custom-control-label::after {
|
|
|
+ background-color: #876500;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-on-yellow .custom-control-input:checked ~ .custom-control-label::before {
|
|
|
+ background-color: #ffc107;
|
|
|
+ border-color: #a07800;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-on-yellow .custom-control-input:checked ~ .custom-control-label::after {
|
|
|
+ background-color: #ffe7a0;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-off-green .custom-control-input ~ .custom-control-label::before {
|
|
|
+ background-color: #28a745;
|
|
|
+ border-color: #145523;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-off-green .custom-control-input ~ .custom-control-label::after {
|
|
|
+ background-color: #0f401b;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-on-green .custom-control-input:checked ~ .custom-control-label::before {
|
|
|
+ background-color: #28a745;
|
|
|
+ border-color: #145523;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-on-green .custom-control-input:checked ~ .custom-control-label::after {
|
|
|
+ background-color: #86e29b;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-off-teal .custom-control-input ~ .custom-control-label::before {
|
|
|
+ background-color: #20c997;
|
|
|
+ border-color: #127155;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-off-teal .custom-control-input ~ .custom-control-label::after {
|
|
|
+ background-color: #0e5b44;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-on-teal .custom-control-input:checked ~ .custom-control-label::before {
|
|
|
+ background-color: #20c997;
|
|
|
+ border-color: #127155;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-on-teal .custom-control-input:checked ~ .custom-control-label::after {
|
|
|
+ background-color: #94eed3;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-off-cyan .custom-control-input ~ .custom-control-label::before {
|
|
|
+ background-color: #17a2b8;
|
|
|
+ border-color: #0c525d;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-off-cyan .custom-control-input ~ .custom-control-label::after {
|
|
|
+ background-color: #093e47;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-on-cyan .custom-control-input:checked ~ .custom-control-label::before {
|
|
|
+ background-color: #17a2b8;
|
|
|
+ border-color: #0c525d;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-on-cyan .custom-control-input:checked ~ .custom-control-label::after {
|
|
|
+ background-color: #7adeee;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-off-white .custom-control-input ~ .custom-control-label::before {
|
|
|
+ background-color: #ffffff;
|
|
|
+ border-color: #cccccc;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-off-white .custom-control-input ~ .custom-control-label::after {
|
|
|
+ background-color: #bfbfbf;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-on-white .custom-control-input:checked ~ .custom-control-label::before {
|
|
|
+ background-color: #ffffff;
|
|
|
+ border-color: #cccccc;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-on-white .custom-control-input:checked ~ .custom-control-label::after {
|
|
|
+ background-color: white;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-off-gray .custom-control-input ~ .custom-control-label::before {
|
|
|
+ background-color: #6c757d;
|
|
|
+ border-color: #3d4246;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-off-gray .custom-control-input ~ .custom-control-label::after {
|
|
|
+ background-color: #313539;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-on-gray .custom-control-input:checked ~ .custom-control-label::before {
|
|
|
+ background-color: #6c757d;
|
|
|
+ border-color: #3d4246;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-on-gray .custom-control-input:checked ~ .custom-control-label::after {
|
|
|
+ background-color: #bcc1c6;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-off-gray-dark .custom-control-input ~ .custom-control-label::before {
|
|
|
+ background-color: #343a40;
|
|
|
+ border-color: #060708;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-off-gray-dark .custom-control-input ~ .custom-control-label::after {
|
|
|
+ background-color: black;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-on-gray-dark .custom-control-input:checked ~ .custom-control-label::before {
|
|
|
+ background-color: #343a40;
|
|
|
+ border-color: #060708;
|
|
|
+}
|
|
|
+
|
|
|
+.custom-switch.custom-switch-on-gray-dark .custom-control-input:checked ~ .custom-control-label::after {
|
|
|
+ background-color: #7a8793;
|
|
|
+}
|
|
|
+
|
|
|
/*
|
|
|
* Component: Progress Bar
|
|
|
* -----------------------
|
|
@@ -12498,6 +12876,41 @@ textarea.form-control.is-warning {
|
|
|
color: #ffffff;
|
|
|
}
|
|
|
|
|
|
+.card.bg-primary .bootstrap-datetimepicker-widget .table td, .card.label-primary .bootstrap-datetimepicker-widget .table td,
|
|
|
+.card.bg-primary .bootstrap-datetimepicker-widget .table th,
|
|
|
+.card.label-primary .bootstrap-datetimepicker-widget .table th,
|
|
|
+.card.bg-primary-gradient .bootstrap-datetimepicker-widget .table td,
|
|
|
+.card.bg-primary-gradient .bootstrap-datetimepicker-widget .table th {
|
|
|
+ border: none;
|
|
|
+}
|
|
|
+
|
|
|
+.card.bg-primary .bootstrap-datetimepicker-widget table thead tr:first-child th:hover, .card.label-primary .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
|
|
|
+.card.bg-primary .bootstrap-datetimepicker-widget table td.day:hover,
|
|
|
+.card.label-primary .bootstrap-datetimepicker-widget table td.day:hover,
|
|
|
+.card.bg-primary .bootstrap-datetimepicker-widget table td.hour:hover,
|
|
|
+.card.label-primary .bootstrap-datetimepicker-widget table td.hour:hover,
|
|
|
+.card.bg-primary .bootstrap-datetimepicker-widget table td.minute:hover,
|
|
|
+.card.label-primary .bootstrap-datetimepicker-widget table td.minute:hover,
|
|
|
+.card.bg-primary .bootstrap-datetimepicker-widget table td.second:hover,
|
|
|
+.card.label-primary .bootstrap-datetimepicker-widget table td.second:hover,
|
|
|
+.card.bg-primary-gradient .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
|
|
|
+.card.bg-primary-gradient .bootstrap-datetimepicker-widget table td.day:hover,
|
|
|
+.card.bg-primary-gradient .bootstrap-datetimepicker-widget table td.hour:hover,
|
|
|
+.card.bg-primary-gradient .bootstrap-datetimepicker-widget table td.minute:hover,
|
|
|
+.card.bg-primary-gradient .bootstrap-datetimepicker-widget table td.second:hover {
|
|
|
+ background: #0067d6;
|
|
|
+ color: #ffffff;
|
|
|
+}
|
|
|
+
|
|
|
+.card.bg-primary .bootstrap-datetimepicker-widget table td.active, .card.label-primary .bootstrap-datetimepicker-widget table td.active,
|
|
|
+.card.bg-primary .bootstrap-datetimepicker-widget table td.active:hover,
|
|
|
+.card.label-primary .bootstrap-datetimepicker-widget table td.active:hover,
|
|
|
+.card.bg-primary-gradient .bootstrap-datetimepicker-widget table td.active,
|
|
|
+.card.bg-primary-gradient .bootstrap-datetimepicker-widget table td.active:hover {
|
|
|
+ background: #3395ff;
|
|
|
+ color: #ffffff;
|
|
|
+}
|
|
|
+
|
|
|
.card-secondary:not(.card-outline) .card-header {
|
|
|
background-color: #6c757d;
|
|
|
border-bottom: 0;
|
|
@@ -12524,6 +12937,35 @@ textarea.form-control.is-warning {
|
|
|
color: #ffffff;
|
|
|
}
|
|
|
|
|
|
+.card.bg-secondary .bootstrap-datetimepicker-widget .table td,
|
|
|
+.card.bg-secondary .bootstrap-datetimepicker-widget .table th,
|
|
|
+.card.bg-secondary-gradient .bootstrap-datetimepicker-widget .table td,
|
|
|
+.card.bg-secondary-gradient .bootstrap-datetimepicker-widget .table th {
|
|
|
+ border: none;
|
|
|
+}
|
|
|
+
|
|
|
+.card.bg-secondary .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
|
|
|
+.card.bg-secondary .bootstrap-datetimepicker-widget table td.day:hover,
|
|
|
+.card.bg-secondary .bootstrap-datetimepicker-widget table td.hour:hover,
|
|
|
+.card.bg-secondary .bootstrap-datetimepicker-widget table td.minute:hover,
|
|
|
+.card.bg-secondary .bootstrap-datetimepicker-widget table td.second:hover,
|
|
|
+.card.bg-secondary-gradient .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
|
|
|
+.card.bg-secondary-gradient .bootstrap-datetimepicker-widget table td.day:hover,
|
|
|
+.card.bg-secondary-gradient .bootstrap-datetimepicker-widget table td.hour:hover,
|
|
|
+.card.bg-secondary-gradient .bootstrap-datetimepicker-widget table td.minute:hover,
|
|
|
+.card.bg-secondary-gradient .bootstrap-datetimepicker-widget table td.second:hover {
|
|
|
+ background: #596167;
|
|
|
+ color: #ffffff;
|
|
|
+}
|
|
|
+
|
|
|
+.card.bg-secondary .bootstrap-datetimepicker-widget table td.active,
|
|
|
+.card.bg-secondary .bootstrap-datetimepicker-widget table td.active:hover,
|
|
|
+.card.bg-secondary-gradient .bootstrap-datetimepicker-widget table td.active,
|
|
|
+.card.bg-secondary-gradient .bootstrap-datetimepicker-widget table td.active:hover {
|
|
|
+ background: #868e96;
|
|
|
+ color: #ffffff;
|
|
|
+}
|
|
|
+
|
|
|
.card-success:not(.card-outline) .card-header {
|
|
|
background-color: #28a745;
|
|
|
border-bottom: 0;
|
|
@@ -12550,6 +12992,47 @@ textarea.form-control.is-warning {
|
|
|
color: #ffffff;
|
|
|
}
|
|
|
|
|
|
+.card.bg-success .bootstrap-datetimepicker-widget .table td, .card.alert-success .bootstrap-datetimepicker-widget .table td, .card.label-success .bootstrap-datetimepicker-widget .table td,
|
|
|
+.card.bg-success .bootstrap-datetimepicker-widget .table th,
|
|
|
+.card.alert-success .bootstrap-datetimepicker-widget .table th,
|
|
|
+.card.label-success .bootstrap-datetimepicker-widget .table th,
|
|
|
+.card.bg-success-gradient .bootstrap-datetimepicker-widget .table td,
|
|
|
+.card.bg-success-gradient .bootstrap-datetimepicker-widget .table th {
|
|
|
+ border: none;
|
|
|
+}
|
|
|
+
|
|
|
+.card.bg-success .bootstrap-datetimepicker-widget table thead tr:first-child th:hover, .card.alert-success .bootstrap-datetimepicker-widget table thead tr:first-child th:hover, .card.label-success .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
|
|
|
+.card.bg-success .bootstrap-datetimepicker-widget table td.day:hover,
|
|
|
+.card.alert-success .bootstrap-datetimepicker-widget table td.day:hover,
|
|
|
+.card.label-success .bootstrap-datetimepicker-widget table td.day:hover,
|
|
|
+.card.bg-success .bootstrap-datetimepicker-widget table td.hour:hover,
|
|
|
+.card.alert-success .bootstrap-datetimepicker-widget table td.hour:hover,
|
|
|
+.card.label-success .bootstrap-datetimepicker-widget table td.hour:hover,
|
|
|
+.card.bg-success .bootstrap-datetimepicker-widget table td.minute:hover,
|
|
|
+.card.alert-success .bootstrap-datetimepicker-widget table td.minute:hover,
|
|
|
+.card.label-success .bootstrap-datetimepicker-widget table td.minute:hover,
|
|
|
+.card.bg-success .bootstrap-datetimepicker-widget table td.second:hover,
|
|
|
+.card.alert-success .bootstrap-datetimepicker-widget table td.second:hover,
|
|
|
+.card.label-success .bootstrap-datetimepicker-widget table td.second:hover,
|
|
|
+.card.bg-success-gradient .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
|
|
|
+.card.bg-success-gradient .bootstrap-datetimepicker-widget table td.day:hover,
|
|
|
+.card.bg-success-gradient .bootstrap-datetimepicker-widget table td.hour:hover,
|
|
|
+.card.bg-success-gradient .bootstrap-datetimepicker-widget table td.minute:hover,
|
|
|
+.card.bg-success-gradient .bootstrap-datetimepicker-widget table td.second:hover {
|
|
|
+ background: #208637;
|
|
|
+ color: #ffffff;
|
|
|
+}
|
|
|
+
|
|
|
+.card.bg-success .bootstrap-datetimepicker-widget table td.active, .card.alert-success .bootstrap-datetimepicker-widget table td.active, .card.label-success .bootstrap-datetimepicker-widget table td.active,
|
|
|
+.card.bg-success .bootstrap-datetimepicker-widget table td.active:hover,
|
|
|
+.card.alert-success .bootstrap-datetimepicker-widget table td.active:hover,
|
|
|
+.card.label-success .bootstrap-datetimepicker-widget table td.active:hover,
|
|
|
+.card.bg-success-gradient .bootstrap-datetimepicker-widget table td.active,
|
|
|
+.card.bg-success-gradient .bootstrap-datetimepicker-widget table td.active:hover {
|
|
|
+ background: #34ce57;
|
|
|
+ color: #ffffff;
|
|
|
+}
|
|
|
+
|
|
|
.card-info:not(.card-outline) .card-header {
|
|
|
background-color: #17a2b8;
|
|
|
border-bottom: 0;
|
|
@@ -12576,6 +13059,47 @@ textarea.form-control.is-warning {
|
|
|
color: #ffffff;
|
|
|
}
|
|
|
|
|
|
+.card.bg-info .bootstrap-datetimepicker-widget .table td, .card.alert-info .bootstrap-datetimepicker-widget .table td, .card.label-info .bootstrap-datetimepicker-widget .table td,
|
|
|
+.card.bg-info .bootstrap-datetimepicker-widget .table th,
|
|
|
+.card.alert-info .bootstrap-datetimepicker-widget .table th,
|
|
|
+.card.label-info .bootstrap-datetimepicker-widget .table th,
|
|
|
+.card.bg-info-gradient .bootstrap-datetimepicker-widget .table td,
|
|
|
+.card.bg-info-gradient .bootstrap-datetimepicker-widget .table th {
|
|
|
+ border: none;
|
|
|
+}
|
|
|
+
|
|
|
+.card.bg-info .bootstrap-datetimepicker-widget table thead tr:first-child th:hover, .card.alert-info .bootstrap-datetimepicker-widget table thead tr:first-child th:hover, .card.label-info .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
|
|
|
+.card.bg-info .bootstrap-datetimepicker-widget table td.day:hover,
|
|
|
+.card.alert-info .bootstrap-datetimepicker-widget table td.day:hover,
|
|
|
+.card.label-info .bootstrap-datetimepicker-widget table td.day:hover,
|
|
|
+.card.bg-info .bootstrap-datetimepicker-widget table td.hour:hover,
|
|
|
+.card.alert-info .bootstrap-datetimepicker-widget table td.hour:hover,
|
|
|
+.card.label-info .bootstrap-datetimepicker-widget table td.hour:hover,
|
|
|
+.card.bg-info .bootstrap-datetimepicker-widget table td.minute:hover,
|
|
|
+.card.alert-info .bootstrap-datetimepicker-widget table td.minute:hover,
|
|
|
+.card.label-info .bootstrap-datetimepicker-widget table td.minute:hover,
|
|
|
+.card.bg-info .bootstrap-datetimepicker-widget table td.second:hover,
|
|
|
+.card.alert-info .bootstrap-datetimepicker-widget table td.second:hover,
|
|
|
+.card.label-info .bootstrap-datetimepicker-widget table td.second:hover,
|
|
|
+.card.bg-info-gradient .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
|
|
|
+.card.bg-info-gradient .bootstrap-datetimepicker-widget table td.day:hover,
|
|
|
+.card.bg-info-gradient .bootstrap-datetimepicker-widget table td.hour:hover,
|
|
|
+.card.bg-info-gradient .bootstrap-datetimepicker-widget table td.minute:hover,
|
|
|
+.card.bg-info-gradient .bootstrap-datetimepicker-widget table td.second:hover {
|
|
|
+ background: #128294;
|
|
|
+ color: #ffffff;
|
|
|
+}
|
|
|
+
|
|
|
+.card.bg-info .bootstrap-datetimepicker-widget table td.active, .card.alert-info .bootstrap-datetimepicker-widget table td.active, .card.label-info .bootstrap-datetimepicker-widget table td.active,
|
|
|
+.card.bg-info .bootstrap-datetimepicker-widget table td.active:hover,
|
|
|
+.card.alert-info .bootstrap-datetimepicker-widget table td.active:hover,
|
|
|
+.card.label-info .bootstrap-datetimepicker-widget table td.active:hover,
|
|
|
+.card.bg-info-gradient .bootstrap-datetimepicker-widget table td.active,
|
|
|
+.card.bg-info-gradient .bootstrap-datetimepicker-widget table td.active:hover {
|
|
|
+ background: #1fc8e3;
|
|
|
+ color: #ffffff;
|
|
|
+}
|
|
|
+
|
|
|
.card-warning:not(.card-outline) .card-header {
|
|
|
background-color: #ffc107;
|
|
|
border-bottom: 0;
|
|
@@ -12602,6 +13126,47 @@ textarea.form-control.is-warning {
|
|
|
color: #1F2D3D;
|
|
|
}
|
|
|
|
|
|
+.card.bg-warning .bootstrap-datetimepicker-widget .table td, .card.alert-warning .bootstrap-datetimepicker-widget .table td, .card.label-warning .bootstrap-datetimepicker-widget .table td,
|
|
|
+.card.bg-warning .bootstrap-datetimepicker-widget .table th,
|
|
|
+.card.alert-warning .bootstrap-datetimepicker-widget .table th,
|
|
|
+.card.label-warning .bootstrap-datetimepicker-widget .table th,
|
|
|
+.card.bg-warning-gradient .bootstrap-datetimepicker-widget .table td,
|
|
|
+.card.bg-warning-gradient .bootstrap-datetimepicker-widget .table th {
|
|
|
+ border: none;
|
|
|
+}
|
|
|
+
|
|
|
+.card.bg-warning .bootstrap-datetimepicker-widget table thead tr:first-child th:hover, .card.alert-warning .bootstrap-datetimepicker-widget table thead tr:first-child th:hover, .card.label-warning .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
|
|
|
+.card.bg-warning .bootstrap-datetimepicker-widget table td.day:hover,
|
|
|
+.card.alert-warning .bootstrap-datetimepicker-widget table td.day:hover,
|
|
|
+.card.label-warning .bootstrap-datetimepicker-widget table td.day:hover,
|
|
|
+.card.bg-warning .bootstrap-datetimepicker-widget table td.hour:hover,
|
|
|
+.card.alert-warning .bootstrap-datetimepicker-widget table td.hour:hover,
|
|
|
+.card.label-warning .bootstrap-datetimepicker-widget table td.hour:hover,
|
|
|
+.card.bg-warning .bootstrap-datetimepicker-widget table td.minute:hover,
|
|
|
+.card.alert-warning .bootstrap-datetimepicker-widget table td.minute:hover,
|
|
|
+.card.label-warning .bootstrap-datetimepicker-widget table td.minute:hover,
|
|
|
+.card.bg-warning .bootstrap-datetimepicker-widget table td.second:hover,
|
|
|
+.card.alert-warning .bootstrap-datetimepicker-widget table td.second:hover,
|
|
|
+.card.label-warning .bootstrap-datetimepicker-widget table td.second:hover,
|
|
|
+.card.bg-warning-gradient .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
|
|
|
+.card.bg-warning-gradient .bootstrap-datetimepicker-widget table td.day:hover,
|
|
|
+.card.bg-warning-gradient .bootstrap-datetimepicker-widget table td.hour:hover,
|
|
|
+.card.bg-warning-gradient .bootstrap-datetimepicker-widget table td.minute:hover,
|
|
|
+.card.bg-warning-gradient .bootstrap-datetimepicker-widget table td.second:hover {
|
|
|
+ background: #dda600;
|
|
|
+ color: #1F2D3D;
|
|
|
+}
|
|
|
+
|
|
|
+.card.bg-warning .bootstrap-datetimepicker-widget table td.active, .card.alert-warning .bootstrap-datetimepicker-widget table td.active, .card.label-warning .bootstrap-datetimepicker-widget table td.active,
|
|
|
+.card.bg-warning .bootstrap-datetimepicker-widget table td.active:hover,
|
|
|
+.card.alert-warning .bootstrap-datetimepicker-widget table td.active:hover,
|
|
|
+.card.label-warning .bootstrap-datetimepicker-widget table td.active:hover,
|
|
|
+.card.bg-warning-gradient .bootstrap-datetimepicker-widget table td.active,
|
|
|
+.card.bg-warning-gradient .bootstrap-datetimepicker-widget table td.active:hover {
|
|
|
+ background: #ffce3a;
|
|
|
+ color: #1F2D3D;
|
|
|
+}
|
|
|
+
|
|
|
.card-danger:not(.card-outline) .card-header {
|
|
|
background-color: #dc3545;
|
|
|
border-bottom: 0;
|
|
@@ -12628,6 +13193,53 @@ textarea.form-control.is-warning {
|
|
|
color: #ffffff;
|
|
|
}
|
|
|
|
|
|
+.card.bg-danger .bootstrap-datetimepicker-widget .table td, .card.alert-danger .bootstrap-datetimepicker-widget .table td, .card.alert-error .bootstrap-datetimepicker-widget .table td, .card.label-danger .bootstrap-datetimepicker-widget .table td,
|
|
|
+.card.bg-danger .bootstrap-datetimepicker-widget .table th,
|
|
|
+.card.alert-danger .bootstrap-datetimepicker-widget .table th,
|
|
|
+.card.alert-error .bootstrap-datetimepicker-widget .table th,
|
|
|
+.card.label-danger .bootstrap-datetimepicker-widget .table th,
|
|
|
+.card.bg-danger-gradient .bootstrap-datetimepicker-widget .table td,
|
|
|
+.card.bg-danger-gradient .bootstrap-datetimepicker-widget .table th {
|
|
|
+ border: none;
|
|
|
+}
|
|
|
+
|
|
|
+.card.bg-danger .bootstrap-datetimepicker-widget table thead tr:first-child th:hover, .card.alert-danger .bootstrap-datetimepicker-widget table thead tr:first-child th:hover, .card.alert-error .bootstrap-datetimepicker-widget table thead tr:first-child th:hover, .card.label-danger .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
|
|
|
+.card.bg-danger .bootstrap-datetimepicker-widget table td.day:hover,
|
|
|
+.card.alert-danger .bootstrap-datetimepicker-widget table td.day:hover,
|
|
|
+.card.alert-error .bootstrap-datetimepicker-widget table td.day:hover,
|
|
|
+.card.label-danger .bootstrap-datetimepicker-widget table td.day:hover,
|
|
|
+.card.bg-danger .bootstrap-datetimepicker-widget table td.hour:hover,
|
|
|
+.card.alert-danger .bootstrap-datetimepicker-widget table td.hour:hover,
|
|
|
+.card.alert-error .bootstrap-datetimepicker-widget table td.hour:hover,
|
|
|
+.card.label-danger .bootstrap-datetimepicker-widget table td.hour:hover,
|
|
|
+.card.bg-danger .bootstrap-datetimepicker-widget table td.minute:hover,
|
|
|
+.card.alert-danger .bootstrap-datetimepicker-widget table td.minute:hover,
|
|
|
+.card.alert-error .bootstrap-datetimepicker-widget table td.minute:hover,
|
|
|
+.card.label-danger .bootstrap-datetimepicker-widget table td.minute:hover,
|
|
|
+.card.bg-danger .bootstrap-datetimepicker-widget table td.second:hover,
|
|
|
+.card.alert-danger .bootstrap-datetimepicker-widget table td.second:hover,
|
|
|
+.card.alert-error .bootstrap-datetimepicker-widget table td.second:hover,
|
|
|
+.card.label-danger .bootstrap-datetimepicker-widget table td.second:hover,
|
|
|
+.card.bg-danger-gradient .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
|
|
|
+.card.bg-danger-gradient .bootstrap-datetimepicker-widget table td.day:hover,
|
|
|
+.card.bg-danger-gradient .bootstrap-datetimepicker-widget table td.hour:hover,
|
|
|
+.card.bg-danger-gradient .bootstrap-datetimepicker-widget table td.minute:hover,
|
|
|
+.card.bg-danger-gradient .bootstrap-datetimepicker-widget table td.second:hover {
|
|
|
+ background: #c62232;
|
|
|
+ color: #ffffff;
|
|
|
+}
|
|
|
+
|
|
|
+.card.bg-danger .bootstrap-datetimepicker-widget table td.active, .card.alert-danger .bootstrap-datetimepicker-widget table td.active, .card.alert-error .bootstrap-datetimepicker-widget table td.active, .card.label-danger .bootstrap-datetimepicker-widget table td.active,
|
|
|
+.card.bg-danger .bootstrap-datetimepicker-widget table td.active:hover,
|
|
|
+.card.alert-danger .bootstrap-datetimepicker-widget table td.active:hover,
|
|
|
+.card.alert-error .bootstrap-datetimepicker-widget table td.active:hover,
|
|
|
+.card.label-danger .bootstrap-datetimepicker-widget table td.active:hover,
|
|
|
+.card.bg-danger-gradient .bootstrap-datetimepicker-widget table td.active,
|
|
|
+.card.bg-danger-gradient .bootstrap-datetimepicker-widget table td.active:hover {
|
|
|
+ background: #e4606d;
|
|
|
+ color: #ffffff;
|
|
|
+}
|
|
|
+
|
|
|
.card-light:not(.card-outline) .card-header {
|
|
|
background-color: #f8f9fa;
|
|
|
border-bottom: 0;
|
|
@@ -12654,6 +13266,35 @@ textarea.form-control.is-warning {
|
|
|
color: #1F2D3D;
|
|
|
}
|
|
|
|
|
|
+.card.bg-light .bootstrap-datetimepicker-widget .table td,
|
|
|
+.card.bg-light .bootstrap-datetimepicker-widget .table th,
|
|
|
+.card.bg-light-gradient .bootstrap-datetimepicker-widget .table td,
|
|
|
+.card.bg-light-gradient .bootstrap-datetimepicker-widget .table th {
|
|
|
+ border: none;
|
|
|
+}
|
|
|
+
|
|
|
+.card.bg-light .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
|
|
|
+.card.bg-light .bootstrap-datetimepicker-widget table td.day:hover,
|
|
|
+.card.bg-light .bootstrap-datetimepicker-widget table td.hour:hover,
|
|
|
+.card.bg-light .bootstrap-datetimepicker-widget table td.minute:hover,
|
|
|
+.card.bg-light .bootstrap-datetimepicker-widget table td.second:hover,
|
|
|
+.card.bg-light-gradient .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
|
|
|
+.card.bg-light-gradient .bootstrap-datetimepicker-widget table td.day:hover,
|
|
|
+.card.bg-light-gradient .bootstrap-datetimepicker-widget table td.hour:hover,
|
|
|
+.card.bg-light-gradient .bootstrap-datetimepicker-widget table td.minute:hover,
|
|
|
+.card.bg-light-gradient .bootstrap-datetimepicker-widget table td.second:hover {
|
|
|
+ background: #e0e5e9;
|
|
|
+ color: #1F2D3D;
|
|
|
+}
|
|
|
+
|
|
|
+.card.bg-light .bootstrap-datetimepicker-widget table td.active,
|
|
|
+.card.bg-light .bootstrap-datetimepicker-widget table td.active:hover,
|
|
|
+.card.bg-light-gradient .bootstrap-datetimepicker-widget table td.active,
|
|
|
+.card.bg-light-gradient .bootstrap-datetimepicker-widget table td.active:hover {
|
|
|
+ background: white;
|
|
|
+ color: #1F2D3D;
|
|
|
+}
|
|
|
+
|
|
|
.card-dark:not(.card-outline) .card-header {
|
|
|
background-color: #343a40;
|
|
|
border-bottom: 0;
|
|
@@ -12680,6 +13321,35 @@ textarea.form-control.is-warning {
|
|
|
color: #ffffff;
|
|
|
}
|
|
|
|
|
|
+.card.bg-dark .bootstrap-datetimepicker-widget .table td,
|
|
|
+.card.bg-dark .bootstrap-datetimepicker-widget .table th,
|
|
|
+.card.bg-dark-gradient .bootstrap-datetimepicker-widget .table td,
|
|
|
+.card.bg-dark-gradient .bootstrap-datetimepicker-widget .table th {
|
|
|
+ border: none;
|
|
|
+}
|
|
|
+
|
|
|
+.card.bg-dark .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
|
|
|
+.card.bg-dark .bootstrap-datetimepicker-widget table td.day:hover,
|
|
|
+.card.bg-dark .bootstrap-datetimepicker-widget table td.hour:hover,
|
|
|
+.card.bg-dark .bootstrap-datetimepicker-widget table td.minute:hover,
|
|
|
+.card.bg-dark .bootstrap-datetimepicker-widget table td.second:hover,
|
|
|
+.card.bg-dark-gradient .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
|
|
|
+.card.bg-dark-gradient .bootstrap-datetimepicker-widget table td.day:hover,
|
|
|
+.card.bg-dark-gradient .bootstrap-datetimepicker-widget table td.hour:hover,
|
|
|
+.card.bg-dark-gradient .bootstrap-datetimepicker-widget table td.minute:hover,
|
|
|
+.card.bg-dark-gradient .bootstrap-datetimepicker-widget table td.second:hover {
|
|
|
+ background: #222629;
|
|
|
+ color: #ffffff;
|
|
|
+}
|
|
|
+
|
|
|
+.card.bg-dark .bootstrap-datetimepicker-widget table td.active,
|
|
|
+.card.bg-dark .bootstrap-datetimepicker-widget table td.active:hover,
|
|
|
+.card.bg-dark-gradient .bootstrap-datetimepicker-widget table td.active,
|
|
|
+.card.bg-dark-gradient .bootstrap-datetimepicker-widget table td.active:hover {
|
|
|
+ background: #4b545c;
|
|
|
+ color: #ffffff;
|
|
|
+}
|
|
|
+
|
|
|
/*
|
|
|
* Component: Info Box
|
|
|
* -------------------
|
|
@@ -14443,6 +15113,54 @@ a.text-muted:hover {
|
|
|
color: #1F2D3D !important;
|
|
|
}
|
|
|
|
|
|
+.bg-primary-gradient {
|
|
|
+ background: #007bff;
|
|
|
+ background: -o-linear-gradient(#3395ff, #007bff);
|
|
|
+ color: #ffffff;
|
|
|
+}
|
|
|
+
|
|
|
+.bg-secondary-gradient {
|
|
|
+ background: #6c757d;
|
|
|
+ background: -o-linear-gradient(#868e96, #6c757d);
|
|
|
+ color: #ffffff;
|
|
|
+}
|
|
|
+
|
|
|
+.bg-success-gradient {
|
|
|
+ background: #28a745;
|
|
|
+ background: -o-linear-gradient(#34ce57, #28a745);
|
|
|
+ color: #ffffff;
|
|
|
+}
|
|
|
+
|
|
|
+.bg-info-gradient {
|
|
|
+ background: #17a2b8;
|
|
|
+ background: -o-linear-gradient(#1fc8e3, #17a2b8);
|
|
|
+ color: #ffffff;
|
|
|
+}
|
|
|
+
|
|
|
+.bg-warning-gradient {
|
|
|
+ background: #ffc107;
|
|
|
+ background: -o-linear-gradient(#ffce3a, #ffc107);
|
|
|
+ color: #1F2D3D;
|
|
|
+}
|
|
|
+
|
|
|
+.bg-danger-gradient {
|
|
|
+ background: #dc3545;
|
|
|
+ background: -o-linear-gradient(#e4606d, #dc3545);
|
|
|
+ color: #ffffff;
|
|
|
+}
|
|
|
+
|
|
|
+.bg-light-gradient {
|
|
|
+ background: #f8f9fa;
|
|
|
+ background: -o-linear-gradient(white, #f8f9fa);
|
|
|
+ color: #1F2D3D;
|
|
|
+}
|
|
|
+
|
|
|
+.bg-dark-gradient {
|
|
|
+ background: #343a40;
|
|
|
+ background: -o-linear-gradient(#4b545c, #343a40);
|
|
|
+ color: #ffffff;
|
|
|
+}
|
|
|
+
|
|
|
[class^="bg-"].disabled {
|
|
|
opacity: .65;
|
|
|
}
|
|
@@ -14499,54 +15217,6 @@ a.text-muted:hover {
|
|
|
height: auto !important;
|
|
|
}
|
|
|
|
|
|
-.bg-primary-gradient {
|
|
|
- background: #007bff;
|
|
|
- background: -o-linear-gradient(#3395ff, #007bff);
|
|
|
- color: #ffffff;
|
|
|
-}
|
|
|
-
|
|
|
-.bg-secondary-gradient {
|
|
|
- background: #6c757d;
|
|
|
- background: -o-linear-gradient(#868e96, #6c757d);
|
|
|
- color: #ffffff;
|
|
|
-}
|
|
|
-
|
|
|
-.bg-success-gradient {
|
|
|
- background: #28a745;
|
|
|
- background: -o-linear-gradient(#34ce57, #28a745);
|
|
|
- color: #ffffff;
|
|
|
-}
|
|
|
-
|
|
|
-.bg-info-gradient {
|
|
|
- background: #17a2b8;
|
|
|
- background: -o-linear-gradient(#1fc8e3, #17a2b8);
|
|
|
- color: #ffffff;
|
|
|
-}
|
|
|
-
|
|
|
-.bg-warning-gradient {
|
|
|
- background: #ffc107;
|
|
|
- background: -o-linear-gradient(#ffce3a, #ffc107);
|
|
|
- color: #1F2D3D;
|
|
|
-}
|
|
|
-
|
|
|
-.bg-danger-gradient {
|
|
|
- background: #dc3545;
|
|
|
- background: -o-linear-gradient(#e4606d, #dc3545);
|
|
|
- color: #ffffff;
|
|
|
-}
|
|
|
-
|
|
|
-.bg-light-gradient {
|
|
|
- background: #f8f9fa;
|
|
|
- background: -o-linear-gradient(white, #f8f9fa);
|
|
|
- color: #1F2D3D;
|
|
|
-}
|
|
|
-
|
|
|
-.bg-dark-gradient {
|
|
|
- background: #343a40;
|
|
|
- background: -o-linear-gradient(#4b545c, #343a40);
|
|
|
- color: #ffffff;
|
|
|
-}
|
|
|
-
|
|
|
.description-block .description-icon {
|
|
|
font-size: 16px;
|
|
|
}
|
|
@@ -14762,6 +15432,17 @@ a.text-muted:hover {
|
|
|
flex: 1;
|
|
|
}
|
|
|
|
|
|
+.modal-dialog .overlay {
|
|
|
+ display: block;
|
|
|
+ position: absolute;
|
|
|
+ z-index: 1052;
|
|
|
+ background: rgba(255, 255, 255, 0.7);
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
+
|
|
|
.modal-content.bg-warning .modal-header, .modal-content.alert-warning .modal-header, .modal-content.label-warning .modal-header,
|
|
|
.modal-content.bg-warning .modal-footer,
|
|
|
.modal-content.alert-warning .modal-footer,
|
|
@@ -14773,6 +15454,58 @@ a.text-muted:hover {
|
|
|
color: #ffffff;
|
|
|
}
|
|
|
|
|
|
+#blue.slider .slider-selection {
|
|
|
+ background: #007bff;
|
|
|
+}
|
|
|
+
|
|
|
+#indigo.slider .slider-selection {
|
|
|
+ background: #6610f2;
|
|
|
+}
|
|
|
+
|
|
|
+#purple.slider .slider-selection {
|
|
|
+ background: #6f42c1;
|
|
|
+}
|
|
|
+
|
|
|
+#pink.slider .slider-selection {
|
|
|
+ background: #e83e8c;
|
|
|
+}
|
|
|
+
|
|
|
+#red.slider .slider-selection {
|
|
|
+ background: #dc3545;
|
|
|
+}
|
|
|
+
|
|
|
+#orange.slider .slider-selection {
|
|
|
+ background: #fd7e14;
|
|
|
+}
|
|
|
+
|
|
|
+#yellow.slider .slider-selection {
|
|
|
+ background: #ffc107;
|
|
|
+}
|
|
|
+
|
|
|
+#green.slider .slider-selection {
|
|
|
+ background: #28a745;
|
|
|
+}
|
|
|
+
|
|
|
+#teal.slider .slider-selection {
|
|
|
+ background: #20c997;
|
|
|
+}
|
|
|
+
|
|
|
+#cyan.slider .slider-selection {
|
|
|
+ background: #17a2b8;
|
|
|
+}
|
|
|
+
|
|
|
+#white.slider .slider-selection {
|
|
|
+ background: #ffffff;
|
|
|
+}
|
|
|
+
|
|
|
+#gray.slider .slider-selection {
|
|
|
+ background: #6c757d;
|
|
|
+}
|
|
|
+
|
|
|
+#gray-dark.slider .slider-selection {
|
|
|
+ background: #343a40;
|
|
|
+}
|
|
|
+
|
|
|
/*
|
|
|
* Misc: print
|
|
|
* -----------
|