#resultcontainer{
    display: none;
    margin-top: 20px;
    border: 5px solid #f2f3f5;
    padding: 3% 4%;
    border-radius: 8px;
   font-size: 16px;
   font-family: 'big-title', 'main', sans-serif;
}
div#cal-result ul li:nth-child(odd) {
     background: none;
}
div#cal-result ul li:first-child {
border-radius: 3px;
border-bottom: 5px solid var(--mainColor);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
input[type=number] {
 -moz-appearance: textfield;
}
.cal-con-notes {
    padding: 2% 3%;
    border-radius: 8px;
    margin-top: 40px;
}
.extra-msg{
color: red;
    padding-top: 10px;
}
.overview-msg{
font-size:18px;
padding-bottom: 10px;
}
.canvtab{
	display: none;
}
/*
div#nut-result .list-group-item {
  padding: 22px 20px 20px 20px;
  border: 0;
}

div#nut-result ul li:nth-child(odd) {
  background: none;
}
*/
div.iEMsg{
	color:#FFF;
	background-color:#FF5561;
	/*margin-bottom:5px;*/
	padding: 10px 20px 10px 20px;
	border-radius:25px;
	display: none
}
#printmeB{
        padding: 18px 20px;
        background: #007bff;
    font-size: 16px;
    color: white;
        margin-bottom: 20px;
}
b.statusColor {
  background: #1899ff;
  color: white;
  padding: 5px 4px 2px 4px;
  font-size: 75%;
  border-radius: 4px;
}

ul#select2-density_select-results li:first-child {
  display: none;
}

ul#select2-density_select-results {
  background: #e8e9ea;
}

form#nutrition_form span.select2.select2-container.select2-container--default span.select2-selection.select2-selection--single {
  display: block;
  width: 100%;
  height: 48px;
  background-color: #FFF !important;
  background-clip: padding-box !important;
  border: 1px solid #ced4da !important;
  border-radius: .25rem !important;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
  padding: 10px 13px !important;
}


div#nut-result .list-group-item {
  padding: 22px 20px 20px 20px;
}
div#nut-result .list-group-item {
  border: 0;
}


div#nut-result ul li:first-child {
border-radius: 3px;
border-bottom: 2px solid #dcdcdc;
}

.foodlabel-li{
        border-style: solid;
        border-color: #000;
        display: block;
}

.dailyValue{
        background-color: #f0f0f0;
        padding: 14px;
    margin-top: 14px;
    border: 1px solid #dcdcdc;
    border-radius: 4px !important;
}

.badgeColor{
        width: 44px;
    height: 19px;
    border-radius: 4px !important;
    margin-top: 2px;
    margin-left: 13px;
    margin-right: 13px;
}

.colmaxwidth{
                width: 100%;
}
form.calories-form-style .btn.cal-btn.btnsmall {
    width: 50%;
}
@media(max-width:767px){
        .col-md-10{
                width: 90%;
        }
        .col-md-7{
                width: 60%;
        }
        .col-md-5{
                width: 40%;
        }
        .col-md-4{
                width: 40%;
        }
        .col-md-2{
                width: unset;
        }
        form.calories-form-style .btn.cal-btn.btnsmall {
                width: 100%;
        }
        .colmaxwidth{
                width: 100%;
        }
}

@media(max-width:470px){
        .col-md-5{
                width: 30%;
        }
        .col-md-4{
                width: 40%;
        }
        .col-md-2{
                width: unset;
        }
        .colmaxwidth{
                width: 100%;
        }
}
@media(max-width:439px){
        .col-md-10{
                width: 80%;
        }
}


.canvas{
        margin-right: -512px;
        height: 1000px;
        width: 1100px;
        display: block;
}

@media(max-width:622px){
        .canvas{
                margin-right: -560px;
        }
}
@media(max-width:539px){
        .canvas{
                margin-right: -626px;
        }
}
@media(max-width:475px){
        .canvas{
                margin-right: -422px;
                height: 560px;
                width: 759px;
        }
}
@media(max-width:280px){
        .canvas{
            margin-right: -321px;
                height: 470px;
                width: 569px;
        }
}

