@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

/*
#menu {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-touch-action: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#6F9503
#799A05
*/

html {
	font-family: "Open Sans", sans-serif;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}


a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

a, a:hover, a:active {
	outline: 0;
}

button, input, textarea {
	margin: 0;
	font-size: 100%;
}

button, input {
	*overflow: visible;
	line-height: normal;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box; /* css3 rec */
	-moz-box-sizing: border-box; /* ff2 */
	-ms-box-sizing: border-box; /* ie8 */
	-webkit-box-sizing: border-box; /* safari3 */
	-khtml-box-sizing: border-box; /* konqueror */
	-webkit-text-size-adjust: 100%;
}

input[type=number] {
	-moz-appearance: textfield !important;
}

::-webkit-inner-spin-button { -webkit-appearance: none;}
::-webkit-outer-spin-button { -webkit-appearance: none;}

button, input:not([type="checkbox"]), optgroup, textarea {
	*overflow: visible;
	line-height: normal;
	margin: 0;
	font-size: 100%;

	font-family: 'Open Sans', sans-serif;
	border: 1px solid #ccc;
	border-radius: 0;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select {
	*overflow: visible;
	line-height: normal;
	margin: 0;
	font-size: 100%;
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #ccc;
	border-radius: 0;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}




body, textarea, input, select, table {
	color: #333;
}

.bold {
	font-weight: bold;
}

.row.ac.big {
	border-top: 2px solid #F0F0DF;
	border-bottom: 2px solid #F0F0DF;
	font-weight: 300;
}

.row.ac.big * {
	margin: 0 auto;
}

.very-big {
	font-size: 1.4em;
}

.num {
	border: 0.1em solid #F0F0DF;
	border-radius: 50%;
	display: inline-block;
	font-size: 2em;
	height: 2em;
	line-height: 1.7em;
	width: 2em;
}

.hidden {
	display: none;
}

.block {
	display: inline-block !important;
}


.w1 {
	white-space: nowrap;
	width: 1% !important;
}

.w10 {
	width: 10% !important;
}

.w20 {
	width: 20% !important;
}

.w30 {
	width: 30% !important;
}

.w40 {
	width: 40% !important;
}

.w49 {
	width: 49% !important;
}

.w50 {
	width: 50% !important;
}

.w60 {
	width: 60% !important;
}

.w70 {
	width: 70% !important;
}

.w80 {
	width: 80% !important;
}

.w90 {
	width: 90% !important;
}

.w100 {
	width: 100% !important;
}

.w5 {
	width: 5% !important;
}

.w15 {
	width: 15% !important;
}

.w25 {
	width: 25% !important;
}

.w35 {
	width: 35% !important;
}

.w45 {
	width: 45% !important;
}

.w55 {
	width: 55% !important;
}

.w65 {
	width: 65% !important;
}

.w75 {
	width: 75% !important;
}

.w85 {
	width: 85% !important;
}

.w95 {
	width: 95% !important;
}

.wsi {
	width: 100px !important;
}

.w1int {
	width: 75px;
}

.max400 {
	max-width: 400px !important;
}

.inline-block {
	display: inline-block !important;
}
/*
body:before {
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
 
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    z-index: 100;
}
*/


ul {
	list-style: none;
}



li.list-header, .table1 thead {
	font-weight: 300;
}


h1, h2 {
	font-size: 2em;
	padding: 0.25em;
	margin-bottom: 0.25em;
	color: #333;
	font-weight: 400;
}

h3 {
	text-transform: uppercase;
}

h3, h4 {
	font-size: 1.2em;
	padding: 0.25em 0.45em;
	font-weight: 600;
	color: #6F9503;
}

h3 a.button {
	float: right;
	font-size: 0.5em;
	margin-left: 1em;
	display: none;
	color: #6F9503;
	width: auto;
	margin-top: 0.2em;
}

h3:hover a.button {
	display: block;
}

p, pre {
	margin: 0 0 1.5em 0;
	padding: 0.5em 1em;
}

p.color-4 {
	padding: 1em;
}

.mp {
	padding: 0.5em 1em;
}

.mp2 {
	margin: 0.5em 1em;
}

/* PayPal */
.mp > form > * {
    width: auto;
}

/*.textcontent p {
p, .post-comment, .article-comment {
	text-align: justify;
}

.c25 p {
	text-align: left;
}
*/
br {
	margin-bottom: 0.1em;
}

input, select, textarea {
	padding: 0.4em 0.4em;
	width: 100%;
	border: 1px solid #ddddc8;
}

textarea {
	min-height: 12em;
}

input[type=submit], .button {
	display: block;
	padding: 0.4em 0.8em;
	border: 1px solid #ddddc8;
	width: 100%;
	background-color: #f0f0df;
	color: #444;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	
    -webkit-appearance: none;
    border-radius: 0;
}

input[type=checkbox] {
	margin-right: 0.4em;
	vertical-align: middle;
	width: auto;
}

label {
	display: block;
}

table {
	border-collapse: collapse;
	width: 100%;
	/*
	display: block;
	max-width: 100%;
	overflow: hidden;*/
}

th, td {
	padding: 0.4em 1em;
}

thead {
	background-color: #f0f0df;
	text-align: left;
}

thead th {
	text-align: left;
	font-weight: normal;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.bold {
	font-weight: bold;
}

.inline {
	display: inline !important;
}

.clear:after, #header:after, #content:after, .container:after, .padding:after,
	.row:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.clear-both {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.ar {
	text-align: right !important;
}

.al {
	text-align: left !important;
}

.ac {
	text-align: center !important;
}

.yellow {
	color: yellow;
}

.green {
	color: #6F9503;
}

.clickable, a {
	cursor: pointer !important;
}

#content {
	min-height: calc(100vh - 16.05em);
}

.active-overlay {
	overflow: hidden;
}

#content .button:HOVER, #overlay .button:HOVER, input[type=submit]:hover,
	#overlay input[type=submit]:hover, #content .active.button {
	color: white;
	background-color: #6F9503;
	border: 1px solid #6F9503;
}

.container {
	margin: 0 auto;
	min-width: 200px;
	width: 100%;
	overflow: hidden;
	max-width: 100%;
}

.border {
	border: 1px solid #ddddc8;
}

.padding {
	padding: 1em 0em;
}

.no-margin {
	margin: 0 !important;
}

.margin-top {
	margin-top: 2em;
}

.margin-bottom {
	margin-bottom: 2em;
}

.button.margin-bottom {
	margin-bottom: 0.5em;
}

.margin-right {
	margin-right: 1em;
}

.padding-top {
	padding-top: 1em;
}

.padding-bottom {
	padding-bottom: 1em;
}

.no-padding-left {
	padding-left: 0 !important;
}

.no-padding-right {
	padding-right: 0 !important;
}

.no-padding-side {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.no-padding-bottom {
	padding-bottom: 0 !important;
}

.no-padding-top {
	padding-top: 0 !important;
}

.no-border {
	border: 0 none !important;
}

a, #content a.button, #overlay a.button {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#content, #header, body {
	width: 100%;
}

.color-0 a {
	color: white;
}

.color-0 a:hover {
	color: white;
}

a {
	color: #6F9503;
}

a:hover {
	color: #222;
}

#menu {
	clear: none;
	float: right;
}

#menu ul, #login {
	left: 100%;
	transition: all 300ms ease;
}

.menu-opened #login, .menu-opened #menu > ul {
	left: 0;
}

#header {
	z-index: 100;
}

#header .padding {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#header ul li {
	float: left;
}

/*
#logo {
	float:left;
	width: 150px;
	cursor: pointer;
	margin: 0 1em;
}
*/
#logo {
	float: left;
	height: 40px;
	margin-left: 1em;
	width: 145px;
	background: url("/img/logo-color-1.svg")
		no-repeat scroll 0 0/100% 100% rgba(0, 0, 0, 0);
}

.color-0 #logo {
	background: url("/img/logo-color-0.svg")
		no-repeat scroll 0 0/100% 100% rgba(0, 0, 0, 0);
}

.color-1 #logo {
	background: url("/img/logo-color-1.svg")
		no-repeat scroll 0 0/100% 100% rgba(0, 0, 0, 0);
}

.color-2 #logo {
	background: url("/img/logo-color-2.svg")
		no-repeat scroll 0 0/100% 100% rgba(0, 0, 0, 0);
}

/*
.color-0 .logo-color-1  {
	fill: #d9f32a !important;
}

.color-0 .logo-color-2 {
	fill: white !important;
}

.color-2 .logo-color-1  {
	fill: #d9f32a !important;
}

.color-2 .logo-color-2 {
	fill: white !important;
}

.color-3 .logo-color-1  {
	fill: #d9f32a !important;
}

.color-3 .logo-color-2 {
	fill: white !important;
}
*/

#social_box {
	float:right;
	clear: right;
	margin-top: 2em;
	display: none;
}


#food_quicksearch {
	white-space: nowrap;
}

.search-opened #food_quicksearch {
	display: block;
}

#food_quicksearch input {
	padding-left: 1em;
	vertical-align: middle;
	width: 87%;
	width: calc(100% - 3.2em);
	margin-right: 1em;
}

#food_quicksearch>i {
	color: #6F9503;
	cursor: pointer;
	font-size: 1.4em;
	vertical-align: middle;
}

.autocomplete {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	background-color: white;
	min-width: 20em;
	position: absolute;
	display: none;
	z-index: 100;
}

.autocomplete li {
	float: none !important;
	display: block;
}

.autocomplete li a {
	background-color: #fff;
	color: #555;
	display: block;
	width: 100%;
	padding: 0.2em 1em;
	text-decoration: none;
}

.autocomplete li a:hover {
	color: #fff;
	background-color: #6F9503;
}


.menu-opened {
	width: 100%;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

img.fl, img.fr {
	float: none;
	max-width: 100%;
	margin: 0 auto;
	display: block;
	width: auto;
}

.textcontent ul {
	list-style: disc outside none;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.buttonlist .button {
	display: block;
	text-align: center;
}


ul.list1 {
	margin: 1em 0;
}

ul.list1 li {
	border: 1px solid #ddddc8;
	background-color: #f0f0df;
	margin-bottom: 2px;
}

ul.list1 li a {
	display: block;
	padding: 0.5em 1em;
	width: 100%;
}



ul.list2 {
    border: 1px solid #ddddc8;
    list-style: disc outside none ;
    margin: 1em 1.5em 1em 1em;
    padding: 1em 1em 1em 2em;
}


.list2 > li {
    border-bottom: 1px solid #f0f0df;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
}

.list2 > li:LAST-CHILD {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.formular ul {
	list-style: none !important;
	margin-left: 0 !important;
}

.formular ul li {
	padding: 0.5em 1em;
}

.formular ul li h4 {
	padding-left: 0;
	padding-right: 0;
	margin-top: 1em;
}

.formular .form_footnote {
	margin-top: 2em;
	border-top: 1px solid #ddddc8;
}

.color-0 {
	background-color: #6F9503;
	color: white;
}

/*::selection {
	color: white;
	background: #6F9503;
}

::-moz-selection {
	color: white;
	background: #6F9503;
}*/
.color-1 {
	background-color: #f0f0df;
	border: 1px solid #ddddc8;
}

/*
.color-1 input {
	border: 1px solid white;
}
*/
.color-2 {
	background-color: #6F9503;
	border: 1px solid #6F9503;
	color: white;
}

.color-10 {
	background-color: #FF0000;
	color: white;
}

.color-2.button {
	color: white !important;
}

.color-2 h1, .color-2 h2, .color-2 h3, .color-2 h4, .color-3 h1,
	.color-3 h2, .color-3 h3, .color-3 h4, .color-4 h1, .color-4 h2,
	.color-4 h3, .color-4 h4 {
	color: white;
}

.color-0 .button, .color-0 input, .color-0 select, .color-0 textarea,
	.color-2 .button, .color-2 input, .color-2 select, .color-2 textarea,
	.color-3 .button, .color-3 input, .color-3 select, .color-3 textarea {
	border: 1px solid white;
	color: #444 !important;
	background: white;
}

.color-3 {
	background-color: #4B6201;
	border: 1px solid #4B6201;
	color: #f0f0df;
}

.color-4 {
	background-color: #DED440;
}

.color-5 * {
    background-color: #77476b;
    border: 1px solid #77476b;
    color: white !important;
}

.color-1 input[type=submit], .color-1 .button {
	background-color: white;
	border: 1px solid #DDDDC8;
}

#footer {
	border-top-width: 0;
	margin-top: 2em;
	font-size: 0.9em;
}

#footer ul li {
	padding: 0.4em 1em;
}

.c100, .c75, .c66, .c50, .c33, .c33f, .c25, .cgs, .cgb {
	width: 100%;
	float: left;
}

.sp-icon, .bio-icon {
	font-size: 0.8em;
	padding: 0 0.5em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: inherit;
	text-decoration: none !important;
}

.sp-icon {
	background-color: orange;
	color: #777 !important;
}

.bio-icon {
	background-color: #6F9503;
	color: white !important;
}

/* OVERLAYS */
#overlay {
	height: 100%;
	position: fixed;
	width: 100%;
	display: none;
	background: rgba(0, 0, 0, 0.6);
	overflow: scroll;
	z-index: 1000;
	padding: 1em;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	
}

#overlay .close-overlay {
	color: #FFFFFF;
	display: inline;
	font-size: 1.6em;
	position: absolute;
	right: 0;
	top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    padding-bottom: 0.1em;
}

.overlay-header i {
	position: relative;
	bottom: 1em;
	float: right;
	font-size: 1.4em;
	left: 1em;
	color: #f0f0df;
}

#overlay .modal {
	box-shadow: 0 0 1em #222;
	display: inline-block;
	width: auto;
}

.limit-600 {
	max-width: 600px;
}

/* DYNAMIC TABLE */
.list-table {
	width: 100%;
}

.list-table .neg-margin-cell .avatar {
    margin-right: -10px;
}

.list-table .avatar {
	float: left;
	margin-right: 0.5em !important;
	max-height: 4em;
	max-width: 4em;
	overflow: hidden;
	/* width: 4em; */
	border-right: 1px solid #ddddc8;
	margin: -0.4em -0.5em;
	/* height: 4em; */
}

.list-table .list-header {
	display: none;
}

.list-table .list-row, .list-table .list-header span {
	padding: 0.5em 1em;
}

.list-table li {
	padding: 0;
}

.list-table .created, .list-table .author, .list-table .last-post,
	.list-table .last-post-created {
	display: inline;
}

.list-table .title a {
	display: inline-block;
	width: 100%;
	font-size: 1.25em;
}

.list-table .title {
	color: #6F9503;
}

.list-table .author, .list-table .created, .list-table .last-post,
	.list-table .last-post-created {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: 300;
}

.list-table .count-answer-cell, .list-table .count-view-cell {
	display: inline-block;
}

.list-cell li:not(:first-child), .list-cell li:only-child {
    font-weight: 300;
}

.list-table .pm-title {
	display: table-cell;
	font-weight: 400 !important;
}


/* table1 */
.table1 .title {
	display: inline-block;
	width: 100%;
}

.table1 thead {
	background-color: white;
	color: #6F9503;
}

.table1 th {
	border: 0 none;
}

.table1 tr, .list-table .list-row {
	border: 1px solid #ddddc8;
}

.table1 tbody tr:hover, .table1 tbody tr:hover .title {
	color: black;
}

.table1 tfoot {
	border-left: 0 none;
	border-right: 0 none;
}

.table1 .title {
	color: #6F9503;
}

.table1 .clickable span:not(:first-child), .table1 .clickable span:only-child {
	font-weight: 300;
}

.Diary .drink-diary thead th:first-child::after {
	content: ' (je 250ml)';
	color: #888;
	font-size: 0.8em;
	font-weight: 300;
}

.drink-diary .table1 tr:first-child {
	border-top: 0 none;
}

.diary-rowcap {
    max-width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
}


.article-avatar {
   border: 1px solid #ddddc8;
    float: left;
    margin-bottom: 0.5em;
    margin-right: 2em;
    margin-top: 0.25em;
    max-width: 150px;
    position: relative;
}

.article-details {
	margin-bottom: 1em;
	text-align: right;
}

/* POST-LIST */
.post-list .post-author>*, .post-list .post-signature {
	display: none;
}

.post-list .post-user-group {
    color: #6F9503;
}

.post-list .post-author, .post-list .post-name, .post-list .post-content,
	.post-list .post-created {
	display: inline;
}

.post-entry, .article-entry {
	padding: 1.5em 1em;
	border: 1px solid #ddddc8;
	border-bottom: 0 none;
	position: relative;
}

.post-entry:last-child, .article-entry:last-child {
	border-bottom: 1px solid #ddddc8;
}

.post-list .post-created:before {
	content: "schrieb am ";
}

.post-list .post-created:after {
	content: ":";
}

.post-list .post-created {
	color: #777;
	font-size: 0.9em;
	font-weight: 300;
}

.post-list .post-action {
	display: none;
}

.post-list .post-entry:hover .post-action {
	display: block;
	position: absolute;
	right: 0.8em;
	top: 0;
	opacity: 0.7;
}

.post-list .post-action .post-bar .delete, .post-list .post-action .post-bar .edit
	{
	display: none;
}

.post-list .post-action .post-bar>* {
	float: left;
	cursor: pointer;
}

.post-list .post-action .post-bar>*>i {
	font-size: 1.5em;
	color: #666666;
}

.post-list .post-editable .post-action .post-bar .delete, .post-list .post-editable .post-action .post-bar .edit
	{
	display: block;
}

.post-list .post-avatar {
    border: 1px solid #f0f0df;
    max-height: 150px;
    overflow: hidden;
    position: relative;
    width: 150px;
}

.post-list .post-avatar img {
	width: 100%;
}

.post-list .post-action .post-rating {
	display: none;
}

.post-list .post-comment {
    margin-top: 0.25em;
}

.post-list .post-comment-link {
	text-align: right;
	margin-top: 1em;
}

.key-value .key {
	float: left;
}

.key-value .value {
	float: right;
	text-align: right;
}

.key-value li {
	clear: both;
	padding: 0.4em 1em;
	border: 1px solid #ddddc8;
	border-top: 0 none;
}

.key-value li:FIRST-CHILD {
	border-top: 1px solid #ddddc8;
}

.kv-group {
	margin-bottom: 2em;
}

#history {
	min-height: 3.3em;
}

#pagination a {
	margin: 1em 1em 0 0;
	display: inline;
}

.fb-history i {
	bottom: 0.1em;
	font-size: 0.8em;
	left: 0.5em;
	position: relative;
}

.show-more-mcb {
	cursor: pointer;
	margin-left: 1.3em;
}


.mcb>*, #results>* {
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
}

.loading-area {
	position: relative;

}

.loading-area > * {
	opacity: 0.25;
}

.loading-area .animate-spin {
    color: #6F9503;
    font-size: 200%;
    left: 50%;
    line-height: 1em !important;
    margin: -5%;
    opacity: 0.8;
    padding: 0;
    position: absolute;
    top: 50%;
}


.facet {
	margin-bottom: 1em;
}

.facet .value {
	white-space: nowrap;
	padding: 0.4em 1em;
	border-bottom: 1px solid #ddddc8;
}

.facet .value:FIRST-CHILD {
	border-top: 1px solid #ddddc8;
}

.facet label, .facet input {
	display: inline;
}

.facet .count {
	font-size: 0.8em;
	color: #999;
}

.facet .count:BEFORE {
	content: ' (';
}

.facet .count:AFTER {
	content: ')';
}

.facet .input1 input {
	width: 20%;
}

.facet .show-more {
	font-size: 0.9em;
	text-align: right;
}

.facet-collapse {
	cursor: pointer;
}

.collapsed:after {
	content: '\e8af';
	font-family: "fontello";
	float: right;
}

.opened:after {
	content: '\e8ae';
	font-family: "fontello";
	float: right;
}

.order-desc:after {
	content: '\e8ae';
	font-family: "fontello";
}

.order-asc:after {
	content: '\e896';
	font-family: "fontello";
}

.min-320, .min-480, .min-640, .min-960, .min-1024, .min-1280 {
	display: none;
}


.timeline-group {
    overflow: hidden;
}

.timeline-day {
	display: none;
}

.timeline-day, .entry-group {
	margin-bottom: 3em;
}

.timeline-day .timeline-group:nth-child(n+3) .table1 thead tr {
	border-top: 0 none;
}

.timeline i {
	color: #555;
	cursor: pointer;
	padding: 0.2em;
}

.timeline .drink-diary-square i {
	margin: 0;
	padding: 0;
}

.actionlist {
	padding: 1em;
}

.actionbar {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 10;
}

.actionbar .reactive-select {
	width: auto;
	float: left;
	margin: 0 1em 0.75em 0;
}

.navbar {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.navbar li {
	width: auto;
	display: inline;
	margin-right: 0.3em;
	text-overflow: ellipsis;
}

.navbar li a {
	margin-right: 0.3em;
}

.navbar li:after {
	content: '\e8ad';
	font-family: 'fontello';
	color: #6F9503;
}

.navbar li:last-child:after {
	content: '';
}

.actioncell {
	padding: 0;
}

.actioncell i {
	border-left: 1px dotted #f0f0df;
	color: #888;
	padding: 0.4em;
}

.actioncell i:hover {
	border-left: 1px solid #f0f0df;
	color: white;
	background-color: #6F9503;
}

.actioncell i.icon-trash:hover, .actioncell i.icon-minus:hover {
	background-color: #D1570D;
}

.actioncell i.icon-ok, .actioncell i.icon-cancel , .actioncell i.icon-spin4 {
	padding-bottom: 0.9em;
	padding-top: 0.9em;
}

i.icon-droplet {
	color: white;
}

.pagination {
	height: 3em;
	list-style: none outside none;
	overflow: hidden;
}

.pagination>li {
	float: left;
	margin-right: 0.5em;
	margin-bottom: 1.5em;
}

.avatar_big {
	width: 100%;
}

.drink-diary-square {
	float: left;
	font-weight: 700;
	height: 1.5em;
	margin: 0 1px 1px 0;
	width: 1.5em;
}

.drink-diary-square.drink-type-1 {
	background-color: #D1570D;
}

.drink-diary-square.drink-type-2 {
	background-color: #6F9503;
}

.start-box {
	font-size: 1.2em;
	padding: 2em 1em;
	margin: 0;
	border-bottom: 0 none;
	color: black;
	font-weight: 300;
}

.start-box + .button, .start-box + .button + .button {
	font-weight: bold;
	margin-bottom: 0;
	padding: 0.5em;
	font-size: 1.2em;
	display: block;
}

.ribbon-wrapper {
	height: 100%;
	left: -2px;
	overflow: hidden;
	position: absolute;
	top: -2px;
}

.ribbon {
	text-align: center;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	position: relative;
	left: -20px;
	top: 10px;
	width: 80px;
}

.ribbon:before, .ribbon:after {
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 3px solid #666;
	bottom: -3px;
	content: "";
	position: absolute;
}

.ribbon:before {
	left: 0;
}

.ribbon:after {
	right: 0;
}

.ingredient li {
	padding: 0 !important;
	margin-bottom: 0.3em;
}

.ingredient span {
	display: block;
	float: left;
}

.ingredient .i_amount {
	width: 20%;
	margin-right: 2%;
}

.ingredient .i_unit {
	width: 20%;
	margin-right: 2%;
}

.ingredient .i_name {
	width: 56%;
}


#content.tools h4 {
	background-color: rgba(111, 149, 3, .8);
	color: white;
	font-size: 1.4em;
	margin: 0.4em;
	position: relative;
	top: 12em;
}

#content.tools .c25:nth-child(n+5) h4 {
	background-color: rgba(0, 0, 0, 0.5);
}

#content.tools h4 span {
	display: block;
	width: 100%;
	text-transform: uppercase;
	font-weight: normal;
	font-weight: bold;
	font-size: 0.8em;
}

#content.tools .c25 {
	margin-top: -5.5em;
	height: 325px;
}

#content.tools .c25:nth-child(4n+2) {
	clear: none;
}

.tools-menu p {
    color: #888;
}

.tools-menu h4 a {
	font-weight: 400;
}


.fit_screen {
    height: 800px;
    overflow-y: scroll;
    background: black;
}

.full_screen {
    background: black none repeat scroll 0 0;
    height: 100%;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    width: 100%;
}




#console_in {
	background: #16181A;
    border: 0 none;
    color: white;
    font-family: "Courier New",Courier,monospace;
    padding: 0;
}

#console_out {
	background: black;
    color: #bbb;
    font-family: "Courier New",Courier,monospace;
}

#console_out tbody td {
    display: table-cell;
    line-height: 1.1em;
    max-width: 200px;
    overflow: hidden;
    padding: 0 0.5em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#console_out tbody tr {
	border-bottom: 0 none;
    border-top: 0 none;
}

#console_out tbody .error {
	color: red;
}

#console_out tbody .success {
	color: lightgreen;
}

#console_out tbody .result {
	color: yellow;
}

#console_out tbody .result.clickable-command td:hover {
	text-decoration: underline;
	cursor: pointer;
}

#console_out tbody .parameter {
	color: #55ffff;
}

#console_out tbody .sql {
	white-space: pre;
}

#console_out tbody .command td {
    color: white;
    padding-top: 1em;
}

#console_out tbody .header td {
	font-weight: bold;
	color: white;
}

#console_out tfoot td {
	padding: 0;
}

#console_out tfoot td input {
	margin-top: 0.4em;
    padding: 0.4em 0.5em;
}

#console_out .nonjson br {
	display: none;
}


#console_out .asciilogo {
	letter-spacing: 1.9px;
}



#console_out .nonjson table td {
    background-color: transparent;
    border: 0 none;
    color: yellow;
    font-size: 1.3em;
    padding: 0 0.4em 0 0;
    text-align: left;
}

#console_out .nonjson table {
    border: 0 none;
}


#console_out .nonjson table tr:FIRST-CHILD th {
    color: red;
    font-weight: normal;
}

#console_out .nonjson table tr:nth-child(2) th {
    font-weight: normal;
}


#console_out .nonjson table th {
    background-color: transparent;
    border: 0 none;
    color: white;
    font-size: 1.3em;
    padding: 0 0.4em 0 0;
    text-align: left;
}

.nonjson table th span {
    display: none;
}


.spinner > div {
  width: 1em;
  height: 1em;
  background-color: #555;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  vertical-align: bottom;
  opacity: 0.8;
  
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

@-webkit-keyframes highlight {
    0% { background-color: #fff; }
    100% { background-color: #F0F0DF; }
}
@keyframes highlight {
    0% { background-color: #fff; }
    100% { background-color: #F0F0DF; }
}

@-webkit-keyframes unhighlight {
    0% { background-color: #F0F0DF; }
    100% { background-color: #fff; }
}
@keyframes unhighlight {
    0% { background-color: #F0F0DF; }
    100% { background-color: #fff; }
}

#sport_table {
	cursor: pointer;	
}

.localization {
	display: inline;
	background-color: rgba(159,216,329,0.8);
}

.loc-menu {
    float: none;
    font-size: 14px;
    padding: 10px;
    position: absolute;
    white-space: normal;
    display: block;
    z-index: 100;
}

.loc-menu textarea {
    border: 1px solid #ddddc8;
}

.border-bottom {
	border-bottom: 1px solid #ddddc8;
}


.diary_stats {
    padding: 0;
    font-weight: 300;
}

.diary_stats > span {
    overflow: hidden;
    padding: 0.4em;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 20%;
}

.diary_stats > span.br {
    border-right: 1px solid #f0f0df;
}

.diary_stats > span.bl {
    border-left: 1px solid #f0f0df;
}

.diary thead {
	 color: black; 
	 text-align: center; 
}

.diary thead tr:FIRST-CHILD{
	 display: none;
}

.pm-content {
    border-top: 1px dotted #ddddc8;
    clear: both;
    margin-top: 1.2em;
    padding-top: 1em !important;
}


.weight-chart-toggle-interval, .dashboard-toggle-since {
	border: 1px solid #ddddc8;
	margin: 0.5em 0.5em 2em 0.5em;
}

.weight-chart-toggle-interval div, .dashboard-toggle-since div {
	float: left;
	border-right: 1px solid #ddddc8;
	width: 25%;
	text-align: center;
	padding: 0.5em;
	cursor: pointer;
}

.dashboard-toggle-since div {
	width: auto;
}


.weight-chart-toggle-interval div:hover, .dashboard-toggle-since div:hover {
	background-color: #f0f0df;
}

.weight-chart-toggle-interval div.active, .dashboard-toggle-since div.active {
	background-color: #6F9503 !important;
	color: white !important;
}

.weight-chart-toggle-interval div:LAST-CHILD, .dashboard-toggle-since div:LAST-CHILD {
	border-right: 0 none;
}


.q-answer textarea {
	height: 200px;
	margin-top: 1em;
	margin-bottom: 1em;
	
	
}

.q-answer .w50.fl.al {
	border-right: 1px solid #ddddc8;
}

.q-answer .answer0, .q-answer .answer1 {
	color: #000;
	opacity: 0.75;
	
}


.q-answer .w50 {
	margin-bottom: 2em;
}

.inlinea {
	text-decoration: none !important;
	padding: 1em;
	display: block;
	margin: 1em 0;
	color: white !important;
	background-image: url("/img/logo-color-0.svg");
	background-size: 8em;
	background-position-x: calc(100% - 0.5em);
	background-position-y: calc(100% - 0.5em);
	background-repeat: no-repeat;
}


.inlinea span:first-child {
	font-size: 1.8em;
	line-height: 1.2;
	display: block;
	margin-bottom: 0.2em;
}

.inlinea:hover span:first-child {
	color: #D9F32A;
}

.inlinea span:last-child {
	display: block;
	font-weight: 300;
	margin: 1em 0;
}

tr:not([data-food_product_id="0"]) > .diary-rowcap {
    color: #6F9503;
    cursor: pointer;
}

tr:not([data-food_product_id="0"]) > .diary-rowcap:hover {
    color: black;
}
