@import url("https://fonts.googleapis.com/css?family=ABeeZee");

body {
  background-image: url(../png/bg6-2.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #000000;
  font-family: "ABeeZee", sans-serif;
}

.role-dashboard #c-header {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

#c-header {
  background-color: #454546;
  height: 100px;
  text-align: center;
  border-bottom: 0;
}

.header-logo a,
.header-logo span {
  height: 100px;
}

.header-logo img {
  max-height: 150px;
  padding-bottom: 0;
}

.header-section {
  margin-left: 0 !important;
}

.fixed-header .header-logo img {
  max-height: 150px;
  padding-bottom: 0;
}

.theme-switch {
  display: none;
}

.fullscreen-toggle {
  background-image: url(https://static.klipfolio.com/static/custom-theming/icon-fullscreen.svg);
  opacity: 1;
  display: none;
}

.fullscreen-header .fullscreen-toggle {
  background-image: url(https://static.klipfolio.com/static/custom-theming/icon-fullscreen-close.svg);
  opacity: 1;
  display: none;
}

#nav-main {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 15px;
}

#nav-main li {
  border: 0.5px solid rgba(255, 255, 255, 0);
  color: #b2b2b2;
}

#nav-main li a {
  padding: 15px 10px;
  margin: 0 10px;
}

#nav-main li.active {
  color: #ffffff;
  border: 0.5px solid rgba(87, 154, 154, 1);
}

#nav-main li.active:hover {
  border: 0.5px solid rgba(87, 154, 154, 1);
  color: #ffffff;
}

#nav-main li:hover {
  border: 0.5px solid rgba(87, 154, 154, 0.4);
  animation-duration: 0s;
  -webkit-animation-duration: 0s;
  color: #ffffff;
}

#nav-main a:hover {
  color: #ffffff;
}

.user-name:hover {
  color: #ffffff;
}

.horizList {
}

.account-dropdown {
  padding: 0;
}

.user-name {
  padding: 15px 12px;
}

.caret.down {
  margin-right: 20px;
}

/* fixed header */

#c-header.fixed-header {
  height: 70px;
}

.fixed-header #nav-main {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 15px;
}

.fixed-header #nav-main li {
  border: 0.5px solid rgba(255, 255, 255, 0);
}

.fixed-header #nav-main li a {
  padding: 10px;
  margin: 0 10px;
}

.fixed-header #nav-main li.active {
  border: 0.5px solid rgba(87, 154, 154, 1);
}

.fixed-header #nav-main li.active:hover {
  border: 0.5px solid rgba(238, 46, 92, 1);
}

.fixed-header #nav-main li:hover {
  border: 0.5px solid rgba(238, 46, 92, 0.5);
  animation-duration: 0s;
  -webkit-animation-duration: 0s;
}

.fixed-header .account-dropdown {
  padding: 0;
}

.fixed-header .user-name {
  padding: 10px;
}

.fixed-header .caret.down {
  margin-right: 10px;
}

/**/
.dashboard-tabs {
  text-align: center;
  display: block;
}

.dashboard-tabs-container {
  margin-top: 0;
}

.dashboard-tab-strip {
  background-color: rgba(0, 0, 0, 0);
  text-transform: uppercase;
}

.dashboard-tab-strip.fixed-header {
  box-shadow: none;
}

.dashboard-tab {
  background-color: #454546;
  border-right: 0.5px solid rgba(87, 154, 154, 0);
  font-weight: bold;
}

.dashboard-tab:hover {
  background-color: rgba(87, 154, 154, 0.7);
  animation-name: none;
  -webkit-animation-name: none;
  animation-duration: none;
}

.dashboard-tab.active {
  background-color: #579a9a;
  color: #ffffff;
  font-weight: bold;
}

#msg-tab_empty {
  background-color: rgba(255, 255, 255, 0);
}

.account-message {
  display: none;
}

.klip {
  background-color: rgba(255, 255, 255, 0);
  border: 0.5px solid rgba(87, 154, 154, 0.2);
  border-radius: 0;
}

.klip-body {
  background-color: rgba(255, 255, 255, 0);
}

.klip-toolbar-medium .klip-toolbar-title {
  color: #ccdecc;
}

ul.toolbar-tabs {
  display: none;
}

.item-resizable .ui-icon {
  background-image: url(https://static.klipfolio.com/static/custom-theming/klip-resize-handle.svg);
}

.circle-add {
  background-image: url(https://static.klipfolio.com/static/custom-theming/circle-add_c.svg);
  background-repeat: no-repeat;
}
.panel {
  padding: 20px 50px 20px 20px;
}
.panel-add-tab {
  background-image: url(https://static.klipfolio.com/static/custom-theming/circle-add_c.svg);
  background-repeat: no-repeat;
}
.link.all-db {
  color: #579a9a;
}
.circle-close {
  background-image: url(https://static.klipfolio.com/static/custom-theming/circle-close_c.svg);
  background-repeat: no-repeat;
}
.pageButton.left.disabled {
  background-image: url(https://static.klipfolio.com/static/custom-theming/arrow-previous_c.svg);
  background-repeat: no-repeat;
}
.pageButton.left {
  background-image: url(https://static.klipfolio.com/static/custom-theming/arrow-previous_c.svg);
  background-repeat: no-repeat;
}
.pageButton.right.disabled {
  background-image: url(https://static.klipfolio.com/static/custom-theming/arrow-next_c.svg);
  background-repeat: no-repeat;
}
.pageButton.right {
  background-image: url(https://static.klipfolio.com/static/custom-theming/arrow-next_c.svg);
  background-repeat: no-repeat;
}
.pagerLabels {
  color: #579a9a;
}
.rounded-button.call-to-action {
  background-color: #579a9a;
  font-weight: bold;
  border-radius: 0;
}

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

.admin-tab.active,
.admin-tab:active {
  color: #ffffff;
  border-bottom: 1px solid rgba(87, 154, 154, 1);
}

.admin-tab {
  color: rgba(255, 255, 255, 0.6);
}

.admin-tab:hover {
  border-bottom: 1px solid rgba(87, 154, 154, 0.4);
}

.admin-tab a:hover {
  color: rgba(255, 255, 255, 1);
}

table.dataGrid tr:nth-child(2n) {
  background-color: rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(87, 154, 154, 0.1);
}

table.dataGrid tr {
  border-bottom: 1px solid rgba(87, 154, 154, 0.1);
}

table.dataGrid th {
  border-bottom: 1px solid rgba(87, 154, 154, 0.1);
}

a:link,
a:visited {
  color: #579a9a;
}

.admin-pane {
  border-radius: 0;
}

table.dataGrid th.activeSortAsc,
table.dataGrid th.activeSortDesc {
  border-bottom: 1px solid rgba(87, 154, 154, 1);
}

input[type="checkbox"],
input[type="radio"] {
  margin-left: 10px;
}

.admin-tab-strip {
  font-size: 1.2em;
  text-align: center;
  padding: 15px;
}
.rounded-link,
a.rounded-link {
  border-radius: 0;
  background-color: #ccdecc;
  color: #000000;
  transition-duration: 0.2s;
}

.rounded-link:hover {
  border-radius: 0;
  background-color: #adc9ad;
}

.rounded-button {
  border-radius: 0;
}

.rounded-button.primary {
  background-color: #579a9a;
}
