input, select{
	height: 50px !important;
	border-radius: 5px !important;
}

.form-group{
	margin-bottom: 0 !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.form-control{
	border: 0;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
}
.form-control:focus{
	border: 0;
	box-shadow: none;
	outline-width: 0;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
}

#error-form p{
	font-size: 16px;
	text-align: center;
	color: #dd4b39;
	padding: 15px;
	border: 2px solid #dd4b39;
	border-radius: 5px;
	background-color: #f2dede;
}

.container-check {
	display: block;
	position: relative;
	padding-left: 50px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 0;
	line-height: 40px;
}

/* Hide the browser's default checkbox */
.container-check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 40px;
	background-color: #ffffff;
	border:none;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
	background-color: #ebebeb;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
	background-color: #137cf4;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
	left: 15px;
	top: 11px;
	width: 10px;
	height: 16px;
	border: solid white;
	border-width: 0 4px 4px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


.fa-check{
    color: #51af3d;
	font-size:20px;
	height: 22px;
}

.fa-remove{
    color: #dd4b39;
	font-size:20px;
	height: 22px;
	right: 13px;
}

.has-feedback .form-control-feedback{
	position: absolute;
    top: 5px;
    right: 0;
}

.nonvalido,
#titolo-error,
#sottotitolo-error,
#descrizione-error,
#img-error,
#img-destinatario,
#obiettivo-error,
#nome-error,
#cognome-error,
#email-error,
#mobile-error,
#data_nascita-error,
#cap-error{
	position: absolute;
    z-index: 5;
    text-align: right;
    right: 30px;
    top: 27px;
	color: #dd4b39 !important;
	font-size: 11px;
	font-weight: bold;
}

/* @extend display-flex; */
display-flex, 
.form-row, ul, 
.title, 
.actions ul li a{
	display: flex;
	display: -webkit-flex; 
}

/* @extend list-type-ulli; */
list-type-ulli, ul {
	list-style-type: none;
  	margin: 0;
  	padding: 0; 
}

a:focus, a:active {
  	text-decoration: none;
  	outline: none;
  	transition: all 300ms ease 0s;
  	-moz-transition: all 300ms ease 0s;
  	-webkit-transition: all 300ms ease 0s;
  	-o-transition: all 300ms ease 0s;
  	-ms-transition: all 300ms ease 0s; 
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	appearance: none !important;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	-o-appearance: none !important;
	-ms-appearance: none !important;
	margin: 0; 
}

.clear{ clear: both; }

.main{ padding: 60px 0; }

.creaPetizione {padding: 0; margin-bottom: 50px;}

.form-group,
.form-select{
	margin-bottom: 15px;
	position: relative; 
	text-align: left;
}

.form-row {
	justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
}

.steps { margin-bottom: 23px; display: block; }
  
.steps ul {
	justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between; 
}

a { text-decoration: none !important; }

.icon { font-size: 35px; }

.title {
	background: #adadad;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	flex-direction: column;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-o-flex-direction: column;
	-ms-flex-direction: column;
	width: 90px;
	height: 90px;
	color: #fff;
}

.title_text {  margin-top: -5px; }

.current .title {  background: #ff4d00; }

.content h3 { display: none; }

fieldset {
	border-radius: 5px;
	margin: 0px;
	padding: 30px;
	background-color: #ffffff;
	box-shadow: 0 5px 7px rgba(0,0,0,0.2);
	display: block; 
}

.actions { margin-top: 25px; }

.actions .disabled { display: none; }
  
.actions ul {
	justify-content: flex-end;
	-moz-justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-o-justify-content: flex-end;
	-ms-justify-content: flex-end;
}

.actions ul li { margin-left: 10px; }
      
.actions ul li:first-child a { background: #adadad; }
      
.actions ul li a {
	background: #67bd26;
	width: 130px;
	height: 50px;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
}

.actions ul li a:hover { background-color: #f82d2a; }

ul.list-item {
	z-index: 9;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	display: block;
}

ul.list-item li {
	padding: 13px 20px;
	z-index: 2;
	color: #222;
	font-size: 13px; 
}

ul.list-item li:not(.init) {
	display: none;
	background: #fff;
	color: #222;
	padding: 5px 20px; 
}

ul.list-item li:not(.init):hover, 
ul.list-item li.selected:not(.init) {
	background: #ff4d00;
	color: #fff; 
}

li.init {
	cursor: pointer;
	position: relative; 
}
  
li.init:after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 10px;
    color: #222;
    font-family: 'themify';
    content: '\e64b'; 
}

legend {
	display: inline-block;
    width: 100%;
    margin: -15px !important;
    padding: 0px;
    font-size: 22px;
    margin-bottom: 20px;
    background-color: #cccccc;
    padding: 10px;
    border-radius: 3px;
    color: #000000 !important;
}
  
legend span { display: inline-block; }

.step-heading {
	float: left; 
	display: block;
}

.step-number { float: right; }

.select-list {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 47px; 
}

.list-item {
	position: absolute;
	width: 100%;
	z-index: 99; 
}

.nomeCat{
	font-size: 16px;
    display: inline-block;
	width: 100%;
    background-color: #67bd26;
    text-decoration: none;
    color: #fff;
    padding: 15px 5px;
	margin-top: 0;
	font-weight: 600;
	border-radius: 3px;
	text-transform: uppercase;
}
@media screen and (max-width: 768px) {
	.steps{ display:none;}
	.steps ul, .form-row {
		flex-direction: column;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-o-flex-direction: column;
		-ms-flex-direction: column; 
	}

	.title {
		width: 150px;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto; 
	}

	.form-row .form-date, 
	.form-row .form-select {
    	width: 100%; 
	} 
}

@media screen and (max-width: 480px) {
	.creaPetizione {
		padding-left: 30px;
		padding-right: 30px; 
	} 
	.nomeCat{
		font-size: 11px;
		display: inline-block;
		width: 100%;
		background-color: #67bd26;
		text-decoration: none;
		color: #fff;
		padding: 15px 5px;
		margin-top: 0;
		font-weight: 600;
		border-radius: 3px;
		text-transform: uppercase;
	}
}

.iconCat{
	display: inline-block;
	width: 100;
	background-color: #ffffff;
	margin-bottom: 15px;
}

.iconCat img{
	border-radius: 100%;
	padding: 5px 25px;
}


#boxImg{
	border-radius: 5px;
    margin: 0px;
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0 5px 7px rgba(0,0,0,0.2);
    display: block;
}

#TextArgomento{
	text-align: left;
	display: inline-block;
	float: left;
	margin-top: -88px;
}

.btnArgomento{
	text-decoration: none !important; 
	font-size: 16px; 
	margin-bottom: 14px; 
	background-color: #f82d2a !important;
    color: #fff;
	padding: 16px 35px;
	border-radius: 5px;
}

.box-basic{
	border-radius: 5px;
    border: 1px solid #dbd9db;
    margin-top: 0;
    margin-bottom: 30px;
	background-color: #f6f4f6;
	padding: 15px;
}
.box-basic h3{
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 10px;
	
}
.box-basic p{
	font-size: 14px;
	text-align: left !important;
	margin-bottom: 10px;
	line-height: 20px;
}

.num-caratteri{
	display: block;
	margin-top: 5px;
	text-align: right;
	font-size: 12px;
}

.num-caratteri span{
	background-color: #ebebeb;
	font-style: italic;
	padding: 3px 8px;
}