@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,400italic);



.base-block {
  background-color: #f4f4f4;
  /*color: white;*/
}

.stacked-menu {
    position: relative;
    background-color: #ffffff; 
    border-right: 1px solid lightgrey;
    padding: .25rem 0;
    padding-top: 75px;
    /*width: 250px;*/
    height: 100%
}

.stacked-menu>.menu>.menu-item.has-active>.menu-link {
    box-shadow: inset 3px 0 0 #5d67ad;
    background-color: #FFF;
    color: #005ea8; /* blu vk */
}

.stacked-menu .menu-item.has-active>.menu-link .menu-icon {
    color: #005ea8;
}


.stacked-menu>.menu>.menu-item.has-open>.menu-link, .stacked-menu>.menu>.menu-item>.menu-link:focus, .stacked-menu>.menu>.menu-item>.menu-link:hover {
     background-color: #FFF;
        color: #005ea8; /* blu vk */
}

.stacked-menu .has-child>.menu {

    background-color: #FFF;

}

.app-main
{
  padding-left: 250px; /* stacked menu width */
  border: 1px solid red;
  background: green;
}


body, button, input, select, textarea, h1, h2, h3, h4, h5, h6 {
	color: #666;
	font-family: 'Roboto', arial, sans-serif;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.3;
}
h1, h2, h3, h4, h5, h6 {
	color: #004990;
	font-weight: bold;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 13px;
}
h4:before {
	border-top: 1px solid #004990;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 1;
}
h4 span {
	/* display: inline-block; */
	padding: 0 10px;
	margin-left: 30px;
	position: relative;
	z-index: 1;
	/* background: #f4f4f4;*/
	background: white;/* container bg */
}
h2.widget-title {
	text-transform: uppercase;
	font-size: 22px;
}
h2.contact-title {
	text-transform: none;
}
.entry-content h2, h2.widget-title {
	margin-top: 0;
}
.entry-content h2:after, h2.widget-title:after {
	background: none repeat scroll 0 0 #669933;
	content: "";
	display: block;
	height: 2px;
	margin: 7px 0;
	position: absolute;
	width: 50px;
}
code {
	white-space: normal;
}
.line {
	margin: 5px 0;
	border-bottom: 2px solid #004990;
	width: 125px;
	display: block;
}
/* Links */
a {
	color: #eee;
}
a:visited {
	color: #eee;
}
a:hover, a:focus, a:active {
	color: #999;
	text-decoration: none;
}
.hentry ul, .entry-content ul, #testoServizio ul {
	padding: 0;
	margin: 0;/*margin-left: 25px;*/
}
#errorContainer {
	margin-top: 15px
}
#errorContainer ul {
	list-style-type: none;
	margin-left: 25px;
}
#errorContainer ul li {
	margin: 5px;
}
.hentry ul li, #testoServizio ul li {
	background-image: url("images/dot.png");
	background-position: 0 6px;
	background-repeat: no-repeat;
	list-style-type: none;
	padding: 0 0 5px 20px;
}
/* Head */



#masthead2 {
}
.site-branding {
	margin-top: 32px;
}
/* Menu */

#top-menu {
	background-color: #f4f4f4;
	padding: 0px 0px;
	border-bottom: none;
}
#usr-logged ul, #infoCliente ul, #embeddedLogin ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
#usr-logged li, #infoCliente li, #embeddedLogin li {
	float: left;
	list-style: none;
	padding: 0;
	font-size: 13px;
}
#usr-logged {
	float: right
}
#infoCliente {
	float: right;
	margin-bottom: 10px;
}
#infoCliente .button-icon {
	position: relative;
	padding-right: 15px;
}
.benvenuto {
	line-height: 30px;
	margin-top: 10px;
	color: #ddd;
	margin-right: 30px;
}
.pallino {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 2px;
	text-align: center;
	color: #fff;
	background-color: #ff0000;
	font-size: 10px;
}
#usr-logged ul li, #infoCliente ul li, #embeddedLogin ul li {
	margin-left: 10px;
}
#usr-logged ul li.recupera {
	margin-left: 30px;
}
#usr-logged ul.campi-login li input, #embeddedLogin ul.campi-login li input {
	margin-top: 10px;
	border: 1px solid #ccc;
	line-height: 1.4;
	padding: 3px;
}
#usr-logged ul.link-login li, #embeddedLogin ul.link-login li {
	line-height: 30px;
}
#usr-logged .recupera a, #embeddedLogin .recupera a {
	color: #3f701c;
}
#usr-logged .recupera a:hover, #embeddedLogin .recupera a:hover {
	color: #669933;
}
/*
#bttnLogin {
	background-image: url("images/login-icon.png");
	background-repeat: no-repeat;
	background-position: 7px 7px;
}
#bttnRegistrati {
	background-image: url("images/register-icon.png");
	background-repeat: no-repeat;
	background-position: 7px 7px;
}
#bttnRichieste {
	background-image: url("images/documents-icon.png");
	background-repeat: no-repeat;
	background-position: 7px 7px;
}
#bttnCarrello {
	background-image: url("images/cart-icon.png");
	background-repeat: no-repeat;
	background-position: 7px 7px;
}
#bttnAdmin {
	background-image: url("images/account-icon.png");
	background-repeat: no-repeat;
	background-position: 7px 7px;
}
#bttnLogout {
	background-image: url("images/logout-icon.png");
	background-repeat: no-repeat;
	background-position: 7px 7px;
}
#bttnHelp {
	background-image: url("images/help-icon.png");
	background-repeat: no-repeat;
	background-position: 7px 7px;
}*/
nav.main-navigation {
	margin-bottom: 20px;
	background: #3a4755;
}
#mainmenu ul {
	width: auto;
	list-style: none;
	margin: 0;
	padding: 0 0px;
}
#mainmenu li {
	list-style: none;
	margin: 0;
	float: left;
}
#mainmenu li a {
	color: #669933;
	display: block;
	margin: 0;
	text-decoration: none;
	position: relative;
	padding: 45px 12px;
	font-size: 14px;
	line-height: 20px;
	height: 110px;
}
#mainmenu li, #mainmenu li.current-menu-item a, #mainmenu li.current-menu-parent a {
	color: #669933;
}
#mainmenu li a:hover {
	color: #3f701c;
}
#mainmenu li ul li a, #mainmenu li ul li a:link, #mainmenu li ul li a:visited, #mainmenu li ul li ul li a, #mainmenu li ul li ul li a:link, #mainmenu li ul li ul li a:visited, #mainmenu li ul li ul li ul li a, #mainmenu li ul li ul li ul li a:link, #mainmenu li ul li ul li ul li a:visited, #mainmenu li.current-menu-item ul li a, #mainmenu li.current-menu-parent ul li a {
	color: #669933;
	width: 148px;
	margin: 0;
	padding: 5px 5px;
	border-top: 1px solid #eeeeee;
	position: relative;
	border-bottom: none;
	height: auto;
}
#mainmenu ul li ul li:first-child a, #mainmenu ul li ul li ul li:first-child a, #mainmenu ul li ul li ul li ul li:first-child a {
	border-top: none;
}
#mainmenu li ul li a:hover, #mainmenu li ul li ul li a:hover, #mainmenu li ul li ul li ul li a:hover, #mainmenu li ul li.current-menu-item a, #mainmenu li ul li.current-menu-parent a {
	color: #669933;
	background: #ffffff;
}
#mainmenu li ul {
	font-size: 12px;
	z-index: 1020;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px;
	background: #fff;
	border: 1px solid #eeeeee;
}
#mainmenu li ul a {
	width: 150px;
}
#mainmenu li ul a:hover, #mainmenu li ul a:active {
}
#mainmenu li ul ul {
	margin: -44px 0 0 160px;
}
#mainmenu li:hover ul ul, #mainmenu li:hover ul ul ul, #mainmenu li.sfHover ul ul, #mainmenu li.sfHover ul ul ul {
	left: -999em;
}
#mainmenu li:hover ul, #mainmenu li li:hover ul, #mainmenu li li li:hover ul, #mainmenu li.sfHover ul, #mainmenu li li.sfHover ul, #mainmenu li li li.sfHover ul {
	left: auto;
}
#mainmenu li:hover, #mainmenu li.sfHover {
	position: static;
}
/*MENU Mobile*/	

.bs-example-navbar-collapse-1 {
	margin-bottom: 20px;
}
.mobile_menu ul {
	list-style: none;
	margin: 0;
	padding: 0 0px;
	border-top: 1px solid #ccc;
}
.mobile_menu ul li ul {
	border-top: none;
}
.mobile_menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mobile_menu li a {
	color: #333;
	padding: 7px 10px;
	border-bottom: 1px solid #ccc;
	display: block;
}
.mobile_menu li.current-menu-item a, .mobile_menu li.current-menu-parent a, .mobile_menu li a:hover {
	color: #669933;
}
.mobile_menu ul li ul li a {
	padding-left: 30px;
}
.navbar-brand {
	padding: 5px 15px;
}
.navbar-brand img {
	height: 40px;
}
.navbar {
	margin: 0;
	border: 0px;
	border-radius: 0px;
	border-bottom: 1px solid #eee;
}
.navbar-default .navbar-nav > li > a {
	color: #004990;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #ddd;
}
/* onOver */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #42a0d8;/*background-color: #004990;*/
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #42a0d8;
	/*background-color: #337ab7;*/
	border-left : 1px solid #ddd;
	border-right : 1px solid #ddd;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #42a0d8;/*background-color: #337ab7;*/
}
.navbar-default {
	background-color: #FFF
}
.navbar-toggle {
	background: none !important;
	border: none;
	box-shadow: none;
}
.navbar-toggle .icon-bar {
	background-color: #337ab7;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #337ab7;
}
.navbar-toggle.collapsed .icon-bar, .navbar-toggle:hover .icon-bar {
	background-color: #DDD;
}
.navigation .alignright, .navigation .alignleft {
	font-size: 12px;
	text-transform: uppercase;
}
/* Layout */

body {
	background-color: #EEE;
}
#page {
	margin-left: auto;
	margin-right: auto;
	max-width: 1590px;
	position: relative;
	background-color: #fff;
}
#primary, #secondary {
}
#content-servizi {
	background-color: #f4f4f4;
	padding: 40px 0;
}
#content-servizio, #content-utente, #content-richieste {
	background-color: #ffffff;/*padding: 40px 0;*/
}
.site-main .wp-post-image {
}
.content-area {
	margin-bottom: 20px;
}
#tabRichieste tbody {
	font-size: 13px;
}
.nuovarich a {
	color: #fff;
	background-color: #3f701c
}
.nuovarich a:hover {
	color: #fff;
	background-color: #669933 !important;
}
/*td.bandaRossa{background: url('images/ribbon-new.png') no-repeat;}
.listaIsp4 > thead > tr > th, .listaIsp4 > tbody > tr > th, .listaIsp4 > tfoot > tr > th, .listaIsp4 > thead > tr > td, .listaIsp4 > tbody > tr > td, .listaIsp4 > tfoot > tr > td{border-top:none;}
tr.bandaRossa{border-left:2px solid #669933; border-right :2px solid #669933;}
tr.bandaRossa td{border-top:2px solid #669933 !important; border-bottom :2px solid #669933;}*/
tr.bandaRossa {
	border-left: 5px solid #669933;
}
.bandaRossa {
	border-left: 5px solid #337ab7;
}
tr.bandaRossa>td:first-child {
	border-left: 5px solid #337ab7;
}

tr>td:first-child>a {
	margin-left:15px
}

tr.bandaRossa>td:first-child>a { 
	margin-left:10px !important;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
	background-color: #f1f1f1;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
	background-color: #f9f9f9;
}
.table.vertical-align > tbody > tr > td {
	vertical-align: middle;
}
/* Slider */

#slidebox {
	position: relative;
}
.doverlay {
	background: url(images/overlay.png);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 100;
}
.slides .container {
	position: relative;
}
.flexslider .slides li {
	position: relative
}
.flexslider .slides li .caption {
	padding: 3px 6px;
	color: #ffffff;
	font-size: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.flex-caption {
	bottom: 50px;
	left: 0;
	margin: 0;
	position: absolute;
	text-align: left;
	text-shadow: none;
	width: 100%;
	z-index: 30;
}
.flex-title h2, .flex-subtitle p {
	padding: 5px 10px;
	color: #ffffff;
	display: inline-block;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
.flex-title h2 {
	font-size: 32px;
	margin: 0;
	font-weight: bold;
}
.flex-subtitle p {
	font-size: 26px;
	margin: 10px 0 0 0;
}
/* Homepage */

.title-cont {
	text-align: center;
	margin: 30px 0;
}
.title-cont h2 {
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}
.title-cont span.line {
	margin: 10px auto;
	border-width: 0 0 4px 0
}
.title-cont p {
	font-size: 20px;
	color: #666;
	margin: 0;
}
.menu-home-container {
	margin-bottom: 30px;
}
.menu-home ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu-home ul li {
	margin: 0;
}
.menu-home ul li a {
	padding: 8px 8px 8px 58px;
	line-height: 32px;
	font-size: 20px;
	color: #fff;
	display: block;
	margin-bottom: 10px;
}
.menu-home ul li.servizi-conservatoria a {
	background: url('images/s-conservatoria.png') no-repeat #669933;
}
.menu-home ul li.servizi-catastali a {
	background: url('images/s-catasto.png') no-repeat #669933;
}
.menu-home ul li.altri-servizi a {
	background: url('images/s-altri.png') no-repeat #669933;
}
.menu-home ul li.serveaiuto a {
	background: url('images/serve-aiuto.png') no-repeat #669933;
}
.menu-home ul li.current a, .menu-home ul li a:hover, .menu-home ul li.current-menu-item a {
	background-color: #3f701c;
}
/*Menu laterale*/

#noaccordion ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#accordion, #noaccordion {
	text-transform: lowercase;
}
#accordion h3, #noaccordion h3 {
	margin: 0;
	border: none;
}
#accordion h3 a, #noaccordion h3 a {
	padding: 8px 8px 8px 58px;
	line-height: 32px;
	font-size: 20px;
	color: #fff;
	display: block;
	margin-bottom: 10px;
	font-weight: normal;
	background-color: #669933;
	background-repeat: no-repeat;
}
#accordion .ui-state-active h3 a, #accordion h3.ui-state-active a, #accordion h3 a:hover, #noaccordion .ui-state-active h3 a, #noaccordion h3.ui-state-active a, #noaccordion h3 a:hover, #noaccordion h3.current a {
	background-color: #3f701c
}
#accordion h3#H21 a, #noaccordion h3#H21 a {
	background-image: url('images/s-catasto.png');
}
#accordion h3#H22 a, #noaccordion h3#H22 a {
	background-image: url('images/s-conservatoria.png');
}
#accordion h3#H23 a, #noaccordion h3#H23 a {
	background-image: url('images/s-altri.png');
}
#accordion h3#serve-aiuto a, #noaccordion h3#serve-aiuto a {
	background-image: url('images/serve-aiuto.png');
}
#accordion h3#nuova-richiesta a, #noaccordion h3#nuova-richiesta a {
	background-image: url('images/nuova-richiesta.png');
}
#accordion ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#accordion ul li {
	margin: 0;
}
#accordion ul li a {
	color: #3f701c;
	display: block;
	border-bottom: 1px solid #669933;
	padding: 8px 0;
}
#accordion ul li a:hover {
	color: #669933
}
#accordion #config-menu {
	margin-top: -10px;
}
.widget-area .menu-home .col-sm-3 {
	float: none;
	width: 100%;
}
.servizio-banner {
	border: 2px solid #669933;
	margin: 30px 0;
}
.servizio-box {
	margin-bottom: 30px;
}
.servizio-content {
	background-color: #fff;
	padding: 20px;
	position: relative
}
.tempo-reale {
	padding: 5px 5px 5px 30px;
	background: url('images/orologio.png') no-repeat #669933 7px 7px;
	color: #fff;
}
.servizio-box .tempo-reale {
	position: absolute;
	top: 0;
	right: 0;
}
.servizio-box h3 {
	font-size: 16px;
	color: #3f701c;
	text-transform: uppercase;
	font-weight: normal;
	height: 50px;
}
.servizio-box p {
	color: #666;
	height: 65px;
}
.servizio-box .box-acquisto {
	border-top: 1px solid #669933;
	margin-top: 10px;
	padding-top: 10px;
}
.prezzo {
	color: #3f701c;
}
.servizio-box .prezzo {
	float: left;
}
.prezzo span {
	font-size: 20px;
	font-weight: bold;
}
.servizio-box a.big-button {
	float: right;
}
/*.invis{display:none;}*/

.news a h3 {
	font-size: 18px;
	color: #3f701c;
	margin-bottom: 0;
}
.news a:hover h3 {
	color: #669933
}
.postbox {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}
p.data {
	font-size: 12px;
	color: #999999;
}
.hthumb {
	position: relative;
	background-color: #3f701c;
	overflow: hidden;
}
.hthumb img {
	transform: scale(1);
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.hthumb:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	transform: scale(1.1);
}
.hthumb a img {
	display: block;
}
.news .data {
	color: #999;
	margin-bottom: 20px;
	font-size: 12px;
}
#content-news {
	margin-bottom: 40px;
}
a.button, button, html input[type="button"], input[type="reset"], input[type="submit"], .flex-direction-nav a {
	padding: 5px 10px;
	/*margin-top: 10px;*/
	color: #ffffff;
	background: #3f701c;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	line-height: 1.4;
}
a.button:hover, button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .flex-direction-nav a:hover {
	background-color: #669933;
}
.small-buttom {
	font-size: 14px;
}
.big-button {
	font-size: 18px;
}
a.button-icon {
	padding-left: 30px;
}
a.button i {
	margin-right: 10px;
}
li.all-events-link a, a.all-news-link {
	padding: 5px 10px;
	margin-top: 10px;
	color: #666;
	font-size: 12px;
	text-transform: uppercase;
	border: 1px solid #999;
	display: inline-block;
	text-align: center;
}
li.all-events-link a:hover, a.all-news-link:hover {
	border: 1px solid #669933;
	color: #669933 !important;
}
a.all-news-link {
}
/*a.light-button, input[type="submit"].light-button{background:#669933;}*/
a.light-button, input[type="submit"].light-button {
	background: #669933;
}
a.light-button:hover, input[type="submit"].light-button:hover {
	background-color: #3f701c;
}
#serveaiuto-wizard .flex-disabled {
	display: none !important;
}
#serveaiuto-wizard .flex-prev {
	float: left;
}
#serveaiuto-wizard .flex-next {
	float: right;
}
#serveaiuto-wizard .flex-direction-nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* Article */


#title_breadcrumbs_bar {
	background-image: url("images/header.jpg");
	padding: 38px 0;
	position: relative;
	margin-bottom: 30px;
}
#title_breadcrumbs_bar h1 {
	color: #ffffff;
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 26px;
	margin: 0;
}
#title_breadcrumbs_bar .breadcrumbs, #title_breadcrumbs_bar .breadcrumbs a {
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
}
#title_breadcrumbs_bar .breadcrumbs {
	line-height: 34px;
}
.right_aligned {
	text-align: right;
}
.page-head {
}
.cat-title {
	margin: 20px 0;
}
.cat-title h1, .cat-title p {
	color: #666;
}
.page-head h2, .page-head h1 {
	font-size: 24px;
	text-transform: uppercase;
	margin: 5px 0;
}
.boxitems {
}
article.post, article.page, section.error-404 {
	margin-bottom: 20px;
}
.img-header {
	margin-bottom: 30px;
}
.entry-meta {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}
/* SERVIZIO */

.form-servizio, .box-grigio {
	padding: 20px;
	background-color: #f4f4f4;
}
.form-servizio h4 {
	position: relative;
}
.form-servizio h4:before {
	border-top: 1px solid #669933;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 1;
}
.form-servizio h4 span.titolo-sezione {
	display: inline-block;
	padding: 0 10px;
	margin-left: 30px;
	position: relative;
	z-index: 1;
	background: #f4f4f4;
}
/*Carrello*/

.box-grigio h3, .box-grigio h4 {
	margin-top: 0;
}
.carr-intestazione {
	border-bottom: 2px solid #3f701c;
}
.carr-intestazione .primo, .carr-footer .primo {
	float: left;
	width: 80%;
}
.carr-intestazione .secondo, .carr-footer .secondo {
	float: left;
	width: 20%;
}
ul.carrello {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.carrello li div.carr {
	border-bottom: 1px solid #3f701c;
	line-height: 20px;
	min-height: 60px;
	padding: 5px 0;
}
.carr-left, .carr-center, .carr-right {
	float: left
}
.carr-left {
	width: 5%
}
.carr-center {
	width: 75%
}
.carr-right {
	width: 20%
}
.carr-center p, .carr-right p {
	font-size: 13px;
	margin: 0;
}
.carr-center h5, .carr-right h5 {
	margin: 0;
}
.angled-135 {
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
}
.carr-footer {
	border-top: 1px solid #3f701c;
}
a.btnx {
	width: 16px;
	height: 16px;
	background: url('/img/btnx.png') 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 2px 0 0 4px;
}
a.btnx:hover {
	background: url('/img/btnx.png') 0 -16px no-repeat;
	cursor: pointer;
}
/* Search */

.widget_search {
	width: 100%;
}
.widget_search label {
	width: 100%;
}
form.search-form {
	position: relative;
}
input.search-field {
	position: relative;
	width: 100% !important;
}
input.search-submit {
	position: absolute;
	right: 10px;
	top: -2px;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	background: url('images/search-icon.png') no-repeat 0 0 transparent;
}
input.search-submit:hover {
	background: url('images/search-icon.png') no-repeat 0 -20px transparent;
}
/* BUTTONS */

.btn-primary {
 color: #;
	background-color: #004990;
	border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
	color: #fff;
	background-color: #005bb3;
	border-color: #122b40;
}
.btn-primary:hover {
	color: #fff;
	background-color: #005bb3;
	border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
.btn-red {
	border-color: #DDD;
	background-color: #e76400;
}
.btn-red:hover {
	border-color: #DDD;
	background-color: #c95700;
}
.btn-logout {
	font-weight: bold;
	color: #e76400;
	background-color: #fff;
	border-color: #fff;
}
.btn-logout:focus, .btn-logout.focus {
	color: #e76400;
	background-color: #fff;
	border-color: #fff;
}
.btn-logout:hover {
	color: #e76400;
	background-color: #fff;
	border-color: #fff;
}
.btn-logout:active, .btn-logout.active, .open > .dropdown-toggle.btn-logout {
	color: #e76400;
	background-color: #fff;
	border-color: #fff;
}
.btn-logout:active:hover, .btn-logout.active:hover, .open > .dropdown-toggle.btn-logout:hover, .btn-logout:active:focus, .btn-logout.active:focus, .open > .dropdown-toggle.btn-logout:focus, .btn-logout:active.focus, .btn-logout.active.focus, .open > .dropdown-toggle.btn-logout.focus {
	color: #e76400;
	background-color: #fff;
	border-color: #fff;
}
.btn-logout:active, .btn-logout.active, .open > .dropdown-toggle.btn-logout {
	background-image: none;
}
.btn-logout.disabled:hover, .btn-logout[disabled]:hover, fieldset[disabled] .btn-logout:hover, .btn-logout.disabled:focus, .btn-logout[disabled]:focus, fieldset[disabled] .btn-logout:focus, .btn-logout.disabled.focus, .btn-logout[disabled].focus, fieldset[disabled] .btn-logout.focus {
	background-color: #fff;
	border-color: #fff;
}
.btn-logout .badge {
	color: #e76400;
	background-color: #fff;
}
/* BUTTONS FINE */
/*label {
	font-weight: normal;
	display: block;
}*/
/* Widgets */
.widget {
	margin: 0 0px 30px 0px;
}
h1.widget-title, h3.sidetitl {
	font-size: 20px;
	height: 60px;
	line-height: 60px;
	text-transform: uppercase;
}
.widget ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
.widget li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.widget ul ul {
	list-style-type: none;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
.widget ul li {
	list-style-type: none;
	margin: 0px;
	margin: 0px 0px;
}
.widget.widget_categories ul li, .widget.widget_pages ul li, .widget.widget_archive ul li, .widget.widget_links ul li, .widget.widget_meta ul li {
	border-bottom: 1px dotted #ddd;
	padding: 7px 0px;
}
.widget.widget_recent_entries ul li {
	padding: 7px 0px;
	border-bottom: 1px dotted #ddd;
}
.widget ul#recentcomments li.recentcomments {
	border-bottom: 1px dotted #ddd;
	padding: 7px 0;
}
.widget .textwidget p {
	padding: 0px 0px;
}
.widget .tagcloud {
	padding: 0px 0px 20px 0px;
}
.widget .tagcloud a {
	color: #F5634A;
}
.widget #calendar_wrap {
	padding: 0px 20px 20px 20px;
	color: #6f7779;
}
.widget_ns_mailchimp {
	background: #fff;
	border: 1px solid #eaeaea;
	padding: 20px 20px;
}
.widget_ns_mailchimp input.button {
	width: 110px;
	margin: 10px 0px 0px 0px;
}
.squarebanner {
	margin: 0px;
}
.squarebanner ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px !important;
}
.squarebanner ul li {
	margin: 10px 20px 5px 0px;
	list-style: none;
	float: left;
}
.squarebanner ul li img {
	width: 110px;
	height: 110px;
}
li.rbanner {
	margin-right: 0px!important;
}
/* Footer widgets */

#bottom {
	padding: 20px 0px 0px 0px;
	background: #1B1B1B;
}
#bottom ul {
	margin: 0px 0px;
	padding: 0px;
}
#bottom a, #bottom a.button:hover {
	color: #ffffff;
}
#bottom a:hover {
	color: #669933;
}
h3.bothead {
	font-size: 15px;
	margin-bottom: 15px;
	color: #fff;
	font-weight: bold;
}
.botwid {
	color: #ccc;
	margin-bottom: 40px;
}
.botwid ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.botwid li {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px;
	border-bottom: 1px dotted rgba(255,255,255,.2);
}
.botwid ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	background-repeat: no-repeat;
}
.botwid ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}
.botwid ul ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}
.botwid ul li {
	height: 100%;
	line-height: 18px;
	clear: left;
	list-style-type: none;
	color: #aaa;
}
.botwid ul li a:link, .botwid ul li a:visited {
	color: #aaa;
	text-decoration: none;
	padding: 7px 0px 7px 0px;
	display: block;
}
.botwid ul li a:hover {
	color: #fff;
}
.botwid p {
	padding: 0px;
	margin: 0;
	line-height: 150%;
}
.botwid table {
	width: 100%;
	text-align: center;
	color: #818181;
}
.botwid ul#recentcomments li.recentcomments {
	padding: 7px 0;
}
/* Footer */

.site-footer {
	padding-top: 10px;
	background: #5A5A5A;
	font-size: 12px;
	color: #ddd;
}
.fcred {
	line-height: 22px;
	margin-bottom: 10px;
}
.footermenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}
.footermenu li {
	float: left;
	list-style: none;
	padding: 0;
	font-size: 12px;
}
.footermenu li a {
	color: #fff;
	text-decoration: none;
	position: relative;
}
.footermenu li a:hover {
	color: #669933;
}
.footermenu li:after {
	content: "/";
	display: inline-block;
	padding: 0 5px;
}
.footermenu li:last-child:after {
	display: none;
}
.footermenu .sub-menu {
	display: none;
}
.cnss-social-icon {
	float: right;
}
.cnss-social-icon img {
	width: 24px !important;
	height: 24px !important;
}

@media screen and (max-width: 768px) {
html {
	font-size: 60%;
}
.flex-caption {
	bottom: 10px;
}
.flex-subtitle, #slidebox .flex-direction-nav {
	display: none;
}
.flex-title h2 {
	font-size: 21px;
}
.cnss-social-icon {
	float: none;
}
}
/*LOGHI*/

#clienti {
	overflow: hidden;
	position: relative;
	width: 100%;
}
#clienti ul {
	position: relative;
	width: 20000em;
}
.clienti {
	margin-bottom: 30px;
}
.clienti ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.clienti li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 60px;
}
.clienti li img {
	margin: 0 10px;
}
embed, iframe, object {
	max-width: 100%;
}
#listaImmobili {
	display: none;
}
#templateFabb {
	display: none
}
#tabListaImmobili {
	display: none;
}
.inputGenerale {
	display: none
}
.panel-default > .panel-heading {
	background-color: #eeeeee;
}
.panel-info {
	border-color: #669933;
}
.ImmHeader {
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
}
.dImm {
	padding: 5px 0;
	border-top: 1px solid #ddd
}
.bluscuro {
	color: #3f701c
}
.banner {
	background-color: #669933;
	border-radius: 0 !important;
	text-align: center;
}
.banner h2 {
	color: #fff;
	margin-bottom: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}
#resultRicerca, #resultRicercaDettaglio {
	font-size: 12px;
}
#resultRicerca img, #resultRicercaDettaglio img {
	display: none;
}
#resultRicerca .listaIsp4 > tbody > tr:nth-child(2n+1) > th, #resultRicercaDettaglio .listaIsp4 > tbody > tr:nth-child(2n+1) > th {
	background-color: #fff;
}
/* TABELLE calcolo rendita */


table {
	background-color: transparent;
}
th {
	text-align: left;
}
.listaIsp4 {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.listaIsp4 > thead > tr > th, .listaIsp4 > tbody > tr > th, .listaIsp4 > tfoot > tr > th, .listaIsp4 > thead > tr > td, .listaIsp4 > tbody > tr > td, .listaIsp4 > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #dddddd;
}
.listaIsp4 > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #dddddd;
}
.listaIsp4 > caption + thead > tr:first-child > th, .listaIsp4 > colgroup + thead > tr:first-child > th, .listaIsp4 > thead:first-child > tr:first-child > th, .listaIsp4 > caption + thead > tr:first-child > td, .listaIsp4 > colgroup + thead > tr:first-child > td, .listaIsp4 > thead:first-child > tr:first-child > td {
	border-top: 0;
}
.listaIsp4 > tbody + tbody {
	border-top: 2px solid #dddddd;
}
.listaIsp4 > tbody > tr:nth-child(odd) > td, .listaIsp4 > tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}
table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}
table td[class*="col-"], table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}

@media screen and (max-width: 767px) {
.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-y: hidden;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #dddddd;
	-webkit-overflow-scrolling: touch;
}
.table-responsive > .listaIsp4 {
	margin-bottom: 0;
}
.table-responsive > .listaIsp4 > thead > tr > th, .table-responsive > .listaIsp4 > tbody > tr > th, .table-responsive > .listaIsp4 > tfoot > tr > th, .table-responsive > .listaIsp4 > thead > tr > td, .table-responsive > .listaIsp4 > tbody > tr > td, .table-responsive > .listaIsp4 > tfoot > tr > td {
	white-space: nowrap;
}
}
hr {
	border-color: #669933 -moz-use-text-color -moz-use-text-color;
}
.hentry #serveaiuto-wizard ul.flex-direction-nav li, .hentry #serveaiuto-wizard ul.slides > li {
	background-image: none;
	padding: 0;
}
label.error {
 /*	display: none !important;*/
 	color:#a94442;
	font-weight:bold;
	margin-top:5px;
	text-transform:lowercase;
}
input.error {
	border-color: #d8000c !important;
}
.dettaglio-servizio h3 a {
	background-image: url("images/arrow.png");
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 14px;
}
.dettaglio-servizio h3 {
	margin-top: 0;
}
.testoServizioH {
	height: 100px;
}
#testoServizio {
	overflow: hidden;
	padding-bottom: 40px;
	text-align: justify;
}
.slide-row {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: block;
	background: url("images/gradient.png") repeat-x;
	text-align: center;
}
#contentButton {
	height: 20px;
	width: 100%;
	display: block;
	background-image: url("images/collapse.png");
	background-repeat: no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	margin-top: 30px;
}
.contentPiu {
	background-position: center 0;
}
.contentMeno {
	background-position: center -20px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
/*background-color: #669933;
	border-color: #669933;*/
}
.pagination > li > a, .pagination > li > span {
/*	color: #669933;*/
}
#cambioPwd .error {
	color: #a94442
}
#text-8 .textwidget, .widget-iconlist-kamn .widget-iconlist-col {
	margin-top: 20px;
}
#text-8 .textwidget ul li, .widget-iconlist-kamn .widget-iconlist-col ul li {
	margin-bottom: 5px;
}
#text-8 h2.widget-title, .widget-iconlist-kamn h2.widget-title {
	font-size: 16px;
}
.ffa-fw {
	display: inline-block;
	margin: 2px 10px 0 0;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}
.ffa-map-marker {
	background-image: url("images/fa-map-marker.png");
}
.ffa-phone {
	background-image: url("images/fa-phone.png");
}
.ffa-fax {
	background-image: url("images/fa-fax.png");
}
.ffa-envelope-o {
	background-image: url("images/fa-envelope-o.png");
}
.ffa-angle-right {
	background-image: url("images/fa-angle-right.png");
}
#page-wrapper {
	margin-left: auto;
	margin-right: auto;
	/*max-width: 1590px;*/
	/*position: relative;*/
	background-color: #fff;
}
/* header */
.LTop {
	background-image: url(../img/logo_home_07-2015.png);
	background-repeat: no-repeat;
	background-color: #004990;
	height: 48px;
	margin: 0px;
	width: 100%;
	background-position: 15px;

}
* {
	margin: 0;
}
html {
	overflow-y: scroll;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -66px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	/*line-height:33px;*/
	height: 66px; /* .push must be the same height as .footer */
}
.footer-list {
	margin: 0px;
	list-style: none;
	padding-left: 0px;
}
.footer-list > li {
	float: left;
}
.footer-list > li > a {
}
.footer-list>li+li:before {
	content : "|";
	padding-right: 15px;
	padding-left: 15px;
}
.footer-row-list {
	height: 33px;
	line-height: 33px;
	background-color: #286090;
	color: white;
	font-size: 12px;
}
.footer-row-brand {
	font-size: 11px;
	height: 33px;
	line-height: 33px;
}
/* LOGIN INIZIO */



.alert {
	border-radius: 0px;
}
.form-signin {
	max-width: 430px;
	padding: 15px;
	margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox {
	margin-bottom: 10px;
}
.form-signin .checkbox {
	font-weight: normal;
}
.form-signin .form-control {
	position: relative;
	font-size: 16px;
	height: auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input[type="text"] {
	margin-bottom: -1px;
	/*border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;*/
	margin-top: 10px;
}
.form-signin input[type="password"] {
	margin-bottom: 10px;
	/*border-top-left-radius: 0;
	border-top-right-radius: 0;*/
	margin-top: 10px;
}
.login-box {
	display: table;
	position: absolute;
	height: 100%;
	width: 100%;
}
.login-box-middle {
	display: table-cell;
	vertical-align: middle;
}
.account-wall {
	margin-top: 20px;
	padding: 40px 0px 20px 0px;
	background-color: #f7f7f7;
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	position: relative;
	/* NEW */
	margin-left: auto;
	margin-right: auto;
	/*width: 30%;*/
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media (max-width: 768px) {
.login-box-middle {
	display: table-cell;
	vertical-align: middle;
}
.login-box {
	display: table;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
}
.account-wall {
	padding: 0px;
	margin-top: 0px;
	width: 100%;
	height: 100% !important;
}
.account-wall > .title-cont {
	margin: 25px 0;
}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.account-wall {
/*margin-top: 0px;
		width: 100%;*/
}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 12000px) {
}
.login-title {
	color: #555;
	font-size: 18px;
	font-weight: 400;
	display: block;
}
.profile-img {
	width: 96px;
	height: 96px;
	margin: 0 auto 10px;
	display: block;/* -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;*/
}
.need-help {
	margin-top: 10px;
}
.new-account {
	display: block;
	margin-top: 10px;
}
#btn-login {
	width: 100%;
}
/* LOGIN FINE */


.dropzone .dz-preview .dz-image {

/*background: rgba(255,255,255,0.1) url(/img/File_Format_Pdf.png) no-repeat center center !important;*/
background-size: 100% 100% !important;
} 

.dz-pdf
{
  background: rgba(255,255,255,0.1) url(/img/File_Format_Pdf.png) no-repeat center center !important;
background-size: 100% 100% !important;
}

.dz-doc
{
  background: rgba(255,255,255,0.1) url(/img/File_Format_doc.png) no-repeat center center !important;
background-size: 100% 100% !important;
}
.dz-xls
{
  background: rgba(255,255,255,0.1) url(/img/File_Format_xls.png) no-repeat center center !important;
background-size: 100% 100% !important;
}

.dz-xxx
{
  background: rgba(255,255,255,0.1) url(/img/Logo_infodinamica_50x50.png) no-repeat center center !important;
  background-size: 100% 100% !important;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span
{
    background-color: rgba(255, 255, 255, 0.7) !important;
}



.label-warning {
	background-color: #e76400;
}
.ajax-loading {
	/*background: url('/img/ajax-loader.gif');*/
	background: rgba(255,255,255,0.1) url('/img/ajax-loader.gif') no-repeat center center;
}
.width-100 {
	width: 100%;
}
.width-90 {
	width: 90%;
}
.width-80 {
	width: 80%;
}
.width-70 {
	width: 70%;
}
.width-60 {
	width: 60%;
}
.width-50 {
	width: 50%;
}
.width-40 {
	width: 40%;
}
.width-30 {
	width: 30%;
}
.width-20 {
	width: 20%;
}
.width-10 {
	width: 10%;
}
.width-33 {
	width: 33%;
}
.width-66 {
	width: 66%;
}
.cursor-pointer {
	cursor: pointer;
}
.dataTables_empty {
	height: 50px;
	vertical-align: middle;
	font-size: 25px;
	color: red;
}
.select-picker-fix, .select-picker-fix:hover {
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
	color: #555;
	text-transform: inherit;
}
td.details-control {
	background: url('/img/details_open.png') no-repeat center center;
	cursor: pointer;/*vertical-align:middle;
		text-align:center;*/
}
tr.details td.details-control {
	background: url('/img/details_close.png') no-repeat center center;/*
		vertical-align:middle;
		text-align:center;*/
}
/*
td.details-control::before { 
    content: "\f05a";
		font-family: FontAwesome;
   	font-size:1.8em;
}*/

#detail-template #buttons, #detail-template #confirmed {
	display: none;
}
#detail-template, .detail-template-wrapper-hidden {
	display: none;
}
.detail-template-wrapper-visible {
	display: block;
}
.detail-template-wrapper-visible > .row {
	line-height: 35px
}
#buttons {
	margin-bottom: 15px;
}
.no-padding {
	padding: 0px
}
div.slider {
	display: none;
}
table.dataTable tbody td.no-padding {
	padding: 0;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
}

a.btn-red {
	background-color: #e76400;
}
a.button.btn-red:hover {
	background-color: #c95700;
}
.new-label {
	font-weight: bold;
	color: #e76400;
	background-color: #fff;
	border-color: #fff;
	font-style: roboto;
	font-family: roboto;
}
#rowExtraCons {
	display: none;
}
/*input:not([type=checkbox]):not([type=radio])*/
input:not([type=checkbox]):not([type=radio]).form-invalid, select.form-invalid {    /*border-color: rgba(255, 0, 0, 0.1);*/
	outline: 0;
	/* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 0, 0, 0.6);*/
    /*box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 0, 0, 0.6);*/
	background-color: rgba(255, 0, 0, 0.1);
}
input:not([type=checkbox]):not([type=radio]).form-valid {    /*border-color: rgba(255, 0, 0, 0.1);*/
	background-color: rgba(0, 255, 0, 0.1);
}
/* fix per le finestre modali (solo CHROME+SAFARI) - NON CAMBIARLO MAI*/ 
.modal-top {
	z-index: 9999
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari and Chrome */

body.modal-open {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
}
/* fix per le finestre modali (solo FIREFOX) - NON CAMBIARLO MAI*/ 
@-moz-document url-prefix() {
 body.modal-open {
padding-left: 19px !important;
}
 body.modal-open {
 overflow: visible;
}
}
/*** NAVBAR FIXED ***/ 



.navbar-fixed-top {
	z-index: 100;
}
body {
	/* padding-top: 52px*/
}

@media (min-width: 768px) {
.navbar-left {
	float: left !important;
}
.navbar-right {
	float: right !important;
	margin-right: -0px;
}
.navbar-right ~ .navbar-right {
	margin-right: 0;
}
}
/*** NAVBAR FIXED ***/



input { 
	/*text-transform: uppercase;*/
}

::-webkit-input-placeholder { /* WebKit browsers */
 text-transform: none;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 text-transform: none;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 text-transform: none;
}
body.not-logged {
	padding-top: 0px !important;
}
nav.not-logged, footer.not-logged {
	display: none;
}

/*
@media only screen and (min-width : 768px) {
    .row-eq-height {
        display: table;
    }
    .row-eq-height [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
}*/

.cursor-pointer{cursor: pointer;}
.cursor-croshair{cursor: crosshair;}
.cursor-eresize{cursor: e-resize;}
.cursor-move{cursor: move;}


.text-warning {
  color: #ec971f !important;
}



.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

 @media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}

.striped-bg
{
  background:  repeating-linear-gradient(    45deg,    #007bff,    #007bff 10px,    #005ea8 10px,     #005ea8 20px  );
}

.fill { 
    min-height: 100%;
    height: 100%;
}


.row {
  padding-top : 10px;
  padding-bottom : 10px;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.page-link:visited {color: #007bff}

.bootbox.button-custom .modal-footer {
  display: block;
}

#dati-conservatoria, #dati-salvataggio
{
 /* margin-top : 15px;*/
}

.hidden
{
  display: none !important;
}

.text-shadowed
{    text-shadow: 2px 2px 7px rgba(0,0,0,.45)}




// Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) {  }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) {  }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) {  }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {  }

