/* ----------------- FANCY ELEMENTS ----------------------------------------- */
input.fancy-input,
textarea.fancy-input {
	color: #146CB2;
	border-radius: 4px; 
	border: 1px solid #aaa;
	padding: 4px 3px;
}
input.fancy-input.fancy-inner-shadow {	
	box-shadow: inset 4px 4px 4px #e2e2e2;
}
input.fancy-focus[type=text]:focus,
textarea.fancy-input:focus {
	border-color: #146CB2;
	background-color: #f7ffd7;
}
input.fancy-focus[type=text]::placeholder {
	color: #555;
	opacity: 0.54;
}
.fancy-saver {
	display: inline-block;
	position: relative;	
}
.fancy-saver > div {
	display: none;
}
.fancy-saver .act-loading,
.fancy-saver .act-saved {
	background: transparent no-repeat scroll 50% 50%;
	background-size: cover;
	width: 16px;
	height: 16px;
	
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -20px;
}
.fancy-saver .act-loading {
	background-image: url(../../../../img/design/preloader_small_gray.gif);
}
.fancy-saver .act-saved {
	background-image: url(../../../../img/design/ok.png);
	background-image: url(../../../../img/design/img_ok32.png);
}
.fancy-saver .act-save {
	background: transparent url(../../../../img/design/uloz.gif) no-repeat scroll 0% 50%;
	padding-left: 20px;
	margin: 0 5px;
	cursor: pointer;
}
.fancy-saver .act-save:hover { text-decoration: underline; }

.fancy-saver.for-textbox {

}
.fancy-saver.for-textarea {
	min-height: 20px;
}
.fancy-add-button {
	color: #356F1B;
	background: url(../../../../moduly/bannery/img/add.png) no-repeat scroll 10px 50%, linear-gradient(to bottom, rgba(241, 255, 182, 1) 0%, rgba(255, 170, 48,1) 100%);
	display: inline-block;
	border: 1px solid #ec8b08;
	border-radius: 3px;
	padding: 5px 10px 5px 35px;
}
.fancy-add-button:hover {
	background: url(../../../../moduly/bannery/img/add.png) no-repeat scroll 10px 50%, linear-gradient(to top, rgba(241, 255, 182, 1) 0%, rgba(255, 170, 48,1) 100%);
}
.fancy-dialog-inner {
	font-size: 14px;
}
.fancy-dialog-inner-button {
	border: 0;
	border-radius: 4px;	
	background: #e32828 linear-gradient(to bottom, rgba(250,73,73,1) 0%,rgba(207,11,11,1) 100%);	
	color: #ffffff;
	cursor: pointer;
	padding: 0 18px;
	box-shadow: 3px 3px 3px #e3e3e3;
	box-sizing: border-box;	
	font-size: 1.2em;
	line-height: 38px;
}
.fancy-dialog-inner-button:hover {
	background: #df2222 linear-gradient(to top, rgba(250,73,73,1) 0%,rgba(207,11,11,1) 100%);
}

@keyframes blink {50% { color: transparent }}
.fancy-dots span { animation: 1s blink infinite; }
.fancy-dots span:nth-child(2) { animation-delay: 250ms }
.fancy-dots span:nth-child(3) { animation-delay: 500ms }
/* ---------------- (FANCY ELEMENTS) ---------------------------------------- */