#hromadneAkce {
	display: none;
}

.rukojet {
	cursor: move;
}

.popover {
	max-width: 600px;
	width: auto;
}

div.sortable-placeholder {
	border: 1px dashed #CCC;
	background: none;
}

.stav {
	color: #BBB;
	float: right;
}

.radek-lichy {
	background: rgba(5,171,224,0.02);
}

.radek-sudy {
	background: rgba(255,123,13,0.02);
}

.zasedle {
	opacity: 0.25;
}

.preskrtle {
	text-decoration: line-through;
}

.ruka {
	cursor: pointer;
}

.prechod-lichy {
	background: linear-gradient(to bottom, rgba(5,171,224,0) 0%,rgba(5,171,224,0.02) 50%,rgba(5,171,224,0.02) 80%,rgba(5,171,224,0) 100%); /* W3C */
}
.prechod-sudy {
	/*background: linear-gradient(to bottom, rgba(255,93,177,0) 0%,rgba(255,93,177,0.02) 2%,rgba(255,93,177,0.02) 98%,rgba(255,93,177,0) 100%); /* W3C */
	/*background: linear-gradient(to bottom, rgba(97,196,25,0) 0%,rgba(97,196,25,0.02) 2%,rgba(97,196,25,0.02) 98%,rgba(97,196,25,0) 100%); /* W3C */
	background: linear-gradient(to bottom, rgba(255,123,13,0) 0%,rgba(255,123,13,0.02) 50%,rgba(255,123,13,0.02) 80%,rgba(255,123,13,0) 100%); /* W3C */
	/*background: linear-gradient(to bottom, rgba(207,4,4,0) 0%,rgba(207,4,4,0.02) 2%,rgba(207,4,4,0.02) 98%,rgba(207,4,4,0) 100%); /* W3C */
}

@media screen and (min-width: 768px) {
	.modal-wide {
		width: 90%; /* either % (e.g. 60%) or px (400px) */
	}
}

#pracuji { position: absolute; position: fixed; top: 50%; left: 50%; margin: -25px 0 0 -25px; width: 50px; height: 50px; background: url(../obrazky/ajax-loader.gif) no-repeat; }
#pracujiStav { position: absolute; position: fixed; top: 50%; left: 50%; margin: 25px 0 0 -25px; width: 50px; height: 50px; font-size: 10px; text-align: center; }