/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;  
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Custom page header */
.header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/* Customize container */
@media (min-width: 1200px) {
    .container{
        width: 80%;
        margin: 0 auto;
    }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 18px;
  width: 100%;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

/*Buttons*/

.btn-huge{
    padding: 50px 100px;
    font-size: 22px;
    border-radius: 8px;
}



/*cards*/
.card {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  
  margin: 1rem;
  position: relative;
  width: 83%;
}



.card-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  -webkit-backface-visibility: hidden;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);

}

.card-1:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-2 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.card-3 {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.card-4 {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-5 {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.centerBlock {
  display: table;
  margin: auto;
}

/***********************
  RAISED BTN VALUES
************************/

.btn-primary.raised {
    box-shadow: 0 3px 0 0 #007299;
}
.btn-primary.raised:active, .btn-primary.raised.active {
    background: #33a6cc;
    box-shadow: none;
    margin-bottom: -3px;
    margin-top: 3px;
}

/***********************
  CUSTOM BTN VALUES
************************/

.btn {
    padding: 14px 24px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}

.btn-primary {
    background: #0099cc;
    color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #33a6cc;
}
.btn-primary:active, .btn-primary.active {
    background: #007299;
    box-shadow: none;
}

/*Login*/
    .login-form {
        width: 340px;
        margin: 25px auto;
      }
    .login-form form {
        margin-bottom: 15px;
        background: #f7f7f7;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        padding: 30px;
    }
    .login-form h2 {
        margin: 0 0 15px;
    }
    .form-control, .btn {
        min-height: 38px;
        border-radius: 2px;
    }
    .btn {        
        font-size: 15px;
        font-weight: bold;
    }
/*Login*/

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 1024px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }

  /*My classes - 09/09/2017*/

  .img-responsive {
  /*display: inline-block;*/
  vertical-align: middle;
  margin-bottom: 0.75em;
  height: auto;
  max-width: 160px;
  }

  .text_titolo {
  text-align: left;
  }

  .p_header{
  vertical-align: center;
  text-align: center;
  height: auto;
  }

  .datepicker {
      /* Appended to body, abs-pos off the page */
      position: absolute;
      display: none;
      top: -9999em;
      left: -9999em;
  }

  .info {
    text-align: center;
  }

  /*Custom DataTables Class*/

  .noteColumn {
    text-align: justify;
    font-size: 12px;
    color:red;
    vertical-align:middle;
  }

  .dataTables_filter input { 
    margin-bottom: 20px 
  }

 
  


}
