﻿/******************************************************************************
 SMALL DEVICES (tablets, 768px and up) 
*******************************************************************************/
@media all and (max-width: 767px) and (min-width: 220px)
{
    
}

/******************************************************************************
 small medium DEVICES (max-width: 1023px) and (min-width: 768px)
*******************************************************************************/
@media all and (max-width: 1023px) and (min-width: 768px)
{
    
}


/******************************************************************************
 MEDIUM DEVICES (desktops, 1024px and up) 
*******************************************************************************/
@media all and (max-width: 1279px) and (min-width: 1024px)
{
    
}


/******************************************************************************
*******************************************************************************
 LARGE DEVICES (large desktops, 1280px and up) 
*******************************************************************************
*******************************************************************************/
@media (min-width: 1280px) 
{
    
}


/******************************************************************************
*******************************************************************************
 ALL DEVICES (large desktops, 1280px and up) 
*******************************************************************************
*******************************************************************************/
/*.filtro input[id$='txtDataDal'],
.filtro input[id$='txtDataAl']				{ width:40px; padding:0 5px; }*/


/* IL BOLD NON E' PRESENTE SU STYLE.CSS (bisogna aggiornarlo)
   AGGIUNTO TAG A PER SOVRASCRIVERE STYLE DI SP*/ 
a:visited.leggiTutto,
a:link.leggiTutto
{
    display:block; 
    float:right; 
    color:#201f1f; 
    background:url('/_layouts/images/Sicoge/icon_leggiTutti.png') no-repeat 10px center #e6e7e7; 
    font-weight:normal;
    font-size:12px; 
    width:90px; 
    height:30px; 
    padding-left:30px; 
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; 
	text-transform:uppercase; 
	line-height:30px;
	margin-top:15px;
}


/* GESTIONE PANEL FORM LOGIN MOBILE */
.MobileLoadFormLogin
{
    position:absolute;
    top:-1000px;
    left:-1000px;
}

#SRP 
{
    display:none;
}