﻿.meal-qty-container {
    font-size: small;
    font-weight: 700;
    background-color: white;
    color: black !important;
    padding: 7px;
    border-radius: 7px;
}

.meal-qty-current {
    color: green
}

.meal-qty-target {
    color: darkred
}

@media screen and (min-width: 800px) {
    .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }

        .row > [class*='col-'] {
            display: flex;
            flex-direction: column;
        }
}

.btn-minus, .btn-plus {
    /*width: 70px;*/
    font-size: larger;
    padding: 2px 20px 
}

.active-recipe-box {
    background-color: #c6fbc4;
    border-color: #5e5173 !important;
    /* border-bottom: red; */
    border-style: groove;
}
.recipeBox {
    background-color: rgba(12, 12, 12, 0.05);
    padding-bottom: 10px;
}
    .recipeBox .image {
        height: 150px;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .recipeBox .image .imageTitle {
        background-color: rgba(12, 12, 12, 0.2);
        color: white;
        padding: 5px
    }
.recipeBox .buttonsContainer{
    margin-top:5px;
}
.day-block {
    font-size: large
}

.alert-success .day-block {
    font-weight: 700;
    /* background-color:red*/
    color: gray;
}

.subSubscriptionsContainer{
    margin:-15px 15px;
    padding:10px 50px;
    background-color:rgba(12, 12, 12, 0.03);
}
/*Recipe blocks*/
/*.recipeContainer 
{
    position: relative;*/
/* max-width: 800px;*/
/*margin: 0 auto;
}

.recipeContainer img {
    vertical-align: middle;
    
}

.recipeContainer .content {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);*/ /* Fallback color */
/*background: rgba(0, 0, 0, 0.5);*/ /* Black background with 0.5 opacity */
/*color: #f1f1f1;
    width: 100%;

    padding: 20px;
}
.recipeContainer .buttonsArea {
}
.recipeContainer .cart {
}*/
body {
}

.disabled-maindish{
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
