/*!
 * Start Bootstrap - HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    /* padding-top: 100px; */ /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    padding-top: 10px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.spacer {
    margin-top: 25px;
}

.feature {
    margin-bottom: 30px;
}

a.anchor{display: block; position: relative; top: -50px; visibility: hidden;}

.alert {
  color: #ff0000;
}

footer {
    margin: 50px 0;
}

p {
  text-align: left;
  font-size: 16px;
}

p {
    margin: 0 0 0px;
}

ul {
  text-align: left;
}

.navbar {
/*	background-color: #f9f2f4; */
/*	background-color: #CCD8E6;
	border-color: #CCD8E6; */
	background-color: #FFFFFF;
	border-color: #FFFFFF;
  margin-bottom: 0px;
}

.jumbotron {
/*    background-color: #CCD8E6; */
    background-color: #FFFFFF;
	border-color: #FFFFFF;
}

.info {
    background-color: #ffffff;
}

.info p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.info h1,
.info .h1 {
    font-size: 63px;
  }

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
/*
.form-signin {
  position: relative;
  right: 200px;
}

.form-signin-sso {
  position: relative;
  left: 200px;
}
*/
.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;
}

/* Se attivo fa scomparire le iconcine utente e password
.form-signin .form-control:focus {
  z-index: 2;
}
*/

.form-control-top:focus {

}

.form-control-top:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 1px 4px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 1px 4px rgba(102, 175, 233, 0.6);
}


.form-control-bottom:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.075), 0 1px 1px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.075), 0 1px 1px rgba(102, 175, 233, 0.6);
}

/*
.form-control:focus ~ .grouptop {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control:focus ~ .groupbottom {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 8px 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 8px 8px rgba(102, 175, 233, 0.6);
}
*/

.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;
}

.responsive{
display:inline-block;
}

.container .jumbotron {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #002d5a;
}

.grouptop, .groupmiddle, .groupbottom {
    position: relative;
}
#body-login .grouptop input, .grouptop input {
    border-bottom: 0 none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
}
#body-login .groupmiddle input, .groupmiddle input {
    border-bottom: 0 none;
    border-radius: 0;
    border-top: 0 none;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) inset !important;
    margin-bottom: 0;
    margin-top: 0;
}
#body-login .groupbottom input, .groupbottom input {
    border-top: 0 none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    /*box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) inset !important;*/
    margin-top: 0;
}

label.infield {
    display: none;
}

#adminpass-icon, #password-icon {
    top: 17px;
}
#adminlogin + label + img, #adminpass-icon, #user + label + img, #password-icon, #pass-icon {
    left: 10px;
    opacity: 0.5;
    position: absolute;
    top: 14px;
}

#adminlogin, #adminpass, input[name="adminpass-clone"], #user, #password, #pass, input[name="password-clone"] {
    padding-left: 36px !important;
    width: 300px !important;
}

a, a *, input, input *, select, .button span, label {
    cursor: pointer;
}

img, fieldset, form, label  {
    border: 0 none;
    cursor: default;
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  cursor:pointer;
}
