body {
	padding-top:67px;
}

/*Tweaking bootstrap*/
.top-buffer { margin-top: 20px; } /* add 20px margin top to the rows */
.top-buffer-65 { margin-top: 65px; } /* add 20px margin top to the rows */
.fr { float:right;  }
.alert-container { position: absolute; }

/*Utilizatori*/
.user-input-label { display: block; font-weight: 700; text-align: left; width: 70px; }
.user-select-label { display: block; padding-left: 10px; padding-top: 6px; }

/*Alerte*/
.alerta-row { cursor: pointer; }
.alerta-row:hover { background-color: #BBDEFB; color:#000; }

.p-detalii-success { color: #4CAF50; }
.p-detalii-error { color: #F44336; }
.p-detalii-warning { color: #FFC107; }
.inchis { text-decoration: line-through; }



.form-group-margin { margin-bottom: 20px; }