.wbc_window_center{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.wbc_window_background{
    position: fixed;
    width: 100%;
    height: 100%;
}
.wbc_window_header{
    margin-top: -5px;
    margin-bottom: 0;
    font-weight: 800;
    color: black;
    font-size: 20px;
}
.wbc_window_content{
    overflow: auto;
}
.wbc_window_r{
    border-radius: 7px;
    border: 1px solid rgb(233, 231, 231);
    padding: 15px;
    box-sizing: border-box;
    overflow: hidden;
    display: grid;
    gap: 10px;
    width:100%;
}
.wbc_window_center + .wbc_window_center .wbc_window_background{
        z-index: 1;
    background-color: rgba(0,0,0,0.75);
}
.wbc_window_buttons{
    display: flex;
    justify-content: space-around;
}
.wbc_window{
    max-width: 100%;
    width: 600px;
    background-color: white;
    color: black;
    position: relative;
    border-radius: 7px;
    padding: 5px;
    box-sizing: border-box;
    z-index: 1;
    max-height: calc(100% - 5px);
    max-height: 100%;
    display: flex;
    overflow: hidden;
}
#wbc_windows_background{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.75);
    top: 0;
    left: 0;
    z-index: 111;
    backdrop-filter: saturate(180%) blur(20px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#wbc_full_loading{
    z-index: 112;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.wbc_loading__{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#wbc_full_loading>span{
    font-size: 23px;
}
#wbc_full_loading.wbc_full_loading::before, .wbc_loading__::before{
    font-family:"Ionicons";
    content:"\f29c";
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;

    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
     transition-property: transform;

     -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
    font-size: 48px;
}
@-moz-keyframes spin { 50% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 50% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }.wbc_pole_file_list{
    display:flex;
    flex-direction:column;
}
.wbc_pole_file_item{
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: center;
    gap: 10px;
}
.wbc_datum_kalendar_vyber{
    position:absolute;
    background-color: white;
    z-index:10;
    border: 1px solid #e2e2e2;
    z-index: 1111;
}
.wbc_datum_kalendar_vyber_navigace > div > a::before{
    display:block;
    font-family:"Ionicons";
    font-size:20px;
    cursor:pointer;
    color: rgb(45, 165, 241);
}
.wbc_datum_kalendar_vyber_navigace > div{
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    gap: 5px;
}
.wbc_datum_kalendar_vyber_navigace_predchozi_rok::before{
    content: "\f4a1";
}
.wbc_datum_kalendar_vyber_navigace_predchozi_mesic::before{
    content: "\f488";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.wbc_datum_kalendar_vyber_nadpis{
    font-weight:bold;
}
.wbc_datum_kalendar_vyber_navigace_dalsi_mesic::before{
    content: "\f488";
}
.wbc_datum_kalendar_vyber_navigace_dalsi_rok::before{
    content: "\f427";
}
.wbc_datum_kalendar_vyber_navigace{
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding:5px;
}
.wbc_datum_kalendar_vyber_vypis_mesic_dny{
    display: grid;
    grid-template-columns: repeat(7,auto);
    gap: 1px;
    border-top:1px solid rgb(237, 237, 237);
    background-color: rgb(237, 237, 237);
}
.wbc_datum_kalendar_pole{
    cursor:pointer;
}
.wbc_datum_kalendar_vyber_den_vyber{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 35px;
    height: 35px;
    flex-direction: column-reverse;
    box-sizing: border-box;
    cursor:pointer;
    background-color: white;
    color:black;
}
.wbc_datum_kalendar_vyber_den_dnes, .wbc_datum_kalendar_vyber_den_dnes.wbc_datum_kalendar_vyber_den_blokovany, .wbc_datum_kalendar_vyber_den_dnes.wbc_datum_kalendar_vyber_den_blokovany:hover{
    color:red;
}
.wbc_datum_kalendar_vyber_predchozi_mesic{
    color:gray;
}
.wbc_datum_kalendar_vyber_den_vikend, .wbc_datum_kalendar_vyber_den_vikend.wbc_datum_kalendar_vyber_den_blokovany, .wbc_datum_kalendar_vyber_den_vikend.wbc_datum_kalendar_vyber_den_blokovany:hover{
    background-color:rgb(246, 246, 246);
}

.wbc_datum_kalendar_vyber_den_vyber:hover, .wbc_datum_kalendar_vyber_den_vybrany{
    background-color: rgb(45, 165, 241);
    color: white;
}
.wbc_datum_kalendar_vyber_den_blokovany, .wbc_datum_kalendar_vyber_den_blokovany:hover{
    color: rgb(233, 233, 233);
    cursor:default;
    background-color:white;
}
.wbc_pole_file_shower > img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.wbc_pole_napoveda{
    cursor:pointer;
    font-size: 20px;
    margin-left: 5px;
    vertical-align: middle;
}
.wbc_pole_napoveda::before{
    font-family:"Ionicons";
    content:"\f445";
}
.wbc_pole_napoveda:hover::before{
    content:"\f446";
}
.wbc_pole_file_shower{
    display:flex;
    width:100px;
    height:100px;
    align-items: center;
    justify-content: center;
}
.wbc_pole_file_koncovka {
    display: block;
    text-align: center;
    height: 50px;
    width: 50px;
    position: relative;
}
.wbc_pole_file_koncovka::before{
    font-family: "Ionicons";
    content: "\f12f";
    font-size: 68px;
    line-height: 48px;
    height: 50px;
    color: rgb(52, 191, 246);
    font-weight: normal;
}
.wbc_pole_file_koncovka_text {
    position: absolute;
    left: 0px;
    top: 23px;
    background-color: rgb(57, 169, 213);
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    padding: 2px 3px;
    border-radius: 4px;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: bold;
}
.wbc_select .povinne, .wbc_content .wbc_select .povinne{
    position: absolute;
    right: -14px;
}
.wbc_select select, .wbc_select{
    background-color: white;
    border: none;
    line-height: 1.375;
    border-radius: .125rem;
    padding: 6px 10px;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    width:100%;
    display:block;
    box-shadow: none;
    background-image: none;
    appearance: none;
    -webkit-appearance: none;
}
.input_cas .wbc_select select:focus{
    padding: 6px 10px;
    width:100%;
}
.input_cas{
    padding:0;
}
.wbc_select{
    display: inline-grid;
    width:280px;
    grid-template-areas: "select";
    align-items: center;
    padding:0;
    background-color:transparent;
    position: relative;
}
.wbc_select select::-ms-expand {
  display: none;
}
.wbc_select select{
    width:100%;
    grid-area: select;
    border: 1px solid #dedede;
}
.wbc_select::before{
  content: "";
  width: 0.8em;
  height: 0.5em;
  background-color: gray;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  grid-area: select;
  justify-self: end;
  margin-right: 10px;
}
.wbc_select select:focus{
    outline: none;
    box-shadow: 0 0 0 4px rgba(67, 167, 218, 0.75);
}
.input_cas .wbc_select{
    width:auto;
}
.input_cas .wbc_select::before{
    display:none;
}
.input_cas .wbc_select select{
    border:none;
}
.input_cas .wbc_select:first-child select{
    padding-right:0;
}
.input_cas .wbc_select:last-child select{
    padding-left:0;
}.wbc_window_scroll_block{
    overflow:hidden;
}
.wbc_window .wbc_input_chat_obal{
    display: flex;
    flex-direction: column;
    max-height: 100%;
}
.wbc_window_center{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.wbc_window_background{
    position: fixed;
    width: 100%;
    height: 100%;
}
.wbc_window_header{
    margin-top: -5px;
    margin-bottom: 0;
    font-weight: 800;
    color: black;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    padding:0;
}
.wbc_window_header_right{
    display:flex;
    align-items: center;
    padding: 0 10px;
}
.wbc_window_header_center{
    padding:10px;
}
.wbc_window_closeTL{
    font-size: 20px;
    opacity: .7;
    cursor:pointer;
}
.wbc_window_closeTL:hover{
    opacity:1;
}
.wbc_window_closeTL::before{
    font-family:"Ionicons";
    content:"\f405";
}
.wbc_window_content{
    overflow: auto;
}
.wbc_window_r{
    border-radius: 7px;
    border: 1px solid rgb(233, 231, 231);
    padding: 15px;
    box-sizing: border-box;
    overflow: hidden;
    display: grid;
    gap: 10px;
    width:100%;
}
.wbc_window_center + .wbc_window_center .wbc_window_background{
        z-index: 1;
    background-color: rgba(0,0,0,0.75);
}
.wbc_window_buttons{
    display: flex;
    justify-content: space-around;
}
.wbc_window{
    max-width: 100%;
    width: 430px;
    background-color: white;
    color: black;
    position: relative;
    border-radius: 7px;
    padding: 5px;
    box-sizing: border-box;
    z-index: 1;
    max-height: calc(100% - 5px);
    max-height: 100%;
    display: flex;
    overflow: hidden;
}
.wbc_window_large{
    width:1000px;
}
#wbc_windows_background{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.75);
    top: 0;
    left: 0;
    z-index: 999;
    backdrop-filter: saturate(180%) blur(20px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#wbc_full_loading{
    z-index: 112;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.wbc_loading__{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#wbc_full_loading>span{
    font-size: 23px;
}
#wbc_full_loading.wbc_full_loading::before, .wbc_loading__::before{
    font-family:"Ionicons";
    content:"\f29c";
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
     transition-property: transform;
    
     -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
    font-size: 48px;
}
@-moz-keyframes spin { 50% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 50% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }#aScP{display:none;}.app_datum_naplanovani{
	margin-right:5px;
	cursor:pointer;
	font-weight: bold;
}
.app_datum_naplanovani_po_terminu::before{
	content: "!";
	font-weight: bold;
	margin-right: 5px;
	color: white;
	background-color: red;
	padding: 0;
	border-radius: 50%;
	height: 15px;
	width: 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}
.maly_ukol .app_datum_naplanovani_po_terminu{
	overflow: visible;
}
.fullTextareaEdit{
	width: 100%;
    border: 0;
    box-shadow: none;
    padding: 10px;
    box-sizing: border-box;
    resize: vertical;
	height:400px;
	border: 2px solid #098DEA;
	line-height: 21px;
	background-color: rgba(43, 141, 234, 0.05);
}
.display_none{
	display:none;
}
.nadpisPoznamky{
	
}
.complete label > span, input.complete + span + label > span{
	text-decoration: line-through;
}
.nadpis_sloupce.nadpisPoznamky, .nadpis_sloupce.nadpisPoznamky + .fullTextareaEdit{
	--color: #2b8dea;
	--backgroundColor: rgba(43, 141, 234, 0.05);
}
.nadpis_sloupce.nadpisPoznamkyvlada, .nadpis_sloupce.nadpisPoznamkyvlada + .fullTextareaEdit{
	--color: green;
	--backgroundColor: rgba(0, 127, 0, 0.05);
}
.nadpis_sloupce.nadpisPoznamkymichal,  .nadpis_sloupce.nadpisPoznamkymichal + .fullTextareaEdit{
	--color: #7f5000;
	--backgroundColor: rgba(127, 80, 0, 0.05);
	
}
.nadpis_sloupce.nadpisPoznamkyandrea,  .nadpis_sloupce.nadpisPoznamkyandrea + .fullTextareaEdit{
	--color: #7a007f;
	--backgroundColor: rgba(104, 0, 127, 0.05);
}

.nadpis_sloupce.nadpisPoznamkyvasek,  .nadpis_sloupce.nadpisPoznamkyvasek + .fullTextareaEdit{
	--color: #00117f;
	--backgroundColor: rgba(0, 10, 127, 0.05);
}

.nadpis_sloupce:is(.nadpisPoznamky, .nadpisPoznamkyvlada, .nadpisPoznamkymichal, .nadpisPoznamkyandrea, .nadpisPoznamkyvasek){
	background-image: none;
	background-color:var(--color);
}
.sloupec_do.lide{
	background-color: transparent !important;
}
.nadpis_sloupce:is(.nadpisPoznamky, .nadpisPoznamkyvlada, .nadpisPoznamkymichal, .nadpisPoznamkyandrea, .nadpisPoznamkyvasek) + .fullTextareaEdit{
	border: 2px solid var(--color);
	background-color: var(--backgroundColor);
}
.fullTextareaEdit, .fullTextareaEdit:focus{
	outline: none;
}
.sloupec_do.lide{
	border: none;
}
#poznamky_lidevlada, #poznamky_lidemichal, #poznamky_lide, #poznamky_lideandrea, #poznamky_vasek{
	line-height: 21px;
	width: 100% !important;
}
.nadpis_sloupce.lide{
	margin-top: 10px !important;
}
.icoTermin::before{
	font-family: "Icons";
	content:"\E03B";
	color: blue;
}
.podukol label, .maly_ukol label{
	display: inline-flex;
	align-items: center;
	gap: 3px;
}
@media screen and (max-width: 600px){
	.okno{
		display: none;
	}
}
@media screen and (max-width: 1000px){
	#poznamky_lidevlada, #poznamky_lidemichal, #poznamky_lide, #poznamky_lideandrea, #poznamky_vasek{
		line-height: 30px;
		font-size: 16px;
	}
	.sloupec_do > .nadpis_sloupce{
		padding: 10px 0;
	}
	.sloupec_do, .sloupec_do > .nadpis_sloupce {
		margin-top: 0;
	}
	.sloupec_do.velke_ukoly{
		margin-top: 15px;
	}
	.hlavickaFix {
		position: sticky;
	}
	#hlavickaFix > .nadpis_sloupce.lide{
		margin-top: 0 !important;
	}
	.nadpis_sloupce:is(.nadpisPoznamky, .nadpisPoznamkyvlada, .nadpisPoznamkymichal, .nadpisPoznamkyandrea, , .nadpisPoznamkyvasek) + .fullTextareaEdit{
		border: none;
		border-left: 5px solid var(--color);
		border-radius: 0;
	}
}