/* Artfully masterminded by ZURB  */

/* --------------------------------------------------
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */

body {
    background: #e2e2e2 url(../images/bright_squares.png) repeat;
    font-family: open-sans-n4, open-sans, sans-serif;
}

a {
    color: #10228C;
    display: inline-block;
}

    a img {
        border: none;
    }

*:focus {
  border: 2px solid #10228C;
}

input:focus {
  border: 2px solid #cccccc;
}

.button {
  background-color: #185D72;
  border: 2px solid #185D72;
  color: white;
}

  .button.success:focus {
    border: 2px solid #457a1a;
    background-color: #457a1a;
  }

  .button.primary:focus {
    border: 2px solid #165669;
    background-color: #165669;
  }

  .button.alert:focus {
    border: 2px solid #970b0e;
    background-color: #970b0e;
  }

  .button.secondary:focus {
    background-color: #d0d0d0;
    border: 2px solid #d0d0d0;
  }

p.social {
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  html, body {
    overflow-x: hidden;
    padding-left: 3px;
    padding-right: 3px;
  }
}

a.underline {
    text-decoration: underline;
}

textarea.tall {
    height: 110px;
}

#container {
    -webkit-box-shadow: 0px 1px 10px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 1px 10px rgba(50, 50, 50, 0.35);
    box-shadow: 0px 1px 10px rgba(50, 50, 50, 0.35);
    border: 1px solid #fff;
    width: 1050px;
    max-width: 100%;
    margin: 0 auto;
    background: white;
    padding: 0px !important;
    margin-top: 20px;
}

header {
    padding: 10px 0 0 0;
}

    header p {
        font-size: 11px;
        margin: 0;
    }

    header img#menu-cal-image {
        max-width: 285px;
    }

    header img#fsai-image {
        max-height: 40px;
        margin-top: 5px;
    }

@media only screen and (max-width: 767px) {
    #container {
        margin-top: 0;
    }

    header {
        text-align: center;
    }

        header img#menu-cal-image {
            max-width: 120px;
            max-height: 85px;
        }

      header img#fsai-image {
        max-width: 80px;
        max-height: 40px;
        margin-top: 5px;
      }
}

footer.row {
    background-color: transparent;
    border: none;
    color: #474747;
    padding-top: 10px;
}

footer ul {
    list-style: none;
}

footer a {
    color: #474747;
    text-decoration: underline;
}

footer p {
    /*margin-top: 20px;*/
    text-align: center;
    font-size: 13px;
}

  footer p.acknoweledge {
    color: #474747;
    font-size: 11px;
    margin-top: 15px;
    text-align: left;
    /*padding: 0 20%;*/
  }

@media only screen and (max-width: 767px) {
    footer p.acknoweledge {
        padding: 0 0;
    }
}

table i.icon-trash {
  color: #B30000;
}

a.delete {
  color: #B30000;
}

a.button i {
    top: 5px;
    padding: 0 5px 0 0;
    display: inline;
    line-height: inherit;
}

.titlearea {
    background: url(/resources/images/green-box-bg-home.gif) repeat-x;
    padding: 10px 0;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

    .titlearea h2, .titlearea h1 {
        color: #187400;
        font-size: 1.5em;
        padding: 0;
        margin: 0;
    }

        .titlearea h2.tall, .titlearea h1.tall {
            line-height: 2em;
        }

    .titlearea p {
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        color: #666;
        font-size: 0.9em;
        font-weight: bold;
    }

@media only screen and (max-width: 767px) {
    .titlearea h2 {
        text-align: center;
        font-size: 1.6em;
        letter-spacing: -1px;
    }
}

.mainarea {
    padding-bottom: 5px;
}

  .mainarea h2 {
    color: #187400;
    font-size: 1.2em;
    padding-bottom: 3px;
    border-bottom: 1px solid #187400;
  }

    .mainarea h2 .header-link {
      font-size: 0.9em;
      font-weight: normal;
    }

  .mainarea h3, .reveal-modal h3, .reveal-modal h1 {
    color: #263981;
    font-size: 1.1em;
    padding-bottom: 3px;
  }

.reveal-modal h4 {
    color: #222;
    font-size: 1.1em;
    font-weight: bold;
}

.reveal-modal ol, .mainarea ol, .reveal-modal ul {
    margin-left: 30px;
}

.mainarea h4 a {
    font-weight: normal;
    text-decoration: underline;
    font-size: 0.9em;
}

.mainarea ul, .mainarea ol {
    margin: 5px 20px 20px 20px;
}

    .mainarea ul li, .mainarea ol li {
        font-size: 14px;
    }

.field-validation-error {
    margin: 0 0 5px 0;
    display: block;
}

.input-validation-error {
    margin: 0 !important;
}

input[readonly], input[readonly]:focus {
    color: #666;
    background-color: #ccc;
}

.alert-box {
    margin-top: 10px;
    text-align: center;
}

    .alert-box i.icon-warning-sign {
        font-size: 1.5em;
        line-height: 0.9em;
        top: 3px;
        margin-right: 10px;
        margin-left: 5px;
        position: relative;
    }

    .alert-box i.icon-check-sign {
        font-size: 1.5em;
        line-height: 0.9em;
        top: 3px;
        margin-right: 10px;
        margin-left: 5px;
        position: relative;
    }

    .alert-box p:last-of-type {
        margin-bottom:0;
    }

.validation-summary-errors ul {
    margin: 0;
}

.warning.label {
  background: #ffc;
  border: 1px solid #E5E585;
  color: #595912;
  font-weight: normal;
  top: 0px;
  margin-left: 5px;
}

.chzn-container-multi .chzn-choices .search-field input {
    min-height: 2em;
}

@media only screen and (max-width: 767px) {
    p.footer-links a, .titlearea a, .mobile-four a, .mobile-four input[type=submit] {
        margin-bottom: 8px;
    }
}

.before-you-begin {
    background: #FFC;
    border: 1px solid #E5E585;
    border-radius: 3px;
    margin-bottom: 20px;
}

    .before-you-begin h3 {
        margin: 20px;
    }

    .before-you-begin ol {
        margin: 10px 40px;
    }

        .before-you-begin ol li {
            margin-bottom: 10px;
        }

            .before-you-begin ol li ul {
                margin-top: 10px;
            }

    .before-you-begin p {
        margin: 20px;
    }

h3 span.has-tip {
    font-size: 0.9em;
    font-weight: normal;
    color: #666;
}

/* -----------------------------------
Message area
--------------------------------------*/

#message-area {
    width: 600px !important;
    position: fixed;
    top: 30px;
    left: 50%;
    margin-left: -300px;
    z-index: 100;
}

@media only screen and (max-width: 767px) {
    #message-area {
        width: 250px !important;
        margin-left: -125px;
    }
}

/* -----------------------------------
Homepage
--------------------------------------*/

#home-right-col, #home-left-col {
    margin-top: 20px;
}

    #home-right-col p.title {
        font-size: 16px;
        color: #116801;
        border-bottom: 1px solid #b7e3a4;
        padding-bottom: 6px;
        line-height: 1.4em;
        font-weight: 700;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    #home-right-col a, .green-box a {
        color: #297c04;
        text-decoration: underline;
    }

        #right-col a:hover, .green-box a:hover {
            color: #000;
        }

        #home-right-col a.button {
            color: white;
            text-decoration: none;
        }

    #home-right-col p.title a {
        color: #198a04;
        font-weight: 700;
        text-decoration: none;
    }

#right-col p.title a:hover {
    color: #000;
}

#home-right-col ul {
    margin-bottom: 0px;
}

    #home-right-col ul li {
        list-style: none;
        font-size: 13px;
        margin-bottom: 10px;
    }

#home-right-col h5 {
    font-weight: 700;
}

#home-right-col p.link {
    margin-bottom: 3px;
    line-height: 1.4em;
}

#home-right-col p.desc {
    margin-right: 5px;
    margin-top: -13px;
}

#home-right-col em {
    font-size: 11px;
}

#home-right-col img {
    float: left;
    margin: 3px 15px 0px 0px; /*border-radius: 3px; -moz-border-radius: 3px;  -khtml-border-radius: 3px;        -webkit-border-radius: 3px; -moz-box-shadow: 1px 2px 1px #ccc; -webkit-box-shadow: 1px 2px 1px #ccc; box-shadow: 1px 2px 1px #ccc; max-width:100px;*/
}

/* ie 8 */
#home-right-col img {
    margin-bottom: 10px\9;
}

.green-box {
    background: #f4fef0 url(../images/gradient.gif) repeat-x 0px 0px;
    padding: 0 15px 8px 15px;
    margin-bottom: 15px;
    border: 1px solid #d3e9c9;
    overflow: hidden;
    border-radius: 3px;
}


/* -----------------------------------
Footer links
--------------------------------------*/

    .footer-links nav ul {
        list-style: none;
    }

        .footer-links nav ul li {
            margin-right: 10px;
            float: left;
        }

            .footer-links nav ul li a {
                display: block;
                padding: 3px;
            }

/* -----------------------------------
Top Nav
--------------------------------------*/

#topnavcontent {
    background: white url('../images/nav.gif') repeat-x bottom left;
    width: 100%;
}

    #topnavcontent ul#nav {
        padding-left: 0;
        list-style: none;
        width: 100%;
        margin-bottom: 0;
    }

    #topnavcontent ul#nav {
        margin-left: 0;
        margin-top: 10px;
        padding: 0;
        border: 1px solid #cbcbcb;
        border-radius: 3px;
    }

        #topnavcontent ul#nav:after {
            content: "\0020";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        #topnavcontent ul#nav li {
            float: left;
            background: url('../images/divide.gif') no-repeat bottom left;
        }

            #topnavcontent ul#nav li:first-child {
                background: none;
            }

        #topnavcontent ul#nav a {
            display: block;
            padding-left: 12px;
            padding-right: 11px;
            font-size: 14px;
            color: #333;
            font-weight: 700;
            line-height: 38px;
            border-bottom: 3px solid transparent;
        }

            #topnavcontent ul#nav a.selected {
                color: #137D00;
                border-bottom: 3px solid #169100;
            }

                #topnavcontent ul#nav a.selected:hover {
                    text-decoration: none;
                }

            #topnavcontent ul#nav a:hover {
                color: #137D00;
            }

@media only screen and (max-width: 767px) {
    #topnavcontent {
        position: fixed;
        z-index: 100;
        width: 92%;
        display: none;
    }

        #topnavcontent ul#nav {
            margin-top: 0;
        }

            #topnavcontent ul#nav li {
                float: none;
                display: block;
                background: none;
            }

            #topnavcontent ul#nav a.selected {
                background-color: #137D00;
                color: white;
                border-bottom: none;
            }
}

#mobilemenulink {
    display: block;
    margin-top: 15px;
}

    #mobilemenulink i {
        font-size: 2.6em;
    }

/* -----------------------------------------
   Add Ingredient
----------------------------------------- */

#search-form {
    margin-bottom: 5px;
}

#search-results, #search-results-more {
    margin: 0 1%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.tree-level {
    padding-left: 20px;
}

.search-result.top-row-ingredient-true {
    border-top: 1px solid #ddd;
    padding: 4px 0;
}

.top-row-ingredient-true:hover, .top-row-ingredient-true:active,
.hierarchy-tree .tree-ingredient:hover, .hierarchy-tree .tree-ingredient:active {
    background-color: #ffc;
    cursor: pointer;
}

.non-leaf-node a:hover, .non-leaf-node a:active {
    background-color: #f0f0f0;
}

.search-result h3, .search-result p {
    margin: 0;
    padding: 0;
}

.hierarchy-tree {
    margin-left: 17px;
}

    .hierarchy-tree .tree-ingredient {
        margin-right: 15px;
        padding: 5px 0;
    }

.non-leaf-node > a > h4 {
    color: #162973;
}

    .non-leaf-node > a > h4 > i {
        padding-right: 5px;
    }

.non-leaf-node {
    padding: 10px 0px;
}

.search-result p {
    color: #595959;
    font-size: 0.9em;
}

.search-result h4 {
    font-size: 1em;
}

.ingredient-group {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
    .ingredient-group > a {
        display: block;
    }

    .ingredient-group a h2 {
        padding: 8px 0;
        font-size: 1.2em;
        color: #162973;
        margin: 0;
        background: url(../images/nav.gif) repeat-x bottom;
        border-bottom: none;
    }

        .ingredient-group a h2 span {
            color: #595959;
            font-weight: normal;
            font-size: 0.9em;
            margin-left: 5px;
            display: inline-block;
        }

        .ingredient-group a h2 i {
            color: #187400;
            border-right: 1px solid #ddd;
            padding: 8px 13px;
            width: 35px;
            margin-right: 10px;
        }

input.nobottommargin {
    margin-bottom: 0 !important;
}

  span.note {
    display: block;
    font-size: 0.9em;
    font-style: italic;
    margin: 5px 0 15px 0;
    line-height: 1.5em;
    color: #595959;
  }

    span.note a {
        text-decoration: underline;
    }

    span.note i {
        display: inline-block;
        margin-right: 4px;
    }

    span.note.highlight {
        background-color: #ff9;
        border: 1px solid #999;
        padding: 3px;
    }

.modal-header {
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}

ul.modal-list {
    margin-left: 20px;
}

    ul.modal-list li {
        font-size: 14px;
    }

input.collapse {
    margin: 0;
}

p.meta {
    font-style: italic;
    margin-bottom: 5px;
    font-size: 11px;
}

#prepared-food {
    margin-bottom: 12px;
    margin-top: 15px;
}

    #prepared-food h6 {
        margin: 0 0 5px 0;
    }

/* -----------------------------------
   Chefs tip styles
--------------------------------------*/

#search-alias {
    margin-bottom: 10px;
}

    #search-alias a {
        font-weight: bold;
    }

#chefs-tip, #portion-tip, #search-question, #allergen-alert, .chef-alert {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    background-color: #ffc;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
}

.chef-alert {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

    #chefs-tip div.one span, #chefs-tip div.eleven span, #portion-tip div.eleven span, #allergen-alert div.eleven span {
        display: block;
        font-size: 1.1em;
    }

    #chefs-tip i {
        margin-left: 10px;
        font-size: 3em;
        color: #137D00;
    }

#portion-tip {
    margin-top: 5px;
}

    #portion-tip img {
        max-width: 30px;
        margin-left: 10px;
    }

    #portion-tip #portion-tip-message {
        font-weight: bold;
        color: #7E200A;
    }

#search-question, #suggestions-container {
    padding-left: 10px;
}

#search-question-message {
    line-height: 1.5em;
}

#allergen-alert, .chef-alert {
    margin-top: 5px;
    background-color: #fcc;
}

    #allergen-alert h4, .chef-alert h4 {
        font-weight: bold;
        color: #7E200A;
        margin: 0 0 3px 0;
        font-size: 1.2em;
    }

    #allergen-alert h2, .chef-alert h2 {
        font-weight: bold;
        color: #7E200A;
        margin: 0 0 3px 0;
        font-size: 1.2em;
        border: 0;
    }

    #allergen-alert span, .chef-alert span {
        line-height: 1.3;
    }

label.allergen-selection {
    display: block;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 0.9em;
}

    label.allergen-selection.checked {
        font-weight: 700;
        background-color: #eee;
    }

/* -----------------------------------------
   User statistics
----------------------------------------- */

.home-stats {
    color: #666;
}

    .home-stats i {
        font-size: 1.3em;
        line-height: 2em;
    }

    .home-stats span.metric {
        display: inline-block;
        margin-left: 10px;
        font-size: 2em;
        color: #116801;
    }

    .home-stats a {
        text-decoration: none !important;
    }

/* -----------------------------------------
   Ingredient added ingredients list
----------------------------------------- */

.ingredient-added {
    border: 1px solid #ddd;
    border-radius: 3px;
}

    .ingredient-added .added-title {
        font-weight: bold;
        font-size: 1.1em;
        background-color: #f5f5f5;
    }

    .ingredient-added div.row {
        padding: 10px 0;
    }

#ingredientslist div.row {
    border-bottom: 1px solid #ddd;
}

/* -----------------------------------------
   Dashboard
----------------------------------------- */

.dashboard-recipe {
    border-bottom: 1px solid #eee;
    margin: 5px 0.2% 0 0.2% !important;
    padding: 10px 0 12px 0;
}


    .dashboard-recipe .calories p, .recipe-info .calories p /* Also used on edit recipe */ {
        font-size: 2.5em;
        font-weight: bold;
        line-height: 40px;
        color: #187400;
        margin: 0;
    }

    .dashboard-recipe .calories h3, .recipe-info .calories h3 /* Also used on edit recipe */ {
      font-size: 2.5em;
      font-weight: bold;
      line-height: 40px;
      color: #187400;
      margin: 0;
    }

    .dashboard-recipe .calories p i, .recipe-info .calories p i /* Also used on edit recipe */ {
        font-weight: normal;
    }

    .dashboard-recipe .calories h3 i, .recipe-info .calories h3 i /* Also used on edit recipe */ {
      font-weight: normal;
    }

    .dashboard-recipe .calories h3 span, .recipe-info .calories p span /* Also used on edit recipe */ {
        display: block;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: normal;
        line-height: 10px;
    }

    .dashboard-recipe .calories h3 span, .recipe-info .calories h3 span /* Also used on edit recipe */ {
      display: block;
      font-size: 11px;
      text-transform: uppercase;
      font-weight: normal;
      line-height: 10px;
    }

.recipe-info .cooking-method p {
    font-size: 1.6em;
    line-height: 20px;
}

    .recipe-info .cooking-method p i {
        font-size: 2em;
    }

.dashboard-recipe .servings p, .recipe-info .servings p /* Also used on edit recipe */ {
    font-size: 2.5em;
    font-weight: bold;
    line-height: 40px;
    color: #7E200A;
    margin: 0;
}

.dashboard-recipe .servings h3, .recipe-info .servings h3 /* Also used on edit recipe */ {
  font-size: 2.5em;
  font-weight: bold;
  line-height: 40px;
  color: #7E200A;
  margin: 0;
}

.allergens p /* Also used on edit recipe */ {
    font-size: 1.4em;
    font-weight: bold;
    color: #7E200A;
    margin: 0 0 5px 0;
}

.dashboard-recipe .servings p i, .recipe-info .servings p i, .recipe-info .allergens p i /* Also used on edit recipe */ {
    font-weight: normal;
}

.dashboard-recipe .servings h3 i, .recipe-info .servings h3 i, .recipe-info .allergens h3 i /* Also used on edit recipe */ {
  font-weight: normal;
}

.dashboard-recipe .servings p span, .recipe-info .servings p span, .recipe-info .allergens p span /* Also used on edit recipe */ {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 10px;
}

.dashboard-recipe .servings h3 span, .recipe-info .servings h3 span, .recipe-info .allergens h3 span /* Also used on edit recipe */ {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 10px;
}

.dashboard-recipe h2 {
    font-size: 1.4em;
    margin: 0;
    color: #10228C;
    border: 0;
}

.dashboard-recipe h3 {
  font-size: 1.4em;
  margin: 0;
  color: #10228C;
}

    .dashboard-recipe h2 a:hover {
        color: #10228C;
        text-decoration: underline;
    }

.dashboard-recipe h3 a:hover {
  color: #10228C;
  text-decoration: underline;
}

.dashboard-recipe p {
    color: #666;
    line-height: 1.2em;
    margin: 0;
}

    .dashboard-recipe p.ingredients {
        margin: 7px 0;
        font-size: 0.8em;
    }

    .dashboard-recipe p.meta {
        margin-top: 5px;
        font-size: 0.9em;
        text-transform: uppercase;
    }

        .dashboard-recipe p.meta .label {
            font-size: 1em !important;
        }

        .dashboard-recipe p.meta i {
            display: inline-block;
            margin-right: 5px;
            margin-left: 10px;
        }

            .dashboard-recipe p.meta i:first-child {
                margin-left: 0;
            }


@media only screen and (max-width: 767px) {
    .dashboard-recipe h2 {
        text-align: center;
        font-size: 1.6em;
        letter-spacing: -1px;
        margin-bottom: 10px;
        text-decoration: underline;
    }

  .dashboard-recipe h3 {
    text-align: center;
    font-size: 1.6em;
    letter-spacing: -1px;
    margin-bottom: 10px;
    text-decoration: underline;
  }
}

/* -----------------------------
	Edit Recipe
----------------------------- */

#recipe-ingredients i {
    display: inline-block;
    width: 20px;
}

.recipe-info {
    /*background: #ffc;
	border: 1px solid #EEEEA1;*/
    padding: 5px 0 10px 0;
    margin: 10px 0;
}

.not-confirmed-index:hover, .not-confirmed:hover {
    cursor: pointer;
}

.show-for-print {
    display: none;
}

table#recipe-ingredients {
    border-collapse: collapse;
}

tr.ingredient-row-alert {
    border: 2px solid #fcc;
}

tr.ingredient-row-alert td {
    background-color: #ffc;
}

/*-----------------------------
  Registration
---------------------------- */

#custom-category {
    display: none;
}

.conditionally-required-field p.meta {
    margin-top: -12px;
}

.conditionally-required-field span.field-validation-error {
    margin-bottom: 12px;
}

/*-----------------------------
  Logon
---------------------------- */

.display-inline {
    display: inline;
}

#remember-me {
    margin-bottom: 6px;
}

/*-----------------------------
  Add ingredient
---------------------------- */



#measurementradios label, .measurementradios label {
    padding: 7px 5px;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.measurementradios.error {
    border: 2px solid red;
}

.measurementradios .row {
    margin-bottom: 3px !important;
}

#measurementradios label:hover, #measurementradios label.active, .measurementradios label.active {
    background-color: #eee;
}

#measurementradios label.active, .measurementradios label.active {
    font-weight: bold;
}

.add-ingredient-buttons .row {
    margin-bottom: 5px !important;
}

/*-----------------------------
  cookie Directive
---------------------------- */

.fsai-alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .fsai-alert, .fsai-alert h4 {
        color: #C09853;
    }

        .fsai-alert a {
            color: #C09853;
            text-decoration: underline;
        }

#cookie-directive .fsai-alert {
    margin: 0;
    border-color: #C09853;
    border-top: none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    text-align: center;
}

#cookie-directive a#dismiss {
    margin: 2px 0 2px 5px;
    padding: 2px;
    border: 1px solid #C09853;
    color: #C09853;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-decoration: none;
}

    #cookie-directive a#dismiss:hover, #cookie-directive a#dismiss:active {
        background-color: #FBEED5;
    }
/*-----------------------------
  Pagination
-----------------------------*/


div.paging-control {
    padding-bottom: 40px;
    margin-left: 16px;
    margin-top: 10px;
}

  div.paging-control span.page-numbers {
    border: 1px solid #CCC;
    color: #57595B;
    display: block;
    float: left;
    font-size: 1.1em;
    margin-right: 3px;
    padding: 4px 4px 3px;
    text-decoration: none;
  }

      div.paging-control span.page-numbers.current {
        background-color: #57595B;
        border: 1px solid #818185;
        color: #fff;
        font-weight: bold;
      }

        div.paging-control span.page-numbers.dots, div.paging-control span.page-numbers.next, div.paging-control span.page-numbers.prev, div.paging-control span.page-numbers.desc {
            border: 0px solid #fff;
        }

.prev {
    padding-left: 0px !important;
}

/*------------------------------
  Contact Us
------------------------------*/

#contact-success {
    margin: 20px 0;
    text-align: center;
}

/*------------------------------
  Paddings and margin helpers
------------------------------*/

.margin-bottom {
    margin-bottom: 10px !important;
}

.margin-top {
    margin-top: 10px !important;
}

.padding-collapse {
    padding: 0px !important;
}


/*------------------------------
    Admin
------------------------------*/

#admin-submenu, #dashboard-figures, .chart-container {
    background: white url('../images/nav.gif') repeat-x bottom left;
    margin-left: 0;
    margin-top: 10px;
    padding: 0;
    border: 1px solid #cbcbcb;
    border-radius: 3px;
}

    #admin-submenu > ul > li {
        list-style: none;
        font-size: 0.9em;
        margin-left: 10px;
        line-height: 1.8em;
    }

        #admin-submenu > ul > li > i {
            min-width: 20px;
            padding-right: 5px;
            color: #454545;
        }

    #admin-submenu h6 {
        margin-left: 10px;
    }

.submenu-container {
    padding-left: 0;
}

/*------------------------------
    Dashboard
------------------------------*/

#dashboard-figures {
    padding: 10px;
    text-align: center;
    margin-left: -15px;
}

    #dashboard-figures .figure > span.statistic {
        font-size: 35px;
        color: #187400;
    }

    #dashboard-figures .figure > span.meta {
        display: block;
        font-size: 12px;
        margin-top: 10px;
        color: #454545;
    }

        #dashboard-figures .figure > span.meta.dotted {
            text-decoration:underline;
            text-decoration-style: dotted;
        }

    #dashboard-figures .figure {
        border-left: 1px solid #cbcbcb;
    }

        #dashboard-figures .figure.first {
            border-left: 0px none #fff;
        }

.chart-container h5 {
    margin-left: 20px;
}

@media only screen and (max-width: 767px) {
    #dashboard-figures .figure > span.statistic {
        font-size: 20px;
    }
}

/*------------------------------
    Survey
------------------------------*/

.question-title label {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #222;
    font-size: 1.2em;
}

label.question-sub {
    margin-top: 10px;
    font-weight: bold;
}

/*------------------------------
    PRINT
------------------------------*/

@media print {
    .do-not-print, .mceToolbar, .mceStatusbar {
        display: none !important;
    }

    .titlearea .five.columns {
        width: 100%;
    }

    h2.tall {
        font-size: 3em !important;
        text-align: center;
    }

    .footer_links, #topnavcontent {
        display: none;
    }

    .menu-item h2 {
        font-size: 1.6em;
    }

    .show-for-print {
        display: block !important;
    }
}


/*------------------------------
    FSAI BRANDING
------------------------------*/

.footer a {
    text-decoration: none;
}

.footer {
    text-align: center;
    color: #474747;
}

    .footer p {
        margin-bottom: 5px;
    }

        .footer p.social {
            margin-top: 10px;
        }

    .footer a.facebook {
        background: url(../images/facebook.png) no-repeat 0px 1px;
        padding-left: 21px;
        margin-left: 0px;
        padding-bottom: 3px;
    }

    .footer a.twitter {
        background: url(../images/twitter.png) no-repeat 0px 1px;
        padding-left: 21px;
        margin-left: 13px;
        padding-bottom: 3px;
    }

    .footer a.instagram {
        background: url(../images/instagram.png) no-repeat 0px 1px;
        padding-left: 21px;
        margin-left: 13px;
        padding-bottom: 3px;
    }

    .footer a:hover {
        color: #666;
        text-decoration: underline;
        background-position: 0px -19px;
    }

.footer_links {
    font-size: 13px;
    margin: 20px 0 10px 0;
    list-style: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #cdcdcd;
}

    .footer_links li {
        display: inline-block;
        padding: 0 5px;
        border-right: 1px solid #999999;
        line-height: 1.8em;
        text-align: center;
    }

        .footer_links li:last-child {
            border-right: none;
        }

.info-dialog h1 {
    font-size: 25px;
    line-height: 1.25em;
    font-weight: 300;
    color: #297c00;
    margin-bottom: 20px;
    margin-top: 0px;
}

.info-dialog h2 {
    margin-top: 20px;
    font-size: 1.3em;
    color: #263981;
    margin-bottom: 10px;
}

.info-dialog h3 {
    margin-top: 20px;
    font-size: 1.1em;
    margin-bottom: 10px;
}

.info-dialog h4 {
    margin-top: 20px;
    font-size: 1em;
    margin-bottom: 10px;
}


.info-dialog p {
    font-size: 13px;
}

/*------------------------------
    ADMIN STYLING
------------------------------*/

.admin-table {
    width: 100%;
}

/*------------------------------
    MENU ITEMS
------------------------------*/

.menu-item p.description {
    margin: 10px 0 10px 0;
    font-size: 1.1em;
}

.menu-item h2 span {
    font-size: 1.2em;
}

.menu-item p.allergens {
    color: #187400;
    font-weight: 400;
    font-size: 1.4em;
}

#servings-not-confirmed {
    margin-top: 0;
}

div.alert-box {
    font-weight: normal;
    line-height: 1.4em;
}

    div.alert-box a {
        text-decoration: underline;
    }

        div.alert-box a.button {
            margin-top: 5px;
            text-decoration: none;
        }

div.alert-box.validation-summary-errors {
    text-align: left;
}

    div.alert-box.validation-summary-errors ul {
        padding: 5px 2em 0 2em;
    }

    /*------------------------------
    RECIPE WIZARD
------------------------------*/
    .wizard-label {
        display: block;
        font-size: 0.8em;
        color: #666;
        text-transform: uppercase;
    }


#recipe-duplicate-modal ul {
    margin-left: 40px;
}

.radiogroup {
    margin-bottom: 12px;
}

/* Healthy Ireland Logo Fixes */
#hi-image {
    width: 60%;
}

#web-awards-img {
    width: 85%;
}

.subscribe-foot > a {
    color: #10228c !important;
}

    .subscribe-foot > a:hover {
        color: #2795b6 !important;
    }

/*------------------------------
    EXTRA BUTTON STYLES
------------------------------*/

.button span {
    display: block;
    font-weight: normal;
    font-size: 0.7em;
    padding-top: 10px;
    color: #666;
}

/*------------------------------
    TAGS
------------------------------*/

span.label.tag {
  background-color: #1c488c;
  background-image: url('/resources/images/tags/tag_01.png'), url('/resources/images/tags/tag_04.png'), url('/resources/images/tags/tag_02.png');
  background-repeat: no-repeat, no-repeat, repeat-x;
  padding: 9px 10px 9px 20px;
  background-position: left, right, left;
  text-transform: uppercase;
  font-size: 0.9em;
  color: #efefef;
  line-height: 3.3;
}

a.label.tag {
  background-color: #1c488c;
  background-image: url('/resources/images/tags/tag_01.png'), url('/resources/images/tags/tag_04.png'), url('/resources/images/tags/tag_02.png');
  background-repeat: no-repeat, no-repeat, repeat-x;
  padding: 9px 10px 9px 20px;
  background-position: left, right, left;
  text-transform: uppercase;
  font-size: 0.9em;
  color: #efefef;
  line-height: 3.3;
}

html.lt-ie9 span.label.tag {
    background-color: #174585;
    background-image: url(/resources/images/tags/tag-ie8.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px
}

html.lt-ie9 a.label.tag {
  background-color: #174585;
  background-image: url(/resources/images/tags/tag-ie8.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 25px
}

span.label.tag i:hover, span.label.folder i:hover {
    cursor: pointer
}

a.label.tag i:hover, a.label.folder i:hover {
  cursor: pointer
}


span.label.folder {
    background-color: #19488C;
    padding: 3px 5px;
    font-size: 1em;
}

/*------------------------------
    Search Bar
------------------------------*/

.search-bar {
    background-color: #efefef;
    border-bottom: #666;
    padding-top: 0.5em;
    padding-bottom: 0.8em;
}

    .search-bar p {
        margin-bottom: 0;
    }


    .search-bar #filter-tag-options > a {
        text-decoration: underline;
    }

    .search-bar input, .search-bar select, .search-bar button, .search-bar form {
        margin-bottom: 0;
    }

/*------------------------------
    END - Recipe filter, Search Bar
------------------------------*/

.may-contain {
    font-size: 0.8em;
    color: #595959;
    display: block;
}

/* foundation overrides */

.reveal-modal {
    padding: 20px 20px 10px 20px;
    border-top: 8px solid #187400;
}

@media only screen and (max-width: 950px) {
    .reveal-modal, .reveal-modal.large {
        width: 100%;
        margin-left: 0;
        left: 0;
        top: 0;
    }
}

/* Form checkbox */

label.form-checkbox {
    background-color: #eee;
    border: 1px solid #bbb;
    border-radius: 3px;
    padding: 5px;
    margin-bottom: 0.9em;
    font-size: 0.9em;
}

    label.form-checkbox.checked {
        background-color: #f4fef0;
        border: 1px solid #d3e9c9;
        color: #187400;
    }

span.smaller {
    font-size: 0.85em;
    color: #595959;
    display: block;
}

/* Training videos */

.video-link {
    font-size: 0.9em;
    color: black;
    text-decoration: underline;
    color: #187400;
    margin-bottom: 10px;
    display: block;
    line-height: 1.3;
    min-height: 150px;
    cursor: pointer;
}

    .video-link:hover span {
        color: black;
    }

    .video-link img {
        width: 100%;
        border-radius: 5px;
        border: 1px solid #187400;
    }

    .video-link span {
        color: black;
        text-decoration: none;
        position: absolute;
        right: 25px;
        top: 10px;
        background-color: rgba(0, 0, 0, 0.3);
        padding: 3px;
        border-radius: 3px;
    }

/*Dashboard Tabs*/

.tab {
    overflow: hidden;
    border: none;
    padding-top: 10px;
}

    .tab li {
        background-color: #e8e8e8;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        margin-top: 5px;
        font-weight: bold;
        font-size: 20px;
        color: #000000;
    }

.tab-content.hide {
    display: none;
}

.tab-content.active {
    display: block;
}

.tabs dd.active, .tabs li.active {
    border-top: 3px solid #169100;
    margin-top: -3px;
}

p.menu-warning {
  color: #B30000;
  font-size: 0.9em;
}

/* -----------------------------------
Campaign messages
--------------------------------------*/

.campaign-message a.button {
    color: white;
    text-decoration: none;
}


.inline-radio-list {
    display: flex;
    margin: 15px 0;
}

.inline-radio-list label {
    flex-basis: 60px;
}

.setting-form .row .columns {
    margin-bottom: 15px;
}

.skip-to-content {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0 !important;
  overflow: hidden;
  border: 0 !important;
}

.skip-to-content:focus {
  position: absolute;
  width: auto;
  height: auto;
  padding: 10px 20px 11px !important;
  overflow: hidden;
  border: 1px !important;
}

.ui-button-text {
  color: #4A4A4A !important;
}

.hidden {
  display: none !important;
}

.blank-fieldset {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.div-table {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 18px;
  border: 1px solid #ddd;
}

.div-table-row-even {
  background: #f9f9f9;
}

.div-table-row {
  color: #333;
  padding: 9px 10px;
  vertical-align: top;
  border: none;
  margin: 5px !important;
}

.close-reveal-modal {
  color: #595959 !important;
}

.modal-header h5 {
  font-size: 2em !important;
  font-weight: bold !important;
  text-align: center !important;
}

a.label:focus {
  opacity: 0.8;
  color: #fff;
}

#ccc .checkbox-toggle--slider .checkbox-toggle-off, #ccc .checkbox-toggle--slider .checkbox-toggle-on {
  font-size: 11px !important;
}

.checkbox-toggle-text {
  color: #FAFAFA !important;
}

ol.breadcrumbs {
  display: block;
  padding: 6px 28px 7px;
  overflow: hidden;
  margin-left: 0;
  margin-bottom: 0
}

  ol.breadcrumbs li {
    margin: 0;
    padding: 0 12px 0 0;
    float: left;
    list-style: none;
  }

    ol.breadcrumbs li a, ol.breadcrumbs li span {
      text-transform: uppercase;
      font-size: 11px;
      font-size: 1.1rem;
      padding-left: 12px;
    }

    ol.breadcrumbs li:first-child a, ol.breadcrumbs li:first-child span {
      padding-left: 0;
    }

    ol.breadcrumbs li:before {
      content: "/";
      color: #aaa;
    }

    ol.breadcrumbs li:first-child:before {
      content: " ";
    }

    ol.breadcrumbs li.current a {
      cursor: default;
      color: #333;
    }

    ol.breadcrumbs li:hover a, ol.breadcrumbs li a:focus {
      text-decoration: underline;
    }

    ol.breadcrumbs li.current:hover a, ol.breadcrumbs li.current a:focus {
      text-decoration: none;
    }

    ol.breadcrumbs li.unavailable a {
      color: #999;
    }

      ol.breadcrumbs li.unavailable:hover a, ol.breadcrumbs li.unavailable a:focus {
        text-decoration: none;
        color: #999;
        cursor: default;
      }

#admin-submenu h2 {
  margin-left: 10px;
  font-size: 14px;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  line-height: 1.1;
  margin-bottom: 14px;
  margin-top: 14px;
  border: 0;
}

.alert-box.ingredient-update-warning ul {
    list-style: none;
    padding: 0;
    margin: 0.5em 0;
}

    .alert-box.ingredient-update-warning ul li {
        margin: 5px 0;
    }

    .alert-box.ingredient-update-warning i.icon-warning-sign {
        font-size: 1.5em;
        line-height: 0.9em;
        top: 3px;
        margin-right: 10px;
        margin-left: 5px;
        position: relative;
        color: orangered;
        width: 22px;
        display: inline-block;
    }

.alert-box.ingredient-update-warning i.icon-check-sign {
    font-size: 1.5em;
    line-height: 0.9em;
    top: 3px;
    margin-right: 10px;
    margin-left: 5px;
    position: relative;
    color: green;
    width: 22px;
    display: inline-block;
}

i.icon-warning-sign {
    color: orangered;
}

.button-icon {
    cursor: pointer;
}

/* User guide styles */

.sticky-toc {
    top: 10px;
    position: -webkit-sticky;
    position: sticky;
}


.sticky-toc nav {
    margin-top: 1em;
    border: 1px solid #ccc;
    background-color: #eee;
    padding: 0.75em;
}

    .sticky-toc nav ul {
        list-style-type: none;
        margin: 0;
    }

        .sticky-toc nav ul ul {
            margin-left: 1em;
        }

@media print {
    .user-guide-content {
        width: 100% !important;
        right: 0 !important;
    }
}

.captions a {
    display: inline-block;
    padding: 2px;
    text-decoration: underline;
    font-size: 1.1em;
}

/** PILL - Coated or Pre-cooked search results **/

span.pill {
    background-color: black;
    color: white;
    display: inline-block;
    border-radius: 15px;
    padding: 1px 9px;
    font-size: 0.9em;
    font-weight: 600;
    margin-left: 2px;
}

    span.pill.coated {
        background-color: forestgreen;
        color: white;
    }

    span.pill.precooked {
        background-color: orange;
        color: darkslategray;
    }