@font-face {
    font-family: "Roboto_Regular";
    src: url("./fuentes/RobotoCondensed-Regular.ttf");
}

@font-face {
    font-family: "Roboto_Bold";
    src: url("./fuentes/RobotoCondensed-Bold.ttf");
}

.badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.align-right {
    text-align: right;
}

*::-webkit-input-placeholder {
    color: #D5D5D5;
}

*:-moz-placeholder {
    /* FF 4-18 */
    color: #D5D5D5;
    opacity: 1;
}

*::-moz-placeholder {
    /* FF 19+ */
    color: #D5D5D5;
    opacity: 1;
}

*:-ms-input-placeholder {
    /* IE 10+ */
    color: #D5D5D5;
}

*::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #D5D5D5;
}

*::placeholder {
    /* modern browser */
    color: #D5D5D5;
}

html {
    font-size: 90%;
    /* 100% = 16px */
}

.altura10rem {
    height: 10rem
}

.altura8rem {
    height: 8rem
}

.font-size-40rem {
    font-size: 4rem;
}

.font-size-30rem {
    font-size: 3rem;
}

.font-size-30rem-red {
    font-size: 3rem;
    color: red;
}

.font-size-20rem-gray {
    font-size: 2rem;
    color: gray;
}

.font-size-20rem-white {
    font-size: 2rem;
    color: #ffffff;
}

.font-size-17rem-white {
    font-size: 1.7rem;
    color: #ffffff;
}

.font-size-15rem-white {
    font-size: 1.5rem;
    color: #ffffff;
}

.font-size-10rem-white {
    font-size: 1rem;
    color: #ffffff;
}

.font-size-20rem {
    font-size: 2rem;
}

.font-size-17rem {
    font-size: 1.7rem;
}

.font-size-15rem {
    font-size: 1.5rem;
}

.font-size-10rem {
    font-size: 1rem;
}

.font-size-15rem-red {
    font-size: 1.5rem;
    color: red;
}

.font-size-15rem-gray {
    font-size: 1.5rem;
    color: gray;
}

.tamano25porciento {
    width: 25%;
}

.espera {
    color: #109CF1;
    width: 5em;
    height: 5em;
    width: 5em;
}

.ancho2em {
    width: 2em;
}

.ancho10em {
    width: 100%;
}

.alto50em {
    height:100vh;
}

.fondo_blanco {
    background-color: white;
}

.fondo_anteriores_1 {
    background-color:  #9620da;
}

.fondo_anteriores_2 {
    background-color:  #f7e7b4;
}

.fondo_gris_claro {
    background-color: lightgray;
}

.margen02em {
    margin: 0.2em;
}

.pagina {
    background-color: #ffffff;
    font-family: "Roboto_Regular";
    font-style: normal;
    font-weight: normal;
    /* identical to box height */
    letter-spacing: 0.01em;
    /* dark_blue */
    color: #334D6E;
    /* identical to box height */
    letter-spacing: 0.01em;
    padding-bottom: 7em;
}

.leyenda {
    padding-top: 0.8rem;
    font-size: 0.8rem;
    line-height: 155.5%;
    /* identical to box height, or 19px */
    /* Accent blue */
    color: #109CF1;
}

.cajon_texto {
    font-size: 1rem;
    border: 2px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 5px;
}

.lista_desplegable {
    width: 100%;
    font-size: 1rem;
    border: 2px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 5px;
}

.boton_azul {
    /* Accent blue */
    font-size: 1rem;
    color: white;
    background: #109CF1;
    /* accent button shadow */
    box-shadow: 0px 4px 10px rgba(16, 156, 241, 0.24);
    border-radius: 4px;
}

.boton_azul_o {
    /* Accent blue */
    font-size: 1rem;
    color: white;
    background: #109CF1;
    /* accent button shadow */
    box-shadow: 0px 4px 10px rgba(16, 156, 241, 0.24);
    border-radius: 4px;
}

.boton_blanco_o {
    /* Accent blanco */
    font-size: 1rem;
    color: black;
    background: white;
    /* accent button shadow */
    box-shadow: 0px 4px 10px rgba(16, 156, 241, 0.24);
    border-radius: 4px;
}

.boton_azul2 {
    /* Accent blue */
    font-size: 0.8rem;
    color: white;
    background: #109CF1;
    /* accent button shadow */
    box-shadow: 0px 4px 10px rgba(16, 156, 241, 0.24);
    border-radius: 4px;
}

.boton_azul:hover {
    color: white;
    background: #1276b4;
}

.dt-button {
    /* Accent blue */
    font-size: 1rem;
    color: white;
    background: #109CF1;
    /* accent button shadow */
    box-shadow: 0px 4px 10px rgba(16, 156, 241, 0.24);
    border-radius: 4px;
}

.tabla_texto {
    font-size: 0.8rem;
}

.dt-button:hover {
    color: white;
    background: #1276b4;
}

.boton_amarillo {
    /* Accent blue */
    font-size: 1rem;
    color: #192A3E;
    background: #ffdb00;
    /* accent button shadow */
    box-shadow: 0px 4px 10px rgba(16, 156, 241, 0.24);
    border-radius: 4px;
}

.boton_amarillo_o {
    /* Accent blue */
    font-size: 1rem;
    color: #192A3E;
    background: #ffdb00;
    /* accent button shadow */
    box-shadow: 0px 4px 10px rgba(16, 156, 241, 0.24);
    border-radius: 4px;
}

.boton_amarillo2 {
    /* Accent blue */
    font-size: 0.8rem;
    color: #192A3E;
    background: #ffdb00;
    /* accent button shadow */
    box-shadow: 0px 4px 10px rgba(16, 156, 241, 0.24);
    border-radius: 4px;
}

.boton_amarillo:hover {
    color: #192A3E;
    background: #cab004;
}

.boton_verde {
    /* Accent blue */
    font-size: 1rem;
    color: white;
    background: #2ED47A;
    /* accent button shadow */
    box-shadow: 0px 4px 10px rgba(46, 212, 122, 0.24);
    border-radius: 4px;
}

.boton_verde_o {
    /* Accent blue */
    font-size: 1rem;
    color: white;
    background: #2ED47A;
    /* accent button shadow */
    box-shadow: 0px 4px 10px rgba(46, 212, 122, 0.24);
    border-radius: 4px;
}

.boton_verde2 {
    /* Accent blue */
    font-size: 0.8rem;
    color: white;
    background: #2ED47A;
    /* accent button shadow */
    box-shadow: 0px 4px 10px rgba(46, 212, 122, 0.24);
    border-radius: 4px;
}

.boton_verde:hover {
    color: white;
    background: #1e884e;
}

.boton_rojo {
    /* Accent blue */
    font-size: 1rem;
    color: white;
    background: #F7685B;
    /* accent button shadow */
    box-shadow: 0px 4px 10px rgba(16, 156, 241, 0.24);
    border-radius: 4px;
}

.boton_rojo_o {
    /* Accent blue */
    font-size: 1rem;
    color: white;
    background: #F7685B;
    /* accent button shadow */
    box-shadow: 0px 4px 10px rgba(16, 156, 241, 0.24);
    border-radius: 4px;
}

.boton_rojo2 {
    /* Accent blue */
    font-size: 0.8rem;
    color: white;
    background: #F7685B;
    /* accent button shadow */
    box-shadow: 0px 4px 10px rgba(16, 156, 241, 0.24);
    border-radius: 4px;
}

.boton_rojo:hover {
    color: white;
    background: #a5463d;
}

.enlace {
    bottom: 9.09%;
    font-weight: 500;
    font-size: 1rem;
    line-height: 19px;
    /* identical to box height */
    letter-spacing: 0.01em;
    /* Gray 4 */
    color: #BDBDBD;
}

.leyenda_tabla {
    color: #ffffff;
    background: #1276b4;
}

.mensaje {
    bottom: 20.27%;
    font-weight: 300;
    font-size: 1rem;
    line-height: 19px;
    text-align: center;
    /* dark_blue */
    color: #334D6E;
}

.titulo_tarjetas {
    font-weight: 500;
    font-size: 1rem;
    line-height: 22px;
    /* identical to box height */
    letter-spacing: 0.01em;
    /* black */
    color: #192A3E;
}

.titulo_modal {
    letter-spacing: 0.01em;
    /* black */
    color: #192A3E;
}

.tarjetas_inicio {
    background: #FFFFFF;
    /* box shadow */
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

.palabras_menu {
    font-weight: 500;
    font-size: 1rem;
    line-height: 19px;
    /* identical to box height */
    letter-spacing: 0.01em;
    /* dark_blue */
    color: #334D6E;
}

.navegador_superior {
    background: #098EDF;
}

.titulo_app {
    font-weight: normal;
    font-size: 1rem;
    line-height: 16px;
    /* identical to box height */
    color: #FFFFFF;
}

.menu_usuario {
    font-size: 1rem;
    line-height: 21px;
    /* identical to box height */
    color: #FFFFFF;
}

.bordes {
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.06);
    border-radius: 9px;
}

.mensaje_modal {
    font-weight: 500;
    font-size: 1rem;
    line-height: 24px;
    text-align: center;
    color: #BDBDBD;
}

.draggable-table {
	position: absolute;
	top: 25%;
	left: 20%;
  width: 60%;
  height: 50%;
  border-collapse: collapse;
  background: white;  
  -webkit-box-shadow: 0px 0px 10px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 8px rgba(0, 0, 0, 0.1);  
  
  .draggable-table__drag {
      font-size: .95em;
      font-weight: lighter;
      text-transform: capitalize;    
      position: absolute;
      width: 100%;
      text-indent: 50px;    
      border: 1px solid #f1f1f1;
      z-index: 10;
      cursor: grabbing;
      -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.05);
              box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.05); 
    
      opacity: 1;
  }  
  
  thead {
    
    th {
      height: 25px;
      font-weight: bold;
      text-transform: capitalize;
      padding: 10px;
      user-select: none;
    }
  }
  
  tbody {
    
    tr {
      cursor: grabbing;
      
      td {
        font-size: .95em;
        font-weight: lighter;
        text-transform: capitalize;
        text-indent: 50px;
        padding: 10px;  
        user-select: none;
        border-top: 1px solid whitesmoke;
      }
    }
    
    tr:nth-child(even) {
        background-color: #f7f7f7;
    }

    tr:nth-child(odd) {
        background-color: #ffffff;
    }    
    
    tr.is-dragging {
        background: #f1c40f;

        td {
            color: #ffe683;
        }
    }    
  }
}