body {
   /*background: #d3f7fd !important;*/
    font: 14px/26px !important;
    font-size: small !important;
    font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
    /*   font-family: 'Open Sans',sans-serif !important;*/
    /*line-height: 22px !important;*/
    /**color:#fff;**/
    /*font-family: oswald !important;*/
}

h2 {
    font-size: 18px;
    /*font-weight: bold;*/
    margin: 0;
    margin-bottom: 15px;
}

.demo-info {
    padding: 0 0 12px 0;
}

.demo-tip {
    display: none;
}

.label-top {
    display: block;
    height: 22px;
    line-height: 22px;
    vertical-align: middle;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.text-muted {
    color: #000 !important;
}

h5 {
    padding: 5px;
    background-color: #00a6ea;
    color: #ffffff;
}

h6 {
    padding: 5px;
    background-color: #00a6ea;
    color: #ffffff;
}

.h-nobg {
    padding: 5px;
    background-color: transparent;
    color: #00a6ea;
}


.h7{
    font-size: 1.25rem !important;
    margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}


.bordati {
    border-bottom: inset 1px gainsboro;
    border-right: solid 1px gainsboro;
    border-radius: 8px;
    padding: 10px;
}

.ulmenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    opacity: .7;
}

.ulmenu li {
    float: left;
    width: auto !important;
}

.ulmenu li a {
    /* display: block; */
    color: #000;
    text-align: center;
    padding: 16px;
    text-decoration: none;
    opacity: .8;
}

.ulmenu li a:hover {
    background-color:  #00a6ea !important;
    opacity: .4 !important;
}

.evidenzaname {
    font-size: 12pt;
    color: #00a6ea;
}

.ulnomenu {
    list-style-type: none;
}

.ulnomenu li {
font-weight: normal !important;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.intestaform {
    text-align: left;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.bgtitle-modal {
    /*background-color: #00a6ea;*/
    color: #fff;
    background-image: linear-gradient(to bottom right, #00a6ea,#fff);
}

.cellstext {
    width: 80%;
    font-family: Verdana, Arial;
    font-size: 12pt;
    border-bottom: solid 1px black;
    padding: 3px;
}

.lbl {
    width: 20%;
    font-family: Verdana, Arial;
    font-size: 10pt;
    color: rgba(145, 145, 145, 1);
    padding: 3px;
}

.lblnofix {
    font-family: Verdana, Arial;
    font-size: 11pt;
    color: rgba(145, 145, 145, 1);
    padding: 3px;
}

.trcss {
    border-bottom: solid 1px Blue;
}

.icon-btn {
    display: block;
    padding: 0px 3px 0px 3px;
    width: 20px;
    height: 20px;
    float: left;
}

.barra-titolo{
    background-color: #498ADE;
    width: 100% !important;
    height: 40px;
    padding-left: 10px;
    vertical-align: middle !important;
    color: #fff;
    padding-top: .5%;
}

    #doccontent .text-just {
         text-align: justify;
         font-size: 14px;
     }
 
     #doccontent ul li{
         font-size: 14px;
         /*font-weight: bold;*/
     }
     #doccontent em{
         font-size: 14px;
         /*font-weight: bold;*/
     }
     #doccontent .text-cent {
         text-align: center;
        /*font-weight: bold;*/
         font-size: 14px;
     }
 
     #doccontent .text-right{
         text-align: right;
         /*font-weight: bold;*/
         font-size: 16px;
     }
 
     strong{
     font-weight: normal !important;
     }

     p {
        font-weight: normal !important;
     }

     .presenta{
        font-size: 14px;
     }
     .text-just{
        text-align: justify;
     }
     .text-right{
        text-align: right !important;
     }
     
     .text-cente{
        text-align: center !important;
     }
     
     .lh-2{
        line-height: 50px;
     }