.log_err{
    color: red;
    margin-bottom: 10px;
    font-weight: bold;
}

.a_capo{
    white-space: normal;  
    word-wrap: break-word;
    display: inline;
}

.box-body .container-fluid .row div:nth-child(odd){
    font-weight: bold;
}
.box-body .container-fluid .row div:nth-child(even){
    border: solid 1px #f4f4f4;
    padding: 6px;
}

.filter{
	padding: 10px;
    font-size: 16px;
}

.alert{
	margin:20px;	
}


/*MEDIA QUERY*/
@media(min-width: 560px){
    .table-panel input{
        width: 390px; 
    }
    .table-panel textArea{
        width: 390px;
        height: 130px;
    }
}

@media(max-width: 560px){
    .table-panel input{
        width: 160px; 
    }
    .table-panel textArea{
        width: 160px;
        height: 150px;
    }
}


