.ui-autocomplete {
    position: absolute;
    z-index: 100000;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }

  .ui-autocomplete>li {
    padding: 3px 20px;
  }

  .ui-autocomplete>li.ui-state-focus {
    background-color: #DDD;
  }

  .ui-helper-hidden-accessible {
    display: none;
  }
  
  input[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #505250;
  padding: 10px 20px;
  /* border-radius: 10px; */
  color: #fff;
  cursor: pointer;
  transition: background .2s ease-in-out;
}

input[type=file]::file-selector-button:hover {
  background: #0d45a5;
}

.terminarInactivo{
  background: #c4c4c4;
}
.terminarActivo{
  background: #00840c;
}
.editar{
	  width: 120px;
	 /*background: #505250;*/
	
}

.hideScroll {
    overflow: auto;
    height: 800px;
    width: 100%;
    scrollbar-width: none; /*Firefox*/
}

    .hideScroll::-webkit-scrollbar {
        width: 0;
    }
