.ir-arriba{
	background: #0E4D92;
	color: #fff;
	display:none;
	position: fixed;
	bottom:70px;
	right:20px;
	/*font-size:15px;*/
	/*padding: 25px 20px 25px 35px;*/
	/*border-radius: 5px;*/
	text-transform: uppercase;
	



	/*
	 *Este css es para que salga solo el Icono circular de arrow-up
	 *(Comentando este css y descomentando los de .ir-arriba se obtine el botón con su descripción)
	 *OJO: En app.blade.php esta la etiqueda comentada, ir alla y descomentarla 
	 */
	font-size:20px;
	padding: 5px;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 45px;
	border-radius: 100%;
	border:3px solid #fff;
	text-shadow: 0 1px 0 rgba(255,255,255,0.4);
	-webkit-box-shadow:inset 0 0 15px 0 rgba(0,0,0,0.4);
	   -moz-box-shadow:inset 0 0 15px 0 rgba(0,0,0,0.4);
	     -o-box-shadow:inset 0 0 15px 0 rgba(0,0,0,0.4);
			box-shadow:inset 0 0 15px 0 rgba(0,0,0,0.4);
 }
 
.ir-arriba i{
	background:#0E4D92;
	color:#fff;
	display:none;
	cursor:pointer;
	position: absolute;
	top: 7.5px;
	left: -30px;
	right:20px;
	bottom:20px;
	font-size:20px;
	padding: 5px;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 45px;
	border-radius: 100%;
	border:3px solid #fff;
	text-shadow: 0 1px 0 rgba(255,255,255,0.4);
	-webkit-box-shadow:inset 0 0 15px 0 rgba(0,0,0,0.4);
	   -moz-box-shadow:inset 0 0 15px 0 rgba(0,0,0,0.4);
	     -o-box-shadow:inset 0 0 15px 0 rgba(0,0,0,0.4);
			box-shadow:inset 0 0 15px 0 rgba(0,0,0,0.4);
	
}