/*  pantalla de cargando  */
.loading-screen-layer{    
	-webkit-touch-callout: none; /* iOS Safari */
 	-webkit-user-select: none;   /* Chrome/Safari/Opera */
  	-khtml-user-select: none;    /* Konqueror */
  	-moz-user-select: none;      /* Firefox */
  	-ms-user-select: none;       /* Internet Explorer/Edge */
  	user-select: none; 
	color:#444 !important;
	opacity:0.8;
	position:fixed;
    width:100%;
	height:100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;  /*
    min-width: 300px !important;
    min-height: 530px !important;  */  
	background-color:#000000;
	z-index: 20;
	display:none;
}

.loading-screen-sizable-layer{
	-webkit-touch-callout: none; /* iOS Safari */
 	-webkit-user-select: none;   /* Chrome/Safari/Opera */
  	-khtml-user-select: none;    /* Konqueror */
  	-moz-user-select: none;      /* Firefox */
  	-ms-user-select: none;       /* Internet Explorer/Edge */
  	user-select: none; 
	color:#444 !important;
	opacity:0.8;
	position:absolute;
    width:100%;
	height:100%;
    left: 0;
    top: 0;  /*
    min-width: 300px !important;
    min-height: 530px !important;  */  
	background-color:#000000;
    z-index: 20;
	display:none;	
	border-radius: 5px;	
}

/** texto y gift de cargando **/

.loading-screen-sizable-layer.top-message{
	border-radius:0px;
}

.loading-screen-sizable-layer.top-message img,
.loading-screen-sizable-layer.top-message p{
	top: 150px;
}

.loading-screen-sizable-layer > p,
.loading-screen-layer > p{
    display: none;
    /*width:100%;
    text-align:center;
    position:absolute;
    top: 50%;*/
}

.loading-screen-sizable-layer > img{
    width: 90px;
    height: 48px;
    margin-left: -45px;
    margin-top: -24px;    
    position:absolute;
    left: 50%; 
    top: 50%;
}

.loading-screen-layer > img{	
    position:absolute;
    left: 40%; /*50%;*/
    top: 40%; /*50%;*/
}

/*.loading-screen-sizable-layer > img,
    .loading-screen-layer > img {
	width:64px;
	height: 64px;	
	margin-left: -32px;
    margin-top: -32px;
}*/

.loading-screen-sizable-layer > p,
.loading-screen-layer > p{
	color:#fff;
    margin-top: 32px;
}