/* Personalizzazioni sullo stile */

.box_riepilogo{ 
	/*display: ; */
}
.modal { 
	max-height: 110%;
	overflow-y: auto;
}
.modal-dialog { 
	max-height: 90%;
}
h1, h2, h3, h4, h5{
	margin:0px;
}
table.display{
	display: none;
}
table tr.trsel{
	background-color:#FF9 !important;
	color:#00F !important;
}
/*table.table td{
	padding:3px !important;
}*/
table.table-small td{
	padding:2px !important;
	font-size:12px !important;
}
table.table-small thead th{
	font-size:12px !important;
}
div.label_titolo label{
	min-width:120px !important;
}
table.dataTable thead th, table.dataTable thead td{
    padding: 4px 5px;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 2px 5px;
}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
	top: auto;
    bottom: auto;
}
.form-control {
    height: 30px;
    padding: 4px 6px;
}
@media screen and (max-width: 640px){
	.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
		float: right !important;
	}
	div.dt-buttons {
		float: left !important;
	}
	div.filter-btn{
		float: right !important;
	}
	div.filter-btn label{
		display: none !important;
	}
}
.dataTables_filter input{
	border: solid 1px #DEDEDE;
}
div.dt-buttons button{
	border: solid 1px #DEDEDE;
	padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
	
.radioscroll {
	height: 300px;
	overflow: auto;
	background: red;
}
.odd {
	background: #EEEEEE !important;
}
.highlight {
	background:  #CFC !important; 
	cursor: pointer;
}
.selected {
	background:  #FFC !important; 
}
.girato{
	-webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}


.stilelista {
	list-style-type: none;
}

.red {
	background-color: red;
}

/*
.input-group-btn{
	padding-top: 12px !important;
	padding-bottom: 0px !important;
	vertical-align: bottom !important;
}
*/

.txt-disabled{
	background-color: #FFFFFF !important;
}

.upper {
  text-transform: uppercase !important;
}

.table-text-top tbody tr td {
	vertical-align: text-top !important;
} 

.sorting_1 {
	background: none  !important;
	
}

.separatoreblack
{
	height: 1.5px;
	background: black;
	width: 60%;
	margin-bottom: 40px;
}

.marginbottoni
{
	margin-top: 5px!important;
}

.save {
	margin-right: -2px;
	bottom: 2.8px;
	position: relative;
}

.text-intro	{
	padding-top: 100px;
	font-weight: bolder;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	font-size: 25px;
}

.alert .icon
{
	padding-left: 10px !important;
}

.swal2-popup.swal2-toast.swal2-show {
	font-size: 20px;
}

.info-box-text
{
	font-weight: 700;
}

.lista_versioni
{
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 15px;
}

.lista_versioni_noclick
{
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* Back Pulse */
@-webkit-keyframes versione {
	50% {
		background-color: rgba(221, 221, 221, 0.75);
	}
}
@keyframes versione {
	50% {
		background-color: rgba(221, 221, 221, 0.75);
	}
}

.versione {
	cursor: pointer;
	padding: 5px;
	background: #dddddd;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	overflow: hidden;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}
.versione:hover, .versione:focus, .versione:active {
	-webkit-animation-name: versione;
	animation-name: versione;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background-color: #6499ff;
}
.versionered {
	cursor: pointer;
	padding: 5px;
	background: #ff6e6e;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	overflow: hidden;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}
.versionered:hover, .versionered:focus, .versionered:active {
	-webkit-animation-name: versione;
	animation-name: versione;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background-color: #ff6e6e;
}

.tVisual
{
	width: 100%;
	text-align: center;
	display: none;
	border-style: hidden hidden solid;
	border-width: 2.5px;
	border-color: rgb(221, 221, 221);

}


.arrow-right {
 width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 15px solid #3c8dbc;
    position: relative;
    top: 11px;
}

.containernewuser
{
	position: relative;
    top: -8px;
    right: 0px;
    padding: 10px;
    background: #3c8dbc;
    border-radius: 4px;
    box-shadow: 2px 2px 3px #243c4a;
}

.btn-sceltauser
{
	font-weight: 700;
    background: #dbdbdc;
}

.swal2-popup.swal2-modal {
	font-size: 17px;
	width: 80%;
}

.bottone-add-ordine {
	padding: 10px;
	margin-top: 20px;
	font-weight: 500;
}

.label-add-ordine {
	margin-top: 70px;
	font-size: 22px;
	color: rgb(51, 49, 49);
}

.my-actions { margin: 0 2em; }
.order-1 { order: 1; }
.order-2 { order: 2; }
.order-3 { order: 3; }

.right-gap {
	margin-right: auto;
}
