/*******************
 * Upgrade Tool
 *******************/
 .upgrade-tool {
    /* padding: 6px 10px; */
    min-width: 320px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  
  .upgrade-tool .select-talic-type {
    display: table-cell;
    padding-right: 10px;
  }
  
  .upgrade-tool .talics {
    display: flex;
    align-items: center;
    white-space: nowrap;
    width: 120px;
    padding: 0 10px;
    background-color: #484848;
  }
  
  .upgrade-tool .buttons {
    display: table-cell;
    white-space: nowrap;
    padding: 0px 10px;
  }
  
  .small-upgrade img {
    height: 15px;
    position: relative;
    margin: 0;
    padding: 0;
  }
  
  span.glyphicon.glyphicon-plus,
  span.glyphicon.glyphicon-minus {
    color: #fff;
  }
  

select.form-control.upgrader {
    /*color: #000000;*/
}