/*** MY VARIABLES ***/
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.spin {
  animation: spin 3s infinite;
}

@keyframes bounce {
  0% {
    transform: translateX(0) translateY(0);
  }
  50% {
    transform: translateX(-6px);
  }
  100% {
    transform: translateX(0px);
  }
}
.bounce {
  animation-name: bounce;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

/**** BOOTSTRAP ****/
/*** MY VARIABLES ***/
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.spin {
  animation: spin 3s infinite;
}

@keyframes bounce {
  0% {
    transform: translateX(0) translateY(0);
  }
  50% {
    transform: translateX(-6px);
  }
  100% {
    transform: translateX(0px);
  }
}
.bounce {
  animation-name: bounce;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

/**** BOOTSTRAP ****/
html {
  min-height: 100vh;
}

body {
  background: #ecedf4;
  color: #38363b;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

p {
  font-size: 14px;
  line-height: 20px;
}

a, a:link, a:hover, a:visited, a:active {
  color: #00a3c6;
  text-decoration: none;
}

a:hover {
  color: #009ed6;
  text-decoration: none;
  background-size: cover;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  letter-spacing: -0.02em;
}

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0 5px;
}

h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 10px;
}

h3 {
  line-height: 40px;
  font-weight: 700;
  font-size: 20px;
  color: #727983;
}
h3 .button {
  display: inline-block;
  vertical-align: bottom;
}

h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

h5 {
  font-size: 14px;
  font-weight: 700;
}

h5, h6 {
  letter-spacing: 0;
}

h2:first-child, h3:first-child, h4:first-child, h5:first-child {
  margin-top: 0;
}

h2:last-child, h3:last-child, h4:last-child, h5:last-child {
  margin-bottom: 0;
}

span.secondary {
  font-weight: 300;
}

h4 .counter {
  display: inline-block;
  background: #238BB0;
  color: #fff;
  border-radius: 14px;
  width: 26px;
  line-height: 26px;
  text-align: center;
  height: 26px;
  margin-right: 5px;
}

.inline-header {
  display: inline-block;
}

a.action {
  text-transform: uppercase;
}

.center {
  text-align: center;
}

ol {
  padding-left: 30px;
}

ol li {
  line-height: 1.6em;
}

.box ul {
  padding-left: 15px;
}

.box ul li {
  margin: 4px 0 8px;
}

span.light {
  font-weight: 300;
}

.icon-highlight {
  color: #ff6767;
}

.icon-success {
  color: #39c68c;
}

.ico.green {
  color: #39c68c;
}

ul.icons {
  margin-left: 0;
  padding-left: 0;
}
ul.icons > li {
  padding-left: 1.6em;
  list-style: none;
}
ul.icons li > i.icon {
  text-indent: -1.6em;
}

.right {
  text-align: right;
}

code {
  background: #fff;
  color: #38363b;
  border: 1px solid #ecedf4;
}

.sticky-right {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  z-index: 1;
  margin-bottom: 5px;
}
.sticky-right .button {
  display: block;
  width: 100%;
}
@media (min-width: 1400px) {
  .sticky-right {
    margin-left: 66.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .sticky-right {
    margin-left: 66.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .sticky-right {
    display: block;
    top: 70px;
    text-align: right;
    background: #ecedf4;
    padding: 5px 15px;
  }
  .sticky-right .button {
    display: inline-block;
    width: auto;
  }
}

/*** MY VARIABLES ***/
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.spin {
  animation: spin 3s infinite;
}

@keyframes bounce {
  0% {
    transform: translateX(0) translateY(0);
  }
  50% {
    transform: translateX(-6px);
  }
  100% {
    transform: translateX(0px);
  }
}
.bounce {
  animation-name: bounce;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

/**** BOOTSTRAP ****/
a.label {
  line-height: inherit;
  color: #fff;
  padding: 5px;
  font-size: inherit;
  font-weight: 400;
}

.requiredField:after {
  content: "*";
  color: #b53434;
  font-size: 12px;
}

.requiredField .asteriskField {
  display: none;
}

.vs {
  display: inline-block;
  padding: 0 15px;
}

.alert-success {
  background: #73e6b7;
  color: #222;
  border-color: #50d29d;
}

.alert-success a {
  color: #fff;
}

.alert-error {
  border-color: #b53434;
  background: #b53434;
  color: #fff;
}

.alert-warning {
  border-color: #ebb73a;
  background: #ffedc1;
  color: #222;
}

.alert-danger {
  border-color: #eb793a;
  background: #ffb59e;
  color: #222;
}

.alert-info {
  border: none;
  color: #fff;
  background: #00a3c6;
}

.alert .close:link, .alert .close:visited, .alert .close:active {
  text-shadow: none;
  color: #000;
}

.well {
  background: #fcfcfd;
  border: 1px solid #D2D4DE;
  padding: 8px 15px;
  box-shadow: none;
  border-radius: 14px;
}
.well.white {
  background: #fff;
}

.well p:last-child {
  margin-bottom: 0;
}

.well:last-child {
  margin-bottom: 0;
}

.info-box {
  border-bottom: 3px solid #00a3c6;
  background: #e0f7ff;
}

.info-box p {
  color: #006074;
}

.alert-info a {
  color: #fff;
  text-decoration: underline;
}

.alert-tip p {
  font-weight: 300;
  font-size: 15px;
}

.alert-warning h4 {
  color: #c09853;
}

.select2-container--default .select2-selection--single {
  background: #f9f9fa !important;
  height: 32px !important;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 300px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #00a3c6 !important;
}

.box > form:last-child > .form-group:last-child {
  margin-bottom: 0;
}

textarea:focus, input[type=text]:focus, input[type=password]:focus,
input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=date]:focus, input[type=month]:focus,
input[type=time]:focus, input[type=week]:focus, input[type=number]:focus, input[type=email]:focus,
input[type=url]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=color]:focus,
.uneditable-input:focus, .form-control:focus {
  border-color: #00a3c6;
  box-shadow: none;
}

select, textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local],
input[type=date], input[type=month], input[type=time], input[type=week],
input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color],
.uneditable-input, .select, .form-control {
  border-radius: 6px;
  background-color: white;
  border: 1px solid #D2D4DE;
  padding: 4px 5px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

input[type=checkbox] {
  margin-top: 3px;
}

input[type=radio] {
  margin-top: 2px;
}

.taggle_placeholder {
  position: absolute;
  color: #CCC;
  top: 6px;
  left: 8px;
}

.taggle_sizer {
  padding: 0;
  margin: 0;
  position: absolute;
  visibility: hidden;
}

.taggle_holder .autocomplete-suggestions {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.25) 0 1px 3px;
  border-radius: 3px;
  padding: 3px;
  min-width: 150px;
}

.taggle_holder .autocomplete-suggestions .autocomplete-suggestion {
  padding: 4px 8px;
  border-bottom: 1px solid #eff0f4;
}

.taggle_holder .autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected {
  background: #238BB0;
  color: #fff;
}

.taggle_holder .autocomplete-suggestions .autocomplete-suggestion:last-child {
  border-bottom: none;
}

.taggle_list .taggle .close {
  line-height: 14px;
}

.taggle_list .taggle .taggle_text {
  display: inline-block;
  padding-right: 3px;
}

.taggle_input {
  display: inline-block;
  border: none !important;
  background: transparent !important;
  float: left;
  padding: 1px 0;
  margin: 0;
  box-sizing: border-box;
  outline: none !important;
  box-shadow: none !important;
}

.box .taggle_list {
  list-style: none;
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  padding: 1px;
  margin: 0;
  position: relative;
  float: left;
  width: 100%;
  box-sizing: content-box;
}
.box .taggle_holder {
  position: relative;
  border: 1px solid #D2D4DE;
  border-radius: 3px;
}
.box .taggle_holder.active {
  border: 1px solid #238BB0;
}
.box .taggle_list li {
  list-style: none;
  padding: 0 0;
  margin: 0;
  border: none;
  display: inline-block;
  float: left;
}
.box .taggle_list .taggle {
  display: inline-block;
  padding: 4px 8px;
  line-height: 18px;
  background: #eff0f4;
  border-radius: 12px;
  border: 1px solid transparent;
  margin: 2px 2px;
}
.box li.taggle.taggle_hot {
  border: 1px solid rgba(0, 0, 0, 0.5);
}

label.radio {
  font-weight: 400;
}

label.radio.images input {
  margin-top: 10px;
}

label.radio.spaced {
  margin-bottom: 20px;
}

label.inline-label {
  font-weight: 400;
}

form p label {
  display: block;
}
form .errorlist {
  list-style: none;
  color: #aa0000;
  padding: 0;
  margin: 0 0;
}
form .errorlist li {
  padding: 0;
}
form .alert ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
form div.filled {
  background: #eff0f4;
  padding: 10px 2px;
  margin-bottom: 15px;
}
form .filled h3 {
  margin: 0;
  line-height: 22px;
}

.form-control.select {
  padding: 4px 5px;
}

.form-scroll .controls {
  padding: 2px 5px;
  border: 1px solid #D2D4DE;
  border-radius: 2px;
  background: #fafafc;
  height: 450px;
  overflow-y: scroll;
}

.form-scroll input[type=checkbox] {
  margin-top: 4px;
}

.form-scroll .checkbox:first-child {
  margin-top: 0;
}

/*** MY VARIABLES ***/
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.spin {
  animation: spin 3s infinite;
}

@keyframes bounce {
  0% {
    transform: translateX(0) translateY(0);
  }
  50% {
    transform: translateX(-6px);
  }
  100% {
    transform: translateX(0px);
  }
}
.bounce {
  animation-name: bounce;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

/**** BOOTSTRAP ****/
.clearable-image-img {
  max-width: 150px;
  border-radius: 8px;
}

.dropdown {
  display: inline;
}

ul.dropdown-menu {
  padding: 6px 0;
}
ul.dropdown-menu li {
  text-align: left;
  margin: 0;
  padding: 0;
}
ul.dropdown-menu li a {
  padding: 4px 12px 4px 8px;
  font-weight: 700;
  color: #00a3c6;
}
ul.dropdown-menu li a .ico {
  display: inline-block;
  margin-right: 5px;
  color: #00a3c6;
}
ul.dropdown-menu li a.delete-button {
  color: #ff6767;
}
ul.dropdown-menu li a.delete-button:hover {
  background: #ff6767;
  color: #fff;
}
ul.dropdown-menu li a.delete-button:hover .ico {
  color: #eff0f4;
}
ul.dropdown-menu li a.delete-button .ico {
  color: #ff6767;
}

a .caret {
  border-top-color: #00a3c6;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background: #00a3c6;
  color: #fff;
}
.dropdown-menu > li > a:hover .ico, .dropdown-menu > li > a:focus .ico {
  color: #eff0f4;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background: #00a3c6;
  color: #fff;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #777;
  display: inline-block;
  margin: 0 3px 2px;
}

a .arrow-down {
  border-top-color: #00a3c6;
}

.tip-icon {
  float: left;
  color: #727983;
  margin-top: 5px;
}

.tip {
  margin-left: 30px;
}

.button {
  background: #00a3c6;
  border: none;
  border-radius: 4px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  padding: 6px 12px 8px;
  color: #fff;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  transition: background 0.2s;
}
.button:link {
  display: inline-block;
  margin: 0 0 6px;
}
.button:link, .button:visited, .button:active {
  color: #fff;
}
.button:hover {
  background: #2099c4;
  transition: background 0.5s;
}
.button.green, .button.large {
  background: #3bb986;
}
.button.large {
  padding: 10px 15px;
  font-size: 20px;
  font-weight: 400;
}
.button.green:hover, .button.large:hover {
  background: #49CB96;
}
.button:disabled {
  background: #777;
  box-shadow: 0 2px 0 #555;
}
.button:disabled:hover {
  background: #777;
  box-shadow: 0 2px 0 #555;
}
.button.small {
  padding: 3px 7px;
}
.button.danger {
  background: #c35050;
}
.button.danger:hover {
  background: #ae3c3c;
}

a.flat-button {
  background: #00a3c6;
  color: #fff;
  display: inline-block;
  border-radius: 12px;
  min-width: 34px;
  text-align: center;
  line-height: initial;
  padding-bottom: 2px;
  opacity: 1;
  transition: all 0.1s;
}
a.flat-button:hover {
  background: #009ed6;
  color: #fff;
  opacity: 1;
}

.help-block {
  font-size: 13px;
  color: #727983;
}

.help-icon:link, .help-icon:visited, .help-icon:active {
  color: #727983;
  opacity: 0.7;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.help-icon:hover {
  opacity: 1;
  color: #009ed6;
}

.toggle .lbl {
  position: relative;
  display: block;
  height: 16px;
  width: 36px;
  background: #a8adb3;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.toggle .lbl.enable-att {
  display: inline-block;
  margin-top: 8px;
}
.toggle .lbl:after {
  position: absolute;
  left: -2px;
  top: -2px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: #ecedf4;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
  content: "";
  transition: all 0.3s ease;
}
.toggle .lbl:active:after {
  transform: scale(1.15, 0.85);
}
.toggle .cbx:checked ~ label {
  background: #a3e7ff;
}
.toggle .cbx:checked ~ label:after {
  left: 20px;
  background: #009ed6;
}
.toggle .cbx:disabled ~ label {
  background: #d5d5d5;
  pointer-events: none;
}
.toggle .cbx:disabled ~ label:after {
  background: #bcbdbc;
}
.toggle .hidden {
  display: none;
}

h4 .toggle .lbl {
  height: 20px;
  width: 44px;
}
h4 .toggle .lbl::after {
  width: 24px;
  height: 24px;
}
h4 .toggle .cbx:checked ~ label {
  background: #70daff;
}
h4 .toggle .cbx:checked ~ label:after {
  left: 20px;
  background: #009ed6;
}

.toggle-button {
  cursor: pointer;
  margin: 0 8px;
}
.toggle-button input {
  display: none;
}
.toggle-button label {
  font-weight: 400;
  text-align: center;
  min-width: 80px;
  cursor: pointer;
  display: inline-block;
  padding: 2px 8px;
  background: #ecedf4;
  border-radius: 14px;
}
.toggle-button input:checked ~ label {
  background: #ff6767;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.avatar {
  margin-right: 15px;
  float: left;
}
.avatar img {
  width: 96px;
  height: 96px;
  border-radius: 6px;
}
.avatar.avatar-small img {
  width: 48px;
  height: 48px;
}
.avatar.avatar-tiny img {
  width: 36px;
  height: 36px;
}
.avatar .avatar-small + .profile-right {
  margin-left: 63px;
}
.avatar.circle img {
  border-radius: 48px;
}
.avatar.avatar-small.circle img {
  border-radius: 24px;
}

.avatar-inline {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-right: 5px;
}
.avatar-inline.circle img {
  border-radius: 16px;
}
.avatar-inline img {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.6);
}

.panel-heading {
  padding: 0;
}

.panel-group .box.panel {
  overflow: visible;
  background-color: white;
  border: none;
  border-radius: 14px;
  margin-bottom: 12px;
}

.panel-heading .btn {
  color: white;
  border-radius: 14px 14px 0 0;
  font-weight: bold;
  width: 100%;
  text-align: start;
  padding: 12px;
}
.panel-heading .btn.collapsed {
  border-radius: 14px;
}

.panel-body .group-toggle-container {
  text-align: left;
  display: block;
  padding: 6px 0 10px 0;
  margin: 0;
  font-weight: 700;
  font-size: 15px;
}
.panel-body .group-toggle-container .toggle {
  margin-top: 3px;
}
.panel-body .group-toggle-container span {
  margin-left: 10px;
}

.dropdown-button {
  padding: 5px;
  font-size: 1.3em;
  vertical-align: text-top;
  margin-right: 8px;
}

.type-label {
  font-size: 13px;
  color: #727983;
}

.column-headers {
  display: block;
  padding: 20px 0 8px 0;
  margin: 0;
  font-weight: 700;
  font-size: 16px;
}

@media (max-width: 767px) {
  .service-name-col {
    clear: both;
  }
}
.att-label p {
  margin-bottom: 6px;
}

.att-actions-container {
  text-align: right;
}
.att-actions-container .toggle {
  display: inline-block;
  vertical-align: middle;
}
.att-actions-container .dropdown-menu {
  right: 8px;
  left: auto;
}

.box {
  box-shadow: #d2d5e5 0 1px 10px;
  background: #fff;
  padding: 10px 15px;
  display: block;
  margin-bottom: 20px;
  border-radius: 14px;
  transition: opacity 0.3s;
}
.box.box-crop {
  overflow: hidden;
}
.box.with-inner {
  padding: 0;
}
.box.with-inner .table {
  margin-bottom: 0;
}
.box.with-inner .box-inner {
  padding: 10px 15px;
}
.box.with-inner .box-inner .table:last-child {
  margin-bottom: 0;
}
.box .box-divider {
  display: block;
  padding: 8px 15px 0 15px;
  border-top: 1px solid #ecedf4;
  margin: 0;
}
.box.with-inner .box-inner-secondary {
  border-top: 3px solid #ecedf4;
  padding: 10px 15px;
}
.box .box-header {
  display: block;
  padding: 15px 15px 0;
  margin: 0;
  font-weight: 700;
  font-size: 16px;
}
.box .box-header select {
  margin-bottom: 2px;
}
.box h4 {
  font-size: 16px;
  line-height: 20px;
  transition: all 0.3s;
}
.box > h4, .box h4.box-header {
  background: #ffffff;
  padding: 8px 15px;
  color: #727983;
  font-weight: 700;
  margin: 0 0;
  border-radius: 14px 14px 0 0;
}
.box .box-header.divider, .box .box-inner.divider {
  margin-bottom: 5px;
}
.box .box-header.unpadded {
  padding: 0;
}
.box h2.box-header {
  color: #fff;
  background: #39c68c;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 20px;
  border-radius: 14px 14px 0 0;
  padding: 5px 0;
  font-weight: 700;
}
.box .box-action {
  display: block;
  padding: 8px 15px;
  border-top: 1px solid #ecedf4;
}
.box .box-action:first-child {
  border-radius: 14px 14px 0 0;
}
.box .box-action:last-child {
  border-radius: 0 0 14px 14px;
}
.box .box-action:last-child:first-child {
  border-radius: 14px;
}
.box a.box-action:link, .box a.box-action:visited, .box a.box-action:active {
  font-weight: 700;
}
.box a.box-action:hover, .box a.box-action.selected {
  background: #00a3c6;
  color: #eff0f4;
}
.box a.box-action .ico {
  float: left;
  line-height: 20px;
  opacity: 0.5;
  /*width:16px; */
  text-align: center;
  margin-right: 5px;
}
.box a.box-action span {
  display: block;
  margin-left: 27px;
}
.box div.box-action .meta {
  float: right;
}
.box .box-action.secondary, .box .box-action.secondary:link,
.box .box-action.secondary:visited, .box .box-action.secondary:active,
.box .box-action.secondary:hover {
  font-weight: 300;
  /* text-align: right; */
}
.box .box-action.within {
  padding-left: 1px;
  padding-right: 1px;
  margin-top: 5px;
}
.box .box-header-action-right a {
  color: #eff0f4;
}
.box a.box-header-action-right {
  float: right;
  border-radius: 0 14px 0 0;
  padding: 7px 15px 8px;
  margin: -8px -15px 0 0;
  color: #00a3c6;
  opacity: 1;
  font-weight: 300;
  transition: 0.2s color, 0.2s background-color, 0.2s opacity;
}
.box div.box-header-action-right {
  float: right;
  margin: -8px -15px 1px 5px;
}
.box .box-header-action-right > a {
  float: left;
  display: block;
  padding: 8px 15px;
  font-weight: 300;
  transition: 0.2s color, 0.2s background-color;
}
.box:hover a.box-header-action-right {
  color: #00a3c6;
  opacity: 1;
  transition: 0.2s color, 0.2s background-color, 0.2s opacity;
}
.box a.box-header-action-right:hover, .box a.box-header-action-right:focus,
.box .box-header .box-header-action-right a:hover, .box .box-header .box-header-action-right a:focus {
  background-color: #00a3c6;
  color: #fff;
  transition: 0.2s color, 0.2s background-color;
}
.box a.box-action.box-header-action-right i.fa, .box a.box-action.box-header-action-right:hover i.fa {
  opacity: 1;
}
.box .box-header .box-action {
  border-top: none;
}
.box > p:last-child, .box .box-inner > p:last-child, .box form > p:last-child {
  margin-bottom: 0;
}
.box form, .box .box-inner form {
  margin: 0;
}
.box .connector {
  font-size: 12px;
  line-height: 13px;
  margin-top: 10px;
  color: #38363b;
}
.box.thin {
  padding: 3px;
}
.box.social {
  min-height: 84px;
}

.dashboard-tile {
  margin-bottom: 10px;
}
.dashboard-tile .box.with-inner {
  margin-bottom: 10px;
}
.dashboard-tile .custom-tags {
  margin-bottom: 15px;
}
.dashboard-tile .custom-tags .tag, .dashboard-tile .custom-tags.multiple .tag {
  margin-bottom: 5px;
}

.insight {
  /*
  .number-secondary {
      color: #fff;
      font-weight: 700;
      font-size: 16px;
      line-height: 22px;
  }
  */
}
.insight.worst {
  border-left: 5px solid #c35050;
  margin-left: -10px;
  padding-left: 5px;
}
.insight.one {
  border-left: 5px solid #009ed6;
  margin-left: -10px;
  padding-left: 5px;
}
.insight.best {
  border-left: 5px solid #3c9e76;
  margin-left: -10px;
  padding-left: 5px;
}
.insight .meta {
  float: right;
  text-transform: uppercase;
  font-size: 11px;
  margin-left: 5px;
}
.insight .number, .insight .number-secondary {
  display: inline;
  font-weight: 400;
}
.insight .num-label {
  display: inline;
  color: #727983;
}
.insight .secondary {
  color: #38363b;
  font-weight: 400;
}
.insight .secondary:first-child, .insight .meta + .secondary {
  font-size: 18px;
  line-height: 26px;
}
.insight.worst .secondary {
  /* color: #c35050; */
}
.insight.best .secondary {
  /* color: #3c9e76; */
}
.insight .box {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  position: relative;
  margin-bottom: 10px;
}
.insight .box .number {
  display: inline;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}
.insight .time {
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  opacity: 0.5;
  position: relative;
  float: right;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.insight .icon {
  float: right;
  clear: right;
  font-size: 26px;
  color: #fff;
  margin: 0 0 5px 5px;
  opacity: 0.5;
  text-align: right;
}

.insight-wrapper {
  /* border: 1px solid #edeef2; */
}
.insight-wrapper.insight-small .secondary:first-child, .insight-wrapper.insight-small .meta + .secondary {
  font-size: 14px;
  line-height: 20px;
}

.custom-tags {
  line-height: 30px;
}
.custom-tags .tag {
  display: inline-block;
  padding: 4px 8px;
  height: 28px;
  border-radius: 14px;
  background: #ccccd2;
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #38363b;
}
.custom-tags .tag .ico {
  font-size: 12px;
  opacity: 0.75;
}
.custom-tags.editable .tag {
  background: #dfdfe3;
}
.custom-tags.editable .tag .remove {
  display: none;
}
.custom-tags.editable .tag.selected .remove {
  display: inline-block;
}
.custom-tags.editable .tag.selected .add {
  display: none;
}

.meta {
  font-size: 12px;
  text-align: right;
  color: #727983;
  margin-bottom: 0;
  font-weight: 400;
}

/**** CHARTS/GRAPHS ****/
.ico-circle {
  border-radius: 50%;
  display: inline-block;
  padding: 8px;
}
.ico-circle .ico {
  font-size: 2.4em;
}

.chart {
  margin: 5px 0 10px;
}
.chart:last-child {
  /* margin-bottom: 0; */
}
.chart .inner {
  margin: 0 auto;
  font-size: 20px;
  font-weight: 400;
}
.chart .title {
  text-align: center;
  margin-top: 5px;
  font-weight: 700;
}
.chart td.left {
  font-weight: 400;
  color: #6f7680;
  padding-bottom: 4px;
}
.chart td.right, .chart .secondary {
  font-weight: 400;
  color: #6f7680;
  padding-bottom: 4px;
}
.chart td.right span, .chart .secondary span {
  font-weight: 400;
}
.chart td.left span {
  font-weight: 700;
  color: #38363b;
}
.chart td.left a {
  color: #00a3c6;
}
.chart td.left a span {
  font-weight: 400;
  color: #00a3c6;
}
.chart .number {
  font-size: 20px;
  line-height: 20px;
}
.chart .units {
  color: #727983;
  font-weight: 300;
}
.chart .percent-bg {
  background: #e6e7f0;
  min-height: 6px;
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 1px;
}
.chart .percent-meter {
  background: #50d29d;
  height: 6px;
  min-width: 4px;
}

.sleep-graph .percent-meter {
  border-radius: 4px;
}

.mood-strength {
  vertical-align: top;
  display: inline-block;
  height: 14px;
  font-size: 10px;
  line-height: 14px;
  padding: 0 2px;
  color: #fff;
}
.mood-strength.positive {
  text-align: right;
  border-radius: 0 3px 3px 0;
}
.mood-strength.negative {
  text-align: left;
  border-radius: 3px 0 0 3px;
}

.chart-feature {
  float: right;
  margin-left: 10px;
  /* margin-top: -23px; */
}

table.chart {
  border: 0;
  padding: 0;
  width: 100%;
}
table.chart .number {
  text-align: right;
  font-size: 20px;
  line-height: 20px;
  padding-right: 3px;
  width: 60px;
}
table.chart.chart-week td {
  padding-left: 1px;
}
table.chart.chart-week td:first-child {
  padding-left: 0;
}
table.chart .units, .units {
  line-height: 16px;
  text-align: left;
  padding-left: 3px;
  color: #727983;
  font-weight: 300;
}

.pie-chart {
  width: 120px;
  height: 120px;
}
.pie-chart canvas {
  z-index: 900;
}
.pie-chart span {
  z-index: 905;
  position: relative;
  font-weight: 400;
}
.pie-chart span.value {
  position: relative;
  top: -5px;
}
.pie-chart span.sub {
  display: block;
  line-height: 20px;
  position: relative;
  top: -55px;
  font-size: 14px;
  font-weight: 300;
  color: #727983;
}
.pie-chart span.value {
  font-weight: 700;
}

.number-large {
  font-size: 16px;
}

.pie-chart.easyClockChart span.sub {
  /* color: #7769b2; */
}

.chart.mood .mood-number {
  width: 50px;
}
.chart.mood .mood-number div {
  padding: 10px 6px;
  height: 40px;
  width: 40px;
  line-height: 20px;
  border-radius: 20px;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  color: #fff;
  font-weight: 700;
}
.chart.mood .mood-note {
  font-family: "Roboto Slab", Georgia, serif;
}
.chart.mood .mood-note p {
  word-break: break-word;
}
.chart.mood .mood-note .mood-label {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.chart.mood .mood-note .no-note {
  color: #6f7680;
}

.chart.weather .number {
  text-align: left;
  width: auto;
  color: #727983;
  font-weight: 300;
}
.chart.weather .temp-max {
  color: #c35050;
  font-weight: 700;
}
.chart.weather .temp-min {
  color: #47a6d2;
  font-weight: 700;
}
.chart.weather .units {
  width: auto;
}

.chart.map {
  width: 100%;
  overflow: hidden;
}
.chart.map img {
  display: block;
  margin: 0 auto;
  position: relative;
  border-radius: 6px;
}

.chart-feature .chart.map {
  width: 160px;
  overflow-x: hidden;
  border-radius: 6px;
}
.chart-feature .chart.map img {
  display: block;
  margin: 0 auto;
  position: relative;
  left: -90px;
  border-radius: 6px;
}
@media (max-width: 769px) {
  .chart-feature .chart.map {
    width: auto;
  }
  .chart-feature .chart.map img {
    left: 0;
  }
}

.label {
  font-size: 100%;
  padding: 4px 8px;
  border-radius: 3px;
}

p.mood {
  line-height: 30px;
}

.mood-number div {
  font-size: 20px;
}

.mood .mood-0, .mood .mood-1, .mood .mood-2, .mood .mood-3,
.mood .mood-4, .mood .mood-5, .mood .mood-6, .mood .mood-7,
.mood .mood-8, .mood .mood-9 {
  color: #fff;
  font-weight: 600;
}

.mood .mood-0 {
  background: #999;
  font-size: 14px;
}

.mood .mood-1 {
  background: #df3e3e;
}

.mood .mood-2 {
  background: #df953e;
}

.mood .mood-3 {
  background: #b1d020;
}

.mood .mood-4 {
  background: #68db36;
}

.mood .mood-5 {
  background: #00b50d;
}

.mood .vt0.mood-5 {
  box-shadow: 0 0 5px #89e77c;
}

/* new colours for mood */
.mood .vt8.mood-1 {
  background: #df3e3e;
}

.mood .vt8.mood-2 {
  background: #de5e37;
}

.mood .vt8.mood-3 {
  background: #dea043;
}

.mood .vt8.mood-4 {
  background: #c7b063;
}

.mood .vt8.mood-5 {
  background: #bcbf8f;
}

.mood .vt8.mood-6 {
  background: #a7c763;
}

.mood .vt8.mood-7 {
  background: #8ed640;
}

.mood .vt8.mood-8 {
  background: #60d636;
}

.mood .vt8.mood-9 {
  background: #00b50d;
  box-shadow: 0 0 5px #89e77c;
}

strong.mood-number {
  color: #fff;
  height: 48px;
  width: 48px;
  display: inline-block;
  border-radius: 24px;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
}

strong.mood-number.small {
  height: 30px;
  width: 30px;
  display: inline-block;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
}

a.mood-item {
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  display: block;
  color: #fff;
  transition: all 0.6s;
  margin: 4px 4px;
  border-radius: 3px;
}
@media (max-width: 768px) {
  a.mood-item {
    font-size: 16px;
    padding: 5px 7px;
  }
}

a.mood-item.selected {
  margin: 0;
  font-size: 24px;
  line-height: 36px;
  transition: all 0.3s;
  opacity: 1;
  outline: none;
}

.squaregraph .mood .value {
  height: 22px;
  width: 22px;
  display: inline-block;
  border-radius: 15px;
  text-align: center;
  line-height: 22px;
  margin: 0 auto;
  font-size: 12px;
}

#graph-mood .mood .value {
  height: 32px;
  width: 32px;
  display: inline-block;
  border-radius: 16px;
  text-align: center;
  line-height: 32px;
  margin: 0 auto;
  font-size: 14px;
}

.graph-wide {
  height: 500px;
}

.graph-short {
  height: 120px;
  min-width: 150px;
}

.graph-shorter {
  height: 90px;
}

.graph-short .legend .legendLabel, .graph-shorter .legend .legendLabel {
  color: #545454;
}

.graph-week {
  height: 500px;
}

#graph-month .square-label {
  font-size: 11px;
}

.week-graphs .flot-text .flot-x-axis {
  display: none !important;
}

.week-graphs .graph-week:last-child .flot-text .flot-x-axis {
  display: block !important;
}

.graph-short .legend, .graph-shorter .legend {
  display: none;
}

.graph-short:hover .legend, .graph-shorter:hover .legend {
  display: block;
}

.graph-shorter:hover .legend table {
  display: block;
  background: #fff;
  opacity: 1;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 5px;
}

.graph-shorter:hover .legend table td {
  padding-right: 5px;
}

.custom-graph .tag {
  display: block;
  padding: 1px 8px;
  height: 20px;
  font-size: 12px;
  line-height: 18px;
  border-radius: 10px;
  background: #eff0f4;
  font-family: "Roboto Slab", Georgia, serif;
}

.tag.small {
  font-size: 9px;
  line-height: 18px;
  border-radius: 8px;
  padding: 1px 4px;
}

.panel-group {
  background: none;
  box-shadow: none;
}

.panel {
  background: none;
  box-shadow: none;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.btn-group {
  display: table;
  width: 100%;
}

.btn-group .btn {
  display: table-cell;
  width: 50%;
  background: #fff;
  color: #238BB0;
  box-shadow: 0 1px 2px #dcdeeb;
}

.btn-group .btn:hover, .btn-group .btn:focus {
  background: #eff0f4;
  box-shadow: 0px 1px 2px #ecedf4 inset;
}

.btn-group .btn.active, .btn-group .btn.active:hover {
  background: #238BB0;
  color: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2) inset;
}

.correlation .sentence {
  line-height: 30px;
  text-align: center;
  margin-bottom: 10px;
}
.correlation .sentence span {
  background: #fafafa; /* #E0F2FB; */
  border: 1px solid #ccc;
  padding: 3px 5px;
  border-radius: 12px;
  font-weight: 600;
  white-space: nowrap;
}
.correlation .sentence span.highlight {
  background: #E0F2FB;
  border-color: #a8daf3;
}
.correlation .sentence span.highlight i {
  /* color: #5DBDE9; */
}
.correlation .sentence span i {
  color: #777;
}
.correlation .sentence span.g1 i {
  color: #6780FF;
  /* background: #d9dfff; */
}
.correlation .sentence span.g2 i {
  color: #5CE2AB;
  /* background: #d6f8ea; */
}
.correlation .sentence span.g3 i {
  color: #E8B360;
  /* background: #f9ecd7; */
}
.correlation .sentence span.g4 i {
  color: #FF6767;
  /* background: #ffd9d9; */
}
.correlation .sentence span.g5 i {
  color: #9F5FE8;
  /* background: #e7d7f9; */
}
.correlation .sentence span.g6 i {
  color: #5DBDE9;
  /* background: #d6eef9; */
}
.correlation .sentence span.g7 i {
  color: #91D95D;
  /* background: #e3f5d6; */
}
.correlation .sentence span.g8 i {
  color: #DDDB36;
  /* background: #f6f6cd; */
}
.correlation .sentence span.g9 i {
  color: #E3754F;
  /* background: #f8dcd3; */
}

.correlation .meta {
  text-align: left;
  font-size: 13px;
  padding-top: 0;
  font-weight: 700;
}
@media (max-width: 768px) {
  .correlation .meta.right {
    text-align: right;
  }
}
.correlation .meta .dropdown-menu {
  right: 0;
  left: auto;
}
.correlation .meta .dropdown-menu .meta {
  font-weight: 400;
  font-size: 12px;
  padding: 0 10px;
}
.correlation .meta .dropdown-menu .divider {
  margin: 6px 0;
}
.correlation .meta .stars {
  color: #009ed6;
}
.correlation.correlation-bottom.box-inner {
  padding-top: 3px;
  border-radius: 0 0 14px 14px;
}

.correlation table.meta {
  padding: 0;
  margin: 10px 0 0;
}
.correlation table.meta tr, .correlation table.meta td {
  padding: 0;
  margin: 0;
}

.correlation .meta.center {
  text-align: center;
}

.correlation .meta.right {
  text-align: right;
  margin: 10px 0 0;
}

.correlation .common, .correlation .uncommon {
  background: #ccc; /* #E0F2FB; */
  border: 1px solid #ccc;
  padding: 1px 4px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 12px;
  white-space: nowrap;
}

.correlation .chart {
  margin: 0 10px 0 0;
  padding-top: 3px;
}
.correlation .chart .percent-bg {
  background: #fff;
  border: 1px solid #009ed6;
}
.correlation .chart .percent-bg {
  height: 10px;
}
.correlation .chart .percent-meter {
  height: 8px;
  background: #a8daf3;
}

.squaregraph td {
  margin: 0;
  padding: 1px;
}

.squaregraph .graphheader td {
  text-align: left;
  /* background: #eff0f4;
  padding: 1px 2px; */
}

.squaregraph .graphheader td span {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #727983;
  position: relative;
  display: block;
  padding: 6px 6px;
  background: #eff0f4;
  margin-top: 15px;
  margin-bottom: 4px;
  z-index: 2;
}

.squaregraph .square {
  display: block;
  width: auto;
  vertical-align: bottom;
  background: #91d95d;
  text-align: center;
  color: #fff;
  min-width: 4px;
  border-radius: 3px 3px 0 0;
}

.squaregraph .goal-met .square-label {
  /* font-weight: 600; */
}

.squaregraph .goal-met:before {
  font-family: "icomoon";
  content: "\e946";
  color: #fff;
  position: absolute;
  margin-left: 2px;
  z-index: 100;
  font-size: 10px;
  line-height: 13px;
}

/*
.squaregraph .goal-met + .tooltip .tooltip-inner:after {
    font-family: 'FontAwesome';
    content: " \f005";
} */
.squaregraph h5 {
  font-weight: 400;
  text-transform: uppercase;
}

.squaregraph h5 span.full {
  display: inline-block;
}

.squaregraph h5 span.short {
  display: none;
}

.squaregraph .square-label {
  display: block;
  text-align: center;
  color: #38363b;
}

.squaregraph .square-label-alt {
  height: 12px;
  line-height: 12px;
  color: #91d95d;
}

.squaregraph .child-3 .square {
  background: #6780ff;
}

.squaregraph .child-3 .square-label-alt {
  color: #6780ff;
}

.squaregraph .child-2 .square {
  background: #5ce2ab; /*ffc468 */
}

.squaregraph .child-2 .square-label-alt {
  color: #5ce2ab;
}

.squaregraph .child-4 .square {
  background: #e8b360;
}

.squaregraph .child-4 .square-label-alt {
  color: #e8b360;
}

.squaregraph .child-5 .square {
  background: #ff6767;
}

.squaregraph .child-5 .square-label-alt {
  color: #ff6767;
}

.squaregraph .child-6 .square {
  background: #9f5fe8;
}

.squaregraph .child-6 .square-label-alt {
  color: #9f5fe8;
}

.squaregraph .child-7 .square {
  background: #5dbde9;
}

.squaregraph .child-7 .square-label-alt {
  color: #5dbde9;
}

.squaregraph .child-8 .square {
  background: #91d95d;
}

.squaregraph .child-8 .square-label-alt {
  color: #91d95d;
}

.squaregraph .child-9 .square {
  background: #dddb36;
}

.squaregraph .child-9 .square-label-alt {
  color: #dddb36;
}

.squaregraph .child-10 .square {
  background: #e3754f;
}

.squaregraph .child-10 .square-label-alt {
  color: #e3754f;
}

.squaregraph .child-11 .square {
  background: #d265d9;
}

.squaregraph .child-11 .square-label-alt {
  color: #d265d9;
}

/*

.squaregraph .weekday-0 h5, .squaregraph .weekday-6 h5 {
    background: #f1f2f6;
}
*/
.squaregraph .weekday-0 {
  /* sunday, saturday */
  border-right: 6px solid #fff;
}

.dashboard-tile .squaregraph .weekday-0 {
  /* sunday, saturday */
  border-right: 6px solid #fff;
}

.squaregraph .weekday-0, .squaregraph .weekday-1, .squaregraph .weekday-2, .squaregraph .weekday-3,
.squaregraph .weekday-4, .squaregraph .weekday-5, .squaregraph .weekday-6 {
  vertical-align: bottom;
}

.titles + .graphheader td span {
  margin-top: 5px;
}

.titles td {
  padding-top: 15px;
}

.titles:first-child td {
  padding-top: 2px;
}

.titles th {
  text-align: center;
  color: #727983;
}

.dashboard-tile .squaregraph .square-label, .dashboard-tile .squaregraph .square-label-alt {
  opacity: 0;
  font-size: 10px;
  transition: all 0.3s;
}

.dashboard-tile:hover .squaregraph .square-label, .dashboard-tile:hover .squaregraph .square-label-alt {
  opacity: 1;
}

.dashboard-tile .squaregraph .row-label {
  font-size: 12px;
  line-height: 15px;
}

.row-label.custom {
  font-weight: 600;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 95px;
}

.dashboard-tile .squaregraph .button.small {
  display: inline-block;
  margin-top: 4px;
  padding: 2px 8px;
  background: #fff;
  border: 2px solid #ecedf4;
  border-radius: 8px;
  color: #238bb0;
  box-shadow: none;
}
.dashboard-tile .squaregraph .button.small .ico {
  position: relative;
  top: 1px;
}

.dashboard-tile .squaregraph .button.small:hover {
  border-color: #238bb0;
}

.squaregraph .weekday-6 {
  /* border-left:6px solid #fff; */
}

.timelist tr td:last-child {
  width: 65px;
  text-align: right;
  vertical-align: top;
  color: #817F84;
  font-weight: 300;
}

.timelist tr td:first-child {
  text-align: left;
  padding-right: 10px;
  vertical-align: top;
}

#graph-month .square-label {
  display: none;
}

#graph-weeks .square-label {
  font-size: 10px;
}

#graph-months .square-label {
  font-size: 10px;
}

#select-all-wrapper {
  color: #727983;
}

.weather-icon img {
  width: 120px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

/**** SERVICES *****/
#services .service-logo {
  max-width: 180px;
  display: inline-block;
}
#services .service-connected {
  margin-left: 5px;
  vertical-align: top;
  font-size: 18px;
}
#services .service-requirement {
  display: block;
  width: 5.5em;
  color: #727983;
  text-transform: uppercase;
  font-weight: 400;
}

.service-provides {
  max-height: 200px;
  overflow-y: auto;
}

/**** MOOD ****/
.calendar-header {
  margin-top: 0;
}

.calendar-wrapper {
  margin-top: 44px;
}

table.calendar {
  margin-bottom: 1px;
  overflow: hidden;
  border-radius: 0 14px 14px 0;
}
table.calendar th {
  color: #727983;
}
table.calendar > tbody > tr > td {
  vertical-align: top;
}
table.calendar th, table.calendar td {
  text-align: center;
  font-size: 14px;
}
table.calendar th.week-number, table.calendar td.week-number {
  vertical-align: middle;
  font-weight: 700;
}
table.calendar th .date, table.calendar td .date {
  display: inline-block;
  width: 32px;
  height: 32px;
  padding: 2px;
  line-height: 28px;
  border-radius: 16px;
  font-weight: 400;
  color: #38363b;
  box-sizing: border-box;
}
table.calendar th .date.mood-None, table.calendar td .date.mood-None {
  background: #eff0f4;
  color: #727983;
  font-weight: 700;
}
table.calendar th.other-month, table.calendar td.other-month {
  background: #eff0f4;
}
table.calendar th.other-month span, table.calendar td.other-month span {
  color: #727983;
}
table.calendar th .chart, table.calendar td .chart {
  margin: 10px 0 0;
  text-align: left;
  font-size: 12px;
}
table.calendar th .chart .wrapper, table.calendar td .chart .wrapper {
  margin-bottom: 2px;
}
table.calendar th .chart .wrapper .percent-meter, table.calendar th .chart .wrapper .percent-bg, table.calendar td .chart .wrapper .percent-meter, table.calendar td .chart .wrapper .percent-bg {
  height: 18px;
  text-align: right;
}
table.calendar th .chart .wrapper .percent-meter .value-label, table.calendar th .chart .wrapper .percent-bg .value-label, table.calendar td .chart .wrapper .percent-meter .value-label, table.calendar td .chart .wrapper .percent-bg .value-label {
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.3) 0 0 2px;
  padding: 0 2px;
  opacity: 1;
  transition: all 0.2s;
}
table.calendar tr:hover .chart .wrapper .percent-meter .value-label {
  opacity: 1;
}

.calendar td.selected {
  padding: 1px;
}

.calendar td div.selected {
  display: block;
  border: 1px solid #238bb0;
  border-radius: 3px;
  padding: 6px;
}

.calendar td .date.mood-1, .calendar td .date.mood-2,
.calendar td .date.mood-3, .calendar td .date.mood-4,
.calendar td .date.mood-5, .calendar td .date.mood-6,
.calendar td .date.mood-7, .calendar td .date.mood-8,
.calendar td .date.mood-9 {
  font-weight: 700;
  color: #fff;
}

.calendar td .date.flow-1:before {
  content: " ";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  float: left;
  background: #f760b5;
  position: relative;
  top: 6px;
}
.calendar td .date.flow-1:after {
  content: " ";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  float: left;
  background: #f760b5;
  position: relative;
  top: -12px;
}
.calendar td .date.flow-2 {
  background: #f3b3f7;
}
.calendar td .date.flow-3 {
  background: #f883e1;
}
.calendar td .date.flow-4 {
  background: #f760b5;
}

.row.stat-items .center {
  min-height: 72px;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .row.stat-items .center {
    clear: both;
    min-height: auto;
    text-align: left;
  }
  .row.stat-items .center h5 {
    float: left;
    text-align: left;
    padding-right: 5px;
    width: 50%;
    margin-bottom: 0;
    line-height: 20px;
  }
  .row.stat-items .center p {
    float: left;
    width: 50%;
  }
  .row.stat-items .center .custom-tags {
    margin-top: 5px;
    clear: both;
  }
  .row.stat-items .center.loading {
    display: block;
  }
  .row.stat-items .center.loading .meta {
    text-align: center;
    float: none;
    width: 100%;
  }
}

p.large, li.large {
  font-size: 16px;
  line-height: 24px;
}

.mood .box-header-action-right {
  border-radius: 0 14px 0 0;
  color: #238bb0;
  margin: -16px -16px 0 0;
}

.box:hover .mood a.box-header-action-right {
  background: #238bb0;
}

.mood-meta {
  font-size: 16px;
}

.mood-meta .fa {
  color: #6f7680;
}

textarea#id_note {
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 1.1em;
}

.pieLabel {
  line-height: 12px;
  font-weight: 600;
}

#mood-averages .weekday-0 {
  border-right-color: #ecedf4;
}

/*

.pieLabel > div {
    font-weight: 600;
    color: #fff !important;
    line-height: 12px;
}
*/
#graph-month-hidden {
  display: none;
}

.box.banner.with-inner .box-inner {
  border-radius: 14px;
}
.box.banner.with-inner .box-inner .value {
  font-size: 1.2em;
}

#save-as.loading:after {
  content: " (loading...)";
}

/*** MY VARIABLES ***/
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.spin {
  animation: spin 3s infinite;
}

@keyframes bounce {
  0% {
    transform: translateX(0) translateY(0);
  }
  50% {
    transform: translateX(-6px);
  }
  100% {
    transform: translateX(0px);
  }
}
.bounce {
  animation-name: bounce;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

/**** BOOTSTRAP ****/
/**** PAGE LAYOUT ****/
header {
  background: #333a45; /* #79d3ed; */
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
header.public {
  padding: 15px 0;
  margin-bottom: 30px;
}
header + section.container {
  margin-top: 100px;
}
header + main {
  margin-top: 70px;
}
header h1 {
  letter-spacing: -0.01em;
  font-size: 26px;
  margin: 0;
  float: left;
  line-height: 56px;
  height: 70px;
  padding: 5px 0;
  margin-right: 25px;
  font-weight: 200;
  color: #eff0f4;
}
@media (max-width: 1399px) {
  header h1 {
    margin-right: 15px;
  }
}
header h1 a:link, header h1 a:visited, header h1 a:active {
  color: #eff0f4;
}
header h1 a:hover {
  color: #fff;
}
header h1:after {
  font-size: 12px;
  line-height: 32px;
  letter-spacing: normal;
  text-transform: uppercase;
  vertical-align: top;
  opacity: 0.25;
  position: absolute;
  transition: 0.3s all;
}
header.public h1 {
  font-size: 38px;
}

#top-nav, #page-header {
  background: #444b57; /* url("/static/img/bg/noise.png") repeat; */
  margin-top: 70px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 1px 2px;
}

#page-header {
  margin-bottom: 30px;
}

.nav {
  margin: 0;
}
.nav > li > a:focus, .nav .nav > li > a:active {
  background: none;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background: #292f37;
}

section#messages + section#main {
  margin-top: 0;
}

.alert .close:link {
  opacity: 0.6;
  color: #000;
  text-decoration: none;
}

#top-nav .nav {
  margin: 0;
}
#top-nav .nav > li > a {
  margin: 0;
  padding: 13px 10px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  border-radius: 0;
  min-width: 150px;
  height: 46px;
  text-align: center;
  color: #6f7680;
  transition: 0.3s background-color, 0.3s color; /* */
}
#top-nav .nav > li.active > a, #top-nav .nav > li.active > a:hover, #top-nav .nav > li.active > a:focus {
  background: #444b57;
  font-weight: 700;
  color: #eff0f4;
  padding-bottom: 12px;
}
#top-nav .nav > li.active > a .ico, #top-nav .nav > li.active > a:hover .ico, #top-nav .nav > li.active > a:focus .ico {
  color: #eff0f4;
}
#top-nav .nav > li > a:hover, #top-nav .nav > li > a:focus, #top-nav .nav > li > a:active {
  color: #eff0f4;
  background: #3b414c;
  -moz-transition: 0.3s background-color, 0.3s color;
  transition: 0.3s background-color, 0.3s color; /* */
}
#top-nav li > a .ico {
  display: inline-block;
  margin-right: 5px;
  line-height: 18px;
}
#top-nav li.active .ico {
  color: #6f7680;
}
#top-nav #nav-add {
  float: right;
  height: 46px;
  line-height: 16px;
  padding: 14px 28px;
  color: #6f7680;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  transition: 0.3s background-color, 0.3s color; /* */
}
#top-nav #nav-add:hover {
  color: #eff0f4;
  background: #3d444e;
  transition: 0.3s background-color, 0.3s color; /* */
}
#top-nav #subnav {
  background: #444b57;
  border-top: 1px solid #333a45;
}
#top-nav #subnav .nav {
  margin: 10px 0;
  display: block;
}
#top-nav #subnav .nav > li > a {
  line-height: 16px;
  font-size: 16px;
  padding: 12px 16px;
  min-width: 0;
  height: auto;
  text-align: left;
  color: #b2b6bc;
}
#top-nav #subnav .nav > li > a .caret {
  border-top-color: #979da5;
  border-bottom-color: #979da5;
}
#top-nav #subnav .nav > li.active > a, #top-nav #subnav .nav > li.active > a:hover, #top-nav #subnav .nav > li.active > a:focus {
  background: #444b57;
  font-weight: 700;
  color: #fff;
  height: auto;
  line-height: 16px;
  border-bottom: none;
}
#top-nav #subnav .nav > li.active > a .ico, #top-nav #subnav .nav > li.active > a:hover .ico, #top-nav #subnav .nav > li.active > a:focus .ico {
  color: #fff;
}
#top-nav #subnav .nav > li.active > a .caret, #top-nav #subnav .nav > li.active > a:hover .caret, #top-nav #subnav .nav > li.active > a:focus .caret {
  border-top-color: #00a3c6;
  border-bottom-color: #00a3c6;
}
#top-nav #subnav .nav > li > a:hover, #top-nav #subnav .nav > li > a:focus, #top-nav #subnav .nav > li > a:active {
  color: #fff;
  background: #444b57;
  -moz-transition: 0.3s background-color, 0.3s color;
  transition: 0.3s background-color, 0.3s color; /* */
}
#top-nav #subnav .nav .dropdown-menu {
  border-radius: 0 0 6px 6px;
  padding: 0 0;
  margin-top: -1px;
  right: -1px;
  left: -1px;
  max-height: 50vh;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  #top-nav #subnav .nav > li {
    display: inline-block;
    float: none;
  }
  #top-nav #subnav .nav > li > a {
    font-size: 14px;
  }
}

#main-nav {
  display: flex;
}
#main-nav .nav {
  flex: 1;
  display: flex;
}
#main-nav .nav > li > a {
  margin: 0;
  padding: 26px 15px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  border-radius: 0;
  min-width: 60px;
  text-align: center;
  color: #6f7680;
  transition: 0.3s background-color, 0.3s color, 0.1s border-width, 0.3s width; /* */
  height: 70px;
}
#main-nav .nav > li.active > a, #main-nav .nav > li.active > a:hover, #main-nav .nav > li.active > a:focus {
  background: #292f37;
  font-weight: 700;
  color: #eff0f4;
}
#main-nav .nav > li > a:hover, #main-nav .nav > li > a:focus, #main-nav .nav > li > a:active {
  color: #eff0f4;
  background: #2D343E;
  -moz-transition: 0.3s background-color, 0.3s color, 0.1s border-width;
  transition: 0.3s background-color, 0.3s color, 0.1s border-width, 0.3s width;
}
#main-nav li > a .ico {
  text-align: center;
  margin-right: 5px;
}
#main-nav li > a .ico:last-child {
  margin-right: 0;
}
#main-nav li.active .ico {
  display: inline-block;
  color: #ff6767;
}

#attributes .box-menu {
  max-height: 295px;
  overflow-y: auto;
}

#search-box {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10001;
}
#search-box > .box {
  position: fixed;
  top: 10vh;
  left: calc(50vw - 250px);
  bottom: 15vh;
  right: calc(50vw - 250px);
  height: auto;
  z-index: 10001;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 8px;
  overflow: hidden;
  background: #eff0f4;
}
@media (max-width: 991px) {
  #search-box > .box {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 0;
    margin-bottom: 0;
  }
}
#search-box > .box nav h4 {
  font-size: 14px;
  line-height: 18px;
  padding: 6px 0 6px 15px;
}
@media (max-width: 991px) {
  #search-box > .box nav h4 {
    border-radius: 0;
  }
}
#search-box > .box nav h4 button {
  float: right;
  padding: 0 10px;
  margin: 0;
  border: 0;
  background: transparent;
  color: #fff;
}
#search-box > .box .control {
  background: #fff;
  display: block;
  border-bottom: 1px solid #D2D4DE;
  padding: 3px 0 0 15px;
}
#search-box > .box .control .ico {
  display: block;
  float: left;
  margin-right: 5px;
  margin-top: 10px;
  color: #00a3c6;
}
#search-box > .box .control #search-clear {
  background: #fff;
  border: none;
  padding: 0;
}
#search-box > .box .control #search-clear .ico {
  float: none;
  margin: 0;
  color: #727983;
}
#search-box > .box .control input {
  width: calc(100% - 53px);
  border: none;
  border-radius: 0;
  background: #fff;
  font-size: 18px;
  line-height: 28px;
  outline: none;
}
#search-box > .box .control input:focus {
  outline: none;
}
#search-box > .box #search-results {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  overflow: auto;
  bottom: 0;
}
#search-box > .box #search-results .search-info {
  padding: 30px 30px 0;
  color: #727983;
  text-align: center;
}
#search-box > .box #search-results .answer {
  margin: 10px 15px;
  border-radius: 14px;
}
#search-box > .box #search-results .answer p:last-child {
  margin-bottom: 0;
}
#search-box > .box .autocomplete-suggestions {
  position: relative !important;
  top: 0 !important;
  width: auto !important;
  color: #38363b;
}
@media (max-width: 991px) {
  #search-box > .box .autocomplete-suggestions {
    left: 0 !important;
    right: 0 !important;
    margin-left: 0;
  }
}
#search-box > .box .autocomplete-suggestions .autocomplete-group {
  text-transform: uppercase;
  font-weight: 300;
  color: #eff0f4;
  background: #ffffff;
  padding: 3px 15px;
  font-size: 12px;
}
#search-box > .box .autocomplete-suggestions .autocomplete-suggestion {
  cursor: pointer;
  background: #fff;
  color: #38363b;
  padding: 0;
  border-bottom: 1px solid #ecedf4;
  transition: 0s all;
  font-size: 16px;
  display: flex;
  flex-direction: row;
}
#search-box > .box .autocomplete-suggestions .autocomplete-suggestion .ico {
  display: block;
  flex: 1;
  padding: 15px;
  color: #727983;
  text-align: center;
}
#search-box > .box .autocomplete-suggestions .autocomplete-suggestion .content {
  flex: 100;
  padding: 0 0 6px;
}
#search-box > .box .autocomplete-suggestions .autocomplete-suggestion .title {
  padding-top: 6px;
  display: block;
  font-weight: 700;
}
#search-box > .box .autocomplete-suggestions .autocomplete-suggestion .title .tag {
  background: #ccccd2;
  padding: 0 6px;
  border-radius: 20px;
}
#search-box > .box .autocomplete-suggestions .autocomplete-suggestion .category {
  text-transform: uppercase;
  color: #727983;
  font-size: 11px;
  line-height: 18px;
  display: block;
}
#search-box > .box .autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected {
  background: #009ed6;
  border-bottom: 1px solid #ecedf4;
}
#search-box > .box .autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected .title {
  color: #fff;
}
#search-box > .box .autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected .title .tag {
  color: #38363b;
}
#search-box > .box .autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected .ico {
  color: #fff;
}
#search-box > .box .autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected .category {
  color: #eff0f4;
}
#search-box > .box .autocomplete-suggestions .autocomplete-suggestion:first-child {
  border-top: none;
}

.search {
  padding: 19px 15px;
  float: left;
}
@media (max-width: 991px) {
  .search {
    padding: 19px 10px;
  }
}
.search .control {
  background: #eff0f4;
  color: #38363b;
  padding: 1px 6px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px;
  border: 1px solid #eff0f4;
  border-top: 1px solid #fff;
  transition: all 0.3s;
  height: 32px;
}
.search .control .ico {
  display: block;
  float: left;
  margin: 6px 5px 0 0;
  font-size: 1.3em;
  transition: all 0.3s;
  color: #727983;
}
.search .control .ico svg {
  height: 18px;
  width: 18px;
}
.search .control .ico path {
  fill: #727983;
}
.search .control.focus {
  border-color: #fff;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.7) 0 1px 3px;
}
.search .control.focus .ico {
  color: #009ed6;
}
.search .control.focus .ico path {
  fill: #009ed6;
}
.search .control input {
  font-size: 14px;
  width: 120px;
  border-radius: 0;
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  color: #727983;
}
@media (max-width: 991px) {
  .search .control input {
    display: none;
  }
}
.search .control input:focus {
  color: #38363b;
}

.nav-pills > li + li {
  margin: 0;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background: #292f37;
}

.dropdown-menu .item {
  padding: 5px 15px;
  font-weight: 400;
  border-bottom: 1px solid #ecedf4;
}
@media (max-width: 991px) {
  .dropdown-menu .item {
    font-size: 13px;
  }
  .dropdown-menu .item .content img {
    max-height: 40px;
  }
  .dropdown-menu .item p {
    font-size: 13px;
  }
}
.dropdown-menu .item .meta {
  margin-left: 10px;
}
.dropdown-menu .item p:last-child {
  margin-bottom: 0;
}
.dropdown-menu .item h4 {
  margin-top: 0;
}
.dropdown-menu .item .icon {
  color: #ff6767;
  padding-top: 5px;
}
.dropdown-menu .item .content {
  margin-left: 40px;
}
.dropdown-menu .box-action {
  display: block;
  padding: 8px 15px;
  border-top: 1px solid #ecedf4;
}
.dropdown-menu a.box-action:link, .dropdown-menu a.box-action:visited, .dropdown-menu a.box-action:active {
  font-weight: 700;
}
.dropdown-menu a.box-action:hover, .dropdown-menu a.box-action.selected {
  background: #00a3c6;
  color: #eff0f4;
}
.dropdown-menu a.box-action .ico {
  float: left;
  line-height: 20px;
  opacity: 0.5;
  /*width:16px; */
  text-align: center;
  margin-right: 5px;
}
.dropdown-menu a.box-action span {
  display: block;
  margin-left: 27px;
}

nav#user {
  float: right;
  font-size: 12px;
  font-weight: 700;
}
nav#user .nav .warning {
  color: #f13e3e;
}
nav#user .dropdown-menu {
  color: #222;
  width: 220px;
  border-radius: 0 0 14px 14px;
  overflow: hidden;
  padding: 0 0;
  margin-top: -1px;
  right: -1px;
}
nav#user .dropdown-menu.wide {
  width: 310px;
}
@media (max-width: 991px) {
  nav#user .dropdown-menu {
    max-height: 80vh;
    overflow-y: scroll;
  }
}
nav#user .nav {
  float: left;
}
nav#user .nav > li > a {
  height: 70px;
  line-height: 32px;
  padding: 18px 12px;
  margin: 0;
  border-radius: 0;
}
nav#user .nav > li > a:hover {
  background: #2D343E;
}
nav#user a.action {
  color: #6f7680;
}
nav#user a.user-activity.unread .unread-count {
  background: #ff6767;
  color: #fff;
  border-radius: 10px;
  line-height: 12px;
  width: 12px;
  height: 12px;
  display: block;
  float: right;
  margin-left: 1px;
  text-align: center;
}
nav#user a.action.search-action .fake-search {
  display: inline-block;
  border-bottom: 1px solid #727983;
  cursor: text;
  text-transform: none;
  font-weight: 400;
  padding: 0 4px;
  margin-left: 3px;
  transition: 0.3s all;
  width: 200px;
  line-height: 1.8em;
}
@media (max-width: 991px) {
  nav#user a.action.search-action .fake-search {
    display: none;
  }
}
nav#user a.action.search-action:hover {
  background: #333a45;
}
@media (max-width: 991px) {
  nav#user a.action.search-action:hover {
    background: #2D343E;
  }
}
nav#user a.action.search-action:hover .fake-search {
  border-bottom-color: #9aa0a7;
}

nav .menu-count {
  padding-left: 5px;
  color: #00a3c6;
}

.sub-tabs li {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
}
.sub-tabs li a {
  display: block;
  padding: 0;
  line-height: 40px;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  outline: none;
}
.sub-tabs li a:hover {
  background: none;
}
.sub-tabs li.right {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.sub-tabs li.active a {
  color: #727983;
  cursor: default;
}

section {
  margin-top: 30px;
}

main {
  flex: 1 1 auto;
}
main section:first-child {
  margin-top: 30px;
}

footer {
  margin-top: 30px;
  background: #444b57;
  color: #cccee1;
  padding: 15px 0;
  font-size: 13px;
  line-height: 16px;
}
footer h5 {
  font-weight: 700;
}
footer p i.fa-heart {
  transition: 1s color;
}
footer p:hover i.fa-heart {
  color: #ffcdcd;
  transition: 2s color;
}
footer a:link, footer a:visited, footer a:active {
  color: #00cdf9;
}
footer a:hover {
  color: #0abfff;
}
footer hr {
  width: 30%;
  margin: 5px auto 10px;
  border-top-color: #D2D4DE;
  border-bottom-color: #fff;
}

#index main {
  margin-bottom: -15px;
}

footer p, #index footer p, #blog footer p {
  font-size: 13px;
  margin-bottom: 2px;
}

#contact-box {
  position: absolute;
  right: 20px;
  bottom: 0;
  height: 620px;
  width: 450px;
  z-index: 10000;
  box-shadow: rgba(0, 0, 0, 0.4) 0 2px 10px;
  overflow: hidden;
}
#contact-box .box-inner {
  height: 595px;
  width: 450px;
  overflow-x: hidden;
  overflow-y: auto;
  color: #38363b;
}
#contact-box .close {
  color: #eff0f4;
}

hr {
  border-top-color: #D2D4DE;
  border-bottom-color: #fff;
}
hr.discreet {
  border-top-color: #eff0f4;
  margin: 5px 0;
}

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th,
.table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
  padding: 8px 4px;
}

table.table thead > tr > th, table.table tbody > tr > th, table.table tfoot > tr > th,
table.table thead > tr > td, table.table tbody > tr > td, table.table tfoot > tr > td {
  border-color: #ecedf4;
}
table.table thead > tr > th {
  border: none;
}
table.table th, table.table .table-min th {
  font-weight: 300;
  color: #727983;
  text-transform: uppercase;
  border-bottom: 1px solid #ecedf4;
}
table.table th.filled, table.table td.filled, table.table .filled {
  background: #ecedf4;
}
table.table td ul {
  margin: 0;
}
table.table td li {
  margin: 0;
  padding: 0;
}
table.table td .table-min {
  border-top: none;
}
table.table td > .table-min td, table.table td > .table-min th {
  border-bottom: none;
}
table.table-min {
  width: 100%;
}
table.table-min td, table.table-min > tbody > tr > td, table.table-min > tr > td {
  padding: 4px 2px;
  vertical-align: top;
}
table.table-min th, table.table-min.side-header td {
  padding: 4px 2px;
  border-bottom: none;
  vertical-align: top;
}
table.table-tiny td, table.table-tiny > tbody > tr > td, table.table-tiny > tr > td {
  padding: 2px 2px;
  vertical-align: top;
}
table.table-tiny th, table.table-tiny.side-header td {
  padding: 2px 2px;
  border-bottom: none;
  vertical-align: top;
}
table td .form-group .controls, table .form-group.short {
  margin: 0;
}
table.table-striped > tbody > tr:nth-child(2n+1) > td, table.table-striped > tbody > tr:nth-child(2n+1) > th {
  background: #ecedf4;
}
table.table-hover > tbody > tr:hover > td, table .table-hover > tbody > tr:hover > th {
  background: #ecedf4;
}
table th.right {
  text-align: right;
}
table.table-landscape tr:first-child td, table.table-landscape tr:first-child th {
  border-top: none;
}
table.table-landscape th {
  border-bottom: none;
}
table.table-unlined tbody > tr > th, table.table-unlined tbody > tr > td {
  border: none;
}

#dashboard .box {
  transition: all 0.3s ease-out;
}
#dashboard .box.pop-in {
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  filter: blur(0px);
}
#dashboard .box:hover {
  box-shadow: rgba(125, 130, 145, 0.75) 0 2px 10px;
}
#dashboard .insight .number {
  position: relative;
  transition: all 0.8s ease-out;
  left: 0;
  top: 0;
  opacity: 1;
}
#dashboard .insight .box.pop-in .number {
  position: relative;
  transition: all 0.8s ease-out;
  left: 0;
  top: 40px;
  opacity: 0.5;
}
#dashboard #graph-settings input + span {
  font-weight: normal;
}
#dashboard #graph-settings input[checked=checked] + span {
  font-weight: 700;
}

@media (max-width: 991px) {
  #today .today-secondary {
    display: block;
    line-height: 30px;
  }
}

#today-feature {
  padding: 30px 0 0;
}
@media (max-width: 991px) {
  #today-feature h4 {
    margin-top: 15px;
  }
}
#today-feature .box-inner {
  padding: 20px 30px 15px;
}
@media (max-width: 991px) {
  #today-feature .box-inner {
    padding: 10px 15px;
  }
}
#today-feature .insight-wrapper {
  padding: 10px 0 0;
}
#today-feature .insight-wrapper .ico {
  float: left;
  padding-top: 7px;
  color: #9aa0a7;
}
#today-feature .insight-wrapper:last-child {
  border-bottom: none;
}
#today-feature .insight-wrapper:last-child .insight {
  border-bottom: none;
}
#today-feature .insight-wrapper .insight {
  margin-left: 35px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ecedf4;
}
#today-feature .insight-wrapper.insight-small .insight {
  margin-left: 28px;
}
#today-feature .insight-wrapper.insight-small .ico {
  padding-top: 3px;
}

.mobile main section:first-child {
  margin-top: 10px;
}
.mobile main .box {
  margin-bottom: 15px;
}
.mobile main h4.box-header, .mobile main h4 {
  font-weight: 700;
  color: #38363b;
  background: #fff;
  font-size: 14px;
  letter-spacing: 0;
}
.mobile main h4.box-header.divider, .mobile main h4.divider {
  border-bottom: none;
}

/*** MY VARIABLES ***/
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.spin {
  animation: spin 3s infinite;
}

@keyframes bounce {
  0% {
    transform: translateX(0) translateY(0);
  }
  50% {
    transform: translateX(-6px);
  }
  100% {
    transform: translateX(0px);
  }
}
.bounce {
  animation-name: bounce;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

/**** BOOTSTRAP ****/
/**** PUBLIC ****/
#index p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
}

#index li {
  font-size: 16px;
  line-height: 22px;
}

#index section li {
  margin-bottom: 15px;
}

#index p.large, #index li.large {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 25px;
}

#index li.large {
  list-style: none;
  font-style: italic;
  margin-bottom: 10px;
}

#index h3 {
  font-size: 26px;
  margin: 0 0 10px;
  text-transform: none;
}

#index #signup-box, #backer-signup {
  margin-top: 30px;
  text-align: center;
}

#index #signup-box .box-header {
  background: #238BB0;
  color: #eff0f4;
}

#index .row-break {
  margin-top: 60px;
}

#index #hero {
  background: #fff;
  margin-top: -30px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 80px);
  overflow: hidden;
  position: relative;
}
#index #hero .scalecircle {
  border-radius: 26vw;
  position: absolute;
  top: calc(45vh - 13vw);
  left: 37vw;
  width: 26vw;
  height: 26vw;
  border: 5px solid #aaa;
  animation: scale 4s ease-in-out infinite;
}
#index #hero .tagline {
  background: #fff;
}

@keyframes scale {
  0% {
    transform: scale(1.2, 1.2);
    opacity: 0.1;
  }
  5% {
    opacity: 1;
  }
  75% {
    transform: scale(0.12, 0.12);
    opacity: 0.3;
  }
  100% {
    transform: scale(0.12, 0.12);
    opacity: 0;
  }
}
#index #landing-dashboard {
  position: relative;
  width: 100%;
  margin-bottom: 45px;
}
#index #landing-dashboard .tag {
  background: #f0f0f0;
  color: rgba(0, 0, 0, 0.6);
  position: absolute;
  font-size: calc(10px + 0.4vw);
  line-height: calc(14px + 0.4vw);
  height: calc(22px + 0.4vw);
}
#index #landing-dashboard #tag1 {
  top: 1vh;
  left: 30vw;
  background: #e1fff3;
  animation: float1 3s ease-in-out infinite;
}
#index #landing-dashboard #tag2 {
  top: 5vh;
  left: 15vw;
  background: #faffe0;
  animation: float2 3s ease-in-out infinite;
}
#index #landing-dashboard #tag3 {
  top: 15vh;
  left: 19vw;
  background: #e1f7ff;
  animation: float3 2.7s ease-in-out infinite;
}
#index #landing-dashboard #tag4 {
  top: 25vh;
  left: 23vw;
  background: #fde0ff;
  animation: float1 3.1s ease-in-out infinite;
}
#index #landing-dashboard #tag5 {
  top: 50vh;
  left: 24vw;
  background: #fde0ff;
  animation: float2 2.7s ease-in-out infinite;
}
#index #landing-dashboard #tag6 {
  top: 35vh;
  left: 19vw;
  background: #e1f7ff;
  animation: float1 3s ease-in-out infinite;
}
#index #landing-dashboard #tag7 {
  top: 10vh;
  right: 20vw;
  background: #e0e5ff;
  animation: float3 2.8s ease-in-out infinite;
}
#index #landing-dashboard #tag8 {
  top: 38vh;
  right: 26vw;
  background: #e1f7ff;
  animation: float1 2.7s ease-in-out infinite;
}
#index #landing-dashboard #tag9 {
  top: 31vh;
  right: 18vw;
  background: #ffe0e5;
  animation: float2 2.8s ease-in-out infinite;
}
#index #landing-dashboard #tag10 {
  top: 50vh;
  right: 20vw;
  background: #faffe0;
  animation: float3 2.7s ease-in-out infinite;
}
#index #landing-dashboard #tag11 {
  top: 5vh;
  right: 26vw;
  background: #ffe0e0;
  animation: float1 2.4s ease-in-out infinite;
}
#index #landing-dashboard #tag12 {
  top: 20vh;
  right: 25vw;
  background: #fff3e0;
  animation: float2 3.1s ease-in-out infinite;
}
#index #landing-dashboard #tag13 {
  top: 0vh;
  left: 50vw;
  background: #fff3e0;
  animation: float3 2.3s ease-in-out infinite;
}
#index #landing-dashboard #tag14 {
  top: 11vh;
  left: 8vw;
  background: #fff8e0;
  animation: float1 3s ease-in-out infinite;
}
#index #landing-dashboard #tag15 {
  top: 28vh;
  left: 10vw;
  background: #ffe0eb;
  animation: float2 2.4s ease-in-out infinite;
}
#index #landing-dashboard #tag16 {
  top: 42vh;
  left: 8vw;
  background: #ffe0e0;
  animation: float3 3.1s ease-in-out infinite;
}
#index #landing-dashboard #tag17 {
  top: 7vh;
  right: 5vw;
  background: #fde0ff;
  animation: float1 2.9s ease-in-out infinite;
}
#index #landing-dashboard #tag18 {
  top: 16vh;
  right: 7vw;
  background: #fff8e0;
  animation: float2 3.1s ease-in-out infinite;
}
#index #landing-dashboard #tag19 {
  top: 26vh;
  right: 6vw;
  background: #e1fff3;
  animation: float3 3s ease-in-out infinite;
}
#index #landing-dashboard #tag20 {
  top: 43vh;
  right: 9vw;
  background: #edffe0;
  animation: float1 2.5s ease-in-out infinite;
}

@keyframes float1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes float2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes float3 {
  33% {
    transform: translateY(-2px);
  }
  83% {
    transform: translateY(1px);
  }
}
#index #landing-svg {
  position: relative;
  z-index: 100;
  max-height: 60vh;
  margin: 40px auto 0;
}

#index #landing-dashboard .col-md-4 {
  padding-top: 55px;
  padding-bottom: 30px;
}

#index #landing-dashboard .col-md-4:first-child {
  padding-top: 0;
}

#index .intro {
  width: 450px;
  margin: 0 auto 60px;
}

#index .tagline {
  color: #727983; /* #009ED6; */
  font-size: 30px;
  font-weight: 300;
  line-height: 34px;
  margin-bottom: 45px;
}

#index .typing {
  display: inline-block;
  font-weight: normal;
  color: #009ed6;
  border-bottom: 3px solid #D2D4DE;
  width: 11em;
  height: 1.4em;
  vertical-align: text-bottom;
}

#index .feature-points {
  width: 480px;
  margin: 60px auto 60px;
}

#index header {
  position: inherit;
}

#index section.container {
  margin-top: 30px;
}

#index #signup-box p, #backer-signup p {
  font-size: 18px;
  line-height: 24px;
}

#index #signup-box input {
  font-size: 18px;
  line-height: 26px;
  height: 32px;
}

#index #signup-box button, #backer-signup button {
  font-size: 20px;
  line-height: 28px;
}

#index .box .screenshot-wrapper {
  text-align: center;
  background: #fff;
}

#index .logos img {
  border: 10px solid #ecedf4;
}

.backer-header {
  margin-bottom: 30px;
}

.founder {
  display: inline-block;
  font-size: 14px;
  width: 200px;
  margin-bottom: 10px;
}

.founder-link {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.founder .avatar {
  float: left;
  margin-right: 10px;
}

h4 + .progress-wrapper {
  margin-top: 15px;
}

.progress-wrapper {
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 1px 2px #D2D4DE;
  padding: 3px;
  margin-bottom: 15px;
  height: 66px;
  line-height: 60px;
  color: #999DA5;
  font-size: 18px;
  font-weight: 400;
  overflow: hidden;
}

.progress-empty {
  text-align: center;
}

.progress-inner {
  background-color: #49cb96;
  color: #fff;
  height: 60px;
  border-radius: 2px;
  min-width: 40px;
  line-height: 48px;
  padding: 5px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  float: left;
  overflow: hidden;
}

#backer-signup h4 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  border-bottom: 1px solid #30946b;
}

#backer-signup p.center {
  margin-bottom: 0;
}

#backer-signup .price {
  font-size: 16px;
  text-align: center;
  background: #3bb986;
  color: #fff;
}

#backer-signup .price .row > div:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

#backer-signup .price span {
  font-size: 28px;
}

#backer-signup .currencies img {
  display: inline-block;
  margin-left: 10px;
}

#backer-signup .currencies img:first-child {
  margin-left: 0;
}

#index #device-fitbit {
  max-width: 75%;
  margin: 80px auto 0;
}

#index #more {
  background: #1e9ec3;
  margin-bottom: -30px;
  padding: 15px 0;
  color: #eff0f4;
  margin-top: 45px;
}

#index #more h3 {
  color: #fff;
}

#index #more p.large:last-child {
  margin-bottom: 15px;
}

#index #more .button {
  background: #007ba7;
  box-shadow: none;
}

#index #more .button:hover {
  background: #006c92;
  color: #fff;
}

img#insight-phone {
  width: 360px;
  max-width: 100%;
  padding-top: 15px;
}
@media (max-width: 991px) {
  img#insight-phone {
    padding-top: 0;
  }
}

span.smallcaps {
  text-transform: uppercase;
  font-size: 0.85em;
}

#index .feature-points .fa {
  color: #3BB986;
}

#index .avlbl-service {
  display: block;
  padding: 15px 20px;
  margin: 0 0 15px;
  border: 3px solid #fff;
  text-align: center;
  color: #2d343e;
  font-weight: 600;
  outline: none;
}

#index .avlbl-service img {
  background: #ecedf4;
  display: block;
  margin: 0 auto 5px;
}

#index .avlbl-service.selected {
  border-color: #009ed6;
}

#index .group .box-header {
  background: #fff;
  color: #727983;
  font-weight: 600;
  letter-spacing: normal;
  border-bottom: 1px solid #eff0f4;
  transition: all 0.3s;
}

#index .group .box-header .fa {
  opacity: 0;
  transition: all 0.3s;
}

#index .group.selected .box-header {
  color: #fff;
  font-weight: 600;
  background: #49CB96;
}

#index .group.selected .box-header .fa {
  opacity: 1;
}

#index .attributes {
  list-style: none;
  padding: 0;
  margin: 0;
}

#index .attributes li {
  color: #888;
  font-size: 14px;
  margin: 4px 0;
  transition: all 0.3s;
}

#index .attributes li.selected {
  color: #2d343e;
  font-weight: 600;
}

#index .attributes li:last-child {
  margin-bottom: 0;
}

#index .container-fluid .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#index .progress-outer {
  border: 1px solid #fff;
  box-shadow: #6f7680 0 0 1px;
  background: url("../png/progress_chunked.png") repeat-y;
  background-size: 100%;
  padding: 0px;
  margin-bottom: 5px;
}

#index #progress {
  background: #fff;
  height: 10px;
  margin: 0 0 0 auto;
}

@media (max-width: 767px) {
  #index .tagline {
    font-size: 20px;
    line-height: 24px;
  }
  #index .tagline .typing {
    vertical-align: middle;
    height: 32px;
    margin: 10px 0;
  }
}
@media (max-width: 380px) {
  #index h3 {
    line-height: 28px;
  }
  .averagegraph tr td:last-child {
    display: none;
  }
}
@-webkit-keyframes heart-glow {
  0% {
    color: #999DA5;
  }
  50% {
    color: #FF8888;
  }
  100% {
    color: #999DA5;
  }
}
@-moz-keyframes heart-glow {
  0% {
    color: #999DA5;
  }
  50% {
    color: #FF8888;
  }
  100% {
    color: #999DA5;
  }
}
@-o-keyframes heart-glow {
  0% {
    color: #999DA5;
  }
  50% {
    color: #FF8888;
  }
  100% {
    color: #999DA5;
  }
}
@keyframes heart-glow {
  0% {
    color: #999DA5;
  }
  50% {
    color: #FF8888;
  }
  100% {
    color: #999DA5;
  }
}
#index footer .icon-heart {
  -webkit-animation: heart-glow 5s infinite; /* Safari 4+ */
  -moz-animation: heart-glow 5s infinite; /* Fx 5+ */
  -o-animation: heart-glow 5s infinite; /* Opera 12+ */
  animation: heart-glow 5s infinite; /* IE 10+ */
}

footer .fa-android {
  color: #b3c833;
}

footer .fa-apple {
  color: #fff;
}

#login h4.box-header {
  background: #238bb0;
  color: #fff;
}
#login .well .ico {
  float: left;
  margin-top: 2px;
  margin-left: -3px;
}
#login .well p {
  margin-left: 28px;
}
#login section#main {
  margin-top: 40px;
}
#login .asteriskField {
  display: none;
}
#login #username_validate {
  float: right;
  color: #727983;
}
#login #username_validate.success, #login #email_validate.success {
  color: #80c34f;
}
#login #username_validate.fail {
  color: #cf4747;
}
#login #email_validate, #login #password_validate, #login #password2_validate {
  float: right;
}
#login #email_validate .fa-warning {
  color: #cf4747;
}
#login #password_validate.success, #login #password2_validate.success {
  color: #80c34f;
}
#login #password_validate.fail, #login #password2_validate.fail {
  color: #cf4747;
}

/**** BLOG ****/
#blog header {
  position: inherit;
}

#blog h2 {
  font-weight: 400;
  margin-bottom: 15px;
}

#blog #main p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 22px;
}

#blog #main hr {
  margin: 30px 0;
}

#blog #main li {
  font-size: 18px;
  line-height: 28px;
}

#blog h6.meta {
  /* text-align: left; */
  text-transform: uppercase;
  margin-bottom: 15px;
}

#blog .meta-author {
  float: right;
  height: 48px;
  width: 48px;
  border-radius: 24px;
}

#blog h2 a:visited {
  color: #0f5770;
}

#blog section#main {
  background: #fff;
  margin-top: 0;
  padding-top: 30px;
  margin-bottom: 0;
}

#blog footer {
  margin-top: 0;
}

#blog blockquote {
  border-left-color: #addaea;
  color: #38363B;
  font-family: "Open Sans", Helvetica, sans-serif;
  padding: 5px 20px;
  margin: 15px 0 15px;
}

#blog blockquote p {
  font-weight: 400;
  font-style: italic;
}

#blog blockquote p:last-child {
  margin-bottom: 0;
}

#blog #main blockquote p:last-child {
  margin-bottom: 0;
}

#blog h3 {
  font-size: 22px;
  text-transform: none;
  line-height: 28px;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 700;
  word-wrap: break-word;
}

#blog h3:first-child {
  margin-top: 0;
}

#blog h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin-top: 30px;
  margin-bottom: 15px;
}

#blog article.post {
  margin-bottom: 30px;
}

#blog .box-header {
  font-size: 24px;
  line-height: 32px;
}

#blog .box-header.with-action {
  padding: 0;
}

#blog .box-inner h3:first-child {
  margin-top: 0;
}

#blog code, #blog pre {
  background: #e3e5ef;
  color: #238bb0;
  word-wrap: normal;
  white-space: pre;
  overflow-x: auto;
  border: none;
}

#blog pre.shell, #blog pre.shell code {
  background: #222;
}

#blog pre.shell code {
  color: #eff0f4;
}

#blog pre {
  margin-bottom: 22px;
}

#blog table.table th {
  font-weight: 700;
  text-transform: none;
}

#blog .table tbody > tr > td, #blog .table tbody > tr > th {
  border-color: #eff0f4;
  background: #fff;
}

#blog .cta {
  padding-top: 15px;
  border-top: 1px solid #eff0f4;
}

.review-page h3 span.full {
  display: inline-block;
}
.review-page h3 span.short {
  display: none;
}
@media (max-width: 769px) {
  .review-page h3 span.full {
    display: none;
  }
  .review-page h3 span.short {
    display: inline-block;
  }
}
.review-page .review-input {
  text-align: end;
  font-family: "Roboto Slab", Georgia, serif;
  margin-bottom: 10px;
}
.review-page input[type=time] {
  -webkit-appearance: none;
}
.review-page input::-webkit-date-and-time-value {
  text-align: end;
}
.review-page .review-input:invalid {
  border: 1px solid red;
}
.review-page .review-input.errored {
  border: 1px solid red;
}
.review-page #review-save {
  width: 150px;
}
.review-page #review-save-mini {
  border: none;
  margin-left: 10px;
}
.review-page #review-save-mini.button.green {
  padding: 4px 12px 6px;
}
.review-page #review-save-mini.text-only {
  background-color: transparent;
  margin-top: 20px;
  color: #727983;
}
.review-page #review-change-count {
  margin-right: 6px;
  font-size: 12px;
}
.review-page .review-label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  margin-top: 6px;
}
.review-page .scale-attribute .review-label {
  margin-top: 8px;
}
.review-page .percentage-attribute .review-label {
  margin-top: 16px;
}
@media (max-width: 480px) {
  .review-page .review-label {
    margin-top: 0;
  }
}
.review-page .percentage-attribute .inputs-container {
  display: flex;
  column-gap: 8px;
  align-items: center;
  margin-bottom: 10px;
}
.review-page .percentage-attribute .input-sign-group {
  flex: 1;
  display: flex;
  align-items: baseline;
  column-gap: 2px;
}
.review-page .percentage-attribute .number-field {
  margin-bottom: 0;
}
.review-page .irs--round {
  flex: 2;
}
.review-page .duration-attribute .inputs-container {
  margin-bottom: 10px;
  text-align: right;
}
.review-page .duration-attribute select {
  font-family: "Roboto Slab", Georgia, serif;
  display: inline;
  width: auto;
}
.review-page .scale-attribute .selected-value {
  font-weight: normal;
  display: inline-block;
  height: 32px;
  width: 32px;
  border-radius: 16px;
  padding: 0;
}
.review-page .scale-attribute .review-scale {
  line-height: 32px;
  text-align: center;
}
.review-page button.scale-button {
  padding: 0 6px;
  color: #727983;
  font-family: "Roboto Slab", Georgia, serif;
  border: none;
  background: none;
}
.review-page .scale-container {
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .review-page button.scale-button {
    padding: 0 6px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .review-page button.scale-button {
    padding: 0 3px;
  }
}

/**** BREAKPOINTS ****/
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.spin {
  display: inline-block;
}

#graph-month, #graph-weeks, #graph-months {
  overflow-x: auto;
  overflow-y: hidden;
}

@media (max-width: 1199px) {
  #graph-month.squaregraph h5 span.full {
    display: none;
  }
  #graph-month.squaregraph h5 span.short {
    display: inline-block;
  }
  #index #landing-dashboard #tracks {
    display: none;
  }
  #index #landing-dashboard .col-md-4 {
    padding-top: 20px;
  }
}
@media (max-width: 1005px) {
  #top-nav .nav > li > a {
    min-width: 120px;
  }
  #graph-month .square-label {
    display: none;
  }
  #graph-month.squaregraph h5 span.full {
    display: none;
  }
  #graph-month.squaregraph h5 span.short {
    display: inline-block;
  }
  .square {
    font-size: 10px;
  }
  #index #landing-dashboard .col-md-4:last-child {
    display: none;
  }
  .squaregraph .mood .value {
    font-size: 6px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    color: transparent;
  }
}
@media (max-width: 769px) {
  .squaregraph .goal-met::before {
    display: none;
  }
  body {
    padding: 0;
  }
  .container {
    margin: 0;
  }
  section.container {
    margin: 150px 0 0 0;
  }
  .box.with-inner .box-header, .box.with-inner .box-inner, .box.with-inner .box-divider, .box .box-action {
    padding-left: 10px;
    padding-right: 10px;
  }
  a.box-header-action-right {
    color: #fff;
    margin: -8px -10px;
  }
  .box .box-header.unpadded {
    padding: 0;
  }
  .box {
    padding: 10px;
  }
  nav .container {
    margin: 0;
  }
  #top-nav .nav > li > a {
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
  }
  #page-header {
    padding: 5px 0;
  }
  #page-header h2 {
    font-size: 24px;
    line-height: 26px;
  }
  #page-header .avatar {
    margin-top: 0;
  }
  .squaregraph {
    font-size: 10px;
    line-height: 14px;
  }
  .squaregraph h5 span.full {
    display: none;
  }
  .squaregraph h5 span.short {
    display: inline-block;
  }
  #nav-add {
    padding-left: 7px;
    padding-right: 7px;
  }
  #index section.container {
    margin-top: 30px;
    margin-right: 15px;
    margin-left: 15px;
  }
  #index .feature-points {
    width: auto;
  }
  #index #signup-box button {
    margin-top: 15px;
  }
  #main-nav .nav li > a {
    display: block;
    width: auto;
    padding-left: 12px;
    padding-right: 12px;
  }
  #main-nav .nav li > a .fa-lg {
    margin-right: 0;
  }
  #main-nav .nav li > a:hover {
    width: auto;
  }
  #main-nav .nav li > a > span:nth-child(2) {
    display: none;
  }
  #index #user ul li:nth-child(2) {
    display: none;
  }
  header + section.container {
    margin-top: 80px;
  }
  section.container {
    margin: 10px 0 0 0;
    padding: 0 15px 0;
  }
  .box-menu .row {
    margin: 0;
  }
  .box-menu .row div[class|=col] {
    padding: 0;
    font-size: 14px;
  }
  /*
  .service-meta {
      margin-bottom: 15px;
  } */
  #services .service-logo {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .service-connected {
    float: right;
    margin-top: 2px;
  }
  .chart-feature {
    float: none;
    margin-left: 0;
    margin-top: 0;
  }
  footer .footer-first {
    margin-bottom: 10px;
    border-bottom: 1px solid #333a45;
    padding-bottom: 10px;
  }
  .correlation .meta {
    font-size: 12px;
    float: none !important;
  }
  #index #landing-dashboard .col-md-4:first-child img {
    max-width: 300px;
    margin: 0 auto;
  }
  #index #landing-dashboard .col-md-4 {
    padding-top: 0;
    padding-bottom: 15px;
  }
  #index #landing-dashboard .col-md-4:last-child {
    display: none;
  }
  .chart.map {
    width: auto;
  }
  .chart.map img {
    left: 0;
  }
  .squaregraph .mood .value {
    font-size: 6px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    color: transparent;
  }
  #graph-mood .mood .value {
    height: 22px;
    width: 22px;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
  }
  .custom-graph .tag, .custom-graph .tag.small {
    padding: 1px 2px;
  }
  .custom-graph .tag .fa {
    display: none;
    color: transparent;
  }
  .row-label.custom {
    font-weight: 600;
    height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75px;
  }
  strong.row-label {
    display: block;
    font-weight: 600;
    height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75px;
  }
  .pull-right.xs-block {
    float: none !important;
  }
}
@media (max-width: 480px) {
  .banner {
    background-size: cover;
  }
  .banner h4 {
    font-size: 24px;
    line-height: 28px;
  }
  .banner p {
    font-size: 16px;
    line-height: 20px;
  }
  #blog #user ul li:nth-child(3) {
    display: block;
  }
  #main-nav .nav li > a {
    display: block;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 40px;
  }
  #main-nav .nav li > a .fa-lg {
    margin-right: 0;
  }
  #main-nav .nav li > a:hover {
    width: auto;
  }
  #main-nav .nav li > a > span:nth-child(2) {
    display: none;
  }
  nav#user .nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
    min-width: 40px;
    text-align: center;
  }
  #top-nav {
    margin-top: 70px;
    margin-bottom: 10px;
  }
  #profile-header {
    margin-top: 70px;
    background-image: none;
    background: #399fc1;
  }
  #profile-header .profile-bio {
    margin-top: 15px;
    padding-left: 89px;
  }
  #profile-header .profile-bio {
    text-align: left;
    clear: left;
  }
  #profile-header .avatar {
    margin-bottom: 15px;
  }
  #profile-header h2 {
    margin-top: 0;
  }
  #profile-header .avatar img {
    height: 64px;
    width: 64px;
  }
  #index .intro {
    width: auto;
    margin: 0 auto;
  }
  header + section.container {
    margin-top: 80px;
  }
  section.container {
    margin: 10px 0 0 0;
    padding: 0 10px 0;
  }
  header .container {
    margin-right: 0;
    margin-left: 0;
    padding: 0;
  }
  header h1 {
    margin-left: 10px;
    font-size: 20px;
  }
  footer div[class^=col] {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #users header h1, #profile header h1, #services header h1, #login #main-nav {
    display: none;
    font-size: 20px;
    margin-right: 5px;
    margin-left: 10px;
  }
  #blog section.container {
    padding: 0 15px 0;
  }
  #blog #main p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  #blog #main blockquote p:last-child {
    margin-bottom: 0;
  }
  #blog #main li {
    font-size: 16px;
    line-height: 26px;
  }
  nav#user {
    display: block;
  }
  #nav-add {
    display: block;
    padding: 16px;
    height: 48px;
  }
  #nav-add i {
    display: inline-block;
    font-size: 14px;
  }
  #top-nav .container {
    margin: 0;
    padding: 0;
  }
  #top-nav .nav {
    display: flex;
  }
  #top-nav .nav > li {
    flex: 1;
    margin: 0 0;
    /* float: left;
    min-width: 50px; */
  }
  #top-nav .nav > li > a {
    display: block;
    padding: 15px 10px;
    text-align: left;
    min-width: 50px;
    height: 48px;
  }
  #top-nav .nav > li .ico {
    /*    float: left;
        width: 30px;
        text-align: center;
        margin-right: 0; */
  }
  #top-nav .nav > li span {
    /* display: none; */
  }
  #top-nav .nav > li.active > a {
    padding-bottom: 12px;
  }
  #top-nav .nav > li.active > a,
#top-nav .nav > li.active > a:hover,
#top-nav .nav > li.active > a:focus {
    padding-bottom: 12px;
  }
  footer p {
    font-size: 12px;
  }
  .dashboard-tile .squaregraph .square-label,
.dashboard-tile .squaregraph .square-label-alt {
    display: none;
  }
  /*

  #graph-month .titles {
      display: none;
  }

  #graph-month .square-label {
      display: none;
  } */
  #index footer p {
    font-size: 12px;
  }
  #index p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  #index li {
    font-size: 14px;
    line-height: 20px;
  }
  #index section li {
    margin-bottom: 10px;
  }
  #index p.large {
    font-size: 16px;
    line-height: 24px;
  }
  #index h3 {
    font-size: 20px;
    margin: 20px 0 10px;
  }
  #index .row-break {
    margin-top: 30px;
  }
  #index .intro {
    margin: 0 auto 30px;
  }
  #index .feature-points {
    margin: 30px auto 30px;
  }
  #index #feature-insights, #index #feature-social {
    display: none;
  }
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1,
.col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2,
.col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3,
.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .dashboard-tile .box h4 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .insight {
    padding-left: 0;
    padding-right: 0;
  }
  .insight .box {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .insight .icon {
    font-size: 24px;
  }
  .insight .box .number {
    font-size: 24px;
    line-height: 26px;
  }
  .dashboard-tile {
    margin-bottom: 5px;
  }
  /*
  .dashboard-tile .box {
      margin-bottom: 5px;
  }

  .dashboard-tile .insight .box {
      margin-bottom: 5px;
  } */
  .table-min td, .table-min th, .table-min td p {
    font-size: 12px;
  }
  .table-min.breakable td {
    vertical-align: top;
  }
  .table-min td.break, .table-min th {
    word-break: break-all;
  }
  #dashboard .box {
    transition: opacity 0.4s;
  }
  #dashboard .box.pop-in {
    transform: none;
    -webkit-transform: none;
  }
  #dashboard .box:hover {
    transform: none;
    -webkit-transform: none;
  }
  .correlation .sentence {
    text-align: left;
    font-size: 13px;
  }
  #index #landing-dashboard .col-md-4:first-child img {
    max-width: 200px;
    margin: 0 auto;
  }
  #index .logos img {
    border: 2px solid #ecedf4;
  }
  .mood p.large {
    font-size: 14px;
    line-height: 21px;
  }
  .mood .box-header-action-right {
    margin: -16px -11px 0 0;
  }
  table.calendar > tbody > tr > td, table.calendar > tbody > tr > th {
    font-size: 12px;
    padding: 4px;
  }
  .calendar td .date {
    min-width: 26px;
    padding: 4px;
  }
  .calendar td div.selected {
    padding: 2px;
  }
  .calendar-wrapper {
    margin-top: 0px;
  }
  .hidden-span-xs {
    display: none;
  }
  div.box-header-action-right {
    margin-right: -10px;
  }
  .mood-meta {
    font-size: 13px;
  }
  #mood-averages .square-label {
    display: none;
  }
  #index #device-fitbit {
    max-width: 75%;
    margin: 0 auto 0;
  }
  .dashboard-tile .squaregraph .button.small {
    font-size: 14px;
    line-height: 18px;
    padding: 4px 8px;
  }
  .dashboard-tile .insight .secondary:first-child {
    font-size: 16px;
  }
  .dashboard-tile .insight .meta {
    float: none;
    text-align: left;
    margin-bottom: 5px;
  }
  #contact-box {
    position: absolute;
    right: -15px;
    bottom: 0;
    width: 100vw;
    z-index: 10000;
    box-shadow: rgba(0, 0, 0, 0.4) 0 2px 10px;
    overflow: hidden;
  }
  #contact-box .box-inner {
    width: 100vw;
    overflow-x: hidden;
    overflow-y: auto;
    color: #2c2827;
  }
}

/*# sourceMappingURL=general.css.map */
