ul,
ol {
	margin-top: 0;
	margin-bottom: 12.5px
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px
}

.list-inline>li {
	display: inline-block;
	padding-left: 15px;
	padding-right: 5px
}

dl {
	margin-top: 0;
	margin-bottom: 25px
}

dt,
dd {
	line-height: 1.42857143
}

dt {
	font-weight: bold
}

dd {
	margin-left: 0
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold
}


input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	line-height: normal
}

.field-flex-center {
	display: flex;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
}

.flex-start {
	align-items: flex-start;
	margin: 10px 0;
}
.for-multiplo { margin-bottom: 0;}

input[type="checkbox"]#multiplo, input[type="checkbox"]#multiplo_login, input[type="checkbox"].mycheckbox {
	margin: 0 8px 0 0;
	width: 20px;
	height: 20px;
	min-height: 20px;
    min-width: 20px;
}

.mylabel {
	font-weight: normal;
	line-height: 1.1;
    font-size: 87%!important;
	color: var(--body-color)!important;
}

input[type="range"] {
	display: block;
	width: 100%
}

select[multiple],
select[size] {
	height: auto
}

input[type="file"] {
	display: block;
	font-size: 14px;
	white-space: normal;
	max-width: 100%
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
	cursor: not-allowed
}

.uneditable-input {
	background-color:#B9B9B9!important; 
	width:100%;
}

.field-error {
	color: #d9534f;
}

.field-success {
	color: #449d44;
}

.field-error input {
	border-color: #d9534f;
}

.field-success input {
	border-color: #449d44;
}

.field-error small,
.field-success small {
	font-size: 13px;
	font-weight: 700;
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #999;
}

.form-control::-webkit-input-placeholder {
	color: #999;
}


.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed
}

textarea.form-control {
	height: auto
}

.form-group {
	margin-bottom: 15px
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
	min-height: 32px
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px
}

.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px;
}

.radio,
.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.blink-me {
    animation: blinker 200ms linear 2;
    display:block;white-space:normal;padding:10px;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}


.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%
}

.embed-responsive-4by3 {
	padding-bottom: 75%
}


.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-muted {
	color: #777
}
/* unused */
.tagliato {
	position: relative
}

.tagliato:after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(img/tagliato.svg) no-repeat;
	background-size: cover;
	height: 150%;
	width: 100%
}

.tagliato.tagliato-white:after {
	background: url(img/tagliatoWhite.svg) no-repeat;
	background-size: cover
}
/* --- */
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
img.img-responsive.center {
	margin-left: auto;
	margin-right: auto
}

hr.hrSpace {
	clear: both;
	border-color: transparent !important
}

hr.hrSpace10 {
	clear: both;
	border-color: transparent !important;
	margin-top: 5px;
	margin-bottom: 5px
}

hr.hrSpace20 {
	clear: both;
	border-color: transparent !important;
	margin-top: 10px;
	margin-bottom: 10px
}
hr.riga {
	margin-top: 25px;
    margin-bottom: 25px;
    border: 0;
    border-top: 1px solid #eee;
}
hr.hrDotted {
	clear: both;
	border: 0 none;
	height: 4px;
	background: url(img/hrDot.png) repeat-x;
	margin: 10px 0;
}

b,
strong,
.t-w700 {
	font-weight: 700
}

.t-w300 {
	font-weight: 300
}

.t-w400 {
	font-weight: 400
}

.t-w900 {
	font-weight: 900
}

.t-s14 {
	font-size: 14px;
}

.t-s16 {
	font-size: 16px;
	line-height: 18px
}

.t-s18 {
	font-size: 18px;
	line-height: 20px
}

.t-s25 {
	font-size: 25px;
}

.t-s40 {
	font-size: 40px;
	line-height: 40px;
}
.t-s50 {
	font-size: 50px;
	line-height: 50px;
}


@media (min-width: 768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}
}