.container-perdidos{
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.card-header{
    border: none;
}

.input-price{
    width: 100px;
    border: none;
    outline: none; 
}

input:focus, select:focus {
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: none;
}

.searchcli{
    width: 225px;
    margin-left:20px;
}
.inqs{
  margin-left:20px;
}

.table-td{
    display: flex;
    width:100%;
    border:1px solid #CCC;
    justify-content: space-between;

    align-items: center;
}

.mt{
    white-space: normal;
    width: 200px;                   
    overflow: hidden;              /* "overflow" value must be different from "visible" */
    text-overflow:    ellipsis;
}

.div-total{
    margin-top: 20px;
    width: 100%;
    font-weight: bold;
}

.form-client{
    width:80%;
    padding:50px;
}

.modal.obs, .modal.negative {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content-obs {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 50%;
  }
  
  /* The Close Button */
  .close-obs {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close-obs:hover,
  .close-obs:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  .dt-entrega{
    border: 1px solid rgb(204, 204, 204); 
    color:#525F7F;
    width: 132px; 
    font-size: 13px;
    text-align: center;
  }

  .slc-operacao{
    width: 132px; 
    font-size: 13px; 
    border: 1px solid rgb(204, 204, 204); 
    color:#525F7F ;
  }
