/*-  CSS "libraries"
----------------------------------------------------------------------*/
@import url("reset.css");
@import url("clearfix.css");

/*--------------------------------------------------------------------*/

* { padding: 0; margin: 0; }

@font-face {
	font-family: 'Arimo';
	src: url('/fuentes/Arimo-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Arimo';
	src: url('/fuentes/Arimo-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'OceanwideStd-Bold';
	src: url('/fuentes/OceanwideStd-Bold.otf') format('truetype');
}

@font-face {
	font-family: 'OceanwideStd-Regular';
	src: url('/fuentes/OceanwideStd-Regular.otf') format('truetype');
}

@font-face {
    /* body */
	font-family: 'GOTHIC';
	src: url('/fuentes/GOTHIC.TTF') format('truetype');
}

@font-face {
    /* body */
	font-family: 'COCOGOOSE';
	src: url('/fuentes/Cocogoose_trial.otf') format('truetype');
}

@font-face {
    /* subtitulo */
	font-family: 'GOTHICB';
	src: url('/fuentes/GOTHICB.TTF') format('truetype');
}

.font-title {
    font-family: "OceanwideStd-Bold";
}

.font-subtitle {
    font-family: "GOTHICB";
}

.font-body {
    font-family: "GOTHIC";
}

* { padding: 0; margin: 0; font-family: 'Arimo', sans-serif; }
* html .clearfix{ height: 1%; }
html, body { height: 100%; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
body {
    font-family: 'Arimo', sans-serif;
    font-size: 13px;
    overflow-x: hidden;
}

input, select, textarea {
    color: #111111;
    height: 20px;
    margin: 3px 0;
    text-transform: uppercase;
}

input.confirmar_btn_aceptar {
    height: auto;
    margin: 0;
}

.text-center{
    text-align: center !important;
}

/********************** ESTILOS HEADER **********************/

#header{
    width: 100%;
    margin:0 auto 10px auto;
    text-align:center;
}

.marginTopNone {
    margin: 0 auto 0px auto !important;
}

.paddingTopNone {
    padding-top: 0px !important;
}

#header h1{
    margin: 0px 0px 0px 0px;
    text-align: left;
    width: auto;
    padding: 10px 10px 0px 30px;
}
#header #panel_informacion{
    text-align: right;
    width: 100%;
}
#header #info_usuario{
    color: rgba(0, 0, 0, 0.8);
    text-align: right;
    margin-right: 20px;
}

#header #nombre_usuario{
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    font-size: 14px;
    width: 100%;
}

#header #info_usuario_gestion{
    color: #FF0000;
    font-weight: 700;
    font-size: 10px;
    overflow: hidden;
    text-shadow: 0 0 5px #dadce4;
}
#header #info_usuario_gestion p{
    font-size: 14px;
    height: 20px;
}
#logo {
    background-image: url("../imagenes/logo_grande.png");
    background-position: center top;
    background-repeat: no-repeat;
    height: 183px;
}
#header #nombre_usuario p{
    font-size: 15px;
}
#header #empresa{
    font-size: 15px;
}
#header #opciones_usuario{
    float:right;
    height: 25px;
    margin: 10px;
    width: 30%;
}
#header #opciones_usuario a{
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 700;
    margin-left: 10px;
    text-decoration: none;
}
#header #opciones_usuario a:hover{
    color: #FF0000;
    text-decoration: underline;
}
#header #miga_de_pan{
    float:right;
    height: 20px;
    width: 70%;
}

#header ul#menu{
    float:left;
    background: -moz-linear-gradient(top, #AAAAAA 30%, #DDDDDD 75%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#AAAAAA), color-stop(75%,#DDDDDD)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#AAAAAA', endColorstr='#DDDDDD',GradientType=0 ); /* ie */
    background-color: #AAAAAA; /* old browsers */
    padding: 5px 0;
    width: 100%;
}

#header ul#menu li{
    height:24px;
    float:left;
    font-weight: 700;
    font-size:11px;
    color:#FFF;
    text-transform:uppercase;
    line-height:23px;
    display:inline-block;
    padding: 0 4px;
    position: relative;
    zoom: 1; /* IE7 (hasLayout)*/
    *display: inline; /* IE */
    _width: 24px; /* IE6 */
    _float:left;
    _margin:0 1px;
    vertical-align: top; /* BASELINE CORRECCIÓN*/
}

#header ul#menu li a{
    width:100%;
    height:100%;
    background:#2575BE;
    display:block;
    color:#FFF;
    text-decoration:none;
    margin:0 7px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: -2px 2px 3px #111111;
    -moz-box-shadow: -2px 2px 3px #111111;
    box-shadow: -2px 2px 3px #111111;
}
#header ul#menu li a:hover{
    background:#E3ECE9;
    color:#215185;
}

#header ul#menu li a.selected{
    width:100%;
    height:100%;
    background:#E3ECE9;
    display:block;
    color:#215185;
    text-decoration:none;
    margin:0 7px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: -1px 1px 1px #111111;
    -moz-box-shadow: -1px 1px 1px #111111;
    box-shadow: -1px 1px 1px #111111;
}
.tooltip {
    color: #111111;
    outline: none;
    text-decoration: none;
    position: relative;
}
.tooltip span {
    margin-left: -999em;
    position: absolute;
}
.tooltip:hover span {
    width:150px;
    background:#FDF3E0;
    color:#236598;
    text-indent:1px;
    margin-left: -63px;
    padding: 0.8em 1em;
    position: absolute;
    left: 0em;
    top: -55px;
    border-radius: 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 2px 2px 2px #A58662;
    -webkit-box-shadow: 2px 2px #A58662;
    -moz-box-shadow: 2px 2px #A58662;
    z-index: 99;
}

.tooltip:hover span:before,
.tooltip:hover span:after{
    content: "";
    position: absolute;
    z-index: 1000;
    bottom: -7px;
    left: 50%;
    margin-left: -8px;
    border-top: 8px solid #FDF3E0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 0;
}
* html a:hover { background: transparent; }

/********************** ESTILOS FOOTER **********************/

#footer_content{
    bottom: 0;
    width: 100%;
    background-color: #e1e1e1;
    line-height: normal !important;
    height: 65px;
}
#footer_content * {
    vertical-align: middle;
}

#footer_content a{
    color:#000;
    text-decoration:solid;
    font-size: 13px;
}
#footer_content #legales{
    width:840px;
    height:43px;
    background:#d8c095;
    padding:10px 30px;
}
#footer_content #footer_right{
    position: absolute;
    bottom:1px;
    right: 100px;
}
#estado_carga, #contenedor_cargador{
    display: none;
    position: absolute;
}
#contenedor_cargador{
    height: 100%;
    left:0;
    overflow: hidden;
    top:0;
    width: 100%;
}
#bg_cargador{
    position: fixed;
    background: #111111;
    height: 100vh;
    left:0;
    opacity:0.5;
    top:0;
    width: 100%;
    z-index:998;
    position: fixed;
}
#estado_carga{
    background-color: #AAAAAA;
    color:#FFFFFF;
    left: 30%;
    margin: 20px;
    padding: 15px 10px;
    top: 36%;
    width: 350px;

}
#cargador{
    margin: 0 auto;
    top: 30%;
    left: 25%;
    position: relative;
}
#msj_carga{
    font-weight: 700;
    padding:20px;
    text-align: center;
}
#img_carga{
    border: 1px solid #FFFFFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px -2px 10px -2px #333333 inset;
    -moz-box-shadow: 0px -2px 10px -2px #333333 inset;
    box-shadow: 0px -2px 10px -2px #333333 inset;
    margin: 10px auto;
    padding: 1px;
    width: 300px;
}
#img_barra{
    background-image: -ms-linear-gradient(top, #4A85BF -10%, #75CFF9 100%);
    background-image: -moz-linear-gradient(top, #4A85BF -10%, #75CFF9 100%);
    background-image: -o-linear-gradient(top, #4A85BF -10%, #75CFF9 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-0.1, #4A85BF), color-stop(1, #75CFF9));
    background-image: -webkit-linear-gradient(top, #4A85BF -10%, #75CFF9 100%);
    background-image: linear-gradient(top, #4A85BF -10%, #75CFF9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4A85BF', endColorstr='#75CFF9',GradientType=0 ); /* ie */
    background-repeat: no-repeat;

    height: 20px;
    width: 100px;
}
/********************** ESTILOS CONTENIDO **********************/

#contenido{
    padding-bottom: 10%;
    margin:12px auto 0 auto;
    color: rgba(0, 0, 0, 0.8);
}
.titulo_formulario, .titulo_flotante, .titulo_flotante_promocion{
    font-weight: 700;
    padding: 5px 0;
    text-align: center;
}

.titulo_formulario div,.titulo_flotante div, .titulo_flotante_promocion div{
    font-weight: 700;
}

.separador_titulos{
    padding: 10px 0;
}
.separador_titulos_pequeños{
    color: #111111;
    padding: 5px 0;
    text-transform: uppercase;
}
.titulo_formulario{
    border-radius: 8px  8px 0 0;
}

.titulo_flotante{
    background: #0079B2; /* old browsers */
    background: -moz-linear-gradient(top, #FFFFFF 10%, #C3C3C3 95%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#FFFFFF), color-stop(95%,#C3C3C3)); /* webkit */
    background: -o-linear-gradient(top, #FFFFFF 10%, #C3C3C3 95%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#C3C3C3',GradientType=0 ); /* ie */
    color:#111111;
}
.titulo_flotante .boton_cerrar, .boton_atras{
    border: 1px solid #888888;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px -2px 10px -2px #333333 ;
    -moz-box-shadow: 0px -2px 10px -2px #333333 ;
    box-shadow: 0px -2px 10px -2px #333333 ;
    float:right;
    margin: -3px 10px;
    padding: 2px 5px;
}
.boton_atras{
    font-weight: 700;
    margin: 20px;
    padding: 5px 10px;
    text-transform: uppercase;
}
.titulo_barra{
    background: #0079B2; /* old browsers */
    background: -moz-linear-gradient(top, #0079B2 10%, #024973 95%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#0079B2), color-stop(95%,#024973)); /* webkit */
    background: -o-linear-gradient(top, #0079B2 10%, #024973 95%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0079B2', endColorstr='#024973',GradientType=0 ); /* ie */
    color:#ffffff;
    font-weight: 700;
    margin: 10px 0 0 0;
    padding: 5px 0;

    text-align: center;
}
.linea_gris{
    background: #d9d9d9;
}
.linea_blanca{
    background: #FFFFFF;
}
.texto1, texto2, texto3{
    font-size: 10pt;
    color: rgba(0, 0, 0, 0.8);
    height: 20px;
    margin: 3px 0;
}
.texto1{
    width: 150px;
}
.texto2{
    width: 250px;
}
.texto3{
    font-size: 13pt;
    width: 150px;
}
.texto4{
    font-size: 9pt;
    width: 115px;
}
.input_mail{
    width: 220px;
    text-transform: none;
}
.requerido{
	color:#FF0000;
}
.boton{
    margin: 15px;
}
.campo{
    font-size: 14px;
    margin: 15px 0;
    overflow: hidden;
    width: 70%;
}
.campo span{
    margin: 0 10px;
}
.campo input, .campo select{
    float: right;
    padding: 2px;
}
.campo input{
    width: 120px;
}
.campo select{
    width: 125px;
}
.bg_form{
    margin-top: 10px !important;
    border: 1px solid #C4C4C4;
    margin: 0 0 1rem 0;
    -webkit-box-shadow: 0px 20px 23px -17px #C4C4C4;
    -moz-box-shadow: 0px 20px 23px -17px #C4C4C4;
    box-shadow: 1px 1px 7px 0px #C4C4C4;
    border-radius: 8px;
    /*width: 100%;*/
}
.form_pedido{
    background-image: -ms-radial-gradient(center bottom, ellipse farthest-corner, #AAAAAA 0%, #FFFFFF 100%);
    background-image: -moz-radial-gradient(center bottom, ellipse farthest-corner, #AAAAAA 0%, #FFFFFF 100%);
    background-image: -o-radial-gradient(center bottom, ellipse farthest-corner, #AAAAAA 0%, #FFFFFF 100%);
    background-image: -webkit-gradient(radial, center bottom, 0, center bottom, 553, color-stop(0, #AAAAAA), color-stop(1, #FFFFFF));
    background-image: -webkit-radial-gradient(center bottom, ellipse farthest-corner, #AAAAAA 0%, #FFFFFF 100%);
    background-image: radial-gradient(ellipse farthest-corner at center bottom, #AAAAAA 0%, #FFFFFF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#AAAAAA', endColorstr='#FFFFFF',GradientType=0 ); /* ie */
    background-color: #FFFFFF; /* old browsers */
    -webkit-box-shadow: 2px 2px 3px 0px #000050;
    -moz-box-shadow: 2px 2px 3px 0px #000050;
    box-shadow: 2px 2px 3px 0px #000050;
    margin-top: 10px !important;
}
.boton_link, .boton_filtro, .info_valor, .boton_claro{
    text-align: center;
    vertical-align: middle;
    margin: 10px;
}

.area_botones{
    text-align: center;
    vertical-align: middle;
    margin: 10px;
    display: inline-block;
}

.area_botones_popup{
    text-align: center;
    vertical-align: middle;
    margin: 30px;
}

.area_botones_grid{
    text-align : center;
    vertical-align: middle;
}

.buttons-separation-grid{
    margin-left: 2% !important;
}

.boton_link, .boton_claro{}

.boton_link input, .boton_filtro input, .info_valor .boton{ }

.boton_aceptar {
    text-decoration: none;
    background: #0079F2;
    border: 2px solid white;
    outline: 2px solid #0079F2;
    color: white;
    font-weight: bold;
    -webkit-border-radius: 60;
    -moz-border-radius: 60;
    border-radius: 60px;
}

.boton_aceptar:hover{
    background: #5CADFF;
    text-decoration: none;
    cursor: pointer;
}

.boton_ingresar {
    background: #39aaf8;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;
    color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
    border: 2px solid white;
    outline: 2px solid #39aaf8;
    color: white;
    font-weight: bold;
}

.boton_ingresar:hover{
    background: #43cded;
    text-decoration: none;
    cursor: pointer;
}

.btn_generals_style {
    font-family: 'OceanwideStd-Bold';
    -webkit-border-radius: 10;
    border: 2px solid white;
    margin: 15px 0 20px -15px;
    -moz-border-radius: 10;
    text-decoration: none;
    display: inline-block;
    line-height: normal;
    border-radius: 60px;
    text-align: center;
    padding: 5px 20px;
    color: #ffffff;
    min-width: 125px;
    font-size: 18px;
}

#reset {
    background-color: #FF661F;
    outline: 2px solid #FF661F;
}

#reset:hover {
    background: #FF7E42;
    text-decoration: none;
    cursor: pointer;

}

.boton_cancelar{
    background: #FF7E42;
    -webkit-border-radius: 60;
    -moz-border-radius: 60;
    border-radius: 60px;
    color: #FFFFFF;
    /*padding: 10px 20px;*/
    text-decoration: none;
    border: 2px solid white !important;
    outline: 2px solid #FF7E42;
    color: white;
    font-weight: bold;
}

.boton_cancelar:hover{
    background: #FF661F;
    text-decoration: none;
    cursor: pointer;
}

.boton_pequeno{
    min-width: 100px;
    font-size: 13px;
    display: inline-block;
    padding: 5px 5px;
    line-height: normal;
    -webkit-border-radius: 60;
    -moz-border-radius: 60;
    border-radius: 60px;
    text-align: center;
}

.boton_pequeno_descarga{
    min-width: 135px;
    padding: 6px 8px 5px;
    font-size: 12px;
    display: inline-block;
    border-radius: 60px;
}

.boton_alerta{
    width: 150px;
    padding: 4px 8px 5px;
    margin-left: 15px;
    font-size: 12px;
    position: fixed;
    border: none !important;
    height: 20px !important;
}

.boton_alerta_popup{
    width: 150px;
    margin-left: 15px;
    font-size: 12px;
    position: fixed;
    height: 20px !important;
}

.boton_grande{
    min-width: 200px;
    padding: 4px 8px 3px;
    font-size: 12px;
}

#enviar {
    background-color: #39AAf8;
    outline: 2px solid #39AAf8;
}

#enviar:hover {
    background: #43CDED;
    text-decoration: none;
    cursor: pointer;
}

.boton_busqueda{
    min-width: 60px;
    padding: 4px 8px 3px;
    font-size: 11px;
}

.boton_claro input{
    background: #BA3524;
    background-image: -webkit-linear-gradient(top, #BA3524, #E78C9C);
    background-image: -moz-linear-gradient(top, #BA3524, #E78C9C);
    background-image: -ms-linear-gradient(top, #BA3524, #E78C9C);
    background-image: -o-linear-gradient(top, #BA3524, #E78C9C);
    background-image: linear-gradient(to bottom, #BA3524, #E78C9C);
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;
    -webkit-box-shadow: 0px 1px 1px #BA3524;
    -moz-box-shadow: 0px 1px 1px #BA3524;
    box-shadow: 0px 1px 1px #BA3524;
    font-weight: 700;
    color: #FFFFFF;
    font-size: 10px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    -webkit-appearance: none;
    outline: none;
}

.boton_link input, .boton_filtro input{ }
.boton_link input{
    min-width: 100px;
    height: 25px;
    padding: 3px 8px;
}

.boton_claro input{
    min-width: 100px;
    height: 25px;
    padding: 3px 8px;
}

.boton_filtro input{
    height: 20px;
    font-size: 10px;
    margin-right: 5px;
    padding: 3px;
}
.boton_link input:hover{
    background: #0079F2;
    text-decoration: none;
    cursor: pointer;
}

.boton_claro input:hover{
    background: #E78C9C;
    background-image: -webkit-linear-gradient(top, #E78C9C, #BA3524);
    background-image: -moz-linear-gradient(top, #E78C9C, #BA3524);
    background-image: -ms-linear-gradient(top, #E78C9C, #BA3524);
    background-image: -o-linear-gradient(top, #E78C9C, #BA3524);
    background-image: linear-gradient(to bottom, #E78C9C, #BA3524);
    text-decoration: none;
    cursor: pointer;
}

.boton_link a{
    background-image: -moz-linear-gradient(center top , #FFFFFF -30%, #0050A0 70%);
    /* Opera */
    background-image: -o-linear-gradient(top center, #FFFFFF -30%, #0050A0 70%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #FFFFFF), color-stop(1, #0050A0));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top right, #FFFFFF -30%, #0050A0 70%);
    /* Proposed W3C Markup */
    background-image: linear-gradient(top right, #FFFFFF -30%, #0050A0 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#0050A0',GradientType=0 ); /* ie */
    background-color: #0050A0; /* old browsers */

    border: 1px solid #111111;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color:#FFFFFF;
    float:right;
    font-weight: 700;
    padding: 3px 5px;
    text-align: center;
    text-decoration: none;
}
.boton_link a:hover{

    text-decoration: underline;
    text-shadow: 1px 1px 1px #000;
}
.boton_regresar{
    height: 40px;
}
.table_center{
    margin: 5px auto;
}

.table_center_link {
    width: 90% !important;
}

.table_center_link td {
    vertical-align: middle !important;
}

.formulario{
    height: 100%;
    vertical-align: central;
    width: 100%;
    margin: 0 auto;
}
.labelConsult{
    width: 300px !important;
}
.fieldConsult{
    width: 288px !important;
}
#parametros{
    border: 2px solid #AAAAAA;
    height: 70px;
    margin: 10px auto;
    position: relative;
    width: 55%;
}
#parametros #label, #parametros_pasacupo #label, .parametros_pasacupo #label{
    padding: 5px;
    text-align: center;
    width: 100%;
}
.parametros .label, .parametros_ancho .label, .parametros_pasacupo .label, .dato .label, .exportar .label, .nota .label{
    height: 22px;
    padding: 5px 0;
    text-align: center;
    width: 100%;
}

.labelHeader{
    color: white;
    font-weight: bold;
}

.buscador a{
    color: #0000FF;
    font-weight: 700;
    text-decoration: none;
}
.buscador a:hover{
    color: #12367A;
    text-decoration: underline;
}
#Idi{
    margin-left: 60px;
}
.campo_buscador{
    float: left;
    margin-top: 3px;
    margin-left: 40px;
    width: 120px;
}
.campo_buscador a{
    position: absolute;
    top: 20px;
    right: 15px;
}
.no_edit{
    background: none;
    border: 0;
    -webkit-box-shadow: 0px 0px 0px 0px #999999;
    -moz-box-shadow: 0px 0px 0px 0px #999999;
    box-shadow: 0px 0px 0px 0px #999999;
    color: #FF7E42;
    font-size: 16px;
    font-weight: 700;
}
.no_edit_text{
    background: none;
    border: 0;
    -webkit-box-shadow: 0px 0px 0px 0px #999999;
    -moz-box-shadow: 0px 0px 0px 0px #999999;
    box-shadow: 0px 0px 0px 0px #999999;
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
}

/* FILTROS */
.parametros, .parametros_ancho, .parametros_fechas, .parametros_fechas_consig,.parametros_dia, .dato, .exportar, .back, .warning, .nota{
    border: 1px solid #C4C4C4;
    float: left;
    height: 75px;
    margin: 0 2px;
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.parametros_fechas .label {
    margin-top: 5px;
}
.casilla_certificado{
    border: 1px solid #AAAAAA;
    float: left;
    height: 75px;
    margin: 0 2px;
    position: relative;
}
.parametros, .casilla_certificado{
    width: 110px;
}
.parametros_ancho{
    font-size: 11px;
    width: 125px;
}
.parametros_fechas{
    width: 175px;
}
.parametros_fechas_consig{
    width: 115px;
}
.parametros_dia{
    width: 110px;
}
.dato{
    width: 150px;
}
.nota{
    overflow: auto;
    width: 200px;
}
.exportar{
    width: 70px;
}
.back, .warning{
    width: 90px;
}
.warning_msj{
    color: #0079F2;
    margin: 2px;
    font-size: 11px;
    font-weight: 700;
    text-align:center;
}

.label{
    text-align: center;
}

codigo {
    margin-left: 0;
}
#filtros{
    height: 78px;
    margin: 10px auto;
    padding: 3px 1px;
    font-size: 0.885em;
}
.campo_filtro{
    float: left;
    margin-top: 3px;
    margin-left: 6px;
    width: 65px;
}
.tamano_campo_buscar{
    width: 29% !important;
}
.campo_buscar{
    width: 336px !important;
}
.campo_fecha{
    top: 100%;
    float: right;
    margin: 5px 0 0 5px;
    width: 105px;
}
.campo_fecha * {
    vertical-align: middle;
}
.label_fecha{
    float: left;
    margin-top: 5px;
    margin-left: 5px;
    width: 60px;
}
.input_fecha{
    font-size: 13px;
    height: 18px;
    margin: 0;
    width: 80px;
}
.boton_fecha{
    height: 22px;
}
.campo_filtro .texto1{
    height: 20px;
    width: 95px;
}
.campo_filtro a{
    position: absolute;
    top: 20px;
    right: 15px;
}
#saldo {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    -webkit-box-shadow: 0px 0px 0px 0px #CCCCCC;
    -moz-box-shadow: 0px 0px 0px 0px #CCCCCC;
    box-shadow: 0px 0px 0px 0px #CCCCCC;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    font-weight: 700;
    margin: 5px auto;
    text-align: center;
}
/*///////////////////////RESUMEN/////////////////////*/
#resumen{
    font-size: 11px;
    height: 90px;
    color: #000;
}
#resumen, #resumen .titulo_resumen{
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #FAF4F4;
    font-weight: 700;
}
.titulo_resumen{
    background: #03A582; /* old browsers */
    font-weight: 700;
    height: 10px;
    line-height: 10px;
    padding: 5px 0;
    text-align: center;
}
.item_resumen{
    padding: 3px 0 3px 5px;
    width: 210px
}
.item_resumen .valor{
    float: right;
}
.columna_resumen{
    float: left;
    height: 80px;
    margin: 5px 8px 32px;
    overflow: hidden;
    width: 240px;
    color: rgba(0, 0, 0, 0.8);
}
.botones_filtros{
    margin: 10% 14%;
}
.botones_filtros_ceritifados{
    margin: 25% -7%;
}
.botones_filtros_ceritifados_pines{
    margin: 25% 26%;
}
.botones_filtros_fecha_pedido{
    margin: 10% 2%;
}
#pasacupo_contenedor{
    background: #123A8F;
    border:1px #AAAAAA;
    border-style:groove;
    bottom: -25px;
    -webkit-box-shadow: -2px -2px 12px #AAAAAA;
    -moz-box-shadow: -2px -2px 12px #AAAAAA;
    box-shadow: -2px -2px 12px #AAAAAA;
    font-size: 11px;
    height: 82px;
    padding: 5px;
    position: fixed;
    width: 50%;
}
#contenedor_pestania_pe{
    bottom: 0px;
    height: 30px;
    position: fixed;
    width: 100%;
}
#contenedor_pestania_pr{
    bottom: 0px;
    height: 47px;
    position: fixed;
    width: 100%;
}
.btn_pestania{
    display: none;
}
#last_pr{
    border-style:groove;
    -webkit-box-shadow: -2px 0px 0px #AAAAAA;
    -moz-box-shadow: -2px 0px 0px #AAAAAA;
    box-shadow: -2px -0px 0px #AAAAAA;
    font-size: 11px;
    height: 140px;
    padding: 5px;
    position: absolute;
    width: 99%;
    overflow: scroll;
    left: 0;
}
#last_pe{
    border-style:groove;
    -webkit-box-shadow: -2px 0px 0px #AAAAAA;
    -moz-box-shadow: -2px 0px 0px #AAAAAA;
    box-shadow: -2px 0px 0px #AAAAAA;
    font-size: 11px;
    height: 115px;
    padding: 5px;
    position: absolute;
    width: 99%;
    overflow: scroll;
    right: 2;
}
#lastT_buttonsDown, #lastT_buttonsUp{
    cursor: pointer;
    font-size: 18px;
    height: 24px;
    margin: -5px 7px 0 0;
    overflow: hidden;
    position: absolute;
    right: -5px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    top:6px;
    width: 25px;
}
#lastPr_buttonsDown, #lastPr_buttonsUp{
    cursor: pointer;
    font-size: 18px;
    height: 24px;
    margin: -18px 7px 0 0;
    overflow: hidden;
    position: absolute;
    right: 12px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    top:18px;
    width: 25px;
}
#lastPe_buttonsDown, #lastPe_buttonsUp{
    cursor: pointer;
    font-size: 18px;
    height: 24px;
    margin: -5px 7px 0 0;
    overflow: hidden;
    position: absolute;
    right: 12px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    top:6px;
    width: 25px;
}
#lastT_buttonsDown {
    top:100px;
}
#lastT_buttons:hover{
    border: 1px groove #DBEAF9;
}
#lastPr_buttons:hover{
    border: 1px groove #DBEAF9;
}
#lastPe_buttons:hover{
    border: 1px groove #DBEAF9;
}
#lastT_datos, #lastPr_datos, #lastPe_datos{
    float: left;
    width: 100%;
}
#lastT_titulo{
    float: right;
    font-weight: 700;
    padding-bottom: 3px;
    width: 100%;
}
.color_lastT_titulo_marca1{
    color:#FFFFFF;
}
.color_lastT_titulo_marca2{
    color:#111111;
}
.lastT_linea{
    border:1px inset #5494CA;
    float:left;
    font-size: 10px;
    margin: -1px 2px;
    padding: 1px;
    width: 630px;
}
.lastT_lineaP{
    border:1px inset #5494CA;
    float:left;
    font-size: 10px;
    margin: -1px 2px;
    padding: 1px;
    width: 1312px;
}
.lastT_cell{
    padding: 3px 3px;
    float: left;
}
.table_row{
    border: 1px solid;
}
input, select, textarea{
    border: 1px solid #888888;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius:4px;
}

input[type='button'],
input[type='submit'],
input[type='reset'] {
    height: auto;
    border-radius:60px;
}

#ayuda_link{
    color: #F5180B;
    text-decoration: none;
    text-transform: uppercase;
}
#ayuda_link:hover{
    text-decoration: underline;
}
#mantenimiento{
    color: #D01E1C;
    font-size: 25px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
}

/*/////////////////////////////////////////////////////*/
#contenedor_grid{
    height: 250px;
    margin: 15px 15%;
    overflow-y: scroll;
    width: 80%;
}
.grid_reporte{
    border: 2px solid #333333;
}
.grid_reporte tr{
    border: 1px dashed #0000FF;
}
.grid_reporte th{
    font-weight: 700;
}
.grid_reporte td{
    border-left: 1px solid #D01E1C;
    padding: 0 10px;
}
.grid_reporte .moneda{
    text-align: right;
}
#promos_body{
    bottom: 0;
    height: 260px;
    overflow: hidden;
    padding: 23px 10px 0;
    position: fixed;
    right: 30px;
}
#promos_contenedor{
    background: #DDD;
    background-image: -ms-linear-gradient(top, #FAFAFA -10%, #9C9C9C 100%);
    background-image: -moz-linear-gradient(top, #FAFAFA -10%, #9C9C9C 100%);
    background-image: -o-linear-gradient(top, #FAFAFA -10%, #9C9C9C 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-0.1, #FAFAFA), color-stop(1, #9C9C9C));
    background-image: -webkit-linear-gradient(top, #FAFAFA -10%, #9C9C9C 100%);
    background-image: linear-gradient(top, #FAFAFA -10%, #9C9C9C 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FAFAFA', endColorstr='#9C9C9C',GradientType=0 ); /* ie */
    border: 2px solid #BBB;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border: 1px solid #DDD;
    -webkit-box-shadow: -2px 2px 3px #111111;
    -moz-box-shadow: -2px 2px 3px #111111;
    box-shadow: -2px 2px 3px #111111;
    height: 200px;
    padding: 25px 5px 50px;
    position: relative;
    width: 300px;
}
#promos_contenedor #promo_titulo{
    background: #DDD;
    background-image: -ms-linear-gradient(top, #364E72 -10%, #3662A0 100%);
    background-image: -moz-linear-gradient(top, #364E72 -10%, #3662A0 100%);
    background-image: -o-linear-gradient(top, #364E72 -10%, #3662A0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-0.1, #364E72), color-stop(1, #3662A0));
    background-image: -webkit-linear-gradient(top, #364E72 -10%, #3662A0 100%);
    background-image: linear-gradient(top, #364E72 -10%, #3662A0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#364E72', endColorstr='#3662A0',GradientType=0 ); /* ie */
    border: 1px solid #AAA;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: -1px 1px 1px #111111;
    -moz-box-shadow: -1px 1px 1px #111111;
    box-shadow: -1px 1px 1px #111111;
    color:#FFF;
    font-weight: 700;
    height: 25px;
    line-height: 25px;
    margin: 0 auto;
    position: absolute;
    right: 52px;
    text-align: center;
    top:-10px;
    width: 200px;
}
#promos_contenedor #promo_cierre{
    background: #E92020;
    border: 1px solid #9F0000;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: -1px 1px 1px #111111;
    -moz-box-shadow: -1px 1px 1px #111111;
    box-shadow: -1px 1px 1px #111111;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    height: 18px;
    line-height: 18px;
    padding: 0;
    position: absolute;
    right: -5px;
    text-align: center;
    top: -5px;
    width: 18px;
}
#promos_contenedor #promo_cierre:hover{
    background: #EE0000;
    border: 2px solid #9F0000;
    cursor: pointer;
}
#promos_contenedor .promo{
    border:2px outset #CCCCCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    width: 280px;
}
#promos_contenedor .promo img, #promos_contenedor .promo .promo_contenido{
    float: left;
    padding: 5px 5px;
}
#promos_contenedor .promo .promo_contenido{

    line-height: 22px;
    margin-left: 5px;
    width: 65%;
}
.estado_bloqueado{
	color:#FF0000;
	font-weight:700;
}
.valor{
    width: 80px;
}
.shortimput{
    width: 90px;
}
.altocampoobs{
    height: 30px;
    width: 100px;
}
.cont_calendar{
    position:relative;
}
.cont_calendar .calendar{
    left: 0;
    right: 0;
}
.simbolos{
    height: 20px;
    width: 40px;
}
.campo_filtro_inactividad{
    float: left;
    margin-top: 3px;
    margin-left: 3px;
    width: 90px;
}

.center{
    text-align: center !important;
}

.margin-auto { margin: 0 auto; }
.margin-10{ margin:10px; }
.margin-20{ margin:20px; }
.margin-30{ margin:30px; }
.margin-t-5{ margin-top:5px; }
.margin-t-10{ margin-top:10px; }
.margin-t-20{ margin-top:20px; }
.margin-t-20-i{ margin-top:20px !important; }
.margin-t-30{ margin-top:30px; }
.margin-b-5{ margin-bottom:5px; }
.margin-b-10{ margin-bottom:10px; }
.margin-b-20{ margin-bottom:20px; }
.margin-b-30{ margin-bottom:30px; }
.margin-l-5{ margin-left:5px; }
.margin-l-10{ margin-left:10px; }
.margin-l-20{ margin-left:20px; }
.margin-l-20-i{ margin-left:20px !important; }
.margin-l-30{ margin-left:30px; }
.margin-r-5{ margin-right:5px; }
.margin-r-10{ margin-right:10px; }
.margin-r-20{ margin-right:20px; }
.margin-r-30{ margin-right:30px; }
.padding-10{ padding:10px; }
.padding-20{ padding:20px; }
.padding-30{ padding:30px; }
.padding-t-10{ padding-top:10px; }
.padding-t-20{ padding-top:20px; }
.padding-t-30{ padding-top:30px; }
.padding-b-10{ padding-bottom:10px; }
.padding-b-20{ padding-bottom:20px; }
.padding-b-30{ padding-bottom:30px; }
.padding-l-10{ padding-left:10px; }
.padding-l-20{ padding-left:20px; }
.padding-l-30{ padding-left:30px; }
.padding-r-10{ padding-right:10px; }
.padding-r-20{ padding-right:20px; }
.padding-r-30{ padding-right:30px; }

.font-size-15 { font-size:15px !important; }
.font-size-20 { font-size:20px !important; }

.line-height-20 {line-height: 20px}

.border-radius-15 {
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
}

.centrarVertical {
    display: flex !important;
    align-items: center !important;
}

.cursor-pointer {
    cursor: pointer;
}

/* TOOLTIP */
[data-tooltip] {
    position: relative;
    cursor: pointer;
}

/* Esconde el tooltip por defecto */
[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

/* Posiciona el tooltip encima del elemento */
[data-tooltip]:before:not(.multiproducto) {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 160px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #000;
    background-color: hsl(0, 0%, 31%);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    border: 2px solid black;
}

/* Hacer que el tooltip se vea como un globo de dialogo */
[data-tooltip]:after:not(.multiproducto) {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsl(0, 0%, 0%);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

/* Muestra el tootip encima del contenido */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.txt-left {
    text-align: left;
}

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

.txt-center {
    text-align: center;
}

.hidden {
    display: none;
}

.marquee {
    overflow: hidden;
    position: relative;

    height: 100%;
    width: 100%;
}

.marquee div {
    display: block;
    width: 200%;
    height: 100%;

    position: absolute;
    overflow: hidden;

    animation: marquee 300s linear infinite;
}

@keyframes marquee {
    0% {
        left: 100%;
    }
    1.5% {
        left: 0;
    }
    98.5% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}

.red {
    color: #FF0000;
}

.black {
    color: #111111;
}

.blue {
    color: blue;
}

/*Checkbox saldo por defecto*/
.saldo-defecto-header {
    float: right;
    bottom: 40px !important;
    right: 165px !important;
}

.tooltipNegro-header {
    position: relative;
    display: inline-block;
    color: red;
}

.tooltipNegro-header .tooltiptextNegro-header {
    visibility: hidden;
    width: 245px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: -351%;
    margin-left: 7px;
    opacity: 0;
    transition: opacity 1s;
    line-height: initial;
    font-weight: 400;
}

.tooltipNegro-header .tooltiptextNegro-header::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border-width: 8px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltipNegro-header:hover .tooltiptextNegro-header {
    visibility: visible;
    opacity: 1;
}

.saldo-defecto {
    float:left;
    margin-left: -251px;
}

.saldo-defecto-usuario {
    margin-left: 20px;
}

.container-saldo {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-saldo input {
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    position: absolute;
}

.checkmark {
    position: absolute;
    top: 6px;

    height: 12px !important;
    width: 12px !important;
    position: none !important;
    background-color: #EFEFEF;
    border: solid #ccc 1px;
    border-radius: 20%;
    -webkit-box-sizing: content-box !important;
}

.container-saldo:hover input ~ .checkmark {
    background-color: #ccc;
}

.container-saldo input:checked ~ .checkmark {
    background-color: #246F7C;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container-saldo input:checked ~ .checkmark:after {
    display: block;
}

.container-saldo .checkmark:after {
    left: 4px;
    top: 1.2px;
    width: 2px;
    height: 6px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.aviso-multiproducto {
    left: -120px !important;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.copyright {
    font-size: large;
    font-style: normal;
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: center;
    color: white;
}

@media (max-width: 1268px) {
    .saldo-defecto-header {
        bottom: 55px !important;
        right: 125px !important;
    }
    .tooltipNegro-header .tooltiptextNegro-header {
        top: 30px;
        margin-left: 17px;
        height: 14px;
    }

    .tooltipNegro-header .tooltiptextNegro-header::after {
        top: -70%;
        transform: rotate(-180deg);
    }
}


/**
* Boton invitacion Registro directo
*/

.divfloat {
    position: fixed !important;
    bottom: 45px;
    right: 15px;
}

.txt-registro {
    text-align: justify;
    font-size: 13px;
    margin-top: -5px;
    color: #444444;
    line-height: 13px;
    font-weight: normal;
}

.txt-form-registro {
    font-size: 13px;
    color: #444444;
    font-weight: 700;
}

.p-left{
    text-align: left;
}

.btn-link {
    border: none;
    background: none;
}

.img-link {
    border-radius: 50%;
    border: 2px solid white;
    max-width: 40px;
    cursor: pointer;
    outline: 3px solid #39aaf8;
}

.img-link-static {
    border-radius: 50%;
    border: 2px solid white;
    max-width: 58px;
    cursor: pointer;
}

.tooltiptextNegro-link {
    width: 100px !important;
    left: -60px !important;
}

.btn-copy {
    color: blue;
    border: none;
    background: no-repeat;
    font-weight: bold;
    cursor: pointer;
}

.rb-link {
    position: relative !important;
    opacity: 1 !important;
    pointer-events: all !important;
}

.w100 {
    width: 100% !important;
}

.txt-error {
    color: red;
    font-weight: 700;
    font-size: 13px;
    float: left;
    line-height: 15px;
}

.txt-correo {
    text-transform: lowercase;
    padding: 0px 5px;
}

#enviarLink:disabled {
    background: #80b4bb;
}

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

.input-invitacion {
    font-size: 20px;
    height: 30px;
    text-align: center;
    width: 350px;
}

.btn-alerta-invitacion {
    float: left;
    width: 190px;
}

.alert-invitacion {
    height: 354px;
}

.boton_salida {
    background: #9062CE;
    border: 2px solid white !important;
    outline: 2px solid #9062CE;
    color: white;
    font-weight: bold;
    text-decoration: none;
    margin: 8px 0px;
}

.boton_salida:hover{
    background: #A883D8;
    text-decoration: none;
    cursor: pointer;
}

[type=radio].with-gap:checked+span:after, [type=radio]:checked+span:after {
    background-color: #0079F2;
}

[type=radio].with-gap:checked+span:after, [type=radio].with-gap:checked+span:before, [type=radio]:checked+span:after {
    border: 2px solid #0079F2;
}

.contenido {
    max-width:70%;
}

@media (min-width: 576px) {
    .contenido {
        max-width: 95%;
    }
}

@media (min-width: 768px) {
    .contenido {
        max-width: 90%;
    }
}

@media (min-width: 992px) {
    .contenido {
        max-width: 80%;
    }
}

@media (min-width: 1200px) {
    .contenido {
        max-width: 70%;
    }
}

.form-control {
    display: block;
    width: 95%;
    padding: 5px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #111111;
    background-clip: padding-box;
    border: 1px inset #222222;
    border-radius: 8px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.ultimasRecargas {
    position: fixed;
    bottom: 115px;
    left: 10px;
}

#lastT_datos {
    border-bottom: none;
    text-align: center;
}

#modalUltimasVentas {
    overflow: hidden;
}

.centrar-contenido{
    display: flex !important;
    justify-content: center;
}

fieldset{
    width: 85%;
    border: none;
    border-top: 2px solid transparent;
    border-image: -webkit-radial-gradient(#0079F2,transparent) 1 10;
}

legend{
    margin: 0 auto;
}

.titulo_contenedor{
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    margin-left: 10px;
    margin-right: 10px;
}

.titulo_secundario{
    font-size: 14px !important;
}

.titulo_ceja {
    background-image: url(../imagenes/ceja.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
    line-height: 30px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    margin: 10px 0px;
}

.contenido-extend {
    max-width: 93%;
}

.form-central {
    margin-right: 11% !important;
    margin-left: 11% !important;
    width: 80% !important;
}

input[type='radio']:after {
    width: 10px;
    height: 10px;
    bottom: -1px;
    border-radius: 15px;
    position: relative;
    background-color: white;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
    outline: 2px solid #39aaf8;
}

input[type='radio']:checked:after {
    width: 10px;
    height: 10px;
    bottom: -1px;
    border-radius: 15px;
    position: relative;
    background-color: #39aaf8;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

input[type='radio'] {
    appearance: none;
    position: relative;
    border: none;
}

.checkbox {
    display: inline-flex;
    cursor: pointer;
    position: relative;
}

.checkbox > span {
    color: rgba(0, 0, 0, 0.8);
    padding: 0.20rem;
}

.checkbox > input {
    height: 15px;
    width: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #39aaf8;
    border-radius: 4px;
    outline: none;
    transition-duration: 0.3s;
    background-color: white;
    cursor: pointer;
}

.checkbox > input:checked {
    border: 1px solid #39aaf8;
    background-color: #39aaf8;
}

.checkbox > input:checked + span::before {
    content: '✔';
    display: block;
    text-align: center;
    color: white;
    position: absolute;
    left: 0.2rem;
    top: 0.2rem;
}

.checkbox > input:active {
    border: 2px solid #34495E;
}

.tbl thead tr:first-child td:first-child { border-top-left-radius: 8px; }
.tbl thead tr:first-child td:last-child { border-top-right-radius: 8px; }

.tbl tfoot tr:last-child td:first-child { border-bottom-left-radius: 8px; }
.tbl tfoot tr:last-child td:last-child { border-bottom-right-radius: 8px; }

.plr5 {
    padding: 0 5px;
}

.select-teclado-virtual {
    display: inherit;
    height: 1.5rem !important;
}

.tamano-teclado-virtual {
    width: 28%;
}

.text-center {
    text-align: center !important;
}

.vertical-aling {
    vertical-align: middle !important;
}

#lastTrx:hover {
    background: #e5e5e5ec;
}

.tamano_nombre_megaproductos {
    width: 12% !important;
}

.tamano_select_producto {
    width: 140px !important;
}

/* swal icons */
.swal-icon:first-child {
    margin-top: 32px;
}

.swal-icon:first-child {
    margin-top: 32px;
}

.swal-icon {
    width: 80px;
    height: 80px;
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
    padding: 0;
    position: relative;
    box-sizing: content-box;
    margin: 20px auto;
}
.swal-icon--warning {
    border-color: #f8bb86;
    -webkit-animation: pulseWarning 0.75s infinite alternate;
    animation: pulseWarning 0.75s infinite alternate;
}
.swal-icon {
    width: 80px;
    height: 80px;
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
    padding: 0;
    position: relative;
    box-sizing: content-box;
    margin: 20px auto;
}
.swal-icon--warning {
    border-color: #f8bb86;
    -webkit-animation: pulseWarning 0.75s infinite alternate;
    animation: pulseWarning 0.75s infinite alternate;
}

.swal-icon--warning__body,
.swal-icon--warning__dot {
    position: absolute;
    left: 50%;
    background-color: #f8bb86;
}

.swal-icon--warning__body {
    width: 5px;
    height: 47px;
    top: 10px;
    border-radius: 2px;
    margin-left: -2px;
}

.swal-icon--warning__body,
.swal-icon--warning__dot {
    position: absolute;
    left: 50%;
    background-color: #f8bb86;
}

.swal-icon--warning__body {
    width: 5px;
    height: 47px;
    top: 10px;
    border-radius: 2px;
    margin-left: -2px;
}

.swal-icon--warning__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -4px;
    bottom: -11px;
}

.swal-icon--warning__body,
.swal-icon--warning__dot {
    position: absolute;
    left: 50%;
    background-color: #f8bb86;
}

.swal-icon--warning__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -4px;
    bottom: -11px;
}

.swal-icon--warning__body,
.swal-icon--warning__dot {
    position: absolute;
    left: 50%;
    background-color: #f8bb86;
}

.swal-icon--error {
    border-color: #f27474;
    -webkit-animation: animateErrorIcon 0.5s;
    animation: animateErrorIcon 0.5s;
}

.swal-icon--error__x-mark {
    position: relative;
    display: block;
    -webkit-animation: animateXMark 0.5s;
    animation: animateXMark 0.5s;
}

.swal-icon--error__line--left {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px;
}

.swal-icon--error__line {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #f27474;
    display: block;
    top: 37px;
    border-radius: 2px;
}

.swal-icon--error__line--right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px;
}

.swal-icon--error__line {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #f27474;
    display: block;
    top: 37px;
    border-radius: 2px;
}

.swal-icon--success {
    border-color: #a5dc86;
}

.swal-icon--success:before {
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
}

.swal-icon--success:before {
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
}

.swal-icon--success__line--long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: animateSuccessLong 0.75s;
    animation: animateSuccessLong 0.75s;
}

.swal-icon--success__line {
    height: 5px;
    background-color: #a5dc86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}

.swal-icon--success__line--tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: animateSuccessTip 0.75s;
    animation: animateSuccessTip 0.75s;
}

.swal-icon--success__ring {
    width: 80px;
    height: 80px;
    border: 4px solid hsla(98, 55%, 69%, 0.2);
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}
  /* fin swal */

.boton_continuar {
    border-radius: 60px;
    color: #fff;
    font-size: 15px;
    background: #0079f2;
    padding: 10px 20px 10px 20px;
    border-color: #fff;
    border: 2px solid white;
    outline: 2px solid #0079f2;
}

.boton_continuar:hover {
    background: #62baf9;
    text-decoration: none;
    cursor: pointer;
    text-decoration: none;
}

.centrado-vertical {
    display: flex;
    align-items: center;
}

.img-footer {
    width: 165px;
    margin-top: 10px;
}

.content-footer {
    display: flex;
    justify-content: space-evenly;
    width: 90%;
    margin: 0 auto;
}
.sub-footer{
    font-size: 20px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: bold;
}

.container-ayuda{
    margin: 0 auto;
    text-align: left;
    width: 70%;
}

.icon-redes {
    margin: 0 auto;
    text-align: left;
    width: 30%;
}

.icon {
    width: 10%;
}

.icon-nube {
    width: 40%;
}

#footer_content a:hover {
    color: #0079F2;
}

.enlaces-ayuda{
    display: block;
    padding-top: 5px;
}

.p-5 {
    display: block;
    padding-top: 3px;
}
.w-30 {
    width: 30%;
    text-align: center;
}
.container2 {
    width: 60%;
    margin: 0 auto;
    margin-top: 9px;
    margin-bottom: 14px;
}

.container3 {
    width: 60%;
    margin: 0 auto;
    margin-top: 13px;
    text-align: center;
}
.tran {
    outline: 3px solid #000;
    padding: 2px;
}

.posicionFooter {
    position: static !important;
    animation: fadeIn 1s ease-in-out both;
}

.posicionFooterBig {
    position: fixed !important;
    animation: fade-in-bottom 1s ease-in-out both;
}

@keyframes fadeIn {
	0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
      }
      100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
      }
}

@keyframes fade-in-bottom {
    0% {
      -webkit-transform: translateY(50px);
      transform: translateY(50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
    }
  }

.btnFlotante {
    width: 45px;
    height: 45px;
    background: #39aaf8;
    color: white;
    font-weight: bold;
    -webkit-transition: width .5s;
    -moz-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;
    padding: 8px;
    border-radius: 50px;
    color:#fff;
    text-align: left;
    display: flex;
    overflow: hidden;
}

.btnFlotante:hover {
    width: 210px;
    height: 45px;
    cursor: pointer;
}

.contentTransacciones {
    min-width: 250px;
    padding-top: 7px;
}

.icon:hover {filter: opacity(.5);}
