
/*
list views for the app
*/

ul.basiclist {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.basiclist>li {
    margin-bottom: 30px;

}
h2.basiclist-title {
    margin: 0px;
    xfont-size: 90%;
}

div.basiclist-fauxicon {
    width: 80px;
    height: 80px;
    font-size: larger;
    text-align: center;
    background: #c6c6c6;
    color: white;
    padding-top :15px;
    padding-bottom :15px;
}

span.basiclist-attrlabelside {
    font-weight: bold;
}

span.basiclist-attrlabelbottom {
    font-weight: bold;
    padding-right: 5px;
}


/*
Form Styles
*/
.required {color: red; padding-left: 5px;}

/*
Menu Page theme overrides
*/
.service-box-v1 {
    cursor:pointer;
}

.service-box-v1 a:hover {
    color:white;
    text-decoration:none;
}



/*
Product Details page/Traffic Light
*/

div.foodinfo {
    max-width:480px;
    padding-bottom: 25px;
    margin: auto;
}

div.packtext{
    text-align:center;
    margin-bottom: -10px;
}

div.referencetext{
    text-align:center;
    font-weight: bold;
}

div.typicaltext{
    text-align:center;
}

.item {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 15px;
    width: 85px;
    height: 120px;
    display: inline-block;
    background-color: #FFF;
    color: #000;
    margin-left: -7px;
    text-align: center;
    vertical-align: top;
    margin-top: 20px;
}

.M {
    /*background-color: #FAA634;*/
    background-color: #ffb325;
    color: #000;
}

.M>.cellmiddle>.cellpercent {
    border: 1px solid #FFF;
}

.H {
    /*background-color: #FF6879;*/
    background-color: #be2727;
    color: #FFF;
}

.H>.cellmiddle>.cellpercent {
    border: 1px solid #FFF;
}

.H>.cellmiddle>.celllabel {
    xletter-spacing: -1px;
}

.L {
    /*background-color: #A6CE39;*/
    background-color: #2a7735;
    color: #FFF;
}

.L>.cellmiddle>.cellpercent {
    border: 1px solid #FFF;
}

.first {
    margin-left: 0 !important;
}

.celllabel {
    font-size: 14px;
    transform:scale(1,1.3); /* W3C */
    -webkit-transform:scale(1,1.3); /* Safari and Chrome */
    -moz-transform:scale(1,1.3); /* Firefox */
    -ms-transform:scale(1,1.3); /* IE 9 */
    -o-transform:scale(1,1.3); /* Opera */
    padding-top: 5px;
    xtext-transform: uppercase;
}

.cellvaluetworow {
    min-height: 40px;
    margin-top: 15px;
}

.cellpercent {
    color: #000;
    margin-top: 10px;
    background-color: #FFF;
    padding: 3px;

    xmargin-left: 22px;
    margin: auto 0px;
    display: inline-block;
    border-radius: 15px !important;
    border: 1px solid #000;
    min-height: 10px;
}

.items {
    margin: 5px 0 25px 0;
    text-align: center;
}

.celltop {
    width:85px;
    height: 15px;
    background-image: url(/themes/fdh/images/top.png);
    background-repeat: no-repeat;
    padding-top: 15px;
}

.item>.celltop {
    background-color: inherit;
}

.cellbottom {
    width:85px;
    height: 15px;
    background-image: url(/themes/fdh/images/bottom.png);
    background-repeat: no-repeat;
}

.item>.cellbottom {
    background-color: inherit;
}

.cellmiddle {
    background-image: url(/themes/fdh/images/middle.png);
    background-repeat: repeat-y;
}

.item>.cellmiddle {
    background-color: inherit;
}

.productlink-info-icon {
    display:inline;
    white-space: nowrap;
    padding:2px 4px 2px 4px;
    cursor:pointer;
}

.productlink-info-icon .initfa{
    font-size:16px;
    margin-top:6px;
}

.custom-checkbox {
    position: relative;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.custom-checkbox label {
    display: block;
    padding-left: 28px;
    font-weight:400;
    font-size:15px;
}

.custom-checkbox input {
    height: 18px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 18px;
}

.custom-checkbox input + label::before {
    border-radius:2px;
    border: 1px solid;
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    top: 0;
    width: 18px;
    color: #9d9d9d;
}

.custom-checkbox input + label::after {
    content: "";
    opacity: 0;
    background-image: url("/themes/metronic/assets/global/img/check.svg");
    background-repeat: no-repeat;
    height: 11px;
    width: 11px;
    position: absolute;
    left: 4px;
    top: 4px;
    transition: opacity 0.2s ease-in-out;
}

.custom-checkbox input:checked + label::after {
    opacity: 1;
}

.custom-checkbox input:focus + label::before {
    box-shadow: 0 0 0 3px rgba(105, 192, 205, 0.62);
    outline: 3px solid transparent;
}

.filters-container .custom-checkbox label{
    white-space: nowrap;
}

.filters-expand-text{
    cursor:pointer;
    margin-bottom: 42px;
    font-size:16px;
}

.filters-expand-text-inner{
    border-bottom:1px solid #eee;
    line-height:30px;
}

.filters-container{
    padding:8px 0;
    margin-bottom:62px;
}

.filters-container button{
    margin-top:14px;
    margin-bottom:16px;
}

.filters-expand-text .initfa{
    font-size:17px;
}

.filters-section-title{
    margin-bottom:18px !important;
}

.filters-section{
    margin:20px 0 38px 0;
}

.filters-section-min-max-title{
    font-weight:600;
    font-size:14px;
    margin-bottom:8px;
}

.filters-section-min-max-inputs-container{
    display:flex;
    margin-bottom:20px;
    border: 1px solid #f2f2f2;
    background-color: #fafafa;
    padding: 8px 12px 12px 12px;
}

.filters-section-min-max-inputs-container .form-group{
    margin-bottom:0;
}

.menumyselection{
    padding: 29px 12px 30px;
}

.menumyselection-inner{
    border-radius:30px!important;
    width:70px;
    height:38px;
    line-height:35px;
    text-align:center;
    margin-top:-8px;
    transition: all 0.3s ease;
}

.menumyselection-inner a{
    color: inherit;
    padding: 0 0 0 3px;
    text-decoration: none;
    line-height: 35px;
}
.menumyselection-inner a:focus{
    outline: 0;
}

.menumyselection-inner .initfa{
    font-size:20px;
}

.menumyselection-inner-number{
    border-radius:50% !important;
    font-size:14px;
    font-weight:600;
    display:inline-block;
    height:26px;
    width:26px;
    line-height:26px;
    text-align:center;
}
/*
.menu-table-row-product-column{
    display:flex;
}

.basket-add-btn{
    cursor:pointer;
    background-color:rgba(105, 192, 205, 0.6);
    border:1px solid #69C0CD;
    width:24px;
    border-radius:4px !important;
    margin-right: 11px;
    color:#fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.basket-add-btn .fas{
    font-size:13px;
}

.basket-add-btn:hover{
    background-color:rgba(105, 192, 205, 1);
}*/

.basket-add-icon, .basket-remove-icon {
    display:inline;
    white-space: nowrap;
    padding:2px 4px 2px 4px;
    cursor:pointer;
}

.basket-add-icon .initfa{
    font-size:16px;
    color:#6fcb9a;
}

.basket-remove-icon .initfa{
    font-size:16px;
    color: #f3565d;
}

.nutrition-table-container{
    border:3px solid #000;
    border-radius:10px !important;
    overflow: hidden;
    margin-bottom:25px;
}

.nutrition-table{
    width:100%;
    margin: 8px;
}

.nutrition-table td, .nutrition-table th{
    padding:3px 8px;
}

.nutrition-table tr:not(:last-of-type) td{
    border-bottom:1px solid #eee;
}

.nutrition-table th{
    font-weight:600;
    text-align:center;
    color:#000;
}

.nutrition-table-title{
    text-align: center;
    border-bottom:3px solid #000;
    padding:12px 20px;

}

.nutrition-table-title div{
    font-family: Arial, Helvetica, sans-serif;
    transform: scale(1,1.3);
    -webkit-transform: scale(1,1.3);
    -moz-transform: scale(1,1.3);
    -ms-transform: scale(1,1.3);
    -o-transform: scale(1,1.3);
    font-weight: bold;
    font-size:14px;
    color:#000;
}

.long-menu-fix{
    float:left !important;
    margin-bottom: 20px;
    margin-top:-20px;
}

.carbon-footprint-container{
    margin-top:5px;
    border:1px solid #C6E4FF;
    padding:16px;
}

.carbon-footprint{
    background: url(/themes/fdh/images/foot.png);
    background-repeat: no-repeat;
    background-size: 221px 221px;
    width:221px;
    height:221px;
    margin:0 auto;
    position:relative;
}

.carbon-footprint-title{
    text-align: center;
    font-size:18px;
    padding-bottom:16px;
}

.carbon-footprint-co2{
    position: absolute;
    bottom: 60px;
    text-align: center;
    width:100%;
    color:#000;
    font-weight:bold;
    font-size:22px;
}

.carbon-footprint-value{
    color:#000;
    font-weight:bold;
    font-size:26px;
    width:100%;
    text-align: center;
    top:100px;
    position:absolute;
}

.carbon-footprint-footnote{
    text-align: center;
    margin-top:12px;
}


/*
Menu Details
*/
.sticky-header-fix {
    height: 95px;
    background-color: #FFF;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ie-fix { margin-left: 7px !important; }
}

.vertical {
    position:absolute;
    margin-left: -9px;
    -webkit-transform: translate(1.2em,0) rotate(-90deg);
    -moz-transform: translate(1.2em,0) rotate(-90deg);
    -o-transform: translate(1.2em,0) rotate(-90deg);
    transform: translate(1.2em,0) rotate(-90deg);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    /* IE9+ */
    -ms-transform: translate(1.2em,0) rotate(-180deg);
    -ms-transform-origin: left top;
    /* IE8+ */
    -ms-writing-mode: tb-rl;
    /* IE7 and below */
    *writing-mode: tb-rl;
}

.menu-table-row > td {
    padding: 10px 0;
    text-align: center;
    min-width:35px;
    height: 40px;
}

.menu-table-row > th {
    padding-bottom: 10px;
}

.head1, .head0 {
    text-align: center;
}

.horizontal {
    transform:scale(1,1.2);
    -webkit-transform:scale(1,1.2);
    -moz-transform:scale(1,1.2);
    -ms-transform:scale(1,1.2);
    -o-transform:scale(1,1.2);
    vertical-align:bottom;
}

.horizontal>div {
    margin-bottom: 7px;
}

.no-background {
    background-color: #FFF;
}

.course {
    padding: 10px 0 40px 0;
}

.menu-table-header {
    border-bottom: 0;
    background-color :#FFF;
    /*height: 100px;*/
}

.menu-table-header-line {
    background-color: #FFF;
}

.msgboxmsg { width: 90%; margin-bottom: 0; padding: 5px 0; }
.msgboxmsg ul, .msgboxmsg ol {padding-left: 20px;margin:0;}

/* narrow table styles */
.menu-list-item {
    margin-bottom: 50px;
}

.menu-list-header {
    font-size: 15px;
    padding-right: 10px;
}

.menu-list-header>a {
    color: black;
    font-weight: bold;
}

.menu-list-header-sep {
    height: 2px;
    margin: 10px 0;
}

.menu-list-ingredients {
    text-align: center;
    width: 60px;
    display: inline-block;
    margin-bottom: 10px;
}

.menu-list-ingredients-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.menu-list-allergen-sep {
    height: 1px;
    margin: 10px 10px 5px 10px;
}

.menu-list-allergen-left-container {
    margin-left: 10px;
    float: left;
    width: 47%;
}

.menu-list-allergen-right-container {
    margin: 0 10px;
    float: left;
    width: 47%;
}

.menu-list-allergen-single-container {
    padding-left:  10%;
    padding-right: 10%;
}

.menu-list-allergen-single-container>.menu-list-allergen{
    width: 100%;
}

.menu-list-allergen {
    border: 1px solid #C6E4FF;
    padding: 7px 10px;
    margin-top: 5px;
}

.menu-list-allergen-img {
    float: left;
    height: 18px;
    width: auto;
}

.menu-list-allergen-img>img {
    max-width:  100%;
    max-height: 100%;
}

.menu-list-allergen-msg {
    float:left;
    width: 87%;
}

.menu-list-allergen-msg>div {
    padding-left: 10px;
}

.break-to-new-line {
    display: none;
}

.menu-table-subrow>td {
    border-bottom:0;
    padding: 3px 10px;
    text-align: right;
}

.menu-table-subrow>td>div {
    font-size:0.8em;
}

a.productlink {
	border-bottom: 1px solid #fff6e5;
}

a.productlink:hover {
	border-bottom: none;
}

p.headingcereal {
margin:0; padding:0; line-height:0.9;
}

span.headingcerealsub {
	font-size:0.8em;
	line-height: 15px;
}

.content-page {
	min-height:300px;
}

.site-title {
	font-weight: 400;
	font-size: 27px;
}

.site-strapline {
	font-weight: 300;
	font-size: 16px;
}

.site-strapline-title-container {
 	float: right; 
 	color:#3E4D5C;
 	margin-left: 10px;
}

.site-strapline-title-container-narrow {
	display:none;
}

.legend-block-container {
	width: 300px; 
	float: right;
}

.legend-container {
	width: 130px;
	float: right;
	margin: 0 15px 30px 30px;
	border: 1px solid #CCC;
	padding: 10px;
	background-color: #FAFAFA;
}

.search-page-legend-container {
	margin:0 0 15px 0;
    border: 1px solid #CCC;
    padding: 10px;
    background-color: #FAFAFA;
    display:inline-block;
    float:right;
}

.search-page-legend-container .legend-title{
    border-bottom: 0;
    border-right: 1px solid #ccc;
    padding-right: 12px;
    margin-bottom:0;
    padding-bottom:0;
}

.search-page-legend-container div{
    display:inline-block;
}

.search-page-legend-container .initfa{
    margin-left:10px;
    text-align:center;
}

.legend-title {
	font-size: 15px;
	transform:scale(1,1.1); /* W3C */
    -webkit-transform:scale(1,1.1); /* Safari and Chrome */
    -moz-transform:scale(1,1.1); /* Firefox */
    -ms-transform:scale(1,1.1); /* IE 9 */
    -o-transform:scale(1,1.1); /* Opera */
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.legend-container .initfa {
	width: 20px;
}

.search-page-legend-container .initfa {
	width: 20px;
}

.legend-no-image-item {
	margin-left: 20px;
}

.home-page-row {
	margin-top: 10%;
	font-size: 150%;
}

.layout-min-height-fix {
	min-height: 500px;
}

.menu-page-menu-item {
	height: 300px;
}

.menu-list-suballergen {
	margin: 5px 0 0 0;
}

.each-portion-contains {
	margin-left: 320px;
	margin-bottom: 10px;
}

.each-portion-contains-sep {
	height: 1px; 
	width: 390px; 
	margin-left: 188px; 
	margin-bottom: 20px;
}

.each-portion-contains-solo {
	margin-left: 660px;
}

.each-portion-contains-sep-solo {
	margin-left: 530px;
}


.search-result-item-img {
	display: inline-block;
	width: 5%;
}

.search-result-item-text {
	float: right; 
	width: 93%;
}