.badge{
    padding:.02rem 5px;
}

.question-category{
    font-size: .8rem;
}

.accordion__pane:hover{
    cursor:pointer;
}
.accordion__pane.active:hover{
    cursor:default;
}

.select2-selection__rendered{

    border-width: 1px;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-radius: 0.375rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select2-container--default .select2-selection--single{
    border:none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    padding-top:5px;
    padding-bottom:5px;
    padding-left:10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 7px;
    right: 7px;
    width: 20px;
}


.show-password{
    position: absolute;
    top: 41%;
    right: 10px;
}

  .horizontal .progress-bar {
    float: left;
    height: 45px;
    width: 100%;
    padding: 12px 0;
  }
  
  .horizontal .progress-track {
    position: relative;
    width: 100%;
    height: 20px;
    background: #ebebeb;
  }
  
  .horizontal .progress-fill {
    position: relative;
    background: #00af50;
    height: 20px;
    width: 50%;
    color: #fff;
    text-align: center;
    font-family: "Lato","Verdana",sans-serif;
    font-size: 12px;
    line-height: 20px;
  }
  
  .rounded .progress-track,
  .rounded .progress-fill {
    border-radius: 3px;
    box-shadow: inset 0 0 5px rgba(0,0,0,.2);
  }
  
  
  
  /* Vertical */
  
  .vertical .progress-bar {
    float: left;
    height: 300px;
    width: 40px;
    margin-right: 25px;
  }
  
  .vertical .progress-track {
    position: relative;
    width: 40px;
    height: 100%;
    background: #ebebeb;
  }
  
  .vertical .progress-fill {
    position: relative;
    background: #825;
    height: 50%;
    width: 40px;
    color: #fff;
    text-align: center;
    font-family: "Lato","Verdana",sans-serif;
    font-size: 12px;
    line-height: 20px;
  }
  
  .rounded .progress-track,
  .rounded .progress-fill {
    box-shadow: inset 0 0 5px rgba(0,0,0,.2);
    border-radius: 3px;
  }