﻿
.title {
    position: relative;
    color: #1a1919;
    padding-left: 75px;
    margin-bottom: 0;
    font-family: Rubik, sans-serif;
    font-weight: bold;
}

    .title:before {
        content: '';
        position: absolute;
        top: 20px;
        left: 0;
        width: 66px;
        height: 2px;
        background-color: #0073e0
    }

.heading {
    background-color: #eef7ff;
    display: flex;
}

.mainHeading {
    padding: 35px 0;
    flex: 1;
}

.headMenu {
    display: grid;
}

.userMenu {
    /*display: flex;*/
    text-align: right;
}

.adminMenu {
    align-self: flex-end;
    text-align: right;
    /*padding: 13px;*/
}

.navigaceA {
    color: black;
    text-decoration: none;
}

.homeMenu {
    margin: 10px;
    padding: 10px;
    border: 1px solid #d1e2f6;
    background-color: #eef7ff;
    color: #0c7be2;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
}

    .homeMenu:hover {
        border: 1px solid #73ABEA;
    }

    .homeMenu a {
        /* color: #0c7be2;
        font-weight: bold;
        font-size: 20px;
        text-decoration: none;*/
    }

.homeMenuBottom {
    padding: 10px;
    border: 1px solid #d1e2f6;
    background-color: #eef7ff;
    width: 78%;
    color: #0c7be2;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
}

    .homeMenuBottom:hover {
        border: 1px solid #73ABEA;
    }

    .homeMenuBottom a {
        //color: #0c7be2;
    }

.userName {
    font-weight: bold;
    text-decoration: none;
}

    .userName:hover {
        text-decoration: underline;
    }

.schemaSekce {
    display: flex;
    border: 1px solid black;
    background-color: #bfe1ff;
    height: 80px;
}

.schemaSekceName {
    display: flex;
    align-items: center;
    flex: 1;
    color: #0074e0;
    font-size: 30px;
    font-weight: bold;
    padding-left: 10px;
}

.schemaVypocetTabs {
    display: flex;
    flex: 1;
    color: #0074e0;
    vertical-align: bottom;
    /*border: 1px solid black;*/
    flex-grow: 1;
    padding-left: 15px;
}


.schemaSekceFunkce {
    display: flex;
    color: #0074e0;
    font-size: 20px;
    font-weight: bold;
    align-items: center;
    cursor: pointer;
    padding-right: 10px;
}

.schemaTabSelected {
    border: 1px solid #b1d4f4;
    color: white;
    background-color: #45a7ff;
    padding-left: 10px;
    /* padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 0px;*/
    height: 65px;
    margin: 10px 5px 0px 0px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

    .schemaTabSelected a {
        text-decoration: none;
        font-weight: bold;
        color: white;
    }

.schemaTab {
    border: 1px solid #dbe7f3;
    color: black;
    background-color: #c2dfff;
    padding-left: 10px;
    height: 65px;
    /*padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 0px;*/
    margin: 10px 5px 0px 0px;
    font-weight: 600;
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .schemaTab:hover {
        border: 1px solid #b1d4f4;
        background-color: #45a7ff;
        font-weight: 600;
        color: white;
    }

    .schemaTab a {
        text-decoration: none;
        color: black;
        font-weight: 600;
    }


.sekceDetail {
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    padding: 5px;
    background-color: #eef7ff;
}

.tableContainer {
    border: 1px solid black;
    padding: 5px;
    background-color: #eef7ff;
    margin-bottom: 10px;
}

.sekceSeparator {
    height: 20px;
}

.row {
    margin-bottom: 0px;
}

.copyProjectNormal {
    color: grey;
    font-size: 15px;
    text-decoration: none;
}

.copyProjectGreen {
    color: green;
    font-size: 15px;
    text-decoration: none;
}

.copyProjectRed {
    color: red;
    font-size: 15px;
    text-decoration: none;
}

.projektRow {
    color: black;
    text-decoration: none;
}

.projektRowBlue {
    color: #7dc1ff;
    text-decoration: none;
}

.projektRowRed {
    color: red;
    text-decoration: none;
}

.tableFilter {
    display: flex;
    align-items: center;
    height: 20px
}

.tableFilterSortIcons {
    display: flex;
    flex-direction: column;
    margin-left: 8px;
    padding: 0px;
}

.tableFilterSortIcon {
    height: 6px;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
}

.tableFilterSortIconUp {
    position: relative;
    margin-bottom: 17px;
    width: 7px;
    height: 4px;
    padding: 0px
}

.tableFilterSortIconDown {
    position: relative;
    margin-bottom: 18px;
    padding: 0px;
}

#overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
}

#overlayTransparent {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
}


.checkBoxText {
}

    .checkBoxText:hover {
        text-decoration: underline;
    }


.aText {
    font-size:12px;
    text-decoration: none;
    color: black;
}

    .aText:hover {
        text-decoration: underline;
        color: #0074e0;
    }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.custom-inputSchemaName {
    display: flex;
    align-items: center;
    padding: 0px;
    /*width: 300px;*/
}

.editable-input {
    /*flex-grow: 1;*/
    text-align: center;
    border: none;
    outline: none;
    font-weight: bold;
    background-color: white;
}


.custom-input {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    padding: 5px;
    background-color: white;
    /*width: 300px;*/
}

/* Style for the static text */
.static-textStart {
    margin-right: 5px;
    color: gray;
    /* font-weight: bold;*/
}

.static-textEnd {
    margin-left: 2px;
    color: gray;
    /* font-weight: bold;*/
}


.custom-inputPole {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    padding: 3px;
    background-color: white;
    /*width: 300px;*/
}

.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.file-upload-button {
    display: inline-block;
    padding: 5px;
    margin: 2px;
    cursor: pointer;
    background-color: #007bff;
    color: white;
    border-radius: 5px;
    /*font-size: 16px;*/
}

    .file-upload-button:hover {
        background-color: #0056b3;
    }


.slim {
    padding: 2px;
}
.ui-dialog-titlebar-close:after {
    content: 'X';
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 10px; /* Adjust the line-height to match the height of your close button */
}

.mainmenu:hover{
    text-decoration:underline;
}

.newProject
{
    font-size:18px;
    color:black;
}

    .newProject:hover {
        color: #007bff;
    }

