@charset "ISO-8859-1";

body {
	padding-top: 5px;
}

.panel-body .btn:not (.btn-block ) {
	width: 220px;
	margin-bottom: 10px;
}

.bg-custom {
	background-color: #0069B4;
}
.redlink {
	color: #f79999;
}

/* Sticky footer styles
			         ---
			         ----------------------------------------------- */
.disabled-element {
	opacity: 0.65;
	pointer-events: none;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	/* Margin bottom by footer height */
	margin-bottom: 100px;
}

h3 {
	color: #00FF00 !important;
}

body::after {
	content: "";
	margin-bottom: 100px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	z-index: -1;
	opacity: 0.4;
}

.footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 40px;
	line-height: 40x;
	/* Vertically center the text there */
	background-color: #0080C5;
}

.fix {
	position: absolute;
	bottom: 39px;
	/* Set the fixed height of the footer here */
	height: 40px;
	line-height: 40px;
	/* Vertically center the text there */
}

/* Custom page CSS
			         -------------------------------------------------- */

/* Not required for template or sticky footer method. */
body>.container {
	padding: 10px 15px 0;
}

.footer>.container {
	padding-right: 15px;
	padding-left: 15px;
}

code {
	font-size: 80%;
}

.imglogo {
	max-width: 90%;
	max-height: 90%;
}

.table-hover tbody tr:hover td {
	background: #ffffb3;
}

.table>tbody>tr.active>td {
	background: #fff68f;
}


.results tr[visible='false'],
.no-result{
  display:none;
}

.results tr[visible='true']{
  display:table-row;
}

thead th {
    background-color: #006DCC;
    color: white;
}

.btn-block {
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
	.modal-dialog {
		width: 800px;
		/* New width for default modal */
	}
	.modal-sm {
		width: 350px;
		/* New width for small modal */
	}
}

@media screen and (min-width: 992px) {
	.modal-lg {
		width: 1024px;
		/* New width for large modal */
	}
}

#griglia .highlight td {
	background-color: gold;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.modal-open .select2-dropdown {
z-index: 10060;
}

.modal-open .select2-close-mask {
z-index: 10055;
}

.modal-lg {
    max-width: 100% !important;
}

.bg-primary {
  background-color: #0080C5 !important;
}

.btn-primary {
  background-color: #0080C5 !important;
}