@media only screen and (min-width: 980px) {
    html {
        width: 380px;
        margin: 0px auto;
        border-radius: 5px;
        max-height: 100vh;
        transition-delay: 0.5s;
        background: #333;
        padding: 20px 0;
    }
    body #doCloseSession .modal-content {
        max-width: 380px;
        margin: 0 auto;
        height: 25vh;
        z-index: 999999999;
    }
    body #doLogoutModal .modal-content {
        display: table;
        width: 30%;
        padding-right: 17px;
        margin-top: 10%;
        margin-left: 35%;
        z-index: 999999999
    }
    body .popup_model.modal {
        width: 385px;
        left: 36%;
    }
    body {
        padding-right: 0px !important;
        box-shadow: 0 0 40px 4px #111118;
        border-radius: 5px;
        overflow: hidden;
    }
    body #appToast {
        width: 30%;
        text-align: center;
        position: fixed;
        bottom: 4vh;
        z-index: 99999;
        margin: 0px;
    }
    body #toastContent {
        width: 70%;
        font-size: 16px;
        font-weight: 400;
        background-color: #797272;
        color: white;
        border-radius: 5px;
        z-index: 9999999999;
    }
}

.smallSelect {
    padding: 0 !important;
    width: 75px !important;
    max-width: none !important;
    background: none !important;
}

.smallSelect .filter-option-inner-inner {
    margin-top: -4px !important;
}

div.timer {
    border: 1px #666666 solid;
    width: 190px;
    height: 50px;
    line-height: 50px;
    font-size: 36px;
    font-family: "Courier New", Courier, monospace;
    text-align: center;
    margin: 5px;
}

.smallSelect .btn.dropdown-toggle.btn-default {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    height: 16px !important;
}

.fsdSelect {
    padding: 3px !important;
    width: 200px !important;
    max-width: none !important;
    background: none !important;
}

.fsdSelect .filter-option-inner-inner {
    margin-top: -4px !important;
}

.fsdSelect .btn.dropdown-toggle.btn-default {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    height: 16px !important;
}

.remote-container {
    /* background-color: #c1bbbb;  */
    background-color: #9cacad38;
    width: 50%;
    border-radius: 35px;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 15%;
}

.page-content {
    padding-bottom: 48px;
}

.page-content {
    padding-top: 51px;
}
.page-content.tab
{
    padding-top: 0px;  
}
.btn-1 {
    /* background-color: rgba(152, 255, 63, 0.88); */
    background-color: rgb(117 212 36 / 88%);
    border-color: #4caf50;
}

.btn-2 {
    background-color: rgba(9, 156, 255, 0.88);
    border-color: #2e6da4;
}

.btn-m {
    background-color: rgba(255, 46, 52, 0.88);
    border-color: #843534;
}

.remote-light {
    display: inline-block;
    text-align: right;
    padding-left: 20px;
    color: #fff;
}

.btn-round {
    padding: 20px;
    text-align: center;
    font-alingment: center;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 1px solid transparent;
    font-weight: bold
}

.btn-round:focus {
    outline: none;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold_0.woff2') format('woff2'), url('../fonts/opensans-bold_0.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light.woff2') format('woff2'), url('../fonts/opensans-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular_1.woff2') format('woff2'), url('../fonts/opensans-regular_1.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    --iosTextColor: #1B1B1B !important;
    --androidTextColor: #ffffff !important;
    --iosBackground: whitesmoke !important;
    --androidBackground: #524d67 !important;
}

body {
    font-family: 'open_sansregular';
}

input,
select,
textarea {
    font-family: 'open_sansregular';
}

.statusbar-overlay {
    background: #000000;
}

.navbar,
.toolbar {
    height: 48px;
}

.navbar-fixed .page-content,
.navbar-through .page-content {
    padding-top: 50px;
}

.tabbar-fixed .page-content,
.tabbar-through .page-content,
.toolbar-fixed .page-content,
.toolbar-through .page-content {
    padding-bottom: 48px;
}

.navbar {
    /*background: #524d67;*/
    /*color: #fff;*/
    font-weight: bold;
    border: none;
    border-radius: 0;
}

.navbar,
.toolbar {
    font-size: 18px;
}

html.ios-gt-8 .navbar .center {
    font-weight: normal;
}

.navbar::after {
    background: none;
}

a {
    color: #5c95a0;
    outline: none !important;
}

a:focus,
a:hover {
    text-decoration: none;
    color: #5c95a0;
}

label {
    font-weight: normal;
}

.title-label {
    font-size: large;
    font-weight: bold;
}

.field-main {
    margin-bottom: 18px;
}

.floating-label {
    position: relative;
}

.floating-label label {
    position: absolute;
    top: 8px;
    transition: .5s;
    pointer-events: none;
    left: 0;
    color: #000;
    font-size: 14px;
    z-index: 99;
}

.floating-label input:focus,
.floating-label textarea:focus,
.floating-label select:focus {
    border-bottom: 1px solid #5c95a0;
}

.floating-label input:focus~label,
.floating-label textarea:focus~label,
.floating-label select:focus~label,
.floating-label input:valid~label,
.floating-label textarea:valid~label,
.floating-label select:valid~label {
    top: -8px;
    left: 0px;
    font-size: 10px;
}

.measure_text {
    position: absolute;
    top: 8px;
    transition: .5s;
    pointer-events: none;
    right: 5px;
    color: #908f8f;
    font-size: 13px;
    z-index: 99;
}

.field-control {
    width: 100%;
    padding: 8px 0;
    box-sizing: border-box;
    border: none;
    background: none;
    border-bottom: 1px solid #acacac;
    color: #000000;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
}

input.field-control {
    height: 36px;
}

.btn-control,
a.btn-control {
    padding: 12px 10px;
    background: #524d67;
    color: #fff;
    border-radius: 3px;
    border: none;
    width: 100%;
    outline: none;
    font-weight: bold;
    font-size: 15px;
    display: inline-block;
    text-align: center;
}

.content-block {
    margin: 15px 15px;
}

.page {
    background: #fff;
}

.field-row {
    display: inline-block;
    width: 100%;
    margin-bottom: 18px;
}

.left-pull {
    float: left;
}

.right-pull {
    float: right;
}

.center-pull {
    text-align: center;
}

.font-bold {
    font-family: 'open_sansbold';
}

.content-block {
    color: #000;
}

.view.view-main {
    padding-bottom: 48px !important;
}

.btn-facebook {
    padding: 0px;
    box-sizing: border-box;
    background: #3b5998;
    border: 1px solid #3b5998;
    color: #fff;
    outline: none;
    border-radius: 3px;
    font-size: 14px;
    width: 48%;
}

.btn-google {
    padding: 0px;
    box-sizing: border-box;
    background: #dd4c39;
    border: 1px solid #dd4c39;
    color: #fff;
    outline: none;
    border-radius: 3px;
    font-size: 14px;
    width: 48%;
}

a.btn-facebook:hover,
a.btn-google:hover {
    color: #fff;
}

.sign_up_social {
    display: inline-block;
    padding: 10px 0px;
    text-align: center;
    width: 36px;
}

.sign_up_text {
    display: inline-block;
    padding: 10px 14px;
    text-align: center;
}

.btn-facebook .sign_up_social {
    border-right: 1px solid #334d82;
}

.btn-facebook .sign_up_text {
    border-left: 1px solid #4c6bab;
}

.btn-google .sign_up_social {
    border-right: 1px solid #b24435;
}

.btn-google .sign_up_text {
    border-left: 1px solid #df6150;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
    opacity: 1.0;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    opacity: 1.0;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
    opacity: 1.0;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    opacity: 1.0;
}

i.icon.icon-back {
    /* background: url('../images/back-icon.png') no-repeat center center; */
    background-size: 22px;
    /*width: 30px;
    height: 30px;*/
}

i.icon.icon-bars {
    background: url('../images/menu-icon.png') no-repeat center center;
    background-size: 22px;
}

.select-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 8px 0;
    box-sizing: border-box;
    border: none;
    width: 100%;
    background: none;
    border-bottom: 1px solid #acacac;
    color: #000000;
    outline: none;
    background: url('../images/select-icon.png') no-repeat 98% center;
    background-size: 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
    text-indent: -2px;
}

body #signupPage .dropdown.bootstrap-select.select-control {
    padding: 0;
    width: 100% !important;
    max-width: none;
    background: none;
}

body #editProfilePage .dropdown.bootstrap-select.select-control {
    padding: 0;
    width: 100% !important;
    max-width: none;
    background: none;
}

body #edit_to_groceries .dropdown.bootstrap-select.select-control {
    padding: 0;
    width: 155px !important;
    max-width: none;
    background: none;
}

body #add_to_groceries .dropdown.bootstrap-select.select-control.groceryCategoryDropdown {
    padding: 0;
    width: 155px !important;
    max-width: none;
    background: none;
}

body #food_add_breakfast .dropdown.bootstrap-select.select-control {
    padding: 0;
    width: 145px !important;
    max-width: none;
    height: 30px;
    background: #eaeaea;
}

.dropdown.bootstrap-select.select-control .btn.dropdown-toggle.btn-default {
    background: none !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 13px;
    color: #000;
    padding-top: 8px;
    padding-bottom: 8px;
    height: 36px;
}

.dropdown.bootstrap-select.select-control .dropdown-menu>.active>a,
.dropdown.bootstrap-select.select-control .dropdown-menu>.active>a:focus,
.dropdown.bootstrap-select.select-control .dropdown-menu>.active>a:hover {
    background: none;
    color: #333;
}

.dropdown.bootstrap-select.select-control .dropdown-menu>li>a {
    white-space: pre-line;
}

.bootstrap-select .dropdown-menu {
    min-width: 100% !important;
    max-height: 140px;
}

.width-main {
    margin: 0 -10px;
    clear: both;
}

.width-50 {
    width: 50%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
}

.width-70 {
    width: 70%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
}

.width-30 {
    width: 30%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
}

.icon-notify {
    width: 17px;
    height: 24px;
    background: url('../images/notify-icon.png') no-repeat center center;
    background-size: 22px;
}

.toolbar img {
    max-height: 20px;
}

.toolbar span {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    margin: 0 4px;
}

.toolbar a {
    color: #000;
}

.toolbar {
    background: #fff;
}

.top-title-bar {
    background: #fff;
    margin: 0;
    box-shadow: 0 0 5px rgba(50, 50, 50, 0.3);
    padding: 3px 15px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 9;
}

.top-title-bar .left,
.top-title-bar .right {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.top-title-bar .center {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 18px;
    -webkit-flex-shrink: 10;
    -ms-flex: 0 10 auto;
    flex-shrink: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 2px 0;
}

.top-title-bar a {
    min-width: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0;
    font-size: 20px;
    color: #000;
}

i.icon.icon-right-arrow {
    width: 24px;
    height: 24px;
    background: url('../images/right-arrow.png') no-repeat center center;
    background-size: 10px;
}

i.icon.icon-left-arrow {
    width: 24px;
    height: 24px;
    background: url('../images/left-arrow.png') no-repeat center center;
    background-size: 10px;
}

.navbar a {
    color: #fff;
}

.toolbar {
    box-shadow: 0 0 5px rgba(50, 50, 50, 0.3);
}

.toolbar::before {
    display: none;
}

.navbar i {
    font-size: 20px;
}

.middle-status-bar {
    background: #fff;
    margin: 0;
    padding: 10px 8px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 56px;
}

.middle-status-bar .left,
.middle-status-bar .right {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    min-width: 100px;
}

.middle-status-bar .center {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    margin: 0;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 18px;
    -webkit-flex-shrink: 10;
    -ms-flex: 0 10 auto;
    flex-shrink: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.middle-status-bar a {
    min-width: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0;
    font-size: 20px;
    color: #000;
    margin: 0 auto;
}

.middle-status-bar .left img {
    max-width: 80px;
}

.middle-status-bar .center img {
    max-width: 100px;
}

.middle-status-bar .right img {
    max-width: 40px;
    margin: 0 auto;
}

.bottom-add-bar {
    background: #fff;
    margin: 0;
    padding: 10px 0px;
    box-sizing: border-box;
}

.new-breakfast-main {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 6px 15px 5px 15px;
}

.add-header {
    font-size: 18px;
    color: #ff9102;
    margin-bottom: 8px;
    margin-top: 5px;
    font-weight: bold;
}

.add-header a {
    color: #ff9102;
}

.added-content {
    margin: 0;
    padding: 10px 0 2px 0;
    box-sizing: border-box;
    display: table;
    table-layout: fixed;
    position: relative;
    border-top: 1px solid #eee;
    width: 100%;
}

.added-content .added-title,
.added-content .added-cal {
    display: inline-block;
    vertical-align: top;
}

tr {
    padding: 2px;
}

.added-content .added-measure {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    margin: 0;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 18px;
    width: 100px;
    display: inline-block;
    vertical-align: top;
}

.added-content a {
    min-width: 44px;
    margin: 0;
    font-size: 20px;
    color: #000;
}

.added-content .added-cal {
    font-size: 14px;
    color: #e94343;
    text-align: right;
    float: right;
    margin-top: 0px;
    font-weight: bold;
}

.added-content .added-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
    width: 50%;
    font-size: 14px;
    font-weight: bold;
}

.exerciseData .added-content .added-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
    width: 45% !important;
    font-size: 14px;
    font-weight: bold;
}

.title_text {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 5px 0;
    width: 100%;
    text-align: center;
}

.recipes_one img {
    max-width: 55%;
    border: 1px solid #ddd;
    display: inline-block;
}

.owl-carousel .owl-item .recipes_one img {
    display: inline-block;
}

.recipes_one {
    text-align: center;
    margin-bottom: 15px;
}

body .owl-theme .owl-dots {
    display: none;
}

body .owl-carousel .owl-nav button.owl-prev,
body .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    font-size: 45px;
    margin-top: -30px;
}

body .owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}

body .owl-carousel .owl-nav button.owl-next {
    right: 0px;
}

body .owl-theme .owl-nav [class*="owl-"]:hover {
    background: none;
    color: #000;
}

body .owl-theme .owl-nav .disabled {
    display: none;
}

.bottom-add-bar .new-breakfast-main:nth-child(2n+1) {
    background: #fcfcfc;
}

.groceries-bar {
    background: #fff;
    margin: 0;
    padding: 0px;
    box-sizing: border-box;
}

.new-groceries-main {
    border-bottom: 1px solid #eee;
    padding: 6px 15px 5px 15px;
}

.groceries-bar .new-groceries-main:nth-child(2n+1) {
    background: #fcfcfc;
}

.g-add-header {
    font-size: 15px;
    color: #ff9102;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
}

.g-added-content {
    margin: 0;
    padding: 10px 0;
    box-sizing: border-box;
    display: table;
    table-layout: fixed;
    position: relative;
    border-top: 1px solid #eee;
    width: 100%;
}

.g-added-content .g-added-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
}

.g-added-content .g-added-title,
.g-added-content .g-added-cal {
    display: table-cell;
    vertical-align: top;
}

.g-added-content .g-added-cal {
    font-size: 14px;
    color: #e94343;
    text-align: right;
}

.center-text {
    text-align: center;
}

a.btn-small,
.btn-small {
    padding: 9px 25px;
    background: #5c95a0;
    color: #fff;
    border-radius: 3px;
    border: none;
    width: auto;
    outline: none;
    font-weight: bold;
    font-size: 15px;
    display: inline-block;
}

.breakfast-added-content a {
    margin: 0;
    padding: 10px 15px;
    box-sizing: border-box;
    table-layout: fixed;
    position: relative;
    border-bottom: 1px solid #eee;
    width: 100%;
    color: #000;
    display: table;
}

.breakfast-added-content .breakfast-added-title {
    /*white-space: nowrap;*/
    padding-right: 10px;
    float: left;
    font-weight: bold;
    color: #0b0b0b;
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    width: 70%;
}

.breakfast-added-content .breakfast-added-cal {
    font-size: 14px;
    /*color: #e94343;*/
    color: #0d0b0b !important;
    text-align: right;
    float: right;
    font-weight: bold;
    margin-top: 10px;
}

.breakfast-added-content .breakfast-added-title,
.breakfast-added-content .g-added-cal {
    display: table-cell;
    vertical-align: top;
}

.new-bf-main {
    border: none;
    padding: 0;
}

.has-tabs .new-bf-main {
    padding-top: 45px;
}

.breakfast-bar {
    background: #fff;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* padding-top: 46px; */
}

.title-sub-text {
    font-size: 12px;
    color: #1F1D1D;
    margin-top: 2px;
    font-weight: normal;
}

.search-bar input {
    border: none;
    width: 100%;
}

.search-bar {
    background: #fff;
    margin: 0;
    box-shadow: 0 0 5px rgba(50, 50, 50, 0.3);
    padding: 3px 8px;
    position: absolute;
    width: 100%;
    z-index: 9;
}

.search-bar input {
    border: none;
    display: inline-block;
    width: 100%;
    padding: 10px 8px;
    box-sizing: border-box;
}

.search-bar .fal.fa-search {
    position: absolute;
    right: 13px;
    margin-top: 12px;
    /* top: 0; */
    font-size: 16px;
    color: #000;
}

.search-bar #searchWithBarcode {
    position: absolute;
    /*right: 50px !important;*/
    top: 15px;
    font-size: 16px;
    color: #000;
}

.search-bar #scanBarCode {
    position: absolute;
    right: 15px !important;
    top: 15px;
    font-size: 19px;
    color: #000;
}

.breakfast-detail-bar {
    background: #fff;
    margin: 0;
    padding: 0px;
    box-sizing: border-box;
}

.breakfast-detail-main {
    border-bottom: 1px solid #eee;
    padding: 6px 0;
    margin-bottom: 15px;
}

.breakfast-header {
    font-size: 15px;
    color: #ff9102;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0 15px;
}

.breakfast-content {
    margin: 0;
    padding: 10px 15px;
    box-sizing: border-box;
    display: table;
    table-layout: fixed;
    position: relative;
    border-top: 1px solid #eee;
    width: 100%;
}

.breakfast-content .breakfast-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
}

.breakfast-content .breakfast-cal {
    font-size: 14px;
    color: #e94343;
    text-align: right;
}

.breakfast-content .breakfast-title,
.breakfast-content .breakfast-cal {
    display: table-cell;
    vertical-align: top;
}

.add-water-bar {
    padding: 30px 30px;
}

.add-water-bar .col-md-3 {
    padding: 0;
    margin-bottom: 30px;
}

.add-water-bar img {
    max-width: 50px;
    transition: visibility 0s, opacity 0.5s linear;
    opacity: 0.5;
}

.input_water {
    margin-top: 30px;
    margin-bottom: 20px;
}

.input_water input {
    border: none;
    border-bottom: 1px solid #b7b7b7;
    max-width: 65px;
}

.water-fixed-lbl label {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #b7b7b7;
    margin: 0 6px;
    border-radius: 2px;
    text-align: center;
}

.navbar a.icon-only {
    min-width: 0px;
    position: relative;
}

.msg_count {
    position: absolute;
    right: -7px;
    top: 5px;
    background: #5c95a0;
    color: #fff;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    font-family: 'open_sansregular';
}

.navbar-inner,
.toolbar-inner {
    padding: 0 15px;
}

.toolbar img {
    max-height: 20px;
}

.status_top {
    margin: 0 -8px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.width_30_top {
    float: left;
    width: 33.33%;
    padding: 0 8px;
}

.status_inner {
    background: #cccccc;
    height: 4px;
}

.width_30_top.active_status .status_inner {
    background: #5c95a0;
}

.status_boxes .checkbox,
.status_boxes .radio {
    margin-top: 0px;
    margin-bottom: 16px;
    display: inline-block;
    width: 100%;
}

.status_boxes_new .checkbox {
    margin-top: 0px;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}

.text_skip a {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    font-weight: normal;
    font-family: 'open_sansregular';
}

.menu-text-left {
    margin-left: 18px;
}

.add-header .fas.fa-plus-circle {
    font-size: 22px;
    vertical-align: text-bottom;
}

.menu-content-block p {
    padding: 10px 20px;
    color: #000000;
    margin-bottom: 0;
    border-bottom: 1px solid #c3c3c3;
    height: 50px;
    line-height: 26px;
}

.menu-content-block .user_info {
    background: #efefef;
    color: #5d5d5d;
    border-bottom: 1px solid #ddd;
    height: auto;
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}

.panel.panel-left.panel-reveal {
    border: none;
    border-radius: 0;
}

.cal_percent {
    display: inline-block;
    width: 100%;
    margin-top: 6px;
}

.cal_percent>div {
    float: left;
    font-size: 7px;
    padding: 1px 3px;
    color: #fff;
    line-height: normal;
}

div.hidden {
    display: none
}

.cabs_p {
    background: #4f4f4f;
}

.fat_p {
    background: #d37802;
}

.prot_p {
    background: #53ac15;
}

.breakfast-added-title img {
    float: left;
    width: 40px;
    margin-right: 7px;
    border: 1px solid #ccc;
    margin-top: 4px;
    height: 35px;
}

.edit_food a {
    font-size: 16px;
}

.edit_food {
    padding-right: 12px;
    vertical-align: top;
    font-size: 15px;
    margin-top: 0px;
    display: inline-block;
}

p.remain_goal {
    font-size: 13px;
    color: #000;
    font-weight: bold;
}

.popup_model.modal {
    width: auto;
    margin-left: 0px;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    padding: 0px !important;
    border-radius: 0px;
    text-align: left;
    background: rgba(0, 0, 0, 0.5);
}

.popup_model.modal .modal-dialog {
    margin: 0px;
    margin-top: 0px;
    padding: 15px;
}

.popup_model.modal h3 {
    font-size: 16px;
    margin: 5px 0 10px 0;
    font-family: 'open_sansbold';
}

.accordion_group .panel {
    display: block;
    position: static;
    width: 100%;
}

.accordion_group .panel-default>.panel-heading {
    padding-left: 8px;
    background: none;
    border: none;
}

.accordion_group .panel-default {
    /*border: none;*/
}

.accordion_group .panel-default>.panel-heading .panel-title a {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.accordion_group .panel-default>.panel-heading i {
    margin-right: 4px;
    width: 16px;
}

.accordion_group .panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding: 0px;
    border-color: #f8f8f8;
    padding-right: 0px;
    overflow: hidden;
}

.accordion_group .panel-default>.panel-heading+.panel-collapse>.panel-body a {
    color: #000;
}

.orange_btn,
a.orange_btn {
    padding: 8px 20px;
    background: #5c95a0 !important;
    color: #fff !important;
    border-radius: 2px;
    border: none;
    width: auto;
    outline: none;
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    line-height: normal;
    font-weight: bold;
}
.red_btn,
a.red_btn {
    padding: 8px 20px;
    background: #FF0000 !important;
    color: #fff !important;
    border-radius: 2px;
    border: none;
    width: auto;
    outline: none;
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    line-height: normal;
    font-weight: bold;
}

.edit_txt {
    display: inline-block;
}

.edit_txt input {
    display: inline-block;
    max-width: 46px;
    text-align: center;
    background: #fff;
    border: none;
    font-size: 13px;
    padding: 2px 3px;
    border: 1px solid #ccc;
}

.remain_goal_inn {
    padding: 5px;
    background: #f9f9f9;
    border: 1px solid #eeeeee;
    font-size: 11px;
}

.remain_goal_inn p {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 5px;
}

.remain_goal_inn .col-md-3 {
    width: 25%;
    padding-right: 0;
    font-weight: bold;
}

.dat_graph {
    display: block;
    width: 100%;
    background: #dbdbdb;
    height: 3px;
    position: relative;
    margin-top: 4px;
    margin-bottom: 2px;
}

.dat_graph span {
    height: 3px;
    position: absolute;
}

.cal_info .dat_graph span {
    background: #e94343;
}

.carb_info .dat_graph span {
    background: #4f4f4f;
}

.fat_info .dat_graph span {
    background: #d37802;
}

.prot_info .dat_graph span {
    background: #53ac15;
}

.remain_goal_inn .col-md-3.cal_info {
    color: #e94343;
}

.remain_goal_inn .col-md-3.carb_info {
    color: #4f4f4f;
}

.remain_goal_inn .col-md-3.fat_info {
    color: #d37802;
}

.remain_goal_inn .col-md-3.prot_info {
    color: #53ac15;
}

.graph_caption {
    font-size: 10px;
    color: #3e4d58;
}

.remain_goal_inn .row {
    margin-right: 0;
}

.add_food_model .remain_goal_main {
    margin-bottom: 15px;
    margin-top: 0px;
}

.nutrition_facts {
    display: inline-block;
    width: 100%;
    margin-bottom: 12px;
}

.nutrition_facts p {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 5px;
}

.nut_row {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #f7f7f7;
    float: left;
}

.nut_row .nut_title {
    float: left;
    color: #000;
    font-size: 14px;
}

.nut_row .nut_cal {
    float: right;
    font-size: 14px;
}

.nut_row .nut_cal.nut_cal_info {
    color: #000;
}

.nut_row .nut_cal.nut_carb_info {
    color: #4f4f4f;
}

.nut_row .nut_cal.nut_fat_info {
    color: #4f4f4f;
}

.nut_row .nut_cal.nut_prot_info {
    color: #4f4f4f;
}

.add_food_model p {
    font-size: 14px;
}

.tab-bar {
    display: inline-block;
    position: fixed;
    width: 100%;
    z-index: 8;
    background: #fff;
    box-shadow: 0 0 5px rgba(50, 50, 50, 0.3);
}

.tab_0 {
    float: left;
    width: 25%;
}

.tab_1 {
    float: left;
    width: 33.33%;
}

.tab_1 a {
    padding: 12px 10px;
    border-bottom: 3px solid #ddd;
    text-align: center;
    display: inline-block;
    width: 100%;
    color: #000000;
    font-weight: bold;
    font-size: 15px;
}

.tab_0 a {
    padding: 12px 10px;
    border-bottom: 3px solid #ddd;
    text-align: center;
    display: inline-block;
    width: 100%;
    color: #000000;
    font-weight: bold;
    font-size: 15px;
}

.tab_1.active_tab a {
    border-bottom: 3px solid #5c95a0;
}

.tab_0.active_tab a {
    border-bottom: 3px solid #5c95a0;
}

.active_footer {
    border-bottom: 3px solid #5c95a0;
}

.menu-content-block a {
    color: #000;
    width: 100%;
    display: inline;
    font-weight: bold;
    font-size: 15px;
}

.menu-content-block .navbar-close {
    margin-left: 45%;
    font-size: 18px;
}

.add-food-icon {
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.add-food-icon img {
    max-width: 40px;
}

.sucess_msg {
    padding: 5px 5px 7px 8px;
    background: #a1d3fd;
    font-size: 12px;
    border-radius: 3px;
    color: #414d57;
}

.required_field {
    color: #F00;
    font-size: 12px;
    margin-top: 5px;
}

.bootstrap-select .dropdown-menu.inner li:first-child {
    /*display: none;*/
}

.bootstrap-select .dropdown-menu.inner li a {
    font-size: 13px;
}

.height_field_1 {
    float: left;
    width: 50%;
    position: relative;
}

.label__checkbox {
    display: none;
}

.label__text {
    display: inline-block;
    vertical-align: baseline;
}

.label__check {
    display: inline-block;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #f0f0f0;
    vertical-align: middle;
    margin-right: 5px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border 0.3s ease;
}

.label__check i.icon {
    opacity: 0;
    visibility: hidden;
    font-size: calc(1rem + 1vw);
    color: transparent;
}

.label__checkbox:checked+.label__text .label__check {
    background: #5c95a0;
}

.label__checkbox:checked+.label__text .label__check .icon {
    opacity: 1;
    color: white;
    visibility: visible;
}

.status_boxes .checkbox label {
    padding-left: 0px;
}

.status_boxes_new .checkbox label {
    padding-left: 0px;
}

.panel.panel-left.panel-cover {
    border: none;
    border-radius: 0;
}

body.with-panel-left-cover .panel-overlay {
    opacity: 0.5;
    background: rgba(0, 0, 0, 0.5);
}

.profile_pic {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #5c95a0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: normal;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.menu_icon {
    display: inline-block;
    width: 30px;
    margin-right: 5px;
    text-align: center;
}

.menu_icon img {
    max-width: 25px;
}

.floating-label.no_editable input~label {
    top: -8px;
    left: 0px;
    font-size: 10px;
}

.edit_profile .content-block {}

.edit_profile .field-main.upload_profile {}

.edit_profile .profile_pic {
    width: 100%;
    border-radius: 0px;
    font-size: 30px;
    height: 80px;
    line-height: 80px;
    background: #d2d2d2;
}

.edit_profile label {
    width: 100%;
    display: inline-block;
}

.edit_profile label input[type="file"] {
    visibility: hidden;
    display: none;
}

.reminder-add-bar {
    background: #fff;
    margin: 0;
    padding: 0px;
    box-sizing: border-box;
}

.new-reminder-main {
    padding: 0px;
}

.added-reminder {
    margin: 0;
    /*padding: 12px 15px;*/
    box-sizing: border-box;
    display: table;
    table-layout: fixed;
    position: relative;
    /*border-bottom: 1px solid #eee;*/
    width: 100%;
}

.added-reminder .added-r-title,
.added-reminder .added-r-cal {
    display: inline-block;
    vertical-align: top;
}

.added-reminder .added-r-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
    min-width: 40%;
    font-size: 14px;
    font-weight: bold;
}

.added-reminder .added-r-measure {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    margin: 0;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
}

.added-reminder .added-r-cal {
    font-size: 13px;
    color: #e94343;
    text-align: right;
    float: right;
    margin-top: 2px;
    /*display: none;*/
}

.added-r-cal .switch {
    display: inline-block;
    height: 18px;
    position: relative;
    width: 36px;
    margin: 0;
}

.added-r-cal .switch input {
    display: none;
}

.added-r-cal .slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

.added-r-cal .slider::before {
    background-color: #fff;
    bottom: 2px;
    content: "";
    height: 14px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 14px;
}

.added-r-cal input:checked+.slider {
    background-color: #524d67;
}

.added-r-cal input:checked+.slider:before {
    transform: translateX(14px);
}

.added-r-cal .slider.round {
    border-radius: 34px;
}

.added-r-cal .slider.round:before {
    border-radius: 50%;
}

.friends-bar {
    background: #fff;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.tab_50-bar {
    display: block;
    position: fixed;
    width: 100%;
    background: #ffffff;
    z-index: 8;
}

.tab_50 {
    float: left;
    width: 50%;
}

.tab_50 a {
    padding: 12px 10px;
    border-bottom: 3px solid #ddd;
    text-align: center;
    display: inline-block;
    width: 100%;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
}

.tab_50.active_tab a {
    border-bottom: 3px solid #5c95a0;
}

.friend-list-main {
    border: none;
    padding: 0;
    padding-top: 48px;
}

.friends-added-content {
    padding: 10px 15px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #8e8e93;
    overflow: hidden;
}

.friends-added-content .friends-added-title {
    white-space: nowrap;
    padding-right: 10px;
    float: left;
    line-height: 26px;
    position: relative;
}

.friends-added-title img {
    float: left;
    width: 30px;
    margin-right: 10px;
    border: 1px solid #ccc;
    margin-top: 0px;
}

.friends-added-content .friends-added-cal {
    font-size: 20px;
    color: #4c4c4c;
    text-align: right;
    float: right;
    margin-top: 0px;
    margin-left: 10px;
}

.friends-added-content .friends-added-cal a {
    color: #4c4c4c;
}

.friends-added-content .friends-added-title a {
    color: #000;
    float: left;
    font-weight: bold;
}

.chat_msg_user {
    margin-left: 10px;
    position: relative;
    float: left;
    font-size: 16px;
}

.chat_msg_user i {
    margin-top: 8px;
}

.chat_msg_user .msg_count {
    top: 0px;
    background: #e94343;
}

.friends-added-content .friends-added-cal.add_to_friend a {
    color: #63ce18;
    font-size: 24px;
}

.friends-added-content .friends-added-cal.no_to_friend a {
    color: #e94343;
    font-size: 24px;
}

.food-near-bar {
    background: #fff;
    margin: 0;
    padding: 0px;
    box-sizing: border-box;
}

.food-near-bar-main {
    padding: 0px;
}

.food-near-bar-main img {
    max-width: 100%;
}

.user_email {
    font-size: 12px;
    color: #3D3D3D;
    font-weight: normal;
}

.has-email-id .friends-added-title .profile_pic {
    float: left;
}

.has-email-id .friends-added-content .friends-added-title {
    line-height: normal;
    font-weight: bold;
}

.invite_screen textarea.field-control {
    height: 110px;
    resize: none;
}

.friends-profile .top-title-bar {
    position: relative;
    box-shadow: none;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.friends-profile .middle-status-bar {
    padding-top: 10px;
}

.friends-profile .added-content .added-title {
    line-height: 22px;
}

.top-user-info {
    background: #fff;
    position: relative;
    z-index: 10;
}

body .modal-content {
    border-radius: 4px;
    border: none;
}

.content-block.top-user-info p {
    margin-bottom: 3px;
}

.added-content .added-cal.exe-cal {
    color: #63ce18;
}

.navbar .chat_msg_user {
    margin-left: 0;
}

.inbox_people {
    background: #f8f8f8 none repeat scroll 0 0;
    float: left;
    overflow: hidden;
    width: 40%;
    border-right: 1px solid #c4c4c4;
}

.inbox_msg {
    border: 1px solid #c4c4c4;
    clear: both;
    overflow: hidden;
}

.top_spac {
    margin: 20px 0 0;
}

.recent_heading {
    float: left;
    width: 40%;
}

.srch_bar {
    display: inline-block;
    text-align: right;
    width: 60%;
}

.headind_srch {
    padding: 10px 29px 10px 20px;
    overflow: hidden;
    border-bottom: 1px solid #c4c4c4;
}

.recent_heading h4 {
    color: #05728f;
    font-size: 21px;
    margin: auto;
}

.srch_bar input {
    border: 1px solid #cdcdcd;
    border-width: 0 0 1px 0;
    width: 80%;
    padding: 2px 0 4px 6px;
    background: none;
}

.srch_bar .input-group-addon button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 0;
    color: #707070;
    font-size: 18px;
}

.srch_bar .input-group-addon {
    margin: 0 0 0 -27px;
}

.chat_ib h5 {
    font-size: 15px;
    color: #464646;
    margin: 0 0 8px 0;
}

.chat_ib h5 span {
    font-size: 13px;
    float: right;
}

.chat_ib p {
    font-size: 14px;
    color: #989898;
    margin: auto
}

.chat_img {
    float: left;
    width: 11%;
}

.chat_ib {
    float: left;
    padding: 0 0 0 15px;
    width: 88%;
}

.chat_people {
    overflow: hidden;
    clear: both;
}

.chat_list {
    border-bottom: 1px solid #c4c4c4;
    margin: 0;
    padding: 18px 16px 10px;
}

.inbox_chat {
    height: 550px;
    overflow-y: scroll;
}

.active_chat {
    background: #ebebeb;
}

.incoming_msg_img {
    display: inline-block;
    width: 6%;
}

.received_msg {
    display: inline-block;
    padding: 0px;
    vertical-align: top;
    width: 92%;
}

.received_withd_msg p {
    background: #509ee2;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px 5px 12px;
    width: 100%;
}

.time_date {
    color: #747474;
    display: block;
    font-size: 11px;
    margin: 4px 0 0;
}

.received_withd_msg {
    width: 65%;
}

.mesgs {
    float: left;
    padding: 10px 0;
    width: 100%;
}

.sent_msg p {
    background: #fff;
    border-radius: 3px;
    font-size: 14px;
    margin: 0;
    color: #444444;
    padding: 5px 10px 5px 12px;
    width: 100%;
    box-shadow: 0 0 5px rgba(50, 50, 50, 0.3);
}

.incoming_msg {
    padding: 0 15px;
}

.outgoing_msg {
    overflow: hidden;
    margin: 15px 0 20px;
    padding: 0 15px;
}

.sent_msg {
    float: right;
    width: 65%;
}

.input_msg_write input {
    background: none;
    border: none;
    color: #4c4c4c;
    font-size: 15px;
    min-height: 55px;
    width: 85%;
    padding: 0;
}

.type_msg {
    border-top: 1px solid #c4c4c4;
    position: relative;
}

.msg_send_btn {
    background: #63ce18;
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    height: 33px;
    position: absolute;
    right: 15px;
    top: 11px;
    width: 33px;
}

.messaging {
    padding: 0 0 50px 0;
}

.msg_history {
    height: auto;
    overflow-y: auto;
    padding-bottom: 0px;
}

.page-content.chat-screen {
    background: #f3f3f3;
}

.type_msg {
    border-top: 1px solid #c4c4c4;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 0 15px;
}

.up_image img {
    max-width: 100%;
}

.search_ingred i {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 16px;
    color: #000;
}

.field-main.cal_count p,
.field-main.cal_count p a {
    margin-bottom: 2px;
    color: #e94343;
}

.save_recipe_screen .btn-control.save_recipe {
    position: fixed;
    bottom: 0;
    left: 0;
    border-radius: 0;
    z-index: 99;
}

.save_recipe_screen {
    padding-bottom: 50px;
}

.field-main.up_image {
    position: relative;
}

.up_image .remove_img {
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 18px;
    color: #e94343;
}

.field-main.up_image p {
    margin-bottom: 5px;
}

.remove_img i {
    background: #fff;
    border-radius: 50%;
}

.recipe-bar {
    background: #fff;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.recipe-new-main {
    border-top: 1px solid #eee;
    padding: 0;
    margin: 0 -15px;
}

.recipe-new-content {
    display: table;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.active_delete_row {
    background: #f5f5f5;
}

.recipe-new-content a.delete_show {
    display: table-cell;
}

.recipe-new-content a {
    margin: 0;
    padding: 10px 15px;
    box-sizing: border-box;
    position: relative;
    color: #000;
}

.recipe-new-content .recipe-added-title {
    white-space: nowrap;
    padding-right: 10px;
    float: left;
    font-size: 13px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70%;
}

.recipe-new-content .recipe-added-title,
.recipe-new-content .recipe-added-cal {
    display: table-cell;
    vertical-align: top;
}

.title-recipe-text {
    font-size: 12px;
    color: #7a7a7a;
    margin-top: 2px;
    font-weight: normal;
}

.recipe-new-content .recipe-added-cal {
    font-size: 14px;
    color: #e94343;
    text-align: right;
    float: right;
    padding: 10px 15px;
    display: table-cell;
}

.recipe-new-content .edit_txt input {
    margin-top: 8px;
    color: #777777;
}

.check-enable {
    margin-top: 6px;
    margin-left: 10px;
    font-size: 20px;
    color: #cccccc;
    display: none;
}

.active_chk .check-enable {
    color: #63ce18;
}

.visible_chk .check-enable {
    display: block;
}

.navbar a.icon-only.delete_ing {
    display: none;
}

.active_delete_row {
    background: #f5f5f5;
}

.remain_goal_main {
    margin-bottom: 12px;
}

.modal-body p:last-child {
    margin-bottom: 8px;
}

.modal-body {
    padding: 8px 15px;
}

.active_link {
    background: #cbe6b8;
}


/*.txt_active {
    display: none;
}*/

span.txt_active input {
    width: 115px;
    text-align: center;
    padding: 2px 5px;
    background: #fff;
    border: 1px solid #b2b2b2;
    color: #000;
}


/*.navbar a.link.show_lbl_reminder {
    display: none;
}*/

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

vertical-align-center .modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
}

.friends-added-content p {
    margin: 0;
    font-size: 16px;
}

.recipe-new-content {
    display: table;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.recipe-new-content a.delete_show {
    display: table-cell;
}

.edit_txt span.lbl_edit_cal {
    display: inline-block;
    min-width: 24px;
    width: auto;
    text-align: center;
    font-size: 12px;
}

.fill_water {
    display: none;
}

.active_water .empty_water {
    display: none;
}

.active_water .fill_water {
    display: block;
    opacity: 1;
}

.nutrition_facts_table {
    margin: 10px 0;
}

.nutrition_facts_table table {
    width: 100%;
    position: relative;
}

.nutrition_facts_table table tr th,
.nutrition_facts_table table tr td {
    padding: 7px 5px;
    border-bottom: 1px solid #eee;
}

.nutrition_facts_table table tr td.percent_val {
    padding: 0px;
    border: none;
}

.minus {
    color: #5c95a0;
}

.no_tab {
    padding-top: 0px;
}

.friend-list-main .checkbox {
    margin: 0px;
}

.prepared-list {
    display: inline-block;
    width: 100%;
}

.prepared-one {
    float: left;
    width: 50%;
    margin-bottom: 15px;
    padding: 0 5px;
}

.prepared-one img {
    width: 100%;
}

.owl-carousel.prepared-list .prepared-one {
    text-align: center;
    width: 100%;
    padding: 0 30px;
}

.pre-image {
    position: relative;
}

.pre-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 4px;
}

.pre-title {
    text-align: center;
    margin-top: 5px;
    font-weight: bold;
}

.prepared-desc {
    display: inline-block;
    margin-top: 25px;
    text-align: left;
}

.prepared-desc ul {
    padding-left: 20px;
}

.prepared-desc ul li {
    font-size: 12px;
}

.pre-title a {
    color: #000;
}

.add_view_list {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.add_view_list a {
    display: inline-block;
    margin: 0 2px;
    padding: 5px 7px;
    border: 1px solid #5c95a0;
    min-width: 65px;
    font-size: 14px;
    margin-bottom: 8px;
}

.pre-overlay ul {
    padding-left: 15px;
}

.pre-overlay ul li {
    padding: 0;
    float: left;
    width: 50%;
    font-size: 9px;
    color: #fff;
}

.prepared-one:nth-child(2n+1) {
    clear: both;
}

.nutrition_facts_table table tr {
    position: relative;
}

.percent_nutrients {
    height: 3px;
    background: #63ce18;
    margin-top: -2px;
    max-width: 100%;
    float: left;
}


/*.navbar a.icon-only.delete_groceries {
    display: none;
}*/

.food-categories .recipes_one {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.food-categories .recipes_one img {
    max-width: 200px;
}

.recipes_one .owl-carousel .owl-item img {
    display: inline-block;
}

.g-added-content.active_icon .check-enable {
    color: #63ce18;
}

.food-categories .recipes_one img {
    max-width: 200px;
}

.g-added-content.active_icon .check-enable {
    color: #63ce18;
}

.g-added-content .check-enable {
    margin-top: -3px;
}

.profile-image {
    text-align: center;
}

.page[data-page="groceries"] .g-added-content .g-added-cal {
    color: #000;
}

.delete_groceries {
    margin-left: 5px;
}

.add_item_groceries .edit_txt input,
.add_item_groceries .edit_txt select {
    width: 155px;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 13px;
    text-align: left;
    max-width: none;
    padding: 2px 3px;
}

.show_sicky_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: #fff;
    margin: 0;
    padding: 16px 0;
}

.groceries-page .groceries-bar {
    padding-bottom: 75px;
}

.typeahead.dropdown-menu {
    max-width: 150px;
    max-height: 100px;
    overflow-x: auto;
    border-radius: 0px;
}

.typeahead.dropdown-menu>.active>a,
.typeahead.dropdown-menu>.active>a:focus,
.typeahead.dropdown-menu>.active>a:hover {
    background: #5c95a0 !important;
}

.navbar a.icon-only.delete_groceries,
.navbar a.icon-only.edit_groceries {
    display: none;
}

.g-added-content.active_icon .check-enable {
    color: #63ce18;
}

.g-added-content .check-enable {
    margin-top: -3px;
}

.text-center img {
    height: 135px;
}

.pre-image img {
    height: 154px;
}

.groceries-page .groceries-bar {
    padding-bottom: 75px;
}

.typeahead.dropdown-menu {
    max-width: 150px;
    max-height: 100px;
    overflow-x: auto;
    border-radius: 0px;
}

.typeahead.dropdown-menu>.active>a,
.typeahead.dropdown-menu>.active>a:focus,
.typeahead.dropdown-menu>.active>a:hover {
    background: #5c95a0 !important;
}

body.hasnofooter .view.view-main {
    padding-bottom: 0px !important;
}

body.hasnofooter .toolbar.footer_tool {
    display: none !important;
}

.popup_model.modal .open_recipe_list {
    font-size: 14px;
    margin-left: 10px;
    font-family: 'open_sansregular';
}

#editRecipeMsg {
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
}

#editMealMsg {
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
}

.panel-left.panel {
    width: 80% !important;
}

* {
    -webkit-user-select: auto;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input {
    -webkit-user-select: auto !important;
    -khtml-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}

* {
    /* -webkit-user-drag: none;
    -moz-user-drag: none; Admin@123
    -ms-user-drag: none;
    user-drag: none; */
    -webkit-user-drag: none;
    -ms-user-drag: none;
    -moz-user-drag: none;
    user-drag: none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none; 
    user-select:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

.notification-span {
    vertical-align: super;
    margin-right: 10px;
}

.add-meal-a {
    text-decoration: underline;
    font-size: 14px;
    font-weight: bold;
}

.barcode-scan {
    width: 16%;
    height: 46px;
    display: inline-block;
    position: fixed;
    z-index: 9999;
    right: 0;
    background-color: #fff;
    text-align: center;
}

.barcode-scan img {
    width: 32px;
    margin-top: 7px;
}

.work-total-cal {
    color: #000;
    padding-right: 10px;
    font-weight: normal;
}

.btn-log-work,
a.btn-log-work {
    background: #5c95a0;
    color: #fff;
    font-weight: normal;
    font-size: 13px;
    padding: 2px 10px;
    display: inline-block;
    border-radius: 2px;
}

.w-group-main .g-add-header {
    color: #000;
}

.w-cal-add {
    clear: both;
    margin: 5px 0;
    float: right;
    color: #000;
}

.m-top-15 {
    margin-top: 15px;
}

.w-group-main {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

#qrScanPreview {
    display: block;
    position: fixed;
    width: 100%;
    /*z-index: 9999999;*/
    top: 0;
    height: 100%;
    background: transparent;
    text-align: center;
    vertical-align: middle;
}

#qrScanPreview #previewHolder {
    padding-top: calc(55% - 50px);
    background: transparent;
    height: 80%;
}

#qrScanPreview .qrScanBtnHolder {
    background: white;
    height: 100%;
    margin-top: 10%;
    padding-top: 5%;
}

#fastFoodListingPage .recipes_one {
    margin-bottom: 25px;
}

.more-icon {
    float: right;
    color: #1b1b1b;
    font-size: 14px;
}

.more-icon a {
    color: #1b1b1b;
}

.select-dropdown {
    width: 100%;
    padding: 7px;
    border-radius: 5px;
    background-color: #fff;
}

.icon-edit {
    margin-right: 10px;
    font-size: 12px;
    color: #5c95a0;
}

.icon-edit i {
    margin-top: 8px;
    font-size: 18px;
}

.icon-del {
    margin-right: 10px;
    font-size: 18px;
    color: #ff2d5d;
}

.icon-del i {
    margin-top: 8px;
}

.step-counter {
    width: 60px;
    border-radius: 0px !important;
    text-align: center;
    padding: 5px 0;
}

.treatment-counter {
    width: 60px;
    border-radius: 0px !important;
    text-align: center;
    padding: 5px 0;
}

.length-counter {
    width: 60px;
    border-radius: 0px !important;
    text-align: center;
    padding: 5px 0;
}

.up_count {
    /*margin-bottom: 10px;*/
    margin-left: -4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background: #cacaca;
    color: #000;
    font-weight: bold;
    border-color: #cacaca;
}

.down_count {
    /*margin-bottom: 10px;*/
    margin-right: -4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background: #cacaca;
    color: #000;
    font-weight: bold;
    border-color: #cacaca;
}

.schedule-span {
    display: inline-block;
    padding: 5px;
    /*width: 25%;*/
    font-size: 14px;
    font-weight: 600;
}

.schedule-text {
    vertical-align: text-bottom;
    margin-left: 2px;
    font-weight: bold;
    color: #000;
}

.program-icon img {
    margin: 0 10px;
}

.shop-detail-title {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    width: 33%;
    float: left;
    height: 18px;
    /*margin-top: 2px;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.shop-detail-content {
    width: 67%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.view-report {
    font-size: 18px;
}

.card_color {
    background: antiquewhite;
}

td,
tr {
    padding: 5px;
}


/* table css*/

.tg {
    border-collapse: collapse;
    border-spacing: 0;
}

.tg td {
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: black;
}

.tg th {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: black;
}

.tg .tg-0pky {
    border-color: inherit;
    text-align: left;
    vertical-align: top
}

.tg .tg-0lax {
    text-align: left;
    vertical-align: top
}

.bg-even {
    background-color: whitesmoke;
}

.bg-odd {
    background-color: white;
}

.border-none {
    border: 0;
}

.list ul:before,
.list ul:after {
    content: none;
}

.list .item-content {
    padding-left: 0px;
}

.list .item-inner {
    padding-left: 15px;
    padding-top: 0;
}


/*Radiobutton*/

.lengend-action-buttons {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

label {
    font-weight: normal;
    font-size: 14px;
    Color: #666666;
    display: block;
    cursor: pointer;
}

[type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

[type="radio"]+span:before {
    content: '';
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    vertical-align: -0.10em;
    border-radius: 1em;
    border: 0.35em solid #fff;
    box-shadow: 0 0 0 0.10em #36B18D;
    margin-right: 0.75em;
    transition: 0.5s ease all;
}

[type="radio"]:checked+span:before {
    background: #36B18D;
    box-shadow: 0 0 0 0.10em #36B18D;
}

[type="radio"]:focus+span::after {
    font-size: 1.2em;
    line-height: 1;
    vertical-align: -0.125em;
}


/*Radiobutton*/


/*.navbar-bg {
    background-color: #524d67 !important;
}*/

.food-allergies-main li {
    list-style-type: none;
}


/*.navbar-inner .if-not-md{
    display: none;
}*/

.smart-select .item-after {
    font-weight: 600;
    color: #000;
}

.list input[type="datetime-local"] {
    max-width: unset;
}

.md label.item-content {
    padding-left: 10px;
}

.md .smart-select label.item-content {
    padding-left: 0px;
}

.md label.item-radio:not(.item-radio-icon-end)>.icon-radio,
label.item-checkbox>.icon-checkbox {
    margin-right: 0;
}

.ios label.item-radio-icon-start>.icon-radio {
    margin-right: 0;
}

.f7-icons {
    font-family: framework7 icons;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    font-feature-settings: "liga";
    text-align: center;
}

.material-icons {
    font-family: material icons;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

.textarea {
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    border: 1px solid gray;
    border-radius: 5px;
    height: 100px;
    overflow: auto;
    padding: 2px;
    resize: both;
    width: 100%;
}

.textarea:focus .input-focused {
    border: 1px solid #007aff;
}


/* .badge {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 5px 10px;
    border-radius: 50%;
    background: red;
    color: white;
  } */

  
  .badge {
    position: relative;
    z-index: 1;
    top: -12px;
    left: -16px;
    background: lightgreen;
    border-radius: 50%;
    color: black;
  }

  .dot {
    height: 30px;
    width: 30px;
    border-radius: 60%;
    display: grid;
    align-content: center;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
  }

  label.item-checkbox {
    transition-duration: 0ms !important;
}

/* 
phase 2
*/
.client-tab-main
{
    display: block;
}
.client-tab-ul
{
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
     
}
.client-tab-li
{
    width: 25%;
    text-align: center;
    color: #fff;
  
}
.client-tab-li a
{
    color: #fff;
    width: 100%;
    display: block;
    padding: 12px 0 7px 0px; 
}
.client-tab-li.active
{
    border-bottom: 5px solid #1B1B1B;
}
.client-tab-programs
{
   background-color: #4c81bd; 
}
.client-tab-sessions
{
    background-color: #d26278;    
}
.client-tab-mastery
{
    background-color: #7084ed;  
}
.client-tab-treatment
{
    background-color: #50ac75;  
}
.nextdate-session-tab
{
    text-align: left;
    margin: 10px 0;
    font-size: 14px;
    padding-left: 14px;
}
.session-time-list-header
{
    text-align: center;
    font-weight: bold;
}
.session-time-list .session-list-inner 
{
    padding: 0 !important;
}
.session-time-cols
{
    width: 35%;
    text-align: left;
    font-size: 14px;
    padding:0px 5px;

}
.session-time-cols-last
{
    width: 6%;
}
 .export-content-link.btn-small.btn-secondary
 {
    padding: 6px 8px;

 }
.treatment-block-heading
{
    padding: 10px 0px;
    text-align: center;
    background-color: #efefef;
    font-weight: bold;
    font-size: 16px;
    position: relative;
}
.treatment_client_label
{
    font-weight: bold;
    width: 45%;
}
.table-borderless
{
    margin: 0 auto;
    width: 90%;
}
 
table.table-borderless>tbody>tr>td
  {
    border: none;
    padding: 12px 0px;
}
.treatment_client_label_list
{
    font-weight: bold;
    width: 35%;
}
#cleient-edit-top
{
    position: absolute;
    top:5px;
    right: 0px;
}

 .treatment-edit-icon
 {
     width: 5%;
 }
 .mastery-main .toolbar-inner
 {
     padding: 0px;
 }
.mastery-tab
{
    border: none !important;
    background-color: #dfdfdf  !important;
    font-size: 16px;
}
.mastery-tab.tab-link-active
{
   
    color: #000 !important;
    background-color: #f5f5f5 !important;
}
.mastery-table,.mastery-popup-table
{
    width: 100%;
    margin: 10px auto;

}
.mastery-table thead tr td,.mastery-popup-table thead tr td
{
    font-weight: bold;
}
.mastery-popup-table tr td 
{
    padding: 8px 2px !important;
}
.deletesessionSchedule
{
    margin-left: 25px;
}
.deletesessionScheduleremote
{
    margin-left: 15px;
}
.Select_targets_list_ul
{
    width: 100%;
    display: block;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 6px;
    top:180px;
    border: 1px solid #1B1B1B; 

}
.target_list_main {
    width: 100%;
    float: left;
    font-size: 16px;
}
.target_list_title {
    width: 70%;
    float: left;
}
.target_list_count {
    width: 15%;
    float: left;
}
.target_list_checkbox {
    float: left;
    width: 15%;
    text-align: center;
}
li.target_list_li {
     
    line-height: 30px;
}
.select-target-button-right
{
    text-align: right;
}
.hide-top-tab
{
    display: none !important;
}
.tab-link-flex
{
    flex: 1;
}
#addClientPage .select-dropdown,#editClient .select-dropdown
{
    padding: 7px 0px;
}
 
.session-time-list .accordion-item-opened
{
    background: #f1f1f1;
}
.empty-data-msg
{
    margin: 10px;
    text-align: center;
    
    font-size: 16px;

}
.target-count
{
    padding: 0px;
    margin: 10px auto;
    text-align: center;
    font-size: 18px;
    color: #5cb85c;
}
#skillMeasurementPage ul li
{
    display: block;
    overflow: auto;
}
#skillMeasurementPage ul li.item-input-outline > span
{
    float: left;
    max-width: 188px;
}
#treatmentPlanmastery .tab
{
    margin: 0 0px;
}
.target-completed div
{
    color:#5cb85c;
}
.session-time-cols-time
{
    width: 18%;
}
#SelectTargetsDialog,.SelectTargetsDialog
{
    top: 35px !important;
}
.toolbar-inner .menu_icon
{
    font-size: 14px;
}
#remoteBehaviourCursingPage .remote-container .btn-round
{
    background: #A9A9A9;
}

#remoteBehaviourCursingPage #toolbarInner a
{
    text-align: center;
}


#remoteBehaviourCursingPage #toolBarMain
{
    height: 58px;
}
#clientProgramHolder .breakfast-added-content input[type='checkbox']
{
    height: 22px;
    width: 22px;
    margin-top: 2px !important;
}

  textarea {
    -webkit-user-select: auto !important;
    -khtml-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}
#programDescription,#programtargettype,#intervalMeasurement,#intervalTotalMeasurement,#taskAnalysisStepDesc,#taskAnalysisStep,#taskAnalysisStepNext
{
    font-size: 14px;
}

#sessionHolder .accordion-item-content .pull-right i.fa-plus,#sessionHolder .accordion-item-content .pull-right i.fa-trash-o,#sessionHolder .accordion-item-content .pull-right i.fa-signature,#sessionHolder .accordion-item-content .pull-right i.fa-sticky-note,#sessionHolder .accordion-item-content .pull-right img
{
    font-size: 18px;
    margin: 0px 12px;
}

#editClient .modal-dialog 
{
    padding:70px 15px ;

}

.finish_session_btn {
    color:white;    
    width:150px !important;    
    padding:0;
    position:relative;
     outline:none;
     text-align: center;
  }
  #finish_session_progress_bar {
    width:0px;
    height:35px;
   background-color:#007aff; /*set desired color*/
   position:absolute;
   left:0;
   top:0;
   z-index:2;
   border-radius:2px;
   
  
  
  }
  #finish_session_btn
  {
  background: #5c95a0 !important; 

  
  background: linear-gradient(to left, #5c95a0 50%, #007aff 50%) right !important;
  background-size: 200% !important;
  transition: 5s  ease-in-out !important;
  -webkit-touch-callout: none; /* Safari */
  -webkit-user-select: none; /* Chrome */     
     -moz-user-select: none; /* Firefox */
      -ms-user-select: none; /* Internet Explorer/Edge */
          user-select: none;

  }

  #finish_session_btn.anima {
    background-position: left !important;
}



  #finish_session_progress_bar.anima {
    width:150px;
    transition: width 5s  ease-in-out; 
    margin: 10px 0px;
  }
  #progress_btn {
    position: relative;
    width: 150px;
    float: right;
  }
 #finish_session_btn span {
    z-index:9;
    position:relative;
    
  }
  .edit-Interval-data
  {
    float: right;
  }
  .edit-Interval-data i{
    font-size: 18px;
  }
  #checkCloseSession .modal-content
  {
    overflow: hidden;
  }
  #checkCloseSession .text-right
  {
    float: right;
  }
  #programTabs .edit-Interval-data
  {
    margin-right: 14px;
  }
  .breakfast-added-title-single,.top-program-name-edit-icon
  {
    width: 100% !important;
    float: left;
  }
  .top-program-name-edit-icon #programType
  {
    float: left;
    width: calc(100% - 50px);
  }
  .top-program-name-edit-icon .edit-Interval-data
  {
float: right;
  }

  .btnIndptPrmtd
  {
    font-size: 14px !important;
  }
  #ListofrecordsData .fa
  {
    font-size: 18px;
  }

  #ListofrecordsData .fa-edit{
    margin-right: 20px;
    margin-bottom: 20px;
  }
  #sessionfinishnote
  {
    font-size: 12px;
    font-weight: bold;
  }
 .session-data-opration
 {
padding-top:20px
 }
 .session-data-opration a
 {
    margin-left: 25px;
 }