body
{
    font-family: "Trebuchet MS" , Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}

header, footer, nav, section
{
    display: block;
}

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset
{
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend
{
    font-size: 1.2em;
    font-weight: bold;
}

textarea
{
    min-height: 75px;
}

.editor-label
{
    margin: 1em 0 0 0;
}

.editor-field
{
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}


.logoff
{
    float: right;
    margin: 5px 5px 0 0;
    font-size: 11px;
    text-align: center;
}

.text-title
{
    font-size: 18px;
    color: @text-gray;
    font-weight: bold;
}

.hidden
{
    display: none;
}


.margin-right40
{
    margin-right: 40%;
}


.trunc
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.glyphicon { margin-right:5px; }
.thumbnail
{
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.item.list-group-item
{
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}
.item.list-group-item:nth-of-type(odd):hover,.item.list-group-item:hover
{
    background: #428bca;
}

.item.list-group-item .list-group-image
{
    margin-right: 10px;
}
.item.list-group-item .thumbnail
{
    margin-bottom: 0px;
}
.item.list-group-item .caption
{
    padding: 9px 9px 0px 9px;
}
.item.list-group-item:nth-of-type(odd)
{
    background: #eeeeee;
}

.item.list-group-item:before, .item.list-group-item:after
{
    display: table;
    content: " ";
}

.item.list-group-item img
{
    float: left;
}
.item.list-group-item:after
{
    clear: both;
}
.list-group-item-text
{
    margin: 0 0 11px;
}


h4 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}

.foodItem-image {
    margin-left: auto;
    margin-right: auto;
    height: 128px !important;
    width: 128px !important;
}

.dietaryChoice-image {
    margin-left: auto;
    margin-right: auto;
    height: 25px !important;
    width: 25px !important;
}

.yellowBorder {
    border: solid 4px #faebcc;
}

.fixHeight .k-multiselect-wrap {
    overflow: auto;
    max-height: 50px;
}