.logo > img {
    max-width: 225px;
  }
  body {
    background-color: whitesmoke;
  }
  
  .page-style {
    background-color: #fff;
    padding: 1.25rem;
    box-shadow: rgba(0, 0, 0, 0.09) 3px 2px 4px 0px;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .page-style table {
    margin-bottom: 0;
  }
  .page-style .table > :not(caption) > * > * {
    border-bottom: none;
  }
  .page-style .table td .form-control {
    max-width: 100px;
    background-color: transparent;
    border-color: transparent;
    transition: all 0.4s ease;
    background-position-x: 75px;
    background-position-y: center;
    background-size: 0px 0px;
  }
  .page-style .table .form-control:focus,  .page-style .table tr.edit-line > td > .form-control {
    background-color: #fff;
    border: 1px solid #ced4da; 
  }
  .page-style .table tr.edit-values:not(.edit-line) > td > .form-control {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDB6Ii8+PHBhdGggZD0iTTcuMjQzIDE4SDN2LTQuMjQzTDE0LjQzNSAyLjMyMmExIDEgMCAwIDEgMS40MTQgMGwyLjgyOSAyLjgyOWExIDEgMCAwIDEgMCAxLjQxNEw3LjI0MyAxOHpNMyAyMGgxOHYySDN2LTJ6Ii8+PC9zdmc+");
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-color: rgba(255,255,255,0.4);
    border-color: rgba(0,0,0,.1);
    background-position-x: 75px;
    background-position-y: center;
    cursor: pointer;
  }
  
  
  .page-style .table .form-select {
    min-width: 170px;
  }
  .global-dto {    
    margin: 0rem 0 2rem auto;
    max-width: 400px;
    background-color: #fff;
    padding: 1rem;
    box-shadow: rgba(0, 0, 0, 0.09) 3px 2px 4px 0px;
    font-weight: bold;
  }
  .global-dto-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .global-dto-row:not(:first-child){
    margin-top: 12px;
  }

  .global-dto-row > input {
    margin-left: 1rem;
    max-width: 150px; 
  }
  
  .global-lines  {
    margin: 2rem 0 2rem auto;
    max-width: 400px;
    background-color: #fff;
    padding: 1rem;
    box-shadow: rgba(0, 0, 0, 0.09) 3px 2px 4px 0px;
  }
  .global-lines > div {
    justify-content: space-between;
    align-items: center;
    display: flex;
    border-bottom: 1px solid #ced4da;
    padding: .25rem 0;
  }
  .global-lines > div:last-child {
    border-bottom: none;
  }
  #provider_order_save {
    width: 400px;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  .bg-agotado {
    background-color: #ffeded;
  }
  .bg-descatalogado {
    background-color: #ffeded;
  }
  .bg-descatalogado select option.descatalogado, .bg-descatalogado select {
    color: red;
  }
  .bg-descatalogado select:focus {
    color: #212529;
  }
  .bg-agotado td, .bg-agotado th, .bg-descatalogado td, .bg-descatalogado th {
    box-shadow: none;
  }
  input[type=number]::-webkit-inner-spin-button, 
  input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  input[type=number]
  {
    -moz-appearance: textfield;
  }
  


  .btn-osunasport {
    color: #fff;
    background-color: #554E85;
    border-color: #554E85;
  }

  .btn-osunasport:hover {
    color: #fff;
    background-color: #343051;
    border-color: #343051;
  }