body{ margin: 0 0 50px 0 !important; }

textarea{
    resize: none;
}
/* Footer */
footer {
    position: fixed;
    border-top: 1px solid #d3e0e9;
    padding-top: 15px;
    height: 50px;
    bottom: 0;
    background-color: white;
    width: 100%;
    z-index: 100;
}

span.select2.select2-container{
    width: 100% !important;
}

.card-header{
    font-weight: bold;
    font-size: 18px;
}

.card-header a{
    text-decoration: none;
    color:black;
}
.card-header a:hover{
    color: rgba(0, 0, 0, 0.6);
}

.container {
    max-width: 95%;
}

.buttons{margin: 30px 0 0 0;}

.help-block{
    color:red;
}

@media only screen and (min-width: 1500px) {
    .container {
        max-width: 80%;
    }
  }

#questionari{

}
#questionari td{
    padding: 5px;
    border: 1px solid #000;
}
