/* povezave za urejanje strani */
.edit a,
.fredi, .fredi:visited,
#editpage a, .feel {
	color: #fff;
	/*background: #93bf0d;*/
	background: #006285;
	text-decoration: none;
	text-transform: none;
}

.edit a:hover, .edit a:focus,
.fredi:hover, .fredi:focus,
#editpage a:hover, #editpage a:focus, feel:hover {
	background: #db1174;
	border-color: #db1174;
}

.fredi {
	display: inline-block;
	position: absolute;
	line-height: normal;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible;
	/*border: 1px solid #93bf0d;*/
	border: 1px solid #006285;
	opacity: 1;
	font-weight: 600;
	padding: .58em 1.1em;
	font-size: 1em;
	/*border-radius: 5px;*/
	right: 0;
	top: 0;
}

.fredi:hover, .fredi:focus {
	box-shadow: none;
	color: #fff;
	text-decoration: none;
}

.fredi-narocila:before, /* to rabim */
.fredi-narocilo:before, /* to pogojno rabim, trenutno ne */
.xfredi-odeska-add:before, /* to rabim */
.fredi-onefile:before, /* to rabim */
.fredi-album-add:before {content:"\f055";padding-right:.8em;font-family: 'FontAwesome'; } /* to rabim */
.fredi-odeska-add {top:3px; z-index:1; padding:.5em .2em .4em .6em; right:1em; }
.fredi-album-add {top:17px; z-index:1; padding-top:.55em; right:0; } /* to obvezno rabim */
.fredi-onefile {top:25px; z-index:1; padding-top:.55em; right:0; } /* to obvezno rabim */

.edit a, .feel {
	font-style: normal;
	font-size: 14px; /* da je povsod enako */
	/*border: 1px solid #93bf0d;*/
	border: 1px solid #006285;
	padding: 0 5px;
	margin-left: .4em;
	/*border-radius: 3px;*/
	opacity: 1;
}

#editpage a {
	display: block;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	padding: 8px 13px 9px 12px;
	font-size: 1.143em;
	font-weight: bold;
}

/* v footerju za odjavo */
.user {
	float: right;
}

.user a {
	color: #006285 !important;
	font-weight: 600;
}

@media screen and (max-width: 680px) {
	#editpage a {
		left: auto;
		right: 0;
	}
	.user {
		float: none;
		display: block;
	}
}

/* a se splaca komplicirat?
pa ne bi dal max-width in pred 680px?*/
@media screen and (min-width: 768px) {
/*@media screen and (min-width: 768px) {*/
	#editpage a {
		padding-top: 7px;
		padding-bottom: 7px;
	}
}

@media print {
		#editpage, .edit {
		display: none;
	}
}