/*** FIXED MIGRATE BOOTSTRAP 3 **/

#entitylist-filters .entitylist-filter-option-group{
    padding-right: 20px !important;
    display: inline-block;
  }
  
  .entitylist-filter-option-text {
      width: 300px;
  }
  #entitylist-filters .panel-body{
    padding: 15px;
  }
  
  .pull-left {
    float: left;
  }
  
  .pull-right {
      float: right;
  }
  
  .input-group .form-control {
      position: relative;
      z-index: 2;
      float: left;
      width: 100%;
      margin-bottom: 0;
  }
  
  .panel-body{  /* misma funcionalidad que card-body  */
    -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 3.25rem;
  }

  .table-responsive{display:table;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
  
  .table-fluid tr {
      overflow: inherit;
  }
  
  .input-group-addon{
    padding: 6px 12px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
      border-right-color: rgb(204, 204, 204);
      border-right-style: solid;
      border-right-width: 1px;
  border-radius: 0;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
  }
  .input-group{
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
  }
  
  .input-group-btn, .input-group-addon {
      display: -ms-flexbox;
      display: flex;
  }
  
  .input-group.has-validation > .input-group-btn:nth-last-child(n+3) > .btn, .input-group.has-validation > .input-group-btn:nth-last-child(n+3) > .input-group-text, .input-group:not(.has-validation) > .input-group-btn:not(:last-child) > .btn, .input-group:not(.has-validation) > .input-group-btn:not(:last-child) > .input-group-text, .input-group > .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-btn:last-child > .input-group-text:not(:last-child), .input-group > .input-group-addon > .btn, .input-group > .input-group-addon > .input-group-text {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
  }
  .input-group > .input-group-btn > .btn, .input-group > .input-group-btn > .input-group-text, .input-group > .input-group-addon:first-child > .btn:not(:first-child), .input-group > .input-group-addon:first-child > .input-group-text:not(:first-child), .input-group > .input-group-addon:not(:first-child) > .btn, .input-group > .input-group-addon:not(:first-child) > .input-group-text {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
  }
  
  .progress{
      -ms-flex-direction: row;
      flex-direction: row;
     
  }
  
  .progress{
    font-size: 14px;
    line-height: inherit;
    display: inline-block;
  width: 100%;
  }
  .progress li{
    padding: 10px 15px;
    line-height: inherit;
  }
  
  
  .glyphicon {
      position: relative;
      top: 1px;
      display: inline-block;
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: "Font Awesome 5 Pro";
  }
  
  .fa {
      position: relative;
      top: 1px;
      display: inline;
      font-family: "Font Awesome 5 Pro";
      font-style: normal;
      font-weight: 400;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
  
  
  
  .glyphicon-ok:before {
    content: "\f00c"; }
  
  .glyphicon-chevron-right:before {
    content: "\f054"; }
  
  
  .glyphicon-chevron-left:before {
    content: "\f053"; }
  
  .fa-pencil-square-o:before{
    content: "\f14b";
  }
  
  
  .pagination li a{
      position: relative;
      display: block;
      padding: .5rem .75rem;
      margin-left: -1px;
      line-height: 1.25;
      color: #007bff;
      background-color: #fff;
      border: 1px solid #dee2e6;
  }
  
  
  .pagination li.active a {
      z-index: 3;
      color: #fff;
      background-color: #007bff;
      border-color: #007bff;
      border-radius: 0;
  }
  
  .nav-tabs li a {
      margin-bottom: -1px;
      border: 1px solid transparent;
          border-top-color: transparent;
          border-right-color: transparent;
          border-bottom-color: transparent;
          border-left-color: transparent;
      border-top-left-radius: .25rem;
      border-top-right-radius: .25rem;
      display: block;
      padding: .5rem 1rem;
  }
  .nav-tabs li.active a {
      color: #495057;
      background-color: #fff;
      border-color: #dee2e6 #dee2e6 #fff;
  }
  