jqh пре 5 година
родитељ
комит
3765c0effe
37 измењених фајлова са 719 додато и 706 уклоњено
  1. 3 0
      resources/assets/dcat/sass/_variables.scss
  2. 0 19
      resources/assets/sass/_variables.scss
  3. 2 0
      resources/assets/sass/colors.scss
  4. 3 1
      resources/assets/sass/core/variables/_variables.scss
  5. 25 0
      resources/assets/sass/indigo-colors.scss
  6. 30 30
      resources/dist/css/bootstrap-extended.css
  7. 82 82
      resources/dist/css/bootstrap.css
  8. 239 239
      resources/dist/css/colors.css
  9. 29 29
      resources/dist/css/components.css
  10. 2 2
      resources/dist/css/core/colors/palette-gradient.css
  11. 4 4
      resources/dist/css/core/colors/palette-noui.css
  12. 4 4
      resources/dist/css/core/menu/menu-types/horizontal-menu.css
  13. 2 2
      resources/dist/css/pages/aggrid.css
  14. 2 2
      resources/dist/css/pages/app-chat.css
  15. 1 1
      resources/dist/css/pages/app-ecommerce-details.css
  16. 11 11
      resources/dist/css/pages/app-ecommerce-shop.css
  17. 1 1
      resources/dist/css/pages/app-email.css
  18. 1 1
      resources/dist/css/pages/app-todo.css
  19. 1 1
      resources/dist/css/pages/app-user.css
  20. 1 1
      resources/dist/css/pages/dashboard-analytics.css
  21. 1 1
      resources/dist/css/pages/dashboard-ecommerce.css
  22. 5 5
      resources/dist/css/pages/data-list-view.css
  23. 1 1
      resources/dist/css/pages/faq.css
  24. 27 27
      resources/dist/css/plugins/calendars/fullcalendar.css
  25. 5 5
      resources/dist/css/plugins/extensions/noui-slider.css
  26. 5 5
      resources/dist/css/plugins/extensions/swiper.css
  27. 1 1
      resources/dist/css/plugins/extensions/toastr.css
  28. 3 3
      resources/dist/css/plugins/file-uploaders/dropzone.css
  29. 11 11
      resources/dist/css/plugins/forms/wizard.css
  30. 36 36
      resources/dist/css/plugins/loaders/animations/ball-grid-beat.css
  31. 36 36
      resources/dist/css/plugins/loaders/animations/ball-grid-pulse.css
  32. 16 16
      resources/dist/css/plugins/loaders/animations/line-scale-random.css
  33. 86 86
      resources/dist/css/plugins/loaders/loaders.css
  34. 3 3
      resources/dist/css/plugins/pickers/bootstrap-datetimepicker-build.css
  35. 6 6
      resources/dist/css/plugins/tour/tour.css
  36. 30 30
      resources/dist/css/themes/dark-layout.css
  37. 4 4
      resources/dist/dcat/css/app.css

+ 3 - 0
resources/assets/dcat/sass/_variables.scss

@@ -1,6 +1,9 @@
 // 自定义颜色
 $custom: #59a9f8;
 
+// 深红
+$red-darker: #bd4147;
+
 
 // 蓝色
 $blue: #3085d6;

+ 0 - 19
resources/assets/sass/_variables.scss

@@ -1,19 +0,0 @@
-// Body
-$body-bg: #f8fafc;
-
-// Typography
-$font-family-sans-serif: 'Nunito', sans-serif;
-$font-size-base: 0.9rem;
-$line-height-base: 1.6;
-
-// Colors
-$blue: #3490dc;
-$indigo: #6574cd;
-$purple: #9561e2;
-$pink: #f66d9b;
-$red: #e3342f;
-$orange: #f6993f;
-$yellow: #ffed4a;
-$green: #38c172;
-$teal: #4dc0b5;
-$cyan: #6cb2eb;

+ 2 - 0
resources/assets/sass/colors.scss

@@ -11,6 +11,8 @@
 // Core
 // ------------------------------
 
+$primary-color-var: 'cyan';
+
 // Import variables and mixins
 @import "bootstrap/mixins/gradients";
 @import "core/mixins/hex2rgb";

+ 3 - 1
resources/assets/sass/core/variables/_variables.scss

@@ -22,13 +22,15 @@ $gray-800: #1e1e1e; // $gray-dark
 $gray-900: #2a2e30;
 $black: #22292f;
 
+$indigo: #4d5ec1;
+
 $blue: #00cfe8; //$info
 $red: #ea5455; //$danger
 $orange: #ff9f43; //$warning
 $green: #28c76f; //$success
 $cyan: #7367f0; //$primary
 
-$primary: $cyan;
+$primary: $indigo;
 $info: $blue;
 $warning: $orange;
 

+ 25 - 0
resources/assets/sass/indigo-colors.scss

@@ -0,0 +1,25 @@
+// ================================================================================================
+//  File Name: colors.scss
+//  Description: Common color file to include color paletter and colors file, its qiore good to
+//  have all color classes in a separate file as it's quite heavy.
+//  ----------------------------------------------------------------------------------------------
+//  Item name: Vuexy  - Vuejs, HTML & Laravel Admin Dashboard Template
+//  Author: PIXINVENT
+//  Author URL: http://www.themeforest.net/user/pixinvent
+// ================================================================================================
+
+// Core
+// ------------------------------
+
+$primary-color-var: 'indigo';
+
+// Import variables and mixins
+@import "bootstrap/mixins/gradients";
+@import "core/mixins/hex2rgb";
+
+//box shadow for alert's heading
+@import "core/mixins/alert";
+
+// Color system, always load last
+// ------------------------------
+@import "core/colors/palette";

+ 30 - 30
resources/dist/css/bootstrap-extended.css

@@ -313,7 +313,7 @@ pre code {
 }
 
 .form-control:focus ~ .form-control-position i {
-  color: #7367f0;
+  color: #4d5ec1;
 }
 
 /* Form specific Scss */
@@ -479,8 +479,8 @@ select.form-control:not([multiple=multiple]) {
 }
 
 .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
-  background-color: #7367f0;
-  border-color: #7367f0;
+  background-color: #4d5ec1;
+  border-color: #4d5ec1;
 }
 
 /* Floating label Group */
@@ -522,7 +522,7 @@ select.form-control:not([multiple=multiple]) {
 .form-label-group > input:not(:active):not(:placeholder-shown) ~ label,
 .form-label-group textarea:focus:not(:placeholder-shown) ~ label,
 .form-label-group textarea:not(:active):not(:placeholder-shown) ~ label {
-  color: #7367f0 !important;
+  color: #4d5ec1 !important;
   transition: all 0.25s ease-in-out;
   opacity: 1;
 }
@@ -566,12 +566,12 @@ select.form-control:not([multiple=multiple]) {
 
 .vs-checkbox-con input:checked ~ .vs-checkbox {
   transform: rotate(0deg);
-  border-color: #7367f0;
+  border-color: #4d5ec1;
 }
 
 .vs-checkbox-con input:checked ~ .vs-checkbox .vs-checkbox--check {
   transform: translate(0);
-  background-color: #7367f0;
+  background-color: #4d5ec1;
 }
 
 .vs-checkbox-con input:checked ~ .vs-checkbox .vs-checkbox--check .vs-icon {
@@ -590,7 +590,7 @@ select.form-control:not([multiple=multiple]) {
 
 .vs-checkbox-con input:active:checked + .vs-checkbox .vs-checkbox--check {
   transform: translate(3px);
-  background-color: #7367f0;
+  background-color: #4d5ec1;
 }
 
 .vs-checkbox-con input:active:checked + .vs-checkbox .vs-checkbox--check .vs-icon {
@@ -676,8 +676,8 @@ select.form-control:not([multiple=multiple]) {
 }
 
 .vs-radio-con input:checked ~ .vs-radio .vs-radio--circle {
-  background: #7367f0;
-  box-shadow: 0 3px 12px 0 rgba(115, 103, 240, 0.4);
+  background: #4d5ec1;
+  box-shadow: 0 3px 12px 0 rgba(77, 94, 193, 0.4);
   opacity: 1;
   transform: scale(1);
 }
@@ -943,7 +943,7 @@ select.form-control:not([multiple=multiple]) {
 /* Textarea with Counter */
 
 .counter-value {
-  background-color: #7367f0;
+  background-color: #4d5ec1;
   color: #fff;
   padding: 1px 6px;
   font-size: 0.6rem;
@@ -1460,7 +1460,7 @@ html [type=button],
 
 .dropdown .dropdown-menu .dropdown-item:hover {
   background-color: #f8f8f8;
-  color: #7367f0;
+  color: #4d5ec1;
 }
 
 .dropdown .dropdown-menu .dropdown-item.active {
@@ -1848,7 +1848,7 @@ html [type=button],
 }
 
 .header-navbar .navbar-container .bookmark-wrapper ul.nav li > a.nav-link i:hover {
-  color: #7367f0;
+  color: #4d5ec1;
 }
 
 .header-navbar .navbar-container .bookmark-input {
@@ -1894,7 +1894,7 @@ html [type=button],
 
 .header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right .dropdown-item:hover,
 .header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right .dropdown-item:active {
-  background: #7367f0;
+  background: #4d5ec1;
   color: #fff !important;
 }
 
@@ -1948,7 +1948,7 @@ html [type=button],
 }
 
 .header-navbar .navbar-container ul.nav li i.ficon:hover {
-  color: #7367f0;
+  color: #4d5ec1;
 }
 
 .header-navbar .navbar-container ul.nav li .media-list {
@@ -2887,7 +2887,7 @@ body[data-col="1-column"] .header-navbar.floating-nav {
 
 .badge {
   color: #fff;
-  background-color: #7367f0;
+  background-color: #4d5ec1;
   font-weight: 400;
 }
 
@@ -3027,7 +3027,7 @@ body[data-col="1-column"] .header-navbar.floating-nav {
 }
 
 .nav.nav-pills .nav-item.dropdown.show .dropdown-item.active:hover {
-  color: #7367f0;
+  color: #4d5ec1;
 }
 
 .nav.nav-pills.nav-justified {
@@ -3086,9 +3086,9 @@ body[data-col="1-column"] .header-navbar.floating-nav {
 }
 
 .nav.nav-pills.nav-active-bordered-pill .nav-item a.nav-link.active {
-  border: 1px solid #7367f0;
+  border: 1px solid #4d5ec1;
   border-radius: 0.25rem;
-  color: #7367f0;
+  color: #4d5ec1;
   background-color: #fff;
 }
 
@@ -3116,7 +3116,7 @@ body[data-col="1-column"] .header-navbar.floating-nav {
 .nav.nav-tabs .nav-item .nav-link.active {
   border: none;
   position: relative;
-  color: #7367f0;
+  color: #4d5ec1;
   transition: all 0.2s ease;
   background-color: transparent;
 }
@@ -3129,8 +3129,8 @@ body[data-col="1-column"] .header-navbar.floating-nav {
   position: absolute;
   bottom: 0;
   top: 100%;
-  background: linear-gradient(30deg, #7367f0, rgba(115, 103, 240, 0.5)) !important;
-  box-shadow: 0 0 8px 0 rgba(115, 103, 240, 0.5) !important;
+  background: linear-gradient(30deg, #4d5ec1, rgba(77, 94, 193, 0.5)) !important;
+  box-shadow: 0 0 8px 0 rgba(77, 94, 193, 0.5) !important;
   transform: translateY(0px);
   transition: all 0.2s linear;
 }
@@ -3398,7 +3398,7 @@ ul.list-inline.list-inline-pipe > li + li:before {
 }
 
 .list-group .list-group-item.active:hover {
-  background-color: #7367f0;
+  background-color: #4d5ec1;
 }
 
 .list-group .list-group-item.active:focus {
@@ -3633,7 +3633,7 @@ _:-ms-lang(x),
 .pagination .page-item.next-item .page-link,
 .pagination .page-item.first .page-link,
 .pagination .page-item.last .page-link {
-  color: #7367f0;
+  color: #4d5ec1;
 }
 
 .pagination .page-item.prev-item.disabled .page-link,
@@ -3667,7 +3667,7 @@ _:-ms-lang(x),
 }
 
 .pagination .page-item.prev-item .page-link:hover {
-  background: #7367f0;
+  background: #4d5ec1;
   color: #fff;
 }
 
@@ -3707,7 +3707,7 @@ _:-ms-lang(x),
 }
 
 .pagination .page-item.next-item .page-link:hover {
-  background: #7367f0;
+  background: #4d5ec1;
   color: #fff;
 }
 
@@ -3742,7 +3742,7 @@ _:-ms-lang(x),
 }
 
 .pagination .page-item .page-link:hover {
-  color: #7367f0;
+  color: #4d5ec1;
 }
 
 .pagination .page-item.active {
@@ -3753,7 +3753,7 @@ _:-ms-lang(x),
 .pagination .page-item.active .page-link {
   z-index: 3;
   border-radius: 5rem;
-  background-color: #7367f0;
+  background-color: #4d5ec1;
   color: #fff;
   transform: scale(1.05);
 }
@@ -3812,7 +3812,7 @@ _:-ms-lang(x),
 .modal .modal-header .close span {
   font-weight: 400;
   font-size: 2rem;
-  color: #7367f0;
+  color: #4d5ec1;
 }
 
 .modal .modal-header .close:hover,
@@ -3835,7 +3835,7 @@ _:-ms-lang(x),
 }
 
 .modal .modal-header.bg-primary .close span {
-  color: #7367f0;
+  color: #4d5ec1;
 }
 
 .modal .modal-header.bg-success .close span {
@@ -3906,7 +3906,7 @@ _:-ms-lang(x),
 }
 
 .popover.bs-popover-bottom .arrow:after {
-  border-bottom-color: #7367f0;
+  border-bottom-color: #4d5ec1;
 }
 
 .icon-bg-circle {

+ 82 - 82
resources/dist/css/bootstrap.css

@@ -16,7 +16,7 @@
 
 :root {
   --blue: #00cfe8;
-  --indigo: #6610f2;
+  --indigo: #4d5ec1;
   --purple: #6f42c1;
   --pink: #e83e8c;
   --red: #ea5455;
@@ -28,7 +28,7 @@
   --white: #fff;
   --gray: #b8c2cc;
   --gray-dark: #1e1e1e;
-  --primary: #7367f0;
+  --primary: #4d5ec1;
   --secondary: #b8c2cc;
   --success: #28c76f;
   --info: #00cfe8;
@@ -177,13 +177,13 @@ sup {
 }
 
 a {
-  color: #7367f0;
+  color: #4d5ec1;
   text-decoration: none;
   background-color: transparent;
 }
 
 a:hover {
-  color: #5e50ee;
+  color: #3f50b5;
   text-decoration: none;
 }
 
@@ -1686,23 +1686,23 @@ pre code {
 .table-primary,
 .table-primary > th,
 .table-primary > td {
-  background-color: #d8d4fb;
+  background-color: #cdd2ee;
 }
 
 .table-primary th,
 .table-primary td,
 .table-primary thead th,
 .table-primary tbody + tbody {
-  border-color: #b6b0f7;
+  border-color: #a2abdf;
 }
 
 .table-hover .table-primary:hover {
-  background-color: #c3bdf9;
+  background-color: #bac1e8;
 }
 
 .table-hover .table-primary:hover > td,
 .table-hover .table-primary:hover > th {
-  background-color: #c3bdf9;
+  background-color: #bac1e8;
 }
 
 .table-secondary,
@@ -2003,7 +2003,7 @@ pre code {
 .form-control:focus {
   color: #4e5154;
   background-color: #fff;
-  border-color: #7367f0;
+  border-color: #4d5ec1;
   outline: 0;
   box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
 }
@@ -2556,7 +2556,7 @@ textarea.form-control.is-invalid {
 .btn:focus,
 .btn.focus {
   outline: 0;
-  box-shadow: 0 0 0 0.2rem rgba(115, 103, 240, 0.25);
+  box-shadow: 0 0 0 0.2rem rgba(77, 94, 193, 0.25);
 }
 
 .btn.disabled,
@@ -2571,40 +2571,40 @@ fieldset:disabled a.btn {
 
 .btn-primary {
   color: #fff;
-  background-color: #7367f0;
-  border-color: #7367f0;
+  background-color: #4d5ec1;
+  border-color: #4d5ec1;
 }
 
 .btn-primary:hover {
   color: #fff;
-  background-color: #5344ed;
-  border-color: #4839eb;
+  background-color: #3c4cac;
+  border-color: #3948a2;
 }
 
 .btn-primary:focus,
 .btn-primary.focus {
-  box-shadow: 0 0 0 0.2rem rgba(136, 126, 242, 0.5);
+  box-shadow: 0 0 0 0.2rem rgba(104, 118, 202, 0.5);
 }
 
 .btn-primary.disabled,
 .btn-primary:disabled {
   color: #fff;
-  background-color: #7367f0;
-  border-color: #7367f0;
+  background-color: #4d5ec1;
+  border-color: #4d5ec1;
 }
 
 .btn-primary:not(:disabled):not(.disabled):active,
 .btn-primary:not(:disabled):not(.disabled).active,
 .show > .btn-primary.dropdown-toggle {
   color: #fff;
-  background-color: #4839eb;
-  border-color: #3e2dea;
+  background-color: #3948a2;
+  border-color: #354499;
 }
 
 .btn-primary:not(:disabled):not(.disabled):active:focus,
 .btn-primary:not(:disabled):not(.disabled).active:focus,
 .show > .btn-primary.dropdown-toggle:focus {
-  box-shadow: 0 0 0 0.2rem rgba(136, 126, 242, 0.5);
+  box-shadow: 0 0 0 0.2rem rgba(104, 118, 202, 0.5);
 }
 
 .btn-secondary {
@@ -2874,24 +2874,24 @@ fieldset:disabled a.btn {
 }
 
 .btn-outline-primary {
-  color: #7367f0;
-  border-color: #7367f0;
+  color: #4d5ec1;
+  border-color: #4d5ec1;
 }
 
 .btn-outline-primary:hover {
   color: #fff;
-  background-color: #7367f0;
-  border-color: #7367f0;
+  background-color: #4d5ec1;
+  border-color: #4d5ec1;
 }
 
 .btn-outline-primary:focus,
 .btn-outline-primary.focus {
-  box-shadow: 0 0 0 0.2rem rgba(115, 103, 240, 0.5);
+  box-shadow: 0 0 0 0.2rem rgba(77, 94, 193, 0.5);
 }
 
 .btn-outline-primary.disabled,
 .btn-outline-primary:disabled {
-  color: #7367f0;
+  color: #4d5ec1;
   background-color: transparent;
 }
 
@@ -2899,14 +2899,14 @@ fieldset:disabled a.btn {
 .btn-outline-primary:not(:disabled):not(.disabled).active,
 .show > .btn-outline-primary.dropdown-toggle {
   color: #fff;
-  background-color: #7367f0;
-  border-color: #7367f0;
+  background-color: #4d5ec1;
+  border-color: #4d5ec1;
 }
 
 .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
 .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
 .show > .btn-outline-primary.dropdown-toggle:focus {
-  box-shadow: 0 0 0 0.2rem rgba(115, 103, 240, 0.5);
+  box-shadow: 0 0 0 0.2rem rgba(77, 94, 193, 0.5);
 }
 
 .btn-outline-secondary {
@@ -3163,12 +3163,12 @@ fieldset:disabled a.btn {
 
 .btn-link {
   font-weight: 400;
-  color: #7367f0;
+  color: #4d5ec1;
   text-decoration: none;
 }
 
 .btn-link:hover {
-  color: #5e50ee;
+  color: #3f50b5;
   text-decoration: none;
 }
 
@@ -3475,7 +3475,7 @@ input[type=button].btn-block {
 .dropdown-item:active {
   color: #fff;
   text-decoration: none;
-  background-color: #7367f0;
+  background-color: #4d5ec1;
 }
 
 .dropdown-item.disabled,
@@ -3833,8 +3833,8 @@ input[type=button].btn-block {
 
 .custom-control-input:checked ~ .custom-control-label::before {
   color: #fff;
-  border-color: #7367f0;
-  background-color: #7367f0;
+  border-color: #4d5ec1;
+  background-color: #4d5ec1;
 }
 
 .custom-control-input:focus ~ .custom-control-label::before {
@@ -3842,13 +3842,13 @@ input[type=button].btn-block {
 }
 
 .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
-  border-color: #7367f0;
+  border-color: #4d5ec1;
 }
 
 .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
   color: #fff;
-  background-color: white;
-  border-color: white;
+  background-color: #d1d6ef;
+  border-color: #d1d6ef;
 }
 
 .custom-control-input:disabled ~ .custom-control-label {
@@ -3898,8 +3898,8 @@ input[type=button].btn-block {
 }
 
 .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
-  border-color: #7367f0;
-  background-color: #7367f0;
+  border-color: #4d5ec1;
+  background-color: #4d5ec1;
 }
 
 .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
@@ -3907,11 +3907,11 @@ input[type=button].btn-block {
 }
 
 .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
-  background-color: rgba(115, 103, 240, 0.5);
+  background-color: rgba(77, 94, 193, 0.5);
 }
 
 .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
-  background-color: rgba(115, 103, 240, 0.5);
+  background-color: rgba(77, 94, 193, 0.5);
 }
 
 .custom-radio .custom-control-label::before {
@@ -3923,7 +3923,7 @@ input[type=button].btn-block {
 }
 
 .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
-  background-color: rgba(115, 103, 240, 0.5);
+  background-color: rgba(77, 94, 193, 0.5);
 }
 
 .custom-switch {
@@ -3959,7 +3959,7 @@ input[type=button].btn-block {
 }
 
 .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
-  background-color: rgba(115, 103, 240, 0.5);
+  background-color: rgba(77, 94, 193, 0.5);
 }
 
 .custom-select {
@@ -3982,7 +3982,7 @@ input[type=button].btn-block {
 }
 
 .custom-select:focus {
-  border-color: #7367f0;
+  border-color: #4d5ec1;
   outline: 0;
   box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
 }
@@ -4042,7 +4042,7 @@ input[type=button].btn-block {
 }
 
 .custom-file-input:focus ~ .custom-file-label {
-  border-color: #7367f0;
+  border-color: #4d5ec1;
   box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
 }
 
@@ -4125,7 +4125,7 @@ input[type=button].btn-block {
   width: 1rem;
   height: 1rem;
   margin-top: -0.25rem;
-  background-color: #7367f0;
+  background-color: #4d5ec1;
   border: 0;
   border-radius: 1rem;
   -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
@@ -4142,7 +4142,7 @@ input[type=button].btn-block {
 }
 
 .custom-range::-webkit-slider-thumb:active {
-  background-color: white;
+  background-color: #d1d6ef;
 }
 
 .custom-range::-webkit-slider-runnable-track {
@@ -4158,7 +4158,7 @@ input[type=button].btn-block {
 .custom-range::-moz-range-thumb {
   width: 1rem;
   height: 1rem;
-  background-color: #7367f0;
+  background-color: #4d5ec1;
   border: 0;
   border-radius: 1rem;
   -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
@@ -4175,7 +4175,7 @@ input[type=button].btn-block {
 }
 
 .custom-range::-moz-range-thumb:active {
-  background-color: white;
+  background-color: #d1d6ef;
 }
 
 .custom-range::-moz-range-track {
@@ -4194,7 +4194,7 @@ input[type=button].btn-block {
   margin-top: 0;
   margin-right: 0.2rem;
   margin-left: 0.2rem;
-  background-color: #7367f0;
+  background-color: #4d5ec1;
   border: 0;
   border-radius: 1rem;
   -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
@@ -4210,7 +4210,7 @@ input[type=button].btn-block {
 }
 
 .custom-range::-ms-thumb:active {
-  background-color: white;
+  background-color: #d1d6ef;
 }
 
 .custom-range::-ms-track {
@@ -4337,7 +4337,7 @@ input[type=button].btn-block {
 .nav-pills .nav-link.active,
 .nav-pills .show > .nav-link {
   color: #fff;
-  background-color: #7367f0;
+  background-color: #4d5ec1;
 }
 
 .nav-fill .nav-item {
@@ -5044,14 +5044,14 @@ input[type=button].btn-block {
   padding: 0.65rem 0.911rem;
   margin-left: -1px;
   line-height: 1.25;
-  color: #7367f0;
+  color: #4d5ec1;
   background-color: #fff;
   border: 1px solid #dae1e7;
 }
 
 .page-link:hover {
   z-index: 2;
-  color: #5e50ee;
+  color: #3f50b5;
   text-decoration: none;
   background-color: #ededed;
   border-color: #dae1e7;
@@ -5060,7 +5060,7 @@ input[type=button].btn-block {
 .page-link:focus {
   z-index: 2;
   outline: 0;
-  box-shadow: 0 0 0 0.2rem rgba(115, 103, 240, 0.25);
+  box-shadow: 0 0 0 0.2rem rgba(77, 94, 193, 0.25);
 }
 
 .page-item:first-child .page-link {
@@ -5077,8 +5077,8 @@ input[type=button].btn-block {
 .page-item.active .page-link {
   z-index: 1;
   color: #fff;
-  background-color: #7367f0;
-  border-color: #7367f0;
+  background-color: #4d5ec1;
+  border-color: #4d5ec1;
 }
 
 .page-item.disabled .page-link {
@@ -5162,19 +5162,19 @@ a.badge:focus {
 
 .badge-primary {
   color: #fff;
-  background-color: #7367f0;
+  background-color: #4d5ec1;
 }
 
 a.badge-primary:hover,
 a.badge-primary:focus {
   color: #fff;
-  background-color: #4839eb;
+  background-color: #3948a2;
 }
 
 a.badge-primary:focus,
 a.badge-primary.focus {
   outline: 0;
-  box-shadow: 0 0 0 0.2rem rgba(115, 103, 240, 0.5);
+  box-shadow: 0 0 0 0.2rem rgba(77, 94, 193, 0.5);
 }
 
 .badge-secondary {
@@ -5344,17 +5344,17 @@ a.badge-dark.focus {
 }
 
 .alert-primary {
-  color: #4c4993;
-  background-color: #e3e1fc;
-  border-color: #d8d4fb;
+  color: #38457b;
+  background-color: #dbdff3;
+  border-color: #cdd2ee;
 }
 
 .alert-primary hr {
-  border-top-color: #c3bdf9;
+  border-top-color: #bac1e8;
 }
 
 .alert-primary .alert-link {
-  color: #3a3871;
+  color: #283158;
 }
 
 .alert-secondary {
@@ -5491,7 +5491,7 @@ a.badge-dark.focus {
   color: #fff;
   text-align: center;
   white-space: nowrap;
-  background-color: #7367f0;
+  background-color: #4d5ec1;
   transition: width 0.6s ease;
 }
 
@@ -5583,8 +5583,8 @@ a.badge-dark.focus {
 .list-group-item.active {
   z-index: 2;
   color: #fff;
-  background-color: #7367f0;
-  border-color: #7367f0;
+  background-color: #4d5ec1;
+  border-color: #4d5ec1;
 }
 
 .list-group-horizontal {
@@ -5725,20 +5725,20 @@ a.badge-dark.focus {
 }
 
 .list-group-item-primary {
-  color: #4c4993;
-  background-color: #d8d4fb;
+  color: #38457b;
+  background-color: #cdd2ee;
 }
 
 .list-group-item-primary.list-group-item-action:hover,
 .list-group-item-primary.list-group-item-action:focus {
-  color: #4c4993;
-  background-color: #c3bdf9;
+  color: #38457b;
+  background-color: #bac1e8;
 }
 
 .list-group-item-primary.list-group-item-action.active {
   color: #fff;
-  background-color: #4c4993;
-  border-color: #4c4993;
+  background-color: #38457b;
+  border-color: #38457b;
 }
 
 .list-group-item-secondary {
@@ -6402,7 +6402,7 @@ a.close.disabled {
   width: 1rem;
   margin-left: -0.5rem;
   content: "";
-  border-bottom: 1px solid #7367f0;
+  border-bottom: 1px solid #4d5ec1;
 }
 
 .bs-popover-left,
@@ -6437,8 +6437,8 @@ a.close.disabled {
   margin-bottom: 0;
   font-size: 1rem;
   color: #2c2c2c;
-  background-color: #7367f0;
-  border-bottom: 1px solid #5e50ee;
+  background-color: #4d5ec1;
+  border-bottom: 1px solid #3f50b5;
   border-top-left-radius: calc(0.6rem - 1px);
   border-top-right-radius: calc(0.6rem - 1px);
 }
@@ -6734,14 +6734,14 @@ a.close.disabled {
 }
 
 .bg-primary {
-  background-color: #7367f0 !important;
+  background-color: #4d5ec1 !important;
 }
 
 a.bg-primary:hover,
 a.bg-primary:focus,
 button.bg-primary:hover,
 button.bg-primary:focus {
-  background-color: #4839eb !important;
+  background-color: #3948a2 !important;
 }
 
 .bg-secondary {
@@ -6870,7 +6870,7 @@ button.bg-dark:focus {
 }
 
 .border-primary {
-  border-color: #7367f0 !important;
+  border-color: #4d5ec1 !important;
 }
 
 .border-secondary {
@@ -11542,12 +11542,12 @@ button.bg-dark:focus {
 }
 
 .text-primary {
-  color: #7367f0 !important;
+  color: #4d5ec1 !important;
 }
 
 a.text-primary:hover,
 a.text-primary:focus {
-  color: #3321e9 !important;
+  color: #324090 !important;
 }
 
 .text-secondary {

Разлика између датотеке није приказан због своје велике величине
+ 239 - 239
resources/dist/css/colors.css


+ 29 - 29
resources/dist/css/components.css

@@ -198,7 +198,7 @@ html body[data-col="1-column"] .footer {
 }
 
 html .pace .pace-progress {
-  background: #7367f0;
+  background: #4d5ec1;
 }
 
 .app-content.center-layout {
@@ -485,8 +485,8 @@ body.fixed-footer footer.footer-dark {
 }
 
 .main-menu.menu-light .navigation > li.active > a {
-  background: linear-gradient(118deg, #7367f0, rgba(115, 103, 240, 0.7));
-  box-shadow: 0 0 10px 1px rgba(115, 103, 240, 0.7);
+  background: linear-gradient(118deg, #4d5ec1, rgba(77, 94, 193, 0.7));
+  box-shadow: 0 0 10px 1px rgba(77, 94, 193, 0.7);
   color: #fff;
   font-weight: 400;
   border-radius: 4px;
@@ -497,7 +497,7 @@ body.fixed-footer footer.footer-dark {
 }
 
 .main-menu.menu-light .navigation > li .active > a {
-  color: #7367f0;
+  color: #4d5ec1;
   margin-bottom: 0;
 }
 
@@ -544,8 +544,8 @@ body.fixed-footer footer.footer-dark {
 }
 
 .main-menu.menu-light .navigation > li ul .active {
-  background: linear-gradient(118deg, #7367f0, rgba(115, 103, 240, 0.7));
-  box-shadow: 0 0 10px 1px rgba(115, 103, 240, 0.7);
+  background: linear-gradient(118deg, #4d5ec1, rgba(77, 94, 193, 0.7));
+  box-shadow: 0 0 10px 1px rgba(77, 94, 193, 0.7);
   border-radius: 4px;
 }
 
@@ -700,8 +700,8 @@ body.fixed-footer footer.footer-dark {
 }
 
 .main-menu.menu-dark .navigation > li.active > a {
-  background: linear-gradient(118deg, #7367f0, rgba(115, 103, 240, 0.7));
-  box-shadow: 0 0 10px 1px rgba(115, 103, 240, 0.7);
+  background: linear-gradient(118deg, #4d5ec1, rgba(77, 94, 193, 0.7));
+  box-shadow: 0 0 10px 1px rgba(77, 94, 193, 0.7);
   color: #fff;
   font-weight: 400;
   border-radius: 4px;
@@ -712,7 +712,7 @@ body.fixed-footer footer.footer-dark {
 }
 
 .main-menu.menu-dark .navigation > li .active > a {
-  color: #7367f0;
+  color: #4d5ec1;
   margin-bottom: 0;
 }
 
@@ -759,8 +759,8 @@ body.fixed-footer footer.footer-dark {
 }
 
 .main-menu.menu-dark .navigation > li ul .active {
-  background: linear-gradient(118deg, #7367f0, rgba(115, 103, 240, 0.7));
-  box-shadow: 0 0 10px 1px rgba(115, 103, 240, 0.7);
+  background: linear-gradient(118deg, #4d5ec1, rgba(77, 94, 193, 0.7));
+  box-shadow: 0 0 10px 1px rgba(77, 94, 193, 0.7);
   border-radius: 4px;
 }
 
@@ -897,7 +897,7 @@ body.fixed-footer footer.footer-dark {
 }
 
 .main-menu .navbar-header .navbar-brand .brand-text {
-  color: #7367f0;
+  color: #4d5ec1;
   padding-left: 1rem;
   font-weight: 600;
   letter-spacing: 0.01rem;
@@ -1005,14 +1005,14 @@ body.fixed-footer footer.footer-dark {
 }
 
 .dropdown-notification .dropdown-menu.dropdown-menu-right::before {
-  background: #7367f0;
-  border-color: #7367f0;
+  background: #4d5ec1;
+  border-color: #4d5ec1;
 }
 
 .dropdown-notification .dropdown-menu-header {
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
-  background: #7367f0;
+  background: #4d5ec1;
   color: #fff;
   text-align: center;
 }
@@ -2111,7 +2111,7 @@ body.fixed-footer .main-menu.menu-fixed {
 }
 
 .navbar-container .bookmark-input input:focus {
-  border: 1px solid #7367f0;
+  border: 1px solid #4d5ec1;
 }
 
 .navbar-container .bookmark-input .search-list {
@@ -3352,7 +3352,7 @@ body.navbar-static .navbar-container .search-input.open {
 }
 
 .fonticon-container:hover i {
-  color: #7367f0;
+  color: #4d5ec1;
   font-size: 2.9rem;
   transform: scale(1.3);
 }
@@ -3461,7 +3461,7 @@ body.navbar-static .navbar-container .search-input.open {
 }
 
 .customizer .customizer-toggle {
-  background: #7367f0;
+  background: #4d5ec1;
   color: #fff;
   display: block;
   box-shadow: -3px 0px 8px rgba(0, 0, 0, 0.1);
@@ -3833,7 +3833,7 @@ input[type=month].form-control {
 
 .floating-label-form-group-with-focus label,
 .floating-label-form-group-with-value label {
-  color: #7367f0 !important;
+  color: #4d5ec1 !important;
   text-transform: uppercase;
   font-weight: 400;
 }
@@ -3857,7 +3857,7 @@ input[type=month].form-control {
 .select2-container--classic .select2-selection--single:focus,
 .select2-container--default .select2-selection--single:focus {
   outline: 0;
-  border-color: #7367f0 !important;
+  border-color: #4d5ec1 !important;
   box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15) !important;
 }
 
@@ -3873,7 +3873,7 @@ input[type=month].form-control {
 
 .select2-container--classic.select2-container--open .select2-selection--single,
 .select2-container--default.select2-container--open .select2-selection--single {
-  border-color: #7367f0 !important;
+  border-color: #4d5ec1 !important;
   outline: 0;
 }
 
@@ -3884,7 +3884,7 @@ input[type=month].form-control {
 
 .select2-container--classic.select2-container--focus .select2-selection--multiple,
 .select2-container--default.select2-container--focus .select2-selection--multiple {
-  border-color: #7367f0 !important;
+  border-color: #4d5ec1 !important;
   outline: 0;
 }
 
@@ -3897,14 +3897,14 @@ input[type=month].form-control {
 .select2-container--classic .select2-selection--multiple:focus,
 .select2-container--default .select2-selection--multiple:focus {
   outline: 0;
-  border-color: #7367f0 !important;
+  border-color: #4d5ec1 !important;
   box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15) !important;
 }
 
 .select2-container--classic .select2-selection--multiple .select2-selection__choice,
 .select2-container--default .select2-selection--multiple .select2-selection__choice {
-  background-color: #7367f0 !important;
-  border-color: #4839eb !important;
+  background-color: #4d5ec1 !important;
+  border-color: #3948a2 !important;
   color: #fff;
   padding: 5px;
 }
@@ -4029,7 +4029,7 @@ input[type=month].form-control {
 }
 
 .select2 .form-control::focus {
-  border-color: #7367f0 !important;
+  border-color: #4d5ec1 !important;
 }
 
 table.dataTable {
@@ -4102,9 +4102,9 @@ table.dataTable.complex-headers tfoot td {
 }
 
 table.dataTable tbody tr.selected {
-  background-color: rgba(115, 103, 240, 0.05) !important;
-  color: #7367f0 !important;
-  box-shadow: 0 0 1px 0 #7367f0 !important;
+  background-color: rgba(77, 94, 193, 0.05) !important;
+  color: #4d5ec1 !important;
+  box-shadow: 0 0 1px 0 #4d5ec1 !important;
   border-radius: 5px;
 }
 

+ 2 - 2
resources/dist/css/core/colors/palette-gradient.css

@@ -87,7 +87,7 @@
 .bg-gradient-primary {
   background: #640064;
   color: #fff;
-  background-image: linear-gradient(30deg, #7367f0, rgba(115, 103, 240, 0.5));
+  background-image: linear-gradient(30deg, #4d5ec1, rgba(77, 94, 193, 0.5));
   background-repeat: repeat-x;
 }
 
@@ -97,7 +97,7 @@
 }
 
 .gradient-light-primary {
-  background: linear-gradient(30deg, #7367f0 0%, #ce9ffc 100%);
+  background: linear-gradient(30deg, #4d5ec1 0%, #9175dd 100%);
   color: #fff;
 }
 

+ 4 - 4
resources/dist/css/core/colors/palette-noui.css

@@ -67,20 +67,20 @@
 }
 
 .slider-primary .noUi-connect {
-  background: #7367f0 !important;
+  background: #4d5ec1 !important;
 }
 
 .slider-primary.noUi-connect {
-  background: #7367f0 !important;
+  background: #4d5ec1 !important;
 }
 
 .slider-primary .noUi-handle {
-  border-color: #7367f0 !important;
+  border-color: #4d5ec1 !important;
 }
 
 .slider-primary.circle-filled .noUi-handle,
 .slider-primary.square .noUi-handle {
-  background: #7367f0 !important;
+  background: #4d5ec1 !important;
 }
 
 .slider-secondary .noUi-connect {

+ 4 - 4
resources/dist/css/core/menu/menu-types/horizontal-menu.css

@@ -271,7 +271,7 @@
 
 .horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation > li > .dropdown-menu .active > a {
   background: #f8f8f8;
-  color: #7367f0;
+  color: #4d5ec1;
   font-weight: 500;
 }
 
@@ -297,8 +297,8 @@
 }
 
 .horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation > li.active > a {
-  background: linear-gradient(118deg, #7367f0, rgba(115, 103, 240, 0.7));
-  box-shadow: 0px 0px 6px 1px rgba(115, 103, 240, 0.6);
+  background: linear-gradient(118deg, #4d5ec1, rgba(77, 94, 193, 0.7));
+  box-shadow: 0px 0px 6px 1px rgba(77, 94, 193, 0.6);
   color: #fff;
   border-radius: 4px;
 }
@@ -316,7 +316,7 @@
 }
 
 .horizontal-menu .navbar-dark .nav-item.active > a {
-  border-bottom: 2px solid #7367f0;
+  border-bottom: 2px solid #4d5ec1;
   background-color: #313c50;
 }
 

+ 2 - 2
resources/dist/css/pages/aggrid.css

@@ -14,7 +14,7 @@
 
 .aggrid .ag-icon-checkbox-checked,
 .aggrid .ag-icon-checkbox-indeterminate {
-  color: #7367f0;
+  color: #4d5ec1;
 }
 
 .aggrid .ag-root-wrapper-body {
@@ -67,7 +67,7 @@
 }
 
 .aggrid .ag-paging-panel span[ref=lbCurrent] {
-  background-color: #7367f0;
+  background-color: #4d5ec1;
 }
 
 .aggrid .ag-paging-panel span[ref=lbTotal] {

+ 2 - 2
resources/dist/css/pages/app-chat.css

@@ -153,7 +153,7 @@
 }
 
 .chat-application .sidebar-content .chat-user-list li.active {
-  background: linear-gradient(118deg, #7367f0, rgba(115, 103, 240, 0.7));
+  background: linear-gradient(118deg, #4d5ec1, rgba(77, 94, 193, 0.7));
   box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
   color: #fff;
 }
@@ -260,7 +260,7 @@
   margin: 0 20px 10px 0;
   clear: both;
   color: #fff;
-  background: linear-gradient(118deg, #7367f0, rgba(115, 103, 240, 0.7));
+  background: linear-gradient(118deg, #4d5ec1, rgba(77, 94, 193, 0.7));
   border-radius: 0.5rem;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
 }

+ 1 - 1
resources/dist/css/pages/app-ecommerce-details.css

@@ -88,7 +88,7 @@
 }
 
 .product-color-options .selected .b-primary {
-  border-color: #7367f0;
+  border-color: #4d5ec1;
 }
 
 .product-color-options .selected .b-success {

+ 11 - 11
resources/dist/css/pages/app-ecommerce-shop.css

@@ -38,7 +38,7 @@
 }
 
 .ecommerce-application .sidebar-shop .vs-radio-con input:checked ~ span {
-  color: #7367f0;
+  color: #4d5ec1;
 }
 
 .ecommerce-application .sidebar-shop .filter-title {
@@ -66,7 +66,7 @@
 .ecommerce-application .sidebar-shop .range-slider.noUi-horizontal .noUi-handle .noUi-tooltip {
   opacity: 0;
   font-size: 0.75rem;
-  background-color: #7367f0;
+  background-color: #4d5ec1;
   color: #fff;
   border-radius: 0.357rem;
   border: none;
@@ -129,12 +129,12 @@
 }
 
 .ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn.active {
-  color: #7367f0 !important;
+  color: #4d5ec1 !important;
 }
 
 .ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn.active:hover,
 .ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn.active:active {
-  color: #7367f0 !important;
+  color: #4d5ec1 !important;
 }
 
 .ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn:hover,
@@ -273,7 +273,7 @@
 }
 
 .ecommerce-application .ecommerce-card .cart {
-  background-color: #7367f0;
+  background-color: #4d5ec1;
   color: #fff;
 }
 
@@ -408,7 +408,7 @@
 }
 
 .ecommerce-application .list-view .ecommerce-card .card-content .card-body .item-company .company-name {
-  color: #7367f0;
+  color: #4d5ec1;
 }
 
 .ecommerce-application .list-view .ecommerce-card .card-content .item-options {
@@ -509,7 +509,7 @@
 }
 
 .ecommerce-application .checkout-options .coupons .apply-coupon {
-  color: #7367f0;
+  color: #4d5ec1;
   font-weight: 500;
   cursor: pointer;
 }
@@ -543,7 +543,7 @@
 }
 
 .ecommerce-application .checkout-options .detail .detail-amt.emi-details {
-  color: #7367f0;
+  color: #4d5ec1;
   cursor: pointer;
 }
 
@@ -561,12 +561,12 @@
 }
 
 .ecommerce-application .wizard.checkout-tab-steps .steps ul li.error > a {
-  color: #7367f0;
+  color: #4d5ec1;
 }
 
 .ecommerce-application .wizard.checkout-tab-steps .steps ul li.error > a .step {
-  border-color: #7367f0;
-  background-color: #7367f0;
+  border-color: #4d5ec1;
+  background-color: #4d5ec1;
 }
 
 .ecommerce-application .wizard.checkout-tab-steps #checkout-address .form-group .error {

+ 1 - 1
resources/dist/css/pages/app-email.css

@@ -71,7 +71,7 @@
 
 .email-application .content-area-wrapper .sidebar .list-group .list-group-item.active {
   background: transparent;
-  color: #7367f0;
+  color: #4d5ec1;
 }
 
 .email-application .content-area-wrapper .content-right {

+ 1 - 1
resources/dist/css/pages/app-todo.css

@@ -62,7 +62,7 @@
 
 .todo-application .content-area-wrapper .sidebar .todo-sidebar .todo-app-menu .list-group .list-group-item.active {
   background-color: transparent;
-  color: #7367f0;
+  color: #4d5ec1;
 }
 
 .todo-application .content-area-wrapper .sidebar .todo-sidebar .todo-app-menu .list-group .list-group-item i {

+ 1 - 1
resources/dist/css/pages/app-user.css

@@ -34,7 +34,7 @@
 
 .users-list-wrapper a i.users-edit-icon:hover,
 .users-list-wrapper span i.users-edit-icon:hover {
-  color: #7367f0;
+  color: #4d5ec1;
 }
 
 .users-list-wrapper .badge {

+ 1 - 1
resources/dist/css/pages/dashboard-analytics.css

@@ -17,7 +17,7 @@
 }
 
 #dashboard-analytics .bg-analytics {
-  background: linear-gradient(118deg, #7367f0, rgba(115, 103, 240, 0.7));
+  background: linear-gradient(118deg, #4d5ec1, rgba(77, 94, 193, 0.7));
 }
 
 #dashboard-analytics .bg-analytics .avatar {

+ 1 - 1
resources/dist/css/pages/dashboard-ecommerce.css

@@ -27,7 +27,7 @@
   margin: 0 20px 10px 0;
   clear: both;
   color: #fff;
-  background: linear-gradient(118deg, #7367f0, rgba(115, 103, 240, 0.7));
+  background: linear-gradient(118deg, #4d5ec1, rgba(77, 94, 193, 0.7));
   border-radius: 0.5rem;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
 }

+ 5 - 5
resources/dist/css/pages/data-list-view.css

@@ -263,8 +263,8 @@ table.data-thumb-view.dataTable thead .dt-checkboxes-select-all input:before {
 
 table.data-list-view.dataTable thead .dt-checkboxes-select-all input:after,
 table.data-thumb-view.dataTable thead .dt-checkboxes-select-all input:after {
-  background-color: #7367f0;
-  border: 2px solid #7367f0;
+  background-color: #4d5ec1;
+  border: 2px solid #4d5ec1;
   font-family: "feather";
   content: "\E83F";
   font-size: 0.75rem;
@@ -287,7 +287,7 @@ table.data-thumb-view.dataTable thead .dt-checkboxes-select-all input:active:che
 
 table.data-list-view.dataTable thead .dt-checkboxes-select-all input:checked:before,
 table.data-thumb-view.dataTable thead .dt-checkboxes-select-all input:checked:before {
-  border: 2px solid #7367f0;
+  border: 2px solid #4d5ec1;
   transform: rotate(0deg);
 }
 
@@ -376,7 +376,7 @@ table.data-thumb-view.dataTable tbody td.dt-checkboxes-cell input:before {
 
 table.data-list-view.dataTable tbody td.dt-checkboxes-cell input:after,
 table.data-thumb-view.dataTable tbody td.dt-checkboxes-cell input:after {
-  background-color: #7367f0;
+  background-color: #4d5ec1;
   font-family: "feather";
   content: "\E83F";
   font-size: 0.75rem;
@@ -400,7 +400,7 @@ table.data-thumb-view.dataTable tbody td.dt-checkboxes-cell input:active:checked
 table.data-list-view.dataTable tbody td.dt-checkboxes-cell input:checked:before,
 table.data-thumb-view.dataTable tbody td.dt-checkboxes-cell input:checked:before {
   transform: rotate(0deg);
-  border: 2px solid #7367f0;
+  border: 2px solid #4d5ec1;
   transition: all 0.2s ease;
 }
 

+ 1 - 1
resources/dist/css/pages/faq.css

@@ -8,7 +8,7 @@
 }
 
 .faq-bg .form-control:focus ~ .form-control-position i {
-  color: #7367f0;
+  color: #4d5ec1;
 }
 
 .faq .faq-content .faq-table-content {

+ 27 - 27
resources/dist/css/plugins/calendars/fullcalendar.css

@@ -41,7 +41,7 @@
 .btn.focus,
 .fc .focus.fc-button {
   outline: 0;
-  box-shadow: 0 0 0 0.2rem rgba(115, 103, 240, 0.25);
+  box-shadow: 0 0 0 0.2rem rgba(77, 94, 193, 0.25);
 }
 
 .btn.disabled,
@@ -61,40 +61,40 @@ fieldset:disabled .fc a.fc-button,
 
 .btn-primary {
   color: #fff;
-  background-color: #7367f0;
-  border-color: #7367f0;
+  background-color: #4d5ec1;
+  border-color: #4d5ec1;
 }
 
 .btn-primary:hover {
   color: #fff;
-  background-color: #5344ed;
-  border-color: #4839eb;
+  background-color: #3c4cac;
+  border-color: #3948a2;
 }
 
 .btn-primary:focus,
 .btn-primary.focus {
-  box-shadow: 0 0 0 0.2rem rgba(136, 126, 242, 0.5);
+  box-shadow: 0 0 0 0.2rem rgba(104, 118, 202, 0.5);
 }
 
 .btn-primary.disabled,
 .btn-primary:disabled {
   color: #fff;
-  background-color: #7367f0;
-  border-color: #7367f0;
+  background-color: #4d5ec1;
+  border-color: #4d5ec1;
 }
 
 .btn-primary:not(:disabled):not(.disabled):active,
 .btn-primary:not(:disabled):not(.disabled).active,
 .show > .btn-primary.dropdown-toggle {
   color: #fff;
-  background-color: #4839eb;
-  border-color: #3e2dea;
+  background-color: #3948a2;
+  border-color: #354499;
 }
 
 .btn-primary:not(:disabled):not(.disabled):active:focus,
 .btn-primary:not(:disabled):not(.disabled).active:focus,
 .show > .btn-primary.dropdown-toggle:focus {
-  box-shadow: 0 0 0 0.2rem rgba(136, 126, 242, 0.5);
+  box-shadow: 0 0 0 0.2rem rgba(104, 118, 202, 0.5);
 }
 
 .btn-secondary {
@@ -365,29 +365,29 @@ fieldset:disabled .fc a.fc-button,
 
 .btn-outline-primary,
 .fc .fc-button {
-  color: #7367f0;
-  border-color: #7367f0;
+  color: #4d5ec1;
+  border-color: #4d5ec1;
 }
 
 .btn-outline-primary:hover,
 .fc .fc-button:hover {
   color: #fff;
-  background-color: #7367f0;
-  border-color: #7367f0;
+  background-color: #4d5ec1;
+  border-color: #4d5ec1;
 }
 
 .btn-outline-primary:focus,
 .fc .fc-button:focus,
 .btn-outline-primary.focus,
 .fc .focus.fc-button {
-  box-shadow: 0 0 0 0.2rem rgba(115, 103, 240, 0.5);
+  box-shadow: 0 0 0 0.2rem rgba(77, 94, 193, 0.5);
 }
 
 .btn-outline-primary.disabled,
 .fc .disabled.fc-button,
 .btn-outline-primary:disabled,
 .fc .fc-button:disabled {
-  color: #7367f0;
+  color: #4d5ec1;
   background-color: transparent;
 }
 
@@ -398,8 +398,8 @@ fieldset:disabled .fc a.fc-button,
 .show > .btn-outline-primary.dropdown-toggle,
 .fc .show > .dropdown-toggle.fc-button {
   color: #fff;
-  background-color: #7367f0;
-  border-color: #7367f0;
+  background-color: #4d5ec1;
+  border-color: #4d5ec1;
 }
 
 .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
@@ -408,7 +408,7 @@ fieldset:disabled .fc a.fc-button,
 .fc .fc-button:not(:disabled):not(.disabled).active:focus,
 .show > .btn-outline-primary.dropdown-toggle:focus,
 .fc .show > .dropdown-toggle.fc-button:focus {
-  box-shadow: 0 0 0 0.2rem rgba(115, 103, 240, 0.5);
+  box-shadow: 0 0 0 0.2rem rgba(77, 94, 193, 0.5);
 }
 
 .btn-outline-secondary {
@@ -665,12 +665,12 @@ fieldset:disabled .fc a.fc-button,
 
 .btn-link {
   font-weight: 400;
-  color: #7367f0;
+  color: #4d5ec1;
   text-decoration: none;
 }
 
 .btn-link:hover {
-  color: #5e50ee;
+  color: #3f50b5;
   text-decoration: none;
 }
 
@@ -798,7 +798,7 @@ input[type=button].btn-block {
 }
 
 .fc .fc-view-container .fc-body .fc-day-top.fc-today a {
-  background-color: #7367f0;
+  background-color: #4d5ec1;
   color: #fff;
   padding: 5px 10px;
   margin-top: 2px;
@@ -836,12 +836,12 @@ input[type=button].btn-block {
   height: auto;
   outline: none;
   text-shadow: none;
-  background-color: #7367f0;
+  background-color: #4d5ec1;
   color: #fff;
 }
 
 .fc .fc-button:not(:disabled).fc-button-active {
-  background-color: #4839eb;
+  background-color: #3948a2;
 }
 
 .fc .fc-button:focus {
@@ -850,8 +850,8 @@ input[type=button].btn-block {
 }
 
 .fc .fc-event {
-  background: #7367f0;
-  border: 1px solid #5e50ee;
+  background: #4d5ec1;
+  border: 1px solid #3f50b5;
   padding: 1px 8px;
   border-radius: 1rem;
   border: none;

+ 5 - 5
resources/dist/css/plugins/extensions/noui-slider.css

@@ -81,7 +81,7 @@
   border: none;
   border-radius: 50%;
   background: #fff;
-  border: 5px solid #7367f0;
+  border: 5px solid #4d5ec1;
 }
 
 .noUi-handle:after,
@@ -90,7 +90,7 @@
 }
 
 .circle-filled .noUi-handle {
-  background: #7367f0;
+  background: #4d5ec1;
   border-radius: 50%;
 }
 
@@ -100,7 +100,7 @@
 }
 
 .square .noUi-handle {
-  background: #7367f0;
+  background: #4d5ec1;
   border-radius: 3px;
 }
 
@@ -165,7 +165,7 @@
 }
 
 .noUi-connect {
-  background: #7367f0;
+  background: #4d5ec1;
   box-shadow: none;
 }
 
@@ -183,7 +183,7 @@
 }
 
 .noUi-vertical.square .noUi-handle {
-  background: #7367f0;
+  background: #4d5ec1;
   border-radius: 3px;
 }
 

+ 5 - 5
resources/dist/css/plugins/extensions/swiper.css

@@ -34,17 +34,17 @@
 }
 
 .swiper-centered-slides.swiper-container .swiper-slide.swiper-slide-active {
-  border: 2px solid #7367f0;
+  border: 2px solid #4d5ec1;
 }
 
 .swiper-centered-slides.swiper-container .swiper-slide.swiper-slide-active i {
-  color: #7367f0;
+  color: #4d5ec1;
 }
 
 .swiper-centered-slides .swiper-button-next:after,
 .swiper-centered-slides .swiper-button-prev:after {
   border-radius: 50%;
-  background-color: #7367f0;
+  background-color: #4d5ec1;
   box-shadow: 0 2px 4px 0 rgba(34, 41, 47, 0.5) !important;
 }
 
@@ -58,8 +58,8 @@
 
 .swiper-centered-slides-2.swiper-container .swiper-slide.swiper-slide-active {
   color: #fff;
-  background-color: #7367f0;
-  box-shadow: 0 3px 6px 0 rgba(115, 103, 240, 0.5) !important;
+  background-color: #4d5ec1;
+  box-shadow: 0 3px 6px 0 rgba(77, 94, 193, 0.5) !important;
 }
 
 /* cube effect */

+ 1 - 1
resources/dist/css/plugins/extensions/toastr.css

@@ -14,7 +14,7 @@
 }
 
 .toast {
-  background-color: #7367f0;
+  background-color: #4d5ec1;
 }
 
 .toast-success {

+ 3 - 3
resources/dist/css/plugins/file-uploaders/dropzone.css

@@ -6,7 +6,7 @@
 
 .dropzone {
   min-height: 350px;
-  border: 2px dashed #7367f0;
+  border: 2px dashed #4d5ec1;
   background: #f8f8f8;
 }
 
@@ -18,7 +18,7 @@
   width: 100%;
   height: 300px;
   margin-top: -30px;
-  color: #7367f0;
+  color: #4d5ec1;
   text-align: center;
 }
 
@@ -35,7 +35,7 @@
   margin-left: -40px;
   line-height: 1;
   z-index: 2;
-  color: #7367f0;
+  color: #4d5ec1;
   text-indent: 0px;
   font-weight: normal;
   -webkit-font-smoothing: antialiased;

+ 11 - 11
resources/dist/css/plugins/forms/wizard.css

@@ -67,13 +67,13 @@
 }
 
 .app-content .wizard > .steps > ul > li.current > a {
-  color: #7367f0;
+  color: #4d5ec1;
   cursor: default;
 }
 
 .app-content .wizard > .steps > ul > li.current .step {
-  border-color: #7367f0;
-  background-color: #7367f0;
+  border-color: #4d5ec1;
+  background-color: #4d5ec1;
   color: #fff;
 }
 
@@ -110,13 +110,13 @@
 
 .app-content .wizard > .steps > ul > li.done .step {
   background-color: #fff;
-  border-color: #7367f0;
+  border-color: #4d5ec1;
   color: #b8c2cc;
 }
 
 .app-content .wizard > .steps > ul > li.done:last-child .step {
-  background-color: #7367f0;
-  border-color: #7367f0;
+  background-color: #4d5ec1;
+  border-color: #4d5ec1;
   color: #fff;
 }
 
@@ -198,7 +198,7 @@
 }
 
 .app-content .wizard > .actions > ul > li > a {
-  background: #7367f0;
+  background: #4d5ec1;
   color: #fff;
   display: block;
   padding: 7px 12px;
@@ -219,7 +219,7 @@
 }
 
 .app-content .wizard > .actions > ul > li > a[href="#previous"] {
-  background-color: #7367f0;
+  background-color: #4d5ec1;
   color: #fff;
   border-radius: 0.42rem;
 }
@@ -265,7 +265,7 @@
   top: 43px;
   width: 50%;
   height: 3px;
-  background-color: #7367f0;
+  background-color: #4d5ec1;
 }
 
 .app-content .wizard.wizard-circle > .steps > ul > li.current:after {
@@ -307,13 +307,13 @@
 
   .app-content .wizard > .steps > ul > li:last-child:after {
     content: "";
-    background-color: #7367f0;
+    background-color: #4d5ec1;
   }
 }
 
 @media (max-width: 480px) {
   .app-content .wizard > .steps > ul > li.current:after {
-    background-color: #7367f0;
+    background-color: #4d5ec1;
   }
 }
 

+ 36 - 36
resources/dist/css/plugins/loaders/animations/ball-grid-beat.css

@@ -27,66 +27,66 @@
 }
 
 .ball-grid-beat > div:nth-child(1) {
-  -webkit-animation-delay: 0.11s;
-          animation-delay: 0.11s;
-  -webkit-animation-duration: 1.4s;
-          animation-duration: 1.4s;
+  -webkit-animation-delay: -0.02s;
+          animation-delay: -0.02s;
+  -webkit-animation-duration: 1.2s;
+          animation-duration: 1.2s;
 }
 
 .ball-grid-beat > div:nth-child(2) {
-  -webkit-animation-delay: 0.66s;
-          animation-delay: 0.66s;
-  -webkit-animation-duration: 0.96s;
-          animation-duration: 0.96s;
+  -webkit-animation-delay: 0.71s;
+          animation-delay: 0.71s;
+  -webkit-animation-duration: 0.84s;
+          animation-duration: 0.84s;
 }
 
 .ball-grid-beat > div:nth-child(3) {
-  -webkit-animation-delay: 0.46s;
-          animation-delay: 0.46s;
-  -webkit-animation-duration: 1.6s;
-          animation-duration: 1.6s;
+  -webkit-animation-delay: 0.33s;
+          animation-delay: 0.33s;
+  -webkit-animation-duration: 1.41s;
+          animation-duration: 1.41s;
 }
 
 .ball-grid-beat > div:nth-child(4) {
-  -webkit-animation-delay: 0.01s;
-          animation-delay: 0.01s;
-  -webkit-animation-duration: 1.53s;
-          animation-duration: 1.53s;
+  -webkit-animation-delay: 0.06s;
+          animation-delay: 0.06s;
+  -webkit-animation-duration: 1.35s;
+          animation-duration: 1.35s;
 }
 
 .ball-grid-beat > div:nth-child(5) {
-  -webkit-animation-delay: -0.12s;
-          animation-delay: -0.12s;
-  -webkit-animation-duration: 1.28s;
-          animation-duration: 1.28s;
+  -webkit-animation-delay: 0.29s;
+          animation-delay: 0.29s;
+  -webkit-animation-duration: 0.73s;
+          animation-duration: 0.73s;
 }
 
 .ball-grid-beat > div:nth-child(6) {
-  -webkit-animation-delay: 0.34s;
-          animation-delay: 0.34s;
-  -webkit-animation-duration: 0.86s;
-          animation-duration: 0.86s;
+  -webkit-animation-delay: 0.75s;
+          animation-delay: 0.75s;
+  -webkit-animation-duration: 1.11s;
+          animation-duration: 1.11s;
 }
 
 .ball-grid-beat > div:nth-child(7) {
-  -webkit-animation-delay: 0.17s;
-          animation-delay: 0.17s;
-  -webkit-animation-duration: 1.3s;
-          animation-duration: 1.3s;
+  -webkit-animation-delay: 0.75s;
+          animation-delay: 0.75s;
+  -webkit-animation-duration: 1.46s;
+          animation-duration: 1.46s;
 }
 
 .ball-grid-beat > div:nth-child(8) {
-  -webkit-animation-delay: 0.15s;
-          animation-delay: 0.15s;
-  -webkit-animation-duration: 1.33s;
-          animation-duration: 1.33s;
+  -webkit-animation-delay: -0.06s;
+          animation-delay: -0.06s;
+  -webkit-animation-duration: 1.56s;
+          animation-duration: 1.56s;
 }
 
 .ball-grid-beat > div:nth-child(9) {
-  -webkit-animation-delay: 0.64s;
-          animation-delay: 0.64s;
-  -webkit-animation-duration: 0.94s;
-          animation-duration: 0.94s;
+  -webkit-animation-delay: 0.68s;
+          animation-delay: 0.68s;
+  -webkit-animation-duration: 1.23s;
+          animation-duration: 1.23s;
 }
 
 .ball-grid-beat > div {

+ 36 - 36
resources/dist/css/plugins/loaders/animations/ball-grid-pulse.css

@@ -39,66 +39,66 @@
 }
 
 .ball-grid-pulse > div:nth-child(1) {
-  -webkit-animation-delay: 0.34s;
-          animation-delay: 0.34s;
-  -webkit-animation-duration: 1.38s;
-          animation-duration: 1.38s;
+  -webkit-animation-delay: 0.3s;
+          animation-delay: 0.3s;
+  -webkit-animation-duration: 0.81s;
+          animation-duration: 0.81s;
 }
 
 .ball-grid-pulse > div:nth-child(2) {
-  -webkit-animation-delay: 0.49s;
-          animation-delay: 0.49s;
-  -webkit-animation-duration: 0.84s;
-          animation-duration: 0.84s;
+  -webkit-animation-delay: 0.46s;
+          animation-delay: 0.46s;
+  -webkit-animation-duration: 0.86s;
+          animation-duration: 0.86s;
 }
 
 .ball-grid-pulse > div:nth-child(3) {
-  -webkit-animation-delay: 0.31s;
-          animation-delay: 0.31s;
-  -webkit-animation-duration: 0.69s;
-          animation-duration: 0.69s;
+  -webkit-animation-delay: 0.15s;
+          animation-delay: 0.15s;
+  -webkit-animation-duration: 0.82s;
+          animation-duration: 0.82s;
 }
 
 .ball-grid-pulse > div:nth-child(4) {
-  -webkit-animation-delay: 0.24s;
-          animation-delay: 0.24s;
-  -webkit-animation-duration: 0.62s;
-          animation-duration: 0.62s;
+  -webkit-animation-delay: 0.08s;
+          animation-delay: 0.08s;
+  -webkit-animation-duration: 0.96s;
+          animation-duration: 0.96s;
 }
 
 .ball-grid-pulse > div:nth-child(5) {
-  -webkit-animation-delay: 0.04s;
-          animation-delay: 0.04s;
-  -webkit-animation-duration: 0.92s;
-          animation-duration: 0.92s;
+  -webkit-animation-delay: 0.18s;
+          animation-delay: 0.18s;
+  -webkit-animation-duration: 0.98s;
+          animation-duration: 0.98s;
 }
 
 .ball-grid-pulse > div:nth-child(6) {
-  -webkit-animation-delay: 0s;
-          animation-delay: 0s;
-  -webkit-animation-duration: 0.92s;
-          animation-duration: 0.92s;
+  -webkit-animation-delay: 0.4s;
+          animation-delay: 0.4s;
+  -webkit-animation-duration: 0.95s;
+          animation-duration: 0.95s;
 }
 
 .ball-grid-pulse > div:nth-child(7) {
-  -webkit-animation-delay: 0.07s;
-          animation-delay: 0.07s;
-  -webkit-animation-duration: 1.09s;
-          animation-duration: 1.09s;
+  -webkit-animation-delay: 0.58s;
+          animation-delay: 0.58s;
+  -webkit-animation-duration: 1s;
+          animation-duration: 1s;
 }
 
 .ball-grid-pulse > div:nth-child(8) {
-  -webkit-animation-delay: 0.54s;
-          animation-delay: 0.54s;
-  -webkit-animation-duration: 1.48s;
-          animation-duration: 1.48s;
+  -webkit-animation-delay: 0.61s;
+          animation-delay: 0.61s;
+  -webkit-animation-duration: 1.23s;
+          animation-duration: 1.23s;
 }
 
 .ball-grid-pulse > div:nth-child(9) {
-  -webkit-animation-delay: 0.04s;
-          animation-delay: 0.04s;
-  -webkit-animation-duration: 1.09s;
-          animation-duration: 1.09s;
+  -webkit-animation-delay: 0.03s;
+          animation-delay: 0.03s;
+  -webkit-animation-duration: 1.46s;
+          animation-duration: 1.46s;
 }
 
 .ball-grid-pulse > div {

+ 16 - 16
resources/dist/css/plugins/loaders/animations/line-scale-random.css

@@ -31,31 +31,31 @@
 }
 
 .line-scale-party > div:nth-child(1) {
-  -webkit-animation-delay: 0.52s;
-          animation-delay: 0.52s;
-  -webkit-animation-duration: 1.3s;
-          animation-duration: 1.3s;
+  -webkit-animation-delay: 0.07s;
+          animation-delay: 0.07s;
+  -webkit-animation-duration: 1.1s;
+          animation-duration: 1.1s;
 }
 
 .line-scale-party > div:nth-child(2) {
-  -webkit-animation-delay: 0.62s;
-          animation-delay: 0.62s;
-  -webkit-animation-duration: 0.51s;
-          animation-duration: 0.51s;
+  -webkit-animation-delay: 0.75s;
+          animation-delay: 0.75s;
+  -webkit-animation-duration: 1.16s;
+          animation-duration: 1.16s;
 }
 
 .line-scale-party > div:nth-child(3) {
-  -webkit-animation-delay: 0.09s;
-          animation-delay: 0.09s;
-  -webkit-animation-duration: 1.19s;
-          animation-duration: 1.19s;
+  -webkit-animation-delay: -0.03s;
+          animation-delay: -0.03s;
+  -webkit-animation-duration: 0.91s;
+          animation-duration: 0.91s;
 }
 
 .line-scale-party > div:nth-child(4) {
-  -webkit-animation-delay: 0.05s;
-          animation-delay: 0.05s;
-  -webkit-animation-duration: 0.36s;
-          animation-duration: 0.36s;
+  -webkit-animation-delay: -0.06s;
+          animation-delay: -0.06s;
+  -webkit-animation-duration: 0.38s;
+          animation-duration: 0.38s;
 }
 
 .line-scale-party > div {

+ 86 - 86
resources/dist/css/plugins/loaders/loaders.css

@@ -1454,66 +1454,66 @@
 }
 
 .ball-grid-beat > div:nth-child(1) {
-  -webkit-animation-delay: -0.14s;
-          animation-delay: -0.14s;
-  -webkit-animation-duration: 1.27s;
-          animation-duration: 1.27s;
+  -webkit-animation-delay: 0.5s;
+          animation-delay: 0.5s;
+  -webkit-animation-duration: 0.79s;
+          animation-duration: 0.79s;
 }
 
 .ball-grid-beat > div:nth-child(2) {
-  -webkit-animation-delay: 0.36s;
-          animation-delay: 0.36s;
-  -webkit-animation-duration: 0.99s;
-          animation-duration: 0.99s;
+  -webkit-animation-delay: 0.4s;
+          animation-delay: 0.4s;
+  -webkit-animation-duration: 0.67s;
+          animation-duration: 0.67s;
 }
 
 .ball-grid-beat > div:nth-child(3) {
-  -webkit-animation-delay: 0.31s;
-          animation-delay: 0.31s;
+  -webkit-animation-delay: -0.06s;
+          animation-delay: -0.06s;
   -webkit-animation-duration: 1.5s;
           animation-duration: 1.5s;
 }
 
 .ball-grid-beat > div:nth-child(4) {
-  -webkit-animation-delay: 0.59s;
-          animation-delay: 0.59s;
-  -webkit-animation-duration: 1.52s;
-          animation-duration: 1.52s;
+  -webkit-animation-delay: 0.26s;
+          animation-delay: 0.26s;
+  -webkit-animation-duration: 1.22s;
+          animation-duration: 1.22s;
 }
 
 .ball-grid-beat > div:nth-child(5) {
-  -webkit-animation-delay: 0.15s;
-          animation-delay: 0.15s;
-  -webkit-animation-duration: 1.48s;
-          animation-duration: 1.48s;
+  -webkit-animation-delay: 0.42s;
+          animation-delay: 0.42s;
+  -webkit-animation-duration: 1.14s;
+          animation-duration: 1.14s;
 }
 
 .ball-grid-beat > div:nth-child(6) {
-  -webkit-animation-delay: 0.39s;
-          animation-delay: 0.39s;
-  -webkit-animation-duration: 0.89s;
-          animation-duration: 0.89s;
+  -webkit-animation-delay: 0.36s;
+          animation-delay: 0.36s;
+  -webkit-animation-duration: 0.8s;
+          animation-duration: 0.8s;
 }
 
 .ball-grid-beat > div:nth-child(7) {
-  -webkit-animation-delay: 0.71s;
-          animation-delay: 0.71s;
-  -webkit-animation-duration: 0.79s;
-          animation-duration: 0.79s;
+  -webkit-animation-delay: 0.18s;
+          animation-delay: 0.18s;
+  -webkit-animation-duration: 1.36s;
+          animation-duration: 1.36s;
 }
 
 .ball-grid-beat > div:nth-child(8) {
-  -webkit-animation-delay: 0.12s;
-          animation-delay: 0.12s;
-  -webkit-animation-duration: 0.85s;
-          animation-duration: 0.85s;
+  -webkit-animation-delay: 0.54s;
+          animation-delay: 0.54s;
+  -webkit-animation-duration: 1.59s;
+          animation-duration: 1.59s;
 }
 
 .ball-grid-beat > div:nth-child(9) {
-  -webkit-animation-delay: 0.78s;
-          animation-delay: 0.78s;
-  -webkit-animation-duration: 1.34s;
-          animation-duration: 1.34s;
+  -webkit-animation-delay: -0.08s;
+          animation-delay: -0.08s;
+  -webkit-animation-duration: 1.08s;
+          animation-duration: 1.08s;
 }
 
 .ball-grid-beat > div {
@@ -1575,66 +1575,66 @@
 }
 
 .ball-grid-pulse > div:nth-child(1) {
-  -webkit-animation-delay: 0.57s;
-          animation-delay: 0.57s;
-  -webkit-animation-duration: 1.21s;
-          animation-duration: 1.21s;
+  -webkit-animation-delay: 0.11s;
+          animation-delay: 0.11s;
+  -webkit-animation-duration: 0.72s;
+          animation-duration: 0.72s;
 }
 
 .ball-grid-pulse > div:nth-child(2) {
-  -webkit-animation-delay: 0.06s;
-          animation-delay: 0.06s;
-  -webkit-animation-duration: 1.16s;
-          animation-duration: 1.16s;
+  -webkit-animation-delay: -0.16s;
+          animation-delay: -0.16s;
+  -webkit-animation-duration: 1s;
+          animation-duration: 1s;
 }
 
 .ball-grid-pulse > div:nth-child(3) {
-  -webkit-animation-delay: -0.01s;
-          animation-delay: -0.01s;
-  -webkit-animation-duration: 1.08s;
-          animation-duration: 1.08s;
+  -webkit-animation-delay: 0.44s;
+          animation-delay: 0.44s;
+  -webkit-animation-duration: 1.58s;
+          animation-duration: 1.58s;
 }
 
 .ball-grid-pulse > div:nth-child(4) {
-  -webkit-animation-delay: 0.78s;
-          animation-delay: 0.78s;
-  -webkit-animation-duration: 1.41s;
-          animation-duration: 1.41s;
+  -webkit-animation-delay: 0.65s;
+          animation-delay: 0.65s;
+  -webkit-animation-duration: 1.24s;
+          animation-duration: 1.24s;
 }
 
 .ball-grid-pulse > div:nth-child(5) {
-  -webkit-animation-delay: -0.04s;
-          animation-delay: -0.04s;
-  -webkit-animation-duration: 1.03s;
-          animation-duration: 1.03s;
+  -webkit-animation-delay: 0.71s;
+          animation-delay: 0.71s;
+  -webkit-animation-duration: 1.27s;
+          animation-duration: 1.27s;
 }
 
 .ball-grid-pulse > div:nth-child(6) {
-  -webkit-animation-delay: 0.37s;
-          animation-delay: 0.37s;
-  -webkit-animation-duration: 1s;
-          animation-duration: 1s;
+  -webkit-animation-delay: 0.26s;
+          animation-delay: 0.26s;
+  -webkit-animation-duration: 0.61s;
+          animation-duration: 0.61s;
 }
 
 .ball-grid-pulse > div:nth-child(7) {
-  -webkit-animation-delay: 0.61s;
-          animation-delay: 0.61s;
-  -webkit-animation-duration: 1.15s;
-          animation-duration: 1.15s;
+  -webkit-animation-delay: -0.09s;
+          animation-delay: -0.09s;
+  -webkit-animation-duration: 0.87s;
+          animation-duration: 0.87s;
 }
 
 .ball-grid-pulse > div:nth-child(8) {
-  -webkit-animation-delay: -0.07s;
-          animation-delay: -0.07s;
-  -webkit-animation-duration: 1.56s;
-          animation-duration: 1.56s;
+  -webkit-animation-delay: 0.66s;
+          animation-delay: 0.66s;
+  -webkit-animation-duration: 1.42s;
+          animation-duration: 1.42s;
 }
 
 .ball-grid-pulse > div:nth-child(9) {
-  -webkit-animation-delay: 0.65s;
-          animation-delay: 0.65s;
-  -webkit-animation-duration: 1.48s;
-          animation-duration: 1.48s;
+  -webkit-animation-delay: -0.14s;
+          animation-delay: -0.14s;
+  -webkit-animation-duration: 1.53s;
+          animation-duration: 1.53s;
 }
 
 .ball-grid-pulse > div {
@@ -2181,31 +2181,31 @@
 }
 
 .line-scale-party > div:nth-child(1) {
-  -webkit-animation-delay: 0.12s;
-          animation-delay: 0.12s;
-  -webkit-animation-duration: 0.32s;
-          animation-duration: 0.32s;
+  -webkit-animation-delay: -0.05s;
+          animation-delay: -0.05s;
+  -webkit-animation-duration: 1.11s;
+          animation-duration: 1.11s;
 }
 
 .line-scale-party > div:nth-child(2) {
-  -webkit-animation-delay: 0.49s;
-          animation-delay: 0.49s;
-  -webkit-animation-duration: 1.07s;
-          animation-duration: 1.07s;
+  -webkit-animation-delay: 0.42s;
+          animation-delay: 0.42s;
+  -webkit-animation-duration: 0.41s;
+          animation-duration: 0.41s;
 }
 
 .line-scale-party > div:nth-child(3) {
-  -webkit-animation-delay: 0.39s;
-          animation-delay: 0.39s;
-  -webkit-animation-duration: 1.02s;
-          animation-duration: 1.02s;
+  -webkit-animation-delay: 0.03s;
+          animation-delay: 0.03s;
+  -webkit-animation-duration: 0.41s;
+          animation-duration: 0.41s;
 }
 
 .line-scale-party > div:nth-child(4) {
-  -webkit-animation-delay: 0.74s;
-          animation-delay: 0.74s;
-  -webkit-animation-duration: 0.7s;
-          animation-duration: 0.7s;
+  -webkit-animation-delay: 0.64s;
+          animation-delay: 0.64s;
+  -webkit-animation-duration: 0.6s;
+          animation-duration: 0.6s;
 }
 
 .line-scale-party > div {

+ 3 - 3
resources/dist/css/plugins/pickers/bootstrap-datetimepicker-build.css

@@ -277,7 +277,7 @@
   content: "";
   display: inline-block;
   border: 0 0 7px 7px solid transparent;
-  border-bottom-color: #7367f0;
+  border-bottom-color: #4d5ec1;
   border-top-color: rgba(0, 0, 0, 0.2);
   position: absolute;
   bottom: 4px;
@@ -286,7 +286,7 @@
 
 .bootstrap-datetimepicker-widget table td.active,
 .bootstrap-datetimepicker-widget table td.active:hover {
-  background-color: #7367f0;
+  background-color: #4d5ec1;
   color: #fff;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
 }
@@ -317,7 +317,7 @@
 }
 
 .bootstrap-datetimepicker-widget table td span.active {
-  background-color: #7367f0;
+  background-color: #4d5ec1;
   color: #fff;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
 }

+ 6 - 6
resources/dist/css/plugins/tour/tour.css

@@ -14,11 +14,11 @@
 }
 
 .tippy-popper .tippy-tooltip .tippy-arrow {
-  border-bottom-color: #7367f0;
+  border-bottom-color: #4d5ec1;
 }
 
 .tippy-popper .tippy-tooltip .tippy-content .shepherd-content {
-  background-color: #7367f0;
+  background-color: #4d5ec1;
   padding: 1.3rem 1rem;
   border-radius: 0.5rem;
 }
@@ -59,21 +59,21 @@
 
 .tippy-popper[x-placement=top] .tippy-arrow {
   border-color: transparent;
-  border-top-color: #7367f0;
+  border-top-color: #4d5ec1;
 }
 
 .tippy-popper[x-placement=bottom] .tippy-arrow {
   border-color: transparent;
-  border-bottom-color: #7367f0;
+  border-bottom-color: #4d5ec1;
 }
 
 .tippy-popper[x-placement=right] .tippy-arrow {
   border-color: transparent;
-  border-right-color: #7367f0;
+  border-right-color: #4d5ec1;
 }
 
 .tippy-popper[x-placement=left] .tippy-arrow {
   border-color: transparent;
-  border-left-color: #7367f0;
+  border-left-color: #4d5ec1;
 }
 

+ 30 - 30
resources/dist/css/themes/dark-layout.css

@@ -30,7 +30,7 @@ body.dark-layout [class*=border] {
 }
 
 body.dark-layout a:hover {
-  color: #7367f0;
+  color: #4d5ec1;
 }
 
 body.dark-layout p,
@@ -272,7 +272,7 @@ body.dark-layout .data-thumb-view-header .dataTables_wrapper .top .action-btns .
 
 body.dark-layout .data-list-view-header .dataTables_wrapper .top .action-btns .dt-buttons .btn.btn-outline-primary span,
 body.dark-layout .data-thumb-view-header .dataTables_wrapper .top .action-btns .dt-buttons .btn.btn-outline-primary span {
-  color: #7367f0;
+  color: #4d5ec1;
 }
 
 body.dark-layout .data-list-view-header .dataTables_wrapper .top .action-btns .dt-buttons .btn.btn-outline-primary:hover,
@@ -299,7 +299,7 @@ body.dark-layout .data-thumb-view-header .dataTables_wrapper .pagination .page-i
 
 body.dark-layout .data-list-view-header .dataTables_wrapper .pagination .page-item.active .page-link,
 body.dark-layout .data-thumb-view-header .dataTables_wrapper .pagination .page-item.active .page-link {
-  background-color: #7367f0;
+  background-color: #4d5ec1;
 }
 
 body.dark-layout .data-list-view-header .dataTables_wrapper .pagination .page-item .page-link,
@@ -314,8 +314,8 @@ body.dark-layout .data-thumb-view-header .dataTable tbody tr {
 
 body.dark-layout .data-list-view-header .dataTable tbody tr.selected td,
 body.dark-layout .data-thumb-view-header .dataTable tbody tr.selected td {
-  background-color: rgba(115, 103, 240, 0.05);
-  color: #7367f0;
+  background-color: rgba(77, 94, 193, 0.05);
+  color: #4d5ec1;
 }
 
 body.dark-layout .data-list-view-header .add-new-data,
@@ -395,7 +395,7 @@ body.dark-layout .content-header-left .breadcrumbs-top .breadcrumb-wrapper .brea
 }
 
 body.dark-layout .content-header-left .breadcrumbs-top .breadcrumb-wrapper .breadcrumb .breadcrumb-item:not(.active) a:hover {
-  color: #7367f0;
+  color: #4d5ec1;
 }
 
 body.dark-layout #default-breadcrumb .breadcrumb .breadcrumb-item,
@@ -410,7 +410,7 @@ body.dark-layout #breadcrumb-alignment .breadcrumb .breadcrumb-item:before {
 
 body.dark-layout #default-breadcrumb .breadcrumb .breadcrumb-item:not(.active) a:hover,
 body.dark-layout #breadcrumb-alignment .breadcrumb .breadcrumb-item:not(.active) a:hover {
-  color: #7367f0;
+  color: #4d5ec1;
 }
 
 body.dark-layout #component-breadcrumbs .breadcrumb .breadcrumb-item {
@@ -426,7 +426,7 @@ body.dark-layout #component-breadcrumbs .breadcrumb .breadcrumb-item:before {
 }
 
 body.dark-layout #component-breadcrumbs .breadcrumb .breadcrumb-item.active {
-  color: #7367f0;
+  color: #4d5ec1;
 }
 
 body.dark-layout .collapse-bordered .collapse-header {
@@ -514,7 +514,7 @@ body.dark-layout .search-bar .form-control {
 }
 
 body.dark-layout .btn-white ~ .dropdown-menu .dropdown-item:not(.acitve):hover {
-  color: #7367f0 !important;
+  color: #4d5ec1 !important;
 }
 
 body.dark-layout .btn-dark ~ .dropdown-menu .dropdown-item:hover,
@@ -569,7 +569,7 @@ body.dark-layout .pagination:not([class*=pagination-]) .page-item.active {
 }
 
 body.dark-layout .pagination:not([class*=pagination-]) .page-item.active .page-link {
-  background-color: #7367f0;
+  background-color: #4d5ec1;
 }
 
 body.dark-layout .pagination:not([class*=pagination-]) .page-item.active .page-link:hover {
@@ -582,7 +582,7 @@ body.dark-layout .pagination:not([class*=pagination-]) .page-item .page-link {
 }
 
 body.dark-layout .pagination:not([class*=pagination-]) .page-item .page-link:hover {
-  color: #7367f0;
+  color: #4d5ec1;
 }
 
 body.dark-layout .pagination:not([class*=pagination-]) .page-item.prev-item .page-link:hover,
@@ -609,7 +609,7 @@ body.dark-layout .nav .nav-item .nav-link {
 
 body.dark-layout .nav .nav-item .nav-link.active,
 body.dark-layout .nav .nav-item .nav-link:hover {
-  color: #7367f0;
+  color: #4d5ec1;
 }
 
 body.dark-layout #navbar-component #basic-navbar .navbar {
@@ -663,7 +663,7 @@ body.dark-layout .nav-vertical .nav.nav-tabs.nav-right ~ .tab-content .tab-pane
 
 body.dark-layout .nav-pills .nav-item .nav-link.active {
   color: #fff;
-  background-color: #7367f0;
+  background-color: #4d5ec1;
 }
 
 body.dark-layout .nav-pills.nav-active-bordered-pill .nav-item .nav-link.active {
@@ -708,7 +708,7 @@ body.dark-layout .activity-timeline {
 }
 
 body.dark-layout #dashboard-analytics .bg-analytics {
-  background: linear-gradient(118deg, #7367f0, rgba(115, 103, 240, 0.7));
+  background: linear-gradient(118deg, #4d5ec1, rgba(77, 94, 193, 0.7));
 }
 
 body.dark-layout #dashboard-analytics .bg-analytics p {
@@ -762,7 +762,7 @@ body.dark-layout .popover[x-placement=top] .arrow:after {
 }
 
 body.dark-layout .popover[x-placement=bottom] .arrow:after {
-  border-bottom-color: #7367f0;
+  border-bottom-color: #4d5ec1;
 }
 
 body.dark-layout .popover[x-placement=left] .arrow:after {
@@ -848,12 +848,12 @@ body.dark-layout .list-group .list-group-item.list-group-item-action:hover {
 }
 
 body.dark-layout .list-group .list-group-item.active {
-  background-color: #7367f0;
+  background-color: #4d5ec1;
   color: #fff;
 }
 
 body.dark-layout .list-group .list-group-item.active:hover {
-  background-color: #7367f0;
+  background-color: #4d5ec1;
 }
 
 body.dark-layout .list-group .list-group-item.active p,
@@ -914,7 +914,7 @@ body.dark-layout textarea.form-control ~ .form-control-position i {
 body.dark-layout input.form-control:focus ~ .form-control-position i,
 body.dark-layout .custom-file-label:focus ~ .form-control-position i,
 body.dark-layout textarea.form-control:focus ~ .form-control-position i {
-  color: #7367f0;
+  color: #4d5ec1;
 }
 
 body.dark-layout input.form-control:disabled,
@@ -1006,7 +1006,7 @@ body.dark-layout .select2-container .select2-dropdown.bg-info .select2-results__
 }
 
 body.dark-layout .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected=true] {
-  background-color: #7367f0;
+  background-color: #4d5ec1;
 }
 
 body.dark-layout .select2-container.select2-container--classic .selection .select2-selection__arrow {
@@ -1020,11 +1020,11 @@ body.dark-layout .custom-switch .custom-control-input[disabled] ~ .custom-contro
 }
 
 body.dark-layout .custom-switch .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
-  background-color: #7367f0;
+  background-color: #4d5ec1;
 }
 
 body.dark-layout .custom-switch .custom-control-input:checked ~ .custom-control-label::before {
-  background-color: #7367f0;
+  background-color: #4d5ec1;
 }
 
 body.dark-layout .custom-switch .custom-control-label:before {
@@ -1340,7 +1340,7 @@ body.dark-layout .aggrid .ag-icon.ag-icon-checkbox-checked,
 body.dark-layout .aggrid .ag-icon.ag-icon-checkbox-indeterminate,
 body.dark-layout .ag-header .ag-icon.ag-icon-checkbox-checked,
 body.dark-layout .ag-header .ag-icon.ag-icon-checkbox-indeterminate {
-  color: #7367f0;
+  color: #4d5ec1;
 }
 
 body.dark-layout .aggrid .ag-header-cell,
@@ -1428,7 +1428,7 @@ body.dark-layout .ag-header ::-webkit-scrollbar-track {
 
 body.dark-layout .aggrid ::-webkit-scrollbar-thumb,
 body.dark-layout .ag-header ::-webkit-scrollbar-thumb {
-  background: #7367f0;
+  background: #4d5ec1;
 }
 
 body.dark-layout .bg-authentication {
@@ -1473,7 +1473,7 @@ body.dark-layout #search-website .search-pagination .pagination .page-item {
 }
 
 body.dark-layout #search-website .search-pagination .pagination .page-item.active .page-link {
-  background-color: #7367f0;
+  background-color: #4d5ec1;
 }
 
 body.dark-layout #search-website .search-pagination .pagination .page-item .page-link {
@@ -1499,7 +1499,7 @@ body.dark-layout .search-content .card .card-body .text-dark {
 
 body.dark-layout .knowledge-base-category .list-group .list-group-item,
 body.dark-layout .knowledge-base-question .list-group .list-group-item {
-  color: #7367f0;
+  color: #4d5ec1;
 }
 
 body.dark-layout .invoice-items-table .table-borderless,
@@ -1625,7 +1625,7 @@ body.dark-layout.email-application .app-content .content-area-wrapper .app-fixed
 }
 
 body.dark-layout.email-application .app-content .content-area-wrapper .app-fixed-search .form-control:focus ~ .form-control-position i {
-  color: #7367f0;
+  color: #4d5ec1;
 }
 
 body.dark-layout.email-application .app-content .content-area-wrapper .app-fixed-search .form-control-position i {
@@ -1649,7 +1649,7 @@ body.dark-layout.email-application .app-content .content-area-wrapper .email-app
 body.dark-layout.email-application .app-content .content-area-wrapper .email-app-menu .sidebar-menu-list .list-group-messages .list-group-item.active:hover,
 body.dark-layout.email-application .app-content .content-area-wrapper .email-app-menu .sidebar-menu-list .list-group-labels .list-group-item.active,
 body.dark-layout.email-application .app-content .content-area-wrapper .email-app-menu .sidebar-menu-list .list-group-labels .list-group-item.active:hover {
-  color: #7367f0;
+  color: #4d5ec1;
 }
 
 body.dark-layout.email-application .app-content .content-area-wrapper .email-app-menu .sidebar-menu-list .list-group-messages .list-group-item:hover,
@@ -1934,7 +1934,7 @@ body.dark-layout.ecommerce-application .content-body .pagination .page-item.acti
 
 body.dark-layout.ecommerce-application .content-right .pagination .page-item.active .page-link,
 body.dark-layout.ecommerce-application .content-body .pagination .page-item.active .page-link {
-  background-color: #7367f0;
+  background-color: #4d5ec1;
 }
 
 body.dark-layout.ecommerce-application .content-right .pagination .page-item .page-link,
@@ -2127,8 +2127,8 @@ body.dark-layout.horizontal-layout.vertical-overlay-menu .main-menu .nav-item.ac
 }
 
 body.dark-layout.horizontal-layout.vertical-overlay-menu .main-menu .nav-item.active ul li.active a {
-  background: linear-gradient(118deg, #7367f0, rgba(115, 103, 240, 0.7)) !important;
-  box-shadow: 0px 0px 6px 1px rgba(115, 103, 240, 0.6) !important;
+  background: linear-gradient(118deg, #4d5ec1, rgba(77, 94, 193, 0.7)) !important;
+  box-shadow: 0px 0px 6px 1px rgba(77, 94, 193, 0.6) !important;
   color: #fff;
 }
 

+ 4 - 4
resources/dist/dcat/css/app.css

@@ -7,7 +7,7 @@
 }
 
 #nprogress .bar {
-  background: rgba(115, 103, 240, 0.8);
+  background: rgba(77, 94, 193, 0.8);
   position: fixed;
   z-index: 1031;
   top: 0;
@@ -22,7 +22,7 @@
   right: 0;
   width: 100px;
   height: 100%;
-  box-shadow: 0 0 10px #7367f0, 0 0 5px #7367f0;
+  box-shadow: 0 0 10px #4d5ec1, 0 0 5px #4d5ec1;
   opacity: 1;
   transform: rotate(3deg) translate(0, -4px);
 }
@@ -40,8 +40,8 @@
   height: 18px;
   box-sizing: border-box;
   border: solid 2px transparent;
-  border-top-color: #7367f0;
-  border-left-color: #7367f0;
+  border-top-color: #4d5ec1;
+  border-left-color: #4d5ec1;
   border-radius: 50%;
   -webkit-animation: nprogress-spinner 0.4s linear infinite;
   animation: nprogress-spinner 0.4s linear infinite;

Неке датотеке нису приказане због велике количине промена