﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.icon-inline {
    font-size: 10px; 
    line-height: 1; 
}

.icon-inline img {
    display: inline-block;
    vertical-align: bottom; 
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 4px;
    margin-top: 18px;
}

pagination {
    list-style: none;
    display: flex;
    padding: 0 10px 0 10px;
}

.pagination li {
    margin: 5px;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    transition: background-color 0.3s;
}

.pagination li.active {
    background-color: #007BFF;
    color: #fff;
}


a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.tablinks {
    cursor: pointer;
}

.btn-icon {
    padding: 0;
    border: 0;
    margin-left: 30px;
    width: 33px;
}

.btn-file {
    cursor: pointer;
}

.tab {

}

.subtract-cell {

}

.tableFixHead {
    overflow: auto;
    height: 95px;
}

.tableFixHead thead {
    position: sticky;
    top: 35px;
    z-index: 1;
    background-color: white;
    border-bottom-width: 0 !important;
}

.tableFixHeadR365ToMeez thead {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: white;
    border-bottom-width: 0 !important;
}

.tabFixed {
    background: white;
    overflow: auto;
    position: sticky;
    top: -1px;
    z-index: 1;
}

.tabSecondHead, th {
    border-width: 0 !important;
    border-style: none !important;
    border-bottom-width: 0 !important;
}


.tableFixHead tbody th {
    position: sticky;
    left: 0;
}

.checbox-same {
    margin: 0.25em 0.5em 0 0.5em !important;
}

.btn-edit {
    cursor: pointer;
}

.active {
    color: rgba(35, 170, 107, 1) !important;
    font-weight: bold;
    background-color: #ffffff !important; 
}

.form-check-same {
    padding: 0 0.25em;
}

.nav-meez {
    margin: 5px 0;
}

.btn-delete {

}

.tabcontent {
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

main {
    display: flex;
    flex-wrap: nowrap;
    height: 100vh;
    max-height: 100vh;
    overflow-x: auto;
    overflow-y: hidden;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.form-check-input:checked {
    background-color: rgba(35, 170, 107, 1) !important;
    border-color: rgba(35, 170, 107, 1) !important;
}

body {
    background: #F7F7F9;
    min-height: 100%;
    min-height: -webkit-fill-available;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0 !important;
    border-bottom-width: 1px !important;
}

th.table-header {
    padding: 0.2rem !important;
}

.table-body {
    border-style: none !important;
}

.meez-title {
    font-size: 20px;
    padding: 0 0 20px 0;
    margin-left: 2.6em;
}

.dine-row {
    flex-wrap: nowrap;
}

.sidebar-style {
    width: 300px !important;
}

.table-size {
    min-width: 900px;
}

.readonly-textbox {
    border-style: none;
    line-height: normal;
}

.readonly-textbox-number {
    width: 70px;
    text-align: center;
}

.dropdown-company {
    font-size: 17px;
}
.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.form-control-login {
    background: rgba(244, 245, 249, 1) !important;
    border-color: rgba(244, 245, 249, 1) !important;
    padding-left: 1.0rem;
}

.form-control-login, .btn-login {
    border-radius: 20px !important;
}

.btn-regular {
    border-radius: 4px;
}

.recipe-row {

}

td {
    padding: .5rem 1rem .5rem 1rem !important;
    vertical-align: middle;
}

th {
    padding: 1rem !important;
    vertical-align: middle;
}
.textbox-ingredient {
    width: 22em;
}

.textbox-archive {
    width: 500px !important;
}
s
.textbox-editor, .textbox-ingredient {
    border-color: rgba(35, 170, 107, 1);
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    height: 1.5rem;
    vertical-align: middle;
}

.alert-status {
    border-radius: 4px;
}

.checkbox-editor .checkbox-alllocations .checkbox-subtract .checkbox-ingredient-ignore .checkbox-ingredient-subtract {
    width: 1.1rem;
    height: 1.1rem;
}

.textbox-size-1 {
    width: 12rem;
}

.textbox-size-2 {
    width: 9rem;
}

.textbox-size-3 {
    width: 6rem;
}

.textbox-size-4 {
    width: 3rem;
}

.btn-meez {
    color: #fff;
    background-color: rgba(35, 170, 107, 1);
    border-color: rgba(35, 170, 107, 1);
}

.btn-meez-delete {
    color: #fff;
    background-color: rgba(192, 26, 61, 1);
    border-color: rgba(192, 26, 61, 1);
}



.padding-login {
    padding: 0px 10px 0px 10px;
}

.background-login {
    background: white;
    border-radius: 20px;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px rgba(244, 245, 249, 1) inset !important;
}

@media (max-height: 3000px) {
    .table-database-auto {
        height: 1250px;
    }
    .table-database-group-auto-big {
        height: 1150px;
    }
    .table-database-group-auto {
        height: 1050px;
    }
    .table-height-auto {
        height: 1200px;
    }
}

@media (max-height: 1400px) {
    .table-database-auto {
        height: 1200px;
    }
    .table-database-group-auto-big {
        height: 1100px;
    }
    .table-database-group-auto {
        height: 1000px;
    }
    .table-height-auto {
        height: 1050px;
    }
}

@media (max-height: 1200px) {
    .table-database-auto {
        height: 950px;
    }
    .table-database-group-auto-big {
        height: 850px;
    }
    .table-database-group-auto {
        height: 750px;
    }
    .table-height-auto {
        height: 850px;
    }
}

@media (max-height: 1000px) {
    .table-database-auto {
        height: 800px;
    }
    .table-database-group-auto-big {
        height: 700px;
    }
    .table-database-group-auto {
        height: 600px;
    }
    .table-height-auto {
        height: 650px;
    }
}

@media (max-height: 850px) {
    .table-database-auto {
        height: 650px;
    }
    .table-database-group-auto-big {
        height: 550px;
    }
    .table-database-group-auto {
        height: 450px;
    }
    .table-height-auto {
        height: 500px;
    }
}

@media (max-height: 700px) {
    .table-database-auto {
        height: 500px;
    }
    .table-database-group-auto-big {
        height: 400px;
    }

    .table-database-group-auto {
        height: 350px;
    }
    .table-height-auto {
        height: 350px;
    }
}

@media (max-height: 600px) {
    .table-database-auto {
        height: 1350px;
    }
    .table-height-auto {
        height: 250px;
    }
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    height: -webkit-fill-available;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.centered {
    display: flex;
    justify-content: center;
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: rgba(35, 170, 107, 1);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}
