/***  CUSTOM CSS  ***/
html, body {
    height: 100%;
    background-color:rgb(251,251,251);
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE/Edge */
    user-select: none;
    /* non-prefixed version, currently not supported by any browser */
}

.no-overflow-y {
    overflow-y: hidden;
}

body {
    color: #4E4E4E;
    font-size: 16px;
    font-family: 'Raleway-Medium', 'Open Sans', HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-rendering: optimizeLegibility;
}

.row {
    margin: 0px;
}

hr {
    margin: 12px 0px;
}

p {
    font-family: Raleway-Medium,'Open Sans',Helvetica,Arial;
	font-size: 14px;
    margin: 0 0 3px;
}

p .fa {
    margin-bottom: 8px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Raleway-Light', 'Open Sans', HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    white-space: normal;
    line-height: 1.3;
}

span,
input {
    font-family: 'Open Sans', HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.text-small {
    font-weight: 400;
}

a:hover,
a:focus,
a:active {
    color: #EA1212;
    outline: none;
}

a.text-primary:hover, 
a.text-primary:focus {
    color: #d41212;
}

.text-secondary, 
a.text-secondary:hover, 
a.text-secondary:focus {
    color:#233445
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
}

/* firefox 19+ */

:-ms-input-placeholder {
    color: #000;
}

/* ie */

#header {
    text-align: center;
    background-color: rgb(251,251,251);
    border: none;
    box-shadow: none;
    padding-bottom: 10px;
}

input:-moz-placeholder {
    color: #000;
}

.logo-dolcitool {
    width: 100%;
    line-height: 1.2;
}

.logo-text {
    font-family: dolciFont, Raleway-Medium, sans-serif;
    color: #f70808;
    font-size: 3em;
    position: relative;
    top:12px;
}

.logo-img {
    height: 75px;
    line-height: normal;
    width: auto;
    padding: 0px 10px 2px 0px;
}

.dolcifont {
    font-family: dolciFont;
}

.home #header {
    display: none;
}

.footer {
    border-top: #e5e1e2;
    margin-top: 50px;
    margin-bottom: 50px;
}

.pt-large {
    padding-top: 10px;
}

/*** 	CSS
****	VISUALIZZAZIONE BOX TOOL
****	NELLA HOME
*/

.app-box {
    position: relative;
	width: 100%;
	max-width: 170px;
    overflow: hidden;
    margin: 5px;
    background: #fff;
    color: #222;
    border-radius: 25px;
    -webkit-box-shadow: 0px 3px 12px -6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 12px -6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 12px -6px rgba(0, 0, 0, 0.3);
    margin: 0px auto;
}

.app-box img {
    width: 100%;
    height: 140px;
    margin-top: 10px;
}

.box-panel p {
    font-weight: normal;
    margin-top: 4px;
}

/*animazione sulle immagini */

.app-box img {
    margin-bottom: -5px;
    -webkit-transition: all 0.50s ease-out;
    -moz-transition: all 0.50s ease-out;
    -o-transition: all 0.50s ease-out;
    -ms-transition: all 0.50s ease-out;
    transition: all 0.50s ease-out;
}

.app-box a:hover img {
    transform: scale(1.1);
}

.app-box hr {
    margin: 12px 0px 2px 0px;
}

/** on mobile **/
.guide-box {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
    min-width: 250px;
    width: auto;
    color: #ea1212;
    min-height: 200px;
    padding: 0px;
}

.guide-box img {
    width: 300px !important;
    max-width: 300px !important;
}

.guide-box i {
    text-shadow: 2px 2px 6px rgba(150, 150, 150, 0.30);
}

/* imposto panel*/

.box-panel {
    position: absolute;
    overflow: hidden;
    z-index: 11;
    color: #fff;
    bottom: 0;
    left: 0;
    padding: 0px;
    display: block;
    margin: 0;
    transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    border-radius: 0 0 25px 25px;
}

.box-panel p {
    padding: 16px 3px;
}

.info-box {
    font-size: 12px;
    color: #233445;
}

/*altezza e larghezza iniziale del animazione*/

.vertical .box-panel {
    width: 100%;
    height: 0px;
    background: rgba(35, 52, 69, 0.90);
}

/*altezza e larghezza finale del animazione*/

.app-box a:hover .box-panel {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.title-box {
    font-size: 18px;
    font-family: 'Raleway-Medium', 'Lucida Sans', 'Lucida Sans Regular', Verdana, sans-serif;
    min-height: 50px;
    color: #333333;
}

/*animazione sul testo dei box */

.diagonal p,
.diagonal h1,
.horizontal p,
.horizontal h1,
.vertical p {
    opacity: 0;
    /* animation */
    transition: all ease-in-out 1000ms;
    -o-transition: all ease-in-out 1000ms;
    -moz-transition: all ease-in-out 1000ms;
    -webkit-transition: all ease-in-out 1000ms;
}

.diagonal a:hover p,
.diagonal a:hover h1,
.horizontal a:hover p,
.horizontal a:hover h1,
.vertical a:hover p {
    opacity: 1
}

.tool-info {
    line-height: 1.1;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
}

/**
***   Stile barra dei pulsanti mobile
**/

.mobile-step-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 102%;
    background: #ffffff;
    z-index: 8000;
    border-top: 1px solid #ccc;
}

.mobile-step-bar .btn {
    border: 0px;
    font-size: 0px;
    vertical-align: middle;
    padding: 0px;
}

.mobile-step-bar .btn i {
    font-size: 30px;
}

.mobile-step-bar .btn-calcola {
    font-size: 16px;
    padding: 8px;
    font-weight: 200;
}

/*** 	CSS
****	BOTTONI
****	Button
*/

.btn {
    white-space: normal;
    font-family: Raleway;
	box-shadow: none;
}

.btn:focus, 
.btn:active:focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn.active.focus {
    outline: none;
}

.btn.disabled, 
.btn.disabled:hover, 
.btn.disabled:focus {
    background-color:#fbf5f5;
    color: #233445;
    font-family: Raleway-Medium;
}

.btn-circle>i {
    width: 70px;
    height: 70px;
    padding: 14px 0;
    font-size: 40px;
    border-radius: 50%;
}

.btn-topbar>i {
    font-size: 34px;
    border-radius: 50%;
    margin-top: 0px;
    padding: 0px;
    color: #233445;
}

.btn-topbar:hover, 
.btn-topbar:focus, 
.btn-topbar:active, 
.btn-topbar.active, 
.btn-topbar:hover>i {
    color: #d41212;
    background-color: transparent;
}

.btn-4-tools i {
    border: 1px solid #f70808;
    border-radius: 50px;
    position: fixed;
    box-shadow: 1px 1px 15px #f70808;
    bottom: 3%;
    right: 5%;
    z-index: 999;
}

.flaticon {
    padding: 8px 4px !important;
    font-weight: 100;
}

.btn-link>i {
    line-height: 1.8;
    font-size: 26px;
}

.btn-ricettario,
.btn-ricettario:hover {
    position: fixed;
    z-index: 1000;
    border-radius: 100px;
    color: #ffffff;
    font-weight: 300;
    font-size: 10px;
    bottom: 35%;
    right: 20%;
    padding: 6px;
    border: 1px solid #ddd;
    width: 48px;
    background: #233445;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.10);
}

.btn-ricettario i {
    font-size:25px;
}

.btn-arrow a,
.btn-arrow a:hover,
.btn-arrow a:active,
.btn-arrow a:visited,
.btn-arrow a:focus {
    background: transparent;
    color: #fff;
    font-size: 30px;
    border: none;
    margin: 0px;
    padding: 0px;
}

.btn-dark-blue.btn-circle>i,
.btn-dark-blue.btn-circle:hover>i {
    color: #fff;
    background-color: #314355;
}

.btn-red.btn-circle>i,
.btn-red.btn-circle:hover>i {
    color: #fff;
    background-color: #EA1212;
}

.btn-yellow.btn-circle>i,
.btn-yellow.btn-circle:hover>i {
    color: #fff;
    background-color: #EFA707;
}

.btn-grey.btn-circle>i,
.btn-grey.btn-circle:hover>i {
    color: #EA1212;
    background: #eee;
}

.btn-light-green.btn-circle>i,
.btn-light-green.btn-circle:hover>i {
    color: #fff;
    background-color: #24c26b;
}

.btn-blue.btn-circle>i,
.btn-blue.btn-circle:hover>i {
    color: #fff;
    background-color: #61a1e1;
}

.btn-orange.btn-circle>i,
.btn-orange.btn-circle:hover>i {
    color: #fff;
    background-color: #ff6600;
}

.btn-purple.btn-circle>i,
.btn-violet.btn-circle:hover>i {
    color: #fff;
    background-color: #800080;
}

.btn-black.btn-circle>i,
.btn-black.btn-circle:hover>i {
    color: #fff;
    background-color: #000000;
}

.btn-green.btn-circle>i,
.btn-violet.btn-circle:hover>i {
    color: #fff;
    background-color: #009933;
}

.btn-brown.btn-circle>i,
.btn-brown.btn-circle:hover>i {
    color: #fff;
    background-color: #ac7339;
}

.btn-white.btn-circle>i,
.btn-white.btn-circle:hover>i {
    color: #314355;
    background-color: #fff;
}

.btn-white-blur.btn-circle>i,
.btn-white-blur.btn-circle:hover>i {
    color: #fff;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.11)
}

.btn.btn-circle,
.btn.btn-circle.disabled {
    color: #fff;
    font-weight: 500;
}

.btn.btn-dosatore,
.btn.btn-dosatore:focus {
    color: #314355;
    background-color: #fff;
    border: 1px solid #fff;
}

.btn.btn-dosatore:hover {
    color: #ca2a2a;
    border: 1px solid #ddd;
}

.btn-circle b.badge {
    position: absolute;
    right: 10px;
    top: 2px;
}

.btn-bookmark-ricettario {
    width: 50px;
    height: 100px;
    text-align: center;
    z-index: 999;
    top: 0;
    left: 1%;
    position: fixed;
    background-color: #2E4769;
    border-radius: 0px 0px 100px 100px;
}

/* stile pulsanti secondari homepage desktop */

.btn-hook-home,
.btn-hook-home:hover {
    border: 1px solid #233445;
    border-radius: 50%;
    padding: 14px 1px 7px 1px;
    margin-right: 8px;
    color: #233445;
}

.btn-hook-home i {
    font-size: 1.6em;
    width: 1.5em;
    text-align: center;
    line-height: 1.6em;
}

.btn-close-modal {
    color: #ea1212;
    float: right;
    height: 40px;
    margin-right: 10px;
    z-index: 8000;
    position: relative;
}

.nav-primary>ul>li>a {
    font-family: Raleway-Light;
    font-size: 18px;
    line-height: 20px;
}

.nav-primary li a i {
    width: 25px;
    font-size: 25px;
    margin-right: 5%;
}

.nav-primary.bg-light>ul>li>a {
    border-bottom-color: #f70808;
    color: #444;
    font-size: 20px;
}

.nav-mobile {
    border-bottom: 1px solid #dcf1f9;
}

.nav-mobile>li {
    float: left;
    width: 25%;
}

.nav-mobile>li a i {
    font-size: 26px;
}

.nav-mobile>li a {
    color: #fff;
    padding: 12px 4px;
    border: none;
    font-size: 16px;
}
.nav-mobile>li a:hover {
    color: #dcf1f9;
}

.shadow {
    -webkit-box-shadow: -1px 2px 20px -6px rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: -1px 2px 20px -6px rgba(0, 0, 0, 0.2) !important;
    box-shadow: -1px 2px 20px -6px rgba(0, 0, 0, 0.2) !important;    
}

.shadow-lite {
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.10);
}

.bordered {
    border: 1px solid #ddd;
    border-radius: 8px;
}

.blur-effect {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    filter: blur(5px);
    transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
}

.upper {
    text-transform: uppercase !important;
}

.fix-actions {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    left: 0;
    z-index: 2000;
}

.fix-actions .btn-white {
    border-color: #fff;
    font-size: 18px;
}

.tutorial-img {
    padding: 20px;
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
    max-width: 350px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.chartTip {
    padding: 3px;
    background-color: #000;
    z-index: 100;
    color: #fff;
    opacity: .7;
    filter: alpha(opacity=70);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
}

.table-condensed td,
.table-condensed th {
    padding: 1px 6px !important;
    text-align: left;
    font-size: 16px;
}

.table-recipe {
    margin-bottom: 0px;
}

.table-recipe tbody tr td:first-child {
    text-align: center;
}

.line-light {
    border: 1px solid #eee;
    margin: 0px;
}

.tooltip {
    font-family: Arial;
    font-size: 12px;
}

.m-h {
    min-height: 230px;
}

/*	
**	STICKY NOTES 
**
*/

#btn-sticky-notes {
    display: none;
}

.sticky-notes {
    background-color: #fff;
    width: 250px;
    min-height: 100%;
    border: 1px dashed #ccc;
    float: right;
    padding: 0px 2px;
}

/*	
**	TESTI
**
*/

.text-default {
    color: #f70808;
}

.text-danger {
    color: EA1211;
}

.text-dark-blue {
    color: #314355;
}

.text-danger {
    color: #EA1211;
}

.bg-light {
    background-color: #fbfbfb !important;
}

/** Slider **/

.slider.slider-horizontal .slider-selection, 
.slider.slider-horizontal .slider-track-low, 
.slider.slider-horizontal .slider-track-high {
    border: none;
}

.slider.slider-horizontal .slider-track {
    height: 5px;
}

.slider-selection {
    background: #e30425;
    opacity: 0.4;
}

/** select box select2 **/

.select2-result-label {
    font-size: 15px;
    padding-left: 0px !important;
}
.select2-container .select2-choice {
	background-image: none;
}
.select2-container .select2-choice span {
    font-size: 14px;
}

/** **/

#listaIngredienti {
    max-width: 350px;
    width: 100%;
    margin: 0px auto;
}

.list-group-item {
    padding: 10px 10px 6px;
    font-size: 15px;
}

.list-group-item>.badge {
    float: left;
}

.hide {
    display: none;
}

.show {
    display: inline;
}

.set-container .setover {
    position: relative;
    display: block;
    /*width: 240px;*/
    margin: 0px auto;
}

.setover.bottom {
    margin-top: 18%;
}

.setover {
    max-width: 530px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857;
    background-color: #FFF;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}

.setover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0px;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.setover>.arrow {
    border-width: 11px;
}

.setover>.arrow,
.setover>.arrow::after {
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    border-color: transparent;
    border-style: solid;
}

.radio-custom {
    font-size: 20px;
}

.popover-content p {
    font-size: 14px;
}

.customInputDT {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(221, 221, 221, 0.31);
    font-family: dolciFont;
    font-size: 24px;
    text-align: center;
    width: 100%;
    margin-bottom: 8px;
}

.c-input {
    max-width: 260px;
    margin: 0px auto;
}

.ico-border-round {
    padding: 12px;
    border-radius: 50px;
    border: 1px solid #fff;
}

.step-content {
    padding: 8px 0px 10px;
    background-color: #fff;
}

.steps {
    border-top: 1px solid #f3f3f3;
}

.step-ad {
    display: none;
}

.label {
    font-size: 90%;
    line-height: 2;
    white-space: pre-wrap;
}

.descBox {
    padding: 10px !important;
    font-size: 16px;
    font-family: Raleway-Light;
}

/** wizard style **/

.wizard {
    border-bottom: none;
    background-color: transparent;
}

.wizard ul li.active {
    color: #CA2929;
    background: #fff;
}

.wizard ul li:first-child {
    padding-left: 10px;
}

.wizard ul li {
    padding: 0 15px 0 20px;
    font-size: 13px;
    font-family: Raleway-Medium;
    color:#808080;
    background: #fbfbfb;
}

.wizard ul li.complete, 
.wizard ul li.complete:hover {
    background: #fbfffb;
}

.wizard ul li.complete:after {
    border-left-color: #fbfffb;
}

.wizard ul li:after {
    border-left-color: #fbfbfb;
}

/** badge style **/

.badge-dt {
    background-color: #f95d5d;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 2.2px 5px;
}

.badge-qta, .text-ingrediente {
    font-size: 14px;
}

.badge-qta {
    background-color: #233445;
    padding: 2px 6px 4px;
    font-weight: 100;
}

.badge-suggerimenti {
    font-size: 18px;
  }

.input-group-ricettario {
    width: 90%;
    max-width: 90%;
    margin-top: 10px;
}

.input-group-addon {
    padding: 0px;
    border: 0px;
    background-color: #fff;
}

.dropdown-menu {
    padding: 12px 8px;
}

.dropdown-menu>li>a {
    font-weight: bold;
}

.spinner {
    max-width: 200px;
    margin: 0px auto;
}

.app {
    margin-bottom: 50px;
}

.app-title {
    font-family: 'Raleway';
    line-height: 2;
    font-size: 2em;
    background-color: transparent;
    margin: 15px 0px !important;
}

.bg-row-app {
    padding: 15px 0px 10px 0px;
}

.tabSliderPadding {
    margin: 3% 0px 0px 0px;
    min-height: 500px;
}

#tabSlider .carousel-control i {
    position: absolute;
    top: 0;
}

.bg-green {
    background-color: #f7f7f7;
}

.modal-backdrop.fade.in {
    opacity: .10;
    filter: alpha(opacity=10);
    background-color: #888888;
}

.modal-dialog {
    max-width: 450px;
    margin: 100px auto 0px;
}

.modal-content {
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.10);
}

.modal-footer {
    background-color: #ffffff;
    border-top: none;
}

.modal-policy {
    bottom: 8%;
    left: 1%;
    width: 320px;
    position: absolute;
    padding: 20px;
    z-index: 9000;
}

.fade .modal-menu {
    bottom: -250px;
    position: fixed;
    -webkit-transition: all .20s linear;
    -o-transition: all .20s linear;
    transition: all .20s linear;
    left: 10%;
    width: 300px;
}

.fade.in .modal-menu {
    bottom: 40px;
}

.list-group-menu {
    margin-top: 15px;
    border-radius: 20px;
}

.list-group-menu .list-group-item {
    padding: 15px;
    text-align: center;
}

.list-group-menu .list-group-item:first-child {
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.list-group-menu .list-group-item:last-child {
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.alert {
    font-size: 18px;
}

#popupAlert {
    top: 20%;
    z-index: 9999;
}

.carousel-inner .item {
    min-height: 150px;
}

.toolbar .btn span {
    color: #fff;
    font-weight: 500;
    white-space: normal;
}

.toolbar .btn i {
    -webkit-box-shadow: 1px 9px 31px -6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 9px 31px -6px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 9px 31px -6px rgba(0, 0, 0, 0.5);
}

.slider-handle {
    width: 26px;
    height: 26px;
}

.slider.slider-horizontal {
    width: 100%;
    height: 20px;
    margin-top: 8px;
    max-width: 300px;
}

.suggerimenti li {
    width: 260px;
    font-size: 10px;
    padding: 0 2px 0 2px;
}

.suggerimenti .header {
    font-weight: 900;
    font-size: 11px;
    background-color: #eee;
    text-align: center;
    margin-bottom: 5px;
}

.myoption {
    height: 30px;
    padding: 0px 6px;
    font-size: 15px;
}

.select2-results {
    max-height: 200px;
}

.btn-tool {
    border: 1px solid #EA1212;
    padding: 5px;
    position: relative;
    top: 8%;
    border-radius: 15px;
}

.donutLabel {
    color: #fff !important;
    font-size: 11px;
    padding: 3px;
}

.pieLabel>div {
    color: #fff !important;
    font-size: 14px;
}

.setting-value {
    font-size: 13px;
    font-family: Raleway-Light;
}

.setting-value span{
    font-size: 14px;
    font-family: Raleway-Light;
}

/** Panel style **/

.panel {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #eee;
}

.panel-body {
    padding: 0px;
}

.panel {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.panel-heading .nav-tabs {
    border: none;
}


.panel-heading .nav-tabs>li>a,
.panel-heading .nav-tabs>li:last-child>a,
.panel-heading .nav-tabs.pull-right>li:last-child>a {
    padding-left: 8px;
    padding-right: 8px;
    padding: 10px 8px;
    font-size: 14px;
    border-radius:50px;
}

.panel-heading .nav-tabs>li.active>a {
    border: 1px solid #ddd;
}

.panel-box {
    border-bottom: 0px;
    margin: 0px;
}

.panel-box .panel-item:first-child {
    border-radius: 40px;
}

.panel-box .panel-item {
    padding: 10px 0;
    text-align: center;
}

.panel-widget {
    background: rgba(255, 255, 255, 0.65);
    border-radius: 28px;
    padding: 20px;
}

.panel-widget-title {
    font-family:Raleway-Light;
    margin-top: 8px;
    font-size: 26px;
}

.popupWidth {
    width: 280px;
    margin: 0px auto;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 10px;
    font-size: 15px;
    line-height: 1.55;
}

.input-tool {
    max-width: 250px;
    margin: 0px auto;
}

.input-widget {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    font-size: 30px;
    text-align: center;
    color: #333;
    height: 50px;
    webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
}

#searchRicetta {
    background-color: rgba(255, 255, 255, 0.60);
}

.select-tool {
    max-width: 300px;
    margin: 0px auto;
    min-width: 230px;
}

/* loaders */

.toolLoader {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: absolute;
    border: 1px solid #999;
    z-index: 8000;
    top: 0;
    left: 0;
    background-color: #fff;
}

.homeLoader {
    width: 100%;
    height: 100%;
    min-height: 400px;
    text-align: center;
    padding-top: 15%;
}

.bg-funzionalita-info {
    background: url(../images/funzionalita-info.jpg) #233445 top no-repeat;
    background-size: cover;
}

/* ricettario setting */

.bg-ricettario-info {
    background: url(../images/ricettario-info.jpg) #233445 center center no-repeat fixed;
    background-size: cover;
}

.bg-ricettario-info .bg-inverse {
    background-color: rgba(35, 52, 69, 0.65);
}

.bg-ricettario-info .container {
    padding: 10% 0;
}

#ricettario_filter,
#ricettario_info {
    display: none;
}

#ricettario thead tr th {
    background-color: #fff;
    text-align: center;
    padding: 5px;
    font-size: 14px;
    font-family: Raleway-Light;
}

#ricettario thead tr td:first-child {
    min-width: 100px;
}

#ricettario tbody tr {
    height: 60px;
    text-align: center;
    color: #565656;
}

#ricettario tbody td {
    padding: 3px;
}

#ricettario .title-ricetta {
    font-size: 2em;
}

.ricettario-responsive {
    height: 80vh;
    min-height: 420px;
    overflow-y: scroll !important;
    padding: 10px;
}

#ricettario tbody tr td .panel {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#ricettario tbody tr td .panel-body {
    margin: 10px 0px 0px;
}

/* Pulsation circle Ricettario button */

.pulse {
    z-index: 1;
    margin: 0 auto;
    background: transparent;
    border: 4px solid #3c6288;
    -webkit-border-radius: 30px;
    height: 90px;
    width: 90px;
    -webkit-animation: pulsate 2.2s ease-out;
    -webkit-animation-iteration-count: infinite;
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    top: -22px;
    left: -22px;
}

@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.5, 0.5); opacity: 0.0;}
    20% {opacity: 1.0;}
    100% {-webkit-transform: scale(0.8, 0.8); opacity: 0.0;}
}

/* cookie alert */

.cookie-alert {
    width: 100%;
    background-color: #595757;
    color: #fff;
    bottom: 0;
    font-size: 12px;
    padding: 10px 5px;
    position: absolute;
}

.cookie-alert a {
    color: #FEFB05;
    text-decoration: underline;
}

/* swipe-box */

.swipe-modal {
    width: 100%;
    height: 100%;
    background-color: transparent;
    color: #999;
    top: 0;
    font-size: 12px;
    padding: 10px 5px;
    position: absolute;
}

.btn-swipe,
.input-swipe {
    color: #000;
    background-color: transparent;
    opacity: 0.8;
    max-width: 94%;
}

/* ORIGINALE*/

/* 
#tb-scheda-ricetta {
    border: 1px solid rgb(226, 245, 195);
}

#tb-scheda-ricetta th {
    padding: 3px 2px;
    text-align: center;
    background-color: rgba(63, 207, 127, 0.20);
    font-family: Raleway-Light;
    font-size: 13px;
}

#tb-scheda-ricetta tfoot {
    background-color: rgba(63, 207, 127, 0.20);
    font-size: 13px;
    font-weight: 900;
}

#tb-scheda-ricetta tfoot tr td {
    border-bottom: 1px solid #fff;
} */


#tb-scheda-ricetta {
    border: 1px solid #ffff00;
}

#tb-scheda-ricetta th {
    padding: 3px 2px;
    text-align: center;
    background-color: #f5f6f7;
    font-family: Raleway-Light;
    font-size: 16px;
    border-bottom: 1px solid  #ffff00;
    font-weight: 900;
    color:#5191d1
}

#tb-scheda-ricetta tbody tr td {
    font-size: 14px;
    font-weight: 900;
}

#tb-scheda-ricetta tfoot {
    font-size: 13px;
}

.flot-y-axis .tickLabel {
    width: 40px;
    font-size: 12px;
}

.flot-x-axis .tickLabel {
    max-width: 80px !important;
    left: 50px;
    height: 40px;
    font-size: 10px;
}


/*** Table setting (ad es. tool Taglia Calorie) ***/

.table-responsive {
    height: 100%;
    max-height: 70vh;
    overflow-y: scroll !important;
}

.table-scroll-x-none {
    overflow-x: hidden !important; 
}

@media (max-width: 767px) {
  html.modal-open,
  body.modal-open {
    overflow-x: auto !important;
    overscroll-behavior-x: contain;
    touch-action: pan-x;
  }

  .modal {
    overflow-x: auto !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
  }

 .contenitore-tabella {
   max-height: 60vh;
    overflow-x: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    overscroll-behavior-x: contain;
  }

  .scroll-orizzontale-tabella {
    min-width: 600px;
    width: max-content;
  }

  .contenitore-tabella * {
    pointer-events: auto;
  }
}

#rotate-alert {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 1.2em;
  letter-spacing: 0.5px;
}

#rotate-alert.show {
  display: block;
  opacity: 1;
}

.qta-ingrediente {
  min-width: 50px;
}

/*** ADVERTISMENTS ***/

.adv-alert {
    border: 0px;
    padding: 0px;
}

.adv-close,
.adv-close i {
    position: relative;
    color: red;
    z-index: 999;
    float: left;
    font-size: 16px !important;
}

/**
***		MEDIA ADAPTER
**/

@media (min-width: 980px) {
    #nav {
        position: relative;
        width: 150px;
        position: absolute;
        z-index: 10;
        left: 0;
        top: 135px;
        bottom: 0;
        border-right: 1px solid #162636;
    }
    .visible-desktop {
        display: none !important;
    }
}

/**
 *  TABLET MODE
*/
@media (min-width: 768px) and (max-width: 1199px) {
    .setover.bottom {
        margin-top: 10px;
    }

    .toolbar a {
        width: 20%;
        float: left;
        margin-bottom: 10px;
    }

    .radio-custom {
        width: auto;
        float: left;
    }

    #boxAddIngredient {
        text-align: center;
    }

    .input-group {
        margin: 0px auto;
        max-width: 260px;
    }
}

/**
 *  PHONE MODE
*/
@media (max-width: 768px) {
    .logo-img {
        height: 68px;
    }
    
    .toolbar a {
        width: 25%;
        float: left;
        margin-bottom: 10px;
        clear: none;
    }

    .modal-dialog {
        margin: 20% auto 0px;
    }

    .radio-custom {
        width: 50%;
        float: left;
        padding-left: 0px !important;
    }

    .navbar>.btn {
        padding: 5px 9px;
    }

    .logo-text {
        display: none;
    }

    #ricettario .title-ricetta {
        font-size: 1.5em;
        /* max-width: 185px; */
        width: auto;
    }

    .btn-ricettario, 
    .btn-ricettario:hover {
        font-size: 10px;
        bottom: 10%;
        right: 5%;
    }

    #boxAddIngredient {
        text-align: center;
        margin-top: 5px;
    }

    .customInputDT {
        max-width: 450px;
    }

    .slider.slider-horizontal {
        width: 250px;
    }

    .radio-custom {
        width: 100%;
        float: left;
    }

    .h3, h3 {
        font-size: 26px;
    }

    .h4, h4 {
        font-size: 20px;
    }

    .select2-container,
    .select2-drop,
    .select2-search,
    .select2-search input {
        width: 280px !important;
    }

    .row [class*=col-] {
        padding-left: 5px;
        padding-right: 5px;
    }

    .app-title {
        margin: 0px;
    }

    .wizard ul li {
        padding: 0 2px 0 13px;
        font-size: 12px;
    }

    .wizard ul li:first-child {
        padding-left: 3px;
        border-radius: 4px 0 0 0;
    }

    .badge {
        padding: 2px 5px;
    }

    .bg-row-app {
        padding: 0px;
    }

    .setover.bottom {
        margin-top: 10px;
    }

    .setover.bottom>.arrow {
        display: none;
    }

    .dropdown-menu {
        font-size: 16px;
    }

    .carousel-inner .item {
        min-height: 240px;
    }

    .select2-result-label {
        font-size: 13.6px;
        padding-left: 0px !important;
    }

    .no-pad-col-xs {
        padding: 0px !important;
    }

    .step-content {
        padding: 9px 0px 9px 0px;
    }

    .input-group {
        margin: 0px auto;
        max-width: 260px;
    }

    .input-group-ricettario {
        width: 90%;
        max-width: 90%;
        margin-top: 10px;
    }

    .panel-box {
        margin: 0px 15px;
    }
}

@media (max-width: 425px) {
    #header {
        background: url(/theme/images/mobile-header.svg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 100px;
    }
}



.larger-text {
    font-size: 1.5em; /* Dimensione testo maggiore */
}

.larger-icon i {
    font-size: 6.5em; /* Dimensione icona maggiore */
    color:#4E4E4E;
}

.dropdown-menu-up .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

/* testo allineato a sx con padding left*/
.text-left-padding {
    text-align: left;
    padding-left: 25px !important;
}

/* testo allineato a sx con padding right */
.text-left-paddingdx {
    text-align: left;
    padding-right: 25px !important;
}

@media (max-width: 768px) {
    .text-left-padding {
        text-align: left;
        padding-left: 5px !important;
    }
}