﻿h1 {
    color: #000000;
    font-size: 26px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.NETitolo1 {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}

.NETitolo2 {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}

.NETitoloNews {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}

.NENewsElencoVTitolo {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}

.progress {
    height: 2em;
}

    .progress i {
        line-height: 2.5em;
    }

.progress-bar {
    -webkit-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}

.noPadding {
    padding: 0 0 0 0;
}

.padding {
    padding: 0 8px 0 8px;
}

.noMargin {
    margin: 0 0 0 0;
}

.horizzontalFill {
    width: 100%;
}

.modal-center {
    position: fixed;
    top: 30%;
    left: 18.5%;
    z-index: 1050;
    width: 80%;
    height: 80%;
    margin-left: -10%;
}

.textBox {
    font-family: inherit !important;
    line-height: inherit !important;
    line-height: normal !important;
    margin-top: 8px !important;
    font: inherit !important;
    color: inherit !important;
    border-color: #bdbdbd #e6e6e6 #e6e6e6 #e6e6e6 !important;
    /*background: none repeat scroll 0 0 #FFF !important;*/
    border-width: 1px !important;
    border-style: solid !important;
    vertical-align: middle !important;
    height: 25px !important;
    padding: 2px !important;
    font-size: 12px !important;
    border-radius: 2px !important;
}

.riSingle a.riUp {
    vertical-align: middle !important;
}

.riSingle {
    margin-bottom: 8px !important;
}

.rbImageButton {
    vertical-align: middle !important;
}

/*.modal-backdrop {
  position:absolute !important;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:#000000;
  opacity: 0.6;
}*/
.well {
    background-image: linear-gradient(to bottom, rgba(241, 245, 251, 0.8) 0, rgba(198, 221, 252, 0.5) 100%);
    background-repeat: repeat-x;
    border-color: rgba(184, 203, 222, 0.5);
    box-shadow: 0 1px 3px rgba(165, 179, 197, 0.5) inset, 0 1px 0 rgba(245, 245, 245, 0.07);
}

input {
    font-size: 12px;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
}
span
{
    font-size: 12px;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
}
button
{
    font-size: 12px;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
}

.testoAcapo{
    white-space: pre-wrap;
}
.dettaglioProdottoModal
{
    overflow: hidden;
}