
/*
 * 
 */
/* 
    Created on : 19.11.2024, 16:04:49
    Author     : pascal
*/

.app-brand-logo.demo {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
}

.app-brand-logo.demo svg {
    width: 1.7rem;
    height: 1.7rem;
}

.app-brand-text.demo {
    font-size: 1.75rem;
    letter-spacing: -0.45px;
}

body, .font {
    font-family: 'IBM Plex Sans';
}

.disabled_look {
    background-color: #36445d !important;
}

.disable_look_light {
    background-color: #e9ecee !important;
}

.swal2-popup, .swal2-content, .swal2-title, .modal-title, .card-header, .dropdown-header, .text, .accordion-header {
    font-family: 'IBM Plex Sans';
}

.swal2-actions {
    flex-direction: row-reverse;
}

.dropdown-menu > .dropdown-divider {
    margin: 0;
}

.dropdown-menu > .optgroup-1, .dropdown-menu > .optgroup-3, .dropdown-menu > .optgroup-5, .dropdown-menu > .optgroup-7, .dropdown-menu > .optgroup-9 {
    background-color: #f8f9fa;
}

.dropdown-menu > .dropdown-header > .text {
    color: var(--bs-instagram);
}

.width_600 {
    width:600px !important;
}

.inp_small {
    width: 100px !important;
}

/*
    Formatierungen für die Breite der Tabelle
*/

/* Pading für Tabellen anpassen*/
.table > :not(caption) > * > * {
    padding: 0.625rem !important;
}

#tbody_edit_101 > tr > td:nth-child(1) {
    width:30%;
}
#tbody_edit_101 > tr > td:nth-child(2),
#tbody_edit_101 > tr > td:nth-child(3),
#tbody_edit_101 > tr > td:nth-child(4),
#tbody_edit_101 > tr > td:nth-child(5),
#tbody_edit_101 > tr > td:nth-child(6),
#tbody_edit_101 > tr > td:nth-child(7),
#tbody_edit_101 > tr > td:nth-child(8) {
    width:10%;
}

#tbody_edit_102 > tr > td:nth-child(1){
    width:22%;
}
#tbody_edit_102 > tr > td:nth-child(2){
    width:16%;
}
#tbody_edit_102 > tr > td:nth-child(3),
#tbody_edit_102 > tr > td:nth-child(4),
#tbody_edit_102 > tr > td:nth-child(5),
#tbody_edit_102 > tr > td:nth-child(7),
#tbody_edit_102 > tr > td:nth-child(8),
#tbody_edit_102 > tr > td:nth-child(9),
#tbody_edit_102 > tr > td:nth-child(11) {
    width:6%;
}

#tbody_edit_102 > tr > td:nth-child(6),
#tbody_edit_102 > tr > td:nth-child(10) {
    width:10%;
}

#tbody_edit_201 > tr > td:nth-child(1) {
    width:25%;
}
#tbody_edit_201 > tr > td:nth-child(2),
#tbody_edit_201 > tr > td:nth-child(3),
#tbody_edit_201 > tr > td:nth-child(4),
#tbody_edit_201 > tr > td:nth-child(5),
#tbody_edit_201 > tr > td:nth-child(6) {
    width:15%;
}


#tbody_edit_202 > tr > td:nth-child(1) {
    width:60%;
}
#tbody_edit_202 > tr > td:nth-child(2) {
    width:15%;
}

#tbody_edit_202 > tr > td:nth-child(3) {
    width:25%;
}

#tbody_edit_302 > tr > td:nth-child(1) {
    width:50%;
}
#tbody_edit_302 > tr > td:nth-child(2) {
    width:10%;
}

#tbody_edit_303 > tr > td:nth-child(1) {
    width:40%;
}
#tbody_edit_303 > tr > td:nth-child(2) {
    width:30%;
}
#tbody_edit_303 > tr > td:nth-child(3),
#tbody_edit_303 > tr > td:nth-child(4) {
    width:10%;
}

/*
.table_products > tbody > tr > td:nth-child(1) {
    width:50%;
}

.table_products > tbody > tr > td:nth-child(2) {
    width:20%;
}

.table_products > tbody > tr > td:nth-child(3) {
    width:30%;
}
*/
.table_ingredients >  tbody > tr > td:nth-child(1), .table_ingredients >  tbody > tr > td:nth-child(2) {
    width:15%
}

.table_ingredients >  tbody > tr > td:nth-child(3) {
    width:70%
}

.resources_seeds > td:nth-child(1) {
    width:50%;
}
.resources_seeds > td:nth-child(2) {
    width:15%;
}
.resources_seeds > td:nth-child(3) {
    width:35%;
}

.swal2-container{
    z-index: 10000 !Important;
}

