﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: sans-serif !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 300px;
}

/* Set custom styles */

a.site-link-s {
    color: #555 !important;
    margin-left: 20px !important;
    font-size: small !important;
    text-decoration: none !important;
    text-align: left !important;
}

a.site-link-s:link,
a.site-link-s:focus,
a.site-link-s:visited {
    color: #555 !important;
    margin-left: 20px !important;
    font-size: small !important;
    text-decoration: none !important;
    text-align: left !important;
}

a.site-link-s:hover,
a.site-link-s:active {
    color: #c00 !important;
    margin-left: 20px !important;
    font-size: small !important;
    text-decoration: none !important;
    text-align: left !important;
}

a.site-link-m {
    color: #555 !important;
    margin-left: 20px !important;
    font-size: medium !important;
    text-decoration: none !important;
    text-align: left !important;
}

a.site-link-m:link,
a.site-link-m:focus,
a.site-link-m:visited {
    color: #555 !important;
    margin-left: 20px !important;
    font-size: medium !important;
    text-decoration: none !important;
    text-align: left !important;
}

a.site-link-m:hover,
a.site-link-m:active {
    color: #c00 !important;
    margin-left: 20px !important;
    font-size: medium !important;
    text-decoration: none !important;
    text-align: left !important;
}

a.site-link-l {
    color: #555 !important;
    margin-left: 20px !important;
    font-size: large !important;
    text-decoration: none !important;
    text-align: left !important;
}

a.site-link-l:link,
a.site-link-l:focus,
a.site-link-l:visited {
    color: #555 !important;
    margin-left: 20px !important;
    font-size: large !important;
    text-decoration: none !important;
    text-align: left !important;
}

a.site-link-l:hover,
a.site-link-l:active {
    color: #c00 !important;
    margin-left: 20px !important;
    font-size: large !important;
    text-decoration: none !important;
    text-align: left !important;
}

a.site-glyph {
    color: #00c !important;
    margin-left: 20px !important;
    font-size: large !important;
    text-decoration: none !important;
    text-align: left !important;
}

a.site-glyph:link,
a.site-glyph:focus,
a.site-glyph:visited {
    color: #00c !important;
    margin-left: 20px !important;
    font-size: large !important;
    text-decoration: none !important;
    text-align: left !important;
}

a.site-glyph:hover,
a.site-glyph:active {
    color: #c00 !important;
    margin-left: 20px !important;
    font-size: large !important;
    text-decoration: none !important;
    text-align: left !important;
}

.site-nav {
    position: fixed;
    top: 0px;
    width: 100%;
    /* min-height (vs height) will keep collapse dropdown from being 
       transparent,that is, it will allow it to grow
    */
    min-height: 50px;
    font-family: sans-serif !important;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 0px;
}

.site-nav-item {
    white-space: nowrap;
    margin-top: 7px;
    margin-left: 20px;
    font-family: sans-serif !important;
    font-size: 14px;
}

/* site-nav-link replaces bootstrap nav-link as padding is messing up the desired height */
.site-nav-link {
    font-size: 17px;
    display: block;
    color: #cccccc !important; /* changed for this site */
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .site-nav-link {
        transition: none;
    }
}

.site-nav-link:hover, .site-nav-link:focus {
    color: #FFFFFF !important; /* changed for this site */
}

.site-nav-link.disabled {
    color: dimgray !important; /* changed for this site */
    pointer-events: none;
    cursor: default;
}
/* end site-nav-link override of nav-link */

.site-container {
    white-space: nowrap !important;
    max-height: 55px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.site-form {
    line-height: 2.5 !important;
    font-size: medium !important;
    color: black !important;
}

.site-form-label {
    font-weight: bold !important;
    font-size: 16px !important;
}

.site-form-text {
    height: 25px !important;
}

.site-list-form {
    vertical-align: middle !important;
    padding-left: 0px;
    margin-left: 0px
}

.site-list-form-button {
    color: darkred !important;
    font-weight: bold !important;
    background-color: transparent !important;
    text-decoration: none !important;
    border: 0 !important;
    border-color: transparent !important;
    padding-left: 0px;
    margin-left: 0px
}

/* override some styles */

.btn-primary,
.btn-primary:link,
.btn-primary:visited,
.btn-primary:focus {
    height: 30px;
    width: 100px;
    font-weight: bold;
    margin-bottom: 9px;
}

.btn-primary:hover,
.btn-primary:active {
    height: 30px;
    width: 100px;
    font-weight: bold;
    margin-bottom: 9px;
}

.btn-warning,
.btn-warning:link,
.btn-warning:visited,
.btn-warning:focus {
    height: 30px;
    width: 100px;
    font-weight: bold;
    margin-bottom: 9px;
}

.btn-warning:hover,
.btn-warning:active {
    height: 30px;
    width: 100px;
    font-weight: bold;
    margin-bottom: 9px;
}

.btn-success,
.btn-success:link,
.btn-success:visited,
.btn-success:focus {
    height: 18px;
    width: 50px;
    font-weight: bold;
    padding: 0px 6px;
}

.btn-success:hover,
.btn-success:active {
    height: 18px;
    width: 50px;
    font-weight: bold;
    padding: 0px 6px;
}

.btn-info,
.btn-info:link,
.btn-info:visited,
.btn-info:focus {
    height: 25px;
    width: 80px;
    font-weight: bold;
    padding: 0px 6px;
}

.btn-info:hover,
.btn-info:active {
    height: 25px;
    width: 80px;
    font-weight: bold;
    padding: 0px 6px;
}

hr.dashed {
    border-top: 1px dashed;
}

hr.dotted {
    border-top: 1px dotted;
}

/* linked image and video styles */

.selectImageLinks, .selectImageLinks:link, .selectImageLinks:visited, .selectImageLinks:active, .selectImageLinks:hover {
    background-color: white;
    height: 120px;
    text-decoration: none;
    border: 1px;
    border-color: #777;
}

.selectImage {
    background-color: white;
    height: 120px;
    text-decoration: none;
    border: 1px;
    border-color: #777;
}

.selectVideoLinks, .selectVideoLinks:link, .selectVideoLinks:visited, .selectVideoLinks:active, .selectVideoLinks:hover {
    background-color: white;
    height: 120px;
    text-decoration: none;
    border: 1px;
    border-color: #777;
}

.selectVideo {
    background-color: white;
    height: 120px;
    text-decoration: none;
    border: 1px;
    border-color: #777;
}

/* search display styles */

.searchNameLinks, .searchNameLinks:link, .searchNameLinks:visited, .searchNameLinks:active {
    COLOR: black;
    background-color: white;
    FONT-FAMILY: Arial, Helvetica;
    FONT-SIZE: 14pt;
    FONT-WEIGHT: normal;
    text-decoration: none;
    BORDER: 0;
}

.searchNameLinks:hover {
    COLOR: black;
    background-color: white;
    FONT-FAMILY: Arial, Helvetica;
    FONT-SIZE: 14pt;
    FONT-WEIGHT: bold;
    text-decoration: none;
    BORDER: 0;
}

.searchImageLinks, .searchImageLinks:link, .searchImageLinks:visited, .searchImageLinks:active, .searchImageLinks:hover {
    background-color: white;
    height: 120px;
    text-decoration: none;
    BORDER: 0;
}

.searchImage {
    background-color: white;
    height: 120px;
    text-decoration: none;
    BORDER: 0;
}

.searchInformationLinks, .searchInformationLinks:link, .searchInformationLinks:visited, .searchInformationLinks:active .searchInformationLinks:hover {
    COLOR: #808080;
    background-color: white;
    FONT-FAMILY: Arial, Helvetica;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    text-decoration: none;
    BORDER: 0;
}

.searchIngredientsLinks, .searchIngredientsLinks:link, .searchIngredientsLinks:visited, .searchIngredientsLinks:active .searchIngredientsLinks:hover {
    COLOR: black;
    background-color: white;
    FONT-FAMILY: Arial, Helvetica;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: normal;
    text-decoration: none;
    border: 0;
}

/* general decorational styles */

.informationText {
    color: #777;
    font-size: small;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
}

.warningText {
    color: darkred;
    font-size: small;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
}

/* recipe viewing classes -- these classes are clones of those in Drinqz Plugin */

.viewRecipeIngredient {
    COLOR: black;
    background-color: white;
    FONT-FAMILY: Arial, Helvetica;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: normal;
    text-decoration: none;
    BORDER: 0;
}

.viewRecipeIngredientInstructions {
    COLOR: #c0c0c0;
    background-color: white;
    FONT-FAMILY: Arial, Helvetica;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    text-align: left;
    text-decoration: none;
    BORDER: 0;
}

.viewRecipeInstruction {
    COLOR: black;
    background-color: white;
    FONT-FAMILY: Arial, Helvetica;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: normal;
    text-decoration: none;
    BORDER: 0;
}
