#jform_agree{ float:left; margin-right:10px;}
#total {
    margin-top: 27px;
    font-weight: bold;
}

.icon-minus::before {
    content: "-";
    font-size: 20px;
    line-height: 15px;
    background-color: red;
    color: white;
    width: 20px;
    height: 20px;
    right: 0;
    top: 0;
    cursor: pointer;
    pointer-events: none;
}

.icon-plus::before {
    
    content: "+";
    font-size: 20px;
    line-height: 15px;
    background-color: green;
    color: white;
    width: 20px;
    height: 20px;
    right: 0;
    top: 0;
    cursor: pointer;
    pointer-events: none;
}

.participanti input {
	width: 50%;
}
.participanti select {
	width: 150px;
}
.bilete_plata {
	margin-top: 20px;
}
#jform_experience-lbl, #jform_suma_aditional-lbl {
	margin-top: 30px;
}
.well .btn-toolbar {
	float: right;
	margin-bottom: 10px;
	clear: both;
}
.subform-repeatable-group {
	margin: 15px 0;
}
.subform-repeatable-wrapper {
	border-bottom: 1px solid #CDCBCB;
}