.nod_msg{
color:red
}
.ac_h3 {
  font-size:16px;
  font-weight:bold;
  margin: 0 20px 5px 20px;
  padding: 3px 0;
  border-bottom: 1px solid #ccc;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: white;
    background-color: black;
    white-space: nowrap;
    text-decoration: none;
}

.ui-menu-item > a.ui-state-focus, .ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: red !important;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}
.tabview
{padding:10px;
border: solid;
border-width: 1px;
border-color: #bbb;
}
.dispari
{background-color:#ddd;}
.pari
{background-color:#eee;}
.titolo
{font-weight:bold;}

#latte_data
{float:left;
width: 100px;
}
#latte_gruppo.tabelement
{width: 1000px;
float:none;
overflow:hidden;
}
#latte_note.tabelement
{width: 1000px;
float:none;
overflow:hidden;
}
#nome_file.tabelement
{width: 100%;
float:none;
overflow:hidden;
}
#data_modifica.tabelement
{width: 100%;
float:none;
overflow:hidden;
}
#dimensione_file.tabelement
{width: 100%;
float:none;
overflow:hidden;
}
#report_data
{
}
#report_note.tabelement
{
min-width:100%;
width: auto;
float:none;
display: inline-block;
}
#report_animale.tabelement
{
}
#report_evento.tabelement
{
 width: auto;
}
#evento_note.tabelement
{
min-width: 500px;
float: none;
display: inline-block;
}
#actionbuttons
{float:right;}

@media (max-width: 480px) 
{
.tabelement
{float:none;
width: 150px;}
.blink_text {
float: left;
font-size: 20px;
padding-bottom: 10px;}  
}

@media (min-width: 481px) and (max-width: 767px) 
{
.tabelement
{float:none;
width: 150px;
}
}

@media (min-width: 768px) 
{
.tabelement
{float:left;
width: 150px;
}
}

#note.form-control 
{
    height: 150px;
}

.blink_text {

    animation:1s blinker linear infinite;
    -webkit-animation:1s blinker linear infinite;
    -moz-animation:1s blinker linear infinite;
	float:right;
    color: red;
    }

    @-moz-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @-webkit-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }
	 
.multi_group input[type=checkbox]{
display: none;
}


.multi_group input[type=checkbox] + label{
display: inline-block;
width: 300px;
height: 32px;
padding-left: 40px;
background-position: 0 0;
background-repeat: no-repeat;
line-height: 32px;
cursor: pointer;
color: #f00;  

}

.multi_group input[type=checkbox]:checked + label{
background-position: left -32px;
color: #060;
font-style: italic;  
}

.multi_group label{
background-image:url(img/csscheckbox.png); 
}
.tabview #data_modifica,#dimensione_file,#nome_file .titolo {
  display: none;
}
.alert {
    font-size: 16px;
}