/* Ocultamos el input file */
input[type="file"]{
z-index: 999;
line-height: 0;
/* font-size: 50px; */
position: relative;
opacity: 0;
filter: alpha(opacity = 0);-ms-filter: "alpha(opacity=0)";
margin: 0;
margin-top: 5px;
padding:0;
width: 20%;
height: 30px;
left:-35%;
}

.cargar{
	text-align: center;
	background-color: #0D3C52;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    height: 31px;
    width: 130px;
    cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle !important;
	line-height: 0;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-top: 17px;

}

#urlfile{
	border: 1px solid #cdcdcd;
	border-radius: 4px;
	color: #666666;
	font-size: 16px;
	line-height: 2;
	padding: 0 10px 0 10px;
	text-align: center;
	margin-bottom: 5px;	
}

#urlfile2{
	border: 1px solid #cdcdcd;
	border-radius: 4px;
	color: #666666;
	font-size: 16px;
	line-height: 2;
	padding: 0 10px 0 10px;
	text-align: center;
	margin-bottom: 5px;	
}

.img-preview{
	text-align: center; 
	height: 100px;
	width:  100px;
	border: solid blue;
	border-radius: 6px;
	padding-top: 30px;
}

.tooltip{
		position: absolute !important;
		right: 50px;
		top: 90px;
		margin:8px;
		padding:8px;
		border:1px solid blue;
		font-size: 13px;
		color: white;
		background-color:#0D3C52;
		position: absolute;
		z-index: 4;
	}

.tooltip a{
color: white;
text-decoration:none;   
}

.tooltip2{
		position: absolute !important;
		right: 80px;
		top: 90px;
		margin:8px;
		padding:8px;
		border:1px solid blue;
		font-size: 13px;
		color: white;
		background-color:#0D3C52;
		position: absolute;
		z-index: 4;
	}

.tooltip2 a{
color: white;
text-decoration:none;   
}



.title-sim { position: relative;
z-index: 0;
}
.title-sim:hover { background-color: transparent;
z-index: 1;
}
.title-sim span { border: 1px solid #f60;
padding: 5px;
position: absolute;
text-decoration: none;
background-color: #f96;
color: #3E1F00;
width: 6em;
text-align: center;
visibility: hidden;
font-size: 1em;
line-height: 10px;
}
.title-sim:hover span { visibility: visible;
top: 24px;
right: 10px;
}



.zoom{
        /* Aumentamos la anchura y altura durante 2 segundos */
        transition: width 2s, height 2s, transform 2s;
        -moz-transition: width 2s, height 2s, -moz-transform 2s;
        -webkit-transition: width 2s, height 2s, -webkit-transform 2s;
        -o-transition: width 2s, height 2s,-o-transform 2s;
    }

.zoom:hover{
        /* tranformamos el elemento al pasar el mouse por encima al doble de
           su tamaño con scale(2). */
        transform : scale(1.5);
        -moz-transform : scale(1.5);      /* Firefox */
        -webkit-transform : scale(1.5);   /* Chrome - Safari */
        -o-transform : scale(1.5);        /* Opera */
    }


.tercero_div{
	width: 800px;
	height:380px; 
	overflow: auto !important;
}

.pagarcxp_div{
	width: 550px;
	height:400px; 
	overflow: auto !important;
}

.divreportes{
	width: 550px;
}



.inline div
{
	display: inline-block;
}

.inline .slideThree{
	top: 30px;
}

.div-debito{
	display: inline;
	background-color: green;
	margin-left: 5px;
	padding-right: 3px;
	color: #FFFFFF;
	font-size: 12px;
	border-radius: 5px 5px 5px 5px;
}

.div-credito{
	display: inline;
	background-color: red;
	margin-left: 5px;
	padding-right: 3px;
	color: #FFFFFF;
	font-size: 12px;
	border-radius: 5px 5px 5px 5px;
}

.respo-resul{
	background-color: #EAFDFB;
}

.pagocred_div{
	width: 600px !important;
	/* height:300px; */ 
	overflow: auto !important;
}
