html {
	overflow-y: scroll;
}

body {
	margin: 0px auto;
	padding: 0;
	background: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
	text-align: left;
        width: 100%;
        min-width: 980px;  
}

a:active, a:focus {
    outline: 0
}
a {
  text-decoration: none;
  color: #4A4A4A;
}

.clear {
    clear: both;
}
.clear5 {
    clear: both;
    line-height: 5px;
}
.clear10 {
    clear: both;
    line-height: 10px;
}
.clear15 {
    clear: both;
    line-height: 15px;
}
.clear30 {
    clear: both;
    line-height: 40px;
}
.clear40 {
    clear: both;
    line-height: 40px;
}
.gap10 {
    line-height: 10px;
}

.fs8 {
    font-size: 8px;
}
.fs9 {
    font-size: 9px;
}
.fs10 {
    font-size: 10px;
}
.fs11 {
    font-size: 11px;
}
.fs12 {
    font-size: 12px;
}
.fs13 {
    font-size: 13px;
}

.label_box {
    float: left;
    width: 22%;
    margin-left: 2%;
    margin-right: 2%;
    border: 1px solid #E78F08;
    background-color: #F6A828;
    color: #FFF;
    font-weight: bold;
    border-radius: 3px 3px 3px 3px;
    font-size: 16px;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 3px;
    padding-bottom: 3px;  
}
.label_box2 {
    float: left;
    width: 28%;
    margin-left: 2%;
    margin-right: 2%;
    border: 1px solid #E78F08;
    background-color: #F6A828;
    color: #FFF;
    font-weight: bold;
    border-radius: 3px 3px 3px 3px;
    font-size: 16px;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 3px;
    padding-bottom: 3px;  
}
.label_box_songs {
    float: left;
    width: 130px;
    margin-left: 0px;
    margin-right: 0px;
    border: 1px solid #E78F08;
    background-color: #F6A828;
    color: #FFF;
    font-weight: bold;
    font-size: 13px;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 7px;
    padding-bottom: 7px;  
    height: 18px;
}
.label_box_songs_blu {
    float: left;
    width: 130px;
    margin-left: 0px;
    margin-right: 0px;
    border: 1px solid #1C94C4;
    background-color: #1C94C4;
    color: #FFF;
    font-weight: bold;
    font-size: 13px;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 7px;
    padding-bottom: 7px;  
    height: 18px;
}
.label_box_bordero {
    float: left;
    width: 17%;
    margin-left: 2%;
    margin-right: 0%;
    border: 1px solid #E78F08;
    background-color: #F6A828;
    color: #FFF;
    font-weight: bold;
    border-radius: 3px 3px 3px 3px;
    font-size: 16px;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 3px;
    padding-bottom: 3px;  
}
.label_box_blu_bordero {
    float: left;
    width: 18%;
    margin-left: 2%;
    margin-right: 2%;
    border: 1px solid #1C94C4;
    background-color: #1C94C4;
    color: #FFF;
    font-weight: bold;
    border-radius: 3px 3px 3px 3px;
    font-size: 16px;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 3px;
    padding-bottom: 3px;  
}
.small_label_box {
    float: left;
    width: 22%;
    margin-left: 0%;
    margin-right: 1%;
    border: 1px solid #E78F08;
    background-color: F6A828;
    color: #FFF;
    font-weight: bold;
    border-radius: 2px 2px 2px 2px;
    font-size: 12px;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 2px;
    padding-bottom: 2px;  
}
.label_tipo_bordero {
    color: #FFF;
    font-weight: bold;
    padding: 2px 4px 2px 4px;
    border-radius: 3px 3px 3px 3px;
}

.titolo_barra {
    float: left;
    width: 22%;
    margin-left: 2%;
    margin-right: 2%;
    border: 1px solid #1C94C4;
    background-color: #1C94C4;
    color: #FFF;
    font-weight: bold;
    border-radius: 3px 3px 3px 3px;
    font-size: 16px;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 7px;
    padding-bottom: 7px;  
}
.titolo_barra_arancione {
    float: left;
    width: 22%;
    margin-left: 2%;
    margin-right: 2%;
    border: 1px solid #E78F08;
    background-color: #F6A828;
    color: #FFF;
    font-weight: bold;
    border-radius: 3px 3px 3px 3px;
    font-size: 16px;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 7px;
    padding-bottom: 7px;  
}
.pulsanti_barra {
    float: left;
    width: 62%;
    margin-left: 2%;
    margin-right: 2%;
}

.pulsante_azione {
    cursor: pointer;
    width: 16px;
    padding: 6px;
}

.pulsante_azione:hover{
  cursor:pointer;
  opacity:1;
  background:#f1f1f1;
  box-shadow:0 0 3px gray;
}

.input_box {
    float: left;
    width: 22%;
    margin-left: 2%;
    margin-right: 2%;
    font-size: 16px;
}
.input_box input {
    width: 100%;
}
.input_box select{
    width: 100%;
}
.input_box textarea{
    width: 100%;
}
.input_box2 {
    float: left;
    width: 52%;
    margin-left: 2%;
    margin-right: 2%;
    font-size: 16px;
}
.input_box2 input {
    width: 100%;
}
.input_box2 select{
    width: 100%;
}
.input_box2 textarea{
    width: 100%;
}
.aventi_diritto_box {
    float: left;
    width: 64%;
    margin-left: 2%;
    margin-right: 2%;
    font-size: 16px;
}
.table_aventi_diritto{
    width: 90%;
    border-collapse:collapse;
    border: 1px dashed #E78F08;
}

.table_aventi_diritto tr td{
    border-collapse:collapse;
    border: 1px solid #E78F08;
    padding: 3px;
}
.table_header_label {
    color: #FFF;
    background-color: #F6A828;
    font-weight: bold;
    text-align: center;
    
}
.table_tipo_label {
    font-weight: bold;
}

.status_box {
    float: left;
    width: 4%;
    margin-left: 0%;
    margin-right: 2%;
    padding-top: 8px;
}

.pulsante_box {
    float: left;
    width: 4%;
    margin-left: 0%;
    margin-right: 2%;
}

.nb {
    margin-left: 0%;
    margin-right: 0%;
}
.w5 {
    width: 5%;
}
.w6 {
    width: 6%;
}
.w8 {
    width: 8%;
}
.w10 {
    width: 10%;
}
.w12 {
    width: 12%;
}
.w14 {
    width: 14%;
}
.w15 {
    width: 15%;
}
.w16 {
    width: 16%;
}
.w20 {
    width: 20%;
}
.w23 {
    width: 23%;
}
.w21 {
    width: 21%;
}
.w25 {
    width: 25%;
}
.w26 {
    width: 26%;
}
.w29 {
    width: 29%;
}
.w30 {
    width: 30%;
}
.w32 {
    width: 32%;
}
.w35 {
    width: 35%;
}
.w36 {
    width: 36%;
}
.w38 {
    width: 38%;
}
.w40 {
    width: 40%;
}
.w41 {
    width: 41%;
}
.w42 {
    width: 42%;
}
.w44 {
    width: 44%;
}
.w46 {
    width: 46%;
}
.w48 {
    width: 48%;
}
.w50 {
    width: 50%;
}
.w51 {
    width: 51%;
}
.w52 {
    width: 52%;
}
.w56 {
    width: 56%;
}
.w60 {
    width: 60%;
}
.w61 {
    width: 61%;
}
.w64 {
    width: 64%;
}
.w65 {
    width: 65%;
}
.w66 {
    width: 66%;
}
.w70 {
    width: 70%;
}
.w71 {
    width: 71%;
}
.w75 {
    width: 75%;
}
.w80 {
    width: 80%;
}
.w90 {
    width: 90%;
}
.w96 {
    width: 96%;
}
.w100 {
    width: 100%;
}
.fs16 {
    font-size: 16px;
}
.fs20 {
    font-size: 20px;
}
.fs24 {
    font-size: 24px;
}
.fs30 {
    font-size: 30px;
}
.fs40 {
    font-size: 40px;
}

.al-right {
    text-align: right;
}
.al-center {
    text-align: center;
}

.etichetta {
    font-size: 16px;
    color: #222;
    position: relative;
    top: 2px;
    left: 0px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7)    
}
.etichetta_grande {
    font-size: 20px;
    color: #222;
    position: relative;
    top: 2px;
    left: 0px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7)    
}
.etichetta_piccola {
    font-size: 14px;
    color: #222;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7)    
}
.valore {
    font-size: 16px;
    position: relative;
    left: 0px;
    top: 3px;
}

#header_info {
  min-height: 20px;
  border: 4px solid #F6A828;
  background: #FcFcFc;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 5px;
  line-height: 100%;
}
#titolo_header_info a {
    cursor: pointer;    
    color: #FFB43F;
    font-size: 24px;  
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
}

#titolo_header_info a:hover {
    color: #1C94C4;
}

.barra_pulsanti {
    width: 100%;
    margin: 0px auto;
    border-top: 1px dashed #c77405;
    border-bottom: 1px dashed #c77405;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.separatore_doppio { 
    width: 100%;
    margin: 0px auto;
    border-top: 1px dashed #c77405;
    border-bottom: 1px dashed #c77405;
    line-height: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.separatore{ 
    width: 100%;
    margin: 0px auto;
    border-bottom: 1px dashed #c77405;
    margin-top: 10px;
    margin-bottom: 10px;
}
.separatore_rosso{ 
    width: 100%;
    margin: 0px auto;
    border-bottom: 1px dashed #CC3300;
    margin-top: 0px;
    margin-bottom: 0px;
}
.separatore_verde{ 
    width: 100%;
    margin: 0px auto;
    border-bottom: 1px dashed #339900;
    margin-top: 0px;
    margin-bottom: 0px;
}
.separatore_blu{ 
    width: 100%;
    margin: 0px auto;
    border-bottom: 1px dashed #003399;
    margin-top: 0px;
    margin-bottom: 0px;
}

.allinea_icona {
    position: relative;
    left: 0px;
    top: 3px;
}

.allinea_etichetta {
    position: relative;
    left: 0px;
    top: -3px;
}

#contenuto_centrale {
   min-height: 450px;
   background-color: #FFF;
}


#login_box {
    padding: 1%;
    background-color: white;
    border-radius: 10px;
    border: 4px solid #FFB43F;
    box-shadow: 0 0 2px #BDBDBD;
} 

.box_elenco_firme{
    height: 300px;
    overflow-y: scroll;
}
.box_elenco_tags{
    height: 250px;
    overflow-y: scroll;
}
.pulsante_elimina_firma {
    position:relative; 
    left: 0px; 
    top: 3px;
    cursor: pointer;
    z-index: 1000;
}

.box_immagine_firma {
    float: left; 
    width: 250px; 
    text-align: center;
    padding: 3px;
    border: 3px solid #FFF;    
}

#totale_percentuale_diritti_canzone {
    color: #FFFFFF;
    font-weight: bold;
    width: 70px;
    text-align: right;
    padding-right: 2px;
}
.numero_decimale {
    text-align: right;
    padding-right: 2px;   
}

.box_pagina_calendar {
   
}

.table_calendar{
    width: 100%;
    border: solid 1px #dadada;
}

.table_calendar td{
	padding:3px 8px 3px 8px;
	border: solid 1px #dadada;
}
.table_calendar_intestazione td{
	background: #F6A828;
	text-align: center;
	padding: 10px 5px 10px 5px;
	font-size: 14px;
	color:#FFF;
        font-weight: bold;
}
.box_totale_calendar {
    width: 50%; 
    margin-left: 50%;
    margin-top: 5px;
}
.box_totale_locali_calendar {
    float: left; 
    width: 51%;
}

.blocco_coordinata_template {
    float: left;
    margin-left: 1%;
    width: 29%;
}

.blocco_coordinate_rosso {
    width: 100%; 
    border: 2px solid #CC3300; 
    padding-top: 3px; 
    padding-bottom:3px;
    margin-bottom: 20px;
}
.lettera_blocco_coordinate_rosso {
    font-size: 20px; 
    color: #CC3300; 
    font-weight: bold;
}

.blocco_coordinate_verde {
    width: 100%; 
    border: 2px solid #339900; 
    padding-top: 3px; 
    padding-bottom:3px;
    margin-bottom: 20px;
}
.lettera_blocco_coordinate_verde {
    font-size: 20px; 
    color: #339900; 
    font-weight: bold;
}

.blocco_coordinate_blu {
    width: 100%; 
    border: 2px solid #003399; 
    padding-top: 3px; 
    padding-bottom:3px;
    margin-bottom: 20px;
}
.lettera_blocco_coordinate_blu {
    font-size: 20px; 
    color: #003399; 
    font-weight: bold;
}


.intestazione_stampa_sezioni {
    color: #1C94C4;
    font-weight: bold;
    font-size: 24px;
}
.lettera_sezione_stampa_rosso {
    font-size: 26px; 
    color: #CC3300; 
    font-weight: bold;
}
.lettera_sezione_stampa_verde {
    font-size: 26px; 
    color: #339900; 
    font-weight: bold;
}
.lettera_sezione_stampa_blu {
    font-size: 26px; 
    color: #003399; 
    font-weight: bold;
}


.intestazione_tabella_perc {
    float: left;
    text-align: center;
    border: 1px solid #E78F08;
    background-color: #F6A828;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-right: 1px;
    height: 12px;    
}
.intestazione_tabella_song {
    float: left;
    width: 150px;;
    text-align: center;
    border: 1px solid #E78F08;
    background-color: #F6A828;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-right: 3px;
    height: 18px;    
}
.cella_tabella_song {
    float: left;
    width: 150px;;
    text-align: center;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    color: #444444;
    font-weight: bold;
    font-size: 14px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-right: 3px;
    
}

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

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

.download_mp3_icon{
    width: 25px;
}
.listen_mp3_icon{
    width: 25px;
}

.link_like {
    color:  #CCC;
    text-decoration: underline;
    font-size: 11px;
}

#box_upload_contratto_pdf {

    min-height: 140px;
    -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_rendiconto_pdf {

    min-height: 90px;
    -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_mp3 {
    min-height: 140px;
    -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_contratto_pdf_np {

    min-height: 140px;
    -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_mp3_np {
    min-height: 140px;
    -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: 25px;
}

.msg_drag {
    font-size: 24px;
    margin-left: 20px;
}

table {
  width:100%;
  border-collapse: collapse;
}

table, th, td {
  border: 1px solid black;
}

th {
  height: 50px;
}
th, td {
  padding: 10px;
}

th {
  background-color: #F6A828;
  color: white;
}

.select-me {
    cursor: pointer;
    text-decoration: underline;
}