.jc__coach-status-box {
    position: relative;
    display: inline-block;
}

.jc__coach-status-text-container {
    margin-right: 10px;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    max-height: 50px;
    width: 120px;
    text-align: center;
}

.jc__coach-status-text-container.not-active {
    border: 1px solid #FD4E4E;
    background-color : #fda0a0;
}

.jc__coach-status-text-container.active {
    border: 1px solid #08f42e;
    background-color : #08f42e;
}

.jc__coach-status-more-dropdown {
    display: block;
    position: absolute;
    background-color: #eeeeee;
    min-width: 320px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);
    z-index: 1;
}

.jc__coach-status-more-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.jc__coach-status-more-dropdown ul li {
    padding: 6px;
    border-bottom : 1px dashed #dedede;
}

.jc__top-profile-bar {
    width : 100%;
    background-color: white;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.jc__top-profile-bar .program-info {
    width : 450px;
    display: flex;
}

.jc__program-info__title {
    display: block;
    margin-right: 30px;
}

.jc__program-info__text{
    display: block;
    margin-right: 30px;
}

.cuco_container-fluid {
    padding-left: 60px;
    position: absolute;
    width: 100%;
    height: 100%;
}

.cuco_container-fluid > .row {
    height: 100%;
}

/*custom col-md-* like property */
.col-ava,
.col-ava-large {
    width: 22%;
    position: relative;
    height: 100%;
    overflow-y: auto;
    min-height: 1px;
    padding: 10px 5px 15px 10px;
    float: left;
}

.col-ava:last-child {
    padding: 15px 5px 15px 10px;
    margin-right: -10px;
}

.col-ava-large {
    width: 28%;
    padding: 0;
    margin: 0;
    padding: 10px 5px 15px 10px;
    padding-left: 10px;
}

.col-ava-fixed-height {
    float: left;
    width: 28%;
    position: relative;
    height: 92%;
    overflow-y: auto;
    min-height: 1px;
    padding: 10px 5px 0 10px;
    border-radius: 6px;
}

.col-ava-fixed-height-no-overflow {
    float: left;
    width: 28%;
    position: relative;
    height: 92%;
    overflow-y: unset;
    min-height: 1px;
    padding: 10px 5px 0 10px;
    border-radius: 6px;
}

.cuco_flex-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.cuco_flex-container-first-column {
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%;
}

.cuco_flex-container profile-boxes-container {
     display: block;
     flex: 1;
     margin-bottom: 10px;
}

.cuco_flex-container-first-column profile-boxes-container {
    display: block;
}

.cuco_flex-container-first-column criteria-box-container {
    flex: 1;
    display: block;
    margin-bottom: 10px;
}

.cuco_flex-container.second-column criteria-box-container {
    display: block;
}

.cuco_gauge_calories .item_holder {
    margin-top: 1em;
}

.cuco_btn-onboard-complete, .btn-onboarded {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cuco_btn-onboard-complete {
    background: #f9a825;
    cursor: pointer;
}

.cuco_btn-onboarded {
    background: #36C5BB;
}

.cuco_btn-onboard-complete i, .btn-onboarded i {
    color : white;
}

.cuco_user-info {
    padding-left: 15px;
    padding-right: 15px;
    color: #212121;
    opacity: 0.87;
    margin-right: 15px;
    font-size: 14px;
    background-color: #fafafa;
    -moz-box-shadow: 1px 1px 1px 0px rgba(204, 204, 204, 0.4);
    box-shadow: 1px 1px 1px 0px rgba(204, 204, 204, 0.4);
    height: 9vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.cuco_user-info b {
    color: #9e9e9e;
    font-size: 11px;
    font-weight: normal;
}

.cuco_user-info .user-info-header {
    font-size: 14px;
    padding-bottom: 10px;
}

.cuco_user-info a.edit {
    color: #bdbdbd;
    margin: -5px -5px 0 0;
}

.cuco_user-info a:hover.edit {
    color: #212121;
    opacity: 0.87;
}

.cuco_message-image .rectangle {
    image-rendering: -moz-crisp-edges;
    width: 70px;
    height: 66px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

#cuco_updateModal {
    width: 380px !important;
    margin: auto !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0) !important;
    bottom: -3% !important;
    background: none;
}

.cuco_journal-fixed-header {
    background-color: #4a90e2;
    color: white;
}

.cuco_header-container {
    margin-right: auto;
    margin-left: auto;
    height: 50px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.cuco_header-container i {
    cursor: pointer;
}

.cuco_header-container span {
    position: relative;
    top: 12px;
    font-size: 18px;
    font-family: "Dosis";
    cursor: pointer;
}

.cuco_journal-container {
    position: relative;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
}

.cuco_days .cuco_journal-widget-container {
    background: #e1f5fe;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(204, 204, 204, 0.4);
    -moz-box-shadow: 0px 3px 3px 0px rgba(204, 204, 204, 0.4);
    box-shadow: 0px 3px 3px 0px rgba(204, 204, 204, 0.4);
    overflow-x: auto;
    padding: 2.5em 1em 1em 1em;
    text-align: center;
}

.cuco_day {
    height: auto;
}

.cuco_message-info {
    color: #bdbdbd;
    font-weight: 300;
    font-size: 12px;
}

.cuco_loader-history {
    display: block;
    text-align: center;
}

.cuco_conversation-close-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999999;
    width: 100%;
    height: 100%;
}

.cuco_conversation-close-overlay div {
    background-color: white;
    padding: 20px;
    margin: auto;
    margin-top: 200px;
    width: 450px;
    height: 160px;
    color: black;
    font-weight: bold;
    text-align: center;
}

.cuco_today-calorie-goal-container {
    margin-bottom: 15px;
}

/* custom component settings */
meal-card,
recipe-recommendation-message {
    float: right;
    width: 65%;
}

.cuco_meal-planning-container {
    height: 100%;
}

.cuco_message-suggestions-box {
    max-height: 300px;
    overflow: auto;
    margin-bottom: 15px;
}

@media only screen and (max-width: 480px) {
    .cuco_journal-message .edit-button {
        width: 15% !important;
    }
}

@media only screen and (max-width: 736px) {
    .cuco_days {
        margin: 135px 0 40px 0;
    }

    .cuco_journal-widget-container {
        height: 95px;
        padding: 1.5em 0 0 0;
        margin-top: 39px;
    }
}

.cuco_status-button {
    position: fixed;
    top: 85px;
    left:15px;
    /* padding: 90px 0 15px 15px; */
    z-index: 99999999999;
    /* width: 60px;
    height: 120px; */
}

.cuco_journal-coach-box.daily-consumption {
    /*height: 325px;*/
}

.cuco_daily-consumption {
    height: 285px;
    overflow-x: auto;
    overflow-y: scroll;
    position: relative;
}

.cuco_daily-consumption .journal-coach {
    display: block;
    /*width: 280px;*/
}

.cuco_timer {
    padding: 10px;
    text-align: center;
    color: #c2b189;
}

.cuco_coach-today-calories-goal {
    margin-top: 20px;
}

.cuco_empty-journal-message {
    text-align: center;
    padding-top: 150px;
    padding-bottom: 150px;
}

.cuco_seperator {
    height: 1px;
    border: 1px solid #ccc;
}

.cuco_coach-message-box {
    display: flex;
    flex-direction: row;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.cuco_coach-message-box textarea {
    flex: 1;
    padding-top: 10px;
    border: 0;
    margin: 10px;
}

.cuco_coach-message-box div {
    display: flex;
    width: 150px;
    justify-content: center;
    align-items: center;
}

.cuco_coach-message-box button {
    height: 36px;
    width: 97px;
    border-radius: 4px;
    font-weight: 500px;
    background-color: #0294FF;
}

.cuco_coach-message-box button span {
	height: 19px;
	width: 33px;
	color: #FFFFFF;
	font-family: RobotoDraft,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
}

.cuco_tab-container {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: white;
}

.cuco_tab-container ul.tab-buttons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    background-color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #ddd;
}

.cuco_tab-container ul.tab-buttons li {
    flex: 1;
    display: flex;
    font-weight: bold;
    padding: 10px;
    justify-content: center;
    cursor: pointer;
}

.cuco_tab-container ul.tab-buttons li.selected {
    color : #58A8FE
}

.cuco_tab-container .title {
    font-weight: bold;
    font-size: 14px;
}

.cuco_tab-container .extra-data-container {
    padding: 5px;
    background-color: white;
    height: 200px;
    overflow: scroll;
}

.cuco_tab-container .extra-data-container hr {
    margin-top: 2px;
    margin-bottom : 2px;
}

.cuco_top-profile-bar {
    width : 100%;
    margin-left: 60px;
    background-color: white;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cuco_top-profile-bar-dev {
    width : 100%;
    margin-left: 60px;
    background-color: white;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 3px solid red;
}

.cuco_top-profile-bar h1 {
    font-size: 14px;
}

.cuco_top-profile-bar .img-circle {
    display: flex;
    justify-content: center;
    align-items : center;
    width: 50px;
    height: 50px;
    margin: 0 10px 0 10px;
    border: solid 1px #4addfb;
    font-size: 24px;
    color: #4A90E2;
}

.cuco_top-profile-bar .user-info {
    flex:1;
    display: flex;
    align-items: center;
}

.cuco_top-profile-bar .user-info .user-info__label {
    margin-left : 10px;
    border-radius: 5px;
    padding: 5px;
    background-color: #ccc;
}

.cuco_top-profile-bar .user-info .user-info__label.app-name {
    background-color: #36C5BB;
    color: white;
}

.cuco_top-profile-bar .program-info {
    width : 450px;
    display: flex;
}

.cuco_top-profile-bar .program-info__title {
    display: block;
}

.cuco_top-profile-bar .program-info__text {
    display: block;
}

.cuco_jc-container {
    display: flex;
    flex: 1;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}

.cuco_jc-topbar {
    display: flex;
    margin-bottom: 5px;
    height: 10vh;
}

.cuco_jc-body {
    flex: 0.8;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
    align-content: stretch;
    padding-left: 60px;
    padding-bottom: 5px;
    background-color: #E3E8ED;
}

.cuco_jc-col-container {
    display: flex;
    flex: 0.20;
    flex-direction: column;
    overflow-y: scroll !important;
    height: 87vh !important;
    padding-left: 5px;
}

.cuco_jc-col-container-phenology{
    display: flex;
    flex: 0.20;
    flex-direction: column;
    overflow-y: scroll !important;
    height: 87vh !important;
    padding-left: 5px;
    background-color: white;
}

.cuco_jc-col-container.no-scroll {
    overflow-y: none;
}

.cuco_notes-container {
    flex: 1;
    background-color: white;
    border-bottom: 1px solid #E6EAEE;
}

.cuco_welness-notes-container {
    height: 100%;
    /*border: 1px solid #E6EAEE;*/
    display: flex;
    flex-direction: column;
}

.cuco_criteria-item {
    display: block;
    background-color: white;
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 10px;
}

.cuco_ava-box-text {
    font-family: RobotoDraft,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 12px;
    padding-left: 4px;
    padding-top: 5px;
    color : #858484;
}

.cuco_ava-box-text-content {
    font-size: 12px;
    text-align: left;
    padding-left: 4px;
    font-weight: 400;
    cursor: text;
}

/*** */
.cuco_coach-status-box {
    position: relative;
    display: inline-block;
    padding-right: 20px;
}

.cuco_coach-status-text-container {
    margin-right: 10px;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.cuco_coach-status-text-container.not-active {
    border: 1px solid #FD4E4E;
    background-color : #fda0a0;
}

.cuco_coach-status-text-container.active {
    border: 1px solid #08f42e;
    background-color : #08f42e;
}

/* Dropdown Content (Hidden by Default) */
.cuco_coach-status-more-dropdown {
    display: block;
    position: absolute;
    background-color: #eeeeee;
    min-width: 320px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);
    z-index: 1;
}

.cuco_coach-status-more-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cuco_coach-status-more-dropdown ul li {
    padding: 6px;
    border-bottom : 1px dashed #dedede;
}

.cuco_mpc_tab_container {
    display: flex; flex-direction: row; align-items: center; justify-content: flex-start; background-color: white; padding-top: 10px; border-bottom: 1px solid #f4f1ea; padding-left: 10px;
}

#cuco_dashboard-tab {
    height: 30px; color: white; background-color : #58a8fe; border-radius: 10px 10px 0px 0px; font-size: 14px; font-weight: 500; padding: 5px 5px 0px 5px; cursor: pointer;
}

#cuco_meal-plan-tab{
    height: 30px; color: white; background-color : #58a8fe; border-radius: 10px 10px 0px 0px; margin-left: 1px; font-size: 14px; font-weight: 500; padding: 5px 5px 0px 5px; cursor: pointer;
}

#cuco_caleasy-tab {
    height: 30px; color: white; background-color : #58a8fe; border-radius: 10px 10px 0px 0px; margin-left: 1px; font-size: 14px; font-weight: 500; padding: 5px 5px 0px 5px; cursor: pointer;
}


/* ava-loader css */
.loader table {
    display: inline-table;
}

.loader table td {
    vertical-align: middle;
}

.spinner {
    -webkit-animation: rotator 1.4s linear infinite;
    animation: rotator 1.4s linear infinite;
}

@-webkit-keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

.path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@-webkit-keyframes colors {
    0% {
        stroke: #4285F4;
    }
    25% {
        stroke: #DE3E35;
    }
    50% {
        stroke: #F7C223;
    }
    75% {
        stroke: #1B9A59;
    }
    100% {
        stroke: #4285F4;
    }
}

@keyframes colors {
    0% {
        stroke: #4285F4;
    }
    25% {
        stroke: #DE3E35;
    }
    50% {
        stroke: #F7C223;
    }
    75% {
        stroke: #1B9A59;
    }
    100% {
        stroke: #4285F4;
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }
    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }
    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

.loader {
    padding: 15px;
}

.loader-text {
    display: inline;
    padding-left: 20px;
}

.extra-text {
    display: block;
    padding: 5px 20px;
}

.loader-wrapper {
    width: 100%;
    text-align: center;
}
