/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/*
    Created on : 30. 1. 2025, 19:28:39
    Author     : egrat
*/

:root{

}

h1,h2,h3,h4,h5,h6 {
    font-family: "Oswald", sans-serif;
}
html,body {
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}
/* Nadpisy – Oswald, aby seděl s webem */
h1, h2, h3, .heading, .page-title {
    font-family: "Oswald", "Open Sans", system-ui, sans-serif;
    font-weight: 500;
    letter-spacing: 0.03em;
}

a,input{
    font-weight: 400 !important;
    font-size: 12px !important;
}
.navbar{
    background-image: url('../images/paralax2_blur.webp');
    background-size: cover;
    background-position: center;
}
.navbar-brand{
    font-family: Oswald;
    color: #fff;
}
.navbar-toggler:hover{
    background-color: #74B4C9;
}
.offcanvas{
    /*background-image: url('../images/paralax2_blur.webp');
    background-size: cover;
    background-position: center;*/
}

.btn-primary {
    background-color: #74B4C9;
    border-color: #74B4C9;
}

.btn-primary:hover {
    background-color: #05789E;
    border-color: #05789E;
}
.btn-primary:active {
    background-color: #05789E !important;
    border-color: #05789E !important;
}
.fc-day-today{
    background-color: rgba(247, 220, 86, 0.64) !important;
}
#window-title {
    color: white;
}
#workspace{
    height: calc(100vh - 55px);
    width: 100vw;
    margin-top: 56px;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dtp {
    padding: 20px;
    display: flex;
    width: 99%;
    height: 97%;
    background-color: rgba(255,255,255,0.9);
    border-radius: 10px;
}
.ajax-loading{
    width:100vw;
    height: 100vh;
    position: absolute;
    top:0px;
    left:0px;

    align-content: center;
    justify-content: center;
    z-index: 10001;
    background-color: rgba(100,100,100,0.5);
    justify-content: center;
    align-items: center;
    display: none;
}
.login-overlay {
    background-color: #fff;
    background-image: url(../images/paralax2.webp);
    background-size: cover;
    background-position: center;
    position: absolute;
    z-index: 10000;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;

}
.profile-photo {
    background-color: lightgrey;
    width: 70px;
    height: 70px;
    margin: auto;
}
.user-name,.user-email {
    font-family: Oswald;
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 768px) {
    .login-logo {
        display: flex;
        height: 50px;
        background-image: url('../images/logo.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position-x: center;
        margin-bottom: 20px;
    }
    .login-header{
        display: flex;
        justify-content: center;
    }
    .login-box {
        display: flex;
        max-height: 100vh;

        background-size: contain;
        background-position: center;
        /*margin-left: auto;
        margin-right: auto;
        margin-top: calc(100vh / 2 - 200px);*/

    }
    .login-form {
        display: grid;
        align-content: center;
        height: 100vh;
        width: 80vw;
        max-width: 400px;
        padding: 20px;
        background-color: rgba(255,255,255,0.8);
        /*SHADOW*/
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

    }
}
@media only screen and (max-width: 960px) {
    .login-logo {
        display: flex;
        height: 50px;
        background-image: url('../images/logo.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position-x: center;
        margin-bottom: 20px;
    }
    .login-header{
        display: flex;
        justify-content: center;
    }
    .login-box {
        display: flex;

        max-height: 100vh;

        background-size: cover;
        background-position: center;

        /*margin-left: auto;
        margin-right: auto;
        margin-top: calc(100vh / 2 - 200px);*/

    }
    .login-form {
        display: grid;
        align-content: center;
        height: 100vh;
        width: 80vw;
        max-width: 400px;
        padding: 20px;
        background-color: rgba(255,255,255,0.8);
        /*SHADOW*/
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

    }
}
@media only screen and (min-width: 960px) {

    .login-logo {
        display: flex;
        height: 50px;
        background-image: url('../images/logo.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position-x: center;
        margin-bottom: 20px;
    }
    .login-header{
        display: flex;
        justify-content: center;
    }
    .login-box {
        display: flex;

        max-height: 100vh;

        background-size: cover;
        background-position: center;

        /*margin-left: auto;
        margin-right: auto;
        margin-top: calc(100vh / 2 - 200px);*/

    }
    .login-form {
        display: grid;
        align-content: center;
        height: 100vh;
        width: 80vw;
        max-width: 400px;
        padding: 20px;
        background-color: rgba(255,255,255,0.8);
        /*SHADOW*/
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

    }
}
.nav-link{

}
.dropdown-menu{
    font-size: 0.9rem;
    border: none;
    border-left-width: medium;
    border-left-style: none;
    border-left-color: currentcolor;
    border-left: 3px solid #035A77;
    border-radius: 0px;
    margin-left: 26px;
}
/* 1) Průhledné pozadí kontejneru DataTables */
.dataTables_wrapper,
.dataTables_scroll,
.dataTables_scrollBody {
    background-color: transparent !important;
}

/* 2) Průhledné buňky v hlavičce a těle tabulky */
table.dataTable thead th,
table.dataTable tbody td {
    background-color: transparent !important;
}

/* 3) Pokud používáte Bootstrap-integration, překryjte i tyto třídy */
.table.dataTable,
.table.dataTable > thead > tr > th,
.table.dataTable > tbody > tr > td {
    background-color: transparent !important;
}

/* 4) Odstranění stínů nebo rámečků (volitelné) */
.dataTables_wrapper .dataTables_scrollHead,
.dataTables_wrapper .dataTables_scrollFoot {
    box-shadow: none !important;
    border: none !important;
}

.att-remove-col {
    background-color: lightgrey;
    color: white;
}
.att-remove-col:hover {
    background-color: red;
    color:white;
}

.confirm-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.confirm-box {
    background: white;
    padding: 20px;
    border-radius: 10px;
    min-width: 300px;
}
.confirm-buttons {

    text-align: right;
}