.active{
    background: rgb(225,44,54);
    color: white;
}
.alert{
    position: fixed;
    right: 0;
}
/*body {
  padding-top: 4.5rem;
}*/
#navbarCollapse:nth-child(2){
    padding-right: 100px;
}
.none{
    display: none;
}
.container-fluid ul.navbar-nav{
    margin-right: 50px;
}
fieldset{
    padding: 15px!important;
    margin: 0;
    border: 1px solid #eae3e3!important;
}
legend{
    width:auto!important;
    padding: 10px 10px 10px 20px!important;
    color: #969390!important;
}
.input-table{
    border: none;
    /*width: auto;*/
    background: none;
}
label.error{
    color: red;
    font-style: italic;
}
/*.parsley-success{
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}
.parsley-error{
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
  padding: 2px;
}
.parsley-error-list{
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}
.parsley-error-list.filled {
  opacity: 1;
}*/
