/*
 * GAVIN
 */

/* #header-navbar {
  background-color: #4e2a5f;
}
body {
  background-color: #4e2a5f;
} */


/* FORM */
.helptext{
  font-size: 15px;
}
.form-control{
  color: rgb(52, 70, 68);
  font-size: 15px;
  font-weight: 400;
}

input[type="file"]{
  display: inline;
  font-size: small;
  line-height: 0;
}

.inline.figura.dynamic-form, .inline.spessore.dynamic-form{
  margin-bottom:10px;
  border-left: 5px solid rgba(0,0,0,0.3);
  padding:10px;
}

.inline.figura.dynamic-form + .inline.figura.dynamic-form{
  margin-top:20px;
}

.inline.spessore.dynamic-form input + p{
  margin-left: 40px;
}

formfield:first-child{
  padding-top: 20px;
}

.jumbotron {
  position: relative;
}
.jumbotron.center {
  text-align: center;
}
.jumbotron.center .buttons {
  margin-top: 33px;
}
.jumbotron.center .buttons > a {
  display: block;
  text-align: center;
  height: 65px;
  width: 500px;
  margin: auto;
  font-size: 18px;
  font-weight: 700;

  background-color: #713c8a;
  border-radius: 10px;
  color: white;
  padding: .5em;
  text-decoration: none;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.jumbotron.center .buttons > a:active {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.jumbotron.center .buttons > a p {
  font-size: 14px;
  font-weight: 400;
  color: white;
}

.jumbotron .besser {
  height: 10vw;
  width: 10vw;
  max-width: 132px;
  max-height: 132px;
  min-height: 85px;
  min-width: 85px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  right: 10px;
  top: 0;
  opacity: 0.35;
  background-image: url(/static/img/besser.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .jumbotron h1, .jumbotron .h1 {
    margin-left: -3px;
  }
}

@media (max-width: 420px) {
  .jumbotron .besser {
    height: 65px;
    width: 65px;
    min-width: auto;
    min-height: auto;
  }
}

.jumbotron h1{
  padding-left: 0;
}

.jumbotron p{
  font-weight: inherit;
  font-size: 22px;
  margin-bottom: 5px;
  color: #454545;
}
.jumbotron .divider p, .jumbotron .divider ul li {
  font-size: 15px;
}
.jumbotron .divider ul li {
  text-transform: capitalize;
}

.jumbotron p .highlight{
  font-weight: 600;
}
.jumbotron a p{
  color: #428bca;
}
.jumbotron a:hover p, .jumbotron a:focus p {
  color: #2bb6a3;
}

.errorlist.nonfield{
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;

  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
ul.errorlist.nonfield{
  list-style-type: none;
}

legend{
  margin-bottom: 5px;
  padding-top: 20px;
  border: 0;
}

label{
  font-size: 1.5rem;
}

.divider{
  border: 1px solid #d0d0d0;
  padding: 10px;
  margin-bottom: 10px;
}

.errorlist {
  color: red;
  font-size: 12px;
}

.single-field .errorlist {
  position: absolute;
  font-size: 10px;
  bottom: -25px;
  width: 100%;
  left: -20px;
}

.no-style {
  list-style: none;
}

.block {
  background-color: #f9f9f9;
  height: 90px;
  width: calc(100% + 40px);
  margin-left: -40px;
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 5px;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  -webkit-box-shadow: 0 0px 0px 0 rgba(0,0,0,0.14), 0 0px 0px 0 rgba(0,0,0,0.12), 0 2px 1px -2px rgba(0,0,0,0.2);
          box-shadow: 0 0px 0px 0 rgba(0,0,0,0.14), 0 0px 0px 0 rgba(0,0,0,0.12), 0 2px 1px -2px rgba(0,0,0,0.2);
}

.block a {
  color: #713c8a;
}
.block a.fa {
  font-size: 23px;
  float: right;
  margin-left: 12px;
}
.block a.fa:hover, .block a.fa:focus {
  text-decoration: none;
}
.block a.fa.modifica {
  color: #2bb6a3;
}
.block a.fa.cancella {
  font-size: 25px;
  color: #f57070;
}
.btn.btn-primary {
  background-color: #713c8a;
  border-color: #2a1534;
}

.btn.btn-warning{
  background-color: #2bb6a3;
  border-color: #1d9584;
}

#header-navbar .nav > li > a:hover,
#header-navbar .nav > li > a:focus {
  background: #8b46ab;
  -webkit-box-shadow: inset 0 -1px 0 #713c8a;
          box-shadow: inset 0 -1px 0 #713c8a;
}

.language-form {
  font-size: 1em;
  padding-left: 18px;
  padding-right: 18px;
  color: #fff;
  border: none;
  height: 49px;
  padding-bottom: 15px;
  padding-top: 15px;
  line-height: 24px;
}
.language-form a {
  color: #fff;
}

.text-center {
  text-align: center;
}
