/**
{
    margin: 0; padding: 0; font-family: Arial; font-size: 10pt;
}

a
{
    text-decoration: none;
    color: Black;
    cursor: pointer;
}

a:hover
{
    color:Black;
    text-decoration: underline;
}

a:active
{
    color: Black;
    text-decoration: underline;
}

.background_modal_popup
{
	background-color:Gray;
    filter:alpha(opacity=30);
    opacity:0.7;
}

.boxLogin
{
    background: white url(../images/login_box.png) no-repeat 0 0;
    width: 357px;
    height: 197px;
    color: Black;
}

.boxLogin table
{
    font-size: 12pt;
    padding-top: 40px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

.containerDiv
{
    float: left;
}

.custom-calendar
{
    background: white;
    border: 1px solid black;
}

.deleteAttachments
{
    float:left;
    margin-top: 10px;
    margin-left: 0px;
}

.divFileAreaWeb
{
    float: left;
    min-width: 80px;
    margin-top: 10px;
    margin-left: 10px;
    padding-left: 45px;
    padding-top: 10px;
    min-height: 45px;
    background: white url(../images/generico.png) no-repeat 0 0;
    cursor:pointer;
}

.divFileAreaWebPdf
{
    float: left;
    min-width: 80px;
    margin-top: 10px;
    margin-left: 10px;
    padding-left: 45px;
    padding-top: 10px;
    min-height: 45px;
    background: white url(../images/pdf.png) no-repeat 0 0;
    cursor:pointer;
}

.divFileAreaWebDoc
{
    float: left;
    min-width: 80px;
    margin-top: 10px;
    margin-left: 10px;
    padding-left: 45px;
    min-height: 45px;
    padding-top: 10px;
    background: white url(../images/iconaWord.png) no-repeat 0 0;
    cursor:pointer;
}

.divFileAreaWebXls
{
    float: left;
    min-width: 80px;
    margin-top: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-left: 45px;
    min-height: 45px;
    background: white url(../images/iconaExcel.png) no-repeat 0 0;
    cursor:pointer;
}

.divFileAreaWebPpt
{
    float: left;
    min-width: 80px;
    margin-top: 10px;
    margin-left: 10px;
    padding-left: 45px;
    min-height: 45px;
    padding-top: 10px;
    background: white url(../images/iconaPowerPoint.png) no-repeat 0 0;
    cursor:pointer;
}

.divFileAreaWebImm
{
    float: left;
    min-width: 80px;
    margin-top: 10px;
    margin-left: 10px;
    padding-left: 45px;
    padding-top: 10px;
    min-height: 45px;
    background: white url(../images/jpg-icon.png) no-repeat 0 0;
    cursor:pointer;
}

.labelTabella
{
    color: #3f65d9;
    font-weight: bold;
    width: 30%;
    text-align: right;
    padding-right: 10px;
    vertical-align: top;
    padding: 10px;
}

.linkButtonAreaWeb_Enabled
{
    color: Black;
    vertical-align: middle;
    text-decoration: none;
}

.linkButtonAreaWeb_Enabled:hover
{
    color:Blue;
    text-decoration:none;
}

.linkButtonAreaWeb_Disabled
{
    color: Gray;
    text-decoration:none;
}

.linkButtonAreaWeb_Disabled:hover
{
    color: Gray;
    text-decoration:none;
}

.master_container
{
    background: white url(../images/master_container.png) no-repeat 0 0;
    width: 100%;
    height: 49px;
    font-size: 8pt;
    text-align: center;
}

.master_left_icon
{
    width: 15%;
    text-align: center;
    border-right: 2px #CCCCCC dotted;
}

.master_left_icon *
{
    font-size: 7pt;
}

.master_right_icon
{
    width: 15%;
    text-align: center;
    border-left: 2px #CCCCCC dotted;
}

.master_right_icon *
{
    font-size: 7pt;
}

.padding
{
    width: 40%;
}

.pagina
{
    width: 800px;
    background-color: White;
    margin-left: auto;
    margin-right: auto;
}

.popup
{
    background: url(../images/popupbox.png) no-repeat; 
    filter:alpha(opacity=100);
    opacity:1;
    position: absolute;
    width: 227px;
    height: 165px;
    top: 1496px;
    left: 10px;
}

.skin_ta_ts
{
    background: white url(../images/boxta-top-sx.png) no-repeat;
    width: 7px;
    height: 7px;
}
.skin_ta_td
{
    background: white url(../images/boxta-top-dx.png) no-repeat;
    width: 8px;
    height: 7px;
}
.skin_ta_bs
{
    background: white url(../images/boxta-btm-sx.png) no-repeat;
    width: 7px;
    height: 7px;
}
.skin_ta_bd
{
    background: white url(../images/boxta-btm-dx.png) no-repeat;
    width: 8px;
    height: 7px;
}
.skin_ta_top
{
    background: white url(../images/boxta-top.png) repeat-x;
    height: 7px;
}
.skin_ta_bot
{
    background: white url(../images/boxta-btm.png) repeat-x;
    height: 7px;
}
.skin_ta_dx
{
    background: white url(../images/boxta-dx.png) repeat-y;
    width: 8px;
}
.skin_ta_sx
{
    background: white url(../images/boxta-sx.png) repeat-y;
    width: 7px;
}

.tabellaRiepilogo
{
    width: 650px;
    margin-left:auto;
    margin-right:auto;
    text-align: left;
}

.titoloTabella
{
    color: #3f65d9;
    font-weight: bold;
    width: 30%;
    text-align: right;
    padding-right: 10px;
    vertical-align: top;
    padding: 10px;
}

.tabellaRiepilogo tr td:first-child + td input[type=text], .tabellaRiepilogo tr td:first-child + td select
{
    width: 90%;
}*/

body{
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main{
   flex:1 0 auto;
   min-height: calc(100vh - 134px);
}

.page-footer{
    padding-top:0 !important;
}
  
header, main, footer {
    padding-left: 240px;
  }

  @media only screen and (max-width : 992px) {
    header, main, footer {
      padding-left: 0;
    }
  }

.nav-wrapper{
    text-align:center;
}
.page-title{
    font-size:30px;
    font-weight:300;

}

.no-slide{
    padding-left: 0;
  }

.boxLogin{
    position:relative;
    top:10vh;
    width:300px;
    margin:0 auto;   
    border-radius:3px;
    background-color:rgba(250,250,250, 0.5);
    padding:20px;
}

.hidden{
    display:none;
}

.input-field span{
    color:rgb(110,110,110) !important;    
}

.input-field input{
    color:rgb(90,90,90) !important;
}

.file-field{
    margin-top:0;
}
.file-field span{
    color:white !important;    
}

.logo{
    height:91px;
    display:flex;
    align-items:center;
    font-size:1.1em;
    font-weight:300;
}

.flex{
    display:flex;
}

.menu{
    padding:20px;   
}

.card p{
   margin:0 !important;
   text-align:center;
   text-transform: uppercase;
}

.card .card-content{
    text-align:center;
}

.menu-icon{
    font-size:52px !important;
    color:#7986cb;
}

.news{
    width:100% !important;
    padding:40px 4%;
}

.addbutton{
    top:20px;
    right:4% !important;
    
}

@media only screen and (min-width: 993px){
    .news{
        width:80% !important;       
    }
}

.cerca-sec{
    margin-top:80px;
}

.cerca{
    text-align:right;
}

td p{
    margin:0 !important;
}

td i{
    color:#7986cb; 
}

.table-header{
    border-bottom:1px solid rgb(220,220,220);

}

@media(max-width:500px){
    .list-table{
    font-size:12px;
}

.list-table th{
    font-size:1.1em !important;
}
}



.modulo-cerca{
    padding:20px 0;
}

.no-elements{
    text-align:center;
    padding:50px 5px;
    font-size:1.3em;
    color:#f4511e;
}

.mod{
    padding-top:30px !important;
}

.allegati-sec{
    margin:50px;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.tab-container{
    padding:20px !important;
    min-height:500px;
}

.tab_sub_sec{
    margin-top:20px;
}

.carica{
    margin-top:40px;
}

.required{
    position:relative;
    left:100%;
    bottom:50px;
    font-size:1.5em;
}

.areaWeb{
    font-size:1.5em;
}

.att{
    padding:5px;
    margin-top:5px;
    border-radius:3px;
    color:#5c6bc0;
}

.added-att{
    background-color:#5c6bc0;
    color:white;     
}

.selected-att{
    background-color:#c5cae9;
    color:#5c6bc0;     
}

.deleteAttachments{
    margin-top:3px;
    color:#7986cb; 
}

.added{        
    color:white !important;   
}

.popup{
    height:200px;
    width:200px;
    margin:50px auto;
    background-color:white;
    border-radius:3px;
}

.background_modal_popup
{
	background-color:Gray;
    filter:alpha(opacity=30);
    opacity:0.7;
}

.success{
   font-size:20px;
}

.modal-content{
    padding:30px;
}

.tabellaRiepilogo{
    table-layout:fixed;
    margin-top:20px;
    overflow:scroll;
}

.titoloTabella{
    font-weight:500;
    color:rgb(100,100,100);
   
}

@media(max-width:490px){
    .tabellaRiepilogo td{
        float:left;
    }   
}

.note{
    margin:40px 0 !important;    
}

.note textarea{
    min-height:1rem !important;
}

.btn-set{
    margin-top:10px;
}

.login_error{
    color:#e53935;
    font-size:1.3em;
    text-align:center;
}

.profilo.tab-container{
    padding:10px !important;
    margin-top:30px;
}

.prof_box{
    background-color:rgb(245,245,245);
    height:50px;
    line-height:50px;
    padding-left:10px;
    border-radius:3px;
    font-size:1.1em;
    margin-top:10px;
}

.prof_lbl{
    color:rgb(120,120,120);
}

prof_val{
    color:rgb(90,90,90);
}

@media(min-width:993px) and (max-width:1075px){
    .prof_box{
        font-size:0.9em !important;
    }
}

.no_label_check label {
    font-size: 1px !important;
    color: white;
}

.permessi_table{
	margin-bottom:30px;
}

.permessi_table td{
	border-bottom:1px solid rgb(240,240,240);
	text-align:center;
}

.permessi_table .label_sx{
	text-align:left;
}

.permessi_table .intestazione{
	font-weight:500;
}

.permessi_table .intestazione td{
	position:relative;
	left:-5px;
}

.permesso_singolo{
	margin:40px 0 40px 0 !important;
}

.permesso_singolo .col{
	margin-bottom:10px !important;
}