Ignore:
Timestamp:
10/13/21 15:44:57 (3 years ago)
Author:
Berat Kjufliju <kufliju@…>
Branches:
develop, master
Children:
120759b
Parents:
194a359
Message:

added documents crud, added last_seen_to_user, edited views

File:
1 edited

Legend:

Unmodified
Added
Removed
  • public/assets/css/app.min.css

    r194a359 r24a616f  
    33493349}
    33503350
    3351 * {
     3351*:not(img) {
    33523352  min-width: 0;
    3353   min-height: 0;
    33543353}
    33553354
     
    34073406
    34083407.preloader svg path {
    3409   fill: #0081ff;
     3408  fill: #2196F3;
    34103409}
    34113410
     
    34343433
    34353434.icon-block.icon-block-outline-primary {
    3436   border: 2px solid #0081ff;
    3437   color: #0081ff !important;
     3435  border: 2px solid #2196F3;
     3436  color: #2196F3 !important;
    34383437  background: none;
    34393438}
     
    36013600.custom-select:focus {
    36023601  box-shadow: none;
    3603   border-color: rgba(0, 129, 255, 0.8);
     3602  border-color: rgba(33, 150, 243, 0.8);
    36043603}
    36053604
     
    36313630
    36323631.custom-file-input:focus ~ .custom-file-label {
    3633   border-color: #339aff;
     3632  border-color: #51adf6;
    36343633  box-shadow: none;
    36353634}
     
    36483647.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
    36493648.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;
    36523651}
    36533652
     
    36553654.custom-radio .custom-control-input:focus ~ .custom-control-label::before,
    36563655.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);
    36583657}
    36593658
     
    36613660.custom-radio .custom-control-input:not(:disabled):active ~ .custom-control-label::before,
    36623661.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;
    36653664}
    36663665
     
    37943793
    37953794.custom-range::-webkit-slider-thumb {
    3796   background-color: #0081ff;
     3795  background-color: #2196F3;
    37973796}
    37983797
    37993798.custom-range::-webkit-slider-thumb:active {
    3800   background-color: #5caeff;
     3799  background-color: #78bff8;
    38013800}
    38023801
     
    39143913.wizard > .steps .current a:hover,
    39153914.wizard > .steps .current a:active {
    3916   background: #0081ff;
     3915  background: #2196F3;
    39173916}
    39183917
     
    39883987
    39893988.page-header .breadcrumb li.breadcrumb-item.active {
    3990   color: #0081ff;
     3989  color: #2196F3;
    39913990  font-weight: 600;
    39923991}
     
    41764175
    41774176.bg-primary {
    4178   background: #0081ff !important;
     4177  background: #2196F3 !important;
    41794178  color: white !important;
    41804179}
    41814180
    41824181.bg-primary-bright {
    4183   background: rgba(0, 129, 255, 0.3) !important;
     4182  background: rgba(33, 150, 243, 0.3) !important;
    41844183}
    41854184
     
    41944193
    41954194.bg-primary-gradient {
    4196   background: linear-gradient(230deg, #0081ff, #4da7ff) !important;
     4195  background: linear-gradient(230deg, #2196F3, #6ab8f7) !important;
    41974196  color: white !important;
    41984197}
     
    44354434
    44364435.text-primary {
    4437   color: #0081ff !important;
     4436  color: #2196F3 !important;
    44384437}
    44394438
     
    45774576ul.links .header form .input-group .input-group-append button.active.btn,
    45784577.header form .input-group .input-group-append ul.links button.active.btn {
    4579   color: #0081ff;
     4578  color: #2196F3;
    45804579  font-weight: 500;
    45814580}
     
    46654664a.link-1,
    46664665.header form .input-group .input-group-append button.link-1.btn {
    4667   color: #0081ff;
     4666  color: #2196F3;
    46684667}
    46694668
     
    46724671a.link-1:focus,
    46734672.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);
    46754674}
    46764675
     
    46844683a.link-2:focus,
    46854684.header form .input-group .input-group-append button.link-2.btn:focus {
    4686   color: #0081ff;
     4685  color: #2196F3;
    46874686}
    46884687
     
    46964695a.link-3:focus,
    46974696.header form .input-group .input-group-append button.link-3.btn:focus {
    4698   color: #0081ff;
     4697  color: #2196F3;
    46994698}
    47004699
     
    47224721
    47234722.page-link {
    4724   color: #0081ff;
     4723  color: #2196F3;
    47254724}
    47264725
    47274726.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);
    47294728}
    47304729
     
    48374836a.btn[href="#previous"],
    48384837.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;
    48414840}
    48424841
     
    48564855a.btn[href="#previous"]:not(:disabled):not(.disabled):active,
    48574856.header form .input-group .input-group-append button.btn[href="#previous"]:not(:disabled):not(.disabled):active {
    4858   background: #0067cc;
    4859   border-color: #0067cc;
     4857  background: #0c7cd5;
     4858  border-color: #0c7cd5;
    48604859}
    48614860
     
    48654864a.btn[href="#previous"]:not(:disabled):not(.disabled):focus,
    48664865.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;
    48684867}
    48694868
     
    48734872a.btn.btn-pulse[href="#previous"]:not(:disabled):not(.disabled),
    48744873.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;
    48764875  -webkit-animation: pulse 1.5s infinite !important;
    48774876}
     
    48864885
    48874886.btn.btn-gradient-primary {
    4888   background: linear-gradient(20deg, #4da7ff, #0067cc);
     4887  background: linear-gradient(20deg, #6ab8f7, #0c7cd5);
    48894888  border-color: transparent;
    48904889  color: white;
     
    48944893.btn.btn-gradient-primary:not(:disabled):not(.disabled):focus,
    48954894.btn.btn-gradient-primary:not(:disabled):not(.disabled):active {
    4896   background: linear-gradient(20deg, #0081ff, #0067cc);
     4895  background: linear-gradient(20deg, #2196F3, #0c7cd5);
    48974896  border-color: transparent;
    48984897}
    48994898
    49004899.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);
    49024901}
    49034902
    49044903.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;
    49064905  -webkit-animation: pulse 1.5s infinite !important;
    49074906}
     
    49124911
    49134912.btn.btn-light-primary {
    4914   background: rgba(0, 129, 255, 0.3);
     4913  background: rgba(33, 150, 243, 0.3);
    49154914  border-color: transparent;
    4916   color: #0053a3;
     4915  color: #0966af;
    49174916}
    49184917
     
    49204919.btn.btn-light-primary:not(:disabled):not(.disabled):focus,
    49214920.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);
    49234922  border-color: transparent;
    49244923}
    49254924
    49264925.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);
    49284927}
    49294928
    49304929.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;
    49324931  -webkit-animation: pulse 1.5s infinite !important;
    49334932}
     
    49394938.btn.btn-outline-primary {
    49404939  background: none;
    4941   border-color: #0081ff;
    4942   color: #0074e6;
     4940  border-color: #2196F3;
     4941  color: #0d8aee;
    49434942  border-width: 1px;
    49444943}
    49454944
    49464945.btn.btn-outline-primary:not(:disabled):not(.disabled):hover {
    4947   background: #0081ff;
    4948   border-color: #0081ff;
     4946  background: #2196F3;
     4947  border-color: #2196F3;
    49494948  color: white;
    49504949}
     
    49524951.btn.btn-outline-primary:not(:disabled):not(.disabled):focus,
    49534952.btn.btn-outline-primary:not(:disabled):not(.disabled):active {
    4954   background: #0062c2;
    4955   border-color: #0062c2;
     4953  background: #0b76cc;
     4954  border-color: #0b76cc;
    49564955  color: white;
    49574956}
    49584957
    49594958.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);
    49614960}
    49624961
    49634962.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;
    49654964  -webkit-animation: pulse 1.5s infinite !important;
    49664965}
     
    65216520
    65226521.progress .progress-bar:not(.progress-bar-striped) {
    6523   background: #0081ff;
     6522  background: #2196F3;
    65246523}
    65256524
     
    65796578
    65806579.dropdown-menu .dropdown-menu-title {
    6581   background-color: #0081ff;
     6580  background-color: #2196F3;
    65826581  padding: 15px 20px;
    65836582  color: white;
     
    66066605  background: #f5f5f5;
    66076606  text-decoration: none;
    6608   color: #0081ff;
     6607  color: #2196F3;
    66096608}
    66106609
     
    66436642
    66446643.badge.badge-primary {
    6645   background: #0081ff;
     6644  background: #2196F3;
    66466645}
    66476646
     
    67366735.accordion.custom-accordion .accordion-row .header form .input-group .input-group-append button.accordion-header.btn:focus,
    67376736.header form .input-group .input-group-append .accordion.custom-accordion .accordion-row button.accordion-header.btn:focus {
    6738   color: #0081ff;
     6737  color: #2196F3;
    67396738}
    67406739
     
    67786777.accordion.custom-accordion.accordion-primary .accordion-row:not(.open) .header form .input-group .input-group-append button.accordion-header.btn:focus,
    67796778.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;
    67816780}
    67826781
     
    67846783.accordion.custom-accordion.accordion-primary .accordion-row.open .header form .input-group .input-group-append button.accordion-header.btn,
    67856784.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;
    67876786  color: white;
    67886787}
     
    69006899}
    69016900
     6901.nicescroll-cursors {
     6902  border: none !important;
     6903}
     6904
     6905body:not(.dark) .nicescroll-cursors {
     6906  background-color: rgba(41, 49, 52, 0.4) !important;
     6907  width: 3px !important;
     6908}
     6909
    69026910.isotope-item {
    69036911  z-index: 2;
     
    69326940
    69336941.daterangepicker td.active {
    6934   background: #0081ff;
     6942  background: #2196F3;
    69356943}
    69366944
    69376945.daterangepicker td.active:hover {
    6938   background: #0081ff;
     6946  background: #2196F3;
    69396947}
    69406948
    69416949.daterangepicker .ranges li.active {
    6942   background: #0081ff;
     6950  background: #2196F3;
    69436951}
    69446952
     
    69666974
    69676975.alert.alert-primary {
    6968   background: rgba(0, 129, 255, 0.3) !important;
     6976  background: rgba(33, 150, 243, 0.3) !important;
    69696977}
    69706978
    69716979.alert.alert-primary.alert-with-border {
    6972   border-left: 3px solid #0081ff !important;
     6980  border-left: 3px solid #2196F3 !important;
    69736981}
    69746982
     
    70427050
    70437051.breadcrumb .breadcrumb-item.active {
    7044   color: #0081ff;
     7052  color: #2196F3;
    70457053}
    70467054
     
    70617069
    70627070.pagination .page-item.active .page-link {
    7063   background: #0081ff;
     7071  background: #2196F3;
    70647072  border-color: transparent;
    70657073}
     
    71567164
    71577165.swal-modal .swal-button.swal-button--confirm {
    7158   background: #0081ff;
     7166  background: #2196F3;
    71597167}
    71607168
     
    71787186.irs .irs-to,
    71797187.irs .irs-from {
    7180   background: #0081ff;
     7188  background: #2196F3;
    71817189}
    71827190
     
    71847192.irs .irs-to:before,
    71857193.irs .irs-from:before {
    7186   border-top-color: #0081ff;
     7194  border-top-color: #2196F3;
    71877195}
    71887196
    71897197.irs .irs-handle {
    7190   border-color: #0081ff;
     7198  border-color: #2196F3;
    71917199}
    71927200
    71937201.irs .irs-bar {
    7194   background: #0081ff;
     7202  background: #2196F3;
    71957203}
    71967204
     
    72307238
    72317239.select2-container--default .select2-results__option--highlighted[aria-selected] {
    7232   background-color: #0081ff;
     7240  background-color: #2196F3;
    72337241  color: white;
    72347242}
    72357243
    72367244.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);
    72387246}
    72397247
     
    73367344
    73377345.wickedpicker .wickedpicker__controls__control .hover-state {
    7338   color: #0081ff;
     7346  color: #2196F3;
    73397347}
    73407348
     
    73957403  -webkit-transition: color 0.3s;
    73967404  transition: color 0.3s;
    7397   color: #0081ff;
     7405  color: #2196F3;
    73987406}
    73997407
     
    75117519
    75127520.avatar.avatar-state-primary:before {
    7513   background: #0081ff;
     7521  background: #2196F3;
    75147522}
    75157523
     
    75637571.dropzone {
    75647572  border-width: 1px;
    7565   border-color: #0081ff;
     7573  border-color: #2196F3;
    75667574}
    75677575
     
    76907698.chat-block .chat-sidebar .chat-sidebar-content .list-group .list-group-item.active {
    76917699  color: black;
    7692   border-color: #0081ff;
     7700  border-color: #2196F3;
    76937701}
    76947702
     
    77807788  left: auto;
    77817789  right: -10px;
    7782   border-left-color: #0081ff;
     7790  border-left-color: #2196F3;
    77837791  border-right-color: transparent;
    77847792}
    77857793
    77867794.chat-block .chat-content .messages .message-item.me .message-item-content {
    7787   background-color: #0081ff;
     7795  background-color: #2196F3;
    77887796  color: rgba(255, 255, 255, 0.9);
    77897797}
     
    79187926
    79197927.fc .fc-event {
    7920   background: #0081ff;
     7928  background: #2196F3;
    79217929  color: white !important;
    79227930  border: none;
     
    79817989
    79827990.fc .fc-list-table .fc-list-item.bg-primary:hover td {
    7983   background: #0081ff !important;
     7991  background: #2196F3 !important;
    79847992}
    79857993
     
    80128020
    80138021.fc .fc-state-default.fc-state-active {
    8014   background: #0081ff;
     8022  background: #2196F3;
    80158023  color: white;
    80168024}
     
    80268034
    80278035.list-group .list-group-item.list-group-item-primary {
    8028   background: #0081ff !important;
     8036  background: #2196F3 !important;
    80298037  color: white !important;
    80308038}
    80318039
    80328040.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;
    80358043}
    80368044
     
    81018109.nav-pills .nav-link.active,
    81028110.nav-pills .show > .nav-link {
    8103   background-color: #0081ff;
     8111  background-color: #2196F3;
    81048112}
    81058113
     
    83358343
    83368344.dd-handle:hover {
    8337   color: #0081ff;
     8345  color: #2196F3;
    83388346}
    83398347
     
    84388446.app-block .app-sidebar .app-sidebar-menu .list-group .list-group-item.active {
    84398447  background: none;
    8440   color: #0081ff;
     8448  color: #2196F3;
    84418449}
    84428450
     
    86418649@media (min-width: 768px) {
    86428650  .theme-switcher {
    8643     opacity: 0;
    86448651    display: -webkit-box;
    86458652    display: flex;
     
    86658672
    86668673  .theme-switcher .theme-switcher-button {
    8667     background-color: #0081ff;
     8674    background-color: #2196F3;
    86688675    color: white;
    8669     padding: 12px 15px;
     8676    padding: 15px 20px;
    86708677    border-top-left-radius: 5px;
    86718678    border-bottom-left-radius: 5px;
     
    86748681
    86758682  .theme-switcher .theme-switcher-button i {
    8676     font-size: 22px;
     8683    font-size: 30px;
    86778684    -webkit-animation-name: spin;
    86788685            animation-name: spin;
    8679     -webkit-animation-duration: 3000ms;
    8680             animation-duration: 3000ms;
     8686    -webkit-animation-duration: 2000ms;
     8687            animation-duration: 2000ms;
    86818688    -webkit-animation-iteration-count: infinite;
    86828689            animation-iteration-count: infinite;
     
    86948701  .app-block .app-content .theme-switcher .theme-switcher-panel .app-action {
    86958702    margin-bottom: 0;
    8696     border: 1px solid #0081ff;
     8703    border: 1px solid #2196F3;
    86978704    border-right: none;
    86988705    border-top-right-radius: 0;
     
    87818788  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,
    87828789  .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;
    87848791  }
    87858792
     
    88188825  .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 {
    88198826    background: none;
    8820     color: #0081ff;
     8827    color: #2196F3;
    88218828  }
    88228829
     
    88738880  .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 {
    88748881    border-radius: 5px;
    8875     background-color: #0081ff;
     8882    background-color: #2196F3;
    88768883    position: static;
    88778884  }
     
    88848891
    88858892  body.small-navigation:not(.hidden-navigation):not(.horizontal-navigation) .navigation:hover {
    8886     /*width: 320px;*/
     8893    width: 80px;
    88878894  }
    88888895
     
    89498956    left: 0;
    89508957    opacity: 1;
     8958      width: 80px;
    89518959  }
    89528960
     
    89618969    right: 0;
    89628970    opacity: 1;
     8971      width:80px;
    89638972  }
    89648973
     
    90779086  body.horizontal-navigation .header form .input-group .input-group-append .horizontal-navigation > ul > li:hover > button.btn,
    90789087  .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;
    90809089  }
    90819090
     
    91109119  body.horizontal-navigation .horizontal-navigation ul .header form .input-group .input-group-append li.open > button.btn,
    91119120  .header form .input-group .input-group-append body.horizontal-navigation .horizontal-navigation ul li.open > button.btn {
    9112     color: #0081ff;
     9121    color: #2196F3;
    91139122  }
    91149123
     
    91369145  body.horizontal-navigation .horizontal-navigation ul li ul .header form .input-group .input-group-append li:hover > button.btn,
    91379146  .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;
    91399148  }
    91409149
     
    91489157  body.horizontal-navigation .horizontal-navigation ul li ul li .header form .input-group .input-group-append button.active.btn,
    91499158  .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;
    91519160  }
    91529161
     
    91549163  body.horizontal-navigation .horizontal-navigation ul li ul .header form .input-group .input-group-append li.open > button.btn,
    91559164  .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;
    91579166  }
    91589167
     
    91919200    bottom: 0;
    91929201    height: auto;
    9193     /*width: 320px;*/
     9202    width: 80px;
    91949203    background-color: white;
    91959204    z-index: 1000;
     
    92189227  body.horizontal-navigation .horizontal-navigation ul li .header form .input-group .input-group-append button.active.btn,
    92199228  .header form .input-group .input-group-append body.horizontal-navigation .horizontal-navigation ul li button.active.btn {
    9220     color: #0081ff;
     9229    color: #2196F3;
    92219230  }
    92229231
     
    92629271  body.horizontal-navigation .horizontal-navigation ul .header form .input-group .input-group-append li.open > button.btn,
    92639272  .header form .input-group .input-group-append body.horizontal-navigation .horizontal-navigation ul li.open > button.btn {
    9264     color: #0081ff;
     9273    color: #2196F3;
    92659274  }
    92669275
     
    92739282  }
    92749283}
     9284
     9285body.semi-dark:not(.dark) .nicescroll-cursors {
     9286  background-color: rgba(255, 255, 255, 0.3) !important;
     9287}
     9288
    92759289body.semi-dark:not(.dark) .navigation {
    92769290  background-color: #313852;
     
    93009314body.semi-dark:not(.dark) .navigation .navigation-menu-tab ul li .header form .input-group .input-group-append button.btn:not(.active):focus,
    93019315.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;
    93039317}
    93049318
     
    93499363body.semi-dark:not(.dark) .navigation .navigation-menu-body ul li .header form .input-group .input-group-append button.active.btn:after,
    93509364.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;
    93529366}
    93539367
     
    93799393
    93809394body.semi-dark:not(.dark) .navigation .navigation-menu-body ul li .dropdown-divider {
    9381   color: #0081ff;
     9395  color: #2196F3;
    93829396}
    93839397
     
    94189432body.semi-dark:not(.dark) .header form .input-group .input-group-append .horizontal-navigation > ul > li.open > button.btn,
    94199433.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;
    94219435}
    94229436
     
    94309444body.semi-dark:not(.dark) .horizontal-navigation ul li .header form .input-group .input-group-append button.active.btn,
    94319445.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;
    94339447}
    94349448
     
    94399453body.semi-dark:not(.dark) .horizontal-navigation ul li .header form .input-group .input-group-append button.btn:not(.active):focus,
    94409454.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;
    94429456}
    94439457
     
    97099723.list-group .list-group-item.active {
    97109724  z-index: auto;
    9711   background: #0081ff;
     9725  background: #2196F3;
    97129726}
    97139727
     
    97519765.table-email-list .header form .input-group .input-group-append button.btn:focus,
    97529766.header form .input-group .input-group-append .table-email-list button.btn:focus {
    9753   color: #0081ff;
     9767  color: #2196F3;
    97549768}
    97559769
     
    97859799
    97869800.list-group .list-group-item.active {
    9787   background: #0081ff;
     9801  background: #2196F3;
    97889802  border-color: transparent;
    97899803}
     
    97989812
    97999813.nav-pills .nav-link.active {
    9800   background: #0081ff;
     9814  background: #2196F3;
    98019815}
    98029816
    98039817.nav-tabs .nav-link.active {
    9804   color: #0081ff;
     9818  color: #2196F3;
    98059819}
    98069820
     
    99839997
    99849998.header .avatar.avatar-state-success:before {
    9985   border-color: #0081ff;
     9999  border-color: #2196F3;
    998610000}
    998710001
    998810002.header .header-left {
    9989   /*width: 320px;*/
     10003  width: 320px;
    999010004  padding-left: 30px;
    999110005  display: -webkit-box;
     
    1019610210  background-color: white;
    1019710211  z-index: 998;
    10198   /*width: 320px;*/
     10212  width: 80px;
    1019910213  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
    1020010214  position: fixed;
     
    1024710261.navigation .navigation-menu-tab ul li .header form .input-group .input-group-append button.btn:hover,
    1024810262.header form .input-group .input-group-append .navigation .navigation-menu-tab ul li button.btn:hover {
    10249   color: #0081ff;
     10263  color: #2196F3;
    1025010264}
    1025110265
     
    1025410268.header form .input-group .input-group-append .navigation .navigation-menu-tab ul li button.active.btn {
    1025510269  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;
    1025810272}
    1025910273
     
    1032210336.navigation .navigation-menu-body ul .header form .input-group .input-group-append li > button.btn:hover,
    1032310337.header form .input-group .input-group-append .navigation .navigation-menu-body ul li > button.btn:hover {
    10324   color: #0081ff;
     10338  color: #2196F3;
    1032510339}
    1032610340
     
    1032810342.navigation .navigation-menu-body ul .header form .input-group .input-group-append li > button.btn:hover .nav-link-icon,
    1032910343.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;
    1033110345}
    1033210346
     
    1033510349.header form .input-group .input-group-append .navigation .navigation-menu-body ul li > button.active.btn {
    1033610350  position: relative;
    10337   color: #0081ff;
     10351  color: #2196F3;
    1033810352  font-weight: 600;
    10339   background: rgba(0, 129, 255, 0.15);
     10353  background: rgba(33, 150, 243, 0.15);
    1034010354  border-radius: 0.5rem;
    1034110355  margin: 0 1rem;
     
    1034810362  display: block;
    1034910363  border: 6px solid transparent;
    10350   border-left-color: #0081ff;
     10364  border-left-color: #2196F3;
    1035110365  margin-left: -12px;
    1035210366  margin-right: 5px;
     
    1041910433.navigation .navigation-menu-body ul .header form .input-group .input-group-append li.open > button.btn,
    1042010434.header form .input-group .input-group-append .navigation .navigation-menu-body ul li.open > button.btn {
    10421   color: #0081ff;
     10435  color: #2196F3;
    1042210436  font-weight: 600;
    1042310437}
     
    1042610440.navigation .navigation-menu-body ul .header form .input-group .input-group-append li.open > button.btn .nav-link-icon,
    1042710441.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;
    1042910443}
    1043010444
     
    1070510719body.dark .navigation .navigation-menu-tab ul li .header form .input-group .input-group-append button.btn:not(.active):focus,
    1070610720.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;
    1070810722}
    1070910723
     
    1075710771
    1075810772body.dark .navigation .navigation-menu-body ul li .dropdown-divider {
    10759   color: #0081ff;
     10773  color: #2196F3;
    1076010774}
    1076110775
     
    1083410848
    1083510849body.dark .breadcrumb li.breadcrumb-item.active {
    10836   color: #339aff;
     10850  color: #51adf6;
    1083710851}
    1083810852
     
    1087010884body.dark .swal-modal input.swal-content__input:focus,
    1087110885.swal-modal body.dark input.swal-content__input:focus {
    10872   border-color: #0081ff !important;
     10886  border-color: #2196F3 !important;
    1087310887}
    1087410888
     
    1125011264body.dark .daterangepicker td.end-date {
    1125111265  color: white;
    11252   background-color: #0081ff;
     11266  background-color: #2196F3;
    1125311267}
    1125411268
     
    1127511289body.dark .daterangepicker td.available:hover,
    1127611290body.dark .daterangepicker th.available:hover {
    11277   background-color: #0081ff;
     11291  background-color: #2196F3;
    1127811292  color: white;
    1127911293}
     
    1136311377body.dark .sidebar {
    1136411378  background: #313852;
     11379}
     11380
     11381body.dark .nicescroll-cursors {
     11382  background-color: rgba(255, 255, 255, 0.15) !important;
    1136511383}
    1136611384
     
    1174011758  .header form .input-group .input-group-append body.dark.horizontal-navigation .horizontal-navigation ul li ul li button.btn:hover {
    1174111759    background: none;
    11742     color: #339aff;
     11760    color: #51adf6;
    1174311761  }
    1174411762
     
    1174711765  .header form .input-group .input-group-append body.dark.horizontal-navigation .horizontal-navigation ul li ul li button.active.btn {
    1174811766    background: none;
    11749     color: #339aff;
     11767    color: #51adf6;
    1175011768  }
    1175111769
     
    1175811776  .header form .input-group .input-group-append body.dark.horizontal-navigation .horizontal-navigation ul li ul li.open > button.btn {
    1175911777    background: none;
    11760     color: #339aff;
     11778    color: #51adf6;
    1176111779  }
    1176211780
     
    1177811796  body.dark.horizontal-navigation .horizontal-navigation ul li .header form .input-group .input-group-append button.btn:hover,
    1177911797  .header form .input-group .input-group-append body.dark.horizontal-navigation .horizontal-navigation ul li button.btn:hover {
    11780     color: #339aff;
     11798    color: #51adf6;
    1178111799  }
    1178211800
     
    1178411802  body.dark.horizontal-navigation .horizontal-navigation ul li .header form .input-group .input-group-append button.active.btn,
    1178511803  .header form .input-group .input-group-append body.dark.horizontal-navigation .horizontal-navigation ul li button.active.btn {
    11786     color: #339aff;
     11804    color: #51adf6;
    1178711805  }
    1178811806
     
    1179011808  body.dark.horizontal-navigation .horizontal-navigation ul .header form .input-group .input-group-append li.open > button.btn,
    1179111809  .header form .input-group .input-group-append body.dark.horizontal-navigation .horizontal-navigation ul li.open > button.btn {
    11792     color: #339aff;
     11810    color: #51adf6;
    1179311811  }
    1179411812}
     
    1196411982    left: 0;
    1196511983    opacity: 1;
     11984      width:80px;
    1196611985  }
    1196711986
     
    1225812277
    1225912278  .navigation {
    12260     width: 20%;
     12279    width: 75%;
    1226112280  }
    1226212281
     
    1564715666}
    1564815667
    15649 * {
     15668*:not(img) {
    1565015669  min-width: 0;
    15651   min-height: 0;
    1565215670}
    1565315671
     
    1570515723
    1570615724.preloader svg path {
    15707   fill: #0081ff;
     15725  fill: #2196F3;
    1570815726}
    1570915727
     
    1573215750
    1573315751.icon-block.icon-block-outline-primary {
    15734   border: 2px solid #0081ff;
    15735   color: #0081ff !important;
     15752  border: 2px solid #2196F3;
     15753  color: #2196F3 !important;
    1573615754  background: none;
    1573715755}
     
    1589915917.custom-select:focus {
    1590015918  box-shadow: none;
    15901   border-color: rgba(0, 129, 255, 0.8);
     15919  border-color: rgba(33, 150, 243, 0.8);
    1590215920}
    1590315921
     
    1592915947
    1593015948.custom-file-input:focus ~ .custom-file-label {
    15931   border-color: #339aff;
     15949  border-color: #51adf6;
    1593215950  box-shadow: none;
    1593315951}
     
    1594615964.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
    1594715965.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;
    1595015968}
    1595115969
     
    1595315971.custom-radio .custom-control-input:focus ~ .custom-control-label::before,
    1595415972.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);
    1595615974}
    1595715975
     
    1595915977.custom-radio .custom-control-input:not(:disabled):active ~ .custom-control-label::before,
    1596015978.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;
    1596315981}
    1596415982
     
    1609216110
    1609316111.custom-range::-webkit-slider-thumb {
    16094   background-color: #0081ff;
     16112  background-color: #2196F3;
    1609516113}
    1609616114
    1609716115.custom-range::-webkit-slider-thumb:active {
    16098   background-color: #5caeff;
     16116  background-color: #78bff8;
    1609916117}
    1610016118
     
    1621216230.wizard > .steps .current a:hover,
    1621316231.wizard > .steps .current a:active {
    16214   background: #0081ff;
     16232  background: #2196F3;
    1621516233}
    1621616234
     
    1628616304
    1628716305.page-header .breadcrumb li.breadcrumb-item.active {
    16288   color: #0081ff;
     16306  color: #2196F3;
    1628916307  font-weight: 600;
    1629016308}
     
    1647416492
    1647516493.bg-primary {
    16476   background: #0081ff !important;
     16494  background: #2196F3 !important;
    1647716495  color: white !important;
    1647816496}
    1647916497
    1648016498.bg-primary-bright {
    16481   background: rgba(0, 129, 255, 0.3) !important;
     16499  background: rgba(33, 150, 243, 0.3) !important;
    1648216500}
    1648316501
     
    1649216510
    1649316511.bg-primary-gradient {
    16494   background: linear-gradient(230deg, #0081ff, #4da7ff) !important;
     16512  background: linear-gradient(230deg, #2196F3, #6ab8f7) !important;
    1649516513  color: white !important;
    1649616514}
     
    1673316751
    1673416752.text-primary {
    16735   color: #0081ff !important;
     16753  color: #2196F3 !important;
    1673616754}
    1673716755
     
    1687516893ul.links .header form .input-group .input-group-append button.active.btn,
    1687616894.header form .input-group .input-group-append ul.links button.active.btn {
    16877   color: #0081ff;
     16895  color: #2196F3;
    1687816896  font-weight: 500;
    1687916897}
     
    1696316981a.link-1,
    1696416982.header form .input-group .input-group-append button.link-1.btn {
    16965   color: #0081ff;
     16983  color: #2196F3;
    1696616984}
    1696716985
     
    1697016988a.link-1:focus,
    1697116989.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);
    1697316991}
    1697416992
     
    1698217000a.link-2:focus,
    1698317001.header form .input-group .input-group-append button.link-2.btn:focus {
    16984   color: #0081ff;
     17002  color: #2196F3;
    1698517003}
    1698617004
     
    1699417012a.link-3:focus,
    1699517013.header form .input-group .input-group-append button.link-3.btn:focus {
    16996   color: #0081ff;
     17014  color: #2196F3;
    1699717015}
    1699817016
     
    1702017038
    1702117039.page-link {
    17022   color: #0081ff;
     17040  color: #2196F3;
    1702317041}
    1702417042
    1702517043.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);
    1702717045}
    1702817046
     
    1713517153a.btn[href="#previous"],
    1713617154.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;
    1713917157}
    1714017158
     
    1715417172a.btn[href="#previous"]:not(:disabled):not(.disabled):active,
    1715517173.header form .input-group .input-group-append button.btn[href="#previous"]:not(:disabled):not(.disabled):active {
    17156   background: #0067cc;
    17157   border-color: #0067cc;
     17174  background: #0c7cd5;
     17175  border-color: #0c7cd5;
    1715817176}
    1715917177
     
    1716317181a.btn[href="#previous"]:not(:disabled):not(.disabled):focus,
    1716417182.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;
    1716617184}
    1716717185
     
    1717117189a.btn.btn-pulse[href="#previous"]:not(:disabled):not(.disabled),
    1717217190.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;
    1717417192  -webkit-animation: pulse 1.5s infinite !important;
    1717517193}
     
    1718417202
    1718517203.btn.btn-gradient-primary {
    17186   background: linear-gradient(20deg, #4da7ff, #0067cc);
     17204  background: linear-gradient(20deg, #6ab8f7, #0c7cd5);
    1718717205  border-color: transparent;
    1718817206  color: white;
     
    1719217210.btn.btn-gradient-primary:not(:disabled):not(.disabled):focus,
    1719317211.btn.btn-gradient-primary:not(:disabled):not(.disabled):active {
    17194   background: linear-gradient(20deg, #0081ff, #0067cc);
     17212  background: linear-gradient(20deg, #2196F3, #0c7cd5);
    1719517213  border-color: transparent;
    1719617214}
    1719717215
    1719817216.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);
    1720017218}
    1720117219
    1720217220.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;
    1720417222  -webkit-animation: pulse 1.5s infinite !important;
    1720517223}
     
    1721017228
    1721117229.btn.btn-light-primary {
    17212   background: rgba(0, 129, 255, 0.3);
     17230  background: rgba(33, 150, 243, 0.3);
    1721317231  border-color: transparent;
    17214   color: #0053a3;
     17232  color: #0966af;
    1721517233}
    1721617234
     
    1721817236.btn.btn-light-primary:not(:disabled):not(.disabled):focus,
    1721917237.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);
    1722117239  border-color: transparent;
    1722217240}
    1722317241
    1722417242.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);
    1722617244}
    1722717245
    1722817246.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;
    1723017248  -webkit-animation: pulse 1.5s infinite !important;
    1723117249}
     
    1723717255.btn.btn-outline-primary {
    1723817256  background: none;
    17239   border-color: #0081ff;
    17240   color: #0074e6;
     17257  border-color: #2196F3;
     17258  color: #0d8aee;
    1724117259  border-width: 1px;
    1724217260}
    1724317261
    1724417262.btn.btn-outline-primary:not(:disabled):not(.disabled):hover {
    17245   background: #0081ff;
    17246   border-color: #0081ff;
     17263  background: #2196F3;
     17264  border-color: #2196F3;
    1724717265  color: white;
    1724817266}
     
    1725017268.btn.btn-outline-primary:not(:disabled):not(.disabled):focus,
    1725117269.btn.btn-outline-primary:not(:disabled):not(.disabled):active {
    17252   background: #0062c2;
    17253   border-color: #0062c2;
     17270  background: #0b76cc;
     17271  border-color: #0b76cc;
    1725417272  color: white;
    1725517273}
    1725617274
    1725717275.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);
    1725917277}
    1726017278
    1726117279.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;
    1726317281  -webkit-animation: pulse 1.5s infinite !important;
    1726417282}
     
    1881918837
    1882018838.progress .progress-bar:not(.progress-bar-striped) {
    18821   background: #0081ff;
     18839  background: #2196F3;
    1882218840}
    1882318841
     
    1887718895
    1887818896.dropdown-menu .dropdown-menu-title {
    18879   background-color: #0081ff;
     18897  background-color: #2196F3;
    1888018898  padding: 15px 20px;
    1888118899  color: white;
     
    1890418922  background: #f5f5f5;
    1890518923  text-decoration: none;
    18906   color: #0081ff;
     18924  color: #2196F3;
    1890718925}
    1890818926
     
    1894118959
    1894218960.badge.badge-primary {
    18943   background: #0081ff;
     18961  background: #2196F3;
    1894418962}
    1894518963
     
    1903419052.accordion.custom-accordion .accordion-row .header form .input-group .input-group-append button.accordion-header.btn:focus,
    1903519053.header form .input-group .input-group-append .accordion.custom-accordion .accordion-row button.accordion-header.btn:focus {
    19036   color: #0081ff;
     19054  color: #2196F3;
    1903719055}
    1903819056
     
    1907619094.accordion.custom-accordion.accordion-primary .accordion-row:not(.open) .header form .input-group .input-group-append button.accordion-header.btn:focus,
    1907719095.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;
    1907919097}
    1908019098
     
    1908219100.accordion.custom-accordion.accordion-primary .accordion-row.open .header form .input-group .input-group-append button.accordion-header.btn,
    1908319101.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;
    1908519103  color: white;
    1908619104}
     
    1919819216}
    1919919217
     19218.nicescroll-cursors {
     19219  border: none !important;
     19220}
     19221
     19222body:not(.dark) .nicescroll-cursors {
     19223  background-color: rgba(41, 49, 52, 0.4) !important;
     19224  width: 3px !important;
     19225}
     19226
    1920019227.isotope-item {
    1920119228  z-index: 2;
     
    1923019257
    1923119258.daterangepicker td.active {
    19232   background: #0081ff;
     19259  background: #2196F3;
    1923319260}
    1923419261
    1923519262.daterangepicker td.active:hover {
    19236   background: #0081ff;
     19263  background: #2196F3;
    1923719264}
    1923819265
    1923919266.daterangepicker .ranges li.active {
    19240   background: #0081ff;
     19267  background: #2196F3;
    1924119268}
    1924219269
     
    1926419291
    1926519292.alert.alert-primary {
    19266   background: rgba(0, 129, 255, 0.3) !important;
     19293  background: rgba(33, 150, 243, 0.3) !important;
    1926719294}
    1926819295
    1926919296.alert.alert-primary.alert-with-border {
    19270   border-left: 3px solid #0081ff !important;
     19297  border-left: 3px solid #2196F3 !important;
    1927119298}
    1927219299
     
    1934019367
    1934119368.breadcrumb .breadcrumb-item.active {
    19342   color: #0081ff;
     19369  color: #2196F3;
    1934319370}
    1934419371
     
    1935919386
    1936019387.pagination .page-item.active .page-link {
    19361   background: #0081ff;
     19388  background: #2196F3;
    1936219389  border-color: transparent;
    1936319390}
     
    1945419481
    1945519482.swal-modal .swal-button.swal-button--confirm {
    19456   background: #0081ff;
     19483  background: #2196F3;
    1945719484}
    1945819485
     
    1947619503.irs .irs-to,
    1947719504.irs .irs-from {
    19478   background: #0081ff;
     19505  background: #2196F3;
    1947919506}
    1948019507
     
    1948219509.irs .irs-to:before,
    1948319510.irs .irs-from:before {
    19484   border-top-color: #0081ff;
     19511  border-top-color: #2196F3;
    1948519512}
    1948619513
    1948719514.irs .irs-handle {
    19488   border-color: #0081ff;
     19515  border-color: #2196F3;
    1948919516}
    1949019517
    1949119518.irs .irs-bar {
    19492   background: #0081ff;
     19519  background: #2196F3;
    1949319520}
    1949419521
     
    1952819555
    1952919556.select2-container--default .select2-results__option--highlighted[aria-selected] {
    19530   background-color: #0081ff;
     19557  background-color: #2196F3;
    1953119558  color: white;
    1953219559}
    1953319560
    1953419561.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);
    1953619563}
    1953719564
     
    1963419661
    1963519662.wickedpicker .wickedpicker__controls__control .hover-state {
    19636   color: #0081ff;
     19663  color: #2196F3;
    1963719664}
    1963819665
     
    1969319720  -webkit-transition: color 0.3s;
    1969419721  transition: color 0.3s;
    19695   color: #0081ff;
     19722  color: #2196F3;
    1969619723}
    1969719724
     
    1980919836
    1981019837.avatar.avatar-state-primary:before {
    19811   background: #0081ff;
     19838  background: #2196F3;
    1981219839}
    1981319840
     
    1986119888.dropzone {
    1986219889  border-width: 1px;
    19863   border-color: #0081ff;
     19890  border-color: #2196F3;
    1986419891}
    1986519892
     
    1998820015.chat-block .chat-sidebar .chat-sidebar-content .list-group .list-group-item.active {
    1998920016  color: black;
    19990   border-color: #0081ff;
     20017  border-color: #2196F3;
    1999120018}
    1999220019
     
    2007820105  left: auto;
    2007920106  right: -10px;
    20080   border-left-color: #0081ff;
     20107  border-left-color: #2196F3;
    2008120108  border-right-color: transparent;
    2008220109}
    2008320110
    2008420111.chat-block .chat-content .messages .message-item.me .message-item-content {
    20085   background-color: #0081ff;
     20112  background-color: #2196F3;
    2008620113  color: rgba(255, 255, 255, 0.9);
    2008720114}
     
    2021620243
    2021720244.fc .fc-event {
    20218   background: #0081ff;
     20245  background: #2196F3;
    2021920246  color: white !important;
    2022020247  border: none;
     
    2027920306
    2028020307.fc .fc-list-table .fc-list-item.bg-primary:hover td {
    20281   background: #0081ff !important;
     20308  background: #2196F3 !important;
    2028220309}
    2028320310
     
    2031020337
    2031120338.fc .fc-state-default.fc-state-active {
    20312   background: #0081ff;
     20339  background: #2196F3;
    2031320340  color: white;
    2031420341}
     
    2032420351
    2032520352.list-group .list-group-item.list-group-item-primary {
    20326   background: #0081ff !important;
     20353  background: #2196F3 !important;
    2032720354  color: white !important;
    2032820355}
    2032920356
    2033020357.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;
    2033320360}
    2033420361
     
    2039920426.nav-pills .nav-link.active,
    2040020427.nav-pills .show > .nav-link {
    20401   background-color: #0081ff;
     20428  background-color: #2196F3;
    2040220429}
    2040320430
     
    2063320660
    2063420661.dd-handle:hover {
    20635   color: #0081ff;
     20662  color: #2196F3;
    2063620663}
    2063720664
     
    2073620763.app-block .app-sidebar .app-sidebar-menu .list-group .list-group-item.active {
    2073720764  background: none;
    20738   color: #0081ff;
     20765  color: #2196F3;
    2073920766}
    2074020767
     
    2093920966@media (min-width: 768px) {
    2094020967  .theme-switcher {
    20941     opacity: 0;
    2094220968    display: -webkit-box;
    2094320969    display: flex;
     
    2096320989
    2096420990  .theme-switcher .theme-switcher-button {
    20965     background-color: #0081ff;
     20991    background-color: #2196F3;
    2096620992    color: white;
    20967     padding: 12px 15px;
     20993    padding: 15px 20px;
    2096820994    border-top-left-radius: 5px;
    2096920995    border-bottom-left-radius: 5px;
     
    2097220998
    2097320999  .theme-switcher .theme-switcher-button i {
    20974     font-size: 22px;
     21000    font-size: 30px;
    2097521001    -webkit-animation-name: spin;
    2097621002            animation-name: spin;
    20977     -webkit-animation-duration: 3000ms;
    20978             animation-duration: 3000ms;
     21003    -webkit-animation-duration: 2000ms;
     21004            animation-duration: 2000ms;
    2097921005    -webkit-animation-iteration-count: infinite;
    2098021006            animation-iteration-count: infinite;
     
    2099221018  .app-block .app-content .theme-switcher .theme-switcher-panel .app-action {
    2099321019    margin-bottom: 0;
    20994     border: 1px solid #0081ff;
     21020    border: 1px solid #2196F3;
    2099521021    border-right: none;
    2099621022    border-top-right-radius: 0;
     
    2107921105  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,
    2108021106  .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;
    2108221108  }
    2108321109
     
    2111621142  .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 {
    2111721143    background: none;
    21118     color: #0081ff;
     21144    color: #2196F3;
    2111921145  }
    2112021146
     
    2117121197  .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 {
    2117221198    border-radius: 5px;
    21173     background-color: #0081ff;
     21199    background-color: #2196F3;
    2117421200    position: static;
    2117521201  }
     
    2118221208
    2118321209  body.small-navigation:not(.hidden-navigation):not(.horizontal-navigation) .navigation:hover {
    21184     /*width: 320px;*/
     21210    width: 80px;
    2118521211  }
    2118621212
     
    2124721273    left: 0;
    2124821274    opacity: 1;
     21275      width:80px;
    2124921276  }
    2125021277
     
    2125921286    right: 0;
    2126021287    opacity: 1;
     21288      width: 80px;
    2126121289  }
    2126221290
     
    2137521403  body.horizontal-navigation .header form .input-group .input-group-append .horizontal-navigation > ul > li:hover > button.btn,
    2137621404  .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;
    2137821406  }
    2137921407
     
    2140821436  body.horizontal-navigation .horizontal-navigation ul .header form .input-group .input-group-append li.open > button.btn,
    2140921437  .header form .input-group .input-group-append body.horizontal-navigation .horizontal-navigation ul li.open > button.btn {
    21410     color: #0081ff;
     21438    color: #2196F3;
    2141121439  }
    2141221440
     
    2143421462  body.horizontal-navigation .horizontal-navigation ul li ul .header form .input-group .input-group-append li:hover > button.btn,
    2143521463  .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;
    2143721465  }
    2143821466
     
    2144621474  body.horizontal-navigation .horizontal-navigation ul li ul li .header form .input-group .input-group-append button.active.btn,
    2144721475  .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;
    2144921477  }
    2145021478
     
    2145221480  body.horizontal-navigation .horizontal-navigation ul li ul .header form .input-group .input-group-append li.open > button.btn,
    2145321481  .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;
    2145521483  }
    2145621484
     
    2148921517    bottom: 0;
    2149021518    height: auto;
    21491     /*width: 320px;*/
     21519    width: 80px;
    2149221520    background-color: white;
    2149321521    z-index: 1000;
     
    2151621544  body.horizontal-navigation .horizontal-navigation ul li .header form .input-group .input-group-append button.active.btn,
    2151721545  .header form .input-group .input-group-append body.horizontal-navigation .horizontal-navigation ul li button.active.btn {
    21518     color: #0081ff;
     21546    color: #2196F3;
    2151921547  }
    2152021548
     
    2156021588  body.horizontal-navigation .horizontal-navigation ul .header form .input-group .input-group-append li.open > button.btn,
    2156121589  .header form .input-group .input-group-append body.horizontal-navigation .horizontal-navigation ul li.open > button.btn {
    21562     color: #0081ff;
     21590    color: #2196F3;
    2156321591  }
    2156421592
     
    2157021598    display: block;
    2157121599  }
     21600}
     21601
     21602body.semi-dark:not(.dark) .nicescroll-cursors {
     21603  background-color: rgba(255, 255, 255, 0.3) !important;
    2157221604}
    2157321605
     
    2159921631body.semi-dark:not(.dark) .navigation .navigation-menu-tab ul li .header form .input-group .input-group-append button.btn:not(.active):focus,
    2160021632.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;
    2160221634}
    2160321635
     
    2164821680body.semi-dark:not(.dark) .navigation .navigation-menu-body ul li .header form .input-group .input-group-append button.active.btn:after,
    2164921681.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;
    2165121683}
    2165221684
     
    2167821710
    2167921711body.semi-dark:not(.dark) .navigation .navigation-menu-body ul li .dropdown-divider {
    21680   color: #0081ff;
     21712  color: #2196F3;
    2168121713}
    2168221714
     
    2171721749body.semi-dark:not(.dark) .header form .input-group .input-group-append .horizontal-navigation > ul > li.open > button.btn,
    2171821750.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;
    2172021752}
    2172121753
     
    2172921761body.semi-dark:not(.dark) .horizontal-navigation ul li .header form .input-group .input-group-append button.active.btn,
    2173021762.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;
    2173221764}
    2173321765
     
    2173821770body.semi-dark:not(.dark) .horizontal-navigation ul li .header form .input-group .input-group-append button.btn:not(.active):focus,
    2173921771.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;
    2174121773}
    2174221774
     
    2200822040.list-group .list-group-item.active {
    2200922041  z-index: auto;
    22010   background: #0081ff;
     22042  background: #2196F3;
    2201122043}
    2201222044
     
    2205022082.table-email-list .header form .input-group .input-group-append button.btn:focus,
    2205122083.header form .input-group .input-group-append .table-email-list button.btn:focus {
    22052   color: #0081ff;
     22084  color: #2196F3;
    2205322085}
    2205422086
     
    2208422116
    2208522117.list-group .list-group-item.active {
    22086   background: #0081ff;
     22118  background: #2196F3;
    2208722119  border-color: transparent;
    2208822120}
     
    2209722129
    2209822130.nav-pills .nav-link.active {
    22099   background: #0081ff;
     22131  background: #2196F3;
    2210022132}
    2210122133
    2210222134.nav-tabs .nav-link.active {
    22103   color: #0081ff;
     22135  color: #2196F3;
    2210422136}
    2210522137
     
    2228222314
    2228322315.header .avatar.avatar-state-success:before {
    22284   border-color: #0081ff;
     22316  border-color: #2196F3;
    2228522317}
    2228622318
    2228722319.header .header-left {
    22288   /*width: 320px;*/
     22320  width: 80px;
    2228922321  padding-left: 30px;
    2229022322  display: -webkit-box;
     
    2249522527  background-color: white;
    2249622528  z-index: 998;
    22497   /*width: 320px;*/
     22529  width: 80px;
    2249822530  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
    2249922531  position: fixed;
     
    2254622578.navigation .navigation-menu-tab ul li .header form .input-group .input-group-append button.btn:hover,
    2254722579.header form .input-group .input-group-append .navigation .navigation-menu-tab ul li button.btn:hover {
    22548   color: #0081ff;
     22580  color: #2196F3;
    2254922581}
    2255022582
     
    2255322585.header form .input-group .input-group-append .navigation .navigation-menu-tab ul li button.active.btn {
    2255422586  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;
    2255722589}
    2255822590
     
    2262122653.navigation .navigation-menu-body ul .header form .input-group .input-group-append li > button.btn:hover,
    2262222654.header form .input-group .input-group-append .navigation .navigation-menu-body ul li > button.btn:hover {
    22623   color: #0081ff;
     22655  color: #2196F3;
    2262422656}
    2262522657
     
    2262722659.navigation .navigation-menu-body ul .header form .input-group .input-group-append li > button.btn:hover .nav-link-icon,
    2262822660.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;
    2263022662}
    2263122663
     
    2263422666.header form .input-group .input-group-append .navigation .navigation-menu-body ul li > button.active.btn {
    2263522667  position: relative;
    22636   color: #0081ff;
     22668  color: #2196F3;
    2263722669  font-weight: 600;
    22638   background: rgba(0, 129, 255, 0.15);
     22670  background: rgba(33, 150, 243, 0.15);
    2263922671  border-radius: 0.5rem;
    2264022672  margin: 0 1rem;
     
    2264722679  display: block;
    2264822680  border: 6px solid transparent;
    22649   border-left-color: #0081ff;
     22681  border-left-color: #2196F3;
    2265022682  margin-left: -12px;
    2265122683  margin-right: 5px;
     
    2271822750.navigation .navigation-menu-body ul .header form .input-group .input-group-append li.open > button.btn,
    2271922751.header form .input-group .input-group-append .navigation .navigation-menu-body ul li.open > button.btn {
    22720   color: #0081ff;
     22752  color: #2196F3;
    2272122753  font-weight: 600;
    2272222754}
     
    2272522757.navigation .navigation-menu-body ul .header form .input-group .input-group-append li.open > button.btn .nav-link-icon,
    2272622758.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;
    2272822760}
    2272922761
     
    2300423036body.dark .navigation .navigation-menu-tab ul li .header form .input-group .input-group-append button.btn:not(.active):focus,
    2300523037.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;
    2300723039}
    2300823040
     
    2305623088
    2305723089body.dark .navigation .navigation-menu-body ul li .dropdown-divider {
    23058   color: #0081ff;
     23090  color: #2196F3;
    2305923091}
    2306023092
     
    2313323165
    2313423166body.dark .breadcrumb li.breadcrumb-item.active {
    23135   color: #339aff;
     23167  color: #51adf6;
    2313623168}
    2313723169
     
    2316923201body.dark .swal-modal input.swal-content__input:focus,
    2317023202.swal-modal body.dark input.swal-content__input:focus {
    23171   border-color: #0081ff !important;
     23203  border-color: #2196F3 !important;
    2317223204}
    2317323205
     
    2354923581body.dark .daterangepicker td.end-date {
    2355023582  color: white;
    23551   background-color: #0081ff;
     23583  background-color: #2196F3;
    2355223584}
    2355323585
     
    2357423606body.dark .daterangepicker td.available:hover,
    2357523607body.dark .daterangepicker th.available:hover {
    23576   background-color: #0081ff;
     23608  background-color: #2196F3;
    2357723609  color: white;
    2357823610}
     
    2366223694body.dark .sidebar {
    2366323695  background: #313852;
     23696}
     23697
     23698body.dark .nicescroll-cursors {
     23699  background-color: rgba(255, 255, 255, 0.15) !important;
    2366423700}
    2366523701
     
    2403924075  .header form .input-group .input-group-append body.dark.horizontal-navigation .horizontal-navigation ul li ul li button.btn:hover {
    2404024076    background: none;
    24041     color: #339aff;
     24077    color: #51adf6;
    2404224078  }
    2404324079
     
    2404624082  .header form .input-group .input-group-append body.dark.horizontal-navigation .horizontal-navigation ul li ul li button.active.btn {
    2404724083    background: none;
    24048     color: #339aff;
     24084    color: #51adf6;
    2404924085  }
    2405024086
     
    2405724093  .header form .input-group .input-group-append body.dark.horizontal-navigation .horizontal-navigation ul li ul li.open > button.btn {
    2405824094    background: none;
    24059     color: #339aff;
     24095    color: #51adf6;
    2406024096  }
    2406124097
     
    2407724113  body.dark.horizontal-navigation .horizontal-navigation ul li .header form .input-group .input-group-append button.btn:hover,
    2407824114  .header form .input-group .input-group-append body.dark.horizontal-navigation .horizontal-navigation ul li button.btn:hover {
    24079     color: #339aff;
     24115    color: #51adf6;
    2408024116  }
    2408124117
     
    2408324119  body.dark.horizontal-navigation .horizontal-navigation ul li .header form .input-group .input-group-append button.active.btn,
    2408424120  .header form .input-group .input-group-append body.dark.horizontal-navigation .horizontal-navigation ul li button.active.btn {
    24085     color: #339aff;
     24121    color: #51adf6;
    2408624122  }
    2408724123
     
    2408924125  body.dark.horizontal-navigation .horizontal-navigation ul .header form .input-group .input-group-append li.open > button.btn,
    2409024126  .header form .input-group .input-group-append body.dark.horizontal-navigation .horizontal-navigation ul li.open > button.btn {
    24091     color: #339aff;
     24127    color: #51adf6;
    2409224128  }
    2409324129}
     
    2426324299    left: 0;
    2426424300    opacity: 1;
     24301      width:80px;
    2426524302  }
    2426624303
     
    2455724594
    2455824595  .navigation {
    24559     width: 20%;
     24596    width: 75%;
    2456024597  }
    2456124598
     
    2457124608
    2457224609  .navigation {
    24573     width: 20%;
     24610    width: 85%;
    2457424611  }
    2457524612}
     
    2459624633
    2459724634
     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)}
    2459824636.layout-builder {
    2459924637    position: fixed;
Note: See TracChangeset for help on using the changeset viewer.