html, body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    background-position: center;
    background-image: url(/images/ecailles.png);
    background-repeat: repeat;
    background-color: #DCDDDE;
    height: 100%;
}

[ng-click] {
    cursor: pointer;
    user-select: none;
}

.navbar {
    width: 100%;
    /* IE fix */
}

ul li {
    padding-top: .5em;
    padding-bottom: .5em;
}

ul li:first-child {
    padding-top: .5em;
}

strong {
    font-weight: 700;
}

.subHead {
    font-size: 19px;
    font-weight: 700;
    margin: 1em 0;
}

hr {
    border-top: 1px solid #DCDDDE;
}

.text-muted {
    color: #ccc;
}

#newBuddyForm {
    margin-top: 30px;
}

/* Mobile look always */

.mobile-always {
    max-width: 767px;
    margin: auto;
}

@media (min-width: 768px) {
    .application {}
    .pay-fix {
        padding-right: 45px;
    }
}

@media (max-width: 736px) {

#dashboardOptions{
  flex-direction:row!important;
}

.options{
  min-width:33.33%;
}

}

@media (max-width: 575px) {
    .application {}
    .navbar-header-trev {
        height: 75px!important;
    }
    .app-logo-left, .app-logo-right {
        height: 50px!important;
    }
    #dashboardOptions {
        height: calc(100% - 75px)!important;
        margin-top: 75px!important;
        flex-direction:column!important;
    }
    .options {
        min-height: inherit!important;
    }
    .options span img {
        height: 5.25em!important;
    }
}

.form-control {
    background-color: #DCDDDE;
    border: none;
}

.navbar {
    background-color: #032F3A;
    margin-bottom: 0;
}

.navbar-header-trev {
    height: 85px;
}

.btn, .like-btn {
    text-transform: uppercase;
    letter-spacing: .1em;
}

.like-btn {
    padding-left: 0;
}

.btn-primary, .btn-primary:active, .btn-primary:hover {
    background-color: #00718A;
}

.btn-danger, .btn-danger:active, .btn-danger:hover {
    background-color: #B21F24;
}

label {
    font-weight: normal;
}


/* Home */

.home-logo {
    padding: 25px 0 25px 0;
    margin: auto;
    height: 85px;
}

.home-bg {
    background: url('/images/gripCover.jpg') center no-repeat;
    background-size: cover;
    height: 100%;
}

.home-grip-logo {
    padding: 120px 60px 60px;
    height: 232px;
    text-align: center;
    display: none;
}

.home-enter-block {
    left: 0;
    bottom: 60px;
    margin: 0;
    position: fixed;
    text-align: center;
    width: 100%;
}

.home-enter-btn {
    border: 2px white solid;
    color: white;
    letter-spacing: .3em;
}


/* App */

.app-logo-left {
    /*padding: 25px 0 0 15px;*/
  max-width:100px;
  width:100%;
}

.app-logo-right {
    padding: 20px 15px 0 0;
    height: 60px;
    float: right;
}

@media (min-width: 768px) {
    .app-logo-left {
        padding-left: 0;
    }
    .app-logo-right {
        padding-right: 0;
    }
}

.app-top-pad {
    padding-top: 85px;
}


/* Dashboard */

#dashboardOptions {
    background: blue;
    height: calc(100vh - 85px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 85px;
    list-style-type: none;
    padding-left: 0;
    text-align: center;
    margin-bottom: 0;
}

#child1 {
    background-color: #00314B;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

#child1 span {
    /*opacity: .4;*/
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";*/
}

.options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 220px;
    border-top: .5px solid #032F3A;
    border-bottom: .5px solid #032F3A;
}

.options span img {
    max-height: 150px;
    height: 8em
}

#child2 {
    background-color: #004A5D;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

#child3 {
    background-color: #345b66;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

#child4 {
    background-color: #003E49;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.dashboard-container {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    /*overflow-y: scroll;*/
}

.dashboard-bg-light {
    background-color: #004A5D;
}

.dashboard-bg-medium {
    background-color: #003E49;
}

.dashboard-bg-dark {
    background-color: #00314B;
}

.dashboard-bg-middle {
    background-color: #345b66;
}

.dashboard-ul {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
    box-sizing: border-box;
}

.dashboard-li {
    text-align: center;
    display: table-row;
}

.dashboard-span {
    display: table-cell;
    vertical-align: middle;
    border-top: 1px solid black;
}

.dashboard-img {
    max-height: 50%;
}

.form-control {
    height: 44px;
}

.spiritualWell {
    background-color: #fff;
    border: 1px solid #DCDDDE;
}


/* Application */

.application-container {
    background-color: white;
    padding-left: 15px;
    padding-right: 15px;
    color: #333;
}

.application-status {
    /* height: 100vh; */
    min-height: 100vh;
}

.application-required-description {
    margin-top: -1.6em;
    padding-left: 1.6em;
}

.verify-email-body {
    background-color: rgb(43, 62, 80);
}

.btn-user {
    position: relative;
    background-color: #00718A;
    border-radius: 50%;
    height: 42px;
    width: 42px;
    padding: 10px 13px !important;
}

.btn-user:hover,
.btn-user:focus {
    background-color: #00718A !important;
}

.btn-user .fa {
    font-size: 2rem;
    color: #f5f5f5;
}


/* Comments */

.comments-container {
    background-color: white;
    color: black;
    padding-left: 15px;
    padding-right: 15px;
    height: 100vh;
}

.mybuyin-container {
    background-color: #fff;
    color: #333;
    padding-bottom: 60px;
}

.hand-container {
    background-color: white;
    color: black;
    min-height: 100vh;
    padding-top: 120px;
}

div.finger {
    background-color: #DDC1B2;
    color: #8B7B71;
    text-transform: uppercase;
    height: 36px;
}

div.finger a {
    color: #8B7B71;
}

div.finger .form-control {
    height: 36px;
}

div.roundy-container {
    padding-top: 3rem;
    width: 100%;
}

div.left-roundy {
    background-color: #DDC1B2;
    height: 240px;
    width: 20%;
    min-width: 80px;
    float: left;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    z-index: 1;
}

div.left-not-roundy {
    background-color: #DDC1B2;
    height: 10.2em;
    margin-top: 55px;
    position: absolute;
    width: 30%;
    max-width: 600px;
    min-width: 160px;
    margin-bottom: 4rem;
    margin-left: 0;
    max-width: 45%;
    z-index: 0;
}

div.left-finger-holder {
    position: relative;
    float: left;
    margin-left: -1px;
    width: 70%;
    max-width: 310px;
    z-index: 2;
}

div.left-thumb {
    width: 45%;
    margin-top: 0;
    margin-bottom: 1em;
    border-radius: 0 18px 18px 0;
    padding: .5em;
    padding-right: 1em;
    text-align: right;
}

div.left-index {
    width: 90%;
    margin-top: 1em;
    margin-bottom: 1em;
    border-radius: 0 18px 18px 0;
    padding: .5em;
    padding-right: 1em;
    text-align: right;
}

div.left-middle {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
    border-radius: 0 18px 18px 0;
    padding: .5em;
    padding-right: 1em;
    text-align: right;
}

div.left-ring {
    width: 90%;
    margin-top: 1em;
    margin-bottom: 1em;
    border-radius: 0 18px 18px 0;
    padding: .5em;
    padding-right: 1em;
    text-align: right;
}

div.left-pinky {
    width: 75%;
    margin-top: 1em;
    margin-bottom: 1em;
    border-radius: 0 18px 18px 0;
    padding: .5em;
    padding-right: 1em;
    text-align: right;
}

.flipper {
    transform: rotateY(180deg);
}

p.flipper {
    text-align: left;
}


/* Fingers view */

h1.hand-label {
    /* font-size: 1.5em; */
    font-size:1em;
    margin-top:0;
    color: #004A5D;
    font-weight: bold;
    letter-spacing: .1em;
    text-transform: uppercase;
}

h1.hand-label a {
    color: #004A5D;
}

h2.finger-label {
    /* padding-left: 4rem; */
    padding-left:13px;
    font-size: 1.5em;
    color: #004A5D;
    font-weight: bold;
    letter-spacing: .1em;
    margin-top: 10px;
    margin-bottom:1em;
}

h2.finger-label.no-indent {
    padding-left: 0;
}

h2.finger-label a {
    color: #004A5D;
}

ul.finger-filters {
    padding: 0;
}

ul.finger-filters div {
    padding-left: 0;
    padding-right: 0;
}

ul.finger-filters a, ul.finger-filters a:focus, ul.finger-filters a:hover {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size:13px;
}

ul.finger-filters li{
  display: flex;
  align-items: center;
  justify-content: center;
}

li.filter-all {
    border: 2px #00314B solid;
    border-bottom: none;
    background-color: #00314B;
    color: white;
    display: flex;
    align-items: center
}

li.filter-active {
    border: 2px #00718A solid;
    border-bottom: none;
    background-color: #00718A;
    color: white;
}

li.filter-paused {
    border: 2px #596B70 solid;
    border-bottom: none;
    background-color: #596B70;
    color: white;
}

li.filter-complete {
    border: 2px #57A662 solid;
    border-bottom: none;
    background-color: #57A662;
    color: white;
}

ul.finger-filters li.active {
    background-color: white;
    color: #00314B;
}

ul.finger-filters li.active a {
    font-weight: bold;
    letter-spacing: 1px;
}

ul.finger-filters li.filter-all.active a {
    color: #00314B;
}

ul.finger-filters li.filter-active.active a {
    color: #00718A;
}

ul.finger-filters li.filter-paused.active a {
    color: #596B70;
}

ul.finger-filters li.filter-complete.active a {
    color: #57A662;
}

ul.finger-items {
    padding: 0;
}

ul.finger-items li {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

ul.finger-items li:nth-of-type(odd) {}

ul.finger-items li:nth-of-type(even) {
    background: #EFEDED;
}

li.finger-item {
    /* padding-left: 3em; */
    padding-left: 1em;
    padding-right: 1em;
}

li.finger-item p {
    font-size: 1.2em;
    margin-top: .1em;
    margin-bottom: .1em;
}

button.cta-button {
    margin: 2em auto;
}

li.finger-item p.active {
    color: #444;
}

li.finger-item p.paused {
    color: #ccc;
}

li.finger-item p.complete {
    color: #57A662;
}

div.finger-edit-input {
    /* padding-left: 40px;
    padding-right: 40px; */
}

div.finger-edit-input .ta-scroll-window>.ta-bind{
  padding:1em;
  min-height:inherit;
}


.input-label {
    color: #ccc;
    letter-spacing: .1em;
}

.mt-4 {
    margin-top: 1.5rem;
}

textarea.item-text, textarea.item-text.form-control:focus {
    background-color: white;
    border: 2px #596B70 solid;
}

li.status-active {
    border: 2px #00718A solid;
    background-color: #00718A;
    color: white;
}

li.status-paused {
    border: 2px #596B70 solid;
    background-color: #596B70;
    color: white;
}

li.status-complete {
    border: 2px #57A662 solid;
    background-color: #57A662;
    color: white;
}

i.status-check {
    position: absolute;
    top: 4px;
    left: 6px;
}

div.prompt {
    opacity: 0;
    max-height: 0;
    transition: 1s all;
    overflow: hidden;
}

div.prompt.show {
    opacity: 1;
    max-height: 1600px;
}
.namesList{
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.keyThreeIcon{
  width:52px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.26);
  border-radius: 50%;
  margin:0 15px;
}

.actionPointQuestions{
  padding:1em;
  display: flex;
  justify-content: space-between;
  background: #DCDDDE;
  margin-top:1em;
}
/* Text angular - WYSIWYG */

.ta-hidden-input {
    width: 1px;
    height: 1px;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -10000px;
    left: -10000px;
    opacity: 0;
    overflow: hidden;
}

#textEditor .form-control {
    background-color: #fafafa;
    overflow-y: scroll;
}

#textEditor .form-control h1, #textEditor .form-control h2, #textEditor .form-control h3, #textEditor .form-control h4 {
    font-family: 'Lora', serif!important;
    font-weight: 700;
}

#textEditor .form-control h1, #textEditor .form-control h2, #textEditor .form-control h3 {
    color: #311900!important;
}

#textEditor .form-control h1 {
    font-size: 30px;
}

#textEditor .form-control h2 {
    font-size: 24px;
}

#textEditor .form-control h3 {
    font-size: 18px;
}

#textEditor .form-control h4 {
    font-size: 16px;
    color: #81ADB1;
}

#textEditor .form-control h5 {
    font-size: 14px;
    color: #311900!important;
}

#textEditor .form-control p, #textEditor .form-control ul li, #textEditor .form-control ol li {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #666;
}

#textEditor .form-control img {
    width: 100%;
    padding: 30px;
}

.ta-root.focussed>.ta-scroll-window.form-control {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.ta-editor.ta-html, .ta-scroll-window.form-control {
    margin-bottom: 20px;
    min-height: 100px;
    height: auto;
    overflow: auto;
    font-family: inherit;
    font-size: 100%
}

.ta-scroll-window.form-control {
    position: relative;
    padding: 0
}

.ta-scroll-window>.ta-bind {
    height: auto;
    min-height: 100px;
    padding: 2em;
}

.ta-editor:focus {
    user-select: text
}

.ta-resizer-handle-overlay {
    z-index: 100;
    position: absolute;
    display: none
}

.ta-resizer-handle-overlay>.ta-resizer-handle-info {
    position: absolute;
    bottom: 16px;
    right: 16px;
    border: 1px solid #000;
    background-color: #FFF;
    padding: 0 4px;
    opacity: .7
}

.ta-resizer-handle-overlay>.ta-resizer-handle-background {
    position: absolute;
    bottom: 5px;
    right: 5px;
    left: 5px;
    top: 5px;
    border: 1px solid #000;
    background-color: rgba(0, 0, 0, .2)
}

.ta-resizer-handle-overlay>.ta-resizer-handle-corner {
    width: 10px;
    height: 10px;
    position: absolute
}

.ta-resizer-handle-overlay>.ta-resizer-handle-corner-tl {
    top: 0;
    left: 0;
    border-left: 1px solid #000;
    border-top: 1px solid #000
}

.ta-resizer-handle-overlay>.ta-resizer-handle-corner-tr {
    top: 0;
    right: 0;
    border-right: 1px solid #000;
    border-top: 1px solid #000
}

.ta-resizer-handle-overlay>.ta-resizer-handle-corner-bl {
    bottom: 0;
    left: 0;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000
}

.ta-resizer-handle-overlay>.ta-resizer-handle-corner-br {
    bottom: 0;
    right: 0;
    border: 1px solid #000;
    cursor: se-resize;
    background-color: #fff
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.bottom {
    margin-top: 10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow, .popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.ta-toolbar {
    /*display: none;*/
}

.ta-root.focussed .ta-toolbar {
    /*display: block;*/
}

@media (max-width: 767px) {
    [text-angular-toolbar] {
        position: relative;
        bottom: 0;
        z-index: 1;
        left: 0;
    }

    #new-nav .app-logo-left {
        /* margin-left: 7px!important; */
    }
}

@media (max-width: 736px) {
  .dashboard-container {
      overflow-y: scroll;

  }
}


/* Text angular - WYSIWYG */





/*=============NEW NAV=============*/


#new-nav .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#new-nav .app-logo-left {
    padding: 0;
    max-width: 150px!important;
    display: inline-block;
    /* margin-left: -25px; */
}

#new-nav .navbar-header {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    margin-left: 0;
}

#new-nav .navbar-brand {
    float: none;
    padding: 0;
    display: flex;
align-items: center;
justify-content: center!important;
margin: auto;
position: absolute;
width: 100%;
top: -14px;
}

#new-nav .navbar-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#new-nav .navbar-right li {
    margin-right: 20px;
    float: right;
    padding: 0;
}

.gripItem {
    text-transform: uppercase;
    letter-spacing: 3px;
}

.user-icons .fa-pencil {
    color: #000;
}

@media screen and (min-width: 768px) {
    .modal-open .navbar-fixed-top {
        right: 17px !important;
    }
}

.buddies {
    margin: 5px auto;
    padding: 12px 6px;
    background-color: rgba(0,113,138,.1);
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    max-height: 44px;
}

.buddies:hover {
    background-color: #00718a;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .navbar-left {
        padding-left: 15px;
    }
}

.navbar-center {
    float: none;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 0;
}

.navbar-left{
  width:150px;
}

.navbar-center .app-logo-left {
    /* margin: 0 auto !important;
    margin-left: 0 !important; */
}

.navbar-left .btn-primary,
.navbar-right .btn-primary {
    position: relative;
    background-color: #00718A;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    padding: 10px 13px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-left .btn-primary:hover,
.navbar-right .btn-primary:hover,
.navbar-left .btn-primary:focus,
.navbar-right .btn-primary:focus {
    background-color: #00718A !important;
}

.navbar-left .btn-primary .fa,
.navbar-right .btn-primary .fa {
    font-size: 1.5rem;
    color: #f5f5f5;
}

.fa-youtube-play{
  margin-left:2px;
}

.btn-custom {
    background-color: #df691a;
    color: #fff;
}

#toast-container > div {
    opacity: .975;
    box-shadow: 0 0 12px #555;
    border-radius: 0 !important;
    width: 100%;
}

@media screen and (max-width: 767px) {
    #toast-container > div {
        width: 100% !important;
    }
}

.key-three:nth-child(even) .key-three-item {
    background-color: #EFEDED;
}

.key-three-item {
    padding: 1.5rem 1.5rem .5rem;
}

.account-btns .btn {
    margin: 10px auto;
}
