html,
body {
    height: auto;
    min-width: 100%;
    -ms-overflow-x: hidden;
}

.fa-exclamation-circle {
    color: red;
}

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

.novisible {
    visibility: hidden;
}

.wrap {
    width: 100%;
    min-height: 100%;
    height: auto;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.alert {
    margin-top: 15px;
}

/**
Breadcrumbs section
 */

.breadcrumb-wrap {
    background-color: #008d00;
    width: 100%;
    height: 35px;
}

@media (max-width: 1199px) {
    .breadcrumb-wrap,
    .breadcrumb {
        display: none;
    }
}

.breadcrumb {
    margin: 75px auto -60px auto;
    height: 100%;
    border-radius: 0;
    background-color: #008d00;
    width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
}

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

.breadcrumb > li, .breadcrumb > li > a, .breadcrumb > .active, .breadcrumb > li + li:before {
    align-content: center;
    color: #ffffff;
    font-size: 18px;
}

.breadcrumb > li + li:before {
    content: "\003e";
}

/*
Header section
 */
.navbar {
    min-height: 75px;

}

.header-logo {
    width: 70px;
    height: 70px;
}

.navbar-toggle {
    margin-top: 18px;
    border-color: #ffffff !important;
}

.navbar-toggle:focus {
    background-color: transparent !important;
}

.navbar-collapse {
    border: none;
    box-shadow: none;
}

@media (min-width: 1200px) {
    .navbar-toggle {
        display: none;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .navbar-header {
        float: none;
    }

    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: inline-block;
    }

    .navbar-collapse.collapse {
        display: none !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: unset !important;
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .collapse.in {
        display: block !important;
    }

    .nav > li, .nav > li:last-child {
        margin: auto !important;
        float: none !important;
    }
}

.navbar-inverse {
    background-color: #008d00;
    border: none;
    box-shadow: 0.5px 5px 6.2px 0.8px rgba(0, 0, 0, 0.09);
}

.navbar-right {
    margin: auto;
    min-height: 75px;
}

.navbar img, .navbar p {
    display: inline-block;
}

.navbar p {
    margin-left: 10px;
    width: 102px;
    height: 19px;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: left;
    color: #ffffff;
}

.navbar-brand {
    height: 75px;
    padding: 0 15px;
    line-height: 75px;
}

#search-bar {
    width: 262px;
    height: 30px;
    background-color: #41aa40;
    background-repeat: no-repeat;
    background-position: 95%;
    border: none;
    border-radius: 15px;
    outline: none;
    margin-top: 22px;
    color: #ffffff;
    padding: 7px 35px 7px 7px;
}

#search-bar::placeholder {
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 100;
    line-height: normal;
    text-align: left;
}

.navbar-inverse .navbar-nav > li > a {
    width: 100%;
    height: 75px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 100;
    text-align: center;
    color: #ffffff;
    padding-top: 24px;
    padding-bottom: 24px;
    line-height: 27px;
    background-color: transparent !important;
}

.nav > li {
    height: 75px;
}

.nav > li.active {
    border-bottom: 3px solid #ffffff;
}

.nav > li.active > a {
    font-family: Roboto, sans-serif;
    font-size: 17px;
    font-weight: normal;
    text-align: center;
    color: #ffffff;
}

.nav > li:last-child {
    margin-left: 50px;
    /*width: 180px;*/
}

@media (max-width: 768px) {
    .nav > li, .nav > li:last-child {
        margin: auto;
    }
}

/*
Main page section
 */
.category-element {
    width: 263px;
    height: 263px;
    margin: 15px auto;
    position: relative;
}

.category-image {
    width: 100%;
    height: 81%;
    position: relative;
    z-index: -1;
    object-fit: cover;
}

.category-title-block {
    color: #ffffff;
    height: 50px;
}

.category-title-block p {
    width: 100%;
    height: 100%;
    margin: auto;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    line-height: 1.2;
}

a, a:hover {
    text-decoration: none;
}

.tag-block {
    height: 20px;
    text-align: center;
    display: none;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #ffffff;
}

/**
Recipe page
 */

.recipe-index .title {
    text-align: center;
    margin: 30px;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #008d00;
}

div.col-lg-5.recipe-main-img {
    padding-left: 0;
    padding-right: 0;
    width: 360px;
}

@media (max-width: 1199px) {
    div.col-lg-5.recipe-main-img {
        margin-left: auto;
        margin-right: auto;
        width: 360px;
    }
}

@media (max-width: 400px) {
    div.col-lg-5.recipe-main-img {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.recipe-index .recipe-steps-img img,
.recipe-index .recipe-main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recipe-index .text {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    color: #000000;
}

.recipe-index .description .col-lg-5 {
    height: 360px;
}

@media (max-width: 400px) {
    .recipe-index .description .col-lg-5  {
        width: 100%;
        height: auto;
    }
}

.recipe-index .cooking .col-lg-4 {
    height: 264px;
}

.ingredients-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    text-align: center;
    list-style: none;
    padding: 0;
}

.ingredients-list .left, .ingredients-list .right {
    margin-top: 5px;
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}

.ingredients-list p {
    margin: 2px 5px 10px;
}

.ingredients-list .left {
    width: 75%;
    font-weight: bold;
    text-align: left;
}

.ingredients-list .right {
    color: #000000;
    text-align: right;
    width: 20%;
}

.ingredients-list li:nth-child(odd) {
    background-color: #f9f9f9;
}

.ingredients-list li:nth-child(even) {
    background-color: #ffffff;
}

.recipe-index .cooking {
    margin-bottom: 30px;
}

.recipe-index .more-button {
    margin: 15px auto;
    text-align: center;
}

.add-purchase {
    cursor: pointer;
    text-align: center;
    margin: 40px auto 0;
    height: 50px;
    width: 322px;
    background: #008d00
}

.add-purchase p {
    font-family: Roboto, sans-serif;
    padding-top: 10px;
    font-size: 18px;
    font-weight: 400;
    color: white;
}

.recipe-index .more-button button {
    width: 100%;
    height: 100%;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 100;
    color: #ffffff;
    background-color: #008d00;
    border: none;
}

.left input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    left: -1000px;
}

.left input[type="checkbox"]:checked + label {
    border-color: #008d00;
    background-color: #008d00;
}

.left label {
    float: left;
    display: inline-block;
    margin: 7px 0 0 10px;
    cursor: pointer;
    background: white;
    border-radius: 3px;
    border: 1px solid #008d00;
    width: 18px;
    height: 18px;
}

.left label:hover {
    border-color: #008d00;
}

/**
Recipe button up
 */

#recipe__button-up {
    display: inline-block;
    background-color: #008d00;
    width: 62px;
    height: 62px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 140px;
    right: 20%;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#recipe__button-up::after {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-size: 2.5em;
    line-height: 60px;
    color: #fff;
}

#recipe__button-up:hover {
    cursor: pointer;
}

#recipe__button-up.show {
    opacity: 1;
    visibility: visible;
}

/**
Sidebar section
 */

.subcategories-list {
    margin-top: 15px;
    list-style-type: none;
    padding: 30px;
}

.subcategories-list li {
    cursor: pointer;
}

.subcategories-list p {
    display: inline-block;
    margin: 5px 0;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.subcategories-list .left {
    float: left;
    width: 80%;
}

.subcategories-list .right {
    float: right;
}

.subcategories-list .active {
    background-color: #2d3a4b;
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
}

.sidebar-toogle {
    display: list-item;
    cursor: pointer;
}

#mini-submenu {
    padding: 15px;
}

@media (min-width: 992px) {
    .sidebar-toogle {
        display: none;
    }

    #mini-submenu {
        display: none;
    }
}

@media (max-width: 991px) {
    #subcategories-list {
        display: none;
    }
}

/**
Footer section
 */
.footer {
    height: 120px;
    border-top: 1px solid #ddd;
    background-color: #008d00;
}

footer .container {
    height: 100%;
}

footer .col-lg-4 {
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-text {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    color: #ffffff;
}

.footer img {
    width: 130px;
    height: 45px;
}

.footer .col-xs-6 img {
    margin: 3px;
}

/**
Matching section
 */
.search-ingredients #content {
    text-align: center;
}

.search-ingredients #content img {
    position: relative;
    z-index: -1;
}

.search-ingredients #content .result-label {
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    margin-top: 70px;
}

.tags-list ul {
    padding: 0;
}

.tags-list ul li {
    list-style-type: none;
    width: auto;
    float: left;
    margin-right: 5px;
}

.single-tag {
    -moz-border-radius: 400px;
    -webkit-border-radius: 400px;
    border-radius: 400px;
    background: #d02022;
    height: 25px;
    margin: 8px 0;
    padding: 0 17px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    color: #fff;
    cursor: default;
}

.single-tag i {
    font-size: 11px;
    background: rgba(0, 0, 0, 0.23);
    border-radius: 10px;
    margin-right: -18px;
    margin-left: 5px;
    color: white;
    padding: 5px;
    cursor: pointer;
}

.single-tag:hover {
    color: #ffffff;
}

.search-ingredients .matching button {
    width: 100%;
    height: 35px;
    background-color: #008d00;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    color: #ffffff;
    outline: none;
    border: none;
}

.dropdown-block {
    position: absolute;
    height: 90%;
    overflow-y: scroll;
}

.dropdown-block::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #008d00;
}

.dropdown-block::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.dropdown-block::-webkit-scrollbar-thumb {
    background-color: #008d00;
    background-image: -webkit-gradient(linear,
    40% 0%,
    75% 84%,
    from(#4D9C41),
    to(#19911D),
    color-stop(.6, #54DE5D))
}

.dropdown-el {
    width: 100%;
    position: relative;
    display: inline-block;
    height: 35px;
    overflow: hidden;
    cursor: pointer;
    outline: none;
    border-radius: 17px;
    background-color: #008d00;
}

.dropdown-el input {
    display: none;
}

.dropdown-el label {
    padding-left: 1em;
    padding-right: 3em;
    cursor: pointer;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    color: #ffffff;
    margin-top: 5px;
}

.ingredients-input::-webkit-input-placeholder {
    font-size: 18px;
}

.dropdown-el::after {
    content: "";
    position: absolute;
    right: 0.8em;
    top: 1.3em;
    border: 0.3em solid #ffffff;
    border-color: #ffffff transparent transparent transparent;
}

.dropdown-el.expanded {
    background: #008d00;
    border-radius: 13px;
    min-height: 73vh;
}

.ingredients-select, .category-select {
    height: 40px;
    position: relative;
    z-index: 10;
}

.ingredients-input {
    width: 50%;
    border: 1px solid transparent;
    padding: 10px;
    font-size: 16px;
    border-radius: 17px;
    background-color: #008d00;
    height: 35px;
    outline: none;
    color: #ffffff;
}

@media (max-width: 1199px) {
    .ingredients-input {
        width: 100%;
    }

    #match-ingredients {
        margin-top: 15px;
    }

    .search-ingredients .category-select, .search-ingredients .ingredients-select {
        margin-top: 20px;
        z-index: 11;
    }
}

.ingredients-input::placeholder {
    color: #ffffff;
    opacity: 1;
}

.ingredients-input:-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

.ingredients-input::-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

.ingredients-input:-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

.ingredients-input::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

.ingredients-input::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1; 
}

.ingredients-input::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1; 
}

.ingredients-input.expanded {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.ingredients-autocomplete-list {
    width: 50%;
    max-height: 68vh;
    overflow-y: scroll;
}

@media (max-width: 1199px) {
    .ingredients-autocomplete-list {
        width: 100%;
    }
}

.ingredients-autocomplete-list::-webkit-scrollbar-track, .profile-add-recipe .amount-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #008d00;
    border-bottom-right-radius: 17px;
}

.ingredients-autocomplete-list::-webkit-scrollbar, .profile-add-recipe .amount-list::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.ingredients-autocomplete-list::-webkit-scrollbar-thumb, .profile-add-recipe .amount-list::-webkit-scrollbar-thumb {
    border-bottom-right-radius: 17px;
    background-color: #008d00;
    background-image: -webkit-gradient(linear,
    40% 0%,
    75% 84%,
    from(#4D9C41),
    to(#19911D),
    color-stop(.6, #54DE5D))
}

.ingredients-autocomplete-list div {
    padding: 10px;
    cursor: pointer;
    background-color: #008d00;
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-size: 18px;
}

.ingredients-autocomplete-list div:last-child {
    -webkit-border-radius: 0 0 0 17px;
    -moz-border-radius: 0 0 0 17px;
    border-radius: 0 0 0 17px;
}

@media (max-width: 460px) {
    .search-ingredients label {
        font-size: 12px;
        line-height: 2;
    }

    .ingredients-input::-webkit-input-placeholder {
        font-size: 12px;
    }
}

/**
404 section
 */

.error {
    background-color: #ffffff;
    height: 100%;
    text-align: center
}

.error img {
    display: block;
    margin: auto;
}

.error .more-button {
    text-align: center;
    width: 390px;
    height: 65px;
    display: inline-block;
}

.error .more-button, .error p {
    margin-top: 30px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.error .more-button button {
    width: 100%;
    height: 100%;
    color: #ffffff;
    background-color: #008d00;
}

/**
No search results
 */
.search-index .center {
    text-align: center;
}

.search-index .center p {
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    margin-top: 70px;
}

.ajax-loader {
    visibility: hidden;
    background-color: rgba(251, 251, 251, 0.7);
    position: fixed;
    z-index: +100 !important;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.ajax-loader img {
    position: relative;
    top: 34%;
    width: 370px;
    margin: 0 auto;
}

/**
Modal section
 */

#store-modal {
    overflow: unset;
}

#store-modal .close {
    opacity: 1;
    margin-top: -10px;
}

@media (max-width: 320px) {
    #store-modal .close {
        margin-top: -50px;
    }
}

.modal-content {
    width: 100%;
}

.modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#store-modal .modal-body img {
    width: 200px;
}

#store-modal .modal-body {
    text-align: center;
}

.modal-header button.close:hover {
    background-color: #fff;
    color: #008d00;
}

.delete-blog-modal .modal-dialog .modal-content {
    width: 550px;
}

.modal-header {
    border: none;
}

.modal-header span {
    font-size: 30px;
    font-weight: 300;
}

.modal-title {
    display: inline-block;
    text-align: center;
    width: 94%;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: #000000;
}

.modal-body {
    padding: 0 10px 20px 10px;
    width: 350px;
    margin: auto;
}

.modal-footer {
    border-top: none;
    text-align: center;
    padding: 10px 0 30px 0;
    display: flex;
    justify-content: space-between;
}

.modal-footer img {
    margin: 0 10px 10px 10px;
}

/**
Login section
 */

.site-login {
    height: 100vh;
    position: relative;
}

.site-login > .row {
    width: 100%;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.site-login .form p {
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #008d00;
}

.site-login .form p:first-child {
    margin-top: 40px;
    margin-bottom: 40px;
}

.site-login .form p a {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #000000;
}

.site-login .logo img {
    width: 250px;
}

.site-login .logo .button {
    margin-top: 45px;
    display: inline-block;
    padding: 12px;
}

.site-login .button {
    width: 100%;
    height: 50px;
    background-color: #008d00;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    border: none;
}

.site-login .form input.form-control {
    width: 100%;
    height: 42px;
    border-radius: 10px;
    background-color: #ffffff;
    border-color: #008d00;
}

.site-login .has-error input.form-control {
    border-color: red;
}

.site-login .has-error p.help-block-error {
    background-color: #ffffff;
    margin-top: -70px;
    font-size: 12px;
    padding: 2px;
    text-align: center;
    color: #ff0000;
}

.site-login p.help-block-error {
    position: absolute;
}

.site-login .help-block-error > ul > li {
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
    list-style-type: none;
}

.site-login .form-group {
    margin-left: 0;
    margin-right: 0;
}

.site-login .logo {
    text-align: center;
}

.chiller_cb span:before, .chiller_cb span:after {
    content: "";
    background: #fff;
    width: 0;
    position: absolute;
    transform-origin: 0 0;
}

.chiller_cb {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    margin-top: 25px;
}

.chiller_cb input {
    display: none;
}

.chiller_cb input:checked ~ span {
    background: #008d00;
    border-color: #008d00;
    border-radius: 3px;
}

.chiller_cb input:checked ~ span:before {
    width: 1rem;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.3s;
}

.chiller_cb input:checked ~ span:after {
    width: 0.4rem;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.2s;
}

.chiller_cb label {
    padding-left: 4rem;
    cursor: pointer;
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #000000;
    position: relative;
    z-index: 2;
}

.chiller_cb span {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    border: 2px solid #008d00;
    position: absolute;
    left: 0;
    transition: all 0.2s;
    z-index: 1;
    box-sizing: content-box;
}

.chiller_cb span:before {
    transform: rotate(-55deg);
    top: 1rem;
    left: 0.37rem;
}

.chiller_cb span:after {
    transform: rotate(35deg);
    bottom: 0.35rem;
    left: 0.2rem;
}

/**
Profile section
 */

.profile-info {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 25px;
}

.profile-info img {
    display: block;
    width: 95px;
    height: 95px;
    border-radius: 100%;
    margin-left: 35px;
}

.profile-info .name {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin-top: 15px;
}

.profile-menu {
    list-style: none;
    padding: 0;
}

.profile-menu li {
    margin-bottom: 25px;
}

.profile-menu a {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
}

.profile-menu i {
    margin-right: 25px;
}

.profile-index .center {
    text-align: center;
}

.profile-index .center .result-label {
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    margin-top: 70px;

}

.profile-index button, .modal-submit-button {
    margin-top: 50px;
    width: 390px;
    height: 65px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    background-color: #008d00;
    border: none;
}

.modal-submit-button {
    margin-top: 10px;
}

span.edit-recipe {
    position: absolute;
    color: #ffffff;
    top: 20px;
    right: 20px;
    text-shadow: 7px 7px 30px rgba(0, 0, 0, 1);
    z-index: 111;
}

/**
Profile info filling section
 */

.profile-edit .title {
    text-align: center;
    margin: 30px;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #008d00;
}

.profile-edit .center {
    text-align: center;
}

.profile-edit label {
    display: inline-block;
    padding: 0;
    width: unset;
}

.profile-edit input, .profile-edit textarea, .profile-edit select {
    display: inline-block;
    width: 75%;
    float: left;
    border-radius: 10px;
    border: solid 1px rgb(0, 141, 0);
    margin-bottom: 20px;
    outline: none;
}

.profile-edit button {
    width: 75%;
    height: 50px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 100;
    color: #ffffff;
    background-color: #008d00;
    border: none;
    float: left;
}

.profile-edit .form-group label {
    color: #000000;
    text-align: justify;
}

@media (max-width: 1199px) {
    .profile-edit input, .profile-edit button, .profile-edit textarea, .profile-edit select {
        width: 100%;
    }

    .profile-edit button {
        float: none;
    }
}

.profile-edit .file-upload {
    margin-bottom: 30px;
}

.profile-edit .file-upload img {
    border-radius: 100%;
}

/**
Recipe adding section
 */

.profile-add-recipe .title {
    text-align: center;
    margin: 30px;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #008d00;
}

.profile-add-recipe .ingredients-select {
    z-index: 999;
}

.field {
    margin-bottom: 25px;
}

@media (max-width: 1199px) {
    .field.category, .field.subcategory {
        margin-bottom: 45px;
    }
}

.main-info label {
    width: 100%;
}

.profile-add-recipe .category .dropdown-el {
    z-index: 10;
}

.profile-add-recipe .subcategory .dropdown-el {
    z-index: 5;
}

.main-info .dropdown-el {
    width: 100%;
    position: absolute;
}

.main-info .expanded {
    min-height: 310px;
}

.profile-add-recipe textarea {
    width: 100%;
    height: 360px;
    border-radius: 10px;
    border: solid 1px #008d00;
    background-color: #ffffff;
    resize: none;
    padding: 15px;
}

.profile-add-recipe #add-step, .profile-add-recipe #add-ingredient {
    text-align: center;
    margin-bottom: 30px;
    width: 260px;
    height: 50px;
    background-color: #008d00;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    outline: none;
}

.profile-add-recipe .cooking, .profile-add-recipe .ingredients-info {
    text-align: center;
}

.profile-add-recipe .ingredients-info .inputs input[type='text'], .profile-add-recipe .ingredients-info .inputs input[type='number'] {
    width: 90%;
    outline: none;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.profile-add-recipe .recipe-cooking {
    height: 265px;
}

.profile-add-recipe .step-description {
    border-radius: 10px;
    border: solid 1px #008d00;
    background-color: #ffffff;
    text-align: left;
    padding: 15px;
}

.profile-add-recipe .step-description .delete-step {
    top: 0;
    right: 0;
    position: absolute;
    border-radius: 0 10px 0 10px;
    width: 30px;
    height: 30px;
    padding: 5px;
    background-color: #008d00;
    color: #ffffff;
    text-align: center;
}

.profile-add-recipe .step-description .editable-zone {
    width: 95%;
    height: 100%;
    outline: none;
    overflow: auto;
}

.profile-add-recipe button[type='submit'] {
    width: 100%;
    height: 50px;
    background-color: #008d00;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
}

.profile-add-recipe .remove-ingredient {
    margin-left: 5px;
    font-size: 18px;
    cursor: pointer;
}

.profile-add-recipe .inputs {
    margin-bottom: 30px;
}

.profile-add-recipe .ingredients-input {
    width: 100% !important;
    border-radius: 10px;
    background-color: #ffffff;
    border: solid 1px #008d00;
    color: #000000;
    height: 42px;
}

.profile-add-recipe .ingredients-autocomplete-list {
    width: 100%;
    max-height: 250px;
}

.profile-add-recipe .ingredients-autocomplete-list div {
    background-color: #ffffff;
    color: #000000;
    padding: 0 0 0 13px;
    text-align: left;
}

.profile-add-recipe .ingredients-autocomplete-list div:first-child {
    border-top: solid 1px #ffffff;
}

.profile-add-recipe .tags-block {
    width: 100%;
    min-height: 42px;
    border-radius: 10px;
    background-color: #ffffff;
    border: solid 1px #008d00;
    padding-left: 5px;
}

.profile-add-recipe .input-text {
    border-radius: 10px;
    background-color: #ffffff;
    border: solid 1px #008d00;
    width: 100%;
    padding: 15px;
    height: 42px;
}

.profile-add-recipe .tags-block ul {
    margin: 0;
}

.profile-add-recipe .tags-input {
    width: 120px;
    height: 30px;
    color: #000000;
    border: none;
    outline: none;
}

.profile-add-recipe .tags-response {
    margin-top: 5px;
    display: inline-block;
}

.profile-add-recipe .tags-row div {
    display: inline-block;
    margin-left: 5px;
}

.profile-add-recipe .tags-row {
    display: inline;
}

.profile-add-recipe .tag-results-expanded {
    background-color: #008d00;
    border-radius: 17px 17px 0 0;
    color: #ffffff;
}

.profile-add-recipe .tags-autocomplete-expanded {
    width: 120px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #008d00;
    padding-left: 15px;
    color: #ffffff;
    z-index: 100;
    position: absolute;
    cursor: pointer;
}

.profile-add-recipe .amount-select {
    border-radius: 10px;
    background-color: #ffffff;
    border: solid 1px #008d00;
    width: 90%;
    height: 42px;
    display: inline-block;
    text-align: left;
    cursor: pointer;
}

.profile-add-recipe .amount-select label {
    margin-left: 15px;
    font-weight: 400;
    margin-top: 10px;
}

.profile-add-recipe .amount-select.expanded {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.profile-add-recipe .amount-input {
    border: none;
    height: 40px;
    cursor: pointer;
}

.profile-add-recipe .amount-select i {
    float: right;
    line-height: 40px;
    margin-right: 5px;
}

.profile-add-recipe .amount-list {
    display: none;
    position: absolute;
    border: solid 1px #008d00;
    width: 90%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top: none;
    padding: 15px;
    margin-left: -1px;
    z-index: 111;
    background-color: #ffffff;
}

.profile-add-recipe .amount-list div {
    cursor: pointer;
    font-family: Roboto, sans-serif;
    font-size: 18px;
}

.profile-add-recipe .amount-select.expanded .amount-list {
    display: block;
    max-height: 250px;
    overflow-y: scroll;
}

.approve-error {
    border: solid 4px red;
}

.decline-comment {
    background-color: red;
    color: white;
    padding: 10px;
}

.recipe-control-section {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 35px;
}

.recipe-control-section .approve {
    color: #1f9f10;
}

.recipe-control-section .decline {
    color: #ff1314;
}

.recipe-link {
    width: 100%;
    height: 100%;
    position: absolute;
}

.modal-body textarea {
    width: 100%;
    height: 150px;
    border: solid 1px #008d00;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/**
    Purchase section
 */
.is-disabled {
    position: absolute;
    opacity: 0;
    left: -1000px;
}

.purchase-name {
    position: relative;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.purchase-name__icon:hover {
    cursor: pointer;
}

.purchase-ingredient__info {
    position: relative;
    margin-top: 15px;
}

.purchase-ingredients {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    padding-right: 0 !important;
}

input[type="checkbox"]{
    -webkit-appearance:checkbox;
}

.ingredient-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    left: -1000px;
}

.ingredient-checkbox {
    float: right;
}

.ingredient-checkbox label {
    display: inline-block;
    cursor: pointer;
    background: white;
    border-radius: 3px;
    border: 2px solid #ddd;
    width: 19px;
    height: 19px;
}


.cmark {
    position: relative;
    right: -3px;
    top: 0;
    width: 9px;
    height: 13px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}

.cmark:after {
    content: "";
    position: absolute;
}

input[type=checkbox]:checked + label .cmark {
    opacity: 1;
}

.ingredient-checkbox input[type=checkbox]:checked + label {
    background: #008d00;
    border-color: #008d00;
}

.delete-purchase:hover, .delete-purchase-ingredients:hover {
    max-width: 100%;
    cursor: pointer;
    background: #dedede;
}

#modal-purchase-success {
    text-align: center;
    padding: 0 !important;
}

#modal-purchase-success:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

#modal-purchase-success .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/**
    Purchase section
 */
.is-disabled {
    position: absolute;
    opacity: 0;
    left: -1000px;
}

.ingredient-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    left: -1000px;
}

.ingredient-checkbox {
    float: right;
}

.ingredient-checkbox label {
    display: inline-block;
    cursor: pointer;
    background: white;
    border-radius: 3px;
    border: 2px solid #ddd;
    width: 19px;
    height: 19px;
}

.ingredient-checkbox label:hover {
    border-color: #008d00;
}

.cmark:hover {
    opacity: 1;
}

.cmark:after {
    content: "";
    position: absolute;
}

input[type=checkbox]:checked + label .cmark {
    opacity: 1;
}

.ingredient-checkbox input[type=checkbox]:checked + label {
    background: #008d00;
    border-color: #008d00;
}

.modal__details {
    position: absolute;
    padding: 6px;
    right: 0;
    top: 25px;
    z-index: 999;
    width: 230px;
    height: 65px;
    max-width: 100%;
    border-radius: 2px;
    background-color: white;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.75);
}

/*
    Fav page
 */
span.edit-recipe-star {
    position: absolute;
    color: #ffffff;
    width: 35px;
    height: 33px;
    top: 10px;
    right: 10px;
    text-shadow: 7px 7px 30px rgba(0, 0, 0, 1);
    z-index: 999;
}

span.fav-recipe-star > img,
span.fav-recipe-star-add > img,
span.edit-recipe-star > img {
    width: 100%;
    height: 100%;
}

span.fav-recipe-star {
    position: absolute;
    color: #ffffff;
    width: 35px;
    height: 33px;
    top: 10px;
    right: 10px;
    text-shadow: 7px 7px 30px rgba(0, 0, 0, 1);
    z-index: 999;
}

span.fav-recipe-star-add {
    position: absolute;
    width: 35px;
    height: 33px;
    color: black;
    top: 10px;
    right: 10px;
    text-shadow: 7px 7px 30px rgba(0, 0, 0, 1);
    z-index: 999;
}

span.fav-recipe-star.recipe,
span.fav-recipe-star-add.recipe {
    top: 10px;
    right: 25px;
}

.rec-star-fav:hover {
    cursor: pointer;
}

.fav-star {
    margin-right: -15px;
}

#modal-fav-confirm {
    text-align: center;
    padding: 0 !important;
}

#modal-fav-confirm:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

#modal-fav-confirm .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.fav-modal-button {
    cursor: pointer;
    margin: 50px;
    font-size: 20px;
}

@media (max-width: 450px) {
    span.edit-recipe-star {
        right: 0;
    }
}

#modal-exit-confirm {
    text-align: center;
    padding: 0 !important;;
}

#modal-exit-confirm:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
#modal-exit-confirm .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.exit-modal-button {
    cursor: pointer;
    margin: 50px;
    font-size: 20px;
}

/*
   Pagination styles
*/
.pager-wrapper {
    padding: 20px;
    font-family: Roboto, sans-serif;
    font-size: 20px;
}

.pager-wrapper li a {
    color: #008d00;
    text-decoration: none;
}

.pager-wrapper li {
    display: inline-block;
    color: #008d00;
}

.pager-wrapper .pager__active-page a {
    color: white;
}

.pager-wrapper li {
    cursor: pointer;
    width: 30px;
    margin: 0 5px 0 5px;
    text-align: center;
    padding: 4px 0 4px 0;
    border-radius: 5px;
}

.pager-wrapper .pager__next-page {
    width: 100px;
    margin-left: 10px;
}

.pager-wrapper .pager__prev-page {
    width: 80px;
    margin-right: 10px;
}

.pager-wrapper .pager__active-page {
    background-color: #008d00;
}

.pager-wrapper li:hover {
    background-color: #008d00;
}

.pager-wrapper li:hover .pager__link {
    color: white;
}

.pager-wrapper .pager__prev-page:hover {
    color: white;
}

.pager-wrapper .pager__next-page:hover {
    color: white;
}



@media screen and (min-width: 320px) and (max-width: 768px) { 
    .pager-wrapper {
        padding: 20px 0;
        font-size: 16px;
    }

    .pager-wrapper .pager__next-page {
        width: 90px;
        margin-left: 0;
    }
    
    .pager-wrapper .pager__prev-page {
        width: 80px;
        margin-right: 0;
    }
}


/* end linkpager customization */


#modal-exit-confirm {
    text-align: center;
    padding: 0 !important;
}

#modal-exit-confirm:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

#modal-exit-confirm .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.exit-modal-button {
    cursor: pointer;
    margin: 50px;
    font-size: 20px;
}


.profile-purchases .center {
    text-align: center;
}

.profile-purchases .result-label {
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    margin-top: 100px;

}
/*
    Blog
 */

.blog-form {
    margin-top: 30px;
    font-family: Roboto, sans-serif;
}

.blog-form_title {
    height: 23px;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #008d00;
}

.blog-form-create_wrapper {
    margin-top: 30px;
}

.form-create-image {
    height: 150px;
}

.form-create-image img {
    width: 100%;
    height: 161px;
}

.form-create-image > input {
    display: none;
}

.form-create-title span {
    height: 13px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #000000;
}

.scrollbar {
    padding: 5px 1px;
    border: solid 1px #008d00;
    border-radius: 10px;
   
}

.form-create-title_input textarea {
    height: 121px;
    width: 100%;
    border:none;
    border-radius: 10px;
    resize: none;
    font-size: 18px;
    padding-left: 17px;
    outline: none;
}

.form-create-button button {
    height: 50px;
    margin-top: 15px;
    width: 100%;
    background-color: #008d00;
    outline: none;
    border: none;
    color: white;
    font-size: 18px;
}

.form-create-body_input {
    margin-top: 25px;
}
.field-blogs-body label {
    display: none;
}
.field-blogs-body .tox-tinymce {
    border-radius: 10px;
    border: 1px solid #008d00;
}
.admin-blog-add {
    margin-top: 30px;
}

.admin-blog-add button {
    width: 100%;
    height: 50px;
    background-color: #008d00;
    border: none;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    color: white;
}

.blog-admin-image img {
    height: 185px;
    width: 100%;
}

.blog-admin-image {
    text-align: center;
}

.blog-admin-main {
    font-family: Roboto, sans-serif;
}

.blog-admin-main_title {
    font-weight: bold;
    font-size: 24px;
}

.blog-admin-main_text {
    font-size: 16px;
    padding-bottom: 5px;
    overflow: hidden;
    max-height: 84px;
    padding-top: 15px !important;
}
.blog-admin-main_text p {
    overflow: hidden;
}

.blog_wrapper, .blog-form-edit {
    margin-top: 30px;
    margin-bottom: 30px;
}

.blog-admin-main_date {
    margin-top: 15px !important;
    color: #008d00;
    font-size: 16px;
}

.admin-blogs-index a {
    text-decoration: none;
    color: inherit;
}

.blog-admin-main_title:hover {
    color: #008d00 !important;
}
.delete-blog-modal button:hover {
    background-color: #008d00;
}
.delete-blog-modal button {
    background: none;
    border: none;
    font-size: 24px;
    text-align: center;
    color: #000000;
}
.delete-blog-modal h2{
    height: 52px;
    font-size: 24px;
}
.delete-blog-modal .modal-content {
    border-radius: 0;
    font-family: Roboto, sans-serif;
}
.blogs-index {
    margin-bottom: 30px;
    padding: 0;
}

/*
    Commentary
 */
.comments-title {
    height: 22px;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #008d00;
}

.comments-list {
    margin-top: 15px !important;
}

.comments-list, .comments-reply-list {
    list-style-type: none;
}

.comments-reply-list {
    margin-left: 42px;
}

.comments-list li {
    min-height: 70px;
}

.comment-content {
    min-height: 75px;
    padding-left: 25px;
}

.comment-content-reply {
    margin-left: 15px;
    position: relative;
}

.comment-by-author {
    height: 17px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #000000;
}

.comment-main-level {
    padding-top: 10px !important;
    border-bottom: 1px solid lightgrey;
    border-spacing: 5px;
}

.comment-content-text, .comment-content-text-reply {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    text-align: left;
    color: #000000;
}

.comment-button-answer {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #000000;
    margin-left: 16px;
    outline: none;
    background-color: Transparent;
    border: 0 solid transparent;
}

.comment-button-answer:hover {
    cursor: pointer;
}

.comment-content-date {
    height: 16px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    text-align: left;
    color: #000000;
}

.more-comments-button {
    margin-left: 6% !important;
}

.more-comments-button button, .add-comment-content button {
    border: none;
    height: 50px;
    padding-left: 45px;
    padding-right: 45px;
    background-color: #008d00;
    color: white;
    font-family: Roboto, sans-serif;
    font-size: 18px;
}

.add-comment-content button, .add-comment-recipe {
    margin-top: 30px !important;
}


.more-comments-button {
    margin-top: 40px;
}

.add-comment-recipe h4 {
    margin-top: 10px;
    margin-bottom: 20px;
    height: 24px;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #008d00;
}

.comment-avatar {
    border-radius: 100%;
    width: 68px;
    height: 68px;
}

.add-comment-textarea, .add-comment-reply_active {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    resize: none;
    outline: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #008d00;
}

.add-comment-reply_active {
    height: 60px;
}

.add-comment-textarea {
    width: 100%;
    height: 85px;
    margin-left: 30px;
}

.add-comment-button_active {
    border: none;
    height: 50px;
    background-color: #008d00;
    margin-left: 6%;
    color: white;
    font-family: Roboto, sans-serif;
    padding: 0 40px 0 40px;
    font-size: 18px;
    position: absolute;
    bottom: 0;
}

.add-comment-button-disabled {
    background-color: rgba(106,106,106,0.95) !important;
}

.invalid-comment {
    border-bottom: solid 1px red;
}

.add-comment-guest span {
    height: 17px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    color: #000000;
}

.add-comment-guest span p {
    margin-top: 20px;
}

.add-comment-guest a {
    color: #008d00;
}

.add-comment-guest {
    margin-bottom: 40px;
}

.language-button {
    width: 100%;
    height: 30px;
    background-color: #41aa40;
    color: #ffffff;
    /*background-repeat: no-repeat;*/
    background-position: 95%;
    border: none;
    /*border-radius: 15px;*/
    padding: 7px;
    outline: none;
    margin-top: 22px;
    /*color: #ffffff;*/
}

.language-button:hover {
    background-color: #41aa40;
    color: #ffffff;
}

#scroll::-webkit-scrollbar { width: 6px; height: 0;}
#scroll::-webkit-scrollbar-button {  background-color: #eee; border-radius: 13px;}
#scroll::-webkit-scrollbar-track {  background-color: #999;}
#scroll::-webkit-scrollbar-track-piece { background-color: #ffffff;}
#scroll::-webkit-scrollbar-thumb { height: 50px; background-color: rgba(192, 188, 188, 0.993); border-radius: 13px;}
#scroll::-webkit-scrollbar-corner { background-color: #999;}
#scroll::-webkit-resizer { background-color: #666;}

.modal {
    text-align: center;
  }
  
  @media screen and (min-width: 360px) { 
    .modal:before {
      display: inline-block;
      vertical-align: middle;
      content: " ";
      height: 100%;
    }
  }

  @media screen and (max-width: 768px) { 
    .delete-blog-modal .modal-dialog .modal-content {
        width: 350px;
    }
}

@media screen and (min-width: 320px) and (max-width: 992px) { 

    .blog-admin-image img {
        height: 185px;
        width: 320px;
        padding: 10px 0;
    }

    .blog-admin-main_title {
        font-size: 20px;
    }
  }
  
  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }

  .part_for_cook {
      display: none;
  }
 /* add cook*/
 .field-cooks-rate_currency_type select, .field-cooks-description textarea {
     border-radius: 10px;
     border-color: #1f9f10;
     /*width: 75%;*/
  }
.field-edit_cook .col-sm-offset-3 {
    margin-left: 0;
}
.field-edit_cook {
    width: 100%;
    padding: 0;
    margin: 0;
}
.profile-edit input.check-cook {
    width: 5%;
}

.checkbox label {
    padding-left: 50px;
}

.checkbox input {
    background-color: #00ff80;
}




