html body.app.dark .table{
}
#FieldEvImportPartec.dropzone{
	min-height:auto;
	border: 2px dashed rgba(0,0,0,0.3);
}
#FieldEvImportPartec.dropzone:not(.dz-max-files-reached):hover{
	background: #7aa7ff;
}
#FieldEvImportPartec.dropzone .dz-preview{
	display: block;
	min-height: 100px;
}
#FieldEvImportPartec.dropzone .dz-preview .dz-image{
	width:auto;
}
#FieldEvImportPartec.dropzone .dz-remove {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	z-index: 21;
	color: red;
}
#FieldEvImportPartec.dropzone .dz-remove,
#FieldEvImportPartec.dropzone .dz-remove i{
	cursor: pointer;
}
#FieldEvImportPartec.dropzone .dz-preview .dz-progress {
	height: 12px;
	top: 83%;
}
#au-ev-partecipanti-wrapper,
#au-anagrafica-wrapper{
	overflow: hidden;
}
#au-ev-partecipanti-wrapper table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before,
#au-ev-partecipanti-wrapper table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
	top: 50%;
	left: -12px;
}
#gestionale-evpart-table.table td,
#gestionale-evpart-table.table th {
	padding: 0 .75rem;
	vertical-align: middle;
}
#gestionale-evpart-table.table th{
	padding: .75rem .75rem;
}
#gestionale-evpart-table td.td-cell-edit{
	cursor:text;
}
#gestionale-evpart-table td.td-cell-edit:hover{
	background:rgba(255,255,255,.2);
}
#gestionale-evpart-table td.td-cell-edit .editable-empty{
	color:transparent;
}
#gestionale-evpart-table td span.evpart-cell-edit{
	display:block;
	cursor:text;
}
#gestionale-evpart-table tr.tr-evpart-status-0{
	background:#ffc107;
	color: #000;
}
#gestionale-evpart-table tr.tr-evpart-status-2{
	background: #fcc;
	color: #000;
}
#gestionale-evpart-table tr.tr-evpart-status-3{
	background:#a1e9ff;
	color: #000;
}
#gestionale-evpart-table .td-actions{
	text-align: right;
}
#gestionale-evpart-table tr.tr-evpart-status-0 .td-actions a{
	color: #000;
}
#gestionale-evpart-table tr.tr-evpart-status-0.even{
	background:#d7a100;
}
#btnEvDownloadAttestatiZip,
#btnEvDownloadXmlAgenas{
	margin:0.5rem 0 1rem;
	border: 1px solid #fff;
	background: #fff;
	color: #333;
	text-transform: uppercase;
	font-size: 0.6rem;
	letter-spacing: 1px;
}
#btnEvDownloadAttestatiZip:hover,
#btnEvDownloadXmlAgenas:hover{
	background: #ddd;
}
body.app.light #btnEvDownloadAttestatiZip,
body.app.light #btnEvDownloadXmlAgenas,
body.app.light #btnEvDownloadXmlAgenas,
body.app.light #btnEvDownloadXlsEvPart{
	background:#20a8d8;
	color:#fff;
}
body.app.light #btnEvDownloadAttestatiZip:hover,
body.app.light #btnEvDownloadXmlAgenas:hover,
body.app.light #btnEvDownloadXlsEvPart:hover{
	background:#20a8d8;
}
#gestionale-sendattevpart-table-wrapper{
	margin-top:1rem;
}
#gestionale-sendattevpart-table-wrapper a btn{
	padding:0 .75rem;
}
body.app .btn.btn-successs:hover{
	color:#a79328;
}
#fad-corsi-backtostep1{
	margin-bottom:2rem;
}
#gestionale-importfad-table .badge{
	font-size:100%;
}
body .tip-yellowsimple {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #000;
	box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
}
body .editable-submit,
body .editable-cancel{
	border:1px solid #ccc;
}
body .editable-submit{
	background:#28a745;
	border-color:#28a745;
	color:#fff;
}
body .datepicker-inline {
	width: 100%;
}
body .editable-clear a{
	display: inline-block;
	margin-top:.5rem;
	font-size:1rem;
	font-style: italic;
	color: #ff6c00;
}
body .editable-container .editable-input input{
	padding-left:5px;
}
body .editable-container .editable-input select{
	padding:2px 5px;
}
body.app table.table-sm th,
body.app table.table-sm td {
	padding: .3rem !important;
}
.jqibox .badge{
	font-size:100%;
}
.jqibox #sendmail-progress{
	margin:1rem 0;
	overflow: visible;
	border-radius:20px;
}
.jqibox #sendmail-partsendstatus{

}
.progress-bar {
	position: relative;
	overflow: visible;
	border-radius:20px;
}
.progress .progress-value {
	position: absolute;
	top: -24px;
	right: 16px;
	font-size: 13px;
	color: #fff;
	padding: 3px 7px;
	background: #191919;
	border: 1px solid #000;
}
.progress .progress-value::after {
	content: "";
	border-top: 10px solid #191919;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	bottom: -6px;
	left: 30%;
}