.chart-container-small {
	width: 100px !important;
	height: 100px !important;
}
.chart-container-small canvas {
	border: none;
	box-shadow: none;
	margin: 0;
	padding: 0;	
}
#content-branding-wrapper {
	scrollbar-width: thin;
}
.adm-lang-active {
	padding:4px;
	border: 2px solid rgb(104,159,56);
}
.adm-lang-inactive {
	padding:4px;
	border: 2px solid #ececec;
}
.hide-select-arrow .md-select-value .md-select-icon {
	display: none !important;
}
.hide-select-arrow .md-select-value {
	min-width: 36px !important;
}
.table-drop-area-recipe {
	-webkit-transition: height 0.1s;
  	transition: height 0.1s;
	height:8px;
	border-left: 0px gray dashed;
	border-right: 0px gray dashed;
	border-top: 0px gray dashed;
	border-bottom: 0px gray dashed;	
} 
.table-drop-area-recipe.on-drag-enter {
	border-left: 1px gray dashed !important;
	border-right: 1px gray dashed !important;
	border-top: 1px gray dashed !important;
	border-bottom: 1px gray dashed !important;	
}

.table-drop-area-recipe.on-drag-hover {
	border: 2px rgb(59, 89, 152) dashed !important;	
  	height: 24px !important;
}

.admin-button-error-sub {
	background-color: rgba(59, 89, 152,0.2);
	border: 1px rgb(59, 89, 152) solid;
	padding:8px;
	cursor: pointer;
}
.admin-button-error-sub:hover {
	background-color: white;	
}
.admin-button-error-sub-disabled {
	background-color: rgba(150, 150, 150,0.2);
	color: rgb(150, 150, 150);
	border: 1px rgb(150, 150, 150) solid;
	padding:8px;
}
.img-drop.on-drag-enter{
	border: 2px rgb(59, 89, 152) dashed !important;	
}
.img-drop.on-drag-hover{
	background-color: rgba(59, 89, 152,0.2) !important;	
	border: 2px rgb(59, 89, 152) dashed !important;		
}


 
  .ft-header-searchbox {
    border: none;
    outline: none;
    height: 100%;
    width: 100%;
    padding: 0; 
    background-color: white;}
  .ft-select-header {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
    padding-left: 16px;
    height: 48px;
    cursor: pointer;
    position: fixed;
    display: flex;   
    background-color: white;
    width:85%;
    z-index: 99999;}
  .ftSelectHeader md-content._md {
    max-height: 240px; }
  .ftSelectHeader md-input-container {
    min-width: 112px; }

.nutri-client-bg {
	background-color: white;
	padding: 16px;
	border-radius: 12px;
}

.p-button-primary-selected {
	background-color: rgb(51, 105, 30) !important;
}
.p-button-blue-selected {
	background-color: rgb(26, 35, 126) !important;
}
.p-button-orange-selected {
	background-color: rgb(232, 75, 0) !important;
}
.p-button-gray {
	background-color: #c9c9c9 !important;
}
.p-button-gray:hover {
	background-color: #A2A2A2 !important;
}
.p-button-green {
	background-color: rgb(104, 159, 56)  !important;
}
.p-button-green:hover {
	background-color: rgb(51, 105, 30)  !important;
}
.p-button-ico-mini {
	display: inline-block;
	position: relative;
	cursor: pointer;
	min-height: 24px;
	min-width: 24px;
	line-height: 24px;
	vertical-align: middle;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-grid-row-align: center;
	align-items: center;
	text-align: center;
	border-radius: 3px;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 0;
	padding: 0;	
	white-space: nowrap;	
	font-size: 16px;
	font-style: inherit;
	font-variant: inherit;
	font-family: inherit;
	text-decoration: none;
	overflow: hidden;
	-webkit-transition: box-shadow .4s cubic-bezier(.25, .8, .25, 1),
		background-color .4s cubic-bezier(.25, .8, .25, 1);
	transition: box-shadow .4s cubic-bezier(.25, .8, .25, 1),
		background-color .4s cubic-bezier(.25, .8, .25, 1);	
	background: inherit;
	background-color: inherit;	
	border: none;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
	font-style: normal;
	font-size: 16px;
	color: #FFFFFF;	
	background-color: #c9c9c9;
}
.nutri-tpl-block-selected {
	background-color: #c9c9c9 !important;	
}
.nutri-input {
	width: 100%;
	border-radius:8px;	
	padding: 8px;
}
.n-search-result-wrap:hover {
	background-color: #ececec;
}
.n-search-result-wrap:hover .nutri-input {
	border: 2px solid #ffffff;
}
.n-input-wrap {
	border: 1px solid #ececec;
}
.n-input-wrap input{
	border: none;
}
.n-input-wrap-error {
	border: 1px solid rgb(221, 75, 57) !important;
}
.n-input-wrap-error input{
	border: none;
}
.n-input-wrap-b {
	border: 2px solid #ececec;
}
.n-input-wrap-b-error {
	border: 2px solid rgb(221, 75, 57) !important;
}

.n-drop .on-drag-enter {	
	border-left: 1px #649735 dashed !important;
	border-right: 1px #649735 dashed !important;
	border-top: 1px #649735 dashed !important;
	border-bottom: 1px #649735 dashed !important;
}

.n-drop .on-drag-hover {	
	border-left: 2px #649735 dashed !important;
	border-right: 2px #649735 dashed !important;
	border-top: 2px #649735 dashed !important;
	border-bottom: 2px #649735 dashed !important;
}
.n-search-result-wrap:hover .n-search-result-wrap-sub {
	border-bottom: 1px solid #ffffff !important;
}

#n-filter-input {
	border: 1px #ececec solid !important;
	border-radius: 8px;
}

#n-filter-input input:not(.md-input) {
	color: black !important;	
	border-width:0px !important;	
	border:none !important;	
	font-size: 16px !important;	
	padding:0px !important;
}
.form-input-select-n md-select-value {
  min-height: 16px !important;
 }
 .nutri-social-ico {
	background-color: gray;
	width: 24px;
	height: 24px;
	border-radius: 4px;
}
.nutri-diary-dialog-item:hover {
	color:black !important;
	background-color: rgba(104, 159, 56, 0.25);
	border-radius: 8px;
}
.nutri-diary-dialog-item-subtext {
	color:gray;
}
.nutri-diary-dialog-item:hover .nutri-diary-dialog-item-subtext {
	color:gray !important;	
}

.nutri-calendar-empty {
	background-color:#ececec;
}
.nutri-calendar-header {
	background-color:#b5b5b5;
}
.nutri-calendar-header-h {
	background-color:#b5b5b5;
}
.nutri-calendar-header-h:hover {
	background-color:#6E6E6E;
}
.nutri-calendar-1 {
	background-color: rgb(255, 128, 64);
}
.nutri-calendar-1:hover {
	background-color: rgb(232, 75, 0);
}
.nutri-calendar-0 {
	background-color: rgb(104, 159, 56);
}
.nutri-calendar-0:hover {
	background-color: rgb(51, 105, 30);
}
.nutri-calendar-2 {
	background-color: rgb(221, 75, 57);
}
.nutri-calendar-2:hover {
	background-color: rgb(183, 28, 28);
}
.nutri-calendar-1-s {
	background-color: rgb(232, 75, 0) !important;
}
.nutri-calendar-0-s {
	background-color: rgb(51, 105, 30) !important;
}
.nutri-calendar-2-s {
	background-color: rgb(183, 28, 28) !important;
}

.nutri-calendar-base {
	background-color: rgb(59, 89, 152);
}
.nutri-calendar-base:hover {
	background-color: rgb(26, 35, 126) !important;
}
.nutri-calendar-base-s {
	background-color: rgb(26, 35, 126) !important;
}

.junction-flag {
	width:64px;height:unset;border:2px solid #ececec;
}
.junction-flag:hover {
	border:2px solid rgb(104, 159, 56);
}
.nutri-file-download {
	cursor: pointer;
}
.nutri-file-download:hover {
	color: rgb(104, 159, 56);
}

@media (min-width: 1601px) {
	.nutri-calendar {
		width: 52px;
		height: 52px;
		margin: 4px;
		border-radius: 8px;
		font-weight: bold;
		font-size: 18px;
		color: white;
	}
}
@media (max-width: 1600px) {
	.nutri-calendar {
		width: 42px;
		height: 42px;
		margin: 4px;
		border-radius: 8px;
		font-weight: bold;
		font-size: 18px;
		color: white;
	}
}


.dialog-hint-search {
	background-color: white;
	border-radius: 24px;
}

.search-hint-input {
	border: 1px rgb(150, 150, 150) solid;
	border-radius: 15px;
}

md-dialog.md-default-theme, md-dialog {
	border-radius: 20px !important;
}

.hint-wrap {
	border-bottom: solid 1px rgb(150, 150, 150);
}

.hint-wrap:hover {
	background-color: #ececec;
}

.hint-row {
	font-size: 13px;
}

.n-tag-wrap {
	border: 1px solid #ececec;
	border-radius: 6px;
}

.n-tag-wrap-selected {
	background-color: #649735;
	border: 1px solid #649735;
	color: white;
	border-radius: 6px;
}


.gastro-bubble {
	background-color: white;
	border-radius: 15px;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
	padding: 24px;
	max-width: 532px;
}

.gastro-bubble-clickable:hover {
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}

.gastro-bubble-sm {
	background-color: white;
	border-radius: 15px;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
	padding: 16px;
}

.gastro-title-sub {
	font-size: 15px;
	font-weight: bold;
	color:  #649735;
}

.input-wrap {
	position: relative;
}

.input-wrap label {
	position: absolute;
	font-size: 15px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: white;
	color: black;
	padding: 0 0.3rem;
	margin: 0 0.5rem;
	transition: .1s ease-out;
	transform-origin: left top;
	pointer-events: none;
}
.input-wrap input {
	font-size: 1rem;
	outline: none;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	padding: 1rem 0.7rem;
	color: black;
	transition: 0.1s ease-out;
}
.input-wrap input:focus {
	border-color: #649735;;
}
.input-wrap input:focus + label {
	color: #649735;
	top: 0;
	transform: translateY(-50%) scale(.9);
}
.input-wrap input:not(:placeholder-shown) + label {
	top: 0;
	transform: translateY(-50%) scale(.9);
}
.error-bubble {
	background-color: #f44336;
	border-radius: 12px;
	padding: 12px;
	color: white;
	margin: 16px 0px;
}

.item-progress-back {
	background-color: #649735;
	border-radius: 8px;
}

.gastro-input {
	width: 130px;
}

.ico-error {
	color: #cf3434;
}

.ico-warn {
	color: rgb(255, 128, 64);
}