.loading-mask{
	display: none;
	background:rgba(0,0,0,0.55) url(../img/ajax-loader.gif) center center no-repeat;
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:9999;
}

.loading-mask:after {
    position: fixed;
    top: 50%;
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    color: #aaa;
    text-align: center;
    content: "Loading";
}

.user-message{
	margin-top: 15px;
}

.btn-save{
	float: right;
}

a.nolink {
	cursor: default;
}

a.pointer {
	cursor: pointer;
}


.widget-appointments .day.diet{
	font-size: 48px !important;
	line-height: 18px !important;
    font-weight: 400 !important;
    color: #f0ad4e !important;
}

.widget-appointments .b-l.diet
{
	height: 80px !important;
	width: 24% !important;
}

.bg-greensea.diet{
	background-color: #16a085 !important;
	color: white !important;
	width: 93% !important;
	margin-top: 60px !important;
	height: 146px !important;
}


.label-food
{
	min-height: 27px;
	float: left;
	width: 293px;
}

.food-add{
	cursor:pointer;
}

.food-del {
    cursor: pointer;
}

.data-food{
	display:none;
	width: auto;
	height: auto;
	z-index: 9999999;
	position: fixed;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(0, 0, 0, 0.3);
	background-clip: padding-box;
}

#mask{
	display:none;
	background: rgba(0,0,0,0.55) center center no-repeat;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.txt-center{ text-align: center; }

#toast-container{
	top: 50px !important;
}

#ready-diet-table .popover{
	left: 0px !important;
}