﻿/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -50px;
  /* Pad bottom by footer height */
  padding: 50px 0 90px;
}

/* centered columns styles */
.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
}
/* Set the fixed height of the footer here */
#footer {
  height: 50px;
}

.loginbox {
    position: relative;
}

.login {
    /*position: relative;
    top: 50%;
    height: 30em;*/
    margin-top: 5em;
    /*left: 50%;
    width: 100em;
    margin-left: -50em;
    width: 80%;*/
    margin-left: auto;
    margin-right: auto;
}
.loginLogo > img{
	width:95%;
}
.checkbox input[type="checkbox"] {
    margin-left: 0px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.dishbox {    
    background-color: #ccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: solid 2px #ccc;
    height: 80px;
    width: 80px;
    float: left;
    margin-left: 280px;
    position: absolute;
}
.democontent {
    min-width: 500px;
}
.dishDescr {
    width: 280px;
}
.alertbox {
    /*position: fixed;*/
    top: 0;
    left: 50%;
    width: 200px;
    background: #ccc;
    /*margin: 0 0 0 -150px;*/
    padding: 5px;
    text-align: center;
}

.coloralert {
    background: #0088cc;
    color: #fff;
    font-weight: bold;
}

.colorwarning {
    background: Red;
    color: #fff;
    font-weight: bold;
}

.photocontainer {
    padding: 10px;
    background: #ececec url(../_img/person.png) center center no-repeat;
    text-align: center;
    min-height: 200px;
}

.userphoto {
    width: 100%;
    max-width: 250px;
}

.img-logo{
    max-height: 40px;
}

.placeholder {
    background-color: #ccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: solid 2px #ccc;
    height: 80px;
    width: 80px;
    background-image: url(../_img/img_placeholder_meals.jpg);
    float: left;
    margin-left: 280px;
    position: absolute;
}

.top-buffer { margin-top:40px; }

.bellow-buffer { margin-bottom:20px; }
.datepicker-dropdown{ z-index: 100 !important;}


/* ------------------------------------------------------ */
/*	password strength									  */
/* ------------------------------------------------------ */

.pwdstrenght {
    padding: 2px 10px;
    border-bottom: solid 3px #4b4b4b;
}

.weak {
    border-bottom: solid 3px #ff0000;
}

.average {
    border-bottom: solid 3px yellow;
}

.strong {
    border-bottom: solid 3px #0088cc;
}

.excellent {
    border-bottom: solid 3px Green;
}

.large-glyph {
    font-size: 10em;
}