Your IP : 18.222.182.191


Current Path : /data/web/virtuals/51568/virtual/www/css/
Upload File :
Current File : /data/web/virtuals/51568/virtual/www/css/knihovna.css

@charset "UTF-8";
@import url("https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css");
@import url("https://use.fontawesome.com/releases/v5.7.2/css/all.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url("https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css");
@import url("slick.css");
@import url("slick-theme.css");
@import url("../js/basictable/basictable.css");
html {
    font-size: 16px;
}

a {
    /*color: #e30016;*/
    color: black;
}

body {
    /* background: #fcfcda; */
    background: white;
    font-family: 'Open Sans', sans-serif;
}


/********* MENU **************/

nav {
    /*

	--dropdown-bgcolor: #3991c0;
	--dropdown-item-bgcolor: #266181;*/
    /* background-color: transparent; */
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    --hamburger-width: 28px;
    --hamburger-height: 3px;
    --hamburger-color: white;
    --navbar-textcolor: white;
    --width-small: 576px;
    /*
	--dropdown-bgcolor: #3991c0;
	--dropdown-item-bgcolor: #004394;
*/
    --nav-bg: #18515e;
    /* #28a745;   0099ff ; 18515e = muj odhad */
    --nav-bg-active: #fde74c;
    --nav-bg-hover: #18515e;
    /* #50c039;  0099ff*/
    --nav-bg-dropdown: #18515e;
    /*   #50c039;   0099ff     */
    --nav-bg-dropdown-hover: #18515e;
    /* #28a745;   0099ff*/
    --nav-text-color: white;
    --nav-text-hover-color: white;
    --nav-text-active-color: #28a745;
    ;
    --navbar-text-color: white;
}

.banerimage {
    content: url("/_web/banner-480.jpg");
    margin: 5px 0px 5px 0px;
}

@media only screen and (min-width: 768px) {
    .banerimage {
        content: url("/_web/baner-690.jpg");
    }
}

@media only screen and (min-width: 992px) {
    .banerimage {
        content: url("/_web/baner-930.jpg");
    }
}

@media only screen and (min-width: 1200px) {
    .banerimage {
        content: url("/_web/baner-1110.jpg");
    }
}

.navbar {
    /* padding: 0.2rem 0.5rem;*/
    padding: 0rem 0.0rem;
    margin: 0px;
}

.navbar-nav .nav-link {
    /* padding-left: 10px; */
}


/*
@media screen and (min-width: 576px) {
	nav {
		--nav-bg: #3991c0;
		--nav-text-color: white;
	}
}
*/

.navbar-main {
    background-color: var(--nav-bg);
}

.nav-item .nav-link {
    color: #007bff;
    /*  padding: 15px 5px;   */
    /* padding: 20px 25px !important;  */
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
    /*  font-weight: bold; */
}

.nav-link .dropright .dropdown .dropdown-item {
    /*padding-left: 0.5em;*/
    padding: 10px;
}

.dropright .dropdown-menu {
    margin-left: 0px;
    border-left: 2px solid white;
}

.nav-item:hover,
.nav-item:focus {
    /* color: #004394;*/
    /* xxx */
    background-color: var(--nav-bg-hover);
}

.nav-item .active,
.nav-item .active:hover,
.nav-item .active:focus {
    /*  color: var(--nav-bg);
  background-color: #fde74c; */
    /* var(--nav-bg-active); */
}

.navbar-nav>.open>a,
.navbar-nav>.open>a:hover,
.navbar-nav>.open>a:focus {
    /* md */
    color: white;
    background-color: var(--nav-bg-dropdown-hover);
}

.navbar-nav>.nav-item>.nav-link {
    /* text-transform: uppercase;   */
    /*font-variant: small-caps;*/
}

.nav-item {
    min-width: 7.3rem;
    text-align: center;
}

.navbar-nav>.nav-item>.nav-link:hover {
    text-transform: uppercase;
    background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown .dropdown-menu {
    background-color: var(--nav-bg-dropdown-hover);
    color: white;
}

.dropdown .dropdown-menu:hover {
    display: block;
}

.dropdown-item:hover {
    /* text-transform: uppercase;   */
}

a .dropdown-item {
    padding: 0px;
}

.dropdown:active {
    background-color: var(--nav-bg);
}

.caret-level1:active,
.caret-level1:hover .caret-level2:active,
.caret-level2:hover {
    color: white;
    /*  background-color: inherit; */
    /*  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)); */
    cursor: pointer;
    /*right*/
}

.caret-level1:after {
    content: "\00A0\00A0\f107";
    /*down*/
}

.caret-level2:after {
    content: "\00A0\f101";
    /*right*/
}

@media only screen and (max-width: 967px) {
    .navbar {
        padding: 0.2rem 0.5rem;
        margin: 0px;
    }
    .nav-item .nav-link {
        /* padding: 10px 10px !important;  */
        padding: 10px 10px !important;
        text-align: left;
    }
    .level1 {
        padding-left: 5px;
        padding-right: 5px;
        width: calc(100% - 10px);
    }
    .level2 {
        padding-left: 5px;
        padding-right: 5px;
        width: calc(100% - 10px);
    }
    .caret-level1::after,
    .caret-level1::after:hover {
        content: "\00A0\00A0\f107";
        color: white;
        /*down*/
    }
    .caret-level2:after {
        content: "\00A0\f103";
        /*down*/
    }
}

.dropdown-menu .dropdown-item {
    /*  background-color: var(--nav-bg-hover);; */
    color: white;
    padding-top: 6px;
    padding-bottom: 6px;
    /*  border-top: 1px dotted white;  
  border-bottom: 1px dotted  var(--nav-bg-hover);  */
    border-bottom: 1px solid white;
}

.dropdown-menu .dropdown-item:first-of-type {
    border-top: 1px solid white;
}

.dropdown-menu .active {
    background-color: #fde74c;
    /* var(--nav-bg-active); */
    color: var(--nav-bg);
}

.dropdown-menu .dropdown-item:hover {
    /* background-color: var(--nav-bg); */
    color: white;
    cursor: pointer;
    /* transform: scale(1.02);*/
    background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
    /*	border-top: 1px dotted white;
	border-bottom: 1px dotted white;*/
}

.dropdown-menu .active,
.dropdown-menu .active:hover,
.dropdown-menu .active:focus {
    color: var(--nav-bg);
    background-color: #fde74c;
    /* var(--nav-bg-active); */
}

nav a:hover {
    background-color: var(--nav-bg);
    /* var(--dropdown-item-bgcolor); */
}

a.navbar-brand:hover {
    background-color: var(--nav-bg);
}

.breadcrumb-wrapper {
    padding-left: 0px;
    padding-right: 0px;
}

.breadcrumb {
    padding-left: 10px;
    padding-right: 5px;
    background-color: inherit;
    margin-bottom: 0px;
}

.nav-item-active {
    font-weight: bold;
    background: #fde74c;
}

.nav-home {
    color: white;
}

.dropdown-menu {
    padding: 0px;
    margin-top: 0px;
    border-left: none;
}

.navbar-nav .nav-link {
    color: white;
}


/*
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
    color: white;
    background-color: var(--nav-bg-hover);
}   */

a.nav-link:focus,
a.nav-link:hover {
    /*color: white; */
    background-color: var(--nav-bg-hover);
}

.navbar-toggler {
    color: white;
    border-color: white;
    min-height: 45px;
}

.btn-login {
    min-height: 45px;
    min-width: 45px;
    background-color: var(--nav-bg);
    color: white;
    border: 1px solid white;
    border-radius: 0;
    padding: 0 10 0 10;
}

.btn-login:active,
.btn-login:hover {
    background-color: white;
    color: var(--nav-bg);
}

.btn-loginLoged {
    /* background-image: url(../img/user1.svg); */
    max-height: 44px;
    min-width: 45px;
    border-radius: 0;
    background-color: #339933;
    color: white;
    border: 1px solid white;
    padding: 10px;
}

.btn-loginLoged:active,
.btn-loginLoged:hover {
    background-color: white;
    color: #339933;
}


/********* konec MENU **************/


/* ****************  menu edit ******/

.ikonaForm {
    width: 50px;
    cursor: pointer;
    text-align: center;
}

.tablerow-underscore {
    border-bottom: 1px solid gray;
}

.under-upper-score {
    border-bottom: 1px solid gray;
    border-top: 1px solid gray;
    /*background-color: rgba(0,0,0,.03);     */
}

.textForm {
    width: 60px;
    text-align: center;
}


/* ****************  konec menu edit ******/

.custom-file-input~.custom-file-label::after {
    content: 'Procházej';
}

.tabulka-overflow {
    max-height: 700px !important;
    overflow-y: auto !important;
}

.tabulka-mala {
    max-height: 500px !important;
    overflow-y: auto !important;
}

tr:hover> {
    background-color: rgb(146, 200, 236);
}

.tabulka-clanky {
    height: calc(100% - 20px) !important;
    overflow-y: auto !important;
}


/***********  pandulaci ***************/

.pandulaci {
    position: absolute;
    position: fixed;
    bottom: 0px;
    z-index: 1000;
}

.panvlevo {
    margin-left: -167px;
}

.panvpravo {
    margin-left: 1130px;
    right: auto;
}

.holka {
    margin-left: -86px;
    top: 200px;
    height: 150px;
}

.logo {
    position: relative;
    left: 20px;
    top: 20px;
}

.panel-dot {
    height: 100px;
    width: 100px;
    /*  background-color: #0099ff; */
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 50px);
    top: 10px;
    z-index: 100;
}

.white-dot {
    height: 80px;
    width: 80px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 40px);
    top: 18px;
}

.panel-box {
    height: 80px;
    width: 100%;
    /*   background-color: #0099ff; */
    position: absolute;
    top: 50px;
    box-shadow: .4rem 0 1rem rgba(0, 0, 0, .15);
    /* box-shadow: .5rem 0 1rem 0 rgba(0,0,0,.15); */
}

.aktualne-obrazek {
    /*    background-image: url("../_web/obrazky/aktuality.png"); */
    background-image: url("../_web/obrazky/notepad.png");
    background-repeat: no-repeat;
    background-position: center 15px;
    z-index: 100;
}

.magazine-obrazek {
    background-image: url("../_web/obrazky/magazine.png");
    background-repeat: no-repeat;
    background-position: center 15px;
    z-index: 100;
}

.odkazy-obrazek {
    background-image: url("../_web/obrazky/exterodk43.png");
    background-repeat: no-repeat;
    background-position: center 18px;
    z-index: 100;
}

.jidelna-obrazek {
    background-image: url("../_web/obrazky/burger.png");
    background-repeat: no-repeat;
    background-position: center 10px;
    z-index: 100;
}

.succ-obrazek {
    background-image: url("../_web/obrazky/succ.png");
    background-repeat: no-repeat;
    background-position: center 10px;
    z-index: 100;
}

.importent-obrazek {
    background-image: url("../_web/obrazky/fingerw.png");
    background-repeat: no-repeat;
    background-position: center 5px;
    z-index: 100;
}

.donors-obrazek {
    background-image: url("../_web/obrazky/donors.png");
    background-repeat: no-repeat;
    background-position: center 13px;
    z-index: 100;
}

.nadpis {
    color: white;
    position: relative;
    text-align: center;
    top: 100px;
    z-index: 150;
}

.card-jidelna {
    /*    background-image: url("../_web/obrazky/jidelna.png"), url("../_web/obrazky/bg.jpg");       */
    background-image: url("../_web/obrazky/jidelna.png"), url("../_web/obrazky/bglightblue.png");
    background-repeat: no-repeat, repeat;
    background-position: center 26px;
}

.card-aktualne {
    /*    background-image: url("../_web/obrazky/jidelna.png"), url("../_web/obrazky/bg.jpg");       */
    background-image: url("../_web/obrazky/aktuality.png"), url("../_web/obrazky/bglightblue.png");
    /* url("../_web/obrazky/kruh1.png");*/
    background-repeat: no-repeat, repeat;
    background-position: center 26px;
}

.pentagon {
    clip-path: polygon(100% 0%, 100% 60%, 50% 100%, 0% 60%, 0% 0%);
    height: 90px;
}

.btn-panel:hover {
    transform: scale(1.03);
}

.btn-panel a:hover {
    text-decoration: none;
}

.odkaz-nodecoration:hover {
    text-decoration: none;
}

.btn-panel-jidelnicek {
    border: 1px solid #0f9adc;
}

.ck-editor {
    min-height: 400px !important;
}

a.otvirac[aria-expanded=false] span:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    float: right;
}

a.otvirac[aria-expanded=true] span:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    float: right;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion a:hover {
    text-decoration: none;
}

.tdUpload-img {
    width: 100px;
}

.tdUpload-size {
    width: 10%;
}

.tdUpload-name {
    width: 65%;
}

.radek-galerie {
    /*  box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.0s cubic-bezier(0.4, 0, 0.2, 1);  */
}

.radek-galerie:hover {
    box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.0s cubic-bezier(0.4, 0, 0.2, 1);
    /*  
  box-shadow: 0px 4px 4px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 3px rgba(0, 0, 0, 0.14), 0px 5px 12px 4px rgba(0, 0, 0, 0.12);
  filter: contrast(105%);  */
}


/*
.radek-galerie {
  display: flex; 
  flex-direction: row; 
  border: 1px solid #dbdbdb;
  min-height: 90px;
  margin: 10px 10px;
  padding: 5px;             
}
.radek-galerie-div {
 margin: 0px 5px;
}

.fotky::after {
content: '';
flex: auto;
}*/

.galerie-nadpis {
    display: flex;
    flex-direction: row;
}

.galerie {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fill, 200px);
    grid-auto-rows: 150px;
    gap: 25px;
    /*
    justify-content: space-between;
    margin: 0 auto;*/
}

.gallery-item {
    width: 100%;
    height: 100%;
    position: relative;
}

.gallery-item .image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid #17a2b8;
    padding: 3px;
}

.gallery-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.galerie-div {
    border: 1px solid #17a2b8;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
    background: #d1ecf1;
    color: black;
    margin-right: 5px;
    padding-left: 5px;
    padding-top: 2px;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
    display: inline-block;
    /* padding: 2px 5px;*/
    font-size: 0.8rem;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
    font-size: 0.8rem;
    font-weight: normal;
    padding: 0;
}

.schovat {
    display: none;
}

.article-shadow {
    /* box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.0s cubic-bezier(0.4, 0, 0.2, 1);*/
}

.article-shadow:hover {
    box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 5px 6px 2px rgba(0, 0, 0, 0.14), 0px 2px 12px 3px rgba(0, 0, 0, 0.12);
    filter: contrast(105%);
}

.article {
    cursor: pointer;
}

.article:hover {
    box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    /*transition: box-shadow 0.0s cubic-bezier(0.4, 0, 0.2, 1);*/
    filter: contrast(105%);
}

.article-datum {
    background-color: #0e6073;
}

.article-rok {
    color: #0e6073;
}

.article-datum-border {
    border: 1px solid #0e6073;
}

.article-nadpis {
    color: #0e6073;
}

@media only screen and (max-width: 768px) {
    .article-body {
        display: none;
    }
    .article-footer {
        display: none;
    }
    .article-nadpis {
        font-size: 1rem;
    }
    .article-datum {
        font-size: 0.8rem;
    }
}

.pagination>li>a {
    color: #0e6073;
}

.pagination>li>span {
    color: #0e6073;
    cursor: pointer;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    font-weight: bold;
    background-color: #0e6073;
    border-color: #0e6073;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#editarea {
    height: 600px;
}


/*
.fancybox-caption {
  color: yellow; 
}
  */

fancybox-button {
    background: transparent;
    color: #333;
}

.fancybox-toolbar .fancybox-button:hover {
    background: rgba(223, 223, 223, 0.5);
    color: yellow;
}


/* Make close button a bit bigger */

.fancybox-button--close {
    padding: 7px;
}


/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    z-index: 99996;
}

.fancybox-navigation .fancybox-button div {
    padding: 0;
}

.fancybox-navigation .fancybox-button[disabled],
.fancybox-navigation .fancybox-button[disabled]:hover {
    color: #888;
}

.fancybox-navigation .fancybox-button:hover {
    color: yellow;
}

footer {
    padding-top: 1em;
    padding-bottom: 2em;
    background-color: #aaa;
    min-height: 150px;
    color: #333;
}


/************ PLANY ******************/

.content {
    display: flex;
    flex: 1;
    flex-direction: rows;
}

.columns {
    display: flex;
    flex: 1;
}

.main {
    flex: 1;
    order: 3;
}

.plany-sidebar-left {
    width: 240px;
    order: 1;
    margin-right: 10px;
}

.sidebar-tydny {
    width: 200px;
    order: 2;
    margin-right: 10px;
}

.sidebar-tydny-plany {
    width: 220px;
    order: 2;
    margin-right: 10px;
}

.plany-poznamky {
    flex: 0 0 200px;
    margin-right: 10px;
}

.plany-akce {
    flex: 0 0 300px;
    margin-right: 10px;
}

.editor {
    flex: 1;
    order: 2;
}

.ckEditFlex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.font-tisk {
    font-size: 12px;
}

.table-roky {
    max-width: 100px;
}

.table-tydny {
    max-width: 220px;
}

.table-scroll-container-30 {
    max-height: 30em;
    overflow-y: auto;
}

.table-scroll-container-40 {
    max-height: 40em;
    overflow-y: auto;
}

.table-scroll-plany {
    max-height: calc(100vh - 410px);
    overflow-y: auto;
}

.table-scroll-plany-nahled {
    max-height: calc(100vh - 90px);
    overflow-y: auto;
}

.table-scroll-tydny {
    max-height: calc(100vh - 320px);
    overflow-y: auto;
}

.table-scroll-plany-nahled {
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}

.table-scroll thead td {
    background: lightblue;
    color: #000;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
}

.odkaz {
    cursor: pointer;
}

input:invalid {
    border: 1px solid red;
    background-color: rgba(255, 0, 0, 0.2)
}

.plany-flex {
    display: flex;
    flex-flow: row;
    align-items: stretch;
    justify-content: center;
}

@media all and (max-width:800px) {
    .plany-flex {
        flex-direction: column;
    }
}

.plany-flex>div {
    margin-right: 15px;
}


/********** KONEC PLANY ***********************/

.panel-hledej {
    border: 1px solid #0F9ADC;
    padding: 5px;
}

.input-hledej {
    border: 0px solid white;
}

.btn-hledej {
    color: #0F9ADC;
}

.back-to-top {
    text-align: center;
}

.back-to-top i {
    width: 32px;
    height: 32px;
    position: fixed;
    right: 15px;
    bottom: 10px;
    background: #0E6073;
    color: #fff;
    line-height: 30px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.back-to-top i:hover {
    background: #0F9ADC;
}

.d3-shadow {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-left: 1px solid rgba(0, 0, 0, .125);
    border-right: 1px solid rgba(0, 0, 0, .125);
}

.d3-shadow:hover {
    cursor: pointer;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
    transform: scale(1.003, 1.07);
    border-top: 1px solid rgba(0, 0, 0, .125);
}

@media only screen and (max-width: 800px) {
    .do800 {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .do600 {
        display: none;
    }
}

input:required {
    border: 1px solid green;
}

input:required:invalid {
    border: 1px solid red;
    background-color: inherit;
}

.casopis-height {
    height: calc(100vh - 130px);
}