@charset "utf-8";
/* CSS Document */

/* FONT RULES */
@import url('font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Righteous|PT+Mono|Open+Sans:400,700');
/* general & rypes */

/*@viewport {
    width: 1380px;
    min-zoom: 0.25;
    max-zoom: 5;
}*/

body {
	background-color: #5CACE1;
	color: #555555;
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004) !important;
	height: 100%;
}

body > div {
	height:100%;
	}
body, input, select, textarea {
	font-family: 'PT Mono', arial, sans serif;
	font-size: 17pt;
	font-weight: 300;
	line-height: 1.65;
	color: #636363;
}
body .login_page, .login_page input, .login_page select, .login_page textarea {
	font-family: 'Open Sans', arial, sans-serif;
}
 @media screen and (max-width: 1680px) {
body, input, select, textarea {
	font-size: 14pt;
}
}
 @media screen and (max-width: 1280px) {
body, input, select, textarea {
	font-size: 12pt;
}
}
 @media screen and (max-width: 360px) {
body, input, select, textarea {
	font-size: 11pt;
}
}
a {
	-moz-transition: color 0.2s ease, border-bottom 0.2s ease;
	-webkit-transition: color 0.2s ease, border-bottom 0.2s ease;
	-ms-transition: color 0.2s ease, border-bottom 0.2s ease;
	transition: color 0.2s ease, border-bottom 0.2s ease;
	text-decoration: none;
	border-bottom: dotted 1px;
	color: inherit;
}
a:hover {
	/*border-bottom-color: transparent;*/
	border-bottom: solid 1px #297FB8;
	text-decoration: none;
	color: #297FB8;
}
strong, b {
	font-weight: 400;
}
em, i {
	font-style: italic;
}
p {
	margin: 0 0 1.5em 0;
	line-height: 1.2em;
	font-weight: 300;
}
p.content {
	-moz-columns: 20em 2;
	-webkit-columns: 20em 2;
	-ms-columns: 20em 2;
	columns: 20em 2;
	-moz-column-gap: 2em;
	-webkit-column-gap: 2em;
	-ms-column-gap: 2em;
	column-gap: 2em;
	text-align: justify;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	line-height: 1.5;
	margin: 0 0 0.7em 0;
	letter-spacing: -0.025em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
}
h1 {
	font-size: 2.5em;
	line-height: 1.2;
	font-family: 'Righteous', arial, sans-serif;
}
h2 {
	font-size: 1.5em;
	font-family: 'Righteous', arial, sans-serif;
}
h3 {
	font-size: 1.25em;
	font-family: 'Righteous', arial, sans-serif;
}
h4 {
	font-size: 1.1em;
	font-family: 'Righteous', arial, sans-serif;
}
h5 {
	font-size: 0.9em;
	font-family: 'PT Mono', arial, sans serif;
}
h6 {
	font-size: 0.7em;
	font-family: 'PT Mono', arial, sans serif;
}
 @media screen and (max-width: 736px) {
h1 {
	font-size: 2em;
}
}
sub {
	font-size: 0.8em;
	position: relative;
	top: 0.5em;
}
sup {
	font-size: 0.8em;
	position: relative;
	top: -0.5em;
}
blockquote {
	border-left: solid 4px;
	font-style: italic;
	margin: 0 0 2em 0;
	padding: 0.5em 0 0.5em 2em;
}
code {
	border-radius: 8px;
	border: solid 1px;
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0.25em;
	padding: 0.25em 0.65em;
}
pre {
	-webkit-overflow-scrolling: touch;
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0 2em 0;
}
pre code {
	display: block;
	line-height: 1.75;
	padding: 1em 1.5em;
	overflow-x: auto;
}
hr {
	border: 0;
	border-bottom: solid 1px;
	margin: 2em 0;
}
hr.major {
	margin: 3em 0;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
input, select, textarea {
	color: #636363;
}

	::-webkit-input-placeholder { /* WebKit, Blink, Edge */
 color:    #909;
 opacity: 1
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #909;
 opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #909;
 opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:    #909;
 opacity: 1
}
a:hover {
	color: #297FB8;
}
strong, b {
	color: #333333;
}
h1, h2, h3, h4, h5, h6 {
	color: #727272;
}
blockquote {
	border-left-color: rgba(255, 255, 255, 0.35);
}
code {
	background-color: rgba(255, 255, 255, 0.075);
	border-color: rgba(255, 255, 255, 0.35);
}
hr {
	border-bottom-color: rgba(255, 255, 255, 0.35);
}
/* Box */

.box {
	border-radius: 8px;
	border: solid;
	margin-bottom: 2em;
	padding: 1.5em;
}
.box > :last-child, .box > :last-child > :last-child, .box > :last-child > :last-child > :last-child {
	margin-bottom: 0;
}
.box.alt {
	border: 0;
	border-radius: 0;
	padding: 0;
}
.box {
	border-color: rgba(255, 255, 255, 0.35);
}
/* Buttons */

.btn-primary, button.btn-primary, a.btn-primary, .btn-danger, .btn-success, .btn-warning, .btn-confirm, .modal-body.anagrafica .btn-primaryn {
	background-color: #297FB8;
	cursor: pointer;
	padding: 10px 15px;
	text-transform: uppercase;
	font-family: 'Righteous', arial, sans serif;
	font-size: 16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none
}
.btn-primary.orange, button.btn-primary.orange, .btn-warning, button.btn-warning {
	background-color: #FF9A28;
	border: none;
}
.btn-primary.green, .btn-success, .btn-primary.btn-success, .btn-primary.btn-confirm, .button.btn-primary.green, .button.btn-success {
	background-color: #85B200;
	border: none;
}

.btn-primary.green:hover, .btn-success:hover, .btn-primary.btn-success:hover, .btn-primary.btn-confirm:hover, .button.btn-primary.green:hover, .button.btn-success:hover {
	background-color: #769D00;
	border: none;
}

.btn-primary.red, .btn-danger, .btn-warning, button.btn-primary.red, button.btn-danger {
	background-color: #D93600;
	border: none;
}

.btn-primary.grey-dark, button.btn-primary.grey-dark, button.grey-dark {
	background-color: #888888;
	color: #FFFFFF !important;
}

.btn-primary.grey-dark:hover, button.btn-primary.grey-dark:hover, button.grey-dark:hover {
	background-color: #777777;
	color: #FFFFFF;
}

.btn-primary.grey_light, a.btn-primary.grey_light {
	background-color: #F6F6F6;
	border: solid 1px #DDDDDD;
	color: #545454;
}

.modal-body.anagrafica .btn-primaryn {
    cursor: pointer;
    padding: 10px 15px;
    text-transform: uppercase;
    font-family: 'Righteous', arial, sans serif;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    background-color: #F6F6F6;
	    background-color: #DDD;
    color: #FFFFFF;
    position: absolute;
    top: 2px;
    right: 20px;
}


.modal-body.anagrafica table tbody tr:hover td .btn-primaryn {
	background-color: #999;
}
.modal-body.anagrafica .btn-primaryn:hover, .modal-body.anagrafica table tbody tr:hover td .btn-primaryn:hover {
	background-color: #666666;
}

/* hover state */

.btn-primary:hover, button.btn-primary:hover {
	background-color: #246E9F;
}
.btn-primary.orange:hover, button.btn-primary.orange:hover, .btn-warning:hover, button.btn-warning:hover {
	background-color: #EE9002;
}
.btn-primary.green:hover, .btn-success:hover, .button.btn-primary.green:hover, .button.btn-success:hover {
	background-color: #739A00;
}
.btn-primary.red:hover, .btn-danger:hover, button.btn-primary.red:hover, button.btn-danger:hover {
	background-color: #BC2F00;
}

.btn-primary.grey_light:hover, a.btn-primary.grey_light:hover {
	background-color: #FFFFFF;
	border: solid 1px #DDDDDD;
	color: #545454
}

button.visualizza_allegato {
    float: right;
    clear: none;
    position: absolute;
    top: 14px;
    right: 20px;
	border: 0px none;
}

button.visualizza_allegato:hover, button.visualizza_allegato:focus{
	background-color: #666666;
	border: 0px none;
	outline: none;
}

input[type="submit"], input[type="reset"], input[type="button"], button, .button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	border-radius: 8px;
	border: 0;
	cursor: pointer;
	display: inline-block;
	font-weight: 300;
	height: 2.75em;
	line-height: 2.75em;
	min-width: 4.25em;
	padding: 0 1.5em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	font-family: 'Righteous', arial, sans serif;
}
input[type="submit"].icon, input[type="reset"].icon, input[type="button"].icon, button.icon, .button.icon {
	padding-left: 1.35em;
}
input[type="submit"].icon:before, input[type="reset"].icon:before, input[type="button"].icon:before, button.icon:before, .button.icon:before {
	margin-right: 0.5em;
}
input[type="submit"].fit, input[type="reset"].fit, input[type="button"].fit, button.fit, .button.fit {
	display: block;
	margin: 0 0 1em 0;
	width: 100%;
}
input[type="submit"].small, input[type="reset"].small, input[type="button"].small, button.small, .button.small {
	font-size: 0.8em;
}
input[type="submit"].big, input[type="reset"].big, input[type="button"].big, button.big, .button.big {
	font-size: 1.35em;
}
input[type="submit"].disabled, input[type="submit"]:disabled, input[type="reset"].disabled, input[type="reset"]:disabled, input[type="button"].disabled, input[type="button"]:disabled, button.disabled, button:disabled, .button.disabled, .button:disabled {
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	opacity: 0.25;
}
 @media screen and (max-width: 736px) {
input[type="submit"], input[type="reset"], input[type="button"], button, .button {
	min-width: 0;
}
}
input[type="submit"], input[type="reset"], input[type="button"], button, .button {
	/*background-color: transparent;*/
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
	color: #ffffff;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover, .button:hover {
	background-color: rgba(255, 255, 255, 0.075);
}
input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, button:active, .button:active {
	background-color: rgba(255, 255, 255, 0.2);
}
input[type="submit"].icon:before, input[type="reset"].icon:before, input[type="button"].icon:before, button.icon:before, .button.icon:before {
	color: rgba(255, 255, 255, 0.5);
}
input[type="submit"].special, input[type="reset"].special, input[type="button"].special, button.special, .button.special {
	background-color: #8cc9f0;
	color: #ffffff !important;
	box-shadow: none;
}
input[type="submit"].special:hover, input[type="reset"].special:hover, input[type="button"].special:hover, button.special:hover, .button.special:hover {
	background-color: #9acff2;
}
input[type="submit"].special:active, input[type="reset"].special:active, input[type="button"].special:active, button.special:active, .button.special:active {
	background-color: #7ec3ee;
}
input[type="submit"].special.icon:before, input[type="reset"].special.icon:before, input[type="button"].special.icon:before, button.special.icon:before, .button.special.icon:before {
	color: #ffffff !important;
}
/* Form */

form {
	margin: 0 0 2em 0;
}
label {
	display: block;
	font-size: 0.9em;
	font-weight: 400;
	margin: 0 0 1em 0;
}
input[type="text"], input[type="password"], input[type="email"], select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border-radius: 8px;
	border: solid 1px;
	color: inherit;
	display: block;
	outline: 0;
	padding: 0 1em;
	text-decoration: none;
	width: 100%;
}
 input[type="text"]:invalid, input[type="password"]:invalid, input[type="email"]:invalid, select:invalid, textarea:invalid {
 box-shadow: none;
}
.select-wrapper {
	text-decoration: none;
	display: block;
	position: relative;
}
.select-wrapper:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}
.select-wrapper:before {
	content: '\f078';
	display: block;
	height: 2.75em;
	line-height: 2.75em;
	pointer-events: none;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 2.75em;
}
 .select-wrapper select::-ms-expand {
 display: none;
}
input[type="text"], input[type="password"], input[type="email"], select {
	height: 2.75em;
}
textarea {
	padding: 0.75em 1em;
}
input[type="checkbox"], input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: block;
	float: left;
	margin-right: -2em;
	opacity: 0;
	width: 1em;
	z-index: -1;
}
input[type="checkbox"] + label, input[type="radio"] + label {
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	font-weight: 300;
	padding-left: 2.4em;
	padding-right: 0.75em;
	position: relative;
}
input[type="checkbox"] + label:before, input[type="radio"] + label:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}
input[type="checkbox"] + label:before, input[type="radio"] + label:before {
	border-radius: 8px;
	border: solid 1px;
	content: '';
	display: inline-block;
	height: 1.65em;
	left: 0;
	line-height: 1.58125em;
	position: absolute;
	text-align: center;
	top: 0;
	width: 1.65em;
}
input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before {
	content: '\f00c';
}
input[type="checkbox"] + label:before {
	border-radius: 8px;
}
input[type="radio"] + label:before {
	border-radius: 100%;
}

	::-webkit-input-placeholder {
 opacity: 1.0;
}

	:-moz-placeholder {
 opacity: 1.0;
}

	::-moz-placeholder {
 opacity: 1.0;
}

	:-ms-input-placeholder {
 opacity: 1.0;
}
.formerize-placeholder {
	opacity: 1.0;
}
label {
	color: #ffffff;
}

.modal-body label, .modal-body select, .modal-body input {
	color: #555555;
}

input[type="text"], input[type="password"], input[type="email"], select, textarea {
	background-color: rgba(255, 255, 255, 0.075);
	border-color: #BAB9B9;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, select:focus, textarea:focus {
	border-color: #8cc9f0;
	box-shadow: 0 0 0 1px #8cc9f0;
}
.select-wrapper:before {
	color: rgba(255, 255, 255, 0.35);
}
input[type="checkbox"] + label, input[type="radio"] + label {
	color: rgba(255, 255, 255, 0.65);
}
input[type="checkbox"] + label:before, input[type="radio"] + label:before {
	background-color: rgba(255, 255, 255, 0.075);
	border-color: rgba(255, 255, 255, 0.35);
}
input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #5CACE1;
}
input[type="checkbox"]:focus + label:before, input[type="radio"]:focus + label:before {
	border-color: #8cc9f0;
	box-shadow: 0 0 0 1px #8cc9f0;
}

	::-webkit-input-placeholder {
 color: rgba(255, 255, 255, 0.5) !important;
}

	:-moz-placeholder {
 color: rgba(255, 255, 255, 0.5) !important;
}

	::-moz-placeholder {
 color: rgba(255, 255, 255, 0.5) !important;
}

	:-ms-input-placeholder {
 color: rgba(255, 255, 255, 0.5) !important;
}
.formerize-placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
}
/* Icon */

.icon {
	text-decoration: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	border-bottom: none;
	position: relative;
}
.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}
.icon > .label {
	display: none;
}
.icon.major {
	border: solid 1px;
	display: inline-block;
	border-radius: 100%;
	padding: 0.65em;
	margin: 0 0 2em 0;
	cursor: default;
}
.icon.major:before {
	display: inline-block;
	font-size: 6.25rem;
	width: 2.25em;
	height: 2.25em;
	line-height: 2.2em;
	border-radius: 100%;
	border: solid 1px;
	text-align: center;
}
.icon.alt {
	display: inline-block;
	border: solid 1px;
	border-radius: 100%;
}
.icon.alt:before {
	display: block;
	font-size: 1.25em;
	width: 2em;
	height: 2em;
	text-align: center;
	line-height: 2em;
}
.icon.style1 {
	color: #efa8b0;
}
.icon.style2 {
	color: #c79cc8;
}
.icon.style3 {
	color: #a89cc8;
}
.icon.style4 {
	color: #9bb2e1;
}
.icon.style5 {
	color: #8cc9f0;
}
 @media screen and (max-width: 1680px) {
.icon.major:before {
	font-size: 5.5rem;
}
}
 @media screen and (max-width: 1280px) {
.icon.major:before {
	font-size: 4.75rem;
}
}
 @media screen and (max-width: 736px) {
.icon.major {
	margin: 0 0 1.5em 0;
	padding: 0.35em;
}
.icon.major:before {
	font-size: 3.5rem;
}
}
.icon.major {
	border-color: rgba(255, 255, 255, 0.35);
}
.icon.major:before {
	border-color: rgba(255, 255, 255, 0.35);
}
.icon.alt {
	border-color: rgba(255, 255, 255, 0.35);
	color: #ffffff;
}
.icon.alt:hover {
	background-color: rgba(255, 255, 255, 0.075);
}
.icon.alt:active {
	background-color: rgba(255, 255, 255, 0.2);
}
/* Image */

.image {
	border-radius: 8px;
	border: 0;
	display: inline-block;
	position: relative;
}
.image img {
	border-radius: 8px;
	display: block;
}
.image.left, .image.right {
	max-width: 40%;
}
.image.left img, .image.right img {
	width: 100%;
}
.image.left {
	float: left;
	margin: 0 1.5em 1em 0;
	top: 0.25em;
}
.image.right {
	float: right;
	margin: 0 0 1em 1.5em;
	top: 0.25em;
}
.image.fit {
	display: block;
	margin: 0 0 2em 0;
	width: 100%;
}
.image.fit img {
	width: 100%;
}
.image.main {
	display: block;
	margin: 0 0 3em 0;
	width: 100%;
}
.image.main img {
	width: 100%;
}
/* List */

ol {
	list-style: decimal;
	margin: 0 0 2em 0;
	padding-left: 1.25em;
}
ol li {
	padding-left: 0.25em;
}
ul {
	list-style: disc;
	margin: 0 0 2em 0;
	padding-left: 1em;
}
ul li {
	padding-left: 0.5em;
}
ul.alt {
	list-style: none;
	padding-left: 0;
}
ul.alt li {
	border-top: solid 1px;
	padding: 0.5em 0;
}
ul.alt li:first-child {
	border-top: 0;
	padding-top: 0;
}
ul.icons {
	cursor: default;
	list-style: none;
	padding-left: 0;
}
ul.icons li {
	display: inline-block;
	padding: 0 0.65em 0 0;
}
ul.icons li:last-child {
	padding-right: 0 !important;
}
ul.actions {
	cursor: default;
	list-style: none;
	padding-left: 0;
}
ul.actions li {
	display: inline-block;
	padding: 0 1em 0 0;
	vertical-align: middle;
}
ul.actions li:last-child {
	padding-right: 0;
}
ul.actions.small li {
	padding: 0 0.5em 0 0;
}
ul.actions.vertical li {
	display: block;
	padding: 1em 0 0 0;
}
ul.actions.vertical li:first-child {
	padding-top: 0;
}
ul.actions.vertical li > * {
	margin-bottom: 0;
}
ul.actions.vertical.small li {
	padding: 0.5em 0 0 0;
}
ul.actions.vertical.small li:first-child {
	padding-top: 0;
}
ul.actions.fit {
	display: table;
	margin-left: -1em;
	padding: 0;
	table-layout: fixed;
	width: calc(100% + 1em);
}
ul.actions.fit li {
	display: table-cell;
	padding: 0 0 0 1em;
}
ul.actions.fit li > * {
	margin-bottom: 0;
}
ul.actions.fit.small {
	margin-left: -0.5em;
	width: calc(100% + 0.5em);
}
ul.actions.fit.small li {
	padding: 0 0 0 0.5em;
}
 @media screen and (max-width: 480px) {
ul.actions {
	margin: 0 0 2em 0;
}
ul.actions li {
	padding: 1em 0 0 0;
	display: block;
	text-align: center;
	width: 100%;
}
ul.actions li:first-child {
	padding-top: 0;
}
ul.actions li > * {
	width: 100%;
	margin: 0 !important;
}
ul.actions.small li {
	padding: 0.5em 0 0 0;
}
ul.actions.small li:first-child {
	padding-top: 0;
}
}
dl {
	margin: 0 0 2em 0;
}
dl dt {
	display: block;
	font-weight: 400;
	margin: 0 0 1em 0;
}
dl dd {
	margin-left: 2em;
}
dl.alt dt {
	display: block;
	width: 3em;
	margin: 0;
	clear: left;
	float: left;
}
dl.alt dd {
	margin: 0 0 0.85em 5.5em;
}
dl.alt:after {
	content: '';
	display: block;
	clear: both;
}
ul.alt li {
	border-top-color: rgba(255, 255, 255, 0.35);
}
dl dt {
	color: #ffffff;
}/* Table */
.table-wrapper {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}
table {
	margin: 0 0 2em 0;
	width: 100%;
}
table tbody tr {
	border: solid 1px;
	border-left: 0;
	border-right: 0;
}
table td {
	padding: 0.75em 0.75em;
}
table th {
	font-size: 0.9em;
	font-weight: 400;
	padding: 0 0.75em 0.75em 0.75em;
	text-align: left;
}
table thead {
	border-bottom: solid 2px;
}
table tfoot {
	border-top: solid 2px;
}
table.alt {
	border-collapse: separate;
}
table.alt tbody tr td {
	border: solid 1px;
	border-left-width: 0;
	border-top-width: 0;
}
table.alt tbody tr td:first-child {
	border-left-width: 1px;
}
table.alt tbody tr:first-child td {
	border-top-width: 1px;
}
table.alt thead {
	border-bottom: 0;
}
table.alt tfoot {
	border-top: 0;
}
table tbody tr {
	border-color: rgba(255, 255, 255, 0.35);
}
table tbody tr:nth-child(2n + 1) {
	background-color: rgba(255, 255, 255, 0.075);
}

table thead {
	border-bottom-color: rgba(255, 255, 255, 0.35);
}
table tfoot {
	border-top-color: rgba(255, 255, 255, 0.35);
}
table.alt tbody tr td {
	border-color: rgba(255, 255, 255, 0.35);
}
/* Header */

#header {
	padding: 3em 5em 1em 5em;
	text-align: center;
}
#header h1 {
	margin: 0 0 0.25em 0;
}
#header p {
	font-size: 1.25em;
	letter-spacing: -0.025em;
}
#header.alt {
	padding: 7em 5em 4em 5em;
}
#header.alt h1 {
	font-size: 3.25em;
}
#header.alt > * {
	-moz-transition: opacity 3s ease;
	-webkit-transition: opacity 3s ease;
	-ms-transition: opacity 3s ease;
	transition: opacity 3s ease;
	-moz-transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
	opacity: 1;
}
#header.alt .logo {
	-moz-transition: opacity 1.25s ease, -moz-transform 0.5s ease;
	-webkit-transition: opacity 1.25s ease, -webkit-transform 0.5s ease;
	-ms-transition: opacity 1.25s ease, -ms-transform 0.5s ease;
	transition: opacity 1.25s ease, transform 0.5s ease;
	-moz-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
	display: block;
	margin: 0 0 1.5em 0;
}
#header.alt .logo img {
	display: block;
	margin: 0 auto;
	max-width: 75%;
}
 @media screen and (max-width: 1280px) {
#header {
	padding: 2em 4em 0.1em 4em;
}
#header.alt {
	padding: 6em 4em 3em 4em;
}
}
 @media screen and (max-width: 980px) {
#header {
	padding: 4em 3em 0.1em 3em;
}
#header.alt {
	padding: 5em 3em 2em 3em;
}
}
 @media screen and (max-width: 736px) {
#header {
	padding: 3em 2em 0.1em 2em;
}
#header p {
	font-size: 1em;
	letter-spacing: 0;
}
#header p br {
	display: none;
}
#header.alt {
	padding: 4em 2em 1em 2em;
}
#header.alt h1 {
	font-size: 2.5em;
}
}
 @media screen and (max-width: 480px) {
#header {
	padding: 3em 1.5em 0.1em 1.5em;
}
#header.alt {
	padding: 4em 1.5em 1em 1.5em;
}
}
 @media screen and (max-width: 360px) {
#header {
	padding: 2.5em 1em 0.1em 1em;
}
#header.alt {
	padding: 3.5em 1em 0.5em 1em;
}
}
/* Nav */

#nav {
	-moz-transition: background-color 0.2s ease, border-top-left-radius 0.2s ease, border-top-right-radius 0.2s ease, padding 0.2s ease;
	-webkit-transition: background-color 0.2s ease, border-top-left-radius 0.2s ease, border-top-right-radius 0.2s ease, padding 0.2s ease;
	-ms-transition: background-color 0.2s ease, border-top-left-radius 0.2s ease, border-top-right-radius 0.2s ease, padding 0.2s ease;
	transition: background-color 0.2s ease, border-top-left-radius 0.2s ease, border-top-right-radius 0.2s ease, padding 0.2s ease;
	background-color: #ffffff;
	color: #636363;
	position: absolute;
	width: 64em;
	max-width: calc(100% - 4em);
	padding: 1em;
	background-color: #f7f7f7;
	border-top-left-radius: 0.25em;
	border-top-right-radius: 0.25em;
	cursor: default;
	text-align: center;
}
#nav input, #nav select, #nav textarea {
	color: #636363;
}
#nav a:hover {
	color: #636363;
}
#nav strong, #nav b {
	color: #636363;
}
#nav h1, #nav h2, #nav h3, #nav h4, #nav h5, #nav h6 {
	color: #636363;
}
#nav blockquote {
	border-left-color: #dddddd;
}
#nav code {
	background-color: rgba(222, 222, 222, 0.25);
	border-color: #dddddd;
}
#nav hr {
	border-bottom-color: #dddddd;
}
#nav + #main {
	padding-top: 4.25em;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li {
	-moz-transition: margin 0.2s ease;
	-webkit-transition: margin 0.2s ease;
	-ms-transition: margin 0.2s ease;
	transition: margin 0.2s ease;
	display: inline-block;
	margin: 0 0.35em;
	padding: 0;
	vertical-align: middle;
}
#nav ul li a {
	-moz-transition: font-size 0.2s ease;
	-webkit-transition: font-size 0.2s ease;
	-ms-transition: font-size 0.2s ease;
	transition: font-size 0.2s ease;
	display: inline-block;
	height: 2.25em;
	line-height: 2.25em;
	padding: 0 1.25em;
	border: 0;
	border-radius: 8px;
	box-shadow: inset 0 0 0 1px transparent;
}
#nav ul li a:hover {
	background-color: rgba(222, 222, 222, 0.25);
}
#nav ul li a.active {
	background-color: #ffffff;
	box-shadow: none;
}
#main {
	background-color: #ffffff;
	color: #636363;
	border-radius: 0.25em;
}
.login_page #main {
	background-color: transparent;
	color: #636363;
	border-radius: 0.25em;
}
#main input, #main select, #main textarea {
	color: #636363;
}
#main a:hover {
/*color: #636363;*/
}
#main strong, #main b {
	color: #636363;
}
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
	color: #636363;
}
#main blockquote {
	border-left-color: #dddddd;
}
#main code {
	background-color: rgba(222, 222, 222, 0.25);
	border-color: #dddddd;
}
#main hr {
	border-bottom-color: #dddddd;
}
#main .box {
	border-color: #dddddd;
}
/* #main button,
		#main .button */

#main input[type="submit"], #main input[type="reset"], #main input[type="button"] {
	background-color: transparent;
	box-shadow: inset 0 0 0 1px #dddddd;
	color: #636363 !important;
}
#main input[type="submit"]:hover, #main input[type="reset"]:hover, #main input[type="button"]:hover {
	background-color: rgba(222, 222, 222, 0.25);
}
#main input[type="submit"]:active, #main input[type="reset"]:active, #main input[type="button"]:active {
	background-color: rgba(222, 222, 222, 0.5);
}
#main input[type="submit"].icon:before, #main input[type="reset"].icon:before, #main input[type="button"].icon:before {
	color: rgba(99, 99, 99, 0.25);
}
#main input[type="submit"].special, #main input[type="reset"].special, #main input[type="button"].special {
	background-color: #8cc9f0;
	color: #ffffff !important;
	box-shadow: none;
}
#main input[type="submit"].special:hover, #main input[type="reset"].special:hover, #main input[type="button"].special:hover {
	background-color: #9acff2;
}
#main input[type="submit"].special:active, #main input[type="reset"].special:active, #main input[type="button"].special:active {
	background-color: #7ec3ee;
}
#main input[type="submit"].special.icon:before, #main input[type="reset"].special.icon:before, #main input[type="button"].special.icon:before {
	color: #ffffff !important;
}
#main label {
	color: #636363;
}
#main input[type="text"], #main input[type="password"], #main input[type="email"], #main select, #main textarea {
	background-color: #FFFFFF;
	border-color: #dddddd;
}
.login_page #main input[type="text"], .login_page #main input[type="password"], .login_page #main input[type="email"], .login_page #main select, .login_page #main textarea {
	background-color: #FFFFFF;
	background-color: #f5fbff;
	border-color: #6FB3E1;
	max-width: none;
}
#main input[type="text"]:focus, #main input[type="password"]:focus, #main input[type="email"]:focus, #main select:focus, #main textarea:focus {
	border-color: #8cc9f0;
	box-shadow: 0 0 0 1px #8cc9f0;
}
#main .select-wrapper:before {
	color: #dddddd;
}
#main input[type="checkbox"] + label, #main input[type="radio"] + label {
	color: #636363;
}
#main input[type="checkbox"] + label:before, #main input[type="radio"] + label:before {
	background-color: rgba(222, 222, 222, 0.25);
	border-color: #dddddd;
}
#main input[type="checkbox"]:checked + label:before, #main input[type="radio"]:checked + label:before {
	background-color: #636363;
	border-color: #636363;
	color: #ffffff;
}
#main input[type="checkbox"]:focus + label:before, #main input[type="radio"]:focus + label:before {
	border-color: #8cc9f0;
	box-shadow: 0 0 0 1px #8cc9f0;
}
 #main ::-webkit-input-placeholder {
 color: rgba(99, 99, 99, 0.25) !important;
}
 #main :-moz-placeholder {
 color: rgba(99, 99, 99, 0.25) !important;
}
 #main ::-moz-placeholder {
 color: rgba(99, 99, 99, 0.25) !important;
}
 #main :-ms-input-placeholder {
 color: rgba(99, 99, 99, 0.25) !important;
}
#main .formerize-placeholder {
	color: rgba(99, 99, 99, 0.25) !important;
}
#main .icon.major {
	border-color: #dddddd;
}
#main .icon.major:before {
	border-color: #dddddd;
}
#main .icon.alt {
	border-color: #dddddd;
	color: #636363;
}
#main .icon.alt:hover {
	background-color: rgba(222, 222, 222, 0.25);
}
#main .icon.alt:active {
	background-color: rgba(222, 222, 222, 0.5);
}
#main ul.alt li {
	border-top-color: #dddddd;
}
#main dl dt {
	color: #636363;
}
#main header.major h2:after {
	background-color: #dddddd;
	background-image: -moz-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
	background-image: -webkit-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
	background-image: -ms-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
	background-image: linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
}
#main table tbody tr {
	border-color: #dddddd;
}
#main table tbody tr:nth-child(2n + 1) {
	background-color: rgba(222, 222, 222, 0.25);
}
#main table th, .modal-body table th {
	color: #636363;
}

.modal-body table th {
    padding: 0.75em 0.75em 0.75em 0.75em;
}

.modal-body table tbody tr td {
	border-bottom: 1px solid #f0f0f0;
    font-family: "PT mono", arial, sans-serif;
    font-size: 13px;
    position: relative;
    padding: 0px 20px;
}

.modal-body table tbody tr:hover td {
	background-color: #f9f9f9;
}

#main table thead {
	border-bottom-color: #dddddd;
}
#main table tfoot {
	border-top-color: #dddddd;
}
#main table.alt tbody tr td {
	border-color: #dddddd;
}
#main .spotlight .image {
	border-color: #dddddd;
}
#main > .main {
	padding: 5em 5em 3em 5em;
	border-top: solid 1px #dddddd;
}
#main > .main:first-child {
	border-top: 0;
}
#main > .main > .image.main:first-child {
	margin: -5em 0 5em -5em;
	width: calc(100% + 10em);
	border-top-right-radius: 0.25em;
	border-top-left-radius: 0.25em;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
#main > .main > .image.main:first-child img {
	border-top-right-radius: 0.25em;
	border-top-left-radius: 0.25em;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
 @media screen and (max-width: 1280px) {
#main > .main {
	padding: 4em 4em 2em 4em;
}
#main > .main > .image.main:first-child {
	margin: -4em 0 4em -4em;
	width: calc(100% + 8em);
}
}
 @media screen and (max-width: 980px) {
#main > .main {
	padding: 4em 3em 2em 3em;
}
#main > .main > .image.main:first-child {
	margin: -4em 0 4em -3em;
	width: calc(100% + 6em);
}
}
 @media screen and (max-width: 736px) {
#main > .main {
	padding: 3em 2em 1em 2em;
}
#main > .main > .image.main:first-child {
	margin: -3em 0 2em -2em;
	width: calc(100% + 4em);
}
}
 @media screen and (max-width: 480px) {
#main > .main {
	padding: 3em 1.5em 1em 1.5em;
}
#main > .main > .image.main:first-child {
	margin: -3em 0 1.5em -1.5em;
	width: calc(100% + 3em);
}
}
 @media screen and (max-width: 360px) {
#main {
	border-radius: 0;
}
#main > .main {
	padding: 2.5em 1em 0.5em 1em;
}
#main > .main > .image.main:first-child {
	margin: -2.5em 0 1.5em -1em;
	width: calc(100% + 2em);
	border-radius: 0;
}
#main > .main > .image.main:first-child img {
	border-radius: 0;
}
}
/* Footer */

#footer {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 5em 5em 3em 5em;
	width: calc(100% + 2em);
	margin: 0 0 3em -2em;
}
#footer > * {
	width: calc(50% - 2em);
	margin-left: 2em;
}
#footer .copyright {
	width: 100%;
	margin: 2.5em 0 2em 0;
	font-size: 0.8em;
	text-align: center;
}
 @media screen and (max-width: 1280px) {
#footer {
	padding: 4em 4em 2em 4em;
}
}
 @media screen and (max-width: 980px) {
#footer {
	padding: 4em 3em 2em 3em;
	display: block;
	margin: 0 0 3em 0;
	width: 125%;
}
#footer > * {
	width: 100%;
	margin-left: 0;
	margin-bottom: 3em;
}
#footer .copyright {
	text-align: left;
}
}
 @media screen and (max-width: 736px) {
#footer {
	padding: 3em 2em 1em 2em;
}
}
 @media screen and (max-width: 480px) {
#footer {
	padding: 3em 1.5em 1em 1.5em;
}
}
 @media screen and (max-width: 480px) {
#footer {
	padding: 2.5em 1em 0.5em 1em;
}
}
/* Wrapper */

#wrapper {
	width: 64em;
	max-width: calc(100% - 4em);
	margin: 0 auto;
}
 @media screen and (max-width: 480px) {
#wrapper {
	max-width: calc(100% - 2em);
}
}
 @media screen and (max-width: 360px) {
#wrapper {
	max-width: 100%;
}
}
/* main structural rules */

.logo_wrapper {
	float: left;
}

.admin_area_wrapper {
	float: right;
	font-family: "Righteous", arial, sans-serif;
	padding-top: 1.5em;
}

.admin_area_wrapper .nav > li a, .admin_area_wrapper .nav > li .btn-group a, .admin_area_wrapper .nav > li a:focus, .admin_area_wrapper .nav > li .btn-group a:focus{
	padding: 0px 15px;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	text-transform: uppercase;
	font-size: 15px;
	background-color: transparent;
}

.admin_area_wrapper .nav > li a:hover, .admin_area_wrapper .nav > li .btn-group a:hover {
	background-color: transparent;
}

.admin_area_wrapper .nav-tabs {
	border-bottom: 0px none;
}

.admin_area_wrapper .username_wrap {
border-right: solid 2px rgba(236, 240, 241, 0.52);
padding-right: 5px;
}

.admin_area_wrapper .username_wrap .dropdown-menu {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.admin_area_wrapper .username_wrap .dropdown-menu li {
	margin: 0px;
	padding: 0px;
}
.admin_area_wrapper .username_wrap .dropdown-menu li a {
    color: #666666;
    background-color: transparent;
    padding: 5px 25px 5px 25px;
}

.admin_area_wrapper .username_wrap .dropdown-menu li a:hover, .admin_area_wrapper .username_wrap .dropdown-menu li a:focus {
background-color: #DEEEF9;
}

.admin_area_wrapper .badge {
    left: 38px;
    top: -20px;
}

.admin_area_wrapper li.message_wrap {
	margin-left: 10px;
}

.main_container {
	/*width: 100%;
	max-width: 1170px;
	margin: 0px auto;*/
	height: 100%;
	width: 100%;
	background-image: url(../../images/bg_login.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.main_container.login_page {
    background-image: url(../../images/bg_login.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 660px;
    position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.main_container.login_page #header {
	padding: 1em 5em 1em 5em;
	text-align: center;
}
.login_page .form_login_wrapper {
	position: relative;
	text-align: center;
	background-color: #F6F6F6;
	background-color: #FFFFFF;
	padding: 20px 40px 30px;
	margin: 0px auto;
	float: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
}

.login_page .section {
	padding-top: 0px;
}
.form_login_wrapper:before {
	display: inline-block;
	content: "";
	position: relative;
	margin: 0;
	padding: 0;
	height: 2px;
	width: 100%;
	padding-left: 15%;
	padding-right: 15%;
	background-color: #5CACE1;
	vertical-align: middle;
	float: left;
	top: 30px;
	z-index: 0;
}
.form_login_wrapper h3 {
	line-height: 1em;
	color: #636363;
	text-align: center;
	text-transform: uppercase;
	font-size: 38px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #F6F6F6;
	background-color: #FFFFFF;
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 0px auto;
	margin-bottom: -10px;
}
.form_login_wrapper input {
	margin-top: 20px;
	height: 60px;
	line-height: 60px;
	font-family: 'Open sans', arial, sans-serif;
	font-size: 18px;
	border-radius: 35px;
	padding-left: 55px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	color: #636363;
	font-weight: normal;
}
.hint {
	font-size: 13px;
    color: #999999;
    margin: -10px auto 25px;
    font-weight: bold;
}
.hint.center-block {
	text-align: center;
}
.form_login_wrapper button {
	height: 60px;
	font-size: 24px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 0px none;
	outline: none;
	box-shadow: none;
}
.form_login_wrapper button:focus, .form_login_wrapper button:active {
	outline: none !important;
}
/*
.form_login_wrapper button[type="submit"]:after {
	display: inline-block;
	content: ">>";
	position: relative;
}*/

.form_login_wrapper button[type="submit"] .fa {
	margin-left: 10px;
}
.form_login_wrapper .bottom_form {
	padding-top: 10px;
	border-top: 1px solid #DDD;
	margin-bottom: -10px;
    margin-top: 10px;
}
footer {
	font-size: 13px;
    color: #FFFFFF;
    font-family: 'Open Sans', arial, sans-serif;
    text-align: center;
    padding-bottom: 30px;
	padding-top: 30px;
    position: relative;
    width: 100%;
    bottom: 0px;
	box-sizing: border-box;
	margin-left: -15px;
}
.footer_logo {
	display: block;
	padding-bottom: 10px;
}

.footer_logo a {
	text-decoration: none;
	color: #EDEDED;
	font-weight: bold;
}

.form_login_wrapper input.usrnm {
	background: url(../images/login_usrnm_icon.png) no-repeat 20px 16px;
	background-size: 24px;
}
.form_login_wrapper input.psswrd {
	background: url(../images/login_psswrd_icon.png) no-repeat 20px 16px;
	background-size: 24px;
}

.app_page #header {
	text-align: left;
	padding-left: 0px;
	float: left;
	width: 100%;
	padding-right: 15px;
	padding-top: 1.5em;
	padding-bottom: 0px;
}

.main_nav {
	font-family: 'Righteous', arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f6f6+0,eaeaea+100 */
	background: #f6f6f6; /* Old browsers */
	background: -moz-linear-gradient(top, #f6f6f6 0%, #eaeaea 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f6f6f6 0%, #eaeaea 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f6f6f6 0%, #eaeaea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#eaeaea', GradientType=0 ); /* IE6-9 */
}

.nav-pills > li.active > a.home_btn, .nav-pills > li.active > a, .nav-pills > li.active > a.home_btn {
	background-color: #515151;
}

nav > ul.nav-pills li {
    padding-left: 0;
	position: relative;
}

.moduli_select a span {
	margin-left: 10px;
	background-color: #DDDDDD;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
width: 18px;
height:18px;
}

.nav > li a, .nav > li .btn-group a {
	padding:15px;
	border: 0px none;
}

.nav > li a.btn_icon {
	padding-left: 55px;
	border-bottom: 0px none;
	border-right: solid 1px #DADADA;
}

.nav > li a.rpcude_btn {
	border-bottom: 0px none;
}


.nav > li a.rpcude_btn img {
	margin-right: 10px;
}

.btn_icon:before {
	content: "";
	display: block;
	height: 36px;
	width: 36px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	float: left;
	position: absolute;
    top: 10px;
	left: 10px;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.btn_icon_r {
	content: "";
	display: block;
	height: 36px;
	width: 36px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	float: left;
	position: absolute;
	top: 10px;
	left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.dropdown-menu .btn_icon:before {
	top: 7px;
}

nav .nav-pills .btn:hover, nav .nav-pills .btn:focus, nav .nav-pills .btn.focus {
	color: #297FB8;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	border: 0px none;
	border-right: solid 1px #DADADA
}

nav .nav-pills > li a.btn_icon:before {
	height: 36px;
	width: 36px;
}
nav .nav-pills > li > .moduli_btn > ul li a.btn_icon:before {
	height: 24px;
	width: 24px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


.nav > li a.home_btn.btn_icon {
	padding-left: 15px;
	border-right: 0px none;
}

.moduli_btn.btn_icon:before {
	background-image: url(../images/moduli_icon.png);
}

.banche_dati_btn.btn_icon:before {
	background-image: url(../images/document_icon.png);
}

.anagrafica_btn.btn_icon:before {
	background-image: url(../images/anagrafica_2_icon.png);
}

.disabili.btn_icon:before {
	background-image: url(../images/mod_disabili_icon.png);
	background-color: #0078A9;
}

.vestiario.btn_icon:before {
	background-image:url(../images/mod_vestiario_icon.png);
	background-color: #0B2675;
}

.carrabili.btn_icon:before {
	background-image:url(../images/mod_passi_carrabili_icon.png);
	background-color: #D46E35;
}

.stalli_mercatali.btn_icon:before {
	background-image:url(../images/mod_stalli_mercatali_icon.png);
	background-color: #2778B9;
}

.cant_edili.btn_icon:before {
	background-image:url(../images/mod_cantieri_edili_icon.png);
	background-color: #E50059;
}

.pubblicita.btn_icon:before {
	background-image:url(../images/mod_pubblicita_icon.png);
	background-color: #B3B34F;
}

.ztl.btn_icon:before {
	background-image:url(../images/mod_ztl_icon.png);
	background-color: #2778B9;
}

.dehors.btn_icon:before {
	background-image:url(../images/mod_dehors_icon.png);
	background-color: #0F6662;
}

.tagli_stradali.btn_icon:before {
	background-image:url(../images/mod_tagli_stradali_icon.png);
	background-color: #7B5287;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color: #DEEEF9;
}

.open > .dropdown-menu {
    display: block;
    border: 1px solid #CCCCCC;
    outline: none !important;
}

.open > .dropdown-menu:before {
	content: "";
	position: absolute;
	top: 0px;
	width: 22px;
	height: 14px;
	background-image: url(../images/top_box_arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	left: 20px;
	top: -13px;
}

.disabilitato {
	    filter:         url(~"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);
    filter: gray;
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
	cursor: default;
}


.welcome_page .content_header {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	/* margin-top: -35px; */
	padding-top: 0px;
	margin-left: -30px;
	padding-left: 30px;
	background-image: url(../images/bg_box_top_1.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-bottom: 30px;
	max-height: 77px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	border-top: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	box-sizing: content-box;
}

#main h2.page_title {
	text-transform: uppercase;
    color: #FFFFFF;
    font-size: 36px;
    padding-top: 15px;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.welcome_page h2.page_title img {
    margin-top: -13px;
    margin-right: 10px;
}

.content_title {
	text-transform: uppercase;
}

.content_title img {
	margin-right: 10px;
	margin-top: -3px;
}

.welcome_page #main {
	font-family: "Open sans", arial, sans-serif;
}

.modules_wrapper {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: solid 1px #DDDDDD;
}

.tasto_modulo_btn {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 110px;
	height: 100px;
	padding-right: 10px;
	float: left;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.tasto_modulo_btn a {
	border: 0px none;
	padding: 10px;
	display: inline-block;
	line-height: 1em;
	color: #FFFFFF;
	font-size: 13px;
	text-align: center;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
    height: 100%;
}

.tasto_modulo_btn a:hover, .tasto_modulo_btn a:focus {
	text-decoration: none;
}

.tasto_modulo_btn img {
    margin-bottom: 0px;
    margin-top: -5px;
}
.module_title {
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: 'Righteous', arial, sans-serif;
}

.tasto_modulo_btn.disabili a, h3.module_title.disabili .module_icon {
		background-color: #0078A9;
}
.tasto_modulo_btn.vestiario a, h3.module_title.vestiario .module_icon{
	background-color: #0B2675;
}
.tasto_modulo_btn.carrabili a, h3.module_title.carrabili .module_icon {
	background-color: #D46E35;
}
.tasto_modulo_btn.stalli_mercatali a, h3.module_title.stalli_mercatali .module_icon {
	background-color: #2778B9;
}

.tasto_modulo_btn.cant_edili a, h3.module_title.cant_edili .module_icon {
	background-color: #E50059;
}

.tasto_modulo_btn.pubblicita a, h3.module_title.pubblicita .module_icon {
	background-color: #B3B34F;
}

.tasto_modulo_btn.ztl a, h3.module_title.ztl .module_icon {
	background-color: #2778B9;
}

.tasto_modulo_btn.dehors a, h3.module_title.dehors .module_icon {
	background-color: #0F6662;
}

.tasto_modulo_btn.tagli_stradali a, h3.module_title.tagli_stradali .module_icon {
	background-color: #7B5287;
}

.boxed_content {
	background-color: #EEF6FC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:25px;
}

.container {
	max-width: 100%;
}

a.btn-primary img, .btn-primary img {
	margin-right: 5px;
}
.app_page_content_header {
	background-image: url(../images/bg_box_top_2_icon.png);
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 35px;
	padding-right: 35px;
	background-color: #f6f6f6;
	overflow: hidden;
	height: 75px;
	box-sizing: border-box;
}

h3.module_title {
	line-height: 48px;
	font-size: 24px;
}
h3.module_title .module_icon {
	display: block;
	float: left;
	height: 48px;
	width: 48px;
	background-size: 24px 24px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 5px;
	padding: 5px;
}

h3.module_title .module_icon img {
	max-width: 100%;
	max-height: 100%;
	float: left;
}

.app_page_content_header .btn-primary.grey_light, .app_page_content_header a.btn-primary.grey_light {
    padding: 6px 15px;
    line-height: 48px;
    box-sizing: border-box;
    height: 48px;
}

.app_buttons_wrapper a.btn-primary img, .app_buttons_wrapper .btn-primary img {
	padding-right: 0px;
	margin-right: 0px;
	float: left;
}

.app_buttons_wrapper a.btn-primary, .app_buttons_wrapper .btn-primary {
		-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.15);
-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.15);
box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.15);
}

.app_search_wrapper {
	position: relative;
}

.app_search_wrapper input {
	width: 100%;
	height: 48px;
		-webkit-border-radius: 24px;
-moz-border-radius: 24px;
border-radius: 24px;
}

#main .app_search_wrapper input[type="text"] {
    width: 100%;
    padding-right: 60px;
    max-width: none;
}

.start_search_icon {
	display: block;
	float: right;
	background-color: #FFC228;
	height: 36px;
	width: 36px;
	line-height: 36px;
	text-align: center;
	position: absolute;
	margin-top: 6px;
	-webkit-border-radius: 18px;
-moz-border-radius: 18px;
border-radius: 18px;
top: 0px;
right: 0px;
margin-right: 20px;
cursor:pointer;
}

.start_search_icon img {
    margin-top: 8px;
    margin-bottom: 10px;
    margin-left: 2px;
    margin-right: auto;

}

span.reset_search_icon {
    width: 16px;
    height: 16px;
    color: #FFFFFF;
    position: absolute;
    top: 16px;
    left: 8px;
    background-color: #D93600;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	cursor: pointer;
}

span.reset_search_icon img {
	    width: 60%;
    height: 60%;
    float: left;
    display: block;
    margin: 20%;
}

.search_advices {
    color: #FFFFFF;
    font-family: 'Righteous', arial, sans-serif;
    font-size: 15px;
    text-align: center;
    float: left;
    margin-top: -15px;
    margin-left: 50px;
}

.search_advices span {
	display: inline;
	text-align: left;
}

.app_page_content_body {
background-color: #f6f6f6;
}
.app_page_content_controllers {
background-color: #297FB8;
padding-bottom :80px;
margin-bottom: -80px;
	padding-left: 35px;
padding-right: 35px;
	font-family: 'Righteous', arial, sans-serif;
 }
#main .app_page_content_controllers h5 {
	 color: #FFFFFF;
	 font-size: 11px;
	 text-transform: uppercase;
	 	font-family: 'Righteous', arial, sans-serif;
		padding-top: 10px;
 }

 .badge {
	background-color: #D72F44!important;
    position: absolute!important;
    left: 35px!important;
    padding: 5px 10px;
		top: -8px!important;
		min-width: 30px!important;
	 color:#fff;
 }

  .badge:before {
	  content: "";
	  display: block;
	  width: 0px;
	  height: 0px;
	  border-top: 8px solid #D72F44;
	border-right: 8px solid transparent;
	position: absolute;
	bottom: -6px;
	left: 6px;

  }

 ul.doc_filter_btn {
	width: 100%;
	display: block;
}

ul.doc_filter_btn li {
	display: block;
	float: left;
	height: 48px;
	line-height: 48px;
	text-align: center;
	padding: 0px 15px;
	font-family: 'Righteous', arial, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	margin-right: 5px;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color: #555555;
}

ul.doc_filter_btn li.new_doc {
	float: right;
	margin-right: -9px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

ul.doc_filter_btn li.tab_controller {
	background-color:  #619FC8;
	border: solid 1px #619FC8;
	color: #FFF;
	cursor: pointer;
}

ul.doc_filter_btn li.tab_controller:hover {
	background-color: #f1f1f1;
	color: #666666;
}

ul.doc_filter_btn li.tab_controller.selected, ul.doc_filter_btn li.tab_controller.selected:hover {
	background-color:  #FFFFFF;
	border: solid 1px #619FC8;
	padding-bottom: 10px;
	margin-bottom: -10px;
    box-sizing: content-box;
	color: #555555;
}

.app_page_content {
    background-color: #F6F6F6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.25);
}

.app_page_content_results {
	padding-left: 31px;
	padding-right: 31px;
}

.app_page_content_results .results_header {
		border-top: solid 10px #FFFFFF;
	background-color: transparent;
	color: #555555;
	-webkit-border-top-right-radius: 3px;
-moz-border-radius-topright: 3px;
border-top-right-radius: 3px;
overflow: hidden;
}

.list_control_wrapper {
	/*display: flex;
	flex-direction: row;
	align-items: center;
	*/
	height: 36px;
    line-height: 36px;
    margin-bottom: 10px;
}

.results_list_control {
	background-color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
}

.results_list_control .info_list, .results_list_control .row_quantity {
		font-size: 14px;
	font-family: "Open sans", arial, sans-serif;
}

.results_list_control .row_quantity {
    width: auto;
    position: relative;
    display: block;
}

.results_list_control .row_quantity select {
	    width: auto;
    float: right;
    font-size: 13px;
    font-weight: bold;
    font-family: "PT mono", arial, sans-serif;
    padding: 0px 10px;
    line-height: 13px;
    margin-left: 10px;
    display: block;
	padding-right:25px;
	cursor: pointer;
	border: 2px solid #EDEDED;
}

.results_list_control .row_quantity:after {
    content: "";
    display: block;
    position: absolute;
    float: right;
    width: 0px;
    height: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #555555;
    right: 10px;
    top: 17px;
}

.results_list_control .row_quantity:hover:after {
	border-top: 4px solid #297FB8;
}

.results_list_control table thead {
	background-color: #EEEEEE;
		font-family: 'Righteous', arial, sans-serif;
		color: #555555;
	font-size: 13px;
	text-transform: uppercase;
}

.modal-body table thead {
    background-color: #EEEEEE;
    font-family: 'Righteous', arial, sans-serif;
    color: #555555;
    font-size: 13px;
    text-transform: uppercase;
    vertical-align: middle;
    padding-bottom: 0px;
    max-width: none;
}

.results_list_control table tbody {
	background-color: #FFFFFF;
}

.results_list_control table tbody td {
	background-color: #FFFFFF;
	font-family: "PT mono", arial, sans serif;
	font-size: 13px;
	padding-top:20px;
	padding-bottom: 20px;
}

.results_list_control table tbody tr:hover td {
	background-color: #F6f6f6;
}

.results_list_control table tbody td i.icon:before {
	font-family: fontAwesome;
    height: 20px;
    width: 20px;
    display: inline-block;
    font-size: 16px;
}
.results_list_control table tbody td i.icon.ion-android-radio-button-on.status.Validi:before {
content: "\f111";
color: #3DA05E;
}

.results_list_control table tbody td i.icon.ion-android-radio-button-on.status.Bozza:before {
content: "\f111";
color: #FF9A28;
}

.results_list_control table tbody td i.icon.ion-android-radio-button-on.status.Scadenza:before {
content: "\f111";
color: #666666;
}

.results_list_control table tbody td i.icon.ion-android-radio-button-on.status.Annullati:before {
content: "\f111";
color: #CCCCCC;
}

.results_list_control table tbody td i.icon.action:before {
	color: #3F8BBF;
	cursor: pointer;
}

.results_list_control table tbody td i.icon.action:hover:before {
	color: #555555;
}

.results_list_control table tbody td i.icon.ion-eye:before {
	content: "\f06e";
}

.results_list_control table tbody td i.icon.ion-edit:before {
	content: "\f044";
}

.results_list_control table tbody td i.icon.ion-android-checkbox-outline:before {
	content: "\f14a";
}

.results_list_control table tbody td i.icon.ion-android-settings:before {
	content: "\f013";
}

.results_list_control table tbody td i.icon.ion-printer:before {
	content: "\f02f";
}

.list_table_wrapper {
	padding-left: 15px;
	padding-right: 15px;
}

.bottom_tools_button {
	float: left;
}

.pagination_wrapper {
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

.bottom_tools_button .btn-primary.grey_light, .bottom_tools_button a.btn-primary.grey_light {
    float: left;
    display: block;
    clear: left;
	margin: 20px 0px;
}

.pagination_wrapper nav {
	float: right;
}

.web_app_page .pagination>li, .modal-body .pagination>li {
    display: inline-block;
}

.modal-body.anagrafica select {
font-size: 15px;
    width: 80px;
    padding-right: 25px;
	border: solid 2px #EDEDED;
	position: reoaltive;
}

.modal-body.anagrafica select:after {
	content: "";
	display: block;
	float: right;
	position: absolute;;
}

.modal-body .pagination {
    float: right;
    margin: 0px;
    margin-right: 20px;
}

.pagination > li {
	font-size: 13px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
	font-size: 13px;
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

.pagination > .active > a, .pagination > .active > span, .pagination a, .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #5CACE1;
	border-color: #5CACE1;
	color: #FFFFFF;
	-webkit-border-radius: 20px !important;
-moz-border-radius: 20px;!important
border-radius: 20px !important;
}


.app_page .status_icon {
	display: inline-block;
	height: 12px;
	width: 12px;
	margin: 0px auto;
	text-align: center;
	vertical-align: center;
	-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;;
}

.app_page .status_icon.status.validi {
	background-color: #3B9F5D;
}

.user_avatar {
	background-color: #F6F6F6;
	width: 48px;
	height: 48px;
	text-align: center;
	vertical-align: center;
	display: block;
	float: left;
	margin-right: 10px;
	-webkit-border-radius: 24px;
-moz-border-radius: 24px;
border-radius: 24px;
line-height: 48px;
display: flex;
align-items: center;
margin-top:-12px;
margin-bottom: -6px;
}

.user_avatar img {
	display: block;
	margin: auto;
}

/* wizard */


.app_page_modal .modal-content {
	background-color: #f6f6f6;
	font-family: "Open sans", aria, sans-serif;
}
.app_page_modal .modal-header {
	padding: 0px;
	float:left;
	width: 100%;
	margin-bottom:-40px;
	border-bottom: 0px;
}

.app_page_modal .modal-title {
	text-transform: uppercase;
}

.app_page_content_header {
	position: relative;
}
.modal-header .app_page_content_header:after {
	position: absolute;
	content: "";
	display: block;
	height: 36px;
	width: 114px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	    right: 20px;
    top: 20px;
}

.app_page_modal h3.module_title {
	color: #636363;
}

 .app_page_modal .modal-body, .app_page_modal .modal-footer {
    padding: 15px 30px 30px;
    clear: both;
    border-top: 0px none;
}

.app_page_modal .modal-body {
    position: relative;
    padding: 15px 30px;
    font-size: 15px;
    color: #555555;
    font-family: "Open sans", arial, sans-serif;
}

.app_page_modal .modal-footer {
    padding: 0px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.app_page_modal .modal-body {
	padding-top:1px;
	font-size: 15px;
	color: #555555;
	padding-bottom: 0px;
}

.app_page_modal .modal-body.state, .app_page_modal .modal-body.stampa, .modal-body.anagrafica, .modal-body.notify, .modal-body.firma, .modal-body.mappa {
    padding-top: 40px;
    margin: 0px;
}

.app_page_modal .modal-body.state table {
    background-color: #f9f9f9;
    width: auto;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.app_page_modal .modal_body_content {
	background-color: #FFFFFF;
	padding: 15px;
	margin-bottom: 30px;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.modal-body.anagrafica > .modal_body_content > .row {
    padding: 0px 15px;
}

.app_page_modal .modal_body_content h4 {
    text-transform: uppercase;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto !important;
    border-bottom: solid 1px #EDEDED;
    margin-bottom: 15px;
    background-color: #f9f9f9;
    padding-left: 10px;
    font-size: 20px;
}

.app_page_modal .modal_body_content h4 .ownerL:before {
	width: 22px;
	height: 22px;
	display: block;
	content: "\f007";
	font-family: "FontAwesome";
	float:left;
}

.app_page_modal .modal_body_content .control-label {
	padding-top: none;
}


.app_page_modal .modal-body.state .modal_body_content > .row {
    padding: 0px !important;
    margin: 0px !important;
    margin-top: 40px;
}

.app_page_modal .modal_body_content .alert_noresult {
    position: absolute;
    font-size: 13px;
    color: red;
}

.app_page_modal .modal-body .control-label {
	font-family: "Righteous", arial, sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	color: #737373;
}

.app_page_modal .alert-danger {
    margin: 15px;
    top: 20px;
    position: relative;
}

.modal_header_top_wrapper {
	padding-left: 30px;
	padding-right: 30px;
	background-color: #297FB8;
	font-family: "Righteous", arial, sans-serif;
	padding-bottom: 60px;
	margin-bottom: -40px;
	color: #FFFFFF;
}

.titleWidzardName {
    color: #FFFFFF;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.modal_header_top_wrapper .thumbnail {
    background-color: transparent;
    border: 0px;
    padding: 0px;
    margin-top: 10px;
}
.modal_header_top_wrapper .funnel_wrapper li {
	margin:0px;
	padding: 0px;
}

.modal_header_top_wrapper .funnel_wrapper .list-group-item-heading, .modal_header_top_wrapper .funnel_wrapper .list-group-item-heading {
	float: left;
	color: #FFFFFF;
	height: 48px;
	width: 48px;	-webkit-border-radius: 26px;
-moz-border-radius: 26px;
border-radius: 26px;
text-align: center;
display: flex;
align-items: center;
position: relative;
margin: auto;
}

.modal_header_top_wrapper .funnel_wrapper .list-group-item-heading {
	border: none;
	background-color: #69A5CD;
		color: #A0C5DE;
}

.modal_header_top_wrapper .funnel_wrapper .pass .list-group-item-heading step, .modal_header_top_wrapper .funnel_wrapper .pass.diabled .list-group-item-heading step {
	color: #FFFFFF;
}

.modal_header_top_wrapper .funnel_wrapper .active .list-group-item-heading {
	border: solid 4px #FFFFFF;
	background-color: #297FB8;
	color: #FFFFFF;
}

.funnel_wrapper .list-group-item-heading span {
	display: inline;
	margin: 0px auto;
}

.funnel_wrapper .pass .list-group-item-heading .glyphicon {
	position: absolute;
left: 32px;
    top: 8px;
}

.funnel_wrapper .pass.active .list-group-item-heading .glyphicon {
	left: 26px;
}

.funnel_wrapper .active .glyphicon, .funnel_wrapper .disabled .glyphicon {
	display: none;
}

.funnel_wrapper .active.pass .glyphicon, .funnel_wrapper .pass .glyphicon {
	display: block;
	color: #A3D900;
}

.funnel_wrapper .active.pass .glyphicon {
}


.modal_header_top_wrapper .funnel_wrapper .list-group-item-text  {
    text-transform: uppercase;
    font-size: 12px;
    float: left;
    height: 48px;
    margin: 0px;
    padding: 0px;
	line-height: 45px;
	margin-left: 5px;
}

.modal_header_top_wrapper .funnel_wrapper a {
	float: left;
	padding: 0px;
	text-align: center;
	    width: 100%;
    padding: 15px 0px;
	background-repeat: no-repeat;
	background-position: right;
	height: 78px;
	padding: 15px 0px 15px 15px;
}

.modal_header_top_wrapper .funnel_wrapper a.active {
	background-image: url(../images/bg_funnel_active.png)
}

.modal_header_top_wrapper .funnel_wrapper a.disabled, .modal_header_top_wrapper .funnel_wrapper a.disabled:hover {
	background-image: url(../images/bg_funnel_disabled.png);
	color: #A0C5DE;
	cursor: default
}

.modal_header_top_wrapper .funnel_wrapper a.active:hover {
	background-image: url(../images/bg_funnel_active.png);
	color: #FFFFFF;
	cursor: default;
}

.modal_header_top_wrapper .funnel_wrapper a.pass {
	background-image: url(../images/bg_funnel_pass.png);
	color: #FFFFFF;
}

.modal_header_top_wrapper .funnel_wrapper a.pass .list-group-item-heading, .modal_header_top_wrapper .funnel_wrapper a.pass:hover .list-group-item-heading {
	color: #FFFFFF;
}
.modal_header_top_wrapper .funnel_wrapper a.pass.active {
	background-image: url(../images/bg_funnel_pass_active.png);
}

.modal_header_top_wrapper .funnel_wrapper a.active:hover, .modal_header_top_wrapper .funnel_wrapper a.active:focus .list-group-item-text, .modal_header_top_wrapper .funnel_wrapper a.active:hover .list-group-item-heading {
	color: #FFFFFF;
}



.modal-body form.form-horizontal {
    display: table;
    width: 100%;
}

.modal-body .form-horizontal .form-group {
    display: table-row;
    vertical-align: middle;
	width: 100%;
}

.modal-body .form-horizontal .form-group:hover {
	background-color: #f6f6f6;
}

.modal-body .form-horizontal .form-group > * {
    display: table-cell;
    padding: 5px 30px;
    /*border-bottom: solid 4px #ededed;*/
    height: auto;
    vertical-align: middle;
    line-height: 40px;
    position: relative;
	line-height: 1.1em;
	font-size: 15px;
	/*width: 100%;*/
}

.modal-body .form-horizontal .form-group > *:first-child {
	    margin-top: 20px;
    padding-bottom: 0px;
}
.modal-body .form-horizontal .form-group > *:last-child {
	margin-bottom:15px;
}

.modal-body .form-horizontal .form-group label {
	text-align: left;
	color: #555555;
}

.modal-body .form-horizontal .form-group p {
	display: inline;
}

.modal-body .form-horizontal .form-group .input-group {
	margin: 0px;
    padding: 0px;
}

.modal-body .form-horizontal input[type="text"], .modal-body .form-horizontal input[type="password"], .modal-body .form-horizontal input[type="email"], select, textarea, input {
	background-color: #FFFFFF;
	max-width: 70%;
}

.modal-content input[type="text"], .modal-content input[type="password"], .modal-content input[type="email"], .modal-content select, .modal-content textarea {
background-color: #FFFFFF;
}

.modal-body .form-horizontal .btn.btn-default[type="submit"] {
    position: absolute;
    right: 30px;
    top: -40px;
}

.modal-body .form-horizontal .glyphicon-refresh:before {
	position:absolute;
	}

	.modal-body .form-horizontal .help-block {
    font-size: 13px;
    color: red;
}

.modal-body .form-horizontal input[type="file"] {
    font-size: 14px;
    font-family: "Open Sans", arial, sans-serif;
    background-color: rgba(51, 122, 183, 0.07);
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #DDDDDD;
}

.modal-body .form-horizontal .input-group-btn, .modal-body.anagrafica .input-group-btn {
	float: left;
}

.modal-body .form-horizontal .input-group-btn button.btn.btn-default, .modal-body .form-horizontal .input-group-btn button.btn.btn-default i{
    background-color: #ccc;
    border: 0px;
}

.modal-body .form-horizontal input[type="checkbox"]:checked + label:before, .modal-body .form-horizontal input[type="radio"]:checked + label:before {
	    color: #A3D900;
    background-color: #ffffff;
    border: solid 1px #DDDDDD;
    font-size: 18px;
    display: inline-block;
    margin-top: -2px;
}

.modal-body .form-horizontal input[type="checkbox"] + label:before, .modal-body .form-horizontal input[type="radio"] + label:before {
    border: solid 2px #ededed;
    font-size: 18px;
    margin-top: -2px;
	background-color: #FFFFFF;
}

.modal-body .form-horizontal input[type="checkbox"] + label, input[type="radio"] + label {
	color: #555555;
}

/* buttons_ modal */

.btn.btn-default[type="submit"] {
	background-color: #FFC228;
	color: #FFFFFF;
	text-transform: uppercase;
	border: 0px none;
}

/* calendario */

.modal_body_content .uib-datepicker-current {
	margin-right: 10px;
}

.modal_body_content table.uib-daypicker {
	margin:0px;
	margin-bottom:15px;
}
.modal_body_content table.uib-daypicker td {
	padding: 2px;
}

.modal_body_content table.uib-daypicker tbody tr td {
	border: 0px none;
}

.modal_body_content ul.uib-datepicker-popup.dropdown-menu {
	padding: 15px;
	margin: 0px;
}

.modal_body_content ul.uib-datepicker-popup.dropdown-menu li {
	padding: 0px;
	margin: 0px;
}

/* new rules */

form {
	margin: 0px;
}

.modal-body .form-horizontal .form-group > *:first-child {
	margin-top:10px;
}

.modal-body .form-horizontal .form-group > *:last-child {
	margin-bottom: 0px;
}

.modal-body .form-horizontal .form-group > * {
	margin-bottom : 0px;
	/*width: 100%; */
}

.modal-body .form-horizontal .form-group {
    display: block;
    vertical-align: middle;
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0px;
}

.modal-body .form-horizontal .btn.btn-default[type="submit"] {
    position: absolute;
    /*right: 30px;
    top: -5px;*/
	right: auto;
    top: auto;
	padding:6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.modal-body .form-horizontal .btn.btn-danger[type="submit"] {
	position: absolute;
	/*right: 30px;
    top: -5px;*/
	left:125px;
	top: auto;

	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.form-horizontal .checkbox, .form-horizontal .radio {
	padding: 0px;
	margin-bottom: 15px;
	padding-top:5px;
}

.modal-body .form-horizontal input[type="text"], input[type="password"], input[type="email"], select, textarea, input {
	max-width: 100%;
}

.modal-body .form-horizontal .input-group-btn, .modal-body.anagrafica .input-group-btn {
	float:none;
}

.modal-body .form-horizontal .form-group p {
	display: table;
}

.modal-body {
    position: relative;
    padding: 15px;
    font-family: "Open sans", arial, sans-serif;
    font-size: 15px;
}

.modal-title {
	text-transform:uppercase;
}

.modal-body.state table tbody tr td, .app_page_modal .modal-body.state .modal_body_content h4 {
border-bottom: 0px;
}

.modal-body table tbody tr td {
    padding: 10px 20px;
}

table {
	margin: 0px;
}

.app_page_modal .modal_body_content {
	margin-bottom: 0px;
}

.app_page_modal .modal-footer {
    padding: 15px 30px;
}

.modal-body .form-horizontal .form-group label:first-child {
    padding-top: 10px;
	padding-bottom: 5px;
}


.logorpcudebig {
	text-align: center;
	height: 170px;
	background-image: url(../images/rpcude_big.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}

.logorpcudebig button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.statorpcude{
    text-align: center;
    font-size: 16px;
    color: darkgreen;
    /*padding: 20px 0px;*/
    margin-bottom: 20px;
    height: auto !important;
    font-family: "Righteous", arial, sans serif;
    text-transform: uppercase;
    /*border: solid 2px rgba(0, 100, 0, 0.21);
    background-color: rgba(0, 100, 0, 0.09);*/
}

.statorpcude.scaduto{

	color: darkred;
}
.risultatorpcude{
	text-align: center;
	font-family: 'Open sans', arial, sans-serif;
}

i.glyphicon.glyphicon-refresh {
    position: absolute;
    transform: translateX(-200%) translateY(70%);
	font-weight: bold;
	color: #297FB8;
}
.message_body > div.ng-hide {
    display: block !important;
}

.message_body, .message_body div * {
    text-align: left !important;
}

.message_body {
    border-top: solid 4px #EDEDED;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    background-color: #f6f6f6;
    border-bottom: solid 2px #EDEDED;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.btn_msg_wrap {
    padding-top: 20px;
    padding-bottom: 20px;
}

.message_container {
	position: relative;
}

.btn_letto {
    margin-bottom: 20px;
}

.selectedMarker{
	background: #ff7f00;
}

.badge{
	/* position: relative!important; */
	top: -8px!important;
	color: white!important;
	/* right: 111px; */
	margin-left: 28px!important;
}

fieldset.disabledAll {
	pointer-events: none;
}
fieldset.disabledAll .visualizza_allegato {
	pointer-events: auto;
}

/* Absolute Center Spinner */
.loading {
	position: fixed;
	z-index: 999;
	height: 2em;
	width: 2em;
	overflow: auto;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* Transparent Overlay */
.loading:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
	/* hide "loading..." text */
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.loading:not(:required):after {
	content: '';
	display: block;
	font-size: 10px;
	width: 1em;
	height: 1em;
	margin-top: -0.5em;
	-webkit-animation: spinner 1500ms infinite linear;
	-moz-animation: spinner 1500ms infinite linear;
	-ms-animation: spinner 1500ms infinite linear;
	-o-animation: spinner 1500ms infinite linear;
	animation: spinner 1500ms infinite linear;
	border-radius: 0.5em;
	-webkit-box-shadow: rgba(41, 127, 184, 0.75) 1.5em 0 0 0, rgba(41, 127, 184, 0.75) 1.1em 1.1em 0 0, rgba(41, 127, 184, 0.75) 0 1.5em 0 0, rgba(41, 127, 184, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
	box-shadow: rgba(105, 165, 205, 0.75) 1.5em 0 0 0, rgba(105, 165, 205, 0.75) 1.1em 1.1em 0 0, rgba(105, 165, 205, 0.75) 0 1.5em 0 0, rgba(105, 165, 205, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

#navmenu_right .badge{
	left:15px!important ;
}

/* Animation */

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-moz-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-o-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.disabledAll [type='submit']{
	display: none;
}