Changeset 24a616f for public/assets/css
- Timestamp:
- 10/13/21 15:44:57 (3 years ago)
- Branches:
- develop, master
- Children:
- 120759b
- Parents:
- 194a359
- Location:
- public/assets/css
- Files:
-
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
public/assets/css/app.min.css
r194a359 r24a616f 3349 3349 } 3350 3350 3351 * {3351 *:not(img) { 3352 3352 min-width: 0; 3353 min-height: 0;3354 3353 } 3355 3354 … … 3407 3406 3408 3407 .preloader svg path { 3409 fill: # 0081ff;3408 fill: #2196F3; 3410 3409 } 3411 3410 … … 3434 3433 3435 3434 .icon-block.icon-block-outline-primary { 3436 border: 2px solid # 0081ff;3437 color: # 0081ff!important;3435 border: 2px solid #2196F3; 3436 color: #2196F3 !important; 3438 3437 background: none; 3439 3438 } … … 3601 3600 .custom-select:focus { 3602 3601 box-shadow: none; 3603 border-color: rgba( 0, 129, 255, 0.8);3602 border-color: rgba(33, 150, 243, 0.8); 3604 3603 } 3605 3604 … … 3631 3630 3632 3631 .custom-file-input:focus ~ .custom-file-label { 3633 border-color: # 339aff;3632 border-color: #51adf6; 3634 3633 box-shadow: none; 3635 3634 } … … 3648 3647 .custom-radio .custom-control-input:checked ~ .custom-control-label::before, 3649 3648 .custom-switch .custom-control-input:checked ~ .custom-control-label::before { 3650 border-color: # 0081ff;3651 background-color: # 0081ff;3649 border-color: #2196F3; 3650 background-color: #2196F3; 3652 3651 } 3653 3652 … … 3655 3654 .custom-radio .custom-control-input:focus ~ .custom-control-label::before, 3656 3655 .custom-switch .custom-control-input:focus ~ .custom-control-label::before { 3657 box-shadow: 0 0 0 0.2rem rgba( 0, 129, 255, 0.3);3656 box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.3); 3658 3657 } 3659 3658 … … 3661 3660 .custom-radio .custom-control-input:not(:disabled):active ~ .custom-control-label::before, 3662 3661 .custom-switch .custom-control-input:not(:disabled):active ~ .custom-control-label::before { 3663 border-color: # 5caeff;3664 background-color: # 5caeff;3662 border-color: #78bff8; 3663 background-color: #78bff8; 3665 3664 } 3666 3665 … … 3794 3793 3795 3794 .custom-range::-webkit-slider-thumb { 3796 background-color: # 0081ff;3795 background-color: #2196F3; 3797 3796 } 3798 3797 3799 3798 .custom-range::-webkit-slider-thumb:active { 3800 background-color: # 5caeff;3799 background-color: #78bff8; 3801 3800 } 3802 3801 … … 3914 3913 .wizard > .steps .current a:hover, 3915 3914 .wizard > .steps .current a:active { 3916 background: # 0081ff;3915 background: #2196F3; 3917 3916 } 3918 3917 … … 3988 3987 3989 3988 .page-header .breadcrumb li.breadcrumb-item.active { 3990 color: # 0081ff;3989 color: #2196F3; 3991 3990 font-weight: 600; 3992 3991 } … … 4176 4175 4177 4176 .bg-primary { 4178 background: # 0081ff!important;4177 background: #2196F3 !important; 4179 4178 color: white !important; 4180 4179 } 4181 4180 4182 4181 .bg-primary-bright { 4183 background: rgba( 0, 129, 255, 0.3) !important;4182 background: rgba(33, 150, 243, 0.3) !important; 4184 4183 } 4185 4184 … … 4194 4193 4195 4194 .bg-primary-gradient { 4196 background: linear-gradient(230deg, # 0081ff, #4da7ff) !important;4195 background: linear-gradient(230deg, #2196F3, #6ab8f7) !important; 4197 4196 color: white !important; 4198 4197 } … … 4435 4434 4436 4435 .text-primary { 4437 color: # 0081ff!important;4436 color: #2196F3 !important; 4438 4437 } 4439 4438 … … 4577 4576 ul.links .header form .input-group .input-group-append button.active.btn, 4578 4577 .header form .input-group .input-group-append ul.links button.active.btn { 4579 color: # 0081ff;4578 color: #2196F3; 4580 4579 font-weight: 500; 4581 4580 } … … 4665 4664 a.link-1, 4666 4665 .header form .input-group .input-group-append button.link-1.btn { 4667 color: # 0081ff;4666 color: #2196F3; 4668 4667 } 4669 4668 … … 4672 4671 a.link-1:focus, 4673 4672 .header form .input-group .input-group-append button.link-1.btn:focus { 4674 color: rgba( 0, 129, 255, 0.8);4673 color: rgba(33, 150, 243, 0.8); 4675 4674 } 4676 4675 … … 4684 4683 a.link-2:focus, 4685 4684 .header form .input-group .input-group-append button.link-2.btn:focus { 4686 color: # 0081ff;4685 color: #2196F3; 4687 4686 } 4688 4687 … … 4696 4695 a.link-3:focus, 4697 4696 .header form .input-group .input-group-append button.link-3.btn:focus { 4698 color: # 0081ff;4697 color: #2196F3; 4699 4698 } 4700 4699 … … 4722 4721 4723 4722 .page-link { 4724 color: # 0081ff;4723 color: #2196F3; 4725 4724 } 4726 4725 4727 4726 .page-link:not(:disabled):not(.disabled):focus { 4728 box-shadow: 0 0 0 0.2rem rgba( 0, 129, 255, 0.3);4727 box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.3); 4729 4728 } 4730 4729 … … 4837 4836 a.btn[href="#previous"], 4838 4837 .header form .input-group .input-group-append button.btn[href="#previous"] { 4839 background: # 0081ff;4840 border-color: # 0081ff;4838 background: #2196F3; 4839 border-color: #2196F3; 4841 4840 } 4842 4841 … … 4856 4855 a.btn[href="#previous"]:not(:disabled):not(.disabled):active, 4857 4856 .header form .input-group .input-group-append button.btn[href="#previous"]:not(:disabled):not(.disabled):active { 4858 background: #0 067cc;4859 border-color: #0 067cc;4857 background: #0c7cd5; 4858 border-color: #0c7cd5; 4860 4859 } 4861 4860 … … 4865 4864 a.btn[href="#previous"]:not(:disabled):not(.disabled):focus, 4866 4865 .header form .input-group .input-group-append button.btn[href="#previous"]:not(:disabled):not(.disabled):focus { 4867 box-shadow: 0 0 0 0.2rem rgba( 0, 129, 255, 0.4) !important;4866 box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.4) !important; 4868 4867 } 4869 4868 … … 4873 4872 a.btn.btn-pulse[href="#previous"]:not(:disabled):not(.disabled), 4874 4873 .header form .input-group .input-group-append button.btn.btn-pulse[href="#previous"]:not(:disabled):not(.disabled) { 4875 box-shadow: 0 0 0 0 rgba( 0, 129, 255, 0.9) !important;4874 box-shadow: 0 0 0 0 rgba(33, 150, 243, 0.9) !important; 4876 4875 -webkit-animation: pulse 1.5s infinite !important; 4877 4876 } … … 4886 4885 4887 4886 .btn.btn-gradient-primary { 4888 background: linear-gradient(20deg, # 4da7ff, #0067cc);4887 background: linear-gradient(20deg, #6ab8f7, #0c7cd5); 4889 4888 border-color: transparent; 4890 4889 color: white; … … 4894 4893 .btn.btn-gradient-primary:not(:disabled):not(.disabled):focus, 4895 4894 .btn.btn-gradient-primary:not(:disabled):not(.disabled):active { 4896 background: linear-gradient(20deg, # 0081ff, #0067cc);4895 background: linear-gradient(20deg, #2196F3, #0c7cd5); 4897 4896 border-color: transparent; 4898 4897 } 4899 4898 4900 4899 .btn.btn-gradient-primary:not(:disabled):not(.disabled):focus { 4901 box-shadow: 0 0 0 0.2rem rgba( 0, 129, 255, 0.5);4900 box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5); 4902 4901 } 4903 4902 4904 4903 .btn.btn-gradient-primary.btn-pulse:not(:disabled):not(.disabled) { 4905 box-shadow: 0 0 0 0 rgba( 0, 129, 255, 0.9) !important;4904 box-shadow: 0 0 0 0 rgba(33, 150, 243, 0.9) !important; 4906 4905 -webkit-animation: pulse 1.5s infinite !important; 4907 4906 } … … 4912 4911 4913 4912 .btn.btn-light-primary { 4914 background: rgba( 0, 129, 255, 0.3);4913 background: rgba(33, 150, 243, 0.3); 4915 4914 border-color: transparent; 4916 color: #0 053a3;4915 color: #0966af; 4917 4916 } 4918 4917 … … 4920 4919 .btn.btn-light-primary:not(:disabled):not(.disabled):focus, 4921 4920 .btn.btn-light-primary:not(:disabled):not(.disabled):active { 4922 background: rgba( 0, 129, 255, 0.5);4921 background: rgba(33, 150, 243, 0.5); 4923 4922 border-color: transparent; 4924 4923 } 4925 4924 4926 4925 .btn.btn-light-primary:not(:disabled):not(.disabled):focus { 4927 box-shadow: 0 0 0 0.2rem rgba( 0, 129, 255, 0.2);4926 box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.2); 4928 4927 } 4929 4928 4930 4929 .btn.btn-light-primary.btn-pulse:not(:disabled):not(.disabled) { 4931 box-shadow: 0 0 0 0 rgba( 0, 129, 255, 0.9) !important;4930 box-shadow: 0 0 0 0 rgba(33, 150, 243, 0.9) !important; 4932 4931 -webkit-animation: pulse 1.5s infinite !important; 4933 4932 } … … 4939 4938 .btn.btn-outline-primary { 4940 4939 background: none; 4941 border-color: # 0081ff;4942 color: #0 074e6;4940 border-color: #2196F3; 4941 color: #0d8aee; 4943 4942 border-width: 1px; 4944 4943 } 4945 4944 4946 4945 .btn.btn-outline-primary:not(:disabled):not(.disabled):hover { 4947 background: # 0081ff;4948 border-color: # 0081ff;4946 background: #2196F3; 4947 border-color: #2196F3; 4949 4948 color: white; 4950 4949 } … … 4952 4951 .btn.btn-outline-primary:not(:disabled):not(.disabled):focus, 4953 4952 .btn.btn-outline-primary:not(:disabled):not(.disabled):active { 4954 background: #0 062c2;4955 border-color: #0 062c2;4953 background: #0b76cc; 4954 border-color: #0b76cc; 4956 4955 color: white; 4957 4956 } 4958 4957 4959 4958 .btn.btn-outline-primary:not(:disabled):not(.disabled):focus { 4960 box-shadow: 0 0 0 0.2rem rgba( 0, 129, 255, 0.4);4959 box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.4); 4961 4960 } 4962 4961 4963 4962 .btn.btn-outline-primary.btn-pulse:not(:disabled):not(.disabled) { 4964 box-shadow: 0 0 0 0 rgba( 0, 129, 255, 0.9) !important;4963 box-shadow: 0 0 0 0 rgba(33, 150, 243, 0.9) !important; 4965 4964 -webkit-animation: pulse 1.5s infinite !important; 4966 4965 } … … 6521 6520 6522 6521 .progress .progress-bar:not(.progress-bar-striped) { 6523 background: # 0081ff;6522 background: #2196F3; 6524 6523 } 6525 6524 … … 6579 6578 6580 6579 .dropdown-menu .dropdown-menu-title { 6581 background-color: # 0081ff;6580 background-color: #2196F3; 6582 6581 padding: 15px 20px; 6583 6582 color: white; … … 6606 6605 background: #f5f5f5; 6607 6606 text-decoration: none; 6608 color: # 0081ff;6607 color: #2196F3; 6609 6608 } 6610 6609 … … 6643 6642 6644 6643 .badge.badge-primary { 6645 background: # 0081ff;6644 background: #2196F3; 6646 6645 } 6647 6646 … … 6736 6735 .accordion.custom-accordion .accordion-row .header form .input-group .input-group-append button.accordion-header.btn:focus, 6737 6736 .header form .input-group .input-group-append .accordion.custom-accordion .accordion-row button.accordion-header.btn:focus { 6738 color: # 0081ff;6737 color: #2196F3; 6739 6738 } 6740 6739 … … 6778 6777 .accordion.custom-accordion.accordion-primary .accordion-row:not(.open) .header form .input-group .input-group-append button.accordion-header.btn:focus, 6779 6778 .header form .input-group .input-group-append .accordion.custom-accordion.accordion-primary .accordion-row:not(.open) button.accordion-header.btn:focus { 6780 color: # 0081ff;6779 color: #2196F3; 6781 6780 } 6782 6781 … … 6784 6783 .accordion.custom-accordion.accordion-primary .accordion-row.open .header form .input-group .input-group-append button.accordion-header.btn, 6785 6784 .header form .input-group .input-group-append .accordion.custom-accordion.accordion-primary .accordion-row.open button.accordion-header.btn { 6786 background: # 0081ff;6785 background: #2196F3; 6787 6786 color: white; 6788 6787 } … … 6900 6899 } 6901 6900 6901 .nicescroll-cursors { 6902 border: none !important; 6903 } 6904 6905 body:not(.dark) .nicescroll-cursors { 6906 background-color: rgba(41, 49, 52, 0.4) !important; 6907 width: 3px !important; 6908 } 6909 6902 6910 .isotope-item { 6903 6911 z-index: 2; … … 6932 6940 6933 6941 .daterangepicker td.active { 6934 background: # 0081ff;6942 background: #2196F3; 6935 6943 } 6936 6944 6937 6945 .daterangepicker td.active:hover { 6938 background: # 0081ff;6946 background: #2196F3; 6939 6947 } 6940 6948 6941 6949 .daterangepicker .ranges li.active { 6942 background: # 0081ff;6950 background: #2196F3; 6943 6951 } 6944 6952 … … 6966 6974 6967 6975 .alert.alert-primary { 6968 background: rgba( 0, 129, 255, 0.3) !important;6976 background: rgba(33, 150, 243, 0.3) !important; 6969 6977 } 6970 6978 6971 6979 .alert.alert-primary.alert-with-border { 6972 border-left: 3px solid # 0081ff!important;6980 border-left: 3px solid #2196F3 !important; 6973 6981 } 6974 6982 … … 7042 7050 7043 7051 .breadcrumb .breadcrumb-item.active { 7044 color: # 0081ff;7052 color: #2196F3; 7045 7053 } 7046 7054 … … 7061 7069 7062 7070 .pagination .page-item.active .page-link { 7063 background: # 0081ff;7071 background: #2196F3; 7064 7072 border-color: transparent; 7065 7073 } … … 7156 7164 7157 7165 .swal-modal .swal-button.swal-button--confirm { 7158 background: # 0081ff;7166 background: #2196F3; 7159 7167 } 7160 7168 … … 7178 7186 .irs .irs-to, 7179 7187 .irs .irs-from { 7180 background: # 0081ff;7188 background: #2196F3; 7181 7189 } 7182 7190 … … 7184 7192 .irs .irs-to:before, 7185 7193 .irs .irs-from:before { 7186 border-top-color: # 0081ff;7194 border-top-color: #2196F3; 7187 7195 } 7188 7196 7189 7197 .irs .irs-handle { 7190 border-color: # 0081ff;7198 border-color: #2196F3; 7191 7199 } 7192 7200 7193 7201 .irs .irs-bar { 7194 background: # 0081ff;7202 background: #2196F3; 7195 7203 } 7196 7204 … … 7230 7238 7231 7239 .select2-container--default .select2-results__option--highlighted[aria-selected] { 7232 background-color: # 0081ff;7240 background-color: #2196F3; 7233 7241 color: white; 7234 7242 } 7235 7243 7236 7244 .select2-container--default.select2-container--focus .select2-selection--multiple { 7237 border-color: rgba( 0, 129, 255, 0.8);7245 border-color: rgba(33, 150, 243, 0.8); 7238 7246 } 7239 7247 … … 7336 7344 7337 7345 .wickedpicker .wickedpicker__controls__control .hover-state { 7338 color: # 0081ff;7346 color: #2196F3; 7339 7347 } 7340 7348 … … 7395 7403 -webkit-transition: color 0.3s; 7396 7404 transition: color 0.3s; 7397 color: # 0081ff;7405 color: #2196F3; 7398 7406 } 7399 7407 … … 7511 7519 7512 7520 .avatar.avatar-state-primary:before { 7513 background: # 0081ff;7521 background: #2196F3; 7514 7522 } 7515 7523 … … 7563 7571 .dropzone { 7564 7572 border-width: 1px; 7565 border-color: # 0081ff;7573 border-color: #2196F3; 7566 7574 } 7567 7575 … … 7690 7698 .chat-block .chat-sidebar .chat-sidebar-content .list-group .list-group-item.active { 7691 7699 color: black; 7692 border-color: # 0081ff;7700 border-color: #2196F3; 7693 7701 } 7694 7702 … … 7780 7788 left: auto; 7781 7789 right: -10px; 7782 border-left-color: # 0081ff;7790 border-left-color: #2196F3; 7783 7791 border-right-color: transparent; 7784 7792 } 7785 7793 7786 7794 .chat-block .chat-content .messages .message-item.me .message-item-content { 7787 background-color: # 0081ff;7795 background-color: #2196F3; 7788 7796 color: rgba(255, 255, 255, 0.9); 7789 7797 } … … 7918 7926 7919 7927 .fc .fc-event { 7920 background: # 0081ff;7928 background: #2196F3; 7921 7929 color: white !important; 7922 7930 border: none; … … 7981 7989 7982 7990 .fc .fc-list-table .fc-list-item.bg-primary:hover td { 7983 background: # 0081ff!important;7991 background: #2196F3 !important; 7984 7992 } 7985 7993 … … 8012 8020 8013 8021 .fc .fc-state-default.fc-state-active { 8014 background: # 0081ff;8022 background: #2196F3; 8015 8023 color: white; 8016 8024 } … … 8026 8034 8027 8035 .list-group .list-group-item.list-group-item-primary { 8028 background: # 0081ff!important;8036 background: #2196F3 !important; 8029 8037 color: white !important; 8030 8038 } 8031 8039 8032 8040 .list-group .list-group-item.list-group-item-primary-bright { 8033 background: rgba( 0, 129, 255, 0.3) !important;8034 color: # 0081ff!important;8041 background: rgba(33, 150, 243, 0.3) !important; 8042 color: #2196F3 !important; 8035 8043 } 8036 8044 … … 8101 8109 .nav-pills .nav-link.active, 8102 8110 .nav-pills .show > .nav-link { 8103 background-color: # 0081ff;8111 background-color: #2196F3; 8104 8112 } 8105 8113 … … 8335 8343 8336 8344 .dd-handle:hover { 8337 color: # 0081ff;8345 color: #2196F3; 8338 8346 } 8339 8347 … … 8438 8446 .app-block .app-sidebar .app-sidebar-menu .list-group .list-group-item.active { 8439 8447 background: none; 8440 color: # 0081ff;8448 color: #2196F3; 8441 8449 } 8442 8450 … … 8641 8649 @media (min-width: 768px) { 8642 8650 .theme-switcher { 8643 opacity: 0;8644 8651 display: -webkit-box; 8645 8652 display: flex; … … 8665 8672 8666 8673 .theme-switcher .theme-switcher-button { 8667 background-color: # 0081ff;8674 background-color: #2196F3; 8668 8675 color: white; 8669 padding: 1 2px 15px;8676 padding: 15px 20px; 8670 8677 border-top-left-radius: 5px; 8671 8678 border-bottom-left-radius: 5px; … … 8674 8681 8675 8682 .theme-switcher .theme-switcher-button i { 8676 font-size: 22px;8683 font-size: 30px; 8677 8684 -webkit-animation-name: spin; 8678 8685 animation-name: spin; 8679 -webkit-animation-duration: 3000ms;8680 animation-duration: 3000ms;8686 -webkit-animation-duration: 2000ms; 8687 animation-duration: 2000ms; 8681 8688 -webkit-animation-iteration-count: infinite; 8682 8689 animation-iteration-count: infinite; … … 8694 8701 .app-block .app-content .theme-switcher .theme-switcher-panel .app-action { 8695 8702 margin-bottom: 0; 8696 border: 1px solid # 0081ff;8703 border: 1px solid #2196F3; 8697 8704 border-right: none; 8698 8705 border-top-right-radius: 0; … … 8781 8788 body.small-navigation:not(.hidden-navigation):not(.horizontal-navigation) .navigation .navigation-menu-body ul .header form .input-group .input-group-append li:hover > button.btn .nav-link-icon, 8782 8789 .header form .input-group .input-group-append body.small-navigation:not(.hidden-navigation):not(.horizontal-navigation) .navigation .navigation-menu-body ul li:hover > button.btn .nav-link-icon { 8783 stroke: # 0081ff;8790 stroke: #2196F3; 8784 8791 } 8785 8792 … … 8818 8825 .header form .input-group .input-group-append body.small-navigation:not(.hidden-navigation):not(.horizontal-navigation) .navigation .navigation-menu-body ul li.open > button.btn + ul li.open > button.btn { 8819 8826 background: none; 8820 color: # 0081ff;8827 color: #2196F3; 8821 8828 } 8822 8829 … … 8873 8880 .header form .input-group .input-group-append body.small-navigation:not(.hidden-navigation):not(.horizontal-navigation) .navigation .navigation-menu-body > ul > li > button.active.btn { 8874 8881 border-radius: 5px; 8875 background-color: # 0081ff;8882 background-color: #2196F3; 8876 8883 position: static; 8877 8884 } … … 8884 8891 8885 8892 body.small-navigation:not(.hidden-navigation):not(.horizontal-navigation) .navigation:hover { 8886 /*width: 320px;*/8893 width: 80px; 8887 8894 } 8888 8895 … … 8949 8956 left: 0; 8950 8957 opacity: 1; 8958 width: 80px; 8951 8959 } 8952 8960 … … 8961 8969 right: 0; 8962 8970 opacity: 1; 8971 width:80px; 8963 8972 } 8964 8973 … … 9077 9086 body.horizontal-navigation .header form .input-group .input-group-append .horizontal-navigation > ul > li:hover > button.btn, 9078 9087 .header form .input-group .input-group-append body.horizontal-navigation .horizontal-navigation > ul > li:hover > button.btn { 9079 color: # 0081ff!important;9088 color: #2196F3 !important; 9080 9089 } 9081 9090 … … 9110 9119 body.horizontal-navigation .horizontal-navigation ul .header form .input-group .input-group-append li.open > button.btn, 9111 9120 .header form .input-group .input-group-append body.horizontal-navigation .horizontal-navigation ul li.open > button.btn { 9112 color: # 0081ff;9121 color: #2196F3; 9113 9122 } 9114 9123 … … 9136 9145 body.horizontal-navigation .horizontal-navigation ul li ul .header form .input-group .input-group-append li:hover > button.btn, 9137 9146 .header form .input-group .input-group-append body.horizontal-navigation .horizontal-navigation ul li ul li:hover > button.btn { 9138 color: # 0081ff;9147 color: #2196F3; 9139 9148 } 9140 9149 … … 9148 9157 body.horizontal-navigation .horizontal-navigation ul li ul li .header form .input-group .input-group-append button.active.btn, 9149 9158 .header form .input-group .input-group-append body.horizontal-navigation .horizontal-navigation ul li ul li button.active.btn { 9150 color: # 0081ff;9159 color: #2196F3; 9151 9160 } 9152 9161 … … 9154 9163 body.horizontal-navigation .horizontal-navigation ul li ul .header form .input-group .input-group-append li.open > button.btn, 9155 9164 .header form .input-group .input-group-append body.horizontal-navigation .horizontal-navigation ul li ul li.open > button.btn { 9156 color: # 0081ff;9165 color: #2196F3; 9157 9166 } 9158 9167 … … 9191 9200 bottom: 0; 9192 9201 height: auto; 9193 /*width: 320px;*/9202 width: 80px; 9194 9203 background-color: white; 9195 9204 z-index: 1000; … … 9218 9227 body.horizontal-navigation .horizontal-navigation ul li .header form .input-group .input-group-append button.active.btn, 9219 9228 .header form .input-group .input-group-append body.horizontal-navigation .horizontal-navigation ul li button.active.btn { 9220 color: # 0081ff;9229 color: #2196F3; 9221 9230 } 9222 9231 … … 9262 9271 body.horizontal-navigation .horizontal-navigation ul .header form .input-group .input-group-append li.open > button.btn, 9263 9272 .header form .input-group .input-group-append body.horizontal-navigation .horizontal-navigation ul li.open > button.btn { 9264 color: # 0081ff;9273 color: #2196F3; 9265 9274 } 9266 9275 … … 9273 9282 } 9274 9283 } 9284 9285 body.semi-dark:not(.dark) .nicescroll-cursors { 9286 background-color: rgba(255, 255, 255, 0.3) !important; 9287 } 9288 9275 9289 body.semi-dark:not(.dark) .navigation { 9276 9290 background-color: #313852; … … 9300 9314 body.semi-dark:not(.dark) .navigation .navigation-menu-tab ul li .header form .input-group .input-group-append button.btn:not(.active):focus, 9301 9315 .header form .input-group .input-group-append body.semi-dark:not(.dark) .navigation .navigation-menu-tab ul li button.btn:not(.active):focus { 9302 color: # 0081ff;9316 color: #2196F3; 9303 9317 } 9304 9318 … … 9349 9363 body.semi-dark:not(.dark) .navigation .navigation-menu-body ul li .header form .input-group .input-group-append button.active.btn:after, 9350 9364 .header form .input-group .input-group-append body.semi-dark:not(.dark) .navigation .navigation-menu-body ul li button.active.btn:after { 9351 background-color: # 0081ff;9365 background-color: #2196F3; 9352 9366 } 9353 9367 … … 9379 9393 9380 9394 body.semi-dark:not(.dark) .navigation .navigation-menu-body ul li .dropdown-divider { 9381 color: # 0081ff;9395 color: #2196F3; 9382 9396 } 9383 9397 … … 9418 9432 body.semi-dark:not(.dark) .header form .input-group .input-group-append .horizontal-navigation > ul > li.open > button.btn, 9419 9433 .header form .input-group .input-group-append body.semi-dark:not(.dark) .horizontal-navigation > ul > li.open > button.btn { 9420 color: # 1a8eff;9434 color: #39a1f4; 9421 9435 } 9422 9436 … … 9430 9444 body.semi-dark:not(.dark) .horizontal-navigation ul li .header form .input-group .input-group-append button.active.btn, 9431 9445 .header form .input-group .input-group-append body.semi-dark:not(.dark) .horizontal-navigation ul li button.active.btn { 9432 color: # 1a8eff;9446 color: #39a1f4; 9433 9447 } 9434 9448 … … 9439 9453 body.semi-dark:not(.dark) .horizontal-navigation ul li .header form .input-group .input-group-append button.btn:not(.active):focus, 9440 9454 .header form .input-group .input-group-append body.semi-dark:not(.dark) .horizontal-navigation ul li button.btn:not(.active):focus { 9441 color: # 1a8eff;9455 color: #39a1f4; 9442 9456 } 9443 9457 … … 9709 9723 .list-group .list-group-item.active { 9710 9724 z-index: auto; 9711 background: # 0081ff;9725 background: #2196F3; 9712 9726 } 9713 9727 … … 9751 9765 .table-email-list .header form .input-group .input-group-append button.btn:focus, 9752 9766 .header form .input-group .input-group-append .table-email-list button.btn:focus { 9753 color: # 0081ff;9767 color: #2196F3; 9754 9768 } 9755 9769 … … 9785 9799 9786 9800 .list-group .list-group-item.active { 9787 background: # 0081ff;9801 background: #2196F3; 9788 9802 border-color: transparent; 9789 9803 } … … 9798 9812 9799 9813 .nav-pills .nav-link.active { 9800 background: # 0081ff;9814 background: #2196F3; 9801 9815 } 9802 9816 9803 9817 .nav-tabs .nav-link.active { 9804 color: # 0081ff;9818 color: #2196F3; 9805 9819 } 9806 9820 … … 9983 9997 9984 9998 .header .avatar.avatar-state-success:before { 9985 border-color: # 0081ff;9999 border-color: #2196F3; 9986 10000 } 9987 10001 9988 10002 .header .header-left { 9989 /*width: 320px;*/10003 width: 320px; 9990 10004 padding-left: 30px; 9991 10005 display: -webkit-box; … … 10196 10210 background-color: white; 10197 10211 z-index: 998; 10198 /*width: 320px;*/10212 width: 80px; 10199 10213 box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1); 10200 10214 position: fixed; … … 10247 10261 .navigation .navigation-menu-tab ul li .header form .input-group .input-group-append button.btn:hover, 10248 10262 .header form .input-group .input-group-append .navigation .navigation-menu-tab ul li button.btn:hover { 10249 color: # 0081ff;10263 color: #2196F3; 10250 10264 } 10251 10265 … … 10254 10268 .header form .input-group .input-group-append .navigation .navigation-menu-tab ul li button.active.btn { 10255 10269 color: white; 10256 background-color: # 0081ff;10257 box-shadow: 0px 5px 20px -14px # 0081ff;10270 background-color: #2196F3; 10271 box-shadow: 0px 5px 20px -14px #2196F3; 10258 10272 } 10259 10273 … … 10322 10336 .navigation .navigation-menu-body ul .header form .input-group .input-group-append li > button.btn:hover, 10323 10337 .header form .input-group .input-group-append .navigation .navigation-menu-body ul li > button.btn:hover { 10324 color: # 0081ff;10338 color: #2196F3; 10325 10339 } 10326 10340 … … 10328 10342 .navigation .navigation-menu-body ul .header form .input-group .input-group-append li > button.btn:hover .nav-link-icon, 10329 10343 .header form .input-group .input-group-append .navigation .navigation-menu-body ul li > button.btn:hover .nav-link-icon { 10330 stroke: # 0081ff;10344 stroke: #2196F3; 10331 10345 } 10332 10346 … … 10335 10349 .header form .input-group .input-group-append .navigation .navigation-menu-body ul li > button.active.btn { 10336 10350 position: relative; 10337 color: # 0081ff;10351 color: #2196F3; 10338 10352 font-weight: 600; 10339 background: rgba( 0, 129, 255, 0.15);10353 background: rgba(33, 150, 243, 0.15); 10340 10354 border-radius: 0.5rem; 10341 10355 margin: 0 1rem; … … 10348 10362 display: block; 10349 10363 border: 6px solid transparent; 10350 border-left-color: # 0081ff;10364 border-left-color: #2196F3; 10351 10365 margin-left: -12px; 10352 10366 margin-right: 5px; … … 10419 10433 .navigation .navigation-menu-body ul .header form .input-group .input-group-append li.open > button.btn, 10420 10434 .header form .input-group .input-group-append .navigation .navigation-menu-body ul li.open > button.btn { 10421 color: # 0081ff;10435 color: #2196F3; 10422 10436 font-weight: 600; 10423 10437 } … … 10426 10440 .navigation .navigation-menu-body ul .header form .input-group .input-group-append li.open > button.btn .nav-link-icon, 10427 10441 .header form .input-group .input-group-append .navigation .navigation-menu-body ul li.open > button.btn .nav-link-icon { 10428 stroke: # 0081ff;10442 stroke: #2196F3; 10429 10443 } 10430 10444 … … 10705 10719 body.dark .navigation .navigation-menu-tab ul li .header form .input-group .input-group-append button.btn:not(.active):focus, 10706 10720 .header form .input-group .input-group-append body.dark .navigation .navigation-menu-tab ul li button.btn:not(.active):focus { 10707 color: # 0081ff;10721 color: #2196F3; 10708 10722 } 10709 10723 … … 10757 10771 10758 10772 body.dark .navigation .navigation-menu-body ul li .dropdown-divider { 10759 color: # 0081ff;10773 color: #2196F3; 10760 10774 } 10761 10775 … … 10834 10848 10835 10849 body.dark .breadcrumb li.breadcrumb-item.active { 10836 color: # 339aff;10850 color: #51adf6; 10837 10851 } 10838 10852 … … 10870 10884 body.dark .swal-modal input.swal-content__input:focus, 10871 10885 .swal-modal body.dark input.swal-content__input:focus { 10872 border-color: # 0081ff!important;10886 border-color: #2196F3 !important; 10873 10887 } 10874 10888 … … 11250 11264 body.dark .daterangepicker td.end-date { 11251 11265 color: white; 11252 background-color: # 0081ff;11266 background-color: #2196F3; 11253 11267 } 11254 11268 … … 11275 11289 body.dark .daterangepicker td.available:hover, 11276 11290 body.dark .daterangepicker th.available:hover { 11277 background-color: # 0081ff;11291 background-color: #2196F3; 11278 11292 color: white; 11279 11293 } … … 11363 11377 body.dark .sidebar { 11364 11378 background: #313852; 11379 } 11380 11381 body.dark .nicescroll-cursors { 11382 background-color: rgba(255, 255, 255, 0.15) !important; 11365 11383 } 11366 11384 … … 11740 11758 .header form .input-group .input-group-append body.dark.horizontal-navigation .horizontal-navigation ul li ul li button.btn:hover { 11741 11759 background: none; 11742 color: # 339aff;11760 color: #51adf6; 11743 11761 } 11744 11762 … … 11747 11765 .header form .input-group .input-group-append body.dark.horizontal-navigation .horizontal-navigation ul li ul li button.active.btn { 11748 11766 background: none; 11749 color: # 339aff;11767 color: #51adf6; 11750 11768 } 11751 11769 … … 11758 11776 .header form .input-group .input-group-append body.dark.horizontal-navigation .horizontal-navigation ul li ul li.open > button.btn { 11759 11777 background: none; 11760 color: # 339aff;11778 color: #51adf6; 11761 11779 } 11762 11780 … … 11778 11796 body.dark.horizontal-navigation .horizontal-navigation ul li .header form .input-group .input-group-append button.btn:hover, 11779 11797 .header form .input-group .input-group-append body.dark.horizontal-navigation .horizontal-navigation ul li button.btn:hover { 11780 color: # 339aff;11798 color: #51adf6; 11781 11799 } 11782 11800 … … 11784 11802 body.dark.horizontal-navigation .horizontal-navigation ul li .header form .input-group .input-group-append button.active.btn, 11785 11803 .header form .input-group .input-group-append body.dark.horizontal-navigation .horizontal-navigation ul li button.active.btn { 11786 color: # 339aff;11804 color: #51adf6; 11787 11805 } 11788 11806 … … 11790 11808 body.dark.horizontal-navigation .horizontal-navigation ul .header form .input-group .input-group-append li.open > button.btn, 11791 11809 .header form .input-group .input-group-append body.dark.horizontal-navigation .horizontal-navigation ul li.open > button.btn { 11792 color: # 339aff;11810 color: #51adf6; 11793 11811 } 11794 11812 } … … 11964 11982 left: 0; 11965 11983 opacity: 1; 11984 width:80px; 11966 11985 } 11967 11986 … … 12258 12277 12259 12278 .navigation { 12260 width: 20%;12279 width: 75%; 12261 12280 } 12262 12281 … … 15647 15666 } 15648 15667 15649 * {15668 *:not(img) { 15650 15669 min-width: 0; 15651 min-height: 0;15652 15670 } 15653 15671 … … 15705 15723 15706 15724 .preloader svg path { 15707 fill: # 0081ff;15725 fill: #2196F3; 15708 15726 } 15709 15727 … … 15732 15750 15733 15751 .icon-block.icon-block-outline-primary { 15734 border: 2px solid # 0081ff;15735 color: # 0081ff!important;15752 border: 2px solid #2196F3; 15753 color: #2196F3 !important; 15736 15754 background: none; 15737 15755 } … … 15899 15917 .custom-select:focus { 15900 15918 box-shadow: none; 15901 border-color: rgba( 0, 129, 255, 0.8);15919 border-color: rgba(33, 150, 243, 0.8); 15902 15920 } 15903 15921 … … 15929 15947 15930 15948 .custom-file-input:focus ~ .custom-file-label { 15931 border-color: # 339aff;15949 border-color: #51adf6; 15932 15950 box-shadow: none; 15933 15951 } … … 15946 15964 .custom-radio .custom-control-input:checked ~ .custom-control-label::before, 15947 15965 .custom-switch .custom-control-input:checked ~ .custom-control-label::before { 15948 border-color: # 0081ff;15949 background-color: # 0081ff;15966 border-color: #2196F3; 15967 background-color: #2196F3; 15950 15968 } 15951 15969 … … 15953 15971 .custom-radio .custom-control-input:focus ~ .custom-control-label::before, 15954 15972 .custom-switch .custom-control-input:focus ~ .custom-control-label::before { 15955 box-shadow: 0 0 0 0.2rem rgba( 0, 129, 255, 0.3);15973 box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.3); 15956 15974 } 15957 15975 … … 15959 15977 .custom-radio .custom-control-input:not(:disabled):active ~ .custom-control-label::before, 15960 15978 .custom-switch .custom-control-input:not(:disabled):active ~ .custom-control-label::before { 15961 border-color: # 5caeff;15962 background-color: # 5caeff;15979 border-color: #78bff8; 15980 background-color: #78bff8; 15963 15981 } 15964 15982 … … 16092 16110 16093 16111 .custom-range::-webkit-slider-thumb { 16094 background-color: # 0081ff;16112 background-color: #2196F3; 16095 16113 } 16096 16114 16097 16115 .custom-range::-webkit-slider-thumb:active { 16098 background-color: # 5caeff;16116 background-color: #78bff8; 16099 16117 } 16100 16118 … … 16212 16230 .wizard > .steps .current a:hover, 16213 16231 .wizard > .steps .current a:active { 16214 background: # 0081ff;16232 background: #2196F3; 16215 16233 } 16216 16234 … … 16286 16304 16287 16305 .page-header .breadcrumb li.breadcrumb-item.active { 16288 color: # 0081ff;16306 color: #2196F3; 16289 16307 font-weight: 600; 16290 16308 } … … 16474 16492 16475 16493 .bg-primary { 16476 background: # 0081ff!important;16494 background: #2196F3 !important; 16477 16495 color: white !important; 16478 16496 } 16479 16497 16480 16498 .bg-primary-bright { 16481 background: rgba( 0, 129, 255, 0.3) !important;16499 background: rgba(33, 150, 243, 0.3) !important; 16482 16500 } 16483 16501 … … 16492 16510 16493 16511 .bg-primary-gradient { 16494 background: linear-gradient(230deg, # 0081ff, #4da7ff) !important;16512 background: linear-gradient(230deg, #2196F3, #6ab8f7) !important; 16495 16513 color: white !important; 16496 16514 } … … 16733 16751 16734 16752 .text-primary { 16735 color: # 0081ff!important;16753 color: #2196F3 !important; 16736 16754 } 16737 16755 … … 16875 16893 ul.links .header form .input-group .input-group-append button.active.btn, 16876 16894 .header form .input-group .input-group-append ul.links button.active.btn { 16877 color: # 0081ff;16895 color: #2196F3; 16878 16896 font-weight: 500; 16879 16897 } … … 16963 16981 a.link-1, 16964 16982 .header form .input-group .input-group-append button.link-1.btn { 16965 color: # 0081ff;16983 color: #2196F3; 16966 16984 } 16967 16985 … … 16970 16988 a.link-1:focus, 16971 16989 .header form .input-group .input-group-append button.link-1.btn:focus { 16972 color: rgba( 0, 129, 255, 0.8);16990 color: rgba(33, 150, 243, 0.8); 16973 16991 } 16974 16992 … … 16982 17000 a.link-2:focus, 16983 17001 .header form .input-group .input-group-append button.link-2.btn:focus { 16984 color: # 0081ff;17002 color: #2196F3; 16985 17003 } 16986 17004 … … 16994 17012 a.link-3:focus, 16995 17013 .header form .input-group .input-group-append button.link-3.btn:focus { 16996 color: # 0081ff;17014 color: #2196F3; 16997 17015 } 16998 17016 … … 17020 17038 17021 17039 .page-link { 17022 color: # 0081ff;17040 color: #2196F3; 17023 17041 } 17024 17042 17025 17043 .page-link:not(:disabled):not(.disabled):focus { 17026 box-shadow: 0 0 0 0.2rem rgba( 0, 129, 255, 0.3);17044 box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.3); 17027 17045 } 17028 17046 … … 17135 17153 a.btn[href="#previous"], 17136 17154 .header form .input-group .input-group-append button.btn[href="#previous"] { 17137 background: # 0081ff;17138 border-color: # 0081ff;17155 background: #2196F3; 17156 border-color: #2196F3; 17139 17157 } 17140 17158 … … 17154 17172 a.btn[href="#previous"]:not(:disabled):not(.disabled):active, 17155 17173 .header form .input-group .input-group-append button.btn[href="#previous"]:not(:disabled):not(.disabled):active { 17156 background: #0 067cc;17157 border-color: #0 067cc;17174 background: #0c7cd5; 17175 border-color: #0c7cd5; 17158 17176 } 17159 17177 … … 17163 17181 a.btn[href="#previous"]:not(:disabled):not(.disabled):focus, 17164 17182 .header form .input-group .input-group-append button.btn[href="#previous"]:not(:disabled):not(.disabled):focus { 17165 box-shadow: 0 0 0 0.2rem rgba( 0, 129, 255, 0.4) !important;17183 box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.4) !important; 17166 17184 } 17167 17185 … … 17171 17189 a.btn.btn-pulse[href="#previous"]:not(:disabled):not(.disabled), 17172 17190 .header form .input-group .input-group-append button.btn.btn-pulse[href="#previous"]:not(:disabled):not(.disabled) { 17173 box-shadow: 0 0 0 0 rgba( 0, 129, 255, 0.9) !important;17191 box-shadow: 0 0 0 0 rgba(33, 150, 243, 0.9) !important; 17174 17192 -webkit-animation: pulse 1.5s infinite !important; 17175 17193 } … … 17184 17202 17185 17203 .btn.btn-gradient-primary { 17186 background: linear-gradient(20deg, # 4da7ff, #0067cc);17204 background: linear-gradient(20deg, #6ab8f7, #0c7cd5); 17187 17205 border-color: transparent; 17188 17206 color: white; … … 17192 17210 .btn.btn-gradient-primary:not(:disabled):not(.disabled):focus, 17193 17211 .btn.btn-gradient-primary:not(:disabled):not(.disabled):active { 17194 background: linear-gradient(20deg, # 0081ff, #0067cc);17212 background: linear-gradient(20deg, #2196F3, #0c7cd5); 17195 17213 border-color: transparent; 17196 17214 } 17197 17215 17198 17216 .btn.btn-gradient-primary:not(:disabled):not(.disabled):focus { 17199 box-shadow: 0 0 0 0.2rem rgba( 0, 129, 255, 0.5);17217 box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5); 17200 17218 } 17201 17219 17202 17220 .btn.btn-gradient-primary.btn-pulse:not(:disabled):not(.disabled) { 17203 box-shadow: 0 0 0 0 rgba( 0, 129, 255, 0.9) !important;17221 box-shadow: 0 0 0 0 rgba(33, 150, 243, 0.9) !important; 17204 17222 -webkit-animation: pulse 1.5s infinite !important; 17205 17223 } … … 17210 17228 17211 17229 .btn.btn-light-primary { 17212 background: rgba( 0, 129, 255, 0.3);17230 background: rgba(33, 150, 243, 0.3); 17213 17231 border-color: transparent; 17214 color: #0 053a3;17232 color: #0966af; 17215 17233 } 17216 17234 … … 17218 17236 .btn.btn-light-primary:not(:disabled):not(.disabled):focus, 17219 17237 .btn.btn-light-primary:not(:disabled):not(.disabled):active { 17220 background: rgba( 0, 129, 255, 0.5);17238 background: rgba(33, 150, 243, 0.5); 17221 17239 border-color: transparent; 17222 17240 } 17223 17241 17224 17242 .btn.btn-light-primary:not(:disabled):not(.disabled):focus { 17225 box-shadow: 0 0 0 0.2rem rgba( 0, 129, 255, 0.2);17243 box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.2); 17226 17244 } 17227 17245 17228 17246 .btn.btn-light-primary.btn-pulse:not(:disabled):not(.disabled) { 17229 box-shadow: 0 0 0 0 rgba( 0, 129, 255, 0.9) !important;17247 box-shadow: 0 0 0 0 rgba(33, 150, 243, 0.9) !important; 17230 17248 -webkit-animation: pulse 1.5s infinite !important; 17231 17249 } … … 17237 17255 .btn.btn-outline-primary { 17238 17256 background: none; 17239 border-color: # 0081ff;17240 color: #0 074e6;17257 border-color: #2196F3; 17258 color: #0d8aee; 17241 17259 border-width: 1px; 17242 17260 } 17243 17261 17244 17262 .btn.btn-outline-primary:not(:disabled):not(.disabled):hover { 17245 background: # 0081ff;17246 border-color: # 0081ff;17263 background: #2196F3; 17264 border-color: #2196F3; 17247 17265 color: white; 17248 17266 } … … 17250 17268 .btn.btn-outline-primary:not(:disabled):not(.disabled):focus, 17251 17269 .btn.btn-outline-primary:not(:disabled):not(.disabled):active { 17252 background: #0 062c2;17253 border-color: #0 062c2;17270 background: #0b76cc; 17271 border-color: #0b76cc; 17254 17272 color: white; 17255 17273 } 17256 17274 17257 17275 .btn.btn-outline-primary:not(:disabled):not(.disabled):focus { 17258 box-shadow: 0 0 0 0.2rem rgba( 0, 129, 255, 0.4);17276 box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.4); 17259 17277 } 17260 17278 17261 17279 .btn.btn-outline-primary.btn-pulse:not(:disabled):not(.disabled) { 17262 box-shadow: 0 0 0 0 rgba( 0, 129, 255, 0.9) !important;17280 box-shadow: 0 0 0 0 rgba(33, 150, 243, 0.9) !important; 17263 17281 -webkit-animation: pulse 1.5s infinite !important; 17264 17282 } … … 18819 18837 18820 18838 .progress .progress-bar:not(.progress-bar-striped) { 18821 background: # 0081ff;18839 background: #2196F3; 18822 18840 } 18823 18841 … … 18877 18895 18878 18896 .dropdown-menu .dropdown-menu-title { 18879 background-color: # 0081ff;18897 background-color: #2196F3; 18880 18898 padding: 15px 20px; 18881 18899 color: white; … … 18904 18922 background: #f5f5f5; 18905 18923 text-decoration: none; 18906 color: # 0081ff;18924 color: #2196F3; 18907 18925 } 18908 18926 … … 18941 18959 18942 18960 .badge.badge-primary { 18943 background: # 0081ff;18961 background: #2196F3; 18944 18962 } 18945 18963 … … 19034 19052 .accordion.custom-accordion .accordion-row .header form .input-group .input-group-append button.accordion-header.btn:focus, 19035 19053 .header form .input-group .input-group-append .accordion.custom-accordion .accordion-row button.accordion-header.btn:focus { 19036 color: # 0081ff;19054 color: #2196F3; 19037 19055 } 19038 19056 … … 19076 19094 .accordion.custom-accordion.accordion-primary .accordion-row:not(.open) .header form .input-group .input-group-append button.accordion-header.btn:focus, 19077 19095 .header form .input-group .input-group-append .accordion.custom-accordion.accordion-primary .accordion-row:not(.open) button.accordion-header.btn:focus { 19078 color: # 0081ff;19096 color: #2196F3; 19079 19097 } 19080 19098 … … 19082 19100 .accordion.custom-accordion.accordion-primary .accordion-row.open .header form .input-group .input-group-append button.accordion-header.btn, 19083 19101 .header form .input-group .input-group-append .accordion.custom-accordion.accordion-primary .accordion-row.open button.accordion-header.btn { 19084 background: # 0081ff;19102 background: #2196F3; 19085 19103 color: white; 19086 19104 } … … 19198 19216 } 19199 19217 19218 .nicescroll-cursors { 19219 border: none !important; 19220 } 19221 19222 body:not(.dark) .nicescroll-cursors { 19223 background-color: rgba(41, 49, 52, 0.4) !important; 19224 width: 3px !important; 19225 } 19226 19200 19227 .isotope-item { 19201 19228 z-index: 2; … … 19230 19257 19231 19258 .daterangepicker td.active { 19232 background: # 0081ff;19259 background: #2196F3; 19233 19260 } 19234 19261 19235 19262 .daterangepicker td.active:hover { 19236 background: # 0081ff;19263 background: #2196F3; 19237 19264 } 19238 19265 19239 19266 .daterangepicker .ranges li.active { 19240 background: # 0081ff;19267 background: #2196F3; 19241 19268 } 19242 19269 … … 19264 19291 19265 19292 .alert.alert-primary { 19266 background: rgba( 0, 129, 255, 0.3) !important;19293 background: rgba(33, 150, 243, 0.3) !important; 19267 19294 } 19268 19295 19269 19296 .alert.alert-primary.alert-with-border { 19270 border-left: 3px solid # 0081ff!important;19297 border-left: 3px solid #2196F3 !important; 19271 19298 } 19272 19299 … … 19340 19367 19341 19368 .breadcrumb .breadcrumb-item.active { 19342 color: # 0081ff;19369 color: #2196F3; 19343 19370 } 19344 19371 … … 19359 19386 19360 19387 .pagination .page-item.active .page-link { 19361 background: # 0081ff;19388 background: #2196F3; 19362 19389 border-color: transparent; 19363 19390 } … … 19454 19481 19455 19482 .swal-modal .swal-button.swal-button--confirm { 19456 background: # 0081ff;19483 background: #2196F3; 19457 19484 } 19458 19485 … … 19476 19503 .irs .irs-to, 19477 19504 .irs .irs-from { 19478 background: # 0081ff;19505 background: #2196F3; 19479 19506 } 19480 19507 … … 19482 19509 .irs .irs-to:before, 19483 19510 .irs .irs-from:before { 19484 border-top-color: # 0081ff;19511 border-top-color: #2196F3; 19485 19512 } 19486 19513 19487 19514 .irs .irs-handle { 19488 border-color: # 0081ff;19515 border-color: #2196F3; 19489 19516 } 19490 19517 19491 19518 .irs .irs-bar { 19492 background: # 0081ff;19519 background: #2196F3; 19493 19520 } 19494 19521 … … 19528 19555 19529 19556 .select2-container--default .select2-results__option--highlighted[aria-selected] { 19530 background-color: # 0081ff;19557 background-color: #2196F3; 19531 19558 color: white; 19532 19559 } 19533 19560 19534 19561 .select2-container--default.select2-container--focus .select2-selection--multiple { 19535 border-color: rgba( 0, 129, 255, 0.8);19562 border-color: rgba(33, 150, 243, 0.8); 19536 19563 } 19537 19564 … … 19634 19661 19635 19662 .wickedpicker .wickedpicker__controls__control .hover-state { 19636 color: # 0081ff;19663 color: #2196F3; 19637 19664 } 19638 19665 … … 19693 19720 -webkit-transition: color 0.3s; 19694 19721 transition: color 0.3s; 19695 color: # 0081ff;19722 color: #2196F3; 19696 19723 } 19697 19724 … … 19809 19836 19810 19837 .avatar.avatar-state-primary:before { 19811 background: # 0081ff;19838 background: #2196F3; 19812 19839 } 19813 19840 … … 19861 19888 .dropzone { 19862 19889 border-width: 1px; 19863 border-color: # 0081ff;19890 border-color: #2196F3; 19864 19891 } 19865 19892 … … 19988 20015 .chat-block .chat-sidebar .chat-sidebar-content .list-group .list-group-item.active { 19989 20016 color: black; 19990 border-color: # 0081ff;20017 border-color: #2196F3; 19991 20018 } 19992 20019 … … 20078 20105 left: auto; 20079 20106 right: -10px; 20080 border-left-color: # 0081ff;20107 border-left-color: #2196F3; 20081 20108 border-right-color: transparent; 20082 20109 } 20083 20110 20084 20111 .chat-block .chat-content .messages .message-item.me .message-item-content { 20085 background-color: # 0081ff;20112 background-color: #2196F3; 20086 20113 color: rgba(255, 255, 255, 0.9); 20087 20114 } … … 20216 20243 20217 20244 .fc .fc-event { 20218 background: # 0081ff;20245 background: #2196F3; 20219 20246 color: white !important; 20220 20247 border: none; … … 20279 20306 20280 20307 .fc .fc-list-table .fc-list-item.bg-primary:hover td { 20281 background: # 0081ff!important;20308 background: #2196F3 !important; 20282 20309 } 20283 20310 … … 20310 20337 20311 20338 .fc .fc-state-default.fc-state-active { 20312 background: # 0081ff;20339 background: #2196F3; 20313 20340 color: white; 20314 20341 } … … 20324 20351 20325 20352 .list-group .list-group-item.list-group-item-primary { 20326 background: # 0081ff!important;20353 background: #2196F3 !important; 20327 20354 color: white !important; 20328 20355 } 20329 20356 20330 20357 .list-group .list-group-item.list-group-item-primary-bright { 20331 background: rgba( 0, 129, 255, 0.3) !important;20332 color: # 0081ff!important;20358 background: rgba(33, 150, 243, 0.3) !important; 20359 color: #2196F3 !important; 20333 20360 } 20334 20361 … … 20399 20426 .nav-pills .nav-link.active, 20400 20427 .nav-pills .show > .nav-link { 20401 background-color: # 0081ff;20428 background-color: #2196F3; 20402 20429 } 20403 20430 … … 20633 20660 20634 20661 .dd-handle:hover { 20635 color: # 0081ff;20662 color: #2196F3; 20636 20663 } 20637 20664 … … 20736 20763 .app-block .app-sidebar .app-sidebar-menu .list-group .list-group-item.active { 20737 20764 background: none; 20738 color: # 0081ff;20765 color: #2196F3; 20739 20766 } 20740 20767 … … 20939 20966 @media (min-width: 768px) { 20940 20967 .theme-switcher { 20941 opacity: 0;20942 20968 display: -webkit-box; 20943 20969 display: flex; … … 20963 20989 20964 20990 .theme-switcher .theme-switcher-button { 20965 background-color: # 0081ff;20991 background-color: #2196F3; 20966 20992 color: white; 20967 padding: 1 2px 15px;20993 padding: 15px 20px; 20968 20994 border-top-left-radius: 5px; 20969 20995 border-bottom-left-radius: 5px; … … 20972 20998 20973 20999 .theme-switcher .theme-switcher-button i { 20974 font-size: 22px;21000 font-size: 30px; 20975 21001 -webkit-animation-name: spin; 20976 21002 animation-name: spin; 20977 -webkit-animation-duration: 3000ms;20978 animation-duration: 3000ms;21003 -webkit-animation-duration: 2000ms; 21004 animation-duration: 2000ms; 20979 21005 -webkit-animation-iteration-count: infinite; 20980 21006 animation-iteration-count: infinite; … … 20992 21018 .app-block .app-content .theme-switcher .theme-switcher-panel .app-action { 20993 21019 margin-bottom: 0; 20994 border: 1px solid # 0081ff;21020 border: 1px solid #2196F3; 20995 21021 border-right: none; 20996 21022 border-top-right-radius: 0; … … 21079 21105 body.small-navigation:not(.hidden-navigation):not(.horizontal-navigation) .navigation .navigation-menu-body ul .header form .input-group .input-group-append li:hover > button.btn .nav-link-icon, 21080 21106 .header form .input-group .input-group-append body.small-navigation:not(.hidden-navigation):not(.horizontal-navigation) .navigation .navigation-menu-body ul li:hover > button.btn .nav-link-icon { 21081 stroke: # 0081ff;21107 stroke: #2196F3; 21082 21108 } 21083 21109 … … 21116 21142 .header form .input-group .input-group-append body.small-navigation:not(.hidden-navigation):not(.horizontal-navigation) .navigation .navigation-menu-body ul li.open > button.btn + ul li.open > button.btn { 21117 21143 background: none; 21118 color: # 0081ff;21144 color: #2196F3; 21119 21145 } 21120 21146 … … 21171 21197 .header form .input-group .input-group-append body.small-navigation:not(.hidden-navigation):not(.horizontal-navigation) .navigation .navigation-menu-body > ul > li > button.active.btn { 21172 21198 border-radius: 5px; 21173 background-color: # 0081ff;21199 background-color: #2196F3; 21174 21200 position: static; 21175 21201 } … … 21182 21208 21183 21209 body.small-navigation:not(.hidden-navigation):not(.horizontal-navigation) .navigation:hover { 21184 /*width: 320px;*/21210 width: 80px; 21185 21211 } 21186 21212 … … 21247 21273 left: 0; 21248 21274 opacity: 1; 21275 width:80px; 21249 21276 } 21250 21277 … … 21259 21286 right: 0; 21260 21287 opacity: 1; 21288 width: 80px; 21261 21289 } 21262 21290 … … 21375 21403 body.horizontal-navigation .header form .input-group .input-group-append .horizontal-navigation > ul > li:hover > button.btn, 21376 21404 .header form .input-group .input-group-append body.horizontal-navigation .horizontal-navigation > ul > li:hover > button.btn { 21377 color: # 0081ff!important;21405 color: #2196F3 !important; 21378 21406 } 21379 21407 … … 21408 21436 body.horizontal-navigation .horizontal-navigation ul .header form .input-group .input-group-append li.open > button.btn, 21409 21437 .header form .input-group .input-group-append body.horizontal-navigation .horizontal-navigation ul li.open > button.btn { 21410 color: # 0081ff;21438 color: #2196F3; 21411 21439 } 21412 21440 … … 21434 21462 body.horizontal-navigation .horizontal-navigation ul li ul .header form .input-group .input-group-append li:hover > button.btn, 21435 21463 .header form .input-group .input-group-append body.horizontal-navigation .horizontal-navigation ul li ul li:hover > button.btn { 21436 color: # 0081ff;21464 color: #2196F3; 21437 21465 } 21438 21466 … … 21446 21474 body.horizontal-navigation .horizontal-navigation ul li ul li .header form .input-group .input-group-append button.active.btn, 21447 21475 .header form .input-group .input-group-append body.horizontal-navigation .horizontal-navigation ul li ul li button.active.btn { 21448 color: # 0081ff;21476 color: #2196F3; 21449 21477 } 21450 21478 … … 21452 21480 body.horizontal-navigation .horizontal-navigation ul li ul .header form .input-group .input-group-append li.open > button.btn, 21453 21481 .header form .input-group .input-group-append body.horizontal-navigation .horizontal-navigation ul li ul li.open > button.btn { 21454 color: # 0081ff;21482 color: #2196F3; 21455 21483 } 21456 21484 … … 21489 21517 bottom: 0; 21490 21518 height: auto; 21491 /*width: 320px;*/21519 width: 80px; 21492 21520 background-color: white; 21493 21521 z-index: 1000; … … 21516 21544 body.horizontal-navigation .horizontal-navigation ul li .header form .input-group .input-group-append button.active.btn, 21517 21545 .header form .input-group .input-group-append body.horizontal-navigation .horizontal-navigation ul li button.active.btn { 21518 color: # 0081ff;21546 color: #2196F3; 21519 21547 } 21520 21548 … … 21560 21588 body.horizontal-navigation .horizontal-navigation ul .header form .input-group .input-group-append li.open > button.btn, 21561 21589 .header form .input-group .input-group-append body.horizontal-navigation .horizontal-navigation ul li.open > button.btn { 21562 color: # 0081ff;21590 color: #2196F3; 21563 21591 } 21564 21592 … … 21570 21598 display: block; 21571 21599 } 21600 } 21601 21602 body.semi-dark:not(.dark) .nicescroll-cursors { 21603 background-color: rgba(255, 255, 255, 0.3) !important; 21572 21604 } 21573 21605 … … 21599 21631 body.semi-dark:not(.dark) .navigation .navigation-menu-tab ul li .header form .input-group .input-group-append button.btn:not(.active):focus, 21600 21632 .header form .input-group .input-group-append body.semi-dark:not(.dark) .navigation .navigation-menu-tab ul li button.btn:not(.active):focus { 21601 color: # 0081ff;21633 color: #2196F3; 21602 21634 } 21603 21635 … … 21648 21680 body.semi-dark:not(.dark) .navigation .navigation-menu-body ul li .header form .input-group .input-group-append button.active.btn:after, 21649 21681 .header form .input-group .input-group-append body.semi-dark:not(.dark) .navigation .navigation-menu-body ul li button.active.btn:after { 21650 background-color: # 0081ff;21682 background-color: #2196F3; 21651 21683 } 21652 21684 … … 21678 21710 21679 21711 body.semi-dark:not(.dark) .navigation .navigation-menu-body ul li .dropdown-divider { 21680 color: # 0081ff;21712 color: #2196F3; 21681 21713 } 21682 21714 … … 21717 21749 body.semi-dark:not(.dark) .header form .input-group .input-group-append .horizontal-navigation > ul > li.open > button.btn, 21718 21750 .header form .input-group .input-group-append body.semi-dark:not(.dark) .horizontal-navigation > ul > li.open > button.btn { 21719 color: # 1a8eff;21751 color: #39a1f4; 21720 21752 } 21721 21753 … … 21729 21761 body.semi-dark:not(.dark) .horizontal-navigation ul li .header form .input-group .input-group-append button.active.btn, 21730 21762 .header form .input-group .input-group-append body.semi-dark:not(.dark) .horizontal-navigation ul li button.active.btn { 21731 color: # 1a8eff;21763 color: #39a1f4; 21732 21764 } 21733 21765 … … 21738 21770 body.semi-dark:not(.dark) .horizontal-navigation ul li .header form .input-group .input-group-append button.btn:not(.active):focus, 21739 21771 .header form .input-group .input-group-append body.semi-dark:not(.dark) .horizontal-navigation ul li button.btn:not(.active):focus { 21740 color: # 1a8eff;21772 color: #39a1f4; 21741 21773 } 21742 21774 … … 22008 22040 .list-group .list-group-item.active { 22009 22041 z-index: auto; 22010 background: # 0081ff;22042 background: #2196F3; 22011 22043 } 22012 22044 … … 22050 22082 .table-email-list .header form .input-group .input-group-append button.btn:focus, 22051 22083 .header form .input-group .input-group-append .table-email-list button.btn:focus { 22052 color: # 0081ff;22084 color: #2196F3; 22053 22085 } 22054 22086 … … 22084 22116 22085 22117 .list-group .list-group-item.active { 22086 background: # 0081ff;22118 background: #2196F3; 22087 22119 border-color: transparent; 22088 22120 } … … 22097 22129 22098 22130 .nav-pills .nav-link.active { 22099 background: # 0081ff;22131 background: #2196F3; 22100 22132 } 22101 22133 22102 22134 .nav-tabs .nav-link.active { 22103 color: # 0081ff;22135 color: #2196F3; 22104 22136 } 22105 22137 … … 22282 22314 22283 22315 .header .avatar.avatar-state-success:before { 22284 border-color: # 0081ff;22316 border-color: #2196F3; 22285 22317 } 22286 22318 22287 22319 .header .header-left { 22288 /*width: 320px;*/22320 width: 80px; 22289 22321 padding-left: 30px; 22290 22322 display: -webkit-box; … … 22495 22527 background-color: white; 22496 22528 z-index: 998; 22497 /*width: 320px;*/22529 width: 80px; 22498 22530 box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1); 22499 22531 position: fixed; … … 22546 22578 .navigation .navigation-menu-tab ul li .header form .input-group .input-group-append button.btn:hover, 22547 22579 .header form .input-group .input-group-append .navigation .navigation-menu-tab ul li button.btn:hover { 22548 color: # 0081ff;22580 color: #2196F3; 22549 22581 } 22550 22582 … … 22553 22585 .header form .input-group .input-group-append .navigation .navigation-menu-tab ul li button.active.btn { 22554 22586 color: white; 22555 background-color: # 0081ff;22556 box-shadow: 0px 5px 20px -14px # 0081ff;22587 background-color: #2196F3; 22588 box-shadow: 0px 5px 20px -14px #2196F3; 22557 22589 } 22558 22590 … … 22621 22653 .navigation .navigation-menu-body ul .header form .input-group .input-group-append li > button.btn:hover, 22622 22654 .header form .input-group .input-group-append .navigation .navigation-menu-body ul li > button.btn:hover { 22623 color: # 0081ff;22655 color: #2196F3; 22624 22656 } 22625 22657 … … 22627 22659 .navigation .navigation-menu-body ul .header form .input-group .input-group-append li > button.btn:hover .nav-link-icon, 22628 22660 .header form .input-group .input-group-append .navigation .navigation-menu-body ul li > button.btn:hover .nav-link-icon { 22629 stroke: # 0081ff;22661 stroke: #2196F3; 22630 22662 } 22631 22663 … … 22634 22666 .header form .input-group .input-group-append .navigation .navigation-menu-body ul li > button.active.btn { 22635 22667 position: relative; 22636 color: # 0081ff;22668 color: #2196F3; 22637 22669 font-weight: 600; 22638 background: rgba( 0, 129, 255, 0.15);22670 background: rgba(33, 150, 243, 0.15); 22639 22671 border-radius: 0.5rem; 22640 22672 margin: 0 1rem; … … 22647 22679 display: block; 22648 22680 border: 6px solid transparent; 22649 border-left-color: # 0081ff;22681 border-left-color: #2196F3; 22650 22682 margin-left: -12px; 22651 22683 margin-right: 5px; … … 22718 22750 .navigation .navigation-menu-body ul .header form .input-group .input-group-append li.open > button.btn, 22719 22751 .header form .input-group .input-group-append .navigation .navigation-menu-body ul li.open > button.btn { 22720 color: # 0081ff;22752 color: #2196F3; 22721 22753 font-weight: 600; 22722 22754 } … … 22725 22757 .navigation .navigation-menu-body ul .header form .input-group .input-group-append li.open > button.btn .nav-link-icon, 22726 22758 .header form .input-group .input-group-append .navigation .navigation-menu-body ul li.open > button.btn .nav-link-icon { 22727 stroke: # 0081ff;22759 stroke: #2196F3; 22728 22760 } 22729 22761 … … 23004 23036 body.dark .navigation .navigation-menu-tab ul li .header form .input-group .input-group-append button.btn:not(.active):focus, 23005 23037 .header form .input-group .input-group-append body.dark .navigation .navigation-menu-tab ul li button.btn:not(.active):focus { 23006 color: # 0081ff;23038 color: #2196F3; 23007 23039 } 23008 23040 … … 23056 23088 23057 23089 body.dark .navigation .navigation-menu-body ul li .dropdown-divider { 23058 color: # 0081ff;23090 color: #2196F3; 23059 23091 } 23060 23092 … … 23133 23165 23134 23166 body.dark .breadcrumb li.breadcrumb-item.active { 23135 color: # 339aff;23167 color: #51adf6; 23136 23168 } 23137 23169 … … 23169 23201 body.dark .swal-modal input.swal-content__input:focus, 23170 23202 .swal-modal body.dark input.swal-content__input:focus { 23171 border-color: # 0081ff!important;23203 border-color: #2196F3 !important; 23172 23204 } 23173 23205 … … 23549 23581 body.dark .daterangepicker td.end-date { 23550 23582 color: white; 23551 background-color: # 0081ff;23583 background-color: #2196F3; 23552 23584 } 23553 23585 … … 23574 23606 body.dark .daterangepicker td.available:hover, 23575 23607 body.dark .daterangepicker th.available:hover { 23576 background-color: # 0081ff;23608 background-color: #2196F3; 23577 23609 color: white; 23578 23610 } … … 23662 23694 body.dark .sidebar { 23663 23695 background: #313852; 23696 } 23697 23698 body.dark .nicescroll-cursors { 23699 background-color: rgba(255, 255, 255, 0.15) !important; 23664 23700 } 23665 23701 … … 24039 24075 .header form .input-group .input-group-append body.dark.horizontal-navigation .horizontal-navigation ul li ul li button.btn:hover { 24040 24076 background: none; 24041 color: # 339aff;24077 color: #51adf6; 24042 24078 } 24043 24079 … … 24046 24082 .header form .input-group .input-group-append body.dark.horizontal-navigation .horizontal-navigation ul li ul li button.active.btn { 24047 24083 background: none; 24048 color: # 339aff;24084 color: #51adf6; 24049 24085 } 24050 24086 … … 24057 24093 .header form .input-group .input-group-append body.dark.horizontal-navigation .horizontal-navigation ul li ul li.open > button.btn { 24058 24094 background: none; 24059 color: # 339aff;24095 color: #51adf6; 24060 24096 } 24061 24097 … … 24077 24113 body.dark.horizontal-navigation .horizontal-navigation ul li .header form .input-group .input-group-append button.btn:hover, 24078 24114 .header form .input-group .input-group-append body.dark.horizontal-navigation .horizontal-navigation ul li button.btn:hover { 24079 color: # 339aff;24115 color: #51adf6; 24080 24116 } 24081 24117 … … 24083 24119 body.dark.horizontal-navigation .horizontal-navigation ul li .header form .input-group .input-group-append button.active.btn, 24084 24120 .header form .input-group .input-group-append body.dark.horizontal-navigation .horizontal-navigation ul li button.active.btn { 24085 color: # 339aff;24121 color: #51adf6; 24086 24122 } 24087 24123 … … 24089 24125 body.dark.horizontal-navigation .horizontal-navigation ul .header form .input-group .input-group-append li.open > button.btn, 24090 24126 .header form .input-group .input-group-append body.dark.horizontal-navigation .horizontal-navigation ul li.open > button.btn { 24091 color: # 339aff;24127 color: #51adf6; 24092 24128 } 24093 24129 } … … 24263 24299 left: 0; 24264 24300 opacity: 1; 24301 width:80px; 24265 24302 } 24266 24303 … … 24557 24594 24558 24595 .navigation { 24559 width: 20%;24596 width: 75%; 24560 24597 } 24561 24598 … … 24571 24608 24572 24609 .navigation { 24573 width: 20%;24610 width: 85%; 24574 24611 } 24575 24612 } … … 24596 24633 24597 24634 24635 .toastjs-container{position:absolute;position:fixed;bottom:30px;left:30px;width:calc(100% - 60px);max-width:400px;transform:translateX(-150%);transition:transform 1s;z-index:100}.toastjs-container[aria-hidden=false]{transform:translateX(0)}.toastjs{background:#fff;padding:10px 15px 0;margin-left:50px;border-left-style:solid;border-left-width:5px;border-radius:4px;box-shadow:0 2px 5px 0 rgba(0,0,0,.2)}.toastjs.default{border-left-color:#AAA}.toastjs.success{border-left-color:#2ECC40}.toastjs.warning{border-left-color:#FF851B}.toastjs.danger{border-left-color:#FF4136}.toastjs-btn{background:#f0f0f0;padding:5px 10px;border:0;border-radius:4px;font-family:'Source Sans Pro',sans-serif;font-size:14px;display:inline-block;margin-right:10px;margin-bottom:10px;cursor:pointer}.toastjs-btn--custom{background:#323232;color:#fff}.toastjs-btn:focus,.toastjs-btn:hover{outline:0;box-shadow:0 2px 5px 0 rgba(0,0,0,.2)} 24598 24636 .layout-builder { 24599 24637 position: fixed;
Note:
See TracChangeset
for help on using the changeset viewer.