/* LAN DEMO PORTAL MAIN STYLING */

/* GENERAL LAYOUT */

body{
	/*background-image: linear-gradient(#faad47, #eb423b 50%, #cbdd3d, #27b454) !important;*/
	background-color: #e8ebee;
}

.long-page{
	min-height: 150vh;
}

.content{
	width: 64%;
	margin: 0 auto;
	border: 2px solid #d7d7d7;
	margin-top: 10px;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 15px;
	background-color: white;
}

@media (max-width: 1500px)
{
	.content{
		margin: 0 25%;
	}
}

@media (max-width: 768px)
{
	.content{
		margin-left: 2px;
		margin-right: 2px;
	}
}

.bfo-button{
	padding: 6px;
	border-radius: 35px;
	overflow: hidden;
	text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 2px;
	background-image: linear-gradient(180deg, rgb(137, 207, 240) 47%, rgb(0, 64, 255) 100%);
	background-color: rgb(190, 121, 0);
	background-size: auto !important;
	background-attachment: scroll !important;
	background-position: 50% 50% !important;
	background-repeat: no-repeat !important;
	color: #fff;
	text-align: center;
	border: 0;
	max-width: 250px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none !important;
}

.bfo-button:hover{
	background-image: linear-gradient(180deg, rgb(148, 49, 38) 80%, rgb(148, 49, 38) 20%) !important;
	text-decoration: none;
	color: #fff;
}

.footer{
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #e8ebee;
  text-align: center;
  min-height: 75px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.footer-breaker{
	height: 2px;
	background-color: #000;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.banner-content{
	display: none;
}

.header-text{
	font-size: xx-large;
	color: rgb(148, 49, 38);
}

.header-text a{
	color: rgb(148, 49, 38);
}

.header-text a:hover{
	color: rgba(92, 186, 73, .5);
}

.orange-breaker{
	height: 2px;
	/*background-color: rgb(137, 207, 240);*/
	background-color: rgb(33, 47, 61);
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.gray-breaker{
	height: 2px;
	background-color: rgba(105, 105, 105, 1);
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.add-item{
	float: right;
}

.content-header{
	max-width: 100%;
}

.recipe{
	margin-left: auto;
	margin-right: auto;
	background-color: rgb(254, 242, 158);
	border: 3px solid rgb(245, 232, 140);
	padding: 10px 15px 15px 10px;
	margin-bottom: 40px;

}

.recipe-header{
	font-size: 32px;
	font-weight: 502;
}

.recipe-icon{
	font-size: 48px;
}

.recipe-spacing{
	margin-bottom: 20px;
}

.ingredients{
	margin-left: 40px;
	margin-right: 40px;
}

.ingredients-header{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.directions{
	margin-top: 25px;
}

.recipe-add{
	/*position: absolute;*/
}

.ajax-loader {
  z-index: +100 !important;
  width: 75px;
  height: 75px;
}

.ajax-loader img {
  position: relative;
  top: 50%;
  left: 50%;
}

.shopping-list-header {
  border: 2px solid rgb(148, 49, 38);
  border-radius: 5px;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 15px;
  margin-top: 15px;
}

.shopping-list-items {
  padding: 0 18px;
  transition: max-height 0.2s ease-out;
  border-left: 1px solid rgba(0, 0, 0, .5);
  border-right: 1px solid rgba(0, 0, 0, .5);
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.meal-food-container{
	padding: 15px;
	border: 2px solid rgb(137, 207, 240);
	border-radius: 25px;
	margin: 5px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
}

.add-food-container{
	display: none;
}

.meal-container{

}
.meal-title-border{
	padding: 5px;
	border: 2px solid rgb(148, 49, 38);
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	font-size: x-large;
	font-weight: bold;
	margin-top: 15px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
	background-color: rgba(92, 186, 72, 0.1);
}

.meal-calories-text{
	font-size: 16px;
	font-weight: normal;
}

.meal-text{
	padding: 20px;
	border-bottom: 2px solid rgb(137, 207, 240);
	border-left: 2px solid rgb(137, 207, 240);
	border-right: 2px solid rgb(137, 207, 240);
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
}	

.api-container{
	border: 2px solid gray;
	border-radius: 3px;
	white-space: pre-line;
	padding: 5px;
}

.side-macro-scoller{
	position: relative;
	left: 20px;
	max-width: 250px;
}

.side-water-scoller{
	position: relative;
	left: 20px;
	max-width: 250px;
}

.menu-buttons-container{
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding: 20px;
	border: 2px solid rgb(137, 207, 240);
	border-radius: 25px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
	width: 250px;
}

.menu-button-container{
	display: block;
	margin-top: 5px;
}

.menu-button{
	width: 100%;
}

.center-macros{
	display: none;
}

.chart-container{
	max-height: 350px;
	min-height: 300px;
}

.macros-chart{
	height: 200px;
	width: 300px;
	margin: 0 auto;
}

.supplement-container{
	display: none;
}

.supplement-box{
	margin-top: 10px;
	padding: 20px;
	border: 2px solid rgb(137, 207, 240);
	border-radius: 25px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
}	

.trending-metrics-cont{
	border: 1px solid rgb(137, 207, 240);
	border-radius: 2px;
	padding: 10px;
	min-height: 20%;
	max-height: 35%;
	overflow: hidden auto;
}

.index-notebook-graph{
	height: 236px !important;
	width: 473px !important;
	max-height: 236px;
	max-width: 473px;
	display: block;
}

.index-container{
	height: 485px;
}

@media(max-width: 678px)
{
	.index-container{
		min-height: 485px;
		margin-bottom: 10px;
	}

	.trending-metrics-cont{
		margin-bottom: 10px;
	}
}

.cancel-box{
	border: 4px solid rgb(137, 207, 240);
	border-radius: 2px;
	padding: 10px;
	min-height: 50%;
}

.shipping_info{
	border: 1px solid rgb(137, 207, 240);
	border-radius: 2px;
	padding: 10px;
	min-height: 455px;
}

@media (min-width: 768px) {
	.modal-dialog{
		width: 100%;    // by default its 600px.
		margin: 30px auto;
	}
}

.metric-analysis-green{
	border: 1px solid green;
	padding-left: 5px;
	padding-top: 13px;
	border-radius: 10px;
	margin-bottom: 5px;
	padding-bottom: 12px;
}

.metric-analysis-red{
	border: 1px solid darkred;
	padding-left: 5px;
	padding-top: 13px;
	border-radius: 10px;
	margin-bottom: 5px;
}

.metric-analysis-neutral{
	border: 1px solid skyblue;
	padding-left: 5px;
	padding-top: 13px;
	border-radius: 10px;
	margin-bottom: 5px;
	padding-bottom: 12px;
}

.coach-remaining-cont{
	border: 1px solid green;
	padding: 20px;
	border-radius: 10px;
}

.coach-purchase-cont{
	padding: 10px;
}

.coach-header-text{
	font-size: xx-large;
	color: rgb(148, 49, 38);
}

.coach-remaining-text{
	font-size: x-large;
}

.coach-remaining-text-cont{
	text-align: center;
	border: 1px solid lightblue;
	border-radius: 20px;
	width: 50%;
	margin: 0 auto;
	padding: 10px;
}

@media (max-width: 768px)
{
	.coach-remaining-text-cont{
		width: 100%;
	}
}

.faq-question-container{
	border: 4px solid lightgray;
	border-radius: 15px;
	padding: 10px;
	background: rgba(171, 212, 225, 0.5);
}

.fiber .fibertext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  z-index: 1;
}

.fiber:hover .fibertext {
  visibility: visible;
}

.discount-ribbon {
	background-color: red;
	padding: 5px;
	color: white;
	min-width: 75px;
	max-width: 100px;
	max-height: 35px;
	border-radius: 5px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

.affirmation-container{
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem;
}

.affirmation-text {
	font-style: italic;
	line-height: 32px;
	font-size: 20px;
	color: #fff;
	background: #4FC3F7;
	padding: 15px 20px 15px 20px;
	border-radius: 5px;
	margin: 10px;
}

.affirmation-text:before,
.affirmation-text:after {
	position: relative;
	vertical-align: middle;
	font-family: 'Playfair Display', serif;
	font-size: 56px;
	font-weight: 700;
	line-height: 0;
	color: #FBC02D;
}

.feedback-button{
	position: absolute;
	top: 0;
	right: 0;
}

.left-content{
	position: relative;
	z-index: 1000;
}

.left-content-wrapper{
	position: absolute;
}

@media (max-width: 768px)
{
	.left-content-wrapper{
		position: relative;
	}
}

.right-side-scroller{
	position: absolute;
	right: 0;
	top: 0;
}

.our-menu-image{
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding: 20px;
	border: 2px solid rgb(137, 207, 240);
	border-radius: 25px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
	width: 250px;
	text-align: center;
}

.our-menu-image img{
	max-width: 100%;
	max-height: 100%;
}

.our-menu-image a{
	display: block;
}

/* Star Rating */
.rate {
    float: left;
    height: 46px;
    text-align: left;
}
.rate:not(:checked) > input {
    position:absolute;
    /*top:-9999px;*/
	display: none;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:40px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    /*content: '★ ';*/
	content: "\2605";
}
.rate > input:checked ~ label, .rate input[checked="checked"] ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

.overall-rating{
	width: 100%;
	font-size: 12px;
	color: #8e8d8d;
	text-align: left;
	margin-left: 3px;
}

/* END GENERAL LAYOUT

/* NAV MENU */

.container{
	max-width: 1200px;
}

.bfo-nav-style{
	padding-left: 2px;
	padding-right: 2px;
}

.bfo-nav-style:hover{
	color: #fff;
	background-color: rgb(148, 49, 38) !important;
	border-radius: 4px;
}

@media (max-width: 991px) and (min-width: 1px)
{
	.bfo-nav-style:hover{
		color: #fff;
		background-color: rgb(148, 49, 38);
		border-radius: 4px;
		padding-left: 2px;
	}
}

/* END NAV MENU */

/* BUTTONS */

.button {
    display: inline-block;
    white-space: nowrap;
    /*background-image: linear-gradient(180deg, rgb(137, 207, 240) 47%, rgb(0, 64, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc');*/
    background-color: #36a2eb;
    border: 1px solid #777;
    padding: 0 1.5em; 
    font: 1em/2em Arial, Helvetica;
    text-decoration: none;
    color: #fff;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    border-radius: .2em;
    box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
}

.button:after{
	background-image: linear-gradient(180deg, rgb(137, 207, 240) 47%, rgb(0, 64, 255) 100%);
}

.button:hover {
    background-image: linear-gradient(180deg, rgb(148, 49, 38) 80%, rgb(148, 49, 38) 20%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd');
    text-decoration: none;
    color: #fff;
}

.button:active {
    box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
    position: relative;
    top: 1px;
}

.button:focus {
    outline: 0;
    background-image: linear-gradient(180deg, rgb(137, 207, 240) 47%, rgb(0, 64, 255) 100%);
}

.button:before {
    background: #fff;
    background: rgba(0,0,0,0);
    float: left;
    width: 1em;
    text-align: center;
    font-size: 1em;
    margin: 0 1em 0 -1.3em;
    padding: 0 0em;
    box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
    border-radius: .15em 0 0 .15em;
    pointer-events: none;
    text-decoration: none;
}

/* Hexadecimal entities for the icons */

.add:before {
    content: "\271A";
}

.edit:before {
    content: "\270E";
}

.delete:before {
    content: "\2718";
}

.save:before {
    content: "\2714";
}

.email:before {
    content: "\2709";
}

.like:before {
    content: "\2764";
}

.next:before {
    content: "\279C";
}

.prev:before {
	content: "\279C";
	transform: rotate(-90deg);
}

.star:before {
    content: "\2605";
}

.spark:before {
    content: "\2737";
}

.play:before {
    content: "\25B6";
}

.previous-graph {
  background-color: #f1f1f1;
  color: black;
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 50%;
}

.next-graph {
  background-color: #04AA6D;
  color: white;
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 50%;
}

.previous-graph:hover{
	background-color: #ddd;
}

.next-graph:hover{
	background-color: #ddd;
}

/* END BUTTONS */

/* CALENDAR */

#external-events {
	float: left;
	width: 150px;
	padding: 0 10px;
	text-align: left;
}
		
#external-events h4 {
	font-size: 16px;
	margin-top: 0;
	padding-top: 1em;
	}
	
.external-event { /* try to mimick the look of a real event */
	margin: 10px 0;
	padding: 2px 4px;
	background: #3366CC;
	color: #fff;
	font-size: .85em;
	cursor: pointer;
	}
	
#external-events p {
	margin: 1.5em 0;
	font-size: 11px;
	color: #666;
	}
	
#external-events p input {
	margin: 0;
	vertical-align: middle;
	}

#calendar {
/* 		float: right; */
    margin: 0 auto;
	width: 900px;
	background-color: #FFFFFF;
	  border-radius: 6px;
    box-shadow: 0 1px 2px #C3C3C3;
	-webkit-box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.18);
-moz-box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.18);
box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.18);
}

/* END CALENDAR */

/* BEGIN MANAGEMENT CONSOLE */

.cost-circle{
	/*line-height: 300px;*/
	border-radius: 50%;
	font-size: 25px;
	color: #000;
	text-align: center;
	border: 1px solid #000;
	padding: 90px;
}

.budget-cycle-header{
	width: 50%;
	margin: 0 auto;
	margin-bottom: 30px;
}

.sc-gauge{
	width:200px; height:200px; margin: 0 auto;
}

.sc-background{
	position:relative; height:100px; margin-bottom:10px; background-color:#e6e6e6; border-radius:150px 150px 0 0; overflow:hidden; text-align:center;
}

.sc-mask{
	position:absolute; top:20px; right:20px; left:20px; height:80px; background-color:#fff; border-radius:150px 150px 0 0
}

.sc-percentage{
	position:absolute; top:100px; left:-200%; width:400%; height:400%; margin-left:100px; background-color:#00aeef;
}

.sc-percentage{
	transform:rotate(90deg); transform-origin:top center;
}

.sc-min{
	float:left;
}

.sc-max{
	float:right;
}

.sc-value{
	position:absolute; top:50%; left:0; width:100%;  font-size:24px; font-weight:700
}
/* END MANAGEMENT CONSOLE */

/* BEGIN COACH GALLERY */

.galler-spacer{
	margin-top: 10px;
}

.gallery-work {
    font-weight: bold;
    font-size: 15px
}

.gallery-about span {
    font-size: 13px
}

.gallery-v-profile {
    color: blue;
    cursor: pointer
}

.gallery-box {
    -webkit-box-shadow: 13px 12px 5px -10px rgba(196, 194, 196, 0.72);
    -moz-box-shadow: 13px 12px 5px -10px rgba(196, 194, 196, 0.72);
    box-shadow: 13px 12px 5px -10px rgba(196, 194, 196, 0.72)
}

.gallery-background{
	background: #eee;
	padding-top: 25px;
	padding-bottom: 25px;
}

/* END COACH GALLERY */

/* BEGIN CALENDAR */

table.calendar{
	border-left:1px solid #999;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
}
tr.calendar-row{

}
div.calendar-day{
	min-height: 120px;
	font-size: 11px;
	position: relative;
	max-height: 80px;
	width: 100%;
	padding:5px;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	position: relative;
} 
* html div.calendar-day{
	height:80px;
}
td.calendar-day:hover{
	background:#eceff5;
}
td.calendar-day-np{
	background:#eee; min-height:80px;
}
* html div.calendar-day-np{
	height:80px; 
}
td.calendar-day-head{
	background:#ccc;
	font-weight:bold;
	text-align:center;
	width:120px;
	padding:5px;
	border-bottom:1px solid #999;
	border-top:1px solid #999;
	border-right:1px solid #999;
}
div.number-header{
	width: 100%;
	margin-bottom: 10px;
}

div.day-number{
	background:#999;
	padding:5px; color:#fff;
	font-weight:bold;
	float:right;
	margin:-5px -5px 0 0;
	width:25px;
	text-align:center;
}
td.calendar-day-np{
	width:120px;
	padding:5px;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	position: relative;
}

.calender-event-box{
	padding: 2px;
	border: 1 solid black;
	border-radius: 2px;
	width: 100%;
	min-height: 20px;
	max-height: 45px;
	word-break: break-word;
}

.calender-event-box:hover{
	background: rgb(137, 207, 240);
}

.day-number-today{
	background: rgb(148, 49, 38);
	padding:5px; color:#fff;
	font-weight:bold;
	float:right;
	margin:-5px -5px 0 0;
	width:25px;
	text-align:center;
}

/* END CALENDAR */