﻿.filter-list
{
    margin: 0;
    list-style-image: none !important;
    float: left;
    border: 1px solid #cdcdcd;
    background-color: white;
}
.filter-list li ul
{
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}
.filter-list li a
{
    padding: 5px 0 5px 8px;
    font-size: 12px;
    cursor: pointer;
    line-height: 16px;
}
.filter-list input
{
    cursor: pointer;
    margin-right: 5px;
}
.nav-option
{
    margin-right: 8px;
    min-width: 80px;
    background-image: url('images/arrow_down.gif');
    background-position: right center;
    background-repeat: no-repeat;
}

#recipes-list
{
    margin-bottom: 10px;
}

.recipe-gallery-item {
    height: 70px;
    width: 322px;
    float: left;
    margin-right: 4px;
    background: white url(images/box_bg.png) repeat-x scroll 0 0;
    margin-bottom: 2px;
    border: 1px solid #cdcdcd;
    padding-top: 2px;
}

.recipe-gallery-item.last {    
    margin-right: 0;
}
.recipe-gallery-item .recipe-img {
    float: left;
}

.recipe-gallery-item .recipe-img img {
    max-width: 75px;
}
.recipe-gallery-item .recipe-title {
    width: 218px;
    border-left: 1px solid white;
    float: left;
}
.recipe-title img {
    margin-left: 2px;
    width: 16px;
    height: 16px;
}
.recipe-title {
    padding: 2px 2px 2px 4px;
}

.recipe-img
{
    width: 90px;
    text-align: center;
    padding: 2px;
    overflow: hidden;
    height: 70px;
    position: relative;
}
.recipe-img img
{
    max-height: 60px;
    max-width: 90px;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
}
.recipe-img .publish-icon, .recipe-header .publish-icon {
    position: absolute;
    right: 2px;
    top: 2px;
    background-color: white;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
}

.recipe-access-icon {
    position: absolute;
    left: 4px;
    top: 2px;
    background-color: white;
    height: 16px;
    width: 16px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #cdcdcd;
}

.recipe-access-icon:hover {
    border-color: #4c4c4c;
}

.recipe-header
{
    float: left;
    margin-right: 30px;
    width: 290px;
    padding-top: 1px;
}
.recipe-header.page
{
    border-bottom: 5px solid #cdcdcd;
    width: 100%;
    float: none;
    background: white;
    margin-bottom: 10px;
}
.recipe-header.page .info {
    width: 501px;
    height: auto;
}
.recipe-header #title {
    width: 298px;
}
.recipe-header .tagit {
    width: 380px;
}
.recipe-header h2 .nstype {
    margin: 2px 5px 0 0;
}
.wide .recipe-header.page .info {
    width: 407px;
    float: left;
}
button.nstype {
    background-repeat: repeat;
    float: left;
    height: 33px;
    width: 22px;
}
.newslist .recipe-header
{
    width: 270px;
    margin-right: 0;
}
.recipe-header.top
{
    border-top: 1px solid #cdcdcd;
}
.recipe-header.right
{
    margin-right: 0px;
}
.recipe-header .teaser
{
    width: 80px;
    padding: 5px;
    float: left;
}
.recipe-header.page .teaser
{
    width: 140px;
    min-height: 70px;
}
.newslist .teaser
{
    background-image: none;
}
.recipe-header .teaser img.recipe
{
    max-height: 50px;
    max-width: 70px;
    display: block;
    border-radius: 5px;
    border: 1px solid #cdcdcd;
    margin: auto;
}
.recipe-header.page .teaser img.recipe
{
    max-width: 130px;
    max-height: 120px;
}
.recipe-header .teaser .dietchart
{
    width: 120px;
    height: 120px;
}
.recipe-header .info
{
    height: 45px;
    float: left;
    padding: 10px 5px 5px 12px;
    width: 181px;
    margin-left: 2px;
}
.newslist .recipe-header .info
{
    background-image: none;
    width: 151px;
}
.recipe-header h2
{
    font-weight: normal;
    font-size: 16px;
    margin: 0 0 5px 0;
}

.recipe-header .header-link
{
    float: right;
    line-height: 20px;
}
.recipe-header .header-link img {
    height: 20px;
    width: 20px;
}
.no-match
{
    font-size: 16px;
    margin-top: 10px;
    font-weight: normal;
}
.search-box { margin: 0; position: relative; width: 206px; height: 30px }
.search-box .text { 
    background: #fff url(images/gradient-d.png) top repeat-x;
    border: 1px solid;
    color: #4c4c4c;
    border-color: #b4b4b4 #cdcdcd #cdcdcd #e5e5e5;
    padding: 0 24px 0 4px;
    width: 155px;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left:17px;
    margin: 0;
    line-height: 26px;
    height: 26px;
}
.search-box.typesel .text {
    border-radius: 3px 0 0 3px;
    margin-right: 21px;
    left:0;
}
.search-box .submit { 
    background: url(images/search.png) top center no-repeat;
    border: none;
    height: 26px;
    width: 26px;
    right: 5px;
    top: 6px;
    cursor: pointer;
    position: absolute;
    outline: none;
}
.search-box.typesel .submit { right: 22px; }
.search-box .search-type {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 28px;
    width: 22px;
    border-radius: 0 5px 5px 0;
}
.search-box:hover .submit {
    background: url(images/search.png) center -29px no-repeat;
}

.recipe-content .total {width: 20px; font-size: 11px;}
.recipe-content .total.cal, .recipe-content .total.amount {width: 40px; overflow: hidden; white-space: nowrap;}
.recipe-content .total.amount {width: 30px;}

.recipe-content .txtcol
{
    width: 480px;
}

.recipe-stats
{
    padding: 10px 10px 0 10px;
    width: 382px;
}
.recipe-content .recipe-chart
{
    float: left;
}
.recipe-content .recipe-large
{
    border-radius: 5px;
    border: 1px solid #cdcdcd;
    max-width: 300px;
    max-height: 200px;
    float: right;
}
.col-2 .preview
{
    width: 648px;
    padding: 10px;
}

.recipe-thread-excerpt
{
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    width: 100%;
    max-height: 40px;
    padding: 10px 0;
    margin-bottom: 10px;
}

.recipe-link h4 {
    font-size: 14px;
    font-family: inherit;
    padding: 0;
    margin: 0;
    color: inherit;
    line-height: 15px;
}
.recipe-link p {
    margin: 4px 0 0 0;
    color: #666;
}

.recipe-content .recipe-stats h4
{
    font-size: 14px !important;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

.recipe-content .recipe-stats li
{
    padding: 4px 4px;
}

.recipe-content .recipe-stats li span
{
    float: left;
    min-width: 65px;
}
#favorite-filter { background-image: url('/content/images/icon-favorite-false.png');background-repeat: no-repeat;background-position: center left; }
#favorite-filter.active { background-image: url('/content/images/icon-favorite-true.png'); }
.published-filter { background-image: url('/content/images/icon-published-false.png'); }
.published-filter.active { background-image: url('/content/images/icon-published-true.png'); }

/*ul.meal-entries li { padding: 0.4em; clear: both; border: 0; border-bottom: 1px solid #B6B6B6; color: #4F4F4F; position: relative; min-height: 18px; }
ul.meal-entries .amount { float: right; }*/

#page-num {width: 30px; margin: 0; padding: 2px;}
#editimg { margin: 5px; }
#pagehdr .home {width: 20px; margin-right: 10px;}
.tagline img { width: 5px; margin-right: 10px; }
.tagline a { margin-right: 10px; font-size: 11px;font-size: 12px; font-family: 'Custom';}

.wide-planentries {
    width: 470px;
}
ul.tagit.readonly {
    border: 0;
    margin: 0;
    padding: 0;
}
.recipe-posts img.profile {
    height: 41px;
    float: left;
    margin: 3px 5px 0 0;
    border: 1px solid #cdcdcd;
}
.recipe-posts .title {
    font-size: 11px;
    float: left;
    width: 169px;
}
.recipe-header ul.taglist li {
    width: auto;
    float: left;
    margin-left: 0;
}
.recipe-header ul.taglist li a {
    max-width: 150px;
    padding-right: 35px;
}
.recipe-header ul.taglist li:hover a {
    padding-right: 9px;
}
.recipethreads .thread {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.recipethreads .thread h3 {
    font-size: 15px;
}

.section-filters li a {
    background-image: url(/content/images/bullet-white-alt.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: 0 center;
    font-size: 13px;
    font-family: 'Custom';
    line-height: 28px;
}

.section-filters li a.active {
    background-image: url(/content/images/bullet-green-alt.png);
}

.recipe-content textarea {
    width: 470px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    padding: 4px;
}

.recipe-content h3 input {
    padding: 3px;
}

.recipe-header .largeInput {
    width: 280px;
}

.select-comps {
    position: absolute;
    right: 0;
    top: 10px;
}
.tags {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #b6b6b6;
}


.mealplan-title { width: 260px; overflow: hidden; }
.mealplan-comment { width: 190px; margin: 0; }
.mealplan-header { min-height: 54px; position: relative; }

.slider-box { border: 1px solid #cdcdcd; }
.slider-box .mp-val { width: 20px; margin: 0; background: white; padding: 7px;height: 15px; float: left; border: none;}
.slider-box.readonly .mp-val { background: none; }
.slider-box .unit { margin: 0; background: #cdcdcd; padding: 7px; float: left; width: 50px; transition: 0.25s; transition-property: width; white-space: nowrap; overflow: hidden; }
.slider-box .slider-wrapper { float: left; height: 29px }
.slider-box .slider { width: 20px; margin: 10px 10px 0 10px; background-color: white; transition: 0.25s; transition-property: width; }
.slider-box.writable:hover .slider { width: 70px; transition: 0.25s; transition-property: width; }
.slider-box.writable:hover .unit { width: 0px; transition: 0.25s; transition-property: width; }
.editing .show-on-edit { display: block; }
.editing .hide-on-edit { display: none; }
.editing .editable { border: 1px solid #cdcdcd; padding: 3px; min-height: 23px; background-color: white; cursor: text; }
.mealplan.writable .icon-drag { cursor: move; }
.mealplan.dialog .mp-totals { width: 430px; }
.mpe-actions { display: none; float: right; margin: 0 20px 0 0; }
.mpe-actions button { margin: 0; }
.mpe-register { float: right; margin: 0 15px 0 0; }
.mealplan-entries > li { margin: 10px 0; min-height: 45px }
.mealplan-entries > li:hover .mpe-actions { display: block; }
.editing .mpe-actions { display: block; }
.mpe-img-cont { width: 40px; float: left; margin-right: 10px; text-align: right; min-height: 1px }
.mpe-img { max-height: 30px; max-width: 40px; border: 1px solid #cdcdcd; border-radius: 5px; }
 .mp-totals { width: 440px;}
 .mp-totals.left { margin-right: 40px;}
 .mp-totals > li { border-bottom: 1px solid #cdcdcd; padding: 5px 0; }
 .mp-totals > li:hover { background-color: white }
 .mp-actions { float: right; margin: 0 50px 0 0; }
 .mp-actions button { margin-top: 0; margin-bottom: 0}
.sortable-placeholder { height: 72px;border: 1px dotted #4c4c4c; width: 100%; }
.show-usage { display: block; }
.mper-date { z-index: 1; position: absolute; }
.mp-time.active { border: 1px solid #cdcdcd; }
.mp-timelink { margin: 0; background: white !important; }
.mp-timelink .ui-button-text { padding: 0; margin: 0; display: block; line-height: inherit; height: 29px }
.mp-nav { float: right; }