html,
body {
    height: 100% !important;
    margin: 0;
    padding: 0;
    overflow: auto;
    position: relative;
    font-family: Raleway, sans-serif;
    overflow: auto;
    content: ' ' !important;
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 1 !important;
    z-index: -1 !important;
    background-color: #F5F5F5 !important;

    /*    background-color: #8c8c8c !important;*/
    /*background-image: url('../images/background-image-main.jpg') !important;*/
    /*    background-repeat: no-repeat !important;
        background-position: 50% 0 !important;
        background-size: cover !important*/
}

#app {
    height: 100%;
    overflow: auto;
    width: 100%;
    z-index: 1000;
}

#mainElementNoLogin {
    height: 100% !important;
}

#mainElementLogin {
    min-height: 95% !important;
}

section {
    /*    display: flex !important;
        justify-content: center !important;
        align-items: center !important;*/
    min-height: 90% !important;
}

.center-d-flex-custom {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
}

.login-slecna {
    height: 100% !important;
    width: 100% !important;
}

.background-colour-login {
    background-image: url('../images/background-colour-login.png');
    background-repeat: no-repeat !important;
    background-position: 50% 0 !important;
    background-size: cover !important;
    max-width: 100% !important;
    height: 100% !important;
}

.background-colour-login-2 {
    background-image: url('../images/background-login-image.png');
    background-repeat: no-repeat !important;
    background-position: 50% 0 !important;
    background-size: cover !important;
    max-width: 100% !important;
    height: 100% !important;
}

/*.background-colour-login::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8); !* This creates a white overlay with 50% opacity *!
    !* For a grayish overlay, you can use something like rgba(128, 128, 128, 0.5) *!
    !* -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; *!
}*/

.background-laptop {
    background-image: url('../images/laptop-background.jpg');
    background-repeat: no-repeat !important;
    background-position: 50% 0 !important;
    background-size: cover !important;
    max-width: 100% !important;
    height: 100% !important;
}

.background-laptop::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5); /* This creates a white overlay with 50% opacity */
    /* For a grayish overlay, you can use something like rgba(128, 128, 128, 0.5) */
    /* -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
}

.background-radial-gradient {
    background-color: rgb(0, 42, 172);
    background-image: radial-gradient(650px circle at 0% 0%,
    hsl(218, 41%, 35%) 15%,
    hsl(218, 41%, 30%) 35%,
    hsl(218, 41%, 20%) 75%,
    hsl(218, 41%, 19%) 80%,
    transparent 100%),
    radial-gradient(1250px circle at 100% 100%,
            hsl(218, 41%, 45%) 15%,
            hsl(218, 41%, 30%) 35%,
            hsl(218, 41%, 20%) 75%,
            hsl(218, 41%, 19%) 80%,
            transparent 100%);
}

.background-marble {
    background-image: url('../images/background-image-main.jpg');
    background-repeat: no-repeat !important;
    background-position: 50% 0 !important;
    background-size: cover !important
}


/* Logo login*/
.softbit-logo {
    display: block;
    height: 100px;
    width: 200px;

    background-image: url('../images/logo-softbit-oranzova.png');
    background-size: 100%;
    background-repeat: no-repeat;
    color: transparent;
}

.softbit-logo:hover {
    display: block;
    height: 100px;
    width: 200px;

    background-image: url('../images/logo-softbit.png');
    background-size: 100%;
    background-repeat: no-repeat;
    color: transparent;
}

/* Logo login*/
.iekonom-logo {
    display: block;
    height: 80px;
    width: 300px;

    background-image: url('../images/logo-iekonom.png');
    background-size: 100%;
    background-repeat: no-repeat;
    color: transparent;
}

.iekonom-logo:hover {
    display: block;
    height: 80px;
    width: 300px;

    background-image: url('../images/logo-iekonom-hover.png');
    background-size: 100%;
    background-repeat: no-repeat;
    color: transparent;
}

/* Vycentrování */
.align-items-center-custom {
    display: flex;
    align-items: center;
}

/* přepsání původního input form z bootstrap  - jenom login*/
.form-outline .form-control {
    /*    min-height: auto;
        padding: 0.32rem 0.75rem;
        border: 0 !important;*/
    background: white;
    /* transition: all .2s linear;*/
}

/* přepsání původního input form z bootstrap - jenom login */
.form-outline .form-control:focus {
    /*    min-height: auto;
        padding: 0.32rem 0.75rem;
        border: 0 !important;*/
    background: white;
    /*    transition: all .2s linear;*/
}

/* button custom barvy background */
.softbit-orange-background {
    background-color: rgb(240, 124, 1) !important;
}

.softbit-blue-background {
    background-color: rgb(1, 73, 148) !important;
}

.softbit-gray-background {
    background-color: #F5F5F5 !important;
}

.softbit-dark-gray-background {
    background-color: gray !important;
}

.softbit-whitish-background {
    background-color: #FAFAFA !important;
}

.softbit-teal-background {
    background-color: #39C0ED !important;
}


.softbit-light-blue-background {
    background-color: rgb(206, 236, 255) !important;
}

.softbit-light-gray-background {
    background-color: rgb(245, 245, 245) !important;
}

.readonly-background {
    background-color: rgb(233, 236, 239) !important;
}

.softbit-light-red-background {
    background-color: #F0C2C2 !important;
}

.softbit-light-blue-default-background {
    background-color: lightblue !important;
}

.softbit-light-yellow-background {
    background-color: rgb(255, 255, 225) !important;
}

.softbit-light-blue-SQL-background {
    background-color: #b0d7ff !important;
}

.softbit-purple-background {
    background-color: #800080 !important;
}

.softbit-light-green-default-background {
    background-color: lightgreen !important;
}

.softbit-light-green-background {
    background-color: #b4f3b4 !important;
}

.softbit-green2-background {
    background-color: #6dea50 !important;
}

.softbit-red-background {
    background-color: #dc4c64 !important;
}

.softbit-green-background {
    background-color: #00DE00 !important;
}

.softbit-green-nohover {
    color: #00DE00 !important;
}

/* button custom barvy color */
.softbit-black {
    color: #000000 !important;
}

.softbit-orange {
    color: rgb(240, 124, 1) !important;
}

.softbit-orange-icon {
    color: rgb(240, 124, 1) !important;
}


.softbit-yellow {
    color: yellow !important;
}

.softbit-teal {
    color: #39C0ED !important;
}

.softbit-blue {
    color: rgb(1, 73, 148) !important;
}

.softbit-gray {
    color: #BDBDBD !important;
}

.softbit-white {
    color: #ffffff !important;
}

.softbit-darkgray {
    color: #4F4F4F !important;
}

.softbit-purple {
    color: #800080 !important;
}

.softbit-purple:hover {
    color: #BA00BA !important;
}

.softbit-purple-hover {
    color: #800080 !important;
}


.softbit-yellow:hover {
    color: rgb(239, 255, 125) !important;
}

.softbit-green {
    color: #008000 !important;
}

.softbit-green:hover {
    color: #00DE00 !important;
}

.softbit-white:hover {
    color: #ffffff !important;
}

.softbit-red {
    color: #F93154 !important;
}

.softbit-red-without-hover {
    color: #F93154 !important;
}

.softbit-red:hover {
    color: lightcoral !important;
}

.softbit-red-nohover {
    color: #F93154 !important;
}

/*.softbit-orange:hover {
    color: rgb(240, 200, 1) !important;
}*/

.softbit-orange-icon:hover {
    color: rgb(240, 200, 1) !important;
}

.softbit-light-gray {
    color: lightgray !important;
}

.softbit-light-red {
    color: lightcoral !important;
}

.softbit-light-green {
    color: lightgreen !important;
}

.softbit-orange-to-light-orange {
    color: rgb(240, 124, 1) !important;
}

/* button custom barvy color */
.softbit-orange-to-light-orange:hover {
    color: rgb(255, 185, 0) !important;
}


/* ikony */
.barva-spravce-rozpoctu {
    color: #800080 !important;
}

.barva-vecna-spravnost {
    color: #008080 !important;
}

.barva-prikazce-operace {
    color: #0000FF !important;
}

.barva-hlavni-ucetni {
    color: #008000 !important;
}

/* detail dokladu */
.barva-spravce-rozpoctu-detail {
    color: #800080 !important;
}

.barva-vecna-spravnost-detail {
    color: #008080 !important;
}

.barva-prikazce-operace-detail {
    color: #0000FF !important;
}

.barva-hlavni-ucetni-detail {
    color: #008000 !important;
}

/*hover*/
.barva-spravce-rozpoctu:hover {
    color: #BA00BA !important;
}

.barva-vecna-spravnost:hover {
    color: #00E6E6 !important;
}

.barva-prikazce-operace:hover {
    color: #027EFF !important;
}

.barva-hlavni-ucetni:hover {
    color: #00DE00 !important;
}

/* button custom barvy color - hover */
.softbit-blue-hover:hover {
    color: rgb(1, 73, 148) !important;
}

.softbit-lightgray-hover:hover {
    color: lightgray !important;
}

/* button custom barvy color - hover */
.softbit-orange-hover:hover {
    color: rgb(240, 124, 1) !important;
}

/* notifikace */
.notification-color-info {
    background-color: #39C0ED !important;
}

.notification-color-warning {
    background-color: #FFA900 !important;
}

.notification-color-success {
    background-color: #00B74A !important;
}

.notification-color-error {
    background-color: #F93154 !important;
}

.notification-color-error-2 {
    background-color: #ff8080 !important;
}

/* dropdown menu navbar */
.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.absolute-position-navbar {
    position: fixed !important;
}


#DropdownNavbar {
    display: block;
}

#userMenu {
    display: none;
}

.custom-width-navbar {
    width: 100% !important;
    max-width: 1200px;
    background-color: rgb(1, 73, 148);
}

.dropbtn {
    background-color: rgb(1, 73, 148);
    color: white;
    padding: 25px;
    font-size: 16px;
    min-height: 80px;
    cursor: pointer;
    border: 1px solid white;
}

.text-navbar {
    font-size: 16px;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
    color: rgb(240, 124, 1);
}

.dropdownMain {
    position: relative;
    display: inline-block;

}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgb(1, 73, 148);
    color: white;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 2000;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdownMain a:hover {
    background-color: #2980B9;
    color: rgb(240, 124, 1);
}

.icon-home {
    color: rgb(240, 124, 1) !important;
}

.icon-home:hover {
    color: rgb(255, 155, 1) !important;
}

/* Sidebar - material design */
.sidebar {
    position: fixed;
    top: 15px;
    bottom: 0;
    left: 0;
    padding: 58px 0 0; /* Height of navbar */
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
    width: 280px;
    z-index: 600;
    /*overflow-y: auto;*/
}

.sidebar-overflow-auto {
    overflow-y: auto;
    overflow-x: hidden;
}

.no-padding-left-login {
    padding-left: 0px !important;
}

.sidebar .active {
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: 0.5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.dropbtn-navbar {
    color: rgb(0, 0, 0) !important;
    color: black !important;
    font-size: 16px !important;
    cursor: pointer !important;
    border: none !important;
    background-color: white !important;
}

.dropbtn-navbar {
    background-color: transparent !important;
}

.dropbtn-navbar i {
    color: white !important;
}

.navbar-softbit {
    background: radial-gradient(circle at 10% 20%, rgb(251, 221, 19) 0.1%, rgb(255, 153, 1) 90%) !important;
}

/*ikony - barvy*/
i {
    color: rgb(240, 124, 1) !important;
}

i:hover {
    color: rgb(1, 73, 148) !important;
}

/*ikony - notifikace*/
.toast-header i {
    color: white !important;
}

.toast-header i:hover {
    color: white !important;
}

/*!*ikona notifikace hlavní menu*!
.softbit-teal-background i {
    color: white !important;
}

.softbit-teal-background i:hover {
    color: white !important;
}*/


.nav-link:hover i,
.nav-link:hover span {
    color: rgb(1, 73, 148) !important;
}

.nav-link i {
    color: white !important;
}

.side-link:hover i,
.side-link:hover span {
    color: rgb(1, 73, 148) !important;
}

.main-container {
    margin: 0px !important;
}

@media (min-width: 500px) {
    /* vlastní design select funkce, prvně použito u vytvorObjednavka  */
    .custom-select-design
    select {
    }

    .custom-select-design
    label {
        font-weight: bold !important;
    }

    /*    .container-table {
            min-width: 1200px !important;
            margin-left: 10px !important;
            margin-right: 10px !important;
        }*/
    .doklad-button-container a,
    .doklad-button-container button {
        /*height: 37px;*/
    }
}

/*upravení maximální šírky containerů podle rozlišení*/
@media (max-width: 576px) {

    .padding-form {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        padding-top: 2.5rem !important
    }

    .container /*, .container-table */
    {
        padding: 0px !important;
        margin: 0px !important;
    }

    .container-detailDoklad {
        width: 100% !important;
    }

    .toast-position-custom {
        position: fixed;
        min-height: 8%;
        z-index: 3050;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        right: 20px !important;
        bottom: 10px !important;
    }


    /*overflow pro řádky z tabulek*/
    .container-table-overflow {
        position: relative;
        overflow: auto;
        max-height: 860px;
        width: 100%;
    }

    .justify-content-center-custom-phones-small {
        justify-content: center !important;
    }

    .margin-top-from-navbar {
        margin-top: 80px;
    }

    .margin-top-smallPhone {
        margin-top: 1rem !important;
    }

    /*nová toast zpráva*/
    .toast-position-custom-2 {
        position: fixed;
        z-index: 3050;
        display: flex;
        width: 100%;
        top: 8px !important;
        padding-right: 5px;
        padding-left: 5px;
    }
}

/* upravení maximální šírky containerů podle rozlišení */
@media (min-width: 576px) {

    /*nová toast zpráva*/
    .toast-position-custom-2 {
        position: fixed;
        z-index: 3050;
        display: flex;
        left: 50% !important;
        top: 8px !important;
        transform: translate(-50%) !important;
    }

    .padding-form {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        padding-top: 2.5rem !important
    }


    /*overflow pro řádky z tabulek*/
    .container-table-overflow {
        position: relative;
        overflow: auto;
        max-height: 860px;
        width: 100%;
    }

    .container, .container-login {
        max-width: 100% !important;
    }

    .container-detailDoklad {
        width: 100% !important;
    }

    .border-right {
        border-right: none;
    }

    .toast-position-custom {
        position: fixed;
        min-height: 8%;
        z-index: 3050;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        right: 20px !important;
        bottom: 10px !important;
    }


    .doklad-button-container a,
    .doklad-button-container button {
        /*  height: 37px;*/
    }

    .margin-top-from-navbar {
        margin-top: 58px;
    }

    .margin-navbar-logo-other-text {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {

    .padding-form {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important;
        padding-top: 2.5rem !important
    }

    /*overflow pro řádky z tabulek*/
    .container-table-overflow {
        position: relative;
        overflow: auto;
        max-height: 860px;
        width: 100%;
    }

    .container, .container-login {
        max-width: 100% !important;
    }

    .container-detailDoklad {
        width: 100% !important;
    }

    .border-right {
        border-right: none;
    }

    .toast-position-custom {
        position: fixed;
        min-height: 8%;
        z-index: 3050;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        right: 20px !important;
        bottom: 10px !important;
    }


    .doklad-button-container a,
    .doklad-button-container button {
        height: auto;
    }

    .border-right {
        border-right: 1px solid black;
    }


}

@media (max-width: 768px) {


    /*zmenšení nadpisu pro mobilní zařízení*/
    h1 {
        font-size: calc(1.0rem + 1.5vw);
    }

    .container {
        padding: 0px !important;
        margin: 0px !important;
    }

    .filter-buttontext-small {
        font-size: 8px !important;
    }

    .zero-padding-margin-phone-form-doklad {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }


    .width-mobiles {
        width: 50% !important;
    }

    .marginbottom-mobile {
        margin-bottom: 10px;
    }

    .marginbottom-mobile-small {
        margin-bottom: 5px;
    }

    .max-width-table-phone {
        width: 550px !important;
    }

    .justify-content-center-custom-phones {
        justify-content: center !important;
    }

}

@media (min-width: 992px) {

    .width-pop-up-box {
        width: 120% !important;
    }

    .hide-text-non-mobile {
        display: none;
    !important;
    }

    .no-width-sidebar {
        animation-name: no-width-sidebar-animation;
        animation-duration: 1s;
        animation-fill-mode: forwards;
    }

    @keyframes no-width-sidebar-animation {
        0% {
            width: 280px;
        !important;
        }
        100% {
            width: 0px;
        !important;
        }
    }

    .width-sidebar {
        animation-name: width-sidebar-animation;
        animation-duration: 1s;
        animation-fill-mode: forwards;
    }

    @keyframes width-sidebar-animation {
        0% {
            width: 0px;
        !important;
        }
        100% {
            width: 280px;
        !important;
        }
    }

    .no-padding-left-navbar {
        animation-name: no-padding-left-navbar-animation;
        animation-duration: 1s;
        animation-fill-mode: forwards;
    }

    @keyframes no-padding-left-navbar-animation {
        0% {
            padding-left: 280px;
        }
        100% {
            padding-left: 0px;
        }
    }

    .padding-left-navbar {
        animation-name: padding-left-navbar-animation;
        animation-duration: 1s;
        animation-fill-mode: forwards;
    }

    .padding-left-navbar-NOANIMATION {
        padding-left: 280px;
    }

    .no-padding-left-navbar-NOANIMATION {
        padding-left: 0px;
    }

    @keyframes padding-left-navbar-animation {
        0% {
            padding-left: 0px;
        }
        100% {
            padding-left: 280px;
        }
    }

    .showTextAfterDelay {
        opacity: 0;
        visibility: hidden;
        animation: revealText 0s 1s forwards;
    }

    @keyframes revealText {
        to {
            opacity: 1;
            visibility: visible;
        }
    }

    .input-form-date-tabulka {
        width: 150px !important;
    }

    .h-lg-100 {
        height: 100% !important;
    }

    .h-lg-90 {
        height: 90% !important;
    }

    .padding-ares-modal-window {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }

    .w-lg-100 {
        width: 100% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-25 {
        width: 25% !important;
    }

    /* vlastní design select funkce, prvně použito u vytvorObjednavka  */
    .custom-select-design
    select {
        height: 35.82px !important;
        text-align: center !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .custom-select-design
    label {
        font-size: 12px !important;
        font-weight: bold !important;
        height: 50px !important;
    }

    .padding-form {
        padding-left: 4em !important;
        padding-right: 4rem !important;
        padding-top: 3rem !important
    }

    .objednavka-border-box-1 {
        height: 93% !important;
    }

    .objednavka-border-box-2 {
        height: 100% !important;
    }

    .dashboard-graph-box-size {
        width: 100% !important;
        height: 465px !important;
    }

    .padding-graph-between-cells {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }

    /*overflow pro řádky z tabulek*/
    .container-table-overflow {
        position: relative;
        overflow: auto;
        max-height: 960px;
        width: 100%;
    }

    .container /*, .container-table */
    {
        max-width: 100% !important;
    }

    .container-login {
        max-width: 1000px !important;
    }

    .container-detailDoklad {
        max-width: 100% !important;
        width: 90% !important;
    }

    .border-right {
        border-right: 1px solid black;
    }

    .siderbar-p {
        padding-left: 280px;
    }

    .toast-position-custom {
        position: fixed;
        min-height: 8%;
        z-index: 3050;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        right: 20px !important;
        bottom: 10px !important;
    }

    .padding-graph-all {
        padding: 1rem !important;
    }

    .flex-custom {
        flex-direction: row;
    }

}

@media (max-width: 991.99px) {

    .input-form-date-tabulka {
        width: 130px !important;
    }


    .padding-ares-modal-window {
        padding: 1rem !important;
    }

    .hide-tablet {
        display: none !important;
    }

    .text-container {
        min-height: 52px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
    }

    /*úprava vzhledu input forms pro mobily at table*/
    .form-outline .form-notch > * {
        box-shadow: 0 0 0 0 !important;
    }

    .form-outline input:focus ~ .form-notch .form-notch-leading {
        border-left: 2px solid #3b71ca !important;
        border-top: 2px solid #3b71ca !important;
        border-bottom: 2px solid #3b71ca !important;
    }

    .form-outline input:focus ~ .form-notch .form-notch-middle {
        border-bottom: 2px solid #3b71ca !important;
    }

    .form-outline input:focus ~ .form-notch .form-notch-trailing {
        border-right: 2px solid #3b71ca !important;
        border-top: 2px solid #3b71ca !important;
        border-bottom: 2px solid #3b71ca !important;
    }

    .padding-all-lbr-tablet {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .dashboard-graph-box-size {
        width: 100% !important;
        height: 300px !important;
    }

    .padding-graph-between-cells {
        padding: 0rem !important;
    }

    .zero-margintop-paddingtop-custom-mobile {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }

    .element-width-mobile {
        width: 70% !important;
    }

    .sidebar-width {
        width: 100%;
    }

    .hide-mobile {
        display: none !important;
    }

    .hide-text-mobile {
        display: none;
    }

    .show-text-mobile {
        display: block;
    }

    .show-mobile {
        display: block !important;
    }

    .marginbottom-tablet {
        margin-bottom: 10px;
    }

    .height-submit {
        height: 70px !important;
    }

    .margin-top-phone {
        margin-top: 1.5rem;
    }

    .margin-top-phone-medium {
        margin-top: 1.0rem;
    }

    .margin-left-phone-medium {
        margin-left: 1.0rem;
    }

    .margin-top-phone-small {
        margin-top: 0.5rem;
    }

    .justify-content-center-custom-tablets {
        justify-content: center !important;
    }

    /*grafy*/
    .padding-graph-all {
        padding: 0.5rem !important;
    }

    .margin-graph {
        margin-top: 1.5rem;
    }

    .flex-custom {
        flex-direction: column;
    }
}

@media (min-width: 1200px) {
    /* vlastní design select funkce, prvně použito u vytvorObjednavka  */
    .custom-select-design
    select {
        height: 35.82px !important;
        text-align: center !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .custom-select-design
    label {
        font-size: 15px !important;
        font-weight: bold !important;
        height: 50px !important;
    }


    /*overflow pro řádky z tabulek*/
    .container-table-overflow {
        position: relative;
        overflow: auto;
        max-height: 1000px;
        width: 100%;
    }

    .container /*, .container-table */
    {
        max-width: 100% !important;
    }

    .container-login {
        max-width: 1100px !important;
    }

    .container-detailDoklad {
        max-width: 100% !important;
        width: 80% !important;
    }

    .border-right {
        border-right: 1px solid black;
    }

    .toast-position-custom {
        /*      top: 65rem;
              right: 6rem;*/

        position: fixed;
        min-height: 8%;
        z-index: 3050;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        right: 20px !important;
        bottom: 10px !important;
    }


}

@media (min-width: 1400px) {

    /*overflow pro řádky z tabulek*/
    .container-table-overflow {
        position: relative;
        overflow: auto;
        max-height: 1000px;
        width: 100%;
    }

    .container /*, .container-table */
    {
        max-width: 100% !important;
    }

    .container-login {
        max-width: 1500px !important;
    }

    .container-detailDoklad {
        max-width: 100% !important;
        width: 80% !important;
    }

    .border-right {
        border-right: 1px solid black;
    }

    .toast-position-custom {
        /*      top: 65rem;
              right: 6rem;*/

        position: fixed;
        min-height: 8%;
        z-index: 3050;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        right: 20px !important;
        bottom: 10px !important;
    }


}

@media (min-width: 2000px) {
}


.border-bottom-custom {
    border-right: 1px solid black;
}


.border-all-custom {
    border: 1px solid lightslategrey;
}

.container-login {
    --mdb-gutter-x: 1.5rem;
    --mdb-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--mdb-gutter-x) * 0.5);
    padding-left: calc(var(--mdb-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto
}

.company-selection-card:hover {
    background-color: lightskyblue !important;
    transition-duration: 120ms !important;
}

.custom-padding-homescreen {
    padding: 10px !important;
}

.alert-success-message {
    background-color: lightgreen !important;
}

.alert-failure-message {
    background-color: lightcoral !important;
}

/* formulář */
.custom-form-text-size {
    font-size: 12px;
    margin-bottom: 8px;
    margin-top: 2px;
}

/* formulář */
.custom-form-text-size-explanation {
    font-size: 11px;
    padding-left: 5px !important;
}

.custom-form-text-size-explanation-2 {
    font-size: 12px;
    padding-left: 5px !important;
}

.custom-form-text-size-explanation-3 {
    font-size: 13px;
    padding-left: 5px !important;
}

.padding-0 {
    padding-right: 0;
}

/* error zprávy */
.error-container {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-description {
    margin-top: 20px;
    color: #666;
}

.error-description {
    margin-top: 20px;
    color: #666;
}

/* tabulky */
.table-cursor {
    cursor: pointer;
}

.table-cursor:hover {
    background-color: lightblue !important;
    cursor: pointer;
}

/* tabulky */
.table-cursor-podruzne {
    cursor: pointer;
}

.table-cursor-podruzne:hover {
    background-color: lightgreen !important;
    cursor: pointer;
}

.row-new {
    /*background-color: lightgoldenrodyellow !important;*/
}

.row-approved {
    background-color: #E2FFE2 !important;
}

.row-approved-podklady {
    background-color: #e3c1e3 !important;
}

.row-disapproved {
    background-color: #F0C2C2 !important;
}


.zero-padding-margin {
    padding: 0px !important;
    margin: 0px !important;
}

/*žádný padding u řádků*/
table tr td {
    padding: 5px !important;
}

/*žádný padding u řádků*/
table tr th {
    padding: 5px !important;
}

/*barvení ikon pro změnu schválení dokladu*/
table tr i {
    color: rgb(1, 73, 148) !important;
}

.normal-icon:hover {
    color: dodgerblue !important;
}

.success-icon:hover {
    color: limegreen !important;
}

.alert-icon:hover {
    color: lightcoral !important;
}

.loading-overlay {
    margin-top: 71px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 500;
}

.loading-overlay-bigger {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 3000;
}

.mini-spinner-main-container {
    min-height: 300px !important;
}

/*.container-pdf {
    min-height: 300px !important;
}*/

.loading-overlay-mini {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 3000;
}

.spinner {
    border: 8px solid rgba(0, 0, 0, 0.1);
    border-top: 8px solid blue;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.lds-facebook,
.lds-facebook div {
    box-sizing: border-box;
}

.lds-facebook {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 12px;
    width: 24px;
    background: currentColor;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
    background-color: rgb(1, 73, 148) !important;

}

.lds-facebook div:nth-child(2) {
    left: 40px;
    animation-delay: -0.12s;
    background-color: rgb(240, 124, 1) !important;
}

.lds-facebook div:nth-child(3) {
    left: 72px;
    animation-delay: 0s;
    background-color: rgb(1, 73, 148) !important;
}

@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;

    }
    100% {
        top: 24px;
        height: 32px;
    }
}

.border-red {
    border: 1px solid #dc4c64 !important;
}

.company-selection-card i {
    font-size: 2em;
    line-height: .03125em;
    vertical-align: -0.1875em;
}

/* 14.11. tabulky datatable se musí nějak označit a schovat*/
table {
    visibility: hidden;
}

.detailDoklad {
    top: 0;
    left: 0;
    width: 100%;
    /*    height: 100%; !* Adjust height based on content *!*/
    min-height: 100%; /* Adjust height based on content */
    background: rgba(83, 82, 87, 0.9);
    display: block;
    z-index: 2000;
    position: absolute; /* or 'absolute' depending on your requirement */
}

.detailDoklad-container {
    min-height: 95%;
    height: auto;
    max-height: 100%; /* Optional */
    width: 100% !important;
}

/*menu style*/
.menu-selection-card i {
    font-size: 2em;
    line-height: .03125em;
    vertical-align: -0.1875em;
}


.menu-selection-card:hover i {
    color: rgb(1, 73, 148) !important;
}

.menu-selection-card:hover {
    background-color: lightskyblue !important;
    transition-duration: 120ms !important;
}

.dataTables_filter input {
    margin-bottom: 10px !important;
}

.table-design thead th {
    position: sticky !important;
    top: 0 !important;
    background-color: rgb(1, 73, 148) !important;
    z-index: 10 !important;
}

.table-design-purple thead th {
    position: sticky !important;
    top: 0 !important;
    background-color: #800080 !important;
    z-index: 10 !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.detail-majetek-nadpis-text {
    font-size: 20px !important;
}

.filterMenu {
    display: inline-block;
    width: 27px;
    height: 29px;
    -webkit-mask: url('../images/filterMenu.svg') no-repeat center;
    mask: url('../images/filterMenu.svg') no-repeat center / contain;
    background-color: #800080; /* This color will be visible through the SVG mask */
}

.filterMenu:hover {
    background-color: #BA00BA; /* This color will be visible through the SVG mask */
}

.filterMenuSave {
    display: inline-block;
    width: 27px;
    height: 29px;
    -webkit-mask: url('../images/filterMenuSave.svg') no-repeat center;
    mask: url('../images/filterMenuSave.svg') no-repeat center / contain;
    background-color: #008000 !important;
}

.filterMenuSave:hover {
    background-color: #00DE00 !important; /* This color will be visible through the SVG mask */
}

/*ikony velikost postranní navigační menu*/
.icon-size-side-menu {
    width: 16px !important;
    height: 16px !important;
}

.dashboard-menu-color i,
.dashboard-menu-color h3 {
    color: rgb(255, 255, 255) !important;
}

.dashboard-menu-color:hover i,
.dashboard-menu-color:hover h3 {;
    color: lightgrey !important;
}

.zero-margin {
    margin: 0px !important;
}

.transition-dashboard {
    opacity: 1;
    transition: all 0.7s ease !important;
}

.dashboard-information-box-size {
    width: 100% !important;
    height: 350px !important;
}


.height-dashboard-box-bigger {
    height: 282px !important;
}

.height-dashboard-box-smaller {
    height: 68px !important;
}

.dashboard-box-smaller-text i {
    color: #ffffff !important;
}

.dashboard-box-smaller-text:hover i {
    color: lightgray !important;
}

.single-chart {
    width: 33%;
    justify-content: space-around;
}

.circular-chart {
    display: block;
    margin: 10px auto;
    max-width: 80%;
    max-height: 250px;
}

.circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 3.8;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.circle-all {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
    stroke: dodgerblue;
}

.circle-neschval {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
    stroke: red;
}

.circle-schval {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
    stroke: green;
}

.circle-nevyjadr {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
    stroke: orange;
}

.inside-text-circle {
    fill: #666;
    font-family: sans-serif;
    font-size: 0.3em;
    text-anchor: middle;
}

.container-multiple-elements-in-row {
    padding: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
}

.z-index-100 {
    z-index: 100 !important;
}

/*css flip card test*/
/*.flip-card {
    perspective: 1000px;
}*/

/*
*/
.flip-card-inner {
    transition: transform 0.6s;
    transform-style: flat;
}

/* způsobuje chybu při vyplnění přihl. formuláře
/*.flip-card-front, .flip-card-back {
    backface-visibility: hidden; !*!* Hidden when facing away *!*!
}*/

.flip-card-front {
}

.flip-card-back {
    transform: rotateY(180deg); /* Rotate the back 180 degrees, ready for flip */
}

/*barva řádku podružná tabulka*/
.table-design-purple tbody tr {
    cursor: pointer;
}

.table-design-purple tbody tr:hover {
    background-color: #eeb7ee !important;
    cursor: pointer;
}

.border-radius-0 {
    border-radius: 0px !important;
}

.nadpis-objednavka {
    height: 38px !important;
}

.nadpis-smlouva {
    height: 49px !important;
}

.nadpis-podklady {
    height: 28.8px !important;
}

.text-area-size {
    font-size: 24px;
}

/*tlačítko na přidání objednávky, položky apod*/
.fixed-circle {
    position: fixed;
    /*    bottom: 20px;*/
    right: 20px;
    width: 80px;
    height: 80px;
    background-color: green;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    z-index: 50;
    cursor: pointer;
}

.fixed-circle:hover {
    background-color: lightgreen;
}

.circle-create {
    width: 30px;
    height: 30px;
    background-color: green;
    color: white;
    /*    border-radius: 100%;*/
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.circle-create:hover {
    background-color: lightgreen;
}

.circle-massiveUpdate{
    width: 30px;
    height: 30px;
    color: #800080;
    /*    border-radius: 100%;*/
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.circle-massiveUpdate:hover{
    background-color: lightgrey;
}

.circle-massiveUpdate span {
    font-size: 20px; /* uprav dle potřeby */
    line-height: 1;  /* důležité pro přesné centrování */
}

h1 {
    text-align: center !important;
}

.border-top-iekonom {
    border-top: 2px solid black;
}

.border-bottom-iekonom {
    border-bottom: 2px solid black;
}

.sql-ekonom-styled-box {
    border: 2px solid gray !important;
    border-radius: 5px !important;
    padding: 1rem !important;
    margin-right: .2rem !important;
    height: 37px !important;
}

.sql-ekonom-styled-box:hover {
    border: 2px solid #0078D4 !important;
    background-color: #E0EEF9 !important;
}

/*moc se mně nelíbí - nepoužito*/
.border-all-iekonom {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    border: 2px solid gray !important;
    border-radius: 5px !important;
}

.size-zero {
    height: 0px !important;
    width: 0px !important;
}

.size-box {
    font-size: 18px;
    font-weight: bold;
}

.custom-button-table {
    color: white;
    background-color: rgb(124, 240, 1);
    border: none;
    border-radius: 5px;
    padding: 3px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 2px 1px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.custom-button-table:hover {
    color: white;
    background-color: rgb(1, 240, 113);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.content-table {
    height: 100%; /* Ensures the content takes up full height of the cell */
    display: flex;
    align-items: center;
    justify-content: center;
}

.toast-body-custom-header {
    font-size: 30px !important;
}

.toast-body-custom-text {
    font-size: 20px !important;
}

.white-background-input {
    opacity: 1 !important;
    background-color: white !important;
}

.small-error-text-size {
    font-size: .875rem
}

.category-size-text-objednavka {
    font-size: 0.7rem !important;
}


/* Základní styl pro skrytí obsahu pole před kliknutím */
.time-input:not(:focus)::placeholder {
    color: transparent;
}

/* Zobrazit obsah pole po kliknutí */
.time-input:focus {
    color: inherit; /* Obnoví výchozí barvu textu */
}

/* Základní styly pro input (volitelné) */
.time-input {
    color: transparent;
    transition: color 0.3s ease; /* Plynulý přechod barvy */
}

.time-input:focus {
    color: black; /* Nebo jakákoliv barva textu */
}

.circle_unfulfilled_tasks {
    padding-top: 0;
    width: 35px; /* Šířka kruhu */
    height: 35px; /* Výška kruhu */
    background-color: red !important;
    color: white; /* Barva textu */
    font-size: 18px; /* Velikost textu */
    font-weight: bold; /* Tučné písmo */
    display: flex; /* Flexbox pro vycentrování textu */
    justify-content: center; /* Horizontální zarovnání textu */
    align-items: start; /* Svislé zarovnání textu */
    border-radius: 50%; /* Udělá z divu kruh */
    border: 2px solid #000000; /* Rámeček kruhu */
    text-align: center; /* Zarovnání textu */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.circle_unfulfilled_tasks:hover {
    padding-top: 0;
    width: 35px; /* Šířka kruhu */
    height: 35px; /* Výška kruhu */
    background-color: #ea617a !important;
    color: white; /* Barva textu */
    font-size: 18px; /* Velikost textu */
    font-weight: bold; /* Tučné písmo */
    display: flex; /* Flexbox pro vycentrování textu */
    justify-content: center; /* Horizontální zarovnání textu */
    align-items: start; /* Svislé zarovnání textu */
    border-radius: 50%; /* Udělá z divu kruh */
    border: 2px solid #FFFFFF; /* Rámeček kruhu */
    text-align: center; /* Zarovnání textu */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.circle_fulfilled_tasks {
    padding-top: 0;
    width: 35px; /* Šířka kruhu */
    height: 35px; /* Výška kruhu */
    background-color: #008000 !important;
    color: white; /* Barva textu */
    font-size: 18px; /* Velikost textu */
    font-weight: bold; /* Tučné písmo */
    display: flex; /* Flexbox pro vycentrování textu */
    align-items: start; /* Svislé zarovnání textu */
    justify-content: center; /* Horizontální zarovnání textu */
    border-radius: 50%; /* Udělá z divu kruh */
    border: 2px solid #000000; /* Rámeček kruhu */
    text-align: center; /* Zarovnání textu */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.circle_fulfilled_tasks:hover {
    padding-top: 0;
    width: 35px; /* Šířka kruhu */
    height: 35px; /* Výška kruhu */
    background-color: #00DE00 !important;
    color: white; /* Barva textu */
    font-size: 18px; /* Velikost textu */
    font-weight: bold; /* Tučné písmo */
    display: flex; /* Flexbox pro vycentrování textu */
    justify-content: center; /* Horizontální zarovnání textu */
    align-items: start; /* Svislé zarovnání textu */
    border-radius: 50%; /* Udělá z divu kruh */
    border: 2px solid #FFFFFF; /* Rámeček kruhu */
    text-align: center; /* Zarovnání textu */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.padding-adjustment-top {
    padding-top: 0.19rem !important;
}

.disabled-icon {
    opacity: 0.5;
    pointer-events: none; /* Zabrání klikání */
    cursor: not-allowed;

}


.text-align-justify-custom {
    text-align: justify;
}

.text-akce {
    font-size: 16px;
    font-weight: bold;
    color: black;
}

.no-marker-li {
    display: block !important;
}

.cursor-menu {
    color: black;
    cursor: pointer;
    font-size: 20px !important;
    padding: 10px;
    width: 250px;
    display: block;
    font-weight: bold
}

.cursor-menu-disabled {
    color: lightgray;
    cursor: not-allowed;
    font-size: 20px !important;
    padding: 10px;
    width: 250px;
    display: block;
    font-weight: bold
}

.cursor-pointer-default {
    cursor: default;
}

.input-bold-text {
    font-weight: bold
}

.highlightBothIcons
.iconHighlightOrange {
    color: rgb(240, 124, 1) !important;
}

.highlightBothIcons:hover
.iconHighlightOrange {
    color: rgb(240, 200, 1) !important;
}

.highlightBothIcons
.iconHighlightGreen {
    color: #008000 !important;
}

.highlightBothIcons:hover
.iconHighlightGreen {
    color: #00DE00 !important;
}

.highlightBothIcons
.iconHighlightRed {
    color: #F93154 !important;
}

.highlightBothIcons:hover
.iconHighlightRed {
    color: lightcoral !important;
}

.visibility-none {
    visibility: hidden !important;
}

.custom-modal-backdrop {
    --mdb-backdrop-zindex: 1050;
    --mdb-backdrop-bg: #0000007d;
    --mdb-backdrop-opacity: 1.0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--mdb-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--mdb-backdrop-bg)
}

.table-cursor-podtabulka tr:hover {
    background-color: lightblue !important;
    cursor: pointer;
}

.modal1 {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

.hidden {
    display: none;
}

.divider {
    border-bottom: 1px solid #ccc;
    margin: 5px 0;
}


.sub-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background: white;
    border: 1px solid #ddd;
    border-radius: 6px;
    min-width: 180px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 1000;
}

.sub-menu.show {
    display: block;
}

.sub-item {
    padding: 8px 12px;
    cursor: pointer;
}

.sub-item:hover {
    background-color: #f5f5f5;
}



