:root {
    --libella-green: #0097a9;
    --libella-green-bg: #eaf7f8;
    --libella-green-sh: rgba(234,247,248,.25);
}

html {
    font-size: 11pt;
}

body {
    background-color: #edf2f9;
}

div.develmark {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
    z-index: 1045;
    background-color: red;
    opacity: 0.4;
}

.header-top-in {
    height: 3.25rem;
}

h1 {
    font-size: 1.75rem;
    font-weight: 500;
}

h2 {
    font-size: 1.5rem;
    font-weight: 500;
}

a {
    text-decoration: none;
}

thead {
    background-color: #edf2f9;
}

table th:last-child:not(.noep),
table td:last-child:not(.noep) {
    padding-right: 1.5rem;
}

table th:first-child:not(.nosp),
table td:first-child:not(.nosp) {
    padding-left: 1.5rem;
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: inherit;
}

.dropdown-menu {
    box-shadow: 0 7px 14px 0 rgba(65,69,88,0.1), 0 3px 6px 0 rgba(0,0,0,0.07);
}

@media (min-width: 1800px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1720px;
    }
}

header {
}

.xdebug-error {
    position: relative;
    z-index: 1045;
}

header .header-top {
    position: fixed;
    top: 0rem;
    width: 100%;
    height: 3.25rem;
    background-color: #edf2f9;
    z-index: 1041;
}

header .header-sm-nav {
    position: fixed;
    top: 3.25rem;
    width: 100%;
    max-height: calc(100% - 3.25rem);
    background-color: #edf2f9;
    z-index: 1000;
    overflow: auto;
    box-shadow: rgba(65, 69, 88, 0.1) 0px 7px 14px 0px, rgba(0, 0, 0, 0.07) 0px 3px 6px 0px;
    border: 0px solid rgba(0,0,0,0.125);
}

main {
    margin-top: 3.25rem;
}

header a {
    color: #5e6e82;
    text-decoration: none;
    font-weight: 600;
}

header a:hover,
header a:focus {
    color: #232e3c;
    transition: color .1s ease-in-out;
}

header a.btn-logout {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #5e6e82;
    font-size: 22px;
}

header a.btn-logout:hover,
header a.btn-logout:focus {
    color: #dc3545;
}

header a.logo-am {
    position: relative;
    width: 125px;
    height: 32px;
    color: transparent;
    background: transparent url('../img/addmention.png') center center no-repeat;
    background-size: contain;
    opacity: 0.75;
}

header hr {
    margin-top: 0rem;
}

@media (min-width: 1200px){
    .navbar-side {
        position: fixed;
        width: calc(15rem + 8px);
        max-height: calc(100vh - 3.25rem);
    }

    .navbar-side > div > div {
        width: 15rem;
    }
}

.navbar-side {
    overflow: auto!important;
    flex-wrap: wrap;
}

.navbar-side {
    scrollbar-color: rgba(116,129,148,0.3) transparent;
    scrollbar-width: thin;
}

.navbar-side::-webkit-scrollbar {
    visibility: hidden;
    -webkit-appearance: none;
    width: 6px;
    height: 6px;
    background-color: transparent;
}
.navbar-side::-webkit-scrollbar-thumb {
    visibility: hidden;
    border-radius: 3px;
    background-color: rgba(116,129,148,0.3);
}

.navbar-side:hover::-webkit-scrollbar,
.navbar-side:hover::-webkit-scrollbar-thumb,
.navbar-side:focus::-webkit-scrollbar,
.navbar-side:focus::-webkit-scrollbar-thumb {
    visibility: visible;
}

.navbar-side a {
    color: #5e6e82;
    transition: color .2s ease-in-out;
    text-decoration: none;
    font-weight: 600;
    padding: 0.35rem 0rem;
}

.navbar-side a:hover,
.navbar-side a:focus {
    color: #232e3c;
    transition: color .1s ease-in-out;
}

.navbar-side a.active {
    color: #0d6efd;
}

.navbar-side a i:last-child {
    transform: rotate(180deg);
    transition: transform .25s ease-in-out;
}

.navbar-side a.collapsed i:last-child {
    transform: rotate(0deg);
    transition: transform .25s ease-in-out;
}

.navbar-side a.nav-item-1 {
    padding: 0.5rem 0rem;
}

.navbar-side a.nav-item-2 {
    padding: 0.25rem 0rem 0.25rem 2.25rem;
    font-size: 0.95rem;
}

.navbar-side a.nav-item-2:first-child {
    padding-top: 0.35rem;
}

.navbar-side a.nav-item-2:last-child {
    padding-bottom: 0.35rem;
}

@media (min-width: 1200px){
    .content {
        margin-left: calc(15rem + 8px + 1rem);
    }
}

.content div.scroll-shadow {
    position: sticky;
    top: 1.75rem;
    width: calc(100% + 2rem);
    height: 1.5rem;
    margin-top: -1.5rem;
    box-shadow: 0rem 0.5rem 0.5rem -0.5rem rgba(0,0,0,0.3) !important;
    transition: box-shadow 0.1s ease-in-out;
    margin-left: -1rem;
    margin-right: -1rem;
    z-index: 1040;
}

.content div.scroll-shadow-none {
    box-shadow: 0rem 0rem 0rem 0rem rgba(0,0,0,0.3) !important;
    transition: box-shadow 0.1s ease-in-out;
}

.card {
    box-shadow: rgba(65, 69, 88, 0.1) 0px 7px 14px 0px, rgba(0, 0, 0, 0.07) 0px 3px 6px 0px;
    border: 0px solid rgba(0,0,0,0.125);
    border-radius: .375rem;
}

.alert.alert-main {
    box-shadow: rgba(65, 69, 88, 0.1) 0px 7px 14px 0px, rgba(0, 0, 0, 0.07) 0px 3px 6px 0px;
    border-radius: .375rem;
}

label.label-optional:after {
    content: " (nepovinný)";
    font-style: italic;
    font-size: small;
    color: rgba(55,81,126,0.7);
}

footer {
    color: #5e6e82;
    font-size: 0.8rem;
    font-weight: 600;
}

.navbar-side-divider {
    color: #9da9bb;
    font-size: 0.95rem;
    font-weight: 600;
}

.navbar-side-divider hr {
    background-color: rgba(0,0,0,0.08);
    color: #d8e2ef;
    border: 0;
    opacity: 1;
}

.infobox .bi {
    color: #5e6e82;
    opacity: 0.3;
}

.infobox p {
    font-size: 1.1rem;
    color: #5e6e82;
    font-style: italic;
}

.table-filter .form-group.mb-3 {
    margin-bottom: 0 !important;
}

.fragment-carousel .carousel img {
    max-width: 600px;
}

.btn-libella {
    color: #fff;
    background-color: var(--libella-green);
    border-color: var(--libella-green);
}

.btn-libella:hover,
.btn-libella:focus,
.btn-libella.active {
    color: #fff;
    background-color: #007789;
}

.btn-libella:focus {
    box-shadow: 0 0 0 0.25rem var(--libella-green-sh);
}

