

/*----------------------------------------- SUB MENU SUPERIOR -- */
.ul_subMenuSuperior
{
	list-style-type: none;
}


.li_subMenuSuperior
{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

.a_subMenuSuperior:hover {
  color: orange;
}


.icono_subMenuSuperior
{
	font-size:25px;
	color:white;
	text-shadow:2px 2px 4px #000;
}


/*----------------------------------------- SUB MENU SUPERIOR -- */




.label_form
{
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.input_form
{
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 11px;
	font-weight: bold;
  background-color: #EAEAEA;
  border: 2px dashed #444444;
}

.button_form
{
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.div_bordeRedondo {
  border-radius: 25px;
  border: 2px solid #73AD21;
  padding: 20px;
  width: 200px;
  height: 100%;
}
/*--- PARA PONER COLOR CUANDO TIENEN O NO INFORMACION --- */
.input_form:valid { outline: solid lightgray 1px; }
.input_form:invalid { outline: solid red 1px; }

/*------------------------------------------------*/















  /* Estilo para el radio button no seleccionado */
  .form-check-input_agregarCliente:not(:checked) {
    background-color    : #e0e0e0; /* Color de fondo cuando no está seleccionado */
    border-color        : blue /* Color del borde cuando no está seleccionado */
    /* Otros estilos según sea necesario */
  }

  /* Estilo para el radio button seleccionado */
  .form-check-input_agregarCliente:checked {
    background-color    : red; /* Color de fondo cuando está seleccionado */
    border-color        : red; /* Color del borde cuando está seleccionado */
    color               : #ffffff; /* Color del texto cuando está seleccionado */
    /* Otros estilos según sea necesario */
  }
  .form-check-label_agregarCliente {
    font-size           : 20px; /* Puedes ajustar el tamaño según tus preferencias */
    /* Otros estilos según sea necesario */
  }

/*------------------------------------------------*/











#davidlpls > div{
    display: flex;
    gap: 10px;
    margin-bottom: 3px;
    overflow-x: auto;
}
#davidlpls > div span{
    margin-right: 6px;
    display: inline-block;
}


::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}




/*------------------------------------------------*/

/*------------------------------------------------*/

.div_scroll::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}

.div_scroll::-webkit-scrollbar-track {
  background: orange;        /* color of the tracking area */
}

.div_scroll::-webkit-scrollbar-thumb {
  background-color: blue;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid orange;  /* creates padding around scroll thumb */
}



/*------------------------------------------------*/

/*------------------------------------------------*/