/* Hoja de estilo Courage Metals  */

input.form-control.ColorBlanco {
  color: #f9f9f9;
}

.paddingLogo {
  padding-top: 10px;
}

.Gris {
  color: #cccccc;
}

.Fechitas {
  color: #cccccc;
  font-size: 8px;
  line-height: normal;
}

.TitulosMonedaChicos {
  color: #cccccc;
  font-size: 10px;
  line-height: normal;
}

.btn-square-md-100 {
  color: #fff;
  background-color: #30d387;
  border-color: #30d387;
  width: 100px !important;
  max-width: 100% !important;
  max-height: 100% !important;
  height: 100px !important;
  text-align: center;
  padding: 0px;
  font-size: 16px;
  font-weight: bolder;
  margin: 5px;
}

.btn-square-md-75 {
  color: #fff;
  background-color: #f6c218;
  border-color: #f6c218;
  width: 100px !important;
  max-width: 100% !important;
  max-height: 100% !important;
  height: 100px !important;
  text-align: center;
  padding: 0px;
  font-size: 16px;
  font-weight: bolder;
  margin: 5px;
}

.btn-square-md-50 {
  color: #fff;
  background-color: #e2e031;
  border-color: #e2e031;
  width: 100px !important;
  max-width: 100% !important;
  max-height: 100% !important;
  height: 100px !important;
  text-align: center;
  padding: 0px;
  font-size: 16px;
  font-weight: bolder;
  margin: 5px;
}

.btn-square-md-25 {
  color: #fff;
  background-color: #bc4747;
  border-color: #bc4747;
  width: 100px !important;
  max-width: 100% !important;
  max-height: 100% !important;
  height: 100px !important;
  text-align: center;
  padding: 0px;
  font-size: 16px;
  font-weight: bolder;
  margin: 5px;
}

.btn-square-md-0 {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
  width: 100px !important;
  max-width: 100% !important;
  max-height: 100% !important;
  height: 100px !important;
  text-align: center;
  padding: 0px;
  font-size: 16px;
  font-weight: bolder;
  margin: 5px;
}

.bg-100 {
  background-color: #30d387;
}

.bg-75 {
  background-color: #f6c218;
}

.bg-50 {
  background-color: #e2e031;
}

.bg-25 {
  background-color: #bc4747;
}

.bg-0 {
  background-color: #ff0000;
}

.TextoItems {
  color: #cccccc;
  font-size: 14px;
}

.DolaresVerdes {
  color: #12876a;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #e0e0e0 !important;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #e0e0e0 !important;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #e0e0e0 !important;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #e0e0e0 !important;
}

.datepicker {
  z-index: 1600 !important; /* has to be larger than 1050 */
}
.TextoFechaSubscripcion {
  color: #828282;
  font-size: 8px;
}

.TextoPequeno {
  font-size: 12px;
  color: #6aa9e2;
}

.TextoPequenoMenuCargo {
  font-size: 12px;
  color: #858585;
}

.position-relative {
  display: inline-block;
}

.submit-button {
  position: absolute;
  top: 0;
  right: 0;
}

/* Flot chart en search tamaños */
.flot-charts-height-en-search {
  height: 220px;
}

.flot-charts-height-en-search6Col {
  height: 90px;
}

.TextoInfoCourage {
  color: #828282;
  font-size: 12px;
  text-align: center;
}

.TextoInfoTitulo {
  color: #676767;
  font-size: 10px;
  text-align: center;
}

.TextoTituloRequestHedge {
  color: #e6e8e9;
  font-size: 14px;
  text-align: center;
}

.TextoNumPhoneCourage {
  font-size: 10px;
  color: #e6e8e9;
  flex-direction: column;
  display: flex;
  align-items: center;
  text-align: center;
}

.icono-grande {
  font-size: 14px;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.icono-grandeRequestHedge {
  font-size: 12px;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #ee7e06;
}
.icono-whatsapp {
  font-size: 14px;
  color: rgb(0, 255, 34);
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.Textocorreo {
  font-size: 11px;
  text-align: center;
}

#ContactInfo {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.icon {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.icon {
  width: 60px;
  height: 60px;
  margin-right: 30px;
}

#cc_makeEditarQuote {
  width: 100%;
}
.select2-container {
  z-index: 9999; /* O cualquier valor que funcione para tu diseño */
  width: 100% !important;
}

.select2-hidden-accessible {
  width: 100% !important;
  padding: 0;
}

/* crear una clase para hacer un boton de bootstrap como btn-secondary pero con el color que queremos */

.btn-secondaryCourage {
  color: #fff;
  background-color: #232323;
  border-color: #282828;
  font-size: 10px; /* Modificamos el tamaño de la fuente */
}

.btn-secondaryCourage:hover {
  color: #fff;
  background-color: #343434;
  border-color: #282828;
  font-size: 10px; /* Modificamos el tamaño de la fuente */
}

.btn-secondaryCourage:focus,
.btn-secondaryCourage.focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 90, 90, 0.5);
}

.btn-secondaryCourage.disabled,
.btn-secondaryCourage:disabled {
  color: #fff;
  background-color: #343434;
  border-color: #282828;
}

/* crea un boton de bootstrap como btn-primary pero con el color que queremos */

.btn-PlusMinus {
  color: #ffffff;
  background-color: #eeeeee;
  border-color: #e6e6e6;
  font-size: 10px; /* Modificamos el tamaño de la fuente */
  margin: 10px;
}

.btn-PlusMinus:hover {
  color: #fff;
  background-color: #c2c2c2;
  border-color: #acacac;
  font-size: 10px; /* Modificamos el tamaño de la fuente */
  margin: 10px;
}

.btn-PlusMinus:focus,
.btn-primaryCourage.focus {
  box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
}

.notification-link {
  position: relative;
  display: inline-block;
}

.notification-count {
  position: absolute;
  top: 15px; /* Ajusta la posición vertical según tu diseño */
  right: 5px; /* Ajusta la posición horizontal según tu diseño */
  background-color: red;
  color: white;
  border-radius: 50%;
  padding: 2px 6px; /* Ajusta el padding según tu diseño */
  font-size: 10px; /* Ajusta el tamaño de fuente según tu diseño */
}

.delete-photo-cc {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.grid-item {
  max-width: 550px;
}
.grid-item {
  position: relative;
}

.BotonCentradoHorizontal {
  display: flex;
  justify-content: flex-end; /* Alinea horizontalmente al final (derecha) */
  align-items: center; /* Centra verticalmente */
  height: 60%; /* Asegura que el contenedor tenga altura completa */
  padding-top: 100px;
  padding-top: 60px;
}

/* Letra pequeña y thin */

.TipoDeMonedaPequena {
  font-size: 8px;
  font-weight: thin;
  color: #858585;
}

.textorojo {
  color: #ff0000 !important;
}

.textoverde {
  color: #10a843 !important;
}

.icon-pencil {
  color: #55c94d; /* Cambia a cualquier color que desees */
}

.icon-close {
  color: #fc1f02; /* Cambia a cualquier color que desees */
}

.btn-xs {
  font-size: 10px;
  padding: 2px 6px;
}

.img-hover-zoom {
  transition: transform 0.3s ease-in-out;
}

.img-hover-zoom:hover {
  transform: scale(5); /* Ajusta el tamaño según lo necesites */
  z-index: 1000;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: #f5f5f5 !important;
  color: #999 !important;
  cursor: not-allowed;
}

/* Estilo para el botón de eliminar foto */
.CourageEtiqueta {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-weight: bold;
  line-height: 1px !important;
}

.ComponenteEtiqueta {
  font-size: 10px;
  line-height: 1 !important;
}
