/**** GENERAL TAG STYLES ****/

body {
    background: #eff0f4;
    color: #38363b;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
}

p {
    font-size: 14px;
    line-height: 20px;
}

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; 
}


a, a:link, a:hover, a:visited, a:active {
    color: #238bb0;
    text-decoration: none;
}

a:hover {
    color: #009ed6;
    text-decoration: none;
    background-size: cover;
}

h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
}

h3 {
    line-height: 40px;
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
    color: #727983;
}

h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

h5, h6 {
    letter-spacing: 0em;
}


span.secondary {
    font-weight: 300;
}

a.action {
    text-transform: uppercase;
}

.center {
    text-align: center;
}
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;
}

ol {
    padding-left: 30px;
}

ol li {
    line-height: 1.6em;
    
}

.box ul {
    padding-left: 15px;
}

.box ul li {
    margin: 4px 0 8px;
}

/**** FORMS ****/


a.label {
    line-height: inherit;
    color: #fff;
    padding: 5px;
    font-size: inherit;
    font-weight: 400;
}

.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: #aa5555;
    background: #ddaaaa;
}

.alert-info {
    border: none;
    color: #fff;
    background: #238bb0;
}

.alert-info a {
    color: #fff;
    text-decoration: underline;
}

.alert-tip p {
    font-weight: 300;
    font-size: 15px;
}

.requiredField:after {
    content: "*";
}

.requiredField .asteriskField {
    display: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background: #238BB0;
    color: #fff;
}

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: #238BB0;
    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: 2px;
    background-color: #fafafc;
    border-color: #D2D4DE;
    border-width: 1px;
    border-style: solid;
    padding: 4px 5px;
}


input[type="checkbox"] {
    margin-top: 0;
}

input[type="radio"] {
    margin-top: 2px;
}

.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;
}

.taggle_placeholder {
    position: absolute;
    color: #CCC;
    top: 6px;
    left: 8px;
}

.box .taggle_list li {
    list-style: none;
    padding: 0 0;
    margin: 0;
    border: none;
    display: inline-block;
    float: left;
}


.taggle_sizer {
    padding: 0;
    margin: 0;
    position: absolute;
    visibility: hidden;
}

.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);
}

.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;
}

.icon-highlight {
    color: #ff6767;
}

.icon-success {
    color: #39c68c;
}

.tip-icon {
    float: left;
    color: #ff6767;
}

.tip {
    margin-left: 50px;
}

.button {
    background: #238bb0;
    border: none;
    border-radius: 3px;
    border: none;
    box-shadow: 0 2px 0 #227592;
    padding: 5px 10px;
    color: #fff;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
    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;
    box-shadow: 0 2px 0 #30946b;
}

.button.large {
    padding: 10px 15px;
    font-size: 20px;
    font-weight: 300;
}

.button.green:hover, .button.large:hover {
    background: #49CB96;
}

.button:disabled {
    background: #777;
    box-shadow: 0 2px 0 #555;
}

.fa.green {
    color: #49CB96;
}

span.light {
    font-weight: 300;
}

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;
    
}

.box-header select {
    margin-bottom: 2px;
}

label.radio {
    font-weight: 400;
}

label.radio.images input {
    margin-top: 10px;
}

label.radio.spaced {
    margin-bottom: 20px;
}

label.inline-label {
    font-weight: 400;
}

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th,
.table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td  {
    border-color: #eff0f4;
}

.table thead > tr > th {
    border: none;
}

.table th, .table-min th {
    font-weight: 300;
    color: #727983;
    text-transform: uppercase;
    border-bottom: 1px solid #eff0f4;
}

.table th.filled, .table td.filled, .filled {
    background: #eff0f4;
}

.table-min {
    width: 100%;
}

.table-min td {
    padding: 4px 2px;
    vertical-align: top;
}


.table-min.side-header th, .table-min.side-header td {
    padding: 4px 2px;
    border-bottom: none;
    vertical-align: top;
}

.form-control.select {
    padding: 4px 5px;
}

.form-scroll .controls {
    padding: 2px 5px;
    border: 1px solid #d2d4de;
    border-radius: 2px;
    background: #fafafc;
    height: 210px;
    overflow-y: scroll;
}

.form-scroll input[type="checkbox"] {
    margin-top: 4px;
}

td .form-group .controls, .form-group.short {
    margin: 0;
}

.table-striped > tbody > tr:nth-child(2n+1) > td,
.table-striped > tbody > tr:nth-child(2n+1) > th {
    background: #eff0f4;    
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background: #eff0f4;
}

th.right {
    text-align: right;
}

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;
}

/**** 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 h1 {
    letter-spacing: -0.04em;
    font-size: 26px;
    margin: 0;
    float: left;
    line-height: 56px;
    height: 70px;
    padding: 5px 0;
    margin-right: 45px;
    font-weight: 300;
    color: #EFF0F4;
}


header h1 a:link, header h1 a:visited, header h1 a:active {
    color: #EFF0F4;
}

header h1 a:hover {
    color: #fff;
}

header.public h1 {
    font-size: 38px;
}

header h1:after {
    /* content:"Beta"; */
    font-size: 10px;
    line-height: 25px;
    letter-spacing: normal;
    text-transform: uppercase;
    vertical-align: top;
    opacity: 0.25;
    position: absolute;
    transition: 0.3s all;
}

ul.nav {
    margin: 0;
}

.nav > li > a:focus, .nav > li > a:active {
    background: none;
}

#top-nav, #page-header {
    background: #444b57; /* url("/static/img/bg/noise.png") repeat; */
    margin-bottom: 30px;
    margin-top: 70px;
    box-shadow: rgba(0,0,0,0.15) 0 1px 2px;
}

#messages {

}

section#messages + section#main {
    margin-top: 0;
}

.alert .close:link {
    opacity: 0.6;
    color: #000;
}

#top-nav .nav {
    margin: 0;
}

#top-nav .nav > li > a {
    margin: 0;
    padding: 15px 15px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    border-radius: 0;
    min-width: 150px;
    text-align: center;
    color: #6f7680;
    transition: 0.3s background-color, 0.3s color; /* */
}

.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;
}

#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;
    border-bottom: 3px solid #fff; /* #ff6767; */
    
}

#top-nav .nav > li > a:hover, #top-nav .nav > li > a:focus, #top-nav .nav > li > a:active {
    color: #eff0f4;
    background: #444b57;
    -moz-transition: 0.3s background-color, 0.3s color;
    transition: 0.3s background-color, 0.3s color; /* */
}

#top-nav li > a .fa-lg {
    display: inline-block;
    margin-right: 10px;
    line-height: 18px;
}

#top-nav li.active .fa {
    color: #ff6767;
}

#main-nav .nav > li > a {
    margin: 0;
    padding: 26px 30px;
    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 .fa {
    text-align: center;
    margin-right: 5px;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: #292f37;
}

nav#user .nav .warning {
    color: #f13e3e;
}

nav#user .dropdown-menu {
    color: #222;
    width: 300px;
    border-radius: 0 0 4px 4px;
    padding: 0 0 3px;
    margin-top: 0;
}

.dropdown-menu .item {
    padding: 5px 15px;
    font-weight: 400;
    border-bottom: 1px solid #eff0f4;
}

.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;
}

#main-nav li.active > a > span {
    
}

#main-nav li.active .fa {
    display: inline-block;
    color: #ff6767;
}

section {
    margin-top: 30px;
}

#nav-add {
    float: right;
    height: 50px;
    line-height: 16px;
    padding: 15px 28px;
    color: #69707b;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    transition: 0.3s background-color, 0.3s color; /* */
}

#nav-add:hover {
    color: #eff0f4;
    background: #3f4650;
    transition: 0.3s background-color, 0.3s color; /* */
}

nav#user {
    float: right;
    font-size: 12px;
    font-weight: 700;
}

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: #69707b;
}

nav#user a.user-activity span {
    
    color: #EFF0F4;
    
}

nav#user a.user-activity.unread {
    color: #EFF0F4;
}

nav#user a.user-activity.unread .unread-count {
    color: #ff6767;
}

nav .menu-count {
    padding-left: 5px;
    
    color: #238BB0;
}

.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.active {
    
}

.sub-tabs li.right {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

.sub-tabs li.active a {
    color: #727983;
    cursor: default;
}

footer {
    margin-top: 30px;
    background: #444B57;
    color: #c1c4ca;
    padding: 15px 0;
    font-size: 13px;
    line-height: 16px;
}


footer h5 {
    font-weight: 600;
}

footer p, #index footer p, #blog footer p {
    font-size: 13px;
    margin-bottom: 2px;
}

footer p i.fa-heart {
    transition: 1s color;
}

footer p:hover i.fa-heart {
    color: #ff8888;
    transition: 2s color;
}

footer a:link, footer a:visited, footer a:active {
    color: #009ed6;
}

footer a:hover {
    color: #5ac4ea;
}

#contact-box {
    position: absolute;
    right: 20px;
    bottom: 0;
    height: 420px;
    width: 350px;
    z-index: 10000;
    box-shadow: rgba(0,0,0,0.4) 0 2px 10px;
    overflow: hidden;
}

#contact-box .box-inner {
    height: 395px;
    width: 350px;
    overflow-x: hidden;
    overflow-y: auto;
    color: #2c2827;
}

#contact-box .close {
    color: #eff0f4;
}

hr {
    border-top-color: #d2d4de;
    border-bottom-color: #fff;
}

hr.discreet {
    border-top-color: #eff0f4;
    margin: 5px 0;
}

footer hr {
    width: 30%;
    margin: 5px auto 10px;
    border-top-color: #d2d4de;
    border-bottom-color: #fff;
}


/**** GENERIC LAYOUT ELEMENTS ****/

.right {
    text-align: right;
}

.box {
    box-shadow: #d2d4de 0 1px 2px;
    background: #fff;
    padding: 10px 15px;
    display: block;
    margin-bottom: 20px;
}

.box.with-inner {
    padding: 0;
}

.box.with-inner .box-inner {
    padding: 10px 15px;
}

.box.with-inner .box-inner .table:last-child {
    margin-bottom: 0;
}

.box-divider {
    display: block;
    padding: 8px 15px 0 15px;
    border-top: 1px solid #EFF0F4;
    margin: 0;
}

.box.with-inner .box-inner-secondary {
    border-top: 3px solid #eff0f4;
    padding: 10px 15px;
}

.box-header {
    display: block;
    padding: 8px 15px;
    margin: 0;
    font-weight: 700;
    font-size: 16px;
}

.box h4 {
    font-size: 16px;
    line-height: 20px;
    transition: all 0.3s;
}

h4 .counter {
    display: inline-block;
    background: #238BB0;
    color: #fff;
    border-radius: 0px;
    width: 26px;
    line-height: 26px;
    text-align: center;
    height: 26px;
    margin-right: 5px;
}

.inline-header {
    display: inline-block;
}

.box-header.divider, .box-inner.divider {
    border-bottom: 1px solid #EFF0F4;
}

.box-header.unpadded {
    padding: 0;
}

.box-action {
    display: block;
    padding: 8px 15px;
    border-top: 1px solid #EFF0F4;
}

a.box-action:link, a.box-action:visited, a.box-action:active {
    font-weight: 700;
}

a.box-action:hover, a.box-action.selected {
    background: #238BB0;
    color: #EFF0F4;
}

a.box-action i.fa {
    float: left;
    line-height: 20px;
    opacity: 0.5;
    /*width:16px; */
    text-align: center;
    margin-right: 5px;
}

a.box-action span {
    display: block;
    margin-left: 27px;
}


div.box-action .meta {
    float: right;
}

.box-action.secondary, .box-action.secondary:link,
    .box-action.secondary:visited, .box-action.secondary:active,
    .box-action.secondary:hover {
    font-weight: 300;
    /* text-align: right; */
}

.box-action.within {
    padding-left: 1px;
    padding-right: 1px;
    margin-top: 5px;
    
}


a.box-action.secondary i.fa {
    
}

.box-header-action-right a {
    color: #eff0f4;
}

a.box-header-action-right {
    float: right;
    padding: 7px 15px;
    margin: -8px -15px 0 0;
    color: #eff0f4;
    opacity: 0.5;
    font-weight: 300;
    transition: 0.2s color, 0.2s background-color;
}

div.box-header-action-right {
    float: right;
    margin: -8px -15px 1px 5px;
}

.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: #fff;
    opacity: 1;
    transition: 0.2s color, 0.2s background-color;
}

.box a.box-header-action-right:hover, .box a.box-header-action-right:focus,
.box-header .box-header-action-right a:hover, .box-header .box-header-action-right a:focus {
    background-color: #238BB0;
    color: #fff;
    transition: 0.2s color, 0.2s background-color;
}

a.box-action.box-header-action-right i.fa, a.box-action.box-header-action-right:hover i.fa {
    opacity: 1;
}

.box-header .box-action {
    border-top: none;
}

.box > p:last-child, .box-inner > p:last-child, form > p:last-child {
    margin-bottom: 0;
}

.box form, .box-inner form {
    margin: 0;
}

.box .connector {
    font-size: 12px;
    line-height: 13px;
    color: #444B57;
}

.box.thin {
    padding: 3px;
}

.box.social {
    min-height: 84px;
}

.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;
}

.social .mini-chart .chart {
    margin-top: 0;
    margin-bottom: 5px;
}

.social .meta {
    text-align: left;
}

.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);
}

.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-small + .profile-right {
    margin-left: 63px;
}

.avatar.circle img {
    border-radius: 48px;
}

.avatar.avatar-small.circle img {
    border-radius: 24px;
}


.user-private {
    opacity: 0.5;
}

h2 .user-private, h3 .user-private, h4 .user-private {
    font-size: 0.6em;
    line-height: 1.2em;
}

#dashboard .box, #profile .box {
    transition: opacity .4s ease-out;
    transition: opacity .4s, -webkit-transform .2s ease-out;
    transition: opacity .4s, transform .2s ease-out;
    transition: box-shadow 0.3s;
}

#dashboard .box.pop-in, #profile .box.pop-in {
    transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    filter: none; 
    -webkit-filter: blur(0px); 
    -moz-filter: blur(0px); 
    -ms-filter: blur(0px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
}

#dashboard .box:hover  {
    box-shadow: rgba(125,130,145,0.9) 0 1px 4px;
}

#dashboard .box:hover h4 {
    
}


#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-tile {
    margin-bottom: 10px;
}

.dashboard-tile .box.with-inner {
    margin-bottom: 10px;
}

.box > h4, h4.box-header {
    background: #69707b;
    padding: 8px 15px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.05em;
    margin: 0 0;
}

.dashboard-tile .insight {
    
}

.dashboard-tile .insight .meta {
    float: right;
    text-transform: uppercase;
    font-size: 11px;
    margin-left: 5px;
}

.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;
}

.dashboard-tile .insight .number, .dashboard-tile .insight .number-secondary {
    display: inline;
    font-weight: 400;
}

.dashboard-tile .insight .num-label {
    display: inline;
    color: #6f7680;    
}

.dashboard-tile .insight .secondary {
    color: #38363b;
    font-weight: 400;
    
}

.dashboard-tile .insight .secondary:first-child, .dashboard-tile .insight .meta + .secondary {
    font-size: 17px;
    line-height: 22px;
}


.dashboard-tile .insight.worst .secondary {
    /* color: #c35050; */
}

.dashboard-tile .insight.best .secondary {
    /* color: #3c9e76; */
}

.dashboard-tile .custom-tags {
    margin-bottom: 15px;
}
.dashboard-tile .custom-tags .tag, .custom-tags.multiple .tag {
    margin-bottom: 5px;
}

.custom-tags .tag {
    display: inline-block;
    padding: 4px 8px;
    height: 28px;
    border-radius: 14px;
    background: #eff0f4;
    font-family: "Roboto Slab", Georgia, serif;
}


.meta {
    font-size: 12px;
    text-align: right;
    color: #727983;
    margin-bottom: 0;
    font-weight: 400;
}

.social .insight .number, .social .insight .number-secondary {
    display: inline;
    font-weight: 400;
}

.social .insight .num-label {
    display: inline;
    color: #6f7680;    
}

.social .insight .secondary {
    color: #38363b;
    font-weight: 400;
}

#graph-settings input + span {
    font-weight: normal;
}


#graph-settings input[checked=checked] + span {
    font-weight: bold;
}


/**** CHARTS/GRAPHS ****/

.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;
}

.chart td.right, .chart .secondary {
    font-weight: 400;
    color: #6f7680;
}

.chart td.right span, .chart .secondary span {
    font-weight: 400;
}

.chart td.left span {
    font-weight: 700;
    color: #38363b;
}

table.chart {
    border: 0;
    padding: 0;
    width: 100%;
}

.pie-chart {
    width: 120px;
    height: 120px;
    color: #fff;
}

.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: #817f84;
}

.pie-chart span.value {
    color: #fff;
}

.pie-chart.easyClockChart span.sub {
    /* color: #7769b2; */
}

.chart .number {
    font-size: 20px;
    line-height: 20px;
}

.chart .units {
    color: #817f84;
    font-weight: 300;
}

table.chart .number {
    text-align: right;
    font-size: 20px;
    line-height: 20px;
    padding-right: 3px;
    width: 60px;
    
}

table.chart .units, .units {
    line-height: 16px;
    text-align: left;
    padding-left: 3px;
    color: #817f84;
    font-weight: 300;
}

.chart.mood .mood-number {
    width: 70px;
}

.chart.mood .mood-number div {
    padding: 15px;
    height: 60px;
    width: 60px;
    line-height: 30px;
    border-radius: 30px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    color: #fff;
    font-weight: bold;
    
}

.number-large {
    font-size: 16px;
}

.chart.mood .mood-note {
    font-family: "Roboto Slab", Georgia, serif;
    
}

.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: #817f84;
    font-weight: 300;
}

.weather .temp-max {
    color: #c35050;
    font-weight: 700;
}

.weather .temp-min {
    color: #47a6d2;
    font-weight: 700;
}

#attribute-weather .box-inner.rain {
    
}

.chart.weather .units {
    width: auto;
}

.chart .percent-bg {
    background: #eff0f4;
    height: 4px;
    padding: 0;
}

.chart .percent-meter {
    background: #50d29d;
    height: 4px;
    min-width: 6px;
}

.chart-feature {
    float: right;
    margin-left: 10px;
    /* margin-top: -23px; */
}

.chart-feature .chart {
    
}

.chart.map {
    width: 150px;
    overflow-x: hidden;
}

.chart.map img {
    display: block;
    margin: 0 auto;
    position: relative;
    left: -75px;
}

.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 {
    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;
    box-shadow: 0 0 5px #89e77c;
}

#mood .mood  {
    display: table;
    width: 100%;
}

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: 40px;
    text-align: center;
    display: block;
    color: #fff;
    transition: all 0.6s;
}

a.mood-item.selected {
    padding: 13px 15px;
    font-size: 24px;
    transition: all 0.3s;
    opacity: 1;
}

.graph-wide {
    height: 500px;
}

.graph-short {
    height: 250px;
}

.graph-shorter {
    height: 120px;
}

.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: 0px 1px 2px #D2D4DE;
}

.btn-group .btn:hover, .btn-group .btn:focus {
    box-shadow: none;
    background: #e0e0e4;
    box-shadow: 0px 1px 2px #D2D4DE inset;
}

.btn-group .btn.active, .btn-group .btn.active:hover {
    background: #238BB0;
    color: #fff;
    box-shadow: none;
}

.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: 5px;
}

.correlation .meta.center {
    text-align: center;
}

.correlation .meta.right {
    text-align: right;
}

.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;
}

.squaregraph td {
    margin: 0;
    padding: 1px;
}

.squaregraph .graphheader td {
    
    text-align: left;
    /* background: #eff0f4;
    padding: 1px 2px; */
}

.squaregraph .graphheader td  span {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    color: #727983;
    position: relative;
    display: block;
    padding: 2px 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;
}

.squaregraph .goal-met .square-label {
    /* font-weight: 600; */
}

.squaregraph .goal-met:before {
    font-family: 'FontAwesome';
    content: "\f00c";
    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: 200;
    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: #fff;
}

.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;
}

.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 {

}


.dashboard-tile .squaregraph .button.small {
    display: inline-block;
    margin-top: 2px;
    padding: 2px 8px;
    background: #fff;
    border: 1px solid #eff0f4;
    color: #238bb0;
    box-shadow: none;
}

.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;
}

.weather-icon img {
    width: 120px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.insight-wrapper {
    /* border: 1px solid #edeef2; */
}

.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-phone .insight .secondary {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
}

/*
.insight .number-secondary {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}
*/

.insight .icon {
    float: right;
    clear: right;
    font-size: 26px;
    color: #fff;
    margin: 0 0 5px 5px;
    opacity: 0.5;
    text-align: right;
}

.insight.social .box .content {
    margin-left: 64px;
}

.insight.social h4 {
    margin-top: 0;
}

.insight.social h4 a {
    color: #fff;
}


/**** PROFILES ****/
/*
footer hr {
    display: none;
}

footer {
    border-top: 1px solid #D2D4DE;
    padding-top: 15px;
    margin-top: 0;
}
*/

.following-list {
    margin-bottom: 30px;
}

.following-list .avatar-inline {
    margin-bottom: 10px;
}

.box.follow-user {
    padding: 0;
}

.follow-user a {
    display: block;
    padding: 3px;
}

.follow-user a:hover {
    background: #238BB0;
    color: #EFF0F4;
}


#page-header {
    padding: 15px 0;
}

#page-header h2 {
    color: #fff;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}

#page-header h3 {
    color: #6F7680;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    text-transform: none;
    font-weight: 400;
}

#page-header .avatar {
    margin-top: 3px;
}

#profile-header {
    margin-top: 70px;
    background: #238BB0 url("/static/img/bg/profile.jpg") bottom center no-repeat;
    background-size: auto 250px;
    color: #b7e0ef;
    padding: 15px 0 15px;
    margin-bottom: 30px;
    font-size: 14px;
    
}

#profile-header .container {
    position: relative;
}

#profile-header .avatar {
    
}

#profile-header h2 {
    margin: 0 0;
    color: #fff;
}
#profile-header h3 {
    color: #fff;
    margin: 0 0 10px;
    text-transform: none;
    line-height: 24px;
}

#profile section.container {
    margin-top: 0;
}

#profile-header .profile-bio {
    text-align: right;
}

#profile-header p {
    margin: 0 0 5px;
}

#profile-header .meta {
    font-size: 12px;
    color: #B7E0EF;
    text-transform: uppercase;
    text-align: inherit;
}

#profile-header a, #profile-header a:link {
    color: #fff;
}

#profile-header a:hover {
    text-decoration: underline;
}

#profile-header a.button:hover {
    text-decoration: none;    
}

a#follow {
    text-decoration: none;
    background: #333A45;
    box-shadow: 0 2px 0 #292F37;
    font-weight: 400;
}

a#follow:hover {
    text-decoration: none;
    background:#eff0f4;
    color: #333a45;
}

#follow i.fa, #follow:link i.fa {
    color: #238BB0;
}

#follow i.fa-times, #follow:link i.fa-times {
    color: #ff6767;
}

.attribute {
    font-size: 26px;
    line-height: 30px;
    font-weight: 200;
    margin-left: 40px;
    
}
.attribute-holder {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #D2D4DE;
}

.attribute .number {
    font-weight: 400;
}

.sub-attribute {
    margin-top: 5px;
    margin-left: 40px;
}

#attributes .box {
    /* min-height: 180px; */
}

#attributes .box-menu {
    max-height: 260px;
    overflow-y: auto;
}

#attributes .sleep {
    background: #38363B;
    color: #eff0f4;
}

#attributes .sleep .fa-fw {
    color: #f7f5c1;
    opacity: 1.0;
}
#attributes .weather .fa-fw {
    color: #dddb36;
    opacity: 1.0;
}

#attributes .weather {
    background: #1377c5;
    color: #fff;
}
#attributes .fa-fw {
    opacity: 0.5;
    float: left;
    font-size: 26px;
    line-height: 30px;
}
/*
#attributes .steps {
    background: #6780ff;
    color: #fff;
}

#attributes .floors {
    background: #5ce2ab;
    color: #fff;
}
*/

/**** SERVICES *****/

#services .service-logo {
    max-width: 180px;
    display: inline-block;
}

#services .service-connected {
    margin-left: 5px;
    vertical-align: top;
    font-size: 18px;
}


.service-requirement {
    display: block;
    width: 5.5em;
    color: #727983;
    text-transform: uppercase;
    font-weight: 400;
}


/**** MOOD ****/

.calendar-header {
    margin-top: 0;
}

.calendar-wrapper {
    margin-top: 44px;
}

table.calendar {
    margin-bottom: 1px;
}

.calendar th {
    background: #444b57; /* #727983; */
    color: #eff0f4;
    
}

.calendar th, .calendar td {
    text-align: center;
    font-size: 14px;
    
}

table.calendar > tbody > tr > td {
    vertical-align: middle;
}

.calendar td .date {
    display: inline-block;
    min-width: 30px;
    padding: 5px;
    border-radius: 15px;
    font-weight: 600;
    color: #38363b;
    
}

.calendar td .date.mood-None {
    background: #eff0f4;
}

.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 {
    color: #fff;
}

.calendar td.other-month {
    background: #eff0f4;
}


p.large, li.large {
    font-size: 16px;
    line-height: 24px;
}

.mood .box-header-action-right {
    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: #eff0f4;
}

/*

.pieLabel > div {
    font-weight: 600;
    color: #fff !important;
    line-height: 12px;
}
*/

/**** 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: 24px;
    margin: 0 0 10px;
}

#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 .intro {
    width: 450px;
    margin: 0 auto 60px;
    
}

#index .tagline {
    color: #727983; /* #009ED6; */
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 45px;
}

#index .feature-points {
    width: 480px;
    margin: 60px auto 60px;
}

#index header {
    position: inherit;
}

#index section.container {
    margin-top: 60px;
}

#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 #eff0f4;
}

.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 #landing-dashboard .col-md-4 {
    padding-top: 55px;
    padding-bottom: 30px;
}

#index #landing-dashboard .col-md-4:first-child {
    padding-top: 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: 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: #eff0f4;
    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('/static/img/bg/progress_chunked.png') repeat-y;
    background-size: 100%;
    padding: 0px;
    margin-bottom: 5px;
}

#index #progress {
    background: #fff;
    height: 10px;
    margin: 0 0 0 auto;
}

@-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 .fa-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 section#main {
    margin-top: 80px;
}

#login .asteriskField {
    display: none;
}

#login #username_validate {
    float: right;
    color: #727983;
}

#login #username_validate.success {
    color: #80c34f;
}

#login #username_validate.fail {
    color: #ff6767;
}

/**** 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 {
    margin-top: 30px;
}


#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;
}

#graph-month-hidden {
    display: none;
}

.banner {
    color: #fff;
    
    background-position: center;
    background-size: cover;
}

.box.banner.with-inner .box-inner {
    background: rgba(0,0,0,0.4);
    padding: 15px 30px;
}

.banner h4 {
    font-size: 32px;
    font-weight: 300;
    line-height: 42px;
    letter-spacing: 0.02em;
    margin-bottom: 0;
    padding: 20px 30px;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    background: none;
    
}

.banner p {
    font-size: 20px;
    line-height: 24px;
}

.banner.sleep {
    background-image: url("/static/img/bg/banner_night.png");
    
}

.banner.steps {
    background-image: url("/static/img/bg/banner_steps.png");
    
}

.banner.bedtime {
    background-image: url("/static/img/bg/banner_bedtime.png");
   
}

.banner.waketime {
    background-image: url("/static/img/bg/banner_sunrise.png");
    
}

.banner.productive {
    background-image: url("/static/img/bg/banner_productive.png");
    
}

.banner.distracting {
    background-image: url("/static/img/bg/banner_distracted.png");
    
}

/**** BREAKPOINTS ****/

@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;
    }
    
}

@media (max-width:769px){
    body {
        padding: 0;
    }
    
    .container {
        margin: 0;
        
    }
    
    section.container {
        margin: 150px 0 0 0;
        
        
    }
    
    section.container > h3 {
        
    }
    
    .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: #238BB0;
        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;
    }
    
    #top-nav li > a .fa-lg {
        margin-right: 5px;
    }
    
    #page-header {
        padding: 5px 0;
    }
    
    #page-header h2 {
        font-size: 24px;
        line-height: 26px;
    }
    
    #page-header .avatar {
        margin-top: 0;
        
    }
    
    .squaregraph {
        font-size: 11px;
        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 {
        display: none;
    }
    #users #user ul li:nth-child(3) {
        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;
        text-align: left !important;
        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;
    }
    
}

@media (max-width:480px){
    .banner {
        background-size: cover;
    }
    
    .banner h4 {
        font-size: 24px;
        line-height: 28px;        
    }
    
    .banner p {
        font-size: 16px;
        line-height: 20px;
    }
    
    #main-nav {
        
    }
    
    #users #user ul li:nth-child(3) {
        display: none;
    }
    
    
    #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 {
        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 > li {
        
        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 .icon-large {
    /*    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;
    }
    
    #graph-month-wrapper {
        display: none;
    }
    
    #graph-month-hidden {
        display: block;
    }
    
    .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: 20px;
    }
    
    #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 .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 #eff0f4;
    }
    
    .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;
    }
    
}

@media (max-width:420px){
    
    #index .tagline {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    
}

@media (max-width:380px) {
    #index h3 {
        line-height: 28px;
    }
    
    #graph-month-wrapper {
        display: none;
    }
    
    
    #graph-week-wrapper .square-label {
        display: none;
    }
    
    
    .averagegraph tr td:last-child {
        display: none;
    } 
    
    
   
}
