@charset "utf-8";

*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Catamaran';
}

#filtro_fecha {
    display: inline-block;
}

#filtro_general {
    display: inline-block;
}

.contenedor_buscador {
    position: relative;
}

.resultado_buscador {
    position: absolute;
    z-index: 999999999;
    background: rgb(255, 255, 255);
    width: 100%;
    max-height: 500px;
    overflow: auto;
    top: 52px;
    display: none;
    box-shadow: 0 2px 16px rgb(204 204 204 / 32%);
}

#confirmacion {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.61);
    width: 100%;
    height: 100%;
    display: none;
}

.nivel_visibilidad_10 {
    z-index: 9009 !important;
}

#editor_flotante_confirmacion {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
}

.relativo_confirmacion {
    position: absolute;
    width: 400px;
    background-color: #fff;
    padding: 80px 10px;
    text-align: center;
    left: -200px;
    top: -114px;
    z-index: 99999;
}

div#contenedor_mod_cuenta {
    max-width: 460px;
}

span.tip {
    color: #c7c7c7;
}

div#contenedor_reporte {
    margin-top: 10px;
}

a#btn_filtrar {
    margin: 0;
}

select#filtro_novedades {
    display: inline-block;
}

.campo2 {
    padding: 10px 15px;
    display: inline-block;
    vertical-align: middle;
}

.campo3 {
    width: 110px;
    padding: 10px 15px;
    display: inline-block;
    vertical-align: middle;
}

div#contenedor_complemento_filtro {
    display: inline-block;
}
a.btn_eliminar {
    color: #c33232 !important;
}

table#table_lista_usuarios td, table#table_lista_usuarios th {
    text-align: left;
    border-bottom: solid 1px #f1f1f1;
}

td.td_herramientas {
    text-align: right !important;
}

table#table_lista_usuarios {
    width: 100%;
}


a.btn_herramienta {
    color: #2b5ebb;
    padding: 5px 10px;
    display: inline-block;
}

a.btn_i {
    background: #2c5dbb;
    padding: 3px 20px;
    display: inline-block;
    margin-bottom: 10px;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
}

a.btn_i:hover {
    background: #103479;
}

.campo1 {
    width: 100%;
    padding: 10px 15px;
}

.btn_1 {
    display: block;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border: none;
    background: #2c5dbb;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.btn_1:hover {
    background: #103479;
}


svg#svg_cerrar {
    width: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.popup {
    display: none;
    padding: 20px;
    box-shadow: 1px 3px 8px #0000003b;
    border-radius: 3px;
    min-width: 400px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.61);
    width: 100%;
    height: 100%;
}
table#table_lista_usuarios tr:last-child td {
    border-bottom: none;
}

#velo {
    background: #0000008f;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* z-index: 999; */
}

.contenedor_general {
    background: #fff;
    padding: 10px;
    box-shadow: 1px 1px 2px #00000017;
    border-radius: 3px;
    margin-bottom: 10px;
}

div#contenedor_usuarios {
    max-width: 700px;
}

th.u_columna_nombres {
    width: 200px;
}

th.u_columna_correo {
    width: 250px;
}

div#contenedor {
    margin-left: 220px;
    margin-top: 10px;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    position: relative;
    left: 0;
    transition: 0.5s;
}

aside#menu {
    position: fixed;
    width: 230px;
    height: 100%;
    z-index: 500;
    background-color: #ffffff;
    left: 0;
    top: 0;
    box-shadow: 0 0 4px #d0d0d0;
}

footer {
    color: #d4d4d4;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    text-align: right;
    padding: 5px 15px;
    box-sizing: border-box;
    width: 100%;
    left: 0;
}

aside#menu a {
    color: #545454;
    text-decoration: none;
}

aside#menu li {
    list-style: none;
}

#contenedor_login {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgb(73,129,177);
    background: linear-gradient(90deg, rgba(73,129,177,1) 0%, rgba(73,143,177,1) 100%);
    z-index: 9999;
    top: 0;
    left: 0;
}

div#contenedor_relativo {
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
    vertical-align: middle;
}

#fondo_login {
    background-repeat: no-repeat;
    position: absolute;
    opacity: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-size: cover;
    transition: 1s;
}

div#contenedor_centrarLogin {
    width: 100%;
    height: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.div_login {
    background: rgba(255, 255, 255, 0.98);
    padding: 20px;
    width: 400px;
    margin: auto;
    border-radius: 5px;
    text-align: center;
    color: #6b6b6b;
    font-weight: 300;
}

.marco_punteado {
}

.div_login label {
    display: block;
    color: #8e8e8e;
}

label {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #464646;
}

.div_login input[type=text], .div_login input[type=password], .div_login input[type=email] {
    width: 100%;
    border: none;
    background: transparent;
    border: solid 1px rgba(123, 123, 123, 0.28);
    color: #8c8c8c;
    padding: 10px;
    text-align: center;
    outline: none;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

span#nombre_usuario {
    float: right;
}

#barra_superior {
    position: fixed;
    top: 0;
    right: 0;
    padding: 6px;
    padding-left: 280px;
    width: 100%;
    /* text-align: right; */
    background: #696969;
    color: #fff;
}

#indicadorDolar span {
    font-family: sans-serif;
}

span#dolarActual {
    display: block;
    text-align: center;
}

span#dolarActual_lbl {font-size: 11px;}

div#indicadorDolar {
    display: inline-block;
    background: #0000002e;
    padding: 4px 30px;
    cursor: default;
}

body {
    background: #f9f9f9;
}

aside#menu h2 {
    padding: 0px 20px;
}

aside#menu li a {
    padding: 8px 20px;
    display: block;
}

div#logo {
    text-align: center;
    padding: 20px;
    font-size: 45px;
    color: #00BCD4;
    text-decoration: none;
}

.tabla_rangos input {
    background: #ffffff;
    padding: 2px 10px;
    width: 100%;
    border: none;
    border-bottom: solid 1px #e2e2e2;
    text-align: center;
}

.tabla_rangos input::-webkit-outer-spin-button,
.tabla_rangos input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


div#config_precios {
    padding: 30px 0px;
}

.spacer_rangos {
    display: inline-block;
    background: #fff;
    vertical-align: top;
    box-shadow: 0 0 4px #d0d0d0;
    margin-right: 20px;
}

.spacer_rangos a {
    color: #888888;
    text-align: center;
    padding-left: 18px;
}

.spacer_rangos a:hover {
    color: #F44336;
}

.spacer_rangos h3 {
    text-align: center;
    background: #3384bd;
    color: #fff;
}

.rangos_ajx {
    padding: 10px 20px;
}

.tabla_rangos th, .tabla_rangos td {
    width: 100px;
    text-align: center;
    padding: 0px 7px;
}

td.td_nuevo_rango {
    text-align: left;
}

a.btn_nuevo_rango {
    text-decoration: none;
    font-size: 13px;
}

a.btn_guardar_rangos {
    background: #607D8B;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 5px;
    display: block;
}

a.btn_guardar_rangos:hover {
    color: #fff;
    background: #2196F3;
}

#plantilla_descripcion {
    min-width: 554px;
    max-width: 500px;
    min-height: 500px;
    padding: 20px;
}

#contenedor_editor_plantilla {
    margin-top: 50px;
}

span.pregunta_txt {
    display: block;
}

input.pregunta_respuesta {
    display: block;
    width: 100%;
    padding: 14px;
}

span.pregunta_txt i {
    color: #3673b1;
}

span.pregunta_usuario {
    color: #a0a0a0;
}

.spacer_pregunta {
    background: #fff;
    padding: 20px;
    margin-bottom: 10px;
    box-shadow: 0 0 4px #d0d0d0;
}

input.btn_responder_pregunta {
    background: #3673b1;
    border: none;
    color: #fff;
    padding: 5px 15px;
    margin-top: 10px;
    cursor: pointer;
}

a.btn_eliminar_pregunta {
    color: #d46363;
    text-decoration: none;
    float: right;
    margin-top: 10px;
}
input.btn_responder_pregunta:hover {
    background: #616161;
}

a.link_producto_ml {
    text-decoration: none;
    color: #404040;
    font-weight: 700;
}

span.otra_pregunta_txt {
    display: block;
    font-weight: 600;
}

.spacer_otra_pregunta {
    border-bottom: solid 1px #ddd;
}

.spacer_otra_pregunta:last-child{
    border-bottom: none;
}

.contenedor_otras_preguntas {
    background: #f3f3f3;
    padding: 10px;
}

a.link_preguntas_anteriores {
    color: #3673b1;
    text-decoration: none;
}

p.nada_que_mostrar {
    text-align: center;
    color: #a7a7a7;
}

aside#menu i {
    width: 21px;
    text-align: right;
    margin-right: 6px;
    text-align: center;
}
table.azml_table {
    border-collapse: collapse;
}

.azml_table tbody td {
    border: solid 1px #ddd;
    padding: 5px;
    text-align: center;
}

th, tr {
    text-align: center;
}

ul.lista_atributos li {
    list-style: none;
    font-size: 12px;
}
table#productos_amazon_ML {
    min-width: 1800px;
}
.separador_funcion {
    background: #fff;
    padding: 20px;
    margin-bottom: 10px;
    box-shadow: 0 0 4px #d0d0d0;
    overflow: auto;
    max-height: 500px;
}

*::-webkit-scrollbar {
    width: 0.8em;
    height:0.8em
}
*::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(171, 171, 171, 0.58);*/
}
*::-webkit-scrollbar-thumb {
    background-color: #3e3e3e;
    outline: 1px solid #2196f3;
}

div#contenedor_mod_abono {
    z-index: 101;
}

div#contenedor_mod_ver_factura {
    z-index: 100;
}

.campo {
    position: relative;
    margin-bottom: 5px;
}

.campo .icono {
    width: 40px;
    height: 40px;
    float: left;
    background: #f0f3f6;
    display: table;
    position: relative;
    z-index: 9999;
    text-align: center;
}

.campo i {
    color: #9a9a9a;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

#helperCaptcha2 {
    width: 304px;
    margin: auto;
    margin-bottom: 20px;
}

button.submitBTN {
    background: #e63e3e;
    color: #fff;
    border: none;
    padding: 15px;
    display: block;
    width: 100%;
}

a.link_login {
    margin-top: 20px;
    display: block;
    cursor: pointer;
}

a#btn_mostrar_registro {
    background: #e63e3e;
    color: #fff;
    border: none;
    padding: 7px;
    display: block;
    width: 100%;
    margin-top: 5px;
    text-decoration: none;
}

#loginBox .campo.show_lbl_form input, #singupBox .campo.show_lbl_form input {
    padding: unset;
    padding-left: 40px;
}

div#loginBox .campo input, div#singupBox .campo input, div#singupBox select {
    border: solid 1px #f0f3f6;
}

#loginBox input[type=text], #loginBox input[type=email], #loginBox input[type=password] {
    color: #727175;
    background: transparent;
    text-align: center;
    width: 100%;
    padding-left: 40px;
    height: 100% !important;
    position: absolute;
    right: 0;
    border: none;
    top: 0;
}

.campoInput100 {
    border:  none;
    width: 100% !important;
    padding-left: 40px !important;
    display: block;
    color: #727175;
    background: transparent;
    text-align: center;
    height: 100% !important;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 500 !important;
}

.pie {
    clear: both;
}

.msg_validacion {
    position: absolute;
    bottom: 2px;
    right: 5px;
    font-size: 12px;
}

.msg_invalido {
    color: #C00;
}

.msg_valido {
    color: #690;
}

div#mensaje_confirmacion {
    margin-bottom: 15px;
}

.button {
    background-color: #656565;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    margin: 5px;
    font-weight: 300;
    font-size: 15px;
    cursor: pointer;
    transition: 0.5s;
    font-family: 'Roboto', sans-serif;
}

.toolBorrar {
    color: #929292 !important;
}

a.toolbtn.toolEditar {
    padding: 5px 10px;
    background-color: #2c5dbb;
    color: #fff;
    text-decoration: none;
}

a.toolbtn.toolVer {
    padding: 5px 10px;
    background-color: #a3a3a3;
    color: #fff;
    text-decoration: none;
}

.contenedorListado {
    width: 100%;
    margin: auto;
    padding: 35px;
    background: #fff;
}

.contenedorListado {
    display: table;
}

.table.table-striped td {
    text-align: left;
    border-bottom: 1px solid #dfdfdf;
    padding: 7px;
}

.input_filtro {
    width: 178px;
    padding: 5px 10px;
    border: solid 1px #c6c6c6;
    border-radius: 5px;
}

.tipo_filtro {
    width: 130px;
}

select {
    border: none;
    border-bottom: solid 1px #ccc;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
    width: 100%;
}

div#herramientas {
    margin-bottom: 10px;
    /* max-width: 1200px; */
    margin: auto;
}

.herramientas_btn {
    margin-top: 0;
    border-radius: 2px;
    background: #2c5dbb;
    border: none;
    color: #ffffff;
    padding: 7px 20px;
    float: right;
    outline: none;
    margin-left: 10px;
    cursor: pointer;
}

.paginacion {
    text-align: center;
    margin-top: 20px;
}

a.atras, a.adelante {
    color: #fff;
    text-decoration: none;
    background: #363a41;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 10px;
    min-width: 90px !important;
    display: inline-block;
    text-align: center;
}

input#btn_iniciar_sesion {
    background-color: #656565;
    color: #fff;
    padding: 12px;
    border: none;
    font-weight: 300;
    font-size: 15px;
    cursor: pointer;
    transition: 0.5s;
    display: block;
    width: 100%;
    margin-top: 5px;
    font-family: 'Roboto', sans-serif;
}

h1 {
    margin-top: 10px;
    text-align: center;
}

input#btn_terminar {
    width: auto !important;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    cursor: pointer;
    padding: 3px 11px;
    color: #4b4b4b;
    font-size: 17px;
    font-weight: bold;
}

.cerrar_editor:hover {
    background-color: #b8b8b8;
}

.editor_flotante {
    position: fixed;
    width: 70%;
    max-height: 80%;
    border: solid 2px transparent;
    background: #f1f1f1;
    padding: 20px;
    top: 0;
    left: 0;
    margin: 2% 15%;
    box-sizing: border-box;
    z-index: 1002;
    font-weight: 300;
    overflow: auto;
}

.editor_flotante_2 {
    width: 20% !important;
    margin: 2% 40% !important;
}

.editor_flotante_3 {
    width: 30% !important;
    margin: 2% 35% !important;
}

.editor_flotante_4 {
    width: 40% !important;
    margin: 2% 30% !important;
}

.editor_flotante_5 {
    width: 50% !important;
    margin: 2% 25% !important;
}

.editor_flotante_6 {
    width: 60% !important;
    margin: 2% 20% !important;
}

.editor_flotante_7 {
    width: 70% !important;
    margin: 2% 15% !important;
}

.editor_flotante_8 {
    width: 80% !important;
    margin: 2% 10% !important;
}

.editor_flotante_9 {
    width: 90% !important;
    margin: 2% 5% !important;
}

table.table.table-striped {
    width: 100%;
}

div#logo img {
    width: 100%;
}

div#filtro_general .contenedor_buscador {
    width: 178px;
    display: inline-block;
}

td.nombre_juzgado {
    border-bottom: none !important;
    padding: 0 !important;
    background: #f3f3f3;
    color: #767676;
}

#tabla_procesos table.table.table-striped td {
    border-bottom: none !important;
}

#tabla_procesos {
    font-size: 12px;
}

a.toolbtn {
    font-size: 18px;
}

a.toolAuto {
    color: #c82222;
    margin-right: 2px;
}

a.toolHistorial {
    margin-right: 2px;
}

td.col_icono {
    text-align: right;
    display: inline-block;
}

label.correo_lbl {
    display: inline-block;
}

label.dato_correo {
    display: inline-block;
}

div#contenedor_login_registro #respuestaCaptcha {
    display: none;
}

label#texto_registro {
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-top: 50px;
}

#tipo_mostrar {
    width: 200px;
}

label#cantidad_procesos {
    text-align: center;
    font-size: 18px;
    margin-top: 0px;
}

div#contenido_procesos .contenedorListado {
    padding: 10px;
}

td.col_icono a {
    font-size: 15px;
}

div#contenedor_historial {
    font-size: 14px;
}

div#tabla_procesos {
  overflow-y: scroll;
  max-height: 500px;
}

div#tabla_procesos th{
    position: sticky;
    top: 0;
    text-align:left;
    background:#ffffff;
}

div#tabla_procesos table{
  border-collapse: collapse;
  width: 100%;
}