
/* font */
body {
  font-family: 'Open Sans', sans-serif;
	font-size: 14px !important;
}

/* torna su */
#back-top {
	width: 30px;
	border: 1px solid #D2D2D2;
	background: #F7F7F7;
	text-align: center;
	padding: 5px;
	position: fixed;
	bottom: 7px; 
	right: 10px;
	cursor: pointer;
	display: none;
	color: #333;
	font-size: 100%;
}

/* form */
.item-label.item-required::before {
	content: "*";
	margin-right: 10px;
	color: #F00;
}
input.error, select.error, textarea.error {
  border: 1px solid #F00 !important;
}

/* risposte */
article.uk-comment.comment-user {
	background-color: #E8E8E8;
	margin-left: 50px;
}
.uk-comment-list .uk-comment ~ ul {
  padding-left: 0px;
}

/* card */
.card-custom-default {
	box-shadow: 0 5px 15px #ACACAC;
	-webkit-box-shadow: 0 5px 15px #ACACAC;
	-moz-box-shadow: 0 5px 15px #ACACAC;
}
.card-custom-primary {
	box-shadow: 0 5px 15px #1e87f0;
	-webkit-box-shadow: 0 5px 15px #1e87f0;
	-moz-box-shadow: 0 5px 15px #1e87f0;
}
.card-custom-secondary {
	box-shadow: 0 5px 15px #222;
	-webkit-box-shadow: 0 5px 15px #222;
	-moz-box-shadow: 0 5px 15px #222;
}
.uk-card-title li {
  font-size: 1.2rem !important;
}

/* ckeditor */
.ck-editor__editable {
  height: 200px;
}

/* input file */
span#stylefileinput-blob {
	position: relative;
	display: block;
	float: left;
}
span#stylefileinput-blob span {
	position: absolute;
	display: block;
	top: 0;
	overflow: hidden;
	z-index: 1;
	width: 48px;
	height: 37px;
	opacity: 0;
	filter: alpha(opacity=0);
}
span#stylefileinput-blob span input {
	position: absolute;
	left: -140px;
	height: 37px;
	cursor: pointer;
}
span#stylefileinput-blob input.stylefileinput-button {
	display: block;
	width: 48px;
	height: 37px;
	padding: 0;
	margin: 0;
	text-indent: -999em;
	background: url(/images/icon/input.png) 0 0 no-repeat;
	border: none;
}
span#stylefileinput-blob input.stylefileinput-button.active {
  background: url(/images/icon/input_over.png) 0 0 no-repeat;
}
span#stylefileinput-blob input.stylefileinput-button.hover {
  background: url(/images/icon/input_over.png) 0 0 no-repeat;
}
span#stylefileinput-blob strong {
	position: absolute;
	bottom: 5px;
	left: 50px;
	font-size: 14px;
}
span#stylefileinput-blob a {
	position: absolute;
	top: 10px;
	left: 50px;
	font-size: 12px;
}
span#stylefileinput-blob ol {
	display: none;
}
#upload_form select {
	margin-bottom: 20px;
}
#upload_form input[type=image] {
	margin-bottom: 22px;
}
#delete_form input[type=image] {
	margin: 0 0 6px 15px;
}
