
.col-inline {
	display: inline-block;
}

.row-declare {
	margin-top: 1em;
}

h3.row-declare {
	/* text-align: center; */
}


.tab-pane > h3 {
	font-weight: normal;
	font-size: 120%;
}
.tab-pane > h3:first-line {
	font-weight: bold;
	font-size: 150%;
}

.btn.add-btn {
	margin-left: 0 !important;
}


.table-inputs {
	background: rgba(255,255,255,0.37);
    border-color: rgba(255,255,255,0.37) !important;
}

.table-inputs td,.table-inputs th {
    /* border-color: rgba(255,255,255,0.37) !important;*/
    border-width: 0px !important;
}

.table-inputs .sum-row {
	background: rgba(155,155,155,0.2);
	text-align: right;
}

.row-note {
	margin-top: 3em;
    border-top: 1px solid #9AB;
    padding-top: 0.5em;
}
.note {
	color: #7ac;
}
.note-def .note {
	display: inline-block;
	padding: 0 0.5em 0 1em;
}

.col-mini {
	display: inline-block;
    width: 2em;
    font-size: 120%;
    text-align: right;
    padding: 4px 0;
    margin-left: -0.5em;
}

.col-declare-num {
	    display: inline-block;
    width: 2em;
    font-size: 1.4rem;
    text-align: right;
    padding: 4px 0;
    margin-left: 0em;
    font-weight: bold;
}
.col-declare-text {
	display: inline-block;
    font-size: 1.4rem;
    text-align: left;
    padding: 4px 0;
    padding-left: 0.4em;
    color: #000;
    margin-bottom: 0.5em;
}

.col-checkbox {
    margin-top: 2.05em;
}

.help-input {
	font-size: 90%;
	color: #666;
	margin-bottom: 1em;
	position:relative;
	padding-left: 1.1em;
}

.help-input:before {
    content: "\f05a";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    left: 0px;
    color: #68C;
    position:absolute;
    top:0;
}

.form-control.number {
	text-align: right;
}

tr.tr-super {
	background: rgba(100,100,100, 0.1);
	padding: 0;
}
tr.tr-super th {
	padding: 0;
}
tr.tr-super + tr > th {
	padding-top: 0;
}

.th-super-mark {
	width: auto;
	display: block;
	margin: 0.5em .5em 0 .5em;
	
	height: 10px;
	border: 1px solid #555;
	border-bottom: 0;
}

.box-error {
    border-left: 1px solid red !important;
    background: rgba(255,0,0,0.05);
}

.budget-sections {
    border-left: 1px solid #777;
    padding-left: 0.5em;
    margin-right: 1em;
}


.budget-section .body {
	background: rgba(150,150,150, 0.1);
	padding: 0.2em 0;
}

.budget-section h4 {
	background: rgba(255,255,255, 0.1);
	padding: 0.5em 0 !important;
	margin: 0 !important;
}

.budget-section .total-body {
	background: rgba(150,150,150, 0.15);
	margin-top: 0.5em;
}

.budget-section .total-body .col-costo {
	text-align: right;
	padding-top: 0.2em;
}

.budget-section .budget-section > .total-body .col-costo { 
	margin-left: 8em;
}


.budget-section .total-body .sum-label {
	display: block;
	text-align: left;
	font-size: 95%;
	color: #777;
}

.budget-section .total-body .col-costo {
	width: 10em;
}


.budget-section > .total-body .col-costo {
	padding-top: 1em;
	margin-left: 10em;
}

.budget-section > .total-body .col-costo .sum-label {
	color: #333;
	font-size: 100%;
}

.subsections {
	margin-left: 2em;
	border-left: 4px solid #69C;
	padding: 5px;
	padding-left: 1em;
}


.btn.add-btn-2cols {
	font-size: 80%;
	margin: 0;
	padding: 5px 10px;
}

.form-ro-control {
	border: 0 !important;
	background: transparent;
	font-weight: bold;
	padding: 0 0.5em;
	margin: 0;
	display: block;
	width: 100%;
	font-size: 130%;
}

.form-ro-control.number {
	text-align: right;
}

.col-costo {
	width: 16.4em;
}

.sum-label {
	display: block;
/* 	text-align: left; */
	font-size: 95%;
	color: #777;
}

.section-scheda .pre {
	display: inline-block;
	white-space: pre-line;
}

.row.th {
	font-weight: bold;
	text-align: center;
	font-size: 90%;
}

.row-th > div {
	border-bottom: 1px dotted #ccc;
}

.row.td {
	text-align: center;
}

.row.td > div {
}

.col-number {
	text-align: right;
}


.row.td.number {
	text-align: right;
}

.popover {
	z-index: 10 !important;
}

.checkbox-panel {
	margin: 1em 0;	
}

.checkbox-panel h3 {
	font-size: 110%;
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
}

.checkbox-panel h3 input[type=checkbox] {
	border-color: #555;
	background: white;
	margin-right: 1em;
}

.panel-heading.bg-info {
	text-align: center;
	margin-top: 1em;
}
.panel-heading.bg-info:first-line {
	font-weight: bold;
}

.btn-group-sm .btn-fab {
	position: fixed !important;
	right: 70px;
	z-index: 1000;
}

.btn-group .btn-fab {
	position: fixed !important;
	right: 70px;
	z-index: 1000;
}

#saveFab {
	bottom: 20px;
}

.table-sortable tbody tr {
	cursor: move;
}

.with-suffix {
	width: 80%;
}
.input-suffix {
	float: right;
    width: 18%;
    margin-top: -2em;
}

.col-value {
	margin-top: 2em;
}

.into-table {
	
}

.table-bl {
	border-left: 1px solid #333 !important;
}
.table-br {
	border-right: 1px solid #333 !important;
}
.table-bt {
	border-top: 1px solid #333 !important;
}
.table-bb {
	border-bottom: 1px solid #333 !important;
}

.val-num,.val-money {
	text-align: right;
	vertical-align: middle !important;
}

.val-num b {
	margin-right: 1em;	
}


.val-money b {
	margin-right: 1.7em;	
}