html,
body {
    height: 100%;
}

#wrapper {
    min-height: 100%;
    position: relative;
}

#content {
    padding-bottom: 100px;
}

header {
    background: #eee;
    margin-bottom: 1em;
}

footer {
    background: #ccc;
    box-sizing: border-box;
    padding-top: 2em;
    padding-bottom: 3em;
    position:absolute;
	bottom:0;
    height: 100px;
    width:100%;
    left: 0;
}

footer p.copyright {
    float: right;
}

header nav {
}

header nav ul {
}

header nav ul li {
    display: inline-block;
    margin-left: 10px;
}

div.login-box {
    padding: 8px 16px;
}

div.logo-box {
    padding-top: 3em;
    padding-bottom: 1em;
}

li {
    list-style-type: none;
}

div.landing-body {
    max-width: 1000px;
}

div.landing-narrow {
    padding: 0 100px;
}

div.landing-body div {
    margin-top: 10px;
    margin-bottom: 10px;
}

div.clear {
	clear: both;
}

div.page {
    width: 8.5in;
}

div.plan-day {
    clear: both;
}

div.leftSection {
    float: left;
    width: 50%;
}

div.rightSection {
    float: right;
    width: 50%;
}

div.label-spacer {
    height: 20px;
    margin-bottom: 5px;
}

li.day {
    list-style-type: none;
}

li.dish {
    list-style-type: none;
}

li.ingredient {
    list-style-type: none;
    word-wrap: break-word;
}

li.ingredient span {
    word-wrap: break-word;
}

ul {
    padding: 0;
    margin: 0;
}

ul.ingredients {
/*    float: left;*/
    display: inline-block;
    margin-left: -40px;
    padding-left: 40px;
}

ul.weekdays {
    padding-left: 0;
}

ul.meals {
    padding-left: 40px;
}

ul.meals li {
    list-style-type: none;
    margin-left: 10px;
}

ul li.group {
    list-style-type: none;
    margin-bottom: 2px;
    clear: both;
}

h2 {
    margin: 0;
    font-size: 1.5em;
    text-transform: capitalize;
}

h3.group {
    float: left;
    margin: 0;
    font-size: 1em;
}

h3.ingredients {
    float: left;
    display: inline-block;
    margin: 0;
    font-size: 1em;
}

h3.meals {
    margin: 0;
}

span {
    margin: 0;
}

/*
p {
    margin: 0;
}
*/

.active {
    color: #32660B;
}

.center {
    text-align: center;
}

a.dish {
    color: inherit;
}

p.dish {
    border-style: solid;
    border-radius: 4px;
    border-width: 2px;
    margin: 5px;
    padding: 5px 5px;
}

.dish-holder {
    border-width: 2px;
    min-height: 2em;
}

.dish-placeholder {
    padding: 5px 5px;
    color: gray;
}

.drop-ready {
    border-style: dashed;
}

.fixed-panel {
    max-height: 80vh;
    overflow-y: scroll;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.left-panel {
    float: left;
    width: 30%;
    overflow: scroll;
}

.right-panel {
    float: right;
    height: 80vh;
    width: 60%;
    overflow: scroll;
}

.plan-meal {
    float: left;
    width: 30%;
}

.no-pointer-events {
    pointer-events: none;
}

ul.dnd-list {
    border: 1px solid #ddd;
    border-style: dashed;
    min-height: 42px;
}

/**
 * For the correct positioning of the placeholder element, the dnd-list and
 * it's children must have position: relative
 */
ul.dnd-list,
ul.dnd-list > li {
    position: relative;
}

.dnd-over {
/*    background-color: #ddd;*/
    border: 2px dashed #32660B;
}

/**
 * The dnd-lists's child elements currently MUST have
 * position: relative. Otherwise we can not determine
 * whether the mouse pointer is in the upper or lower
 * half of the element we are dragging over. In other
 * browsers we can use event.offsetY for this.
 */
ul.dnd-list li {
    background-color: #fff;
/*    border: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;*/
/*    display: block;*/
}

/**
 * For the correct positioning of the placeholder element, the dnd-list and
 * it's children must have position: relative
 */
ul[dnd-list],
ul[dnd-list] > li {
	position: relative;
}

/**
 * The dnd-list should always have a min-height,
 * otherwise you can't drop to it once it's empty
 */
ul[dnd-list] {
    min-height: 42px;
    padding-left: 0px;
}

/**
 * The dndDraggingSource class will be applied to
 * the source element of a drag operation. It makes
 * sense to hide it to give the user the feeling
 * that he's actually moving it.
 */
ul[dnd-list] .dndDraggingSource {
    display: none;
}

/**
 * An element with .dndPlaceholder class will be
 * added to the dnd-list while the user is dragging
 * over it.
 */
ul[dnd-list] .dndPlaceholder {
    display: block;
    background-color: #ddd;
    min-height: 42px;
}

div[dnd-list] .dndPlaceholder {
    display: block;
    background-color: #ddd;
    min-height: 42px;
}

/**
 * The dnd-lists's child elements currently MUST have
 * position: relative. Otherwise we can not determine
 * whether the mouse pointer is in the upper or lower
 * half of the element we are dragging over. In other
 * browsers we can use event.offsetY for this.
 */
ul[dnd-list] li {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    display: block;
}

/**
 * Show selected elements in green
 */
ul[dnd-list] li.selected {
    color: #32660B;
}
