
/* Přepis původní šablony */
@media (max-width: 424px){
	.col-xs-6 {
		width: 100%;
	}
}

/* Úprava původního chosen.css padding zleva */
select.form-control + .chosen-container.chosen-container-single .chosen-single {
	padding: 6px 12px 6px 6px;
}

.sidebar-menu .treeview-menu {
    padding-left: 0px;
}
.sidebar-menu .treeview-menu > li > a {
    border-left: 3px solid transparent;
}

.mce-panel {
	border-radius: 4px;
}

.kredit-v-plusu {
    color: #93be52;
}
.kredit-v-minusu,
.penalizace-bez-akce {
    color: #E74C3C !important;
}

.grid-stack .info-box{
	margin-bottom: 0;
}

.grid-stack .box-info{
	margin-bottom: 0;
	width: 100%;
	height: 100%;
}

.grid-stack-item-content{
	background-color: white;	
}



/* NProgress */
#nprogress .spinner{
	padding: 10px;
    background-color: #f3eded;
	right: 50%;
	z-index: 2000;
}
#nprogress .bar{
	background: red;
	z-index: 2000;
	height: 4px;
}

/* CONFIRM */
.confirm-modal .modal-footer{
	padding: 10px;
}

@media (min-width: 768px){
	.confirm-modal .modal-dialog {
		width: 300px;
		margin: 30px auto;
	}
}

/* obrazek uzivatele pri rezervaci */
.user-rezervace-admin {

}

.kredit-uzivatele-vstup .avatar {
	text-align: center;
	margin: -80px auto 10px auto;
}
.kredit-uzivatele-vstup .avatar img {
	width: 88px;
	border: 2px solid #fff;
}

.vstup-neregistrovany {
	text-align: center;
	margin: -80px auto 10px auto;
	padding-bottom: 10px;
}
.vstup-neregistrovany .avatar {
	font-size: 66px;
	width: 88px;
	height: 88px;
	background: #fff;
	border-radius: 50%;
	color: #ddd;
}

.rezervace-admin-zrusit{
	padding-bottom: 10px;
	font-weight: bold;
}

/*----------- btn pro generovani noveho hesla v profilu */
.btn-nove-heslo-admin{
	padding: 20px 0;
}

/*----- TABULKA ---------*/
.td-ikony-akce{
	white-space: nowrap;
	text-align: left;
	padding-left: 15px;
}
.td-ikony-akce a{
	margin-right: 10px;
	font-size: 16px;
	line-height: 1;
}

.table-font-size-13{
	font-size: 13px;
}

.btn-margin-bottom .btn{
	margin-bottom: 2px;
}

.color-yellow { color: rgba(255, 215, 0, 1); }

/* FILTER ---------------------------------------------------*/
.filter_out {
	opacity: 0.1 !important;
}

.mobile .filter_out {
	display: none !important;
}


.user-s-obrazkem a {
    color: #555;
    font-weight: bold;
}
.user-s-obrazkem img {
    width: 40px;
    margin-right: 5px;
    margin-top: -15px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}


.list-rozpracovane-doklady {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.list-rozpracovane-doklady-img-default {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	line-height: 60px;
	background-color: #999;
	margin: 0 auto 25px auto;
	font-size: 24px;
	color: white;
}

.list-rozpracovane-doklady>li{
	float: left;
	padding: 5px;
	text-align: center;
}
.list-rozpracovane-doklady-user{
    font-weight: 600;
    color: #444;    
    white-space: nowrap;
}
.list-rozpracovane-doklady-dt{
	font-weight: 400;
    color: #999;
	font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
}
.list-rozpracovane-doklady-cena {
	color: #444;
}
.list-rozpracovane-doklady-poznamka{
	font-size: 12px;
	overflow: hidden;
    white-space: nowrap;
}

.uctenka_aktualne_ulozena-popis{
	font-size: 16px;
}

.rozpracovane-doklady-pro-rezervaci{
	font-size: 12px;
}

.rozpracovane-doklady-pro-rezervaci .list-rozpracovane-doklady-img,
.rozpracovane-doklady-pro-rezervaci .list-rozpracovane-doklady-img-default{
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
}


/* Vytvareni uctenky pro rezervaci */
.vytvareni-uctenky-rezervace-info{
	text-align: center;
}

.vytvareni-uctenky-rezervace-info .fa{
	display: block;
	text-align: center;
	margin: 20px auto;
}

/* ----------- KALENDARE-BOX -------------------------------------------------*/
.kalendar-img-link a{
	padding: 0 10px;
	font-size: 14px;
	
}

/*----------------------------------------------------------------------------*/

.center-text{
	text-align: center;
}

.right-text{
	text-align: right;
}

.link{
	cursor: pointer;
	pointer-events: auto !important;
}

ul {
    padding-inline-start: 20px;
}


/*----------------------------------- ICONY SOCIAL LOGIN ---------------------*/
.icony_login_social{
	background-image: url("../images/login_social_icony.png");
	background-repeat: no-repeat; 
	display: inline-block;
	margin: 0 5px;
	vertical-align: bottom;	
	width: 64px;
	height: 64px;	
}

.icony_login_social_twitter{
	background-position: 0px 0px; 
}


.icony_login_social_gp{
	background-position: -64px 0px; 
}

.icony_login_social_fb{
	background-position: -128px 0px; 
}



#ajaxMaking{
	display: none;
	top: 0px;
	left : 0px;
	width : 80px;
	background-color : #FFF1A8;
	padding : 6px;
	position : fixed;
	font-weight : bold;
	z-index: 10000;
	font-size : 13px;
	box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.80); 	
}



#infoAjax{
	display: none;
	top: 0px;
	left : 0px;
	width : 80px;
	background-color : #FFF1A8;
	padding : 6px;
	position : fixed;
	font-weight : bold;
	z-index: 10000;
	font-size : 13px;
	text-align: center;
	box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.80); 	
}


.rating_star{
	font-size: 25px;
	cursor: pointer;
}

.rating_star_set{
	color: #FFAE00;
}


 
 /* Automaticke skrolovani nahoru */
 .scroll_up{  
  position: fixed;  
  right: 10px;
  bottom: 10px;  
  opacity: 0.7;
  cursor: pointer;
  display: none;
  z-index: 10005;
}

.scroll_up:hover{  
	opacity: 1;
}

.login_with{
	padding-bottom: 10px;
	font-size: 16px;
	text-align: center;
}
p.login_with {
    font-size: 14px;
    margin-top: 20px;
    padding-bottom: 10px;
    text-align: center;
}

/*----------------------------------------------------------------------------*/
.btn-box{
	text-align: center;
	display: inline-block;
	margin: 0 4px;	
	font-size: 20px;
	width: 48px;
	height: 48px;
	line-height: 5px;
	padding: 14px;		
	cursor: pointer;
}

/*---------------------------------------------------------------------------*/
.creat_account_h1{
	font-size: 25px;
	text-align: center;
	padding: 10px 0;
}

.circle_icon{
	text-align: center;
	display: inline-block;
	margin: 0 8px;
	border-radius: 50%;
	font-size: 30px;
	width: 66px;
	height: 66px;
	line-height: 30px;
	padding: 18px;
	-webkit-transition: all 100ms linear;
	transition: all 100ms linear;	
}

.circle_icon_mini{
	text-align: center;
	display: inline-block;
	/*margin: 0 2px;*/
	border-radius: 50%;
	font-size: 15px;
	width: 32px;
	height: 32px;
	line-height: 15px;
	padding: 7px;
	-webkit-transition: all 100ms linear;
	transition: all 100ms linear;	
}

.circle_icon_blue{
	background-color: #428bca;
	color: #ffffff;	
}

.circle_icon_red{
	background-color: #d9534f;
	color: #ffffff;	
}

.circle_icon_green{
	background-color: #5cb85c;
	color: #ffffff;	
}

.circle_icon_orange{
	background-color: #EC9A25;
	color: #ffffff;	
}

.circle_icon_orange2{
	background-color: #F15C2E;
	color: #ffffff;	
}

.small_lable{
	font-weight: normal;
	font-size: 12px;
	color: gray;
	padding: 0;
	margin: 0;
}





.tootltop-m{
	/*width: 265px;
	margin: 20px;*/
	min-width: 265px;
	max-width: 280px;
	position: absolute;
	/*padding: 11px;  padding pro zobrazeni sipky dole */
	padding-left: 5px;
	padding-right: 5px;
	display: none;
}

.tootltop-m .popover{
	position: static;
	display: block;
}
.tootltop-m .popover.top>.arrow{
	/*bottom: 1px;  udelali jsme si misto pres pedding, takze by to melo fungovat */
}

/* Rules for sizing the icon. */
.material-icons.md-12 { font-size: 12px; }
.material-icons.md-14 { font-size: 14px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-default { font-size: 18px;}
.material-icons.md-link { cursor: pointer; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

.material-icons.md-yellow { color: rgba(255, 215, 0, 1); }
.material-icons.md-yellow.md-inactive { color: rgba(255, 215, 0, 0.3); }

.material-icons.md-red { color: rgba(255, 0, 0, 1); }
.material-icons.md-red.md-inactive { color: rgba(255, 0, 0, 0.3); }

.material-icons.md-green { color: rgba(0, 255, 0, 1); }
.material-icons.md-green.md-inactive { color: rgba(0, 255, 0, 0.3); }


.ui-datepicker{z-index: 5000 !important}

/* ikona pro obtiznost*/
.material-icons.set-obtiznost-x{
	cursor: pointer;
}


.cas-od-container,
.cas-do-container{	
	display: none;
	font-size: 12px;
    height: 140px;
    line-height: 20px;
    overflow-y: auto;
    overflow-x: hidden;	
	background-color: #fff;
    border: 1px solid #999;
    cursor: default;
    position: absolute;
    z-index: 1011;		
}

.cas-od-control,
.cas-do-control{
    color: #222;
    list-style: none;
    margin: 0;
    padding: 0 3em 0 1em;
    white-space: nowrap;
}

.cas-od-control:hover,
.cas-do-control:hover{
	background-color: red;
}

.info-rezervace-do-minusu {
	padding-bottom: 20px;
	color: #E74C3C;
    font-weight: 600;
}

.tc_header{
	font-size: 20px;	
	padding: 2px 0;
	margin: 5px 0;
}

.tc_header_h2,
.tc_header2{
	font-size: 17px;	
	padding: 2px 0;
	margin: 5px 0;
}

.no-wrap-td{
	white-space: nowrap;
}

.permanentka_propadla{
	color: red;
}

.vychozena_permanentka{
	color: red;
}

#draggablePanelList .box-header {
	cursor: move;
}

.form-rezervace-toogle{
	padding: 10px 0;
}

.table-small-font{
	font-size: 12px;
}

.info_placeno_pres_branu{
	font-style: italic;
	font-size: 12px;
}

.menu-po-breadcrumb{
	padding-bottom: 20px;
}

.header-modal-win{
	padding-bottom: 2px;
	margin-bottom: 10px;
	border-bottom: 1px solid #E5E5E5;
	font-size: 16px;
}



.form-reports {
	padding: 10px 5px;
}

.form-reports .col-fr{
	margin-bottom: 10px;
}

.report-links{
	text-align: right;
}

.report-vyber-obdobi{
	font-size: 16px;
	text-align: center;
	padding: 15px 0;
}

.report-vyber-obdobi a.active{
	text-decoration: underline;
}

/*--------------------------------------------*/

/* menu tlacitek  */
.btn_menus {
	padding-bottom: 10px;
}

.form-group .help-block{
	display: block;
	position: static;
}

.control-sidebar .nav-tabs {
    border: 0;
    border-radius: 3px;
    padding: 15px 0px;
    background: transparent;
}

.nav-tabs {
    /*border: 0;
    padding: 10px 15px;  */
}

.label-top{
	    position: absolute;
    top: 2px;
    right: -11px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
}

.sidebar-menu .ikona-menu .label{
	position: absolute;
    /*top: 9px;*/
    /*right: 7px;*/
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
}


body.iosBugFixCaret.modal-open { position: fixed; width: 100%; }


.layout-top-nav .dropdown:hover .dropdown-menu {
    display: block;
	visibility: visible;
	opacity: 1;
}

/*
.register-page-bg {
	background-image: url("../images/");
}*/

.schovat_v6{

}


.table-no-wrap{
	table-layout: fixed;
}

.table-no-wrap>tbody>tr>td,
.table-no-wrap>tbody>tr>th,
.table-no-wrap>tfoot>tr>td,
.table-no-wrap>tfoot>tr>th,
.table-no-wrap>thead>tr>td,
.table-no-wrap>thead>tr>th{

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}


.password-toggle-icon {
	position: absolute;
	top: 79%;
	right: 10px;
	transform: translateY(-50%);
	cursor: pointer;
}

.password-toggle-icon i {
	font-size: 14px;
	line-height: 1;
	transition: color 0.3s ease-in-out;
	margin-bottom: 20px;
}

.form-control-border{
	border: 1px;
	background-image: linear-gradient(#1488FF, #1488FF), linear-gradient(#D2D2D2, #D2D2D2) !important;
}



.rating-list li {
	/*float: right;*/
	color: #ddd;
	padding: 10px 5px;
}


.rating-list li.set-color,
.rating-color,
.rating-list li:hover,
.rating-list:hover li{
	color: #ffd700;
}


.rating-list.c_red li.set-color,
.rating-color.c_red,
.rating-list.c_red li:hover,
.rating-list.c_red:hover li{
	color: #F44336;
}


.rating-list.c_yellow li.set-color,
.rating-color.c_yellow,
.rating-list.c_yellow li:hover,
.rating-list.c_yellow:hover li{
	color: #FFD700;
}


.rating-list.c_blue li.set-color,
.rating-color.c_blue,
.rating-list.c_blue li:hover,
.rating-list.c_blue:hover li{
	color: #2196F3;
}


.rating-list.c_green li.set-color,
.rating-color.c_green,
.rating-list.c_green li:hover,
.rating-list.c_green:hover li{
	color: #4CAF50;
}


.rating-list.c_black li.set-color,
.rating-color.c_black,
.rating-list.c_black li:hover,
.rating-list.c_black:hover li{
	color: #000000;
}


.rating-list.c_yellow li:hover ~ li,
.rating-list.c_blue li:hover ~ li,
.rating-list.c_green li:hover ~ li,
.rating-list.c_black li:hover ~ li,
.rating-list.c_red li:hover ~ li,
.rating-list li:hover ~ li {
	color: #ddd;
}


.rating-list li.set-color,
.rating-color,
.rating-list li:hover,
.rating-list:hover li {
	color: var(--icon-hover-color);
}

.rating-list li:hover ~ li {
	color: var(--icon-color);
}

.rating-default-setting{
	--icon-color: #ddd; /* výchozí barva */
	--icon-hover-color: #ffd700; /* výchozí hover barva */
}

.rating-list {

	display: inline-flex;
	justify-content: center;
	list-style: none;
	margin: 10px 0;
}
.rating-list .set-hodnoceni {
	float: none;
	color: #ddd;
	padding: 0;
}
.rating-list .set-hodnoceni i {
	width: 50px;
}

.radio-group input[type="radio"] {
	display: none; /* Skryje standardní radio buttony */
}

.radio-group span {
	color: black;
	display: inline-block;
	padding: 10px 20px;
	margin: 5px;
	background-color: #eee;
	border-radius: 5px;
	cursor: pointer;
	transition: background 0.3s, color 0.3s;
}

.radio-group input[type="radio"]:checked + span {
	background-color: #4CAF50;
	color: white;
}



.text-vice-mene {
	max-height: 6.5em; /* 3 řádky po cca 1.5em */
	overflow: hidden;
	position: relative;
	/*line-height: 1.5em;*/
	transition: max-height 0.3s ease;
}

.text-vice-mene.expanded {
	max-height: none;
}

.more-button {
	color: blue;
	cursor: pointer;
	margin-top: 5px;
	display: inline-block;
}

.fade-bottom {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1.5em;
	background: linear-gradient(to bottom, transparent, white);
	display: block;
}

.text-vice-mene.expanded .fade-bottom {
	display: none;
}
.pin-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	padding: 20px;
	max-width: 400px;
	margin: 0 auto;
	justify-content: center;
}

.pin {
	background-color: #f5f5f5;
	border-radius: 10px;
	padding: 16px 24px;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	font-family: monospace;
	letter-spacing: 2px; /* Jemná mezera mezi číslicemi */
	transition: transform 0.2s ease, background-color 0.3s ease;
}

.pin:hover {
	background-color: #e0f0ff;
	transform: scale(1.03);
}