/*******************************************************
* Helpers
*******************************************************/
  .text-through{
    text-decoration:line-through;
  }
  .text-gray{
    color: #a6a6a6;
  }
  .text-primary {
      color: #337ab7 !important;
  }
  .btn-full-width {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%;
  }
  .pointer{
    cursor: pointer;
  }
  .input-text-right{
    padding-left: 0;
    padding-right: 6px;
    text-align: right;
  }
  .clearboth{
    clear: both;
  }
  .display-none{
    display: none;
  }

  .max-width-150px{
    max-width: 150px !important;
  }

  .max-width-160px{
    max-width: 160px !important;
  }

  .max-width-170px{
    max-width: 170px !important;
  }

  .max-width-180px{
    max-width: 180px !important;
  }

  .max-width-190px{
    max-width: 190px !important;
  }

  .max-width-200px{
    max-width: 200px !important;
  }


  @media (max-width: 562px) {
    .pull-left-on-movil {
      float: left;
    }
    .pull-right-on-movil {
      float: right;
    }
  }
