/**************************************/
/*:root {
  --color-dark-blue: #1c3865;
  --color-dark-blue-hover: #2c4875;
  --color-light-blue: #4072b35;
  --color-light-blue-hover: #5082b45;
  --color-dark-grey: #4d4d4d;
  --color-dark-grey-hover: #5d5d5;
  --color-mid-grey: #969696;
  --color-mid-grey-hover: #a6a6a6;
  --color-light-grey: #ececec;
  --color-light-grey-hover: #fcfcfc;
}*/
/**************************************/

/**************************************/
/* GENERAL
/**************************************/

body:not(.modal-open) { padding-right: 0 !important }

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.nopadding-left {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.nopadding-right {
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.logowrapper {
    width: 200%;
    height: auto;
}

.body {
    background: #ffffff;
}
body {
    background: #ffffff;
}

.block-centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.account-bar {
    font-family: 'OpenSansL', serif;
    font-size: 16px;
    background: #000000;
    color: #ffffff;
}

.account-bar .navbar-nav > li {
    display: inline-block;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #000;
    border-color: #000;
}

.navbar-header-nabook{
	background-color:#fff;
}

.navbar-main-nabook{
	float:left;
}

@media(min-width : 768px) {
	.navbar-main-nabook{
		float:right;
	}
}

.account-bar .navbar-nav > li > a {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    color: #ffffff !important;
    font-family: 'OpenSansL', serif;
    font-size: 12px !important;
}
.account-bar .navbar { min-height: 15px !important; }
.account-bar .navbar .navbar-nav .li { color: #ffffff; }
.account-bar .navbar .navbar-nav-alert { background: red; }

.nav_menu {
    background: transparent;
    border-bottom: 0px;
    margin-bottom: -5px;
}
.navbar-nabook .active {
    border-radius: 5px;
    background-image:-webkit-linear-gradient(top, #ddd 0,#f2f2f2 100%);
}

.upper { text-transform: uppercase; }
.caps { text-transform: capitalize; }

hr {
    margin-top: 5px;
    margin-bottom: 20px;
    border: 1px;
    border-top: 1px solid #4d4d4d;
}
div.hr {
    margin-top: 5px;
    margin-bottom: 20px;
    height: 1px;
    background: #bbb;
}
div.hr hr {
    display: none;
}

.home-bg {
    background-image: url('../img/home-bg3.jpg');
    background-size:     contain;
    background-repeat:   no-repeat;
    background-position: center center;
}
.home-highlight-area {
    opacity: 0.0;
    background: #eee;
    width: 10px;
}
.notification-container{
	display:flex;
	white-space:nowrap;
}

/**************************************/
/* MARGINS
/**************************************/
.m-t-5 {
    margin-top: 5px;
}
.m-t-10 {
    margin-top: 10px;
}
.m-t-20 {
    margin-top: 20px;
}
.m-t-50 {
    margin-top: 50px;
}
.m-t-70 {
    margin-top: 70px;
}
.m-t-170 {
    margin-top: 170px;
}
.m-b-5 {
    margin-bottom: 5px;
}
.m-b-20 {
    margin-bottom: 20px;
}
.m-r-10 {
    margin-right: 10px;
}
.m-r-20 {
    margin-right: 20px;
}
.m-l-20 {
    margin-left: 20px;
}
.m-r-30 {
    margin-right: 30px;
}
.p-t-10 {
    padding-top: 10px;
}
.p-b-10 {
    padding-bottom: 10px;
}
.p-t-20 {
    padding-top: 20px;
}
.p-b-20 {
    padding-bottom: 20px;
}

/**************************************/
/* BUTTONS & INPUT
/**************************************/
.btn-round-lg {
    border-radius: 22.5px;
}
.btn-round {
    border-radius: 17px;
}
.btn-round-sm {
    border-radius: 15px;
}
.btn-round-xs {
    border-radius: 11px;
    padding-left: 10px;
    padding-right: 10px;
}
.input-round {
    border-radius: 17px;
}
.selectRoundWrapper{
    border-radius:36px;
    overflow:hidden;
    background:#fff;
    border:1px solid #ccc;
}
.selectRoundBox{
    border:0px;
    width: 100%;
    outline: none;
    border-radius:36px;
    border:1px solid #ccc;
}
.btnSelectNoMargin {
    margin-top: 0px;
    margin-bottom: 0px;
}
.btn-dark-blue {
    background: #1c3865;
    color: #ffffff;
}

.btn-dark-blue:focus {
   color: #ffffff;
}

.btn-dark-blue:hover {
    border-color: #ffffff;
    background: #2c4875;
    color: #ffffff;
}

.btn-dark-gray {
    background: #4d4d4d;
    color: #ffffff;
}
.btn-dark-gray:focus {
   color: #ffffff;
}
.btn-dark-gray:hover {
    border-color: #ffffff;
    background: #5d5d5d;
    color: #ffffff;
}

.btn-mid-gray {
    background: #969696;
    color: #ffffff;
}
.btn-mid-white {
    background: #ffffff;
}
.btn-mid-gray:focus {
   color: #ffffff;
}
.btn-mid-gray:hover {
    border-color: #ffffff;
    background: #a6a6a6;
    color: #ffffff;
}
.btn-img {
    width: 20px;
}
.btn {
    font-family: 'OpenSansB', serif;
}

.btn-mid-naboo {
    background: #d9534f;
    color: #ffffff;
    border-color: #d9534f;
} 
.btn-mid-naboo:focus {
   color: #ffffff;
}
.btn-mid-naboo:hover {
    border-color: #ffffff;
    background: #d9534f;
    color: #ffffff;
}

.btn-mid-neo {
    background: #039be5;
    color: #ffffff;
    border-color: #039be5;
} 
.btn-mid-neo:focus {
   color: #ffffff;
}
.btn-mid-neo:hover {
    border-color: #ffffff;
    background: #039be5;
    color: #ffffff;
}

/**************************************/
/* FONT
/**************************************/
@font-face {
    font-family: OpenSansL;
    src: url(../fonts/OpenSans-Light.ttf);
}

@font-face {
    font-family: OpenSansB;
    src: url(../fonts/OpenSans-Semibold.ttf);
}

@font-face {
    font-family: FuturaLight;
    src: url(../fonts/Futura-Light.ttf);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'FuturaLight', serif;
    color: #4d4d4d;
    margin-top: 0px;
    margin-bottom: 0px;
}
p, div {
    font-family: 'OpenSansL', serif;
}


/**************************************/
/* IMAGE/ICON/PHOTO CELL
/**************************************/

.imgcell .containerimg {
    position: relative;
    overflow: hidden;
    width: 100px;
    height: 100px;
}

.imgcell .containerimg .deleteimg {
    position: absolute;
    right: 5px;
    top: 5px;
}


/**************************************/
/* RECIPE CELL
/**************************************/
.recipecell {

}

.recipecell .margin15 {
    margin: 15px 15px 15px 15px;
}

.recipecell .margin5 {
    margin: 5px 5px 5px 5px;
}

.recipecell .margin1 {
    margin: 1px 1px 1px 1px;
}

.recipecell .recipeimg {
    position: relative;
    border-radius: 12%;
    overflow: hidden;
}

.recipecell .recipebg {
    background-color: #707070;
}

.recipecell .recipeimg .recipeics {
    position: absolute;
    width: 30%;
    right: 0px;
    top: 0px;
    z-index: 100;
}

.recipecell .recipeimg .recipepresent {
    position: absolute;
    width: 30%;
    left: 0px;
    top: 0px;
    z-index: 100;
}

.recipecell .title {
    background: none repeat scroll 0 0 #383838;
    opacity: 0.76;
    width: 100%;
    min-height: 30%;
    bottom: 0px;
    left: 0px;
    position: absolute;
    padding: 3px 15px 3px 15px;
    color: #FFF;
}

.recipecell .smalltitle {
    background: none repeat scroll 0 0 #383838;
    opacity: 0.76;
    width: 100%;
    min-height: 30%;
    bottom: 0px;
    left: 0px;
    position: absolute;
    padding: 3px 15px 3px 15px;
    color: #FFF;
    font-size: 11px;
}

.recipecell .smallimage {
    width: auto;
    max-height: 30px;
}


/**************************************/
/* POPUP WITH PHOTO
/**************************************/
.popup-options-header {
    margin: 0px 0px 0px 0px;
}

.popup-options-header .popup-options-header-img {
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.popup-options-header-img {
    object-fit:cover;
}

.modal-content {
    border-radius: 11px !important;
}


/**************************************/
/* HOME DOT INDICATOR
/**************************************/

#navigator {
    width: 100%;
    padding: 0;
    height: 14px;
    z-index: 999;
}
#navigator div {
    display: inline-block;
    width: 9px;
    height: 9px;
    text-indent: -999em;
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    box-shadow: 0 0 1px 1px #707173;
    margin-right: 10px;
}
#navigator div {
    background: #555;
}
#navigator div.activeSlide {
    background: #ddd;
}


/**************************************/
/* VALIDATION
/**************************************/
.registration_content {
    margin: 0 auto;
    padding: 25px 0 0;
    position: relative;
    text-align: left;
    text-shadow: 0 1px 0 #fff;
    max-width: 900px;
}
.registration_nabook {
    background: #ffffff
}


/**************************************/
/* MUURI
/**************************************/
.grid {
    position: absolute;
    width: 500px;
}
.item {
    display: block;
    position: absolute;
    width: 160px;
    height: 160px;
    margin: 5px;
    z-index: 1;
}
.item.muuri-dragging,
.item.muuri-releasing {
    z-index: 2;
}
.item.muuri-hidden {
    z-index: 0;
}
.item-content {
    position: relative;
    width: 100%;
    height: 92%;
}


/* Board */

.board {
  position: relative;
  margin-left: 1%;
}
.board-column {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 1.5%;
  border-radius: 3px;
  z-index: 1;
  will-change: transform;
}
.board-column.muuri-item-releasing {
  z-index: 2;
}
.board-column.muuri-item-dragging {
  z-index: 3;
  cursor: move;
}
.board-column-content {
  position: relative;
  border: 10px solid transparent;
  min-height: 95px;
}
.board-item {
  position: absolute;
  width: 100%;
  margin: 5px 0;
  will-change: transform;
}
.board-item.muuri-item-releasing {
  z-index: 9998;
}
.board-item.muuri-item-dragging {
  z-index: 9999;
  cursor: move;
}
.board-item.muuri-item-hidden {
  z-index: 0;
}
.board-item-content {
  position: relative;
  padding: 10px;
  background: #fff;
  border-radius: 4px;
  font-size: 17px;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 3px 0 rgba(0,0,0,0.2);
  box-shadow: 0px 1px 3px 0 rgba(0,0,0,0.2);
}




/* Carousel Styles */
.carousel-indicators .active {
    background-color: #2980b9;
}



.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}

.carousel-control.left span {
    padding: 15px;
}

.carousel-control.right span {
    padding: 15px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 0;
}

.carousel-control.left span,
.carousel-control.right span {
    background-color: #000;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
    opacity: .7;
    filter: alpha(opacity=70);
}

/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 20%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

.header-text h2 {
    font-size: 40px;
}

.header-text h2 span {
    background-color: #2980b9;
    padding: 10px;
}

.header-text h3 span {
    background-color: #000;
    padding: 15px;
}

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 15px;
}

.btn-theme:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}


.image_add {
    width: 100px;
    height: 100px;
    vertical-align: middle;
}

.v_center {
    margin: auto;
}

.accessory_x_icon {
    position: absolute;
    width: 30px;
    left: -10px;
    top: -15px;
    color: #BE0000;
}



.modal-md{
    width:600px
}

.vertical-align-right {
    display: flex;
    align-items: center;
    justify-content:flex-end;
}

.vertical-align-center {
    display: flex;
    align-items: center;
    justify-content:center;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.bottom-align {
    display: flex;
    align-items: baseline;
}
.bottom-align-text {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  
.flex-wrap{
	flex-wrap: wrap;
}


.err-inline {
    font-family: 'OpenSansB', serif;
    font-size: 14px;
    margin-left: 15px;
    color: red;
}

.fileupload {
    width: 100px;
    height: 50px;
    position: relative;
    overflow: hidden;
    background: transparent; /* and other things to make it pretty */
}

.fileupload-btn {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: transparent; /* and other things to make it pretty */
}

.fileupload input {
    position: absolute;
    top: 0;
    right: 0; /* not left, because only the right part of the input seems to
                 be clickable in some browser I can't remember */
    cursor: pointer;
    opacity: 0.0;
    filter: alpha(opacity=0); /* and all the other old opacity stuff you
                                 want to support */
    font-size: 300px; /* wtf, but apparently the most reliable way to make
                         a large part of the input clickable in most browsers */
    height: 200px;
}


#overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
#loading {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 40%;
    left: 50%;
    margin: -75px 0 0 -75px;
}


.remove_button_css {
    outline: none;
    padding: 5px;
    border: 0px;
    box-sizing: none;
    background-color: transparent;
}


.list_header {
    background-color: #dddddd;
    color: #4d4d4d;
    font-family: 'OpenSansB', serif;
}


/**************************************/
/* VERTICAL ALIGN IN DIV
/**************************************/
.vertical-align {
  display: flex;
  flex-direction: row;
}

.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
  display: flex;
  align-items: center;
/*  justify-content: center;  Optional, to align inner items
                              horizontally inside the column */
}




/**
 *  Do NOT include this part into your stylesheet.
 *  "flex: 1" or "flex-grow: 1" is added to make the inner div
 *  - Which is also a flex-item - take up all the horizontal space
 *  available space inside the flex container (.col-* elements)
 */
.vertical-align > [class^="col-"] > div,
.vertical-align > [class*=" col-"] > div {
  /* flex: 1; */
  flex-grow: 1;
}




.x_title {
    border-bottom: 0px;
    border-top: 2px solid #E6E9ED;
    padding: 25px 10px 6px
}


.row {
    margin-right: 0px;
    margin-left: 0px;
}

pre {
    white-space: pre-wrap;
    word-break: keep-all;
}

.deletebtn {
    position: absolute;
    width: 30%;
    right: 0px;
    top: 0px;
}

.form-control-no-width{
    width: auto;
    display:inline-block;
}

.no_padding {
    padding-right: 0px;
    padding-left: 0px;
}

.form-group-thin {
    margin-bottom: 2px;
}

.vbar-right {
  border-right: 1px solid #bbb;
}
.vbar-left {
  border-left: 1px solid #bbb;
}
.hbar-bottom {
  border-bottom: 1px solid #ccc;
}

footer {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}

#scrollTop .btn {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    background: url(../img/arrow_up.png) no-repeat top center;
    padding-top: 24px;
}

.row-align-bottom {
    position: relative;
}

.bottom-align-text {
  position: absolute;
  bottom: 0;
  left: 0;
}

.has-feedback label~.form-control-feedback {
    top: 22px;
}


.index_grid_height {
    /*max-height: 400px;*/
    height: 400px;
}
.index-bg-1 {
    height: 400px;
    background-image:    url(../img/ricette.jpeg);
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;              /* optional, center the image */
}
.index-bg-2 {
    height: 400px;
    background-image:    url(../img/menu.jpeg);
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;              /* optional, center the image */
}
.index-bg-3 {
    height: 400px;
    background-image:    url(../img/lista_spesa.jpeg);
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;              /* optional, center the image */
}
.index-bg-4 {
    height: 400px;
    background-image:    url(../img/food_cost.jpg);
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;              /* optional, center the image */
}
.index-bg-5 {
    height: 400px;
    background-image:    url(../img/device.jpg);
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;              /* optional, center the image */
}

.p-r-0 {
    padding-right: 0px;
}

.p-l-0 {
    padding-left: 0px;
}

.table > tbody > tr > td {
     vertical-align: middle;
}

.p-r-5 {
    padding-right: 5px;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
    height: 100px;
}

.overlap-container {
    position: relative;
}
.overlap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
.overlap-hcenter-mydisplay {
    margin-top: 120px;
    margin-left: 190px;
}

.overlap-no-margin {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

#gray-image-wrapper {
    opacity: 0.4;
    filter: alpha(opacity=40); /* msie */
    background-color: #000;
}

.img-accessory {
  padding: 4px;
  height: 140px;
  max-width: 100%;
}

.img-steps {
  padding: 4px;
  height: 105px;
  max-width: 100%;
}

.img-recipe {
  padding: 4px;
  height: 100px;
  max-width: 100px;
}

.img-notify {
    width: 30px;
}


@-moz-document url-prefix() {
  select.form-control {
    padding-right: 25px;
    background-image: url("data:image/svg+xml,\
      <svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='14px'\
           height='14px' viewBox='0 0 1200 1000' fill='rgb(51,51,51)'>\
        <path d='M1100 411l-198 -199l-353 353l-353 -353l-197 199l551 551z'/>\
      </svg>");
    background-repeat: no-repeat;
    background-position: calc(100% - 7px) 50%;
    -moz-appearance: none;
    appearance: none;
  }
}


.body-print {
    background: #ffffff;
    background-color: #ffffff;
    padding: 20px;
}


.nab-chart {
    position: relative;
    display: inline-block;
    width: 300px;
    height: 300px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center
}
.nab-chart canvas {
    position: absolute;
    top: 0;
    left: 0
}
.percent {
    display: inline-block;
    line-height: 300px;
    z-index: 10;
    font-size: 76px
}
.percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em
}

/**************************************/
/* INDEX PAGE
/**************************************/
.bg > figure{
    animation: imageAnimation 30s linear infinite 0s;
    backface-visibility: hidden;
    position: fixed;
    width: 100%;
    height: 500px; /*same height as jumbotron */
    top:0;
    left:0;
    opacity: 0;
    z-index: -1;
}

.jumbotron {
  height: 302px;
  color: white;
  text-shadow: #444 0 1px 1px;
  background: transparent;
}


/*.crossfade > figure {
  animation: imageAnimation 2s linear infinite 0s;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
  color: transparent;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
}*/

.bg > figure:nth-child(1) { 
    background: url('../img/slide_2_b_comp.jpeg'); 
    background-position: center center;
}

.bg > figure:nth-child(2) {
    animation-delay: 6s;
    background: url('../img/slide_1_b_comp.jpeg');
    background-position: center center;
}

.bg > figure:nth-child(3) {
    animation-delay: 12s;
    background: url('../img/slide_3_b_comp.jpeg');
    background-position: center center;
}

.bg > figure:nth-child(4) {
    animation-delay: 18s;
    background: url('../img/slide_4_b_comp.jpeg');
    background-position: center center;
}

.bg > figure:nth-child(5) {
    animation-delay: 24s;
    background: url('../img/slide_5_b_comp.jpeg');
    background-position: center center;
}

@keyframes 
imageAnimation {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
    }
    22% {
        animation-timing-function: ease-out;
        opacity: 1;
    }
    10% {
        opacity: 1
    }
    30% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}


#popover-large .popover {
    max-width: 400px;
    width: 400px;
}

/**************************************/
/* GLYPHON ICON ROTATE ANIMATION
/**************************************/
.gly-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/**************************************/
/* MODAL WITHOUT HORIZONTAL DIVIDERS
/**************************************/
.modal-no-dividers{
	border-bottom: none;
	border-top: none;
}

/**************************************/
/* TO AVOID ELEMENT SELECTION
/**************************************/
.unselectable{
	-webkit-user-select: none;        
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/**************************************/
/* Use smaller images on small devices
/**************************************/
@media only screen and (max-width: 991px) {	
	.bg > figure:nth-child(1) { 
    	background: url('../img/slide_2_b_min.jpeg'); 
    	background-repeat: no-repeat;
		background-size: cover;
	}
	
	.bg > figure:nth-child(2) {
	    background: url('../img/slide_1_b_min.jpeg');
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.bg > figure:nth-child(3) {
	    background: url('../img/slide_3_b_min.jpeg');
    	background-repeat: no-repeat;
		background-size: cover;
	}
	
	.bg > figure:nth-child(4) {
	    background: url('../img/slide_4_b_min.jpeg');
    	background-repeat: no-repeat;
		background-size: cover;
	}
	
	.bg > figure:nth-child(5) {
	    background: url('../img/slide_5_b_min.jpeg');
    	background-repeat: no-repeat;
		background-size: cover;
	}
	
	.index-bg-1 {
	    background-image:    url(../img/ricette_min.jpeg);
	}
	.index-bg-2 {
	    background-image:    url(../img/menu_min.jpeg);
	}
	.index-bg-3 {
	    background-image:    url(../img/lista_spesa_min.jpeg);
	}
	.index-bg-4 {
	    background-image:    url(../img/food_cost_min.jpg);
	}
	.index-bg-5 {
	    background-image:    url(../img/device_min.jpg);
	}
}

/* Loading progress */
.loading-container{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.badge-label{
	padding: 6px 8px;
	background-color: #a6a6a6;
}

.border-naboo{
	border: 2px solid #c62828;
}

.border-neo{
	border: 2px solid #039be5;
}


.border-recipe-naboo{
	border: 3px solid #c62828;
}

.border-recipe-neo{
	border: 3px solid #039be5;
}

.thumbnail-old{
	padding: 9px 9px 9px 100px;
	color: #333;
	background-color: #F7F7F7 !important;
	background-position: 2px 2px;
	box-shadow: 1px 1px 2px #F7F7F7;
	border-radius: 5px;
}

.thumbnail-device{
	padding: 9px;
	color: #333;
	background-color: #F7F7F7 !important;
	background-position: 2px 2px;
	background-repeat: no-repeat;
	border-radius: 5px;
}
.naboo-shadow{
	box-shadow: 1px 1px 2px #c62828;
}
.naboo-image{
	padding: 9px 9px 9px 100px;
	background-image: url("/nabook/pages/n/resources/img/naboo.png");
}
.puff-shadow{
	box-shadow: 1px 1px 2px #c62828;
}
.puff-image{
	padding: 9px 9px 9px 100px;
	background-image: url("/nabook/pages/n/resources/img/puff.png");
}
.neo-shadow{
 	box-shadow: 1px 1px 2px #039be5;
}
.neo-image{
	padding: 9px 9px 9px 100px;
	background-image: url("/nabook/pages/n/resources/img/neo.png");
}
.no-image{
	padding: 9px 9px 9px 100px;
}

/* Override amsify */
.amsify-suggestags-list{
	z-index: 10 !important;
}

/* Edit admin recipe */
.edit-phase-container {
	border: 1px solid rgb(200, 200, 200);
	border-radius: 5px;
	padding: 8px 15px;
}

/* Dropdown images */
.dropdown-menu-images li{
	padding: 10px 5px;
	display: flex;
	justify-content: center;
	cursor:pointer
}
.dropdown-menu-images li:hover{
	background: rgba(0,0,0,0.1);
}

.dropdown-image {
	max-height: 35px;
}