img {
  max-width: 100%; /* needed for cropper*/
}
#login_box {
    padding: 1%;
    background-color: white;
    border-radius: 10px;
    border: 4px solid #ED1C24;
    box-shadow: 0 0 2px #BDBDBD;
    opacity:1 !important; 
    width:350px; 
    background-color: #FFF; 
    margin:auto; 
    margin-top:8%;
} 
.al_center {
    text-align: center;
}
.al_left {
    text-align: left;
}
.al_right {
    text-align: right;
}

.icon-chevron-up {
    background-position: -288px -120px;
}

input.bordo_input_on{
    border-bottom: 2px dashed rgba(0,0,0,0.7);
}
input.bordo_input_off{
    border-bottom:2px solid white;
}
.rollover_input {
    border: 0px solid white;
}

.link_testo {
    text-decoration:none; 
    color: #777;    
}
.link_testo:hover {
    color: #777;
    text-decoration:none; 
}

.box_link_oggetto {
    min-width: 160px;
    width: 31%; 
    margin-top: 10px; 
    margin-left: 2%;  
    float:left;
}
.box_link_oggetto_small {
    min-width: 145px;
    width: 32%; 
    margin-top: 8px; 
    margin-left: 1%;  
    float:left;
    font-size: 11px;
}


#loading-div-background{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #0a0c0e;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    z-index: 30000;
}

#loading-div{
    font-size: 16px;
    width: 300px;
    height: 150px;
    background-color: #fff;
    border: 3px solid #ED1C24;
    text-align: center;
    color: #293135;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -100px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 30001;
    opacity: 1.0;
    /*behavior: url("/css/pie/PIE.htc"); HANDLES IE */
}

.box_state_img {
    float:left; 
    width: 15%;
    margin-right: 2%;
    text-align: center;
    margin-top:50px;
}
.box_state_graph {
    float:left; 
    width: 45%;
    margin-left: 2%;
    margin-right: 2%;
}
.box_state_info {
    margin-left: 2%;
    float:left; 
    width: 30%;  
}

.regularitem_testate {
    list-style: none outside none;
    margin-top: 0%;
    margin-bottom: 1%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0%;
    padding-bottom: 0%;
    width: 95%;
    background-color: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.etichetta_campo {
    color: #AAA;
    margin-top: 3px;
    margin-bottom: 1px;
    font-size: 12px;
    font-weight: normal;
}
.etichetta_oggetto {
    color: #AAA;
    margin-top: 3px;
    margin-bottom: 1px;
    font-size: 12px;
}
.etichetta_gruppo {
    color: #AAA;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 1%;
    font-size: 20px;
}
.etichetta_opzione {
    color: #AAA;
    margin-bottom: 1px;
    font-size: 12px;
    width: 94%; 
    margin-top: 10px; 
    margin-left: 0%;
}

.etichetta_nome_tipo_testata {
    color: #AAA;
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 13px;
    font-weight: normal;
}

.etichetta_dati_articolo {
    color: #AAA;
    margin-top: 3px;
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: normal;
}


.box_upload_testate {
    min-height: 80px;
    -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.13);
    box-shadow: 0 0 15px rgba(0,0,0,0.13);
    padding: 4px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width:95%;   
}

.box_thumb_testate {
    min-height: 80px;
    -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.13);
    box-shadow: 0 0 15px rgba(0,0,0,0.13);
    padding: 4px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width:95%; 
    padding-top: 10px; 
    text-align:center; 
    margin-top: 10px; 
    margin-bottom: 20px;    
}
.box_thumb_articolo {
    min-height: 200px;
    -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.13);
    box-shadow: 0 0 15px rgba(0,0,0,0.13);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width:95%; 
    padding-top: 10px; 
    text-align:center;  
    margin-bottom: 20px;    
}


.box_upload_logo_azienda {
    min-height: 80px;
    -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.13);
    box-shadow: 0 0 15px rgba(0,0,0,0.13);
    padding: 4px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-top: 3px;
}

.box_upload_logo_evento {
    min-height: 80px;
    -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.13);
    box-shadow: 0 0 15px rgba(0,0,0,0.13);
    padding: 4px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.box_upload_copertina_evento {
    min-height: 160px;
    -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.13);
    box-shadow: 0 0 15px rgba(0,0,0,0.13);
    padding: 4px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.box_upload_logo_cliente {
    min-height: 80px;
    -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.13);
    box-shadow: 0 0 15px rgba(0,0,0,0.13);
    padding: 4px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}


.box_upload_articoli {
    min-height: 80px;
    -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.13);
    box-shadow: 0 0 15px rgba(0,0,0,0.13);
    padding: 4px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.dropzone .dz-default.dz-message {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

.msg_drag {
    font-size: 18px;
    margin-left: 20px;
    position:relative;
    left: 0px;
    top: -15px;
}
.msg_drag_uploading {
    font-size: 14px;
    margin-left: 20px;
    position:relative;
    left: 0px;
    top: 0px;
}

.box_tipo_testata {
    width: 98%;
    background-color: #FFF; 
    border-radius: 10px; 
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;

}

.box_list_articoli {
    width: 99%;
    background-color: #FFF; 
    border-radius: 10px; 
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;

}

.box_evento {
    width: 98%;
    background-color: #FFF; 
    border-radius: 10px; 
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;

}

.box_dati_azienda {
    width: 98%;
    background-color: #FFF; 
    border-radius: 10px; 
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;

}

.box_profilo_utente {
    width: 98%;
    background-color: #FFF; 
    border-radius: 10px; 
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

#box_opzioni_stampa_rassegna {

}
.box_opzioni {
    width: 98%;
    background-color: #FFF; 
    border-radius: 10px; 
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;

}

#box_aggiungi_tipo_testata {
    width:97%; 
    padding: 10px;
    margin-bottom: 10px; 
    background-color: #FFF; 
    border-radius: 10px;
}

#box_aggiungi_evento {
    width:97%; 
    padding: 10px;
    margin-bottom: 10px; 
    background-color: #FFF; 
    border-radius: 10px;
}

#box_dati_evento {
    width:96%; 
    margin-left: 2%;
    margin-right: 2%;

    padding-top: 10px;
    padding-bottom: 10px;

    background-color: #FFF; 
    border-radius: 10px;
}

.clearfix:after { 
    content: "."; 
    visibility: hidden; 
    display: block; 
    height: 0; 
    clear: both;
}


.clear {
    clear: both;
    line-height: 0px;
}
.clear0 {
    clear: both;
    line-height: 0px;
}
.clear3 {
    clear: both;
    line-height: 3px;
}
.clear5 {
    clear: both;
    line-height: 5px;
}
.clear10 {
    clear: both;
    line-height: 10px;
}
.clear15 {
    clear: both;
    line-height: 15px;
}
.field_box {
    float: left;
    width: 16%;
    margin-left: 2%;
    margin-right: 2%;
}
.field_box_search {
    float: left;
    width: 16%;
    margin-left: 1%;
    margin-right: 1%;
}


.box_evento_left {
    width: 64%; 
    margin-right: 2%; 
    float:left; 
    text-align:left;
}
.box_evento_right {
    width: 28%; 
    margin-right: 2%; 
    float:left; 
    text-align:left;
}
.box_evento_azioni {
    width: 4%; 
    float:left; 
    text-align:center;
}

.box_dati_azienda_left {
    width: 64%; 
    margin-right: 2%; 
    float:left; 
    text-align:left;
}
.box_dati_azienda_right {
    width: 28%; 
    margin-right: 2%; 
    float:left; 
    text-align:left;
}
.box_dati_azienda_azioni {
    width: 4%; 
    float:left; 
    text-align:center;
}

.box_opzioni_left {
    width: 44%; 
    margin-right: 2%; 
    float:left; 
    text-align:left;
}
.box_opzioni_right {
    width: 48%; 
    margin-right: 2%; 
    float:left; 
    text-align:left;
}
.box_opzioni_azioni {
    width: 4%; 
    float:left; 
    text-align:center;
}

.opzione_checkbox {
    width: 6%; 
    text-align: center; 
    float:left;
}
.opzione_valore {
    width: 94%; 
    margin-left: 0%; 
    float: left;
}

.simple-inputbox { 
    border: 1px solid #848484; 
    -webkit-border-radius: 30px; 
    -moz-border-radius: 30px; 
    border-radius: 30px; 
    outline:0; 
    height:25px; 
    padding-left:10px; 
    padding-right:10px; 
} 


.modal-footer-msg {
    float: left;
    width: 65%;
    margin-left: 2%;
    margin-right: 3%;
    color: red;
    text-align: left;
}

.input_box {
    float: left;
    width: 88%;
}
.status_box {
    float: left;
    width: 10%;
    margin-left: 1%;
    margin-right: 1%;
    padding-top: 8px;
}
.button_box {
    padding-right: 2%;
    text-align:right;
    font-size: 13px;
    padding-bottom: 10px;
}
.button_box_center {
    text-align: center;
    font-size: 13px;
}
.button_box_left {
    float:left;
    margin-left: 2%;
    text-align:left;
    font-size: 13px;
    width: 48%;
}
.button_box_right {
    float:left;
    margin-right: 2%;
    text-align: right;
    font-size: 13px;
    width: 48%;
}

.box_titolo_pagina {
  background: #e3e3e3 url(textures/highlight.png) repeat-x;
  background-position: 0 center;
  border: 1px solid #e0dfdf;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0px;
  text-align: left;
}
.box_titolo_sezione {
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  margin-bottom: 5px;
}

.box_pulsanti {
  background-color: #FFF;
  border-left: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
  padding-top: 6px;
  padding-bottom: 6px;
  height: 40px;
}
.box_pulsanti_bottom {
  border-top: 1px solid #c5c5c5;
  margin-top: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  height: 40px;
}

.elimina-articolo, .crop-articolo {
    color: #777; 
    font-size:28px;
}
.elimina-articolo:hover {
    color: #ED1C24; 
}
.crop-articolo:hover {
    color: #0B9444; 
}
