﻿html {
    font-size: 14px;
}



.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.containerS {
    display: flex;
    justify-content: center;
}

.contentS {
    display: flow;
    padding-left: 10px;
    padding-right: 20px;
    justify-content: center;
    align-items: center;
    text-align: left;
    max-width: 1600px;
    width: 100%;
}

.breadCrumsA {
    font-size: 16px;
    color: black;
    text-decoration: none;
    padding: 5px 15px;
}

    .breadCrumsA:hover {
        text-decoration: underline;
        color: black;
    }

.breadCrumsSep {
    font-size: 16px;
    margin-left: 15px
}

.breadCrumsSepM {
    font-size: 16px;
}

.containerButtons {
    display: flex;
    flex-wrap: wrap;
}

.tilePP, .tileProfily, .tilePole, .tileProfilTloustka, .tileSymbolBtn, .tileProjektFilter, .tilePoptavkaFilter, .tileAutorizaceFilter {
    display: inline-flex;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid black;
    margin: 2px;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    font-weight: 600;
    justify-content: center;
}

    .tilePP:hover, .tileProfily:hover, .tilePole:hover, .tileProfilTloustka:hover, .tileSymbolBtn:hover, .tileProjektFilter:hover, .tilePoptavkaFilter:hover, tileAutorizaceFilter:hover {
        color: white;
        background-color: lightskyblue;
        font-weight: 600;
    }

.tileMaterial {
    display: block;
}

.tileProfily, .tileProfilySelected {
    width: 122px;
}

.tilePPSelected, .tileProfilySelected, .tilePoleSelected, .tileProfilTloustkaSelected, .tileSymbolBtnSelected, .tileProjektFilterSelected, .tilePoptavkaFilterSelected, .tileAutorizaceFilterSelected {
    display: inline-flex;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid black;
    margin: 2px;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: lightskyblue;
    cursor: pointer;
    color: white;
    font-weight: 600;
    justify-content: center;
}

.tileProfil {
    width: 381px;
    border: 1px solid black;
    margin: 2px;
    padding: 2px;
}

.profilRow1 {
    display: flex; /* Use flexbox */
    justify-content: space-between; /* Align children to the sides */
    flex-wrap: wrap; /* Allow items to wrap to the next line */
}

.textLeft {
    flex: 1; /* Take up the remaining space */
    text-align: left; /* Align text to the left */
    font-weight: 600;
    margin-left: 10px;
}

.tileProfilPozice {
    width: 80px;
    justify-content: center;
    text-align: center;
    justify-content: center;
    display: inline-flex;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid black;
    margin: 2px;
    padding: 2px;
    cursor: pointer;
    font-weight: 600;
}

    .tileProfilPozice:hover {
        font-weight: 600;
        color: white;
        background-color: lightskyblue;
    }

.tileProfilPoziceSelected {
    width: 80px;
    justify-content: center;
    text-align: center;
    display: inline-flex;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid black;
    margin: 2px;
    padding: 2px;
    background-color: lightskyblue;
    cursor: pointer;
    font-weight: 600;
    color: white;
}

.dialogZatizeni {
    background-color: lightgray;
    border: thin;
}

.pole {
    width: 190px;
    height: 40px;
    /* border: 1px solid black;*/
}

.podporaLeva {
    position: absolute;
    margin-top: 5px;
    margin-left: -17px;
}

.podporaLevaPresahSirka {
    position: absolute;
    margin-top: 33px;
    margin-left: 50px;
}

.podporaLevaSirka {
    position: absolute;
    margin-top: 33px;
    margin-left: -18px;
}

.podporaPrava {
    position: absolute;
    margin-top: 5px;
    margin-left: 173px;
}

.podporaPravaSirka {
    position: absolute;
    margin-top: 33px;
    margin-left: 182px;
}

.podporaPravaPresahSirka {
    position: absolute;
    margin-top: 33px;
    margin-left: 70px;
}

.poleLine {
    position: absolute;
    margin-top: -10px;
}

.poleDelka {
    position: absolute;
    margin-top: 10px;
    margin-left: 50px;
}

.poleDelkaKonzolaLeva {
    position: absolute;
    margin-top: 10px;
    margin-left: 30px;
}

.poleDelkaKonzolaPrava {
    position: absolute;
    margin-top: 10px;
    margin-left: 40px;
}

.poleDelkaInput {
    width: 60px;
    height: 18px;
}

.poleSirkaInput {
    width: 35px;
    height: 18px;
}

.txtGrafickeZatizeni {
    width: 35px;
    height: 18px;
}

#tabs {
    overflow: hidden;
    background-color: #f1f1f1;
}

    #tabs li {
        float: left;
    }

        #tabs li a {
            display: block;
            padding: 10px 20px;
            text-decoration: none;
        }

.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
}

.divTableCell, .divTableHead {
    display: table-cell;
}

.containerButtonsDialog {
    display: flex;
    flex-wrap: wrap;
}

.tileDialog {
    display: inline-flex;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid black;
    margin: 2px;
    padding: 2px;
}

.tileDialogSelected {
    display: inline-flex;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid black;
    margin: 2px;
    padding: 2px;
    background-color: lightskyblue;
}

.dialogZatizeniPreviewImage {
    position: absolute;
    margin-top: 55px;
    margin-left: 300px;
}





.input-with-icons {
    position: relative;
    display: flex;
}

    .input-with-icons input[type="text"] {
        width: calc(100% - 20px); /* Adjust width to make space for icons */
        padding-right: 5px; /* Add padding to prevent text from hiding behind icons */
        height: 20px;
    }

.icons-container {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.icon {
    cursor: pointer;
    padding: 2px;
}

/* You can use SVG or font icons instead of text for better visuals */
.icon-up {
    position: relative;
    top: 9px;
}

.icon-down {
    position: relative;
    top: -10px;
}


.grafickeZobrazeniZatizeni {
    font-size: 12px;
    display: flex;
    margin-bottom: 5px;
    padding: 0px;
    justify-content: left;
    position: relative;
}

.zatizeniInfoCenter {    
    justify-content: center;
    text-align: center;
    position: absolute;
    margin-top:13px;
    width:100%;
}

.zatizeniInfoRight {
    position: absolute;
    margin-right: -70px;
    right: 0;
}

.zatizeniInfoLeft {
    position: absolute;    
    margin-left: -70px;
    left: 0;
}
