/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/styles.css ***!
  \********************************************************************************************************************************************************************************************************/

.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  display: none;
}

.loading--show {
  display: flex;
}

.loading .spin {
  border: 3px solid hsla(185, 100%, 62%, 0.2);
  border-top-color: #3cefff;
  border-radius: 50%;
  width: 3em;
  height: 3em;

  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.cursor {
    cursor: pointer;
}

.fondo-gris {
    background-color: #EBEDEF;
}

.azul-titulos {
    color: #3498DB;
}

.fondo-blanco {
    background-color: #ffffff;
}

.lineas-buscadores {
    border-left: none;
    border-right: none;
}

.lineas-buscadores-2 {
    border-left: none;
}

.color-gris {
    color: #AEB6BF;
}

.sin-tamaño {
    resize: none;
}

.scroll {
    overflow-y: scroll;
}

.scroll-tabla {
    height: 200px;
    overflow-y: scroll;
}

.scroll-listas {
    height: 200px;
    overflow-y: scroll;
}

.scroll-listas-2 {
    height: 250px;
    overflow-y: scroll;
}

.radius-1 {
    border-radius: 0 25px 25px 0;
}

.radius-2 {
    border-radius: 25px 0 0 25px;
}

.btn-edit {
    font-size: 11px;
    padding: 0 2px 0 0;
    text-align: center;
    width: 70px;
    height: 20px;
}

.ocultar {
    display: none;
}

.no-bordes {
    border: 0 !important;
}

.deshabilitar {
    pointer-events: none;
    background-color: #e9ecef;
    opacity: 1;
}

.cabecera thead {
    position: sticky;
    top: 0;
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.my-custom-button-class{
  background-color: #266090 !important;
  border: 2px solid #266090 ;
}

.my-custom-button-class:focus{
  outline: none !important;
  box-shadow: none !important;
}

.my-custom-button-class:active{
  outline: none !important;
  box-shadow: none !important;
}

.body-cs .bdc-custom * {
  background: black;
  color: #ddfb00!important;
}

.body-cs .bdc-custom select {
  color: #ddfb00!important;
  background: black!important;
}

.body-cs .bdc-custom textarea {
  color: #ddfb00!important;
  background: black!important;
}

.body-cs .bdc-custom input {
  color: #ddfb00!important;
  background: black!important;
}

.body-cs .bdc-custom p {
  color: #ddfb00!important;
  background: black!important;
}

.body-cs .bdc-custom {
  color: #ddfb00!important;
  background: black!important;
}

.body-cs .bdc-custom div {
  color: #ddfb00!important;
  background: black!important;
}

.body-cs .bdc-custom button {
  color: #ddfb00!important;
  background: black!important;
}

.body-cs .bdc-custom html {
  color: #ddfb00!important;
  background: black!important;
}




/*# sourceMappingURL=styles.css.map*/