.food-popup {
    border: 1px solid #ccc;
    position: absolute;
    padding: 20px;
    background: #fff;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
    z-index: 5;
}

.food-popup label {
    padding: 10px 20px;
    text-transform:uppercase;
    border-bottom: 1px solid #f0f0f0;
    margin: 0 -20px;
    cursor:pointer;
    display:block;
    font-weight: 100;
    max-width: none;
}

.food-popup label:last-child {
    border:none;
}

.food-popup label:hover {
    background: #fffff0;
}
.radio-td {
    position: relative;
}

.radio-td .glyphicon {
    position: absolute;
    bottom: 5px;
    left: 0;
    display: block;
    top: auto;
    right: 0;
    color: #aaa;
}

.progress-group {
    overflow: hidden;
}

.progress-group .caption {
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}

.progress-group .progress {
    border-radius: 0;
}

.food-volume {
    font-size: 12px;
}

.food-item {
    height:55px;
}

.food-title {
    font-size: 12px;
    text-transform: capitalize;
    height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 7px;
}

.food-image-wrapper {
    max-height: 45px;
    width:100%;
    overflow: hidden;
}

.food-image {
    max-height: 45px;
    width:auto;
}

.option-tr label {
    font-weight:normal;
}

a.more {
    margin-bottom: 10px;
    display: block;
}

@media print {
    body {
        font-size: 16pt;
    }
    .wrap > .container {
        padding:0!important;
    }
    .bn-view {
        display:none;
    }
    .btn {
        display:none!important;
    }
    #yii-debug-toolbar {
        display:none!important;
    }

    .panel-body {
        font-size: 16pt;
    }
    .panel-body .col-xs-12 {
        width: 33.33333333%!important;;
    }

    .panel {
        page-break-inside: avoid!important;
    }

    .col-md-4 {
        float:left;
        width: 33.33333333%!important;
    }
    .col-md-8 {
        float:left;
        width: 66.66666667%!important;
    }

    a:after {
        display:none!important;
    }

    .patient-info, .panel-heading {
        font-size: 22pt!important;
    }

    .food-title, .food-volume {
        font-size: 18px!important;
    }

    .food-title {
        height: auto!important;
    }

    .food-item {
        height: 80px!important;
    }

    .food-image-wrapper {
        max-height: 74px!important;
    }

    .food-image {
        max-width: 100px!important;
        width: 100%;
        height: auto;
    }
}

