body {
    font-size: 15px;
}

.display-none {
    display: none;
}
.strike {
    text-decoration: line-through;
}
.font-gray {
    color: gray;
}
.font-black {
    color: black;
}
.font25 {
    font-size: 25px !important;
}
.font-red {
    color: #d1351f !important;
}
.font-italic {
    font-style: italic;
}
.m-bottom2 {
    margin-bottom: 20px;
}
.m-right1 {
    margin-right: 10px;
}
.float-right {
    float: right;
}


.btn-inline {
    padding-left: 0;
}

.btn-inline li {
    display: inline;
    float: left;
    margin-right: 20px;
    text-align: center;
    text-transform: uppercase;
}
.btn-circle {
    border-radius: 50% !important;
    padding: 2px 8px !important;
}
.note .panel-body {
    font-size: 15px;
}

fieldset legend {
    color: #d1351f !important;
}

#app > footer .footer-inner {
    line-height: inherit;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cat-1 {
    font-weight: bold; 
    border-bottom: 1px solid black;
}
.cat-2 {
    
}

div.ds {
    margin-bottom: 25px;
}

.list-sq {
    color: black;
    line-height: 30px;
}
.list-sq i {
    font-size: 25px;
}
.domanda {
    color: black;
}
.domanda i {
    font-size: 25px;
    color: #d1351f !important;
}



.risposta {
    font-size: 18px;
    color: green;
}
.modal-sm {
    width: 40%;
}


@media (max-width: 991px) {
    .modal-sm {
	width: 100%;
    }
}

.navbar .navbar-header .menu-toggler {
    margin-right: 10px;
}

.main-login {
    margin-top: 10px !important;
}
.main-login .box-register {
    margin-bottom: 15px;
}


ul.my-social-icons {
    margin: 14px 0 20px 0;
    padding: 0;
    text-align: center;
}
ul.my-social-icons.vertical {
    text-align: left;
}
ul.my-social-icons li {
    display: inline;
    margin: 0 8px 0 0;
    padding: 0;
}
ul.my-social-icons.vertical li {
    display: block;
    margin-bottom: 8px;
    min-height: 50px;
}
ul.my-social-icons li a {
    display: inline-block;
    background-color: #595959;
    border-radius: 100%;
    color:#FFF;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 50px;
}
ul.my-social-icons li a:hover {
    background:#D84435;
}
ul.my-social-icons li a i {
    color:#FFF
}
ul.my-social-icons li.facebook a {
    background:#3c599b;
}
ul.my-social-icons li.twitter a {
    background:#00abf0;
}
ul.my-social-icons li.google a {
    background:#da4835;
}

/*----------------------------------------------------
	WIZARD PROCESS
------------------------------------------------------*/
.process-step .btn{
    padding: 0;
    cursor: auto;
}
.process-step .btn:focus{
    outline:none
}
.process{
    display:table;
    width:100%;
    position:relative
}
.process-row{
    display:table-row
}
.process-step button[disabled]{
    opacity:1 !important;
    filter: alpha(opacity=100) !important
}
.process-row:before{
    top:30px;
    bottom:0;
    position:absolute;
    content:" ";
    width:100%;
    height:1px;
    background-color:#d84435;
    z-order:0
}
.process-row .btn-info {
    background-color: #5385a3;
    border-color: #5385a3;
}
.process-step{
    display:table-cell;
    text-align:center;
    position:relative
}
.process-step p{
    margin-top:4px;
    line-height: 16px;
}
.btn-circle{
    width:60px;
    height:60px;
    text-align:center;
    font-size:10px;
    border-radius:50%;
}
.process-step .number {
    font-size: 20px;
    font-weight: bold;
}
@media( max-width : 585px ) {
    .process {
        height: auto !important;
    }
    .btn-circle{
	width:40px;
	height:40px;
	text-align:center;
	font-size: 9px;
    }
    .process-row:before{
	top:20px;
    }
}


.tab-content.registrazione .next-step, .tab-content.iscrizione .next-step {
    padding-left: 60px;
    padding-right: 60px;
}

.form-group span.input-icon label {
    bottom: 0;
    margin-left: 5px;
    margin-bottom: 6px;
    position: absolute;
}
.input-icon > input#registrazione-pin {
    padding-left: 60px !important;
}