.button-modifica {
    padding: 6px 6px 5px 8px;
    cursor: pointer;
    width: 100px;
    height: 100px;
    background-color: #0F5BD1;
    color: white !important;
    margin: 5px;
    border-radius: 4px;
    padding: 10;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.button-modifica:hover {
	background-color: #074fbd;
}

.button-cancella {
    width: 80px;
    height: 80px;
    background-color: #d6d6d6;
    color: white !important;
    margin: 5px;
    border-radius: 4px;
    padding: 5px 6px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}


.icon-edit:before {
    content: "\f044";
    font-size: 18px;
    margin-top: -2px;
    color: white;
}



.button-cancella:hover {
	background-color: #c7c7c7;
}

.icon-edit:before {
	content: "\f044";
	font-size: 18px;
	margin-top: -2px;
}

#deleteImg img {
	vertical-align: middle;
	border-style: none;
	width: 20px !important;
}

.btn-primary.btn-default {
	cursor: pointer;
	color: #FFF;
	background-color: #0253ec;
	border-color: #0253ec;
	box-shadow: none;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	border-radius: 2px;
	padding: 12px 20px;
	font-size: 16px;
	font-weight: 700;
}




.header-step-corso {
    background-image: linear-gradient(-45deg, #0976BC 0%, #273B7A 88%);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    margin-top: -5px;
    min-height: 60px;
    margin-bottom: 60px;
    color: white;
    text-align: center;
    padding: 20px;
}

.container-panel-aggiungi {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.29);
	background-color: #efefef;
	margin: 20px 0px 6px 0px;
	padding: 20px 30px;
	border-radius: 2px;
}

.header-line-filtro-AR {
	background: #0262b0;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	height: 6px;
	margin-bottom: 10px;
	width: 100%;
}

.table thead th {
	background-color: #0F5BD1 !important;
	border-bottom-width: 1px;
	border-top-width: 0;
	color: white;
	font-size: 14px;
	text-align: center;
}

.header-line-filtro-AR {
	background: #0262b0;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	height: 6px;
	margin-bottom: 10px;
	width: 100%;
}

.table-striped tbody tr:nth-of-type(odd) td, .table-striped tbody tr:nth-of-type(odd) th
	{
	background-color: #f7f8f9;
	color: black;
	text-align: center;
}

.table {
	border-collapse: collapse;
	font-size: .875rem;
	margin-bottom: 0;
	text-align: center;
}


.btn-primary.btn-default {
    cursor: pointer;
    color: #FFF;
    background-color: #0253ec;
    border-color: #009688;
    box-shadow: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 700;
}