﻿@charset "utf-8";
/* CSS Document */


/* -------------------------------------------                base style             ------------------------------------------------------------------*/
*, form {
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

@font-face {
    font-family: "Segoe UI";
    src: url('Segoe UI.ttf');
}

body {
    font-family: 'Segoe UI', sans-serif;
    height: 100%;
    background: url(img/bk_body.png);
    padding: 0;
    color: #464646;
    background-color: #e2e2e2;
    width: 100%;

}

body, h1, h2 {
    margin: 0;
    padding: 0;
}

h1 {
    padding-left: 7pt;
}
h2 {
    color: #e2e2e2;
    font-size: 22px;
    font-weight: 300;
    margin-left: 300px;
}

table, td, th {
    border: 0px solid #EEE;
    border-collapse: collapse
}

/*stili generici, su header e footer*/

#container {
    width: 1074px;
    margin: 0 auto;
    background-color: #f0f0f0;
    -moz-box-shadow: 0 0 5px 5px #888;
    -webkit-box-shadow: 0 0 5px 5px #888;
    box-shadow: 0 0 5px 5px #888;
}

#wrapper{
     
}

#header {
    background-color: #464646;
    color: #e1e1e1;
    height: 95px;
    background: url(img/sfHeader.png);
    /*box-shadow: rgba(0,0,0,0.3) 0 1px 3px;*/
}
/*
#header a.changePassword {
    color: inherit;
    padding: 2pt;
    font-weight: 400;
    width: 270px;
    text-align: center;
    text-decoration: underline;
    display: block;
    margin: 2px 0;
}

    */

#header  a:hover {
    color: #000000;
    background-color: #F0F0F0;
}


#header .button {
    float: left;
    display: block;
    width: 200px;
}



input[type="text"], input[type="password"], select{
    background: url(img/sfText.png);
    border: none;
    border: 0;
    line-height: 16px;
    height: 20px;
    margin: 0;
    display: inline-block;
    -moz-box-shadow: inset 0 0 1px 1px #888;
    -webkit-box-shadow: inset 0 0 1px 1px #888;
    box-shadow: inset 0 0 1px 1px #888;
    margin: 0 0 2px 0;
    padding-left: 5px;
    /*border-radius: 0.3em;*/
}

input:focus, textarea:focus{
    -moz-box-shadow: 0 0 3px #B9A176;
    -webkit-box-shadow: 0 0 3px #B9A176;
    box-shadow: 0 0 3px #B9A176;
}

label {
    margin: 0 0 2px 0;
    text-align: right;
    padding-right: 10px;
    display: inline-block;
	line-height: 24px;
    width: 110px;
	word-wrap: break-word;
	vertical-align: top;
	}

input[type="submit"], .button{
    width: 90px;
    font-size: 15px;
    line-height: 20px;
    margin-left: 14px;
    background-image: linear-gradient(bottom, rgb(80,102,127) 50%, rgb(87,109,136) 50%, rgb(106,129,155) 100%);
    background-image: -o-linear-gradient(bottom, rgb(80,102,127) 50%, rgb(87,109,136) 50%, rgb(106,129,155) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(80,102,127) 50%, rgb(87,109,136) 50%, rgb(106,129,155) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(80,102,127) 50%, rgb(87,109,136) 50%, rgb(106,129,155) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(80,102,127) 50%, rgb(87,109,136) 50%, rgb(106,129,155) 100%);
    background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.5, rgb(80,102,127)),
    color-stop(0.5, rgb(87,109,136)),
    color-stop(1, rgb(106,129,155))
    );
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    height: 25px;
}

input[type="submit"]:hover, .button:hover {
    -moz-box-shadow: 0 0 5px #B9A176;
    -webkit-box-shadow: 0 0 5px #B9A176;
    box-shadow: 0 0 5px #B9A176;
    border-radius: 2px;
}

input[type='file']{
    background: none;
    padding-left: 0;
    height: 24px;
     -moz-box-shadow: inset 0 0 1px 1px #e1e1e1;
    -webkit-box-shadow: inset 0 0 1px 1px #e1e1e1;
    box-shadow: inset 0 0 1px 1px #e1e1e1;
}

input[type='file']:hover{
    cursor: pointer;
     background-color:  #e1e1e1;
}

textarea {
    width: 414px;
    height: 150px;
    margin-left: 100px;
    overflow: hidden;
   /* border: 1px solid rgb(136, 136, 136);*/
    border: none;
    -moz-box-shadow: inset 0 0 1px 1px #888;
    -webkit-box-shadow: inset 0 0 1px 1px #888;
    box-shadow: inset 0 0 1px 1px #888;
    max-width: 414px;
    resize: none;
    background: transparent url(img/sfTextarea.png) repeat-x;
    padding: 0 3px;
	overflow-y: auto;
}

.inserimentoDati{
    width: 835px;    
}

.inserimentoDati input[type='text']{
    height: 100%;
}

.inserimentoDati textarea{
    width: 100%;
    height: 30px;
    margin: 0;
}

textarea#shortTextarea{
    width: 250px;
    margin: 0;
}

.fCommento textarea {
    margin-left: 123px;
}

#formNuovoRapportino textarea {
    margin: 5px 0;
    display: block;
     width: 50%;
     float: left;
}


.fCommento #formNuovoRapportino .textareaLabel {
    display: block;
    line-height: 8em;
    float: left;
}

#formNuovoRapportino label {
    width: 30%;
}


.fCommento #formNuovoRapportino input[type="text"], #formNuovoRapportino select {
    width: 50%;
    margin: 5px 0;
    padding: 0;
}


.fCommento #formNuovoRapportino input[type="checkbox"]{
    margin: 5px 0 5px 45px;
    padding: 0;


}


.fCommento #formNuovoRapportino select {
    margin: 5px 0 5px -4px;
}



#formNuovoRapportino input[type='text'].short{
    width: 100px;
}

#formNuovoRapportino label.short {
    margin-left: -47px;
}

.fCommento #formCommento textarea {
    margin-left: 120px;
}

.fCommento input[type="text"], .fCommento select {
    width: 414px;
    margin: 5px 0;
}





#logoContainer {
    float: left;
    width: 215px;
    height: 85px;
    background: #e1e1e1 url(img/sfContanierLogo.png) bottom right no-repeat;
}

#logoContainer img {
    margin-top: 8px;
}

#login {
    float: left;
    padding: 5px;
    width: 350px;
}

#login label {
    width: 30%;
    text-align: right;
    padding-right: 10px;
    display: inline-block;
    height: 24px;
    margin-right: 0;
}

#login input.marginLeft{
    margin: 4px 0 0 192px;
}

#login input[type='text'], input[type='password']{
    width: 65%;
}




select.M {
    transition: 0.8s;
    border-left: 15px solid  #FF4040;
}

select.S {
      transition: 0.8s;
    border-left: 15px solid  #FFFF80;
}

select.F {
      transition: 0.8s;
    border-left: 15px solid  #40FF40;
}

select.C {
      transition: 0.8s;
    border-left: 15px solid  #80FFFF;
}

select.A {
      transition: 0.8s;
    border-left: 15px solid  #FF80FF;
}




.M {
    background-color: #FF4040;
}
.S {
    background-color: #FFFF80;
}
.F {
    background-color: #40FF40;
}
.C{
    background-color: #80FFFF;
}
.A{
    background-color: #FF80FF;
}


  #header  #login input[type="submit"], #login a.changePassword {
        width: 65%;
        float:  right;
        margin:  1px 0;
        color: black;
        margin-right: 5px;
         text-shadow: 0 0 1px #888888;
    }

.title{
    display: block;
    width: 30%;
    text-shadow: 0 0 1px #373b3e;
    text-align: right;
    float: left;
}

.titleLong{
    display: block;
    font-size: 18px;
    width: 100%;
    margin-bottom: 15px;
}

#search {
    float: right;
    padding: 5px;
    width: 350px;
}

#search label {
    width: 30%;
    text-align: right;
    padding-right: 10px;
    display: inline-block;
    height: 24px;
}

#search input[type="text"] {
    background: url(img/Search16.png) 6px center no-repeat, url(img/sfText.png) left top repeat-x;
    padding-left: 24px;
    width: 55%;
}

#search input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

#formlogin {
    padding: 0;
    height: 100%;
    min-height: 100%;
}

.menuSecondario a {
    float: left;
    width: 110px;
    font-variant: small-caps;
    margin: 5px;
    text-align: center;
}

.menuSecondario a:hover {
    background-color: #373b3e;
    border-bottom: 2px solid #996600;
    border-radius: 2px;
}

.menuSecondario span {
    line-height: 30px;
    text-shadow: 1px 1px 1px #363636;
}

a.little {
    width: 30px;
    -moz-box-shadow: 0 0 3px #B9A176;
    -webkit-box-shadow: 0 0 3px #B9A176;
    box-shadow: 0 0 3px #B9A176;
    border-radius: 2px;
    display: inline-block;
}

#header a.little {
    margin: 5px 2px;
    width: 26px;
    text-align: center;
}

input[type="text"].medium {
    width: 164px;
}

input[type='text'].short{
    width: 80px;
}

.fCommento {
   /* font-size: 0.9em;
    background-color: #E6E6E6;
    color: #464646;
    padding: 10px;
     box-shadow: rgba(0,0,0,0.3) 0 1px 3px;*/
   padding: 10px;
}

.fCommento  form{
    font-size: 0.9em;
    border: 1px solid #E6E6E6;
    background-color: #f1f1f1;
    color: #464646;
    padding: 10px;
    box-shadow: rgba(0,0,0,0.3) 0 1px 2px;
    border-radius: 0.8em;
}

.fCommento input[type="submit"] {
    margin: 10px 0 0 47%;
}

label.longLabel{
    width: 220px;
}

.fTabt {
    top: 0pt;
    left: 0pt;
    font-size: 0.9em;
    font-weight: 300;
    text-align: right;
    color: #000000;
    padding-right: 5pt;
}

.fTabd {
    top: 0pt;
    left: 0pt;
    font-size: 0.9em;
    font-weight: 600;
    text-align: left;
    color: #192028;
    display: inline-block;
    line-height: 24px;
}

.fCommento h5 {
    margin: 15px 0 0 0;
    padding: 0;
    padding-left: 24pt;
    padding-right: 24pt;
    font-size: 0.8em;
    font-weight: 200;
    color: #404080;
    vertical-align: top;
    text-align: left;
}

.fCommento h2{
    color: #373b3e;
    font-size: 16px;
    display: inline-block;
}

.fCommento a {
    font-size: 10pt;
    padding: 3pt;
    font-weight: 400;
}

.fCommento  a:hover {
    color: #000000;
    background-color: #F0F0F0;
}

#footer {
    clear: both;
    width: 100%;
    padding: 0 0;
    margin: 0 auto;
    height: 17pt;
    font-size: 12px;
    background-color: #373b3e;
    color: #e1e1e1;
    text-align: center;
}

#footer a {
    color: #e1e1e1;
    font-weight: 500;
    text-decoration: none;
    font-size: 120%;
}

#content, #content2, #content3, #content4 {
    border-style: solid;
    border-color: #F0F0F0;
     background-color: #ffffff;
    border-width: 0 1pt 0 0;
    
}

#content {
    margin-left: 216px;
    margin-right: 214px;
    padding: 3px 4pt 0pt 2pt;
}

.scrollableContent {
    height: 650px;
    margin-right: -350px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#content li, #content2 li, #content3 li, #content4 li {
    background: url('./img/bullet.jpg') no-repeat;
    background-position: 0px 8px;
    padding-left: 10pt;
    list-style: none;
    font-size: 0.9em;
}

#content p, #content2 p, #content3 p, #content4 p {
    line-height: 1.5em;
}

#content3 {
    margin: 0 0 0 0pt;
    padding: 0;
}

#content2 {
    margin: 0 0 0 160pt;
    padding: 0;
}

#content4 {
    margin-left: 0pt;
    margin-right: 160pt;
    padding: 3pt 4pt 0pt 2pt;
}

#content2 p {

}

#extra {
    float: right;
    width: 195px;
    padding:  5px 10px;
    font-size: 0.75em;
}

#extra ul {
    width: 100%;
}

#extra a {
    color: #767676;
    display: block;
    height: 100%;
     padding: 0 10px 0 35px;
    font-weight: 300;
    text-decoration: underline;
    font-style: normal;
    text-align: right;
    line-height: 30px;
}

#extra  a:hover {
    text-decoration: none;
     background: #d6d6d6 url(img/link.png) 5px center no-repeat;
    color: #464646;
    padding: 0 10px 0 35px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#extra .googleTranslate a{
    background: none;
    margin: 0;
    padding: 0;
}

#extra .googleTranslate a:hover{
    background: none;
    margin: 0;
    padding: 0;
}

#extra li {
    display: block;
    padding-top: 1pt;
    padding-left: 0pt;
    padding-bottom: 1pt;
    padding-right: 0pt;
    text-align: left;
}

#extra div.newsbox {
    font-size: 1em;
    font-weight: 200;
    color: #444444;
    margin-bottom: 24pt;
    padding: 20px 0 0 5px;
    text-align: left;
    line-height: 1.5em;
}

#extra div.newsbox h2 {
    color: #996600;
    font-size: 1.6em;
    padding: 0 0 2pt 0;
    text-align: left;
    text-transform: capitalize;
    font-variant: small-caps;
    font-weight: 300;
    text-shadow: 1px 1px #eaeaea;
    margin-left: -5px;
}

#extra div.newsbox p {
    margin: 0 0 0 5px;
}

.DesFamiglia {
    padding-top: 0;
    padding-bottom: 4pt;
    font-size: 0.9em;
    line-height: 32pt;
    color: #996600;
    text-align: right;
    font-weight: normal;
}

.DesTot {
    padding: 0;
    font-size: 1.2em;
    color: #808080;
    text-align: right;
    font-weight: normal;
}

.SottoTitoloArticolo {
    font-size: .7em;
    width: 100%;
    font-weight: 300;
    padding: 4pt 0 0 0;
    text-align: right;
    color: #444444;
    border-bottom-color: #B0B0B0;
    border-bottom-style: solid;
    border-bottom-width: 1pt;
}

.SottoTitoloArticolo b {
    color: #888888;
    text-decoration: none;
    font-weight: 200;
}

.SottoTitoloArticolo i {
    color: #FF0000;
    text-decoration: none;
    font-weight: 300;
    font-style: normal;
}

.commento {
    font-size: .8em;
    width: 100%;
    color: #000;
    font-weight: 200;
    padding: 0;
    padding-left: 12pt;
}

.commentol {
    font-size: .8em;
    width: 100%;
    color: #003333;
    font-weight: 200;
    padding: 0;
    padding-left: 12pt;
}

.commentoTitolo {
    font-size: 1em;
    width: 100%;
    border-top: 1px solid #464646;
    color: #363636;
    font-weight: 300;
    padding: 12pt 0 0 0;
    text-shadow: 1px 1px 2px #d6d6d6;
}

.commentoTitolo2 {
    font-size: 0.9em;
    width: 100%;
    border: 0;
    color: #000080;
    font-weight: 600;
    padding: 12pt 10px 0px 15px;
    text-align: left;
}

.commentoTitolo a {
    text-decoration: none;
    color: #006666;
}

.commentoTitoloU {
    font-size: 1em;
    width: 100%;
    border-top: 1px solid #8E1E36;
    color: #8E1E36;
    font-weight: 300;
    padding: 0;
    text-shadow: 1px 1px 2px #d6d6d6;
}

.commentoFine {
    font-size: .6em;
    width: 100%;
    color: #666666;
    font-weight: 200;
    padding: 3pt 0 0 0;
    text-align: right;
}

.commentoFine i {
    color: #FF0000;
    text-decoration: none;
    font-weight: 300;
    font-size: 7pt;
    font-style: normal;
}

.TitoloPrincipale {
    padding-bottom: 7pt;
    font-size: 1.8em;
    color: #996600;
    font-weight: normal;
    text-decoration: none;
    vertical-align: bottom;
    font-variant: small-caps;
    text-shadow: 1px 1px 2px #d6d6d6;
    line-height: 32pt;
}

.TitoloPrincipale b {
    font-size: 0.8em;
    color: #800;
    font-weight: normal;
    font-variant: small-caps;
}

.TitoloArticolo {
    font-size: 1.2em;
    color: #555555;
    font-weight: normal;
    text-decoration: none;
    vertical-align: bottom;
    font-variant: small-caps;
    text-shadow: 0px 0px 1px #d6d6d6;
    background: url('./img/bullet.jpg') no-repeat;
    background-position: 0px 9px;
    padding-left: 8px;
}

.TitoloArticolo i {
    color: #999999;
    text-decoration: none;
    font-weight: 300;
    font-size: .5em;
    font-style: normal;
}

.TitoloArticoloC {
    font-size: 1.8em;
    color: #990000;
    font-weight: 900;
    text-align: right;
    text-decoration: none;
    padding-bottom: 7pt;
}

.DesbreveArticolo {
    font-size: .9em;
    font-weight: 100;
    color: #000000;
    line-height: 110%;
    padding-left: 12pt;
    vertical-align: top;
    text-align: left;
    padding-bottom: 7pt;
    line-height: 1.3em;
}

.Des, .Des2, .Des3, .Des4, .Des5, .Des7, .Des8, .Des9 {
    padding: 0.4em 0.5em 0.5em 0.8em;
    font-size: 0.9em;
    font-weight: 100;
    color: #000000;
    vertical-align: top;
    text-align: justify;
    font-variant: normal;
}


.des li {
    display: block;
    margin: 38px 0;
}

b {
    font-weight: 300;
    background-color: #f0f0f0;
}

.Desr1, .Desr2 {
    padding-left: 26pt;
    font-size: .9em;
    font-weight: 200;
    line-height: 120%;
    color: #228;
    vertical-align: top;
    text-align: justify;
    font-variant: normal;
    background-color: #EFE;
}

.Desr1 {
    padding-top: 10pt;
    background: url('./img/bullet.jpg') no-repeat;
    background-position: 22px 18px;
    background-color: #DFE;
    font-weight: 800;
    font-size: 0.9em;
    color: #008;
    text-align: left;
    text-shadow: 1px 1px 2px gray;
}

.Des7 {
    color: orange;
}
.Des8 {
    color: green;
}
.Des9 {
    color: red;
}

.Des1, .Des6 {
    font-family: "Courier New", Courier, monospace;
    font-size: 9.2pt;
    color: #000;
    vertical-align: top;
    text-align: left;
    line-height: 20px;
    background: url(img/code.jpg) repeat left top;
    width: 300px;
    overflow: auto;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    padding-left: 10pt;
    padding-right: 10pt;
    font-weight: 300;
}

.Des6 {
    background: url(img/code1.jpg) repeat left top;
}

.Des1 li, .Des6 li {
    background: url('./img/bullet.jpg') no-repeat;
    background-position: 0px 8px;
    padding-left: 10pt;
    list-style: none;
    color: #000080;
    font-size: 1em;
}

.Des2 {
    font-size: 1.3em;
    color: #000080;
    text-shadow: 1px 1px 2px #d6d6d6;
    line-height: 30pt;
    padding-left: 10pt;
    font-weight: 400;
}

.Des3 {
    padding-left: 6pt;
    padding-right: 6pt;
    font-size: .8em;
    color: #0000CC;
}

.Des4 {
    padding-top: 12pt;
    font-size: 1.1em;
    color: #004000;
    vertical-align: top;
    text-align: justify;
    padding-left: 12pt;
}

.Des5 {
    font-weight: 800;
    font-size: 1.2em;
    color: #800000;
    text-align: center;
    text-shadow: 1px 1px 2px gray;
}

.LinkArticolo {
    font-size: .9em;
    color: #01426a;
    font-style: italic;
}

.LinkArticolo:hover {
    text-decoration: underline;
}


.imgsx {
    float: left;
    font-size: .7em;
    font-weight: 400;
    text-align: center;
    background-color: #FFF;
    color: #000099;
    border: 5px solid white;
}
.imgdx {
    float: right;
    font-size: .7em;
    font-weight: 400;
    text-align: center;
    background-color: #FFF;
    color: #000099;
    border: 5px solid white;
}

/* ************************** Stile per navigazione ************************* */

#navigation {
    float: left;
    width: 210px;
    padding: 0;
    min-height: 180pt;
    height: auto !important;
    height: 180pt;
    color: #464646;
    background-color: #d6d6d6;
    border-right: 1px solid #f0f0f0;
    min-height: 458px;
}

#navigation a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    padding: 5px 0;
}

#navigation ul {

}

#navigation li {
    text-align: left;
    text-indent: 15px;
    /* font-variant: small-caps;*/
    line-height: 22px;
    font-size: 15px;
}

#navigation h5 {
    display: block;
    margin: 0;
    border-top: 1px solid #f0f0f0;
    padding: 0 21pt 0 7pt;
    font-size: 1.3em;
    text-align: left;
    text-transform: capitalize;
    font-variant: small-caps;
    background-color: #d2d2d2;
    font-weight: 400;
    text-shadow: 1px 1px #eaeaea;
}

#navigation  a:hover {
    transition: background-color 1s;
   /*background: #f0f0f0 url(img/sfNavBtHover.png) right bottom repeat-x;*/ 
    background: #f0f0f0;
    box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
}

#navigation  a.sel {
    background-color: #c0c0c0;
}

#navigation  a.sel:hover {
    background-color: #f0f0f0;
}

#subid ul {
    margin: 0;
    padding: 0pt 0pt 0pt 12pt;
}

#subid a {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 0pt;
    padding-top: 0pt;
    text-decoration: none;
    font-size: .8em;
    font-weight: 400;
}
.tabella1, .tabella {
    font-size: .8em;
    color: #464646;
    font-weight: 300;
    padding: 0;
    border: 0px none;
}
.tabella1 th, .tabella th {
    background-color: #d6d6d6;
    color: #363636;
    font-weight: 500;
    text-shadow: 1px 1px 1px #e2e2e2;
}

.sticky {
    position: fixed;
    width: 1074px;
    height: 40px;
}

.tabella1 th i {
    font-size: .7em;
    border: 0;
    padding: 0;
    text-decoration: none;
    color: #4c6b91;
    font-style: normal;
}

.tabella1  tr.odd {
    background-color: #E5F4FF;
}
.tabella1  tr.totali {
    background-color: #152430;
    color: #FFFFFF;
    border-top: 1px solid #000
}
.tabella1 td, .tabella1 tr.odd td {
    border-left: 1px solid #80C0FF;
    border-collapse: collapse;
    padding: 0.1em;
}
.tabella1 a, .tabella1 .operatore, .tabella1 .pomeriggio{
    display: block;
    width: 96%;
    height: 96%;
    padding: 0.6em 0.2em;
    font-weight: 400;
    color: #000000;
    min-height: 1em;
}

.tabella1  a:hover{
    display: block;
    text-decoration: none;
    background-color: #4c6b91;
    transition: background-color 0.5s;
    height: 100%;
    min-height: 8px;
    color: #f0f0f0;
    border-radius: 0.4em;
}

#sistampa {
    display: none;
}

#errori {
    clear: both;
    width: 100%;
    font-size: 1.2em;
    background-color: #FF9090;
    color: #000;
    text-align: center;
    font-family: "Courier New", Courier, monospace;
}

#ope {
    font-size: 1.2em;
    color: #000;
    background-color: #FFFFFF;
}
#ope2 {
    display: block;
    font-size: 1.8em;
}


.pagine {
    text-align: right;
    line-height: 30pt;
}
.pagine a {
    font-size: 1em;
    height: 100%;
    color: #ffffff;
    background-image: linear-gradient(bottom, rgb(80,102,127) 50%, rgb(87,109,136) 50%, rgb(106,129,155) 100%);
    background-image: -o-linear-gradient(bottom, rgb(80,102,127) 50%, rgb(87,109,136) 50%, rgb(106,129,155) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(80,102,127) 50%, rgb(87,109,136) 50%, rgb(106,129,155) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(80,102,127) 50%, rgb(87,109,136) 50%, rgb(106,129,155) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(80,102,127) 50%, rgb(87,109,136) 50%, rgb(106,129,155) 100%);
    background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.5, rgb(80,102,127)),
    color-stop(0.5, rgb(87,109,136)),
    color-stop(1, rgb(106,129,155))
    );
    margin: 20px 0 0 10px;
    padding-left: 10pt;
    padding-right: 10pt;
    padding-top: 2pt;
    padding-bottom: 2pt;
    font-weight: 500;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.pagine  a:hover {
    -moz-box-shadow: 0 0 3px #373b3e;
    -webkit-box-shadow: 0 0 3px #373b3e;
    box-shadow: 0 0 3px #373b3e;
}

.tabsotto {
    border-bottom: 1px solid #d6d6d6;
}

thead {
    display: table-header-group;
}
tbody {
    display: table-row-group;
}

tfoot {
    display: table-footer-group;
}



/*---------------------------------      form per cambiamento password  ------------------------------------------------*/
#formPass {
    width: 100%
}


#formPass  input[type="password"]{
    width: 55%
}


