/*
font-family: 'Shadows Into Light', cursive;
font-family: 'Lobster', cursive;
font-family: 'Poiret One', cursive;
*/
a {
	cursor: pointer;
}

.export {
    cursor: pointer;
    color:#cccccc;
}

.navbar-inverse .navbar-nav > li > a {
	color:#ffffff;
	/*font-family:'Josefin Sans', cursive;*/
	font-size:1.25em;
}
.freehand {
    font-family:'Shadows Into Light', cursive;
}
.lite {
	font-family:'Josefin Sans', cursive;
}
.lunch {
	font-family:'Lobster', cursive;
}

.navbar-inverse .navbar-brand {
	font-family:'Lobster', cursive;
	font-size: 2em;
	color:#ffffff;
}

.glyphicon-brand {
	font-size:.75em;
}

.week-of {
	color: #007AA3;
	text-align: center;
	margin-top: 15px;
}

.navbar-inverse .navbar-toggle:hover {
	background-color: #004D66;
}

.navbar-fixed-top {
	background-color: #007AA3 !important;
}

.navbar-fixed-top.top-nav {
    background-color: #ffffff !important;
    border-bottom: 1px solid #007AA3;
    top:50px;
    z-index: 500;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
	background-color: #004D66;	
}

.navbar-fixed-bottom {
	background-color: #666666 !important;
}

.page-wrapper {
    margin: 70px 0px;
}

.panel-wrapper {
	margin: 120px 0px;
}

.panel-default.panel-today .panel-heading {
	background-color: #FFE680;
	border-color: #FFCC00;
}
.panel-default.panel-today {
	border-color: #FFCC00;
}

.panel-default.panel-edit .panel-heading {
	background-color: #D6F4FF;
	border-color: #24C8FF
}
.panel-default.panel-edit {
	border-color: #24C8FF;
}

.panel-action span {
	cursor: pointer;
}
.panel-action.pull-right span {
	margin-left: 20px;	
}
.panel-action.pull-left span {
	margin-right: 20px;
}


.panel-title {
	/*font-family:'Josefin Sans', cursive;
	font-weight: bold;*/
}
.panel-body {
	font-family:'Shadows Into Light', cursive;
	font-size: 1.5em;
}

.panel-footer {
    background-color: #cccccc;
    color:#ffffff;
    padding-top:3px;
    padding-bottom:3px;
}
.panel-footer.panel-today {
    background-color: #E6B800;
    border-color:#FFCC00;
}

.panel-body.panel-edit, .panel-footer.panel-edit {
	padding: 0px;
}
.panel-body > textarea {
	background-color: #FFFFCC;
	border:0px;
	font-size:1em;
}
.panel-footer > textarea {
    background-color: #f3f3f3;
    border:0px;
    font-size:1em;
}

.no-lunch {
	border:1px solid #e3e3e3;
	border-radius: 10px;
	background-color: #f3f3f3;
	padding: 40px;
	color:#666666;
	text-align: center;
}

.home-btn {
	margin-top: 10px;
	border:1px solid #e3e3e3;
	border-radius: 10px;
	background-color: #f3f3f3;
	padding: 10px;
	color:#666666;
	text-align: center;
}
.home-btn:hover {
	background-color: #D6F4FF;
}

.list-btn {
    margin-top: 5px;
    border:0px solid #e3e3e3;
    border-radius: 10px;
    /*background-color: #f3f3f3;*/
    padding: 5px;
    color:#666666;
    text-align: center;
}
.list-btn:hover {
    /*background-color: #D6F4FF;*/    
    text-decoration: underline;
}

div.bottom-nav {
	padding-top: 15px;
}
div.bottom-nav h4 {
	color:#ffffff;
	display:inline;
	cursor:pointer;
}
div.bottom-nav div.text-right h4 {
	padding-left: 20px;
}


.recent-flag {
	color:#009900;
}


/* Bootsnipp */
.card {
    margin-top: 20px;
    padding: 30px;
    background-color: rgba(214, 224, 226, 0.2);
    /*-webkit-border-top-left-radius:5px;
    -moz-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-top-right-radius:5px;
    border-top-right-radius:5px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1);
}
.card.hovercard .card-background {
    height: 130px;
}
.card-background img {
    -webkit-filter: blur(25px);
    -moz-filter: blur(25px);
    -o-filter: blur(25px);
    -ms-filter: blur(25px);
    filter: blur(25px);
    margin-left: -100px;
    margin-top: -200px;
    min-width: 130%;
}
.card.hovercard .useravatar {
    position: absolute;
    top: 15px;
    left: -110px;
    right: 0;
}
.card.hovercard .useravatar2 {
    position: absolute;
    top: 15px;
    left: 110px;
    right: 0;
}
.card.hovercard .useravatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.5);
}
.card.hovercard .useravatar2 img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.5);
}

.card.hovercard .card-info {
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
}
.card.hovercard .card-info .card-title {
    padding:0 5px;
    font-size: 20px;
    line-height: 1;
    color: #262626;
    /*background-color: rgba(255, 255, 255, 0.1);*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.card.hovercard .card-info {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}
.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}

.dndPlaceholder {
        position: relative;
        display: block;
        padding: 3px;
        margin-bottom: -1px;
        background-color: #e3e3e3;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #f3f3f3;
    }
    .selected {
        background-color: #f9f9f9;
    }
    .panel-wrapper.list {
        margin: 50px 0px;
    }
    .panel-body.list {
        padding: 0;
    }
    .panel-body.list > ul {
        margin: 0;
    }
    .list-date {
        color:#666666;
        font-size: 0.75em;
    }
    .item-remove {
        color:red;
        font-size: 0.75em;
        cursor: pointer;
    }
    .item-input {
        border:1px solid #999999;
    }
    .item-body {
        font-family:'Shadows Into Light', cursive;
        
    }
    input[type="checkbox"].item-check {
        margin-right: 10px;
    }
    .item-store-1 {
        background-color: #FFDF80;
        border:1px solid #F0C000;
    }
    .item-store-1 .item-input {
        background-color: #FFDF80;
    }
    .item-store-2 {
        background-color: #94D8FF;
        border:1px solid #47BCFF; /*#007DC6*/
    }
    .item-store-2 .item-input {
        background-color: #94D8FF;
    }
    .item-store-3 {
        background-color: #F5BDBF;
        border:1px solid #EF8F93; /*#D92831*/
    }
    .item-store-3 .item-input {
        background-color: #F5BDBF;
    }
    .item-store-4 {
        background-color: #BDFF7A;
        border:1px solid #4D9900; /*#D92831*/
    }
    .item-store-4 .item-input {
        background-color: #BDFF7A;
    }
    .sel-store-wrapper {
        position: relative;
    }
    .sel-store-group {
        position: absolute;
        top: 50%;
        transform: translateY(20%);
    }
    .sel-store {
        border:1px solid #999999;
        height:20px;
        width:20px;
        border-radius:50%;
        display: inline-block;
        
        margin-right: 3px;
        cursor: pointer;
    }
    .sel-store-1 {
        background-color: #FFDF80;
    }
    .sel-store-2 {
        background-color: #94D8FF;
    }
    .sel-store-3 {
        background-color: #F5BDBF;
    }
    .sel-store-4 {
        background-color: #BDFF7A;
    }
    .sel-store-1.active {
        background-color: #F0C000;
        border:1px solid #F0C000;
    }
    .sel-store-2.active {
        background-color: #47BCFF;
        border:1px solid #47BCFF;
    }
    .sel-store-3.active {
        background-color: #EF8F93;
        border:1px solid #EF8F93;
    }
    .sel-store-4.active {
        background-color: #4D9900;
        border:1px solid #4D9900;
    }
    .acquired {
        text-decoration: line-through;
        border-color: #f3f3f3;
        background-color: #ffffff !important;
        font-style: italic;
        color:#cccccc;
    }
    .remaining {
        background-color: #007AA3;
        padding: 3px 7px;
        border-radius: 10px;
        border:1px solid #ffffff;
    }
    .handle {
        background-color: #f3f3f3;
        color:#999999;
        font-size: 1em;
        font-weight: bold;
        padding: 3px 10px;
        border-radius: 3px;
        border:1px solid #999999;
        cursor: move;
    }
    .cursor-move {
        cursor: move;
    }
    .cursor-pointer {
        cursor: pointer;
    }

    .list-btn .remaining {
        background-color: #e3e3e3;
        padding: 2px 5px;
        border-radius: 10px;
        border:1px solid #007AA3;
        color: #007AA3;
    }
    .list-btn .item-remove {
        font-size: 1em;
        margin-left: 10px;
        margin-right: 10px;
    }