body{
    min-width: 340;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 1%;
    margin-right: 1%;
    width: 98%;
    color: #004c7e;

/*    background-color: #FAFAFA;*/
}

#intestazione{
    margin: 0px;
    width: 100%;
    position: static;
}

@media screen and (max-width: 676px) {

#barra_alta{
    height: 228px;
    background-image: url('../images/logo_unifi_fascia_alta_2.jpg');
}
#unifi_logo_sinistro{
    margin: 0px auto;
    height: 114px;
    width:  311px;
    background-image: url('../images/logo_unifi_fascia_alta_1.jpg');
    background-position: right;
    background-repeat: no-repeat;
}

#unifi_logo_centrale{
    margin: 0px auto;
    height: 114px;
    width:  337px;
    background-image: url('../images/logo_unifi_fascia_alta_1.2.jpg');
    background-position: center;
    background-repeat: no-repeat;
}

#form_barra_strumenti:before{
    content:'';
    display:inline-block;
}

#form_barra_strumenti{
	text-align:center;
}

#form_barra_strumenti.barra_strumenti{
    display:inline-block;
    vertical-align:middle;
}

}

@media screen and (min-width: 676px) {
#barra_alta{
    height: 114px;
    background-image: url('../images/logo_unifi_fascia_alta_2.jpg');
}

#unifi_logo_sinistro{
    margin: 0px;
    float: left;
    height: 114px;
    width:  311px;
    background-image: url('../images/logo_unifi_fascia_alta_1.jpg');
    background-position: left center;
    background-repeat: no-repeat;
}

#unifi_logo_centrale{
    margin: 0px;
    float: left;
    height: 114px;
    width:  337px;
    background-image: url('../images/logo_unifi_fascia_alta_1.2.jpg');
/*    background-position: left center;*/
    background-repeat: no-repeat;
}
#form_barra_strumenti:before{
    content:'';
    display:inline-block;
}

#form_barra_strumenti{
	text-align:center;
}

#form_barra_strumenti.barra_strumenti{
    display:inline-block;
    vertical-align:middle;
}

}


@media screen and (min-width: 1024px) {

#barra_alta{
    height: 114px;
    background-image: url('../images/logo_unifi_fascia_alta_2.jpg');
}

#unifi_logo_sinistro{
    margin: 0px;
    float: left;
    height: 114px;
    width:  311px;
    background-image: url('../images/logo_unifi_fascia_alta_1.jpg');
    background-position: left center;
    background-repeat: no-repeat;
}

#unifi_logo_centrale{
    margin: 0px;
    float: left;
    height: 114px;
    width:  337px;
    background-image: url('../images/logo_unifi_fascia_alta_1.2.jpg');
    background-position: left center;
    background-repeat: no-repeat;
}

#unifi_logo_destro{
    margin: 0px;
    float: right;
    height: 114px;
    width:  337px;
    text-align: right;
    background-image: url('../images/logo_unifi_fascia_alta_3.jpg');
    background-position: right center;
    background-repeat:   no-repeat;
}

#form_barra_strumenti:before{
    content:'';
    display:inline-block;
}

#form_barra_strumenti{
	text-align:center;
}

#form_barra_strumenti.barra_strumenti{
    display:inline-block;
    vertical-align:middle;
}
}

#pulisci{
    clear:left;
}

#centrato{
    align: center;
}

.testo_centrato{
    text-align: center;
}

#ds_logo{
    margin: 0px;
    width: 100%;
    text-align: center;
}

#titolo_int{
   clear: both;
   text-align: center;
   color: #004c7e;
   font-size: 16px;
   border-bottom-style: solid;
   padding-bottom: 1em;
   border-width: .1em;    
}

#login_popup{
    height: 18em;
    width:  12em;
    border-radius: 1em;
    border-bottom-style: solid;
    border-left-style:   solid;
    border-right-style:  solid;
    border-color:     #32418d;   
    border-style:      outset;
    border-top-width:    .1em; 
    border-left-width:   .1em; 
    border-right-width:  .2em; 
    border-bottom-width: .2em; 
    box-shadow: 1em 1em .5em #32418d;
    text-align: left;
    margin: 0 auto;
}

#login_band_top{
    height: 2em;
    width:  11em;
    color: #cdffff;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    padding: .5em;
    background-color:#004c7e;
}

#login_band_bottom{
    height: 2em;
    width:  11em;
    color: #cdffff;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    padding: .5em;
    background-color:#004c7e;
}

#login_fields{
    height: 10em;
    width:  10em;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-right: .5em;
    padding-left: 1em;
    margin: 0em;
    color: #32418d;
    background-color: #FAFAFA;
}

.login_button{
   outline: none;
   border: 1px solid #96d1f8;
   background: #fafafa;
   padding: .5em 1em;
   margin: .2em;
   -webkit-border-radius: 1.5em;
   -moz-border-radius: 1.5em;
   border-radius: 1.5em;
   text-align: right;
   color: #32418d;
   font-size: 12px;
   font-family: Verdana, sanserif;
   text-decoration: none;
   vertical-align:  middle;

}

#sign_in{
   margin-top:    1.5em;
   margin-right:  2.5em;
   margin-left:   1.5em;
   margin-bottom: 1.5em;
   float: right;
}

/*
===============================
Inizio formattazione container
===============================
*/

#container {
    background-color: #FAFAFA;
    position: relative;
}


/*
===============================
 Inizio formattazione form
 barra strumenti
===============================
*/
#barra_strumenti{
	display: block;
	margin: 0px auto;
/*   min-width: 340px;
	align-items: center;*/
}

#form_barra_strumenti{
	margin-top: 0;
	margin-bottom: 0;
}

/*
===============================
 Fine formattazione form 
 barra strumenti
===============================
*/

/*
===============================
 Inizio formattazione bottoni 
 barra strumenti
 
===============================
*/
#form_button{
	display: block;
	margin: 1em auto;
}
.button_strumenti {
   outline: none;
   border: none;
   background: #004c7e;
   padding: .75em .75em;

   color: #ffffff;
   font-size: 13px;
   font-family: Verdana, sanserif;
   text-align: center;
   text-decoration: none;
   vertical-align:  middle;
  /* border-left: 1em;
   border-color: #ffffff;*/
   }

.button_strumenti:hover {
   outline: none;
   border: none;
   background: #00ffff;
   padding: .75em .75em;
   color: #ffffff;
   font-size: 13px;
   font-family: Verdana, sanserif;
   text-align: center;
   text-decoration: none;
   vertical-align:  middle;
   }

.button_strumenti:active {
   outline: none;
   border: none;
   padding: .75em .75em;
   color: #ffffff;
   background: #96d1f8;
   font-size: 13px;
   font-family: Verdana, sanserif;
   text-align: center;
   text-decoration: none;
   vertical-align:  middle;
   }
/*
===============================
Fine formattazione bottoni 
barra strumenti
===============================
*/

/*
===============================
 Inizio formattazione bottoni 
===============================
*/
#input_button{
	margin: 0 auto;
}

.button {
   outline: none;
   border: 1px solid #96d1f8;
   background: #fafafa;
   padding: .5em .5em;
   margin: .5em;

   -webkit-border-radius: 19px;
   -moz-border-radius: 19px;
   border-radius: 19px;

   color: #32418d;
   font-size: 12px;
   font-family: Verdana, sanserif;
   text-decoration: none;
   vertical-align:  middle;
   }

.button:hover {
   outline: none;
   border-top-color: #28597a;
   background: #32418d;
   color: #fafafa;
   }

.button:active {
   outline: none;
   border-color: #32418d;
   color: #32418d;
   background: #96d1f8;
   }
   
.id_ssd_tendina {
 	font-weight: bolder;
 	}  

/*
===============================
Fine formattazione bottoni 
contenitore destra
===============================
*/

/*
===================================
 Inizio formattazione contenitore 
===================================
*/

#content {
    position: relative;
    background-color: #FAFAFA;
    color:       #32418d;
    font-size:   12px;
    font-family: Verdana, sanserif;
    text-decoration: none;
	}

/*
===================================
 Fine formattazione contenitore 
===================================
*/
/*
===================================
 Inizio formattazione etichette
===================================
*/
.etichette {
	margin: .5em;
	}
/*
===================================
 Fine formattazione etichette
===================================
*/
/*
===================================
 Inizio formattazione errore
===================================
*/
.error {
	color:   red;
	}
/*
===================================
 Fine formattazione errore
===================================
*/
/*
===================================
 Inizio formattazione tabelle
===================================
*/
.div_tab_responsive {
	
	overflow-x:auto;
	}
table {
	border-spacing:0;
	width: 100%;
	}
	
caption {
   text-align: center;
   color: #004c7e;
   font-size: 14px;
	font-weight: bold;
	}

th {
	border-bottom-style: solid;
	border-bottom-width: .1em;
   text-align:	center;
   color:		#004c7e;
   }

td {
   text-align:	center;
   vertical-align: center;
   padding-bottom: .5em;
   padding-top: .5em; 
}

tr {
}	
tbody, tr:nth-child(even) {
	background: #003c6e;
	color: #00F0FF;

}
tbody, tr:nth-child(odd) {
	background: #FFF;
	color: #004c7e;

}
/*
===================================
 Fine formattazione tabelle
===================================
*/
