/*
Styly pro administratora aplikace
@vesion 1.0.0 17-07-2025
*/

.adminBlok_sab_ridiciPanel{
    display: flex;
    flex-direction: row;
}
.buttonOkObal{
    display:flex;
    width: 100%;
    justify-content: center;
}
.button_adminPanel, .button_adminPanel_active, .buttonOk{
    position: relative;
    display: flex;
    width: 8rem;
    height: 5rem;
    color:#848181;
    font-weight: 600;
    font-size: var(--font-size-button);
    letter-spacing: 0.05;
    letter-spacing: 0.05rem;
    border: 1px solid #d2caca;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom right, #f2f6f9, #c9e8f2);
    text-transform: uppercase;
    border-radius: 5px;
    margin: 1rem;
    padding: 1rem;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.button_adminPanel_active .home-icon{/*Pokud je aktivni a neni home*/
    width: 55%;
}
.button_adminPanel .home-icon{/*Pokud se jde na home, aby se nemenila velikost*/
    width: 41%;
    height: auto;
}

.button_adminPanel_active .ajax_zobrazHome{
    display:flex;
    justify-content: center;
}
.button_adminPanel a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color:#848181;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Efekt při najetí myší */
.button_adminPanel:hover, .buttonOk:hover {
    background: linear-gradient(to bottom right, lightblue, deepskyblue); /* Změna barvy pozadí */
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); /* Zvýrazněný stín */
    transform: scale(1.05); /* Lehký zvětšovací efekt */
}
.button_adminPanel:active, .buttonOk:active {
    background: linear-gradient(to bottom right, #ccebcc, #23c923);
    box-shadow: 3px 3px 6px rgba(0, 128, 0, 0.5);
    transform: scale(0.98);
}
.button_adminPanel_active {
    text-decoration: none;
    color:#848181;
    background: linear-gradient(to bottom right, #ccebcc, #23c923);
    box-shadow: 3px 3px 6px rgba(0, 128, 0, 0.5);
    transform: scale(0.98);
}
.button_adminPanel_active a{
    text-decoration: none;
    color:#848181;
}
.adminBlok_sab_ridiciPanel, .vyrobkyDelic_ajax_zobrazVyrobky{
    position: relative;
    display: flex;
    height: auto;
    border-bottom: 0.1rem solid rgba(0, 123, 255, 0.5);
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
    width: 100%;
    max-width: 2400px;
    justify-content: center;
}
.adminBlok_sab_ridiciPanel:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
    height: 0.3rem;
    background-color: rgba(0, 123, 255, 0.5);
    transform: translateY(5px);
}
/** Seznam uzivatelu*/


.nadpisUzivatelel_ajax_zobrazUzivatele, .nadpisSmeny_ajax_zobrazSmeny{
    width:100%;
    font-size: var(--font-size-h2);
    text-align: center;
}
.obalButtonPridejUzivatele_ajax_zobrazUzivatele, .obalButtonPridejstroj_ajax_zobrazStroje{
    display: flex;
    justify-content: center;
    width:100%;
    text-align: center;
}
.seznamUzivatelu_ajax_zobrazUzivatele table {
    width: 60%;
    border-collapse: collapse;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}
.seznamUzivatelu_ajax_zobrazUzivatele th, .seznamUzivatelu_ajax_zobrazUzivatele td {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: left;
}
.seznamUzivatelu_ajax_zobrazUzivatele th {
    background-color: #f0f0f0;
}
.seznamUzivatelu_ajax_zobrazUzivatele caption {
    caption-side: top;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 10px;
}
.uzivatelEdit{
    text-decoration: none;
  font-size: 1.2rem;
  color: #37451a;
  margin-left: 0.3rem;
}
.uzivatelEdit:hover{
    color: green;
}
.buttonPridatUser_ajax_zobrazUzivatele, .buttonPridatStroj_ajax_zobrazStroje, .buttonOk{
    height: 2.5rem;
    font-size: 70%;
    width: 10rem;
}
.akceTd_ajax_zobrazUzivatele{
    display: flex;
}
.akceTd_ajax_zobrazUzivatele > div{
    width: 1.4rem;
    height: auto;
    padding: 0 0.2rem;
    cursor: pointer;
}

/*Modal oknov pro uzivatele*/
#modalUzivatelModalObsah, #modalUzivatelModalObsah2{
    display: flex;
    justify-content: center;
    width: 100%;
}
.text_modal_UserInfoOperace, .text_modal_halyInfoOperace, .text_modal_halaNastaveniInfoOperace{
    width: 100%;
    text-align: center;
    margin: 1rem 0;
}
.formUzivatel_modal, .formHala_modal{
    display: flex;
    width:100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.formUzivatel_modal form, .formHala_modal form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
}
.modalUzivatel_content{
    border-radius: 10px;
}
.modalUzivatel_modal, .modal-customAlert {
    display: none; /* Skryté ve výchozím stavu */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4); /* Poloprůhledné pozadí */
}
.modalUzivatel_content, .modal-customAlert-content {
    background-color: #fefefe;
    margin: 15% auto; /* Vertikální a horizontální zarovnání */
    padding: 20px;
    border: 1px solid #888;
    width: 70%; /* Šířka modálního okna */
    min-width: 1605px;
    height: max-content;
}

.modal_close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.modal_close:hover,
.modal_close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.alertButtonOk{
    display:flex;
    width: 100%;
    margin-top: 2rem;
    justify-content: center;

}
.btn-customAlert{
    width: 50%;
    height: 3rem;
}

/*styl customerAlert*/
.modal-customAlert-content {
    background-color: var(--background-color-vyrobky, #fefefe);
    margin: 10% auto;
    padding: 3rem;
    width: 50rem;
    max-width: 90vw;
    min-width: 320px;
    border: var(--border-form-vyrobky, 1px solid #ccc);
    border-radius: var(--border-radius-vyrobky, 10px);
    box-shadow: var(--box-shadow-vyrobky, 0 8px 24px rgba(0,0,0,0.18), 0 1.5px 4px rgba(0,0,0,0.12));
    font-family: Arial, sans-serif;
    font-size: var(--font-size-text, 18px);
    text-align: center;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modal-customAlert-content p#alertMessage {
    font-size: var(--font-size-text, 18px);
    margin: 0;
    padding: 0;
}
.alertButtonOk {
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
    width: 100%;
}

.btn-customAlert {
    width: 60%;
    max-width: 20rem;
    height: 3.2rem;
    font-size: var(--font-size-button, 105%);
    background-color: #00aaff;
    color: white;
    border: none;
    border-radius: var(--border-radius-vyrobky, 10px);
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.25s ease, transform 0.15s ease;
}

.btn-customAlert:hover {
    background-color: #0077cc;
    transform: translateY(-1px);
}

.btn-customAlert:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0,170,255,0.3);
}

/*KOnec styl customerAlert*/


.formUzivatel_modal h2, .formHala_modal h2{
    font-size:var(--font-size-h2);
    text-align:center;
}
.obal_blok_registraceUzivateleFormZaklad, .obal_blok_FormNewHalaZaklad, .halyInputText_modal_newStroj{
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 100%;
}
.obal_blok_registraceUzivateleFormZaklad input, .obal_blok_registraceUzivateleFormZaklad select, .inputSubmit, .obal_blok_FormNewHalaZaklad input, .halyInputTextInput_modal_newStroj{
    height: 1.8rem;
    width: 100%;
    margin-top: 0.3rem;
}
.obal_blok_registraceUzivateleFormZaklad select{
    width:40%;
    padding-left: 0.5rem
}
.blok_registraceUzivateleFormZakladErrorNewUser{
    border: 1px solid red;
}
.blok_registraceUzivateleFormZakladErrorNewUserText{
    font-size: 80%;
    color: red;
    font-weight: bold;
}
.blok_registraceUzivateleFormZakladErrorNewUserStejneJmenoPrijmeni{
    text-align: center;
}
.inputSubmit{
    width: 100%;
    color: #514c4c;
    background: linear-gradient(to bottom right, #ccebcc, #23c923);
    box-shadow: 3px 3px 6px rgba(0, 128, 0, 0.5);
    transform: scale(0.98);
    height: 3rem;
    font-size: var(--font-size-button);
    font-weight: bold;
    border:0px;
}
.inputSubmit:hover {
    background: linear-gradient(to bottom right, lightblue, deepskyblue); /* Změna barvy pozadí */
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); /* Zvýrazněný stín */
    transform: scale(1.05); /* Lehký zvětšovací efekt */
}
.inputSubmit:active {
    background: linear-gradient(to bottom right, #ccebcc, #23c923);
    box-shadow: 3px 3px 6px rgba(0, 128, 0, 0.5);
    transform: scale(0.98);
}
.modal_icon-hala {
    position: relative;
    display: inline-block;
    font-size: 17px;
    text-decoration: none;
}


.count-hala {
    position: absolute;
    top: 0;
    right: 0;
    background: white;
    color: green;
    font-size: 12px;
    padding: 2px 6px;
    border: 1px solid green;
    border-radius: 50%;
    transform: translate(50%, -50%);
}
#pridejHaluUser-response{
    min-width:80%;
    text-align: center;
}
/** konec modal uzivatele

/* Pridani haly  + pridani stroje*/
.haly_blok_formPridejHaluKuzivateli, .halyObal_ajax_zobrazVyrobky, .halyObal_ajax_pridejVyrobky, .haly_blok_pridaniSmenySpravce, .haly_modal_newStroj{
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    justify-content: center;
}
.haly_modal_newStroj{
    flex-direction: column;
}
.halyBlokRadio_modal_newStroj{
    display: flex;
}
.hala_blok_formPridejHaluKuzivateli, .hala_ajax_zobrazVyrobky, .hala_ajax_pridejVyrobky, .hala_blok_modal_pridaniSmenySpravce, .hala_modal_newStroj{
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 10rem;
    height: 6rem;
    font-weight: 600;
    font-size: var(--font-size-button);
    letter-spacing: 0.05rem;
    border: 1px solid #ddd;
    text-transform: uppercase;
    border-radius: 5px;
    margin: 1rem;
    padding: 1rem;
    justify-content: center;
    align-items: flex-end;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: #6c6c6c;
    background: linear-gradient(to bottom right, #f5f5f5, #dcdcdc);
    box-shadow: 3px 3px 6px rgba(160, 160, 160, 0.3);
    transform: scale(0.98);
    z-index: 1;
}
.hala_blok_formPridejHaluKuzivateli::before, .hala_ajax_zobrazVyrobky::before, .hala_ajax_pridejVyrobky::before, .hala_blok_modal_pridaniSmenySpravce:before, .hala_modal_newStroj:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../img/hala-cervena-strecha-pruhlednost-do-ztracena-cesky-komentar.svg) center / cover no-repeat;
    opacity: 0.2;
    z-index: 0;
}
.hala_ajax_pridejVyrobky, .hala_ajax_zobrazVyrobky{
    word-break: break-all;   
     overflow-wrap: anywhere; 
}

/* Uvnitr zajistime, ze prvky maji vyssi z-index a nejsou prekryte */
.hala_blok_formPridejHaluKuzivateli *, .hala_blok_modal_pridaniSmenySpravce *, .radio_prirazeni_modal_newStroj {
    position: relative;
    z-index: 1;
}
.hala_blok_formPridejHaluKuzivateli label, .hala_ajax_zobrazVyrobky label, .hala_ajax_pridejVyrobky label, .hala_blok_modal_pridaniSmenySpravce label{
    display: flex;
    width: 100%;
}
.hala_ajax_zobrazVyrobky label, .hala_ajax_pridejVyrobky label, .hala_modal_newStroj label{
    width: 100%;
    height: 100%;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}
.checkboxFiltrace_ajax_zobrazVyrobky, .checkboxUpload_ajax_zobrazVyrobky{
    z-index:2;
}
.hala_blok_formPridejHaluKuzivateli div, .hala_blok_modal_pridaniSmenySpravce div{
    margin: 0 1rem;
    flex-wrap: wrap;
    display: flex;
    /*max-height: 1rem;*/
    height: 3.2rem;
    justify-content: center;
    align-content: center;
    overflow:hidden;
    width: 6rem;
  word-break: break-all;
}
.hala_blok_modal_pridaniSmenySpravce .radio-prirazeni{
   transform: scale(1.4);/*zvetseni radiobuttonu*/
   accent-color: #84D2EC; 
    cursor: pointer;
    /*margin: 0.4rem;*/
}
.modalUzivatelPRidatHalu h2{
    font-size: var(--font-size-h2);
    text-align: center;
    margin-bottom: 1.5rem;
}
.inputSubmitHaly:hover{
    transform: scale(1) !important;
    border-radius: 5px;
}
.modal_halaNastaveni{
    display: flex;
    flex-direction: column;
    min-width: 80%;
    align-items: center;
}
.modal_halaNastaveni h2{
    text-align: center;
    margin-bottom: 2rem;
}
.haly_blok_formPridejHaluKuzivateliObal{
    display:flex;
    flex-direction: column;
    align-items: center;
}
.haly_blok_formPridejHaluKuzivateliObal h3{
    margin-bottom: 1rem;
}

/*Editace vlastnosti hal */
.haly_blok_formPridejHaluKuzivateli tr td{
    padding: 0 1rem;
}
/* konec editace vlastnosti haly */


/** konec pridani haly **/
#pridejHaluUser{
    width:100%;
}
/**Konec panel uzivatelu*/

/** Haly */
.halyObal_ajax_zobrazHaly{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#datahaly_ajax_zobrazHaly h2, #datahaly_ajax_zobrazStroje h2{
    text-align: center;
}


.hala_ajax_zobrazHaly {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 10rem;
    height: 6rem;
    font-weight: 600;
    font-size: var(--font-size-button);
    letter-spacing: 0.05rem;
    border: 1px solid #ddd;
    text-transform: uppercase;
    border-radius: 5px;
    margin: 1rem;
    padding: 1rem;
    justify-content: center;
    align-items: flex-end;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: #6c6c6c;
    background: linear-gradient(to bottom right, #f5f5f5, #dcdcdc);
    box-shadow: 3px 3px 6px rgba(160, 160, 160, 0.3);
    transform: scale(0.98);
    z-index: 1;
    word-break: break-all;
}

.hala_ajax_zobrazHaly::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../../img/hala-cervena-strecha-pruhlednost-do-ztracena-cesky-komentar.svg') center/cover no-repeat;
    opacity: 0.2; /* 👈 Zde ovládáš průhlednost obrázku */
    z-index: 0;
}

/* HOVER */
.hala_ajax_zobrazHaly:hover::before {
    opacity: 0.5;
}

.hala_ajax_zobrazHaly:hover {
    background: linear-gradient(to bottom right, #ededed, #cfcfcf);
    box-shadow: 4px 4px 8px rgba(140, 140, 140, 0.4);
    transform: scale(1.05);
    color: #444;
}

/* ACTIVE */
.hala_ajax_zobrazHaly:active::before,
.hala_ajax_zobrazHaly.active::before {
    opacity: 0.2;
}

.hala_ajax_zobrazHaly.active,
.hala_ajax_zobrazHaly:active {
    background: linear-gradient(to bottom right, #f5f5f5, #dcdcdc);
    box-shadow: inset 2px 2px 4px rgba(120, 120, 120, 0.5);
    color: #2a2a2a;
    transform: scale(0.98);
}

.errorHlaska_blok_novaHalaFormZaklad{
    margin: 1rem 0;
    text-align: center;
    color: red;
}
/** Konec haly */

/** Panel vyrobky*/
.produktyObal_ajax_zobrazVyrobky{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.vyrobkyDelic_ajax_zobrazVyrobky{
    margin-top: 2rem;
}
.produktyVypis_ajax_zobrazVyrobky h3{
    margin-top:0rem !important;
}

/** Zacatek formular s produkty pro js*/
#productForm, .panelVyrobkyVypis_ajax_zobrazVyrobky{
    display: flex;
    justify-content: center;
    width: 50rem;
    border: var(--border-form-vyrobky);
    border-radius: var(--border-radius-vyrobky);
    padding: 3rem;
    background-color: var(--background-color-vyrobky);
    box-shadow: var(--box-shadow-vyrobky);
}
#productContainer{
    margin-top: 1rem;
}

/** je to svazene s js - nemenit nazvy !!*/
.product-row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.product-row input {
    padding: 8px;
    flex: 1;
}

#addProductBtn {
    font-size: 24px;
    cursor: pointer;
    padding: 5px 10px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 4px;
}

#fileUpload {
    width: 100%;
    min-width:100%;
    border: 2px dashed #aaa;
    padding: 3rem;
    text-align: center;
    cursor: pointer;
    color: #555;
}

#fileUpload.hover {
    background-color: #f0f0f0;
}

#fileInput {
    display: none;
}
.remove-row {
    background-color: #dc3545;
    border: none;
    padding: 6px;
    margin-left: 5px;
    border-radius: 4px;
    cursor: pointer;
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    transition: background-color 0.2s ease-in-out;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpolyline points='3 6 5 6 21 6'/%3E%3Cpath d='M19 6L17.5 20H6.5L5 6'/%3E%3Cpath d='M10 11V17'/%3E%3Cpath d='M14 11V17'/%3E%3Cpath d='M9 6V4H15V6'/%3E%3C/svg%3E");
}

.remove-row:hover {
    background-color: #c82333;
}

/* Schovani formulare na pridavani produktu - css pro js */
/* Styl buttonu pro sbaleni a rozbaleni*/
.buttonPlus_ajax_zobrazVyrobky{
    width: 180%;
}
.buttonMinus_ajax_zobrazVyrobky{
    font-size: 14px;
    cursor: pointer;
    padding: 5px 10px;
    background-color: #a1a5a2;
    color: white;
    border: none;
    border-radius: 4px;
}
.formProductCollapsing_ajax_zobrazVyrobky{
    padding:1rem !important;
}
/* Konec stylu pro sbaleni a rozbaleniu*/
.collapsible-section {
    overflow: hidden;
    width: 40rem;
    max-height: 2000px;
    transition: max-height 0.5s cubic-bezier(.4,0,.2,1), opacity 0.4s;
    opacity: 1;
}
.collapsible-section.collapsing {
    opacity: 0;
    max-height: 0 !important;
}
.collapsible-section.expanding {
    opacity: 1;
    max-height: 2000px;
}
/* Konec schovavani formulare pro pridani produktu*/

/**Konec formular produkty pro js*/
/**Formular produkty ostatni*/
.hromadnePridaniProduktu_ajax_zobrazVyrobky{
    margin-top: 3rem;
}
.produkty_ajax_zobrazVyrobky{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: center;
}
.produkty_ajax_zobrazVyrobky h3{
    margin: 1rem 0;
}
.buttonHromadnePridani_ajax_zobrazVyrobky{
    margin: 1rem 0 2rem;
    height: 8rem;
    display: flex;
}
/**Konec formular produkty ostatni*/

/** Vypis vyrobku v tabulce */
.panelVyrobkyVypis_ajax_zobrazVyrobky{
    width: 90% !important;
    max-width: 70rem !important;
    flex-direction: column !important;
}
.panelVyrobkyVypis_ajax_zobrazVyrobky p{
    text-align: left;
}
.panelVyrobkyVypis_ajax_zobrazVyrobky #produktFilterInput{
    height: 2rem;
    border-radius: 5px;
    margin-bottom: 2rem;
    border: 1px solid black;
    padding: 0.3rem;
    margin-top: 0.2rem;
    width: 50%;
}
.vyrobkyTable_ajax_zobrazVyrobky, .vyrobkyTable_ajax_zobrazVyrobky th, .vyrobkyTable_ajax_zobrazVyrobky tr, .vyrobkyTable_ajax_zobrazVyrobky td{
    border: 0.09rem solid #746d6d;
    border-collapse: collapse;
    padding: 0.5rem;
    text-align: left;
}
.vyrobkyTable_ajax_zobrazVyrobky td span{
    display: block;
    color: red;
    text-align: center;
    width: 100%;
}
.vyrobkyTable_ajax_zobrazVyrobky th:first-child,
.vyrobkyTable_ajax_zobrazVyrobky td:first-child {
    width: 30%;
    word-break: break-all;
}
.vyrobkyTable_ajax_zobrazVyrobky th:last-child,
.vyrobkyTable_ajax_zobrazVyrobky td:last-child {
    width: 70%;
}
.vyrobkyTable_ajax_zobrazVyrobky th{
    text-align: center !important;
}

/**Konec karta produkty*/

/** Bublina napoveda */
/** bublina napoveda**/
.bubble-div {
    position: relative;
    cursor: pointer; /* pro naznačení interakce */
}

.bubble-div::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #A9A5A5;
    color: #fff;
    padding: 1rem 2rem;
    border: 1px solid #686565;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
    font-size: 14px;
    z-index: 10;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
}

/* Na PC s myší – zobrazujeme pomocí :hover */

.bubble-div:hover::after {
    opacity: 1;
}


/* Na dotykových zařízeních – pomocí JS */
.bubble-div.active::after {
    opacity: 1;
    pointer-events: auto;
}
/* KOnec bubliny napoceda */

/* Modal pro vysledek ulozeni produktu */
.obal_modal_newProduktyVysledek{
text-align: center;
  line-height: 2rem;
}
/*KOnec modal pro vysledek ulozeni produktu */

/** Smeny spravce - zacatek */
.obalVypisSmen_blok_smenySpravce, .obalVypisSmen_blok_tabulkaSmeny {
        margin-top: 2rem;
        margin-bottom: 2rem;
        text-align: center;
    }

    .zamcena_blok_smenySpravce, .odemcenaSmena_blok_smenySpravce,
    .lupa_blok_smenySpravce {
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        vertical-align: middle;
        margin-right: 1rem;
    }
    .lupa_blok_smenySpravce{
        margin-right: 0rem !important;
        margin-left:1rem;
    }
        
        /** Smeny spravce - konec */

