#formulari .selectContainer .form-control-feedback,
#formulari .inputGroupContainer .form-control-feedback {
    right: -15px;
}

#formulari .horesContainer .form-control-feedback {
    right: -30px;
}

#formulari .btn-group .form-control-feedback {
    top: 0;
    right: -30px;
}

#lloguer  .form-control-feedback {
    top: 0;
    right: -30px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.material-icons.valid-icon:after {
    content: 'check';
    font-size: 15px;
}
.material-icons.invalid-icon:after {
    content: 'clear';
    font-size: 15px;
}
.material-icons.validating-icon:after {
    content: 'graphic_eq';
    font-size: 15px;
}

.btn {
    padding: 14px 24px;
    border: 0 none;
    text-transform: uppercase;
    &:focus, &:active, &.active, &:active:focus, &.active:focus {
          background: #FF00FF;

    }
}
 
.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;
}