* {
	font-size: 12px;
}

#loader-container {
	z-index: 1000;
	position: absolute;
	top: 50%;
	width: 90%;
	height: 100%;
	margin: auto;
	left: 0;
	right: 0;
}

#loader-back {
	background-color: rgba(211, 211, 211, 0.4);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	overflow: hidden;
}

.popupFull {
	z-index: 1000;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: white;
}

table>tbody>tr:hover, table>tr:hover, .table-striped>tbody>tr:nth-of-type(odd):hover
	{
	cursor: pointer;
	cursor: hand;
	background-color: lightgreen;
}

.nohover:hover {
	background-color: unset !important;
	cursor: unset !important;
}

.boldLabel {
	font-weight: bold;
}

.red {
	color: red;
}

.green {
	color: green;
}

.bgred {
	background: #ff8888 !important;
}

.bggreen {
	background-color: lightgreen !important;
}

.form-control {
	font-size: 12px;
	height: 27px;
	padding: 3px 12px;
}

span.input-group-btn>button.btn {
	height: 27px;
	padding: 3px 12px;
}

span.input-group-btn>button.btn>i.glyphicon {
	top: -2px;
}

/*   */
.confirmZindex {
	z-index: 9999 !important;
}

#wrapper {
	padding: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#sidebar-wrapper {
	z-index: 1000;
	position: fixed;
	width: 0;
	height: 100%;
	overflow-y: auto;
	background: #2a2a80;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	overflow-x: hidden;
}

/* Sidebar Styles */
.sidebar-nav {
	position: absolute;
	top: 50px;
	width: 250px;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 2px;
}

.navFixed {
	top: 0px;
}

.sidebar-nav li {
	text-indent: 15px;
	line-height: 40px;
}

.sidebar-nav li a {
	display: block;
	text-decoration: none;
	color: #fff;
}

.sidebar-nav li a:hover {
	background: rgba(255, 255, 255, 0.2);
	border-left: red 2px solid;
}

#page-content-wrapper {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#wrapper>#sidebar-wrapper {
	width: 45px;
}

#wrapper>#page-content-wrapper {
	margin: auto;
	padding-left: 45px;
}

#wrapper.toggled>#sidebar-wrapper, #wrapper>#sidebar-wrapper:hover {
	width: 250px;
}

#wrapper.toggled>#page-content-wrapper {
	margin: auto;
	padding-left: 250px;
}

li.footer {
	background: transparent;
	color: #fff;
	font-size: small;
}

li.footer>p {
	font-size: smaller;
}

.sign_error {
	width: 30px;
	height: 30px;
	color: #ff0000; /* red */
}

.lottiBox {
	border-left-color: darkgrey;
	border-left-width: 10px;
	border-left-style: solid;
}

.closeButton {
	font-size: 42px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 30;
}

.rr-modal-dialog {
	width: 100%;
	height: 100%;
	margin: 10px;
	padding: 10px;
}

/*.modal-dialog {
  width: 100% !important;
}*/
.modal-body {
	padding: 25px;
}

.close-size {
	font-size: 3.3em;
}

.imageBoth {
	background-image: url('../images/sort_both.png');
	background-repeat: no-repeat;
	width: 20px; /*or your image's width*/
	height: auto; /*or your image's height*/
	margin: 0;
	padding: 0;
	display: inline-block;
}

.imageAsc {
	background-image: url('../images/sort_asc.png');
	background-repeat: no-repeat;
	width: 20px; /*or your image's width*/
	height: auto; /*or your image's height*/
	margin: 0;
	padding: 0;
	display: inline-block;
}

.imageDesc {
	background-image: url('../images/sort_desc.png');
	background-repeat: no-repeat;
	width: 20px; /*or your image's width*/
	height: auto; /*or your image's height*/
	margin: 0;
	padding: 0;
	display: inline-block;
}

/* inizio upload*/
.upload-drop-zone {
	height: 200px;
	border-width: 2px;
	margin-bottom: 20px;
}

/* skin.css Style*/
.upload-drop-zone {
	color: #ccc;
	border-style: dashed;
	border-color: #ccc;
	line-height: 200px;
	text-align: center
}

.upload-drop-zone.drop {
	color: #222;
	border-color: #222;
}

.file-preview-input {
	position: relative;
	overflow: hidden;
	margin: 0px;
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.file-preview-input input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity = 0);
}

.file-preview-input-title {
	margin-left: 2px;
}

/* fine upload*/
.bordered {
	border: 1px solid #000000;
}

.space-height {
	line-height: 3px;
}

.pagebreak {
	page-break-after: always;
}

.stampaNoPrint {
	
}

@media print {
	.stampaNoPrint {
		display: none;
	}
}

.stampaPrint {
	display: none;
}

.bigger-check {
	height: 20px;
	width: 20px;
}

@media print {
	.stampaPrint {
		display: block;
	}
}

[uib-typeahead-popup].dropdown-menu {
	display: block;
	max-height: 180px;
	overflow: auto;
}

.bgRed {
	background-color: red;
}

tr.borderTop td {
	border-top: 2px solid !important;
}

.marginBtn1Padding8 {
	margin-bottom: 1px !important;
	padding: 8px !important;
}

.table_scrollable {
	width: 100%;
	height: 100%;
	overflow: auto;
}

.table_scrollable>table>tr>th>div, .table_scrollable>table>thead>tr>th>div
	{
	min-width: max-content;
	width: max-content;
}

.table_scrollable>table {
	white-space: nowrap;
}

.cursor_hand {
	cursor: hand;
}


.boxModule:hover {
	border-radius: 10px;
	cursor: pointer;
	background-color: aliceblue;
}


.boxModule > img {
	min-width: 200px;
	min-height: 200px;
	width: 200px;
	height: 200px;
	max-width: 200px;
	max-height: 200px;

}

