body {
  background-color: #ffffff;
}

#c-header {
  border-bottom: 6px solid #135672;
}

.dashboard-tabs {
  font-weight: bold;
}
.dashboard-tab-strip {
  background-color: #135672;
}
.dashboard-tab {
  background-color: #135672;
}
.dashboard-tab:hover {
  background-color: #083744;
}
.dashboard-tab.active {
  background-color: #083744;
}
#nav-main li.active {
  border-bottom-color: #58b7ae;
}
#nav-main li.active:hover {
  border-bottom-color: #77cbc6;
}
.panel-a {
  background-color: #135672;
}
.panel-filter-bar td {
  padding-right: 30px;
}
ul.toolbar-tabs li {
  background-color: #58b7ae;
  font-weight: bold;
}
ul.toolbar-tabs li:hover {
  background-color: #135672;
  font-weight: bold;
}
ul.toolbar-tabs li.active,
ul.toolbar-tabs li:active {
  background-color: #135672;
  font-weight: bold;
}
.klip {
  border: 1px solid #77cbc6;
}
.overlay-shadow {
  background-color: #135672;
}

.circle-add {
  background-image: url(https://static.klipfolio.com/static/custom-theming/circle-add-od.svg);
}

.action-add.panel-add-tab {
  background-image: url(https://static.klipfolio.com/static/custom-theming/circle-add-od.svg);
}

.circle-close,
.overlay-close {
  background-image: url(https://static.klipfolio.com/static/custom-theming/circle-close-od.svg);
}

.link.all-db,
.pagerLabels {
  color: #57b7ae;
}

.pageButton.left {
  background-image: url(https://static.klipfolio.com/static/custom-theming/arrow-previous_od.svg);
}

.pageButton.right {
  background-image: url(https://static.klipfolio.com/static/custom-theming/arrow-next_od.svg);
}

.add_klip_overlay .overlay-header,
.overlay-footer {
  background-color: #ffffff;
}

.dialog .side-nav-link.selected {
  border-right: 5px solid #57b7ae;
}

#dialog-add_klip .link {
  color: #135672;
}

.rounded-button.call-to-action {
  font-weight: bold;
}

a:link,
a:visited {
  color: #135672;
}

.admin-tab.active,
table.dataGrid th.activeSortAsc,
table.dataGrid th.activeSortDesc {
  border-bottom-color: #57b7ae;
}

.rounded-button.primary {
  font-weight: bold;
  background-color: #57b7ae;
}

table.dataGrid tr.selectedRow {
  background-color: rgba(87, 183, 174, 0.3);
}
