html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font-size: 100%;
    font: inherit;
    /* vertical-align: baseline; */
}

body {
    background: #fff;
    font: 10px "Open Sans", helvetica, sans-serif;
    color: #555;
    margin: 15px 15px 15px 15px;
}

.SiscomTitolo {
    font: bold 24px "Open Sans",helvetica,sans-serif;
    color: rgb(0, 133, 178);
}

.SiscomTitoloGrande {
    font: bold 36px "Open Sans",helvetica,sans-serif;
    color: rgb(0, 133, 178);
}

.SiscomDescrizione {
    font: bold 18px "Open Sans",helvetica,sans-serif;
    color: #323232;
}

.SiscomDescrizione2 {
    font: 16px "Open Sans",helvetica,sans-serif;
    color: #323232;
}

.SiscomDescrizione2Bold {
    font: bold 16px "Open Sans",helvetica,sans-serif;
    color: #323232;
}

.SiscomLink {
    font: bold 16px "Open Sans",helvetica,sans-serif;
    color: #0085b2;
}
/* ## BREADCRUMBS */
#breadcrumbs-container {
    display: block;
    float: none;
    overflow: hidden;
    width: 100%;
    margin-bottom: 1em;
}

#breadcrumbs {
    display: block;
    width: 100%;
    padding: .7em 0em;
    font-size: .9em;
}

.icon-homebread:before {
    content: '\e81f';
    font-size: 1em;
    cursor: pointer;
}

#breadcrumbs-nav .icon-angle-right:before {
    padding: 0 .8em;
}

#breadcrumbs-container {
    background-color: #f8f8f8;
}

.SiscomIconaHome {
    background-image: url('images/Home.png');
    background-position: center;
    background-repeat: no-repeat;
}

html {
    line-height: 1.8;
}

body {
    font-size: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: normal;
}


pre {
    padding: 1em;
    max-width: 100%;
    overflow: auto;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid transparent;
}

kbd,
tt,
var,
code {
    padding: 0 5px;
    overflow: auto;
    vertical-align: middle;
    text-indent: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

q,
blockquote {
    font-size: 1.1em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

address {
    padding-left: 1em;
}

del {
    text-decoration: line-through;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
    border: 0;
}

a img {
    border: none;
    vertical-align: middle;
}

hr {
    height: 1px;
    border: 0;
    clear: both;
}

/* Text elements */

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1em;
}

ul {
    list-style: outside disc;
}

    ul ul {
        list-style: outside square;
    }

        ul ul ul {
            list-style: outside circle;
        }

ol {
    list-style: outside decimal;
}

    ol ol {
        list-style: outside upper-alpha;
    }

        ol ol ol {
            list-style: outside lower-roman;
        }

            ol ol ol ol {
                list-style: outside lower-alpha;
            }

dl {
    margin: 0 0 2em 0;
}

dt {
    font-weight: bold;
}

strong {
    font-weight: bold;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

big {
    font-size: 125%;
}

mark,
ins {
    text-decoration: none;
}

abbr,
acronym {
    border-bottom: 1px dotted;
    cursor: help;
}

sup,
sub {
    position: relative;
    vertical-align: baseline;
    font-size: .8em;
    line-height: 0;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

textarea,
select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"] {
    max-width: 100%;
    padding: .7em 1em;
    border: 1px solid transparent;
    background: transparent;
    font-size: inherit;
    font-family: inherit;
    -webkit-transition: border-top-color .3s .1s, border-bottom-color .3s .3s, border-left-color .3s 0s, border-right-color .3s .2s;
    transition: border-top-color .3s .1s, border-bottom-color .3s .3s, border-left-color .3s 0s, border-right-color .3s .2s;
}

input[type="file"] {
    font-size: initial;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"],
a.boldblu {
    padding: .7em 1.5em;
    border: 0;
    font-size: .9em;
    font-family: inherit;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

select option {
    padding: .25em .5em;
}

input::-moz-focus-inner { /*Remove button padding in FF*/
    border: 0;
    padding: 0;
}

input:focus,
textarea:focus {
    outline: none;
}

embed,
iframe,
object {
    max-width: 100%;
}

.fluid-width-video-wrapper {
    max-height: 100vh;
}

a:link,
a:visited {
    text-decoration: none;
}

input[type='text'], input[type='password'], select {
    max-width: 430px !important;
    width: 100% !important;
}

select, input[type], textarea {
    border-color: #e9e9e9;
    color: #555;
}

button, input[type='button'], input[type='submit'], input[type='reset'], a.boldblu {
    background-color: #0085b2 !important;
    color: #fff;
    cursor: pointer;
}

.lblerrore {
    font-weight: bold;
    font-size: 12px;
    /*font-family: Arial, Helvetica, sans-serif;*/
    text-align: center;
    color: red;
}

.bordato {
    border: 1px solid #0085b2;
    margin: 5px;
    display: inline-block;
    border-radius: 5px;
    padding: 2px;
    width: 180px;
}

    .bordato label {
        display: inline-block;
        width: calc(100% - 20px);
    }

.borderClass {
    border-color: red !important;
    -webkit-transition: border 500ms ease-out;
    -moz-transition: border 500ms ease-out;
    -o-transition: border 500ms ease-out;
    transition: border 500ms ease-out;
}

.TitSoftware, .novita {
    font-style: italic;
}

.form-control[disabled] {
    background-color: #F0F0F0 !important;
    opacity: 0.7;
}

label.titblu {
    padding-top: 12px;
    display: inline-block;
}

.TitSoftwarelink {
    font: bold 16px "Open Sans",helvetica,sans-serif;
    color: #0085b2;
    text-decoration: none;
}

.sfondo336699 {
    background-color: #336699;
    font-weight: bold;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
}

.sfverdino {
    background-color: #DCE3E4;
    border: 1px #003366 solid;
    clip: rect( );
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    color: #003366;
    text-decoration: underline;
    background-repeat: no-repeat;
    clip: rect( );
    margin: 0px, 0px, 0px, 0px;
    text-align: left;
    font-weight: bold;
}

    .sfverdino a {
        color: #336699;
    }

.BluG a {
    color: grey;
}

.BluG {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    color: #000066;
    text-decoration: none;
    border: #333366;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.contatti {
    text-align: right;
    vertical-align: top;
    margin-right: 20px;
    margin-left: 200px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
    padding-right: 30px;
    padding-left: 30px;
    /* border: 1px #666666 solid; */
    /* padding-top: 3px; */
    padding-bottom: 3px;
    /* background-color: #FFFFCC; */
}

.rosso {
    color: darkred;
}

.titsoftware {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #990000;
    text-decoration: none;
}

.boldblu {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #003366;
}

.novita {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #990033;
    text-decoration: none;
}

.boldscuro {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000066;
}

.SiscomTiTroviIn {
    font: 14px "Open Sans",helvetica,sans-serif;
}
