/* FONTS */
@font-face {
    font-family: 'NowLight';
    font-style: normal;
    font-weight: light;
    src: url('../fonts/Now-Light.otf') format('opentype');
}

body {
    background-color: rgb(226, 214, 214);
    margin: 40px;
    font: 13px/20px normal Helvetica, Arial, sans-serif;
    color: #4F5155;
    padding-top: 60px;
    padding-bottom: 40px;
}

#body {
    margin: 0 15px 0 15px;
}

p.footer {
    text-align: right;
    font-size: 11px;
    border-top: 1px solid #D0D0D0;
    line-height: 32px;
    padding: 0 10px 0 10px;
    margin: 20px 0 0 0;
}

#container {
    margin: 10px;
    border: 1px solid #D0D0D0;
    box-shadow: 0 0 8px #D0D0D0;
}

/* OVERRIDES */
.navbar-brand { font-family: "NowLight" }
.nav-link-text {
    font-size: 16px;
    color: #fff;
}
.nav-link-text:hover {
    color: #fff;
    
    border-bottom: 1px #fff dotted;
}

@media (min-width: 768px) {
    .navbar {
        height: 65px;
    }
}

.navbar {
    background-image: linear-gradient(135deg, rgb(10, 55, 50), rgb(85, 195, 136) 75%);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.432);
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.432);
}

.bg-primary { background-color: #55C388 !important; }

.btn { border-radius: 10px; }
.btn-disabled { background: #bebebe; color: #5a5959; }

/* EMAIL VERIFY */
.email-verify-wrapper { background: #444; color: #fff; padding: 15px 15px 15px 15px; background: #579257; border-radius: 10px; font-size: 14px; margin-bottom: 30px; }
.email-verify-text { font-size: 14px; padding-top: -15px; }

/* GENERAL */
.clickable { cursor: pointer !important; }
.non-clickable { cursor: default; }
.page-title { padding-left: 20px; font-size: 20px; font-weight: bold; }
.padding-left-10 { padding-left: 10px; }
.padding-left-20 { padding-left: 20px; }
.padding-top-20 { padding-top: 20px; }
.padding-bottom-10 { padding-bottom: 10px; }

.text-bold { font-weight: bold; }
.text-left { text-align: left; }
.float-right { float: right; }

.truncate {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.red { color: red; }
.yellow { color: yellow; }
.orange { color: orange; }
.green { color: green; }
.maroon { color: #640505; }
.white { color:#fff; }
.np-green { color: #579257; }
.gray { color: #504141; }

.alert-text { font-size: 14px; color: #fff; }
.alert-text a { text-decoration: underline; }

::placeholder {
    color: #444;
    font-size: 14px;
    font-style: italic;
}

/* HEADER */
.profile_img_rounded { border-radius: 50%; -moz-border-radius: 50%; }


/* USERS */
.user_view_selected { border: 2px #4a5ae4 solid; padding: 2px; }
.user_view_unselected { border: 2px #444 solid; opacity: 1; }

/* HOME */
.home_tile_wrapper { text-align: center; }
.home_default_spacer { margin-top: 50px; margin-bottom: 50px; }
.home_tile_label { font-size: 22px; font-weight: bold; color: #444; text-shadow: 1px 1px #d4bdbd; }
.home_tile { width: 300px; border-radius: 40px; }
.home_tile_btn { width: 150px; height: 150px; color: #579257; margin-top: 25px; margin-bottom: -10px; border-radius: 40px; }

.home-tile { width: 150px; height: 150px; background-color: #69b357; border-radius: 20px; }
.home-tile-centered { display: inline-block; }
.home-tile-icon { color: #fff; text-shadow: 0 0 2px #000; }
.home-tile-hr { background-color: #fff; margin-bottom: 10px; }
.home-tile-text { font-size: 20px; text-align: center; color: #fff; line-height: 25px; text-shadow: 0 0 3px #000; }
.home-button { width: 112px; margin-right: 10px; color: green; }

/* HOME NEW */
.home-tile-bg { background: #ffffff; opacity: 0.6; margin: 0px; border-radius: 12px; width: 50%;  }
.home_default_label { font-size: 22px; font-weight: bold; color: #444; text-shadow: 1px 1px #d4bdbd; line-height: 1.2em; }
.home_default_text { font-size: 20px; color: #444; text-shadow: 1px 1px #d4bdbd; line-height: 1.2em; }
.home_default_button_signup { margin-right: 17px; }

.home-default-icon { text-shadow: 0px 0px 3px #fff; }

/* SEARCH */
.search-input { -webkit-border-radius: 7px; border-radius: 7px; height: 30px; width: 200px; color: #444; font-size: 14px; border: 1px solid #888; margin-top: -3px; }

/* RECIPES */
.recipe-title { font-size: 16px; }
.recipe-links-wrapper {
    border-bottom: 1px dotted #444;
}
.recipe-links-title {
    font-weight: bold;
    font-size: 14px;
}
.link-recipe-add-btn { cursor: pointer; margin-top: 10px; text-align: center; color: #EDEDED; -webkit-border-radius: 7px; border-radius: 7px; }
.link-ingredient-add-btn { cursor: pointer; margin-top: 10px; text-align: center; color: #EDEDED; -webkit-border-radius: 7px; border-radius: 7px; }
.link-recipe-search-title { font-size: 16px; font-family:"Ubuntu",Tahoma,"Helvetica Neue",Helvetica,Arial,sans-serif; }
.link-green { color: rgb(87, 146, 87); }

/* MEALS */
.meals-empty-queue { width: 100%; opacity: 1; background: #bdb0b0; border-radius: 4px; padding: 15px 15px 15px 15px; }
.meals-empty-queue-text { color: #444; font-size: 18px; text-shadow: 1px 1px #d4bdbd; }


/* MODALS */
.select-modal { height: 38px; width: 100%; padding-left: 11px; font-size: 16px; background-color: #EDEDED; color: #444; border: 1px #888 solid; -webkit-border-radius: 7px; border-radius: 7px; }
.select-modal-small { height: 35px; width: 250px; font-size: 18px; padding: 0px; background-color: #EDEDED; color: #444; -webkit-border-radius: 7px; border-radius: 7px; border: 1px solid #dce4ec; }

.modal-label { font-size: 20px; font-family:NowLight,"Ubuntu",Tahoma,"Helvetica Neue",Helvetica,Arial,sans-serif; }
.modal-dr-title-input[type="text"] { height: 28px; width: 80px; font-size: 16px; color: #444; -webkit-border-radius: 5px; border-radius: 5px; border: 1px #888 solid; padding-left: 4px; }
.modal-dr-desc-input[type="text"] { height: 28px; width: 280px; font-size: 16px; color: #444; -webkit-border-radius: 5px; border-radius: 5px; border: 1px #888 solid; padding-left: 4px; }

.meals-add-btn { float: right; padding-left: 150px; cursor: pointer; }
.recipes-add-btn { float: right; padding-left: 130px; }

.modal-title { font-size: 16px; color: #666; }
.modal-input { height: 38px; width: 100%; padding-left: 15px; font-size: 16px; background-color: #EDEDED; color: #444; border: 1px #888 solid; -webkit-border-radius: 7px; border-radius: 7px; }
.modal-input-small { height: 38px; width: 75%; padding-left: 15px; font-size: 16px; background-color: #EDEDED; color: #444; border: 1px #888 solid; -webkit-border-radius: 7px; border-radius: 7px; }

input[type="text"][readonly] { 
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px #888 solid;
}

/* LOGIN */
img.login_bgimage {
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100;
    opacity: 0.7;
}

img.site_bgimage {
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100;
    opacity: 0.3;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
    img.login_bgimage {
        left: 50%;
        margin-left: -512px;   /* 50% */
    }
}

.login-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 0 solid transparent;
    border-radius: 0.25rem;

    height: 370px;
    margin-top: auto;
    margin-bottom: auto;
    width: 390px;
    background-color: rgba(0,0,0,0.7) !important;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }

.login-card-header h3{
    color: white;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(76, 43, 223, 0.11);
    border-bottom: 0 solid transparent;
}

.social_icon{
position: absolute;
right: 20px;
top: -45px;
}

.splash-input-group-prepend span{
    width: 50px;
    height: 40px;
    background-color: #3e986e;
    color: #fff;
    padding-left: 11px;
    border: 1px #666 solid !important;
    -webkit-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
}


.input-group-prepend span{
    width: 50px;
    height: 40px;
    background-color: #3e986e;
    color: #fff;
    padding-left: 18px;
    border: 1px #666 solid !important;
    -webkit-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
}

.login_input {
    font-size: 18px;
    color: #444;
    border: 1px #666 solid;
    width: 300px;
    height: 40px;
    margin-top: 0px;
    padding-left: 15px;
    -webkit-border-radius: 0px 10px 10px 0px; 
    border-radius: 0px 10px 10px 0px;
}

.login_input:focus{
outline: 0 0 0 0  !important;
box-shadow: 0 0 0 0 !important;

}

.login_btn{
color: #3e986e;
background-color: #fff;
width: 100px;
}

.login_btn:hover{
color: black;
background-color: white;
}

.links{
color: white;
}

.links a{
margin-left: 4px;
}

/* SIGNUP */
.signup-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 0 solid transparent;
    border-radius: 0.25rem;

    height: 530px;
    margin-top: auto;
    margin-bottom: auto;
    width: 390px;
    background-color: rgba(0,0,0,0.7) !important;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }

.signup-card-header h3{
    color: white;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #4c2bdf1c;
    border-bottom: 0 solid transparent;
}

.select-signup, .select-signup:focus { margin-top: 0.5px; height: 39px; width: 80%; padding-left: 11px; font-size: 14px; font-style: italic; background-color: #EDEDED; color: #444; border: 1px #888 solid; -webkit-border-radius: 0px 7px 7px 0px; border-radius: 0px 7px 7px 0px; }
.signup_sub_alert { color: #fff; text-align: right; font-size: 12px; display:none; margin-top: -15px; margin-bottom: -15px; }
.signup_sub_alert_text { color: #FFC312; font-style: italic; font-size: 12px; }


/* FORGOT PASSWORD */
.forgot-password-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 0 solid transparent;
    border-radius: 0.25rem;

    height: 250px;
    margin-top: auto;
    margin-bottom: auto;
    width: 290px;
    background-color: rgba(0,0,0,0.7) !important;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }

.forgot-password-card-header h3{
    color: white;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #4c2bdf1c;
    border-bottom: 0 solid transparent;
}

.forgotpw-input {
    font-size: 18px;
    color: #444;
    border: 1px #666 solid;
    width: 158px;
    height: 40px;
    margin-top: 0px;
    padding-left: 15px;
    -webkit-border-radius: 0px 10px 10px 0px;
    border-radius: 0px 10px 10px 0px;
}

/* RESET PASSWORD */
.reset-password-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 0 solid transparent;
    border-radius: 0.25rem;

    height: 310px;
    margin-top: auto;
    margin-bottom: auto;
    width: 290px;
    background-color: rgba(0,0,0,0.7) !important;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }

.reset-password-card-header h3{
    color: white;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #4c2bdf1c;
    border-bottom: 0 solid transparent;
}


.resetpw-input {
    font-size: 18px;
    color: #444;
    border: 1px #666 solid;
    width: 158px;
    height: 40px;
    margin-top: 0px;
    padding-left: 15px;
    -webkit-border-radius: 0px 10px 10px 0px;
    border-radius: 0px 10px 10px 0px;
}

.resetpw_input:focus{
outline: 0 0 0 0  !important;
box-shadow: 0 0 0 0 !important;

}


/* PROFILE */
.follower-add-btn {
    cursor: pointer; margin-top: 10px; text-align: center; color: #EDEDED; -webkit-border-radius: 7px; border-radius: 7px;
    width: 40px;
}


/* SPLASH */
.splash-text { font-size: 14px; color: #fff; }
.splash-success-text { font-size: 20px; color: #fff; }
.splash-error-text { font-size: 14px; color: #fa0000; }

.splash-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 0 solid transparent;
    border-radius: 0.25rem;

    height: 340px;
    margin-top: auto;
    margin-bottom: auto;
    width: 290px;
    background-color: rgba(0,0,0,0.7) !important;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }

.splash_input {
    font-size: 18px;
    color: #444;
    border: 1px #666 solid;
    width: 200px;
    height: 40px;
    margin-top: 0px;
    padding-left: 15px;
    -webkit-border-radius: 0px 10px 10px 0px; 
    border-radius: 0px 10px 10px 0px;
}

.splash_input:focus{
    outline: 0 0 0 0  !important;
    box-shadow: 0 0 0 0 !important;
}



.meal-type-card {
    height: 20px;
    padding-left: 0px;
    color: #fff;
    margin-bottom: 0;
    background-color: #2196F3;
    border-bottom: 0px #444 dotted;
    border-top: 0px #444 dotted;
}


/* PRICING */
.pricing-header-price { font-size: 60px; color: #444; font-family: Tahoma; }
.pricing-header-small { font-size: 12px; color: #444; font-family: Tahoma; }
.pricing-choose-button { width: 100%; }
.pricing-header-text { text-shadow: 1px 1px #d4bdbd; }

.pricing-coming-soon { background: #444; opacity: 0.8; }

@media screen and (min-width: 400px) {
    div.pricing-header {
        text-align: center;
        font-size: 45px;
        padding: 0px 70px 20px 70px;
        line-height: 50px;
    }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
    div.pricing-header {
        text-align: center;
        font-size: 30px;
        padding: 0px 10px 20px 10px;
        line-height: 34px;
    }
}

@media screen and (min-width: 400px) {
    div.pricing-header-sub {
        text-align: center;
        font-size: 30px;
        padding: 0px 70px 30px 70px;
        line-height: 30px;
        text-shadow: 1px 1px #d4bdbd;
    }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
    div.pricing-header-sub {
        text-align: center;
        font-size: 20px;
        padding: 0px 10px 30px 10px;
        line-height: 20px;
    }
}


/* HELP */
.help-text-link { font-size: 18px; padding-left: 15px; text-decoration: underline; }
.help-text { font-size: 18px; padding-left: 15px; }
.faq-title { font-weight: bold; cursor: pointer; }
.faq-title-wrap { padding-top: 10px; }
.faq-detail-text { margin-left: 20px; margin-bottom: 0px; padding-top: 2px; }
.faq-detail-wrap { display: hidden; }

/* ABOUT */
.about-title { font-size: 25px; font-weight: normal; font-family: "Ubuntu",Tahoma,"Helvetica Neue",Helvetica,Arial,sans-serif; }
.about-text { font-size: 20px; line-height: 28px; font-family: "Ubuntu",Tahoma,"Helvetica Neue",Helvetica,Arial,sans-serif; }

@media screen and (max-width: 600px) {
    .about-title { font-size: 20px; font-weight: normal; font-family: "Ubuntu",Tahoma,"Helvetica Neue",Helvetica,Arial,sans-serif; }
    .about-text { font-size: 14px; line-height: 22px; font-family: "Ubuntu",Tahoma,"Helvetica Neue",Helvetica,Arial,sans-serif; }
}


/******************** PROFILE *******************/
.profile-card { padding-top: 0px; padding-bottom: 100px; }
.profile-perm-error { font-size: 18px; color: #444; }

.profile-details-label { font-weight: bold; }
.profile-details-text { font-weight: normal; }

.profile-details-left {
    float: left;
    padding: 0px 5px 5px 0px;
    width: 100px;
    text-align: right;
}
.profile-details-right {
    float: left;
    padding: 0px 0px 5px 0px;
    width: 220px;
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
    .profile-details-label { font-weight: bold;  }
    .profile-card { padding-top: 0px; padding-bottom: 180px; }
    div.profile-details-left {
        float: left;
        width: 80px;
        padding: 0px 5px 0px 2px;
        text-align: right;
        background: #579257;
        color: #fff;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
    div.profile-details-right {
        float: left;
        padding: 0px 0px 5px 0px;
        width: 100%;
    }
}

.profile-row-left {
    float: left;
    padding-left: 10px;
    padding-top: 10px;
    width: 30px;
}

.profile-row-middle {
    float: left;
    padding: 10px 0px 10px 10px;
    
}
.profile-row-right {
    float: right;
    padding: 10px 10px 10px 10px;   
}

.profile-row-caret {
    float: right;

}

.profile-label-text {
    font-size: 18px;
    color: #444;
}

.profile-img-wrapper { 
    width: 125px; 
    left: 45%;
    margin: auto;
}

.profile-card-header {
    padding: 0px 5px 0px 5px;
}

#accordion:hover .edit-pic {
    opacity: unset;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion {
	width: 100%;
	max-width: 360px;
	margin: 30px auto 20px;
	background: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.accordion .link {
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 42px;
	color: #4D4D4D;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li:last-child .link {
	border-bottom: 0;
}

.accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
}

.accordion li.open .link {
	color: #b63b4d;
}

.accordion li.open i {
	color: #b63b4d;
}
.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion li.default .submenu {display: block;}


/* ADMIN */
.admin-users-header { font-size: 18px; background-color: #0a06ff; color: #fff; }
.admin-users-row { background-color: #ededed; color: #444; }
.admin-users-alt-row { background-color: #c7a6a6; color: #444; }
.admin-users-cell { font-size: 18px; padding: 5px; }


.login-wrapper {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 20px;
    margin-top: 100px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  }