.navbar.navbar-default {
  background-color: #ffffff !important;
  background: #ffffff !important;
}
.navbar.navbar-default ul.navbar-nav > li > a, .navbar.navbar-default ul.navbar-nav > li#cp-tab-tickets, .navbar.navbar-default ul.navbar-nav > li#cp-tab-contracts {
  color: #202020 !important;
  background-color: transparent !important;
  background: transparent !important;
}
.navbar.navbar-default ul.navbar-nav > li > a:hover, .navbar.navbar-default ul.navbar-nav > li#cp-tab-tickets:hover, .navbar.navbar-default ul.navbar-nav > li#cp-tab-contracts:hover {
  color: #333333 !important;
}
.navbar.navbar-default ul.navbar-nav > li.active > a, .navbar.navbar-default ul.navbar-nav > li.active#cp-tab-tickets, .navbar.navbar-default ul.navbar-nav > li.active#cp-tab-contracts {
  color: #333333 !important;
  background-color: #eeeefd !important;
  background: #eeeefd !important;
}
.navbar.navbar-default .btn:not(.btn-link) {
  color: #202020 !important;
  background-color: #eeeefd !important;
  background: #eeeefd !important;
}
.navbar.navbar-default .btn:not(.btn-link):hover {
  color: #202020 !important;
  background-color: #eeeefd !important;
  background: #eeeefd !important;
}

.btn:not(.btn-link):not(.btn-sm):not(.cp-customizable-link),
.btn.btn-default:not(#addMoreAttachment):not(.btn-sm):not(.cp-customizable-link),
.dataTables_paginate ul.pagination li.active a:not(.cp-customizable-link) {
  background-color: #5358b3 !important;
  background: #5358b3 !important;
  color: #ffffff !important;
}
.btn:not(.btn-link):not(.btn-sm):not(.cp-customizable-link):hover,
.btn.btn-default:not(#addMoreAttachment):not(.btn-sm):not(.cp-customizable-link):hover,
.dataTables_paginate ul.pagination li.active a:not(.cp-customizable-link):hover {
  background-color: #01097a !important;
  background: #01097a !important;
  color: #ffffff !important;
}

#files_attachment button.btn.btn-default.btn-sm {
  background-color: inherit;
  background: inherit;
}

.cp-customizable-link {
  color: #428bca !important;
}
.cp-customizable-link:hover, .cp-customizable-link:active {
  color: #2a6496 !important;
}

.cp-title > h3 {
  color: #202020 !important;
}

.cp-login-overlay {
  background-color: #01097a;
}

.cp-customizable-header {
  background: linear-gradient(0deg, #01097a 1%, #050d6d 56%);
}

.btn.export-btn {
  color: #5358b3 !important;
  background-color: #ffffff !important;
  border: 1px solid #5358b3 !important;
}

.cp-headers-background {
  background-color: #01097a;
}

.cp-icon-background {
  fill: #202020;
}

.cp-theme-toggle-background {
  color: #565de3;
}

.cp-theme-home-icon-background {
  fill: #565de3;
}

.cp-theme-dropdown-btn-color {
  background-color: #5358b3;
  border: solid 1px #5358b3;
}

.cp-theme-dropdown-background {
  background-color: #ffffff;
}
.cp-theme-dropdown-background .dropdown-item {
  color: #302f2f;
}

.cp-theme-title-color {
  color: #565de3;
}
.cp-theme-title-color:hover {
  color: #565de3;
}

.cp-theme-home-bg {
  background-color: #ffffff;
}

.cp-left-submenu-button {
  color: #202020 !important;
  background-color: transparent !important;
  background: transparent !important;
}
.cp-left-submenu-button:hover {
  color: #333333 !important;
}

.cp-left-submenu {
  background-color: white !important;
}