body {
  background-image: linear-gradient(#008081, #21e5bd);
  width: 100%;
}

.header {
  border-bottom: 1px solid #ccc;
  line-height: 28px;
  margin-bottom: 16px;
  margin-top: -5px;
  padding-bottom: 4px;
}

.navbar {
  /* background: #967ADC linear-gradient(to bottom, #967ADC 0px, #967ADC 100%) repeat-x scroll 0 0; */
  background: transparent;
  border-radius: 0;
  border-width: 0;
  box-shadow: none;
  margin: 0;
  min-height: 100px;
  padding-left: 0;
  padding-right: 0;
}

.navbar-fixed-top + .main-container {
  padding-top: 60px;
}

.navbar.navbar-collapse .navbar-container {
  background-color: #008081;
}

.no-skin .navbar .navbar-toggle {
  background-color: #008081;
}

.no-skin .navbar .navbar-toggle:hover {
  background-color: #008081;
}

.no-skin .navbar .navbar-toggle.display,
.no-skin .navbar .navbar-toggle[data-toggle="collapse"]:not(.collapsed) {
  background-color: #008081;
}

.no-skin .nav-list > li > a:hover {
  color: #008081;
}

.no-skin .nav-list > li.active > a {
  color: #008081;
}

.no-skin .nav-list > li.focus > a {
  color: #008081;
}

.no-skin .nav-list > li.open > a {
  color: #008081;
}

.no-skin .nav-list > li.highlight.active::before {
  background-color: #008081;
  display: block;
}

.no-skin .nav-list > li.highlight.hover::before {
  background-color: #008081;
  display: block;
}

.no-skin .nav-list > li > .submenu li.open > a {
  color: #008081;
}

.no-skin .nav-list > li.hover > .submenu li:hover > a {
  color: #008081;
}

.no-skin .sidebar.h-sidebar .nav-list > li.highlight.active > a::before {
  -moz-border-bottom-colors: #008081;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent transparent #008081;
  border-width: 8px;
  bottom: -1px;
  content: "";
  display: block;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  right: auto;
  top: auto;
}

.no-skin .sidebar.h-sidebar .nav-list > li.active::before {
  background-color: #008081;
}

.no-skin .sidebar.h-sidebar .nav-list > li.hover::before {
  background-color: #008081;
}

.no-skin .sidebar.h-sidebar .nav-list > li.active,
.no-skin .sidebar.h-sidebar .nav-list > li.active + li,
.no-skin .sidebar.h-sidebar .nav-list > li:hover + li.active {
  border-left-color: #008081;
}

.sidebar.h-sidebar .nav-list {
  border-bottom: 2px solid #008081;
  border-width: 0 0 2px;
}

.ace-nav > li.light-blue > a {
  background-color: #008081;
}

.nav-list > li > a > .menu-icon {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  margin-right: 2px;
  min-width: 60px;
  text-align: center;
  vertical-align: sub;
}

.nav-list > li > a {
  font-size: 13px;
  text-align: center;
  text-shadow: none !important;
}

.ace-nav > li.light-blue > a:hover,
.ace-nav > li.light-blue > a:focus,
.ace-nav > li.open.light-blue > a {
  background-color: #008081;
}

.ace-nav > li {
  float: left;
  height: 60px;
  line-height: 58px;
  padding: 0;
  position: relative;
}

.page-content {
  background: transparent;
  position: relative;
  margin: 0;
  padding: 8px 20px 0;
}

.page-header h1 {
  color: #008081;
  font-size: 24px;
  font-weight: lighter;
  margin: 0 8px;
  padding: 0;
}

/*state overview*/

.state-overview .symbol,
.state-overview .value {
  display: inline-block;
  text-align: center;
}

.state-overview .value {
  float: right;
}

.state-overview .value h1,
.state-overview .value p {
  margin: 0;
  padding: 0;
  color: #7087a3;
  font-size: 17px;
}

.state-overview .value a {
  text-decoration: none;
}

.state-overview .value h1 {
  font-weight: 300;
}

.state-overview .symbol i {
  color: #fff;
  font-size: 50px;
}

.state-overview .symbol {
  width: 40%;
  padding: 25px 15px;
  -webkit-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}

.state-overview .value {
  width: 58%;
  padding-top: 21px;
}

.state-overview .terques {
  background: #6ccac9;
}

.state-overview .red {
  background: #ff6c60;
}

.state-overview .yellow {
  background: #f8d347;
}

.state-overview .blue {
  background: #438eb9;
}

.small-box {
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  display: block;
  margin-bottom: 20px;
  position: relative;
  color: #fff;
}

.small-box > .inner {
  padding: 10px;
}

.small-box h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 10px;
  padding: 0;
  white-space: nowrap;
}

.small-box p {
  font-size: 15px;
}

.small-box .icon {
  color: rgba(0, 0, 0, 0.15);
  font-size: 90px;
  position: absolute;
  right: 10px;
  top: -10px;
  transition: all 0.3s linear 0s;
  z-index: 0;
}

.small-box > .small-box-footer {
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  padding: 8px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 10;
}

.small-box .icon-set-page {
  color: rgba(0, 0, 0, 0.15);
  font-size: 50px;
  position: absolute;
  right: 10px;
  top: -5px;
  transition: all 0.3s linear 0s;
  z-index: 0;
}

.alert-purple {
  background-color: #008081;
  border-color: #008081;
  color: #fff;
}

.alert-purple-light {
  background-color: #c294d4;
  border-color: #c294d4;
  color: #fff;
}

.alert-pkm {
  background-color: #fff;
  border-color: #008081;
  color: #000;
}

.bg-aqua {
  background-color: #6fb3e0 !important;
}

.bg-blue {
  background-color: #2a8bcb !important;
}

.bg-dark-blue {
  background-color: #428bca !important;
}

.bg-green {
  background-color: #87b87f !important;
}

.bg-dark-green {
  background-color: #008081 !important;
}

.bg-yellow {
  background-color: #ffb752 !important;
}

.bg-red {
  background-color: #d15b47 !important;
}

.bg-teal {
  background-color: #39cccc !important;
}

.bg-success {
  background-color: #59c594 !important;
}

.bg-orange {
  background-color: #f68e56 !important;
}

.bg-purple {
  background-color: #967adc !important;
}

.bg-pink {
  background-color: #d6487e !important;
}

.green {
  color: #629b58 !important;
}

.dark-green {
  color: #008081 !important;
}

.primary {
  color: #008081 !important;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.btn.btn-app {
  display: inline-block;
  width: 95%;
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  text-shadow: 0 -1px -1px rgba(0, 0, 0, 0.2) !important;
  border: none;
  border-radius: 12px;
  padding: 10px 0;
  margin: 10px 0;
  line-height: 1.7;
  position: relative;
}

.btn-app.btn-purple,
.btn-app.btn-purple.no-hover:hover,
.btn-app.btn-purple.disabled:hover {
  /* background: #967adc !important; */
  background: #000 !important;
}

.btn-app.btn-pkm,
.btn-app.btn-pkm.no-hover:hover,
.btn-app.btn-pkm.disabled:hover {
  /* background: #008081 !important; */
  color: #008081 !important;
}

.btn.btn-pkm,
.btn.btn-pkm.no-hover:hover,
.btn.btn-pkm.disabled:hover,
.btn.btn-pkm:hover,
.btn.btn-pkm:focus,
.btn.btn-pkm:focus-visible,
.btn.btn-pkm:active {
  /* padding: 20px; */
  width: 100%;
  height: 100px;
  background: #3809e2 !important;
  border: none;
  color: #fff !important;
  font-size: 63px;
  font-weight: 600;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.shadow {
  box-shadow: 10px 10px;
  margin-bottom: 15px;
}

.footer .footer-inner .footer-content {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 4px;
  padding: 8px 8px 2px 8px;
  line-height: 36px;
  border-top: none;
}
