div.card-goal {
    margin-bottom: 0;
    box-shadow: none;
    font-size: 1.1em;
    border-bottom: 1px solid #e0e0e0;
}
div.card-inside-goal {
    margin: 0;
    box-shadow: none;
    border-bottom: 1px solid #e0e0e0;

}
div.card-inside-goal-first {
    margin: 0;
    box-shadow: none;


}
div.card div.card-title-goal {
}

div.card-title-goal > div.card-title-img {
    background-image: url("../../shared/assets/img/home_menu_goals_nobg.svg");
    background-repeat: no-repeat;
}

div.goal-image-separator {
    text-align: center;
    line-height: 40px;
}
div.goal-image-separator > img {
    height: 25px;
    background: white;
    border-left:4px white solid;
    border-right:4px white solid;

}
div.goal-image-separator > span {
    background-color: #01aaf0;
    border: 5px solid white;
    color: white;
    line-height: 10px;
    padding-top:5px;
    padding-bottom:5px;
    padding-right:15px;
    padding-left:15px;

}
div.goal-image-separator:after {
    content: "";
    display: block;
    height:1px;
    margin-top:-20px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    border-top: 1px solid rgb(0, 174, 239);
}
.goal-daily {
    padding:20px;
    line-height: 20px;
    margin-left:20px;
    height:10px;
    width: 220px;
    display:block;
    white-space: normal;
    display:inline-block;
}
div.goal-button {
    float:right;
}
.achieved {
    font-size: 11px;
    height:25px;
    width: 70px;
    color:white;
    background-color:#8cc63f;
    margin-right:10px;
    border-style: solid;
    border:1px solid;
    border-color: #8cc63f;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    line-height: 20px;

}
button: focus {
    outline:none;

}
:focus {
    outline:none;

}
.not-achieved {
    font-size: 11px;
    height:25px;
    width: 70px;
    color:orange;
    text-align:center;
    background-color:white;
    margin-right:10px;
    border-style: solid;
    border:1px solid;
    border-color: orange;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    line-height: 20px;

}
.goal-label {
    text-align: left;
    display: table;
    width:100%;
    min-height: 3em;
    border-bottom: 1px solid #e0e0e0;
    margin: 0;
    margin-top: 0;
    padding: 0.5em 0 0.17em 0;
    color: #000;
    background-color: white;
}

div.label-inside {
    padding-left: 10px;
    float:left;
}

div.card-inside-goal div.gauge {
    position: relative;
    padding-top: 7%;
    padding-bottom: 7%;
}

div.card-inside-goal div.gauge .gauge-inner {
    position: absolute;
    z-index: 3;
    top: calc(50% - 22px);
    color: rgb(0, 174, 239);
    font-size: 3em;
    width: 100%;
    line-height: 44px;
}

div.card-inside-goal div.gauge .gauge-inner h5 {
   margin-bottom: 5px;
   margin-top: 0;
}

.card-title .subtitle-text {
    padding-top: 10px;
}
