﻿html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: Calibri, "carlito-regular", Segoe, Optima, Arial, sans-serif;
    background-color: Whitesmoke;
    font-size: 15px;
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

@font-face {
    font-family: 'carlito-regular';
    src: url('dist/fonts/Carlito-Regular.ttf') format('truetype');
}

.panel-heading {
    font-weight: bold;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: transparent;
}

.fc-navbar {
    min-height: 60px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 30px;
    box-shadow: 0 1px 5px 2px #000000;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, .2);
}

.fc-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 40px;
    color: white;
    padding: 10px;
    margin-top: 50px;
}

.navbar-inverse {
    background-color: #005470;
    border-color: #005470;
}

.fc-logo__navbar {
    height: 50px;
    margin-top: -15px;
}

.fc-btn-primary {
    width: 100%;
    padding: 8px 12px;
    margin-top: 10px;
    color: #fff;
    background-color: #005470;
    border-color: #005470;
}

    .fc-btn-primary:focus, .fc-btn-primary:hover {
        color: #fff;
        background-color: #095067;
        border-color: #0d4e63;
    }

    .fc-btn-primary:active {
        color: #fff;
        background-color: #114b5f;
        border-color: #16495a;
    }

.panel-default > .panel-heading {
    background-color: initial;
    border: none;
    font-size: medium;
}

.panel-default {
    border-color: #fbfbfb;
    box-shadow: lightgrey 1px 1px 5px;
    border-radius: 2px;
}

.input-select-span {
    width: 0;
    padding-left: 0;
    padding-right: 0;
    border: none;
}

.none-outline {
    outline: none;
}

.body-wrapper {
    padding: 15px;
}

.default-jurisdiction-label {
    font-weight: normal;
    font-size: small;
}

.arrow-back, .arrow-forward {
    position: absolute;
    opacity: 0.9;
    background-color: black;
    padding: 10px;
    top: 40%;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.arrow-forward {
    right: 15px;
}

.navbar-nav > li > a > i {
    /*font-size: 25px;*/
    position: relative;
}

.navbar-nav > li > a > .fa-lg {
    vertical-align: 30%;
    line-height: 1em;
}

.font-size-full {
    font-size: 100%;
}

.notification-number-font {
    font-family: sans-serif;
}

.nav-notification {
    border-radius: 5px !important;
    padding: 3px;
    line-height: 0.8;
    font-size: 14px;
    background-color: #d9534f;
    position: absolute;
    top: -11px;
    right: -7px;
    color: white;
}

.navbar-brand-label > img {
    height: 50px;
}

.navbar-nav > li > a.nav-icon {
    padding-bottom: 10px;
}

.background-color-restaurant-menu-cycles-list {
    background-color: #FAFAFA;
}

.nav-profile {
    display: inline-block;
    /*vertical-align: top;*/
    vertical-align: 15%;
    padding-top: 2px;
}

.vmiddle {
    vertical-align: middle !important;
}

.caret {
    vertical-align: top;
    margin: 9px 0 0 5px;
}

.align-top {
    vertical-align: top;
}

@media (max-width: 767px) {
    .nav-notification {
        top: 0;
        right: -4px;
    }
}
/*Landing Page*/
.text-bold {
    font-weight: bold;
}

.task-data {
    text-align: right;
    font-size: .85em;
}

.view-all {
    padding: 10px 15px;
}

.border-default {
    border: 1px solid #ddd;
}

#outstanding-task {
    background-color: #1fbf1f;
    color: white;
    padding-left: 2px;
    padding-right: 2px;
    float: right;
    opacity: 0.8;
}

.panel-task {
    min-height: 20px;
    padding: 15px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: black;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}

#carousel-item > .carousel-control > .glyphicon {
    top: 0;
    margin-top: 0;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    font-size: 20px;
}

.carousel-control:hover, .carousel-control:focus {
    color: black;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}

a:active, a:hover {
    outline: none;
}

.panel-total-number-percent {
    font-size: 27px;
    color: #1fbf1f;
}

.panel-total-number {
    font-size: 30px;
}

.panel-total-number-pop-up {
    font-size: 21px;
}

.word-break-all {
    -moz-word-break: break-all;
    -o-word-break: break-all;
    word-break: break-all;
    overflow: hidden;
}

.word-break-all-without-hidden {
    -moz-word-break: break-all;
    -o-word-break: break-all;
    word-break: break-all;
}

.overflow-wrap-break-word {
    overflow-wrap: break-word;
    overflow: hidden;
}

.overflow-wrap-break-word-without-hidden {
    overflow-wrap: break-word;
}

.break-word {
    word-wrap: break-word
}

.recipe-details-header-close {
    float: right;
    margin-top: 0;
}

.recipe-details-header-radio {
    padding-top: 15px;
    text-align: left;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0;
    }

    .employess-chart-three-legends-size--sm-lg {
        height: 172px;
    }

    .padding-top-sm--sm-lg {
        padding-top: 10px !important;
    }

    .padding-top-lg--sm-lg {
        padding-top: 20px;
    }

    .margin-left-xs--sm-lg {
        margin-left: 10px;
    }

    .float-right-sm-lg {
        float: right;
    }

    .text-right--sm-lg {
        text-align: right;
    }

    .amount-width--sm-lg {
        width: 91px;
    }

    .width-four-number-input--sm-lg {
        width: 62px;
    }

    .width-five-number-input--sm-lg {
        width: 70px;
    }

    .nullable-padding-left--sm-lg {
        padding-left: 0;
    }

    .nullable-padding-right--sm-lg {
        padding-right: 0;
    }

    .xs-margin-botton--sm-lg {
        margin-bottom: 5px;
    }

    .xs-padding-left--sm-lg {
        padding-left: 5px;
    }

    .xs-padding-right--sm-lg {
        padding-right: 5px;
    }

    .md-padding-right--sm-lg {
        padding-right: 15px;
    }

    .ingredient-unit-type-width--sm-lg {
        width: 60px;
    }
}

@media (min-width: 768px) {
    .recipe-details-header-radio {
        padding-top: 10px;
        text-align: right;
    }

    .nullable-left-padding-for-circlebutton {
        padding-left: 0;
    }
}

.nav-dropdown-menu-triangle {
    left: -48px;
    margin-top: 15px;
    border-radius: 5px;
    padding: 15px 0;
    min-width: 312px !important;
}

    .nav-dropdown-menu-triangle li {
        width: 100px !important;
        display: inline-block !important;
    }

        .nav-dropdown-menu-triangle li a {
            text-align: center;
        }

    .nav-dropdown-menu-triangle:after, .nav-dropdown-menu-triangle:before {
        content: "";
        position: absolute;
        border: solid transparent;
        width: 0;
        bottom: 100%;
        left: 64%;
    }

    .nav-dropdown-menu-triangle:before {
        border-bottom-color: rgb(0, 0, 0);
        border-width: 12px;
    }

    .nav-dropdown-menu-triangle:after {
        border-bottom-color: #fff;
        border-width: 12px;
    }

    .nav-dropdown-menu-triangle i {
        padding: 0 10px 0 5px;
        font-size: 20px;
    }

li .nav-dropdown-menu-triangle {
    right: -76px !important;
    left: auto !important;
    top: 55px;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.nav-dropdown-menu-triangle i {
    font-size: 30px;
}

.nav-dropdown-menu-triangle > li > a:hover {
    background-color: transparent;
}

.nav-dropdown-menu-triangle i {
    padding: 0 10px 0 5px;
    font-size: 20px;
}

li .nav-dropdown-menu-triangle.fcw-nav-dropdown {
    right: -3px !important;
}

.nav-dropdown-menu-triangle.fcw-nav-dropdown {
    min-width: 100px !important;
}

/*Food*/
.header-food {
    margin-top: 0;
}

.table-padding-top {
    padding-top: 10px;
}

.food-second-col-left-padding {
    padding-left: 20px;
}

.click-item {
    -webkit-user-select: none;
    cursor: pointer;
}

.padding-left-7 {
    padding-left: 7px;
}

/*Food Details*/

.word-break-food-details {
    -moz-word-break: break-all;
    -o-word-break: break-all;
    word-break: break-all;
}

/*.nutrition-list .panel-task .row,
.nutrition-details .panel-task .row {
    line-height: 2.0;
}*/

.nutrition-list .panel .row,
.nutrition-details .panel .row {
    line-height: 2.0;
}

.add-food-item .panel-task .row {
    line-height: 2.0;
}

.nutritional-value {
    text-align: right;
    padding-right: 0;
    padding-left: 0;
    font-weight: bold;
}

.per-nutritional {
    font-weight: 800;
    font-size: 13px;
}

.nutritional-si {
    padding-left: 10px;
}

.add-food-item .panel-task .row:not(:first-child) > div:first-child, .nutrition-details .panel-task .row:not(:first-child) {
    padding-left: 20px;
}

.nutrition-list .panel-task, .nutrition-details .panel-task {
    padding-left: 25px;
    padding-right: 25px;
}

.nutrition-list {
    padding-bottom: 30px;
}

.add-food-item .panel-task, .nutrition-details .panel-task {
    padding-left: 25px;
    padding-right: 25px;
}

.create-field-item .row {
    padding-left: 30px;
}

.nutrition-details > .row {
    padding-bottom: 30px;
}

.highlighted {
    background-color: rgba(255, 182, 193, 0.62);
}

.highlighted-amber {
    background-color: #FFE4B5;
}

.none-left-padding {
    padding-left: 0;
}

.delet-left-margin {
    margin-left: 0;
}

@media screen and (max-width: 1000px) {
    .checkbox-media {
        padding-left: 25px;
    }
}

.pop-up-width {
    width: 705px;
}

@media screen and (min-width: 992px) {
    .left-grey-border {
        border-left: 1.5px grey solid;
    }
}

@media screen and (max-width: 770px) {
    .paginatiom-pull-right {
        text-align: right;
    }
}

@media screen and (max-width: 767px) { /*769*/
    .paginatiom-pull-center {
        text-align: center;
    }

    .color-white-xs {
        color: white !important;
    }

    .padding-bottom-xs--xs {
        padding-bottom: 5px;
    }

    .client-details-chart--xs {
        height: 170px;
    }

    .pop-up-width {
        width: 98%;
    }

    .pull-center-pop-up {
        align-content: center;
    }
}

.nutrition-fields {
    padding-left: 20px;
}

.add-food-panel {
    margin-bottom: 30px;
}

.margin-top-sm {
    margin-top: 10px;
}

.margin-top-md {
    margin-top: 15px;
}

.margin-top-bottom-sm {
    margin-bottom: 10px;
    margin-top: 10px;
}

.padding-sm {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.padding-sm-all {
    padding: 5px;
}

.padding-right-sm {
    padding-right: 5px
}

.padding-sm-top-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-sm-top-bottom-important {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.padding-top-sm {
    padding-top: 10px;
}

.padding-xs-top-bottom {
    padding-top: 5px;
    padding-bottom: 5px;
}

.padding-md-top-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
}

.padding-xs-top-bottom {
    padding-top: 5px;
    padding-bottom: 5px;
}

.padding-md {
    padding-left: 10px;
    padding-right: 10px;
}

.padding-right-left-sm-important {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.recipe-traffic-light-dashboard {
    width: 109px;
}

.nullable-padding-left-right {
    padding-left: 0;
    padding-right: 0;
}

.nullable-padding-left-right-important {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.nullable-padding-top-bottom {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.padding-lg {
    padding-left: 20px;
    padding-right: 20px;
}

.padding-right-lg {
    padding-right: 20px;
}

.padding-left-right-md {
    padding-left: 15px;
    padding-right: 15px;
}

.padding-bottom-sm {
    padding-bottom: 10px;
}

.margin-bottom-lg {
    margin-bottom: 20px;
}

.no-resize {
    resize: none;
}


.link-like-btn {
    padding: 7px 12px;
}

/*Food Details*/
.food-details-title {
    font-size: 24px;
    margin-bottom: 10px;
    display: inline-block;
}

.food-details-setting {
    font-size: 24px;
    color: #7b7b76;
}

    .food-details-setting:hover, .food-details-setting:active {
        color: black;
        cursor: pointer;
    }

.nullable-margin-top {
    margin-top: 0;
}

.nullable-margin-bottom {
    margin-bottom: 0;
}

.nullable-margin-bottom-important {
    margin-bottom: 0 !important;
}

.nullable-top-bottom-margin {
    margin-bottom: 0;
    margin-top: 0;
}

.nullable-padding-left {
    padding-left: 0 !important;
}

.nullable-padding {
    padding: 0;
}

.nullable-padding-top {
    padding-top: 0 !important;
}

.padding-left-md-important {
    padding-left: 15px !important;
}

.xs-margin-top {
    margin-top: 5px;
}

.food-details-dropdown {
    position: relative;
    display: inline-block;
    padding-left: 5px;
}

.cooking-method-dropdown {
    left: -162px !important;
    min-width: 195px !important;
}

.cooking-method-dropdown-triangle {
    left: -48px;
    margin-top: 15px;
    border-radius: 5px;
    padding: 15px 0;
    border-radius: 5px !important;
    margin-top: 10px !important;
    top: 95%;
}

    .cooking-method-dropdown-triangle:after, .cooking-method-dropdown-triangle:before {
        content: "";
        position: absolute;
        border: solid transparent;
        width: 0;
        bottom: 100%;
        left: 82%;
    }

    .cooking-method-dropdown-triangle:before {
        border-bottom-color: rgb(0, 0, 0);
        border-width: 12px;
    }

    .cooking-method-dropdown-triangle:after {
        border-bottom-color: #fff;
        border-width: 12px;
    }

.dropdown-menu-triangle {
    left: -48px;
    margin-top: 15px;
    border-radius: 5px;
    padding: 15px 0;
}

.triangle-linked-recipes {
    left: -70px;
}

.dropdown-menu-triangle:after, .dropdown-menu-triangle:before {
    content: "";
    position: absolute;
    border: solid transparent;
    width: 0;
    bottom: 100%;
    left: 43%;
}

.dropdown-menu-triangle, .dropdown-menu-triangle-profile {
    border-radius: 5px !important;
    margin-top: 10px !important;
    top: 95%;
}

.dropdown-menu-client-task-aligment {
    left: -84%;
}

.dropdown-menu-triangle-profile:after, .dropdown-menu-triangle-profile:before {
    content: "";
    position: absolute;
    border: solid transparent;
    width: 0;
    bottom: 100%;
    left: 60%;
}

.dropdown-menu-triangle-workbrench {
    left: -205px;
    margin-top: 12px;
    border-radius: 5px;
    padding: 10px 0;
}

    .dropdown-menu-triangle-workbrench:after, .dropdown-menu-triangle-workbrench:before {
        content: "";
        position: absolute;
        border: solid transparent;
        width: 0;
        bottom: 100%;
        left: 83%;
    }

.dropdown-menu-triangle-employees-client {
    left: -205px;
    margin-top: 12px;
    border-radius: 5px;
    padding: 10px 0;
}

    .dropdown-menu-triangle-employees-client:after, .dropdown-menu-triangle-employees-client:before {
        content: "";
        position: absolute;
        border: solid transparent;
        width: 0;
        bottom: 100%;
        left: 83%;
    }


.dropdown-menu-triangle-fast-entry-workbrench {
    left: -262px;
    margin-top: 12px;
    border-radius: 5px;
    padding: 10px 0;
}

    .dropdown-menu-triangle-fast-entry-workbrench:after, .dropdown-menu-triangle-fast-entry-workbrench:before {
        content: "";
        position: absolute;
        border: solid transparent;
        width: 0;
        bottom: 100%;
        left: 83%;
    }

.dropdown-menu-triangle:before {
    border-bottom-color: rgb(0, 0, 0);
    border-width: 12px;
}

.dropdown-menu-triangle:after {
    border-bottom-color: #fff;
    border-width: 12px;
}



.dropdown-menu-triangle i {
    padding: 0 10px 0 5px;
    font-size: 20px;
}


.dropdown-menu {
    min-width: 115px;
}

.panel-task-top {
    margin-top: 10px;
}

.screen-height {
    /*min-height: 884px;*/
    min-height: 91vh;
}

.dash-score-icon {
    width: 27px;
    height: 27px;
    background-color: #80ff80;
    border-radius: 5px;
    text-align: center;
    margin-top: 3px;
}

.autocomplete-dropdown {
    background: white;
    height: auto;
    position: absolute;
    width: 95%;
    border: 1px solid lightgrey;
    z-index: 3;
}

    .autocomplete-dropdown ul {
        padding: 0;
        background: white;
    }

    .autocomplete-dropdown li {
        line-height: 2.0;
        cursor: pointer;
        padding-left: 20px;
    }

        .autocomplete-dropdown li a:hover {
            text-decoration: none;
        }

        .autocomplete-dropdown li:hover {
            cursor: pointer;
            background-color: rgba(236, 236, 236, 0.55);
            padding-left: 30px;
        }

.cood-details-dropdown.open .food-details-setting {
    color: #222;
}

.ng-valid[required], .ng-valid.required {
    border-left: 5px solid #42A948; /* green */
}

input.ng-invalid {
    border-left: 5px solid #a94442; /* red */
}

select.ng-invalid {
    border-left: 5px solid #a94442; /* red */
}

.green-left-border {
    border-left: 5px solid #42A948;
}

.red-left-border {
    border-left: 5px solid #a94442;
}

.details-filters-block {
    padding-top: 12px;
    min-height: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    margin: 0;
}

.details-header-table {
    padding-top: 12px;
    min-height: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.pagin-page-size {
    max-height: 30px;
    padding: 3px 10px;
}

.nullable-right-padding {
    padding-right: 0;
}

.nullable-left-padding {
    padding-left: 0;
}

.nullable-margin-right {
    margin-right: 0;
}

.margin-right-xs {
    margin-right: 5px;
}

.padding-left-sm {
    padding-left: 10px;
}

.padding-right-sm {
    padding-right: 10px;
}

.padding-left-xs {
    padding-left: 5px;
}

.data-sourced {
    padding-left: 0;
    padding-bottom: 15px;
}

.padding-top-bottom-for-caterer-contact {
    padding-bottom: 20px;
}

@media (max-width: 991px) {
    .checkbox {
        padding-left: 15px;
    }

    .demographics-row-top-padding--xs-lg {
        padding-top: 10px;
    }

    .nullable-margin-left--sx-sm {
        margin-left: 0;
    }

    .dropdown-menu-triangle-cycles-right--xs-sm {
        left: -199px;
        margin-top: 12px;
        border-radius: 5px;
        padding: 10px 0;
    }

        .dropdown-menu-triangle-cycles-right--xs-sm:after, .dropdown-menu-triangle-cycles-right--xs-sm:before {
            content: "";
            position: absolute;
            width: 0;
            bottom: 100%;
            left: 83%;
        }

    .traffic-light-cycles-dropdown-right--xs-sm {
        left: -229px;
        top: 15px;
        white-space: nowrap;
        padding: 10px 20px;
        -moz-min-width: 275px;
        -ms-min-width: 275px;
        -o-min-width: 275px;
        -webkit-min-width: 275px;
        min-width: 275px;
    }

    .padding-top-bottom-for-caterer-contact {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.menu-cycles-margin-botton {
    margin-bottom: 165px;
}

.menu-cycles-nutrition-dropdown-width {
    width: 275px;
}

.details-filters-block > div:first-child {
    padding-bottom: 15px;
}

.text-warning-delete-popup {
    color: black;
}

.display-inline {
    display: inline-block;
}

.fcw-details-line-height {
    line-height: 0.8;
}

.trafic-light-ambar {
    background-color: #ffa500;
    /*padding: 15px;*/ /*10px;*/
    padding-bottom: 4px;
    margin-right: 0;
    margin-left: 0;
}

.trafic-light-green {
    background-color: #67C96B;
    padding: 15px 5px 15px 5px; /*0 20px;*/
    margin-right: 0;
    margin-left: 0;
}

.trafic-light-red {
    background-color: #f53d3d;
    padding: 15px; /*0 20px;*/
    margin-right: 0;
    margin-left: 0;
}

.trafic-light-header {
    padding: 15px 5px 20px;
}

.trafic-light-title {
    font-size: 18px;
    padding: 5px 29px 15px;
}

.trafic-light-right-padding {
    padding: 0 30px;
}

.jurisdiction-setting-currency {
    padding: 5px 0 40px;
}

.jurisdiction-block-padding {
    padding: 20px;
}

.jurisdiction-setting {
    padding-bottom: 30px;
}

.jurisdiction-input-name {
    height: 45px;
    font-size: 20px;
}

.pull-center {
    text-align: center !important;
}

.jurisdiction-setting-currency-details {
    padding: 5px 40px;
}

.jurisdiction-currency-symbol {
    padding-top: 5px;
}

/*jurisdiction details*/

.trafic-light-ambar-details {
    background-color: #FFA500;
    padding: 15px 10px 20px 10px;
    margin-right: 0;
    margin-left: 0;
}

.pull-center {
    text-align: center;
}

@media screen and (max-width: 640px) {
    .delete-left-padding {
        padding: 0;
    }
}

.pointer {
    cursor: pointer;
}

.not-allowed {
    cursor: not-allowed
}

.padding-none {
    padding-left: 0;
    padding-right: 0;
}

.right-left-padding-jur-deteils {
    padding-left: 5px;
    padding-right: 5px;
}

.delete-icon {
    color: black;
    font-size: 17px;
}

    .delete-icon:hover {
        color: #337ab7;
    }

.jurisdiction-input-name {
    height: 45px;
    font-size: 20px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.display-inline-fcw {
    display: inline;
}

.display-inline-block-fcw {
    display: inline-block;
}

/*edit profile*/

.margin-for-edit-profile {
    margin: 30px 100px;
}

.padding-for-edit-profile {
    padding-right: 100px;
    padding-left: 100px;
}

@media screen and (max-width: 1000px) {
    .margin-for-edit-profile {
        margin: 30px 40px;
    }
}

@media screen and (max-width: 750px) {
    .padding-for-edit-profile {
        padding-right: 50px;
        padding-left: 50px;
    }
}

@media screen and (max-width: 500px) {
    .padding-for-edit-profile {
        padding-right: 0;
        padding-left: 0;
    }

    .margin-for-edit-profile {
        margin: 0;
    }
}

.complete-selected {
    background-color: rgba(236, 236, 236, 0.55);
    padding-left: 30px;
}

.input-login {
    height: 45px;
}

.input-lable {
    width: 45px;
}

.dropdown-menu > li > .text-color-warning {
    color: #b22222;
}

@media (max-width: 767px) {
    .float-left-xs {
        float: left;
    }

    .nullable-padding-left-right--xs {
        padding-left: 0;
        padding-right: 0;
    }

    .circle--xs {
        width: 70%;
        border-radius: 50%;
        font-size: 15px;
        color: #fff;
        line-height: 70px;
        text-align: center;
    }

    .float-right-xs {
        float: right;
    }

    .trafic-light-right-padding > div:first-child {
        display: none;
    }

    .none-table-headers {
        display: none;
    }

    .padding-top-sm-xs {
        padding-top: 15px;
    }
}

.fcw-login-form {
    margin-bottom: 15px;
}

.fcw-login-register-row {
    padding-top: 20px;
    border-top: 1px solid #dddddd;
    margin-bottom: 15px;
}

.fc-link-color {
    color: #00CCB8;
}

.fcw-login-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    margin-top: 10%;
    padding: 10px 20px;
}

.unit-input-size {
    width: 67px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.padding-right-md {
    padding-right: 15px;
}

.padding-bottom-md {
    padding-bottom: 15px;
}

@media(max-width: 991px) {
    .padding-bottom-input-md {
        padding-bottom: 15px;
    }
}

.padding-bottom-xs {
    padding-bottom: 5px;
}

.padding-top-xs {
    padding-top: 5px;
}

.padding-top-xs-important {
    padding-top: 5px !important;
}

.padding-left-lg {
    padding-left: 20px;
}

.padding-left-md {
    padding-left: 15px;
}

md-imp {
    padding-left: 15px !important;
}

.on-boarding {
    color: black;
    font-size: 16px;
}

.panel-task-coral {
    height: auto;
    /*min-height: 20px;*/
    /*padding: 7px 18px 3px;*/
    background-color: #b7d3fa;
    border: 1px solid #b7d3fa;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-task-white {
    height: auto;
    /*min-height: 20px;*/
    padding: 15px;
    background-color: white;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-task-height {
    height: 152px;
}

@media(max-width: 767px) {
    .top-padding-sm-screen {
        padding-top: 20px;
    }

    .panel-task-height {
        height: auto;
    }
}

.nullable-margin-right-left {
    margin-left: 0;
    margin-right: 0;
}

.title-lg {
    font-weight: bold;
    font-size: 20px;
}

.client-details-title {
    font-size: 35px;
}

.task-status {
    background-color: #1fbf1f;
    color: white;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
    opacity: 0.8;
}

.task-status-ambar {
    background-color: #ffbf00;
    margin-right: 0;
    margin-left: 0;
}

.task-status-green {
    background-color: lightgreen;
    margin-right: 0;
    margin-left: 0;
}

.task-status-red {
    background-color: lightcoral;
    margin-right: 0px;
    margin-left: 0px;
}

.client-header-table {
    padding-top: 12px;
    min-height: 20px;
    background-color: #bec5cc;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.background-white {
    background-color: white;
}

.cut-text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.hover-element .visibility-element {
    visibility: hidden;
}

.hover-element:hover .visibility-element {
    visibility: visible;
}

.add-to-group-icon {
    display: none;
}

.recipes-list:hover .add-to-group-icon {
    display: block;
}

.right-grey-border {
    border-left: 1.5px grey solid;
}

@media screen and (max-width: 546px) {
    .word-break {
        -moz-word-break: break-all;
        -o-word-break: break-all;
        word-break: break-all;
        overflow: hidden;
    }
}

@media screen and (min-width: 768px) {
    .recipe-items-blocs {
        width: 20%;
    }
}

.padding-top-lg {
    padding-top: 20px;
}

.padding-bottom-lg {
    padding-bottom: 20px;
}

.padding-top-bottom-lg {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-top-xlg {
    padding-top: 25px;
}

.margin-top-xlg {
    margin-top: 25px;
}

.padding-top-md {
    padding-top: 15px;
}

.margin-top-lg {
    margin-top: 20px;
}

.max-width {
    width: 100%;
}

.input-icon-right {
    overflow: hidden;
    padding-right: 15px;
}

.block-relative {
    position: relative;
}

.datepicker-absolute, .datepicker-absolute-task {
    background: #e3e3e3;
    right: 54px;
    top: 35px;
    position: absolute;
    z-index: 3;
}

.datepicker-absolute-task {
    right: -145px;
}

.margin-left-xs {
    margin-left: 10px;
}

.inline-text-margin {
    margin-left: 5px !important;
}

.margin-left-md {
    margin-left: 15px;
}

.margin-right-md {
    margin-right: 10px;
}

.margin-right-lg {
    margin-right: 15px;
}

.margin-bottom-sm {
    margin-bottom: 10px;
}

.margin-bottom-xs {
    margin-bottom: 5px;
}

.circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    line-height: 70px;
    text-align: center;
}

.circle-small {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    line-height: 45px;
    text-align: center;
}

.background-amber {
    background: #FFA500;
}

.background-green-task {
    background: #93c47d;
}

.background-yellow {
    background-color: yellow;
}

.background-red {
    background: #f53d3d;
}

.color-amber {
    color: #ffbf00;
}

.color-lightcoral {
    color: lightcoral;
}

.color-green {
    color: green;
}

.traffic-light-image-small-amber {
    color: #FFA500;
    font-size: 16px;
}

.traffic-light-image-small-lightcoral {
    color: #f53d3d;
    font-size: 16px;
}

.traffic-light-image-small-green {
    color: #67C96B;
    font-size: 16px;
}

.padding-top-forty {
    padding-top: 40px;
}

.margin-triple {
    margin: 3px;
}

.two-headed-green-arrow {
    color: green;
}

.background-green {
    background: #67C96B;
}

.large-fa-check-green {
    color: #67C96B;
    font-size: -webkit-xxx-large;
}

.large-fa-close-red {
    color: #f53d3d;
    font-size: -webkit-xxx-large;
}

.large-fa-question-light-grey {
    color: lightgray;
    font-size: -webkit-xxx-large;
}

.color-blue {
    color: #337ab7;
}

.color-lightgray {
    color: lightgray;
}

.panel-default > .traffic-light-blue-header {
    background-color: #337ab7;
    margin: 5px 5px 5px 5px;
    padding: 15px 10px;
    height: 70px;
}

.traffic-light-font-header {
    color: white;
    font-weight: bold;
}

.traffic-light-body-height {
    height: 115px;
}

.recipe-per-serving-height {
    min-height: 370px;
}

.recipe-allergens-height {
    min-height: 370px;
}

@media(min-width:576px) {
    .recipe-traffic-alergens-height {
        min-height: 0;
    }
}

@media(min-width:768px) {
    .recipe-traffic-alergens-height {
        min-height: 465px;
    }
}

@media(min-width:992px) {
    .recipe-traffic-alergens-height {
        min-height: 320px;
    }

    .nullable-left-padding--md-lg {
        padding-left: 0;
    }
}

.recipe-traffic-top-padding {
    padding-top: 35px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .recipe-allergens-height {
        min-height: 515px;
    }

    .text-left-sm {
        text-align: left !important;
    }

    .circle-sm {
        width: 70px;
        border-radius: 50%;
        font-size: 15px;
        color: #fff;
        line-height: 70px;
        text-align: center;
    }

    .employess-chart-size--sm {
        height: 190px;
    }

    .client-details-chart-three-legend--sm {
        height: 210px;
    }
}

.line-height-for-nutrition-details {
    line-height: 2.0;
}

.margin-bottom-remove {
    margin-bottom: 0;
}

.recipe-detail-label-align {
    text-align: right;
}

@media (max-width: 768px) {
    .recipe-detail-label-align {
        text-align: left;
    }

    .add-padding-top-for-popup-button {
        padding-top: 15px;
        text-align: center;
    }

    .add-padding-righ-xs-popup {
        padding-right: 15px !important;
    }

    .xs-pull-left {
        float: right;
    }
}

.add-recipe-text-height {
    line-height: 2.5;
}

.nullable-bottom-padding {
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .form-horizontal .control-label-left {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: left;
    }
}

.ingredient-delete-icon {
    display: none;
}

.descr-fat {
    display: none;
    margin-left: -40px;
    margin-top: 17px;
    background: #fff;
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.3);
    box-shadow: 0 5px 5px rgba(0,0,0,0.3);
}

.trafic-light-dropdown:hover .descr-fat {
    display: block;
    position: absolute;
    top: 85px;
    z-index: 9999;
    width: 300px;
}

.li-none-style {
    list-style-type: none;
}

.border-traficlight-dropdown {
    border: 1px solid #c5c5c5;
    border-width: 1px;
}

.block-display {
    display: block;
}

.ingredient-row:hover .ingredient-delete-icon {
    display: block;
    line-height: 2.0;
    cursor: pointer;
}

@media (max-width: 459px) {
    .recipe-details-header-close {
        float: left;
        margin-top: 10px;
    }
}

.padding-left-nullable {
    padding-left: 0;
}

@media (min-width: 1200px) {
    .padding-left-nullable--lg {
        padding-left: 0;
    }

    .padding-right-nullable--lg {
        padding-right: 0;
    }

    .padding-side-nullable--lg {
        padding-left: 0;
        padding-right: 0;
    }

    .padding-right-xs--lg {
        padding-right: 5px;
    }

    .padding-left-sm--lg {
        padding-left: 10px;
    }

    .padding-right-sm--lg {
        padding-right: 10px;
    }

    .padding-right-md--lg {
        padding-right: 15px;
    }

    .padding-left-lg--lg {
        padding-left: 20px;
    }

    .padding-right-lg--lg {
        padding-right: 20px;
    }

    .padding-right-xl--lg {
        padding-right: 25px;
    }

    .padding-left-30--lg {
        padding-left: 30px;
    }

    .padding-right-30--lg {
        padding-right: 30px;
    }

    .padding-bottom-workbench-table {
        padding-bottom: 40px;
    }

    .xl-padding-left--lg {
        padding-left: 30px;
    }

    .xs-padding-left--lg {
        padding-left: 5px;
    }

    .recipe-traffic-light-dashboard--lg {
        width: 109px;
    }

    .circle--lg {
        width: 70px;
        border-radius: 50%;
        font-size: 15px;
        color: #fff;
        line-height: 70px;
        text-align: center;
    }

    .float-right--lg {
        float: right;
    }
}

.client-details-chart-size {
    height: 190px;
    width: 190px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .dropdown-menu-position-in-recipe-details {
        left: 0;
    }

    .nullable-padding-left--sm-md {
        padding-left: 0;
    }

    .nullable-padding-right--sm-md {
        padding-right: 0;
    }

    .float-right--sm-md {
        float: right;
    }

    .nullable-padding-left--sm-md {
        padding-left: 0;
    }

    .padding-top-md--sm-md{
        padding-top: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .float-right--md {
        float: right;
    }

    .circle-md {
        width: 70px;
        border-radius: 50%;
        font-size: 15px;
        color: #fff;
        line-height: 70px;
        text-align: center;
    }

    .recipe-traffic-light-dashboard--md-lg {
        width: 89px;
    }

    .ingredient-name-input-width {
        width: 335px;
    }

    .nullable-padding-right--md {
        padding-right: 0;
    }
}

@media (min-width: 715px) and (max-width: 767px) {
    .dropdown-menu-position-in-recipe-details {
        left: 65px;
    }
}

@media (min-width: 600px) and (max-width: 714px) {
    .dropdown-menu-position-in-recipe-details {
        left: 15px;
    }
}

.line-height-2-5 {
    line-height: 2.5;
}

.nav-bar-search-height {
    height: 35px;
}

.btn-circle {
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 0;
    font-size: 20px;
    line-height: 1;
    border-radius: 30px;
}

.dropdown-ingredient-size {
    max-height: 30px;
    height: 34px;
    border: 0;
}

.action-button-bottom {
    padding: 0 15px 15px 15px;
}

.font-size-mini-traficlight {
    font-size: 11px;
}

.text-weight-normal {
    font-weight: normal;
}

.border-top-classic {
    border-top: 2px solid;
}

.border-bottom-classic {
    border-bottom: 2px solid;
}

@media (min-width: 992px) {
    .padding-xs--md {
        padding-left: 5px;
        padding-right: 5px;
    }

    .client-details-chart--md-lg {
        height: 170px;
    }

    .client-details-chart-three-legend--md-lg {
        height: 190px;
    }

    .demographics-row-top-padding--lg {
        padding-top: 25px;
    }

    .pull-center--md-lg {
        text-align: center;
    }
}

.margin-left-right-auto {
    margin-left: auto;
    margin-right: auto;
}

.ninety-six-width {
    width: 96%;
}


.autocomplete-width {
    width: 80%;
}

.cross-text {
    text-decoration: line-through;
}

.text-underline {
    text-decoration: underline;
}

.color-grey {
    color: grey;
}

.recipe-workbrench-action {
    float: right;
    position: relative;
}

    .recipe-workbrench-action button {
        width: 219px;
    }

        .recipe-workbrench-action button .caret {
            float: right;
        }

.flex-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: baseline;
    -o-align-items: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
}

    .flex-box i {
        padding: 0 10px;
    }

.flex-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
}

.flex-align-item-baseline {
    align-items: baseline;
}

.flex-align-item-center {
    align-items: center;
}

.flex-col {
    flex: 1 auto;
    display: flex;
}

.flex-panel {
    flex: 1 0 100%;
}

.relative {
    position: relative;
}


.margin-left-lg {
    margin-left: 20px;
}

.tabs-left, .tabs-right {
    border-bottom: none;
    padding-top: 2px;
}

.tabs-left {
    border-right: 1px solid #ddd;
}

.tabs-right {
    border-left: 1px solid #ddd;
}

    .tabs-left > li, .tabs-right > li {
        float: none;
        margin-bottom: 2px;
    }

.tabs-left > li {
    margin-right: -1px;
}

.tabs-right > li {
    margin-left: -1px;
}

.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
}

.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
    border-bottom: 1px solid #ddd;
    border-left-color: transparent;
}

.tabs-left > li > a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block;
}

.tabs-right > li > a {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
}

.sideways {
    margin-top: 50px;
    border: none;
    position: relative;
}

    .sideways > li {
        height: 20px;
        width: 120px;
        margin-bottom: 100px;
    }

        .sideways > li > a {
            border-bottom: 1px solid #ddd;
            border-right-color: transparent;
            text-align: center;
            border-radius: 4px 4px 0 0;
        }

        .sideways > li.active > a,
        .sideways > li.active > a:hover,
        .sideways > li.active > a:focus {
            border-bottom-color: transparent;
            border-right-color: #ddd;
            border-left-color: #ddd;
        }

    .sideways.tabs-left {
        left: -50px;
    }

    .sideways.tabs-right {
        right: -50px;
    }

        .sideways.tabs-right > li {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .sideways.tabs-left > li {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

.tab-right-border-none {
    border-right: 0;
}

.open-original-image {
    position: absolute;
    opacity: 0.8;
    background-color: black;
    padding: 10px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    bottom: 16px;
    left: 35%;
}

.photo-slider-width {
    width: 550px;
}

.resize-vertical {
    resize: vertical;
}

.padding-top-eight {
    padding-top: 8px;
}

div.disabled {
    pointer-events: none;
    opacity: 0.5;
}


.ul-without-style {
    list-style-type: none;
    padding-left: 10px;
}

    .ul-without-style li {
        padding-bottom: 10px;
    }

div.upload {
    overflow: hidden;
    /*height: 34px;*/
    position: relative;
}

    div.upload input {
        display: block !important;
        opacity: 0 !important;
        overflow: hidden !important;
        /*width: 100%;*/
        height: 34px;
        position: absolute;
        top: 0;
        right: 0;
    }

    div.upload span {
        color: #000;
    }

.btn-width-default {
    width: 112px;
}


.autocomplete-input {
    box-shadow: none !important;
}

.list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.list-item {
    display: -webkit-flex;
    display: -ms-flexbox;
}

.icon-plus-product {
    margin-top: 26px;
    color: #337ab7;
}


.description-heigth {
    height: 100px;
}

.vertical-scroll {
    overflow-y: auto;
}

.href-color {
    color: #23527c;
}


.color-white {
    color: white !important;
}

.background-color-chery-red {
    background: #c50f0f;
}

.border-radius-xs {
    border-radius: 5px;
}

.padding-xs {
    padding: 5px;
}

.padding-xs-important {
    padding: 5px !important;
}

.dropdown-menu-width {
    min-width: 220px;
}

.margin-auto {
    margin: auto;
}

.photo-modal {
    background-color: rgba(0,0,0,0.4);
    border: none;
    box-shadow: none;
}

.photo-modal-width {
    width: 85%;
}

.photo-modal-min-height {
    min-height: 880px;
}

.edit-caterer-adress-height {
    height: 110px !important;
}

.image-upload > input {
    display: none;
}

.image-size {
    width: 150px !important;
    height: 100px !important;
}

.bottom-padding-ingredient-table {
    padding-bottom: 12px;
}

.overflow-auto {
    overflow-x: auto;
}

@media (max-width: 1200px) {
    .dropdown-menu-triangle-workbrench {
        left: -250px;
        margin-top: -48px;
        border-radius: 5px;
        padding: 10px 0;
    }

        .dropdown-menu-triangle-workbrench:after, .dropdown-menu-triangle-workbrench:before {
            content: "";
            position: absolute;
            width: 0;
            bottom: 65%;
            left: 100%;
            transform: rotate(90deg);
        }
}

.dropdown-text-color {
    color: #444;
}

.transform-upside-down {
    transform: rotate(180deg);
}

.info-label {
    display: inline;
    padding: 0.5em .7em 0.5em;
    font-weight: 300;
    line-height: 1;
    color: #333;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    border: 1px solid grey;
    font-size: 16px;
}

@media(min-width: 992px) {
    .col5 {
        width: 20%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.text-rigt {
    text-align: right;
}

.pagination-fcw div {
    border: 1px solid #ddd;
    text-align: center;
    padding: 3px;
}

    .pagination-fcw div:not(.week-display):hover {
        cursor: pointer;
        background: #eeeeee;
    }

.week-display {
    background-color: lavender;
}

.pagination-fcw div i {
    color: #337ab7;
}


.pagination-fcw div:nth-child(2) {
    font-size: 14px;
}

.pagination-block {
    line-height: 2.2;
}

    .pagination-block > div:nth-child(2) {
        line-height: 2.7;
    }

.menu-cycle-dashboard > div {
    min-height: 180px;
}

a.disabled {
    color: gray;
    cursor: not-allowed;
    text-decoration: none;
}

.panel-task-coral > div:first-child {
    padding: 0 18px;
}

@media (min-width: 992px) {
    .dropdown-menu-triangle-cycles-right--md-lg {
        left: -199px;
        margin-top: 12px;
        border-radius: 5px;
        padding: 10px 0;
    }

        .dropdown-menu-triangle-cycles-right--md-lg:after, .dropdown-menu-triangle-cycles-right--md-lg:before {
            content: "";
            position: absolute;
            /*border: solid transparent;*/
            width: 0;
            bottom: 100%;
            left: 83%;
        }

    .traffic-light-cycles-dropdown-right--md-lg {
        left: -229px;
        top: 15px;
        white-space: nowrap;
        padding: 10px 20px;
        -moz-min-width: 275px;
        -ms-min-width: 275px;
        -o-min-width: 275px;
        -webkit-min-width: 275px;
        min-width: 275px;
    }

    .traffic-light-cycles-dropdown-center--md-lg {
        left: -120px;
        top: 15px;
        white-space: nowrap;
        padding: 10px 20px;
        -moz-min-width: 275px;
        -ms-min-width: 275px;
        -o-min-width: 275px;
        -webkit-min-width: 275px;
        min-width: 275px;
    }
}



.color-green {
    color: green;
}

.color-red {
    color: red;
}

.color-red-important {
    color: red !important;
}

.dash-score-icon-small-green {
    color: green;
    font-size: 16px;
}

.move-left-seventy-five {
    left: -50px;
}

.dash-score-icon-small-lightcoral {
    color: lightcoral;
    font-size: 16px;
}

.dash-score-icon-small-lightgray {
    color: lightgray;
    font-size: 16px;
}

.move-menu-cycle-recipes-dropdown-aligment {
    left: -69px;
    top: 15px;
}

.dropdown-menu-triangle-client-details {
    left: -48px;
    margin-top: 15px;
    border-radius: 5px;
    padding: 15px 0;
}

    .dropdown-menu-triangle-client-details:after, .dropdown-menu-triangle-client-details:before {
        content: "";
        position: absolute;
        border: solid transparent;
        width: 0;
        bottom: 100%;
        left: 95%;
    }

    .dropdown-menu-triangle-client-details:before {
        border-bottom-color: rgb(0, 0, 0);
        border-width: 12px;
    }

    .dropdown-menu-triangle-client-details:after {
        border-bottom-color: #fff;
        border-width: 12px;
    }

    .dropdown-menu-triangle-client-details i {
        padding: 0 10px 0 5px;
        font-size: 20px;
    }

.on-boaring-dropdown {
    width: 800px;
    left: -662px;
}

.pieChart-size {
    height: 200px;
    width: 200px;
}

@media screen and (max-width: 991px) {
    .on-boaring-dropdown {
        width: 239px;
        left: -100px;
    }

    /*.pieChart-size--xs {
        height: 200px; 
        width: 200px;
    }*/

    .dropdown-menu-triangle-client-details:after, .dropdown-menu-triangle-client-details:before {
        content: "";
        position: absolute;
        width: 0;
        bottom: 100%;
        left: 82%;
    }

    .recipe-traffic-light-dashboard--xs-sm {
        width: 150px;
    }

    .padding-top-lg--xs-sm {
        padding-top: 20px;
    }

    .padding-top-sm--xs-sm {
        padding-top: 10px;
    }
}

.min-height-allergens {
    min-height: 90px;
}

.panel-landing-min-height {
    min-height: 233px;
}

.text-color-white .nav > li > a {
    color: white;
}

.text-color-white-important {
    color: white !important;
}

.background-grey {
    background: #ddd;
}

.search-dropdown .background-lightblue:hover {
    background: #9fc5f8;
    padding-left: 20px;
}

.autocomplete-dropdown .background-grey:hover {
    background: #ddd;
    padding-left: 20px;
}


.search-dropdown {
    background: white;
    height: auto;
    position: absolute;
    width: 100%;
    border: 1px solid lightgrey;
    z-index: 3;
}

    .search-dropdown ul {
        padding: 0;
        background: white;
    }

    .search-dropdown li {
        line-height: 2.0;
        cursor: pointer;
        padding-left: 20px;
    }

        .search-dropdown li a:hover {
            text-decoration: none;
        }

        .search-dropdown li:hover {
            cursor: pointer;
            background-color: rgba(236, 236, 236, 0.55);
            padding-left: 30px;
        }

.dropdown-menu-triangle-search {
    left: 11px;
    margin-top: 15px;
    border-radius: 5px;
    padding: 15px 0;
}

    .dropdown-menu-triangle-search:after, .dropdown-menu-triangle-search:before {
        content: "";
        position: absolute;
        border: solid transparent;
        width: 0;
        bottom: 100%;
        left: 84%;
    }

    .dropdown-menu-triangle-search:before {
        border-bottom-color: rgb(0, 0, 0);
        border-width: 12px;
    }

    .dropdown-menu-triangle-search:after {
        border-bottom-color: #fff;
        border-width: 12px;
    }

    .dropdown-menu-triangle-search i {
        padding: 0 10px 0 5px;
        font-size: 20px;
    }

.on-boaring-dropdown {
    width: 800px;
    left: -662px;
}

.on-active-dropdown {
    width: 800px;
    left: -701px;
}

.on-inactive-dropdown {
    width: 800px;
    left: -689px;
}



/*@media screen and (max-width: 992px) {
    .on-boaring-dropdown {
        width: 239px;
        left: -100px;
    }

    .dropdown-menu-triangle-client-details:after, .dropdown-menu-triangle-client-details:before {
        content: "";
        position: absolute;
        width: 0;
        bottom: 100%;
        left: 82%;
    }
}*/

.search-dropdown-title {
    padding-left: 10px;
    margin-top: 5px;
}

.cut-big-word-text {
    text-overflow: ellipsis;
    overflow: hidden;
}

.is-print-show {
    display: none;
}

.is-print-show-inline {
    display: none;
}

.red-ingredient-cell {
    background: #f53d3d !important;
    color: white;
}

.amber-ingredient-cell {
    background: #ffa500 !important;
    color: white;
}

.green-ingredient-cell {
    background: #67c96b !important;
    color: white;
}

.none-left-padding-without-print {
    padding-left: 0;
}

@media print {
    .col5 {
        width: 20%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .panel-task-coral > div:first-child {
        padding: 0;
    }

    .no-print {
        display: none;
    }

    .is-print-show {
        display: block;
    }

    .is-print-show-inline {
        display: inline;
    }

    .background-green {
        background: green !important;
    }

    .background-amber {
        background: #ffbf00 !important;
    }

    .background-red {
        background: #CC1F2F !important;
    }

    .red-ingredient-cell {
        background: #CC1F2F !important;
        color: white;
    }

    .amber-ingredient-cell {
        background: #ffbf00 !important;
        color: white;
    }

    .green-ingredient-cell {
        background: green !important;
        color: white;
    }

    .large-fa-check-green {
        color: green !important;
        font-size: -webkit-xxx-large;
    }

    .panel-default > .traffic-light-blue-header {
        background-color: #337ab7 !important;
        margin: 5px 5px 5px 5px;
        padding: 15px 10px;
        height: 70px;
    }

    .panel-task-coral {
        height: auto;
        background-color: #b7d3fa !important;
        border: 1px solid #b7d3fa;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    }

    .panel-task-white {
        height: auto;
        padding: 15px;
        background-color: white !important;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    }

    .background-lightgrey {
        background-color: lightgrey !important;
    }

    .background-vending-headers {
        background-color: #F5F5F5 !important;
    }

    .none-left-padding-without-print {
        padding-left: 15px;
    }
    /*need to show tags in 5 columns on print approved recipe view */
    .recipe-items-blocs {
        width: 20%;
    }
}

.client-task-status {
    display: block;
    font-size: 14px;
}

.menu-cycle-lable {
    display: inline;
    font-size: 16px;
}

.current-day-label {
    background: lightcoral;
    padding: 5px 0;
    margin-top: -10px;
    color: white;
}

.position-absolute {
    position: absolute;
}

.margin-right-for-dropdown-menu {
    margin-right: 9px;
}

.zero-right {
    right: 0;
}

.max-width-two-hundred-and-fifty {
    max-width: 250px;
}

.height-two-hundred-and-fifty {
    height: 250px;
}

.word-break-all-for-dropdown {
    -moz-word-break: break-all;
    -o-word-break: break-all;
    word-break: break-all;
}

.stats-dash-min-height {
    min-height: 108px;
}

.notification-dropdown-menu-triangle {
    left: -48px;
    margin-top: 15px;
    border-radius: 5px;
    padding: 15px 0;
    min-width: 312px !important;
}

    .notification-dropdown-menu-triangle li {
        display: inline-block !important;
    }

        .notification-dropdown-menu-triangle li a {
            text-align: center;
        }

    .notification-dropdown-menu-triangle:after, .notification-dropdown-menu-triangle:before {
        content: "";
        position: absolute;
        border: solid transparent;
        width: 0;
        bottom: 100%;
        left: 64%;
    }

    .notification-dropdown-menu-triangle:before {
        border-bottom-color: rgb(0, 0, 0);
        border-width: 12px;
    }

    .notification-dropdown-menu-triangle:after {
        border-bottom-color: #fff;
        border-width: 12px;
    }

li .notification-dropdown-menu-triangle {
    right: -76px !important;
    left: auto !important;
    top: 55px;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.notification-dropdown-menu-triangle i {
    font-size: 30px;
}

@media (max-width: 480px) {
    .notification-dropdown-menu-triangle:after, .notification-dropdown-menu-triangle:before {
        display: none;
    }

    .dropdown-menu-triangle:after, .dropdown-menu-triangle:before {
        display: none;
    }
}



.table-border-for-white-panel {
    border: solid 0.5px whitesmoke;
}

.line-height-row {
    line-height: 1.6;
}

.panel .panel-body .nav-tabs > li.active > a,
.panel .panel-body .nav-tabs > li.active > a:hover,
.panel .panel-body .nav-tabs > li.active > a:focus {
    background-color: whitesmoke;
}

.font-size-20-important {
    font-size: 20px !important;
}

.circle-food-provider {
    width: 40px;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    line-height: 40px;
    text-align: center;
}

.margin-top-fifth {
    margin-top: 50px;
}

.margin-top-xs {
    margin-top: 5px;
}

.carousel-indicators {
    position: fixed;
    bottom: 35px;
}

    .carousel-indicators li {
        border-radius: 0 0;
        width: 50px;
        height: 5px;
        background-color: grey;
        border: 0;
        margin-left: 5px;
        margin-right: 5px;
    }

.nullable-border-top-left-radius {
    border-top-left-radius: 0;
}

.nullable-border-top-right-radius {
    border-top-right-radius: 0;
}

.carousel-indicators .active {
    width: 50px;
    height: 7px;
    background-color: black;
    border: 0;
}

.min-height-monitor-display {
    min-height: 760px;
}

.general-spiner-position {
    position: fixed;
    left: 50%;
    right: 50%;
    top: 50%;
    bottom: 50%;
    margin-right: auto;
    margin-left: auto;
}

.factors-highlight-selected {
    background: #337ab7;
    color: white;
}

.header-font-size {
    font-size: 18px;
}

.selection-tree > div > div > div.panel-body {
    min-height: 50px;
}

.btn-link:focus {
    outline: none;
}

.margin-left-right-xs {
    margin-left: 5px;
    margin-right: 5px;
}



.max-height-half-thousand {
    max-height: 500px;
}

.food-name-input {
    height: 50px;
}

.ingredinet-popup-label {
    padding-top: 8px;
    float: left;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-23 {
    font-size: 23px;
}

.font-size-36 {
    font-size: 36px;
}

.padding-top-7 {
    padding-top: 7px;
}

.file-wrapper {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

    .file-wrapper input {
        cursor: pointer;
        filter: alpha(opacity=1);
        -moz-opacity: 0.01;
        opacity: 0.01;
        position: absolute;
        right: 0;
        top: 0;
        height: 40px;
    }

.nullable-right-border-radius {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.nullable-border {
    border: 0;
}

.error-well {
    overflow-y: scroll;
    height: 170px;
    padding: 10px;
}

.padding-top-bottom-8 {
    padding-bottom: 8px;
    padding-top: 8px;
}

.position-for-action-fastentry-popup {
    left: -260px;
}

.amount-max-width {
    max-width: 80px;
}

/*#table-body-border td {
    border-style: none !important;
}*/

.table > .table-body-border > tr > td {
    border-style: none !important;
}

.table > .table-body-border > tr > th {
    border-style: none !important;
}

.ingredient-table-autocomplete-dropdown {
    background: white;
    height: auto;
    position: absolute;
    min-width: 220px;
    border: 1px solid lightgrey;
    z-index: 3;
}

    .ingredient-table-autocomplete-dropdown ul {
        padding: 0;
        background: white;
    }

    .ingredient-table-autocomplete-dropdown li {
        line-height: 2.0;
        cursor: pointer;
        padding-left: 20px;
    }

        .ingredient-table-autocomplete-dropdown li a:hover {
            text-decoration: none;
        }

        .ingredient-table-autocomplete-dropdown li:hover {
            cursor: pointer;
            background-color: rgba(236, 236, 236, 0.55);
            padding-left: 30px;
        }

@media (min-width: 1200px) {
    .ingredient-table-autocomplete-dropdown {
        min-width: 261px;
    }
}

.remove-ingedient-dropdown {
    left: -165px !important;
}

@media (max-width: 992px) {
    .fch-table-col-md {
        min-width: 992px;
    }
}

.fch-table-col-md td, .fch-table-col-md th {
    min-width: 70px;
}

.text-color-black {
    color: black;
}

.none-text-decoration {
    text-decoration: none !important;
}

.word-break-normal {
    word-break: normal;
}

.expand-icon, .expand-icon:hover, .expand-icon:focus {
    color: #7b7b76;
}

.pull-left-important {
    text-align: left !important;
}

.padding-right-xs {
    padding-right: 5px;
}

/* start revipe photo */

.thumbnail-recipe-photo-sm {
    position: relative;
    height: 110px;
    width: 110px;
}

    .thumbnail-recipe-photo-sm img {
        height: 100px;
        width: 100px;
    }

.recipe-header {
    width: calc(100% - 110px);
    padding-right: 15px;
}

.btn-edit-photo {
    position: absolute;
    right: 0;
    top: 0;
}

/* end recipe photo */

.max-widht-ingredient-name {
    max-width: 400px;
}

.not-valid-imput {
    border-left: 5px solid #a94442 !important;
}

.cke_chrome {
    border: 0 !important;
}

.text-desc-sm {
    font-size: 12px;
}

/* p-autocomplete start */

p-autocomplete .ui-autocomplete-multiple-container {
    border: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    min-height: 34px !important;
    padding: 6px 12px !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
    display: block !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #555 !important;
}

p-autocomplete .ui-autocomplete-input-token .ui-inputtext::-moz-placeholder {
    color: #999 !important;
    opacity: 1 !important;
    font-size: 14px !important;
}

p-autocomplete .ui-autocomplete-input-token .ui-inputtext:-ms-input-placeholder {
    color: #999 !important;
    font-size: 14px !important;
}

p-autocomplete .ui-autocomplete-input-token .ui-inputtext::-webkit-input-placeholder {
    color: #999 !important;
    font-size: 14px !important;
}

p-autocomplete .ui-autocomplete-input-token {
    padding: 0;
    margin: 0;
}

p-autocomplete .ui-inputtext.ui-state-focus {
    border-color: #66afe9 !important;
    outline: 0 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6) !important;
}

p-autocomplete .ui-autocomplete-token {
    margin-bottom: 2px !important;
}

/* p-autocomplete end */

/* bs-sortable start */

.sortable-item {
    position: relative;
    cursor: move;
    padding: 5px 0;
}

    .sortable-item .handle {
        padding: 5px;
    }

    .sortable-item .onhover-remove {
        display: none;
        position: absolute;
        top: 10px;
        right: 25px;
        cursor: pointer;
    }

    .sortable-item:hover .onhover-remove {
        display: inline-block;
    }

.sortable-item .onhover-icons {
    display: none;
    cursor: pointer;
}

.sortable-item:hover .onhover-icons {
    display: inline-block;
}

.menu-cycle-tabs > a {
    background-color: #c5c5c5;
}

.menu-cycle-tabs {
    float: right !important;
}

.time-slot-tabs > a {
    background-color: #c5c5c5;
}

/* bs-sortable end */

.show-time-slot-tabs > ul > li:nth-child(2), .show-time-slot-tabs > ul > li:nth-child(3) {
    display: none;
}

.click-cogs {
    cursor: pointer;
    color: #7b7b76;
}

.validation-summary-errors ul {
    list-style: none;
    margin-left: -40px
}

/*for monitor display*/
.carousel span.icon-prev {
    left: -15% !important;
    font-size: 100px !important;
    cursor: pointer;
}

.carousel span.icon-next {
    right: -15% !important;
    font-size: 100px !important;
    cursor: pointer;
}
/*--------*/

a.link-without-style {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
}

.sortable-item-height {
    height: 30px !important;
}

.padding-botom-eleven {
    padding-bottom: 11px !important;
}

.padding-left-top-xs {
    padding-left: 0; /*19px;*/
    padding-top: 5px;
    padding-right: 0;
}

.margin-top-eight {
    margin-top: 8px !important;
}

.date-of-birth-block .form-group {
    margin-bottom: 5px;
}

.remove-yield-group-icon {
    display: none;
    font-size: 20px;
}

.show-button:hover .remove-yield-group-icon {
    display: block;
}

.flex-buttons {
    display: flex;
    align-items: center;
}

.time-slot-booking-modal {
    width: 500px;
}

.modal-body {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}

.without-scroll {
    max-height: none;
    overflow-y: visible;
}

.margin-bottom-three {
    margin-bottom: 3px;
}

.with-fourteen-percents {
    width: 14%;
    display: inline-block;
}


/*begin recipe-improvements-carousel*/
recipe-improvements-carousel .carousel-indicators {
    display: none;
}

recipe-improvements-carousel .carousel span.icon-prev {
    left: 50% !important;
    top: 20% !important;
    font-size: 100px !important;
    cursor: pointer;
}

recipe-improvements-carousel .carousel span.icon-next {
    right: 50% !important;
    top: 20% !important;
    font-size: 100px !important;
    cursor: pointer;
}

recipe-improvements-carousel .btn-group .active {
    background-color: #337ab7 !important;
    color: white !important;
}

recipe-improvements-carousel .improvement-carousel-indicator {
    padding-top: 15px;
}

recipe-improvements-carousel .panel {
    min-height: 272px;
}

@media (min-width: 1200px) {
    recipe-improvements-carousel .top-left-label {
        text-align: right;
    }

    recipe-improvements-carousel .top-right-label {
        padding-left: 40px;
    }

    recipe-improvements-carousel .improvement-carousel-indicator-label {
        padding-left: 18px;
        padding-right: 18px;
    }
}

@media (max-width: 767px) {
    recipe-improvements-carousel .top-left-label {
        text-align: right;
        padding-right: 60px;
    }

    recipe-improvements-carousel .top-right-label {
        padding-left: 60px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    recipe-improvements-carousel .top-left-label {
        text-align: right;
        padding-right: 60px;
    }

    recipe-improvements-carousel .top-right-label {
        padding-left: 50px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    recipe-improvements-carousel .top-left-label {
        text-align: right;
    }

    recipe-improvements-carousel .top-right-label {
        padding-left: 30px;
    }

    recipe-improvements-carousel .improvement-carousel-indicator-label {
        padding-left: 9px;
        padding-right: 9px;
    }
}
/*end recipe-improvements-carousel*/


.font-size-sixteen {
    font-size: 16px;
}

questionnaire-layout .time-slot-tabs > a {
    background-color: #c5c5c5;
    padding-left: 10px;
    padding-right: 10px;
}

questionnaire-layout tabset > ul {
    min-width: 1108px;
}

questionnaire-layout .questionnaire-body-width {
    min-width: 1138px;
}

questionnaire-layout .select-question-body {
    padding-top: 20px;
    padding-left: 8px;
    padding-right: 15px;
    display: inline-block;
    width: 50%;
}

    questionnaire-layout .select-question-body select {
        width: 250px;
    }

questionnaire-layout .question-table-header {
    width: 40%;
}

questionnaire-layout .long-radio-header {
    width: 9.5%
}

questionnaire-layout .hlfq-question-text {
    width: 445px;
}

questionnaire-layout .hlfq-answer-medium-select {
    width: 400px;
}

questionnaire-layout .hlfq-answer-short-select {
    width: 290px;
}

questionnaire-layout .hlfq-answer-medium-input {
    width: 365px;
}

questionnaire-layout .hlfq-answer-long {
    width: 655px;
}

questionnaire-layout .hlfq-answer-other-checkbox {
    width: 55px;
}

questionnaire-layout .hlfq-answer-other-input {
    width: 585px;
}

questionnaire-layout .hlfq-lifestyle-answer-medium-radio {
    width: 360px;
}

.hide {
    visibility: hidden;
}

.row-danger {
    background-color: #f2dede;
}

.ngx-btn-radio-group .active {
    background-color: #286090 !important;
    color: white !important;
}

.non-scrollable-vertical {
    max-height: none;
    overflow-y: unset;
}


registration #company-code-row .popover {
    width: 276px;
}

.exception-icon__remove {
    cursor: pointer;
    margin-top: 10px;
    margin-left: -10px;
}

.height-twenty {
    height: 20px;
}

health-lifestyle-food-questionnaire #datePicker {
    top: unset !important;
    right: unset !important;
}

food-frequency-questionnaire tabset > ul {
    min-width: unset;
}