
.body-login {
  padding-top: 20px;
}

.form-signin {
  max-width: 450px;
  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;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


.ui-selectmenu-button.ui-button {
  width: 100%;
  background: #fff;
  height: 34px;
}


/* main */

body {
  font-family: 'Roboto', sans-serif;
  padding-top: 97px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 100;
}

.jumbotron h1 {
  margin-top: 15px;

}

.well h1, .well h2, .well h3, .well h4, .well h5 {
  margin-top: 10px;
}

.navbar-brand img {
  display: inline-block;
  height: 40px;
  margin: -15px 0;
}

.loghi img {
  max-height: 250px;
}

.dropdown-menu>li>form>a,
.dropdown-menu>li>form>input[type=submit]
{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

@media (max-width: 767px)
{
	.dropdown-menu>li>form>a,
	.dropdown-menu>li>form>input[type=submit] {
	    color: #9d9d9d;
	}
		
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: none !important; 
}

/* main head*/

.main-head .navbar-brand {
    height: auto;
    margin: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.main-head .navbar-brand>img {
    height: 56px;
    margin: 5px 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.main-head .nav>li>a {
    padding-top: 37px;
    padding-bottom: 38px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.main-head.shrink {
    min-height: 35px;
}

.main-head.shrink .navbar-brand {
    height: auto;
    padding: 0 15px;
}

.main-head.shrink .navbar-brand>img {
    height: 35px;
}

.main-head.shrink .nav>li>a {
    padding-top: 11px;
    padding-bottom: 14px;
}


/* search bar */

.search-bar {
  position: fixed;
  width: 100%;
  top: 97px;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.search-bar-in {
  display: none;
}

.search-bar.topped {
  top: 46px;
}



/* resp-table */

.resp-table .resp-table-line {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: solid 1px #ddd;
}

.resp-table .row >div {
  padding-left: 30px;
  padding-right: 30px;
}

.resp-table .resp-table-head {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 2px solid #ddd;
  font-weight: bold;
}

.resp-table>.resp-table-line:nth-of-type(odd) {
    background-color: #f9f9f9;
}

/* descrizione case */

/* footer */
.footer{
	border-radius:0px; 
	padding: 10px; 
	color: #fff; 
}

.footer a{
	color: #9d9d9d; 
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-decoration: none;
    
}

.footer a:hover{
	color: #fff; 
}

/* mobile */


@media (max-width: 768px) {
  .main-head .nav>li>a {
      padding-top: 11px;
      padding-bottom: 14px;
  }

}