html {
   height: 100%;
}

body{
    height: 100%;
    background-color: #e9ecef;
    background-image: url("../img/bg.png");
}

.counter-footer {
    width: 100%;
    height: 150px;
    padding: 5px !important;
}

.category-list {
    list-style: none;
    padding: 0;
}

.category-list ul {
    cursor: default;
    display: none;
    list-style: none;
    padding: 0px;
    padding-left: 15px;
}
.category-list span {
    cursor: pointer;
}
.my-input-checkbox {
    height: 15px;
    width: 15px;
    margin-right: 5px;
    position: inherit !important;
}

.manufacturers-list tr {
    cursor: pointer;
}

.dish-prod-list tr {
    cursor: pointer;
}

.manufacturers-list-selected{
    background-color: #cce5ff !important;
}

.food-type-icon-sh {
    margin-left: 2px;
    float: right;
    width: 29px;
    height: 29px;
    background-image: url(./../img/icon.png);
}
.food-type-icon-ph {
    margin-left: 2px;
    float: right;
    width: 29px;
    height: 29px;
    background-image: url(./../img/icon.png);
    background-position: -31px;
}

.food-type-icon-pd {
    margin-left: 2px;
    float: right;
    width: 29px;
    height: 29px;
    background-image: url(./../img/icon.png);
    background-position: -58px;
}

.food-type-icon-nm {
    margin-left: 2px;
    float: right;
    width: 29px;
    height: 29px;
    background-image: url(./../img/icon.png);
    background-position: -85px;
}

.food-type-icon-cm {
    margin-left: 2px;
    float: right;
    width: 29px;
    height: 29px;
    background-image: url(./../img/icon.png);
    background-position: -112px;
}

.product-delete {
    color: #c7254e;
    cursor: pointer;
}

.product-add {
    color: #fff;
}

.product-add-div {
    padding-right: 8px;
    padding-left: 8px;
    margin-right: 3px;
    cursor: pointer;
    border-radius: 3px;
    background-color: #28a745;
}

.dish-add-div {
    padding-right: 8px;
    padding-left: 8px;
    margin-right: 3px;
    cursor: pointer;
    border-radius: 3px;
    background-color: #28a745;
}

.input-table {
    width: 100%;
    padding: 3px;
    margin: 0;
}

.prod-search-el{
    text-align: center;
    float: left;
    width: 30px;
    margin-right: 2px;
}

.prod-search-name {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.prod-search-name div:nth-child(1){
    font-size: 14px;
    /*word-break: break-all;*/
    word-wrap:break-word;
}

.prod-search-name div:nth-child(2){
    font-size: 12px;
    color: #666;
}
.diaryTable td, .diaryTable th {
    font-size: 14px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

.diaryTable td {
    padding: 0;
    padding-top: 1px;
    vertical-align: middle;
}

.diaryTable td:first-child {
    text-align: left;
    padding-left: 3px;
    padding-top: 0px;
}
.diaryTable td:nth-child(2) {
    padding-top: 0px;
}
.dishProdWeight{
    width: 100%;
    padding: 2px;
    padding-top: 0px;
    padding-left: 0px;
    margin: 0;
    height: 24px;
    font-size: 14px;
    text-align: center;
}

.diaryTableResult{
    margin: 0;
    border: none !important;
}
.diaryTableResult tr:first-child th {
    border: none !important;
    text-align: center;
    padding: 0;
    margin: 0;
}

.diaryTableResult tr:nth-child(1) td {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 10px;
}
.diaryTableResult tr:nth-child(2) td {
    padding: 0;
    margin: 0;
    text-align: center;
    background-color: #ddd;
}

.diaryTableResult tr:nth-child(3) td {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 12px;
}

.diaryTableResult th{
    border: 1px solid #999;
    border-bottom-width: 1px !important;
    border-bottom: 1px solid #999 !important;
}

.diaryTableHeader {
    margin-bottom: 0;
    border: none !important;
}

.diaryTableHeader th{
    margin: 0;
    padding: 0;
    border: none !important;
}

.dish-prod-info {
    cursor: pointer;
    color: inherit !important;
    text-decoration: underline;
    word-break: break-all;
}

#resultSendIndicator {
    padding-top: 8px;
    padding-left: 10px;
}

.my-weight {
    max-width: 200px !important;
    flex: none !important;
}

.input-group.date {
    max-width: 200px;
}

.row{
    margin: 0 !important;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 0;
    padding-left: 0;
}
.modal-header {
    padding-top: 10px;
    padding-bottom: 10px;
}

.modal-body {
    padding: 5px ;
}

.modal-footer {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.modal-footer button{
    float: right;
    margin: 5px;
}

.tabel-td td {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.product {
    display: block;
    float: left;
    margin-right: 2px;
    color: #17a2b8 !important;
    font-weight: bold;
    border-radius: 6px;
    line-height: 0.9;
    border: 1px solid;
    margin-top: 3px;
    width: 14px;
    text-align: center;
    font-family: "Courier";
    padding-top: 2px;
}

.dish {
    display: block;
    float: left;
    margin-right: 2px;
    color: #28a745 !important;
    font-weight: bold;
    border-radius: 2px;
    line-height: 0.9;
    border: 1px solid;
    margin-top: 3px;
    width: 14px;
    text-align: center;
    font-family: "Courier";
    padding-top: 2px;
}
.text-clear {
    margin-left: 5px;
 }
.header-menu {
    padding: 10px;
    border-radius: .25rem;
    border: 1px solid #ddd;
    margin-top: 15px !important;
}
.pagination-div {
    width: 145px;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.pagination-div ul {
    margin: 0 !important;
}

.pagination li {
    margin-left: 5px;
    margin-right: 5px;
}

.wrapper {
    min-height: 100%;
    padding-top: 50px;
    box-shadow: 0 0 5px #777;
    background-color: #e9ecef;
}
.footer {
    margin-top: -150px;
    height: 150px;
    width: 100%;
}
.counter-footer {
    height: 150px;
    width: 100%;
}

.footer .container {
    padding: 5px !important;
    color: #aaa;
    font-size: 14px;
}

.container {
    padding-bottom: 150px;
}

.footer .info {
    margin: 0 auto;
    width:100%;
    text-align: center;
    margin-top: 16px;
}
.footer a {
    text-decoration: underline;
}

.jumbotron {
    padding: 5px !important;
    padding-top: 10px !important;
    margin-bottom: 0 !important;
    padding-bottom: 10px;
}

h1{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
}
h2{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
}
h3{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
}

h4{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}

h5{
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 16px;
}

.main-header-box {
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
}

.main-widget {
    background-color: #fff;
    padding: 0 10px 10px 10px;
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem;
    border: 1px solid #ddd;
    border-top: 2px solid #f2d638;
    margin-bottom: 15px;
}

.main-widget-header {
    border-bottom: 1px solid #ddd;
    padding: 10px 0 10px 0;
    font-weight: bold;
}

.main-widget-widget, .main-widget-body {
    padding: 10px 0 0 0;
}

.main-widget-body .table {
    margin-bottom: 0 !important;
}

.main-widget-box {
    padding: 10px;
    background-color: #fff;
    border-radius: .25rem;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.main-body-box {
    padding: 0px;
}

.main-footer-box {
    padding-top: 10px;
    border-top: 1px solid #ddd;
    margin-bottom: 10px !important;
}

.main-body-box .table {
    margin-bottom: 0 !important;
}

.modal-dialog {
    margin: 0 auto;
}

.small {
    font-size: 13px;
    color: #666;
}
.tree {
    padding-left: 10px;
    font-size: 18px;
}
.login-box {
    color: #fff;
}
.login-box span {

}

.weight {
    width: 65px;
    padding: 1px !important;
    padding-top: 5px !important;
}

.weight-diary {
    width: 60px;
    padding: 1px !important;
}

.weight-diary input {
    text-align: left;
    padding-left: 4px;
}

.weight-diary-total {
    text-align: left !important;
    padding-left: 6px !important;
}

.bju {
    padding-top: 5px !important;
}


.dish-prod-el-add{
    padding-top: 2px !important;
}
@media (max-width: 768px) {
    .navbar {
        display: none;
    }

    .footer {
        display: none;
    }

    .footer-smart {
        display: block !important;
    }

    .jumbotron {
        padding: 15px 0 50px 0 !important;
    }

    .container {
        padding-bottom: 0px !important;
    }

    .copyright {
        display: block !important;
    }
}

@media (max-width: 576px) {
    .jumbotron {
        padding: 5px 2px 50px 2px !important;
    }
    .main-widget {
        margin-bottom: 5px;
        padding: 0 5px 5px 5px;;
    }
    .card-body {
        padding: 5px;
    }

    .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0px !important;
    }

    h1 {
        margin-top: 0px !important;
        margin-bottom: 10px !important;
    }
    .main-header-box {
        padding: 5px !important;
    }
    .main-body-box {
        padding: 5px !important;
    }
    .main-footer-box {
        padding: 5px !important;
    }

    .main-widget-box {
        margin-bottom: 5px;
    }

    .title {
        float: unset !important;
    }

    .modal-body {
        padding: 5px 2px 5px 2px;
    }

    .weight {
        width: 50px;
    }

    .weight-diary {
        width: 40px;
    }

    .weight-diary input {
        padding-left: unset;
        text-align: center;
    }

    .weight-diary-total {
        text-align: center !important;
        padding-left: unset !important;
    }
}

.add-new-day {
    padding-right: 8px;
    padding-left: 8px;
    margin-right: 3px;
    cursor: pointer;
    border-radius: 3px;
    background-color: #28a745;
    margin-left: 4px;
}

.other-menu{
    min-width: 55px;
    position: fixed;
    right: 0;
    top: unset;
    left: unset;
}

.other-list-menu {
    position: absolute;
    left: -30px;
    width: 50px !important;
    min-width: 50px;
    top: 20px;
}

.other-menu ul, .other-list-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.other-menu ul li, .other-list-menu ul li {
    float: none !important;
}

.other-menu ul li i, .other-list-menu ul li i {
    font-size: 28px !important;
    width: 100%;
    text-align: center;
    color: #444 !important;
    margin-bottom: 10px;
    margin-top: 5px;
}
.other-menu ul li:last-child i, .other-list-menu ul li:last-child i  {
    margin-bottom: 0;
    margin-top: 0;
}

.b-bg-color {
    background-color: #c3e6cb;
}

.b-text-color {
    color: #c3e6cb;
}

.j-bg-color {
    background-color: #ffeeba;
}

.j-text-color {
    color: #ffeeba;
}

.u-bg-color {
    background-color: #f5c6cb;
}

.u-text-color {
    color: #f5c6cb;
}

.errors-div ul {
    margin: 0;
    padding: 0 0px 0 20px;
}

.progress {
    position: fixed;
    top: 1px;
    z-index: 10000;
    width: 0;
    display: none;
    height: 3px;
}
.progress div {
    background-color: #28a745;
}

.copyright {
    display: none;
}

.input-group>.input-group-prepend>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.dishProdSearch {
    border-right: 0 !important;
    border-left: 0 !important;
}

.dish-prod-el-add>button {
    padding: 4px;
    padding-top: 1px;
    padding-bottom: 3px;
    font-size: 14px;
}

.manufacturers-filter {
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: 1px;
}

.manufacturers-filter div {
    font-size: 88%;
    display: inline-block;
    float: none;
    margin-left: 2px;
    margin-right: 2px;
    font-weight: normal;
    border: 1px solid #666;
    cursor: pointer;
}
.modal-block {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: #eee;
    opacity: 0.8;
    left: 0;
    top: 0;
}
.fixed-bottom {
    bottom: -1px !important;
}