@charset "utf-8";
/* CSS Document */

.container .jumbotron, .container-fluid .jumbotron{padding:15px; padding-left:20px; padding-right:20px;}
.jumbotron p{font-size: 18px;}
.form-control{margin-top:4px;}
.opzvisualizza{font-size:20px;}
.opzcancella{font-size:20px; color: #df1105; margin-left:15px;}
.nuovoimmobile h3, .visualizzaimmobile h3{width:100%; text-align: center; font-size:16px; line-height: 20px; background-color: #f4f4f4; padding-top:3px; padding-bottom: 3px; margin-top:20px; margin-bottom: 20px; border-top:1px solid #cccccc; border-bottom:1px solid #cccccc;}
.bootstrap-select{width:100% !important; margin-top:4px;}
#chiusura{position: fixed; bottom:0px; background-color: #ffffff;width:100%; padding-top:5px; border-top:1px solid #cccccc; font-size: 12px; text-align: center;}

body{  background: url(/images/Andrea-Graziano---Sfondo.gif) no-repeat fixed center bottom black; }
.container{background-color:#ffffff; padding-top:20px; padding-bottom:20px;}
/* FORM */

.wrapper {	
	margin-top: 80px;
  margin-bottom: 80px;
}
.navbar-brand {
  float:left;
  font-size:18px;
  height:70px;
  line-height:50px;
  padding:10px;
}
.form-signin {
  max-width: 380px;
  padding: 15px 35px 45px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.1);  

  .form-signin-heading,
	.checkbox {
	  margin-bottom: 30px;
	}

	.checkbox {
	  font-weight: normal;
	}

	.form-control {
	  position: relative;
	  font-size: 16px;
	  height: auto;
	  padding: 10px;
		@include box-sizing(border-box);

		&:focus {
		  z-index: 2;
		}
	}

	input[type="text"] {
	  margin-bottom: -1px;
	  border-bottom-left-radius: 0;
	  border-bottom-right-radius: 0;
	}

	input[type="password"] {
	  margin-bottom: 20px;
	  border-top-left-radius: 0;
	  border-top-right-radius: 0;
	}
}

.labelrememberMe{padding-left:20px;}

/* AGGIUNTO DA SIMONE PER BOTTONE ANIMATO IN SALVATAGGO */

.glyphicon-refresh-animate {
	-animation: spin 2s infinite linear;
	-webkit-animation: spin2 2s infinite linear;
}

@-webkit-keyframes spin2 {
	from { -webkit-transform: rotate(0deg);}
	to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
	from { transform: scale(1) rotate(0deg);}
	to { transform: scale(1) rotate(360deg);}
}
