﻿.navigation-block header h1 a, .login-page .login-container h1 .brand {
    height: 72px;
    background-image: url("/Content/img/template_logo.png");
}
@media print
{    
    input[type="submit"], input[type="button"], button
    {
        display: none !important;
    }

    .tab
    {
        display: none !important;
    }

    .ui-jqgrid-pager
    {
        display: none !important;
    }

    .noprint
    {
        display: none !important;
    }

    .noscreen
    {
        display:block !important;
    }
}

.noscreen
{
    display:none;
}

#tblRecipeNoLike tbody, #tblRecipeNoLike thead, #tblRecipeAlways tbody, #tblRecipeAlways thead, #tblIngredientDislike tbody, #tblIngredientDislike thead
{
    display: block;
}
#tblRecipeNoLike tbody, #tblRecipeAlways tbody, #tblIngredientDislike tbody
{
   overflow-x: hidden;
    overflow-y: auto;
   max-height: 250px;
}
.due-for-renewal td{background-color: #FFC184 !important;}
#divAltAddresses{display:block; width: 465px; height: 372px; padding: 10px;}
#SaveAltSuccessMessage{background-color: #E0F7B7;  padding: 10px; display:none; word-wrap: break-word;}
.deliver-to-alt-address td, .inactive-cc td{color: #0000ff}
.inactive-cc{display:none;}
#ulSetupNav, #ulSetupNav ul{list-style:none !important;}
#inactive-toggle{position:absolute; margin-top: -20px; margin-left: 345px;}
#program-filter{ display:block; margin-bottom: 10px;}


