/* CSS Document */

@media print {
    div.header {
        background-color: #FFFFFF;
        height: 100px;
        position: fixed !important;
        top: 0;
        padding-bottom: 10px;
        box-shadow: 0 20px 40px -40px #000;
        min-width: 960px;
        width: 100%;
        z-index: 2;
    }
    body {
        padding-top: 100px;
        /* Zde nastavte vhodnou hodnotu pro požadovaný odstup pod headerem */
    }
}

html {
    overflow-y: scroll;
    font-size: 18px;
    height: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: Calibri, Open Sans, sans-serif;
    color: #303030;
    box-sizing: border-box;
    min-width: 960px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

div.header {
    background-color: #FFFFFF;
    height: 100px;
    position: fixed;
    top: 0px;
    padding-bottom: 10px;
    box-shadow: 0 20px 40px -40px #000;
    min-width: 960px;
    width: 100%;
    z-index: 2;
}

div.header a {
    text-decoration: none;
}

div.header div.header-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
    padding-left: 20px;
    padding-right: 20px;
}

div.header div.header-logo {
    display: inline-block;
    vertical-align: top;
    padding-top: 20px;
}

div.header div.header-logo img {
    height: 60px;
}

@media (max-width: 1150px) {
    div.header div.header-logo img {
        height: 40px;
        margin-top: 4px;
    }
}

div.header div.header-text {
    display: inline-block;
    margin-left: 30px;
}

div.header h1 {
    line-height: 46px;
    margin-top: 12px;
    margin-bottom: 0px;
}

div.header h2 {
    font-size: 20px;
    margin-left: 3px;
    margin-top: 0px;
    padding-top: 0px;
}

@media (max-width: 1600px) {
    div.header h2 {
        font-size: 12px;
    }
}

div.content {
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
    width: 950px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 100px;
}

div.content div.uzivatel {
    border: 2px solid #1799CC;
    border-radius: 20px;
    height: 47px;
    line-height: 34px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    top: -30px;
    width: 600px;
}

div.content div.uzivatel div.menu {
    display: inline-block;
    margin-left: 14px;
    margin-right: 14px;
}

div.content div.uzivatel div.menu a {
    color: #000000;
    display: inline-block;
    margin-right: 14px;
    text-decoration: underline;
}

div.content div.alert {
    border-radius: 20px;
    border-width: 2px;
    margin-right: 10px;
    padding: 8px;
    padding-left: 10px;
    padding-right: 10px;
}

div.content div.alert-danger {
    background-color: #ffdddd;
}

div.content input[type="radio"] {
    margin-right: 5px;
}

div.content .btn.btn-primary {
    background-color: #1799CC;
    background: linear-gradient(0deg, rgba(0, 121, 172, 1) 0%, rgba(39, 169, 220, 1) 100%);
    color: #FFFFFF;
}

div.content .btn {
    border-radius: 10px;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

div.content .form-control {
    border-radius: 10px !important;
}

div.content input.btn.logout {
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    float: right;
}

div.content input.form-control {
    border-radius: 8px;
}

div.footer {
    background-color: #1799CC;
    color: #FFFFFF;
    height: 36px;
    margin-top: auto;
    padding: 4px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: right;
    width: 100%;
}

div.footer a {
    color: #FFFFFF;
    text-decoration: underline;
}

.center {
    margin: auto;
    text-align: center !important;
}

.slct {
    text-align: center !important;
    font-size: 50px !important;
}

.lab {
    font-size: 25px;
    font-weight: bold;
}

.flx {
    display: flex;
    justify-content: center;
}

.sel {
    font-weight: normal !important;
}

.none {
    display: none;
}

.txt {
    text-align: center !important;
}

.select2-selection {
    height: 37px!important;
}

.select2-selection__rendered {
    margin-top: 4px!important;
}

.select2-selection__arrow {
    margin-top: 4px;
}

.select2-selection--single {
    border: 1px solid #ced4da!important;
}

*:focus {
    outline: none;
}