﻿/*Css caricato solo nel caso di installazione in modalità Master*/
.soloArchivio{display:none !important;}/* iphone 6 */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px)
{

.containerAreaDiLavoro {
	background-image: url(../img/icona_bkg_nts100_archivio.png);
	background-repeat: no-repeat;
    background-position: center top;
	moz-background-size: 150% auto;
	-webkit-background-size: 150% auto;
     background-size: 150% auto;
/*-moz-background-size: cover;
-webkit-background-size: cover;
background-size: cover;*/
min-height:400px;
margin:0;
}
	}
/* iphone 5 */	
	@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { 


.bootstrap-datetimepicker-widget{left:50px!important;}
}

/* iphone 4 */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) { 

.bootstrap-datetimepicker-widget{left:50px!important;}


}
	
	@media screen and (max-width: 360px)   {

.bootstrap-datetimepicker-widget{left:50px!important;}
	}