@font-face {
    font-family: "Amino-Alt";
    src: url("/fonts/Amino-Alt.ttf");
}

@font-face {
    font-family: "Amino-AltBlack";
    src: url("/fonts/Amino-AltBlack.ttf");
}

@font-face {
    font-family: "Amino-AltBold";
    src: url("/fonts/Amino-AltBold.ttf");
}

@font-face {
    font-family: "Amino-AltExtraLight";
    src: url("/fonts/Amino-AltExtraLight.ttf");
}

@font-face {
    font-family: "Amino-AltLight";
    src: url("/fonts/Amino-AltLight.ttf");
}

@font-face {
    font-family: "Amino-AltMedium";
    src: url("/fonts/Amino-AltMedium.ttf");
}

@font-face {
    font-family: "Amino-AltThin";
    src: url("/fonts/Amino-AltThin.ttf");
}

*{font-family: Amino-Alt, sans-serif;}

html{
    width: 100%;
    height: 100%;
}

body{
    width: 100%;
    padding: 0;
    margin: 0;
}

.pantalla_login{
    width: 100%;
    height: 100%;
    background: url(https://storage.googleapis.com/cms-fischel.appspot.com/web/fondoligin_fischel.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.formulario_login{
    width: 20%;
    margin-left: 70%;
    text-align: center;
}

.input_login{
    font-size: 100%;
    width: 100%;
    border-width: 0 0 1px;
    border-color: #FFFFFF;
    background-color:transparent;
    font-family: Amino-AltBlack, sans-serif;
    outline: 0;
    text-align: center;
    color: #FFFFFF;
    margin-top:30px;
}


.login_texto{
    color: #FFFFFF;
    font-size: 80%;
    margin-top:1%;
    font-family: Amino-AltBlack, sans-serif;
}

.error_login{
    color: #FFFFFF;
    font-size: 120%;
    margin-top:1%;
}

.boton_login{
    width: 160px;
    height: 100px;
    background: url(https://storage.googleapis.com/cms-fischel.appspot.com/web/btn_ingresar_fischel.svg) no-repeat;
    background-size: auto;
    border: none;
    margin-top: 15px;
    outline:0;
    cursor:pointer;
}

.login_titulo{
    color: #FFFFFF;
    font-size: 120%;
    margin-top: 10%;
    font-family: Amino-AltBlack, sans-serif;
}

.orden{
    width: 100%;
    display:flex;
}

.bannerSuperior{
    width: 100%;
    min-height: 80px;
    align-items: center;
    background: url(https://storage.googleapis.com/cms-fischel.appspot.com/web/bannersuoerior_fischel.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.linea_vertical {
    border-left: 1px solid #FFFFFF;
    height: 90%;
    min-height: 70px;
}

.linea_vertical_2{
    border-left: 3px solid #FFFFFF;
    height: 90%;
    min-height: 50px;
}

.texto_bannerSuperior{
    color: #FFFFFF;
    font-size: 90%;
}

#menu{
    position: relative;
    top: 30%;
}

#menu a {
    float: left;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 15px;
    text-decoration: none;
    letter-spacing: 0;
    font-size: 90%;
}

#menu ul {
    padding: 0;
    margin: 0 0 0 10px;
}

#menu li {
    display: inline;
    padding: 0;
}
#menu a:hover {
    color: #FFFF59;
}

#menu li .active {
    color: #FFFF59;
}

#menu li .desactivado {
    display: none;
}

.boton_cerrar_sesion{
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
    background: url(https://storage.googleapis.com/cms-fischel.appspot.com/web/btn_cerrarsesion.svg) no-repeat center;
    border: none;
    margin-right:1%;
    outline:0;
    cursor:pointer;
}

.contenido{
    width: 100%;
    text-align: center;
}

.titulo_superior{
    color: #00B2B0;
    font-size: 140%;
    font-family: Amino-AltBlack, sans-serif;
}

.filtro_div{
    width: 700px;
    margin: auto;
    background-color: #F3F3F4;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.filtro_titulo{
    color: #00B2B0;
    padding-top: 10px;
    font-size: 100%;
    font-family: Amino-AltBlack, sans-serif;
}

.filtro_izq{
    width: 80%;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

.filtro_der{
    width: 10%;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

.filtro_texto{
    color: #00B2B0;
    font-size: 100%;
    margin-bottom: 0;
}

.filtro_input{
    width: 100%;
    height: 30px;
    border-width: 1px;
    border-style: solid;
    border-color: #00B2B0;
    color: #00B2B0;
    border-radius: 25px;
    padding-left: 10px;
    padding-right: 5px;
    margin-top: 1px;
    outline: 0;
}

.filtro_select {
    width: 100%;
    height: 30px;
    border-style: solid;
    border-width: 1px;
    border-color: #00B2B0;
    border-radius: 20px;
    outline:0;
    cursor:pointer;
    color: #00B2B0;
    background-image: url(https://storage.googleapis.com/cms-fischel.appspot.com/web/flecha_selector_fischel.svg);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 12px 12px;
    appearance: none;
    padding-left: 10px;
    margin-top: 1px;
    font-family: Amino-AltBold, sans-serif;
}

.btn_descarga {
    width: 90%;
    margin-top: 40px;
    cursor: pointer;
}

.texto_reinicio{
    color: #00B2B0;
}

.boton_filtrar{
    width: 100px;
    height: 30px;
    background-size: 100% 100%;
    background: url(https://storage.googleapis.com/cms-fischel.appspot.com/web/btn_filtrar_fischel.svg) no-repeat center;
    border: none;
    cursor: pointer;
    outline:0;
}

.main-content {
    width: 700px;
    margin: 20px auto auto;
}

.titulo_content{
    width: 70%;
    border-top-left-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    font-size: 100%;
    color: #00B2B0;
    background-color:#F3F3F4;
    padding: 5px;
    text-align: left;
    font-family: Amino-AltBlack, sans-serif;
}

.titulo_content2{
    width: 30%;
    border-top-right-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    font-size: 100%;
    color: #00B2B0;
    background-color:#F3F3F4;
    padding: 5px;
    font-family: Amino-AltBlack, sans-serif;
}

.lista {
    float: inherit;
    list-style-type: none;
    display: block;
    -webkit-padding-start: 10px;
}

.border-bottom-list {
    float: left;
    width: 100%;
    border-bottom: 2px solid #f6f6f6;
}

.border-bottom-list2 {
    float: left;
    width: 100%;
}

.producto-nombre {
    font-size: 100%;
    margin-top: 5px;
    font-family: Amino-AltBold, sans-serif;
    color: #000000;
}

.naranja{
    color: #F66700;
}

.azul{
    color: #003CC6;
}

.celeste{
    color: #0091FF;
}

.turqueza{
    color: #00B2B0;
}

.rojo{
    color: #F40014;
}

.gris_textos{
    color: #52565B;
}

.producto-info {
    margin-bottom: 10px;
    float: left;
    text-align: left;
    width: 60%;
}
.producto-buttons {
    float: right;
    width: 30%;
    margin-top: 5px;
    margin-bottom: 5px;
}
.producto-tipo {
    margin-top: 5px;
    font-size: 14px;
    color: #746F6C;
}

.producto-dato {
    margin-top: 10px;
    font-size: 16px;
    color: #000000;
}

.estatus_button {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    width: 100%;
    margin: 5px auto 10px;
    background-color: #258279;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 20px;
    font-size: 12px;
}

.ver_pedido_button{
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    width: 100%;
    margin: 5px auto 10px;
    background-color: #97C357;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 20px;
    font-size: 12px;
}

.asignarme_pedido_button{
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    width: 100%;
    margin: 10px auto;
    background-color: #97C357;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 20px;
    font-size: 12px;
}

.atiende_text {
    font-size: 10px;
    margin-top: 5px;
    font-family: Amino-AltBlackc, sans-serif;
}

.titulo_pedido_atras{
    width: 44%;
    border-top-left-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    font-size: 100%;
    background-color:#00B2B0;
    padding: 5px;
    font-family: Amino-AltBlack, sans-serif;
}

.titulo_pedido{
    width: 56%;
    display: flex;
    align-items: center;
    border-top-right-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    font-size: 100%;
    color: #FFFF59;
    background-color:#00B2B0;
    padding: 5px;
    text-align: left;
    font-family: Amino-AltBlack, sans-serif;
}

.btn_atras{
    float: left;
    width: 40px;
    height: 30px;
    background-size: 100% 100%;
    margin-left: 10px;
    background: url(https://storage.googleapis.com/cms-fischel.appspot.com/web/btn_atras_fischel.svg) no-repeat center;
    border: none;
    cursor: pointer;
    outline: 0;
}

.pedido_titulo2{
    font-size: 140%;
    margin-left: 20px;
    color: #00B2B0;
    font-family: Amino-AltBold, sans-serif;
}

.pedido_subtitulo{
    font-size: 80%;
    color: #000000;
}

.input_efectivo{
    font-size: 80%;
    outline: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #00B2B0;
    color: #00B2B0;
    border-radius: 25px;
    padding-left: 10px;
    padding-right: 5px;
}

.estatus_actual{
    height: 15px;
    background-color: #258279;
    text-align: center;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    display: block;
    width: 100%;
    margin-top: 1px;
    color: #FFF;
    text-decoration: none;
    border-radius: 20px;
    font-size: 12px;
    font-family: Amino-AltBlack, sans-serif;
}

.boton_guardar_enviar{
    width: 140px;
    height: 30px;
    margin-top: 10px;
    background-size: 100% 100%;
    background: url(https://storage.googleapis.com/cms-fischel.appspot.com/web/btn_guardarenviar_fischel.svg) no-repeat center;
    border: none;
    cursor: pointer;
    outline:0;
}

.boton_guardar{
    width: 140px;
    height: 30px;
    background-size: 100% 100%;
    background: url(https://storage.googleapis.com/cms-fischel.appspot.com/web/btn_guardar_fischel.svg) no-repeat center;
    border: none;
    cursor: pointer;
    outline:0;
}

.titulo_detalle{
    width: 100%;
    border-radius: 10px;
    font-size: 100%;
    color: #FFFF59;
    background-color:#00B2B0;
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-family: Amino-AltBlack, sans-serif;
}

.tabla_productos{
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    text-align: center;
}

.tabla_productos th{
    background-color: #F2F5FB;
    padding: 5px;
    font-size: 70%;
    color: #000000;
    font-family: Amino-AltBold, sans-serif;
}

.tabla_productos td{
    font-size: 80%;
    padding: 10px;
    color: #000000;
    border-bottom: 1px #F2F5FB solid;
}

.tabla_productos td:nth-child(1),
.tabla_productos th:nth-child(1){
    width: 10%;
}

.tabla_productos td:nth-child(2),
.tabla_productos th:nth-child(2){
    width: 10%;
}

.tabla_productos td:nth-child(3),
.tabla_productos th:nth-child(3){
    width: 10%;
}

.tabla_productos td:nth-child(4),
.tabla_productos th:nth-child(4){
    width: 30%;
}

.tabla_productos td:nth-child(5),
.tabla_productos th:nth-child(5){
    width: 20%;
}

.tabla_productos td:nth-child(5),
.tabla_productos th:nth-child(5){
    width: 20%;
}

.botones_usuarios{
    justify-content: center;
}


.boton_usuarios_f_on{
    width: 200px;
    height: 30px;
    background: url(https://storage.googleapis.com/cms-fischel.appspot.com/web/btnfischel_userfarmacia_on.svg) no-repeat;
    background-size: auto;
    border: none;
    margin: 20px;
    outline:0;
    cursor:pointer;
}

.boton_usuarios_f_off{
    width: 200px;
    height: 30px;
    background: url(https://storage.googleapis.com/cms-fischel.appspot.com/web/btnfischel_userfarmacia_off.svg) no-repeat;
    background-size: auto;
    border: none;
    margin: 20px;
    outline:0;
    cursor:pointer;
}

.boton_usuarios_m_on{
    width: 200px;
    height: 30px;
    background: url(https://storage.googleapis.com/cms-fischel.appspot.com/web/btnfischel_motorizado_on.svg) no-repeat;
    background-size: auto;
    border: none;
    margin: 20px;
    outline:0;
    cursor:pointer;
}

.boton_usuarios_m_off{
    width: 200px;
    height: 30px;
    background: url(https://storage.googleapis.com/cms-fischel.appspot.com/web/btnfischel_motorizado_off.svg) no-repeat;
    background-size: auto;
    border: none;
    margin: 20px;
    outline:0;
    cursor:pointer;
}

.boton_crear_usuario{
    width: 180px;
    height: 30px;
    background: url(https://storage.googleapis.com/cms-fischel.appspot.com/web/btnfischel_crearuser.svg) no-repeat;
    background-size: auto;
    border: none;
    outline:0;
    cursor:pointer;
}

.texto_lista_usuarios{
    font-size: 80%;
    color: #00B2B0;
    font-family: Amino-AltBold, sans-serif;
}

.linea_horizontal{
    width: 700px;
    border-top: 1px solid #F3F3F4;
}

.tabla_lista_usuarios{
    margin: 0 auto;
    border-collapse: collapse;
    text-align: center;
}

.tabla_lista_usuarios td{
    font-size: 100%;
    padding: 10px;
    color: #52565B;
}

.tabla_lista_usuarios td:nth-child(1),
.tabla_lista_usuarios th:nth-child(1){
    width: 15%;
}

.tabla_lista_usuarios td:nth-child(2),
.tabla_lista_usuarios th:nth-child(2){
    width: 15%;
}

.tabla_lista_usuarios td:nth-child(3),
.tabla_lista_usuarios th:nth-child(3){
    width: 70%;
    text-align: left;
}

.boton_eliminar_usuario{
    width: 20px;
    height: 25px;
    background-size: 100% 100%;
    background: url(https://storage.googleapis.com/cms-fischel.appspot.com/web/btn_borrar.svg) no-repeat center;
    border: none;
    outline:0;
    cursor:pointer;
}

.boton_ver_usuario{
    width: 25px;
    height: 25px;
    background-size: 100% 100%;
    background: url(https://storage.googleapis.com/cms-fischel.appspot.com/web/btn_ver_fischel.svg) no-repeat center;
    border: none;
    outline:0;
    cursor:pointer;
}

.boton_asignar_pedido{
    width: 180px;
    height: 30px;
    background: url(https://storage.googleapis.com/cms-fischel.appspot.com/web/btn_asignarpedido_fischel.svg) no-repeat;
    background-size: auto;
    border: none;
    outline:0;
    cursor:pointer;
}

.linea_horizontal_blanca{
    width: 680px;
    border-top: 2px solid #FFFFFF;
}

.boton_enviar{
    width: 140px;
    height: 30px;
    background-size: 100% 100%;
    background: url(https://storage.googleapis.com/cms-fischel.appspot.com/web/btn_enviar_fischel.svg) no-repeat center;
    border: none;
    cursor: pointer;
    outline:0;
}

.boton_datos_facturacion{
    width: 170px;
    height: 15px;
    padding: 5px;
    margin-top: 5px;
    background-color: #F6C500;
    text-align: center;
    display: block;
    color: #000000;
    text-decoration: none;
    border-radius: 20px;
    font-size: 80%;
    font-family: Amino-Alt, sans-serif;
}

.boton_ver_receta{
    width: 150px;
    height: 15px;
    padding: 5px;
    margin-left: 10px;
    background-size: 100% 100%;
    background: url(https://storage.googleapis.com/cms-fischel.appspot.com/web/btn_receta.svg) no-repeat center;
    margin-top: 5px;
    display: block;
    border-radius: 20px;
}

.tabla_productos_cc{
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    text-align: center;
}

.tabla_productos_cc th{
    background-color: #F3F3F4;
    padding: 5px;
    font-size: 70%;
    color: #000000;
    font-family: Amino-AltBold, sans-serif;
}

.tabla_productos_cc td{
    font-size: 80%;
    padding: 10px;
    color: #000000;
    border-bottom: 1px #F2F5FB solid;
}

.tabla_productos_cc td:nth-child(1),
.tabla_productos_cc th:nth-child(1){
    width: 5%;
}

.tabla_productos_cc td:nth-child(2),
.tabla_productos_cc th:nth-child(2){
    width: 5%;
}

.tabla_productos_cc td:nth-child(3),
.tabla_productos_cc th:nth-child(3){
    width: 10%;
}

.tabla_productos_cc td:nth-child(4),
.tabla_productos_cc th:nth-child(4){
    width: 10%;
}

.tabla_productos_cc td:nth-child(5),
.tabla_productos_cc th:nth-child(5){
    width: 30%;
}

.tabla_productos_cc td:nth-child(6),
.tabla_productos_cc th:nth-child(6){
    width: 15%;
}

.tabla_productos_cc td:nth-child(7),
.tabla_productos_cc th:nth-child(7){
    width: 20%;
}

.titulo_superior_facturacion{
    color: #00B2B0;
    font-size: 140%;
    margin-top: 10px;
    margin-bottom: 0;
    font-family: Amino-AltBNold, sans-serif;
}

.linea_horizontal_facturacion{
    width: 95%;
    margin: 5px auto;
    border-top: 2px solid #F3F3F4;
}

.text_facturacion_titulo {
    margin-bottom: 20px;
    font-size: 140%;
    font-family: Amino-AltBold, sans-serif;
}

.text_facturacion {
    margin-top: 15px;
    font-size: 100%;
}

.boton_salir{
    text-align: center;
    display: block;
    color: #00B2B0;
    text-decoration: none;
    font-size: 120%;
    font-family: Amino-AltBold, sans-serif;
}

.boton_ver_farmacias{
    width: 140px;
    height: 30px;
    border: none;
    cursor: pointer;
    outline:0;
}

.boton_buscar_productos{
    width: 140px;
    height: 25px;
    margin-left: 10px;
    background-size: 100% 100%;
    border: none;
    cursor: pointer;
    outline:0;
}

.boton_guardar_cantidad{
    width: 120px;
    height: 25px;
    background-size: 100% 100%;
    background: url(https://storage.googleapis.com/cms-fischel.appspot.com/web/btnfchl_guardarcambios.svg) no-repeat center;
    border: none;
    cursor: pointer;
    outline:0;
}

.div_categorias{
    width: 95%;
    margin: auto;
    background-color: #F3F3F4;
    border-radius: 20px;
}

.boton_categoria{
    width: 80px;
    height: 80px;
    margin: 5px;
    border: none;
    cursor: pointer;
    outline:0;
}

.elemento_categoria{
    width: 95%;
    height: 350px;
    overflow-y: scroll;
}

.busqueda_nombre{
    color: #52565B;
    font-size: 100%;
    margin: 0 0 5px;
}

.busqueda_codigo{
    color: #52565B;
    margin: 0 0 5px;
    font-size: 70%;
}

.busqueda_promocion{
    color: #F40014;
    margin: 0 0 5px;
    font-size: 70%;
}

.busqueda_texto_selector{
    color: #00B2B0;
    margin: 0;
    font-size: 60%;
}

.busqueda_select {
    width: 100px;
    height: 30px;
    border-style: none;
    border-radius: 20px;
    outline:0;
    cursor:pointer;
    color: #00B2B0;
    background-color: #F3F3F4;
    background-image: url(https://storage.googleapis.com/cms-fischel.appspot.com/web/flecha_selector_fischel.svg);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 12px 12px;
    appearance: none;
    padding-left: 10px;
    margin-top: 1px;
}

.boton_agregar{
    width: 100px;
    height: 42px;
    background-size: 100% 100%;
    background: url(https://storage.googleapis.com/cms-fischel.appspot.com/web/btn_agregar_fischel.svg) no-repeat center;
    border: none;
    cursor: pointer;
    outline:0;
}

.boton_agregar_producto{
    width: 100px;
    height: 42px;
    background-size: 100% 100%;
    background: url(https://storage.googleapis.com/cms-fischel.appspot.com/web/btnfischel_agregar.svg) no-repeat center;
    border: none;
    cursor: pointer;
    outline:0;
}

.loader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #000000;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    display: none;
}

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

.loader_icono{
    position: absolute;
    border: 12px solid #00B2B0;
    border-radius: 50%;
    border-top: 12px solid #444444;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    margin: auto;
    animation: spin 1s linear infinite;
}

.input_buscador{
    width: 95%;
    height: 30px;
    border-style: none;
    border-radius: 20px;
    outline:0;
    color: #00B2B0;
    background-color: #F3F3F4;
    padding-left: 10px;
}

.boton_lupa{
    width: 50px;
    height: 30px;
    background-size: 100% 100%;
    background: url(https://storage.googleapis.com/cms-fischel.appspot.com/web/btn_lupabuscar_fischel.svg) no-repeat center;
    border: none;
    outline:0;
    cursor:pointer;
}

.nombre_farmacia{
    font-size: 140%;
    font-family: Amino-AltBlack, sans-serif;
    color: #00B2B0;
    margin: 0 0 5px;
}

.direccion_farmacia{
    font-size: 100%;
    color: #00B2B0;
    margin: 0;
}

.boton_asignar{
    width: 80px;
    height: 25px;
    background-size: 100% 100%;
    background: url(https://storage.googleapis.com/cms-fischel.appspot.com/web/btnfischel_asignar.svg) no-repeat center;
    border: none;
    outline:0;
    cursor:pointer;
}

.boton_liberar{
    width: 80px;
    height: 25px;
    background-size: 100% 100%;
    background: url(https://storage.googleapis.com/cms-fischel.appspot.com/web/btnfischel_liberar.svg) no-repeat center;
    border: none;
    outline:0;
    cursor:pointer;
}

.tabla_lista_motorizados{
    margin: 0 auto;
    border-collapse: collapse;
    text-align: center;
}

.tabla_lista_motorizados th{
    font-size: 80%;
    padding: 10px;
    color: #00B2B0;
}

.tabla_lista_motorizados td{
    font-size: 100%;
    padding: 10px;
    color: #52565B;
}

.tabla_lista_motorizados td:nth-child(1),
.tabla_lista_motorizados th:nth-child(1){
    width: 5%;
}

.tabla_lista_motorizados td:nth-child(2),
.tabla_lista_motorizados th:nth-child(2){
    width: 5%;
}

.tabla_lista_motorizados td:nth-child(3),
.tabla_lista_motorizados th:nth-child(3){
    width: 25%;
    text-align: left;
}

.tabla_lista_motorizados td:nth-child(4),
.tabla_lista_motorizados th:nth-child(4){
    width: 25%;
}

.tabla_lista_motorizados td:nth-child(5),
.tabla_lista_motorizados th:nth-child(5){
    width: 25%;
}

.tabla_lista_motorizados td:nth-child(6),
.tabla_lista_motorizados th:nth-child(6){
    width: 15%;
}

.input_buscador2{
    width: 25%;
    height: 30px;
    border-width: 1px;
    border-style: solid;
    border-color: #00B2B0;
    color: #00B2B0;
    border-radius: 25px;
    padding-left: 10px;
    padding-right: 10px;
    outline: 0;
}

.boton_lupa2{
    width: 30px;
    height: 30px;
    margin-left: 10px;
    background-size: 100% 100%;
    background: url(https://storage.googleapis.com/cms-fischel.appspot.com/web/lupa_fischel.svg) no-repeat center;
    border: none;
    outline:0;
    cursor:pointer;
}

.btn_desactivado {
    display: none;
}

.tabla_canjes{
    margin: 0 auto;
    border-collapse: collapse;
    text-align: center;
}

.tabla_canjes th{
    font-size: 70%;
    padding: 10px;
    color: #00B2B0;
}

.tabla_canjes td{
    font-size: 100%;
    padding: 10px;
    color: #000000;
    border-bottom: 1px #F2F5FB solid;
}

.tabla_canjes td:nth-child(1){
    width: 30%;
    text-align: left;
}

.tabla_canjes td:nth-child(2),
.tabla_canjes th:nth-child(2){
    width: 25%;
}

.tabla_canjes td:nth-child(3),
.tabla_canjes th:nth-child(3){
    width: 25%;
    color: #00B2B0;
}

.tabla_canjes td:nth-child(4),
.tabla_canjes th:nth-child(4){
    width: 20%;
}

.texto_canje{
    font-size: 120%;
    margin-bottom: 10px;
}

.input_cantidad{
    width: auto;
    text-align: center;
    border: none;
    outline: 0;
    cursor: pointer;
}

.boton_continuar{
    width: 90px;
    height: 30px;
    background-size: 100% 100%;
    background: url(https://storage.googleapis.com/cms-fischel.appspot.com/web/btnalerta_continuar.svg) no-repeat center;
    border: none;
    outline:0;
    cursor:pointer;
}

.div_cerrarsesion{
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 1%;
}

.nota_cliente {
    margin-top: 5px;
    font-size: 18px;
    color: #F6C500;
}

/* Seguimiento */

.div_botones_seguimiento_off{
    position: relative;
    width: 140px;
    height: 60px;
    background-image: url(https://storage.googleapis.com/cms-fischel.appspot.com/web/btnmenusegui_gris.png);
    background-repeat: no-repeat;
    background-size: contain;
    cursor:pointer;
    color: #B0B0B0;
    margin-left: 2px;
    margin-right: 2px;
}

.div_botones_seguimiento_on{
    position: relative;
    width: 140px;
    height: 60px;
    background-image: url(https://storage.googleapis.com/cms-fischel.appspot.com/web/btnmenusegui_verde.png);
    background-repeat: no-repeat;
    background-size: contain;
    cursor:pointer;
    color: #FFFFFF;
    margin-top: 3px;
    margin-left: 2px;
    margin-right: 2px;
}

.alerta_naranja{
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    background: url(https://storage.googleapis.com/cms-fischel.appspot.com/web/alertasegui_naranja.png) no-repeat center;
    border: none;
    margin-right:1%;
    outline:0;
    cursor:pointer;
}

.alerta_roja{
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    background: url(https://storage.googleapis.com/cms-fischel.appspot.com/web/alertasegui_rojo.png) no-repeat center;
    border: none;
    margin-right:1%;
    outline:0;
    cursor:pointer;
}

.texto_boton_seguimiento{
    width: 60%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 90%;
}

.tabla_seguimiento{
    margin: 0 auto;
    border-collapse: collapse;
    text-align: center;
}

.tabla_seguimiento tr{
    border-bottom: 1px solid #F8F7F8;
}

.tabla_seguimiento th{
    font-size: 80%;
    padding: 10px;
    color: #B0B0B0;
}

.tabla_seguimiento td{
    font-size: 100%;
    padding: 20px 10px;
    color: #000000;
}

.tabla_seguimiento td:nth-child(1),
.tabla_seguimiento th:nth-child(1){
    width: 20%;
    text-align: left;
}

.tabla_seguimiento td:nth-child(2),
.tabla_seguimiento th:nth-child(2){
    width: 20%;
}

.tabla_seguimiento td:nth-child(3),
.tabla_seguimiento th:nth-child(3){
    width: 15%;
}

.tabla_seguimiento td:nth-child(4),
.tabla_seguimiento th:nth-child(4){
    width: 15%;
}

.tabla_seguimiento td:nth-child(5),
.tabla_seguimiento th:nth-child(5){
    width: 15%;
}

.tabla_seguimiento td:nth-child(5),
.tabla_seguimiento th:nth-child(5){
    width: 15%;
}

.texto_tiempo_tabla_seguimiento{
    font-size: 150%;
    font-family: Amino-AltBlack,serif;
}

.boton_crear_prefactura{
    width: 140px;
    height: 30px;
    margin-top: 10px;
    background-size: 100% 100%;
    background: url(https://storage.googleapis.com/cms-fischel.appspot.com/web/btn_generarprefactura.svg) no-repeat center;
    border: none;
    cursor: pointer;
    outline:0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

.div_table_monitor_pagos{
    width: 700px;
    margin: 20px auto auto;
    height: 500px;
    overflow: auto;
}

.tabla_monitor_pagos{
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    text-align: center;
}

.tabla_monitor_pagos th {
    font-size: 100%;
    color: #00B2B0;
    background-color:#EDF6FF;
    padding: 10px;
    font-family: Amino-AltBlack, sans-serif;
}

.tabla_monitor_pagos td {
    font-size: 70%;
    color: #5C5C5C;
    padding: 8px;
}

.tabla_monitor_pagos td:nth-child(1),
.tabla_monitor_pagos th:nth-child(1){
    width: 10%;
}

.tabla_monitor_pagos td:nth-child(2),
.tabla_monitor_pagos th:nth-child(3){
    width: 10%;
}

.tabla_monitor_pagos td:nth-child(3),
.tabla_monitor_pagos th:nth-child(3){
    width: 25%;
}

.tabla_monitor_pagos td:nth-child(4),
.tabla_monitor_pagos th:nth-child(4){
    width: 25%;
}

.tabla_monitor_pagos td:nth-child(5),
.tabla_monitor_pagos th:nth-child(5){
    width: 10%;
}

.tabla_monitor_pagos td:nth-child(6),
.tabla_monitor_pagos th:nth-child(6){
    width: 10%;
}

.tabla_monitor_pagos td:nth-child(7),
.tabla_monitor_pagos th:nth-child(7){
    width: 10%;
}
.tabla_monitor_pagos tr:nth-child(even){
    background-color: #EDF6FF;
}