/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 01-ago-2014, 15:13:25
    Author     : iMacTic
*/
/* Estilos reskyt */

#install-app {
	width: 100%;
	right: 0;
	position: fixed;
	bottom: -2px;
	z-index: 900;
	color:#000000;
	background-color:rgb(48, 144, 189);;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	border-top: 1px solid #e8ecf1;
	min-height: 75px;
	z-index: 99999;
}
.close-install-app {
	 padding:8px 5px;
	 display:block;
	 width:20px;
	 height:40px;
	 font-family: Helvetica, Arial, Verdana, sans-serif;
	 font-weight: normal;
	 font-size:14px;
	 text-align:center;
	 cursor:pointer !important;
	 font-weight:bold;
	 color:#666;
	 position:absolute;
	 margin-top:20px;
 }
 .img-app {
	 max-height: 60px;
	 width:57px;
	 border: 1px solid #e8ecf1;
	 -webkit-border-radius: 8px;
	 -moz-border-radius: 8px;
	 border-radius: 8px;
 }
 .img-app, .content-app {
	 float:left;
 }
 .fab-app {
	 color:#000000;
	 font-size:11px;
 }
 .name-app, .title-app, .fab-app {
	 margin-left:70px;
	 padding:1px 0;
 }
 .title-app {                 color: #444444;             }
 .name-app {
	 font-weight:bold;
	 margin-top:2px;
	 overflow:hidden;
	 height: 16px;
 }
 .content-app {
	 margin-top:8px;
	 margin-right: 34px;
	 margin-left: 30px;
	 position:absolute;
 }
 .view-install-app {
	 color:blue;
	 line-height:25px;
	 margin-top:23px;
	 text-transform:uppercase;
	 position:absolute;
	 right:5px;
 }
   @media screen and (max-width: 350px){                  
	.title-app { overflow: auto; max-height: 28px;}                
}   